.img_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* @media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
} */

.wrapper_pc {
  min-width: 1200px;
  min-height: unset;
  overflow: hidden;
}

.mt14 {
  margin-top: 14px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.txt-red {
  color: #a21919;
}

.txt-yellow {
  color: #b57c00;
}

.txt-green {
  color: #1d6e3a;
}

.txt-purple {
  color: #694880;
}

.txt-pink {
  color: #c5326d;
}

.txt-center {
  text-align: center;
}

.tw {
  position: relative !important;
}

.tw:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 0;
  background: url("../img/icon-x.jpg") no-repeat center / cover;
  width: 30px;
  height: 30px;
}

.tw iframe {
  position: relative;
  visibility: visible;
  width: 30px;
  height: 20px;
  opacity: 0;
  z-index: 3;
}

@media screen and (max-width: 1400px) {
  .wrapper_pc {
    margin-left: 0;
  }
}

.floater {
  color: #dc143c;
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  top: unset !important;
  left: unset !important;
  bottom: 9% !important;
  right: 20% !important;
}

@media screen and (max-width: 1400px) {
  .floater {
    bottom: 12% !important;
    right: 5% !important;
  }
}

.mainContent {
  background: #f6edd9 url("../img/bg01.jpg") center -16px no-repeat;
  background-position-y: calc(100% - 132px);
}

@media screen and (max-width: 768px) {
  .mainContent {
    background: #f6edd9 url("../img/bg01_sp.jpg") center -3.73vw / 100% no-repeat;
  }
}
.wrapInner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* Header */
.header {
  position: relative;
  z-index: 2;
  background: #fff;
}

.header .header-wrap {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.header .header-wrap .logo {
  margin-left: 75px;
  max-width: 34px;
}

.header .header-wrap .logo img {
  display: block;
  max-width: 100%;
}

.header .header-wrap .snsInner {
  margin-top: 3px;
}

/* MV */
.mvContent {
  position: relative;
  z-index: 1;
}

.mvContent .img-mv {
  margin: 0 auto;
  max-width: 1920px;
}

.mvContent .linkmv a {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5% 16%;
}

.mvContent_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 1;
  margin-top: 40px;
}

.mvContent_box .boxContent {
  max-width: 534px;
  margin-right: 0px;
  margin-top: -3px;
  text-align: right;
}

.mvContent_box .boxContent .btn {
  margin-top: 4px;
  max-width: 528px;
  margin-left: auto;
}

.mvContent_movie {
  margin-top: -3px;
  margin-left: -3px;
}

.txt_fv {
  text-align: center;
  color: #09399b;
  font-weight: bold;
  font-size: 30px;
  margin-top: 44px;
  line-height: 41px;
}

.txt_fv a {
  text-decoration: underline;
  color: #3977f1;
}

.txt_dateFV {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  letter-spacing: -0.07em;
  margin-bottom: 41px;
}

.txt_dateFV span {
  display: block;
  font-size: 16px;
  margin-top: 11px;
}

.link_date {
  text-align: center;
  margin: 8px 0 67px 0;
  letter-spacing: -0.15em;
}

.link_date a {
  text-align: center;
  font-weight: bold;
  color: #e5c307;
  font-size: 30px;
  border-bottom: 1px solid #e5c307;
}

.ico {
  margin: 56px 0 57px 0;
}

/* footer */
.footerBlock {
  padding: 46px 0 33px;
}

.footerBlock .footerWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}

.footerBlock .footerContent {
  margin-left: 51px;
}

.footerBlock .footerWrap .snsInner {
  padding-top: 6px;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .wrapInner {
    width: calc(710 / 750 * 100%);
  }

  .overflowH {
    overflow: hidden;
  }

  .tw:before {
    top: 0px;
    bottom: 0;
    left: 37px;
    background: url(../img/icon-x_sp.png) no-repeat center / 100%;
    width: 22.5px;
    height: 22.5px;
  }

  .sp_snsInner {
    margin: 1vw 0 0;
  }

  .header .header-wrap {
    padding: 1% 0;
  }

  .header .header-wrap .logo {
    margin-left: 2.667%;
    width: calc(63 / 750 * 100%);
  }

  .header .header-wrap .snsInner {
    margin-top: 0;
  }

  .mvContent {
    margin-top: -3%;
  }

  .mvContent .img-mv {
    margin: 10px auto 0;
  }

  .mvContent .linkmv a {
    top: 81%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2% 23%;
  }

  .txt_fv {
    margin-bottom: 11%;
    margin-top: 1%;
    font-size: 11px;
    line-height: 17px;
  }

  .txt_dateFV {
    font-size: 9px;
    letter-spacing: -0.04em;
    margin-top: 2px;
    margin-bottom: 19%;
  }

  .txt_dateFV span {
    font-size: 8px;
    margin-top: 3px;
  }

  .link_date {
    font-size: 15px;
    margin: 0% 0 18% 0;
    letter-spacing: -0.07em;
  }

  .link_date a {
    font-size: 15px;
  }

  .ico {
    margin: 2% 0 9.5% 0;
  }

  .footerBlock {
    border-top: 1px solid #b4b4b4;
    padding: 3.467vw 0 2.667vw;
    background: #fff;
  }

  .footerBlock .footerWrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footerBlock .footerContent {
    margin-left: 0;
    margin-bottom: 2.667vw;
  }

  .footer__copyright {
    font-size: 2.133vw;
    line-height: 1.5;
    padding: 0;
  }
}

small {
  font-size: smaller;
}

/* 250815 */
.tw:before {
  content: unset;
}
.tw iframe {
  opacity: unset;
}
.wrapper_sp {
  max-width: 100%;
  overflow: hidden;
}
.sp_snsInner {
  margin-right: 2.667%;
}

.btn-x {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer;
  font: normal normal normal 12px/18px "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 77px;
}
.btn-x i {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Crect%20width='32'%20height='32'%20fill='none'/%3E%3Cpath%20d='M17.9686%2014.1623L26.7065%204H24.6358L17.0488%2012.8238L10.9891%204H4L13.1634%2017.3432L4%2028H6.07069L14.0827%2018.6817L20.4822%2028H27.4714L17.9681%2014.1623H17.9686ZM15.1326%2017.4607L14.2041%2016.132L6.81679%205.55961H9.99723L15.9589%2014.0919L16.8873%2015.4206L24.6368%2026.5113H21.4564L15.1326%2017.4612V17.4607Z'%20fill='white'/%3E%3C/svg%3E");
}
.btn-x .label {
  margin-left: 3px;
  white-space: nowrap;
  vertical-align: top;
  font-weight: 500;
}

/* bx */
.slider-container {
  position: relative;
  background: url("../img/fv_bg.png") top center/cover no-repeat;
}

.bx-controls {
  z-index: 100;
  position: absolute;
  /* overflow: hidden; */
  bottom: -3.7%;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager-link {
  overflow: hidden;
  height: 0;
  padding-top: 20px;
  width: 20px;
  margin: 0 13px;
  display: block;
  background: #f3efe7;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 5px #83663e50;
  border-radius: 100%;
}

.bx-pager-link.active {
  background: #83663e;
}
@media screen and (max-width: 768px) {
  .slider-container {
    background: url("../img/fv_bg_sp.png") top center/100% auto no-repeat;
  }
  .bx-pager-link {
    padding-top: 2.67vw;
    width: 2.67vw;
    margin: 0 1.73vw;
  }
  .bx-controls {
    bottom: 2vw;
  }
}
/* cv */
.cv_area {
  position: absolute;
  width: 100%;
  bottom: -1.7%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  background: url("../img/cv_bg01.png") center center/contain no-repeat;
  padding: 50px 0;
}
.cv_area > a:not(:last-child) {
  margin-right: 35px;
}
.cv_area > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cv_area.it02 > a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .cv_area {
    padding: 6.33vw 0;
    bottom: 3vw;
    background: url("../img/cv_bg01_sp.png") center center/100% no-repeat;
  }
  .cv_area > a {
    width: 44.4vw;
  }
  .cv_area > a:not(:last-child) {
    margin-right: 4.53vw;
  }
  .cv_area.it02 > a:not(:last-child) {
    margin-right: 4.27vw;
  }
}
/* episode */
.episode {
  padding: 82px 0 84px;
}
.episode .ttl {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.episode .ttl.it02 {
  margin-bottom: 11px;
}
.episode_list {
  max-width: 1200px;
  margin: -26px auto -5px;
}
.episode_list > li {
  position: relative;
  left: -11px;
  display: flex;
  z-index: 0;
}
.episode_list .thumbnail {
  position: absolute;
  top: 110px;
  left: 154px;
  cursor: pointer;
}
.episode_list li:first-child .thumbnail {
  top: 121px;
}
.episode_list .thumbnail:hover {
  opacity: .8;
}
.episode_list .btn {
  position: absolute;
  top: 340px;
  right: 50%;
  transform: translateX(calc(50% + 10px));
}
.episode_list li:first-child .btn {
  top: 351px;
}
.episode_flex {
  display: flex;
  max-width: 1000px;
  margin: 97px auto 0;
  justify-content: space-between;
  align-items: baseline;
}
.episode_flex .txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .episode {
    padding: 1.6vw 0 10.67vw;
  }
  .episode .ttl {
    width: 94.8vw;
  }
  .episode_list {
    margin: -2.93vw 0 -1vw;
  }
  .episode_list > li {
      position: relative;
      left: unset;
  }
  .episode_list .thumbnail {
    top: 42vw;
    left: 8.5vw;
    width: 44.53vw;
  }
  .episode_list li:first-child .thumbnail {
    top: 42.5vw;
  }
  .episode_list .btn {
    top: 72.2vw;
    width: 82.67vw;
    transform: translateX(50%);
  }
  .episode_list li:first-child .btn {
    top: 72.8vw;
  }
  .episode .ttl.it02 {
    width: 90.13vw;
    margin-bottom: 0.53vw;
  }
  .episode .wrap_w690 {
    width: 92vw;
    margin: 0 auto;
  }
  .episode_flex {
    display: block;
  }
  .episode_flex .txt {
    margin: 12.27vw auto 1.87vw;
    width: 74vw;
  }
  .episode_flex .txt.it02 {
    margin: 14.27vw auto 1.87vw;
    width: 84.4vw;
  }
}
/* chosen */
.chosen {
  background: url("../img/chosen_bg01.png") top center no-repeat;
  padding-top: 30px;
}
.chosen .con01 {
  display: inline-block;
  margin: 0 auto 63px;
  position: relative;
  transform: translateX(51px);
}
.chosen .con01 p {
  font-weight: bold;
  color: #3e231d;
  font-size: 15px;
  line-height: 1.333;
}
.chosen .con01 small.note {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.chosen .con01 .txt01 {
  position: absolute;
  top: 471px;
  left: 52px;
}
.chosen .con01 .txt02 {
  position: absolute;
  top: 471px;
  left: 300px;
}
.chosen .con01 .txt03 {
  position: absolute;
  top: 471px;
  left: 727px;
}
.chosen .con01 .txt04 {
  position: absolute;
  top: 913px;
  left: 44px;
}
.chosen .con01 .txt05 {
  position: absolute;
  top: 913px;
  left: 384px;
}
.chosen .con01 .txt06 {
  position: absolute;
  top: 913px;
  left: 748px;
}
.chosen .con02 {
  transform: translateX(19px);
}
@media screen and (max-width: 768px) {
  .chosen {
    background: url("../img/chosen_bg01_sp.png") top center / 100% no-repeat;
    padding-top: 4.53vw;
  }
  .chosen .con01 {
    margin: 0 auto 63px;
    transform: translateX(4.8vw);
    width: 90vw;
  }
  .chosen .con01 p {
    font-size: 2.67vw;
    line-height: 1.2;
    text-align: left;
  }
  .chosen .con01 .txt01 {
    top: 61vw;
    left: 1.6vw;
  }
  .chosen .con01 .txt02 {
    top: 61vw;
    left: 44.6vw;
  }
  .chosen .con01 .txt03 {
    top: 116.5vw;
    left: 1.6vw;
  }
  .chosen .con01 .txt04 {
    top: 116.5vw;
    left: 44.6vw;
  }
  .chosen .con01 .txt05 {
    top: 174.5vw;
    left: 1.6vw;
  }
  .chosen .con01 .txt06 {
    top: 174.5vw;
    left: 44.6vw;
  }
  .chosen .con01 small.note {
    font-size: 2.13vw;
    line-height: 1.2;
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 189vw;
    left: -4vw;
    max-width: 88.67vw;
  }
  .chosen .con02 {
    width: 79.87vw;
    margin: 15.73vw auto 6.13vw;
    transform: translateX(2.13vw);
  }
}
/* footer */
.footer01 {
  background: #fff;
  width: 100%;
  padding: 0 0 40px;
  text-align: center;
}
/* .footer01_inner {
  width: 960px;
  margin: 0 auto;
} */
.footer01 .copy {
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.5;
}
.footer01 .cv_area {
  position: relative;
  padding: 0;
  background: unset;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer01 {
    padding: 0 0 10.67vw;
  }
  .footer_logo {
    max-width: 9.6vw;
    margin: -1.33vw auto 1.5vw;
  }
  .footer01 .cv_area {
    margin-bottom: 0;
  }
  .footer01 .copy {
    font-size: 2.13vw;
    margin-top: 0;
  }
}

/* slider-contents */
.fv_ttl {
  position: absolute;
  top: 57.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39.1vw;
}
.fv_ttl > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.slider-contents > li {
  height: 900px;
  height: 46.975vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.slider-contents > li > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .bx-viewport {
    height: 566px !important;
  }

  .slider-contents > li {
    max-height: 500px;
    height: 60vw;
  }

  .slider-contents > li > img {
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .fv_ttl {
    position: absolute;
    top: 78vw;
    left: 0;
    width: 100vw;
    transform: unset;
  }
  .slider-contents > li {
    height: 154vw;
    align-items: flex-start;
    padding-top: 3.73vw;
  }
  .slider-contents > li > img {
    width: 100%;
    height: auto;
  }
}

/* Popup box */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  min-height: unset;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.popup-box {
  border: 2px solid #fff;
  background: #d8d8d8;
  padding: 0;
  width: 66%;
  max-width: 800px;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.close-btn {
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
}
.close-btn:hover {
  opacity: .8;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .popup-overlay {
    min-width: unset;
  }
  .popup-box {
    border: 0.53vw solid #fff;
    width: 92vw;
  }
  .close-btn {
    position: absolute;
    top: -12vw;
    right: 0;
    width: 7.87vw;
  }
}