@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}

a:link,
a:visited,
a:hover,
a:active {
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.en {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
}

.jp {
  font-family: "Hannari", serif;
}

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

.pager {
  text-align: center;
  margin: 80px;
}
.pager ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.pager li a,
.pager li span {
  display: block;
  padding: 7px 12px;
  color: #c78032; /* 茶色 */
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid transparent;
}
.pager li a.current,
.pager li span.current {
  background-color: #ffffff;
  color: #C5C5C5;
  border: 1px solid #C5C5C5;
}
.pager li a:hover,
.pager li span:hover {
  text-decoration: underline;
}

.zoom-container {
  overflow: hidden;
  position: relative;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s;
}

.page-top {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.page-top:hover {
  opacity: 1;
}

.fade-in {
  opacity: 0;
}

.js-acd {
  cursor: pointer;
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 1039px) {
  .pc {
    display: none !important;
  }
}
.clickable-gold,
.clickable-black {
  position: relative;
}
.clickable-gold::after,
.clickable-black::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.clickable-gold::after {
  background: url(../img/ico_clickable_gold.svg) no-repeat;
  background-size: contain;
}

.clickable-black::after {
  background: url(../img/ico_clickable_black.svg) no-repeat;
  background-size: contain;
}

.common-btn {
  width: 49.3333333333vw;
  height: 15.4666666667vw;
  border-radius: 2.4vw 2.4vw 0px 2.4vw;
  border: 1px solid var(--000, #000);
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BC833D !important;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8533333333vw;
  position: relative;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
}
.common-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/ico_clickable_black.svg) no-repeat;
  background-size: contain;
}
.common-btn.flex-btn {
  width: fit-content;
  padding: 0 8vw;
}

.shine-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}

.shine-btn.shine::before {
  animation: shine 1s ease-in-out;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
.taglist {
  display: flex;
  gap: 1.3333333333vw 5.3333333333vw;
  flex-wrap: wrap;
}
.taglist a, .taglist span {
  color: #BC833D;
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
}
.taglist a::before, .taglist span::before {
  content: "#";
}

.section-ttl {
  color: #BC833D;
  text-align: center;
  font-family: Italiana;
  font-size: 7.4666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 9.0666666667vw; /* 119.406% */
  letter-spacing: 2.6133333333vw;
}

.section-ttl2 {
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 9.6vw; /* 150% */
  letter-spacing: 0.64vw;
  display: flex;
  align-items: end;
  gap: 3.4666666667vw;
}
.section-ttl2::before {
  content: "";
  height: 23.4666666667vw;
  width: 3.4666666667vw;
  background: url(../img/ico_ttl.svg) no-repeat;
  background-size: contain;
}

.section-ttl3 {
  font-family: Jost;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 8.9066666667vw; /* 208.961% */
  letter-spacing: 0.8vw;
  margin: 0 0 2.1333333333vw 5.3333333333vw;
}

.search-ttl {
  font-family: Jost;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 8.9066666667vw; /* 208.961% */
  letter-spacing: 0.8vw;
  margin-bottom: 2.1333333333vw;
}

.page-ttl {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 8vw; /* 125% */
  letter-spacing: 1.2px;
  margin: 8vw 0;
}

.page-ttl2 {
  color: #000;
  font-family: Jost;
  font-size: 6.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 41.667%;
  letter-spacing: 0.64vw;
  margin: 8vw 0 4.2666666667vw 0;
}

.float-btn {
  width: 40.5333333333vw;
  height: 17.6vw;
  border-radius: 1.3333333333vw 0px 0px 1.3333333333vw;
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.1333333333vw;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
}
.float-btn img {
  width: 9.3333333333vw;
}
.float-btn span {
  color: #FFF;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4.8vw; /* 120% */
  letter-spacing: 0.6vw;
}

.color-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.6666666667vw 3.7333333333vw;
}
.color-list .color-box {
  display: block;
  width: 11.7333333333vw;
  height: 10.6666666667vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0px 2.6666666667vw;
}
.color-list .c1 {
  background: #CF0000;
}
.color-list .c2 {
  background: #70A5C4;
}
.color-list .c3 {
  background: #B4CE92;
}
.color-list .c4 {
  background: #000000;
}
.color-list .c5 {
  background: #ffffff;
  border: 1px solid #C3C3C3;
}
.color-list .c6 {
  background: #ECA295;
}
.color-list .c7 {
  background: #AAB7E4;
}
.color-list .c8 {
  background: #EDE380;
}
.color-list .c9 {
  background: #E8AD7E;
}
.color-list .c10 {
  background: #AA7B55;
}
.color-list .c11 {
  background: #D6CAB6;
}
.color-list .c12 {
  background: #D0CFCE;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4vw 2.4vw;
}
.brand-list .brand-box {
  display: block;
  width: 20.5333333333vw;
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 4vw; /* 125% */
}
.brand-list .brand-box figure {
  border-radius: 2.6666666667vw 2.6666666667vw 0px 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
  overflow: hidden;
}

.pager {
  margin: 0 0 22.6666666667vw 0;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.modal h3 {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 5.3333333333vw;
}
.modal figure {
  width: 100%;
  margin-bottom: 4.2666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.modal p {
  color: #FFF;
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  text-align: left;
}

.modal-inner {
  background: rgba(0, 0, 0, 0.88);
  padding: 7.2vw 5.3333333333vw;
  width: 90%;
  max-height: 80vh;
  max-width: 93.3333333333vw;
  border-radius: 5.3333333333vw;
  position: relative;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-close {
  position: absolute;
  top: 50px;
  right: 10px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}

.header {
  height: 13.8666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.3333333333vw 8vw 0 8vw;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.header--logo {
  width: 21.8666666667vw;
  display: block;
}
.header .menuopen {
  width: 25px;
  transition: 0.3s;
}
.header .menuopen span {
  width: 25px;
  height: 2px;
  background: #000;
  display: block;
  margin: 0 0 7px 0;
  transition: all 0.3s;
}
.header .menuopen span:last-child {
  width: 14px;
  margin: 0;
}
.header .menuopen.open {
  opacity: 0;
}

.gnav-pc {
  display: none;
}

.gnav {
  display: none;
  padding: 5.3333333333vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
}
.gnav--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}
.gnav--logo {
  width: 21.8666666667vw;
  transform: translateX(2.6666666667vw);
}
.gnav .menuclose {
  width: 30px;
  transform: translateX(-10px);
}
.gnav .menuclose span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0 0 7px 0;
  transition: all 0.3s;
}
.gnav .menuclose span:first-child {
  transform: translateY(9px) rotate(34deg);
}
.gnav .menuclose span:nth-child(2) {
  transform: translateY(0px) rotate(-34deg);
}
.gnav--body {
  height: 80vh;
  overflow-y: scroll;
}
.gnav--page {
  margin-bottom: 6.6666666667vw;
}
.gnav--page__list {
  margin-bottom: 2.6666666667vw;
}
.gnav--page__list a, .gnav--page__list span {
  display: flex;
  align-items: center;
  margin-bottom: 0.5333333333vw;
  width: 89.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 1.3333333333vw;
  background: #FFF;
  padding: 0 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
  position: relative;
}
.gnav--page__list a:last-child, .gnav--page__list span:last-child {
  margin-bottom: 0;
}
.gnav--page__list a::after, .gnav--page__list span::after {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  bottom: 0;
  margin: auto 0;
}
.gnav--page__list a:not(:first-child)::before, .gnav--page__list span:not(:first-child)::before {
  content: "";
  width: 3.2vw;
  height: 0.2666666667vw;
  background: #000000;
  display: block;
  margin-right: 2.6666666667vw;
}
.gnav--sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5333333333vw;
  padding: 0 2.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
.gnav--sub a {
  color: #FFF;
  font-size: 3.7333333333vw;
}
.gnav--bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}

.search-menu {
  display: none;
  padding: 5.3333333333vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
}
.search-menu--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}
.search-menu--logo {
  width: 21.8666666667vw;
  transform: translateX(2.6666666667vw);
}
.search-menu .search-menuclose {
  width: 8vw;
  transform: translateX(-2.6666666667vw);
}
.search-menu .search-menuclose span {
  width: 8vw;
  height: 0.5333333333vw;
  background: #fff;
  display: block;
  margin: 0 0 1.8666666667vw 0;
  transition: all 0.3s;
}
.search-menu .search-menuclose span:first-child {
  transform: translateY(2.4vw) rotate(34deg);
}
.search-menu .search-menuclose span:nth-child(2) {
  transform: translateY(0vw) rotate(-34deg);
}
.search-menu--body {
  height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.search-menu--body ::-webkit-scrollbar {
  display: none;
}
.search-menu--contents {
  margin-bottom: 6.6666666667vw;
}
.search-menu--contents__list {
  margin-bottom: 2.6666666667vw;
}
.search-menu--contents__ttl {
  display: flex;
  align-items: center;
  width: 89.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 1.3333333333vw;
  background: #FFF;
  padding: 0 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
  position: relative;
}
.search-menu--contents__ttl:last-child {
  margin-bottom: 0;
}
.search-menu--contents__ttl::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.search-menu--contents__ttl:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000000;
  display: block;
  margin-right: 2.6666666667vw;
}
.search-menu--contents__ttl.is-open {
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
}
.search-menu--contents__ttl.is-open::after {
  transform: rotate(90deg);
}
.search-menu--contents__box {
  background: #ffffff;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  padding: 5.3333333333vw 2.6666666667vw;
  position: relative;
  display: none;
}
.search-menu--contents__box::before {
  content: "";
  width: 100%;
  height: 10.4vw;
  display: block;
  background: linear-gradient(351deg, rgba(255, 255, 255, 0) 35.67%, #DADADA 92.91%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.search-menu--contents__box .brand-list .brand-box {
  width: 18.9333333333vw;
}
.search-menu--contents__box .brand-list + .text-list {
  margin-top: 5.3333333333vw;
}
.search-menu--contents .color-list {
  gap: 2.6666666667vw 3.4666666667vw;
}
.search-menu--contents .color-list .color-box {
  width: 10.9333333333vw;
  height: 9.8666666667vw;
}
.search-menu--contents .text-list {
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 128.571%;
}
.search-menu--contents .text-list a {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
.search-menu--contents .text-list a::before {
  content: "ー";
}

.no-result {
  padding: 0 5.3333333333vw;
  margin-bottom: 26.6666666667vw;
}
.no-result h3 {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 8vw;
}
.no-result p {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 6.6666666667vw;
}
.no-result .common-btn {
  width: 100%;
  margin: 5.3333333333vw 0;
  color: #000 !important;
  font-size: 4.2666666667vw;
}

.site-container {
  background: url(../img/body_bg.png) no-repeat;
  background-size: 100%;
  padding-top: 13.3333333333vw;
}
.site-container.top {
  background: none;
}
.site-container.top .header--logo {
  opacity: 0;
}

.pankz {
  padding: 2.6666666667vw 8vw;
  display: flex;
  align-items: center;
  font-size: 2.9333333333vw;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pankz ::-webkit-scrollbar {
  display: none;
}
.pankz li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.pankz li::after {
  content: "";
  width: 1.0666666667vw;
  height: 1.8666666667vw;
  display: block;
  background: url(../img/ico_arrow_pankz.svg) no-repeat;
  background-size: contain;
  margin: 0 2.1333333333vw;
}
.pankz li:last-child::after {
  display: none;
}
.pankz a {
  color: #BC833D;
  line-height: 150%; /* 16.5px */
}

.slick-dots {
  width: 89.3333333333vw;
  height: 1.3333333333vw;
  background: #D9D9D9;
  border-radius: 5.3333333333vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
}
.slick-dots li {
  margin: 0;
  height: 1.3333333333vw;
  width: auto;
}
.slick-dots li.slick-active {
  background: #BC833D;
  border-radius: 5.3333333333vw;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}

.kv--logo {
  width: 100vw;
  transform: translateY(-8vw);
  position: relative;
  z-index: 1;
}
.kv--slide {
  margin: -18.6666666667vw 0 0 0 !important;
  z-index: 0;
}
.kv--slide__inner {
  position: relative;
}
.kv--slide__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #000;
  font-size: 6.8vw;
  line-height: 10.6666666667vw;
  letter-spacing: 0.2em;
  position: absolute;
  top: 48vw;
  left: 2.6666666667vw;
  transition: color 0.5s ease;
}

.top-nav {
  padding: 17.8666666667vw 0 0 0;
  background: url(../img/top_bg_topics.png) no-repeat;
  background-size: 100%;
}
.top-nav--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.1333333333vw;
  padding: 0 5.3333333333vw;
  margin: 0 0 26.6666666667vw 0;
}
.top-nav--list a {
  display: block;
  width: 28.2666666667vw;
  height: 24.5333333333vw;
  border-radius: 2.4vw 2.4vw 0 2.4vw;
  background: #FFF;
  box-shadow: 0.887px 0.887px 2.661px 0px rgba(0, 0, 0, 0.25);
  padding: 2.9333333333vw 0 0 0;
  text-align: center;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
}
.top-nav--list a img {
  margin: 0 auto 7px auto;
  width: 13.8666666667vw;
}

.t-topics {
  margin: 0 0 28.2666666667vw 0;
}
.t-topics--slide {
  margin: 4vw 0 17.8666666667vw 0 !important;
}
.t-topics--slide__box {
  margin: 0 2.1333333333vw;
  display: block;
}
.t-topics--slide__date {
  font-size: 4vw;
  line-height: 5.3333333333vw; /* 133.333% */
  margin: 0 0 0.8vw 0;
}
.t-topics--slide__ttl {
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin: 2.6666666667vw 0 0 0;
}
.t-topics--tag {
  margin: 0 0 8.8vw 0;
}

.t-search {
  margin: 0 0 58.6666666667vw 0;
}
.t-search--slide {
  margin: 4vw 0 13.3333333333vw 0 !important;
}
.t-search--slide__box {
  display: block;
  width: 41.0666666667vw;
  height: 61.6vw;
}
.t-search--inner {
  padding: 0 5.3333333333vw;
}
.t-search--tag {
  margin: 0 0 8vw 0;
}
.t-search--color {
  margin-bottom: 7.2vw;
}
.t-search--brand {
  margin-bottom: 15.4666666667vw;
}

.t-reason {
  position: relative;
}
.t-reason--logo {
  background-blend-mode: multiply;
}
.t-reason--ttl {
  font-size: 9.6vw;
  font-weight: 400;
  margin: 0 0 11.7333333333vw 33.3333333333vw;
  position: relative;
  z-index: 1;
}
.t-reason--ttl span {
  color: #BC833D;
  display: block;
}
.t-reason h4 {
  color: #FFF;
  font-family: Jost;
  font-size: 8.5333333333vw;
  font-weight: 400;
  line-height: 150%; /* 48px */
  text-transform: uppercase;
  margin: 0 0 1.8666666667vw 0;
}
.t-reason p.feature {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%; /* 31.68px */
  letter-spacing: 0.384vw;
  margin-bottom: 6.1333333333vw;
}
.t-reason p.text {
  color: #FFF;
  text-align: justify;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 6.6666666667vw; /* 156.25% */
}
.t-reason--point1 {
  margin-top: -33.3333333333vw;
  position: relative;
  z-index: 0;
}
.t-reason--point1__feature {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #FFF;
  font-size: 10.6666666667vw;
  font-weight: 400;
  position: absolute;
  right: 5.3333333333vw;
  top: 75.7333333333vw;
}
.t-reason--point1__body {
  background: linear-gradient(236deg, #2369D1 -2.77%, #4A8AE9 100%);
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
}
.t-reason--point1__body h4 {
  color: rgb(0, 60, 148);
}
.t-reason--point2 {
  position: relative;
}
.t-reason--point2__feature {
  color: #FFF;
  font-size: 10.6666666667vw;
  line-height: 10.1333333333vw;
  font-weight: 400;
  position: absolute;
  left: 5.3333333333vw;
  top: 99.4666666667vw;
}
.t-reason--point2__body {
  background: linear-gradient(239deg, #E47864 0%, #E57D93 100%);
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
}
.t-reason--point2__body h4 {
  color: rgb(177, 64, 62);
}
.t-reason--point3 {
  position: relative;
}
.t-reason--point3__feature {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #25B66F;
  font-size: 10.6666666667vw;
  font-weight: 400;
  position: absolute;
  right: 5.3333333333vw;
  top: 42.6666666667vw;
  letter-spacing: 1.6vw;
}
.t-reason--point3__body {
  background: linear-gradient(227deg, #77E4A8 0%, #7FD4BF 100%);
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
}
.t-reason--point3__body h4 {
  color: rgb(35, 127, 82);
}
.t-reason--point4 {
  position: relative;
}
.t-reason--point4__feature {
  color: #FFF;
  font-size: 10.6666666667vw;
  font-weight: 400;
  margin-bottom: 9.6vw;
}
.t-reason--point4__body {
  background: linear-gradient(228deg, #E1A8F0 0%, #A98DBB 100%);
  padding: 5.3333333333vw 5.3333333333vw 14.4vw 5.3333333333vw;
}
.t-reason--point4 h4 {
  color: rgb(126, 65, 154);
}

.t-shop {
  padding: 0 5.3333333333vw 16vw 5.3333333333vw;
}
.t-shop--box {
  margin: 5.3333333333vw 0 0 0;
}
.t-shop--name {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 7.4666666667vw; /* 164.706% */
}
.t-shop--address {
  font-size: 4vw;
  line-height: 5.3333333333vw; /* 133.333% */
  margin: 1.0666666667vw 0 0 0;
}
.t-shop--btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.4666666667vw;
  margin: 3.2vw 0 0 0;
}
.t-shop--btn__detail {
  width: 100%;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  background: #BC833D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF !important;
  text-align: center;
  font-size: 3.7333333333vw;
}
.t-shop--btn__map {
  width: 100%;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  border: 2px solid #BC833D;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Jost;
  color: #BC833D !important;
  text-align: center;
  font-size: 4.2666666667vw;
}

.t-voice {
  padding: 0 5.3333333333vw 16vw 5.3333333333vw;
  background: url(../img/top_bg_voice.png) no-repeat;
  background-size: 100%;
}
.t-voice--img {
  margin: 5.3333333333vw 0;
}
.t-voice--name {
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
  margin-bottom: 1.8666666667vw;
}
.t-voice--brand {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 6.6666666667vw; /* 156.25% */
  margin-bottom: 1.0666666667vw;
}
.t-voice--shop {
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
  margin-bottom: 4vw;
}
.t-voice--text {
  border-top: 1px solid #C5C5C5;
  padding-top: 3.2vw;
  text-align: justify;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin-bottom: 8vw;
}

.t-news {
  padding: 0 5.3333333333vw 16vw 5.3333333333vw;
}
.t-news--box {
  display: block;
  margin: 10.6666666667vw 0 0 0;
}
.t-news--date {
  color: #000;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5.3333333333vw; /* 133.333% */
}
.t-news--ttl {
  color: #BC833D;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 8vw; /* 166.667% */
  margin: 0.8vw 0 0.5333333333vw 0;
}
.t-news--text {
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
}
.t-news--detail {
  text-align: right;
  text-decoration: underline;
}

.t-tubuyaki {
  padding: 0 5.3333333333vw 16vw 5.3333333333vw;
  background: url(../img/top_bg_tubuyaki.png) no-repeat;
  background-size: 100%;
}
.t-tubuyaki--text {
  text-align: justify;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin: 6.4vw 0 1.6vw 0;
}
.t-tubuyaki--box {
  display: block;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  margin-bottom: 6.9333333333vw;
}
.t-tubuyaki--box__body {
  background: url(../img/ico_link.svg) calc(100% - 2.6666666667vw) calc(100% - 2.6666666667vw) no-repeat #ffffff;
  background-size: 5.8666666667vw;
  padding: 4.5333333333vw 6.6666666667vw 8vw 4.5333333333vw;
}
.t-tubuyaki--box__body h3 {
  color: #BC833D;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-bottom: 2.1333333333vw;
}
.t-tubuyaki--box__body p {
  text-align: justify;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
}

.t-insta {
  background: url(../img/top_bg_insta.jpg) no-repeat;
  background-size: 100%;
  padding: 19.7333333333vw 0 16.5333333333vw 0;
}
.t-insta--ttl {
  color: #4D4D4D;
  text-align: center;
  font-family: Jost;
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin-bottom: 11.7333333333vw;
}
.t-insta--ttl img {
  margin: 0 auto 2.4vw auto;
}

.t-faq {
  padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
.t-faq--list {
  margin: 5.3333333333vw 0 10.6666666667vw 0;
}
.t-faq--list li {
  border-bottom: 1px solid #C5C5C5;
}
.t-faq--list__question {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 150%;
  display: block;
  position: relative;
  padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 6.6666666667vw;
}
.t-faq--list__question::before {
  content: "Q.";
  color: #BC833D;
  font-family: Jost;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 150%;
  margin-right: 1.0666666667vw;
  position: absolute;
  top: 2.4vw;
  left: 0;
}
.t-faq--list__question::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.4666666667vw;
  right: 0;
  transition: all 0.3s;
}
.t-faq--list__question.is-open::after {
  transform: rotate(90deg);
}
.t-faq--list__answer {
  display: none;
  text-align: justify;
  font-size: 3.7333333333vw;
  line-height: 140%; /* 19.6px */
}
.t-faq--list__answer p {
  margin-bottom: 1.4em;
}

.t-maintenance {
  padding: 0 5.3333333333vw;
  margin-bottom: 16vw;
}
.t-maintenance p {
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin: 5.3333333333vw 0 10.6666666667vw 0;
}

.cv {
  padding: 16vw 5.3333333333vw;
}
.cv--box {
  margin-bottom: 12vw;
}
.cv--box:last-child {
  margin-bottom: 0;
}
.cv--box p {
  text-align: center;
  font-size: 4vw;
  line-height: 5.3333333333vw; /* 133.333% */
  margin-top: 1.8666666667vw;
}

.footer {
  background: url(../img/footer_bg.png) no-repeat bottom;
  background-size: 100%;
  padding: 26.6666666667vw 5.3333333333vw 24vw 5.3333333333vw;
}
.footer--bnr {
  font-size: 4vw;
  font-weight: 500;
  line-height: 5.3333333333vw; /* 133.333% */
  text-align: center;
  margin-bottom: 20.5333333333vw;
}
.footer--bnr img {
  margin-top: 2.1333333333vw;
}
.footer--bnr p {
  margin-top: 2.1333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 4.8vw; /* 128.571% */
}
.footer--logo {
  width: 52.2666666667vw;
  height: 20vw;
  margin: 0 auto;
  display: block;
}
.footer .copyright {
  font-family: Jost;
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 150%; /* 15px */
  text-align: center;
}

.lineup--slide {
  margin: 0 0 21.3333333333vw 0 !important;
  transform: translateX(-31.4666666667vw);
  width: 131.47vw;
}
.lineup--slide .slick-dots {
  transform: translateX(15.7333333333vw);
}
.lineup--slide .lineup--box {
  width: 68.5333333333vw;
}
.lineup--slide .lineup--box .btn-recommend {
  top: 92vw;
  left: 1.6vw;
}
.lineup--box {
  position: relative;
  display: block;
}
.lineup--box .category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0px 0px 0px 1.3333333333vw;
  background: #BC833D;
  color: #FFF;
  text-align: center;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 3.2vw; /* 120% */
  letter-spacing: 0.1333333333vw;
  padding: 1.3333333333vw 2.1333333333vw;
}
.lineup--box .btn-recommend {
  background: none;
  padding: 1.3333333333vw;
  margin: 0;
  border: 0;
  position: absolute;
  top: 66.1333333333vw;
  left: 1.3333333333vw;
  z-index: 1;
}
.lineup--box .brand {
  font-size: 3.7333333333vw;
  line-height: 8vw; /* 214.286% */
  letter-spacing: 0.1866666667vw;
  margin-left: 2.6666666667vw;
}
.lineup--box .taglist {
  margin-left: 2.6666666667vw;
}
.lineup--box figure a {
  display: block;
}
.lineup--box figure img {
  width: 100%;
  height: 100%;
}
.lineup--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8vw 0.8vw;
  margin: 18.1333333333vw 0;
}
.lineup--ranking {
  margin-bottom: 14.6666666667vw;
  display: grid;
  grid-template-columns: 65.3333333333vw 32vw;
  grid-template-areas: "first second" "first third";
  gap: 2.6666666667vw;
}
.lineup--ranking .lineup--box:nth-child(1) {
  grid-area: first;
}
.lineup--ranking .lineup--box:nth-child(1) .rank {
  width: 9.6vw;
  height: 9.6vw;
  background: #BC833D;
  font-size: 6.4vw;
}
.lineup--ranking .lineup--box:nth-child(2) {
  grid-area: second;
}
.lineup--ranking .lineup--box:nth-child(3) {
  grid-area: third;
}
.lineup--ranking .lineup--box .rank {
  width: 6.4vw;
  height: 6.4vw;
  background: #000000;
  font-size: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0.8vw 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-family: Jost;
}
.lineup--ranking .lineup--box .btn-recommend {
  top: auto;
  bottom: 1.6vw;
}

.lineup-tag {
  margin-bottom: 19.2vw;
}
.lineup-tag .tag {
  padding: 0 2.6666666667vw;
}

.t-tubuyaki.lineup {
  margin-bottom: 20vw;
}
.t-tubuyaki.lineup .section-ttl2 {
  margin-bottom: 5.3333333333vw;
}

.shoplist + .t-news + .t-insta {
  margin-bottom: 22.6666666667vw;
}

.shopdetail--inner {
  padding: 6.1333333333vw 5.3333333333vw;
}
.shopdetail--read {
  text-align: justify;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin-bottom: 12.5333333333vw;
}
.shopdetail--data dt {
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.3333333333vw; /* 133.333% */
}
.shopdetail--data dd {
  color: #BC833D;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 150%; /* 25.5px */
  margin-bottom: 5.3333333333vw;
}
.shopdetail--data dd a {
  text-decoration: underline;
}
.shopdetail--data dd small {
  color: #000;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.3333333333vw; /* 133.333% */
}
.shopdetail--map iframe {
  display: block;
  width: 100%;
  height: 65.8666666667vw;
  margin-bottom: 16vw;
}

.slideshow {
  background: url(../img/shop_bg_slide.png) no-repeat;
  background-size: 100%;
  padding: 13.0666666667vw 0 10.6666666667vw 0;
}
.slideshow .slideshow--shop__img {
  width: 86.6666666667vw;
  margin: 0 1.3333333333vw;
}
.slideshow .slideshow--shop figcaption {
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
  margin-top: 2.9333333333vw;
}

.voice {
  padding: 0 5.3333333333vw;
}
.voice--read {
  color: #BC833D;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 6.6666666667vw; /* 156.25% */
  margin-bottom: 6.4vw;
}
.voice--box {
  margin-bottom: 18.6666666667vw;
}
.voice--box__thumb {
  margin-bottom: 2.6666666667vw;
}
.voice--box__name {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 8vw; /* 187.5% */
  margin-bottom: 2.6666666667vw;
}
.voice--box__text {
  text-align: justify;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  padding-bottom: 4.5333333333vw;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 3.7333333333vw;
}
.voice--box__data dl {
  display: flex;
  margin-bottom: 2.1333333333vw;
}
.voice--box__data dt {
  color: #BC833D;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 4.8vw; /* 128.571% */
}
.voice--box__data dd {
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
}

.news-list--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.6666666667vw 1.8666666667vw;
  margin-bottom: 9.6vw;
}
.news-list--category a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #BC833D;
  background: #FFF;
  color: #BC833D;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  padding: 1.6vw 2.6666666667vw;
}
.news-list--category a.current {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.news-detail {
  padding: 0 5.3333333333vw;
}
.news-detail--date {
  font-size: 4vw;
  font-weight: 700;
  line-height: 5.3333333333vw; /* 133.333% */
}
.news-detail--categories {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 5.3333333333vw; /* 142.857% */
  display: flex;
}
.news-detail--categories__shop::after {
  content: "｜";
}
.news-detail--title {
  color: #BC833D;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 6.6666666667vw; /* 138.889% */
  margin-bottom: 5.3333333333vw;
}
.news-detail--eyecatch {
  width: 100%;
  height: 133.8666666667vw;
  margin-bottom: 5.3333333333vw;
}
.news-detail p {
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw; /* 156.25% */
  margin-bottom: 6.6666666667vw;
}
.news-detail--data {
  margin: 18.6666666667vw 0 16vw 0;
}
.news-detail--data__title {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 4.8vw; /* 128.571% */
  position: relative;
  margin-bottom: 4.5333333333vw;
}
.news-detail--data__title::after {
  content: "";
  width: 267px;
  height: 1px;
  background: #C5C5C5;
  display: block;
  position: absolute;
  top: 2.1333333333vw;
  left: 18.1333333333vw;
}
.news-detail--data__list dl {
  display: flex;
  margin-bottom: 2.1333333333vw;
}
.news-detail--data__list dt {
  color: #BC833D;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 4.8vw; /* 128.571% */
}
.news-detail--data__list dd {
  font-size: 3.7333333333vw;
  line-height: 4.8vw; /* 128.571% */
}
.news-detail--nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #BC833D;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 5.3333333333vw; /* 125% */
  margin-bottom: 22.9333333333vw;
}
.news-detail--nav__prev {
  display: flex;
  align-items: center;
  text-align: left;
}
.news-detail--nav__prev a {
  display: flex;
}
.news-detail--nav__prev a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  display: inline-block;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-right: 1.0666666667vw;
}
.news-detail--nav__prev .disabled {
  visibility: hidden; /* 見えなくするが、スペースは保持 */
  pointer-events: none;
}
.news-detail--nav__list {
  text-align: center;
}
.news-detail--nav__next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.news-detail--nav__next a {
  display: flex;
}
.news-detail--nav__next a::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  display: inline-block;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  margin-left: 1.0666666667vw;
}
.news-detail--nav__next .disabled {
  visibility: hidden; /* 見えなくするが、スペースは保持 */
  pointer-events: none;
}

.faq {
  padding: 0 5.3333333333vw;
}
.faq .taglist {
  margin-bottom: 16.5333333333vw;
}
.faq--container {
  margin-bottom: 13.3333333333vw;
}
.faq--group {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 6.6666666667vw; /* 138.889% */
  margin-bottom: -1.6vw;
}

.tubuyaki {
  padding: 0 5.3333333333vw;
}
.tubuyaki--tag {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 8vw;
  padding-bottom: 1.3333333333vw;
}
.tubuyaki--tag__ttl {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 237.5%;
  position: relative;
}
.tubuyaki--tag__ttl::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.4666666667vw;
  right: 0;
  transition: all 0.3s;
}
.tubuyaki--tag__ttl.is-open::after {
  transform: rotate(90deg);
}
.tubuyaki--tag__content {
  display: none;
  padding-bottom: 5.3333333333vw;
}
.tubuyaki--box {
  margin-bottom: 8vw;
  display: block;
}
.tubuyaki--box__header {
  display: grid;
  grid-template-columns: 18.6666666667vw auto 21.3333333333vw;
  align-items: center;
  gap: 0 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
.tubuyaki--box__stuff {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  border-radius: 9.3333333333vw;
  overflow: hidden;
}
.tubuyaki--box__name .shop {
  font-size: 3.2vw;
  line-height: 125%;
}
.tubuyaki--box__name .name {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 187.5%;
  letter-spacing: 0.2133333333vw;
}
.tubuyaki--box__update {
  color: #000;
  text-align: right;
  font-size: 3.2vw;
  line-height: 125%;
  margin-bottom: 8vw;
}
.tubuyaki--box__body {
  border-left: 1px solid #C3C3C3;
  padding: 0 0 4vw 5.3333333333vw;
}
.tubuyaki--box__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 187.5%;
  letter-spacing: 0.2133333333vw;
  margin-bottom: 1.0666666667vw;
}
.tubuyaki--box__eyecatch {
  border-radius: 2.6666666667vw;
  overflow: hidden;
  height: auto;
  margin-bottom: 2.6666666667vw;
}
.tubuyaki--box .taglist {
  margin-bottom: 8vw;
}
.tubuyaki--box__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
}
.tubuyaki--box__text p:not(:last-child) {
  margin-bottom: 6.1333333333vw;
}
.tubuyaki--box__text h2 {
  font-weight: 700;
  margin-bottom: 6.1333333333vw;
  line-height: 150%;
}
.tubuyaki--article__other {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
.tubuyaki--article__other .shop {
  font-size: 3.2vw;
  line-height: 125%;
  margin-bottom: 2.4vw;
}
.tubuyaki--article__other .user {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 93.75%;
  width: fit-content;
  border-bottom: 1px solid #BC833D;
  margin: 0 auto;
  padding-bottom: 1.8666666667vw;
}
.tubuyaki .t-shop--box {
  width: 100vw;
  padding: 8vw 5.3333333333vw;
  background: #eeeeee;
  transform: translateX(-5.3333333333vw);
  margin-bottom: 14.4vw;
}

.catalog {
  padding: 0 5.3333333333vw;
}
.catalog--read {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 10.1333333333vw;
}
.catalog--btn {
  margin: 14.9333333333vw 0;
  text-align: center;
}
.catalog--btn p {
  font-size: 3.7333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 2.1333333333vw;
}
.catalog--btn p::before {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.catalog--btn p::after {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.catalog--btn .common-btn.white {
  color: #000 !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
}
.catalog--btn .common-btn.gold {
  color: #fff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  background: #BC833D;
}
.catalog + .cv .cv--box:last-child {
  display: none;
}

.form {
  padding: 0 5.3333333333vw;
  margin-bottom: 26.6666666667vw;
}
.form--read {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 5.3333333333vw;
}
.form .space {
  margin-bottom: 13.3333333333vw;
}
.form .flex {
  display: flex;
  gap: 2.6666666667vw 8vw;
  flex-wrap: wrap;
}
.form--unit {
  margin-bottom: 5.3333333333vw;
}
.form--unit.required .form--unit__ttl::after {
  content: "必須";
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32vw;
  width: 11.4666666667vw;
  height: 5.8666666667vw;
  border-radius: 5.3333333333vw;
  background: #BC833D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form--unit__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0.2133333333vw;
  display: flex;
  align-items: center;
  gap: 0 1.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.form--unit__ttl::before {
  content: "";
  width: 0.8vw;
  height: 4.8vw;
  background: #000;
  display: block;
}
.form--unit__ttl::after {
  content: "任意";
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32vw;
  width: 11.4666666667vw;
  height: 5.8666666667vw;
  border-radius: 5.3333333333vw;
  background: #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form--unit__input {
  margin-bottom: 2.6666666667vw;
}
.form--unit__input input[type=text],
.form--unit__input input[type=email],
.form--unit__input input[type=tel],
.form--unit__input input[type=date] {
  width: 100%;
  height: 10.1333333333vw;
  border: 1px solid #000;
  background: #FFF;
  font-size: 3.7333333333vw;
  padding: 0 2.6666666667vw;
}
.form--unit__input input[type=text].short,
.form--unit__input input[type=email].short,
.form--unit__input input[type=tel].short,
.form--unit__input input[type=date].short {
  width: 37.8666666667vw;
}
.form--unit__input textarea {
  width: 100%;
  height: 40vw;
  border: 1px solid #000;
  background: #FFF;
  font-size: 3.7333333333vw;
  padding: 1.3333333333vw 2.6666666667vw;
}
.form--unit__input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  height: 10.1333333333vw;
  padding: 1.6vw 8.5333333333vw 1.6vw 2.1333333333vw;
  font-size: 3.7333333333vw;
  cursor: pointer;
}
.form--unit__input.select {
  position: relative;
  width: 100%;
  border: 1px solid #000;
}
.form--unit__input.select::after {
  content: "▼";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.form--unit__input-sub {
  font-size: 3.7333333333vw;
  line-height: 128.571%;
  letter-spacing: 0.3733333333vw;
}
.form--note__ttl {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2.1333333333vw;
}
.form--note__list {
  font-size: 3.2vw;
  line-height: 150%;
  list-style: disc;
  margin-left: 1.5em;
}
.form--note__text {
  margin-top: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 145.455%;
}
.form--privacy {
  border-radius: 10px;
  background: #EEE;
  padding: 2.6666666667vw 4vw;
  margin: 13.3333333333vw 0 6.6666666667vw 0;
}
.form--privacy__ttl {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 208.333%;
  display: flex;
  align-items: center;
  gap: 0 2.9333333333vw;
  margin-bottom: 3.2vw;
}
.form--privacy__ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #ffffff;
}
.form--privacy__text {
  font-size: 3.2vw;
  line-height: 150%;
  height: 37.3333333333vw;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form--privacy__text p, .form--privacy__text ul {
  margin-bottom: 4vw;
}
.form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  border: 1px solid #000;
  margin: 0;
  margin-right: 3.7333333333vw;
  position: relative;
  background-color: #fff;
}
.form input[type=checkbox]::before {
  content: "";
  width: 6.6666666667vw;
  height: 5.3333333333vw;
  background: url(../img/ico_checkbox.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 1.6vw;
  left: 0.8vw;
}
.form input[type=checkbox]:checked::before {
  width: 6.6666666667vw;
  height: 5.3333333333vw;
  background: url(../img/ico_checkbox_checked.svg) no-repeat;
  background-size: contain;
}
.form--checkbox {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  cursor: pointer;
  user-select: none;
}
.form--agree label {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  cursor: pointer;
  user-select: none;
  margin: 0 auto 17.8666666667vw auto;
}
.form--submit.common-btn {
  width: 84vw;
  background: #BC833D;
  color: #ffffff !important;
}
.form--submit.common-btn input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  color: #ffffff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.form--back {
  margin-bottom: 10.6666666667vw;
}
.form--back.common-btn {
  width: 84vw;
}
.form--back.common-btn input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  color: #ffffff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.form + .cv .cv--box:last-child {
  display: none;
}
.form--flow {
  display: block;
  margin: 0 auto 4.5333333333vw auto;
}
.form .no-recommend {
  padding: 10.6666666667vw 0;
  background: #ffffff;
}
.form .no-recommend h3 {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.form .no-recommend p {
  font-size: 3.2vw;
  line-height: 140%; /* 16.8px */
  margin: 5px 0 20px 0;
}
.form--recommend {
  width: calc(100% + 10.6666666667vw);
  transform: translateX(-5.3333333333vw);
  padding: 8vw 5.3333333333vw;
  background: #eeeeee;
  margin: 13.3333333333vw 0;
}
.form--recommend.confirm .recommend--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw;
  width: auto;
}
.form--recommend.confirm .recommend--container .recommend--box {
  width: auto;
}
.form--recommend__ttl {
  font-size: 5.8666666667vw;
  font-weight: 700;
  margin-bottom: 4vw;
}
.form--recommend__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 8vw;
}
.form--recommend .scroll-container {
  overflow-x: scroll;
  width: calc(100% + 10.6666666667vw);
  transform: translateX(-5.3333333333vw);
  padding: 3.4666666667vw 5.3333333333vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.form--recommend .scroll-container ::-webkit-scrollbar {
  display: none;
}
.form--recommend .recommend--container {
  display: flex;
  width: fit-content;
  margin-bottom: 0;
}
.form--recommend .recommend--container .recommend--box {
  width: 29.3333333333vw;
  cursor: pointer;
}
.form--recommend .recommend--container .recommend--box__check {
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  display: block;
  border: none;
  background: none;
  position: absolute;
  top: -3.4666666667vw;
  left: -2.1333333333vw;
  z-index: 1;
}
.form--recommend .recommend--container .recommend--box.active .recommend--box__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #BC833D;
  display: block;
  box-sizing: border-box;
}
.form--section {
  font-size: 5.8666666667vw;
  font-weight: 700;
  margin-bottom: 8.5333333333vw;
}
.form--tel {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-top: 8vw;
}

.thanks {
  padding: 0 5.3333333333vw;
  margin-bottom: 30.6666666667vw;
}
.thanks--ttl {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 8.5333333333vw;
}
.thanks--text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 1.56em;
}
.thanks .common-btn {
  color: #000 !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  margin-top: 10.6666666667vw;
}
.thanks + .cv .cv--box:last-child {
  display: none;
}

.recommend {
  padding: 0 5.3333333333vw;
}
.recommend--read {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 11.7333333333vw;
}
.recommend--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11.4666666667vw 3.4666666667vw;
  margin-bottom: 16vw;
}
.recommend--box {
  position: relative;
}
.recommend--box__delete {
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  display: block;
  border: none;
  background: none;
  position: absolute;
  top: -3.4666666667vw;
  right: -2.1333333333vw;
  z-index: 10;
}
.recommend--box__thumb {
  position: relative;
}
.recommend--box__serial {
  font-size: 2.6666666667vw;
  letter-spacing: 0.1333333333vw;
  margin-top: 0.8vw;
}
.recommend--box__brand {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1733333333vw;
  margin-top: 0.8vw;
}
.recommend--btn {
  margin: 14.9333333333vw 0 32vw 0;
  text-align: center;
}
.recommend--btn p {
  font-size: 3.7333333333vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1333333333vw;
  white-space: nowrap;
}
.recommend--btn p::before {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.recommend--btn p::after {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.recommend--btn .common-btn.white {
  color: #000 !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
}
.recommend--btn .common-btn.gold {
  color: #fff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  background: #BC833D;
}

.reserve {
  padding: 0 5.3333333333vw;
}
.reserve--read {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 16vw;
}
.reserve--btn {
  margin: 14.9333333333vw 0;
  text-align: center;
}
.reserve--btn p {
  font-size: 3.7333333333vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1333333333vw;
  white-space: nowrap;
}
.reserve--btn p::before {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.reserve--btn p::after {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.reserve--btn .common-btn.green {
  color: #fff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  background: #06C755;
}
.reserve--btn .common-btn.gold {
  color: #fff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  background: #BC833D;
}
.reserve--line {
  margin-bottom: 28vw;
  padding-bottom: 11.7333333333vw;
  border-radius: 20px;
  border: 1px solid #06C755;
}
.reserve--line__ttl {
  color: #06C755;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  position: relative;
  transform: translateY(-4.2666666667vw);
}
.reserve--line__ttl::after {
  content: "";
  width: 53.3333333333vw;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.reserve--step__ttl {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.2666666667vw;
  margin-bottom: 3.4666666667vw;
}
.reserve--step__ttl span {
  color: #06C755;
  font-size: 5.3333333333vw;
  margin-right: 4vw;
}
.reserve--step .btn {
  width: 69.3333333333vw;
  height: 15.4666666667vw;
  display: block;
  margin: 0 auto;
}
.reserve--step__display {
  width: 62.4vw;
  margin: 0 auto;
  border: 1px solid #787878;
}
.reserve--step__text {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-top: 3.4666666667vw;
}
.reserve--step__message {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 150%;
}
.reserve--next {
  text-align: center;
  margin: 5.3333333333vw;
}

.beginner {
  padding: 0 5.3333333333vw;
}
.beginner--read {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 6.1333333333vw;
}
.beginner--text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 13.3333333333vw;
}
.beginner--what {
  border-radius: 5.3333333333vw;
  border: 1px solid #BC833D;
  padding-bottom: 4.2666666667vw;
  overflow: hidden;
  margin-bottom: 16vw;
}
.beginner--what__img {
  margin-bottom: 2.6666666667vw;
}
.beginner--what__ttl {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2666666667vw;
  margin-bottom: 2.6666666667vw;
}
.beginner--what__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin: 0 6.1333333333vw;
}
.beginner--riyu {
  margin-bottom: 20.2666666667vw;
}
.beginner--riyu__ttl {
  text-align: center;
  color: #BC833D;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 83.333%;
}
.beginner--riyu__box {
  margin-top: 9.3333333333vw;
  text-align: center;
  position: relative;
}
.beginner--riyu__box::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FFF 0%, #BC833D 50%, #FFF 100%);
  display: block;
  margin: 1.0666666667vw 0;
}
.beginner--riyu__box-text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
}
.beginner--riyu__box-text strong {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 132%;
  display: block;
  margin-bottom: 5.0666666667vw;
  text-align: center;
}
.beginner--riyu__point {
  color: #BC833D;
  font-family: Jost;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 150%;
}
.beginner--riyu__feature {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 166.667%;
}
.beginner-flow {
  background: url(../img/bebinner_flow_bg.png) no-repeat;
  background-size: cover;
  padding: 10.6666666667vw 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
.beginner-flow--ttl {
  color: #0B0B0B;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10.9333333333vw;
}
.beginner-flow--box__step {
  font-family: Jost;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2666666667vw;
  border-radius: 20px;
  padding: 0 5.3333333333vw;
}
.beginner-flow--box__step.step1 {
  color: #BC833D;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.beginner-flow--box__step.step2 {
  color: #ffffff;
  background: linear-gradient(90deg, #BC833D 0%, rgba(255, 255, 255, 0) 100%);
}
.beginner-flow--box__step.step3 {
  color: #ffffff;
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.beginner-flow--box__ttl {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.2666666667vw;
  margin: 1.3333333333vw 0 2.6666666667vw 0;
}
.beginner-flow--box__img {
  border-radius: 2.6666666667vw;
  margin-bottom: 3.2vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.beginner-flow--box__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 6.1333333333vw;
}
.beginner-flow--box .common-btn {
  margin: 0 auto;
  color: #000 !important;
  width: auto;
  font-size: 4.2666666667vw;
}
.beginner-flow--next {
  text-align: center;
  margin: 6.6666666667vw 0;
}

.onlinestore {
  padding: 0 5.3333333333vw;
}
.onlinestore--text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 10.6666666667vw;
}
.onlinestore--bnr {
  font-size: 4vw;
  font-weight: 500;
  line-height: 5.3333333333vw; /* 133.333% */
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
.onlinestore--bnr img {
  margin-top: 2.1333333333vw;
}
.onlinestore--bnr p {
  margin-top: 2.1333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 4.8vw; /* 128.571% */
}

.beginner-tubuyaki {
  margin-bottom: 17.8666666667vw;
}
.beginner-tubuyaki .section-ttl2 {
  font-size: 5.3333333333vw;
  margin-bottom: 7.2vw;
}
.beginner-tubuyaki .t-tubuyaki--box {
  margin-bottom: 0;
}

.tokuten-container {
  position: relative;
}
.tokuten-container span {
  width: 34.6666666667vw;
  height: 6.4vw;
  display: flex;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 137.5%;
  border-bottom: 1px solid #BC833D;
  position: absolute;
  cursor: pointer;
}
.tokuten-container span::after {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  display: block;
  background: url(../img/ico_triangle_gold.svg) no-repeat;
  background-size: contain;
}
.tokuten-container span.tokuten1 {
  top: 162.6666666667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tokuten-container span.tokuten2 {
  top: 228.5333333333vw;
  left: 5.3333333333vw;
}
.tokuten-container span.tokuten3 {
  top: 297.3333333333vw;
  right: 5.3333333333vw;
}
.tokuten-container span.tokuten4 {
  top: 360.5333333333vw;
  left: 5.8666666667vw;
}
.tokuten-container span.tokuten5 {
  top: 445.3333333333vw;
  right: 5.3333333333vw;
}
.tokuten-container span.tokuten6 {
  top: 506.6666666667vw;
  left: 5.3333333333vw;
}
.tokuten-container span.tokuten7 {
  top: 546.6666666667vw;
  right: 21.3333333333vw;
}

.l-detail {
  position: relative;
  margin-top: 5.3333333333vw;
}
.l-detail--cat {
  color: #FFF;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 92.308%;
  border-radius: 0px 0px 0px 1.3333333333vw;
  background: #BC833D;
  padding: 1.6vw 10.6666666667vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.l-detail--slide {
  margin-bottom: 13.3333333333vw !important;
}
.l-detail--slide__box {
  position: relative;
}
.l-detail--slide__box figure {
  width: 100%;
}
.l-detail--slide__box figure a {
  display: block;
}
.l-detail--slide .btn-recommend {
  width: 8vw;
  height: 7.2vw;
  border: none;
  background: none;
  position: absolute;
  left: 5.3333333333vw;
  bottom: 5.3333333333vw;
}
.l-detail--slide .btn-zoom {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  border: none;
  background: none;
  position: absolute;
  right: 5.3333333333vw;
  bottom: 5.3333333333vw;
}
.l-detail--thumbnail {
  margin-bottom: 8vw;
}
.l-detail--thumbnail.static-thumbs {
  display: flex;
  justify-content: center;
  padding: 0 5.3333333333vw;
}
.l-detail--thumbnail.static-thumbs > div {
  width: 34%;
  max-width: 23.4666666667vw;
}
.l-detail--thumbnail__box {
  position: relative;
  padding: 0vw 0.5333333333vw;
}
.l-detail--thumbnail__box.l-detail--thumbnail__box {
  cursor: pointer;
}
.l-detail--inner {
  padding: 0 5.3333333333vw;
}
.l-detail--itemnumber {
  font-size: 2.6666666667vw;
  line-height: 300%;
  margin-bottom: -1.3333333333vw;
}
.l-detail--name {
  font-size: 5.6vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.48vw;
  margin-bottom: 2.6666666667vw;
}
.l-detail .taglist {
  margin-bottom: 5.3333333333vw;
}
.l-detail--price {
  display: grid;
  grid-template-columns: 1fr 24vw;
  gap: 12.2666666667vw;
  border-bottom: 1px solid #C5C5C5;
  margin: 4.2666666667vw 0;
  padding-bottom: 1.6vw;
}
.l-detail--price .planname {
  font-size: 5.3333333333vw;
  line-height: 1;
  margin-bottom: 1.6vw;
}
.l-detail--price .planprice {
  text-align: right;
  font-family: Jost;
  font-size: 9.6vw;
  font-weight: 500;
  line-height: 1;
  padding-right: 8vw;
  position: relative;
}
.l-detail--price .planprice .yen {
  font-size: 3.7333333333vw;
  font-weight: 700;
  position: absolute;
  top: 1.0666666667vw;
  right: 2.6666666667vw;
}
.l-detail--price .planprice .tax {
  font-size: 3.2vw;
  font-weight: 400;
  position: absolute;
  top: 5.3333333333vw;
  right: 0;
}
.l-detail--price__btn .common-btn {
  width: 100%;
  height: 15.4666666667vw;
  color: #000 !important;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 123.077%;
  letter-spacing: 0;
}
.l-detail .common-btn.recommend {
  width: 84vw;
  color: #000 !important;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64vw;
  margin-top: 13.3333333333vw;
}
.l-detail .common-btn.recommend.active {
  background: #C5C5C5;
}
.l-detail .recommend--btn {
  margin: 8vw 0;
}
.l-detail .recommend--btn a + p {
  font-size: 4vw;
  font-weight: 400;
  line-height: 166.667%;
}
.l-detail .recommend--btn a + p::before, .l-detail .recommend--btn a + p::after {
  display: none;
}
.l-detail--line {
  width: 41.0666666667vw;
  height: 41.0666666667vw;
  margin: 0 auto 9.6vw auto;
  display: block;
}
.l-detail--comment {
  border-radius: 5.3333333333vw;
  border: 1px solid #4D4D4D;
  padding: 6.6666666667vw;
  text-align: center;
  position: relative;
  margin-bottom: 13.3333333333vw;
}
.l-detail--comment__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.2666666667vw;
  display: inline-block;
  background: #ffffff;
  padding: 0 1.6vw;
  position: absolute;
  top: -4.5333333333vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 61.3333333333vw;
}
.l-detail--comment__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  text-align: left;
}
.l-detail--tokuten {
  width: 100%;
}
.l-detail--tokuten__note {
  font-size: 3.2vw;
  line-height: 166.667%;
  padding: 5.3333333333vw 2.6666666667vw;
}
.l-detail--catbox {
  margin-bottom: 9.3333333333vw;
}
.l-detail--catbox .section-ttl2 {
  padding-left: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}

.rental {
  padding: 0 5.3333333333vw;
}
.rental--kv {
  margin: 0 0 6.4vw 0;
  width: 100vw;
  transform: translateX(-5.3333333333vw);
}
.rental--text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 13.3333333333vw;
}
.rental--price__ttl {
  color: #BC833D;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 76.923%;
  display: flex;
  align-items: center;
  margin-bottom: 4.5333333333vw;
}
.rental--price__ttl::before {
  content: "PRICE";
  color: #FFF;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.4266666667vw;
  background: #000;
  padding: 1.3333333333vw 5.3333333333vw;
  border-radius: 0 1.3333333333vw 1.3333333333vw 0;
  display: inline-block;
  transform: translateX(-5.3333333333vw);
}
.rental--price__price {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 2.9333333333vw;
  margin-bottom: 2.9333333333vw;
  border-bottom: 1px solid #BC833D;
}
.rental--price__price strong {
  font-weight: 700;
}
.rental--plan {
  background: url(../img/plan_bg.png) no-repeat;
  background-size: cover;
  padding: 13.3333333333vw 5.3333333333vw;
  width: 100vw;
  transform: translateX(-5.3333333333vw);
}
.rental--plan__ttl {
  color: #BC833D;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 76.923%;
  display: flex;
  align-items: center;
  margin-bottom: 4.5333333333vw;
}
.rental--plan__ttl::before {
  content: "PLAN DETAILS";
  color: #FFF;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.4266666667vw;
  background: #000;
  padding: 1.3333333333vw 5.3333333333vw;
  border-radius: 0 1.3333333333vw 1.3333333333vw 0;
  display: inline-block;
  transform: translateX(-5.3333333333vw);
}
.rental--plan__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 8vw;
}
.rental--plan__naiyo {
  display: grid;
  margin-bottom: 16vw;
}
.rental--plan__naiyo.mama {
  display: block;
}
.rental--plan__naiyo.mama img {
  border-radius: 2.6666666667vw;
}
.rental--plan__naiyo.mama figcaption {
  text-align: center;
  display: block;
  margin: 2.1333333333vw auto 6.1333333333vw auto;
  font-size: 16px;
  line-height: 156.25%;
}
.rental--day__ttl {
  color: #FFF;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 187.5%;
  background: #000;
  padding: 0 3.2vw;
  border-radius: 4vw;
  margin-bottom: 5.8666666667vw;
  margin-top: 8vw;
  width: 29.3333333333vw;
}
.rental--day__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5333333333vw;
}
.rental--day__box {
  text-align: center;
  font-size: 4vw;
  line-height: 120%;
  padding: 3.2vw 0;
  border-radius: 2.6666666667vw;
  border: 1px solid #BC833D;
  background: #FFF;
}
.rental--day__box figure {
  width: 17.8666666667vw;
  margin: 0 auto 2.1333333333vw auto;
}
.rental-flow {
  background: url(../img/bebinner_flow_bg.png) repeat-y;
  background-size: 100%;
  padding: 10.6666666667vw 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
.rental-flow--ttl {
  color: #0B0B0B;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 83.333%;
  margin-bottom: 10.9333333333vw;
}
.rental-flow--box__step {
  font-family: Jost;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2666666667vw;
  border-radius: 20px;
  padding: 0 5.3333333333vw;
}
.rental-flow--box__step.step1 {
  color: #BC833D;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.rental-flow--box__step.step2 {
  color: #ffffff;
  background: linear-gradient(90deg, #BC833D 0%, rgba(255, 255, 255, 0) 100%);
}
.rental-flow--box__step.step3 {
  color: #ffffff;
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.rental-flow--box__ttl {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.2666666667vw;
  margin: 1.3333333333vw 0 2.6666666667vw 0;
}
.rental-flow--box__img {
  border-radius: 2.6666666667vw;
  margin-bottom: 3.2vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.rental-flow--box__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 6.1333333333vw;
}
.rental-flow--box .common-btn {
  margin: 0 auto;
  color: #000 !important;
  width: auto;
  font-size: 4.2666666667vw;
}
.rental-flow--next {
  text-align: center;
  margin: 6.6666666667vw 0;
}
.rental--maedori {
  padding: 10.6666666667vw 0;
}
.rental--maedori__ttl {
  color: #BC833D;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 83.333%;
  margin-bottom: 5.8666666667vw;
}
.rental--maedori__video {
  display: block;
  margin-bottom: 4.2666666667vw;
}
.rental--maedori__video video {
  width: 100%;
  display: block;
}
.rental--maedori__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 6.6666666667vw;
}
.rental--maedori__point li {
  color: #BC833D;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: 0.2666666667vw;
  border-left: 3px solid #d9d9d9;
  padding-left: 12px;
  min-height: 12vw;
  display: flex;
  align-items: center;
  margin-bottom: 6.6666666667vw;
}

.plan {
  padding: 0 5.3333333333vw;
}
.plan--read {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 13.3333333333vw;
}
.plan--box {
  margin-bottom: 22.4vw;
}
.plan--box__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  margin: 2.6666666667vw 0 6.4vw 0;
}
.plan--kv {
  width: 100vw;
  transform: translateX(-5.3333333333vw);
}
.plan--point__ttl {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 125%;
  border: 1px solid #000;
  background: #D9D9D9;
  padding: 3.2vw 0;
  text-align: center;
}
.plan--point__list {
  border: 1px solid #000;
  border-top: none;
  padding: 5.3333333333vw 6.6666666667vw;
}
.plan--point__list li {
  color: #BC833D;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 138.111%;
  position: relative;
  padding-left: 8.2666666667vw;
}
.plan--point__list li:not(:last-child) {
  margin-bottom: 6.4vw;
}
.plan--point__list li::before {
  content: "";
  width: 5.3333333333vw;
  height: 4.5333333333vw;
  background: url(../img/ico_check2.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-right: 2.6666666667vw;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
.plan--next {
  text-align: center;
  margin: 2.6666666667vw 0;
}
.plan .common-btn.gold {
  color: #fff !important;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.64vw;
  width: 84vw;
  background: #BC833D;
}
.plan--riyu {
  margin-bottom: 20.2666666667vw;
}
.plan--riyu__ttl {
  width: 100vw;
  transform: translateX(-5.3333333333vw);
}
.plan--riyu__box {
  margin-top: 5.3333333333vw;
  position: relative;
  margin-bottom: 10.6666666667vw;
}
.plan--riyu__box::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FFF 0%, #BC833D 50%, #FFF 100%);
  display: block;
  position: absolute;
  top: 16.2666666667vw;
  left: 0;
}
.plan--riyu__box-text {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 132%;
  margin-top: 1.6vw;
}
.plan--riyu__box-text strong {
  font-weight: 700;
}
.plan--riyu__box-text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
  margin-top: 3.7333333333vw;
}
.plan--riyu__point {
  font-family: Jost;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.plan--riyu__feature {
  color: #BC833D;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 166.667%;
  text-align: center;
}
.plan--riyu__link {
  width: 77.3333333333vw;
  height: 10.6666666667vw;
  border-radius: 26.6666666667vw;
  border: 0.5333333333vw solid #BC833D;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BC833D !important;
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin: 2.9333333333vw auto 0 auto;
}

.maintenance {
  padding: 0 5.3333333333vw;
}
.maintenance--read {
  color: #BC833D;
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 4.8vw;
  white-space: nowrap;
}
.maintenance--text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
  margin-bottom: 14.9333333333vw;
}
.maintenance--nav {
  margin-bottom: 18.6666666667vw;
}
.maintenance--nav li {
  border-bottom: 1px solid #BC833D;
  line-height: 233.333%;
  background: url(../img/ico_triangle_gold.svg) no-repeat 100% 50%;
  background-size: 4vw;
}
.maintenance--nav li a {
  color: #000 !important;
  font-size: 4vw;
  font-weight: 500;
  display: block;
}
.maintenance--flow {
  background: url(../img/maintenance_flow.png) no-repeat;
  background-size: cover;
  width: 100vw;
  transform: translateX(-5.3333333333vw);
  padding: 10.6666666667vw 8vw;
}
.maintenance--flow__ttl {
  color: #BC833D;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 11.7333333333vw;
}
.maintenance--flow__list li {
  margin-bottom: 2.1333333333vw;
}
.maintenance--flow__list .title {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 150%;
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5333333333vw;
}
.maintenance--flow__list .text {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 187.5%;
}
.maintenance--flow__list .next {
  text-align: center;
}
.maintenance--menu {
  padding-top: 10.6666666667vw;
}
.maintenance--menu__ttl {
  color: #BC833D;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8.5333333333vw;
}
.maintenance--menu .common-btn {
  color: #000 !important;
  font-size: 4.2666666667vw;
  padding: 0 5.3333333333vw;
  margin: 26.6666666667vw auto;
}
.maintenance--box {
  margin-bottom: 12.5333333333vw;
}
.maintenance--box__img {
  border-radius: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  overflow: hidden;
}
.maintenance--box__ttl {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2666666667vw;
}
.maintenance--box__text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
}
.maintenance--box__note {
  font-size: 3.2vw;
  line-height: 125%;
  margin-top: 4vw;
}
.maintenance--after__ttl {
  color: #BC833D;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 9.6vw;
}
.maintenance--after__box {
  border-radius: 5.3333333333vw;
  border: 1px solid #BC833D;
  padding: 5.3333333333vw;
}
.maintenance--after__box-ttl {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 127.778%;
  margin-bottom: 4.8vw;
}
.maintenance--after__box-text {
  font-size: 4.2666666667vw;
  line-height: 156.25%;
}
.maintenance--after__note {
  margin: 2.6666666667vw 0 9.8666666667vw 0;
  font-size: 3.2vw;
  line-height: 125%;
}
.maintenance + .t-faq .common-btn {
  letter-spacing: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 19.4666666667vw;
}

/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 1040px) {
  .sp {
    display: none !important;
  }
  .drift-zoom-pane {
    width: 250px !important; /* 横幅 */
    height: 250px !important; /* 高さ */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 125px !important;
    transform: translate(175px, 0px) !important;
  }
  .clickable-gold,
  .clickable-black {
    position: relative;
  }
  .clickable-gold::after,
  .clickable-black::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .common-btn {
    width: 185px;
    height: 58px;
    border-radius: 9px 9px 0px 9px;
    border: 1px solid var(--000, #000);
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BC833D !important;
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
    position: relative;
    margin: auto;
    cursor: pointer;
  }
  .common-btn::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/ico_clickable_black.svg) no-repeat;
    background-size: contain;
  }
  .common-btn.flex-btn {
    width: fit-content;
    padding: 0 30px;
  }
  .taglist {
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
  }
  .taglist a, .taglist span {
    color: #BC833D;
    font-size: 14px;
    line-height: 18px; /* 128.571% */
  }
  .taglist a::before, .taglist span::before {
    content: "#";
  }
  .section-ttl {
    color: #BC833D;
    text-align: center;
    font-family: Italiana;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 119.406% */
    letter-spacing: 9.8px;
  }
  .section-ttl2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px; /* 150% */
    letter-spacing: 2.4px;
    display: flex;
    align-items: end;
    gap: 13px;
  }
  .section-ttl2::before {
    content: "";
    height: 88px;
    width: 13px;
    background: url(../img/ico_ttl.svg) no-repeat;
    background-size: contain;
  }
  .section-ttl3 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.4px; /* 208.961% */
    letter-spacing: 3px;
    margin: 0 0 8px 20px;
  }
  .search-ttl {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.4px; /* 208.961% */
    letter-spacing: 3px;
    margin-bottom: 8px;
  }
  .page-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; /* 125% */
    letter-spacing: 1.2px;
    margin: 30px 0;
  }
  .page-ttl2 {
    color: #000;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.667%;
    letter-spacing: 2.4px;
    margin: 30px 0 16px 0;
  }
  .float-btn {
    display: none !important;
    width: 152px;
    height: 66px;
    border-radius: 5px 0px 0px 5px;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 10;
  }
  .float-btn img {
    width: 35px;
  }
  .float-btn span {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px; /* 120% */
    letter-spacing: 2.25px;
  }
  .color-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 14px;
  }
  .color-list .color-box {
    display: block;
    width: 72px;
    height: 65px;
    border-radius: 16px 16px 0px 16px;
  }
  .color-list .c1 {
    background: #CF0000;
  }
  .color-list .c2 {
    background: #70A5C4;
  }
  .color-list .c3 {
    background: #B4CE92;
  }
  .color-list .c4 {
    background: #000000;
  }
  .color-list .c5 {
    background: #ffffff;
    border: 1px solid #C3C3C3;
  }
  .color-list .c6 {
    background: #ECA295;
  }
  .color-list .c7 {
    background: #AAB7E4;
  }
  .color-list .c8 {
    background: #EDE380;
  }
  .color-list .c9 {
    background: #E8AD7E;
  }
  .color-list .c10 {
    background: #AA7B55;
  }
  .color-list .c11 {
    background: #D6CAB6;
  }
  .color-list .c12 {
    background: #D0CFCE;
  }
  .brand-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 9px;
  }
  .brand-list .brand-box {
    display: block;
    width: 126px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
  }
  .brand-list .brand-box figure {
    border-radius: 16px 16px 0px 16px;
    margin-bottom: 8px;
  }
  .pager {
    margin: 0 0 85px 0;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: fit-content;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  .modal h3 {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .modal figure {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .modal p {
    color: #FFF;
    font-size: 16px;
    line-height: 156.25%;
    text-align: left;
  }
  .modal-inner {
    background: rgba(0, 0, 0, 0.88);
    padding: 27px 20px;
    width: 90%;
    max-width: 350px;
    border-radius: 20px;
    position: relative;
    text-align: center;
  }
  .modal-close {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(170px, -27px);
  }
  .header {
    display: none;
  }
  .gnav-pc {
    display: none;
  }
  .gnav {
    display: none !important;
    padding: 50px 20px;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .gnav--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .gnav--logo {
    width: 82px;
    transform: translateX(10px);
  }
  .gnav .menuclose {
    width: 30px;
    transform: translateX(-10px);
  }
  .gnav .menuclose span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 0 7px 0;
    transition: all 0.3s;
  }
  .gnav .menuclose span:first-child {
    transform: translateY(9px) rotate(34deg);
  }
  .gnav .menuclose span:nth-child(2) {
    transform: translateY(0px) rotate(-34deg);
  }
  .gnav--body {
    height: 80vh;
    overflow-y: scroll;
  }
  .gnav--page {
    margin-bottom: 25px;
  }
  .gnav--page__list {
    margin-bottom: 10px;
  }
  .gnav--page__list a {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    width: 335px;
    height: 50px;
    border-radius: 5px;
    background: #FFF;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    position: relative;
  }
  .gnav--page__list a:last-child {
    margin-bottom: 0;
  }
  .gnav--page__list a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
  }
  .gnav--page__list a:not(:first-child)::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    display: block;
    margin-right: 10px;
  }
  .gnav--sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .gnav--sub a {
    color: #FFF;
    font-size: 14px;
  }
  .gnav--bnr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .gnav-pc {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    padding: 38px 0 0 0;
    position: fixed;
    width: calc(100% - 600px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10000;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .gnav-pc ::-webkit-scrollbar {
    display: none;
  }
  .gnav-pc--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .gnav-pc--logo {
    width: 333px;
    margin: 0 0 25px auto;
    transform: translateX(-70px);
    display: block;
  }
  .gnav-pc--page {
    margin-bottom: 25px;
    transform: translateX(10px);
  }
  .gnav-pc--page__list {
    width: 261px;
    margin: 0 0 10px auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .gnav-pc--page__list a, .gnav-pc--page__list span {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 261px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 128.571%;
    position: relative;
  }
  .gnav-pc--page__list a:last-child, .gnav-pc--page__list span:last-child {
    margin-bottom: 0;
  }
  .gnav-pc--page__list a::after, .gnav-pc--page__list span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    margin: auto 0;
  }
  .gnav-pc--page__list a:not(:first-child)::before, .gnav-pc--page__list span:not(:first-child)::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #BC833D;
    display: block;
    margin-right: 10px;
  }
  .gnav-pc--sub {
    margin-bottom: 25px;
    width: 261px;
    margin: 0 0 44px auto;
    border-radius: 8px;
    overflow: hidden;
    transform: translateX(10px);
  }
  .gnav-pc--sub a {
    display: flex;
    align-items: center;
    width: 261px;
    height: 36px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    font-size: 14px;
    line-height: 128.571%;
    position: relative;
  }
  .gnav-pc--sub a:last-child {
    margin-bottom: 0;
  }
  .gnav-pc--sub a::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../img/ico_triangle_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    margin: auto 0;
  }
  .gnav-pc--bnr {
    position: absolute;
    bottom: 150px;
    left: 20px;
  }
}
@media (min-width: 1040px) and (max-width: 1100px) {
  .gnav-pc--bnr {
    position: static;
    flex-direction: row-reverse;
    margin-right: 10px;
  }
}
@media (min-width: 1040px) {
  .gnav-pc--bnr li {
    margin: 0 0 10px auto;
    width: 254px;
  }
  .gnav-pc--youtube {
    position: absolute;
    left: 20px;
    bottom: 30px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1040px) and (max-width: 1100px) {
  .gnav-pc--youtube {
    position: static;
    flex-direction: row-reverse;
    margin-right: 10px;
  }
}
@media (min-width: 1040px) {
  .gnav-pc--youtube__ttl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #FFF;
    font-family: Jost;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 163.636% */
    margin-right: 3px;
  }
}
@media (min-width: 1040px) and (max-width: 1100px) {
  .gnav-pc--youtube__ttl {
    order: 1;
  }
}
@media (min-width: 1040px) {
  .gnav-pc--youtube figure img {
    width: 200px;
    border-radius: 8px;
  }
  .search-menu {
    display: none;
    padding: 50px;
    position: fixed;
    width: 425px;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: auto;
    right: 0;
    z-index: 10000;
    box-shadow: 0 0 84px rgb(0, 0, 0);
  }
  .search-menu--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .search-menu--logo {
    width: 82px;
    transform: translateX(10px);
  }
  .search-menu .search-menuclose {
    width: 30px;
    transform: translateX(-10px);
  }
  .search-menu .search-menuclose span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 0 7px 0;
    transition: all 0.3s;
  }
  .search-menu .search-menuclose span:first-child {
    transform: translateY(9px) rotate(34deg);
  }
  .search-menu .search-menuclose span:nth-child(2) {
    transform: translateY(0px) rotate(-34deg);
  }
  .search-menu--body {
    height: 100%;
    width: 335px;
    overflow-y: scroll;
  }
  .search-menu--contents {
    margin-bottom: 25px;
  }
  .search-menu--contents__list {
    margin-bottom: 10px;
  }
  .search-menu--contents__ttl {
    display: flex;
    align-items: center;
    width: 335px;
    height: 50px;
    border-radius: 5px;
    background: #FFF;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    position: relative;
  }
  .search-menu--contents__ttl:last-child {
    margin-bottom: 0;
  }
  .search-menu--contents__ttl::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s;
  }
  .search-menu--contents__ttl:not(:first-child)::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    display: block;
    margin-right: 10px;
  }
  .search-menu--contents__ttl.is-open {
    border-radius: 5px 5px 0 0;
  }
  .search-menu--contents__ttl.is-open::after {
    transform: rotate(90deg);
  }
  .search-menu--contents__box {
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 20px 10px;
    position: relative;
    display: none;
  }
  .search-menu--contents__box::before {
    content: "";
    width: 100%;
    height: 39px;
    display: block;
    background: linear-gradient(351deg, rgba(255, 255, 255, 0) 35.67%, #DADADA 92.91%);
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-menu--contents__box .brand-list .brand-box {
    width: 71px;
  }
  .search-menu--contents__box .brand-list + .text-list {
    margin-top: 20px;
  }
  .search-menu--contents .color-list {
    gap: 10px 13px;
  }
  .search-menu--contents .color-list .color-box {
    width: 41px;
    height: 37px;
  }
  .search-menu--contents .text-list {
    position: relative;
    font-size: 14px;
    line-height: 128.571%;
  }
  .search-menu--contents .text-list a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .search-menu--contents .text-list a::before {
    content: "ー";
  }
  .no-result {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .no-result h3 {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
  }
  .no-result p {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 25px;
  }
  .no-result .common-btn {
    width: 80%;
    margin: 20px auto;
    color: #000 !important;
    font-size: 16px;
  }
  .site-container {
    max-width: 600px;
    background: url(../img/body_bg.png) no-repeat #ffffff;
    background-size: 100%;
    padding-top: 0;
    box-shadow: 0 0 84px rgb(0, 0, 0);
  }
  .site-container.top {
    background: #ffffff;
  }
  .site-container.top .header--logo {
    opacity: 0;
  }
  .pankz {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .pankz li {
    display: flex;
    align-items: center;
  }
  .pankz li::after {
    content: "";
    width: 4px;
    height: 7px;
    display: block;
    background: url(../img/ico_arrow_pankz.svg) no-repeat;
    background-size: contain;
    margin: 0 8px;
  }
  .pankz li:last-child::after {
    display: none;
  }
  .pankz a {
    color: #BC833D;
    line-height: 150%; /* 16.5px */
  }
  .slick-dots {
    width: 550px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
  }
  .slick-dots li {
    margin: 0;
    height: 8px;
    width: auto;
  }
  .slick-dots li.slick-active {
    background: #BC833D;
    border-radius: 20px;
  }
  .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .slick-dots li button::before {
    display: none;
  }
  .kv--logo {
    display: none;
  }
  .kv--slide {
    margin: 0 0 0 0 !important;
    z-index: 0;
  }
  .kv--slide__inner {
    position: relative;
  }
  .kv--slide__text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #000;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.2em;
    position: absolute;
    top: 60px;
    left: 10px;
  }
  .top-nav {
    padding: 67px 0 0 0;
    background: url(../img/top_bg_topics.png) no-repeat;
    background-size: 100%;
  }
  .top-nav--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 8px;
    padding: 0 20px;
    margin: 0 0 160px 0;
  }
  .top-nav--list a {
    display: block;
    width: 174px;
    height: 151px;
    border-radius: 14px 14px 0 14px;
    background: #FFF;
    box-shadow: 0.887px 0.887px 2.661px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  .top-nav--list a img {
    margin: 0 auto 7px auto;
    width: 82px;
  }
  .t-topics {
    margin: 0 0 106px 0;
  }
  .t-topics--slide {
    margin: 15px 0 67px 0 !important;
  }
  .t-topics--slide__box {
    margin: 0 8px;
    display: block;
  }
  .t-topics--slide__date {
    font-size: 15px;
    line-height: 20px; /* 133.333% */
    margin: 0 0 3px 0;
  }
  .t-topics--slide__ttl {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin: 10px 0 0 0;
  }
  .t-topics--tag {
    margin: 0 0 33px 0;
  }
  .t-search {
    margin: 0 0 220px 0;
  }
  .t-search--slide {
    margin: 30px 0 50px 0 !important;
  }
  .t-search--slide__box {
    display: block;
    width: 252px;
    height: 379px;
  }
  .t-search--inner {
    padding: 0 20px;
  }
  .t-search--tag {
    margin: 0 0 30px 0;
  }
  .t-search--color {
    margin-bottom: 27px;
  }
  .t-search--brand {
    margin-bottom: 58px;
  }
  .t-reason {
    position: relative;
  }
  .t-reason--logo {
    background-blend-mode: multiply;
  }
  .t-reason--ttl {
    font-size: 59px;
    font-weight: 400;
    margin: 0 0 72px 200px;
    position: relative;
    z-index: 1;
  }
  .t-reason--ttl span {
    color: #BC833D;
    display: block;
  }
  .t-reason h4 {
    font-family: Jost;
    font-size: 52px;
    font-weight: 400;
    line-height: 150%; /* 48px */
    text-transform: uppercase;
    margin: 0 0 7px 0;
  }
  .t-reason p.feature {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 132%; /* 31.68px */
    letter-spacing: 1.44px;
    margin-bottom: 23px;
  }
  .t-reason p.text {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 156.25%;
  }
  .t-reason--point1 {
    margin-top: -225px;
    position: relative;
    z-index: 0;
  }
  .t-reason--point1__feature {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    color: #FFF;
    font-size: 65px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 475px;
  }
  .t-reason--point1__body {
    background: linear-gradient(236deg, #2369D1 -2.77%, #4A8AE9 100%);
    padding: 30px 30px 75px 30px;
  }
  .t-reason--point1__body .feature1 {
    display: block;
    padding-top: 77px;
    width: 273px;
    height: 273px;
    border-radius: 273px;
    background: #ffffff;
    color: #C577C4;
    text-align: center;
    font-size: 43px;
    font-weight: 400;
    line-height: 132%; /* 35.174px */
    position: absolute;
    top: 850px;
    left: -10px;
  }
  .t-reason--point1__body .feature1 strong {
    font-weight: 700;
    display: block;
  }
  .t-reason--point1__body .feature2 {
    display: block;
    padding-top: 77px;
    width: 273px;
    height: 273px;
    border-radius: 273px;
    background: #C577C4;
    color: #ffffff;
    text-align: center;
    font-size: 43px;
    font-weight: 400;
    line-height: 132%; /* 35.174px */
    position: absolute;
    top: 926px;
    left: 220px;
  }
  .t-reason--point1__body .feature2 strong {
    font-weight: 700;
    display: block;
  }
  .t-reason--point2 {
    position: relative;
  }
  .t-reason--point2__feature {
    color: #FFF;
    font-size: 65px;
    line-height: 62px;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 600px;
  }
  .t-reason--point2__body {
    background: linear-gradient(239deg, #E47864 0%, #E57D93 100%);
    padding: 30px 30px 75px 30px;
  }
  .t-reason--point3 {
    position: relative;
  }
  .t-reason--point3__feature {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #25B66F;
    font-size: 68px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 210px;
    letter-spacing: 6px;
  }
  .t-reason--point3__body {
    background: linear-gradient(227deg, #77E4A8 0%, #7FD4BF 100%);
    padding: 30px 30px 75px 30px;
  }
  .t-reason--point3__body h5 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 132%; /* 31.68px */
    letter-spacing: 1.44px;
    margin-bottom: 12px;
  }
  .t-reason--point4 {
    position: relative;
  }
  .t-reason--point4__feature {
    color: #FFF;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 36px;
  }
  .t-reason--point4__feature span {
    display: block;
    margin-top: 3em;
  }
  .t-reason--point4__body {
    background: linear-gradient(228deg, #E1A8F0 0%, #A98DBB 100%);
    padding: 30px 30px 75px 30px;
  }
  .t-shop {
    padding: 0 20px 60px 20px;
  }
  .t-shop--box {
    margin: 20px 0 0 0;
  }
  .t-shop--name {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px; /* 164.706% */
  }
  .t-shop--address {
    font-size: 15px;
    line-height: 20px; /* 133.333% */
    margin: 4px 0 0 0;
  }
  .t-shop--btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 13px;
    margin: 12px 0 0 0;
  }
  .t-shop--btn__detail {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #BC833D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    text-align: center;
    font-size: 14px;
  }
  .t-shop--btn__map {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #BC833D;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Jost;
    color: #BC833D !important;
    text-align: center;
    font-size: 16px;
  }
  .t-voice {
    padding: 0 20px 60px 20px;
    background: url(../img/top_bg_voice.png) no-repeat;
    background-size: 100%;
  }
  .t-voice--img {
    margin: 20px 0;
  }
  .t-voice--name {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    margin-bottom: 7px;
  }
  .t-voice--brand {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    margin-bottom: 4px;
  }
  .t-voice--shop {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    margin-bottom: 15px;
  }
  .t-voice--text {
    border-top: 1px solid #C5C5C5;
    padding-top: 12px;
    text-align: justify;
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin-bottom: 30px;
  }
  .t-news {
    padding: 0 20px 60px 20px;
  }
  .t-news--box {
    display: block;
    margin: 40px 0 0 0;
  }
  .t-news--date {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
  }
  .t-news--ttl {
    color: #BC833D;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    margin: 3px 0 2px 0;
  }
  .t-news--text {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
  }
  .t-tubuyaki {
    padding: 0 20px 60px 20px;
    background: url(../img/top_bg_tubuyaki.png) no-repeat;
    background-size: 100%;
  }
  .t-tubuyaki--text {
    text-align: justify;
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin: 24px 0 6px 0;
  }
  .t-tubuyaki--box {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
  }
  .t-tubuyaki--box__body {
    background: url(../img/ico_link.svg) calc(100% - 10px) calc(100% - 10px) no-repeat #ffffff;
    background-size: 22px;
    padding: 17px 25px 30px 17px;
  }
  .t-tubuyaki--box__body h3 {
    color: #BC833D;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-bottom: 8px;
  }
  .t-tubuyaki--box__body p {
    text-align: justify;
    font-size: 16px;
    line-height: 25px; /* 156.25% */
  }
  .t-insta {
    background: url(../img/top_bg_insta.jpg) no-repeat;
    background-size: 100%;
    padding: 74px 0 62px 0;
  }
  .t-insta--ttl {
    color: #4D4D4D;
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    margin-bottom: 44px;
  }
  .t-insta--ttl img {
    margin: 0 auto 9px auto;
  }
  .t-faq {
    padding: 0 20px 20px 20px;
  }
  .t-faq--list {
    margin: 20px 0 40px 0;
  }
  .t-faq--list li {
    border-bottom: 1px solid #C5C5C5;
  }
  .t-faq--list__question {
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 6px 20px 6px 25px;
  }
  .t-faq--list__question::before {
    content: "Q.";
    color: #BC833D;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    margin-right: 4px;
    top: 8px;
  }
  .t-faq--list__question::after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 0;
    transition: all 0.3s;
  }
  .t-faq--list__question.is-open::after {
    transform: rotate(90deg);
  }
  .t-faq--list__answer {
    display: none;
    text-align: justify;
    font-size: 14px;
    line-height: 140%; /* 19.6px */
  }
  .t-faq--list__answer p {
    margin-bottom: 1.4em;
  }
  .t-maintenance {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .t-maintenance p {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin: 20px 0 40px 0;
  }
  .cv {
    padding: 60px 20px;
  }
  .cv--box {
    margin-bottom: 45px;
  }
  .cv--box:last-child {
    margin-bottom: 0;
  }
  .cv--box p {
    text-align: center;
    font-size: 15px;
    line-height: 20px; /* 133.333% */
    margin-top: 7px;
  }
  .footer {
    background: url(../img/footer_bg.png) no-repeat bottom;
    background-size: 100%;
    padding: 100px 20px 90px 20px;
  }
  .footer--bnr {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    text-align: center;
    margin-bottom: 77px;
  }
  .footer--bnr img {
    margin-top: 8px;
  }
  .footer--bnr p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .footer--logo {
    width: 196px;
    height: 75px;
    margin: 0 auto;
  }
  .footer .copyright {
    font-family: Jost;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%; /* 15px */
    text-align: center;
  }
  .bg-wrapper {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
  }
  .bg-wrapper > div {
    position: absolute;
    inset: 0;
    background-size: auto 100%;
    background-position: 600px calc(50% + 120px);
    background-repeat: repeat-x;
    opacity: 0;
  }
  .pc-bg1 {
    background-image: url(../img/bg01.jpg);
  }
  .pc-bg2 {
    background-image: url(../img/bg02.jpg);
  }
  .pc-bg3 {
    background-image: url(../img/bg03.jpg);
  }
  .pc-bg4 {
    background-image: url(../img/bg04.jpg);
  }
  .lineup-bg1 {
    background-image: url(../img/bg-lineup.jpg);
  }
  .plan-bg1 {
    background-image: url(../img/bg-plan.jpg);
  }
  .beginner-bg1 {
    background-image: url(../img/bg-beginner.jpg);
  }
  .shop-bg1 {
    background-image: url(../img/bg-shop.jpg);
  }
  .other-bg1 {
    background-image: url(../img/bg-other.jpg);
  }
  .lineup--slide {
    margin: 0 0 80px 0 !important;
    transform: translateX(0);
    width: 100%;
  }
  .lineup--slide .slick-dots {
    transform: translateX(0);
  }
  .lineup--slide .lineup--box {
    width: 257px;
  }
  .lineup--slide .lineup--box .btn-recommend {
    top: 347px;
    left: 6px;
  }
  .lineup--box {
    position: relative;
    display: block;
  }
  .lineup--box .category {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0px 0px 0px 5px;
    background: #BC833D;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px; /* 120% */
    letter-spacing: 0.5px;
    padding: 5px 8px;
  }
  .lineup--box .btn-recommend {
    background: none;
    padding: 5px;
    margin: 0;
    border: 0;
    position: absolute;
    top: 410px;
    left: 5px;
    z-index: 1;
  }
  .lineup--box .brand {
    font-size: 14px;
    line-height: 30px; /* 214.286% */
    letter-spacing: 0.7px;
    margin-left: 10px;
  }
  .lineup--box .taglist {
    margin-left: 10px;
  }
  .lineup--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3px;
    margin: 68px 0;
  }
  .lineup--ranking {
    margin-bottom: 55px;
    display: grid;
    grid-template-columns: 395px 195px;
    grid-template-areas: "first second" "first third";
    gap: 10px;
  }
  .lineup--ranking .lineup--box:nth-child(1) {
    grid-area: first;
  }
  .lineup--ranking .lineup--box:nth-child(1) .rank {
    width: 36px;
    height: 36px;
    background: #BC833D;
    font-size: 24px;
  }
  .lineup--ranking .lineup--box:nth-child(2) {
    grid-area: second;
  }
  .lineup--ranking .lineup--box:nth-child(3) {
    grid-area: third;
  }
  .lineup--ranking .lineup--box .rank {
    width: 24px;
    height: 24px;
    background: #000000;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 3px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-family: Jost;
  }
  .lineup--ranking .lineup--box .btn-recommend {
    top: auto;
    bottom: 6px;
  }
  .lineup--ranking .lineup--box figure a {
    display: block;
  }
  .lineup-tag {
    margin-bottom: 72px;
  }
  .lineup-tag .tag {
    padding: 0 10px;
  }
  .t-tubuyaki.lineup {
    margin-bottom: 75px;
  }
  .t-tubuyaki.lineup .section-ttl2 {
    margin-bottom: 20px;
  }
  .shoplist + .t-news + .t-insta {
    margin-bottom: 85px;
  }
  .shopdetail--inner {
    padding: 23px 20px;
  }
  .shopdetail--read {
    text-align: justify;
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin-bottom: 47px;
  }
  .shopdetail--data dt {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .shopdetail--data dd {
    color: #BC833D;
    font-size: 17px;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
    margin-bottom: 20px;
  }
  .shopdetail--data dd a {
    text-decoration: underline;
  }
  .shopdetail--data dd small {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .shopdetail--map iframe {
    display: block;
    width: 100%;
    height: 247px;
    margin-bottom: 60px;
  }
  .slideshow {
    background: url(../img/shop_bg_slide.png) no-repeat;
    background-size: 100%;
    padding: 49px 0 40px 0;
  }
  .slideshow .slideshow--shop__img {
    width: 520px;
    margin: 0 10px;
  }
  .slideshow .slideshow--shop figcaption {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    margin-top: 11px;
  }
  .voice {
    padding: 0 20px;
  }
  .voice--read {
    color: #BC833D;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    margin-bottom: 24px;
  }
  .voice--box {
    margin-bottom: 70px;
  }
  .voice--box__thumb {
    margin-bottom: 10px;
  }
  .voice--box__name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    margin-bottom: 10px;
  }
  .voice--box__text {
    text-align: justify;
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    padding-bottom: 17px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 14px;
  }
  .voice--box__data dl {
    display: flex;
    margin-bottom: 8px;
  }
  .voice--box__data dt {
    color: #BC833D;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .voice--box__data dd {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
  }
  .news-list--category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 7px;
    margin-bottom: 36px;
  }
  .news-list--category a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid #BC833D;
    background: #FFF;
    color: #BC833D;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 10px;
  }
  .news-list--category a.current {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
  }
  .news-detail {
    padding: 0 20px;
  }
  .news-detail--date {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
  }
  .news-detail--categories {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    display: flex;
  }
  .news-detail--categories__shop::after {
    content: "｜";
  }
  .news-detail--title {
    color: #BC833D;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    margin-bottom: 20px;
  }
  .news-detail--eyecatch {
    width: 100%;
    height: 502px;
    margin-bottom: 20px;
  }
  .news-detail p {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
    margin-bottom: 25px;
  }
  .news-detail--data {
    margin: 70px 0 60px 0;
  }
  .news-detail--data__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    position: relative;
    margin-bottom: 17px;
  }
  .news-detail--data__title::after {
    content: "";
    width: 267px;
    height: 1px;
    background: #C5C5C5;
    display: block;
    position: absolute;
    top: 8px;
    left: 68px;
  }
  .news-detail--data__list dl {
    display: flex;
    margin-bottom: 8px;
  }
  .news-detail--data__list dt {
    color: #BC833D;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
  }
  .news-detail--data__list dd {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
  }
  .news-detail--nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #BC833D;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-bottom: 86px;
  }
  .news-detail--nav__prev {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .news-detail--nav__prev a {
    display: flex;
  }
  .news-detail--nav__prev a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin-right: 4px;
  }
  .news-detail--nav__list {
    text-align: center;
  }
  .news-detail--nav__next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .news-detail--nav__next a {
    display: flex;
  }
  .news-detail--nav__next a::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    margin-left: 4px;
  }
  .faq {
    padding: 0 20px;
  }
  .faq .taglist {
    margin-bottom: 62px;
  }
  .faq--container {
    margin-bottom: 50px;
  }
  .faq--group {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    margin-bottom: -6px;
  }
  .tubuyaki {
    padding: 0 20px;
  }
  .tubuyaki--tag {
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .tubuyaki--tag__ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 237.5%;
    position: relative;
  }
  .tubuyaki--tag__ttl::after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 0;
    transition: all 0.3s;
  }
  .tubuyaki--tag__ttl.is-open::after {
    transform: rotate(90deg);
  }
  .tubuyaki--tag__content {
    display: none;
    padding-bottom: 20px;
  }
  .tubuyaki--box {
    margin-bottom: 30px;
    display: block;
  }
  .tubuyaki--box__header {
    display: grid;
    grid-template-columns: 70px auto 120px;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .tubuyaki--box__stuff {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
  }
  .tubuyaki--box__name .shop {
    font-size: 12px;
    line-height: 125%;
  }
  .tubuyaki--box__name .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 187.5%;
    letter-spacing: 0.8px;
  }
  .tubuyaki--box__update {
    color: #000;
    text-align: right;
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 30px;
  }
  .tubuyaki--box__body {
    border-left: 1px solid #C3C3C3;
    padding: 0 0 15px 20px;
  }
  .tubuyaki--box__ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 187.5%;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
  }
  .tubuyaki--box__eyecatch {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
  }
  .tubuyaki--box .taglist {
    margin-bottom: 30px;
  }
  .tubuyaki--box__text {
    font-size: 16px;
    line-height: 156.25%;
  }
  .tubuyaki--box__text p:not(:last-child) {
    margin-bottom: 23px;
  }
  .tubuyaki--box__text h2 {
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 150%;
  }
  .tubuyaki--article__other {
    margin-bottom: 50px;
    text-align: center;
  }
  .tubuyaki--article__other .shop {
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 9px;
  }
  .tubuyaki--article__other .user {
    font-size: 16px;
    font-weight: 700;
    line-height: 93.75%;
    width: fit-content;
    border-bottom: 1px solid #BC833D;
    margin: 0 auto;
    padding-bottom: 7px;
  }
  .tubuyaki .t-shop--box {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 30px 20px;
    background: #eeeeee;
    transform: translateX(-20px);
    margin-bottom: 54px;
  }
  .catalog {
    padding: 0 20px;
  }
  .catalog--read {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 38px;
  }
  .catalog--btn {
    margin: 56px 0;
    text-align: center;
  }
  .catalog--btn p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .catalog--btn p::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .catalog--btn p::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .catalog--btn .common-btn.white {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
  }
  .catalog--btn .common-btn.gold {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
    background: #BC833D;
  }
  .catalog + .cv .cv--box:last-child {
    display: none;
  }
  .form {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .form--read {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 20px;
  }
  .form .space {
    margin-bottom: 50px;
  }
  .form .flex {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
  }
  .form--unit {
    margin-bottom: 20px;
  }
  .form--unit.required .form--unit__ttl::after {
    content: "必須";
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.2px;
    width: 43px;
    height: 22px;
    border-radius: 20px;
    background: #BC833D;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form--unit__ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-bottom: 10px;
  }
  .form--unit__ttl::before {
    content: "";
    width: 3px;
    height: 18px;
    background: #000;
    display: block;
  }
  .form--unit__ttl::after {
    content: "任意";
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.2px;
    width: 43px;
    height: 22px;
    border-radius: 20px;
    background: #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form--unit__input {
    margin-bottom: 10px;
  }
  .form--unit__input input[type=text],
  .form--unit__input input[type=email],
  .form--unit__input input[type=tel],
  .form--unit__input input[type=date] {
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 14px;
    padding: 0 10px;
  }
  .form--unit__input input[type=text].short,
  .form--unit__input input[type=email].short,
  .form--unit__input input[type=tel].short,
  .form--unit__input input[type=date].short {
    width: 142px;
  }
  .form--unit__input textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 14px;
    padding: 5px 10px;
  }
  .form--unit__input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    height: 38px;
    padding: 6px 32px 6px 8px;
    font-size: 14px;
    cursor: pointer;
  }
  .form--unit__input.select {
    position: relative;
    width: 100%;
    border: 1px solid #000;
  }
  .form--unit__input.select::after {
    content: "▼";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
  }
  .form--unit__input-sub {
    font-size: 14px;
    line-height: 128.571%;
    letter-spacing: 1.4px;
  }
  .form--note__ttl {
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .form--note__list {
    font-size: 12px;
    line-height: 150%;
    list-style: disc;
    margin-left: 1.5em;
  }
  .form--note__text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 145.455%;
  }
  .form--privacy {
    border-radius: 10px;
    background: #EEE;
    padding: 10px 15px;
    margin: 50px 0 25px 0;
  }
  .form--privacy__ttl {
    font-size: 12px;
    font-weight: 700;
    line-height: 208.333%;
    display: flex;
    align-items: center;
    gap: 0 11px;
    margin-bottom: 12px;
  }
  .form--privacy__ttl::before {
    content: "";
    display: block;
    width: 6px;
    height: 24px;
    background: #ffffff;
  }
  .form--privacy__text {
    font-size: 12px;
    line-height: 150%;
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .form--privacy__text p, .form--privacy__text ul {
    margin-bottom: 15px;
  }
  .form input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    margin: 0;
    margin-right: 14px;
    position: relative;
    background-color: #fff;
  }
  .form input[type=checkbox]::before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(../img/ico_checkbox.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
  }
  .form input[type=checkbox]:checked::before {
    width: 25px;
    height: 20px;
    background: url(../img/ico_checkbox_checked.svg) no-repeat;
    background-size: contain;
  }
  .form--checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
  }
  .form--agree label {
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 67px;
  }
  .form--submit.common-btn {
    width: 315px;
    background: #BC833D;
  }
  .form--submit.common-btn input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
  }
  .form--back {
    margin-bottom: 40px;
  }
  .form--back.common-btn {
    width: 315px;
  }
  .form--back.common-btn input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
  }
  .form + .cv .cv--box:last-child {
    display: none;
  }
  .form--flow {
    display: block;
    margin: 0 auto 17px auto;
  }
  .form .no-recommend {
    padding: 40px 0;
    background: #ffffff;
  }
  .form .no-recommend h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
  }
  .form .no-recommend p {
    font-size: 12px;
    line-height: 140%; /* 16.8px */
    margin: 5px 0 20px 0;
  }
  .form--recommend {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 30px 20px;
    background: #eeeeee;
    margin: 50px 0;
  }
  .form--recommend__ttl {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .form--recommend__text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 30px;
  }
  .form--recommend .scroll-container {
    overflow-x: scroll;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 13px 20px;
  }
  .form--recommend .recommend--container {
    display: flex;
    width: fit-content;
    margin-bottom: 0;
  }
  .form--recommend .recommend--container .recommend--box {
    width: 110px;
    cursor: pointer;
  }
  .form--recommend .recommend--container .recommend--box__check {
    width: 26px;
    height: 26px;
    display: block;
    border: none;
    background: none;
    position: absolute;
    top: -13px;
    left: -8px;
    z-index: 1;
  }
  .form--recommend .recommend--container .recommend--box.active .recommend--box__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #BC833D;
    display: block;
    box-sizing: border-box;
  }
  .form--section {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .form--tel {
    font-size: 16px;
    margin-top: 30px;
  }
  .thanks {
    padding: 0 20px;
    margin-bottom: 115px;
  }
  .thanks--ttl {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 32px;
  }
  .thanks--text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 1.56em;
  }
  .thanks .common-btn {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
    margin-top: 40px;
  }
  .thanks + .cv .cv--box:last-child {
    display: none;
  }
  .recommend {
    padding: 0 20px;
  }
  .recommend--read {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 44px;
  }
  .recommend--container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px 13px;
    margin-bottom: 60px;
  }
  .recommend--box {
    position: relative;
  }
  .recommend--box__delete {
    width: 26px;
    height: 26px;
    display: block;
    border: none;
    background: none;
    position: absolute;
    top: -13px;
    right: -8px;
  }
  .recommend--box__thumb {
    position: relative;
  }
  .recommend--box__serial {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: 3px;
  }
  .recommend--box__brand {
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-top: 3px;
  }
  .recommend--btn {
    margin: 56px 0 120px 0;
    text-align: center;
  }
  .recommend--btn p {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .recommend--btn p::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .recommend--btn p::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .recommend--btn .common-btn.white {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
  }
  .recommend--btn .common-btn.gold {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 90%;
    height: 70px;
    background: #BC833D;
  }
  .reserve {
    padding: 0 20px;
  }
  .reserve--read {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 60px;
  }
  .reserve--btn {
    margin: 56px 0;
    text-align: center;
  }
  .reserve--btn p {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .reserve--btn p::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_left.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .reserve--btn p::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/fukidasi_right.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
  }
  .reserve--btn .common-btn.green {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
    background: #06C755;
  }
  .reserve--btn .common-btn.gold {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
    background: #BC833D;
  }
  .reserve--line {
    margin-bottom: 105px;
    padding-bottom: 44px;
    border-radius: 20px;
    border: 1px solid #06C755;
  }
  .reserve--line__ttl {
    color: #06C755;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    position: relative;
    transform: translateY(-16px);
  }
  .reserve--line__ttl::after {
    content: "";
    width: 200px;
    height: 100%;
    background: #f9f9f9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .reserve--line .pc-contents {
    text-align: center;
  }
  .reserve--line .pc-contents img {
    width: 232px;
    margin: 0 auto;
  }
  .reserve--line .pc-contents h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
  }
  .reserve--line .pc-contents p {
    line-height: 150%;
    font-size: 14px;
  }
  .reserve--step__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 166.667%;
    letter-spacing: 1px;
    margin-bottom: 13px;
  }
  .reserve--step__ttl span {
    color: #06C755;
    font-size: 20px;
    margin-right: 15px;
  }
  .reserve--step .btn {
    width: 260px;
    height: 58px;
    display: block;
    margin: 0 auto;
  }
  .reserve--step__display {
    width: 234px;
    margin: 0 auto;
    border: 1px solid #787878;
  }
  .reserve--step__text {
    text-align: center;
    font-size: 16px;
    line-height: 156.25%;
    margin-top: 13px;
  }
  .reserve--step__message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }
  .reserve--next {
    text-align: center;
    margin: 20px;
  }
  .beginner {
    padding: 0 20px;
  }
  .beginner--read {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 23px;
  }
  .beginner--text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 50px;
  }
  .beginner--what {
    border-radius: 20px;
    border: 1px solid #BC833D;
    padding-bottom: 16px;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .beginner--what__img {
    margin-bottom: 10px;
  }
  .beginner--what__ttl {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .beginner--what__text {
    font-size: 16px;
    line-height: 156.25%;
    margin: 0 23px;
  }
  .beginner--riyu {
    margin-bottom: 76px;
  }
  .beginner--riyu__ttl {
    text-align: center;
    color: #BC833D;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
  }
  .beginner--riyu__box {
    margin-top: 35px;
    text-align: center;
    position: relative;
  }
  .beginner--riyu__box::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFF 0%, #BC833D 50%, #FFF 100%);
    display: block;
    margin: 4px 0;
  }
  .beginner--riyu__box-text {
    font-size: 16px;
  }
  .beginner--riyu__box-text strong {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .beginner--riyu__point {
    color: #BC833D;
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }
  .beginner--riyu__feature {
    font-size: 18px;
    font-weight: 500;
    line-height: 166.667%;
  }
  .beginner-flow {
    background: url(../img/bebinner_flow_bg.png) no-repeat;
    background-size: cover;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .beginner-flow--ttl {
    color: #0B0B0B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 41px;
  }
  .beginner-flow--box__step {
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .beginner-flow--box__step.step1 {
    color: #BC833D;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .beginner-flow--box__step.step2 {
    color: #ffffff;
    background: linear-gradient(90deg, #BC833D 0%, rgba(255, 255, 255, 0) 100%);
  }
  .beginner-flow--box__step.step3 {
    color: #ffffff;
    background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  }
  .beginner-flow--box__ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 166.667%;
    letter-spacing: 1px;
    margin: 5px 0 10px 0;
  }
  .beginner-flow--box__img {
    border-radius: 10px;
    margin-bottom: 12px;
    border-radius: 20px;
  }
  .beginner-flow--box__text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 23px;
  }
  .beginner-flow--box .common-btn {
    margin: 0 auto;
    color: #000 !important;
    width: auto;
    font-size: 16px;
  }
  .beginner-flow--next {
    text-align: center;
    margin: 25px 0;
  }
  .onlinestore {
    padding: 0 20px;
  }
  .onlinestore--text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 40px;
  }
  .onlinestore--bnr {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    text-align: center;
    margin-bottom: 25px;
  }
  .onlinestore--bnr img {
    margin-top: 8px;
  }
  .onlinestore--bnr p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .beginner-tubuyaki {
    margin-bottom: 67px;
  }
  .beginner-tubuyaki .section-ttl2 {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .beginner-tubuyaki .t-tubuyaki--box {
    margin-bottom: 0;
  }
  .tokuten-container {
    position: relative;
  }
  .tokuten-container span {
    width: 188px;
    height: 33px;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 137.5%;
    border-bottom: 1px solid #BC833D;
    position: absolute;
    gap: 0 5px;
    cursor: pointer;
  }
  .tokuten-container span::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/ico_triangle_gold.svg) no-repeat;
    background-size: contain;
  }
  .tokuten-container span.tokuten1 {
    top: 970px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tokuten-container span.tokuten2 {
    top: 1362px;
    left: 30px;
  }
  .tokuten-container span.tokuten3 {
    top: 1785px;
    right: 30px;
  }
  .tokuten-container span.tokuten4 {
    top: 2162px;
    left: 38px;
  }
  .tokuten-container span.tokuten5 {
    top: 2670px;
    right: 80px;
  }
  .tokuten-container span.tokuten6 {
    top: 3040px;
    left: 32px;
  }
  .tokuten-container span.tokuten7 {
    top: 3280px;
    right: 140px;
  }
  .l-detail {
    position: relative;
    margin-top: 20px;
  }
  .l-detail--cat {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 92.308%;
    border-radius: 0px 0px 0px 5px;
    background: #BC833D;
    padding: 6px 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .l-detail--slide {
    margin-bottom: 50px !important;
  }
  .l-detail--slide__box {
    position: relative;
  }
  .l-detail--slide .btn-recommend {
    width: 30px;
    height: 27px;
    border: none;
    background: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .l-detail--slide .btn-zoom {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
  .l-detail--thumbnail {
    margin-bottom: 30px;
  }
  .l-detail--thumbnail.static-thumbs {
    padding: 0 20px;
  }
  .l-detail--thumbnail__box {
    position: relative;
    padding: 0px 2px;
  }
  .l-detail--inner {
    padding: 0 20px;
  }
  .l-detail--itemnumber {
    font-size: 10px;
    line-height: 300%;
    margin-bottom: -5px;
  }
  .l-detail--name {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
  .l-detail .taglist {
    margin-bottom: 20px;
  }
  .l-detail--price {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 46px;
    border-bottom: 1px solid #C5C5C5;
    margin: 16px 0;
    padding-bottom: 6px;
  }
  .l-detail--price .planname {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .l-detail--price .planprice {
    text-align: right;
    font-family: Jost;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    padding-right: 30px;
    position: relative;
  }
  .l-detail--price .planprice .yen {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 4px;
    right: 10px;
  }
  .l-detail--price .planprice .tax {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .l-detail--price__btn .common-btn {
    width: 100%;
    height: 58px;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 123.077%;
    letter-spacing: 0;
  }
  .l-detail .common-btn.recommend {
    width: 90%;
    height: 70px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.4px;
    margin-top: 50px;
  }
  .l-detail .recommend--btn {
    margin: 30px 0;
  }
  .l-detail .recommend--btn a + p {
    font-size: 15px;
    font-weight: 400;
    line-height: 166.667%;
  }
  .l-detail .recommend--btn a + p::before, .l-detail .recommend--btn a + p::after {
    display: none;
  }
  .l-detail--line {
    width: 154px;
    height: 154px;
    margin: 0 auto 36px auto;
    display: block;
  }
  .l-detail--comment {
    border-radius: 20px;
    border: 1px solid #4D4D4D;
    padding: 25px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .l-detail--comment__ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 166.667%;
    letter-spacing: 1px;
    display: inline-block;
    background: #ffffff;
    padding: 0 6px;
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 230px;
  }
  .l-detail--comment__text {
    font-size: 16px;
    line-height: 156.25%;
    text-align: left;
  }
  .l-detail--tokuten {
    width: 100%;
  }
  .l-detail--tokuten__note {
    font-size: 12px;
    line-height: 166.667%;
    padding: 20px 10px;
  }
  .l-detail--catbox {
    margin-bottom: 35px;
  }
  .l-detail--catbox .section-ttl2 {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .rental {
    padding: 0 20px;
  }
  .rental--kv {
    margin: 0 0 24px 0;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .rental--text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 50px;
  }
  .rental--price__ttl {
    color: #BC833D;
    font-size: 26px;
    font-weight: 700;
    line-height: 76.923%;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
  }
  .rental--price__ttl::before {
    content: "PRICE";
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 1.6px;
    background: #000;
    padding: 5px 20px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    transform: translateX(-20px);
  }
  .rental--price__price {
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #BC833D;
  }
  .rental--price__price strong {
    font-weight: 700;
  }
  .rental--plan {
    background: url(../img/plan_bg.png) no-repeat;
    background-size: cover;
    padding: 50px 20px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .rental--plan__ttl {
    color: #BC833D;
    font-size: 26px;
    font-weight: 700;
    line-height: 76.923%;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
  }
  .rental--plan__ttl::before {
    content: "PLAN DETAILS";
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 1.6px;
    background: #000;
    padding: 5px 20px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    transform: translateX(-20px);
  }
  .rental--plan__text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 30px;
  }
  .rental--plan__naiyo {
    margin-bottom: 60px;
  }
  .rental--plan__naiyo figure img {
    width: 335px;
    margin: 0 auto;
  }
  .rental--plan__naiyo.mama {
    display: block;
  }
  .rental--plan__naiyo.mama img {
    border-radius: 10px;
  }
  .rental--plan__naiyo.mama figcaption {
    text-align: center;
    display: block;
    margin: 8px auto 23px auto;
    font-size: 16px;
    line-height: 156.25%;
  }
  .rental--day__ttl {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 187.5%;
    background: #000;
    padding: 0 12px;
    border-radius: 15px;
    margin-bottom: 22px;
    margin-top: 30px;
    width: 110px;
  }
  .rental--day__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
  .rental--day__box {
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    padding: 12px 0;
    border-radius: 10px;
    border: 1px solid #BC833D;
    background: #FFF;
  }
  .rental--day__box figure {
    width: 67px;
    margin: 0 auto 8px auto;
  }
  .rental-flow {
    background: url(../img/bebinner_flow_bg.png) repeat-y;
    background-size: 100%;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .rental-flow--ttl {
    color: #0B0B0B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 41px;
  }
  .rental-flow--box__step {
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .rental-flow--box__step.step1 {
    color: #BC833D;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .rental-flow--box__step.step2 {
    color: #ffffff;
    background: linear-gradient(90deg, #BC833D 0%, rgba(255, 255, 255, 0) 100%);
  }
  .rental-flow--box__step.step3 {
    color: #ffffff;
    background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  }
  .rental-flow--box__ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 166.667%;
    letter-spacing: 1px;
    margin: 5px 0 10px 0;
  }
  .rental-flow--box__img {
    border-radius: 10px;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
  .rental-flow--box__text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 23px;
  }
  .rental-flow--box .common-btn {
    margin: 0 auto;
    color: #000 !important;
    width: auto;
    font-size: 16px;
  }
  .rental-flow--next {
    text-align: center;
    margin: 25px 0;
  }
  .rental--maedori {
    padding: 40px 0;
  }
  .rental--maedori__ttl {
    color: #BC833D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 22px;
  }
  .rental--maedori__video {
    display: block;
    margin-bottom: 16px;
  }
  .rental--maedori__text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 25px;
  }
  .rental--maedori__point li {
    color: #BC833D;
    font-size: 16px;
    font-weight: 700;
    line-height: 137.5%;
    letter-spacing: 1px;
    border-left: 3px solid #d9d9d9;
    padding-left: 12px;
    min-height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .plan {
    padding: 0 20px;
  }
  .plan--read {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 50px;
  }
  .plan--box {
    margin-bottom: 84px;
  }
  .plan--box__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    margin: 10px 0 24px 0;
  }
  .plan--kv {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .plan--point__ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    border: 1px solid #000;
    background: #D9D9D9;
    padding: 12px 0;
    text-align: center;
  }
  .plan--point__list {
    border: 1px solid #000;
    border-top: none;
    padding: 20px 25px;
  }
  .plan--point__list li {
    color: #BC833D;
    font-size: 18px;
    font-weight: 500;
    line-height: 138.111%;
    position: relative;
    padding-left: 31px;
  }
  .plan--point__list li:not(:last-child) {
    margin-bottom: 24px;
  }
  .plan--point__list li::before {
    content: "";
    width: 20px;
    height: 17px;
    background: url(../img/ico_check2.svg) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .plan--next {
    text-align: center;
    margin: 10px 0;
  }
  .plan .common-btn.gold {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    width: 315px;
    background: #BC833D;
  }
  .plan--riyu {
    margin-bottom: 76px;
  }
  .plan--riyu__ttl {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .plan--riyu__box {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .plan--riyu__box::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FFF 0%, #BC833D 50%, #FFF 100%);
    display: block;
    position: absolute;
    top: 61px;
    left: 0;
  }
  .plan--riyu__box-text {
    text-align: center;
    font-size: 16px;
    line-height: 132%;
    margin-top: 6px;
  }
  .plan--riyu__box-text strong {
    font-weight: 700;
  }
  .plan--riyu__box-text2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 156.25%;
    margin-top: 14px;
  }
  .plan--riyu__point {
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
  .plan--riyu__feature {
    color: #BC833D;
    font-size: 18px;
    font-weight: 500;
    line-height: 166.667%;
    text-align: center;
  }
  .plan--riyu__link {
    width: 290px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #BC833D;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BC833D !important;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    margin: 11px auto 0 auto;
  }
  .maintenance {
    padding: 0 20px;
  }
  .maintenance--read {
    color: #BC833D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 18px;
    white-space: nowrap;
  }
  .maintenance--text {
    font-size: 16px;
    line-height: 156.25%;
    margin-bottom: 56px;
  }
  .maintenance--nav {
    margin-bottom: 70px;
  }
  .maintenance--nav li {
    border-bottom: 1px solid #BC833D;
    line-height: 233.333%;
    background: url(../img/ico_triangle_gold.svg) no-repeat 100% 50%;
    background-size: 15px;
  }
  .maintenance--nav li a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
  }
  .maintenance--flow {
    background: url(../img/maintenance_flow.png) no-repeat;
    background-size: cover;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 40px 30px;
  }
  .maintenance--flow__ttl {
    color: #BC833D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 44px;
  }
  .maintenance--flow__list li {
    margin-bottom: 8px;
  }
  .maintenance--flow__list .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
  }
  .maintenance--flow__list .text {
    text-align: center;
    font-size: 16px;
    line-height: 187.5%;
  }
  .maintenance--flow__list .next {
    text-align: center;
  }
  .maintenance--menu {
    padding-top: 40px;
  }
  .maintenance--menu__ttl {
    color: #BC833D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 32px;
  }
  .maintenance--menu .common-btn {
    color: #000 !important;
    font-size: 16px;
    padding: 0 20px;
    margin: 100px auto;
  }
  .maintenance--box {
    margin-bottom: 47px;
  }
  .maintenance--box__img {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .maintenance--box__ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
  }
  .maintenance--box__text {
    font-size: 16px;
    line-height: 156.25%;
  }
  .maintenance--box__note {
    font-size: 12px;
    line-height: 125%;
    margin-top: 15px;
  }
  .maintenance--after__ttl {
    color: #BC833D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 83.333%;
    margin-bottom: 36px;
  }
  .maintenance--after__box {
    border-radius: 20px;
    border: 1px solid #BC833D;
    padding: 20px;
  }
  .maintenance--after__box-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 127.778%;
    margin-bottom: 18px;
  }
  .maintenance--after__box-text {
    font-size: 16px;
    line-height: 156.25%;
  }
  .maintenance--after__note {
    margin: 10px 0 37px 0;
    font-size: 12px;
    line-height: 125%;
  }
  .maintenance + .t-faq .common-btn {
    letter-spacing: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 73px;
  }
}/*# sourceMappingURL=style.css.map */