@charset "UTF-8";
/* reset
---------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%; /* IE */
  line-height: 26px;
  color: #000000;
  background: #2CA6E0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: none; /*border:solid 13px #00336a;*/
}

@media screen and (max-width: 768px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: #2CA6E0;
  }
}
html > body {
  font-size: 16px; /* Except IE */
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  list-style-type: none;
}

/* カーソルポインター装飾 */
#cursor {
  position: fixed;
  z-index: 10000000000000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  pointer-events: none;
}

#cursor:after {
  position: absolute;
  top: 2px;
  left: -2px;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #b2aa97;
  animation: spin 7s linear infinite;
}

#cursor:before {
  position: absolute;
  top: -2px;
  left: 2px;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #b2aa97;
  animation: spin 7s linear infinite;
}

#cursor.active {
  transform: scale(0);
}

#stalker {
  position: fixed;
  z-index: 10000000000000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #b2aa97;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.2s;
  opacity: 0.8;
  pointer-events: none;
}

#stalker.active {
  background: #b2aa97;
  transform: scale(2.5) translate(-20%, -20%);
  opacity: 0.3;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
  font-size: 100%;
}

/* 画像の下にできる隙間をなくす */
img {
  border: 0;
  vertical-align: bottom;
}

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

/* hr 要素は不可視で使う */
hr {
  display: none;
}

/* br 要素のレスポンシブ化 */
@media screen and (max-width: 959px) {
  .brNone {
    display: none;
  }
}
/*localfont  -------------------------*/
@font-face {
  font-family: ftrM;
  src: url("../fonts/futura medium bt.ttf");
}
@font-face {
  font-family: bs;
  src: url("../fonts/bahnschrift.ttf");
}
@font-face {
  font-family: pft;
  src: url("../fonts/Perfetto.ttf");
}
/*iconfont  -------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?54c98u");
  src: url("../fonts/icomoon.eot?54c98u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?54c98u") format("truetype"), url("../fonts/icomoon.woff?54c98u") format("woff"), url("../fonts/icomoon.svg?54c98u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
#sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp-nav {
    display: inherit;
    position: fixed;
    height: auto;
    z-index: 100000000000;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tgl {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100000000000001;
    top: 0;
    right: 0;
    background-color: #000;
  }
  #nav-toggle {
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 100000000000001;
    top: 10px;
    right: 0;
  }
  #nav-toggle div {
    margin: 0px auto 0;
    position: relative;
    width: 30px;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  #nav-toggle p {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .sp-nav-list {
    margin: 0px auto;
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    background-color: #000;
  }
  .sp-nav-list li {
    text-align: center;
    width: 33.33334%;
    height: auto;
  }
  .sp-nav-list li a {
    display: block;
    padding: 1.2rem;
    height: 100%;
    box-sizing: border-box;
    transition: 0.3s ease;
    color: #fff;
  }
  .icon-home:before {
    content: "\e903";
  }
  #nav-home p {
    margin-top: 3px;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .icon-tel:before {
    content: "\e902";
    font-size: 14px;
    padding-right: 5px;
  }
  div#humberger {
    position: absolute;
    height: auto;
    z-index: 1000;
    width: 100%;
    display: block;
  }
  div#h-nav {
    visibility: hidden;
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: translatex(100%);
    z-index: 1;
  }
  #h-nav .hWrap {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  div#h-nav ul {
    margin-top: 100px;
  }
  div#h-nav ul.hNavList li {
    padding: 15px 0;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    opacity: 0;
    font-family: ftrM;
  }
  div#h-nav ul a {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .banaList {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
header {
  margin: 0 auto;
  padding: 0 0 0 20px;
  max-width: 1200px;
  box-sizing: border-box;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 0rem 1rem 1rem;
  }
}

header h1 {
  padding: 0;
  width: 100px;
  height: auto;
  box-sizing: border-box;
}

a:visited {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

.column2 {
  /* max-width: 1400px; */
  height: auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column2 {
    width: 100%;
    flex-wrap: wrap;
  }
}

.gnavList {
  padding-top: 15px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .gnavList {
    display: none;
    width: 100%;
  }
}

.gnavList li {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: ftrM;
  letter-spacing: 0.01em;
  position: relative;
}

.buttonNav {
  display: inline-block;
  position: relative;
  color: #000 !important;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.buttonNav::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #8d7457;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 300ms;
}

.h-tel {
  margin: 0 auto;
  padding: 0.7em;
  width: 200px;
  height: auto;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-feature-settings: "palt";
  font-family: bs;
  font-weight: 600;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .h-tel {
    display: none;
  }
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h-tel div {
  display: inline-block;
  font-feature-settings: "palt";
  font-family: bs;
}

.h-tel p {
  display: inline-block;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

opening/loader
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
}

.loading div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .loading div {
    width: 200px;
    height: 200px;
  }
}
/*//////////////////////////////////

first-View
///////////////////////////////////*/
#first-View {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 1325px;
  height: auto;
  position: relative;
  box-sizing: border-box;
  z-index: 1000;
}

/*- @media 959px -*/
@media screen and (max-width: 959px) {
  #first-View {
    padding: 30px 0 0;
    width: 100%;
  }
}
#page-top {
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #page-top a {
    display: none;
  }
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#page-home {
  right: 100px;
}

.inner {
  width: 100%;
  max-width: 1140.86px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media screen and (max-width: 1160px) {
  .lp-main {
    margin: 0 auto;
    width: 100%;
  }
}
.fv {
  width: 100%;
  height: 68vw;
  text-align: center;
  padding-bottom: 40px;
  margin-top: -80px;
  overflow: hidden;
}

@media screen and (min-width: 1500px) {
  .fv {
    max-height: 1320px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .fv {
    margin-top: 13.39px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100%;
    padding-bottom: 60px;
  }
}
.fv__inner {
  position: relative;
  max-width: 100%;
}

.fv__box {
  position: relative;
}
.fv__box .fv__wrap {
  position: absolute;
  bottom: -5%;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .fv__box .fv__wrap {
    width: 90%;
    position: relative;
    text-align: left;
  }
}
.fv__box .fv__wrap dl {
  color: #fff;
  margin-bottom: 40px;
}
.fv__box .fv__wrap dl dt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
}
.fv__box .fv__wrap dl dd {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fv__box .fv__wrap dl dd {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
  }
}
.fv__box .fv__wrap .img {
  width: 65%;
  margin: 0 auto;
}

.fv__en {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 959px) {
  .fv__en {
    font-size: 3.06vw;
  }
}

.fv__img {
  position: relative;
}
.fv__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__img img {
    width: 100%;
    margin-top: 20%;
  }
}

.fv__img-02 {
  mix-blend-mode: unset;
  position: absolute;
  bottom: 31%;
  left: 0%;
  right: 0;
  margin: auto;
  width: 50%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .fv__img-02 {
    mix-blend-mode: unset;
    position: absolute;
    bottom: 25%;
    width: 55%;
    z-index: 3;
  }
}

.fv__en {
  width: 17px;
  font-size: 11.2px;
}

.fv__centerimg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .fv__centerimg {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .fv__centerimg {
    width: 75%;
  }
}
.fv__leftimg {
  display: block;
  position: fixed;
  top: 36%;
  left: 0;
  width: 73.5px;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .fv__leftimg {
    width: max(33px, 7.66vw);
  }
}

.fv__scrolldown {
  position: absolute;
  bottom: 45%;
  left: 90%;
  width: 52.5px;
}
.fv__scrolldown span {
  content: "";
  position: absolute;
  top: 333%;
  right: 45%;
}
@media screen and (max-width: 768px) {
  .fv__scrolldown {
    display: none;
  }
}

.fv__scrolldown span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fv__scrolldown span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 55px;
  background: #000000;
}

.product {
  padding-top: 52.08px;
  padding-bottom: 35px;
  background: #FBC901;
  position: relative;
  overflow: hidden;
}
.product .inner {
  max-width: 830px;
  position: relative;
  z-index: 1;
}
.product .product__blob {
  position: absolute;
  border-radius: 50%;
  background: #2CA6E0;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.product .product__blob--01 {
  left: 80.65%;
  top: 12.17%;
  width: 14.79vw;
  height: 14.79vw;
}
.product .product__blob--02 {
  left: 19.03%;
  top: 62.25%;
  width: 26.59vw;
  height: 26.59vw;
}
.product .product__blob--03 {
  left: 77.87%;
  top: 92.57%;
  width: 18.45vw;
  height: 18.45vw;
}
@media screen and (max-width: 768px) {
  .product .product__blob--01 {
    left: 104%;
    top: 4%;
    width: 24vw;
    height: 24vw;
  }
  .product .product__blob--02 {
    left: -6%;
    width: 22vw;
    height: 22vw;
  }
}
.product h2 {
  margin: 0 auto;
  text-align: center;
}
.product h2 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .product h2 span {
    font-size: 18px;
  }
}
.product h2 span::before {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .product h2 span::before {
    width: 30px;
  }
}
.product h2 span::after {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .product h2 span::after {
    width: 30px;
  }
}

.product__title {
  width: 487.2px;
}
@media screen and (max-width: 959px) {
  .product__title {
    width: max(280px, 50.75vw);
  }
}

.product__firsttext {
  margin-top: 29px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .product__firsttext {
    font-size: max(14px, 2.19vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .product__firsttext {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product__firsttext {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
}

.product__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20.1px;
  padding-right: 15px;
  padding-left: 15px;
  gap: 5%;
}

.product__item {
  position: relative;
  border: none;
  padding-bottom: 23px;
  width: 45%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .product__item {
    content: none;
    width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .product__item {
    width: 45%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .product__item:nth-of-type(2),
  .product__item:nth-of-type(3),
  .product__item:nth-of-type(4),
  .product__item:nth-of-type(5) {
    margin-top: 50px;
  }
  .product__item:nth-of-type(4) {
    padding: 0 0 40px;
  }
}
.product__item--present {
  padding: 0 0 16px;
  box-sizing: border-box;
  width: 95.2%;
  margin-top: 20px;
}
.product__item--present .product__subcategory {
  width: 176px;
}
@media screen and (max-width: 768px) {
  .product__item--present {
    padding-left: 0;
    padding-right: 0;
  }
}

.product__item__text {
  width: 100px;
  text-align: center;
}
.product__item__text img {
  width: 90%;
}
.product__item__text span {
  color: #ff3251;
  font-size: 11px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.2;
}

.product__subcategory {
  width: 123.26px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 17px;
  color: #FFF;
  background-color: #2CA6E0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .product__subcategory {
    width: 12.84vw;
  }
}
@media screen and (max-width: 768px) {
  .product__subcategory {
    font-size: 18px;
  }
}

.product__midimg {
  text-align: center;
  padding: 10px;
}

.product__item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product__midimg--small {
  position: absolute;
  top: -37px;
  right: 7.61%;
  width: 36.75%;
  padding: 0;
  z-index: 0;
  pointer-events: none;
}
.product__midimg--small img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .product__midimg--small {
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  .product__midimg--small {
    position: static;
    width: 76%;
    margin: 0 auto;
    padding: 10px;
  }
}

.product__subtitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 959px) {
  .product__subtitle {
    font-size: max(14px, 1.76vw);
  }
}

.product__subtitle2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 77px;
  color: #ff3251;
}
@media screen and (max-width: 768px) {
  .product__subtitle2 {
    margin-top: 40px;
  }
}

.product__subtitle--white {
  color: #ff3251;
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .product__subtitle--white {
    font-size: max(14px, 1.56vw);
    letter-spacing: -0.2px;
  }
}

.product__subtext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14.9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  padding-top: 8px;
  width: 224px;
  border-top: solid 0.5px #000000;
  color: #000000;
}
.product__subtext:last-child {
  border-top: none;
  padding-top: 0;
}

.product__subtext2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  padding: 10px 0;
  width: 250px;
  border-bottom: solid 0.5px #ff3251;
  color: #fff;
  background-color: #ff3251;
}
@media screen and (max-width: 768px) {
  .product__subtext2 {
    line-height: 1.3;
    font-size: 38px;
  }
}

.product__subtext--white {
  color: #ff3251;
  width: 310px;
  border-bottom: solid 2px #ff3251;
}
@media screen and (max-width: 768px) {
  .product__subtext--white {
    width: 77%;
    font-size: 12px;
  }
}

.product__price {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16.8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.5755952381;
  text-align: center;
  margin-top: 17px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .product__price {
    line-height: 1.2;
  }
}

.product__note__box {
  width: 280px;
  padding-left: 17px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product__note__box {
    padding-left: 0;
    margin: 0 auto;
    font-size: 14px;
  }
}

.product__note {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13.9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  margin: 17px 0 0 0;
  color: #ff3251;
  text-align: left;
}

.product__price--white {
  color: #ff3251;
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .product__price--white {
    font-size: 12px;
  }
}

.product__price--small {
  font-size: 12.6px;
}

.product__kids {
  position: absolute;
  top: 55.5%;
  left: 67%;
  width: 67px;
}
@media screen and (max-width: 768px) {
  .product__kids {
    top: 43.5%;
    left: 72%;
    width: max(60px, 13%);
  }
}

.product__label__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  gap: 30px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .product__label__wrap {
    flex-direction: column;
    padding: 0 16px;
  }
}
.product__label__wrap .product__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product__label__wrap .product__left {
    width: 100%;
    margin-top: 16px;
  }
}
.product__label__wrap .product__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product__label__wrap .product__right {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .product__label__wrap {
    gap: 15px;
  }
}

.product__item--tote .product__label__wrap .product__left {
  width: 52%;
  position: relative;
  z-index: 2;
}
.product__item--tote .product__label__wrap .product__right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .product__item--tote .product__label__wrap .product__left, .product__item--tote .product__label__wrap .product__right {
    width: 100%;
  }
}

.product__present {
  width: 120px;
}
@media screen and (max-width: 959px) {
  .product__present {
    width: 70px;
  }
}

.product__presenttitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 6px 0 14px;
}
@media screen and (max-width: 768px) {
  .product__presenttitle {
    font-size: 16px;
    margin: 4px 0 10px;
  }
}

.product__pricetitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 31.3px;
  font-weight: 700;
  color: #ff3251;
  text-align: center;
  margin-top: 78px;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 768px) {
  .product__pricetitle {
    margin-top: 22px;
  }
}

.product__presenttxt01 {
  background: #fff100;
  color: #ff3251;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
  padding: 7px 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .product__presenttxt01 {
    font-size: 17px;
    padding: 5px 0;
  }
}

.product__presenttxt02 {
  color: #ff3251;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 15px;
}
.product__presenttxt02.last {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .product__presenttxt02 {
    font-size: 12px;
  }
}

.product__pricemidtext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 700;
  background-color: #FFE800;
  text-align: center;
  width: 227.9px;
  margin-top: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
}
@media screen and (max-width: 768px) {
  .product__pricemidtext {
    font-size: 35px;
    padding: 25px 0px 18px;
    margin-top: 23px;
  }
}

.product__pricelasttext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12.6px;
  font-weight: 700;
  color: #FFF;
  margin-top: 23px;
  line-height: 1.9;
  margin-right: auto;
  margin-left: auto;
  width: 238px;
}
@media screen and (max-width: 768px) {
  .product__pricelasttext {
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

.kuji {
  width: 100%;
  padding-bottom: 40px;
  background: #fff;
}
.kuji h2 {
  margin: 0 auto 64px;
  text-align: center;
}
.kuji h2 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .kuji h2 span {
    font-size: 18px;
  }
}
.kuji h2 span::before {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .kuji h2 span::before {
    width: 30px;
  }
}
.kuji h2 span::after {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .kuji h2 span::after {
    width: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .kuji {
    height: 100%;
  }
}
.kuji__title {
  position: relative;
  width: 433px;
  padding-top: 45px;
}
@media screen and (max-width: 959px) {
  .kuji__title {
    width: max(230px, 45.1vw);
  }
}

.kuji__firsttext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 29px;
  text-align: center;
  margin-bottom: 12px;
  color: #2CA6E0;
}
@media screen and (max-width: 959px) {
  .kuji__firsttext {
    font-size: max(14px, 2.19vw);
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.kuji__img {
  width: 86%;
  margin: 0 auto 24px;
  position: relative;
}
.kuji__img .note {
  background: #2CA6E0;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  bottom: 16px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .kuji__img .note {
    width: 100px;
    height: 100px;
    font-size: 14px;
    line-height: 1.4;
    bottom: auto;
    top: -50px;
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .kuji__img .note {
    width: 80px;
    height: 80px;
    font-size: 10px;
    line-height: 1.4;
    bottom: auto;
    top: -50px;
  }
}
@media screen and (max-width: 959px) {
  .kuji__img {
    width: 91%;
    margin-top: 1px;
  }
}

.kuji__toptext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #ededed;
  font-size: 23.2px;
  font-weight: 500;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 15px;
  width: 100%;
  color: #2CA6E0;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .kuji__toptext {
    font-size: 18.2px;
  }
}

.kuji__lefttext--small02 {
  font-size: 24px;
  padding: 0;
  vertical-align: top;
  color: #2CA6E0;
}
@media screen and (max-width: 768px) {
  .kuji__lefttext--small02 {
    font-size: 23.6px;
  }
}

.kuji__righttext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #2CA6E0;
  font-size: 23.2px;
  padding-top: 17px;
  padding-bottom: 15px;
  font-weight: 700;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .kuji__righttext {
    font-size: 1.59vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.kuji__righttext--big {
  font-size: 30.6px;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .kuji__righttext--big {
    font-size: 28px;
  }
}

.kuji__bottomtext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  background: #04CE00;
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kuji__bottomtext {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* ===== 2026: Wチャンス（KUJI下部に追加）===== */
.wchance {
  position: relative;
  max-width: 900px;
  margin: 40px auto 0;
  background: #fff;
  padding: 22px 56px 26px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wchance {
    margin-top: 28px;
    padding: 16px 14px 18px;
  }
}

.wchance__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ff3251;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .wchance__title {
    font-size: 19px;
  }
}

.wchance__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ff3251;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .wchance__text {
    font-size: 12px;
  }
}

.wchance__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .wchance__row {
    gap: 6px;
  }
}

.wchance__badge {
  position: absolute;
  left: -3.81%;
  top: 67px;
  width: 13.32%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wchance__badge {
    left: 1%;
    top: 76px;
    width: 13%;
  }
}

.wchance__list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wchance__item {
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 2px solid #ff3251;
}

.wchance__item + .wchance__item {
  border-left: 0;
}

.wchance__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 2026: ご来店プレゼント2 ステッカー ===== */
.product__item__box--stickers {
  gap: 0;
}

.product__sticker {
  width: 118px;
}
@media screen and (max-width: 768px) {
  .product__sticker {
    width: 40%;
  }
}
.product__sticker img {
  width: 100%;
  height: auto;
  display: block;
}

.product__presentnote {
  font-size: 0.7em;
  font-weight: 500;
}

/* ===== 2026: Rifaシリーズ 11商品グリッド ===== */
.rifa__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .rifa__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }
}

.rifa__cell {
  position: relative;
  background: #fff;
  border: 1px solid #2CA6E0;
  aspect-ratio: 159/134;
  text-align: center;
  box-sizing: border-box;
}

.rifa__no {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #2CA6E0;
  border-bottom: 1px solid #2CA6E0;
  color: #2CA6E0;
  font-size: 15px;
  line-height: 1;
  padding: 6px 9px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.rifa__img {
  position: absolute;
  top: 16%;
  right: 9%;
  bottom: 24.5%;
  left: 9%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rifa__img--device {
  top: 8.5%;
  right: 0;
  bottom: 3.5%;
  left: 0;
}

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

@media screen and (max-width: 768px) {
  .rifa__img,
  .rifa__img--device {
    top: 15%;
    right: 10%;
    bottom: 30%;
    left: 10%;
  }
}
.rifa__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5%;
  padding: 0 6px;
  z-index: 1;
}
.rifa__text p {
  text-align: center;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.rifa__name {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 2px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .rifa__name {
    font-size: 12px;
    letter-spacing: -2px;
  }
}

.rifa__price {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .rifa__price {
    font-size: 10px;
  }
}

.rifa__cell--summary {
  background: #2CA6E0;
  border-color: #2CA6E0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.rifa__sumtop {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.rifa__off {
  font-size: 52px;
  font-weight: 700;
  color: #ffe100;
  line-height: 1.1;
  margin: 6px 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .rifa__off {
    font-size: 38px;
  }
}

.rifa__off span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .rifa__off span {
    font-size: 22px;
  }
}

.rifa__sumbtm {
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .rifa__sumbtm {
    font-size: 13px;
  }
}

.reservation {
  padding-top: 63px;
  padding-bottom: 71px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #FBC901;
  position: relative;
  overflow: hidden;
}
.reservation .inner {
  position: relative;
  z-index: 1;
}
.reservation .resv__blob {
  position: absolute;
  border-radius: 50%;
  background: #2CA6E0;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.reservation .resv__blob--01 {
  left: 3.35%;
  top: -2.68%;
  width: 35.73vw;
  height: 35.73vw;
}
.reservation .resv__blob--02 {
  left: 96.68%;
  top: 2.7%;
  width: 36.17vw;
  height: 36.17vw;
}
.reservation .resv__blob--03 {
  left: 13.12%;
  top: 54.63%;
  width: 29.59vw;
  height: 29.59vw;
}
.reservation .resv__blob--04 {
  left: 119.57%;
  top: 59.54%;
  width: 56.55vw;
  height: 56.55vw;
}
.reservation .resv__blob--05 {
  left: 6.11%;
  top: 83.79%;
  width: 24.15vw;
  height: 24.15vw;
}
.reservation .resv__blob--06 {
  left: 83.21%;
  top: 87.45%;
  width: 33.92vw;
  height: 33.92vw;
}
@media screen and (max-width: 959px) {
  .reservation {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .reservation .resv__blob--02 {
    left: 107%;
    width: 30vw;
    height: 30vw;
  }
  .reservation .resv__blob--03 {
    left: -4%;
    width: 20vw;
    height: 20vw;
  }
  .reservation .resv__blob--04 {
    left: 123%;
  }
  .reservation .resv__blob--05 {
    left: -9%;
    width: 20vw;
    height: 20vw;
  }
}
.reservation h2 {
  margin: 0 auto 40px;
  text-align: center;
}
.reservation h2 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .reservation h2 span {
    font-size: 18px;
  }
}
.reservation h2 span::before {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .reservation h2 span::before {
    width: 30px;
  }
}
.reservation h2 span::after {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .reservation h2 span::after {
    width: 30px;
  }
}

.reservation__title {
  width: 672px;
}
@media screen and (max-width: 959px) {
  .reservation__title {
    width: max(290px, 70vw);
  }
}

.reservation__firsttext {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .reservation__firsttext {
    font-size: max(14px, 2.19vw);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .reservation__firsttext {
    max-width: 542px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .reservation__firsttext {
    width: auto;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.reservation__list {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .reservation__list {
    row-gap: 0;
    column-gap: 0;
  }
}

.reservation__item {
  padding-bottom: 12px;
  border: none;
  background: #fff;
  width: 100%;
  margin-bottom: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .reservation__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reservation__item:nth-of-type(3) {
  padding-bottom: 24px;
}

.reservation__subtitle-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #2CA6E0;
}
@media screen and (max-width: 768px) {
  .reservation__subtitle-box {
    display: block;
    background-color: #2CA6E0;
    text-align: center;
  }
}

.reservation__en {
  letter-spacing: 0.02em;
}

.reservation__subtitle {
  font-size: 30px;
  color: #2CA6E0;
  font-weight: 700;
  line-height: 1.0833333333;
  padding-left: 26px;
  letter-spacing: -0.1em;
}
.reservation__subtitle.ttl01 {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reservation__subtitle.ttl01 {
    padding-left: 0;
    text-align: center;
  }
}
.reservation__subtitle.ttl01::before {
  content: "";
  width: 110px;
  height: 110px;
  background: url(..//images/icon_new.svg) no-repeat;
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .reservation__subtitle.ttl01::before {
    width: 60px;
    height: 600px;
    left: -10px;
    top: -15px;
  }
}
@media screen and (max-width: 959px) {
  .reservation__subtitle {
    padding-left: 20px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .reservation__subtitle {
    padding: 10px 0;
    background-color: #fff;
  }
}

.reservation__toptext {
  background: #2CA6E0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 4px 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .reservation__toptext {
    font-size: 14px;
    text-align: left;
    padding: 8px 12px 10px;
  }
}

.reservation__subtitle--4th {
  letter-spacing: -0.17em;
}

.reservation__subtitle-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .reservation__subtitle-img {
    width: 50%;
  }
}

.reservation__subtext {
  width: 50%;
  display: block;
  background: #2CA6E0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  .reservation__subtext {
    width: 60%;
    margin: 0 auto;
  }
}

.reservation__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reservation__box {
    justify-content: space-around;
  }
}

.reservation__text-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 65px;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .reservation__text-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .reservation__box--between {
    justify-content: space-between;
    align-items: stretch;
  }
}

.reservation__wrap {
  display: flex;
  align-items: center;
}

.reservation__2ndbox {
  padding-top: 26px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .reservation__2ndbox {
    padding-left: 14px;
  }
}

.reservation__3rdimg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reservation__3rdimg-wrap {
    display: block;
  }
}

.reservation__3rdbox {
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .reservation__3rdbox {
    width: 47%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 4.2%;
  }
}

.reservation__4rdimg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .reservation__4rdimg-wrap {
    display: block;
  }
}

.reservation__4th-box {
  margin: 45px 0 0;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .reservation__4th-box {
    padding-top: 10px;
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .reservation__4th-box {
    padding: 10px 0 0 40px;
    width: 100%;
  }
}
.reservation__1stimg {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reservation__1stimg {
    width: 75%;
  }
}

.reservation__2ndimg {
  width: 10%;
  margin-right: 11px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .reservation__2ndimg {
    position: absolute;
    width: 13%;
    top: 60%;
    left: -40px;
  }
}

.reservation__3rdimg {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 50px 40px 80px;
}
@media screen and (max-width: 768px) {
  .reservation__3rdimg {
    width: 90%;
    margin: 0 auto;
  }
}

.reservation__3rdtext {
  padding: 0 15px;
}
.reservation__3rdtext dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .reservation__3rdtext dl dt {
    font-size: 16px;
  }
}
.reservation__3rdtext dl dd {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .reservation__3rdtext dl dd {
    font-size: 14px;
  }
}
.reservation__3rdtext dl dd .gray {
  background: #ddd;
}
.reservation__3rdtext dl dd .red {
  color: #ff3251;
}
.reservation__3rdtext dl dd .small {
  font-size: 17px;
}
@media screen and (max-width: 959px) {
  .reservation__3rdtext dl dd .small {
    font-size: 12px;
  }
}
.reservation__3rdtext .note {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .reservation__3rdtext .note {
    font-size: 12px;
  }
}

.reservation__3rdimg:nth-of-type(1) img {
  width: 95%;
  text-align: center;
}

.reservation__3rdimg:nth-of-type(2) img {
  width: 85%;
  text-align: center;
}

.reservation__4thimg {
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation__4thimg {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.reservation__4thimg img {
  width: 85%;
}

.reservation__5thimg {
  margin-bottom: 7px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation__5thimg {
    width: 85%;
    margin: 0 auto;
  }
}
.reservation__5thimg img {
  width: 85%;
}

.reservation__6thimg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reservation__6thimg-wrap {
    display: block;
  }
}

.reservation__6thimg {
  width: 60%;
  padding-top: 44px;
  text-align: center;
}
.reservation__6thimg:nth-of-type(1) img {
  width: 87%;
}
.reservation__6thimg:nth-of-type(2) img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .reservation__6thimg {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .reservation__6thimg:nth-of-type(1) img {
    width: 80%;
    padding: 30px 0;
  }
  .reservation__6thimg:nth-of-type(2) img {
    width: 72%;
  }
}
.reservation__text {
  font-size: 20px;
  line-height: 1.4437799043;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
.reservation__text .red {
  color: #ff3251;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .reservation__text .red {
    font-size: 12px;
    display: block;
  }
}
.reservation__text .small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .reservation__text .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__text {
    font-size: 14px;
    text-align: left;
  }
}

.reservation__text--2nd {
  margin-right: 8px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .reservation__text--2nd {
    margin-right: 0;
    margin-left: 0;
  }
}

.reservation__text--2ndtitle {
  font-weight: 700;
}

.reservation__text--2ndlast {
  margin-top: -6px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .reservation__text--2ndlast {
    padding-right: 10px;
    font-size: 3.21vw;
  }
}

.reservation__text--3rd {
  line-height: 1.1;
}

.reservation__emphasis-text {
  color: #ff3251;
}

.reservation__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2415384615;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .reservation__item:nth-of-type(3) .reservation__note {
    padding-left: 0;
    text-align: center;
  }
}

.reservation__small {
  font-size: 16.9px;
  line-height: 1.6783333333;
  color: #FF3251;
}
@media screen and (max-width: 768px) {
  .reservation__small {
    font-size: 12px;
  }
}

.menu {
  padding-top: 79px;
  padding-bottom: 120px;
  position: relative;
}
.menu h2 {
  margin: 0 auto 32px;
  text-align: center;
}
.menu h2 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .menu h2 span {
    font-size: 18px;
  }
}
.menu h2 span::before {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .menu h2 span::before {
    width: 30px;
  }
}
.menu h2 span::after {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .menu h2 span::after {
    width: 30px;
  }
}

/* 2026: セクション地は単色の水色（去年の背景画像は不使用） */
.menu {
  background-image: none !important;
}

@media screen and (max-width: 1135px) {
  .menu {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    overflow-x: hidden;
  }
}
.menu__title {
  width: 55.5%;
}
@media screen and (max-width: 768px) {
  .menu__title {
    width: max(280px, 55.5%);
  }
}

.menu__firsttext {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .menu__firsttext {
    font-size: max(14px, 2.19vw);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .menu__firsttext {
    max-width: 542px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu__firsttext {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
}

.menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21.8px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .menu__list {
    gap: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1135px) {
  .menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.menu__item {
  position: relative;
  width: 542px;
}
@media screen and (max-width: 768px) {
  .menu__item {
    width: 90%;
  }
}

.menu__item:nth-of-type(1)::before,
.menu__item:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
  height: 530px;
  background-size: cover;
  z-index: -1;
}

/* 2026: menu01〜03 は昨年の約2倍サイズで書き出されているため、
   表示サイズを昨年と同じに固定する（高解像度ソースはそのまま活かす）
   昨年の実測: menu01=85px / menu02=35px / menu03=85px */
.menu__1stimg img {
  width: 85px;
}

.menu__2ndimg img {
  width: 35px;
}

.menu__3rdimg img {
  width: 85px;
}

/* 2026: 白い円が青背景に隠れないよう、item自身に重ね順の基準を作る */
.menu__item {
  position: relative;
  z-index: 0;
}

.menu__item:nth-of-type(1)::before {
  background: #fff;
  border-radius: 50%;
}

.menu__item:nth-of-type(2)::before {
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .menu__item:nth-of-type(1)::before {
    width: 1100px;
    height: 1100px;
    background-repeat: no-repeat;
  }
  .menu__item:nth-of-type(2)::before {
    width: 650px;
    height: 650px;
    background-repeat: no-repeat;
  }
}
.menu__subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 1.1162018592;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .menu__subtitle {
    font-size: 28px;
  }
}

.menu__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  padding-left: 28px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .menu__wrap {
    padding-left: 0;
    margin-top: 0;
    flex-direction: column;
    gap: 0;
  }
}

.menu__wrap.menu__wrap--2nd {
  padding-left: 0;
}

.menu__wrap--2nd {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .menu__wrap--2nd {
    flex-direction: column;
    padding-left: 0;
    gap: 20px;
  }
}

.menu__box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu__box {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.menu__1sttext {
  font-weight: 400;
  font-size: 14.7px;
  letter-spacing: 0.02em;
  line-height: 1.6957142857;
}
@media screen and (max-width: 768px) {
  .menu__1sttext {
    margin-bottom: 10px;
  }
}

.menu__1sttext--big {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1166509878;
  display: block;
  text-align: center;
}
.menu__1sttext--center {
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .menu__1sttext--center {
    top: 0;
  }
}

.menu__1sttext--small {
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  line-height: 1.3;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .menu__1sttext--small {
    font-size: 14px;
    transform: scale(1);
    line-height: 1.6;
    display: inline-block;
  }
}

.menu__1stimg {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .menu__1stimg {
    text-align: center;
  }
}

.menu__2ndimg {
  width: 23%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .menu__2ndimg {
    text-align: center;
  }
}

.menu__3rdimg {
  width: 53%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .menu__3rdimg {
    text-align: center;
  }
}

.menu__4thimg {
  text-align: center;
}
.menu__4thimg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .menu__4thimg img {
    width: 220px;
    padding-left: 5px;
  }
}

.menu__step1-img {
  content: "";
  position: absolute;
  top: 36.5%;
  right: 72%;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .menu__step1-img {
    width: 15%;
    right: 71%;
  }
}

.menu__step2-img {
  content: "";
  position: absolute;
  top: 36.5%;
  right: 63%;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .menu__step2-img {
    width: 15%;
    right: 71%;
  }
}

.menu__step3-img {
  content: "";
  position: absolute;
  top: 36%;
  right: 71%;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .menu__step3-img {
    width: 15%;
    top: 36%;
    right: 71%;
  }
}

.menu__2ndtext {
  padding-top: 11px;
  width: 37%;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.4666666667;
  font-feature-settings: "palt";
  margin: 0 25px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .menu__2ndtext {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .menu__2ndtext {
    width: 90%;
    font-size: 14px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.menu__2ndmid-text {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.2858769932;
  width: 61%;
  padding: 3px;
  margin: 30px auto 0;
  background-color: #FFEA00;
  text-align: center;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .menu__2ndmid-text {
    font-size: 16px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}

.menu__2ndmid-text--big {
  display: inline-block;
  width: 81px;
  font-weight: 700;
  font-size: 18.9px;
  letter-spacing: 0.4em;
  line-height: 1.2222222222;
  color: #FFF;
  background-color: #FF3251;
  text-align: center;
  padding-top: 6.2px;
  padding-bottom: 4.2px;
  padding-left: 3px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .menu__2ndmid-text--big {
    padding-left: 7px;
    margin-bottom: 10px;
  }
}

.menu__lasttext {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 28px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .menu__lasttext {
    font-size: 26px;
    padding-left: 0;
    text-align: center;
  }
}

.menu__lasttext2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-bottom: 3px;
  text-align: center;
  color: #FF3251;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .menu__lasttext2 {
    font-size: 24px;
  }
}

.menu__lasttext--big {
  font-size: 31.689px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-right: 11px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .menu__lasttext--big {
    font-size: max(21.689px, 4.12vw);
  }
}

.menu__lasttext--small {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .menu__lasttext--small {
    font-size: max(12.787px, 2.31vw);
  }
}

.menu__lasttext--2nd {
  margin-left: 12px;
  margin-right: 26px;
}

.summer {
  padding-top: 82px;
  background: #fff;
}
.summer h2 {
  margin: 0 auto 40px;
  text-align: center;
}
.summer h2 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .summer h2 span {
    font-size: 18px;
  }
}
.summer h2 span::before {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .summer h2 span::before {
    width: 30px;
  }
}
.summer h2 span::after {
  width: 50px;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .summer h2 span::after {
    width: 30px;
  }
}

.summer__wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .summer__wrap {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}

.summer__box {
  width: 53%;
}
@media screen and (max-width: 959px) {
  .summer__box {
    width: 100%;
  }
}

.summer__title {
  width: 579px;
}
@media screen and (max-width: 959px) {
  .summer__title {
    width: max(250px, 60.31vw);
  }
}

.summer__text {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .summer__text {
    font-size: max(14px, 2.19vw);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .summer__text {
    width: 49%;
    padding-left: 107px;
  }
}
@media screen and (max-width: 768px) {
  .summer__text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .summer__text br {
    display: none;
  }
}

.summer__img {
  width: 300px;
}
@media screen and (max-width: 959px) {
  .summer__img {
    width: max(280px, 44.58%);
  }
}
.summer__img img {
  aspect-ratio: 204.93/151.74;
}

.summer__link {
  text-align: center;
  margin-top: 75px;
}
.summer__link a {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #FFF;
  background-color: #2CA6E0;
  border-radius: 22px;
  width: 468.38px;
  font-size: 23.1px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .summer__link a {
    width: 300px;
  }
}

.footer {
  padding-top: 85px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 63.78px;
  }
}

.footer__img {
  position: relative;
  width: 557px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .footer__img {
    width: 58.02vw;
  }
}

.footer__text {
  content: "";
  position: absolute;
  top: 76%;
  right: -1%;
  margin-right: auto;
  margin-left: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .footer__text {
    font-size: max(12px, 2.19vw);
    right: 0;
    left: 38%;
  }
}

.footer__box {
  display: flex;
}

.footer__link,
#footer__link {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.footer__lasttext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 19.9px;
  font-weight: 700;
  background-color: #2CA6E0;
  padding-top: 19px;
  padding-bottom: 16.8px;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer__lasttext {
    font-size: max(12px, 2.07vw);
  }
}

.footer__lastarea {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__lastarea {
    display: block;
    height: 66.38px;
  }
}

.footer__button {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 10px;
  bottom: 100px;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .footer__button {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__button {
    display: none;
  }
}

.footer__button--home {
  right: 103px;
}
@media screen and (max-width: 959px) {
  .footer__button--home {
    right: 133px;
  }
}

/* =========================================
   2026 / 17th 「birthday party」
   FV と 招待状（去年と構造が違うため上書き）
   ========================================= */
/* ===== FV（水色） ===== */
.fv {
  height: auto;
  max-height: none;
  margin-top: 0;
  padding: 46px 0 64px;
  text-align: center;
  overflow: hidden;
}

.fv__inner {
  max-width: 100%;
}

.fv__img {
  margin: 0 auto 40px;
}
.fv__img img {
  width: 44%;
  max-width: 640px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv__date {
  margin-top: 14px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 24px;
}

.fv__num {
  font-size: 56px;
  letter-spacing: 0.01em;
}

.fv__d {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* デザイン準拠: 小文字＋90度回転（縦組み）。数字の下端より少し上に置く */
.fv__dow {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-left: 8px;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  line-height: 1;
  position: relative;
  bottom: 4px;
}

.fv__arrow {
  font-size: 40px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 26px 0 36px;
  }
  .fv__img img {
    width: 74%;
  }
  .fv__date {
    gap: 12px;
    margin-top: 8px;
  }
  .fv__num {
    font-size: 30px;
  }
  .fv__dow {
    font-size: 9px;
    margin-left: 4px;
    bottom: 2px;
  }
  .fv__arrow {
    font-size: 22px;
  }
}
/* ===== 招待状（白地・青文字） ===== */
.invitation {
  background: #fff;
  padding: 58px 20px 66px;
  overflow: hidden;
  position: relative;
}

.invitation__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.invitation__title {
  position: relative;
  z-index: 1;
  color: #2CA6E0;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 26px;
}

.invitation__text {
  position: relative;
  z-index: 1;
  color: #2CA6E0;
  text-align: center;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.03em;
  margin: 0;
}

/* 花束（デザイン実測を等倍換算した固定サイズ。本文ブロック基準・文字の背面） */
.invitation__bouquet {
  position: absolute;
  z-index: 0;
  right: 140px;
  top: 68px;
  width: 152px;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .invitation {
    padding: 34px 16px 40px;
  }
  .invitation__title {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .invitation__text {
    font-size: 13px;
    line-height: 1.95;
    text-align: left;
  }
  .invitation__bouquet {
    width: 92px;
    right: 0;
    top: 46px;
  }
}

.wchance__item {
  box-sizing: border-box;
}