﻿/* パンくず 追加スタイル 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: 400;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(114*(100vw / 375));
  text-align: center;
  overflow-x: hidden;
  color: #1F222D;
}

.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: 400;
  font-style: normal;
  line-height: 1;
}

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

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

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

.main-area .lp_credit {
  font-size: calc(11*(100vw / 375));
  line-height: 1.6363636364;
  display: flex;
  letter-spacing: 0.18em;
  flex-direction: column;
  white-space: nowrap;
  gap: 0;
  width: max-content;
}

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

.main-area .lp_credit a {
  text-decoration: underline;
  letter-spacing: 0.18em;
}

.main-area .lp_credit li {
  text-align: right;
}

.sec01 p,
.sec01 .lp_credit li,
.sec03 p,
.sec03 .lp_credit li {
  color: #FFFFFF;
}

.sec_text {
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.18em;
  line-height: 1.7142857143;
  font-weight: 400;
  white-space: nowrap;
}

.sec_bg-blk {
  background-color: #1F222D;
}

.sec_bg_box {
  margin: 0 auto; 
  width: calc(335* (100vw /375));
}

.sec_ttl {
  margin-bottom: calc(29* (100vw /375));
  display: flex;
  flex-direction: column;
  gap: calc(18* (100vw /375)) 0;
}

.sec_ttl .ttl_text {
  letter-spacing: 0.18em;
  line-height: 1;
  font-weight: 400;
}

.sec_ttl .ttl_text p {
  text-align: left;
  letter-spacing: 0.18em;
}

.sec_ttl .ttl_text p:nth-of-type(1) {
  margin-bottom: calc(9* (100vw /375));
  font-size: calc(11* (100vw /375));
  line-height: 1.3846153846;
}

.sec_ttl .ttl_text p:nth-of-type(2) {
  font-size: calc(22* (100vw /375));
}

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

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

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

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

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.1rem;
    margin-top: 0;
    line-height: 1.6363636364;
    gap: 0;
  }

  .sec_bg_box {
    margin: 0 auto; 
    width: 100rem;
  }

  .sec_text {
    font-size: 1.4rem;
  }
  
  .sec_ttl {
    margin-bottom: 4.5rem;
    display: flex;
    flex-direction: row;
    gap: 0 2rem;
  }
  
  .sec_ttl .ttl_text {
    letter-spacing: 0.18em;
    line-height: 1;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .sec_ttl .ttl_text p {
    text-align: left;
  }
  
  .sec_ttl .ttl_text p:nth-of-type(1) {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1;
  }
  
  .sec_ttl .ttl_text p:nth-of-type(2) {
    font-size: 2.8rem;
    line-height: 1;
  }
}


/************** sec_mv **************/
.sec_mv {
  margin: 0 auto calc(60* (100vw /375));
}

.sec_mv h2 {
  margin: 0 auto calc(60* (100vw /375));
}

.mv_text {
  margin: 0 auto calc(54* (100vw /375));
}

.mv_text p {
  text-align: center;
  letter-spacing: 0.18em;
}

.mv_text p:nth-of-type(1) {
  margin: 0 auto calc(16* (100vw /375));
  font-size: calc(13* (100vw /375));
  font-weight: 700;
  line-height: 1;
}

.mv_text p:nth-of-type(2) {
  font-size: calc(12* (100vw /375));
  font-weight: 400;
  line-height: 1.7142857143;
}

.sec_mv .sec_box01 {
  margin: 0 auto;
}

.sec_mv .sec_box01 .sub_box01 {
  margin: 0 auto calc(40* (100vw /375));
}

.sec_mv .sec_box01 .sub_box01 .img01 {
  margin: 0 0 calc(30* (100vw /375)) calc(20* (100vw /375));
  width: calc(315* (100vw /375));
}

.sec_mv .sec_box01 .sub_box01 .img02 {
  margin: 0 0 calc(30* (100vw /375)) auto;
  width: calc(200* (100vw /375));
}

.sec_mv .sec_box01 .sub_box02 {
  margin: 0 auto;
}

.sec_mv .sec_box01 .sub_box02 p {
  margin-left: 0.18em;
  letter-spacing: 0.18em;
}

.sec_mv .sec_box01 .sub_box02 p:nth-of-type(1) {
  margin-bottom: calc(15* (100vw /375));
  font-size: calc(24* (100vw /375));
  line-height: 1.25;
}

.sec_mv .sec_box01 .sub_box02 p:nth-of-type(2) {
  font-size: calc(12* (100vw /375));
  line-height: 1.7142857143;
  font-weight: 400;
}

.sec_mv .sec_box01 .sub_box02 .svg_box {
  margin: calc(35* (100vw /375)) auto 0;
  width: calc(350* (100vw /375));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_mv .sec_box01 .sub_box02 .svg_box li {
  width: calc(110* (100vw /375));
}


/************** sec01 **************/
.sec01 {
  margin: 0 auto calc(72*(100vw / 375));
  padding: calc(71* (100vw /375)) 0 calc(55* (100vw /375));
}

.sec01 .sec_ttl .number {
  width: calc(33* (100vw /375));
  margin-left: calc(6*(100vw / 375));
}

.sec01 .sec_box01 {
  margin: 0 auto calc(30* (100vw /375));
  width: calc(335* (100vw /375));
}

.sec01 .sec_box02 {
  margin: 0 auto calc(35* (100vw /375));
}

.sec01 .sec_box02 .img04 {
  margin: 0 calc(-20* (100vw /375)) 0 auto;
  width: calc(250* (100vw /375));
}

.sec01 .lp_credit {
  margin-top: calc(27* (100vw /375));
}

/************** sec02 **************/
.sec02 {
  margin: 0 auto calc(55*(100vw / 375));
}

.sec02 .sec_ttl .number {
  width: calc(35* (100vw /375));
}

.sec02 .sec_box01 {
  margin: 0 auto;
  width: calc(335* (100vw /375));
}

.sec02 .sec_box02 {
  margin: calc(-10* (100vw /375)) auto calc(56* (100vw /375));
}

.sec02 .sec_box02 .img06 {
  margin: 0 calc(-20* (100vw /375)) 0 auto;
  width: calc(250* (100vw /375));
}

.sec02 .sec_box02 .lp_credit {
  margin-top: calc(27* (100vw /375));
}

.sec02 .sec_box03 {
  position: relative;
}

.sec02 .sec_box03 .sub_ttl {
  width: calc(223* (100vw /375));
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
}

.sec02 .sec_box03 .lp_credit {
  margin: calc(28* (100vw /375)) 0 0 auto;
}

.sec02 .sec_box03 {
  margin: 0 auto calc(32* (100vw /375));
}


/************** sec03 **************/
.sec03 {
  margin: 0 auto calc(72*(100vw / 375));
  padding: calc(71*(100vw / 375)) 0 calc(55*(100vw / 375));
}

.sec03 .sec_ttl .number {
  width: calc(32* (100vw /375));
}

.sec03 .sec_box01 {
  margin: 0 auto calc(56* (100vw /375));
  width: calc(335* (100vw /375));
}

.sec03 .sec_box01 .lp_credit {
  margin-top: calc(27* (100vw /375));
}

.sec03 .sec_box01 .lp_credit li {
  text-align: left;
}

.sec03 .sec_box02 {
  margin: 0 auto calc(33* (100vw /375));
  position: relative;
}

.sec03 .sec_box02 .sub_ttl {
  width: calc(223* (100vw /375));
  position: absolute;
  top: -2.5%;
  left: 69%;
  transform: translate(-50%, 0);
  z-index: 50;
}

.sec03 .sec_box02 .img09 {
  margin: 0 calc(-20* (100vw /375)) 0 auto;
  width: calc(250* (100vw /375));
}

.sec03 .sec_box02 .lp_credit {
  margin-top: calc(27* (100vw /375));
}


/************** sec04 **************/
.sec04 {
  margin: 0 auto calc(54* (100vw /375));
}

.sec04 .sec_ttl .number {
  width: calc(36* (100vw /375));
}

.sec04 .sec_box01 {
  margin: 0 auto calc(30* (100vw /375));
  width: calc(335* (100vw /375));
}

.sec04 .sec_box02 {
  margin: 0 auto calc(33* (100vw /375));
}

.sec04 .sec_box02 .img11 {
  margin: 0 0 0 calc(-20* (100vw /375));
  width: calc(250* (100vw /375));
}

.sec04 .sec_box02 .lp_credit {
  margin: calc(26* (100vw /375)) 0 0 auto;
}


/* ===============================================### 
PC
###=============================================== */
@media screen and (min-width: 768px) {
  /************** sec_mv **************/
  .sec_mv {
    margin: 0 auto 8.0rem;
  }

  .sec_mv h2 {
    margin: 0 auto 8.0rem;
  }

  .mv_text {
    margin: 0 auto 7.5rem;
  }

  .mv_text p:nth-of-type(1) {
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
  }

  .mv_text p:nth-of-type(2) {
    font-size: 1.4rem;
  }

  .sec_mv .sec_box01 {
    margin: 0 auto;
  }

  .sec_mv .sec_box01 .sub_box01 {
    margin: 0 auto 11rem;
    width: 76rem;
    display: flex;
    justify-content: space-between;
  }

  .sec_mv .sec_box01 .sub_box01 .img01 {
    margin: 0;
    width: 44rem;
  }

  .sec_mv .sec_box01 .sub_box01 .img02 {
    margin: auto 0 -6rem;
    width: 28rem;
  }

  .sec_mv .sec_box01 .sub_box02 {
    margin: 0 auto;
  }

  .sec_mv .sec_box01 .sub_box02 p {
    margin-left: 0.18em;
    letter-spacing: 0.18em;
  }

  .sec_mv .sec_box01 .sub_box02 p:nth-of-type(1) {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .sec_mv .sec_box01 .sub_box02 p:nth-of-type(2) {
    font-size: 1.4rem;
  }

  .sec_mv .sec_box01 .sub_box02 .svg_box {
    margin: 4.5rem auto 0;
    width: 35.0rem;
  }

  .sec_mv .sec_box01 .sub_box02 .svg_box li {
    width: 11.0rem;
  }


  /************** sec01 **************/
  .sec01 {
    margin: 0 auto 9.4rem;
    padding: 9.2rem 0 7.4rem;
  }

  .sec01 .sec_ttl {
    margin-left: 16.7rem;
  }

  .sec01 .sec_ttl .number {
    width: 4.2rem;
  }

  .sec01 .sec_box01 {
    margin: 0 auto 4rem;
    width: 64rem;
  }

  .sec01 .sec_box02 {
    margin: 0 auto 5.6rem;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5.7rem;
  }

  .sec01 .sec_box02 .img04 {
    margin: 0;
    width: 50rem;
  }

  .sec01 .lp_credit {
    margin-top: 49.2rem;
  }


  /************** sec02 **************/
  .sec02 {
    margin: 0 auto 7.5rem;
  }

  .sec02 .sec_ttl {
    margin-bottom: 4rem;
    gap: 0 2.5rem;
  }

  .sec02 .sec_ttl .number {
    width: 4.6rem;
  }

  .sec02 .sec_box01 {
    margin: 0 0 3.0rem;
    width: 64rem;
  }

  .sec02 .sec_box02 {
    margin: -10.5rem 0 8.3rem auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5.7rem;
  }

  .sec02 .sec_box02 .img06 {
    margin: 0;
    width: 50rem;
  }

  .sec02 .sec_box02 .lp_credit {
    margin-top: 29.4rem;
  }

  .sec02 .sec_box03 {
    margin: 0 auto 3.6rem;
    position: relative;
    width: 64rem;
  }

  .sec02 .sec_box03 .sub_ttl {
    width: 26.8rem;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 50;
  }

  .sec02 .sec_box03 .lp_credit {
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 12.6%;
    left: -25%;
    z-index: 5;
  }


  /************** sec03 **************/
  .sec03 {
    margin: 0 auto 9.2rem;
    padding: 8.2rem 0 7.5rem;
  }

  .sec03 .sec_ttl {
    margin-left: 15rem;
    gap: 0 3rem;
  }

  .sec03 .sec_ttl .number {
    width: 4.2rem;
  }

  .sec03 .sec_box01 {
    margin: 0 auto 6.3rem;
    width: 70rem;
    position: relative;
  }

  .sec03 .sec_ttl {
    align-items: flex-end;
  }

  .sec03 .sec_ttl .ttl_text p:nth-of-type(1) {
    line-height: 1.3846153846;
  }

  .sec03 .sec_ttl .ttl_text {
    gap: .5rem 0;
  }

  .sec03 .sec_box01 .lp_credit {
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 9.2%;
    right: -19.5%;
    left: auto;
    z-index: 5;
  }

  .sec03 .sec_box01 .lp_credit li {
    text-align: left;
  }

  .sec03 .sec_box02 {
    margin: 0 0 5.5rem auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5.7rem;
  }

  .sec03 .sec_box02 .sub_ttl {
    width: 26.8rem;
    position: absolute;
    top: -2%;
    left: 75%;
    transform: translate(-50%, 0);
    z-index: 50;
  }

  .sec03 .sec_box02 .img09 {
    margin: 0;
    width: 50rem;
  }

  .sec03 .sec_box02 .lp_credit {
    margin-top: 51rem;
  }


  /************** sec04 **************/
  .sec04 {
    margin: 0 auto 0;
  }

  .sec04 .sec_ttl {
    margin-bottom: 4.6rem;
    gap: 0 2.4rem;
  }

  .sec04 .sec_ttl .number {
    width: 4.8rem;
  }

  .sec04 .sec_box01 {
    margin: 0 0 4rem auto;
    width: 64rem;
  }

  .sec04 .sec_box02 {
    margin: 0 auto 3.5rem;
    display: flex;
    gap: 0 5.7rem;
  }

  .sec04 .sec_box02 .img11 {
    margin: 0;
    width: 50rem;
  }

  .sec04 .sec_box02 .lp_credit {
    margin: 47rem 0 0;
  }
}


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

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

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


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}