﻿.main__area {
  /* font-family: minion-pro, '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif; */
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  overflow: clip;
  /* background: #000; */
  color: #fff;
  background: #FCCC02;
  /* border-bottom: 1px solid #fff; */
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tx_Rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.main__area img {
  width: 100%;
  height: auto;
}

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

.main_content {
  position: relative;
  z-index: 3;
  transform: translateZ(1px);
}

/************** js **************/
.js-fade.active:not(.mv__tx_wrap) {
  opacity: 1;
  /* transform: translateY(0rem); */
}

.js-fade:not(.mv__tx_wrap) {
  opacity: 0;
  transition: 1.5s;
  /* transform: translateY(5rem); */
}

.js-fade.deray01 {
  transition-delay: 0.3s;
}

.js-fade.deray02 {
  transition-delay: 0.5s;
}

/************** btn **************/
.sec_btn {
  padding-bottom: calc(78 * (100vw / 375));
  position: relative;
  z-index: 2;
  transform: translateZ(1px);
}

.black_btn {
  margin: calc(81 * (100vw / 375)) auto 0;
  width: calc(300 * (100vw / 375));
  height: calc(60 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
  max-width: 100%;
  max-height: 100%;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 15;
  color: var(--white);
  border: none;
  background-color: #EB6100 !important;
  border-radius: calc(8 * (100vw / 375));
}


/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .main__area {
    margin-top: .6rem;
  }

  .mv__img {
    width: 120rem;
    margin: auto;
  }

  .main__area img {
    width: 100%;
    height: auto;
  }

  .main__area .sp_only {
    display: none;
  }

  /************** btn **************/
  .sec_btn {
    padding-bottom: 10rem;
  }

  .black_btn {
    margin: 7.6rem auto 0;
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    max-width: 100%;
    max-height: 100%;
    font-weight: 500;
    /* letter-spacing: 0.05em; */
    line-height: 1;
    position: relative;
    z-index: 15;
    color: var(--white);
    border-radius: 0.8rem;
  }
}

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

.sticky_wrap {
  position: sticky;
  top: 10rem;
}


/* ===============================================
* mv__tx_wrap *
=============================================== */
.mv__tx_wrap {
  padding: calc(36 * (100vw / 375)) 0 0;
  text-align: center;
}

.mv__tx_wrap .mv__ttl {
  font-size: calc(36 * (100vw / 375));
  letter-spacing: 0.1em;
  line-height: 1;
}

.mv__tx_wrap .mv__text {
  margin-top: calc(25 * (100vw / 375));
  line-height: 1.8;
  font-size: calc(15 * (100vw / 375));
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .mv__tx_wrap {
    padding: 4.8rem 0 0;
  }

  .mv__tx_wrap .mv__ttl {
    font-size: 4rem;
  }

  .mv__tx_wrap .mv__text {
    margin-top: 3.6rem;
    font-size: 1.6rem;
  }
}




.sec_item {
  width: calc(320* (100vw /375));
  display: flex;
  flex-direction: column;
  gap: calc(50 * (100vw / 375));
  align-items: center;
  margin: calc(160 * (100vw / 375)) auto 0;
}

.sec_item_inner {
  position: relative;
  background: #fff;
  border-radius: calc(40* (100vw /375));
  width: 100%;
  padding: calc(25* (100vw /375)) 0 calc(29* (100vw /375));
}

.sec_item_inner01::before,
.sec_item_inner02::before,
.sec_item_inner06::before {
  content: "";
  position: absolute;
  background: url(../img/miffy.png) center/contain no-repeat;
  width: calc(120 * (100vw /375));
  height: calc(170* (100vw /375));
  left: 50%;
  top: calc(-103* (100vw /375));
  transform: translateX(-50%);
  transition: transform 0.8s cubic-bezier(0.67, 0.05, 0.67, 0.97);
  animation: slightly 5s cubic-bezier(0.67, 0.05, 0.67, 0.97) infinite;
  z-index: -1;
}

@keyframes slightly {
  20% {
    transform: translateX(-50%) rotate(0deg);
  }

  21.5% {
    transform: translateX(-50%) rotate(-2deg);
  }

  23% {
    transform: translateX(-50%) rotate(1deg);
  }

  24.5% {
    transform: translateX(-50%) rotate(-2deg);
  }

  26% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);

  }
}

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

  .sec_item_inner03,
  .sec_item_inner04,
  .sec_item_inner05 {
    margin-top: calc(-50 * (100vw / 375));
  }

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

  .sec_item_inner02::after {
    content: "";
    position: absolute;
    width: calc(320* (100vw /375));
    height: calc(1300 * (100vw / 375));
    left: 50%;
    top: calc(200* (100vw /375));
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .sec_item {
    width: 100rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.7rem 0;
    justify-content: space-between;
    margin: 19rem auto 0;
  }

  .sec_item_inner {
    border-radius: 6rem;
    padding: 4.5rem 0 5rem;
    width: 47rem;
  }

  .sec_item_inner01::before,
  .sec_item_inner06::before {
    width: 15.7rem;
    height: 22.2rem;
    top: -13.3rem;
  }

  .sec_item_inner02::before {
    content: none;
  }

  .sec_item_inner05,
  .sec_item_inner06 {
    margin-top: 13.7rem;
  }
}







.sec_item_inner .img {
  width: calc(270* (100vw /375));
  margin: 0 auto 0;
  border-radius: calc(25 * (100vw / 375));
  overflow: clip;
}

.sec__tax {
  display: flex;
  flex-direction: column;
  margin: calc(19 * (100vw / 375)) auto 0;
  gap: calc(24 * (100vw / 375));
  width: calc(266* (100vw /375));
}

.sec__tax li {
  text-align: center;
  font-size: calc(16*(100vw / 375));
  line-height: 1.40625;
  letter-spacing: 0.1em;
  width: 100%;
  color: #3C371D;
  white-space: nowrap;
}

.sec__tax li .price {
  position: relative;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(15*(100vw / 375));
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: calc(126 * (100vw / 375));
  margin-top: calc(20 * (100vw / 375));
}

.sec__tax .price::before {
  content: "";
  position: absolute;
  width: calc(96* (100vw /375));
  height: calc(31* (100vw /375));
  background: url(../img/buy_sp.svg) center/contain no-repeat;
  top: calc(-8 * (100vw / 375));
  right: calc(10* (100vw /375));
}

.sec__tax li+li {
  padding-top: calc(20 * (100vw / 375));
  border-top: dotted calc(3 * (100vw / 375)) #EB6100;
}

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


  .sec_item_inner .img {
    width: 38rem;
    border-radius: 3rem;
  }

  .sec__tax {
    margin: 2.7rem auto 0;
    gap: 2.7rem;
    width: 38rem;
  }

  .sec__tax li {
    font-size: 1.8rem;
  }

  .sec__tax li .price {
    font-size: 1.6rem;
    padding-right: 10.5rem;
    margin-top: 2.2rem;
  }

  .sec__tax .price::before {
    width: 8.8rem;
    height: 3.2rem;
    background: url(../img/buy.svg) center/contain no-repeat;
    top: -1rem;
    right: 0.4rem;
  }

  .sec__tax li+li {
    padding-top: 2.5rem;
    border-top: dotted 0.3rem #EB6100;
  }
}