﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

:root {
  --tx-red: #D42F33;
  --tx-navy: #02136F;
  --tx-gray: #888888;
}

/* ページ共通___________________________*/
.main-area {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(120*(100vw / 375));
  text-align: center;
  overflow-x: hidden;
  color: #000;
}

.main-area * {
  letter-spacing: 0.02em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@font-face {
  font-family: "HKGrotesk_medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}

.ff_hkg_m {
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_b {
  font-family: "HKGrotesk_bold";
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}


.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ff_ernie {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-area .lp_credit {
  font-size: calc(12*(100vw / 375));
  margin-top: calc(14*(100vw / 375));
  text-align: left;
  line-height: 1.5;
  display: flex;
  letter-spacing: 0.02em;
  flex-direction: column;
  white-space: nowrap;
  gap: calc(6*(100vw / 375));
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_credit {
  font-weight: 400;
}

.iphone .main-area .lp_credit {
  font-weight: 400;
}

.main-area .lp_credit a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 10rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 2;
    gap: 0;
  }
}

/* ===============================================
* fv *
=============================================== */
.sec__fv {
  position: relative;
}

.fv_tx {
  margin-top: calc(38*(100vw / 375));
}

.fv_logo {
  width: calc(290*(100vw / 375));
  margin: calc(57*(100vw / 375)) auto 0;
}

.fv_tx p {
  font-size: calc(14*(100vw / 375));
  line-height: 2;
  font-weight: 500;
  margin-top: calc(33*(100vw / 375));
}

.fv_tx p+p {
  margin-top: calc(36*(100vw / 375));
}

*.ff_gara {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.function_list {
  display: flex;
  width: calc(230* (100vw /375));
  margin: calc(15*(100vw / 375)) auto 0;
  gap: calc(10* (100vw /375));
  justify-content: space-between;
  flex-wrap: wrap;
}

.function_list li {
  width: calc(110* (100vw /375));
}

.img01 {
  margin-top: calc(40* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 120rem;
    margin: auto;
  }

  .fv_tx {
    margin-top: 7rem;
  }

  .fv_logo {
    width: 36.3rem;
    margin: auto;
  }

  .fv_tx p {
    font-size: 1.4rem;
    margin-top: 3.1rem;
  }

  .fv_tx p+p {
    margin-top: 3.7rem;
  }

  .function_list {
    width: 58rem;
    width: 58rem;
    margin: 3.3rem auto 0;
    gap: 2rem;
  }

  .function_list li {
    width: 13rem;
  }

  .img01 {
    width: 93rem;
    margin: 7rem auto 0;
  }
}


/* ===============================================
* sec *
=============================================== */
.ttl-wrap {
  display: flex;
}

.ttl-wrap .ttl {
  position: relative;
  margin-top: calc(83*(100vw / 375));
  font-size: calc(16*(100vw / 375));
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  z-index: 2;
}

.ttl-wrap .ttl span {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(44* (100vw /375));
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: calc(3*(100vw / 375));
}

.ttl-wrap .js-fadeIn {
  width: calc(220* (100vw /375));
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .ttl-wrap {
    justify-content: center;
    gap: 6rem;
    margin: 15rem 0 0 0;
  }

  .ttl-wrap .ttl {
    margin-top: 22.7rem;
    font-size: 2rem;
  }

  .ttl-wrap .ttl span {
    display: inline;
    top: 1.1rem;
    font-size: 5.2rem;
    padding-left: 2rem;
    margin-top: 0;
    position: relative;
    left: -1.2rem;
  }

  .ttl-wrap .js-fadeIn {
    width: 42rem
  }
}

/* copy-wrap___________________________*/
.copy-wrap .copy-num {
  position: relative;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(28* (100vw /375));
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: calc(45*(100vw / 375));
}

.copy-wrap .copy-num::before {
  content: "";
  position: absolute;
  width: calc(34* (100vw /375));
  height: calc(2* (100vw /375));
  top: calc(35* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
}

.copy-wrap .copy-ttl {
  font-size: calc(20* (100vw /375));
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: calc(24*(100vw / 375));
}

.copy-wrap .copy-desc {
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: calc(15*(100vw / 375));
  font-size: calc(14* (100vw /375));
}

/* img_copy___________________________*/
.img_copy {
  line-height: 1.746;
  margin-top: calc(14* (100vw /375));
}

@media screen and (min-width: 768px) {

  /* copy-wrap___________________________*/
  .copy-wrap .copy-num {
    font-size: 3rem;
    margin-top: 10.8rem;
  }

  .copy-wrap .copy-num::before {
    width: 3.8rem;
    height: 0.2rem;
    top: 3.4rem;
  }

  .copy-wrap .copy-ttl {
    font-size: 2.2rem;
    margin-top: 2.5rem;
  }

  .copy-wrap .copy-desc {
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  /* img_copy___________________________*/
  .img_copy {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

/* ===============================================
* sec__style1 *
=============================================== */
.sec__style1 .ttl-wrap .ttl span,
.sec__style1 .copy-wrap .copy-num {
  color: var(--tx-red);
}

.sec__style1 .copy-wrap .copy-num::before {
  background: var(--tx-red);
}

@media screen and (max-width: 767px) {
  .sec__style1 {
    margin-top: calc(78* (100vw /375));
  }

  .sec__style1 .ttl {
    margin-left: calc(30* (100vw /375));
  }

  .sec__style1 .img-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(10* (100vw /375));
    width: calc(315* (100vw /375));
    margin: calc(26* (100vw /375)) auto 0;
  }

}

.sec__style1 .img_copy {
  text-align: right;
}

.sec__style1 .lp_credit {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sec__style1 .img-wrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3.5rem;
  }

  .sec__style1 .img-wrap .img-content {
    width: 46rem;
  }
}

/* ===============================================
* sec__style2 *
=============================================== */
.sec__style2 .ttl-wrap .ttl span,
.sec__style2 .copy-wrap .copy-num {
  color: var(--tx-navy);
}

.sec__style2 .copy-wrap .copy-num::before {
  background: var(--tx-navy);
}

.sec__style2 .ttl-wrap {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .sec__style2 {
    margin-top: calc(78* (100vw /375));
  }

  .sec__style2 .ttl {
    left: calc(-17*(100vw / 375));
    margin-top: calc(93*(100vw / 375));
  }

  .img06 {
    width: calc(315* (100vw /375));
    margin: calc(23*(100vw / 375)) 0 0 auto;
  }

  .img06 .lp_credit {
    text-align: right;
    margin-right: calc(15* (100vw /375));
  }

  .img07 {
    width: calc(315* (100vw /375));
    margin: calc(40 * (100vw /375)) 0 0 0;
  }

  .img07 .img_copy,
  .img07 .lp_credit {
    margin-left: calc(15*(100vw / 375));
    text-align: left;
  }

  .sec__style2 .flex {
    display: flex;
    flex-direction: column;
    gap: calc(10* (100vw /375));
    width: calc(315* (100vw /375));
    margin: calc(25*(100vw / 375)) auto 0;
  }

}

.img-wrap-02 .lp_credit {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec__style2 {
    margin-top: 3rem;
  }

  .sec__style2 .ttl-wrap {
    margin: 14.5rem 0 0 0;
  }

  .sec__style2 .ttl {
    left: 1.7rem;
    margin-top: 22.6rem;
  }

  .sec__style2 .ttl span {
    left: -0.7rem;
  }

  .sec__style2 .img-wrap {
    width: 81rem;
    margin: 3.2rem auto 0;
  }

  .img06 {
    position: relative;
    width: 46rem;
    margin-left: auto;
  }

  .img06 .lp_credit {
    position: absolute;
    text-align: right;
    bottom: -0.6rem;
    left: -23rem;
  }

  .img07 {
    position: relative;
    width: 46rem;
    margin-top: 6rem;
    margin-left: 4rem;
  }

  .img07 .lp_credit {
    position: absolute;
    bottom: 5.4rem;
    right: -11.8rem;
  }

  .img07 .img_copy {
    text-align: left;
  }

  .copy-wrap-02 .copy-num {
    margin-top: 10.3rem;
  }

  .img-wrap-02 .flex {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 3.6rem;
  }

  .sec__style2 .img-wrap-02 {
    width: initial;
    margin: initial;
  }

  .img-wrap-02 .flex .img-content {
    width: 46rem;
  }
}

/* ===============================================
* sec__style3 *
=============================================== */
.sec__style3 .ttl-wrap .ttl span,
.sec__style3 .copy-wrap .copy-num {
  color: var(--tx-gray);
}

.sec__style3 .copy-wrap .copy-num::before {
  background: var(--tx-gray);
}

@media screen and (max-width: 767px) {
  .sec__style3 {
    margin-top: calc(78* (100vw /375));
  }

  .sec__style3 .ttl {
    left: calc(45*(100vw / 375));
    margin-top: calc(93*(100vw / 375));
  }

  .img11 {
    width: calc(240* (100vw /375));
    margin-top: calc(24*(100vw / 375));
  }

  .img12 {
    width: calc(315* (100vw /375));
    margin: calc(42*(100vw / 375)) 0 0 auto;
  }

  .img12 .lp_credit {
    margin-right: calc(15* (100vw /375));
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 .img-wrap {
    display: flex;
    width: 93rem;
    justify-content: space-between;
    margin: 3.3rem auto 0;
  }

  .img11 {
    width: 42rem;
  }

  .img12 {
    position: relative;
    width: 46rem;
    margin: 18.9rem 0 0 0;
  }

  .img12 .lp_credit {
    position: absolute;
    text-align: right;
    bottom: -0.6rem;
    left: -23.8rem;
  }
}

/* ===============================================
* sec_about *
=============================================== */
.sec_about {
  background: #EEEEEC;
  margin-top: calc(80*(100vw / 375));
  padding: calc(50*(100vw / 375)) 0 calc(46*(100vw / 375));
}

.img13 {
  width: calc(240* (100vw /375));
  margin: auto;
}

.about-wrap {
  width: calc(315* (100vw /375));
  margin: calc(43*(100vw / 375)) auto 0;
}

.about-wrap * {
  text-align: left;
}

.about-wrap h3,
.about-brand,
.about-insta {
  position: relative;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  width: fit-content;
  line-height: 1;
}

.about-wrap h3 {
  color: #ACACA3;
  font-size: calc(18* (100vw /375));
}

.about-wrap h3::before {
  content: "";
  position: absolute;
  background: #ACACA3;
  width: calc(231* (100vw /375));
  height: 1px;
  left: calc(83*(100vw / 375));
  top: calc(8*(100vw / 375));
}

.about-brand {
  font-size: calc(21* (100vw /375));
  margin-top: calc(26*(100vw / 375));
  left: calc(-13* (100vw /375));
}

.sec_about .about-insta {
  position: relative;
  display: block;
  font-size: calc(14* (100vw /375));
  margin-top: calc(15*(100vw / 375));
  padding-left: calc(27*(100vw / 375));
}

.about-insta::before {
  content: "";
  position: absolute;
  width: calc(20* (100vw /375));
  height: calc(20* (100vw /375));
  background: url(../img/insta.svg) center/contain no-repeat;
  top: calc(-3*(100vw / 375));
  left: calc(0* (100vw /375));
}

.about-copy {
  margin-top: calc(21*(100vw / 375));
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .sec_about {
    margin-top: 15rem;
    padding: 6rem 0 5.6rem;
  }

  .img13 {
    width: 35rem;
  }

  .about-wrap {
    width: 60rem;
    margin: 4.4rem auto 0;
  }

  .about-wrap h3 {
    font-size: 1.8rem;
  }

  .about-wrap h3::before {
    width: 51.1rem;
    left: 9rem;
    top: 0.9rem;
  }

  .about-brand {
    font-size: 2.1rem;
    margin-top: 3.1rem;
    left: -1.6rem;
  }

  .sec_about .about-insta {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-left: 2.7rem;
  }

  .about-insta::before {
    width: 2rem;
    height: 2rem;
    top: -0.3rem;
    left: 0;
  }

  .about-copy {
    margin-top: 2.2rem;
    line-height: 1.75;
    font-size: 1.3rem;
  }
}

/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(52*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.05em;
  background: #000;
  color: #fff
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_foot_btn,
.iphone .main-area .lp_foot_btn {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 28rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 8rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  /* will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1); */
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}