@media print {
  .no-print {
    visibility: hidden !important;
  }
}
.no-print {
  pointer-events: none;
}
main {
  position: relative;
  z-index: 1;
}
img {
  display: block;
}
.outer {
  opacity: 0;
}
.outer.js-end {
  opacity: 1;
}
.kv,
.wrapper {
  position: relative;
  z-index: 2;
}
.kv {
  padding-top: 6%;
}
.kv_img {
  margin-left: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.kv_logo {
  left: 0;
  position: absolute;
  top: 2%;
  width: 100%;
}
.kv_light {
  left: 3.5%;
  position: absolute;
  top: 12.5%;
  z-index: 1;
}
.intro {
  background: url(/kikiyu-go/assets/images/top/intro_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: -20%;
  padding: 23.7% 0 51.88%;
  position: relative;
  z-index: 1;
}
.intro_icon {
  position: absolute;
  right: -9.5%;
  top: -9%;
  width: 48%;
}
.intro_ttl {
  margin-left: 26.3%;
  width: 55%;
}
.intro_char {
  left: 1.4%;
  position: absolute;
  top: 35.4px;
  width: 37.6%;
  z-index: 1;
}
.intro_txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/kikiyu-go/assets/images/top/intro_txt_bg.png) 0 0 no-repeat;
  background-size: 100%;
  color: #643a04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.73vw;
  justify-content: center;
  line-height: 2.052;
  margin: 2% 0 0 25.12%;
  min-height: 100.5vw;
  padding: 4vw 3vw 7vw 2.7vw;
  text-align: center;
  width: 71.7%;
}
@media screen and (min-width: 768px) {
  .intro_txt {
      font-size: 28px;
      min-height: unset;
      padding: 78px 26px 88px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_txt {
      font-size: 19px;
      min-height: unset;
      padding: 50px 26px 56px;
  }
}
.intro_txt_box {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.intro_txt_box._01 {
  margin: 0 auto;
  width: 52.3vw;
}
@media screen and (min-width: 768px) {
  .intro_txt_box._01 {
      width: 392px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_txt_box._01 {
      width: 266px;
  }
}
.intro_txt_box._02 {
  margin: 7.6vw auto 0;
  width: 45.9vw;
}
@media screen and (min-width: 768px) {
  .intro_txt_box._02 {
      margin-top: 57px;
      width: 344px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_txt_box._02 {
      margin: 38px auto 0;
      width: 232px;
  }
}
.intro_txt > div {
  width: 100%;
}
.intro_txt > div.-view .intro_txt_box {
  -webkit-animation: blur-anim 2s linear forwards;
  animation: blur-anim 2s linear forwards;
}
@-webkit-keyframes blur-anim {
  to {
      -webkit-filter: blur(0);
      filter: blur(0);
  }
}
@keyframes blur-anim {
  to {
      -webkit-filter: blur(0);
      filter: blur(0);
  }
}
.intro_about {
  margin-top: 21.4%;
  position: relative;
}
.intro_about:after {
  background: url(/kikiyu-go/assets/images/top/intro_about_ribbon.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin: 0.86% 0 0 21.2%;
  padding-top: 9.2%;
  width: 57%;
}
.intro_about_ttl {
  color: #fffbdb;
  font-size: 6.66vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_about_ttl {
      font-size: 50px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_about_ttl {
      font-size: 34px;
  }
}
.intro_about_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}
.intro_about_inner > span {
  font-size: 8.66vw;
}
@media screen and (min-width: 768px) {
  .intro_about_inner > span {
      font-size: 65px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_about_inner > span {
      font-size: 43px;
  }
}
.intro_about_inner:after,
.intro_about_inner:before {
  background: url(/kikiyu-go/assets/images/top/teach_box_icon.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 3.6vw;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.6vw;
}
@media screen and (min-width: 768px) {
  .intro_about_inner:after,
  .intro_about_inner:before {
      height: 26px;
      width: 26px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_about_inner:after,
  .intro_about_inner:before {
      height: 21px;
      width: 21px;
  }
}
.intro_about_inner:before {
  left: 11%;
}
.intro_about_inner:after {
  right: 11%;
}
.intro_about_txt {
  color: #fffbdb;
  font-size: 4.26vw;
  line-height: 1.63;
  margin: 3.734% auto 0;
  text-align: center;
  width: 71.2%;
}
@media screen and (min-width: 768px) {
  .intro_about_txt {
      font-size: 32px;
      margin-top: 28px;
      width: 534px;
  }
}
@media screen and (min-width: 1160px) {
  .intro_about_txt {
      font-size: 22px;
      margin-top: 19px;
      width: 368px;
  }
}
.tvcm {
  background: url(/kikiyu-go/assets/images/top/tvcm_bg.png) 0 0 no-repeat;
  background-size: contain;
  margin-top: -44.2%;
  padding: 17% 0 24.2%;
  position: relative;
  z-index: 2;
}
.tvcm_ttl {
  margin: 0 auto;
  width: 79.6%;
}
.tvcm_movie_box {
  display: none;
}
.tvcm_movie_box.js-current {
  display: block;
}
.tvcm_movie_thm {
  background: url(/kikiyu-go/assets/images/top/tvcm_movie_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin: -3.5% auto 0;
  padding: 3% 2.6%;
  position: relative;
  width: 89.2%;
}
@media screen and (min-width: 1160px) {
  .tvcm_movie_thm:hover:before {
      opacity: 0.4;
  }
}
@media screen and (min-width: 1160px) and (min-width: 768px) {
  .tvcm_movie_thm:hover .tvcm_movie_thm_icon {
      bottom: 27px;
      height: 99px;
      right: 25px;
      width: 99px;
  }
}
@media screen and (min-width: 1160px) and (min-width: 1160px) {
  .tvcm_movie_thm:hover .tvcm_movie_thm_icon {
      bottom: 16px;
      height: 66px;
      right: 12px;
      width: 66px;
  }
}
.tvcm_movie_thm_icon {
  background-color: rgba(77, 70, 85, 0.9);
  border: 2px solid #fffbdb;
  border-radius: 100%;
  bottom: 4vw;
  display: block;
  height: 12vw;
  position: absolute;
  right: 3.8vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 12vw;
}
@media screen and (min-width: 768px) {
  .tvcm_movie_thm_icon {
      bottom: 30px;
      height: 90px;
      right: 28px;
      width: 90px;
  }
}
@media screen and (min-width: 1160px) {
  .tvcm_movie_thm_icon {
      bottom: 18px;
      height: 60px;
      right: 15px;
      width: 60px;
  }
}
.tvcm_movie_thm_icon:before {
  background: url(/kikiyu-go/assets/images/top/movie_icon.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  left: 37.5%;
  padding-top: 41.08%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37.5%;
}
@media screen and (min-width: 768px) {
  .tvcm_movie_thm_icon:before {
      padding-top: 23px;
      width: 21px;
  }
}
.tvcm_movie_name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #643a04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4vw;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-top: 6.2%;
  min-height: 2.3em;
  text-align: center;
}
.tvcm_movie_name span {
  font-size: 3.2vw;
  margin-top: 1.4vw;
}
@media screen and (min-width: 768px) {
  .tvcm_movie_name {
      font-size: 30px;
      letter-spacing: normal;
  }
  .tvcm_movie_name span {
      font-size: 24px;
      margin-top: 10px;
  }
}
@media screen and (min-width: 1160px) {
  .tvcm_movie_name {
      font-size: 19px;
  }
  .tvcm_movie_name span {
      font-size: 15px;
  }
}
.tvcm_list {
  grid-gap: 3%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  justify-content: center;
  margin: 9.4% auto 0;
  width: 89.6%;
}
.tvcm_list_item {
  height: 100%;
  width: 31.25%;
}
.tvcm_list_item.js-current > span {
  background-color: #c9cfeb;
  border-color: #c9cfeb;
}
.tvcm_list_item > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4d4655;
  border: 2px solid #fffbdb;
  border-radius: 2.66vw;
  color: #fffbdb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.73vw;
  height: 13.33vw;
  justify-content: center;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .tvcm_list_item > span {
      border-radius: 20px;
      font-size: 28px;
      height: 100px;
  }
}
@media screen and (min-width: 1160px) {
  .tvcm_list_item > span {
      border-radius: 12px;
      font-size: 18px;
      height: 66px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
  }
  .tvcm_list_item > span:hover {
      background-color: #c9cfeb;
      border-color: #c9cfeb;
  }
}
.nowonair {
  height: 40%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 3.2%;
  width: 100%;
}
.nowonair_img {
  -webkit-animation: rotation 60s linear infinite;
  animation: rotation 60s linear infinite;
  left: -7.8%;
  position: relative;
  top: 0;
  width: 115.6%;
}
@-webkit-keyframes rotation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
@keyframes rotation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
.teach {
  background: url(/kikiyu-go/assets/images/top/web_light.png) center 65% no-repeat;
  background-size: 100% auto;
  padding-bottom: 12.6%;
  position: relative;
}
.teach._comingsoon {
  margin-top: 2.6%;
}
.teach_ttl {
  position: relative;
  z-index: 2;
}
.teach_ttl._comingsoon {
  margin: 0 auto;
  width: 90%;
}
.teach_comingsoon_img {
  margin: -15% 0 -11.2%;
  position: relative;
  z-index: 2;
}
.teach_comingsoon_img img:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.comingsoon_txt {
  left: 47.5%;
  position: absolute;
  top: 38%;
  width: 43.4%;
  z-index: 1;
}
.comingsoon_txt img {
  -webkit-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}
.comingsoon_txt.-view img {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.teach_light {
  top: -7.5%;
}
.teach_light,
.teach_light._comingsoon {
  mix-blend-mode: soft-light;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.teach_light._comingsoon {
  top: -13%;
}
.teach_list {
  background: url(/kikiyu-go/assets/images/top/teach_bg.png) 0 33% no-repeat;
  background-size: 16%;
  padding: 0.58% 0 10%;
}
.teach_box {
  margin: 0 3.2% 0 11.8%;
  padding: 18.35% 0 4.968%;
  width: 85%;
}
.teach_box-01 {
  background: url(/kikiyu-go/assets/images/top/teach_box_bg_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.teach_box-02 {
  background: url(/kikiyu-go/assets/images/top/teach_box_bg_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: 1%;
}
.teach_box-03 {
  background: url(/kikiyu-go/assets/images/top/teach_box_bg_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: 1%;
}
.teach_box_thm {
  margin: 0 auto;
  position: relative;
  width: 72.95%;
}
@media screen and (min-width: 1160px) {
  .teach_box_thm:hover:before {
      opacity: 0.4;
  }
}
@media screen and (min-width: 1160px) and (min-width: 768px) {
  .teach_box_thm:hover .teach_box_thm_icon {
      bottom: 27px;
      height: 99px;
      right: 25px;
      width: 99px;
  }
}
@media screen and (min-width: 1160px) and (min-width: 1160px) {
  .teach_box_thm:hover .teach_box_thm_icon {
      bottom: 8px;
      height: 66px;
      right: 6px;
      width: 66px;
  }
}
.teach_box_thm_icon {
  background-color: rgba(77, 70, 85, 0.9);
  border: 2px solid #fffbdb;
  border-radius: 100%;
  bottom: 4vw;
  display: block;
  height: 12vw;
  position: absolute;
  right: 3.8vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 12vw;
}
@media screen and (min-width: 768px) {
  .teach_box_thm_icon {
      bottom: 30px;
      height: 90px;
      right: 28px;
      width: 90px;
  }
}
@media screen and (min-width: 1160px) {
  .teach_box_thm_icon {
      bottom: 10px;
      height: 60px;
      right: 10px;
      width: 60px;
  }
}
.teach_box_thm_icon:before {
  background: url(/kikiyu-go/assets/images/top/movie_icon.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  left: 37.5%;
  padding-top: 41.08%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37.5%;
}
@media screen and (min-width: 768px) {
  .teach_box_thm_icon:before {
      padding-top: 23px;
      width: 21px;
  }
}
.teach_box_txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fffbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.4vw;
  height: 2.36em;
  justify-content: center;
  line-height: 1.18;
  margin: 2% auto 0;
  position: relative;
  text-align: center;
  width: 89.17%;
}
@media screen and (min-width: 768px) {
  .teach_box_txt {
      font-size: 33px;
  }
}
@media screen and (min-width: 1160px) {
  .teach_box_txt {
      font-size: 22px;
  }
}
.teach_box_txt:after,
.teach_box_txt:before {
  background: url(/kikiyu-go/assets/images/top/teach_box_icon.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 3.46vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.46vw;
}
@media screen and (min-width: 768px) {
  .teach_box_txt:after,
  .teach_box_txt:before {
      height: 26px;
      width: 26px;
  }
}
@media screen and (min-width: 1160px) {
  .teach_box_txt:after,
  .teach_box_txt:before {
      height: 18px;
      width: 18px;
  }
}
.teach_box_txt:before {
  left: 0;
}
.teach_box_txt:after {
  right: 0;
}
.web_movie_box {
  display: none;
  position: relative;
  z-index: 3;
}
.web_movie_box.js-current {
  display: block;
}
.web_movie_thm {
  background: url(/kikiyu-go/assets/images/top/web_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.5333333333%;
  max-width: 500px;
  padding: 2.6% 3.8% 4.5%;
  position: relative;
  width: 69.0666666667%;
}
@media screen and (min-width: 768px) {
  .web_movie_thm {
      margin-top: 8.6%;
      width: 66%;
  }
  .web_movie_thm:hover .tvcm_movie_thm_icon {
      bottom: 27px;
      height: 99px;
      right: 25px;
      width: 99px;
  }
}
@media screen and (min-width: 1160px) {
  .web_movie_thm:hover .tvcm_movie_thm_icon {
      bottom: 16px;
      height: 66px;
      right: 12px;
      width: 66px;
  }
}
.web_movie_name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #643a04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4vw;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-top: 4.2666666667%;
  text-align: center;
}
.web_movie_name span {
  font-size: 3.2vw;
  margin-top: 1.4vw;
}
@media screen and (min-width: 768px) {
  .web_movie_name {
      font-size: 30px;
      letter-spacing: normal;
      margin-top: 5.2%;
  }
  .web_movie_name span {
      font-size: 24px;
      margin-top: 10px;
  }
}
@media screen and (min-width: 1160px) {
  .web_movie_name {
      font-size: 19px;
  }
  .web_movie_name span {
      font-size: 15px;
  }
}
.web_list {
  grid-gap: 3%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  justify-content: center;
  margin: 9.4% auto 0;
  position: relative;
  width: 89.6%;
  z-index: 3;
}
.web_list_item {
  height: 100%;
  width: 31.25%;
}
.web_list_item.js-current > span {
  background-color: #c9cfeb;
  border-color: #fffbdb;
}
.web_list_item > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4d4655;
  border: 2px solid #fffbdb;
  border-radius: 2.66vw;
  color: #fffbdb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.73vw;
  height: 13.33vw;
  justify-content: center;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .web_list_item > span {
      border-radius: 20px;
      font-size: 28px;
      height: 100px;
  }
}
@media screen and (min-width: 1160px) {
  .web_list_item > span {
      border-radius: 12px;
      font-size: 18px;
      height: 66px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
  }
  .web_list_item > span:hover {
      background-color: #c9cfeb;
      border-color: #c9cfeb;
  }
}
.series {
  background: url(/kikiyu-go/assets/images/top/series_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 40% 0 51.6%;
  position: relative;
}
.series .contents_inner {
  padding-top: 6%;
  position: static;
}
.series_img {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.-view .series_img {
  -webkit-animation: blur-anim 1s linear forwards;
  animation: blur-anim 1s linear forwards;
}
.series_ttl {
  margin: 0 auto;
  position: relative;
  width: 82.4%;
  z-index: 1;
}
.brandsite {
  margin-top: 10.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .brandsite {
      margin-top: 13%;
  }
}
.brandsite_ttl {
  margin-left: 22.6%;
  position: relative;
  width: 54%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .brandsite_ttl {
      margin-left: 24.6%;
  }
}
.brandsite_img {
  margin: -9% auto 0;
  width: 71.6%;
}
@media screen and (min-width: 768px) {
  .brandsite_img {
      margin-top: -7%;
  }
}
.brandsite_star {
  -webkit-animation: star 0.5s linear 1s infinite alternate;
  animation: star 0.5s linear 1s infinite alternate;
  display: block;
  position: absolute;
}
.brandsite_star._01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: 6.2%;
  top: -4.8%;
  width: 18.26vw;
}
@media screen and (min-width: 768px) {
  .brandsite_star._01 {
      left: 8.2%;
      top: -4.8%;
      width: 14.26vw;
  }
}
@media screen and (min-width: 1160px) {
  .brandsite_star._01 {
      width: 92px;
  }
}
.brandsite_star._02 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 73%;
  top: 21%;
  width: 11.5vw;
}
@media screen and (min-width: 768px) {
  .brandsite_star._02 {
      left: 73%;
      top: 20.2%;
      width: 9.86vw;
  }
}
@media screen and (min-width: 1160px) {
  .brandsite_star._02 {
      width: 70px;
  }
}
.brandsite_light {
  position: absolute;
}
.brandsite_light._01 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  right: -2%;
  top: -18%;
  width: 46.8%;
  z-index: 1;
}
.brandsite_light._02 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 0;
  top: 26.5%;
  width: 29.466%;
}
.brandsite_note {
  height: auto;
  margin-left: 5.3vw;
  margin-top: 5.3vw;
  width: 20.5vw;
}
@media screen and (min-width: 768px) {
  .brandsite_note {
      margin-top: 26px;
      width: 98px;
  }
}
@media screen and (min-width: 1160px) {
  .brandsite_note {
      margin-left: 26px;
  }
}
.profile {
  margin-top: 9%;
  position: relative;
}
.profile_star {
  -webkit-animation: star 0.5s linear 1s infinite alternate;
  animation: star 0.5s linear 1s infinite alternate;
  position: absolute;
  right: 3%;
  top: 6.5%;
  width: 16%;
}
.share {
  padding-top: 9%;
}
.share_ttl {
  margin: 0 auto;
  position: relative;
  width: 65.6%;
}
@media screen and (min-width: 768px) {
  .share_ttl {
      width: 373px;
  }
}
@media screen and (min-width: 1160px) {
  .share_ttl {
      width: 328px;
  }
}
.share_ttl_star {
  -webkit-animation: stary 0.5s linear 1s infinite alternate;
  animation: starY 0.5s linear 1s infinite alternate;
  display: block;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.66vw;
}
@media screen and (min-width: 768px) {
  .share_ttl_star {
      width: 50px;
  }
}
@media screen and (min-width: 1160px) {
  .share_ttl_star {
      width: 33px;
  }
}
.share_ttl_star-l {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  left: -10.6%;
}
.share_ttl_star-r {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  right: -10.6%;
}
@-webkit-keyframes starY {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes starY {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes star {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes star {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.share_sns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 1.4% auto 0;
  width: 50.26%;
}
@media screen and (min-width: 768px) {
  .share_sns {
      width: 377px;
  }
}
@media screen and (min-width: 1160px) {
  .share_sns {
      width: 251px;
  }
}
.share_sns_icon {
  max-width: 67px;
  width: 26.25%;
}
@media screen and (min-width: 768px) {
  .share_sns_icon {
      max-width: 99px;
      width: 99px;
  }
}
@media screen and (min-width: 1160px) {
  .share_sns_icon {
      width: 67px;
  }
}
.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4d4655;
  border: 2px solid #fffbdb;
  border-radius: 100vw;
  bottom: 0;
  -webkit-box-shadow: 0 8px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0 8px 2px rgba(51, 51, 51, 0.2);
  color: #fffbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.53vw;
  justify-content: center;
  line-height: 1;
  padding-bottom: 3.86vw;
  padding-top: 3.86vw;
  position: relative;
  right: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn {
      font-size: 34px;
      padding-bottom: 27px;
      padding-top: 27px;
  }
}
@media screen and (min-width: 1160px) {
  .btn {
      font-size: 23px;
      padding-bottom: 17.5px;
      padding-top: 17.5px;
  }
}
.btn-series {
  margin: 2% auto 0;
  width: 46.4%;
}
.btn-brandsite {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -12% auto 0;
  padding-left: 7.2%;
  width: 74%;
}
.btn:after {
  background: url(/kikiyu-go/assets/images/top/btn_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 9.06vw;
  position: absolute;
  right: 1.73vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9.06vw;
}
@media screen and (min-width: 768px) {
  .btn:after {
      height: 68px;
      width: 68px;
  }
}
@media screen and (min-width: 1160px) {
  .btn:after {
      height: 45px;
      right: 8px;
      width: 45px;
  }
  .btn:hover {
      bottom: -8px;
      -webkit-box-shadow: 0 0 0 rgba(51, 51, 51, 0.2);
      box-shadow: 0 0 0 rgba(51, 51, 51, 0.2);
      right: -2px;
      color: #fffbdb;
      text-decoration: none;
  }
}
.contents_inner {
  position: relative;
}
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
.js-fade.-view {
  opacity: 1;
}
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
      opacity 0.5s ease 0s,
      -webkit-transform 0.5s ease 0s;
  transition:
      opacity 0.5s ease 0s,
      -webkit-transform 0.5s ease 0s;
  transition:
      opacity 0.5s ease 0s,
      transform 0.5s ease 0s;
  transition:
      opacity 0.5s ease 0s,
      transform 0.5s ease 0s,
      -webkit-transform 0.5s ease 0s;
}
.js-fadein.-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 6;
}
.modal,
.modal_inner {
  height: 100%;
  width: 100%;
}
.modal_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.modal_cont {
  max-width: 999px;
  position: relative;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 1160px) {
  .modal_cont {
      max-width: 999px;
  }
}
.modal_cont:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
.modal_bg,
.modal_cont iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal_bg {
  background: rgba(51, 51, 51, 0.95);
}
.modal_close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 42px;
}
@-webkit-keyframes pagetop_rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
@keyframes pagetop_rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
  }
}
.light {
  height: 5.33vw;
  left: 0;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .light {
      height: 40px;
  }
}
@media screen and (min-width: 1160px) {
  .light {
      height: 23px;
  }
}
.light._up {
  top: 0;
}
.light._up._01 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: url(/kikiyu-go/assets/images/top/light_up_01.png) 50% no-repeat;
  background-size: auto 100%;
}
.light._up._02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: url(/kikiyu-go/assets/images/top/light_up_02.png) 50% no-repeat;
  background-size: auto 100%;
}
.light._down {
  bottom: 0;
}
.light._down._01 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: url(/kikiyu-go/assets/images/top/light_down_01.png) 50% no-repeat;
  background-size: auto 100%;
}
.light._down._02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: url(/kikiyu-go/assets/images/top/light_down_02.png) 50% no-repeat;
  background-size: auto 100%;
}
.loading_logo_mark {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  margin: 0 auto;
  width: 14.763%;
}
.loading_logo_title_sub {
  margin: -1% auto 0;
  position: relative;
  width: 89.97%;
}
.loading_logo_title_sub_star {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9.6%;
}
.loading_logo_title_sub_star._01 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  left: -7.75%;
}
.loading_logo_title_sub_star._02 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  right: -7.75%;
}
.loading_logo_title_main {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  margin: -2% auto 0;
  width: 100%;
}
.loading_logo_under {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin: 3% auto 0;
  width: 69.91%;
}
.loading_dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 11.33vw;
}
@media screen and (min-width: 768px) {
  .loading_dots {
      margin-top: 85px;
  }
}
@media screen and (min-width: 1160px) {
  .loading_dots {
      margin-top: 85px;
  }
}
.loading_dots span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  display: block;
  height: 2.66vw;
  margin: 0 1.33vw;
  opacity: 0.5;
  width: 2.66vw;
}
@media screen and (min-width: 768px) {
  .loading_dots span {
      height: 20px;
      margin: 0 10px;
      width: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .loading_dots span {
      height: 20px;
      margin: 0 10px;
      width: 20px;
  }
}
.loading_dots span:first-child {
  -webkit-animation: dots 1.5s linear infinite;
  animation: dots 1.5s linear infinite;
}
.loading_dots span:nth-child(2) {
  -webkit-animation: dotsbefore 1.5s linear infinite;
  animation: dotsBefore 1.5s linear infinite;
}
.loading_dots span:nth-child(3) {
  -webkit-animation: dotsafter 1.5s linear infinite;
  animation: dotsAfter 1.5s linear infinite;
}
.loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/kikiyu-go/assets/images/top/bg_sp.png) #e0ac07;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1160px) {
  .loading {
      background: url(/kikiyu-go/assets/images/top/bg.png) #e0ac07;
      background-size: 100% auto;
  }
}
.loading_logo {
  max-width: 718px;
  width: 95.74%;
}
.loding_anime {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loading_logo;
  animation-name: loading_logo;
  opacity: 0.5;
}
@-webkit-keyframes loading_logo {
  0% {
      opacity: 0.5;
  }
  to {
      opacity: 1;
  }
}
@keyframes loading_logo {
  0% {
      opacity: 0.5;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes dots {
  0% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  33% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  66% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  to {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
}
@keyframes dots {
  0% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  33% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  66% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  to {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
}
@-webkit-keyframes dotsBefore {
  0% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  33% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  66% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
}
@keyframes dotsBefore {
  0% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  33% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  66% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
}
@-webkit-keyframes dotsAfter {
  33% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  66% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  to {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
}
@keyframes dotsAfter {
  33% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  66% {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
  to {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
}
@-webkit-keyframes loading_dots {
  0% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  to {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
}
@keyframes loading_dots {
  0% {
      background-color: transparent;
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      box-shadow: 0 0 0 rgba(255, 251, 219, 0);
      opacity: 0.5;
  }
  to {
      background-color: rgba(255, 251, 219, 0.8);
      border: 2px solid #fffbdb;
      -webkit-box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      box-shadow: 0 3px 8px rgba(255, 251, 219, 0.6);
      opacity: 1;
  }
}
.flare {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  display: none;
  left: 10.4%;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1160px) {
  .flare {
      display: block;
  }
}
.anime-flare {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loading_logo;
  animation-name: loading_logo;
  opacity: 0.5;
}
@-webkit-keyframes flare {
  0% {
      opacity: 0.5;
  }
  to {
      opacity: 0;
  }
}
@keyframes flare {
  0% {
      opacity: 0.5;
  }
  to {
      opacity: 0;
  }
}
.sidelight {
  background: url(/kikiyu-go/assets/images/top/sidelight.png) 0 0 repeat-y;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
