@charset "UTF-8";
.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: -webkit-gradient(linear, left top, right top, from(#00486e), to(#00789b));
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

body #container {
  width: 100%;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  background: #f4f3e8;
}

.greenback {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .greenback {
    position: relative;
    left: 50%;
    /* 画像の左端が画面中央にくる */
    margin-left: -1075px;
    width: 2150px;
    height: 566px;
  }
}

.font_r {
  display: inline-block;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
  padding-left: 0 !important;
}

.font_r--2 {
  display: inline-block;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.font_r--3 {
  display: inline-block;
  -webkit-transform: translateY(41%);
          transform: translateY(41%);
}

@media (max-width: 640px) {
  .font_r--3 {
    -webkit-transform: translateY(28%);
            transform: translateY(28%);
  }
}

.font_r--4 {
  display: inline-block;
  -webkit-transform: translateY(41%);
          transform: translateY(41%);
}

.margin-auto{
  margin-left: auto;
  margin-right: auto;
}

/* ////////////////////////////////////////////////
# section02
//////////////////////////////////////////////// */
#section02_anchor {
  padding-top: 51px;
  margin-top: -51px;
}

#section02 {
  width: 100%;
  /* height: 566px; */
  position: relative;
  z-index: 52;
  text-align: center;
  padding-top: 67px;
  margin-top: 20px;
}

/* @media (max-width: 1240px) {
  #section02 {
    height: 45vw;
  }
} */

@media (max-width: 640px) {
  #section02 {
    /* height: 120.8vw; */
    height: auto;
    padding-top: calc(96/750*100vw);
    margin-top: 0;
  }
}
#section02 .sub--en::before{
  content: '';
  background: url(../images/section02_title_en.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 78px;
  height: 34px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

#section02 .copy_contena {
  /* width: calc(766/1366*100vw); */
  max-width: 960px;
  text-align: center;
  position: relative;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 320px;
  color: #142177;
  line-height: 240%;
}

@media (max-width: 1240px) {
  #section02 .copy_contena {
    /* padding-top: 5vw;
    padding-bottom: 25vw; */
    padding-top: calc(60/1366*100vw);
    padding-bottom: calc(320/1366*100vw);
  }
}

@media (max-width: 640px) {
  #section02 .copy_contena {
    /* padding-top: 15vw;
    padding-bottom: 40vw; */
    padding-top: calc(100/750*100vw);
    padding-bottom: calc(130/750*100vw);
  }
  #section02 .sub--en::before{
    width: calc(130/750*100vw);
    height: calc(55/750*100vw);
    top: calc(-80/750*100vw);
  }
}


#section02 .copy_contena p {
  width: 100%;
}

@media (max-width: 900px) {
  #section02 .copy_contena p {
  }
}

@media (max-width: 640px) {
  #section02 .copy_contena p {
  }
}

#section02 ul {
  width: 60%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  gap: calc(16/1366*100vw);
}

@media (max-width: 640px) {
  #section02 ul {
    width: 90%;
    bottom: calc(-180/750*100vw);
  }
}

#section02 ul li {
  /* width: 30%; */
  /* width: calc(200/1366*100vw); */
  width: 100%;
  max-width: 200px;
}

/* .section_bg {
  position: absolute;
  margin-top: -8%;
  width: 100%;
  height: 322px;
  background: #f4f3e9;
} */

.section_bg {
  position: absolute;
  margin-top: calc(-216/1366*100vw);
  width: 100%;
  height: calc(818/1366*100vw);
  max-height: 818px;
  mix-blend-mode: multiply;
}

@media (max-width: 640px) {
  .section_bg {
    margin-top: -10%;
  }
}

#section02-3 {
  margin-top: 250px;
  background: #f4f3e9;
  /* スクロールバーCSS */
}

@media (max-width: 1240px) {
  #section02-3 {
    margin-top: 20.161vw;
  }
}

#section02-3 .anchor {
  padding: 38px 0 0;
  width: 515px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section02-3 .anchor {
    max-width: 515px;
    width: 90%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  background: #f4f3e9;
  padding-bottom: 120px;
  color: #172172;
}

@media (max-width: 1240px) {
  #section03 {
    background: #f4f3e9;
  }
}

@media (max-width: 640px) {
  #section03 {
    background: #f4f3e9;
    padding-top: calc(500/750*100vw);
    padding-bottom: 65px;
  }
}

#section03 h3::before{
  content: '';
  background: url(../images/section03_title_en.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 82px;
  height: 25px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1240px){
  #section03 h3::before{
  }
}

@media (max-width: 640px) {
  #section03 h3::before{
    width: calc(138/750*100vw);
    height: calc(45/750*100vw);
    top: calc(-80/750*100vw);
  }
}


/* #section03 .section_bg02 {
  position: absolute;
  top: -462px;
  right: 0;
  left: 0;
  mix-blend-mode: multiply;
}

@media (max-width: 640px) {
  #section03 .section_bg02 {
    top: 0;
    margin-top: -10%;
  }
} */

/* 国産プレミアム大豆 bgあしらい */
#section03 .sec03_back_contena .sec03_back {
  position: absolute;
  /* transform: translate(0%, -41%); */
  transform: translate(0%, -62%);
  top: 0;
  width: 100%;
  height: 1101px;
  /* background: url(../images/section03_bg_2150.png) no-repeat center center/2150px auto; */
  background: url(../images/section03_bg_2150.png) no-repeat center center/100% auto;
  mix-blend-mode: multiply;
}
@media (max-width: 1240px) {
  #section03 .sec03_back_contena .sec03_back {
    background: url(../images/section03_bg_1240.png) no-repeat center center/100% auto;
    height: 55.5vw;
  }
}
@media (max-width: 640px) {
  #section03 .sec03_back_contena .sec03_back {
    background: url(../images/section03_bg_sp.png) no-repeat center center/100% auto;
    /* transform: translate(0%, -62%);
    top: calc(250/750*100vw); */
    transform: translate(0%, 0%);
    top: calc(200/750*100vw);
  }
}

#section03 .sec03_contents {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 640px) {
  #section03 .sec03_contents {
    width: 90%;
  }
  #section03 .sec03_contents p{
    text-align: center;
  }
}

#section03 .sec03_contents .icon01 {
  position: absolute;
  top: -18px;
  right: 100%;
  width: 100%;
  max-width: 217px;
}

@media (max-width: 1240px) {
  /* #section03 .sec03_contents .icon01 {
    top: 0;
  } */
}

@media (max-width: 640px) {
  #section03 .sec03_contents .icon01 {
    /* right: 85%;
    top: 25vw;
    transform: rotate(-25deg); */
    top: calc(-235/750*100vw);
    right: calc(580/750*100vw);
    width: calc(200/750*100vw);
    height: calc(218/750*100vw);
  }
}

#section03 .sec03_contents .icon02 {
  position: absolute;
  top: 30%;
  left: 95%;
  width: 35%;
  /* top: 452px;
  left: 100%;
  width: 100%; */
  max-width: 310px;
}
/* @media (max-width: 1240px){
  #section03 .sec03_contents .icon02 {
    top: calc(452/1366*100vw);
  }
} */
@media (max-width: 640px) {
  #section03 .sec03_contents .icon02 {
    /* left: 80%;
    top: 75.5vw; */
    top: calc(90/750*100vw);
    left: calc(615/750*100vw);
    width: calc(217/750*100vw);
    height: calc(230/750*100vw);
  }
}

#section03 .sec03_contents .aten {
  padding-top: 18px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 595px;
  width: calc(595/1366*100vw);
  margin: 0 auto;
}

#section03 .sec03_contents .sec03_banner {
  margin-top: 40px;
  margin-bottom: 36px;
}

@media (max-width: 640px) {
  #section03 .sec03_contents .aten {
    max-width: 100%;
    width: 100%;
  }
  #section03 .sec03_contents .sec03_banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#section03 .sec03_contents .sec03_banner a.more_botan {
  width: 258px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(50%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  border-radius: 25px;
}

#section03 .sec03_contents .sec03_banner a.more_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon_yaji.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_banner a.more_botan::after {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1240px) {
  #section03 .sec03_contents .sec03_banner a.more_botan {
    width: 200px;
    padding: 11px 0;
  }
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_banner a.more_botan {
    /* width: 45%; */
    width: calc(300/750*100vw);
    position: absolute;
    top: auto;
    bottom: calc(-30/750*100vw);
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 0;
    border-radius: 33px;
    border: 2px solid #fff;
  }
}

#section03 .sec03_contents .sec03_banner a.more_botan img {
  max-width: 72px;
}

@media (max-width: 1240px) {
  #section03 .sec03_contents .sec03_banner a.more_botan img {
    max-width: 60px;
  }
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_banner a.more_botan img {
    max-width: 15vw;
  }
}

#section03 .sec03_contents .sec03_banner .onmouse3 {
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_banner .onmouse3 {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}

#section03 .sec03_contents .sec03_banner .onmouse3:hover > img {
  opacity: 1 !important;
}

#section03 .sec03_contents .sec03_banner .onmouse3:hover {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1.075);
          transform: translate(-50%, -50%) scale(1.075);
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_banner .onmouse3:hover {
    transform: translate(-50%, -0%) scale(1.075);
  }
}

#section03 .sec03_contents .sec03_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_link {
    /* padding-top: 18px; */
  }
}

#section03 .sec03_contents .sec03_linkIcon {
  width: 5.5%;
  max-width: 77px;
  margin-right: 5px;
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_linkIcon {
    width: 16%;
    max-width: 16%;
  }
}

#section03 .sec03_contents .sec03_linkText {
  padding-top: 0;
}

@media (max-width: 640px) {
  #section03 .sec03_contents .sec03_linkText {
    line-height: 1.2;
    text-align: left;
  }
}

#section03 .sec03_contents .sec03_linkText a {
  color: #172172;
  text-decoration: underline;
}

#section03 #anchor01 {
  font-weight: 400;
  text-align: center;
  margin: 0 auto 70px;
  /* padding-top: 223px; */
  margin-top: 170px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1240px){
  #section03 #anchor01{
  }
}
@media (max-width: 640px) {
  #section03 #anchor01 {
    margin: 0 auto 45px;
  }
}

#section03 h4 {
  text-align: center;
  line-height: 160%;
  font-weight: 400;
}

#section03 h4 sup {
  display: inline-block;
  -webkit-transform: translate(7px, -5px);
          transform: translate(7px, -5px);
}

@media (max-width: 1240px) {
  #section03 h4 sup {
    -webkit-transform: translate(5px, -3px);
            transform: translate(5px, -3px);
  }
}

@media (max-width: 640px) {
  #section03 h4 sup {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
}
#section03 h4:nth-of-type(2){
  margin-top: 120px;
}

#section03 p {
  line-height: 210%;
  padding-top: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  #section03 p {
    padding-top: 30px;
    text-align: left;
  }
  #section03 h4:nth-of-type(2){
    margin-top: 65px;
  }
}

#section03 p sup.f12 {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 1240px) {
  #section03 p sup.f12 {
    font-size: .96vw;
  }
}

#section03 .photo_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 640px) {
  #section03 .photo_flex {
    margin-top: 30px;
  }
}

#section03 .photo_flex figure {
  max-width: 595px;
  width: calc(595/1366*100vw);
}

@media (max-width: 640px) {
  #section03 .photo_flex figure {
    width: 100%;
    margin-bottom: 5px;
  }
}

#section03 .aten li {
  letter-spacing: .02em;
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -2em;
}

@media (max-width: 640px) {
  #section03 .aten li {
    padding-left: 0;
    text-indent: 0;
  }
}

#section03 .aten li:last-of-type {
  margin-bottom: 0vw;
}

@media (max-width: 640px) {
  #section03 .aten li span {
    /* display: inline-block; */
    padding-left: 8px;
  }
}
#section03 .sec03_contents .icon08 {
  position: absolute;
  top: 66%;
  right: 100%;
  width: 100%;
  max-width: 290px;
}

#section04_anchor {
  padding-top: 101px;
  margin-top: -101px;
}

#section04 {
  width: 100%;
  background-color: #f4f3e9;
  position: relative;
  margin-bottom: 264px;
  text-align: center;
  color: #172172;
}

#section04 h3 {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: ;
}

@media (max-width: 640px) {
  #section04 h3 {
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

#section04 h3 span {
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: -2px;
}

@media (max-width: 640px) {
  #section04 h3 span {
    padding-left: 0.5em;
  }
}


#section04 .sec04_contents {
  width: 80%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 640px) {
  #section04 .sec04_contents {
    width: 90%;
  }
}

#section04 .sec04_contents .icon03 {
  position: absolute;
  top: 0;
  right: 97.5%;
  width: 50%;
  max-width: 492px;
}

@media (max-width: 1240px) {
  #section04 .sec04_contents .icon03 {
    right: 90%;
  }
}

@media (max-width: 640px) {
  #section04 .sec04_contents .icon03 {
    width: 30%;
    right: 87%;
    top: -6vw;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}

#section04 .sec04_contents .icon04 {
  position: absolute;
  bottom: 142%;
  left: 105%;
  width: 100%;
  max-width: 264px;
}

@media (max-width: 640px) {
  #section04 .sec04_contents .icon04 {
    display: none;
  }
}
#section04 .sec04_contents .icon05 {
  position: absolute;
  width: 60%;
  max-width: 623px;
  top: 72%;
  left: 92%;
}

#section04 .sec04_accord {
  position: relative;
  width: 321px;
  height: 43px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  #section04 .sec04_accord {
    width: 257px;
  }
}

@media (max-width: 640px) {
  #section04 .sec04_accord {
    width: 60vw;
    margin-left: 7.73vw;
  }
}

#section04 .sec04_accord .sec04_accord_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

#section04 .sec04_accord .sec04_accord_inner .sec04_accord_title {
  position: relative;
}

#section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -185px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #172172;
  cursor: pointer;
}

@media (max-width: 1240px) {
  #section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn {
    right: -30%;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 640px) {
  #section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn {
    right: -25%;
  }
}

#section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn .sec04_accord_btn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 1px;
  background-color: #172172;
}

@media (max-width: 1240px) {
  #section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn .sec04_accord_btn_inner::after {
    width: 13px;
  }
}

#section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn .sec04_accord_btn_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 16px;
  background-color: #172172;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

@media (max-width: 1240px) {
  #section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn .sec04_accord_btn_inner::before {
    height: 13px;
  }
}

#section04 .sec04_accord .sec04_accord_inner .sec04_accord_title .sec04_accord_btn.is-active .sec04_accord_btn_inner:before {
  height: 0;
}

#section04 .sec04_history {
  width: 80%;
  width: calc(850/960*100%);
  max-width: 850px;
  margin: 45px auto 0;
}

@media (max-width: 640px) {
  #section04 .sec04_history {
    width: 77.73vw;
    margin: 8.93vw auto 0;
  }
}

#section04 h4 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  #section04 h4 {
    margin-bottom: 30px;
    font-size: calc(30/750*100vw);
  }
}

#section04 .copy_contena {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  line-height: 210%;
  z-index: 5;
}
#section04 .copy_contena p {
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  #section04 .copy_contena {
    margin-bottom: 30px;
  }
  #section04 .copy_contena p {
  }
}

#section04 .sec04_history_contena {
  width: 80%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding: 36px 0;
}

@media (max-width: 1240px) {
  /* #section04 .sec04_history_contena {
    padding: 60px 0;
  } */
  #section04 .sec04_history_contena.is-active {
    padding: 40px 0 50px;
  }
}

@media (max-width: 640px) {
  #section04 .sec04_history_contena {
    /* padding: 10vw 0; */
    padding: calc(30/750*100vw) 0;
    width: 90%;
  }
  #section04 .sec04_history_contena.is-active {
    /* padding: 10vw 0 13.33vw; */
    padding: calc(48/750*100vw) 0 calc(63/750*100vw);
  }
}

#section04 .sec04_history_contena .icon05 {
  position: absolute;
  width: 60%;
  max-width: 575px;
  top: -118px;
  left: 92%;
}
#section04 .sec04_history_contena h4 {
  font-weight: 400;
}

@media (max-width: 640px) {
  #section04 .sec04_history_contena .icon05 {
    width: 45%;
    top: 0;
    left: 85%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  #section04 h3{
    font-size: calc(38/750*100vw);
  }

}



#section05 {
  width: 100%;
  background-color: #f4f3e9;
  overflow: hidden;
  position: relative;
  padding-top: 170px;
  padding-bottom: 143px;
  color: #172172;
  margin-top: -267px;
}

@media (max-width: 640px) {
  #section05 {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}

#section05 .sec05_contents {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 640px) {
  #section05 .sec05_contents {
    width: 90%;
  }
}

#section05 .sec05_contents .icon06 {
  position: absolute;
  top: 18%;
  right: 105%;
  width: 30%;
  max-width: 235px;
}

@media (max-width: 640px) {
  #section05 .sec05_contents .icon06 {
    width: 36%;
    right: inherit;
    left: -14%;
    top: calc(-295/750*100vw);
    /* transform: rotate(-25deg) scaleX(-1); */
  }
}

#section05 h3 {
  font-weight: 400;
  text-align: center;
  margin: 45px auto 70px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1240px){
  #section05 #anchor02 {
  }
}
@media (max-width: 640px) {
  #section05 h3 {
    margin: 0 auto 30px;
  }
}

#section05 h3::before {
  content: '';
  background: url(../images/section05_title_en.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 85px;
  height: 33px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px){
  #section05 h3::before {
    width: calc(140/750*100vw);
    height: calc(54/750*100vw);
    top: calc(-80/750*100vw);
  }
}


#section05 h4 {
  text-align: center;
  line-height: 160%;
  font-weight: 400;
}

#section05 .copy_contena {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 50px;
}

@media (max-width: 640px) {
  #section05 .copy_contena {
    margin-top: 30px;
    text-align: center;
  }
}

#section05 .copy_contena p {
  /* width: 76%; */
  width: auto;
  line-height: 210%;
}

@media (max-width: 640px) {
  #section05 .copy_contena p {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

#section05 .copy_contena picture {
  /* width: 24%; */
  width: calc(340/960*100%);
}

@media (max-width: 640px) {
  #section05 .copy_contena picture {
    width: 100%;
    padding: 0 calc(60/750*100vw);
  }
}

#section05 .sec05_back_contena {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}

#section05 .sec05_back_contena .sec05_back {
  position: absolute;
  transform: translate(0%, -41%);
  top: 0;
  width: 100%;
  height: 1101px;
  background: url(../images/section05_bg_2150.png) no-repeat center center/2150px auto;
}

@media (max-width: 1240px) {
  #section05 .sec05_back_contena .sec05_back {
    background: url(../images/section05_bg_1240.png) no-repeat center center/100% auto;
    height: 55.5vw;
  }
}

@media (max-width: 640px) {
  #section05 .sec05_back_contena .sec05_back {
    transform: translate(0%, -140%);
    background: url(../images/section05_bg_sp.png) no-repeat center center/100% auto;

  }
}

#section06_anchor {
  padding-top: 101px;
  margin-top: -101px;
}

/* 豊富なラインナップ */
#section06{
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #172172;
  padding-top: 103px;
  /* background:  url(../images/section06_back_2150.png) no-repeat center top/2150px auto; */
}
#section06-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #172172;
  padding-top: 54px;
  padding-bottom: 141px;
}
@media (max-width: 1240px){
  #section06-2 {
    padding-top: calc(54/1366*100vw);
  }
}

/* @media (max-width: 1240px) {
  #section06 {
    background: #f4f3e9 url(../images/section06_bk_1240.png) no-repeat center top/100% auto;
    padding-bottom: 150px;
  }
}

@media (max-width: 640px) {
  #section06 {
    background: #f4f3e9 url(../images/section06_bk_640.png) no-repeat center top/100% auto;
  }
} */



#section06  h3 {
  font-weight: 400;
  text-align: center;
  margin: 50px auto 70px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1240px){
  #section06  #anchor02 {
      padding-top: calc(160/1366*100vw);
  }
}
@media (max-width: 640px) {
  #section06 h3 {
    margin: 0 auto 45px auto;
  }
}

#section06 h3::before {
  content: '';
  background: url(../images/section06_title_en.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 68px;
  height: 32px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px){
  #section06 h3::before {
    width: calc(115/750*100vw);
    height: calc(56/750*100vw);
    top: calc(-80/750*100vw);
  }
}

#section06 h4,
#section06-2 h4{
  text-align: center;
  line-height: 160%;
  font-weight: 400;
}
#section06 .text h4,
#section06-2  .text h4{
  font-weight: 600;
}

#section06-2 .label_new::before{
  content: '';
  background: url(../images/sec06_label_renewal.png) no-repeat center center;
  background-size: contain;
  display: block;
  max-width: 106px;
  max-height: 106px;
  width: calc(106/1366*100vw);
  height: calc(106/1366*100vw);
  max-width: 106;
  position: absolute;
  top: -54px;
  left: -97px;
  z-index: 0;
}
@media (max-width: 1240px){
  #section06-2 .label_new::before{
    top: calc(-54/1366*100vw);
    left: calc(-97/1366*100vw);
  }
}
@media (max-width: 640px) {
  #section06-2 .label_new::before{
    top: calc(143/750*100vw);
    left: calc(74/750*100vw);
    width: calc(145/750*100vw);
    height: calc(145/750*100vw);
  }
}

#section06 .sec06_contents,
#section06-2 .sec06_contents {
  width: 90%;
  max-width: 770px;
  margin: 0 auto 105px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section06 .sec06_contents figure,
#section06-2 .sec06_contents figure {
  width: 29%;
  margin-left: 11%;
  margin-right: 11%;
  -webkit-transform: rotate(-8.38deg);
          transform: rotate(-8.38deg);
  -webkit-box-shadow: 20px 20px 20px #e6d6c1;
          box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
}

@media (max-width: 640px) {
  #section06 .sec06_contents figure,
  #section06-2 .sec06_contents figure {
    width: 35%;
    margin-left: 6%;
    margin-right: 10%;
  }
}

#section06 .sec06_contents .text,
#section06-2 .sec06_contents .text  {
  width: 49%;
}

#section06 .sec06_contents .text h4,
#section06-2 .sec06_contents .text h4 {
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  #section06 .sec06_contents .text h4,
  #section06-2 .sec06_contents .text h4 {
    margin-bottom: 10px;
  }
}

#section06 .sec06_contents .text p,
#section06-2 .sec06_contents .text p {
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 640px) {
  #section06 .sec06_contents .text p,
  #section06-2 .sec06_contents .text p {
    margin-bottom: 14px;
  }
}

#section06 .sec06-1_contents,
#section06-2 .sec06-1_contents {
  width: 90%;
  max-width: 809px;
  margin: 0 auto 105px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents,
  #section06-2 .sec06-1_contents {
    display: block;
    margin: 0 auto 28vw auto;
  }
}

#section06 .sec06-1_contents figure,
#section06-2 .sec06-1_contents figure {
  width: 26%;
  -webkit-transform: rotate(-8.38deg);
          transform: rotate(-8.38deg);
  -webkit-box-shadow: 20px 20px 20px #e6d6c1;
          box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_contents figure,
  #section06-2 .sec06-1_contents figure {
    -webkit-transform: rotate(-8.38deg) translateX(-20%);
            transform: rotate(-8.38deg) translateX(-20%);
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents figure,
  #section06-2 .sec06-1_contents figure {
    position: absolute;
    right: 5vw;
    bottom: -10vw;
    width: 35%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

#section06 .sec06-1_contents .text,
#section06-2 .sec06-1_contents .text {
  width: 50%;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents .text,
  #section06-2 .sec06-1_contents .text {
    width: 100%;
  }
}

#section06 .sec06-1_contents .text .sec06-1_text,
#section06-2 .sec06-1_contents .text .sec06-1_text {
  width: 73%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents .text .sec06-1_text,
  #section06-2 .sec06-1_contents .text .sec06-1_text {
    width: 55.83%;
  }
}

#section06 .sec06-1_contents .text h4,
#section06-2 .sec06-1_contents .text h4 {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP';
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents .text h4,
  #section06-2 .sec06-1_contents .text h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 24vw;
  }
}

#section06 .sec06-1_contents .text p,
#section06-2 .sec06-1_contents .text p {
  width: 100%;
  margin: 0 auto;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents .text p,
  #section06-2 .sec06-1_contents .text p {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 14px;
    padding-top: 0;
  }
}

#section06 .sec06-1_contents .icon08,
#section06-2 .sec06-1_contents .icon08 {
  position: absolute;
  bottom: -44%;
  right: -12vw;
  width: 20%;
  max-width: 342px;
  z-index: 15;
}

@media (max-width: 640px) {
  #section06 .sec06-1_contents .icon08,
  #section06-2 .sec06-1_contents .icon08 {
    width: 28%;
    right: -15%;
    bottom: -45vw;
  }
}

#section06 .sec06-1_accord {
  position: relative;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 168px;
  z-index: 5;
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 140px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord {
    padding-top: 6.07vw;
    padding-bottom: 13vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord {
    width: 90%;
    padding-bottom: 20vw;
    margin-bottom: 15vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_box {
  position: absolute;
  bottom: 2vw;
  right: 0;
  left: 0;
  width: 5vw;
  max-width: 50px;
  height: 5vw;
  max-height: 50px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_box {
    width: 10vw;
    height: 10vw;
    max-width: 50px;
    max-height: 50px;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #172172;
  border-radius: 50%;
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn .sec06-1_accord_btnText {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%) scale(1.5);
          transform: translateY(-100%) scale(1.5);
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-animation: itemAnim 0.5s ease-in-out infinite alternate both;
          animation: itemAnim 0.5s ease-in-out infinite alternate both;
}

@-webkit-keyframes itemAnim {
  0% {
    -webkit-transform: translateY(-100%) scale(1.5);
            transform: translateY(-100%) scale(1.5);
  }
  100% {
    -webkit-transform: translateY(-110%) scale(1.5);
            transform: translateY(-110%) scale(1.5);
  }
}

@keyframes itemAnim {
  0% {
    -webkit-transform: translateY(-100%) scale(1.5);
            transform: translateY(-100%) scale(1.5);
  }
  100% {
    -webkit-transform: translateY(-110%) scale(1.5);
            transform: translateY(-110%) scale(1.5);
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn .sec06-1_accord_btnText {
    -webkit-transform: translateY(-4vw) scale(1.5);
            transform: translateY(-4vw) scale(1.5);
    -webkit-animation: itemAnim 0.5s ease-in-out infinite alternate both;
            animation: itemAnim 0.5s ease-in-out infinite alternate both;
  }
  @-webkit-keyframes itemAnim {
    0% {
      -webkit-transform: translateY(-4vw) scale(1.5);
              transform: translateY(-4vw) scale(1.5);
    }
    100% {
      -webkit-transform: translateY(-4.5vw) scale(1.5);
              transform: translateY(-4.5vw) scale(1.5);
    }
  }
  @keyframes itemAnim {
    0% {
      -webkit-transform: translateY(-4vw) scale(1.5);
              transform: translateY(-4vw) scale(1.5);
    }
    100% {
      -webkit-transform: translateY(-4.5vw) scale(1.5);
              transform: translateY(-4.5vw) scale(1.5);
    }
  }
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn .sec06-1_accord_line--1 {
  height: 36.36%;
  margin: 0 auto;
  width: 1px;
  background: #172172;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn .sec06-1_accord_line--2 {
  width: 36.36%;
  margin: 0 auto;
  height: 1px;
  background: #172172;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn.is-active .sec06-1_accord_btnText {
  display: none;
}

#section06 .sec06-1_accord .sec06-1_accord_box .sec06-1_accord_btn.is-active .sec06-1_accord_line--1 {
  height: 0;
}

#section06 .sec06-1_accord .sec06-1_accord_title {
  width: 60.68%;
  max-width: 619px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_title {
    width: 72.816%;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_lead {
  width: 100%;
  margin-top: 104px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_lead {
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item {
  width: 62.25%;
  max-width: 635px;
  margin: 0 auto;
  margin-top: 46px;
  margin-bottom: 14px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item {
    margin-top: 3.285vw;
    margin-bottom: 1vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item {
    width: 94.07%;
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link {
  width: 41.76%;
  max-width: 426px;
  margin: 0 auto;
  margin-top: 63px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link {
    margin-top: 4.5vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link {
    width: 63.1%;
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap {
  width: 85.78%;
  max-width: 875px;
  margin: 0 auto;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap {
    margin-top: 1.642vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap {
    width: 63.1%;
    display: block;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap .sec06-1_accord_link {
  width: 48.68%;
  max-width: 426px;
  margin: 0;
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap .sec06-1_accord_link {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_link_wrap .sec06-1_accord_link--2 {
    margin-top: 1.642vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_note {
  width: 75.39%;
  max-width: 769px;
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 14px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_note {
    margin-top: 3.714vw;
    margin-bottom: 1vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_note {
    width: 94.07%;
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item--2 {
  width: 83.43%;
  max-width: 851px;
  margin: 0 auto;
  margin-top: 77px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item--2 {
    width: 83.55%;
    margin-top: 5.5vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item--2 {
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_comment {
  width: 59%;
  max-width: 603px;
  margin: 0 auto;
  margin-top: 86px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_comment {
    margin-top: 6.14vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_comment {
    width: 89.18%;
    margin-top: 7.428vw;
  }
}

#section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item--3 {
  width: 84.5%;
  max-width: 862px;
  margin: 0 auto;
  margin-top: 18px;
}

@media (max-width: 1240px) {
  #section06 .sec06-1_accord .sec06-1_accord_inner .sec06-1_accord_item--3 {
    margin-top: 1.285vw;
  }
}

#section06 .sec06-1_accord .icon01 {
  position: absolute;
  right: 100%;
  bottom: 20%;
  width: 30%;
  max-width: 273px;
}

@media (max-width: 640px) {
  #section06 .sec06-1_accord .icon01 {
    right: 95%;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}

#section06 .sec06-2_contents {
  max-width: 960px;
  width: 100%;
  padding: 0 calc(96/1366*100vw);
  margin: 50px auto 90px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents {
    width: 100%;
    margin: 0 auto 33px;
    padding: 0 calc(38/750*100vw);
  }
}

#section06 .sec06-2_contents .sec06-2 {
  position: relative;
  /* width: 31.818%; */
  /* width: 27.2%; */
  width: calc(193/766*100%);
  transform: translateX(10%);
}

#section06 .sec06-2_contents .sec06-2 {
  transform: rotate(8.38deg) translateX(20%);
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .sec06-2 {
    width: 40%;
    transform: translateX(-5%);
  }
}

#section06 .sec06-2_contents .sec06-2 .sec06-2_2 {
  position: absolute;
  width: 27.34%;
  right: 5%;
  top: 0;
  transform: translateY(-100%);
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .sec06-2 .sec06-2_2 {
    right: 5%;
  }
}

#section06 .sec06-2_contents .sec06-2 .sec06-2_1 {
  width: 100%;
  box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .sec06-2 .sec06-2_1 {
    width: 100%;
    margin-left: 6%;
    margin-right: 10%;
  }
}

#section06 .sec06-2_contents .text {
  width: 50%;
}

#section06 .sec06-2_contents .text .sec06-2_text--1 {
  width: 205px;
  margin: 0 auto;
  margin-bottom: 57px;
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .text .sec06-2_text--1 {
    width: 100%;
    margin-bottom: calc(37 / 750 * 100vw);
  }
  #section06 .sec06-2_contents .text {
    width: 58%;
  }
}

#section06 .sec06-2_contents .text .sec06-2_text--2 {
  font-family: 'Noto Sans JP';
  font-size: 19px;
  line-height: 1.57;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1240px) {
  #section06 .sec06-2_contents .text .sec06-2_text--2 {
    font-size: 1.9vw;
  }
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .text .sec06-2_text--2 {
    font-size: 2.9vw;
    margin-bottom: 10px;
  }
}

#section06 .sec06-2_contents .text h4 {
  font-family: 'Noto Sans JP';
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .text h4 {
    font-size: calc(28/750*100vw);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#section06 .sec06-2_contents .text p {
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 640px) {
  #section06 .sec06-2_contents .text p {
    margin-bottom: 25px;
    font-size: 2.9vw;
    text-align: center !important;
  }
}

#section06 .sec06-3_contents {
  max-width: 960px;
  width: 100%;
  padding: 0 calc(96/1366*100vw);
  margin: 140px auto 105px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
#section06 .sec06-3_contents{
  flex-direction: initial;
}

@media (max-width: 640px) {
  #section06 .sec06-3_contents {
    margin: 0 auto calc(150/750*100vw);
    padding: 0 calc(38/750*100vw);
  }
}

#section06 .sec06-3_contents figure {
  /* width: 27.2%; */
  width: calc(148/766*100%);
  -webkit-box-shadow: 20px 20px 20px #e6d6c1;
          box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
}

/* @media (max-width: 1240px) {
  #section06 .sec06-3_contents figure {
    -webkit-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
} */

@media (max-width: 640px) {
  #section06 .sec06-3_contents figure {
    width: 30%;
    margin: 0 auto;
  }
}

#section06 .sec06-3_contents .text {
  width: calc(540/766*100%);
}

@media (max-width: 640px) {
  #section06 .sec06-3_contents .text {
    width: 100%;
    margin-top: 75px;
    margin-right: 0;
  }
  #section06 .sec06-3_contents{
    flex-wrap: nowrap;
  }
}

#section06 .sec06-3_contents .text h4 {
  font-family: 'Noto Sans JP';
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 640px) {
  #section06 .sec06-3_contents .text h4 {
    margin-bottom: 10px;
    /* font-size: 3.1vw; */
    font-size: calc(28/750*100vw);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

#section06 .sec06-3_contents .text .lead {
  line-height: 1.4;
  letter-spacing: -0.01em;
}
#section06 .sec06-3_contents .text p {
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}
#section06 .sec06-3_contents .text p:last-of-type{
  margin-bottom: 60px;
}

@media (max-width: 640px) {
  #section06 .sec06-3_contents .text p {
    margin-bottom: 14px;
    text-align: center;
  }
  #section06 .sec06-3_contents .text .lead{
    letter-spacing: -0.08em;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  #section06 .sec06-3_contents .text p:last-of-type{
    margin-bottom: 25px;
  }
}

#section06 .sec06-3_contents .icon08 {
  position: absolute;
  bottom: -44%;
  right: -12vw;
  width: 20%;
  max-width: 342px;
  z-index: 15;
}

@media (max-width: 640px) {
  #section06 .sec06-3_contents .icon08 {
    width: 28%;
    right: -15%;
    bottom: -45vw;
  }
}


/* #section06-2 バナー以下 */
#section06-2 {
  position: relative;
}
#section06-2 .sec06-5_contents {
  margin: 0 auto 140px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section06-2 .sec06-5_contents.sec06-5_contents--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents {
    margin: 0 auto calc(130/750*100vw);
    width: 100%;
  }
  #section06-2 .sec06-5_contents.sec06-5_contents--last {
    margin: 0 auto;
  }
}

#section06-2 .sec06-5_contents figure {
  /* width: 27.2%; */
  width: calc(147/766*100%);
  box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
  z-index: 1;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents figure {
    width: 30%;
    margin: 0 auto 25px;
            /* transform: translateX(-2vw); */
  }
}

#section06-2 .sec06-5_contents .text {
  /* width: 60%; */
  width: calc(530/766*100%);
  max-width: 530px;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents .text {
    width: 100%;
  }
}

#section06-2 .sec06-5_contents .text h4 {
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  text-align: left;
}
#section06-2 .sec06-5_contents .text .lead{
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents .text h4 {
    margin-bottom: 22.5px;
    /* font-size: 3.1vw; */
    font-size: calc(28/750*100vw);
    text-align: center;
  }
}

#section06-2 .sec06-5_contents .text p {
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents .text .lead {
    line-height: 1.8;
  }
  #section06-2 .sec06-5_contents .text p {
    margin-bottom: calc(56/750*100vw);
    text-align: center;
  }
}

#section06-2 .sec06-5_contents .icon08 {
  position: absolute;
  bottom: -44%;
  right: -17.5vw;
  width: 20%;
  max-width: 342px;
  z-index: 15;
}

@media (max-width: 640px) {
  #section06-2 .sec06-5_contents .icon08 {
    width: 28%;
    right: -15%;
    bottom: -45vw;
  }
}

/* ボタン */
#section06 .botan_flex,
#section06-2 .botan_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section06 .botan_flex a.more,
#section06-2 .botan_flex a.more  {
  width: 48%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  border-radius: 25px;
  letter-spacing: 0em;
}

#section06 .botan_flex a.more::after,
#section06-2 .botan_flex a.more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/blank_icon_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section06 .botan_flex a.more::after,
  #section06-2 .botan_flex a.more::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_flex a.more,
  #section06-2 .botan_flex a.more {
    width: 100%;
    padding: 10px 0 12px 0;
    margin-bottom: 10px;
  }
  #section06 .botan_flex a.more::after,
  #section06-2 .botan_flex a.more::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_flex a.buy,
#section06-2 .botan_flex a.buy {
  width: 48%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #172172;
  background-color: #fff;
  border: 2px solid #172172;
  font-family: 'Noto Sans JP';
  border-radius: 25px;
  letter-spacing: 0em;
}

@media (max-width: 1240px) {
  #section06 .botan_flex a.buy::after,
  #section06-2 .botan_flex a.buy::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_flex a.buy,
  #section06-2 .botan_flex a.buy {
    width: 100%;
    padding: 10px 0 12px 0;
  }
  #section06 .botan_flex a.buy::after,
  #section06-2 .botan_flex a.buy::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_flex--1,
#section06-2 .botan_flex--1 {
  width: 100%;
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
}
#section06 .botan_flex--1 a,
#section06-2 .botan_flex--1 a{
  transition: all .3s;
}
@media (min-width: 641px) {
  #section06 .botan_flex--1 a + a,
  #section06-2 .botan_flex--1 a + a{
    margin-left: 10px;
  }
}


@media (max-width: 640px) {
  #section06 .botan_flex--1,
  #section06-2 .botan_flex--1 {
    width: 100%;
    flex-wrap: nowrap;
    padding: 0 calc(15/1366*100vw);
  }
}

#section06 .botan_flex--1 a.more,
#section06-2 .botan_flex--1 a.more {
  width: calc(100%/2);
  max-width: 210px;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  border-radius: 25px;
  letter-spacing: 0em;
}

#section06 .botan_flex--1 a.more::after,
#section06-2 .botan_flex--1 a.more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/blank_icon_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section06 .botan_flex--1 a.more::after,
  #section06-2 .botan_flex--1 a.more::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_flex--1 a.more,
  #section06-2 .botan_flex--1 a.more {
    max-width: unset;
    width: calc(100%/2);
    padding: 12px 0;
    font-size: calc(22/750*100vw);
    border-radius: 999px;
  }
  #section06 .botan_flex--1 a.more::after,
  #section06-2 .botan_flex--1 a.more::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_flex--1 a.buy::after,
#section06-2 .botan_flex--1 a.buy::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/blank_icon_b.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section06 .botan_flex--1 a.buy::after,
  #section06-2 .botan_flex--1 a.buy::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_flex--1 a.buy,
  #section06-2 .botan_flex--1 a.buy {
    max-width: unset;
    /* width: calc(310/750*100vw); */
    width: calc(100%/2);
    padding: 12px 0;
    font-size: calc(22/750*100vw);
    border-radius: 999px;
  }
  #section06 .botan_flex--1 a.buy::after,
  #section06-2 .botan_flex--1 a.buy::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_flex--1 a.buy,
#section06-2 .botan_flex--1 a.buy {
  width: calc(210/464*100%);
  max-width: 210px;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #172172;
  background-color: #fff;
  border: 2px solid #172172;
  font-family: 'Noto Sans JP';
  border-radius: 25px;
  letter-spacing: 0em;
}

@media (max-width: 1240px) {
  #section06 .botan_flex--1 a.buy::after,
  #section06-2 .botan_flex--1 a.buy::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_flex--1 a.buy,
  #section06-2 .botan_flex--1 a.buy {
    max-width: unset;
    width: calc(100%/2);
    padding: 10px 0 12px 0;
    font-size: calc(22/750*100vw);
    margin-left: 10px;
  }
  #section06 .botan_flex--1 a.buy::after,
  #section06-2 .botan_flex--1 a.buy::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_flex--1 a.recipe--pc,
#section06-2 .botan_flex--1 a.recipe--pc  {
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 640px) {
  #section06 .botan_flex--1 a.recipe--pc,
  #section06-2 .botan_flex--1 a.recipe--pc {
    display: none;
  }
}

#section06 .recipe--sp {
  display: none;
}

@media (max-width: 640px) {
  #section06 .recipe--sp {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}




#section06 .botan_block {
  width: 100%;
  display: block;
}

@media (max-width: 640px) {
  #section06 .botan_block {
    width: 50%;
  }
}

#section06 .botan_block a.more {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  border-radius: 50px;
  letter-spacing: 0em;
}

#section06 .botan_block a.more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/blank_icon_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section06 .botan_block a.more::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_block a.more {
    width: 100%;
    padding: 10px 0 12px 0;
    margin-bottom: 10px;
  }
  #section06 .botan_block a.more::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_block a.buy {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #172172;
  background-color: #fff;
  border: 2px solid #172172;
  font-family: 'Noto Sans JP';
  border-radius: 50px;
  letter-spacing: 0em;
  margin-top: 15px;
}

@media (max-width: 1240px) {
  #section06 .botan_block a.buy::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_block a.buy {
    width: 100%;
    padding: 10px 0 12px 0;
  }
  #section06 .botan_block a.buy::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_block--2 {
  width: 100%;
  display: block;
}

#section06 .botan_block--2 a.more {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  border-radius: 50px;
  letter-spacing: 0em;
}

#section06 .botan_block--2 a.more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/blank_icon_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section06 .botan_block--2 a.more::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_block--2 a.more {
    width: 100%;
    padding: 10px 0 12px 0;
    margin-bottom: 10px;
  }
  #section06 .botan_block--2 a.more::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}

#section06 .botan_block--2 a.buy {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 0 12px 0;
  color: #172172;
  background-color: #fff;
  border: 2px solid #172172;
  font-family: 'Noto Sans JP';
  border-radius: 50px;
  letter-spacing: 0em;
  margin-top: 15px;
}

@media (max-width: 1240px) {
  #section06 .botan_block--2 a.buy::after {
    content: "";
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  #section06 .botan_block--2 a.buy {
    width: 100%;
    padding: 10px 0 12px 0;
  }
  #section06 .botan_block--2 a.buy::after {
    content: "";
    width: 13px;
    height: 13px;
  }
}


/* #section06-2 */
#section06-2 .sec06_contents2 {
  max-width: 960px;
  width: 100%;
  padding: 0 calc(96/1366*100vw);
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 5;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 {
    margin: 0 auto;
    padding: 0 calc(38/750*100vw);
    max-width: 100%;
  }
}

#section06-2 .sec06_contents2 .item_left {
  width: 43.35%;
  margin-bottom: 110px;
  position: relative;
  z-index: 5;
}

#section06-2 .sec06_contents2 .item_left.under {
  margin-bottom: 0px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left.under {
    margin-bottom: 70px;
  }
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left {
    width: 100%;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#section06-2 .sec06_contents2 .item_left figure {
  width: 48%;
  margin-left: 26%;
  -webkit-box-shadow: 20px 20px 20px #e6d6c1;
          box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
    margin-left: 9%;
    margin-right: 6%;
  }
}

#section06-2 .sec06_contents2 .item_left .text {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left .text {
    margin-top: 0px;
    width: 52%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#section06-2 .sec06_contents2 .item_left .text h4 {
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left .text h4 {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 3.1vw;
  }
}

#section06-2 .sec06_contents2 .item_left .text p {
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_left .text p {
    margin-bottom: 14px;
  }
}

#section06-2 .sec06_contents2 .item_right {
  width: 43.35%;
  margin-bottom: 110px;
  position: relative;
  z-index: 5;
}

#section06-2 .sec06_contents2 .item_right.under {
  margin-bottom: 0px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right.under {
    margin-bottom: 0px;
  }
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right {
    width: 100%;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#section06-2 .sec06_contents2 .item_right figure {
  width: 48%;
  margin-left: 26%;
  -webkit-box-shadow: 20px 20px 20px #e6d6c1;
          box-shadow: 20px 20px 20px #e6d6c1;
  border-radius: 7px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
    margin-left: 6%;
    margin-right: 9%;
  }
}

#section06-2 .sec06_contents2 .item_right .text {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right .text {
    margin-bottom: 0px;
    width: 52%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#section06-2 .sec06_contents2 .item_right .text h4 {
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right .text h4 {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 3.1vw;
  }
}

#section06-2 .sec06_contents2 .item_right .text p {
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 640px) {
  #section06-2 .sec06_contents2 .item_right .text p {
    margin-bottom: 14px;
  }
}

#section06 .item_mid_back_contena {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
}

#section06 .item_mid_back_contena .item_mid_back {
  position: absolute;
  top: 0;
  left: -8%;
  width: 116%;
  height: 688px;
  background: #f4f3e9 url(../images/item_mid_back.png) no-repeat center center/2150px auto;
  color: #172172;
}

@media (max-width: 1240px) {
  #section06 .item_mid_back_contena .item_mid_back {
    background: #f4f3e9 url(../images/item_mid_back.png) no-repeat center center/100% auto;
    height: 55.5vw;
  }
}

@media (max-width: 640px) {
  #section06 .item_mid_back_contena .item_mid_back {
    transform: translate(0%, -80%);
  }
}


/* #section06 */
/* 背景あしらい 1番目 */
#section06 .sec06_back_contena_01{
  width: 100%;
  height: 0;
  position: relative;
  z-index: 0;
  mix-blend-mode: multiply;
}
#section06 .sec06_back_contena_01 .sec06_back_01 {
  position: absolute;
  top: -180px;
  width: 100%;
  height: 1101px;
  background: url(../images/section06_bk_2150.png) no-repeat top center/2150px auto;
}
@media (max-width: 1240px) {
  #section06 .sec06_back_contena_01 .sec06_back_01 {
    background: url(../images/section06_bk_1240.png) no-repeat center center/100% auto;
    height: 55.5vw;
    top: -20px;
  }
}
@media (max-width: 640px) {
  #section06 .sec06_back_contena_01 .sec06_back_01 {
    transform: translate(0%, -31%);
    background: url(../images/section06_bk_sp01.png) no-repeat center center/100% auto;
    height: 75.5vw;
    top: 0;
  }
}


/* 背景あしらい 2番目 */
#section06-wrap{
  position: relative;
}
#section06-wrap .sec06_back_contena_02.bg02 {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 0;
  mix-blend-mode: multiply;
}
#section06-wrap .sec06_back_contena_02.bg02 .sec06_back_02 {
  position: absolute;
  transform: translate(0%, 19%);
  width: 100%;
  top: 1480px;
  height: 1101px;
  background: url(../images/section06_bk_2150_02.png) no-repeat center center/2150px auto;
}

@media (max-width: 1240px) {
  #section06-wrap .sec06_back_contena_02.bg02 .sec06_back_02 {
    background: url(../images/section06_bk_1240_02.png) no-repeat center center/100% auto;
    height: 55.5vw;
    top: 1650px;
  }
}
@media (max-width: 640px) {
  #section06-wrap .sec06_back_contena_02.bg02 .sec06_back_02 {
    transform: translate(0%, -50%);
    background: url(../images/section06_bk_sp02.png) no-repeat center center/100% auto;
    height: 75.5vw;
    /* top: calc(2820/750*100vw); */
    top: 0;
    transform: translate(0%, 450%);

  }
}

/* #section06-2 */
/* 背景あしらい ３番目 */
#section06-2 .sec06_back_contena_01.bg03{
  width: 100%;
  height: 0;
  position: relative;
  z-index: 0;
  mix-blend-mode: multiply;
}
#section06-2 .sec06_back_contena_01.bg03 .sec06_back_01 {
  position: absolute;
  top: 910px;
  width: 100%;
  height: 1101px;
  background: url(../images/section06_bk_2150.png) no-repeat top center/2150px auto;
}
@media (max-width: 1240px) {
  #section06-2 .sec06_back_contena_01.bg03 .sec06_back_01 {
    background: url(../images/section06_bk_1240.png) no-repeat center center/100% auto;
    height: 55.5vw;
    top: 800px;
  }
}
@media (max-width: 640px) {
  #section06-2 .sec06_back_contena_01.bg03 .sec06_back_01{
    background: url(../images/section06_bk_sp01.png) no-repeat center center/100% auto;
    height: 75.5vw;
    /* top: calc(2540/750*100vw); */
    transform: translate(0%, 165%);
  }
}


/* 背景あしらい 4番目 */
#section06-2 .sec06_back_contena_02 {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
#section06-2 .sec06_back_contena_02 .sec06_back_02 {
  position: absolute;
  transform: translate(0%, 19%);
  width: 100%;
  bottom: 0;
  height: 1101px;
  background: url(../images/section06_bk_2150_02.png) no-repeat center center/2150px auto;
  color: #172172;
}

@media (max-width: 1240px) {
  #section06-2 .sec06_back_contena_02 .sec06_back_02 {
    background: url(../images/section06_bk_1240_02.png) no-repeat center center/100% auto;
    height: 55.5vw;
  }
}
@media (max-width: 640px) {
  #section06-2 .sec06_back_contena_02 .sec06_back_02 {
    transform: translate(0%, -73%);
    background: url(../images/section06_bk_sp02.png) no-repeat center center/100% auto;
    height: 75.5vw;
  }
}


/* 葉っぱ */
#section06 .sec06-2_contents .icon06{
  position: absolute;
  top: 18%;
  right: 105%;
  width: 30%;
  max-width: 235px;
}
@media (max-width: 640px) {
  #section06 .sec06-2_contents .icon06 {
    width: 36%;
    right: inherit;
    left: -10%;
    top: -0vw;
    transform: rotate(-25deg) scaleX(-1);
  }
}


#section06-2 .sec06-5_contents .icon08 {
  position: absolute;
  bottom: unset;
  top: -226px;
  left: 100%;
  width: 30%;
  max-width: 342px;
  z-index: 15;
}
@media (max-width: 640px) {
  #section06-2 .sec06-5_contents .icon08 {
    width: 28%;
    left: 75%;
    top: -4vw;
  }
}



/* section07 */
#section07_anchor {
  padding-top: 127px;
  margin-top: -127px;
}

#section07 {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2682de), color-stop(1.05%, #2680dc), color-stop(21.58%, #205eb6), color-stop(42%, #1c4398), color-stop(62.06%, #193083), color-stop(81.6%, #182576), to(#172172));
  background: linear-gradient(0deg, #2682de 0%, #2680dc 1.05%, #205eb6 21.58%, #1c4398 42%, #193083 62.06%, #182576 81.6%, #172172 100%);
  position: relative;
  z-index: 5;
  color: #172172;
  padding-bottom: 140px;
}

@media (max-width: 640px) {
  #section07 {
    padding-bottom: 1px;
  }
}

#section07 h3 {
  width: 60%;
  max-width: 585px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 30px;
}

@media (max-width: 640px) {
  #section07 h3 {
    width: 70%;
  }
}

#section07 p.nomaltext {
  text-align: center;
  line-height: 180%;
  color: #fff;
  margin-bottom: 82px;
}

@media (max-width: 640px) {
  #section07 p.nomaltext {
    margin-top: 0px;
    margin-bottom: 47px;
  }
}

#section07 .interview {
  width: 90%;
  max-width: 964px;
  position: relative;
  margin: 0 auto 0px auto;
}

#section07 .interview h4 {
  font-weight: 400;
  line-height: 180%;
}

#section07 .interview p.name {
  width: 90%;
  max-width: 318px;
  padding-top: 10%;
}

@media (max-width: 640px) {
  #section07 .interview p.name {
    width: 92%;
    max-width: 600px;
    padding-top: 7%;
  }
}

#section07 .interview .no01 {
  width: 47px;
  position: absolute;
  top: 15px;
  left: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 640px) {
  #section07 .interview .no01 {
    width: 8vw;
    left: auto;
    right: 100%;
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
}

#section07 .interview .no02 {
  width: 47px;
  position: absolute;
  top: 15px;
  right: 100%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

@media (max-width: 640px) {
  #section07 .interview .no02 {
    width: 8vw;
  }
}

#section07 .interview .no03 {
  width: 75px;
  position: absolute;
  top: 15px;
  left: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 640px) {
  #section07 .interview .no03 {
    width: 12.8vw;
    left: auto;
    right: 100%;
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
}


#section07 .interview01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  #section07 .interview01 {
    margin-bottom: 30px;
  }
}

#section07 .interview01 .text {
  width: 42.1%;
  padding: 40px 0 0 40px;
}

@media (max-width: 1240px) {
  #section07 .interview01 .text {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 640px) {
  #section07 .interview01 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 0 50px 5vw;
    padding: calc(54/750*100vw) calc(36/750*100vw) calc(100/750*100vw);
  }
}

#section07 .interview01 picture {
  width: 57.9%;
}

@media (max-width: 640px) {
  #section07 .interview01 picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#section07 .interview02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  #section07 .interview02 {
    margin-bottom: 30px;
  }
}

#section07 .interview02 .text {
  width: 42.1%;
  padding: 40px 0 0 40px;
}

@media (max-width: 1240px) {
  #section07 .interview02 .text {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 640px) {
  #section07 .interview02 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 0 115px 5vw;
  }
}

#section07 .interview02 picture {
  width: 57.9%;
}

@media (max-width: 640px) {
  #section07 .interview02 picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*************/

#section07 .interview03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 90px;
  flex-wrap: wrap;
}

#section07 .interview03 .text {
  width: 42.1%;
  padding: 40px 40px 0 40px;
}

@media (max-width: 1240px) {
  #section07 .interview03 .text {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 640px) {
  #section07 .interview03 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 5vw 115px 5vw;
  }
}

#section07 .interview03 picture {
  width: 57.9%;
}

@media (max-width: 640px) {
  #section07 .interview03 picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}


/*************/

#section07 a.more_botan {
  width: 258px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  border-radius: 25px;
}

#section07 a.more_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon_yaji.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #section07 a.more_botan::after {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1240px) {
  #section07 a.more_botan {
    width: 200px;
    padding: 11px 0;
  }
}

@media (max-width: 640px) {
  #section07 a.more_botan {
    /* width: 45%; */
    width: calc(300/750*100vw);
    transform: translate(0%, 0%);
    top: auto;
    bottom: calc(56/750*100vw);
    left: auto;
    right: 4vw;
    padding: 15px 0;
    border-radius: 33px;
  }
}

#section07 a.more_botan img {
  max-width: 72px;
}

@media (max-width: 1240px) {
  #section07 a.more_botan img {
    max-width: 60px;
  }
}

@media (max-width: 640px) {
  #section07 a.more_botan img {
    max-width: 15vw;
  }
}

#section07-2_anchor {
  padding-top: 127px;
  margin-top: -127px;
}

#section07-2 {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#a7d600), to(#007f1a));
  background: linear-gradient(0deg, #a7d600 0%, #007f1a 100%);
  position: relative;
  z-index: 5;
  color: #007300;
  padding-bottom: 58px;
  border-top: 2px solid #fff;
}

@media (max-width: 640px) {
  #section07-2 {
    border-top: none;
  }
}

#section07-2 h3 {
  width: 60%;
  max-width: 585px;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #section07-2 h3 {
    width: 70%;
  }
}

#section07-2 p.nomaltext {
  text-align: center;
  line-height: 180%;
  color: #fff;
  margin-top: -20px;
  margin-bottom: 82px;
}

@media (max-width: 640px) {
  #section07-2 p.nomaltext {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

#section07-2 .interview {
  width: 90%;
  max-width: 964px;
  position: relative;
  margin: 0 auto 0px auto;
}

#section07-2 .interview h4 {
  font-weight: 400;
  line-height: 180%;
}

#section07-2 .interview p.name {
  width: 86.25%;
  max-width: 477px;
  padding-top: 7%;
}

@media (max-width: 640px) {
  #section07-2 .interview p.name {
    width: 92%;
    max-width: 600px;
    padding-top: 7%;
  }
}

#section07-2 .interview03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  #section07-2 .interview03 {
    margin-bottom: 0;
  }
}

#section07-2 .interview03 .text {
  width: 57.3%;
  padding: 40px 0 0 40px;
}

@media (max-width: 1240px) {
  #section07-2 .interview03 .text {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 640px) {
  #section07-2 .interview03 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 0 120px 5vw;
  }
}

#section07-2 .interview03 picture {
  width: 42.7%;
}

@media (max-width: 640px) {
  #section07-2 .interview03 picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#section07-2 .interview02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section07-2 .interview02 .text {
  width: 42.1%;
  padding: 40px 0 0 40px;
}

@media (max-width: 1240px) {
  #section07-2 .interview02 .text {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 640px) {
  #section07-2 .interview02 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 0 115px 5vw;
  }
}

#section07-2 .interview02 picture {
  width: 57.9%;
}

@media (max-width: 640px) {
  #section07-2 .interview02 picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#section07-2 a.more_botan {
  width: 258px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(50%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  border-radius: 25px;
}

#section07-2 a.more_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon_yaji.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  #section07-2 a.more_botan::after {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1240px) {
  #section07-2 a.more_botan {
    width: 200px;
    padding: 11px 0;
  }
}

@media (max-width: 640px) {
  #section07-2 a.more_botan {
    /* width: 45%; */
    width: calc(300/750*100vw);
    transform: translate(0%, 0%);
    top: auto;
    bottom: calc(50/750*100vw);
    left: auto;
    right: 4vw;
    padding: 15px 0;
    border-radius: 33px;
  }
}

#section07-2 a.more_botan img {
  max-width: 72px;
}

@media (max-width: 1240px) {
  #section07-2 a.more_botan img {
    max-width: 60px;
  }
}

@media (max-width: 640px) {
  #section07-2 a.more_botan img {
    max-width: 15vw;
  }
}


#section08_anchor {
  padding-top: 127px;
  margin-top: -127px;
}

@media (max-width: 640px) {
  #section08_anchor {
    padding-top: 178px;
    margin-top: -178px;
  }
}

#section08 {
  width: 100%;
  position: relative;
  background: url(../images/section08_back_2150.png) center top/cover;
  position: relative;
  z-index: 10;
  margin-top: -125px;
  padding-top: 170px;
  padding-bottom: 90px;
  color: #172172;
}

@media (max-width: 1240px) {
  #section08 {
    padding-top: 16vw;
    background-image: url(../images/section08_back_1240.png);
  }
}

@media (max-width: 640px) {
  #section08 {
    padding-top: 7vw;
    background: url(../images/section08_backtop.png) no-repeat center top/100% auto;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  #section08 .bg_inner {
    background: url(../images/section08_backbottom.jpg) no-repeat center top/cover;
  }
}

#section08 h3 {
  width: 92px;
  max-width: 92px;
  margin: 0 auto 30px;
}

@media (max-width: 1240px) {
  #section08 h3 {
    width: calc(92/1366*100vw);
    line-height: calc(22/1366*100vw);
    margin: 0 auto calc(30/1366*100vw);
  }
}

@media (max-width: 640px) {
  #section08 h3 {
    width: calc(118/750*100vw);
    margin: 0 auto calc(25/750*100vw);
    padding-top: calc(34/750*100vw);
  }
}

#section08 .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1159px;
  margin: 0 auto;
  flex-direction: column;
  width: fit-content;
}

#section08 .flex_wrap .flex_container {
  width: 42.725%;
  width: calc(514/1366*100vw);
  max-width: 514px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section08 .flex_wrap .flex_container {
    width: 90%;
    margin: 0 auto;
  }
}

#section08 .flex_wrap .flex_container.flex_container_left {
  margin: 0 55px 55px 0;
}

@media (max-width: 640px) {
  #section08 .flex_wrap .flex_container.flex_container_left {
    margin: 0 0 35px 0;
  }
}

#section08 .movie_sam {
  margin: 0 auto;
}

#section08 .movie_sam_02 {
  margin-top: 31px;
}

#section08 .movie_02_text {
  padding-bottom: 31px;
  -webkit-transition: 0;
  transition: 0;
}

@media (max-width: 640px) {
  #section08 .movie_02_text {
    padding-bottom: 7vw;
  }
}

#section08 p {
  text-align: center;
  padding-top: 25px;
}

@media (max-width: 640px) {
  #section08 p {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 3.2vw;
  }
}
#section08 a{
  transition: all .3s;
}

#section09 {
  width: 100%;
  position: relative;
  background: #fff url(../images/section09_back_2150.png) no-repeat center top -30px/2150px auto;
  color: #172172;
  z-index: 12;
  padding-bottom: 1px;
}

@media (max-width: 640px) {
  #section09 {
    background: #fff url(../images/section09_back_640.png) no-repeat center top/100% auto;
  }
}

#section09 .sec09_contents {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 640px) {
  #section09 .sec09_contents {
    width: 90%;
  }
}

#section09 .sec09_contents .icon08 {
  position: absolute;
  top: -50px;
  right: 95%;
  width: 30%;
  max-width: 342px;
  z-index: 15;
}

@media (max-width: 640px) {
  #section09 .sec09_contents .icon08 {
    /* width: 28%; */
    /* right: 75%;
    top: -4vw; */
    width: calc(205/750*100vw);
    right: calc(588/750*100vw);
    top: calc(-85/750*100vw);
  }
}

#section09 .sec09_contents .icon09 {
  position: absolute;
  bottom: -33%;
  left: 98%;
  width: 22%;
  max-width: 233px;
}

@media (max-width: 640px) {
  #section09 .sec09_contents .icon09 {
    /* width: 30%; */
    /* left: 80%; */
    width: calc(165/750*100vw);
    left: calc(610/750*100vw);
    bottom: calc(-148/750*100vw);
  }
}

/* #section09 h3 {
  padding-top: 115px;
  width: 25%;
  max-width: 108px;
  margin: 0 auto 40px auto;
}

@media (max-width: 640px) {
  #section09 h3 {
    padding-top: 75px;
    margin: 0 auto 20px auto;
  }
} */

#section09 h3 {
  text-align: center;
  line-height: 160%;
  font-weight: 400;
  padding-top: 90px;
}

#section09 .copy_contena {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  #section09 h3{
    padding-top: 67px;
  }
  #section09 .copy_contena {
    margin-top: 30px;
    font-size: 3vw;
    letter-spacing: 0em;
  }
}

#section09 .copy_contena p {
  width: 100%;
  line-height: 210%;
}

@media (max-width: 640px) {
  #section09 .copy_contena p {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0;
  }
}

#section09 .zu {
  width: 90%;
  max-width: 1020px;
  margin: 30px auto 50px;
  background-color: #f4f3e9;
  padding: 40px 50px;
}

#section09 .zu figure {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

#buy_contena {
  width: 100%;
  position: relative;
  z-index: 12;
  padding-top: 80px;
  padding-bottom: 210px;
  background: #f4f3e8;
  overflow: hidden;
}
#buy_contena .buy_contena_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/buy_contena_back_2150.png) no-repeat top center/ cover;
  z-index: 10;
  mix-blend-mode: multiply;
}
@media (max-width: 1240px) {
  #buy_contena  .buy_contena_bg {
    background: url(../images/buy_contena_back_1240.png) no-repeat center center;
  }
}
@media (max-width: 640px) {
  #buy_contena .buy_contena_bg{
    background: url(../images/buy_contena_back_640.png) no-repeat top center / cover;
  }
}


@media (max-width: 1240px) {
  #buy_contena {
    padding-top: 94px;
  }
}

@media (max-width: 640px) {
  #buy_contena {
    padding-top: 50px;
    padding-bottom: 72.5px;
  }
}

#buy_contena h3 {
  font-weight: 400;
  color: #142177;
  text-align: center;
  position: relative;
  z-index: 15;
}

#buy_contena ul {
  width: 90%;
  max-width: 1000px;
  margin: 48px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 15;
}

@media (max-width: 640px) {
  #buy_contena ul {
    width: 80%;
  }
}

#buy_contena ul li {
  width: 22.8%;
  text-align: center;
  position: relative;
}

@media (max-width: 640px) {
  #buy_contena ul li {
    width: 100%;
    margin-bottom: 23px;
  }
  #buy_contena ul li:last-of-type{
    margin-bottom: 0;
  }
}

#buy_contena ul li a {
  width: 100%;
  display: block;
  border: 1px solid #172172;
  background: #fff;
  border-radius: 35px;
  padding: 15px 0;
}

#buy_contena ul li a::after {
  content: "";
  width: 8%;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 7%;
  background: url(../images/blank_icon_buy.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#buy_contena ul li img {
  width: 55%;
  max-width: 125px;
}

.sec06-2_buy {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(50%, #172172));
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
}

@media (max-width: 640px) {
  .sec06-2_buy {
    width: 80%;
  }
}

.sec06-2_buy .sec06-2_buy_title {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1240px) {
  .sec06-2_buy .sec06-2_buy_title {
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .sec06-2_buy .sec06-2_buy_title {
    font-size: 4.05vw;
  }
}

.sec06-2_buy_text {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  margin-top: 22px;
}

@media (max-width: 1240px) {
  .sec06-2_buy_text {
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .sec06-2_buy_text {
    font-size: 2.9vw;
    margin-top: 20px;
  }
}

#buy_contena--2 {
  width: 100%;
  position: relative;
  z-index: 12;
}

@media (max-width: 640px) {
  #buy_contena--2 {
    padding-top: 51px;
    margin-top: -51px;
  }
}

#buy_contena--2 h2 {
  font-weight: 400;
  color: #172172;
  background-color: #ffe073;
  text-align: center;
  padding: 20px 0 22px 0;
}

#buy_contena--2 ul {
  width: 90%;
  max-width: 1000px;
  margin: 22px auto 66px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  #buy_contena--2 ul {
    width: 80%;
    margin: 20px auto 15vw auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#buy_contena--2 ul li {
  width: 22.8%;
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (max-width: 1240px) {
  #buy_contena--2 ul li {
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-right: 1vw;
  }
}

@media (max-width: 640px) {
  #buy_contena--2 ul li {
    width: 49%;
    margin-right: 0;
  }
}

/**********TOPメインビジュアル要素******************************/
#section01 {
  position: relative;
}

@media (min-width: 641px) {
  #section01 {
    z-index: 51;
  }
}

#section01 .section01_bg {
  position: relative;
  width: 100%;
  height: 46.214vw;
  height: calc(1017/1366*100vw);
  background: #f4f3e8;
  z-index: 3;
}

@media (max-width: 640px) {
  #section01 {
    padding-bottom: calc(137/750*100vw);
  }
  #section01 .section01_bg {
    height: calc(1390/750*100vw) !important;
  }
}

#section01 .section01_bg .section01_fastView {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  /* height: 100%; */
  height: 130%;
  background: url(../images/main_photo_back01.png) no-repeat top/cover;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_fastView {
    background: url(../images/main_photo_back01_sp.png) no-repeat top/cover;
    height: 100%;
  }
}

#section01 .section01_bg .section01_inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 640px){
  #section01 .section01_bg .section01_inner{
    height: calc(1390/750*100vw);
  }
}
/* #section01 .section01_ViewBg{ 
  content: '';
  background: #f4f3e8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
} */

#section01 .section01_bg .section01_firstCopy {
  transition: opacity .8s;
  opacity: 0;
  width: 56.25%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_firstCopy {
    width: 90%;
    top: 30%;
  }
}

#section01 .section01_bg .section01_mainItem {
  opacity: 0;
  width: calc(178/1366*100vw);
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: calc(113/1366*100vw);
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  left: calc(257/1366*100vw);
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_mainItem {
    /* width: 27%; */
    width: calc(205/750*100vw);
    top: calc(375/750*100vw);
    right: 0;
    left: 0;
  }
}

#section01 .section01_bg .section01_mainItem .section01_item01--new {
  position: relative;
  width: 100%;
  filter: drop-shadow(4px 4px 5px rgba(17,25,90,0.3));
}

/* #section01 .section01_bg .section01_mainItem .section01_item01--new .section01_mewLogo {
  position: absolute;
  top: -5vw;
  right: 0;
  left: 0;
  width: 77.714%;
  margin: 0 auto;
} */

/* @media (max-width: 640px) {
  #section01 .section01_bg .section01_mainItem .section01_item01--new .section01_mewLogo {
    top: -15%;
  }
} */

#section01 .section01_bg .section01_spotlightView {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 130%;
  background: url(../images/main_photo_back02.png) no-repeat top/cover;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_spotlightView {
    /* background: url(../images/main_photo_back02_sp.png) no-repeat top/cover; */
    background: url(../images/main_photo_back02_sp.png) no-repeat top;
    background-size: contain;
    height: 100%;
  }
}

#section01 .section01_bg .section01_title {
  opacity: 0;
  position: absolute;
  top: calc(277/1366*100vw);
  right: calc(251/1366*100vw);
  width: calc(606/1366*100vw);
  filter: drop-shadow(4px 4px 5px rgba(17,25,90,0.3));
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_title {
    /* top: 15%; */
    top: calc(212/750*100vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: calc(608/750*100vw);
  }
}

#section01 .section01_bg .section01_lead {
  opacity: 0;
  position: absolute;
  /* top: 30.25%;
  right: 34.3125%;
  width: 34.5%; */
  top: calc(221/1366*100vw);
  right: calc(300/1366*100vw);
  width: calc(512/1366*100vw);
  filter: drop-shadow(4px 4px 5px rgba(17,25,90,0.3));
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_lead {
    width: calc(510/750*100vw);
    top: calc(156/750*100vw);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .section01_subItem li + li {
    margin-left: calc(15/750*100vw);
  }
}

#section01 .section01_bg .section01_subItem {
  width: calc(480/1366*100%);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: calc(138/1366*100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem {
    width: calc(630/750*100vw);
    bottom: calc(120/750*100vw);
    right: unset;
  }
}

#section01 .section01_bg .section01_subItem .section01_item02 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item02 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item02 img {
    /* width: 90%; */
  }
}

#section01 .section01_bg .section01_subItem .section01_item03 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item03 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item03 img {
    /* width: 90%; */
  }
}

#section01 .section01_bg .section01_subItem .section01_item04 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item04 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item04 img {
    /* width: 90%; */
  }
}

#section01 .section01_bg .section01_subItem .section01_item05 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item05 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item05 img {
    /* width: 90%; */
  }
}

#section01 .section01_bg .section01_subItem .section01_item06 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item06 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item06 img {
    /* width: 90%; */
  }
}

#section01 .section01_bg .section01_subItem .section01_item07 {
  opacity: 0;
  width: 14.583%;
  box-shadow: 5px 5px 10px #e6d6c1;
}

@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem .section01_item07 {
    width: 20%;
  }
  #section01 .section01_bg .section01_subItem .section01_item07 img {
    /* width: 90%; */
  }
}


@media (max-width: 640px) {
  #section01 .section01_bg .section01_subItem.is-sp {
    /*width: 100%;*/
  }
  #section01 .section01_bg .section01_subItem.is-sp .section01_item02 img, #section01 .section01_bg .section01_subItem.is-sp .section01_item03 img, #section01 .section01_bg .section01_subItem.is-sp .section01_item04 img, #section01 .section01_bg .section01_subItem.is-sp .section01_item05 img, #section01 .section01_bg .section01_subItem.is-sp .section01_item06 img, #section01 .section01_bg .section01_subItem.is-sp .section01_item07 img {
    /* width: 85%; */
  }
}


@-webkit-keyframes huwahuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
}

@keyframes huwahuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
}

#section01 .section01_bg.is-fastView .section01_fastView {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
}

#section01 .section01_bg.is-firstCopy .section01_firstCopy {
  opacity: 1;
}

#section01 .section01_bg.is-mainItem .section01_mainItem {
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#section01 .section01_bg.is-spotlightView .section01_spotlightView {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
}

#section01 .section01_bg.is-title .section01_title {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
}

#section01 .section01_bg.is-title .section01_lead {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#section01 .section01_bg.is-subItem .section01_item02 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
}

#section01 .section01_bg.is-subItem .section01_item03 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

#section01 .section01_bg.is-subItem .section01_item04 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#section01 .section01_bg.is-subItem .section01_item05 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#section01 .section01_bg.is-subItem .section01_item06 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section01 .section01_bg.is-subItem .section01_item07 {
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 1;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
/* #section01 .more_botan {
  transition: opacity .8s;
  opacity: 1;
  transition-delay: 1.5s;
} */

#section01 .section01_bg.is-ec .section01_ec {
  pointer-events: inherit;
  opacity: 1;
}

#section01 .section01_bg.is-ec a:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  opacity: 1;
}

@media (max-width: 640px) {
  #section01 .section01_bg.is-ec a:hover {
    transform: scale(1);
    transform: translateX(-50%);
  }
}

#section01 .section01_bg.is-ec a:hover img {
  opacity: 1;
}

.section01_sp_ec {
  display: none;
}

@media (max-width: 640px) {
  .section01_sp_ec {
    display: block;
  }
}

/* ボタン */
#section01 a.more_botan {
  width: calc(256/1366*100%);
  display: block;
  margin: 0 auto;
  padding: calc(16/1366*100vw) 0;
  position: absolute;
  bottom: calc(30/1366*100vw);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  line-height: 100%;
  border-radius: 99px;
  border: 1px solid #142177;
  display: flex;
  justify-content: center;
}

#section01 a.more_botan::after {
  content: "";
  width: calc(18/1366*100vw);
  height: calc(18/1366*100vw);
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transform: translate(0%, -50%);
}

.line-up-btn{
  opacity: 0;
}
.is-subItem .line-up-btn{
  transition: opacity .8s;
  opacity: 1;
  transition-delay: 1.5s;
}


/* @media (max-width: 1240px) {
  #section01 a.more_botan {
    max-width: 200px;
    width: calc(200/1366*100%);
    padding: calc(11/1366*100%) 0;
  }
} */
@media (max-width: 640px) {
  #section01 a.more_botan {
    width: calc(360/750*100vw);
    transform: translate(0%, 0%);
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: calc(29/750*100vw) 0;
    border-radius: 33px;
  }
  #section01 a.more_botan::after {
    width: calc(30/750*100vw);
    height: calc(30/750*100vw);
    right: calc(30/750*100vw);
  }
}

/* LINE UP テキスト画像 */
#section01 a.more_botan img {
  max-width: 100px;
  width: calc(100/1366*100vw);
}
@media (max-width: 640px) {
  #section01 a.more_botan img {
    /* max-width: 15vw; */
    width: calc(162/750*100vw);
  }
}


@media (min-width: 641px){
  #section01 .onmouse3:hover {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.075) !important;
  }  
}
@media (max-width: 640px) {
  #section01 .onmouse3 {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}
#section01 .onmouse3:hover > img {
  opacity: 1 !important;
}
#section01 .onmouse3:hover {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1.075);
          transform: translate(-50%, -50%) scale(1.075);
}
@media (max-width: 640px) {
  #section01 .onmouse3:hover {
    -webkit-transform: translate(0%, 0%) scale(1.075);
            transform: translate(0%, 0%) scale(1.075);
  }
}

/* 見出し */
#section02 h3 {
  display: inline-block;
  padding: 0 63px;
  position: relative;
  font-weight: 500;
  color: #142177;
  line-height: 1.461538462;
}
#section02 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(152/1366*100vw);
  right: 100%;
  background-color: #142177;
}
#section02 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(152/1366*100vw);
  left: 100%;
  background-color: #142177;
}

@media (max-width: 640px) {
  #section02 h3 {
    padding: 0 calc(40/750*100vw);
  }#section02 h3::before,
  #section02 h3::after{
    width: calc(50/750*100vw);
  }
  
}


/**********サブナビ（nav）******************************/
.nav {
  position: fixed;
  z-index: 50;
  left: 40px;
  margin-top: 40px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

@media (min-width: 641px) {
  .nav.is-close {
    display: none;
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .nav {
    left: 1vw;
    margin-top: 2.85vw;
  }
}

@media (max-width: 640px) {
  .nav {
    z-index: 20000;
    top: 51px;
    opacity: 1;
    margin-top: 0;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#26acde), color-stop(90%, #172172));
    background: linear-gradient(90deg, #26acde 0%, #172172 90%);
  }
  .nav.top-up {
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .nav.is-open {
    background: -webkit-gradient(linear, left top, right top, from(rgba(38, 172, 222, 0.95)), color-stop(90%, rgba(23, 33, 114, 0.95)));
    background: linear-gradient(90deg, rgba(38, 172, 222, 0.95) 0%, rgba(23, 33, 114, 0.95) 90%);
  }
  .nav.is-z {
    z-index: 1000;
  }
}

.nav .nav_btn {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .nav .nav_btn {
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    opacity: 1;
    height: 51px;
  }
}

.nav .nav_btn.is-concept {
  opacity: 1;
}

.nav .nav_btn .nav_btn_logo {
  display: none;
}

@media (max-width: 640px) {
  .nav .nav_btn .nav_btn_logo {
    display: block;
    position: absolute;
    left: 2.66vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18.26vw;
  }
  .nav .nav_btn .nav_btn_logo img {
    vertical-align: middle;
  }
}

.nav .nav_btn .nav_btn_menu {
  width: 4.285vw;
  max-width: 60px;
}

.nav .nav_btn .nav_btn_menu img {
  vertical-align: middle;
}

@media (max-width: 640px) {
  .nav .nav_btn .nav_btn_menu {
    width: 14.93vw;
    max-width: 113px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.nav .nav_btn .nav_btn_pic {
  display: none;
}

@media (max-width: 640px) {
  .nav .nav_btn .nav_btn_pic {
    display: block;
    position: absolute;
    right: 2.66vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.06vw;
  }
  .nav .nav_btn .nav_btn_pic img {
    vertical-align: middle;
  }
}

.nav .nav_btn .nav_btn_pic--2 {
  display: none;
}

@media (max-width: 640px) {
  .nav .nav_btn.is-open .nav_btn_menu {
    display: none;
  }
  .nav .nav_btn.is-open .nav_btn_pic--1 {
    display: none;
  }
  .nav .nav_btn.is-open .nav_btn_pic--2 {
    display: block;
    width: 4.4vw;
  }
}

.nav .nav_inner {
  margin-top: 1vw;
}

@media (max-width: 640px) {
  .nav .nav_inner {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav .nav_inner.is-open {
    height: 650px;
    margin-top: 6vw;
    margin-bottom: 12vw;
  }
}

.nav .nav_inner .nav_item .nav_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-bottom: 14px;
}

@media (max-width: 1400px) {
  .nav .nav_inner .nav_item .nav_item_inner {
    margin-bottom: 1vw;
  }
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner {
    margin-bottom: 0;
  }
}

.nav .nav_inner .nav_item .nav_item_inner .nav_line {
  width: 1.357vw;
  max-width: 19px;
  height: 2px;
  background-color: #172172;
  margin-right: 26px;
}

@media (max-width: 1400px) {
  .nav .nav_inner .nav_item .nav_item_inner .nav_line {
    margin-right: 1.85vw;
  }
}

@media (max-width: 900px) {
  .nav .nav_inner .nav_item .nav_item_inner .nav_line {
    margin-right: 1vw;
  }
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner .nav_line {
    display: none;
  }
}

.nav .nav_inner .nav_item .nav_item_inner .nav_title {
  visibility: hidden;
  opacity: 0;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 1;
  color: #172172;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .nav .nav_inner .nav_item .nav_item_inner .nav_title {
    font-size: 1vw;
  }
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner .nav_title {
    visibility: visible;
    opacity: 1;
    font-size: 4.53vw;
    color: #fff;
    letter-spacing: 1.39;
    margin-bottom: 6vw;
    margin-left: 9.86vw;
  }
}

.nav .nav_inner .nav_item .nav_item_inner.nav_item__sub {
  display: none;
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner.nav_item__sub {
    display: block;
    margin-bottom: 4vw;
  }
}

.nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_line {
  opacity: 0;
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_line {
    display: none;
  }
}

.nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub {
  visibility: hidden;
  opacity: 0;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 1;
  color: #172172;
  font-weight: 500;
}

.nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub .font_r {
  display: inline-block;
  -webkit-transform: translateY(36%);
          transform: translateY(36%);
}

@media (max-width: 1400px) {
  .nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub {
    font-size: 1vw;
  }
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub {
    visibility: visible;
    opacity: 1;
    font-size: 3.466vw;
    color: #fff;
    letter-spacing: 1.39;
    margin-left: 9.86vw;
  }
}

.nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub:hover {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item .nav_item_inner.nav_item__sub .nav_title--sub:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav .nav_inner .nav_item .nav_item_inner.is-concept .nav_line {
  background-color: #fff;
}

.nav .nav_inner .nav_item .nav_item_inner.is-concept .nav_title {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.nav .nav_inner .nav_item .nav_item_inner.is-concept .nav_title--sub {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.nav .nav_inner .nav_item .nav_item_inner.is-concept.nav_item__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav .nav_inner .nav_item .nav_item_inner.is-white .nav_line {
  background-color: #fff;
}

.nav .nav_inner .nav_item .nav_item_inner.is-white .nav_title {
  color: #fff;
}

.nav .nav_inner .nav_item .nav_item_inner.is-white .nav_title--sub {
  color: #fff;
}

.nav .nav_inner .nav_item.is-active .nav_item_inner .nav_line {
  height: 4px;
}

.nav .nav_inner .nav_item.is-active .nav_item_inner .nav_title {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item.is-active .nav_item_inner .nav_title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 641px) {
  .nav .nav_inner .nav_item:hover .nav_item_inner .nav_title {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media (min-width: 641px) and (max-width: 640px) {
  .nav .nav_inner .nav_item:hover .nav_item_inner .nav_title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 641px) {
  .nav .nav_inner .nav_item:hover .nav_item_inner.nav_item__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .nav_inner .nav_item:hover .nav_item_inner.nav_item__sub .nav_title--sub {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .nav .nav_inner .nav_item__05 .nav_title {
    margin-top: 2vw;
  }
}

@media (max-width: 640px) {
  #breadcrumb {
    display: none !important;
  }
}

/**********共通パーツ******************************/
.pagetop.is-noneEventTop {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=top.css.map */


/* 202309 */
.questionnaire_contena{
  position: relative;
}
.questionnaire_contena::before{
  content: "";
  display: block;
  /* width: 150px;
  height: 185px; */
  max-width: 150px;
  max-height: 185px;
  width: calc(150 / 1366 * 100vw);
  height: calc(185 / 1366 * 100vw);
  background: url("../images/q_label.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  margin-top: calc(-25 / 960 * 100%);
  left: calc(105 / 960 * 100%);
}
#section05 .questionnaire_contena {
  position: relative;
  width: 80%;
  max-width: 960px;
  margin: 50px auto 0 auto;
  z-index: 5;
  background-color: #fff;
  padding: 84px 97px 90px 97px;
}
#section05 .questionnaire_contena p.text {
  width: 100%;
  padding: 15px 0 80px 0;
  line-height: 210%;
  text-align: left;
}
#section05 .sec05_lead{
  padding-left: 190px;
}
#section05 .sec05_lead h4{
  text-align: left;
}
@media (max-width: 1240px){
  #section05 .sec05_lead{
    padding-left: calc(190/1366*100vw);
  }
}
@media (max-width: 640px){
  #section05 .sec05_lead{
    padding-left: 0;
  }
  #section05 .sec05_lead h4{
    padding-left: calc(188/750*100vw);
  }
}

#section05 .q_graph{
  margin: 45px auto;
  max-width: 556px;
}
#section05 .q_voice{
  padding: 48px 30px 294px;
  position: relative;
}
@media (max-width: 1240px){
  #section05 .q_voice{
    padding: calc(48/1366*100vw) calc(30/1366*100vw) calc(294/1366*100vw);
  }
}
#section05 .q_voice::after{
  content: '';
  background: url(../images/sec05_voice_pc02.png) no-repeat center center;
  background-size: contain;
  display: block;
  max-width: 885px;
  max-height: 280px;
  width: calc(885/1366*100vw);
  height: calc(280/1366*100vw);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px){
  #section05 .questionnaire_contena {
    width: 90%;
    padding: calc(90 / 750 * 100vw) calc(38 / 750 * 100vw) calc(95 / 750 * 100vw);
  }
  .questionnaire_contena::before{
    width: calc(154 / 750 * 100vw);
    height: calc(195 / 750 * 100vw);
    margin-top:  calc(-62 / 750 * 100vw);
    left:  calc(38 / 750 * 100vw);
  }
  #section05 .questionnaire_contena p.text{
    padding-top: calc(105 / 750 * 100vw);
    padding-bottom: calc(95 / 750 * 100vw);
  }
  #section05 .q_graph {
    margin-top: calc(40 / 750 * 100vw);
    margin-bottom: calc(200 / 750 * 100vw);
    max-width: 100%;
  }
  #section05 .q_graph:nth-of-type(2){
    margin-bottom: calc(90/750*100vw);
  }
  #section05 .q_voice::after{
    display: none;
  }
  #section05 .q_voice{
    padding: 0;
  }
}


.sec06-2_txt{
  width: 80%;
  max-width: 960px;
  margin: 130px auto;
  background-color: #fff;
  padding: 90px 0;
}
.sec06-2_txt{
  position: relative;
}
#section06 .sec06-2_txt .icon08 {
  position: absolute;
  top: -15px;
  right: -180px;
  width: 100%;
  max-width: 270px;
  z-index: -1;
}
#section06 .sec06-2_txt .icon01 {
  position: absolute;
  right: 100%;
  bottom: 20%;
  width: 30%;
  max-width: 273px;
}
#section06 .sec06-2_txt_fig1{
  display: block;
  margin: 0 auto 100px;
  max-width: 754px;
  width: 100%;
}
@media (max-width: 640px){
  .sec06-2_txt{
    padding: 36px 0;
  }
  #section06 .sec06-2_txt_fig1{
    margin: 0 auto 32px;
    padding: 0 18px;
  }
}

.new_waguri{
  flex-direction: row !important;
}
@media (max-width: 640px){
  .sec06-2_txt {
    width: 90%;
  }
  #section06 .sec06-2_contents.fade__up.new_waguri{
    flex-direction: row-reverse !important;
  }
  #section06 .sec06-2_contents .sec06-2 .sec06-2_1 {
    width: 90%;
    /* margin-left: calc(55 / 750 * 100vw);
    margin-right: calc(38 / 750 * 100vw); */
  }
  /* #section06 .sec06-2_contents .sec06-2 {
    transform: translateX(-10%);
  } */
  #section06 .sec06-2_contents.fade__up.new_waguri{
    width: 100%;
    max-width: unset;
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(75 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
  }
  #section06 .sec06-2_contents.new_waguri .text h4 {
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(55 / 750 * 100vw);
    font-size: 4.9vw;
  }
  #section06 .botan_flex--1 a.buy{
    border-radius: 99999px;
  }
  .sec06-2_txt{
    margin-top: 0;
    margin-bottom: calc(105 / 750 * 100vw);
  }
  #section06 .sec06-2_txt .icon08{
    max-width: unset;
    width: calc(180 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    top: calc(-100 / 750 * 100vw);
    right: calc(-100 / 750 * 100vw);
  }
  #section06 .sec06-2_txt .icon01{
    display: none;
  }
}


#section06 > div:nth-child(10) > div.text.fade__up.active > p{
  text-align: left;
}
#section06 > div:nth-child(10) > div.sec06-2{
  transform: unset;
}
.bl_1000ml_txt p{
  text-align: left !important;
  line-height: 1.7;
}
.bl_1000ml_txt{
}
#section06 .sec06-2_contents .text.bl_1000ml_txt{
  /* width: 53.34%; */
  width: calc(470/766*100%);
}
.sec06-3_feature {
  width: 80%;
  max-width: 960px;
  margin: 250px auto 130px;
}
.notice_wasanbon{
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
#section06 .sec06-2_contents .sec06-2.bl_1000ml_img{
  transform: unset;
  
}
@media (max-width: 640px){
  #section06 > div.sec06-2_contents.bl_1000ml{
    z-index: 1;
  }
  #section06 > div.sec06-2_contents.fade__up.bl_1000ml > div.text.bl_1000ml_txt {
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
    padding-left: 0;
  }  
  .notice_wasanbon{
    font-size: 11px;
    letter-spacing: 0;
  }
  #section06 .sec06-2_contents .sec06-2.bl_1000ml_img{
    margin: 0 auto;
  }
}

.section06_subItem{
  max-width: 960px;
  width: 100%;
  padding: 0 calc(96/1366*100vw);
  display: flex;
  margin: 50px auto 0;
}
.section06_subItem li {
  width: calc((100% - 2.5906736%)/6);
  box-shadow: 20px 20px 20px #e6d6c1;
  box-shadow: 1.295336788% 2.5906736% 2.5906736% #e6d6c1;
}
.section06_subItem li + li{
  margin-left: 2.5906736%;
}

.sec06_banner{
  width:100%;
  max-width: 767px;
  padding: 0 calc(34/1366*100vw);
  margin: 0 auto 90px;
}
.sec06_banner a{
  transition: all .3s;
}
.sec06_banner_text img{
  width: calc(260/766*100%) !important;
  margin: 0 auto 14px;
  display: block;
}
@media (max-width: 640px) {
  .sec06_banner{
    padding: 0 calc(73/750*100%);
    margin-bottom: 75px;
  }
  .sec06_banner_text img{
    width: calc(325/750*100vw) !important;
  }
  .section06_subItem{
    margin-top: 44px;
    padding: 0 calc(74/750*100vw);
  }
}

/* ポップアップメニュー */
.onlineshop-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.onlineshop-list li{
  width: 186px;
  width: calc((100% - 15px)/2);
}
.onlineshop-list li:nth-of-type(even){
  margin-left: 15px;
}
.onlineshop-list li:nth-of-type(n+3){
  margin-top: 15px;
}
/* .onlineshop-list li:first-of-type{
  margin: 0 20% 0
} */

/* ご購入はこちら */
.btn-click{
  margin-bottom: 0 !important;
  cursor: pointer;
}
.click__box{
  position: relative;
  width: 100%;
  padding: 28px 25px;
  background-color: #fff;
  border: 2px solid #172172;
  box-sizing: border-box;
  margin-top: 30px;
  transition: all .3s;
}
@media (min-width: 641px){
  .click__box::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #172172 transparent;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -16px;
  }
  .click__box::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -17px;
  }
}
@media (max-width: 640px){
  .click__box{
    width: 90vw;
    border: calc(4 / 750 * 100vw) solid #172172;
  }
  .click__box::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #172172 transparent;
    position: absolute;
    top: calc(-32 / 750 * 100vw);
    left: 25%;
    transform: translateX(-50%);
    margin-bottom: calc(-45 / 750 * 100vw);
    border-width: 0 calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .click__box::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: calc(-26 / 750 * 100vw);
    left: 25%;
    transform: translateX(-50%);
    margin-bottom: calc(-50 / 750 * 100vw);
    border-width: 0 calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .onlineshop-list li:first-of-type,
  .onlineshop-list li:nth-of-type(n+2){
    margin: unset;
  }
  .onlineshop-list li:nth-of-type(2n){
    margin-left: calc(24 / 750 * 100vw);
  }
  .onlineshop-list li:nth-of-type(n+3){
    margin-top: calc(15 / 750 * 100vw);
  }
  .onlineshop-list li{
    width: calc((100% - 24px)/2);
  }
  .sec06-3_feature {
    width: 90%;
    margin: calc(200 / 750 * 100vw) auto calc(108 / 750 * 100vw);
  }
}



/* ////////////////////////////////////////////////
# ハンバーガー
//////////////////////////////////////////////// */
#g-nav{
  position:fixed;
  z-index: 998;
  top:0;
  right: -120%;
  width: calc(450/1366*100%);
  height: 100vh;
  background:#f4f3e8;
  opacity: .95;
  transition: all 0.5s;
}
#g-nav.panelactive{
  right: 0;
}
@media (max-width: 640px) {
  #g-nav{
    width: calc(566/750*100vw);
  }
}

/*ナビの数が増えた場合縦スクロール*/
#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 998; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


/*ナビゲーション*/
#g-nav ul {
  z-index: 998;
  position: absolute;
  left: 0%;
  /* top: calc(254/1366*100%); */
  top: 23%;
}
@media (max-width: 640px) {
  #g-nav ul{
    left: calc(58/750*100vw);
  }
}

/*リスト*/
#g-nav li{
list-style: none;
  text-align: left;
  padding-left: calc(53/1366*100vw);
}
#g-nav li + li:not(.bl-sub){
  margin-top: calc(20/1366*100vw);
}
@media (max-width: 640px) {
  #g-nav li + li:not(.bl-sub){
    margin-top: calc(40/750*100vw);
  }
}

#g-nav li a{
  color: #142177;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* font-size: 22px; */
  text-align: left;
  line-height: 1.727272727;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}
#g-nav li a:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #142177;
}

/* サブメニュー */
#g-nav .g-nav-list-sub{
  position: relative;
  transform: unset;
}
#g-nav .g-nav-list-sub li{
  padding-left: calc(14/1366*100vw);
  margin-top: calc(15/1366*100vw);
}
#g-nav .g-nav-list-sub li + li {
  margin-top: 0;
}
#g-nav .g-nav-list-sub li a:before{
  display: none;
}
#g-nav .g-nav-list-sub a{
  padding: 0 10px;
}
@media (min-width: 1367px){
  #g-nav li + li:not(.bl-sub){
    /* margin-top: 30px; */
  }
  #g-nav .g-nav-list-sub li{
    margin-top: 22px;
  }
  
}
@media (max-width: 640px) {
  #g-nav .g-nav-list-sub{
    left: 0;
  }
  #g-nav .g-nav-list-sub li{
    padding-left: calc(35/750*100vw);
    /* padding-top: calc(20/750*100vw);  */
  }
  #g-nav .g-nav-list-sub a{
    padding: 0;
  }
}


/* ボタン */
.openbtn{
  position:fixed;
  z-index: 1041;
  /* top: calc(144/1366*100vw); */
  top: 14%;
  right: calc(81/1366*100vw);
  cursor: pointer;
  max-width: 67.42px;
  max-height: 67.42px;
  width: calc(67.42/1366*100vw);
  height: calc(67.42/1366*100vw);
  border-radius: 50%;
  background-color: #fff;
}

/* close */
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border-radius: 2px;
  background-color: #142177;
  width: calc(36/1366*100vw);
}
.openbtn.active{
  background: #142177;
}
.openbtn.active span{
  background: #fff;
}

.openbtn span:nth-of-type(1) {
  top: calc(26/1366*100vw);
}
.openbtn span:nth-of-type(2) {
  top: calc(34/1366*100vw);
}
.openbtn span:nth-of-type(3) {
  top: calc(43/1366*100vw);
}
.openbtn.active span:nth-of-type(1) {
  top: calc(29/1366*100vw);
  left: calc(13/1366*100vw);
  transform: translateY(calc(6/1366*100vw)) rotate(-45deg);
  width: calc(40/1366*100vw);
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: calc(41/1366*100vw);
  left: calc(13/1366*100vw);
  transform: translateY(calc(-6/1366*100vw)) rotate(45deg);
  width: calc(40/1366*100vw);
}

/* nav背景固定 */
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media (min-width: 1367px){
  .openbtn{
    /* top: 7%; */
    top: 144px;
  }
  .openbtn span{
    /* left: 17px; */
    height: 1px;
    width: 36px;
  }
  .openbtn span:nth-of-type(1) {
    top: 26px;
  }
  .openbtn span:nth-of-type(2) {
    top: 34px;
  }
  .openbtn span:nth-of-type(3) {
    top: 43px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 40px;
  }
  .openbtn.active span:nth-of-type(3){
    top: 41px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 40px;
  }
}
@media (max-width: 640px) {
  .openbtn{
    max-width: unset;
    max-height: unset;
    width: calc(94/750*100vw);
    height: calc(94/750*100vw);
    top: calc(140/750*100vw);
    right: calc(12/750*100vw);
  }
  .openbtn span{
    width: calc(50/750*100vw);
  }
  .openbtn span:nth-of-type(1) {
    top: calc(36/750*100vw);
  }
  .openbtn span:nth-of-type(2) {
    top: calc(48/750*100vw);
  }
  .openbtn span:nth-of-type(3) {
    top: calc(60/750*100vw);
  }
  .openbtn.active span:nth-of-type(1) {
    top: calc(41/750*100vw);
    left: calc(17/750*100vw);
    transform: translateY(calc(6/750*100vw)) rotate(-45deg);
    width: calc(60/750*100vw);
  }
  .openbtn.active span:nth-of-type(3){
    top: calc(53/750*100vw);
    left: calc(17/750*100vw);
    transform: translateY(calc(-6/750*100vw)) rotate(45deg);
    width: calc(60/750*100vw);
  }

}



.trademark{
  vertical-align: -webkit-baseline-middle;
  line-height: 5px;
}

footer .ftTop{
  margin-top: 0 !important;
}


/* アンカー調整 */
#section02_anchor{
  padding-top: 127px;
  margin-top: -127px;
}
#section05_anchor{
  padding-top: 227px;
  margin-top: -227px;
}
#section06 #muchosei {
  padding-top: 101px;
  margin-top: -101px;
}
#section06 #section06-6_anchor {
  padding-top: 101px;
  margin-top: -101px;
}

.pagetop{
  z-index: 98;
}

/* ハンバーガー表示 */
.side-navi{
  opacity: 0;
  transition: all .3s;
}
.side-navi.is-show {
  opacity: 1;
}
.is-fixed .g-nav-list {
  top: 0;
}
@media (max-width: 640px) {
  .is-fixed .g-nav-list {
    height: 100vh;
  }
}

/* 20240902 */
.interview__list{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: min(calc((56 / 1366)*100vw),56px);
  row-gap: min(calc((96 / 1366)*100vw),96px);
}
.interview__list__item{
  background-color: #fff;
  position: relative;
  padding-bottom: min(calc((56 / 1366)*100vw),56px);
  width: min(calc((471 / 1366)*100vw),471px);
}
.interview__list__heading{
  display: flex;
  justify-content: center;
  font-size: min(calc((18 / 1366)*100vw),18px);
  margin-top: min(calc((32 / 1366)*100vw),32px);
  color: #142177;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 2px;
}
.interview__list__name__container{
  text-align: center;
  margin-top: min(calc((28 / 1366)*100vw),28px);
}
.interview__list__name{
  font-size: min(calc((18 / 1366)*100vw),18px);
}
.interview__list__name .role{
  display: inline-block;
  font-size: min(calc((16 / 1366)*100vw),16px);
}
.interview__list__name__single .role{
  margin-right: min(calc((16 / 1366)*100vw),16px);
}
.interview__list__name__double{
  display: flex;
  justify-content: center;
  text-align: left;
  position: relative;
  column-gap: 22px;
}
.interview__list__name__double .role{
  display: block;
}
.interview__list__link{
  background-color: #fff;
  color: #142177;
  width: min(calc((254 / 1366)*100vw),254px);
  min-height: 40px;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc((16 / 1366)*100vw),18px) 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 100%;
  border: 1px solid #142177;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.interview__list__link::after{
  content: "";
  width: min(calc((20 / 1366)*100vw),20px);
  height: min(calc((20 / 1366)*100vw),20px);
  position: absolute;
  top: 50%;
  right: min(calc((38 / 1366)*100vw),38px);
  background: url(../images/icon_yaji-blue.png) no-repeat center / contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.interview__list__link img{
  width: min(calc((71 / 1366)*100vw),71px) !important;
  backface-visibility: hidden;
}
.interview__list__name__close {
  position: relative;
  width: min(calc((42 / 1366)*100vw),42px);
}
.interview__list__name__close::before{
  display: block;
  content: '';
  width: 1px;
  height: min(calc((42 / 1366)*100vw),42px);
  background-color: #142177;
  position: absolute;
  bottom: 0;
  left: min(calc((21 / 1366)*100vw),21px);
  transform: rotate(45deg);
}
.interview__list__name__close::after{
  display: block;
  content: '';
  width: 1px;
  height: min(calc((42 / 1366)*100vw),42px);
  background-color: #142177;
  position: absolute;
  bottom: 0;
  left: min(calc((21 / 1366)*100vw),21px);
  transform: rotate(-45deg);
}
@media (min-width: 641px) {
  .interview__list__link:hover{
    opacity: 1 !important;
    transform: translateX(-50%) scale(1.1);
  }
}
@media (max-width: 640px) {
  .interview__list{
    padding: 0 max(calc((18 / 375)*100vw),18px) max(calc((92 / 375)*100vw),92px);
    row-gap: max(calc((30 / 375)*100vw),30px);
    flex-direction: column;
    align-items: center;
  }
  .interview__list__item{
    padding-bottom: max(calc((30 / 375)*100vw),30px);
    width: 100%;
  }
  .interview__list__heading{
    display: block;
    font-size: max(calc((16 / 375)*100vw),16px);
    margin: max(calc((26 / 375)*100vw),26px) 0 0 max(calc((20 / 375)*100vw),20px);
  }
  .interview__list__name__container{
    text-align: left;
    margin-top: max(calc((15 / 375)*100vw),15px);
    margin-left: max(calc((20 / 375)*100vw),20px);
  }
  .interview__list__name{
    display: flex;
    flex-direction: column;
    font-size: max(calc((15 / 375)*100vw),15px);
    line-height: 1.26;
  }
  .interview__list__name .role{
    font-size: max(calc((13 / 375)*100vw),13px);
  }
  .interview__list__name__single .role{
    margin-right: 0;
  }
  .interview__list__name__double{
    justify-content: start;
    column-gap: max(calc((18 / 375)*100vw),18px);
    margin-bottom: max(calc((66 / 375)*100vw),66px);
  }
  .interview__list__link{
    width: max(calc((150 / 375)*100vw),150px);
    padding: max(calc((15 / 375)*100vw),15px) 0;
    bottom: max(calc((26 / 375)*100vw),26px);
    left: auto;
    right: max(calc((-55 / 375)*100vw),-55px);
  }
  .interview__list__link::after{
    width: max(calc((16 / 375)*100vw),16px);
    height: max(calc((16 / 375)*100vw),16px);
    right: max(calc((15 / 375)*100vw),15px);
  }
  .interview__list__link img{
    width: max(calc((58 / 375)*100vw),58px) !important;
  }
  .interview__list__name__close {
    width: max(calc((35 / 375)*100vw),35px);
  }
  .interview__list__name__close::before{
    height: max(calc((35 / 375)*100vw),35px);
    left: max(calc((17.5 / 375)*100vw),17.5px);
  }
  .interview__list__name__close::after{
    height: max(calc((35 / 375)*100vw),35px);
    left: max(calc((17.5 / 375)*100vw),17.5px);
  }
}

@media (min-width: 768px) {
  .gfooter {
    z-index: 12;
  }
  .gfooter__inner {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #buy_contena {
    z-index: 0;
    padding-bottom: 120px;
  }
  .mc-breadcrumb {
    margin-top: -50px;
  }
}