@charset "utf-8";
.button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.fixbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: black;
}
.fixbg__main {
  position: relative;
  width: 100%;
  height: 730px;
}
.fixbg__main .swiper {
  width: 100%;
  height: 100%;
}
.fixbg__main .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fixbg__main .swiper .swiper-slide div {
  width: 100%;
  height: 100%;
}
.fixbg__main .swiper .item1 {
  background: url(../img/visual/visual_head_01.jpg) center center / cover no-repeat;
}
.fixbg__main .swiper .item2 {
  background: url(../img/visual/visual_head_02.jpg) center center / cover no-repeat;
}
.fixbg__main .swiper .item3 {
  background: url(../img/visual/visual_head_03.jpg) center center / cover no-repeat;
}
.maincontent {
  padding-top: 660px;
}
.kv {
  position: fixed;
  top: 0;
  width: 100%;
  height: 660px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.kv__container {
  position: relative;
  width: 1px;
  height: 1px;
}
.kv__mainlogo {
  display: block;
  width: 572px;
  height: 88px;
  background-image: url("../img/visual/maintitle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: -286px;
}
.content {
  width: 100%;
  background-color: white;
  border-radius: 60px 60px 0 0;
}
.lives {
  padding-top: 240px;
  padding-bottom: 84px;
}
.lives__spnavi {
  display: none;
}
.lives__title {
  display: block;
  width: 635px;
  height: 53px;
  background-image: url("../img/visual/subtitle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.lives__subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
.lives__read {
  text-align: center;
  margin-top: 70px;
}
.lives__read p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 300%;
  letter-spacing: 0.05em;
}
.lives__read p span {
  display: block;
}
.lives__link {
  margin-top: 75px;
  width: 300px;
}
.lives__link .arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_newwin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(0);
  border: none;
  position: absolute;
  right: 20px;
  top: 25px;
}
.lives__link:hover .arrow {
  filter: brightness(0) saturate(100%);
  border: none;
}
.about {
  padding: 0 150px 92px;
}
.about__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about__container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 86px;
}
.about__container__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 30vw;
}
.about__container__img__main {
  display: block;
  width: 145px;
  height: 121px;
  background-image: url("../img/visual/about_illust.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.about__container__txt {
  width: calc(100% - 30vw);
  font-size: 18px;
  line-height: 178%;
}
.dressing {
  padding-top: 150px;
}
.dressing__title {
  display: block;
  width: 545px;
  height: 56px;
  background-image: url("../img/visual/title_dressing.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.dressing__subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}
.dressing__read {
  font-size: 18px;
  text-align: center;
  line-height: 228%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.dressing__read p {
  margin-bottom: 23px;
}
.dressing__read span {
  display: block;
}
.dressing__group {
  margin-top: 110px;
}
.dressing__group__ticker {
  width: 100%;
  height: 450px;
}
.dressing__group__title {
  font-size: 36px;
  text-align: center;
  line-height: 120%;
  margin: 50px auto 0;
}
.dressing__group__container {
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  margin: 60px auto 0;
}
.dressing__group__container__txt {
  padding-right: 60px;
}
.dressing__group__container__txt__read {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.dressing__group__container__map {
  width: 240px;
  min-width: 240px;
  min-height: 240px;
}
.dressing__group__container__map .map {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  transform-origin: top right;
}
.dressing__group__map {
  margin: 50px auto 0;
  border-radius: 50px;
  width: 720px !important;
  height: 600px !important;
  aspect-ratio: 1;
  overflow: hidden;
}
@keyframes tickerloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
.dressing .dressing__group1 .ticker {
  background: url('../img/visual/visual_dressing_image_01.jpg') top left / cover repeat-x;
  animation: 40s linear 0s infinite running tickerloop;
}
.dressing .dressing__group1 .map {
  background: url(../img/visual/visual_dressing_map_01.jpg) center center / cover no-repeat;
}
.dressing .dressing__group2 .ticker {
  background: url('../img/visual/visual_dressing_image_02.jpg') top left / cover repeat-x;
  animation: 40s linear 1s infinite running tickerloop;
}
.dressing .dressing__group2 .map {
  background: url(../img/visual/visual_dressing_map_02.jpg) center center / cover no-repeat;
}
.dressing .dressing__group3 .ticker {
  background: url('../img/visual/visual_dressing_image_03.jpg') top left / cover repeat-x;
  animation: 40s linear 2s infinite running tickerloop;
}
.dressing .dressing__group3 .map {
  background: url(../img/visual/visual_dressing_map_03.jpg) center center / cover no-repeat;
}
.dressing .dressing__group4 .ticker {
  background: url('../img/visual/visual_dressing_image_04.jpg') top left / cover repeat-x;
  animation: 40s linear 3s infinite running tickerloop;
}
.dressing .dressing__group4 .map {
  background: url(../img/visual/visual_dressing_map_04.jpg) center center / cover no-repeat;
}
.dressing .dressing__group5 .ticker {
  background: url('../img/visual/visual_dressing_image_05.jpg') top left / cover repeat-x;
  animation: 40s linear 4s infinite running tickerloop;
}
.dressing .dressing__group5 .map {
  background: url(../img/visual/visual_dressing_map_05.jpg) center center / cover no-repeat;
}
.dressing .dressing__group6 .ticker {
  background: url('../img/visual/visual_dressing_image_06.jpg') top left / cover repeat-x;
  animation: 40s linear 5s infinite running tickerloop;
}
.dressing .dressing__group6 .map {
  background: url(../img/visual/visual_dressing_map_06.jpg) center center / cover no-repeat;
}
.dressing .dressing__group7 .ticker {
  background: url('../img/visual/visual_dressing_image_07.jpg') top left / cover repeat-x;
  animation: 40s linear 6s infinite running tickerloop;
}
.dressing .dressing__group7 .map {
  background: url(../img/visual/visual_dressing_map_07.jpg) center center / cover no-repeat;
}
.dressing .dressing__group8 .ticker {
  background: url('../img/visual/visual_dressing_image_08.jpg') top left / cover repeat-x;
  animation: 40s linear 7s infinite running tickerloop;
}
.dressing .dressing__group8 .map {
  background: url(../img/visual/visual_dressing_map_08.jpg) center center / cover no-repeat;
}
.dressing .dressing__group9 .ticker {
  background: url('../img/visual/visual_dressing_image_09.jpg') top left / cover repeat-x;
  animation: 40s linear 8s infinite running tickerloop;
}
.dressing .dressing__group9 .map {
  background: url(../img/visual/visual_dressing_map_09.jpg) center center / cover no-repeat;
}
.sign {
  padding-top: 150px;
  margin-top: 80px;
}
.sign__title {
  display: block;
  width: 438px;
  height: 56px;
  background-image: url("../img/visual/title_sign.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.sign__subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.sign__read {
  font-size: 18px;
  line-height: 227%;
  text-align: center;
  margin-top: 44px;
  padding: 0 170px;
}
.sign .scrollline {
  width: 100%;
  margin-top: 80px;
}
.sign .scrollline__item {
  margin-bottom: 15px;
}
.sign .scrollline__item img {
  border-radius: 50px;
}
.comyaku25 {
  padding-top: 150px;
  padding-bottom: 230px;
  margin-top: 90px;
}
.comyaku25__title {
  display: block;
  width: 402px;
  height: 44px;
  background-image: url("../img/visual/title_comyaku25.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.comyaku25__subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.comyaku25__read {
  font-size: 18px;
  line-height: 227%;
  text-align: center;
  margin-top: 42px;
  padding: 0 170px;
}
.comyaku25 .scrollline {
  width: 100%;
  margin-top: 80px;
}
.comyaku25 .scrollline__item {
  margin-bottom: 15px;
}
.comyaku25 .scrollline__item img {
  border-radius: 50px;
}
.scrollline .swiper {
  height: 240px;
  overflow: visible !important;
}
.scrollline .swiper-slide {
  position: relative;
  width: 260px;
  height: 240px;
  transition: all 0.3s 0s ease;
  cursor: pointer;
}
.scrollline .swiper-slide img {
  position: relative;
  width: 240px;
  height: 240px;
  transition: all 0.3s 0s ease;
}
.scrollline .swiper-slide:hover .arrow {
  background-color: #d2d7da;
}
.scrollline .swiper-slide:hover .arrow:after {
  border-color: black;
}
.scrollline .swiper-wrapper {
  transition-timing-function: linear !important;
}
.scrollline .swiper-wrapper .arrow {
  width: 45px;
  height: 45px;
  background-color: #222426;
  border-radius: 45px;
  position: absolute;
  right: 14px;
  bottom: 0px;
  transition: all 0.3s 0s ease;
  z-index: 300000;
}
.scrollline .swiper-wrapper .arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  right: 20px;
  top: 18px;
  transform: rotate(45deg);
  transition: all 0.3s 0s ease;
}
/*==============================================================
  ■ EN
==============================================================*/
html[lang="en"] .lives__read {
  padding: 0 20%;
  text-align: left;
}
html[lang="en"] .dressing__read {
  padding: 0 20%;
  text-align: left;
}
html[lang="en"] .sign__read {
  padding: 0 20%;
  text-align: left;
}
html[lang="en"] .comyaku25__read {
  padding: 0 20%;
  text-align: left;
}
