@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, "iroha-26tubaki-stdn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin: 0 auto;
  background-color: transparent;
  color: #BD3B2B;
  background-color: #FEDBD3;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  html,
  body {
    overflow-x: visible;
  }
}

body {
  overflow-x: hidden;
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #BD3B2B;
}

a:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanMP, "chloe", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_2 {
  font-family: YakuHanJPs, "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanJPs, "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* loading ===================================================== */
#loading {
  position: fixed;
  inset: 0;
  background: #FEDBD3;
  width: 100%;
  height: 100vh;
  /* 好きな色 */
  z-index: 9999;
}

.speed1,
.speed2,
.speed3 {
  opacity: 0;
  visibility: hidden;
}

.lead_anim {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

/* 共通
===================================================== */
.line1 {
  width: 100%;
  background-color: #BD3B2B;
  height: 1px;
}

.line2 {
  width: 100%;
  height: 1.6px;
  background-image: repeating-linear-gradient(to right, #BD3B2B 0 1.6px, transparent 1.6px 6px);
}

.line3 {
  width: 100%;
  height: 1.2px;
  background-image: repeating-linear-gradient(to right, #FEF8EB 0 1.6px, transparent 1.6px 6px);
}

.wave1 {
  width: 100%;
  height: 1.3333333333vw;
  background-image: url(../images/wave1.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .wave1 {
    height: 0.4166666667vw;
  }
}

.wave2 {
  width: 100%;
  height: 1.3333333333vw;
  background-image: url(../images/wave2.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .wave2 {
    height: 0.4166666667vw;
  }
}

.btn_base1 {
  background-color: #BD3B2B;
  border-radius: 100vw;
  display: block;
}

/* 流れる文字
========================================================= */
.loop_area {
  width: 100%;
  overflow: hidden;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_area .loop_wrap {
  display: flex;
}
.loop_area .loop_wrap .loop_left {
  animation: loop_left 40s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}
.loop_area .loop_wrap .loop_left .loop_txt {
  color: #FEF8EB;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 18.1333333333vw;
  margin: 2.6666666667vw auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .loop_area .loop_wrap .loop_left .loop_txt {
    font-size: 6.25vw;
    margin: 0.6944444444vw auto 3.4722222222vw;
  }
}

.ttl_1 {
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl_1 {
    margin-bottom: 8.3333333333vw;
  }
}
.ttl_1 .komidashi {
  width: 34.6666666667vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 769px) {
  .ttl_1 .komidashi {
    width: 10.8333333333vw;
    margin: 0 auto 1.25vw;
  }
}
.ttl_1 .en_ttl {
  font-size: 11.7333333333vw;
  margin-bottom: 4vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .ttl_1 .en_ttl {
    font-size: 3.6666666667vw;
    margin-bottom: 1.25vw;
  }
}
.ttl_1 h2 {
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .ttl_1 h2 {
    font-size: 1.3333333333vw;
  }
}

.ttl_2 {
  text-align: center;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl_2 {
    margin-bottom: 4.1666666667vw;
  }
}
.ttl_2 .ttl_wrap {
  width: fit-content;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl_2 .ttl_wrap {
    margin: 0 auto 1.3333333333vw;
  }
}
.ttl_2 .ttl_wrap .en_ttl {
  font-size: 9.0666666667vw;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .ttl_2 .ttl_wrap .en_ttl {
    font-size: 2.8333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
.ttl_2 h2 {
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .ttl_2 h2 {
    font-size: 1.3333333333vw;
  }
}

/* fv
===================================================== */
header {
  background-color: #FEDBD3;
  text-align: center;
}
header .fv {
  position: relative;
  width: 100%;
  height: 162.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv {
    height: 77.7777777778vw;
    margin-bottom: -29.1666666667vw;
  }
}
header .fv .fv_bg {
  position: absolute;
  inset: 0;
}
header .fv .fv_bg img {
  opacity: 0;
}
header .fv > img {
  position: absolute;
}
header .fv > img:nth-of-type(1) {
  width: 68.5333333333vw;
  top: 11.4666666667vw;
  left: 7.6vw;
}
@media screen and (min-width: 769px) {
  header .fv > img:nth-of-type(1) {
    width: 24.3055555556vw;
    top: 3.4722222222vw;
    left: 20.8333333333vw;
  }
}
header .fv > img:nth-of-type(2) {
  width: 20.8vw;
  top: 9.0666666667vw;
  left: 74.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv > img:nth-of-type(2) {
    width: 9.1666666667vw;
    top: 3.75vw;
    left: 70.1736111111vw;
  }
}
header .fv .img_tate {
  position: relative;
  width: 6.9333333333vw;
  top: 64.8vw;
  left: 88vw;
  height: 93.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .img_tate {
    width: 2.4305555556vw;
    height: 34.7222222222vw;
    top: 16.3194444444vw;
    left: 73.9583333333vw;
  }
}
header .fv .img_tate img {
  position: absolute;
  inset: 0;
}
header .scroll {
  font-size: 4.2666666667vw;
  position: relative;
  margin-bottom: 17.8666666667vw;
}
@media screen and (min-width: 769px) {
  header .scroll {
    font-size: 1.1111111111vw;
    margin-bottom: 8.3333333333vw;
    cursor: pointer;
  }
}
header .lead {
  position: relative;
}
header .lead .lead_txt {
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  header .lead .lead_txt {
    margin-bottom: 8.3333333333vw;
  }
}
header .lead .lead_txt h2 {
  font-size: 5.8666666667vw;
  letter-spacing: 0.1em;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead .lead_txt h2 {
    font-size: 1.8055555556vw;
    margin-bottom: 2.4305555556vw;
  }
}
header .lead .lead_txt p {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  header .lead .lead_txt p {
    font-size: 0.9722222222vw;
    line-height: 2;
  }
}
header .lead .lead_txt p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .lead .lead_txt p + p {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  header .lead .lead_txt > p:nth-of-type(2) {
    margin-bottom: 1.3888888889vw;
  }
}
header .sche_wrap {
  position: relative;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap {
    display: flex;
    gap: 2.7777777778vw;
    justify-content: center;
    margin-bottom: 4.1666666667vw;
  }
}
header .sche_wrap .sche_box {
  background-color: #FEF8EB;
  width: 89.3333333333vw;
  margin: 0 auto;
  position: relative;
  border-radius: 5.3333333333vw;
  padding: 13.3333333333vw 0 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box {
    width: 27.7777777778vw;
    border-radius: 1.3888888889vw;
    padding: 3.4722222222vw 0 2.4305555556vw;
    margin: 0;
  }
}
header .sche_wrap .sche_box::before {
  content: "";
  border: #BD3B2B 1px solid;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  box-sizing: border-box;
  border-radius: 4vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box::before {
    width: calc(100% - 0.6944444444vw);
    height: calc(100% - 0.6944444444vw);
    top: 0.3472222222vw;
    left: 0.3472222222vw;
    border-radius: 1.0416666667vw;
  }
}
header .sche_wrap .sche_box h4 {
  position: absolute;
  display: block;
  font-size: 3.7333333333vw;
  letter-spacing: 0.02em;
  line-height: 0.8;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box h4 {
    font-size: 0.9722222222vw;
    top: -2.0833333333vw;
  }
}
header .sche_wrap .sche_box h4 span {
  display: block;
  font-size: 17.0666666667vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box h4 span {
    font-size: 4.4444444444vw;
  }
}
header .sche_wrap .sche_box h4 span.num_big {
  font-size: 18.6666666667vw;
  margin-left: -3px;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box h4 span.num_big {
    font-size: 4.8611111111vw;
  }
}
header .sche_wrap .sche_box .detail h3 {
  font-size: 6.4vw;
  line-height: 1.25;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail h3 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
}
header .sche_wrap .sche_box .detail .wave1 {
  width: 43.7333333333vw;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .wave1 {
    width: 11.3888888889vw;
    margin: 0 auto 1.7361111111vw;
  }
}
header .sche_wrap .sche_box .detail .sche_date {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .sche_date {
    margin-bottom: 1.5277777778vw;
  }
}
header .sche_wrap .sche_box .detail .sche_date img {
  margin: 0 auto;
  width: fit-content;
  height: 4.8vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .sche_date img {
    height: 1.3888888889vw;
  }
}
header .sche_wrap .sche_box .detail .sche_date p {
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .sche_date p {
    font-size: 0.8333333333vw;
    margin-top: 0.6944444444vw;
  }
}
header .sche_wrap .sche_box .detail .txt_box {
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .txt_box {
    font-size: 0.8333333333vw;
    margin-bottom: 0.3472222222vw;
  }
}
header .sche_wrap .sche_box .detail .txt_box p:nth-of-type(2) {
  font-size: 1.5em;
  margin-top: 1.3333333333vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail .txt_box p:nth-of-type(2) {
    margin-top: 0.3472222222vw;
  }
}
header .sche_wrap .sche_box .detail p.more {
  font-size: 2.6666666667vw;
  display: inline;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box .detail p.more {
    font-size: 0.6944444444vw;
  }
}
header .sche_wrap .sche_box .detail p.more a {
  display: inline;
  text-decoration: underline;
}
header .sche_wrap .sche_box + .sche_box {
  margin-top: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .sche_wrap .sche_box + .sche_box {
    margin-top: 0;
  }
}
header .deli_btn {
  position: relative;
  color: #FEF8EB;
  width: 69.3333333333vw;
  line-height: 14.4vw;
  font-size: 3.7333333333vw;
  padding-right: 2.6666666667vw;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header .deli_btn {
    width: 19.8611111111vw;
    line-height: 4.125vw;
    font-size: 1.0694444444vw;
    padding-right: 0.7638888889vw;
  }
}
header .deli_btn img {
  width: 1.8666666667vw;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  header .deli_btn img {
    width: 0.5347222222vw;
  }
}

/* main
===================================================== */
main {
  /* 自動取得部分===================================================== */
}
main .item_wrap {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .item_wrap {
    width: 75vw;
    margin: 0 auto 3.4722222222vw;
    overflow: hidden;
  }
}
main .item_wrap .item_img {
  margin-bottom: 1.3333333333vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .item_wrap .item_img {
    margin-bottom: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
}
main .item_wrap .item_info p {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  main .item_wrap .item_info p {
    font-size: 0.7986111111vw;
    margin-bottom: 0.4166666667vw;
  }
}
main .item_wrap .price_box {
  display: flex;
  align-items: middle;
  justify-content: space-between;
}
main .item_wrap .buy_btn1 {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 769px) {
  main .item_wrap .buy_btn1 {
    font-size: 12.38px;
  }
}
main .item_list.swiper-wrapper {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_list.swiper-wrapper {
    font-size: 0.8333333333vw;
  }
}
main .item_list.swiper-wrapper {
  /* 自動取得中身 ===================================================== */
}
main .item_list.swiper-wrapper p,
main .item_list.swiper-wrapper a {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .item_list.swiper-wrapper p,
  main .item_list.swiper-wrapper a {
    font-size: 11.5px;
    margin-bottom: 0.3472222222vw;
  }
}
main .item_list.swiper-wrapper a {
  position: relative;
  color: inherit;
}
main .item_list.swiper-wrapper a::after {
  content: "BUY";
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: YakuHanJPs, "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.5px;
  color: inherit;
}
main .item_list.swiper-wrapper img {
  margin-bottom: 1.3333333333vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .item_list.swiper-wrapper img {
    margin-bottom: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
}
main .item_list.swiper-wrapper .price {
  font-family: YakuHanJPs, "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
main .item_list.swiper-wrapper .text-red {
  display: none;
}
main .item_list.swiper-wrapper .price .tt02 {
  display: none;
}
main .item_list.swiper-wrapper li a p:first-child img + span {
  display: none;
}
main .item_list.swiper-wrapper p.photo span {
  display: none;
}
main .item_list.swiper-wrapper .ico_box,
main .item_list.swiper-wrapper img + span {
  display: none;
}
main .item_list.swiper-wrapper .ico_box + p {
  display: none;
}
main .item_list.swiper-wrapper .textOverflow,
main .item_list.swiper-wrapper .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.6vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  main .item_list.swiper-wrapper .textOverflow,
  main .item_list.swiper-wrapper .label {
    margin-bottom: 12px;
  }
}
main #sec1 {
  border-top: #F5C2BA solid 1px;
  background-image: url(../images/bg1.webp);
  background-size: 4.33%;
  background-repeat: repeat;
  padding: 68vw 0 0;
  margin-top: -68vw;
}
@media screen and (min-width: 769px) {
  main #sec1 {
    padding: 20.8333333333vw 0 0;
    margin-top: -20.8333333333vw;
    background-size: 1.127%;
  }
}
main #sec1 .section_wrap {
  margin: 18.6666666667vw auto 0;
  background-color: #FEF8EB;
  border-radius: 10.6666666667vw;
  padding: 18.6666666667vw 0 21.3333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  main #sec1 .section_wrap {
    width: 86.1111111111vw;
    margin: 7.6388888889vw auto 0;
    border-radius: 8.3333333333vw;
    padding: 8.3333333333vw 0 13.8888888889vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block {
    display: flex;
    gap: 5.5555555556vw;
    width: 66.6666666667vw;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }
}
main #sec1 .gift_block .main_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .main_img {
    width: 34.7222222222vw;
  }
}
main #sec1 .gift_block .main_img img {
  width: 89.3333333333vw;
  border-radius: 2.6666666667vw;
  margin: 0 auto -5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .main_img img {
    width: 100%;
    border-radius: 0.6944444444vw;
    margin: 0 auto;
  }
}
main #sec1 .gift_block .main_img .gift_num {
  font-size: 25.0666666667vw;
  position: absolute;
  top: 0vw;
  left: 9.0666666667vw;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .main_img .gift_num {
    font-size: 9.0277777778vw;
    top: 0vw;
    left: 1.3888888889vw;
  }
}
main #sec1 .gift_block .gift_detail {
  position: relative;
  width: 81.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail {
    width: 26.3888888889vw;
    margin: 0;
  }
}
main #sec1 .gift_block .gift_detail .gift_message {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_message {
    margin-bottom: 1.6666666667vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_message p {
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  width: fit-content;
  background-color: #ffffff;
  padding: 2.6666666667vw 3.2vw 3.2vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_message p {
    font-size: 1.5vw;
    padding: 0.6944444444vw 1vw;
    border-radius: 0.4166666667vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_message p + p {
  margin-top: 1.6vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_message p + p {
    margin-top: 0.5vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box {
    margin-bottom: 1vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .credit_num {
  font-size: 4.2666666667vw;
  margin-top: 0.5333333333vw;
  margin-right: 1.6vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .credit_num {
    font-size: 1.3333333333vw;
    margin-top: 0.1666666667vw;
    margin-right: 0.5vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .credit_txt {
  width: 58.6666666667vw;
  margin-right: 5.3333333333vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .credit_txt {
    width: 18.3333333333vw;
    margin-right: 1.6666666667vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex {
  display: flex;
  gap: 1.6vw;
  font-size: 2.8vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex {
    gap: 0.5vw;
    font-size: 0.875vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex .tag {
  padding: 0.5333333333vw 1.0666666667vw;
  border-radius: 0.6666666667vw;
  box-sizing: border-box;
  margin-bottom: 0.8vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex .tag {
    padding: 0.1388888889vw 0.2777777778vw;
    border-radius: 0.1736111111vw;
    margin-bottom: 0.4166666667vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex .tag1 {
  background-color: #ffffff;
  border: #BD3B2B solid 1px;
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex .tag2 {
  background-color: #fedbd3;
  border: #fedbd3 solid 1px;
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .tag_flex .tag3 {
  background-color: #fae5b8;
  border: #fae5b8 solid 1px;
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .item_name {
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .item_name {
    font-size: 1.25vw;
    margin-bottom: 0.2777777778vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .item_price {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .item_price {
    font-size: 1.0833333333vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .buy_btn {
  font-size: 3.4666666667vw;
  width: 13.8666666667vw;
  line-height: 6.4vw;
  color: #ffffff;
  align-self: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .buy_btn {
    font-size: 1.0833333333vw;
    width: 4.3333333333vw;
    line-height: 2vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .buy_btn.shop {
  font-size: 2.4vw;
  padding: 0 2.6666666667vw;
  white-space: nowrap;
  width: fit-content;
  background-color: #ffffff;
  color: #BD3B2B;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .credit_box a .credit_inner .buy_btn.shop {
    font-size: 0.625vw;
    padding: 0 0.5555555556vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .line2 {
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .line2 {
    margin-bottom: 1.1666666667vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_credit .line2:last-of-type {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_credit .line2:last-of-type {
    margin-bottom: 1.25vw;
  }
}
main #sec1 .gift_block .gift_detail .gift_txt {
  font-size: 3.2vw;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block .gift_detail .gift_txt {
    font-size: 1vw;
  }
}
main #sec1 .gift2 .gift_detail .gift_credit .credit_box a .credit_inner .credit_txt {
  width: 64vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift2 .gift_detail .gift_credit .credit_box a .credit_inner .credit_txt {
    width: 20vw;
  }
}
main #sec1 .gift2 .gift_detail .gift_credit .credit_box a .credit_inner .item_name {
  padding: 1.0666666667vw 0;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift2 .gift_detail .gift_credit .credit_box a .credit_inner .item_name {
    padding: 0.2777777778vw 0;
  }
}
@media screen and (min-width: 769px) {
  main #sec1 .gift2,
  main #sec1 .gift4 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  main #sec1 .gift2 .main_img .gift_num,
  main #sec1 .gift4 .main_img .gift_num {
    top: 0vw;
    left: auto;
    right: 1.3888888889vw;
  }
}
main #sec1 .gift_block + .gift_block {
  margin-top: 16vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .gift_block + .gift_block {
    margin-top: 10.4166666667vw;
  }
}
main #sec2 {
  color: #FEF8EB;
  background-color: #BD3B2B;
  padding: 26.6666666667vw 0 16vw;
  margin-top: -26.6666666667vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec2 {
    padding: 11.8055555556vw 0 9.7222222222vw;
    margin-top: -11.8055555556vw;
  }
}
main #sec2::before {
  content: "";
  width: 100%;
  height: 41.28vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg2.webp);
  background-size: 4.33%;
  background-repeat: repeat;
  border-top: 1px solid #FEF8EB;
  transform: rotate(-180deg);
}
@media screen and (min-width: 769px) {
  main #sec2::before {
    background-size: 1.127%;
    height: 17.5vw;
    opacity: 0.2;
  }
}
main #sec2 .section_wrap {
  margin: 28vw auto 0;
}
@media screen and (min-width: 769px) {
  main #sec2 .section_wrap {
    margin: 11.1111111111vw auto 0;
  }
}
main #sec2 .gift_list1 .item_info p {
  color: #FEF8EB;
}
main #sec2 .line3 {
  margin: 13.3333333333vw auto;
  width: 89.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .line3 {
    margin: 6.9444444444vw auto;
    width: 75vw;
  }
}
main #sec2 .all_btn {
  display: block;
  color: #BD3B2B;
  background-color: #FEF8EB;
  width: 43.2vw;
  line-height: 11.2vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.12em;
  border-radius: 100vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec2 .all_btn {
    width: 13.5vw;
    line-height: 3.5vw;
    font-size: 1.1666666667vw;
  }
}
main #sec3 {
  background-color: #BD3B2B;
}
main #sec3 .section_wrap {
  background-color: #FEF8EB;
  border-radius: 10.6666666667vw;
  padding: 18.6666666667vw 0 21.3333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  main #sec3 .section_wrap {
    width: 86.1111111111vw;
    margin: 0 auto;
    border-radius: 8.3333333333vw;
    padding: 8.3333333333vw 0 9.0277777778vw;
  }
}
main #sec3 .ttl_1 {
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .ttl_1 {
    margin-bottom: 4.1666666667vw;
  }
}
main #sec3 .ttl_1 .komidashi {
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .ttl_1 .komidashi {
    margin: 0 auto 2.0833333333vw;
  }
}
main #sec3 .ttl_1 .en_ttl {
  font-size: 15.4666666667vw;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  main #sec3 .ttl_1 .en_ttl {
    font-size: 4.8333333333vw;
    margin-bottom: 0;
  }
}
main #sec3 .ttl_1 .en_ttl span {
  font-size: 11.7333333333vw;
  padding: 0 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .ttl_1 .en_ttl span {
    font-size: 3.6666666667vw;
    padding: 0 0.6666666667vw;
  }
}
main #sec3 .ttl_1 h2 {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .ttl_1 h2 {
    margin-bottom: 0.8333333333vw;
  }
}
main #sec3 .qa_wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec3 .qa_wrap {
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap {
    background-color: #fff;
    border: solid #BD3B2B 1px;
    box-sizing: border-box;
    border-radius: 1.1111111111vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_flex {
    display: flex;
    width: 43.75vw;
    gap: 3.75vw;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2.7777777778vw auto;
  }
}
main #sec3 .answer_wrap .answer_comm {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm {
    width: 19.4444444444vw;
    margin-bottom: 0vw;
    margin-top: 0.6944444444vw;
  }
}
main #sec3 .answer_wrap .answer_comm .a_fukidashi {
  position: relative;
  background-color: #fff;
  border: solid #BD3B2B 1px;
  box-sizing: border-box;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .a_fukidashi {
    background: none;
    border: none;
    border-radius: none;
  }
}
main #sec3 .answer_wrap .answer_comm .a_fukidashi .fukidashi_img {
  position: absolute;
  width: 6.1333333333vw;
  left: 24vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .a_fukidashi .fukidashi_img {
    display: none;
  }
}
main #sec3 .answer_wrap .answer_comm .comm_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.6666666667vw;
  padding: 5.3333333333vw 5.3333333333vw 8vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .comm_flex {
    display: block;
    gap: 0;
    padding: 0;
  }
}
main #sec3 .answer_wrap .answer_comm .comm_flex > p:nth-child(1) {
  font-size: 8.5333333333vw;
  margin-top: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .comm_flex > p:nth-child(1) {
    font-size: 2.2222222222vw;
    margin-top: 0vw;
    margin-bottom: 0.6944444444vw;
  }
}
main #sec3 .answer_wrap .answer_comm .comm_flex > p:nth-child(2) {
  font-size: 3.2vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .comm_flex > p:nth-child(2) {
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
main #sec3 .answer_wrap .answer_comm .staff_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .staff_info {
    margin-top: 1.3888888889vw;
    justify-content: flex-start;
    gap: 1.3888888889vw;
  }
}
main #sec3 .answer_wrap .answer_comm .staff_info .staff_icon {
  width: 16vw;
  margin-left: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .staff_info .staff_icon {
    width: 5.4166666667vw;
    margin-left: 0vw;
  }
}
main #sec3 .answer_wrap .answer_comm .staff_info .staff_icon img {
  border-radius: 100vw;
  border: #BD3B2B 1px solid;
}
main #sec3 .answer_wrap .answer_comm .staff_info p {
  display: inline-flex;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .answer_comm .staff_info p {
    font-size: 0.8333333333vw;
    display: block;
    line-height: 1.5;
  }
}
main #sec3 .answer_wrap .answer_comm .staff_info p .pcNone {
  font-size: 0.9em;
  padding: 0 0.5333333333vw;
}
main #sec3 .answer_wrap .answer_comm .staff_info p .link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item {
    width: 20.5555555556vw;
  }
}
main #sec3 .answer_wrap .recommend_item .midashi {
  position: relative;
  font-size: 4.2666666667vw;
  line-height: 1.375;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item .midashi {
    font-size: 0.9722222222vw;
    margin-bottom: 1.3888888889vw;
  }
}
main #sec3 .answer_wrap .recommend_item .midashi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4.8vw;
  transform: translateX(-50%);
  width: 73.6vw;
  height: 13.8666666667vw;
  background-image: url(../images/midashi_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item .midashi::before {
    width: 19.1666666667vw;
    height: 3.6111111111vw;
    bottom: -1.25vw;
  }
}
main #sec3 .answer_wrap .recommend_item ul.item_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item ul.item_wrap {
    width: 100%;
    gap: 1.1111111111vw;
    padding: 0;
    margin: 0;
  }
}
main #sec3 .answer_wrap .recommend_item ul.item_wrap li {
  width: 37.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item ul.item_wrap li {
    width: 9.7222222222vw;
  }
}
main #sec3 .answer_wrap .recommend_item ul.item_wrap li .item_img {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .answer_wrap .recommend_item ul.item_wrap li .item_img {
    margin-bottom: 0.5555555556vw;
  }
}
main #sec3 .answer_wrap .recommend_item ul.item_wrap li .item_info p {
  letter-spacing: 0;
  line-height: 1.6;
}
main #sec3 .answer_wrap .recommend_item ul.item_wrap li .item_info .price_box {
  letter-spacing: 0.06em;
}
main #sec3 .tag {
  font-size: 2.1333333333vw;
  padding: 0.2666666667vw 0.8vw;
  border-radius: 0.6666666667vw;
  box-sizing: border-box;
  margin-bottom: 0.8vw;
  margin-right: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .tag {
    font-size: 0.5555555556vw;
    padding: 0.0694444444vw 0.2083333333vw;
    border-radius: 0.1736111111vw;
    margin-bottom: 0.4166666667vw;
    margin-right: 0.2777777778vw;
  }
}
main #sec3 .tag2 {
  background-color: #fedbd3;
  border: #fedbd3 solid 1px;
}
main #sec4 {
  background-color: #FEDBD3;
  padding: 13.3333333333vw 0 0;
  margin-top: -13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 {
    padding: 11.8055555556vw 0 0;
    margin-top: -11.8055555556vw;
  }
}
main #sec4 .section_wrap {
  position: relative;
  z-index: 10;
  text-align: center;
}
main #sec4 .ttl_img {
  width: 100%;
  height: 30.1333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl_img {
    width: 44.5833333333vw;
    height: 11.5972222222vw;
    margin: 0 auto;
  }
}
main #sec4 .ttl_img > img:nth-child(1) {
  width: 37.3333333333vw;
  position: absolute;
  top: 0;
  left: 5.2vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl_img > img:nth-child(1) {
    width: 11.6666666667vw;
    left: 0;
  }
}
main #sec4 .ttl_img > img:nth-child(2) {
  width: 26.9333333333vw;
  position: absolute;
  bottom: 0;
  right: 11.2vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl_img > img:nth-child(2) {
    width: 9.0277777778vw;
    right: 0;
  }
}
main #sec4 .ttl {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl {
    margin-top: -3.4722222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
main #sec4 .ttl p {
  font-size: 4.8vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl p {
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
  }
}
main #sec4 .ttl h2 {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .ttl h2 {
    font-size: 2.1666666667vw;
  }
}
main #sec4 .insta_sche {
  width: fit-content;
  margin: 0 auto 6.6666666667vw;
  background-color: #FEF8EB;
  padding: 3.4666666667vw 9.3333333333vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_sche {
    margin: 0 auto 2.0833333333vw;
    padding: 1.0833333333vw 2.9166666667vw;
    border-radius: 0.4166666667vw;
  }
}
main #sec4 .insta_sche img {
  width: 56vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_sche img {
    width: 17.5vw;
  }
}
main #sec4 .insta_txt {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_txt {
    margin-bottom: 2.7777777778vw;
  }
}
main #sec4 .insta_txt p {
  font-size: 3.2vw;
  line-height: 1.8333333333;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_txt p {
    font-size: 1vw;
    margin-bottom: 1.6666666667vw;
  }
}
main #sec4 .insta_txt img {
  width: 4.2666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_txt img {
    width: 1.3333333333vw;
  }
}
main #sec4 .notice {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .notice {
    margin-bottom: 2.0833333333vw;
  }
}
main #sec4 .notice p {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .notice p {
    font-size: 1vw;
  }
}
main #sec4 .notice::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8vw;
  transform: translateX(-51%);
  width: 65.3333333333vw;
  height: 3.7333333333vw;
  background-image: url(../images/midashi_deco2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  main #sec4 .notice::before {
    width: 20.4166666667vw;
    height: 2.2222222222vw;
    bottom: -0.8333333333vw;
  }
}
main #sec4 .insta_btn {
  width: 64vw;
  height: 14.9333333333vw;
  box-sizing: border-box;
  background-color: #BD3B2B;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 14.9333333333vw;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  border-radius: 100vw;
  margin: 0 auto 10.6666666667vw;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_btn {
    width: 19.4444444444vw;
    height: 4.1666666667vw;
    font-size: 1.0416666667vw;
    line-height: 4.1666666667vw;
    margin: 0 auto 4.1666666667vw;
    padding-left: 0.6944444444vw;
  }
}
main #sec4 .insta_btn i {
  font-size: 1.1em;
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .insta_btn i {
    margin-left: 0.5555555556vw;
  }
}
main #sec4 .grid_bg {
  width: 100%;
  height: 14.1333333333vw;
  background-image: url(../images/bg2.webp);
  background-size: 4.33%;
  background-repeat: repeat;
  border-top: solid 1px #FEF8EB;
}
@media screen and (min-width: 769px) {
  main #sec4 .grid_bg {
    background-size: 1.127%;
    height: 6.25vw;
  }
}
main #sec5 {
  background-color: #FEF8EB;
  border-top: solid #BD3B2B 1px;
  border-bottom: solid #BD3B2B 1px;
}
main #sec5 .section_wrap {
  position: relative;
  z-index: 10;
  padding: 18.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  main #sec5 .section_wrap {
    padding: 9.7222222222vw 0;
    width: 75vw;
    margin: 0 auto;
  }
}
main #sec5 .ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .ttl {
    margin: 0 auto 2.7777777778vw;
  }
}
main #sec5 .ttl > p:nth-child(1) {
  width: 16vw;
  position: absolute;
  top: -4.2666666667vw;
  left: -9.6vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .ttl > p:nth-child(1) {
    width: 5vw;
    top: -1.3333333333vw;
    left: -2.6388888889vw;
  }
}
main #sec5 .ttl > p:nth-child(2) {
  font-size: 10.1333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .ttl > p:nth-child(2) {
    font-size: 3.6111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
main #sec5 .ttl h2 {
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .ttl h2 {
    font-size: 1.25vw;
  }
}
main #sec5 .line2 {
  width: 89.3333333333vw;
  margin: 13.3333333333vw auto;
}
@media screen and (min-width: 769px) {
  main #sec5 .line2 {
    width: 100%;
    margin: 4.8611111111vw auto 6.9444444444vw;
  }
}
main #sec5 .find_category ul.cate_wrap {
  width: 85.3333333333vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  row-gap: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_category ul.cate_wrap {
    justify-content: center;
    width: 63.8888888889vw;
    column-gap: 2.7777777778vw;
    row-gap: 0;
    margin-bottom: 0;
  }
}
main #sec5 .find_category ul.cate_wrap li {
  width: 26.6666666667vw;
  display: grid;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_category ul.cate_wrap li {
    width: 8.3333333333vw;
  }
}
main #sec5 .find_category ul.cate_wrap li a {
  display: block;
}
main #sec5 .find_category ul.cate_wrap li img {
  transform: scale(0.8);
}
main #sec5 .find_category ul.cate_wrap li p {
  font-size: 4.2666666667vw;
  margin-top: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_category ul.cate_wrap li p {
    font-size: 1.3333333333vw;
    margin-top: max(-0.3472222222vw, -5px);
  }
}
main #sec5 .find_ranking .item_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_ranking .item_wrap {
    margin-bottom: 1.7361111111vw;
  }
}
main #sec5 .find_ranking .item_list.swiper-wrapper {
  padding: 0;
  margin: 0 auto;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div,
main #sec5 .find_ranking .item_list.swiper-wrapper > li {
  position: relative;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li::after {
  content: "";
  display: block;
  width: 5.3333333333vw;
  line-height: 5.0666666667vw;
  height: 5.3333333333vw;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100vw;
  position: absolute;
  text-align: center;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  color: #BD3B2B;
  font-family: YakuHanJPs, "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_ranking .item_list.swiper-wrapper > div::after,
  main #sec5 .find_ranking .item_list.swiper-wrapper > li::after {
    width: 2.0833333333vw;
    line-height: 2.0138888889vw;
    height: 2.0833333333vw;
    top: 0.5555555556vw;
    left: 0.5555555556vw;
    font-size: 1.0416666667vw;
  }
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(1)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(1)::after {
  content: "1";
  color: #ffffff;
  background-color: #d3b05e;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(2)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(2)::after {
  content: "2";
  color: #ffffff;
  background-color: #afadad;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(3)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(3)::after {
  content: "3";
  color: #ffffff;
  background-color: #a46c57;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(4)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(4)::after {
  content: "4";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(5)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(5)::after {
  content: "5";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(6)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(6)::after {
  content: "6";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(7)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(7)::after {
  content: "7";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(8)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(8)::after {
  content: "8";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(9)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(9)::after {
  content: "9";
  background-color: #fff;
}
main #sec5 .find_ranking .item_list.swiper-wrapper > div:nth-child(10)::after,
main #sec5 .find_ranking .item_list.swiper-wrapper > li:nth-child(10)::after {
  content: "10";
  background-color: #fff;
}
main #sec5 .find_ranking .all_btn {
  display: block;
  color: #FEF8EB;
  background-color: #BD3B2B;
  width: 43.2vw;
  line-height: 11.2vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.12em;
  border-radius: 100vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_ranking .all_btn {
    width: 11.25vw;
    line-height: 2.9166666667vw;
    font-size: 0.9722222222vw;
  }
}
main #sec5 .find_price ul.price_wrap {
  display: block;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_price ul.price_wrap {
    display: flex;
    gap: 2.0833333333vw;
    justify-content: center;
  }
}
main #sec5 .find_price li a {
  color: #BD3B2B;
  background-color: #ffffff;
  border: solid 1px #BD3B2B;
  box-sizing: border-box;
  text-align: center;
  width: 69.3333333333vw;
  line-height: 16vw;
  font-size: 4vw;
  border-radius: 100vw;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_price li a {
    width: 18.0555555556vw;
    line-height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
}
main #sec5 .find_price li + li {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec5 .find_price li + li {
    margin-top: 0;
  }
}

/* footer
===================================================== */
footer {
  position: relative;
  z-index: 5;
  padding: 0 0 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 0 0 6.25vw;
  }
}
footer .tag {
  position: relative;
  padding-bottom: 16vw;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .tag {
    padding-bottom: 10.4166666667vw;
    margin-bottom: 0vw;
  }
}
footer .tag .ttl_2 {
  color: #FEF8EB;
  margin-top: 16vw;
}
@media screen and (min-width: 769px) {
  footer .tag .ttl_2 {
    margin-top: 5.5555555556vw;
    margin-bottom: 3.4722222222vw;
  }
}
footer .tag .txt_wrap {
  width: 81.3333333333vw;
  position: absolute;
  top: 0;
  left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .tag .txt_wrap {
    width: 44.4444444444vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .tag .txt_wrap .tag_txt {
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  footer .tag .txt_wrap .tag_txt {
    font-size: 1.0416666667vw;
  }
}
footer .tag .txt_wrap .tag_txt1 {
  color: #FEF8EB;
  margin-bottom: 69.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .tag .txt_wrap .tag_txt1 {
    margin-bottom: 26.3888888889vw;
  }
}
footer .tag .txt_wrap .tag_txt2 {
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  footer .tag .txt_wrap .tag_txt2 {
    margin-bottom: 5.5555555556vw;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 40px;
    margin: 0 auto 60px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 28px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 24px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 36px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .copyright {
  color: #BD3B2B;
  font-size: 2.1333333333vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* アコーディオン
===================================================== */
.accordion .accordion-header {
  color: #BD3B2B;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.accordion .accordion-header1 {
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  margin-top: 2.6666666667vw;
}
.accordion .accordion-header1::after {
  content: "";
  display: block;
  width: 24vw;
  margin: 1.3333333333vw auto 0;
  height: 1px;
  background-color: #BD3B2B;
}
.accordion .accordion-header2 {
  padding: 4.8vw 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-header2 {
    padding: 1.25vw 0.3472222222vw;
  }
}
.accordion .accordion_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .accordion .accordion_flex {
    align-items: center;
  }
}
.accordion .accordion_flex > p:nth-child(1) {
  font-size: 8vw;
  margin-top: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion_flex > p:nth-child(1) {
    font-size: 3.1944444444vw;
    margin-top: 0vw;
  }
}
.accordion .accordion_flex > p:nth-child(2) {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  width: 62.6666666667vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .accordion .accordion_flex > p:nth-child(2) {
    font-size: 1.25vw;
    width: 45.1388888889vw;
  }
}
.accordion .accordion-icon {
  position: relative;
  margin: 0;
  align-self: center;
}
.accordion .accordion-icon1 {
  display: inline-block;
  transition: transform 0.5s ease;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-icon1 {
    margin-left: 0.3472222222vw;
  }
}
.accordion .accordion-icon2 {
  background-color: #BD3B2B;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  .accordion .accordion-icon2 {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
.accordion .accordion-icon2 img {
  display: inline-block;
  transition: transform 0.5s ease;
  width: 1.9466666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .accordion .accordion-icon2 img {
    width: 0.7638888889vw;
  }
}
.accordion .accordion-icon1.rotate {
  transform: rotate(45deg);
}
.accordion .accordion-icon2.rotate img {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion .accordion-panel1 {
  position: relative;
  max-height: 3.5em;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
}
.accordion .accordion-panel1.open {
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion .accordion-panel2 {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  box-sizing: border-box;
}
.accordion .accordion-panel.opening,
.accordion .accordion-panel.closing {
  transition: max-height 0.6s ease;
}

/* 共通
===================================================== */
.slide1 .swiper-wrapper {
  overflow: hidden;
}

.slide2 .swiper-wrapper {
  overflow: hidden;
}

.fade_scale {
  overflow: hidden;
}

.skewAnim {
  transform-origin: center;
  will-change: transform;
}

.txt_tate {
  overflow: hidden;
}

.txt_yoko {
  overflow: hidden;
}

/* totop
===================================================== */
.qa_img {
  width: 15.4666666667vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 36.992vw;
  right: 2.6666666667vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .qa_img {
    width: 4.8611111111vw;
    bottom: 12.6006944444vw;
    right: 1.1458333333vw;
  }
}

.toqa {
  width: 15.4666666667vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 20.9333333333vw;
  right: 2.6666666667vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .toqa {
    width: 4.8611111111vw;
    bottom: 7.5534722222vw;
    right: 1.1111111111vw;
  }
}

.totop {
  width: 14.9333333333vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 4.456vw;
  right: 2.9333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 4.6527777778vw;
    bottom: 2.0138888889vw;
    right: 1.2333333333vw;
  }
}

/* 下矢印
===================================================== */
/* animation
===================================================== */
.swiper-slide .credit1 {
  opacity: 0;
  transition: 0.5s;
}

.swiper-slide-visible .credit1 {
  opacity: 1;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */