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

:root {
  --navy: #02136F;
  --gray: #B0B1B4;
}

/* ページ共通___________________________*/
.main-area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: calc(14* (100vw / 375));
  padding-bottom: calc(148* (100vw / 375));
  overflow-x: hidden;
  text-align: center;
  color: #000;
}

.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;
}


.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 {
  display: flex;
  flex-direction: column;
  gap: calc(23* (100vw /375)) 0;
  width: calc(355* (100vw /375));
}

.main-area .lp_credit li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-area .lp_credit a:nth-of-type(1) {
  font-size: calc(12* (100vw / 375));
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: max-content;
}

.main-area .lp_credit a:nth-of-type(2) {
  width: 22.5%;
  text-align: center;
  font-size: calc(14* (100vw /375));
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #2A272E;
  color: #fff;
  display: block;
  padding: calc(3* (100vw /375)) 0;
  border-radius: calc(2* (100vw /375));
  height: max-content;
}

@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: 9.7rem;
  }

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

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

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    gap: 1.6rem 0;
  }
  
  .main-area .lp_credit a:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  
  .main-area .lp_credit a:nth-of-type(2) {
    width: 7rem;
    font-size: 1.4rem;
    padding: .1rem 0;
    border-radius: .4rem;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv {
  position: relative;
}

.sec__fv h2+p {
  font-size: calc(14* (100vw / 375));
  margin-top: calc(32* (100vw / 375));
  margin-bottom: calc(53* (100vw /375));
  line-height: 2;
}

.roll_wrap,
.fade_wrap {
  width: calc(355* (100vw / 375));
  margin: calc(61* (100vw / 375)) auto 0;
}

.roll_wrap .js-transform,
.fade_wrap .js-transform {
  position: relative;
  margin-top: calc(20* (100vw / 375));
}

.roll_wrap .js-transform::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  transition: width 1s;
}

.js-transform.show::before {
  width: 0%;
}

.roll_right::before {
  left: 0;
}

.roll_left::before {
  right: 0;
}

.roll_wrap .__1,
.fade_wrap .__1 {
  width: calc(345* (100vw / 375));
  margin-left: auto;
}

.roll_wrap .__3,
.fade_wrap .__3 {
  margin-top: calc(19* (100vw / 375));
  width: calc(270* (100vw / 375));
  margin-left: auto;
}

.roll_wrap .__5,
.fade_wrap .__5 {
  margin-top: calc(20* (100vw / 375));
  width: calc(322* (100vw / 375));
  margin-left: auto;
}

.fade_right.js-transform {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.fade_left.js-transform {
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  transition-delay: 0.5s;
}

.fade_right.show,
.fade_left.show {
  opacity: 1;
  transform: translateX(0);
}

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

  .sec__fv h2+p {
    font-size: 1.4rem;
    margin-top: 5.5rem;
    margin-bottom: 7.2rem;
    line-height: 2;
  }

  .roll_wrap,
  .fade_wrap {
    width: 100rem;
    margin: 4.8rem auto 0;
  }

  .roll_wrap .js-transform,
  .fade_wrap .js-transform {
    margin-top: 2rem;
  }

  .roll_wrap .__1,
  .fade_wrap .__1 {
    width: 49rem;
  }

  .roll_wrap .__2,
  .fade_wrap .__2 {
    width: 86.3rem;
    margin-top: 4.5rem;
  }

  .roll_wrap .__3,
  .fade_wrap .__3 {
    width: 53.8rem;
    margin-left: auto;
    margin-top: 4.6rem;
  }

  .roll_wrap .__4,
  .fade_wrap .__4 {
    width: 92.3rem;
    margin-top: 4.4rem;
  }
}

/* ▽_____________ sec__style1 ______________▽ */
.sec__style {
  position: relative;
  margin-top: calc(84* (100vw / 375));
}

.js-slider-set2 {
  pointer-events: none;
}

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

.flex_wrap>div {
  flex-shrink: 0;
}






.sec_ttl {
  position: relative;
  background: #F5A8B4;
  width: 100vw;
  height: calc(115* (100vw / 375));
  color: #fff;
  font-weight: 600;
  padding-top: calc(22* (100vw / 375));
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 50;
}

.sec_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  width: calc(30* (100vw / 375));
  height: calc(27* (100vw / 375));
  border: calc(19* (100vw / 375)) solid transparent;
  border-left: calc(25* (100vw / 375)) solid #F5A8B4;
  transform: translateX(-50%) rotate(90deg);
  bottom: calc(-35* (100vw / 375));
}

.sec_ttl p {
  font-size: calc(16* (100vw / 375));
  letter-spacing: 0.05em;
}

.sec_ttl h3 {
  margin-top: calc(3* (100vw / 375));
  font-size: calc(20* (100vw / 375));
  line-height: 1.725;
  letter-spacing: 0.05em;
}

.sec_ttl_02 {
  width: 100%;
  border-bottom: 8px solid #F08697; 
}

.sec_ttl_02 p {
  color: #F08697;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(22* (100vw /375));
  margin-bottom: calc(18* (100vw /375));
}

.sec_ttl_02 h3 {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0B0A0D;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(16* (100vw /375));
  padding-bottom: calc(20* (100vw /375));
}

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

.bg_box {
  position: relative;
  background: url(../img/bg_sp.jpg) repeat center / 100%;
}

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

  .lp_credit {
    margin-top: 2.3rem;
  }

  .sec_ttl {
    height: 15.2rem;
    padding-top: 3.1rem;
  }

  .sec_ttl::before {
    width: 3.5rem;
    height: 3rem;
    border: 1.8rem solid transparent;
    border-left: 2.3rem solid #F5A8B4;
    bottom: -3.4rem;
  }

  .sec_ttl p {
    font-size: 1.8rem;
  }

  .sec_ttl h3 {
    margin-top: 0;
    font-size: 3.4rem;
  }

  .sec_ttl_02 p {
    font-size: 3.4rem;
    margin-bottom: 2.4rem;
  }
  
  .sec_ttl_02 h3 {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }

  .sec_block {
    margin-top: 3rem;
  }

  .bg_box {
    position: relative;
    background: url(../img/bg_pc.jpg) repeat center / 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-size: contain;
  }

  .bg_sub_box {
    margin: 0 auto;
    display: flex;
    width: 100rem;
    justify-content: center;
    align-items: center;
  }
}

/* ▽_____________ style1 ______________▽ */
/* sec_block __1 */
.brand_logo {
  width: calc(130* (100vw / 375));
  margin: calc(35* (100vw /375)) auto calc(30* (100vw /375));
}

.brand_item-name {
  margin-top: calc(10* (100vw / 375));
  font-weight: 600;
  font-size: calc(24* (100vw / 375));
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F5A8B4;
}

.brand_item-img {
  position: relative;
  width: calc(375* (100vw / 375));
  margin: calc(26* (100vw / 375)) auto 0;
}

.brand_item-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/itemicon_sp.svg) center/contain no-repeat;
  width: calc(90* (100vw / 375));
  height: calc(90* (100vw / 375));
  top: calc(10* (100vw / 375));
  left: calc(10* (100vw / 375));
}

.content_tx {
  margin: calc(28* (100vw / 375)) 0 0 calc(10* (100vw / 375));
}

.brand_item-copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: calc(8* (100vw / 375));
}

.brand_item-copy span {
  font-size: calc(16* (100vw / 375));
  color: #fff;
  background: #F5A8B4;
  line-height: 1;
  text-indent: 0;
  letter-spacing: 0;
  text-align: left;
  padding: calc(9* (100vw / 375)) calc(12* (100vw /375)) calc(6* (100vw / 375)) calc(15* (100vw /375));
  width: max-content;
  white-space: nowrap;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.brand_item-detail {
  text-align: left;
  margin-top: calc(19* (100vw / 375));
  font-size: calc(14* (100vw / 375));
  line-height: 1.75;
}

.content_tx .lp_credit {
  text-align: left;
}

.img_wrap {
  position: relative;
  /* margin-top: calc(35* (100vw / 375)); */
}

.img_wrap li {
  position: relative;
}

.img_wrap .coodeimg {
  width: calc(240* (100vw / 375));
}

.img_wrap .img_credit {
  position: absolute;
  width: fit-content;
  z-index: 2;
}

.img_credit .month {
  font-size: calc(24* (100vw / 375));
  letter-spacing: 0.075em;
}

.img_credit .month.october {
  color: #30572E;
}

.img_credit .month.november {
  color: #952603;
}

@media screen and (max-width: 767px) {
  .brand_item-copy span:nth-child(2) {
    width: calc(305* (100vw / 375));
  }
}


@media screen and (min-width: 768px) {
  .style_contents {
    width: 60rem;
    position: relative;
    margin: 2.8rem auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 0;
    padding-right: 0;
    align-items: center;
  }

  .brand_logo {
    width: 16rem;
    margin: 5.5rem 0 3rem;
  }

  .brand_item-name {
    margin: .9rem 0 0 -0.4rem;
    font-size: 2.7rem;
  }

  .brand_item-img {
    width: 100%;
    margin: 0;
  }

  .content_tx {
    margin: 0 0 0 0;
    text-align: left;
  }

  .brand_item-copy {
    margin-top: 1rem;
    gap: 0.8rem;
  }

  .brand_item-copy span {
    font-size: 1.8rem;
    line-height: 1;
    text-indent: 0;
    padding: .9rem  1.4rem 0.7rem 1.5rem;
  }

  .brand_item-detail {
    text-align: left;
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }

  .content_tx .lp_credit {
    width: 43.2rem;
  }

  .img_wrap {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 14rem;
  }

  .img_wrap::before {
    background: url(../img/arrow1_pc.svg) center/contain no-repeat;
    width: 18rem;
    height: 11.6rem;
    top: 25.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .img_wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img_wrap .coodeimg {
    width: 40rem;
  }

  .img_wrap .img_credit {
    position: relative;
    text-align: center;
  }

  .img_credit .month {
    font-size: 3.2rem;
    margin-top: 1.4rem;
  }

  /* sec__style1 */
  .brand_item-copy span:nth-child(2) {
    width: 30.5rem;
  }
}






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

  .sec_block2 .brand_logo {
    width: calc(130* (100vw / 375));
  }

  .sec_block2 .brand_item-copy span:nth-child(2) {
    width: calc(236* (100vw / 375));
  }

  .sec_block2 .img_wrap::before {
    background: url(../img/arrow2.svg) center/contain no-repeat;
    width: calc(142* (100vw / 375));
    height: calc(76* (100vw / 375));
    top: calc(283* (100vw / 375));
    left: calc(50* (100vw / 375));
  }
}

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

  .sec_block2 .brand_logo {
    width: 16rem;
  }
}





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

  .sec_block3 .brand_logo {
    width: calc(130* (100vw / 375));
  }

  .sec_block3 .brand_item-copy span:nth-child(2) {
    width: calc(187* (100vw / 375));
  }

  .sec_block3 .img_wrap {
    margin-top: calc(14* (100vw / 375));
  }

  .sec_block3 .img_wrap::before {
    background: url(../img/arrow3.svg) center/contain no-repeat;
    width: calc(147* (100vw / 375));
    height: calc(76* (100vw / 375));
    top: calc(323* (100vw / 375));
    left: calc(101* (100vw / 375));
  }
}

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

  .sec_block3 .brand_logo {
    width: 16rem;
    margin: 5.2rem 0 3rem;
  }

  .sec_block3 .brand_item-copy span:nth-child(2) {
    width: 18.7rem;
  }
}















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

  .sec_block4 .brand_logo {
    width: calc(130* (100vw / 375));
  }

  .sec_block4 .brand_item-copy span:nth-child(2) {
    width: calc(270* (100vw / 375));
  }

  .sec_block4 .img_wrap {
    margin-top: calc(14* (100vw / 375));
  }

  .sec_block4 .img_wrap::before {
    background: url(../img/arrow2.svg) center/contain no-repeat;
    width: calc(147* (100vw / 375));
    height: calc(76* (100vw / 375));
    top: calc(261* (100vw / 375));
    left: calc(50* (100vw / 375));
  }
}

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

  .sec_block4 .brand_logo {
    width: 15rem;
  }

  .sec_block4 .brand_item-copy span:nth-child(2) {
    width: 27rem;
  }

  .sec_block4 .brand_item-name {
    letter-spacing: 0.05em;
  }
}
















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

  .sec_block5 .brand_logo {
    width: calc(90* (100vw / 375));
  }

  .sec_block5 .brand_item-copy span:nth-child(1) {
    width: calc(204* (100vw / 375));
  }

  .sec_block5 .brand_item-copy span:nth-child(2) {
    width: calc(322* (100vw / 375));
  }

  .sec_block5 .img_wrap {
    margin-top: calc(14* (100vw / 375));
  }

  .sec_block5 .img_wrap::before {
    background: url(../img/arrow1.svg) center/contain no-repeat;
    width: calc(147* (100vw / 375));
    height: calc(76* (100vw / 375));
    top: calc(302* (100vw / 375));
    left: calc(176* (100vw / 375));
  }
}

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

  .sec_block5 .brand_logo {
    width: 10rem;
  }

  .sec_block5 .brand_item-copy span:nth-child(2) {
    width: 32.2rem;
  }
}
















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

  .sec_block6 .brand_logo {
    width: calc(160* (100vw / 375));
  }

  .sec_block6 .brand_item-copy span:nth-child(1) {
    width: calc(204* (100vw / 375));
  }

  .sec_block6 .brand_item-copy span:nth-child(2) {
    width: calc(322* (100vw / 375));
  }

  .sec_block6 .img_wrap {
    margin-top: calc(14* (100vw / 375));
  }

  .sec_block6 .img_wrap::before {
    background: url(../img/arrow1.svg) center/contain no-repeat;
    width: calc(147* (100vw / 375));
    height: calc(76* (100vw / 375));
    top: calc(302* (100vw / 375));
    left: calc(176* (100vw / 375));
  }
}

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

  .sec_block6 .brand_logo {
    width: 20rem;
  }

  .sec_block6 .brand_item-copy span:nth-child(2) {
    width: 32.2rem;
  }
}










.sec_block7 {
  margin-top: 0;
}

.sec_block7 .bg_box {
  margin-bottom: calc(78* (100vw /375));
  padding: calc(39*(100vw / 375)) 0 calc(41* (100vw /375));
}

.sec_block7 .img_wrap li,
.sec_block7 .img_wrap .coodeimg {
  margin: 0 auto;
  width: calc(300* (100vw / 375));
}

.sec_block7 .img_wrap .img_credit {
  position: relative;
}

.sec_block7 .img_wrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(22* (100vw / 375));
}

.sec_block7 .october {
  position: relative;
  left: calc(-12* (100vw / 375));
}

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

.lp_foot_wrap {
  padding: calc(30* (100vw /375)) 0 calc(25* (100vw /375));
  background-color: #FFEDF1;
}

.lp_foot_wrap .img05 {
  width: calc(250* (100vw / 375));
  margin: 0 auto 0;
}

.lp_foot_wrap .ttl {
  color: #F08697;
  font-size: calc(15* (100vw / 375));
  font-weight: 600;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lp_foot_wrap .sub_1 {
  font-size: calc(15* (100vw / 375));
  letter-spacing: 0.05em;
}

.lp_foot_wrap .sub_2 {
  font-size: calc(27* (100vw / 375));
  letter-spacing: 0.05em;
}

.lp_foot_wrap .detail_tx {
  width: calc(315* (100vw / 375));
  margin: calc(18* (100vw / 375)) auto 0;
  text-align: left;
  font-size: calc(14* (100vw / 375));
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .lp_foot_wrap .sub {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 600;
    gap: calc(11* (100vw / 375));
    margin-top: calc(7* (100vw / 375));
    line-height: 1;
  }

  .lp_foot_wrap .tx {
    /* background: #E5EDE6; */
    border-radius: calc(20* (100vw / 375));
    margin: calc(-26* (100vw / 375)) auto 0;
    padding: calc(49* (100vw / 375)) 0 calc(10* (100vw / 375));
    width: calc(355* (100vw / 375));
  }
}

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

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

  .sec_block7 {
    margin: 0 auto 0;
    position: relative;
    width: 100rem;
  }

  .sec_block7 .bg_box {
    margin-bottom: 0;
    padding: 4rem 0 3rem;
  }

  .sec_block7 .img_wrap {
    margin-top: 0;
    width: 44rem;
  }

  .sec_block7 .img_wrap li,
  .sec_block7 .img_wrap .coodeimg {
    width: 44rem;
  }

  .sec_block7 .img_wrap li {
    position: relative;
    left: 0;
    z-index: 10;
  }

  .sec_block7 .october {
    left: 0;
  }

  .coodeimg13 {
    width: 45.4rem;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: -9.3rem;
  }

  .lp_foot_wrap {
    padding: 6rem 0 6.6rem;
    position: relative;
    margin: 0 auto;
    transform: none;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
    display: flex;
    align-items: center;
    gap: 0 7.1rem;
    justify-content: center;
  }

  .lp_foot_wrap .img05 {
    width: 29.3rem;
    margin: 0;
  }

  .lp_foot_wrap .tx {
    border-radius: 2rem;
    padding: 0;
    text-align: left;
  }


  .lp_foot_wrap .ttl {
    font-size: 1.6rem;
  }

  .lp_foot_wrap .sub span {
    display: block;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .lp_foot_wrap .sub_1 {
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }

  .lp_foot_wrap .sub_2 {
    font-size: 2.8rem;
    margin-top: 1.3rem;
  }

  .lp_foot_wrap .detail_tx {
    width: 37.3rem;
    margin: 2.4rem auto 0;
    font-size: 1.4rem;
  }
}



/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300* (100vw / 375));
  height: calc(60* (100vw / 375));
  margin: calc(80* (100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-size: calc(16* (100vw / 375));
  letter-spacing: 0.1em;
  color: #fff;
  background: #F5A8B4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 36rem;
    height: 6rem;
    font-size: 1.5rem;
    margin: 7.9rem auto 0;
    letter-spacing: 0.075em;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  transform: translateY(100px);
}

.js-fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}


/* cssハック */
/* .iphone .brand_item-detail {
  letter-spacing: 0;
} */

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

_:lang(x)+_:-webkit-full-screen-document,
p {
  -webkit-font-smoothing: antialiased;

}


/************** sp **************/
.main-area .sec__fv h3  {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F5A8B4;
  margin: calc(45* (100vw /375)) 0 calc(16* (100vw /375));
  font-size: calc(23* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

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


/************** pc **************/
@media screen and (min-width: 768px) {
  .main-area .sec__fv h3  {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 5.2rem 0 2.4rem;
    font-size: 3.4rem;
  }

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

  .sec_block2 .content_tx .lp_credit {
    width: 44.2rem;
  }
  .sec_block3 .content_tx .lp_credit {
    width: 34.3rem;
  }
  .sec_block4 .content_tx .lp_credit {
    width: 34.9rem;
  }
  .sec_block5 .content_tx .lp_credit {
    width: 52.3rem;
  }
  .sec_block6 .content_tx .lp_credit {
    width: 37rem;
  }

  .brand_item-img::before {
    width: 10rem;
    height: 10rem;
  }
  .sec_block1 .brand_item-img::before,
  .sec_block3 .brand_item-img::before,
  .sec_block5 .brand_item-img::before {
    top: -6.6%;
    left: 6%;
  }
  .sec_block2 .brand_item-img::before,
  .sec_block4 .brand_item-img::before {
    top: -6.6%;
    left: auto;
    right: 6%;
  }
  .sec_block3 .brand_item-img::before {
    width: 6.1rem;
    height: 10rem;
  }
}