@charset "utf-8";

:root {
  --pcv: / 1440 * 100vw;
  --pcp: / 1440 * 100%;
  
  --spv: / 375 * 100vw;
  --spp: / 375 * 100%;
}

/* -------------------------------------------------
  font
------------------------------------------------- */

/*
google fonts [Zen Old Mincho]
*/

@font-face {
  font-family: 'Zen Old Mincho';
  font-weight: 400;
  font-style: normal;
  src: url('../font/Zen_Old_Mincho/ZenOldMincho-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Old Mincho';
  font-weight: 500;
  font-style: normal;
  src: url('../font/Zen_Old_Mincho/ZenOldMincho-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Old Mincho';
  font-weight: 700;
  font-style: normal;
  src: url('../font/Zen_Old_Mincho/ZenOldMincho-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
  reset
------------------------------------------------- */

html {
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.wrapper_ {
  overflow: visible;
}

main {
  padding: 71px 0 60px;
  display: block;
  text-align: left;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}

main * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
}

main p,
main h2,
main h3,
main h4,
main th,
main td,
main li,
main dt,
main dd,
main figcaption {
  font-weight: 500;
}

main img {
  border: none;
  max-width: 100%;
  height: auto;
}

main iframe {
  border: none;
}

main a {
  text-decoration: none;
}
main a:hover {
  
}

main ul, main ol {
  list-style-type: none;
}

@media print, screen and (min-width:731px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  main {
    padding: 0;
  }
}

@media screen and (max-width:730px) {
  main {
    padding: 0;
  }
}

/* -------------------------------------------------
  responsive
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width:730px) {
  .sp-none {
    display: none !important;
  }
}

/* -------------------------------------------------
  #fv
------------------------------------------------- */

#fv {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}
#fv.op0 {
  opacity: 0;
}
#fv #video-box video {
  width: 100%;
}
#fv.yoko #video-box video {
  aspect-ratio: 16 / 9;
}
#fv.tate #video-box video {
  aspect-ratio: 9 / 16;
}

@media print, screen and (min-width:731px) {
  #fv {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width:730px) {
  #fv {
    margin-top: -42px;
    padding-top: 42px;
  }
}

/* -------------------------------------------------
  #under
------------------------------------------------- */

#under {
  padding-top: 32px;
  position: relative;
  z-index: 10;
  background: #fff;
}

#under .top-logo {
  width: 100%;
  text-align: center;
  position: sticky;
  top: 60px;
  z-index: 4;
  mix-blend-mode: difference;
}
#under .top-logo img {
  width: 64px;
}

@media screen and (max-width:730px) {
  #under {
    padding-top: calc(46 var(--spv));
  }
  
  #under .top-logo {
    top: 52px;
  }
  #under .top-logo img {
    width: calc(52 var(--spp));
  }
}

/* -------------------------------------------------
  #lead2
------------------------------------------------- */

#lead2 .texts .headline span {
  display: block;
  font-weight: 700;
}
#lead2 .texts .headline .text1 {
  font-size: calc(18 var(--pcv));
}
#lead2 .texts .headline .text2 {
  margin-top: 0.35em;
  font-size: calc(46 var(--pcv));
}
#lead2 .texts .headline .text3 {
  margin-top: 1.6em;
  font-size: calc(13.5 var(--pcv));
}
#lead2 .texts .headline .text4 {
  margin-top: 0.5em;
  font-size: calc(17 var(--pcv));
}
#lead2 .texts .desc {
  margin-top: 2.8em;
  font-size: calc(15 var(--pcv));
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: calc(24 / 15);
}

@media print, screen and (min-width:731px) {
  #lead2 {
    margin-top: 86px;
    position: relative;
  }
  #lead2 .pic {
    width: calc(1100 var(--pcp));
    margin: 0 auto;
    position: sticky;
    top: 152px;
  }
  #lead2 .pic img {
    width: 100%;
    transform-origin: right top;
    transition: transform 1s cubic-bezier(.12,.92,.31,.95);
  }
  #lead2.on .pic img {
    transform: scale(0.59);
  }
  #lead2 .texts {
    width: calc(1100 var(--pcp));
    margin: 0 auto;
    padding-bottom: 30vw;
  }
}

@media screen and (max-width:730px) {
  #lead2 {
    margin-top: calc(71 var(--spv));
  }
  #lead2 .texts {
    margin: calc(45 var(--spv)) 0 0;
    text-align: center;
  }
  #lead2 .texts .headline .text1 {
    font-size: calc(16 var(--spv));
    letter-spacing: 0.025em;
  }
  #lead2 .texts .headline .text2 {
    margin-top: 0.35em;
    font-size: calc(40 var(--spv));
    letter-spacing: -0.01em;
  }
  #lead2 .texts .headline .text3 {
    margin-top: 1.6em;
    font-size: calc(15 var(--spv));
    letter-spacing: 0.025em;
  }
  #lead2 .texts .headline .text4 {
    margin-top: 0.5em;
    font-size: calc(18 var(--spv));
    letter-spacing: 0.025em;
  }
  #lead2 .texts .desc {
    font-size: calc(13 var(--spv));
    line-height: calc(24 / 13);
    letter-spacing: 0.025em;
  }
}

/* -------------------------------------------------
  #credit
------------------------------------------------- */

.credit {
  margin-top: 15px;
}
.credit li,
.credit li a {
  font-size: 11px;
  line-height: calc(20 / 11);
  font-weight: 400;
}
.credit li a {
  text-decoration: underline;
}

@media print, screen and (min-width:731px) {
  .credit li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width:730px) {
  .credit {
    margin-top: calc(8 var(--spv));
  }
  .credit li,
  .credit li a {
    font-size: calc(11 var(--spv));
  }
}

/* -------------------------------------------------
  #looks
------------------------------------------------- */

#looks {
  position: relative;
  z-index: 2;
}
#looks img {
  width: 100%;
}

@media print, screen and (min-width:731px) {
  #looks .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:730px) {
  #looks {
    margin-top: calc(71 var(--spv))
  }
}

/* -------------------------------------------------
  #block1
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block1 .col2 {
    gap: 0 calc(78 var(--pcp));
    align-items: flex-end;
  }
  #block1 .col2 .left {
    width: calc(550 var(--pcp));
  }
  #block1 .col2 .right {
    width: calc(471 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block1 .col2 .left {
    width: calc(316 var(--spp));
    margin: calc(52 var(--spv)) auto 0;
  }
  #block1 .col2 .right {
    width: calc(214 var(--spp));
    margin: calc(60 var(--spv)) auto 0;
  }
}

/* -------------------------------------------------
  #block2
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block2 .col2 {
    margin-top: 200px;
    gap: 0 calc(78 var(--pcp));
    align-items: flex-start;
  }
  #block2 .col2 .left {
    width: calc(550 var(--pcp));
    padding-top: calc(106 var(--pcv));
  }
  #block2 .col2 .right {
    width: calc(471 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block2 .col2 .left {
    width: calc(316 var(--spp));
    margin: calc(62 var(--spv)) auto 0;
  }
  #block2 .col2 .right {
    margin: calc(62 var(--spv)) 0 0 calc(60 var(--spp));
  }
}

/* -------------------------------------------------
  #block3
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block3 .col2 {
    margin-top: 197px;
    gap: 0 calc(37 var(--pcp));
  }
  #block3 .col2 .left {
    width: calc(531 var(--pcp));
  }
  #block3 .col2 .right {
    width: calc(531 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block3 .col2 > div {
    width: calc(316 var(--spp));
    margin: calc(62 var(--spv)) auto 0;
  }
}

/* -------------------------------------------------
  #block4
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block4 .col2 {
    margin-top: 200px;
    gap: 0 calc(77 var(--pcp));
    justify-content: flex-end;
    align-items: flex-start;
  }
  #block4 .col2 .left {
    width: calc(363 var(--pcp));
  }
  #block4 .col2 .right {
    width: calc(830 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block4 .col2 .left {
    width: calc(214 var(--spp));
    margin: calc(62 var(--spv)) auto 0;
  }
  #block4 .col2 .right {
    margin-top: calc(62 var(--spv));
  }
}

/* -------------------------------------------------
  #block5
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block5 .col2 {
    margin-top: 197px;
    gap: 0 calc(37 var(--pcp));
    align-items: flex-start;
  }
  #block5 .col2 .left {
    width: calc(531 var(--pcp));
  }
  #block5 .col2 .right {
    width: calc(531 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block5 .col2 .left {
    width: calc(316 var(--spp));
    margin: calc(66 var(--spv)) auto 0;
  }
  #block5 .col2 .right {
    width: calc(316 var(--spp));
    margin: calc(62 var(--spv)) auto 0;
  }
}

/* -------------------------------------------------
  #block6
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block6 .col2 {
    margin-top: 190px;
    gap: 0 calc(79 var(--pcp));
    justify-content: flex-start;
    align-items: flex-start;
  }
  #block6 .col2 .left {
    width: calc(720 var(--pcp));
  }
  #block6 .col2 .right {
    width: calc(470 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block6 .col2 .left {
    margin-top: calc(62 var(--spv));
  }
  #block6 .col2 .right {
    width: calc(316 var(--spp));
    margin-top: calc(67 var(--spv));
  }
  #block6 .col2 .right .credit {
    margin-left: calc(30 var(--spp));
  }
}

/* -------------------------------------------------
  #block7
------------------------------------------------- */

@media print, screen and (min-width:731px) {
  #block7 {
    width: calc(445 var(--pcp));
    margin: 62px 0 0 calc(170 var(--pcp));
  }
}

@media screen and (max-width:730px) {
  #block7 {
    width: calc(214 var(--spp));
    margin: calc(62 var(--spv)) auto 0;
  }
}

/* -------------------------------------------------
  #block8
------------------------------------------------- */

#block8 .texts {
  white-space: nowrap;
}
#block8 .texts .copy span {
  display: block;
}

@media print, screen and (min-width:731px) {
  #block8 {
    height: 1081px;
    margin-top: 172px;
    background: url("../img/look_14.webp") no-repeat center 20% / cover;
    position: relative;
  }
  #block8 .texts {
    color: #fff;
    position: absolute;
    top: 190px;
    left: calc(170 var(--pcp));
    z-index: 2;
  }
  #block8 .texts .copy .text1 {
    font-size: 44px;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
  #block8 .texts .copy .text2 {
    margin-top: 1em;
    font-size: 22px;
    font-weight: 700;
  }
  #block8 .texts .desc {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: calc(38 / 18);
    font-weight: 700;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width:730px) {
  #block8 {
    margin-top: calc(62 var(--spv));
  }
  #block8 .texts {
    margin: calc(47 var(--spv)) 0 0 calc(30 var(--spp));
  }
  #block8 .texts .copy .text1 {
    font-size: calc(39 var(--spv));
    letter-spacing: -0.02em;
    font-weight: 700;
  }
  #block8 .texts .copy .text2 {
    margin-top: 1.4em;
    font-size: calc(18 var(--spv));
    font-weight: 700;
  }
  #block8 .texts .desc {
    margin-top: 2em;
    font-size: calc(14 var(--spv));
    line-height: calc(29 / 14);
    font-weight: 700;
  }
}

/* -------------------------------------------------
  .bottom-logo
------------------------------------------------- */

#looks .bottom-logo {
  margin-top: 89px;
}
#looks .bottom-logo img {
  width: 87px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:730px) {
  #looks .bottom-logo {
    margin-top: calc(80 var(--spv));
  }
  #looks .bottom-logo img {
    width: calc(87 var(--spv));
  }
}

/* -------------------------------------------------
  .bottom-link
------------------------------------------------- */

#looks .bottom-link {
  margin-top: 31px;
	text-align: center;
}
#looks .bottom-link a {
  width: 170px;
  height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  transition: opacity 0.2s ease-out;
}

@media print, screen and (min-width:731px) {
  #looks .bottom-link a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:730px) {
  #looks .bottom-link {
    margin-top: calc(31 var(--spv));
  }
  #looks .bottom-link a {
    width: calc(170 var(--spv));
    height: calc(51 var(--spv));
    font-size: calc(16 var(--spv));
  }
}

/* -------------------------------------------------
  #bottom-video-block
------------------------------------------------- */

#bottom-video-block {
  width: calc(1100 var(--pcp));
  margin: 185px auto 0;
}
#bottom-video-block #video-box2 video {
  width: 100%;
}
#bottom-video-block.yoko #video-box2 video {
  aspect-ratio: 16 / 9;
}
#bottom-video-block.tate #video-box2 video {
  aspect-ratio: 9 / 16;
}

@media screen and (max-width:730px) {
  #bottom-video-block {
    width: calc(315 var(--spp));
    margin-top: calc(75 var(--spv));
    position: relative;
  }
  
  /*
    SPビューの場合のみ、動画部分に黒バックのコントローラー等が表示され綺麗でないので、正面にポスター画像を配置。
     これをクリックすることで、SPは動画再生とする。
  */
  #bottom-video-block .sp-face {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
  }
  #bottom-video-block .sp-face .play {
    width: 16vw;
    height: 16vw;
    background: rgba(255,255,255,0.8);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  #bottom-video-block .sp-face .play::after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-width: 4vw 0 4vw 7vw;
    border-color: transparent transparent transparent rgba(0,0,0,0.8);
    border-style: solid;
    position: absolute;
    left: 33%;
    top: 24%;
  }
  
  #bottom-video-block.yoko .sp-face .poster-tate,
  #bottom-video-block.tate .sp-face .poster-yoko {
    display: none;
  }
}

/* -------------------------------------------------
	animation
------------------------------------------------- */

.anim {
  opacity: 0;
  transition: all 1.2s cubic-bezier(.12,.92,.31,.95);
  transform: translateY(50px);
}
.anim.to-bottom { transform: translateY(-50px); }
.anim.to-right { transform: translate(-50px,0); }
.anim.to-left { transform: translate(50px,0); }

.anim.delay01 { transition-delay: 0.1s; }
.anim.delay02 { transition-delay: 0.2s; }
.anim.delay03 { transition-delay: 0.3s; }
.anim.delay04 { transition-delay: 0.4s; }
.anim.delay05 { transition-delay: 0.5s; }
.anim.delay06 { transition-delay: 0.6s; }

#lead2 .anim {
  transition: all 2.4s cubic-bezier(.12,.92,.31,.95);
  transform: translateY(100px);
}

@media print, screen and (min-width:768px) {
  .anim.pc-delay01 { transition-delay: 0.1s; }
  .anim.pc-delay02 { transition-delay: 0.2s; }
  .anim.pc-delay03 { transition-delay: 0.3s; }
  .anim.pc-delay04 { transition-delay: 0.4s; }
  .anim.pc-delay05 { transition-delay: 0.5s; }
  .anim.pc-delay06 { transition-delay: 0.6s; }
}

@media screen and (max-width:767px) {
  .anim.sp-delay01 { transition-delay: 0.1s; }
  .anim.sp-delay02 { transition-delay: 0.2s; }
  .anim.sp-delay03 { transition-delay: 0.3s; }
  .anim.sp-delay04 { transition-delay: 0.4s; }
  .anim.sp-delay05 { transition-delay: 0.5s; }
  .anim.sp-delay06 { transition-delay: 0.6s; }
}

.anim.on {
  opacity: 1 !important;
  transform: translate(0,0) !important;
}
