@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap";
@import "https://fonts.cdnfonts.com/css/helvetica-neue-5";
@import "https://fonts.googleapis.com/css2?family=Alata&display=swap";
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #090d3e;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
body.show {
  overflow: hidden;
}
body.anchor-show {
  padding-top: 54px;
}
#footer_pagetop{
  display: none;
}
.pane-contents .container{
    display: flex;
  }
.pane-footer img{
  width: auto;
  margin: auto;
}
.l-footer {
  font-weight: normal;
}
.l-footer__linkText {
  color: #585657;
  font-size: 14px;
}
.l-footer__heading__second,
.l-footer__list a.--second {
  font-size: 16px;
}
.l-footer__list a.--third {
  font-size: 13px;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.saikou a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.saikou a:hover {
  opacity: 0.7;
}
.saikou * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.eng {
  font-family: "Oswald", sans-serif;
}
img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
.onlyPC {
  display: block !important;
}
.onlySP {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block !important;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.section__heading {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
  color: #090D3E;
}
.section__heading--other {
  font-size: 18px;
  line-height: 2.167;
}
.section__heading--staff {
  font-size: 30px;
  line-height: 1.3;
}
.section__heading span {
  font-size: 20px;
  display: block;
}
.l-footer__toTopBtn {
  display: none !important;
}
.scrollTop {
  position: fixed;
  bottom: 50px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(/ec/img/usr/pg/cont/saikou-series/scrolltop.svg) no-repeat center/contain;
  z-index: 19;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .scrollTop {
    bottom: 80px;
    right: 32px;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .scrollTop:hover {
    background: url(/ec/img/usr/pg/cont/saikou-series/scrolltop_ov.svg) no-repeat center/contain;
  }
}
.bnr {
  max-width: 320px;
  margin: 56px auto 0;
}
.bnr__pc {
  display: none;
}
.bnr__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .bnr {
    max-width: 1000px;
    padding: 0 35px;
  }
  .bnr__pc {
    display: block;
  }
  .bnr__sp {
    display: none;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  z-index: 9999999;
  background-color: #fff;
}
#header #logo {
  height: 36px;
}
@media screen and (min-width: 768px) {
  #header {
    height: 48px;
  }
  #header #logo {
    height: 48px;
  }
}
.l-footer {
  margin-top: 100px;
}
.nav__trigger {
  position: fixed;
  top: 150px;
  right: 0;
  background-color: #090d3e;
  width: 36px;
  height: 36px;
  display: grid;
  place-content: center;
  z-index: 99999998;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav__trigger {
    top: calc(60px + 13.3vw);
  }
  .intro{
    max-width: 89% !important;
  }
}
.nav__trigger::before {
  content: "";
  width: 16px;
  height: 10px;
  background: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_nav_open.svg") no-repeat center/contain;
  z-index: 99999999;
  transition: all 0.3s ease;
}
.nav__trigger.show::before {
  width: 12.73px;
  height: 12.73px;
  background-image: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_nav_close.svg");
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999997;
  display: none;
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
}
.nav.show {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.nav__list {
  display: flex;
  flex-direction: column;
  gap: 78px;
}
.nav__item {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.nav__link {
  font-size: 20px;
  display: block;
  color: #090d3e;
}
.nav__link span {
  font-size: 16px;
  color: #be1717;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .nav__trigger {
    width: 48px;
    height: 48px;
  }
}
.saikou .swiper {
  padding-bottom: 38px;
}
.saikou .swiper-movie .swiper-container {
  padding-right: 20%;
}
.saikou .swiper-voice {
  padding-bottom: 0;
}
.saikou .swiper-pagination {
  position: unset;
  width: auto;
  font-size: 0;
  margin: 0 15px;
}
.saikou .swiper-button-prev,
.saikou .swiper-button-next {
  position: unset;
  width: 12.5px;
  height: 12.5px;
  margin: 0;
}
.saikou .swiper-button-prev::after,
.saikou .swiper-button-next::after {
  content: none;
}
.saikou .swiper-button-prev--voice,
.saikou .swiper-button-next--voice {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
}
.saikou .swiper-button-prev {
  background: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_arrow_prev.svg") no-repeat center/contain;
}
.saikou .swiper-button-prev--voice {
  left: -30px;
}
.saikou .swiper-button-next {
  background: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_arrow_next.svg") no-repeat center/contain;
}
.saikou .swiper-button-next--voice {
  right: -30px;
}
.saikou .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #c9c9c9;
  border-radius: 0;
}
.saikou .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #090d3e;
}
.saikou .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.saikou .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.saikou .swiper-horizontal > .swiper-pagination-bullets,
.saikou .swiper-pagination-bullets.swiper-pagination-horizontal,
.saikou .swiper-pagination-custom,
.saikou .swiper-pagination-fraction {
  width: auto;
}
.saikou .controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .controls--movie {
    display: none;
  }
}
.mv {
  margin-top: calc(60px + 13.3vw);
}
.mv__image--sp {
  display: block;
}
.mv__image--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 120px;
  }
  .mv__image--sp {
    display: none;
  }
  .mv__image--pc {
    display: block;
  }
}
.intro {
  max-width: 547px;
  margin: 70px auto 60px;
}
.intro__lead-wrap {
  display: inline-block;
  text-align: left;
}
.intro__lead {
  font-size: 14px;
  line-height: 2.429;
}
.intro__lead + .intro__lead {
  margin-top: 2em;
}
.anchor__heading {
  margin-top: 24px;
}
.anchor {
  width: 100%;
  background-color: #fff;
  z-index: 9999998;
  margin-bottom: 90px;
}
.anchor__list-wrap {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.anchor__list {
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
.anchor__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.anchor__item {
  width: 50%;
}
.anchor__item:nth-child(odd) .anchor__link {
  margin-left: auto;
}
.anchor__item:nth-child(n + 3) {
  border-top: 1px solid #eee;
}
.anchor__link {
  max-width: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.anchor__text {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #090d3e;
  padding-bottom: 14px;
}
.anchor__text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10.71px;
  height: 6.06px;
  background: url("/ec/img/usr/pg/cont/saikou-series/ico_arrow_bottom.svg") no-repeat center/contain;
}
.anchor__new {
  font-size: 10px;
  font-weight: bold;
  color: #be1717;
  text-transform: uppercase;
  margin-left: 2px;
}
.anchor__fixed {
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  top: -90px;
  left: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 35px;
  background-color: #fff;
  transition: all 1s ease;
  z-index: 9999998;
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 16px;
  padding-right: 16px;
}
.anchor__fixed.show {
  top: 70px;
}
@media screen and (max-width: 768px) {
  .anchor__fixed.show {
    top: 62px;
  }
}
.anchor__fixed .anchor__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  min-width: 375px;
  flex-wrap: nowrap;
}
.anchor__fixed .anchor__list::before {
  content: none;
}
@media screen and (min-width: 950px) {
  .anchor__fixed .anchor__list {
    left: 50%;
    transform: translateX(-50%);
  }
}
.anchor__fixed .anchor__item {
  width: auto;
  height: 33px;
}
.anchor__fixed .anchor__item:nth-child(n + 3) {
  border-top: 0;
}
.anchor__fixed .anchor__item:nth-child(n + 2) {
  position: relative;
}
.anchor__fixed .anchor__item:nth-child(n + 2)::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #c9c9c9;
  position: absolute;
  top: 7px;
  left: 0;
}
.anchor__fixed .anchor__link {
  display: flex;
  align-items: center;
  height: 33px;
}
.anchor__fixed .anchor__link img {
  display: none;
}
.anchor__fixed .anchor__link .anchor__text {
  position: relative;
  bottom: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  white-space: nowrap;
}
.anchor__fixed .anchor__link .anchor__text::after {
  content: none;
}
.anchor__target {
  position: absolute;
  top: -40px;
}
.movie {
  padding-top: 80px;
}
.movie__heading {
  margin-bottom: 30px;
}
.movie__slide {
  padding-left: 35px;
}
.movie__item {
  cursor: pointer;
}
.movie__item__thumb {
  position: relative;
}
.movie__item__thumb::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/ec/img/usr/pg/cont/saikou-series/ico_movie.svg") no-repeat center/contain;
  z-index: 2;
}
.movie__item__thumb::after {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
video {
  width: 100%;
  height: 100%;
}
.player {
  background-color: #000;
  display: none;
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999997;
}
.player .close {
  background-color: #090d3e;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999998;
  position: fixed;
  top: 0;
  right: 0;
}
.player .close::before {
  content: "";
  z-index: 99999999999;
  width: 12.73px;
  height: 12.73px;
  background-image: url("/ec/img/usr/pg/cont/saikou-series/ico_nav_close.svg");
}
.player.show {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.iframe__wrap {
  width: 100%;
  height: 100%;
}
.iframe__wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .movie__slide {
    max-width: 640px;
    margin-inline: auto;
    padding-left: 0;
  }
}
.text__link {
  color: #090d3e;
  display: inline-block;
  padding-right: 16px;
  padding-bottom: 2px;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.286;
  border-bottom: 1px solid #090d3e;
  background: url("/ec/img/usr/pg/cont/saikou-series/ico_arrow_right_navy.svg") no-repeat top 5px right/6px
    11px;
}
.contents {
  max-width: 960px;
  width: 96%;
  padding: 20px 0 90px;
  margin: 0 auto;
  position: relative;
  background-color: #E2F7FF;
}
.contents.shirt,
.contents.other,
.contents.staff {
  margin-top: 100px;
}
.contents + .contents {
  margin-top: 100px;
}
.contents::before {
  content: "";
  position: absolute;
  width: 164px;
  height: 164px;
  background-image: url(/ec/img/usr/pg/cont/saikou-series/26ss/section-before.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -30px;
  right: 30px;
}
.contents::after {
  content: "";
  position: absolute;  
  width: 164px;
  height: 164px;
  background-image: url(/ec/img/usr/pg/cont/saikou-series/26ss/section-after.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .contents {
    max-width: 89%;
    padding: 5vw 0 10vw;
    margin: 0 auto;
    position: relative;
    background-color: #E2F7FF;
  }
  .contents::before {
    content: "";
    position: absolute;
    width: 30.7vw;
    height: 30.7vw;
    background-image: url(/ec/img/usr/pg/cont/saikou-series/26ss/section-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -2.5vw;
    right: 0;
  }
  .contents::after {
    content: "";
    position: absolute;  
    width: 30.7vw;
    height: 30.7vw;
    background-image: url(/ec/img/usr/pg/cont/saikou-series/26ss/section-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -2.5vw;
    left: 0;
  }  
  .variation__list{
    justify-content: flex-start !important;
  }
}
.contents-main {
  margin-bottom: 40px;
}
.contents-main--other {
  margin-top: 30px;
  overflow-x: scroll;
  padding-left: 35px;
}
.contents-main--staff {
  margin-top: 30px;
  overflow-x: scroll;
  padding-left: 35px;
}
.contents-main__slide-wrap {
  max-width: 770px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .contents-main__slide-wrap {
    max-width: 80%;
    margin: 20px auto;
  }
}
.contents-main__slide {
  position: relative;
  margin-inline: auto;
}
.saikou .contents-main__slide .swiper {
  padding-bottom: 0;
}
.saikou .contents-main__slide .swiper-button-prev,
.saikou .contents-main__slide .swiper-button-next {
  position: absolute;
  top: 50%;
  color: #090d3e;
}
.saikou .contents-main__slide .swiper-button-prev {
  background-image: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_arrow_prev_navy.svg");
  left: -22px;
}
.saikou .contents-main__slide .swiper-button-next {
  background-image: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_arrow_next_navy.svg");
  right: -22px;
}
.contents-main__slide .slide-info {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}
.contents-main__slide .slide-info__item {
  color: #090d3e;
  font-size: 16px;
  font-weight: bold;
}
.contents-main__slide .slide-info__item span {
  font-size: 12px;
  width: 60px;
  display: inline-block;
}
.contents-main__slide
  .slide-info__item
  + .contents-main__slide
  .slide-info__item {
  margin-top: 4px;
}
.contents-main__slide .slide-info__attention {
  color: #090d3e;
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}
.saikou .contents-main__slide .swiper-button-lock {
  display: block;
}
.contents-main__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.contents-main__anchorlink-wrap {
  margin-top: 35px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.contents-main__anchorlink-list {
  max-width: 390px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
.contents-main__anchorlink-item {
  width: 50%;
}
.contents-main__anchorlink-item:nth-child(2) {
  border-left: 1px solid #eee;
}
.contents-main__anchorlink {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-main__anchorlink span {
  font-size: 14px;
  font-weight: bold;
  color: #090d3e;
  position: relative;
  padding-bottom: 14px;
}
.contents-main__anchorlink span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10.71px;
  height: 6.06px;
  background: url("/ec/img/usr/pg/cont/saikou-series/ico_arrow_bottom.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .contents-main {
    max-width: 1024px;
    margin-inline: auto;
  }
  .contents-main--other {
    padding-right: 35px;
  }
}
.contents-main__list {
  margin-bottom: 30px;
}
.contents-main__list--other {
  display: flex;
  gap: 20px;
}
.contents-main__list--staff {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents-main__list--other {
    justify-content: center;
  }
}
.contents-main__item:last-child {
  position: relative;
}
.contents-main__item:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0);
}
.contents-main__item--other {
  min-width: 280px;
  max-width: 280px;
  text-align: center;
}
.contents-main__item--staff {
  min-width: 200px;
  max-width: 200px;
}
.contents-main__item__inner {
  text-align: center;
}
.contents-main__image {
  max-width: 320px;
  margin-inline: auto;
}
.contents-main__detail__wrap {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.contents-main__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents-main__detail + .contents-main__detail {
  margin-top: 8px;
}
.contents-main__detail__title {
  font-size: 12px;
  line-height: 1.833;
  width: 60px;
  margin-right: 10px;
}
.contents-main__detail__desc {
  font-size: 16px;
  line-height: 1.375;
}
.contents-main__detail__note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}
.btn {
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  width: 6px;
  height: 11px;
  background: url("https://www.uktsc.com/ec/img/usr/pg/cont/saikou-series/ico_arrow_white.svg") no-repeat center/contain;
}
.contents__btn {
  width: 240px;
  height: 40px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  display: grid;
  place-content: center;
  border: 1px solid #090d3e;
  background-color: #090d3e;
  margin-inline: auto;
  transition: all 0.3s ease;
}
.contents__btn::before {
  right: 18.8px;
  transition: all 0.3s ease;
}
.contents__btn:hover {
  background-color: #fff;
  color: #090d3e;
  opacity: 1;
}
.contents__btn:hover::before {
  opacity: 1;
  background: url("/ec/img/usr/pg/cont/saikou-series/ico_arrow_right_navy.svg") no-repeat center/contain;
}
.contents__btn--bottom {
  margin-top: 30px;
}
.contents__bnr {
  display: block;
  max-width: 320px;
  height: 80px;
  margin-top: 40px;
  margin-inline: auto;
  border: 2px solid #27c5ff;
  color: #27c5ff;
  font-size: 14px;
  padding: 18px 0 17px 30px;
  background: #fff url("/ec/img/usr/pg/cont/saikou-series/bg_bnr.png") no-repeat center right/contain;
}
.contents__bnr::before {
  right: 19.8px;
}
.contents__bnr span {
  font-size: 18px;
}
.contents__lead__wrap {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
}
.contents__lead {
  margin: 50px auto 0;
  font-size: 14px;
  line-height: 2.429;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contents__lead__inline {
    display: none;
  }
}
.contents__item {
  position: relative;
  margin-top: 50px;
}
.contents__item .anchorTarget {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}
.contents__heading {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.contents__heading span {
  font-size: 26px;
  display: block;
}
.contents-accordion__list__wrap {
  padding-left: 35px;
  padding-right: 35px;
}
.contents-accordion__list {
  max-width: 420px;
  margin-top: 20px;
  margin-inline: auto;
  border: 2px solid #090d3e;
}
.contents-accordion__trigger {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contents-accordion__trigger:hover {
  opacity: 0.7;
}
.contents-accordion__trigger::before,
.contents-accordion__trigger::after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  background-color: #090d3e;
  top: 50%;
  transform: translate(0, -50%);
}
.contents-accordion__trigger::before {
  width: 10px;
  height: 1px;
  right: 20px;
}
.contents-accordion__trigger::after {
  width: 1px;
  height: 10px;
  right: 24.5px;
}
.contents-accordion__trigger.show::after {
  opacity: 0;
}
.contents-accordion__trigger__num {
  display: grid;
  place-content: center;
  border-right: 2px solid #090d3e;
}
.contents-accordion__trigger__text {
  display: grid;
  place-content: start;
  font-size: 20px;
  line-height: 1.3;
  padding: 26px 50px 26px 20px;
}
.contents-accordion__trigger__text span {
  font-size: 14px;
  line-height: 1.857;
  display: block;
}
.contents-accordion__target {
  display: none;
  border-top: 2px solid #090d3e;
  padding: 45px 0;
}
.contents-accordion__target > * {
  width: 230px;
  margin-inline: auto;
}
.contents-accordion__image + .contents-accordion__text,
.contents-accordion__image + .contents-accordion__heading {
  margin-top: 30px;
}
.contents-accordion__heading {
  font-size: 16px;
  line-height: 1.75;
}
.contents-accordion__heading + .contents-accordion__text {
  margin-top: 10px;
}
.contents-accordion__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
.contents-accordion__text + .contents-accordion__image {
  margin-top: 45px;
}
.variation {
  margin-top: 20px;
  overflow-x: auto;
  padding: 0 35px 30px;
}
.variation::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .variation {
    margin-inline: auto;
    max-width: 1024px;
  }
}
.variation__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .variation__list {
    overflow-x: auto;
  }
}
.variation__item {
  min-width: 200px;
  max-width: 200px;
}
.variation__item:last-child {
  position: relative;
}
.variation__item:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0);
}
.variation__item a {
  display: block;
}
.variation__name {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #090d3e;
}
.variation__price {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 8px;
  color: #090d3e;
}
.voice {
  display: none;
}
.voice__contents {
  max-width: 260px;
  margin-top: 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__contents {
    max-width: 420px;
  }
}
.voice__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
.voice__list {
  margin-top: 20px;
  display: flex;
  gap: 5px;
}
.voice__item {
  border: 1px solid #090d3e;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 5px 2px;
  letter-spacing: 0;
}
.other__heading {
  font-size: 24px;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 20px;
}
.other__heading span {
  font-size: 20px;
  line-height: 1.65;
  display: block;
}
.other__contents {
  max-width: 142px;
  margin-inline: auto;
}
.other__contents .text__link {
  margin-top: 20px;
}
.staff__contents {
  margin-top: 10px;
}
.staff__info {
  font-size: 12px;
  line-height: 1.833;
  margin-top: 4px;
}
.staff__info + .staff__info {
  margin-top: 2px;
}
.review__wrap {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.review__slide {
  position: relative;
  max-width: 274px;
  margin-inline: auto;
}
.saikou .review__slide .swiper {
  padding-bottom: 0;
}
.saikou .review__slide .swiper-button-prev,
.saikou .review__slide .swiper-button-next {
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.saikou .review__slide .swiper-button-prev {
  left: -20px;
}
.saikou .review__slide .swiper-button-next {
  right: -20px;
}
.review__text {
  position: relative;
  max-width: 280px;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: normal;
}
.review__text::before,
.review__text::after {
  position: absolute;
  content: "";
  width: 26.1px;
  height: 22.02px;
}
.review__text::before {
  top: 0;
  left: 0;
  background: url("/ec/img/usr/pg/cont/saikou-series/icon_text_top.svg") no-repeat center/contain;
}
.review__text::after {
  bottom: 0;
  right: 0;
  background: url("/ec/img/usr/pg/cont/saikou-series/icon_text_bottom.svg") no-repeat center/contain;
}
.bottom__image-wrap {
  position: relative;
  max-width: 768px;
  margin-inline: auto;
}
.bottom__image-wrap--soon {
  display: none;
}
.bottom__image-wrap--soon::before,
.bottom__image-wrap--soon::after {
  content: "";
  position: absolute;
}
.bottom__image-wrap--soon::before {
  width: 187.8px;
  height: 64.98px;
  background: url("/ec/img/usr/pg/cont/saikou-series/bottom/icon_soon.svg") no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.bottom__image-wrap--soon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.stretch-img01{
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.stretch-img02{
  display: block;
  max-width: 770px;
  margin: 40px auto;
}
.stretch{
  padding-top: 20px;
}
.stretch .swiper-pagination{
  margin: 15px 0 0 !important;
}
.stretch .swiper-pagination-bullet{
  border: 1px solid #303030;
}
.stretch .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid #090d3e;
}
@media screen and (max-width: 768px) {
.stretch-img01{
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}  
.stretch-img02{
  display: block;
  max-width: 82%;
  margin: 40px auto;
}
}
/*# sourceMappingURL=style.css.map */
