@charset "utf-8";

:root {
  --pcv: / 1440 * 100vw;
  --pcp: / 1440 * 100%;
  
  --spv: / 375 * 100vw;
  --spp: / 375 * 100%;
}

/* -------------------------------------------------
  font
------------------------------------------------- */

/*
■Helvetica LT Pro Roman（テキスト）
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;

■Helvetica LT Pro Bold(見出し)
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;

■DNP ShueiGoGinStd M
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
*/

/* -------------------------------------------------
  reset
------------------------------------------------- */

html {
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
}

main {
  padding: 71px 0 0;
  display: block;
  font-family: "helvetica-lt-pro", "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: left;
}

main * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  color: #000;
  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;
}

.footer_contents,
#footer {
  position: relative;
  z-index: 50;
}

@media print, screen and (min-width:731px) {
  .contents_area_ {
    padding: 71px 0 0;
  }
  
  main {
    padding-top: 0;
  }
  
  a[href^="tel:"] {
    pointer-events: none;
  }
  
  .box996 {
    width: 96%;
    max-width: calc(996 var(--pcp));
    margin: 0 auto;
    position: relative;
  }
  
  .bg-area {
    padding: 133px 0 138px;
    background: url("../img/bg_01.webp") repeat-y 0 0 / 100% auto;
  }
}

@media screen and (max-width:730px) {
  .contents_area_ {
    padding: 41px 0 0;
  }
  
  main {
    padding: 0;
  }
  
  .box-sp {
    width: calc(300 var(--spp));
    margin: 0 auto;
    position: relative;
  }
  
  .bg-area {
    padding: calc(97 var(--spv)) 0 calc(140 var(--spv));
    background: url("../img/bg_01_sp.webp") repeat-y 0 0 / 100% auto;
  }
}

/* -------------------------------------------------
  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 {
  position: relative;
}
#fv .pic {
  width: 100%;
  position: relative;
  z-index: 2;
}
#fv .title img {
  position: absolute;
  z-index: 4;
}
#fv .title1,
#fv .title2 {
  opacity: 0;
  transition: opacity 2.0s cubic-bezier(.01,.25,.35,.76) 0.1s;
}
#fv .title1 {
  width: calc(219 var(--pcp));
  left: calc(71 var(--pcp));
  top: calc(65 / 950 * 100%);
}
#fv .title2 {
  width: calc(442 var(--pcp));
  left: calc(71 var(--pcp));
  top: calc(111 / 950 * 100%);
  transition-delay: 0.7s;
}

#fv.on .title1,
#fv.on .title2 {
  opacity: 1;
}

@media screen and (max-width:730px) {
  #fv .title1 {
    width: calc(178 var(--spp));
    left: calc(98 var(--spp));
    /*top: calc(511 var(--spv));*/
    top: calc(461 var(--spv));
  }
  #fv .title2 {
    width: calc(330 var(--spp));
    left: calc(23 var(--spp));
    /*top: calc(548 var(--spv));*/
    top: calc(498 var(--spv));
  }
}

/* -------------------------------------------------
  .first-copy
------------------------------------------------- */

@media screen and (min-width:731px) {
  .first-copy {
    font-size: 24px;
    line-height: calc(36 / 24);
  }
}

@media screen and (max-width:730px) {
  .first-copy {
    font-size: calc(20 var(--spv));
    line-height: calc(31 / 20);
  }
}

/* -------------------------------------------------
  #looks ルックレイアウト
------------------------------------------------- */

#looks img {
  width: 100%;
}
#looks .desc p + p {
  margin-top: 2.2em;
}

#looks .credit {
  margin-top: 20px;
}
#looks .credit p {
  font-size: 14px;
  line-height: calc(25 / 14);
}

#looks .btn {
  width: 157px;
  height: 41px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #000;
  transition: background 0.2s ease-out;
}

#looks .slick-arrow {
  width: 20px;
  height: 32px;
  position: absolute;
  top: 50%;
  background: url("../img/arrow_01.svg") no-repeat center center / 10px auto;
  z-index: 10;
  color: transparent;
  overflow: hidden;
  font-size: 1px;
  border: none;
  cursor: pointer;
}
#looks .slick-arrow.slick-prev {
  left: 2px;
  transform: translateY(-50%);
}
#looks .slick-arrow.slick-next {
  right: 2px;
  transform: rotateY(180deg) translateY(-50%);
}

#looks img.small-pic {
  transform: scale(0.8);
  transition: transform 1s cubic-bezier(.58,.07,.33,.97);
}
#looks img.small-pic.zoom {
  transform: scale(1);
}

@media print, screen and (min-width:731px) {
  #looks {
    margin-top: 29px;
  }
  #looks .texts .title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: calc(29 / 24);
  }
  #looks .desc p {
    font-size: 14px;
    line-height: calc(31 / 14);
  }
  #looks .l-col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #looks .l-col2 > * {
    width: calc(480 / 996 * 100%);
  }
  #looks .l2 {
    width: calc(600 / 996 * 100%);
    margin: 128px auto 0;
  }
  #looks .lc2 {
    margin-top: 120px;
  }
  #looks .l4 {
    width: calc(800 / 996 * 100%);
    margin: 140px auto 0;
  }
  
  #looks .btn:hover {
    background: #333;
  }
}

@media screen and (max-width:730px) {
  #looks {
    margin-top: calc(30 var(--spv));
  }
  #looks .l-col2 .texts {
    margin-top: calc(35 var(--spv));
  }
  #looks .texts .title {
    margin-bottom: calc(30 var(--spv));
    font-size: calc(20 var(--spv));
    line-height: 1;
  }
  #looks .desc p {
    font-size: calc(14 var(--spv));
    line-height: calc(31 / 14);
  }
  #looks .l2 {
    margin-top: calc(35 var(--spv));
  }
  #looks .lc2 {
    margin-top: calc(170 var(--spv));
    padding-top: calc(410 var(--spv));
    position: relative;
  }
  #looks .lc2 .pic {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #looks .lc2 .title {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(-50 var(--spv));
  }
  #looks .lc2 .texts {
    margin-top: 0;
  }
  #looks .l4 {
    margin-top: calc(100 var(--spv));
  }
  
  #looks .credit {
    margin-top: calc(20 var(--spv));
  }
  #looks .credit p {
    font-size: calc(14 var(--spv));
  }
  
  #looks .btn {
    width: calc(157 var(--spv));
    height: calc(41 var(--spv));
    margin: calc(25 var(--spv)) auto 0;
    font-size: calc(14 var(--spv));
  }
}

/* -------------------------------------------------
	animation
------------------------------------------------- */

.anim {
	opacity: 0;
	transition: all 1.2s cubic-bezier(.12,.92,.31,.95);
	transform: translateY(30px);
}

.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; }

@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; }
}

.anim.on {
	opacity: 1;
	transform: translate(0,0);
}