@charset "UTF-8";
/*
Theme Name: bolo
*/
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
@import url("https://use.typekit.net/mpv1qvi.css");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
.pc_md_only {
  display: block;
}
@media screen and (max-width: 479px) {
  .pc_md_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (max-width: 479px) {
  .sm_only {
    display: block;
  }
}

/* サイト設計 */
/* サイト設計 ここまで */
body {
  color: #4d4d4d !important;
  background-color: #f8f8f8;
  margin: 0 !important;
  font-family: "Zen Kaku Gothic New", serif;
  width: 100%;
  height: 100%;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  text-decoration: none;
}
body li {
  list-style: none;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    transition: all 0.5s ease;
  }
  body a:hover {
    opacity: 0.6;
  }
}

.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  max-height: 80vh;
  transition-timing-function: linear;
}
@media screen and (max-width: 479px) {
  .swiper {
    max-height: 50vh;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top-mv__nav {
  width: 20%;
  position: absolute;
  top: 15%;
  left: 10%;
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .top-mv__nav {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .top-mv__nav {
    font-size: 15px;
    line-height: 1 !important;
  }
}
.top-mv__nav ul {
  display: flex;
  flex-direction: column;
}
.top-mv__nav ul li {
  padding-bottom: 16.8498168498%;
}
.top-mv__nav ul li:last-of-type {
  padding-bottom: 0;
}
.top-mv__sns a {
  margin: 18.315018315% 5.4945054945% 0 0;
  display: inline-block;
}
.top-mv__sns a img {
  width: 1.6vw;
  min-width: 22px;
}
.top-mv__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 51%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-mv__wrap {
    width: 89.3333333333%;
    max-width: 500px;
  }
}
.top-mv__img {
  width: 100%;
  position: relative;
}
.top-mv__ttl {
  position: absolute;
  right: -28.5%;
  top: -11%;
  width: 36%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .top-mv__ttl {
    right: -15%;
    top: -34%;
    width: 44.776119403%;
  }
}
@media screen and (max-width: 700px) {
  .top-mv__ttl {
    right: -2%;
    top: -49%;
    width: 44.776119403%;
  }
}
.top-mv__girl {
  position: absolute;
  bottom: -4%;
  left: -23%;
  width: 44%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .top-mv__girl {
    bottom: -12%;
    left: -15%;
    width: 59.7014925373%;
  }
}
@media screen and (max-width: 700px) {
  .top-mv__girl {
    bottom: -32%;
    left: 0;
    width: 59.7014925373%;
  }
}

.top-menu__slide {
  margin-top: 5.2svh;
}
@media screen and (max-width: 959px) {
  .top-menu__slide {
    margin-top: 50px;
  }
}
.top-menu__slide a:hover {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .top-menu__slide a:hover .slide-item__img img {
    width: 65%;
    transition: all 0.2s ease-out;
  }
}
.top-menu__text {
  padding-top: 6.5svh;
}
@media screen and (max-width: 959px) {
  .top-menu__text {
    padding-top: 90px;
  }
}
.top-menu__text p {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 2;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1365px) {
  .top-menu__text p {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .top-menu__text p {
    font-size: 14px;
    line-height: 1.8 !important;
  }
}
@media screen and (max-width: 959px) {
  .top-menu__text p {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .top-menu__text p {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .top-menu__text p {
    text-align: left;
  }
}
.top-menu__slide-item {
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.top-menu__slide-item .slide-item__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu__slide-item .slide-item__img img {
  width: 60%;
  transition: all 0.2s ease-out;
}
.top-menu__slide-item::before {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/top/slide-bk.png);
  z-index: -1;
}
.top-menu__slide-item .slide-item__name {
  position: absolute;
  bottom: 0;
  width: 40.9090909091%;
  right: -11.3636363636%;
  transform: rotate(-25deg);
}
.top-menu__slide-item .slide-item__name img {
  object-fit: contain;
}

.swiper1 {
  padding: 0 2.3020257827% 0.7366482505% !important;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .swiper1 {
    padding-bottom: 1.2403100775% !important;
  }
}
@media screen and (max-width: 650px) {
  .swiper1 {
    margin: 0 calc(50% - 50vw) !important;
    width: 100vw !important;
    padding-bottom: 1.4814814815% !important;
  }
}
@media screen and (max-width: 479px) {
  .swiper1 {
    padding-bottom: 2.5706940874% !important;
  }
}

.swiper-wrapper1 {
  box-sizing: border-box;
}

.swiper-slide1 {
  width: 20.2578268877%;
}

.img-wrap {
  width: 100%;
  max-width: 58.1993569132%;
  margin: 0 auto;
  text-align: center;
}

.img-wrap--small {
  max-width: 42.872454448%;
  margin: 0 auto;
  text-align: center;
}

/* swiper1 前後ボタン追加 */
.swiper-area {
  position: relative;
}

.swiper-button-prev1::after,
.swiper-button-next1::after {
  content: none !important;
}
.swiper-button-prev1,
.swiper-button-next1 {
  min-width: 60px !important;
  width: 5% !important;
  top: auto !important;
  bottom: -60px !important;
  z-index: 5 !important;
}
.swiper-button-prev1:hover,
.swiper-button-next1:hover {
  opacity: 0.6 !important;
}

/* スクロールコンテナ */
.container {
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
  overflow-y: auto;
  height: 100vh;
  scroll-behavior: smooth;
}
@media screen and (max-width: 959px) {
  .container {
    height: 100%;
  }
}

/* 各セクション */
.top-section {
  display: flex;
  justify-content: center;
  height: 100vh;
  scroll-snap-align: start;
  opacity: 0;
  transition: opacity 1s ease-in;
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-section {
    opacity: 1;
    height: 100%;
  }
}
.top-section__wrap {
  padding-top: 26svh;
  padding-bottom: 13svh;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-section__wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .top-section__wrap {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
.top-section__inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-section__inner {
    justify-content: center;
  }
}
.top-section__button {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .top-section__button {
    text-align: center;
  }
}

/* フェードイン時 */
.top-section.active {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .top-about h2 {
    padding-top: 90px;
  }
}
.top-about__img {
  position: absolute;
  bottom: -6.4456721915%;
  left: 0;
  width: 25.0920810313%;
}
@media screen and (max-width: 959px) {
  .top-about__img {
    position: static;
    width: 57.1428571429%;
    max-width: 272px;
    margin: 0 auto;
  }
}
.top-about__box {
  width: 100%;
}
.top-about__text {
  width: 100%;
  margin-top: -5.985267035%;
}
@media screen and (max-width: 959px) {
  .top-about__text {
    padding: 66px 0 49px 0;
  }
}
.top-about__text p {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 3;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 1365px) {
  .top-about__text p {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .top-about__text p {
    font-size: 14px;
    line-height: 3 !important;
  }
}
@media screen and (max-width: 959px) {
  .top-about__text p {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .top-about__text p {
    letter-spacing: 0.18em;
  }
}

.top-store__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 60.773480663%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-store__wrap {
    display: block;
    max-width: none;
  }
}
.top-store__text {
  max-width: 54.2424242424%;
  width: 100%;
  letter-spacing: 0.18em;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
}
@media screen and (max-width: 959px) {
  .top-store__text {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .top-store__text {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 1365px) {
  .top-store__text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .top-store__text {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .top-store__text {
    max-width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.top-store__text .store__address {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .top-store__text .store__address {
    text-align: center;
    margin: 0 auto;
  }
}
.top-store__text .store__map {
  width: 100%;
  padding-bottom: 4.1899441341%;
}
@media screen and (max-width: 959px) {
  .top-store__text .store__map {
    padding-bottom: 20px;
  }
}
.top-store__text .store__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 1.25%;
  gap: 1.5%;
}
@media screen and (max-width: 959px) {
  .top-store__text .store__wrap {
    padding-top: 8px;
    justify-content: center;
  }
}
.top-store__text .store__wrap p {
  font-size: clamp(12px, 0.878477306vw, 9999px);
  line-height: 1;
  letter-spacing: 0.24em;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .top-store__text .store__wrap p {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  }
}
@media screen and (max-width: 374px) {
  .top-store__text .store__wrap p {
    font-size: 12px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .top-store__text .store__wrap p {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .top-store__text .store__wrap p {
    letter-spacing: 0.24em;
  }
}
.top-store__text .store__wrap img {
  height: 3.75%;
  width: 3.75%;
}
.top-store__text table {
  width: 100%;
}
.top-store__text table tr:last-child th {
  padding-bottom: 0;
}
.top-store__text table th {
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
  font-weight: 500;
  padding-bottom: 4.1899441341%;
}
@media screen and (max-width: 959px) {
  .top-store__text table th {
    display: block;
    text-align: center;
    text-align-last: center;
    padding-bottom: 0%;
  }
}
.top-store__text table td {
  padding-left: 7.5%;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .top-store__text table td {
    display: block;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.top-store__sketch {
  max-width: 30.3490136571%;
  width: 100%;
  padding-top: 13%;
}
@media screen and (max-width: 959px) {
  .top-store__sketch {
    max-width: 38.0952380952%;
    margin: 0 auto;
    padding: 22.2222222222% 0 15.873015873%;
  }
}
.top-store__img {
  max-width: 36.832412523%;
  padding-right: 2.7624309392%;
  padding-bottom: 1.8416206262%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-store__img {
    max-width: 400px;
    width: 88.8888888889%;
    padding: 50px 0;
    margin: 0 auto;
  }
}
.top-store__msk-img {
  -webkit-mask-image: url("../img/top/shop-msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto 5%;
  mask-image: url("../img/top/shop-msk.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}
.top-store__msk-img img {
  aspect-ratio: 400/227;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*section__button削除に伴うレイアウト調整用*/
.button-space {
  width: 100%;
  height: 1.54vw;
}
@media screen and (max-width: 959px) {
  .button-space {
    height: 13vw;
  }
}

.about-section {
  margin: 8.78477306% 0;
}
@media screen and (max-width: 959px) {
  .about-section {
    margin: 100px 0;
  }
}

.about-bolo {
  width: 58.5651537335%;
  margin: 0 auto;
  position: relative;
  min-width: 700px;
}
@media screen and (max-width: 959px) {
  .about-bolo {
    width: 100%;
    max-width: 500px;
    min-width: auto;
  }
}
.about-bolo__bg {
  width: 100%;
}
.about-bolo__text {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-bolo__text h3 {
  margin-bottom: 7.8125%;
}
@media screen and (max-width: 959px) {
  .about-bolo__text h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 374px) {
  .about-bolo__text h3 {
    margin-bottom: 20px;
  }
}
.about-bolo__text p {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 3;
}
@media screen and (max-width: 1365px) {
  .about-bolo__text p {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .about-bolo__text p {
    font-size: 14px;
    line-height: 3 !important;
  }
}
.about-bolo__gif {
  position: absolute;
  width: 10%;
}
@media screen and (max-width: 959px) {
  .about-bolo__gif {
    width: 16%;
  }
}

.gif01 {
  top: -5%;
  right: 25%;
}
@media screen and (max-width: 959px) {
  .gif01 {
    top: -3%;
    right: 20%;
  }
}

.gif02 {
  left: -3%;
  top: 62%;
}
@media screen and (max-width: 959px) {
  .gif02 {
    top: 55%;
  }
}

.gif03 {
  right: 5%;
  top: 80%;
}
@media screen and (max-width: 959px) {
  .gif03 {
    right: 8%;
    top: 85%;
  }
}

.about-girl {
  width: 12.4450951684%;
  min-width: 150px;
  margin: 0 auto;
  display: block;
  margin-top: 3.6603221083%;
}
@media screen and (max-width: 959px) {
  .about-girl {
    width: 40vw;
    max-width: 150px;
    min-width: auto;
    margin-top: 40px;
  }
}

.kodawari {
  box-sizing: border-box;
  width: 79.5021961933%;
  margin: 11.7130307467% auto 14.6412884334%;
}
@media screen and (max-width: 649px) {
  .kodawari {
    display: block;
    width: 89%;
    margin: 80px auto 160px;
  }
}
.kodawari__ttl {
  text-align: center;
  font-size: clamp(18px, 1.317715959vw, 9999px);
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.24em;
  margin-bottom: 14.7329650092%;
}
@media screen and (max-width: 1365px) {
  .kodawari__ttl {
    font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  }
}
@media screen and (max-width: 374px) {
  .kodawari__ttl {
    font-size: 16px;
    line-height: 1.75 !important;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__ttl {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__ttl {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__ttl {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__ttl {
    margin-bottom: 38.2089552239%;
  }
}
.kodawari__ttl h3 {
  margin-bottom: 7.3664825046%;
}
@media screen and (max-width: 649px) {
  .kodawari__ttl h3 {
    margin-bottom: 11.2676056338%;
  }
}
.kodawari__ttl-img {
  width: 10.5893186004%;
  margin: 0 auto;
  padding-left: 2.3020257827%;
}
@media screen and (max-width: 959px) {
  .kodawari__ttl-img {
    width: 32.8358208955%;
    padding-left: 2.3020257827%;
    max-width: 115px;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__ttl-img {
    padding-left: 8.9552238806%;
  }
}
.kodawari__material {
  width: 100%;
}
.kodawari__material-ttl {
  display: flex;
  justify-content: center;
  gap: 5.5248618785%;
  align-items: center;
  margin-bottom: 5.5248618785%;
}
@media screen and (max-width: 649px) {
  .kodawari__material-ttl {
    display: block;
    margin-bottom: 11.9402985075%;
  }
}
.kodawari__material-ttl div {
  width: 18.4162062615%;
}
@media screen and (max-width: 959px) {
  .kodawari__material-ttl div {
    min-width: 150px;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__material-ttl div {
    margin: 0 auto;
    width: 44.776119403%;
    padding-bottom: 7.4626865672%;
    max-width: 200px;
  }
}
.kodawari__material-ttl p {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1.8666666667;
  letter-spacing: 0.24em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .kodawari__material-ttl p {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .kodawari__material-ttl p {
    font-size: 15px;
    line-height: 1.8666666667 !important;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__material-ttl p {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__material-ttl p {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__material-ttl p {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}
.kodawari__material-ttl span {
  position: absolute;
  width: 15.4545454545%;
  top: -32%;
  right: -18.1818181818%;
}
@media screen and (max-width: 649px) {
  .kodawari__material-ttl span {
    width: 18.1818181818%;
    top: -34%;
    right: -16.3636363636%;
  }
}
.kodawari__point-list {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.0811654527%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list {
    flex-flow: column;
    align-items: center;
  }
}
.kodawari__point-list .point {
  margin-bottom: 1.8416206262%;
  max-width: 36.832412523%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point {
    margin-bottom: 8.9552238806%;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__point-list .point {
    max-width: 100%;
    margin-bottom: 8.9552238806%;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point:nth-of-type(2n) .point__wrap {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__point-list .point:nth-of-type(2n) .point__wrap {
    margin-right: auto;
  }
}
.kodawari__point-list .point:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point:nth-last-child(-n + 2) {
    margin-bottom: 8.9552238806%;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point:last-of-type {
    margin-bottom: 0;
  }
}
.kodawari__point-list .point:nth-child(2) {
  margin-right: 12.8913443831%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point:nth-child(2) {
    margin-right: 0;
  }
}
.kodawari__point-list .point:nth-child(3) {
  margin-left: 12.8913443831%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point:nth-child(3) {
    margin-left: 0;
  }
}
.kodawari__point-list .point__wrap {
  box-sizing: border-box;
  position: relative;
  padding-left: 2.3020257827%;
  padding-top: 2.3020257827%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__wrap {
    max-width: 36.832412523%;
    max-width: 400px;
    padding-left: 4.4776119403%;
    padding-top: 4.4776119403%;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__point-list .point__wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__point-list .point__wrap {
    max-width: 100%;
  }
}
.kodawari__point-list .point__ttl {
  width: auto;
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-left: 17%;
  padding-top: 16%;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .kodawari__point-list .point__ttl {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .kodawari__point-list .point__ttl {
    font-size: 15px;
    line-height: 1.6666666667 !important;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__point-list .point__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__ttl {
    padding-left: 11.5%;
    padding-top: 10.5%;
    max-width: 80%;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__point-list .point__ttl {
    padding-left: 15.5%;
    padding-top: 13.5%;
  }
}
.kodawari__point-list .point__text {
  width: auto;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
  letter-spacing: 0.18em;
  padding-top: 3.5%;
  font-weight: 400;
}
@media screen and (max-width: 1365px) {
  .kodawari__point-list .point__text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .kodawari__point-list .point__text {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__text {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__point-list .point__text {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__text {
    padding-top: 5.3571428571%;
  }
}
.kodawari__point-list .point__bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5%;
  z-index: -1;
}
@media screen and (max-width: 649px) {
  .kodawari__point-list .point__bubble {
    max-width: 70px;
    width: 22.3880597015%;
  }
}
.kodawari__point-list .point__bubble img {
  width: 100%;
}
.kodawari__point-list .point__bk {
  position: absolute;
  z-index: -2;
  top: 11%;
  left: 5%;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .kodawari__point-list .point__bk {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__point-list .point__bk {
    width: 46%;
    top: 6%;
    left: 3%;
    max-width: 160px;
  }
}
.kodawari__bake {
  text-align: center;
  margin-top: 14.7329650092%;
}
@media screen and (max-width: 959px) {
  .kodawari__bake {
    margin-top: 100px;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__bake {
    margin-top: 29.8507462687%;
  }
}
.kodawari__bake-img {
  position: relative;
  max-width: 22.0994475138%;
  width: 100%;
  aspect-ratio: 240/187;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .kodawari__bake-img {
    min-width: 240px;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__bake-img {
    max-width: 59.7014925373%;
    aspect-ratio: 200/156;
    min-width: auto;
  }
}
.kodawari__bake-img .bake-before {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-out;
}
.kodawari__bake-img .bake-before__msk-img {
  -webkit-mask-image: url("../img/about/about-msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto 5%;
  mask-image: url("../img/about/about-msk.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}
.kodawari__bake-img .bake-before__msk-img img {
  aspect-ratio: 240/187;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kodawari__bake-img .bake-before.active {
  opacity: 0;
  z-index: 0;
}
.kodawari__bake-img .bake-after {
  max-width: 41.6666666667%;
  height: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .kodawari__bake-img .bake-after {
    min-width: 100px;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__bake-img .bake-after {
    max-width: 40%;
    min-width: auto;
  }
}
.kodawari__bake-img .bake-after.active {
  opacity: 1;
  z-index: 1;
}
.kodawari__bake-text {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1.8666666667;
  letter-spacing: 0.24em;
  font-weight: 500;
  margin: 2.394106814% auto 0;
  padding-top: 2.2099447514%;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1365px) {
  .kodawari__bake-text {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .kodawari__bake-text {
    font-size: 15px;
    line-height: 1.8666666667 !important;
  }
}
@media screen and (max-width: 959px) {
  .kodawari__bake-text {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .kodawari__bake-text {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 649px) {
  .kodawari__bake-text {
    margin: 8.0597014925% auto 0;
    padding-top: 0;
  }
}
.kodawari__bake-text span {
  position: absolute;
  right: -11.9402985075%;
  top: 0;
  width: 10.1492537313%;
}
@media screen and (max-width: 959px) {
  .kodawari__bake-text span {
    width: 20%;
    right: -19%;
    top: -26;
  }
}

.eat-section {
  margin: 17.5695461201% 0 13.17715959%;
}
@media screen and (max-width: 959px) {
  .eat-section {
    margin-bottom: 120px;
  }
}
.eat-section h3 {
  text-align: center;
  margin-bottom: 5.8565153734%;
}
@media screen and (max-width: 959px) {
  .eat-section h3 {
    margin-bottom: 60px;
  }
}

.how-to {
  margin-bottom: 8.78477306%;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .how-to {
    width: 89%;
    margin: 60px auto 120px;
  }
}
@media screen and (max-width: 649px) {
  .how-to {
    width: 89.3333333333%;
    padding: 0 7.4666666667%;
    margin-bottom: 70px;
  }
}
.how-to ul {
  display: flex;
  gap: 4.39238653%;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .how-to ul {
    max-width: 640px;
    flex-wrap: wrap;
    gap: normal;
    row-gap: 40px;
    justify-content: space-around;
    margin: 0 auto;
  }
}
@media screen and (max-width: 649px) {
  .how-to ul {
    width: 100%;
    flex-direction: column;
    row-gap: 70px;
  }
}
.how-to ul li {
  width: 20.4978038067%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .how-to ul li {
    width: 45%;
  }
}
@media screen and (max-width: 649px) {
  .how-to ul li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.how-to ul li img {
  width: 100%;
}
.how-to ul li p {
  width: 85.7142857143%;
  margin: 10.7142857143% auto 0;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
}
@media screen and (max-width: 1365px) {
  .how-to ul li p {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .how-to ul li p {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .how-to ul li p {
    margin-top: 25px;
  }
}
.how-to__ttl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(16px, 1.1713030747vw, 9999px);
  line-height: 1.5625;
  top: 3%;
  right: 55%;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
}
@media screen and (max-width: 1365px) {
  .how-to__ttl {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
}
@media screen and (max-width: 374px) {
  .how-to__ttl {
    font-size: 16px;
    line-height: 1.5625 !important;
  }
}
.how-to__ttl span {
  font-family: "Caveat", serif;
  font-size: clamp(42px, 3.074670571vw, 9999px);
  line-height: 1;
  color: #eabc00;
  line-height: 0;
  padding-right: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1365px) {
  .how-to__ttl span {
    font-size: clamp(2.625rem, 2.625rem + 0vw, 2.625rem);
  }
}
@media screen and (max-width: 374px) {
  .how-to__ttl span {
    font-size: 42px;
    line-height: 1 !important;
  }
}

.ice-bolo {
  margin: 0 auto;
  width: 58.5651537335%;
  margin-bottom: 11.7130307467%;
}
@media screen and (max-width: 649px) {
  .ice-bolo {
    width: 89%;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 649px) {
  .ice-bolo {
    width: 89.3333333333%;
    padding: 0 7.4666666667%;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
}
.ice-bolo__wrap {
  text-align: center;
  box-sizing: border-box;
}
.ice-bolo__catch {
  font-family: "Caveat", serif;
  font-size: clamp(32px, 2.3426061493vw, 9999px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #eabc00;
  margin-bottom: 3.75%;
}
@media screen and (max-width: 1365px) {
  .ice-bolo__catch {
    font-size: clamp(2rem, 2rem + 0vw, 2rem);
  }
}
@media screen and (max-width: 374px) {
  .ice-bolo__catch {
    font-size: 32px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .ice-bolo__catch {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .ice-bolo__catch {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 649px) {
  .ice-bolo__catch {
    margin-bottom: 3.75%;
  }
}
.ice-bolo__ttl {
  font-size: clamp(16px, 1.1713030747vw, 9999px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: 3.75%;
}
@media screen and (max-width: 1365px) {
  .ice-bolo__ttl {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
}
@media screen and (max-width: 374px) {
  .ice-bolo__ttl {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 959px) {
  .ice-bolo__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .ice-bolo__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 649px) {
  .ice-bolo__ttl {
    margin-bottom: 8.9285714286%;
  }
}
.ice-bolo__txt {
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 2.1428571429;
  letter-spacing: 0.18em;
  margin-bottom: 7.5%;
}
@media screen and (max-width: 1365px) {
  .ice-bolo__txt {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .ice-bolo__txt {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .ice-bolo__txt {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .ice-bolo__txt {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 649px) {
  .ice-bolo__txt {
    text-align: left;
    margin-bottom: 10.7142857143%;
  }
}
.ice-bolo__img {
  width: 22.5%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ice-bolo__img {
    width: 50%;
    max-width: 180px;
  }
}

.insta-desc {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4641288433%;
}
.insta-desc__inner {
  text-align: center;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .insta-desc__inner {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .insta-desc__inner {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
.insta-desc__inner img {
  width: 8.9108910891%;
  position: absolute;
  bottom: -5%;
}
.insta-desc__l {
  left: -12%;
}
.insta-desc__r {
  right: -12%;
}

.insta-link {
  width: 46.8521229868%;
  margin: 0 auto;
  position: relative;
  min-width: 600px;
}
@media screen and (max-width: 959px) {
  .insta-link {
    width: 74%;
    max-width: 350px;
    min-width: inherit;
    margin: 25px auto 0;
  }
}
.insta-link__bg {
  width: 100%;
}
.insta-link__inner {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .insta-link__inner {
    top: 45%;
    transform: translate(-50%, -50%);
  }
}
.insta-link__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "futura-pt";
  margin-bottom: 4.6875%;
}
@media screen and (max-width: 959px) {
  .insta-link__wrap {
    margin-bottom: 10.7142857143%;
  }
}
.insta-link__wrap img {
  width: 3.4375%;
  margin-bottom: 2.34375%;
}
@media screen and (max-width: 959px) {
  .insta-link__wrap img {
    width: 22px;
  }
}
.insta-link__ttl {
  font-size: clamp(18px, 1.317715959vw, 9999px);
  line-height: 1.3333333333;
  margin-bottom: 3.125%;
}
@media screen and (max-width: 1365px) {
  .insta-link__ttl {
    font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  }
}
@media screen and (max-width: 374px) {
  .insta-link__ttl {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 959px) {
  .insta-link__ttl {
    margin-bottom: 15px;
  }
}
.insta-link__id {
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1;
  letter-spacing: 0.08em;
  line-height: 1 !important;
}
@media screen and (max-width: 1365px) {
  .insta-link__id {
    font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .insta-link__id {
    font-size: 12px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .insta-link__id {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .insta-link__id {
    letter-spacing: 0.08em;
  }
}
.insta-link__followme {
  position: absolute;
  width: 9.375%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .insta-link__followme {
    width: 17.8571428571%;
  }
}

.swiper-button-prev2,
.swiper-button-next2 {
  display: none !important;
}

.swiper2 {
  width: 62.5%;
}
@media screen and (max-width: 959px) {
  .swiper2 {
    width: 42.8571428571%;
  }
}

.swiper-wrapper2 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .swiper-wrapper2 {
    display: grid !important;
    gap: 5% !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.swiper-slide2 {
  overflow: hidden;
}
.swiper-slide2 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: 1s all;
}
.swiper-slide2 img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.swiper-slide2 a:hover {
  opacity: 1;
}

.swiper-pagination {
  display: none;
}
@media screen and (max-width: 959px) {
  .swiper-pagination {
    display: block;
    position: absolute !important;
    bottom: -40px !important;
  }
}

.swiper-pagination-bullet {
  /*ドットの色を変更*/
  opacity: 1 !important;
  background-color: #ffffff !important;
  border: 1px solid #4d4d4d !important;
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullet-active {
  /*ドットの色を変更*/
  background-color: #4d4d4d !important;
  border: 1px solid #4d4d4d !important;
}

.menu-section {
  background-color: #fff;
  width: 49.7803806735%;
  margin: 22.6939970717% auto;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 959px) {
  .menu-section {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .menu-section {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .menu-section {
    margin: 200px auto;
    width: 81.3333333333%;
    max-width: 640px;
  }
}
@media screen and (max-width: 479px) {
  .menu-section {
    margin: 160px auto;
  }
}
.menu-section .section__sub-title span {
  padding-top: 0.8823529412%;
}
@media screen and (max-width: 959px) {
  .menu-section .section__sub-title span {
    padding-top: 6px;
  }
}

.menu-text-wrap {
  text-align: center;
}
.menu-text-wrap .menu-text {
  margin-bottom: 14.7058823529%;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
  padding: 2.9411764706% 5.8823529412% 0;
}
@media screen and (max-width: 1365px) {
  .menu-text-wrap .menu-text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .menu-text-wrap .menu-text {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .menu-text-wrap .menu-text {
    margin-bottom: 70px;
    padding: 40px 6.5573770492% 0;
  }
}

.menu-bg {
  width: 100%;
  position: absolute;
  left: 0;
}
.menu-bg img {
  width: 100%;
  height: auto;
}

.top-bg {
  bottom: 99.9%;
}

.bottom-bg {
  top: 99.9%;
}

.menu__list {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 13.2352941176% 0;
  padding-left: 16.1764705882%;
  padding-right: 5.8823529412%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 959px) {
  .menu__list {
    margin-bottom: 60px;
    padding-left: 22.9508196721%;
    padding-right: 6.5573770492%;
  }
}
@media screen and (max-width: 479px) {
  .menu__list {
    padding-left: 29.5081967213%;
  }
}
.menu__list img {
  position: absolute;
  width: 20.5882352941%;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -8.8235294118%;
}
@media screen and (max-width: 959px) {
  .menu__list img {
    width: 21.3114754098%;
    left: -3.2786885246%;
  }
}
@media screen and (max-width: 479px) {
  .menu__list img {
    width: 26.2295081967%;
    margin: 0 0 auto 0;
  }
}
.menu__list:nth-child(even) {
  padding-right: 16.1764705882%;
  padding-left: 5.8823529412%;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .menu__list:nth-child(even) {
    padding-right: 22.9508196721%;
    padding-left: 6.5573770492%;
  }
}
@media screen and (max-width: 479px) {
  .menu__list:nth-child(even) {
    padding-right: 29.5081967213%;
  }
}
.menu__list:nth-child(even) img {
  right: -8.8235294118%;
  left: auto;
}
@media screen and (max-width: 959px) {
  .menu__list:nth-child(even) img {
    right: -3.2786885246%;
  }
}
.menu__name {
  font-size: clamp(18px, 1.317715959vw, 9999px);
  line-height: 1.3333333333;
  margin-bottom: 3.5087719298%;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .menu__name {
    font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  }
}
@media screen and (max-width: 374px) {
  .menu__name {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 959px) {
  .menu__name {
    margin-bottom: 3.2786885246%;
  }
}
.menu__txt {
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
}
@media screen and (max-width: 1365px) {
  .menu__txt {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .menu__txt {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
.menu__txt span {
  font-size: clamp(12px, 0.878477306vw, 9999px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .menu__txt span {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  }
}
@media screen and (max-width: 374px) {
  .menu__txt span {
    font-size: 12px;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 479px) {
  .menu__txt {
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .menu__txt br {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #hijiki br {
    display: block;
  }
  #pork br {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  #hijiki .md-only-br {
    display: none;
  }
  #pork .md-only-br {
    display: none;
  }
}

.menu-list_bolo {
  margin-bottom: 14.7058823529%;
}
@media screen and (max-width: 959px) {
  .menu-list_bolo {
    margin-bottom: 80px;
  }
}

.menu_insta {
  padding-bottom: 2.9411764706%;
}
@media screen and (max-width: 959px) {
  .menu_insta {
    padding-bottom: 40px;
  }
}
.menu_insta .menu-text {
  margin-bottom: 8.8235294118%;
  padding-top: 1.4705882353%;
}
@media screen and (max-width: 959px) {
  .menu_insta .menu-text {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.menu_insta__gif {
  width: 17.6470588235%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .menu_insta__gif {
    width: 39.3442622951%;
    max-width: 120px;
  }
}
.menu_insta__gif img {
  width: 100%;
}

body {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  body {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
}

.mv {
  width: 100%;
  height: 100svh;
  position: relative;
}
.mv__scroll-down {
  position: absolute;
  right: 50%;
  bottom: 4vh;
  transform: translateX(50%);
}
@media screen and (max-width: 959px) {
  .mv__scroll-down {
    bottom: 3.8vh;
  }
}
.mv__scroll-down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
}
@media screen and (max-width: 959px) {
  .mv__scroll-down-arrow {
    width: 12px;
    height: 12px;
  }
}

.msk-img {
  -webkit-mask-image: url("../img/common/mv-msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto 5%;
  mask-image: url("../img/common/mv-msk.svg");
  /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}
.msk-img img {
  aspect-ratio: 800/606;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-mv__img {
  width: 29.2825768668%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .page-mv__img {
    max-width: 400px;
    width: 66.6666666667%;
  }
}
.page-mv__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-mv__ttl {
  text-align: center;
  margin-top: 4.39238653%;
}
@media screen and (max-width: 959px) {
  .page-mv__ttl {
    margin-top: 60px;
  }
}
.page-mv__ttl h2 {
  font-size: clamp(24px, 1.756954612vw, 9999px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 1365px) {
  .page-mv__ttl h2 {
    font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
  }
}
@media screen and (max-width: 374px) {
  .page-mv__ttl h2 {
    font-size: 20px;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__ttl h2 {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__ttl h2 {
    letter-spacing: 0.24em;
  }
}
.page-mv__sub-ttl {
  font-family: "Caveat";
  font-size: clamp(18px, 1.317715959vw, 9999px);
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  padding-top: 0.439238653%;
}
@media screen and (max-width: 1365px) {
  .page-mv__sub-ttl {
    font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  }
}
@media screen and (max-width: 374px) {
  .page-mv__sub-ttl {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__sub-ttl {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__sub-ttl {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__sub-ttl {
    padding-top: 6px;
  }
}

.section__big {
  width: 100%;
  max-width: 79.5021961933%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .section__big {
    max-width: 84%;
  }
}
.section__title {
  font-size: clamp(24px, 1.756954612vw, 9999px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 1365px) {
  .section__title {
    font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
  }
}
@media screen and (max-width: 374px) {
  .section__title {
    font-size: 20px;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 959px) {
  .section__title {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .section__title {
    letter-spacing: 0.24em;
  }
}
.section__title span {
  display: block;
  padding-top: 0.5524861878%;
  font-family: "Caveat", serif;
  font-size: clamp(18px, 1.317715959vw, 9999px);
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1365px) {
  .section__title span {
    font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  }
}
@media screen and (max-width: 374px) {
  .section__title span {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 959px) {
  .section__title span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .section__title span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 959px) {
  .section__title span {
    padding-top: 6px;
  }
}
.section__sub-title {
  font-size: clamp(22px, 1.6105417277vw, 9999px);
  line-height: 1.0909090909;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 1365px) {
  .section__sub-title {
    font-size: clamp(1.125rem, 1.0303985873rem + 0.4036326942vw, 1.375rem);
  }
}
@media screen and (max-width: 374px) {
  .section__sub-title {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 959px) {
  .section__sub-title {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 479px) {
  .section__sub-title {
    letter-spacing: 0.24em;
  }
}
.section__sub-title span {
  display: block;
  font-family: "Caveat", serif;
  font-size: clamp(16px, 1.1713030747vw, 9999px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-top: 0.439238653%;
}
@media screen and (max-width: 1365px) {
  .section__sub-title span {
    font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  }
}
@media screen and (max-width: 374px) {
  .section__sub-title span {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 959px) {
  .section__sub-title span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .section__sub-title span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 959px) {
  .section__sub-title span {
    padding-top: 6px;
  }
}
.section__button {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 959px) {
  .section__button {
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .section__button:hover a {
    opacity: 1;
  }
  .section__button:hover a::before {
    animation: linkanime 1.2s ease-in-out;
  }
  @keyframes linkanime {
    0% {
      left: -13.7614678899%;
    }
    25% {
      left: -27.5229357798%;
    }
    50% {
      left: -13.7614678899%;
    }
    75% {
      left: -27.5229357798%;
    }
  }
}
.section__button a {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.18em;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1365px) {
  .section__button a {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .section__button a {
    font-size: 14px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .section__button a {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .section__button a {
    letter-spacing: 0.18em;
  }
}
.section__button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -13.7614678899%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 7.3394495413%;
  background-color: #eabc00;
  border-radius: 50%;
}

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

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

.md-only-br {
  display: none;
}
@media screen and (max-width: 959px) {
  .md-only-br {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .md-only-br {
    display: none;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 479px) {
  .sm-br {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .sm-none-br {
    display: none;
  }
}

.xs-br {
  display: none;
}
@media screen and (max-width: 374px) {
  .xs-br {
    display: block;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media screen and (max-width: 479px) {
  .fade-in {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-delay {
  opacity: 0;
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-404 {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.error-404__wrap {
  width: 100%;
}
.error-404__ttl {
  font-size: clamp(26px, 1.9033674963vw, 9999px);
  line-height: 0.9230769231;
  letter-spacing: 0.18em;
  margin-bottom: 2.9282576867%;
}
@media screen and (max-width: 1365px) {
  .error-404__ttl {
    font-size: clamp(1.125rem, 0.9357971746rem + 0.8072653885vw, 1.625rem);
  }
}
@media screen and (max-width: 374px) {
  .error-404__ttl {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 959px) {
  .error-404__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .error-404__ttl {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .error-404__ttl {
    margin-bottom: 40px;
  }
}
.error-404__ttl span {
  font-size: clamp(40px, 2.9282576867vw, 9999px);
  line-height: 0.6;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .error-404__ttl span {
    font-size: clamp(1.75rem, 1.4661957619rem + 1.2108980827vw, 2.5rem);
  }
}
@media screen and (max-width: 374px) {
  .error-404__ttl span {
    font-size: 28px;
    line-height: 0.8571428571 !important;
  }
}
.error-404__txt {
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 2;
  letter-spacing: 0.18em;
  margin-bottom: 5.8565153734%;
}
@media screen and (max-width: 1365px) {
  .error-404__txt {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .error-404__txt {
    font-size: 14px;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 959px) {
  .error-404__txt {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .error-404__txt {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .error-404__txt {
    margin-bottom: 50px;
  }
}
.error-404 img {
  width: 8.78477306%;
  min-width: 120px;
  margin-right: 3.6603221083%;
}
@media screen and (max-width: 959px) {
  .error-404 img {
    width: 26.6666666667%;
    max-width: 120px;
    min-width: 100px;
    margin-right: 40px;
  }
}
.error-404 .section__button-wrap {
  width: 100%;
}
.error-404 .section__button {
  padding-top: 2.9282576867%;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .error-404 .section__button {
    padding-top: 40px;
  }
}
.error-404__footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.error-404 .footer__legal {
  position: static;
  margin: 0 auto;
}

.menu-section .common__insta {
  margin: 5.8823529412% auto 0 auto;
}
@media screen and (max-width: 959px) {
  .menu-section .common__insta {
    margin-top: 25px;
  }
}
@media screen and (max-width: 959px) {
  .menu-section .common__insta img {
    margin-right: 10px;
  }
}

.common__insta {
  width: fit-content;
}
.common__insta a {
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: "futura-pt";
  justify-content: center;
  font-size: clamp(14px, 1.0248901903vw, 9999px);
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1365px) {
  .common__insta a {
    font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
  }
}
@media screen and (max-width: 374px) {
  .common__insta a {
    font-size: 12px;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 959px) {
  .common__insta a {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .common__insta a {
    letter-spacing: 0.08em;
  }
}
.common__insta img {
  width: 1.6vw;
  margin-right: 0.7vw;
  min-width: 22px;
}
@media screen and (max-width: 959px) {
  .common__insta img {
    width: 22px;
    margin-right: 0px;
  }
}

.header {
  padding: 3vw 0;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.2s;
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 4vw 0;
    opacity: 1;
    pointer-events: all;
  }
}
.header .menu-trigger {
  display: none;
}
@media screen and (max-width: 959px) {
  .header .menu-trigger {
    display: inline-block;
  }
}
@media screen and (max-width: 959px) {
  .header {
    width: 100vw;
  }
}
.header.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.header.active .menu-trigger {
  display: inline-block;
  pointer-events: auto;
}
@media screen and (max-width: 959px) {
  .header.active .header__logo {
    opacity: 1 !important;
  }
}
.header__wrap {
  box-sizing: border-box;
  padding: 0 4.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 0 5%;
  }
}
.header__logo {
  width: 8vw;
  pointer-events: all;
}
@media screen and (max-width: 959px) {
  .header__logo {
    width: 21.8666666667%;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
}
.header__navi {
  width: 3vw;
  height: 2.2vw;
  pointer-events: all;
}
@media screen and (max-width: 959px) {
  .header__navi {
    width: 8.5333333333%;
    height: 5.87vw;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  padding: 0 !important;
  width: 100%;
  position: relative;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    pointer-events: all;
  }
}
.menu-trigger span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #4d4d4d;
  position: absolute;
  transition: all 0.4s;
}
@media screen and (max-width: 959px) {
  .menu-trigger span {
    border-bottom: 1px solid #4d4d4d;
  }
}
.menu-trigger span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  left: inherit;
  width: 80%;
  top: 50%;
  transform: translate(0%, -50%);
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  width: 60%;
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform-origin: left;
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(3.125%) rotate(45deg);
    transform: translateY(3.125%) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  width: 100%;
  transform-origin: left;
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-3.125%) rotate(-45deg);
    transform: translateY(-3.125%) rotate(-45deg);
  }
}

.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 31.4787701318%;
  width: 100%;
  height: 100vh;
  background-color: #dbd8d2;
  z-index: 9;
  transform: translateX(-100%);
  transition: all 0.6s ease-out;
}
@media screen and (max-width: 959px) {
  .header-menu {
    max-width: 100%;
  }
}
.header-menu.active {
  transform: translateX(0%);
}
.header-menu__wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.header-menu__logo {
  max-width: 32.3255813953%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header-menu__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__logo {
    max-width: 32%;
  }
}
.header-menu__nav {
  aspect-ratio: 398/290;
  width: 67.4418604651%;
  background-image: url(../img/common/header-bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 5.8139534884% 0;
}
@media screen and (max-width: 959px) {
  .header-menu__nav {
    width: auto;
    margin: 3% 0;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__nav {
    width: 68%;
  }
}
.header-menu__nav ul {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25.5172413793% 0;
}
@media screen and (max-width: 959px) {
  .header-menu__nav ul {
    padding: 90px 0;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__nav ul {
    padding: 19.3103448276% 0;
  }
}
.header-menu__nav ul li {
  font-size: clamp(16px, 1.1713030747vw, 9999px);
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 500;
  padding-bottom: 10.3448275862%;
}
@media screen and (max-width: 1365px) {
  .header-menu__nav ul li {
    font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
  }
}
@media screen and (max-width: 374px) {
  .header-menu__nav ul li {
    font-size: 15px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .header-menu__nav ul li {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__nav ul li {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 959px) {
  .header-menu__nav ul li {
    padding-bottom: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__nav ul li {
    padding-bottom: 11.7647058824%;
    font-size: clamp(16px, 1.1713030747vw, 9999px);
    line-height: 1;
  }
}
@media screen and (max-width: 479px) and (max-width: 1365px) {
  .header-menu__nav ul li {
    font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
  }
}
@media screen and (max-width: 479px) and (max-width: 374px) {
  .header-menu__nav ul li {
    font-size: 15px;
    line-height: 1 !important;
  }
}
.header-menu__nav ul li:last-of-type {
  padding-bottom: 0px;
}
.header-menu__sns {
  padding-top: 4.6511627907%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header-menu__sns {
    padding-bottom: 3.9215686275%;
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__sns {
    padding-bottom: 3.9215686275%;
    gap: 7.8431372549%;
  }
}
.header-menu__sns-item {
  width: 1.6vw;
  min-width: 22px;
}
.header-menu__img {
  max-width: 37.2093023256%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header-menu__img {
    max-width: 270px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__img {
    max-width: 48.275862069%;
  }
}

.footer__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  position: relative;
  justify-content: center;
}
.footer__logo a {
  width: 18.3016105417%;
  display: inline-block;
  margin: 0 auto 4.39238653%;
  padding-right: 4.39238653%;
}
@media screen and (max-width: 959px) {
  .footer__logo a {
    margin-bottom: 0;
    padding-right: 5.3333333333%;
    width: 24%;
  }
}
@media screen and (max-width: 479px) {
  .footer__logo a {
    padding-right: 9.3333333333%;
    width: 40%;
  }
}
.footer__logo a img {
  width: 100%;
}
.footer__nav {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  font-size: clamp(15px, 1.0980966325vw, 9999px);
  line-height: 1.6;
}
@media screen and (max-width: 1365px) {
  .footer__nav ul {
    font-size: clamp(0.875rem, 0.8513496468rem + 0.1009081736vw, 0.9375rem);
  }
}
@media screen and (max-width: 374px) {
  .footer__nav ul {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
.footer__sns {
  display: flex;
  gap: 2.1vw;
  margin: 2.9282576867% auto 0;
}
@media screen and (max-width: 959px) {
  .footer__sns {
    margin: 30px auto 50px;
    gap: 20px;
  }
}
.footer__sns a img {
  width: 1.6vw;
  min-width: 22px;
}
.footer__legal {
  font-family: "futura-pt";
  font-size: clamp(12px, 0.878477306vw, 9999px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 1.4641288433%;
}
@media screen and (max-width: 1365px) {
  .footer__legal {
    font-size: clamp(0.5625rem, 0.4915489405rem + 0.3027245207vw, 0.75rem);
  }
}
@media screen and (max-width: 374px) {
  .footer__legal {
    font-size: 9px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 479px) {
  .footer__legal {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    padding-bottom: 20px;
  }
}

body:not(.home) .top-section {
  height: auto;
  opacity: 1;
}
body:not(.home) .footer__logo a {
  width: 14.6412884334%;
  margin-bottom: 2.9282576867%;
  padding-right: 3.6603221083%;
}
@media screen and (max-width: 959px) {
  body:not(.home) .footer__logo a {
    margin-bottom: 0;
    padding-right: 5.3333333333%;
    width: 24%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.home) .footer__logo a {
    padding-right: 9.3333333333%;
    width: 40%;
  }
}
body:not(.home) .footer__sns {
  margin: 2.9282576867% auto 5.1244509517%;
}
@media screen and (max-width: 959px) {
  body:not(.home) .footer__sns {
    margin: 30px auto 50px;
  }
} /*# sourceMappingURL=style.css.map */

/* 追従トップへ戻るボタン */
.fixed_btn {
  position: fixed;
  right: 4.4%;
  bottom: 40px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fixed_btn a {
  display: block;
  text-align: center;
}
.fixed_btn p {
  font-size: clamp(10px, 1vw, 20px);
  font-family: "futura-pt";
  font-weight: 500;
  letter-spacing: 0;
}
.active_fixed {
  opacity: 1;
  visibility: visible;
}
.fixed_btn img {
  width: 100%;
}
.fixed_btn_item {
  background-color: #ffffff;
  width: 5vw;
  max-width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.fixed_btn_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  gap: 5%;
}
.online p {
  font-size: clamp(8px, 0.9vw, 16px);
}
.online img {
  width: 30%;
}
.arrow-top {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 10.5px;
  margin-bottom: 8%;
}
.arrow-top::before,
.arrow-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 14px;
  border-radius: 9999px;
  background-color: #4d4d4d;
  transform-origin: 50% 1px;
}
.arrow-top::before {
  transform: rotate(45deg);
}
.arrow-top::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1365px) {
  .arrow-top {
    width: 13.3px;
    height: 7.7px;
    margin-bottom: 8%;
  }
  .arrow-top::before,
  .arrow-top::after {
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    transform-origin: 50% 0.5px;
  }
}
@media screen and (max-width: 959px) {
  .fixed_btn {
    right: 5%;
    bottom: 20px;
    gap: 10px;
  }
  .fixed_btn_item {
    width: 12vw;
    max-width: 120px;
  }
  .fixed_btn p {
    font-size: clamp(10px, 2.4vw, 18px);
  }
  .online p {
    font-size: clamp(8px, 2vw, 14px);
  }
}
@media screen and (max-width: 479px) {
  .fixed_btn_item {
    width: 18vw;
    max-width: 120px;
    bottom: 10px;
  }
  .fixed_btn p {
    font-size: clamp(10px, 3vw, 20px);
  }
  .online p {
    font-size: clamp(8px, 2.5vw, 16px);
  }
}
/* 追従トップへ戻るボタン トップページ専用*/
.fixed_btn.top-page_fixed {
  opacity: 1;
  visibility: visible;
}
