@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --text-main: #171818;
  --bg-main: #fff;
  --line-color: #000;
  --font: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-en: minion-pro, sans-serif;
  --font-mincho: 游明朝体, Yu Mincho, YuMincho, Noto Sans JP, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: normal;
}

* > .lp__contener {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  #footer {
    z-index: 0;
    position: relative;
    background-color: #fff;
  }
  #footer .menu-sns ul {
    margin: 0;
    padding: 20px 0px 40px 0px;
  }
}
/*----------LP normalize SP----------*/
.lp__contener {
  font-family: var(--font);
}
.lp__contener * {
  box-sizing: border-box;
}
.lp__contener img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.lp__contener a {
  text-decoration: none;
}
.lp__contener picture, .lp__contener a {
  display: block;
}
.lp__contener .spOnly {
  display: block;
}
.lp__contener .pcOnly {
  display: none;
}
.lp__contener p, .lp__contener ul, .lp__contenerol, .lp__contenerdl {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .lp__contener .section__inner {
    max-width: 100%;
  }
  .lp__contener .pc_only {
    display: none;
  }
  .lp__contener .sp_only {
    display: block;
  }
}

/*----------LP normalize PC----------*/
@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100% !important;
  }
  .lp__contener .pc_only {
    display: block;
  }
  .lp__contener .sp_only {
    display: none;
  }
  .lp__contener .section__inner {
    margin: 0 auto;
  }
}
/*----------アニメーション----------*/
.fadeup {
  opacity: 0;
  transition: opacity 1.5s;
}

.fadeup.fade-active {
  opacity: 1;
}

.fadein-load {
  opacity: 0;
  transition: opacity, 1s;
}

.fadein-load.fade-active {
  opacity: 1;
}

@keyframes move__upDown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}
#Header {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.cateList {
  max-width: 120rem;
  margin: 0 auto 40px;
  font-size: 12px;
}

.cateList span {
  padding: 0 5px;
}

.area_archive {
  background-color: #fff;
  z-index: 1;
  position: relative;
  width: 100% !important;
  padding: 16rem 0 12rem;
  margin: 0 !important;
}

.main-area {
  max-width: 140rem;
}

.sp_only {
  display: none;
}

/*----------layout pc----------*/
.lp__contener {
  margin: 0;
  background-size: cover;
  font-family: var(--font);
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 0;
  /*----------mv----------*/
  /*----------.intro----------*/
  /*----------sec----------*/
  /*----------imageBox----------*/
}
.lp__contener a:hover {
  opacity: 1;
}
.lp__contener .sec__inner {
  position: relative;
}
.lp__contener img {
  width: 100%;
  display: block;
}
.lp__contener .mainvisual {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0rem 0 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.lp__contener .mainvisual .mainvisual--main_banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.lp__contener .mainvisual video {
  object-fit: cover;
  object-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
.lp__contener .mainvisual video.sp_only {
  display: none;
}
.lp__contener .mainvisual .btn-sound {
  position: absolute;
  right: 1.8%;
  bottom: 2.4%;
  width: 4.4rem;
  height: 4rem;
  cursor: pointer;
  background: url(../img/sound-on.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
.lp__contener .mainvisual .btn-sound.active {
  background: url(../img/sound-off.svg) no-repeat;
  background-size: contain;
}
.lp__contener .lp__title {
  width: 34.8rem;
  height: 10.6rem;
  margin: 8.2rem auto 0;
}
.lp__contener .lp__title img {
  image-rendering: -webkit-optimize-contrast;
}
.lp__contener .lp__title--sub {
  margin: 3.7rem 0 0 0;
  font-family: var(--font-mincho);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
.lp__contener .val__text {
  display: inline-block;
  margin: 2rem auto 0;
  padding: 0 0.2rem 0 0.4rem;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  font-family: adobe-garamond-pro, "Cormorant Garamond", serif;
  border-bottom: 1px solid #000;
}
.lp__contener .mainvisual--main_txt {
  padding: 4.5rem 0 0;
  text-align: center;
  font-size: 1.5rem;
  /* font-feature-settings: "palt"; */
  letter-spacing: 0;
  line-height: 2.9333333333;
}
.lp__contener .sec__content {
  width: 123.2rem;
  margin: 0 auto;
}
.lp__contener .sec__content:nth-of-type(n+2) {
  margin-top: 18rem;
}
.lp__contener .sec__content.sec__01 {
  margin: 10.5rem auto 0;
}
.lp__contener .sec__content.sec__03 {
  margin-top: 4.8rem;
}
.lp__contener .sec__content.sec__04 {
  margin-top: 19.5rem;
}
.lp__contener .sec__content .sec__inner {
  max-width: 123.2rem;
  margin: 0 auto;
}
.lp__contener .sec__content .item__area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.lp__contener .sec__content .item__area.item__area--02 {
  width: 115rem;
}
.lp__contener .sec__content .item__area.item__area--03 {
  flex-direction: row-reverse;
}
.lp__contener .sec__content .item__area.item__area--04 {
  width: 115rem;
}
.lp__contener .sec__content .item__area .model__box.model__01-1 {
  width: 63.2rem;
}
.lp__contener .sec__content .item__area .model__box.model__01-2 {
  width: 52rem;
  margin: 29.6rem 0 0 auto;
}
.lp__contener .sec__content .item__area .model__box.model__01-3 {
  width: 59.6rem;
  margin: 6rem 0 0 31.8rem;
}
.lp__contener .sec__content .item__area .model__box.model__02-1 {
  width: 56rem;
}
.lp__contener .sec__content .item__area .model__box.model__02-2 {
  width: 56rem;
}
.lp__contener .sec__content .item__area .model__box.model__03-1 {
  width: 63.2rem;
}
.lp__contener .sec__content .item__area .model__box.model__03-1 .model__credit a {
  text-align: right;
}
.lp__contener .sec__content .item__area .model__box.model__03-2 {
  width: 52rem;
  margin: 31.2rem 0 0 0;
}
.lp__contener .sec__content .item__area .model__box.model__04-1 {
  width: 56rem;
}
.lp__contener .sec__content .item__area .model__box.model__04-2 {
  width: 56rem;
}
.lp__contener .sec__content .item__area .model__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
}
.lp__contener .sec__content .item__area .model__credit a {
  width: 100%;
  display: block;
}
.lp__contener .sec__content .item__area .model__credit.sp_only {
  display: none;
}
.lp__contener .sec__content .variation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 3rem;
  margin: 8rem 0 0 0;
}
.lp__contener .sec__content .variation__list li {
  width: 18rem;
  text-align: center;
}
.lp__contener .sec__content .variation__list li .variation__color {
  margin: 2rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 500;
  font-family: var(--font-en);
  text-align: center;
}
.lp__contener .sec__content .variation__list li .variation__color--sub {
  margin: 1.2rem 0 0 0;
  font-size: 1.3rem;
  color: #808080;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: var(--font);
  text-align: center;
  white-space: nowrap;
}
.lp__contener .sec__contener {
  max-width: 130rem;
  position: relative;
  margin: 0 auto;
}
.lp__contener .sec-inner {
  position: relative;
  margin: 0 auto;
}
.lp__contener .imageBox {
  position: relative;
}
.lp__contener .item__credit {
  margin-top: 2.8rem;
  line-height: 1;
  font-family: var(--font-en);
}
.lp__contener .item__credit a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.lp__contener .item__credit .credit__note {
  font-family: var(--font);
  font-feature-settings: "palt";
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.lp__contener .checkItemAll {
  width: 38rem;
  margin: 5rem auto 12rem;
  border: 1px solid #000;
}
.lp__contener .checkItemAll a {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 2.1rem 0;
  display: block;
}
.lp__contener .archive-area {
  width: 65rem;
  margin: 0 auto;
}
.lp__contener .archive__list {
  width: 100%;
}
.lp__contener .staff__credit {
  margin: 9.5rem auto 15rem;
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.025em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cateList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: calc(40 * (100vw/750)) calc(30 * (100vw/750));
    font-size: calc(20 * (100vw/750));
    line-height: normal;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .cateList a {
    text-decoration: none;
  }
  /*----------layout sp----------*/
  .lp__contener {
    max-width: 100%;
    width: calc(750 * (100vw/750));
    margin: 0;
    position: relative;
    overflow: hidden;
    /*----------mv----------*/
    /*----------.intro----------*/
    /*----------sec----------*/
  }
  .lp__contener a:hover {
    opacity: 1;
  }
  .lp__contener.pc_only {
    display: none !important;
  }
  .lp__contener .mainvisual {
    width: 100%;
  }
  .lp__contener .mainvisual .mainvisual--main_banner {
    width: 100%;
    margin: 0 auto;
  }
  .lp__contener .mainvisual video.pc_only {
    display: none;
  }
  .lp__contener .mainvisual video.sp_only {
    display: block;
  }
  .lp__contener .lp__title {
    width: calc(542 * (100vw/750));
    height: calc(165 * (100vw/750));
    margin: calc(80 * (100vw/750)) auto 0;
  }
  .lp__contener .lp__title--sub {
    margin: calc(58 * (100vw/750)) 0 0 0;
    font-size: calc(27 * (100vw/750));
  }
  .lp__contener .val__text {
    margin: calc(42 * (100vw/750)) 0 0 0;
    padding: 0 calc(4 * (100vw/750)) 0 calc(6 * (100vw/750));
    font-size: calc(36.3 * (100vw/750));
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .lp__contener .mainvisual--main_txt {
    font-size: calc(24 * (100vw/750));
    font-feature-settings: "palt";
    padding: calc(87 * (100vw/750)) 0 calc(144 * (100vw/750)) 0;
    line-height: 2.3333333333;
    letter-spacing: 0.02em;
  }
  .lp__contener .sec__content {
    width: 100%;
  }
  .lp__contener .sec__content:nth-of-type(n+2) {
    margin-top: calc(255 * (100vw/750));
  }
  .lp__contener .sec__content.sec__01 {
    margin-top: 0;
  }
  .lp__contener .sec__content.sec__02 {
    margin-top: calc(190 * (100vw/750));
  }
  .lp__contener .sec__content.sec__03 {
    margin-top: calc(195 * (100vw/750));
  }
  .lp__contener .sec__content.sec__04 {
    margin-top: calc(190 * (100vw/750));
  }
  .lp__contener .sec__content.sec__04 .variation__list {
    margin-top: calc(477 * (100vw/750));
  }
  .lp__contener .sec__content.sec__05 .variation__list li {
    width: calc(300 * (100vw/750));
  }
  .lp__contener .sec__content .sec__inner {
    width: 100%;
  }
  .lp__contener .sec__content .item__area.item__area--02 {
    width: 100%;
  }
  .lp__contener .sec__content .item__area.item__area--03 {
    flex-direction: row;
  }
  .lp__contener .sec__content .item__area.item__area--04 {
    width: 100%;
  }
  .lp__contener .sec__content .item__area .model__box {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .lp__contener .sec__content .item__area .model__box.model__01-1 {
    width: 100%;
  }
  .lp__contener .sec__content .item__area .model__box.model__01-2 {
    width: calc(680 * (100vw/750));
    margin: calc(100 * (100vw/750)) 0 0 0;
  }
  .lp__contener .sec__content .item__area .model__box.model__01-3 {
    margin: calc(75 * (100vw/750)) 0 0 auto;
    width: calc(680 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__02-1 {
    width: calc(688 * (100vw/750));
    margin: 0 0 0 calc(31 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__02-2 {
    width: calc(688 * (100vw/750));
    margin: calc(10 * (100vw/750)) 0 0 calc(31 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__02-2 .model__credit {
    padding: 0 calc(50 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__03-1 {
    width: 100%;
  }
  .lp__contener .sec__content .item__area .model__box.model__03-1 .model__credit {
    padding: 0 calc(50 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__03-2 {
    margin: calc(100 * (100vw/750)) 0 0 0;
    width: calc(680 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__04-1 {
    width: calc(688 * (100vw/750));
    margin: 0 0 0 calc(31 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__04-2 {
    width: calc(688 * (100vw/750));
    margin: calc(10 * (100vw/750)) 0 0 calc(31 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__box.model__04-2 .model__credit {
    padding: 0;
  }
  .lp__contener .sec__content .item__area .model__credit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: calc(20 * (100vw/750)) calc(22 * (100vw/750));
    margin: calc(50 * (100vw/750)) 0 0 0;
    padding: 0;
    font-size: calc(24 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__credit.sp_only {
    display: flex;
  }
  .lp__contener .sec__content .item__area .model__credit.sp_only .credit__inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: calc(20 * (100vw/750)) calc(22 * (100vw/750));
    font-size: calc(24 * (100vw/750));
  }
  .lp__contener .sec__content .item__area .model__credit a {
    width: auto;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .lp__contener .sec__content .item__area .model__credit.pc_only {
    display: none;
  }
  .lp__contener .checkItemAll {
    width: calc(675 * (100vw/750));
    margin: calc(203 * (100vw/750)) auto calc(200 * (100vw/750));
    border: 1px solid #000;
  }
  .lp__contener .checkItemAll a {
    font-size: calc(28 * (100vw/750));
    padding: calc(46 * (100vw/750)) 0;
  }
  .lp__contener .archive-area {
    width: 100%;
  }
  .lp__contener .archive__list {
    width: 100%;
  }
  .lp__contener .staff__credit {
    margin: calc(150 * (100vw/750)) 0 calc(200 * (100vw/750));
    font-size: calc(24 * (100vw/750));
    line-height: 1.8333333333;
  }
}/*# sourceMappingURL=style.css.map */