﻿*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@media screen and (min-width: 1280px) {
  #footer__socials {
    background-color: #fff;
  }
}

#brandsite_nav {
  display: none;
}

#brandsite_nav-sp {
  display: none;
}

.containers {
  /*kawa//max-width: 560px;*/
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px)
}

@media screen and (min-width: 1280px) {
  .containers {
    padding: 0 4rem
  }
}

.body {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #404040
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #ffd6d6
  }
}

.header {
  background-color: #fff
}

.header .containers {
  max-width: 1000px;
  width: 100%;
  padding: 0 1rem
}

.header .container_one {
  padding: .25rem 0
}

@media screen and (min-width: 744px) {
  .header .container_one {
    padding: .5rem 0
  }
}

.header .container_one .image {
  height: 2rem
}

@media screen and (min-width: 744px) {
  .header .container_one .image {
    height: 3.5rem
  }
}

.sp {
  display: inline
}

@media screen and (min-width: 744px) {
  .sp {
    display: none
  }
}

.pc {
  display: none
}

@media screen and (min-width: 744px) {
  .pc {
    display: inline
  }
}

.br_sp {
  display: inline
}

@media screen and (min-width: 744px) {
  .br_sp {
    display: none
  }
}

.br_pc {
  display: none
}

@media screen and (min-width: 744px) {
  .br_pc {
    display: inline
  }
}

.header .container_one .image img {
  width: auto;
  height: 100%
}

.wrapper__loading .loader {
  display: flex;
  justify-content: center
}

.wrapper__loading .loader .loader__inner {
  width: 10vw
}

.wrapper__loading .loader .loader__inner img {
  width: 100%;
  height: auto
}

.main {
  background-color: #fff
}

@media screen and (min-width: 1280px) {
  .main {
    /*KAWAwidth: 800px;*/
    width: 1000px;
    margin: 0 auto;



    box-shadow: 0px 20px 18px 4px #ffb1b4;
  }
}

.main .section_one {
  padding-bottom: clamp(32px, 10vw, 64px);
  background-color: #fff
}

.main .section_one .splide {
  padding-bottom: clamp(32px, 10vw, 64px)
}

.main .section_one .splide .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto
}

@media screen and (min-width: 744px) {
  .main .section_one .splide .splide__track .splide__list .splide__slide img.sp {
    display: none
  }
}

.main .section_one .splide .splide__track .splide__list .splide__slide img.pc {
  display: none
}

@media screen and (min-width: 744px) {
  .main .section_one .splide .splide__track .splide__list .splide__slide img.pc {
    display: inline
  }
}

.main .section_one .splide .splide__pagination {
  flex-wrap: nowrap;
  gap: clamp(8px, 2.5vw, 16px);
  width: 100%;
  bottom: 0
}

.main .section_one .splide .splide__pagination li {
  display: flex;
  justify-content: center;
  align-items: center
}

.main .section_one .splide .splide__pagination li button {
  width: clamp(12px, 3.75vw, 18px);
  height: clamp(12px, 3.75vw, 18px);
  margin: 0;
  background-color: #fff;
  border: clamp(1px, .3125vw, 2px) solid #f41765;
  border-radius: 50%;
  opacity: 1
}

.main .section_one .splide .splide__pagination li button.is-active {
  background-color: #f41765;
  transform: scale(1)
}

.main .section_two {
  padding: clamp(32px, 10vw, 96px) 0;
  background-color: #f7f4ef;
  border-top: clamp(2px, .625vw, 4px) solid #d8ae8d;
  border-bottom: clamp(2px, .625vw, 4px) solid #d8ae8d
}

.main .section_two .container_one {
  margin-bottom: clamp(16px, 5vw, 48px)
}

.main .section_two .container_one .image img {
  width: 100%;
  height: auto
}

.main .section_two .container_one .article {
  margin-top: clamp(4px, 1.25vw, 8px)
}

.main .section_two .container_one .article p {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.main .section_two .container_one .article p.text1 {
  margin-bottom: clamp(8px, 2.5vw, 12px);
  font-size: clamp(10px, 3.125vw, 16px)
}

.main .section_two .container_one .article p.text2 {
  font-size: clamp(12px, 3.75vw, 18px)
}

.main .section_two .container_two .nav-tabs {
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(16px, 5vw, 32px);
  margin-bottom: clamp(16px, 5vw, 32px);
  border: none
}

.main .section_two .container_two .nav-tabs .nav-item {
  flex: 1;
  position: relative
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link {
  width: 100%;
  height: auto;
  margin: 0;
  padding: clamp(4px, 1.25vw, 8px);
  background-color: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  opacity: .5;
  z-index: 2
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link .image {
  padding: clamp(8px, 2.5vw, 16px)
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link .image img {
  width: 100%;
  height: auto
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link .triangle {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: clamp(4px, 1.25vw, 8px);
  padding: clamp(4px, 1.25vw, 8px) 0
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link .triangle span {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: clamp(8px, 2.5vw, 12px) clamp(8px, 2.5vw, 12px) 0 clamp(8px, 2.5vw, 12px);
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

@media screen and (min-width: 1280px) {
  .main .section_two .container_two .nav-tabs .nav-item .nav-link .triangle span {
    border-width: 10px 10px 0 10px
  }
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.one .image {
  background-color: #fce7e6
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.one .triangle {
  background-color: #e56559
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.two .image {
  background-color: #f4ebdc
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.two .triangle {
  background-color: #e5962a
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.active {
  opacity: 1
}

.main .section_two .container_two .nav-tabs .nav-item .nav-link.active .triangle {
  display: flex
}

.main .section_two .container_two .nav-tabs .nav-item .nav_background {
  display: none;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: .25rem;
  left: .25rem;
  z-index: 1
}

@media screen and (min-width: 1280px) {
  .main .section_two .container_two .nav-tabs .nav-item .nav_background {
    top: .5rem;
    left: .5rem;
  }
}

.main .section_two .container_two .nav-tabs .nav-item .nav_background.active {
  display: block
}

.main .section_two .container_two .nav-tabs .nav-item .nav_background.active.one {
  background-image: url("../images/cta_gd_bk.webp")
}

.main .section_two .container_two .nav-tabs .nav-item .nav_background.active.two {
  background-image: url("../images/cta_select_bk.webp")
}

.main .section_two .container_two .tab-content .tab-pane {
  position: relative
}

.main .section_two .container_two .tab-content .tab-pane .tab_container {
  padding: clamp(12px, 3.75vw, 32px);
  position: relative;
  z-index: 2
}

@media screen and (min-width: 1280px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_container {
    padding: 1.5rem
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_container .tab_inner {
  /*kawa//padding: clamp(12px, 3.75vw, 24px) clamp(24px, 7.5vw, 48px);*/
  padding: 7.5vw 4.75vw;
  background-color: #fff
}

@media screen and (min-width: 1280px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_container .tab_inner {
    padding: 3rem 2.5rem
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_container .tab_inner img {
  width: 100%;
  height: auto
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one {
  background-color: #fecfc9
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link {
  margin: 5% 0 10%;
  padding-bottom: 10%;
  position: relative
}

@media screen and (min-width: 744px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link {
    margin: 7.5% 0 15%;
    padding-bottom: 15%
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link:before {
  content: "";
  display: inline-block;
  width: 80%;
  height: clamp(1px, .3125vw, 2px);
  background-color: #e6645a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link.last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link.last-child:before {
  display: none
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  background-color: #e6645a;
  border: .125rem solid #fff0c2;
  border-radius: 5rem;
  position: relative;
  font-size: 1.rem;
  color: #fff;
  text-decoration: none
}

@media screen and (min-width: 744px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link a {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link a img {
  width: auto;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 12.5%;
  transform: translateY(-50%)
}

@media screen and (min-width: 744px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_container.one .tab_inner .link a img {
    height: 1.25rem
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two {
  background-color: #fec36f
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .image1 {
  margin-bottom: .5rem
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .image2 {
  margin: 1rem 0 3rem;
  position: relative
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .image2:before {
  content: "";
  display: inline-block;
  width: 80%;
  height: .125rem;
  background-color: #d1b485;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%)
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .text {
  margin: 1rem 0;
  font-size: 10px;
  text-align: left
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .text p {
  font-size: .625rem;
  line-height: 1.25
}

.main .section_two .container_two .tab-content .tab-pane .tab_container.two .tab_inner .link {
  padding: 0 5%
}

.main .section_two .container_two .tab-content .tab-pane .tab_background {
  width: 100%;
  height: 100%;
  background-size: 75%;
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 1
}

@media screen and (min-width: 744px) {
  .main .section_two .container_two .tab-content .tab-pane .tab_background {
    top: .8rem;
    left: .8rem;
  }
}

.main .section_two .container_two .tab-content .tab-pane .tab_background.one {
  background-image: url("../images/cta_gd_bk.webp")
}

.main .section_two .container_two .tab-content .tab-pane .tab_background.two {
  background-image: url("../images/cta_select_bk.webp")
}

.main .section_three {
  padding: 20vw 0;
  position: relative
}

@media screen and (min-width: 1280px) {
  .main .section_three {
    padding: 10vw 0
  }
}

.main .section_three:before,
.main .section_three:after {
  content: "";
  display: inline-block;
  width: clamp(96px, 30vw, 128px);
  aspect-ratio: 1/1;
  background-image: url("../images/exp_bk_top.webp");
  background-size: cover;
  position: absolute
}

.main .section_three:before {
  top: 20vw;
  right: 0
}

@media screen and (min-width: 1280px) {
  .main .section_three:before {
    top: 10vw
  }
}

.main .section_three:after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg)
}

.main .section_three .container_one {
  width: 90%;
  max-width: 20rem;
  margin: 0 auto clamp(16px, 5vw, 32px);
  padding-top: clamp(48px, 10vw, 64px)
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one {
    width: 100%;
    max-width: 35rem
  }
}

.main .section_three .container_one .inner_one {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(14px, 2.5vw, 12px)
}

.main .section_three .container_one .inner_one p {
  padding-bottom: .5rem;
  border-bottom: .0625rem dashed #404040;
  position: relative;
  font-size: .875rem;
  font-weight: 700
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_one p {
    font-size: 1rem
  }
}

.main .section_three .container_one .inner_one p:before,
.main .section_three .container_one .inner_one p:after {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute
}

.main .section_three .container_one .inner_one p:before {
  width: 1.75rem;
  aspect-ratio: 84/131;
  background-image: url("../images/icon_product_blc.webp");
  top: -24px;
  left: -36px
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_one p:before {
    width: 3rem;
    top: 0;
    /*kawa//left: -96px*/
    left: -140px;
  }
}

.main .section_three .container_one .inner_one p:after {
  width: 1.25rem;
  aspect-ratio: 55/52;
  background-image: url("../images/exp_bk_i1.webp");
  top: -30px;
  left: -4px
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_one p:after {
    width: 1.75rem;
    top: 0;
    /*kawa//left: -40px*/
    left: -60px
  }
}

.main .section_three .container_one .inner_two {
  padding: 0 0.25rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem
  }
}

.main .section_three .container_one .inner_two .image {
  margin-bottom: .5rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two .image {
    margin-bottom: 0
  }
}

.main .section_three .container_one .inner_two .image img {
  width: auto;
  height: 2.75rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two .image img {
    height: 3.25rem
  }
}

.main .section_three .container_one .inner_two p {
  padding-right: 2rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.1rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two p {
    padding: 0;
    font-size: 1.5rem
  }
}

.main .section_three .container_one .inner_two p:before,
.main .section_three .container_one .inner_two p:after {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute
}

.main .section_three .container_one .inner_two p:before {
  width: .625rem;
  aspect-ratio: 26/30;
  background-image: url("../images/exp_bk_i3.webp");
  right: 9%;
  bottom: 110%
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two p:before {
    width: .875rem;
    right: -10%;
    bottom: 90%
  }
}

.main .section_three .container_one .inner_two p:after {
  width: 1.5rem;
  aspect-ratio: 73/103;
  background-image: url("../images/exp_bk_i2.webp");
  right: 0;
  bottom: -20%
}

@media screen and (min-width: 744px) {
  .main .section_three .container_one .inner_two p:after {
    width: 2rem;
    right: -30%;
    bottom: -45%
  }
}

.main .section_three .container_two {
  position: relative;
  z-index: 1
}

.main .section_three .container_two .splide .splide__track {
  padding-top: 5%
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide {
  padding: clamp(12px, 3.75vw, 20px);
  background-color: #f895b0
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide:before {
  content: "";
  display: inline-block;
  width: clamp(40px, 12.5vw, 64px);
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  top: -3.75%;
  left: -3.75%
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide.one:before {
  background-image: url("../images/exp_num_01.webp")
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide.two:before {
  background-image: url("../images/exp_num_02.webp")
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide.three:before {
  background-image: url("../images/exp_num_03.webp")
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide.four:before {
  background-image: url("../images/exp_num_04.webp")
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one {
  height: 100%;
  padding: clamp(12px, 3.75vw, 24px);
  background-color: #fff;
  border: .125rem solid #ffe2ec;
  border-radius: .5rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one {
    padding: 20px 40px
  }
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text1 {
  margin-bottom: 1rem
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text1 p {
  padding-bottom: .5rem;
  padding-top: .5rem;
  border-bottom: .0625rem dashed #404040;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem
}

@media screen and (min-width: 744px) {
  .main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text1 p {
    /*kawa//font-size: 1.25rem;*/
    font-size: 1.725rem;
    line-height: 1.5
  }
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text1 p span {
  color: #e4005a
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .image {
  margin-bottom: 1rem;
  padding: 0 5%
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .image img {
  width: 100%;
  height: auto
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text2 {
  display: grid;
  gap: .5rem
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text2 p {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0875rem;
  text-align: left;
}

@media screen and (min-width: 744px) {
  .main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text2 p {
    font-size: 1.125rem
  }
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .text2 p span {
  color: #e5655d
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .note {
  margin-top: .5rem
}

.main .section_three .container_two .splide .splide__track .splide__list .splide__slide .inner_one .note img {
  width: 100%;
  height: auto
}

.main .section_three .container_two .splide .splide__arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  right: 5%;
  top: 105%
}

@media screen and (min-width: 744px) {
  .main .section_three .container_two .splide .splide__arrows {
    right: 50%;
    transform: translateX(50%)
  }
}

.main .section_three .container_two .splide .splide__arrows .splide__arrow {
  background-color: #fb2e65;
  position: static;
  transform: none;
  opacity: 1
}

.main .section_three .container_two .splide .splide__arrows .splide__arrow svg {
  fill: #fff
}

.main .section_three .container_three {
  width: 100%;
  position: absolute;
  top: 11vw
}

@media screen and (min-width: 1280px) {
  .main .section_three .container_three {
    top: 5vw
  }
}

.main .section_three .container_three img {
  width: 100%;
  height: auto
}

.main .section_four {
  padding: clamp(48px, 15vw, 64px) 0 clamp(64px, 15vw, 96px);
  background-color: #f9f2ea;
  position: relative
}

.main .section_four .container_one {
  /*kawa//width: 90%;*/
  width: 100%;
  margin: 0 auto
}

.main .section_four .container_one .nav-tabs {
  flex-wrap: nowrap;
  gap: .5rem;
  border-bottom: .25rem solid #000
}

.main .section_four .container_one .nav-tabs.one {
  border-color: #e6645a
}

.main .section_four .container_one .nav-tabs.two {
  border-color: #338cb4
}

.main .section_four .container_one .nav-tabs .nav-item {
  flex: 1;
  margin-bottom: .25rem;
  position: relative
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: .5rem;
  border: none;
  position: relative;
  opacity: .5
}

@media screen and (min-width: 744px) {
  .main .section_four .container_one .nav-tabs .nav-item .nav-link {
    padding: .75rem
  }
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.active {
  opacity: 1
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link p {
  display: inline-block;
  margin-left: 15%;
  font-size: clamp(10px, 3.125vw, 14px);
  text-align: left;
  color: #fff;
  position: relative
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link p:before {
  content: "";
  display: inline-block;
  height: clamp(40px, 12vw, 64px);
  background-size: cover;
  position: absolute;
  bottom: -10%;
  left: -45%
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.one {
  background-color: #e6645a
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.one.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: .25rem;
  background-color: #e6645a;
  position: absolute;
  top: 100%;
  left: 0
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.one p:before {
  aspect-ratio: 84/131;
  background-image: url("../images/icon_product_blc.webp")
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.two {
  background-color: #338cb4
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.two.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: .25rem;
  background-color: #338cb4;
  position: absolute;
  top: 100%;
  left: 0
}

.main .section_four .container_one .nav-tabs .nav-item .nav-link.two p:before {
  aspect-ratio: 75/144;
  background-image: url("../images/icon_product_akc.webp")
}

.main .section_four .container_one .tab-content {
  margin-top: clamp(4px, 1.25vw, 8px)
}

.main .section_four .container_one .tab-content .tab-pane {
  padding-top: clamp(32px, 8vw, 64px);
  padding-bottom: clamp(32px, 7vw, 64px);
  padding-right: clamp(16px, 5vw, 32px);
  padding-left: clamp(16px, 5vw, 32px);
  background-color: #fff;
  position: relative
}

.main .section_four .container_one .tab-content .tab-pane:before {
  content: "";
  display: inline-block
}

.main .section_four .container_one .tab-content .tab-pane .inner_one p {
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}

.main .section_four .container_one .tab-content .tab-pane .inner_one img {
  width: 100%;
  height: auto
}

.main .section_four .container_one .tab-content .tab-pane.one:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: .25rem;
  background-color: #e6645a;
  position: absolute;
  top: calc(100% + .25rem);
  left: 0
}

.main .section_four .container_one .tab-content .tab-pane.one .image1 {
  margin-bottom: 1.0rem
}

@media screen and (min-width: 744px) {
  .main .section_four .container_one .tab-content .tab-pane.one .image1 {
    margin-bottom: 2.5rem
  }
}

.main .section_four .container_one .tab-content .tab-pane.one .text1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 0 1rem
}

.main .section_four .container_one .tab-content .tab-pane.one .text1 p {
  display: inline-block;
  /*padding: 0 .5rem;   */
  border-top: .0625rem dashed #e6645a;
  border-bottom: .0625rem dashed #e6645a;
  position: relative
}

.main .section_four .container_one .tab-content .tab-pane.one .text1 p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: .0625rem;
  border-top: .0625rem dashed #e6645a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.main .section_four .container_one .tab-content .tab-pane.one .text-attention p {
  margin-bottom: 1.5rem;
  font-size: .625rem;


  font-weight: 400;
  line-height: 1.25;
  text-align: left
}

.main .section_four .container_one .tab-content .tab-pane.one .image2 {
  margin-bottom: 1rem;
  padding: 0 5vw
}

@media screen and (min-width: 744px) {
  .main .section_four .container_one .tab-content .tab-pane.one .image2 {
    padding: 0 2.5vw
  }
}

.main .section_four .container_one .tab-content .tab-pane.one .image3 {
  padding: 0 5vw
}

@media screen and (min-width: 744px) {
  .main .section_four .container_one .tab-content .tab-pane.one .image3 {
    padding: 0 2.5vw
  }
}

.main .section_four .container_one .tab-content .tab-pane.one .image4,
.main .section_four .container_one .tab-content .tab-pane.one .image5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1vw
}

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

  .main .section_four .container_one .tab-content .tab-pane.one .image4,
  .main .section_four .container_one .tab-content .tab-pane.one .image5 {
    padding: 0 2.5vw
  }
}

.main .section_four .container_one .tab-content .tab-pane.one .text2 p {
  font-size: clamp(12px, 3.0vw, 18px);
  line-height: 1.75
}

.main .section_four .container_one .tab-content .tab-pane.two:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: .25rem;
  background-color: #338cb4;
  position: absolute;
  top: calc(100% + .25rem);
  left: 0
}

.main .section_four .container_one .tab-content .tab-pane.two .image1 {
  margin-bottom: 1.0rem;
}

.main .section_four .container_one .tab-content .tab-pane.two .text1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0 5%
}

.main .section_four .container_one .tab-content .tab-pane.two .text1 p {
  display: inline-block;
  padding: 0 .5rem;
  border-top: .0625rem dashed #338cb4;
  border-bottom: .0625rem dashed #338cb4;
  position: relative
}

.main .section_four .container_one .tab-content .tab-pane.two .text1 p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: .0625rem;
  border-top: .0625rem dashed #338cb4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.main .section_four .container_one .tab-content .tab-pane.two .image2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem
}

.main .section_four .container_one .tab-content .tab-pane.two .image3 {
  margin-bottom: .25rem
}

.main .section_four .container_one .tab-content .tab-pane.two .image4,
.main .section_four .container_one .tab-content .tab-pane.two .image5 {
  margin-bottom: 1rem;
  padding: 0 1vw
}

.main .section_four .container_one .tab-content .tab-pane.two .image6 {
  padding: 0 5%
}

.main .section_four .container_one .tab-content .tab-pane .modal {
  background-color: rgba(238, 135, 180, .8)
}


.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content{
margin: 0 auto; width: auto;
}

@media screen and (min-width: 1280px) {
.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content {
    width: 100%;
}
}

.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body {
  position: relative
}

.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  padding: 0;
  background: none;
  border-radius: 0;
  position: absolute;
  top: -3rem;
  right: 0;
  opacity: 1
}

.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body .btn-close img {
  width: 100%;
  height: auto
}

.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body .inner_one {
/*  aspect-ratio: 16/9横型*/
  aspect-ratio: 9/16;
  max-height: 60vh;
}

@media screen and (min-width: 1280px) {
.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body .inner_one {
    aspect-ratio: 16/9
}
}

.main .section_four .container_one .tab-content .tab-pane .modal .modal-dialog .modal-content .modal-body .inner_one iframe {
  width: 100%;
  height: 100%
}

.main .section_five {
  margin-bottom: clamp(64px, 20vw, 80px);
  padding: clamp(32px, 10vw, 64px) 0;
  position: relative
}

.main .section_five:after {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 128/12;
  background-image: url("../images/separator-common.webp");
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0
}

.main .section_five .container_one {
  width: 90%;
  max-width: 25rem;
  margin: 0 auto clamp(32px, 10vw, 48px);
  padding-bottom: .5rem;
  border-bottom: .0625rem dashed #404040;
  position: relative
}

@media screen and (min-width: 1280px) {
  .main .section_five .container_one {
    width: 100%;
    max-width: 32rem;
  }
}

.main .section_five .container_one p {
  font-size: clamp(12px, 3.75vw, 20px);
  font-weight: 700;
  color: #6aaae3;
  letter-spacing: 0.05rem;
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .main .section_five .container_one p {
    font-size: clamp(14px, 3.75vw, 24px);
    letter-spacing: 0.1rem;
  }
}

.main .section_five .container_one .image {
  width: 2rem;
  aspect-ratio: 92/100;
  position: absolute;
  right: 0;
  bottom: 10%
}

.main .section_five .container_one .image img {
  width: 100%;
  height: auto
}

.main .section_five .container_two {
  padding: clamp(4px, 1.25vw, 8px);
  background-image: url("../images/present_bk.webp");
  background-size: 100%;
  position: relative
}

.main .section_five .container_two:before,
.main .section_five .container_two:after {
  content: "";
  display: inline-block;
  width: clamp(40px, 12.5vw, 64px);
  aspect-ratio: 1/1;
  background-image: url("../images/present_bk_top.webp");
  background-size: cover;
  position: absolute;
  z-index: 1
}

.main .section_five .container_two:before {
  top: 0;
  left: 0
}

.main .section_five .container_two:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg)
}

.main .section_five .container_two .inner_one {
  padding: 5vw;
  background-color: #f2ebe2;
  position: relative
}

.main .section_five .container_two .inner_one img {
  width: 100%;
  height: auto
}

.main .section_five .container_two .inner_one .image1 {
  width: clamp(200px, 62.5vw, 320px);
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width: 744px) {
  .main .section_five .container_two .inner_one .image1 {
    margin: 0 auto;
    position: static;
    transform: none
  }
}

.main .section_five .container_two .inner_one .image2 {
  width: 80%;
  margin: 0 auto clamp(16px, 5vw, 32px)
}

.main .section_five .container_two .inner_one .image3 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(24px, 5vw, 32px);
  /*kawa//padding: 0 7.5%;*/
  position: relative
}

@media screen and (min-width: 1280px) {
  .main .section_five .container_two .inner_one .image3 {
    margin-bottom: 3rem
  }
}

.main .section_five .container_two .inner_one .image3 img {
  width: 50%;
  height: auto
}

.main .section_five .container_two .inner_one .image3 img:first-of-type {
  position: absolute;
  width: 64%;
  left: -2.5%;
  top: -8%;
}

.main .section_five .container_two .inner_one .image4 {
  margin-bottom: clamp(16px, 5vw, 24px)
}

.main .section_five .container_two .inner_one .article .text1 {
  margin-bottom: .5rem;
  font-size: clamp(12px, 3.75vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center
}

@media screen and (min-width: 744px) {
  .main .section_five .container_two .inner_one .article .text1 {
    line-height: 2
  }
}

.main .section_five .container_two .inner_one .article .text1 span {
  padding: .25rem;
  background-color: #bda144;
  color: #fff
}

.main .section_five .container_two .inner_one .article .text2 {
  font-size: .75rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5
}

@media screen and (min-width: 744px) {
  .main .section_five .container_two .inner_one .article .text2 {
    line-height: 1.5
  }
}

.main .section_five .container_two .inner_one .article .text2 span {
  color: #d87469
}

.main .section_six {
  padding: clamp(8px, 2.5vw, 64px) 0 clamp(64px, 20vw, 80px)
}

.main .section_six .container_one {
  width: 90%;
  max-width: 25rem;
  margin: 0 auto clamp(32px, 10vw, 48px);
  padding-bottom: .5rem;
  border-bottom: .0625rem dashed #404040;
  position: relative
}

@media screen and (min-width: 1280px) {
  .main .section_six .container_one {
    width: 100%
  }
}

.main .section_six .container_one p {
  font-size: clamp(14px, 4.375vw, 23px);
  font-weight: 700;
  color: #d66d60;
  text-align: left;
  letter-spacing: 0.1rem;
}

.main .section_six .container_one .image {
  width: clamp(40px, 12.5vw, 48px);
  aspect-ratio: 107/65;
  position: absolute;
  right: 0;
  bottom: 30%
}

.main .section_six .container_one .image img {
  width: 100%;
  height: auto
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: clamp(4px, 1.875vw, 24px) clamp(12px, 2.8125vw, 16px) clamp(24px, 7.1875vw, 38px) clamp(12px, 1.875vw, 24px);
  aspect-ratio: 503/344;
  background-image: url("../images/voc_fuki_01.webp");
  background-size: contain;
  background-repeat: no-repeat
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_one p {
  font-size: clamp(10px, 3.125vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 744px) {
  .main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_one p {
    line-height: 2
  }
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_one p span {
  color: #d66d60
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_two .image {
  margin-bottom: .5rem
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_two .image img {
  width: 100%;
  height: auto;
  border-radius: .5rem
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_two p {
  margin: 0 auto
    /*10%*/
  ;
  padding-bottom: .25rem;
  border-bottom: .0625rem dashed #d59891;
  font-size: .625rem;
  text-align: center;
  max-width: 80px;
}

@media screen and (min-width: 744px) {
  .main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_two p {
    font-size: .875rem
  }
}

.main .section_six .container_two .splide .splide__track .splide__list .splide__slide .inner_two p:before {
  content: "@"
}

.main .section_six .container_two .splide .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10
}

.main .section_six .container_two .splide .splide__arrows .splide__arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: .125rem solid #d66b60;
  position: static;
  opacity: 1;
  transform: none
}

.main .section_six .container_two .splide .splide__arrows .splide__arrow svg {
  width: .75rem;
  height: .75rem;
  fill: #d66b60
}

.main .section_six .container_two .splide .splide__pagination {
  margin-top: 1rem;
  position: static
}

@media screen and (min-width: 1280px) {
  .main .section_six .container_two .splide .splide__pagination {
    margin-top: 3rem
  }
}

.main .section_six .container_two .splide .splide__pagination li .splide__pagination__page {
  background-color: #f4b4ae
}

.main .section_six .container_two .splide .splide__pagination li .splide__pagination__page.is-active {
  background-color: #d66c60;
  transform: none
}

.main .section_six .container_three {
  margin-top: 2rem
}

@media screen and (min-width: 1280px) {
  .main .section_six .container_three {
    margin-bottom: 3rem
  }
}

.main .section_six .container_three p {
  font-size: .625rem;
  line-height: 1.25;
  text-align: left;
}

.main .section_seven {
  margin-bottom: clamp(32px, 10vw, 80px);
  position: relative
}

.main .section_seven .container_one .image {
  margin-bottom: 1rem
}

.main .section_seven .container_one .image img {
  width: 100%;
  height: auto
}

.main .section_seven .container_one .article .text1 {
  margin-bottom: clamp(16px, 10vw, 48px);
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 700;
  text-align: center;
  letter-spacing: .5rem
}

.main .section_seven .container_one .article .text1 span {
  color: #d46d5f
}

.main .section_seven .container_one .article .text2 {
  font-size: clamp(12px, 3.25vw, 20px);
  font-weight: 600;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem
}

.main .section_seven .container_two {
  position: absolute;
  top: -6vw
}

.main .section_seven .container_two img {
  width: 100%;
  height: auto
}

.main .section_eight {
  margin-top: 25vw;
  padding: 15vw 0;
  background-color: #f5efeb;
  position: relative
}

@media screen and (min-width: 744px) {
  .main .section_eight {
    margin-top: 15%;
    padding: 12.5% 0
  }
}

.main .section_eight .container_one img {
  width: 100%;
  height: auto
}

.main .section_eight .container_one .inner_one {
  width: 80%;
  margin: 0 auto 10%
}

.main .section_eight .container_one .inner_two {
  margin-bottom: 20%
}

.main .section_eight .container_one .inner_two:last-of-type {
  margin: 0
}

.main .section_eight .container_one .inner_two .image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .image {
    margin-bottom: 2rem
  }
}

.main .section_eight .container_one .inner_two .image img {
  width: 25%
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .image img {
    width: 20%
  }
}

.main .section_eight .container_one .inner_two .image img.pc {
  display: none
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .image img.pc {
    display: inline
  }
}

.main .section_eight .container_one .inner_two .article .text1 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: .75rem;
  text-align: center;
  line-height: 1.25;
  color: #ee6152
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .article .text1 {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5
  }
}

.main .section_eight .container_one .inner_two .article .text2 {
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .article .text2 {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 2
  }
}

.main .section_eight .container_one .inner_two .link {
  display: flex;
  justify-content: center
}

.main .section_eight .container_one .inner_two .link a {
  display: inline-block;
  padding: .5rem 2rem;
  background-color: #e6645a;
  border: .125rem solid #f1c5c2;
  border-radius: 5rem;
  font-size: .75rem;
  color: #fff;
  text-decoration: none
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_one .inner_two .link a {
    font-size: 1rem
  }
}

.main .section_eight .container_two {
  position: absolute;
  top: -2%
}

@media screen and (min-width: 744px) {
  .main .section_eight .container_two {
    top: -4%
  }
}

.main .section_eight .container_two img {
  width: 100%;
  height: auto
}

.main .section_nine .ingredient {
  margin-top: 0
}

.main .section_nine .ingredient .ingredient__image {
  padding: 5% 0;
  background-color: #c8c8c8;
  border-top: .125rem solid #a0a0a0;
  border-bottom: .125rem solid #a0a0a0;
  color: #fff
}

.main .section_nine .ingredient .ingredient__image .ingredient__t1 {
  margin-bottom: 1rem;
  font-size: .875rem;
  text-align: center
}

@media screen and (min-width: 744px) {
  .main .section_nine .ingredient .ingredient__image .ingredient__t1 {
    font-size: 1.25rem
  }
}

.main .section_nine .ingredient .ingredient__image .ingredient__t2 {
  margin-bottom: 1rem;
  font-family: "Nunito";
  font-size: .625rem;
  text-align: center
}

@media screen and (min-width: 744px) {
  .main .section_nine .ingredient .ingredient__image .ingredient__t2 {
    margin-bottom: 2rem;
    font-size: .75rem
  }
}

.main .section_nine .ingredient .ingredient__image .ingredient__btn {
  display: flex;
  justify-content: center
}

.main .section_nine .ingredient .ingredient__image .ingredient__btn a {
  padding: .5rem 2rem;
  border: .0625rem solid #fff;
  border-radius: 5rem;
  font-size: .75rem;
  color: #fff;
  text-decoration: none
}

@media screen and (min-width: 744px) {
  .main .section_nine .ingredient .ingredient__image .ingredient__btn a {
    font-size: .875rem
  }
}

.main .section_nine .section--ingredient {
  display: grid;
  gap: 4rem;
  padding: 3rem 5% 3rem;
  background-color: #f9f9f9
}

.main .section_nine .section--ingredient .ingredient__body .ingredient__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #e5005a
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .ingredient__title {
    margin-bottom: 2rem;
    font-size: 1.5rem
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap {
  width: 87.6923076923vw;
  margin: 0 auto 2rem;
  padding: 0;
  position: relative;
  background-image: url("../images/bracket-top-a.webp"), url("../images/bracket-bottom-a.webp");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap {
    width: 540px
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__title {
  font-size: 3.7333333333vw;
  padding: 9.3333333333vw 0;
  margin-bottom: 0;
  line-height: 1
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__title {
    padding: 3rem 0;
    font-size: 1.125rem
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__toggleIcon {
  position: relative;
  text-align: center
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__toggleIcon:before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  top: 8.4vw;
  right: 4vw;
  background-image: url("../images/open-a.svg")
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__toggleIcon:before {
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__toggleIcon.is-open:before {
  background-image: url("../images/close-a.svg")
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body {
  display: none;
  padding: 0vw 3.2vw 9.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.76em
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body {
    padding: 0 1rem 3rem;
    font-size: 1.125rem
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list {
  margin: 0 auto
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list .kv__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list .kv__item:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url("../images/kv-bar.webp");
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list .kv__item p {
  position: relative;
  z-index: 2;
  background-color: #f9f9f9
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list .kv__item p.kv__key {
  padding-right: 1rem
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .kv__list .kv__item p.kv__value {
  padding-left: 1rem
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__list {
  font-size: inherit;
  width: 60.8vw
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__list {
    width: 90%
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__large-text {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  text-align: center
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__large-text {
    font-size: 1.125rem
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__notice {
  font-size: 2.93333vw;
  line-height: 4.53333vw;
  text-align: left
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body .bracket__notice {
    font-size: .75rem;
    line-height: 1.5
  }
}

.main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body sub {
  font-size: 2.6666666667vw
}

@media screen and (min-width: 744px) {
  .main .section_nine .section--ingredient .ingredient__body .bracket .bracket__wrap .bracket__body sub {
    font-size: .75rem
  }
}

.main .section_balnk {
  padding: clamp(20px, 6.25vw, 80px) 0;
  position: relative
}

.main .section_balnk .container_one {
  position: absolute;
  top: -5vw;
  left: 0
}

@media screen and (min-width: 1280px) {
  .main .section_balnk .container_one {
    top: -2.5vw
  }
}

.main .section_balnk .container_one img {
  width: 100%;
  height: auto
}

.section_floating {
  position: fixed;
  right: .5rem;
  bottom: .5rem;
  z-index: 100
}

@media screen and (min-width: 744px) {
  .section_floating {
    right: 1rem;
    bottom: 1rem
  }
}

.section_floating a {
  display: block;
  width: 10rem
}

@media screen and (min-width: 744px) {
  .section_floating a {
    width: 15rem
  }
}

.section_floating a img {
  width: 100%;
  height: auto
}


/*着ぐるみキャンペーン*/

/*着ぐるみ終了
.main .section_five{
	padding-bottom:0 
}

.main .section_five:after {
  display: none;
}
*/

.main .kigurumi2504{
  margin-top: clamp(-64px, -20vw, -80px);
  margin-bottom: clamp(64px, 20vw, 80px);
  padding: clamp(32px, 10vw, 64px) 0;
  position: relative
}



.main .kigurumi2504:after {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 128/12;
  background-image: url("../images/separator-common.webp");
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0
}




.main .kigurumi2504 .container_two {
  padding: clamp(4px, 1.25vw, 8px);
  background-image: url("../images/present_bk.webp");
  background-size: 100%;
  position: relative
}

.main .kigurumi2504 .container_two:before,
.main .kigurumi2504 .container_two:after {
  content: "";
  display: inline-block;
  width: clamp(40px, 12.5vw, 64px);
  aspect-ratio: 1/1;
  background-image: url("../images/present_bk_top.webp");
  background-size: cover;
  position: absolute;
  z-index: 1
}

.main .kigurumi2504 .container_two:before {
  top: 0;
  left: 0
}

.main .kigurumi2504.container_two:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg)
}

.main .kigurumi2504 .container_two .inner_one {
  padding:2.5vw 0;
  background-color: #f2ebe2;
  position: relative
}

.main .kigurumi2504 .container_two .inner_one img {
  width: 100%;
  height: auto
}

.main .kigurumi2504 .container_two .inner_one .image2 {
  width: 100%;
  margin: 0 auto;
}

.main .kigurumi2504 .container_two .inner_one .image3 {
  display: flex;
  justify-content: center;
  /*margin-top: clamp(-24px, -5vw, -32px);*/	
  margin-top: clamp(-36px, -6vw, -46px);
  margin-bottom: 0;
  position: static;
}

/*@media screen and (min-width: 1280px) {
  .main .kigurumi2504 .container_two .inner_one .image3 {
    margin-bottom: 3rem
  }
}*/


.main .kigurumi2504 .container_two .inner_one .image3 img {
  width: 10%;
  height: auto
}

.main .kigurumi2504 .container_two .inner_one .image3 img:first-of-type {
  position: static;
  width: 100%;
  left: 0%;
  top: 0%;
}

.main .kigurumi2504 .container_two .inner_one .image4 {
  margin-bottom: clamp(16px, 5vw, 24px)
}

.main .kigurumi2504 .container_two .inner_one .article{
	padding: clamp(16px, 5vw, 24px)
}

.main .kigurumi2504 .container_two .inner_one .article .text1 {
  margin-bottom: .5rem;
  font-size: clamp(12px, 3.75vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center
}

@media screen and (min-width: 744px) {
  .main .kigurumi2504 .container_two .inner_one .article .text1 {
    line-height: 2
  }
}

.main .kigurumi2504 .container_two .inner_one .article .text1 span {
  padding: .25rem;
  background-color: #bda144;
  color: #fff
}

.main .section_five .kigurumi2504 .container_two .inner_one .article .text2 {
  font-size: .75rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5
}

@media screen and (min-width: 744px) {
  .main .kigurumi2504 .container_two .inner_one .article .text2 {
    line-height: 1.5
  }
}

.main .kigurumi2504 .container_two .inner_one .article .text2 span {
  color: #d87469
}
