@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body p {
  width: auto;
  margin-bottom: 0;
}

body.lp2024 p {
  line-height: 1.6;
}

body.lp2024 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #fff;
  margin: auto;
  color: #333;
}

@media screen and (max-width: 767px) {
  body.lp2024 {
    font-size: 4.2666666667vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*----------------------------------------------
共通
----------------------------------------------*/
.contents {
  max-width: 375px;
  width: 375px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents {
    width: 100%;
    max-width: 100%;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

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

.inner {
  max-width: 335px;
  width: 335px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 89.3333333333vw;
    width: 89.3333333333vw;
  }
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-en {
  font-family: Times, "Times New Roman", "Noto Serif JP", serif;
}

.u-shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.note {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 2.6666666667vw;
  }
}

.note.--666 {
  color: #666;
}

/*----------------------------------------------
header
----------------------------------------------*/
.header {
  text-align: right;
  position: relative;
  height: 0;
}

.header__logo {
  padding-top: 20px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo .logoo {
  width: 49px;
  height: 49px;
}

.header__logo .debut {
  width: 93px;
}

.pc-bg {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  top: 0;
}

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

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

/*----------------------------------------------
mv
----------------------------------------------*/
.mv {
  position: relative;
  padding-top: 439px;
  padding-bottom: 57px;
}

.mv::before {
  position: absolute;
  content: "";
  background: url(../image/mv02.png) no-repeat center top/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mv {
    padding-top: 117.0666666667vw;
    padding-bottom: 15.2vw;
    /* padding-bottom: 0; */
  }

  .mv::before {
    background: url(../image/mv.png) no-repeat center top/cover;
  }

  /* .mv.is-pd{
    padding-bottom: 31.2vw;
  } */
}

.mv__text {
  color: #fff;
}

.mv__text .text01 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .mv__text .text01 {
    font-size: 8vw;
  }
}

.mv__text .text02 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 767px) {
  .mv__text .text02 {
    font-size: 12.8vw;
  }
}

.mv__text .text03 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .mv__text .text03 {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__text .text03 {
    margin-top: 3.2vw;
  }
}

.mv-bottom {
  z-index: 30;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: none;
}

@media screen and (min-width: 768px) {
  .mv-bottom {
    margin-top: -35px;
    width: 375px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mv-bottom {
    /* opacity: 0;
    visibility: hidden; */
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* display: none; */
  }
  /* .mv-bottom.is-sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  } */
  .mv-bottom.is-hidden{
    visibility: hidden;
    opacity: 0;
  }
}

.mv-bottom a:hover {
  opacity: 0.9;
}

.mv-bottom__text {
  position: relative;
  text-align: center;
  padding: 20px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mv-bottom__text {
    font-size: 5.3333333333vw;
  }
}

.mv-bottom__text::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 93px;
  background: url(../image/mv-bottom.png) no-repeat center center/contain;
  left: 0;
  bottom: 12px;
}

.mv-bottom__text::after {
  position: absolute;
  content: "";
  background: url(../image/arrow.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .mv-bottom__text {
    padding: 5.3333333333vw 0;
  }

  .mv-bottom__text::before {
    width: 19.7333333333vw;
    height: 24.8vw;
    bottom: 3.2vw;
  }

  .mv-bottom__text::after {
    width: 2.4vw;
    height: 3.7333333333vw;
  }
}

/*----------------------------------------------
cta
----------------------------------------------*/
/*----------------------------------------------
award
----------------------------------------------*/
.award {
  padding-top: 27px;
  padding-bottom: 16px;
  background: url(../image/award-bg.png) no-repeat center center/cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .award {
    margin-top: -7px;
  }
}

.award::after {
  position: absolute;
  content: "";
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 27px solid #ddeff5;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .award {
    padding-top: 7.2vw;
    padding-bottom: 4.2666666667vw;
  }

  .award::after {
    bottom: -6.9333333333vw;
    border-right: 7.4666666667vw solid transparent;
    border-left: 7.4666666667vw solid transparent;
    border-top: 7.2vw solid #ddeff5;
  }
}

.award .img01,
.award .img02 {
  margin-inline: auto;
  display: block;
}

.award .img01{
  width: 208px;
}

@media screen and (max-width: 767px) {
  .award .img01 {
    width: 55.4666666667vw;
  }
}

.award .img02 {
  width: 166px;
}

@media screen and (max-width: 767px) {
  .award .img02 {
    width: 44.2666666667vw;
  }
}

.award__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .award__text {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .award__text {
    margin-top: 1.3333333333vw;
  }
}

.award .img02 {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .award .img02 {
    margin-top: 1.6vw;
  }
}

.award .note {
  text-align: right;
  margin-top: -3px;
}

/*----------------------------------------------
about
----------------------------------------------*/
.about {
  background: url(../image/about-bg.png) no-repeat center center/cover;
  padding-top: 45px;
  padding-bottom: 27px;
  margin-top: -1px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 12vw;
    padding-bottom: 7.2vw;
  }
}

.about__subttl {
  font-size: 27px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  color: #644116;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about__subttl {
    font-size: 7.2vw;
  }
}

.about__subttl small {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .about__subttl small {
    font-size: 6.4vw;
  }
}

.about__subttl .asta-wrap {
  position: relative;
}

.about__subttl .asta {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  top: -0.3em;
}

@media screen and (max-width: 767px) {
  .about__subttl .asta {
    font-size: 5.3333333333vw;
  }
}

.about__ttl {
  color: #644116;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 11.7333333333vw;
  }
}

.about__ttl .small {
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .about__ttl .small {
    font-size: 9.6vw;
  }
}

@media screen and (max-width: 767px) {
  .about__ttl {
    margin-top: 1.0666666667vw;
  }
}

.about .img01 {
  margin-inline: auto;
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .about .img01 {
    margin-top: 4.2666666667vw;
  }
}

.about .img02 {
  width: 326px;
  margin-top: -32px;
  margin-inline: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .about .img02 {
    width: 86.9333333333vw;
    margin-top: -8.5333333333vw;
  }
}

.about__list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 14px 11px 32px 16px;
  position: relative;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .about__list {
    padding: 3.7333333333vw 2.9333333333vw 8.5333333333vw 4.2666666667vw;
    margin-top: 3.7333333333vw;
  }
}

body.lp2024 p.about__listTttl {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  background: #a79078;
  padding: 5px 13px 6px 20px;
  border-radius: 0 20px 20px 0;
  position: relative;
  color: #fff;
  margin-left: -40px;
  white-space: nowrap;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  body.lp2024 p.about__listTttl {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  body.lp2024 p.about__listTttl {
    padding: 1.3333333333vw 3.4666666667vw 1.6vw 5.3333333333vw;
    margin-left: -10.6666666667vw;
    margin-bottom: 3.2vw;
  }
}

.about__item {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.01em;
}

.about__item::before {
  content: "";
  background: url(../image/check.png) no-repeat center center/contain;
  width: 30px;
  height: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .about__item {
    font-size: 3.7333333333vw;
    font-weight: 600;
  }

  .about__item::before {
    width: 8vw;
    height: 6.4vw;
    margin-right: 2.1333333333vw;
  }
}

.about__item+.about__item {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .about__item+.about__item {
    margin-top: 2.1333333333vw;
  }
}

.about .note {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .about .note {
    margin-top: 1.8666666667vw;
  }
}

/*----------------------------------------------

----------------------------------------------*/
/*----------------------------------------------
product
----------------------------------------------*/
.product-mv {
  padding-top: 40px;
  aspect-ratio: 375/517;
  box-sizing: content-box;
  background: url(../image/bnr.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .product-mv {
    padding-top: 10.6666666667vw;
  }
}

#volume-index05 .product-mv {
  background: url(../image/product-prev.png) no-repeat center center/cover;
}

.product-name .name-en {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .product-name .name-en {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .product-name .name-en {
    margin-left: 0.8vw;
  }
}

.product-name .name-ja {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-top: 8px;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .product-name .name-ja {
    font-size: 7.4666666667vw;
  }
}

.product-name .name-ja .small {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .product-name .name-ja .small {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .product-name .name-ja {
    margin-top: 2.1333333333vw;
    font-size: 7.2vw;
  }

  .product-name .name-ja .small {
    margin-left: 1.3333333333vw;
  }
}

.product-lineup {
  background: #fff;
  border-radius: 32px 32px 0 0;
  margin-top: -22px;
}

@media screen and (max-width: 767px) {
  .product-lineup {
    margin-top: -5.8666666667vw;
  }
}

.product-lineup.--new .inner {
  position: relative;
}

.product-lineup.--new .inner::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background: url(../image/icon-new.png) no-repeat center center/contain;
  top: -32px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .product-lineup.--new .inner::after {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    top: -8.5333333333vw;
  }
}

.product .price {
  padding-top: 22px;
}

.product .price .m {
  font-size: 27px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .product .price .m {
    font-size: 7.2vw;
  }
}

.product .price .xs {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .product .price .xs {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .product .price {
    padding-top: 5.8666666667vw;
  }
}

#volume-index05 .price {
  color: #00608d;
}

.product__btn {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .product__btn {
    margin-top: 4.8vw;
  }
}

.product__btn a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 13px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 32px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product__btn a {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .product__btn a {
    padding-top: 2.9333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}

.product__btn.--comingsoon a {
  background: #c8c8c8;
  pointer-events: none;
}

.product__btn.--brown a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 138, 104)), to(rgb(125, 93, 59)));
  background-image: linear-gradient(180deg, rgb(162, 138, 104), rgb(125, 93, 59));
  border: 1px solid #a79078;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
}

.product__btn.--brown a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../image/arrow.png) no-repeat center center/contain;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .product__btn.--brown a::after {
    width: 2.4vw;
    height: 3.7333333333vw;
    right: 6.6666666667vw;
  }
}

.product__btn.--blue a {
  background: linear-gradient(267deg, #00608d 4.03%, #2088b9 93.88%);
  border: 1px solid #00608d;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.32);
}

.product__btn.--blue a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../image/arrow-blue.png) no-repeat center center/contain;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .product__btn.--blue a::after {
    width: 2.4vw;
    height: 3.7333333333vw;
    right: 6.6666666667vw;
  }
}

.product__detail {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .product__detail {
    margin-top: 6.4vw;
  }
}

.product__detail .box {
  padding: 8px;
  border-radius: 4px;
  background: rgba(224, 210, 197, 0.5);
}

@media screen and (max-width: 767px) {
  .product__detail .box {
    padding: 2.1333333333vw;
  }
}

#volume-index05 .product__detail .box {
  background: rgba(222, 231, 237, 0.4);
}

.product__detail .ttl {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product__detail .ttl {
    font-size: 3.7333333333vw;
  }
}

.product__detail .list li {
  margin-top: 2px;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}

.product__detail .list li::before {
  position: absolute;
  content: "・";
  top: 0.7em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .product__detail .list li {
    margin-top: 0.5333333333vw;
    font-size: 3.2vw;
  }
}

.product-single {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .product-single {
    margin-top: 6.6666666667vw;
  }
}

.product-single .ttl {
  color: #644116;
  text-align: center;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-single .ttl {
    font-size: 4.2666666667vw;
  }
}

.product-single .ttl::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../image/ttl-line.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .product-single .ttl {
    padding-bottom: 3.2vw;
  }

  .product-single .ttl::after {
    width: 48vw;
    height: 0.2666666667vw;
  }
}

#volume-index05 .product-single .ttl {
  color: #333;
}

#volume-index05 .product-single .ttl::after {
  background: url(../image/ttl-line-blue.png) no-repeat center center/contain;
}

.lineup__swiper-wrapper {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineup__swiper-wrapper {
    margin-top: 8.5333333333vw;
  }
}

.lineupSwiper {
  padding-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper {
    padding-bottom: 15.2vw;
  }
}

.lineupSwiper .swiper-slide {
  height: auto;
}

.lineupSwiper .swiper-slide .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .swiper-slide .item {
    gap: 1.0666666667vw;
  }
}

.lineupSwiper img {
  margin-inline: auto;
  display: block;
  height: 144px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 767px) {
  .lineupSwiper img {
    height: 38.4vw;
  }
}

.lineupSwiper .product01 {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product01 {
    width: 16vw;
  }
}

.lineupSwiper .product02 {
  width: 54px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product02 {
    width: 14.4vw;
  }
}

.lineupSwiper .product03 {
  width: 48px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product03 {
    width: 12.8vw;
  }
}

.product-lineup.--prev .lineupSwiper .product03 {
  width: 61px;
}

@media screen and (max-width: 767px) {
  .product-lineup.--prev .lineupSwiper .product03 {
    width: 16.2666666667vw;
  }
}

.lineupSwiper .product04 {
  width: 95px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product04 {
    width: 25.3333333333vw;
  }
}

.product-lineup.--prev .lineupSwiper .product04 {
  width: 47px;
}

@media screen and (max-width: 767px) {
  .product-lineup.--prev .lineupSwiper .product04 {
    width: 12.5333333333vw;
  }
}

.product-lineup.--prev .lineupSwiper .product05 {
  width: 93px;
}

@media screen and (max-width: 767px) {
  .product-lineup.--prev .lineupSwiper .product05 {
    width: 24.8vw;
  }
}

.product-lineup.--prev .lineupSwiper .product06 {
  width: 93px;
}

@media screen and (max-width: 767px) {
  .product-lineup.--prev .lineupSwiper .product06 {
    width: 24.8vw;
  }
}

.product-lineup.--prev .lineupSwiper .product07 {
  width: 95px;
}

@media screen and (max-width: 767px) {
  .product-lineup.--prev .lineupSwiper .product07 {
    width: 25.3333333333vw;
  }
}

.lineupSwiper .name {
  text-align: center;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .name {
    margin-top: 3.7333333333vw;
    font-size: 3.2vw;
  }
}

.lineupSwiper .amount {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .amount {
    font-size: 3.2vw;
  }
}

.lineupSwiper .product__btn {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product__btn {
    margin-top: 3.2vw;
  }
}

.lineupSwiper .product__btn a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 5px 20px 9px 20px;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product__btn a {
    font-size: 4.2666666667vw;
  }
}

.lineupSwiper .product__btn a::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .lineupSwiper .product__btn a {
    padding: 1.3333333333vw 5.3333333333vw 2.4vw 5.3333333333vw;
  }
}

.lineupSwiper .product__btn.--brown a {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.lineupSwiper .product__btn.--blue a {
  -webkit-box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #644116;
}

#tab-volume .lineupSwiper .swiper-pagination-bullet {
  background: #d9d9d9;
}

#tab-volume .lineupSwiper .swiper-pagination-bullet-active {
  background: #00608d;
}

/*----------------------------------------------
point
----------------------------------------------*/
.point-lead {
  padding-top: 41px;
  padding-bottom: 27px;
  position: relative;
}

.point-lead::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/point-leadbg-3.png) no-repeat center center/cover;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .point-lead {
    padding-top: 10.9333333333vw;
    padding-bottom: 7.2vw;
  }
}

.point .lead-text01 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .point .lead-text01 {
    font-size: 6.4vw;
  }
}

.point .lead-text01 .water {
  font-size: 32px;
  color: #00608d;
}

@media screen and (max-width: 767px) {
  .point .lead-text01 {
    margin-top: 4vw;
  }

  .point .lead-text01 .water {
    font-size: 8.5333333333vw;
  }
}

.point .lead-text02 {
  margin-top: 270px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .point .lead-text02 {
    font-size: 4.2666666667vw;
  }
}

.point .lead-text02 .water {
  color: #00608d;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .point .lead-text02 .water {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .point .lead-text02 {
    margin-top: 72vw;
  }
}

.point .note {
  display: block;
  text-align: right;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .point .note {
    margin-top: 8.5333333333vw;
  }
}

.point-list {
  padding-top: 25px;
  padding-bottom: 27px;
  background: url(../image/point-list-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .point-list {
    padding-top: 6.6666666667vw;
    padding-bottom: 7.2vw;
  }
}

.point-list li+li {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .point-list li+li {
    margin-top: 7.2vw;
  }
}

.point-list li .point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

@media screen and (max-width: 767px) {
  .point-list li .point-head {
    gap: 6.1333333333vw;
  }
}

.point-list li:nth-child(odd) .point-head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.point-list li:nth-child(even) .point-head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.point-list li:nth-child(2) .point-head {
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .point-list li:nth-child(2) .point-head {
    gap: 12vw;
  }
}

.point-list li .num img {
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .point-list li .num img {
    width: 18.6666666667vw;
  }
}

.point-list li .ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .point-list li .ttl {
    font-size: 5.3333333333vw;
  }
}

.point-list li .ttl .blue {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  color: #00608d;
}

@media screen and (max-width: 767px) {
  .point-list li .ttl .blue {
    font-size: 7.4666666667vw;
  }
}

.point-list li:nth-child(2) .ttl .blue,
.point-list li:nth-child(3) .ttl .blue {
  font-size: 32px;
}

@media screen and (max-width: 767px) {

  .point-list li:nth-child(2) .ttl .blue,
  .point-list li:nth-child(3) .ttl .blue {
    font-size: 8.5333333333vw;
  }
}

.point-list li .text01 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 25px;
  width: 280px;
}

.point-list li .text01 .note {
  display: block;
  text-align: right;
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .point-list li .text01 {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
    width: 74.6666666667vw;
  }

  .point-list li .text01 .note {
    margin-top: 11.2vw;
  }
}

.point-list li:nth-child(odd) .text01 {
  margin-left: auto;
}

.point-list li:nth-child(even) .text01 {
  margin-right: auto;
}

/*----------------------------------------------
choice
----------------------------------------------*/
.choice__ttl {
  text-align: center;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  background-color: #a79078;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .choice__ttl {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .choice__ttl {
    padding: 3.2vw 0;
  }
}

.choice-row {
  background-image: -webkit-gradient(linear, left top, right top, from(#cfc4bd), color-stop(50%, #dee7ed));
  background-image: linear-gradient(90deg, #cfc4bd 0% 50%, #dee7ed 50% 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.choice-row.--btnbottom {
  padding-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .choice-row.--btnbottom {
    padding-bottom: 10.4vw;
  }
}

.choice-row .item {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .choice-row .item {
    padding: 0 4vw;
  }
}

.choice-row.--topimg .item {
  padding-top: 74px;
  padding-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .choice-row.--topimg .item {
    padding-top: 19.7333333333vw;
    padding-bottom: 6.4vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.choice-row .item.--new {
  position: relative;
}

.choice-row .item.--new::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  background: url(../image/choice-new.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .choice-row .item.--new::before {
    left: 5.3333333333vw;
    top: 5.3333333333vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}

.choice-row .item .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .choice-row .item .ttl {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .choice-row .item .ttl {
    margin-top: 3.7333333333vw;
  }
}

.choice-question {
  background: #fff;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.choice-question p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .choice-question p {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .choice-question {
    padding: 3.2vw 0;
  }
}

.choice-row .item ul {
  padding-top: 24px;
  padding-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .choice-row .item ul {
    padding-top: 6.4vw;
    padding-bottom: 5.6vw;
  }
}

.choice-row .item li {
  font-weight: 300;
  padding-left: 1em;
  position: relative;
}

.choice-row .item li::before {
  position: absolute;
  content: "・";
  top: 0.7em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.choice-row .item li+li {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .choice-row .item li+li {
    margin-top: 1.0666666667vw;
  }
}

.choice-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-top: 7px;
  padding-bottom: 9px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .choice-btn a {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .choice-btn a {
    padding-top: 1.8666666667vw;
    padding-bottom: 2.4vw;
  }
}

.choice-btn.--brown a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 138, 104)), to(rgb(125, 93, 59)));
  background-image: linear-gradient(180deg, rgb(162, 138, 104), rgb(125, 93, 59));
}

.choice-btn.--blue a {
  background: linear-gradient(267deg, #00608d 4.03%, #2088b9 93.88%);
}

.choice-row.--tabbtn .item {
  padding: 0;
}

.choice-tabbtn a {
  margin-top: 84px;
  border-radius: 24px 24px 0 0;
  font-size: 14px;
  padding-top: 12.5px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .choice-tabbtn a {
    margin-top: 22.4vw;
    font-size: 3.7333333333vw;
    padding-top: 3.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}

.choice-tabbtn.--brown a {
  color: #2c251f;
  background: #fff;
  border: 2px solid #2d2926;
}

.choice-tabbtn.--brown.--active a {
  color: #fff;
  background: #a79078;
  border: 2px solid #a79078;
}

.choice-tabbtn.--blue a {
  color: #00608d;
  background: #fff;
  border: 2px solid #88afd3;
}

.choice-tabbtn.--blue.--active a {
  color: #fff;
  background: #00608d;
  border: 2px solid #00608d;
}

.hidden {
  display: none;
}

/*----------------------------------------------
タブ
----------------------------------------------*/
.index01 {
  padding-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .index01 {
    padding-bottom: 9.0666666667vw;
  }
}

.tsuya-index01 {
  background: url(../image/tsuya-index01-bg.png) no-repeat center bottom/cover;
}

.volume-index01 {
  background: #fff url(../image/volume-index01-bg.png) no-repeat center center/cover;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .volume-index01 {
    padding-bottom: 10.6666666667vw;
  }
}

.index01 .index01-head {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head {
    padding-top: 10.6666666667vw;
  }
}

.index01 .index01-head .text01 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .text01 {
    font-size: 4.2666666667vw;
  }
}

.index01 .index01-head .text01 .u-en {
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .text01 .u-en {
    font-size: 5.3333333333vw;
  }
}

.index01 .index01-head .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .box-text {
    gap: 1.3333333333vw;
    margin-top: 1.0666666667vw;
  }
}

.index01 .index01-head .box-text .item {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  padding: 5px 12px 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a28a68), to(#7d5d3b));
  background-image: linear-gradient(180deg, #a28a68, #7d5d3b);
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .box-text .item {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .box-text .item {
    padding: 1.3333333333vw 3.2vw 1.6vw;
  }
}

.index01 .index01-head .box-text .plus {
  font-weight: 700;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .box-text .plus {
    font-size: 5.8666666667vw;
  }
}

.index01 .index01-head .text02 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .text02 {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .index01 .index01-head .text02 {
    margin-top: 1.6vw;
  }
}

.index01 .index01-head .text03 {
  color: #644116;
  margin-top: 4px;
}

.tsuya-index01 .index01-head .text03 {
  color: #644116;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .tsuya-index01 .index01-head .text03 {
    font-size: 7.4666666667vw;
  }
}

.volume-index01 .index01-head .text03 {
  color: #00608d;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .volume-index01 .index01-head .text03 {
    font-size: 6.4vw;
  }
}

.index01 .nayami {
  margin-top: 324px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami {
    margin-top: 86.4vw;
  }
}

.tsuya-index01 .nayami {
  margin-top: 350px;
}

@media screen and (max-width: 767px) {
  .tsuya-index01 .nayami {
    margin-top: 93.3333333333vw;
  }
}

.volume-index01 .nayami {
  margin-top: 405px;
}

@media screen and (max-width: 767px) {
  .volume-index01 .nayami {
    margin-top: 108vw;
  }
}

.index01 .nayami .nayami__head {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami .nayami__head {
    padding-top: 10.6666666667vw;
  }
}

.index01 .nayami .nayami__head img {
  width: 276px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami .nayami__head img {
    width: 73.6vw;
  }
}

.index01 .nayami .nayami__head .ttl {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami .nayami__head .ttl {
    font-size: 6.4vw;
  }
}

.index01 .nayami ul {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami ul {
    margin-top: 4.2666666667vw;
  }
}

.tsuya-index01 .nayami ul {
  background: rgba(224, 210, 197, 0.7);
  border-radius: 4px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .tsuya-index01 .nayami ul {
    padding: 2.1333333333vw;
  }
}

.index01 .nayami li {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.index01 .nayami li::before {
  content: "";
  width: 30px;
  height: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami li {
    font-size: 3.7333333333vw;
    font-weight: 600;
  }

  .index01 .nayami li::before {
    width: 8vw;
    height: 6.4vw;
    margin-right: 2.1333333333vw;
  }
}

.tsuya-index01 .nayami li::before {
  background: url(../image/check-brown.png) no-repeat center center/contain;
}

.volume-index01 .nayami li::before {
  background: url(../image/check-blue.png) no-repeat center center/contain;
}

.index01 .nayami li+li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .index01 .nayami li+li {
    margin-top: 2.1333333333vw;
  }
}

.index01 .kudoka {
  border-radius: 12px;
  background: #fff;
  margin-top: 24px;
  padding: 45px 18px 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka {
    margin-top: 6.4vw;
    padding: 12vw 4.8vw 8.5333333333vw;
  }
}

.index01 .kudoka .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .ttl {
    font-size: 7.4666666667vw;
  }
}

.index01 .kudoka .ttl .sub {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .ttl .sub {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .ttl {
    margin-bottom: 6.4vw;
  }

  .index01 .kudoka .ttl .sub {
    margin-bottom: 1.0666666667vw;
  }
}

.index01 .kudoka .text {
  font-size: 13px;
  font-weight: 300;
  margin-top: 17px;
}

.index01 .kudoka .text .note {
  display: block;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .text {
    font-size: 3.4666666667vw;
    margin-top: 4.5333333333vw;
  }

  .index01 .kudoka .text .note {
    margin-top: 2.1333333333vw;
  }
}

.index01 .kudoka .video {
  margin-top: 23px;
}

.index01 .kudoka .video video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .video {
    margin-top: 6.1333333333vw;
  }
}

.index01 .kudoka .video .ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .video .ttl {
    font-size: 5.3333333333vw;
  }
}

.index01 .kudoka .video .ttl .small {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .video .ttl .small {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .video .ttl {
    margin-bottom: 4.2666666667vw;
  }
}

.index01 .kudoka .video .note+.note {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .index01 .kudoka .video .note+.note {
    margin-top: 1.0666666667vw;
  }
}

/*---------------------------------------------
商品紹介(タブ内共通)
----------------------------------------------*/
.itemintro {
  padding: 32px 0 24px;
}

@media screen and (max-width: 767px) {
  .itemintro {
    padding: 8.5333333333vw 0 6.4vw;
  }
}

#tab-volume .itemintro__ttl {
  color: #00608d;
}

.itemintro__ttl .cat {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .itemintro__ttl .cat {
    font-size: 4.2666666667vw;
  }
}

.itemintro__ttl .name {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .itemintro__ttl .name {
    font-size: 6.4vw;
  }
}

.itemintro__ttl .name .u-en {
  font-size: 24px;
  line-height: 1.4;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .itemintro__ttl .name {
    margin-top: 2.1333333333vw;
  }

  .itemintro__ttl .name .u-en {
    font-size: 6.4vw;
    margin-left: 1.0666666667vw;
  }
}

.itemintro__img {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .itemintro__img {
    margin-top: 2.1333333333vw;
  }
}

.itemintro__text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .itemintro__text {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .itemintro__text {
    margin-top: -5.3333333333vw;
  }
}

.itemintro__boxtext {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .itemintro__boxtext {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}

#tab-volume .itemintro__boxtext {
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  #tab-volume .itemintro__boxtext {
  }
}

.itemintro__price {
  margin-top: 24px;
  color: #644116;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .itemintro__price {
    font-size: 7.4666666667vw;
  }
}

.itemintro__price .--14 {
  font-size: 14px;
}

.itemintro__price .xs {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .itemintro__price .xs {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .itemintro__price {
    margin-top: 6.4vw;
  }

  .itemintro__price .--14 {
    font-size: 3.7333333333vw;
  }
}

#tab-volume .itemintro__price {
  color: #333;
}

.itemintro .note {
  text-align: right;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .itemintro .note {
    margin-top: 4.2666666667vw;
  }
}

.itempoint__block {
  position: relative;
  padding-top: 80px;
}

.itempoint__block::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 767px) {
  .itempoint__block {
    padding-top: 21.3333333333vw;
  }

  .itempoint__block::before {
    top: 4.2666666667vw;
    width: 23.4666666667vw;
    height: 23.4666666667vw;
  }
}

.itempoint__block:nth-child(1)::before {
  background: url(../image/num-point01.png) no-repeat center center/contain;
}

#tab-volume .itempoint__block:nth-child(1)::before {
  background: url(../image/num-point01-blue.png) no-repeat center center/contain;
}

.itempoint__block:nth-child(2)::before {
  background: url(../image/num-point02.png) no-repeat center center/contain;
}

#tab-volume .itempoint__block:nth-child(2)::before {
  background: url(../image/num-point02-blue.png) no-repeat center center/contain;
}

.itempoint__box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 40px 16px 24px;
  -webkit-box-shadow: 16px 12px 28px rgba(207, 196, 189, 0.32);
  box-shadow: 16px 12px 28px rgba(207, 196, 189, 0.32);
}

@media screen and (max-width: 767px) {
  .itempoint__box {
    padding: 10.6666666667vw 4.2666666667vw 6.4vw;
  }
}

#tab-volume .itempoint__box {
  -webkit-box-shadow: 12px 10px 17px rgba(0, 96, 141, 0.12);
  box-shadow: 12px 10px 17px rgba(0, 96, 141, 0.12);
}

.itempoint__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .itempoint__ttl {
    font-size: 6.4vw;
  }
}

.itempoint__ttl .small {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .itempoint__ttl .small {
    font-size: 5.3333333333vw;
  }
}

.itempoint__ttl .small2 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .itempoint__ttl .small2 {
    font-size: 4.8vw;
  }
}

.itempoint__subttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .itempoint__subttl {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .itempoint__subttl {
    margin-top: 3.2vw;
  }
}

.itempoint__img {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .itempoint__img {
    margin-top: 6.4vw;
  }
}

.itempoint__text {
  margin-top: 19px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7!important;
}

.itempoint__text .note {
  display: block;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .itempoint__text {
    margin-top: 5.0666666667vw;
    font-size: 4.2666666667vw;
  }

  .itempoint__text .note {
    margin-top: 2.1333333333vw;
  }
}

/*----------------------------------------------
ingredient
----------------------------------------------*/
.ingredient {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .ingredient {
    margin-top: 6.4vw;
  }
}

.ingredientSwiper01 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ingredientSwiper01 {
    padding-bottom: 13.3333333333vw;
  }
}

.ingredient__swiper-wrapper {
  position: relative;
  overflow: hidden;
}

.ingredientSwiper01 .swiper-pagination-bullet {
  background: #5c5c5c;
}

.ingredientSwiper01 .swiper-pagination-bullet-active {
  background: #c9a063;
}

#tab-volume .ingredientSwiper01 .swiper-pagination-bullet {
  background: #d9d9d9;
}

#tab-volume .ingredientSwiper01 .swiper-pagination-bullet-active {
  background: #00608d;
}

.ingredient .swiper-slide .cat {
  display: inline-block;
  font-weight: 300;
  font-size: 10px;
  color: #fff;
  background: #c9a063;
  border-radius: 4px;
  padding: 2px 4px;
}

@media screen and (max-width: 767px) {
  .ingredient .swiper-slide .cat {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}

.ingredient .swiper-slide .name {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
}

.ingredient .swiper-slide .name .small {
  font-size: 14px;
  font-weight: 300;
}

.ingredient .swiper-slide .name .small02 {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .ingredient .swiper-slide .name {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 600;
  }

  .ingredient .swiper-slide .name .small {
    font-size: 3.7333333333vw;
  }

  .ingredient .swiper-slide .name .small02 {
    font-size: 3.2vw;
  }
}

.ingredient .swiper-slide .text {
  margin-top: 4px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .ingredient .swiper-slide .text {
    margin-top: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}

.ingredient-note {
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .ingredient-note {
    margin-top: 2.1333333333vw;
  }
}

/*---------------------------------------------
商品紹介(タブ内共通)ここまで
----------------------------------------------*/
.tsuya-index02 .itemintro {
  background: url(../image/tsuya-shampoo-bg.png) no-repeat center top/cover;
  margin-top: -1px;
}

.volume-index02 {
  margin-top: -1px;
}

.volume-index02 .itemintro {
  background: url(../image/volume-shampoo-bg.png) no-repeat center top/cover;
  padding-top: 42px;
  padding-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .volume-index02 .itemintro {
    padding-top: 11.2vw;
    padding-bottom: 11.2vw;
  }
}

.index02 .itempoint {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .index02 .itempoint {
    padding-bottom: 10.6666666667vw;
  }
}

.tsuya-index02 .itempoint {
  background: #fff url(../image/tsuya-shampoo-bg02.png) no-repeat center top/cover;
  margin-top: -2px;
}

.volume-index02 .itempoint {
  background: #fff url(../image/volume-shampoo-bg02.png) no-repeat center top/cover;
}

.index02 .itemintro__img {
  text-align: center;
}

.index02 .itemintro__img img {
  width: 181px;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .index02 .itemintro__img img {
    width: 48.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}

.volume-index02 .itemintro__img img {
  width: 184px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .volume-index02 .itemintro__img img {
    width: 49.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.index03 {
  margin-top: -1px;
}

.tsuya-index03 {
  background: #fff;
}

.tsuya-index03 .itemintro {
  background: url(../image/tsuya-treatment-bg.png) no-repeat center top -1px/cover;
}

.volume-index03 .itemintro {
  background: #E2EBF3 url(../image/volume-treatment-bg.png) no-repeat center top -1px/cover;
  padding-top: 41px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .volume-index03 .itemintro {
    padding-top: 10.9333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}

.index03 .itempoint {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .index03 .itempoint {
    padding-bottom: 8.5333333333vw;
  }
}

.tsuya-index03 .itempoint {
  background: url(../image/tsuya-treatment-bg02-2.png) no-repeat center top -1px/cover;
  margin-top: -1px;
}

.tsuya-index03 .itempoint.--11435 {
  background: url(../image/tsuya-11435-bg.png) no-repeat center top -1px/cover;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .tsuya-index03 .itempoint.--11435 {
    padding-bottom: 9.633333vw;
  }
}

.tsuya-index03 .itempoint.--11435 .itempoint__block {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .tsuya-index03 .itempoint.--11435 .itempoint__block {
    padding-top: 10.6666666667vw;
  }
}

.tsuya-index03 .itempoint.--11435 .itempoint__block::before {
  content: none;
}

.volume-index03 .itempoint {
  background: #fff url(../image/volume-treatment-bg02.png) no-repeat center top/cover;
  padding-top: 5px;
  padding-bottom: 48px;
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .volume-index03 .itempoint {
    padding-top: 1.3333333333vw;
    padding-bottom: 12.8vw;
  }
}

.index03 .itemintro__img {
  text-align: center;
}

.index03 .itemintro__img img {
  width: 179px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .index03 .itemintro__img img {
    width: 47.7333333333vw;
    padding-left: 8vw;
  }
}

.volume-index03 .itemintro__img {
  margin-bottom: 49px;
}

.volume-index03 .itemintro__img img {
  width: 124.45px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .volume-index03 .itemintro__img {
    margin-bottom: 13.0666666667vw;
  }

  .volume-index03 .itemintro__img img {
    width: 32.92vw;
  }
}

.tsuya-index03 .itempoint__img.--graph img {
  width: 228px;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .tsuya-index03 .itempoint__img.--graph img {
    width: 60.8vw;
  }
}

.index03 .itempoint__img.--graph img+img {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .index03 .itempoint__img.--graph img+img {
    margin-top: 2.1333333333vw;
  }
}

.index03 .itempoint__block .note {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .index03 .itempoint__block .note {
    margin-top: 2.1333333333vw;
  }
}

.tsuya-index04 {
  margin-top: -3px;
}

.tsuya-index04 .itemintro {
  background: url(../image/tsuya-oil-bg-2.png) no-repeat center top/cover;
  margin-top: -2px;
  padding-top: 57px;
}

@media screen and (max-width: 767px) {
  .tsuya-index04 .itemintro {
    padding-top: 15.2vw;
  }
}

.volume-index04 .itemintro {
  background: url(../image/volume-oil-bg-3.png) no-repeat center top -35px/cover;
  padding-top: 41px;
  margin-top: -1px;
  padding-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .volume-index04 .itemintro {
    background: url(../image/volume-oil-bg-3.png) no-repeat center top -7.93333vw/cover;
    padding-top: 10.9333333333vw;
    padding-bottom: 9.0666666667vw;
  }
}

.index04 .itempoint {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .index04 .itempoint {
    padding-bottom: 10.6666666667vw;
  }
}

.tsuya-index04 .itempoint {
  background: #fff url(../image/tsuya-oil-bg02.png) no-repeat center top -1px/cover;
  padding-bottom: 61px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .tsuya-index04 .itempoint {
    padding-bottom: 16.2666666667vw;
  }
}

.volume-index04 .itempoint {
  background: url(../image/volume-oil-bg02.png) no-repeat center bottom/cover;
}

.index04 .itemintro__img {
  text-align: center;
  margin-top: 97px;
  margin-bottom: 40px;
}

.index04 .itemintro__img img {
  width: 85px;
}

@media screen and (max-width: 767px) {
  .index04 .itemintro__img {
    margin-top: 24vw;
    margin-bottom: 10.6666666667vw;
  }

  .index04 .itemintro__img img {
    width: 22.6666666667vw;
  }
}

.volume-index04 {
  background: #fff;
  margin-top: -3px;
}

.volume-index04 .itemintro__img {
  margin-top: 59px;
  margin-bottom: 47px;
}

.volume-index04 .itemintro__img img {
  width: 85.79px;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .volume-index04 .itemintro__img {
    margin-top: 15.7333333333vw;
    margin-bottom: 12.5333333333vw;
  }

  .volume-index04 .itemintro__img img {
    width: 22.8773333333vw;
    margin-top: 3.266667vw;
  }
}

.expect {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .expect {
    margin-top: 4.5333333333vw;
  }
}

.expect__ttl {
  background: #dee7ed;
  color: #00608d;
  border-radius: 2px;
  text-align: center;
  padding: 3px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .expect__ttl {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .expect__ttl {
    padding: 0.8vw 0;
  }
}

.expect__text {
  margin-top: 16px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .expect__text {
    margin-top: 4.2666666667vw;
  }
}

.expect ul {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .expect ul {
    margin-top: 4.2666666667vw;
  }
}

.expect ul li {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.expect ul li::before {
  content: "";
  width: 30px;
  height: 24px;
  margin-right: 8px;
  background: url(../image/check-blue.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .expect ul li {
    font-size: 3.7333333333vw;
  }

  .expect ul li::before {
    width: 8vw;
    height: 6.4vw;
    margin-right: 2.1333333333vw;
  }
}

.expect ul li+li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .expect ul li+li {
    margin-top: 2.1333333333vw;
  }
}

.volume-index04-2 {
  background: #fff url(../image/volume-oil-bg03.png) no-repeat center top -1px/cover;
  padding: 20px 0 48px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .volume-index04-2 {
    padding: 5.3333333333vw 0 12.8vw;
  }
}

.volume-index04-2 .itempoint__block {
  padding-top: 0;
}

.volume-index04-2 .itempoint__block::before {
  content: none;
}

.volume-index04-2 .itempoint__box {
  background: rgba(255, 255, 255, 0.7);
}

.volume-index04-2 .itempoint__text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .volume-index04-2 .itempoint__text {
    font-size: 3.7333333333vw;
    margin-top: 5.8666666667vw;
  }
}

/*---------------------------------------------
.product 2つ目
----------------------------------------------*/
/*---------------------------------------------
howto
----------------------------------------------*/
.howto {
  padding: 24px 0 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .howto {
    padding: 6.4vw 0 8vw;
  }
}

.howto__subttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .howto__subttl {
    font-size: 5.3333333333vw;
  }
}

.howto__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .howto__ttl {
    font-size: 7.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .howto__ttl {
    margin-top: 2.1333333333vw;
  }
}

.howto__item {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .howto__item {
    margin-top: 10.6666666667vw;
  }
}

.howto__item+.howto__item {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .howto__item+.howto__item {
    margin-top: 6.4vw;
  }
}

.howto__item .img01 {
  margin-right: -4px;
}

@media screen and (max-width: 767px) {
  .howto__item .img01 {
    margin-right: -1.0666666667vw;
  }
}

.howto__item .img02 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .howto__item .img02 {
    margin-left: 5.3333333333vw;
  }
}

.howto__item .ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .howto__item .ttl {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .howto__item .ttl {
    margin-top: -5.3333333333vw;
  }
}

.howto__item+.howto__item .ttl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .howto__item+.howto__item .ttl {
    margin-top: 5.3333333333vw;
  }
}

.howto__item .text {
  font-weight: 300;
  margin-top: 16px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .howto__item .text {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

/*----------------------------------------------
cta2
----------------------------------------------*/
.cta2 {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .cta2 {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}

.cta2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-box-shadow: 16px 12px 28px rgba(128, 110, 100, 0.16);
  box-shadow: 16px 12px 28px rgba(128, 110, 100, 0.16);
  padding: 16px;
  border-radius: 8px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .cta2 a {
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}

.cta2 .logoo {
  width: 50px;
  padding: 14.7px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .cta2 .logoo {
    width: 13.3333333333vw;
    padding: 3.92vw;
  }
}

.cta2 .text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta2 .text {
    font-size: 5.3333333333vw;
  }
}

.cta2 .text .small {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .cta2 .text .small {
    font-size: 4.2666666667vw;
  }
}

/*----------------------------------------------
sns
----------------------------------------------*/
.sns {
  background: #fff;
  border-top: 1px solid #644116;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .sns {
    padding-top: 14.9333333333vw;
    padding-bottom: 14.9333333333vw;
  }
}

.sns ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
}

@media screen and (max-width: 767px) {
  .sns ul {
    row-gap: 8.5333333333vw;
  }
}

.sns ul a {
  display: grid;
  grid-template-columns: 38px 1fr;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

@media screen and (max-width: 767px) {
  .sns ul a {
    grid-template-columns: 10.1333333333vw 1fr;
    -webkit-column-gap: 2.9333333333vw;
    -moz-column-gap: 2.9333333333vw;
    column-gap: 2.9333333333vw;
  }
}

.sns img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sns .u-instagram {
  width: 68%;
  margin-inline: auto;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sns .u-instagram {
    margin-top: 1.3333333333vw;
  }
}

.sns .u-X {
  width: 61%;
  margin-inline: auto;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .sns .u-X {
    margin-top: 1.6vw;
  }
}

.sns .name {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .sns .name {
    font-size: 4.2666666667vw;
  }
}

.sns .text {
  text-decoration: underline;
  color: #333;
  font-size: 10px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .sns .text {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.sns a:visited{
  color: #000000;
}

/*----------------------------------------------
footer
----------------------------------------------*/
.footer {
  background: #333;
  color: #fff;
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 4.2666666667vw 8.5333333333vw;
  }
}

.lp2024 .copyright {
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lp2024 .copyright {
    font-size: 3.7333333333vw;
  }
}

/*----------------------------------------------
floating
----------------------------------------------*/
.floating {
  position: fixed;
  width: 375px;
  height: 105px;
  bottom: 50px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 1200px) {
  .floating {
    width: 31.25vw;
    height: 8.75vw;
  }
}

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

/* @media screen and (min-width: 768px) {
  .floating_sp{
    display: none;
  }
} */

/* @media screen and (max-width: 767px) {
  .floating_sp{
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  
  .floating_sp {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
} */