@charset "UTF-8";
@import url("https://use.typekit.net/gnm8zhx.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes change {
  0% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #5883FF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666666;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #5883FF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.25s ease-in-out 0s;
}
#loader .logo {
  width: 300px;
  height: 159px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 150px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #CAFF00;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  padding: 0 0 100px 94px;
  box-sizing: border-box;
}
header:not(:last-child) {
  margin-bottom: 0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
}
header .inner.on .visual h1 {
  opacity: 1;
}
header .inner.on .visual .title {
  opacity: 1;
}
header .inner.on .visual picture {
  opacity: 1;
}
header .inner .visual {
  width: 100%;
  position: relative;
}
header .inner .visual h1 {
  width: 150px;
  opacity: 0;
  transition: all 0.8s ease-in 0.25s;
  position: absolute;
  left: -75px;
  top: 20px;
}
header .inner .visual .title {
  position: absolute;
  left: 80px;
  bottom: 80px;
  opacity: 0;
  text-align: left;
  transition: all 0.5s ease-in 0.3s;
}
header .inner .visual .title .sub_title {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px;
  margin-bottom: 8px;
  background-color: #CAFF00;
  border: solid 1px #000;
  border-radius: 5px;
  display: inline-block;
}
header .inner .visual .title .main_title {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px;
  background-color: #CAFF00;
  border: solid 1px #000;
  border-radius: 5px;
}
header .inner .visual picture {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .visual picture img {
  border-radius: 0 0 0 20px;
}

/* common credits------ */
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 1px 9px;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------
.slick-prev::before {
    content: "　";
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	left: 0;
	top: 0;
}
.slick-next::before {
    content: "　";
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	right: 0;
	top: 0;
}
	*/
/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .bg_color01 {
  width: 100%;
  margin-bottom: 150px;
}
main .bg_color01.on .sec {
  opacity: 1;
}
main .bg_color01 .sec {
  padding: 150px 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .bg_color01 .sec:not(:last-child) {
  padding: 150px 0 0;
}
main .bg_color02 {
  width: 100%;
}
main .bg_color02.on .sec {
  opacity: 1;
}
main .bg_color02 .sec {
  padding: 150px 0;
  background-color: #eadcc6;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .bg_color02 .sec:not(:last-child) {
  padding: 150px 0 0;
}
main nav {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
}
main nav.on li {
  opacity: 1;
}
main nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main nav li {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: calc((100% - 40px) / 3);
  margin: 0 auto;
  padding: 30px 0 22px;
  background-color: #CAFF00;
  border: solid 1px #000;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
}
main nav li img {
  width: auto;
  height: 28px;
}
main .sec {
  width: 100%;
  padding: 0px;
  text-align: left;
}
main .sec#lead {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto 80px;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead.on .title_whats {
  opacity: 1;
}
main .sec#lead.on .staff {
  opacity: 1;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#lead .title_whats {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: 584px;
  margin: 60px auto 20px 0;
}
main .sec#lead .staff {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 30px 0 0;
}
main .sec#sec24 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul li {
  width: 270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec24 ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec24 ul li span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  width: 100px;
}
main .sec#sec24 ul li a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
}
main .sec#sec24 ul li a:hover {
  color: #666666;
}
main .sec .insec {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
main .sec .insec h2 {
  width: 100%;
  margin: 0 auto 50px 0;
  padding: 20px 25px 15px;
  border: solid 1px #CAFF00;
  border-radius: 20px;
}
main .sec .insec h2 img.report {
  width: auto;
  height: 22px;
}
main .sec .insec h2 img.noto {
  width: auto;
  height: 22px;
}
main .sec .insec h2 img.snap {
  width: auto;
  height: 22px;
}
main .sec .insec h2.black {
  border: solid 1px #000;
}
main .sec .insec .text {
  width: 312px;
}
main .sec .insec .text h3 {
  width: 100%;
  padding: 2px 0 50px 0;
}
main .sec .insec .text h3.overview {
  width: 306px;
}
main .sec .insec .text h3.night {
  width: 306px;
}
main .sec .insec .text h3.live {
  width: 128px;
}
main .sec .insec .text h3.show {
  width: 265px;
}
main .sec .insec .text h3.market {
  width: 250px;
}
main .sec .insec .text h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 0 0 20px;
}
main .sec .insec .photo {
  position: relative;
  width: 750px;
}
main .sec .insec .photo .photoset {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
main .sec .insec .photo .photoset button {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 0px;
  border: none;
  position: absolute;
  z-index: 3;
  display: block;
}
main .sec .insec .photo .photoset button:hover {
  opacity: 0.7;
}
main .sec .insec .photo .photoset button.slick-prev {
  top: 50%;
  left: 10px;
}
main .sec .insec .photo .photoset button.slick-next {
  top: calc(50% - 16px);
  right: 10px;
  transform: rotate(180deg);
}
main .sec .insec .photo .thumbset {
  width: 100%;
  margin-bottom: 0;
}
main .sec .insec .photo .thumbset .slick-list {
  margin-left: -1px;
}
main .sec .insec .photo .thumbset .slick-list .slick-slide {
  padding: 0 0 0 0;
}
main .sec .insec .photo .thumbset .slick-list .slick-slide img {
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .photo .thumbset .slick-list .slick-slide:hover img {
  opacity: 0.8;
}
main .sec .insec.snap .text {
  width: 100%;
  margin-bottom: 50px;
}
main .sec .insec.snap .photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 4px;
}
main .sec .insec.snap .photo .photoset {
  width: calc((100% - 8px) / 3);
  margin-bottom: 4px;
}
main .sec .insec.snap .photo .photoset dt {
  position: relative;
}
main .sec .insec.snap .photo .photoset dd {
  max-width: 60%;
  padding: 12px;
  background: rgba(188, 21, 255, 0.7);
  border: solid 1px #000;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
main .sec .insec.snap .photo .photoset dd .name {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 5px;
}
main .sec .insec.snap .photo .photoset dd .sns {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 0 0 10px;
}
main .sec .insec.snap .photo .photoset dd .comment {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
}
main .sec.bg_white {
  background: #FFF;
}
main .sec.bg_white p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
main .sec.bg_white .text h4 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
}
main .sec .info {
  width: 400px;
  margin: 100px auto 0;
  text-align: center;
}
main .sec .info h3 {
  width: 280px;
  margin: 0 auto 50px;
}
main .sec .info .btns {
  width: 400px;
  margin: 0 auto;
}
main .sec .info .btns .btn {
  width: 100%;
  margin-left: 0px;
}
main .sec .info .btns .btn a {
  width: 100%;
  display: block;
  padding: 20px 0;
  border: solid 2px #CAFF00;
  border-radius: 50px;
}
main .sec .info .btns .btn a span {
  color: #CAFF00;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

footer {
  text-align: left;
  width: 100%;
  padding: 145px 0 45px 0;
  position: relative;
}
footer .pgtop {
  width: 100%;
}
footer .pgtop a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: 100%;
  padding: 55px 0 0 0;
  border-top: solid 1px #FFF;
}
footer .infoot .inin {
  width: calc(100% - 60px);
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set:nth-child(2) {
  margin-left: 100px;
}
footer .infoot .inin .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot .inin .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot .inin .set ul li.link1 {
  width: 113px;
}
footer .infoot .inin .set ul li.link1 a {
  background-image: url(../images/link_online.svg);
}
footer .infoot .inin .set ul li.link2 {
  width: 127px;
}
footer .infoot .inin .set ul li.link2 a {
  background-image: url(../images/link_corp.svg);
}
footer .infoot .inin .set ul li.link3 {
  width: 76px;
}
footer .infoot .inin .set ul li.link3 a {
  background-image: url(../images/link_contact.svg);
}
footer .infoot .inin .set ul li.link4 {
  width: 92px;
}
footer .infoot .inin .set ul li.link4 a {
  background-image: url(../images/link_insta.svg);
}
footer .infoot .inin .set ul li.link5 {
  width: 81px;
}
footer .infoot .inin .set ul li.link5 a {
  background-image: url(../images/link_fb.svg);
}
footer .infoot .inin .set ul li.link6 {
  width: 12px;
}
footer .infoot .inin .set ul li.link6 a {
  background-image: url(../images/link_x.svg);
}
footer .infoot .inin .set ul li.link7 {
  width: 74px;
}
footer .infoot .inin .set ul li.link7 a {
  background-image: url(../images/link_youtube.svg);
}
footer .infoot .inin .set ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 13px;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .inin .set ul li a:hover {
  opacity: 0.7;
}
footer .infoot .cp {
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer .infoot .cp p {
  width: 259px;
  height: 11px;
  background-image: url(../images/text_cp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .infoot .pgtop {
  width: 15px;
  position: absolute;
  right: 20px;
  bottom: 45px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
footer .infoot .pgtop:hover {
  opacity: 0.7;
}
footer .infoot .pgtop p {
  width: 15px;
  height: 99px;
  background-image: url(../images/text_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  #loader .logo {
    width: 160px;
    height: 85px;
    top: calc(50% - 43px);
    left: calc(50% - 80px);
  }
  header {
    width: 100%;
    padding: 0 0 50px 30px;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: 100%;
    position: relative;
  }
  header .inner .visual h1 {
    width: 25vw;
    left: -20px;
    top: 10px;
  }
  header .inner .visual .title {
    left: 15px;
    bottom: 15px;
    text-align: left;
    padding: 0 10px 0 0;
  }
  header .inner .visual .title .sub_title {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  header .inner .visual .title .main_title {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    padding: 8px;
    border-radius: 3px;
  }
  header .inner .visual picture {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  header .inner .visual picture img {
    border-radius: 0 0 0 14px;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 9px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main nav {
    width: 100%;
    margin: 0 auto;
  }
  main nav.on li {
    opacity: 1;
  }
  main nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
  }
  main nav li {
    width: 100%;
    margin: 0 auto;
    padding: 14px 0 10px;
    border-radius: 14px;
  }
  main nav li:not(:last-child) {
    margin-bottom: 8px;
  }
  main nav li img {
    width: auto;
    height: 24px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 10px 0 30px;
  }
  main .sec#lead .staff {
    padding: 15px 0 0;
  }
  main .sec#lead .title_whats {
    width: 100%;
    margin: 50px auto 20px 0;
  }
  main .sec .insec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  main .sec .insec h2 {
    width: 100%;
    margin: 0 10px 30px;
    padding: 14px 20px 10px;
    border: solid 1px #CAFF00;
    border-radius: 14px;
  }
  main .sec .insec h2 img.report {
    width: auto;
    height: 22px;
  }
  main .sec .insec h2 img.noto {
    width: auto;
    height: 22px;
  }
  main .sec .insec h2 img.snap {
    width: auto;
    height: 22px;
  }
  main .sec .insec .text {
    width: 100%;
    padding: 0 10px 30px;
  }
  main .sec .insec .text h2 {
    width: 100%;
    padding: 0 0 30px;
  }
  main .sec .insec .text h2.overview {
    width: 306px;
  }
  main .sec .insec .text h2.night {
    width: 306px;
  }
  main .sec .insec .text h2.live {
    width: 128px;
  }
  main .sec .insec .text h2.show {
    width: 265px;
  }
  main .sec .insec .text h2.market {
    width: 250px;
  }
  main .sec .insec .text h3 {
    width: 100%;
    padding: 0 0 24px 0;
  }
  main .sec .insec .text h3.live {
    width: 108px;
  }
  main .sec .insec .text h3.show {
    width: 245px;
  }
  main .sec .insec .text h3.market {
    width: 230px;
  }
  main .sec .insec .text h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    padding: 0 0 20px;
  }
  main .sec .insec .photo {
    position: relative;
    width: 100%;
    padding: 0 10px 0 10px;
  }
  main .sec .insec .photo .photoset {
    width: 100%;
    margin-bottom: 6px;
    position: relative;
  }
  main .sec .insec .photo .photoset button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 0px;
    border: none;
    position: absolute;
    z-index: 3;
    display: block;
  }
  main .sec .insec .photo .photoset button:hover {
    opacity: 0.7;
  }
  main .sec .insec .photo .photoset button.slick-prev {
    top: 50%;
    left: 5px;
  }
  main .sec .insec .photo .photoset button.slick-next {
    top: calc(50% - 10px);
    right: 5px;
    transform: rotate(180deg);
  }
  main .sec .insec .photo .thumbset {
    width: 100%;
    margin-bottom: 0;
  }
  main .sec .insec .photo .thumbset .slick-list {
    margin-left: -1px;
  }
  main .sec .insec .photo .thumbset .slick-list .slick-slide {
    padding: 0 0 0 0;
  }
  main .sec .insec .photo .thumbset .slick-list .slick-slide img {
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .photo .thumbset .slick-list .slick-slide:hover img {
    opacity: 0.8;
  }
  main .sec .insec.snap .text {
    width: 100%;
    margin-bottom: 30px;
  }
  main .sec .insec.snap .photo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  main .sec .insec.snap .photo .photoset {
    width: 100%;
    margin-bottom: 10px;
  }
  main .sec .insec.snap .photo .photoset dt {
    position: relative;
  }
  main .sec .insec.snap .photo .photoset dd {
    max-width: 70%;
    padding: 10px;
  }
  main .sec .insec.snap .photo .photoset dd .name {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 5px;
  }
  main .sec .insec.snap .photo .photoset dd .sns {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    padding: 0 0 10px;
  }
  main .sec .insec.snap .photo .photoset dd .comment {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec.bg_white {
    background: #FFF;
  }
  main .sec.bg_white p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  main .sec.bg_white .text h4 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec .info {
    width: 100%;
    margin: 80px auto 0;
    text-align: center;
  }
  main .sec .info h3 {
    width: 60%;
    margin: 0 auto 40px;
  }
  main .sec .info .btns {
    width: 80%;
    margin: 0 auto;
  }
  main .sec .info .btns .btn {
    width: 100%;
    margin-left: 0px;
  }
  main .sec .info .btns .btn a {
    width: 100%;
    display: block;
    padding: 16px 0;
    border: solid 2px #CAFF00;
    border-radius: 50px;
  }
  main .sec .info .btns .btn a span {
    color: #CAFF00;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer {
    padding: 80px 0 40px 0;
  }
  footer .pgtop {
    width: 100%;
  }
  footer .pgtop a {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    height: 55px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #666666;
  }
  footer .infoot {
    width: 100%;
    padding: 35px 0 0 0;
    border-top: solid 1px #FFF;
  }
  footer .infoot .inin {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .infoot .inin .set:nth-child(1) {
    margin-bottom: 40px;
  }
  footer .infoot .inin .set:nth-child(2) {
    margin-left: 0px;
  }
  footer .infoot .inin .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot .inin .set ul li.link1 {
    width: 113px;
  }
  footer .infoot .inin .set ul li.link1 a {
    background-image: url(../images/link_online.svg);
  }
  footer .infoot .inin .set ul li.link2 {
    width: 127px;
  }
  footer .infoot .inin .set ul li.link2 a {
    background-image: url(../images/link_corp.svg);
  }
  footer .infoot .inin .set ul li.link3 {
    width: 76px;
  }
  footer .infoot .inin .set ul li.link3 a {
    background-image: url(../images/link_contact.svg);
  }
  footer .infoot .inin .set ul li.link4 {
    width: 92px;
  }
  footer .infoot .inin .set ul li.link4 a {
    background-image: url(../images/link_insta.svg);
  }
  footer .infoot .inin .set ul li.link5 {
    width: 81px;
  }
  footer .infoot .inin .set ul li.link5 a {
    background-image: url(../images/link_fb.svg);
  }
  footer .infoot .inin .set ul li.link6 {
    width: 12px;
  }
  footer .infoot .inin .set ul li.link6 a {
    background-image: url(../images/link_x.svg);
  }
  footer .infoot .inin .set ul li.link7 {
    width: 74px;
  }
  footer .infoot .inin .set ul li.link7 a {
    background-image: url(../images/link_youtube.svg);
  }
  footer .infoot .inin .set ul li a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 13px;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .inin .set ul li a:hover {
    opacity: 0.7;
  }
  footer .infoot .cp {
    width: calc(100% - 40px);
  }
  footer .infoot .cp p {
    width: 259px;
    height: 11px;
    background-image: url(../images/text_cp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .infoot .pgtop {
    width: 15px;
    position: absolute;
    right: 20px;
    bottom: 45px;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .pgtop:hover {
    opacity: 0.7;
  }
  footer .infoot .pgtop p {
    width: 15px;
    height: 99px;
    background-image: url(../images/text_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */