@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.content__container, .cont__container {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* common:start */
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.float {
  display: none;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  /* スクロール時にJavaScriptが付与するクラス */
}
@media screen and (max-width: 1040px) {
  .float {
    top: 0.9615384615vw;
    max-width: 91.3461538462vw;
    margin-bottom: -0.9615384615vw;
  }
}
.float.is-fixed {
  display: block;
  position: fixed;
  top: 10px;
  /* 画面上端に固定 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  /* width: 100%; は #index に設定済み */
  animation: slideDown 0.3s ease-out forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-50%) translateX(-50%);
  }
  to {
    transform: translateY(0) translateX(-50%);
  }
}

/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
}
.kv img {
  height: auto;
}

/* kv:end */
/* content:start */
.content {
  font-weight: bold;
  background-image: repeating-linear-gradient(-45deg, #fadcb6, #fadcb6 5px, #fce7cc 5px, #fce7cc 10px);
  padding-bottom: 80px;
}
.content__container img {
  height: auto;
}
.content__bg {
  background-color: #f08101;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .content__bg {
    padding-bottom: getwVw(80, 1040);
  }
}
.content__bg-top {
  background-color: #f08101;
}

/* content:end */
/* lead:start */
.lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .lead {
    margin-bottom: 5.7692307692vw;
  }
}
.lead__container {
  background-image: url(../img/lead_bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

/* lead:end */
/* index:start */
.index {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
}
@media screen and (max-width: 1040px) {
  .index {
    top: 1.9230769231vw;
    max-width: 91.3461538462vw;
    margin-bottom: -0.9615384615vw;
  }
}
.index__container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1040px) {
  .index__container {
    gap: 2.8846153846vw;
  }
}
.index__link {
  display: block;
  width: 459px;
}
@media screen and (max-width: 1040px) {
  .index__link {
    width: 44.1346153846vw;
  }
}
.index__link:first-child {
  margin-left: 8px;
}
@media screen and (max-width: 1040px) {
  .index__link:first-child {
    margin-left: 0.7692307692vw;
  }
}
.index__link:last-child {
  margin-right: 8px;
}
@media screen and (max-width: 1040px) {
  .index__link:last-child {
    margin-right: 0.7692307692vw;
  }
}

/* index:end */
.dekamori__text, .dekamori__price, .dekamori__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -5px;
  margin-bottom: -5px;
}
@media screen and (max-width: 1040px) {
  .dekamori__text, .dekamori__price, .dekamori__name {
    font-size: 1.9230769231vw;
    margin-top: -0.4807692308vw;
    margin-bottom: -0.4807692308vw;
  }
}

/* dekamori:start */
.dekamori {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1040px) {
  .dekamori {
    padding-top: 3.8461538462vw;
  }
}
.dekamori-02 {
  padding-top: 80px;
}
@media screen and (max-width: 1040px) {
  .dekamori-02 {
    padding-top: 7.6923076923vw;
  }
}
.dekamori-02::after {
  content: "";
  height: 80px;
  display: block;
}
@media screen and (max-width: 1040px) {
  .dekamori-02::after {
    height: 7.6923076923vw;
  }
}
.dekamori__container {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1040px) {
  .dekamori__container {
    margin-left: 3.8461538462vw;
    margin-right: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    border-radius: 1.9230769231vw;
    box-shadow: 0 0.3846153846vw 0.9615384615vw rgba(0, 0, 0, 0.4);
  }
}
.dekamori__container-02 {
  border: 4px solid #b71b22;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
@media screen and (max-width: 1040px) {
  .dekamori__container-02 {
    border-width: 0.3846153846vw;
    border-radius: 1.9230769231vw;
    box-shadow: 0 0.3846153846vw 0.9615384615vw rgba(0, 0, 0, 0.4);
  }
}
.dekamori__head {
  position: relative;
  display: flex;
  justify-content: center;
}
.dekamori__head-02 {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .dekamori__head-02 {
    padding-top: 3.3653846154vw;
    padding-bottom: 3.8461538462vw;
  }
}
.dekamori__title {
  width: 740px;
}
@media screen and (max-width: 1040px) {
  .dekamori__title {
    width: 71.1538461538vw;
  }
}
.dekamori__body {
  width: 880px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1040px) {
  .dekamori__body {
    width: 84.6153846154vw;
  }
}
.dekamori__body--02 {
  width: 880px;
  margin-inline: auto;
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .dekamori__body--02 {
    width: 84.6153846154vw;
    padding-bottom: 3.8461538462vw;
  }
}
.dekamori__body--02 .dekamori__button {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 620px;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1040px) {
  .dekamori__body--02 .dekamori__button {
    width: 59.6153846154vw;
    height: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    border-radius: 1.9230769231vw;
  }
}
.dekamori__body--02 .dekamori__button-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1040px) {
  .dekamori__body--02 .dekamori__button-icon {
    width: 2.8846153846vw;
    height: 2.8846153846vw;
  }
}
.dekamori__body--02 .dekamori__button-icon::before {
  left: 12px;
  width: 5px;
  height: 30px;
}
@media screen and (max-width: 1040px) {
  .dekamori__body--02 .dekamori__button-icon::before {
    left: 1.1538461538vw;
    width: 0.4807692308vw;
    height: 2.8846153846vw;
  }
}
.dekamori__body--02 .dekamori__button-icon::after {
  top: 12px;
  width: 30px;
  height: 5px;
}
@media screen and (max-width: 1040px) {
  .dekamori__body--02 .dekamori__button-icon::after {
    top: 1.1538461538vw;
    width: 2.8846153846vw;
    height: 0.4807692308vw;
  }
}
.dekamori__note-box {
  margin-top: 35px;
}
@media screen and (max-width: 1040px) {
  .dekamori__note-box {
    margin-top: 3.3653846154vw;
  }
}
.dekamori__note {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -3.5px;
  margin-bottom: -3.5px;
}
@media screen and (max-width: 1040px) {
  .dekamori__note {
    font-size: 1.3461538462vw;
    margin-top: -0.3365384615vw;
    margin-bottom: -0.3365384615vw;
  }
}
.dekamori__items {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .dekamori__items {
    margin-top: 1.9230769231vw;
  }
}
.dekamori__item + .dekamori__item {
  margin-top: 65px;
}
@media screen and (max-width: 1040px) {
  .dekamori__item + .dekamori__item {
    margin-top: 6.25vw;
  }
}
.dekamori__img {
  padding-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .dekamori__img {
    padding-bottom: 1.9230769231vw;
  }
}
.dekamori__explanation {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 1040px) {
  .dekamori__explanation {
    gap: 0.9615384615vw;
  }
}
.dekamori__price span {
  font-size: 16px;
  line-height: 1.875;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1040px) {
  .dekamori__price span {
    font-size: 1.5384615385vw;
    margin-top: -0.6730769231vw;
    margin-bottom: -0.6730769231vw;
  }
}
.dekamori__price + .dekamori__text {
  padding-top: 1px;
}
@media screen and (max-width: 1040px) {
  .dekamori__price + .dekamori__text {
    padding-top: 0.0961538462vw;
  }
}
.dekamori__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1040px) {
  .dekamori__text {
    font-size: 1.5384615385vw;
    margin-top: -0.6730769231vw;
    margin-bottom: -0.6730769231vw;
  }
}
.dekamori__text + .dekamori__text {
  padding-top: 4px;
}
@media screen and (max-width: 1040px) {
  .dekamori__text + .dekamori__text {
    padding-top: 0.3846153846vw;
  }
}
.dekamori__link {
  display: block;
  width: 626px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .dekamori__link {
    width: 60.1923076923vw;
  }
}
.dekamori__button {
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #b71b22;
}
@media screen and (max-width: 1040px) {
  .dekamori__button {
    right: 3.3653846154vw;
    width: 4.8076923077vw;
    height: 4.8076923077vw;
  }
}
.dekamori__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1040px) {
  .dekamori__button-icon {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
  }
}
.dekamori__button-icon::before, .dekamori__button-icon::after {
  display: block;
  position: absolute;
  background-color: #fff;
  content: "";
  transition: opacity 0.2s, transform 0.2s;
}
.dekamori__button-icon::before {
  top: 0;
  left: 8px;
  width: 4px;
  height: 20px;
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  .dekamori__button-icon::before {
    left: 0.7692307692vw;
    width: 0.3846153846vw;
    height: 1.9230769231vw;
  }
}
.dekamori__button-icon::after {
  top: 8px;
  left: 0;
  width: 20px;
  height: 4px;
  transform: rotate(0);
}
@media screen and (max-width: 1040px) {
  .dekamori__button-icon::after {
    top: 0.7692307692vw;
    width: 1.9230769231vw;
    height: 0.3846153846vw;
  }
}
.dekamori__button.active .dekamori__button-icon::before {
  opacity: 0;
}
.dekamori__button.active .dekamori__button-icon::after {
  transform: rotate(180deg);
}

/* dekamori:end */
.onebyone__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  .onebyone__text {
    font-size: 1.9230769231vw;
  }
}

/* onebyone:start */
.onebyone {
  padding-top: 80px;
}
@media screen and (max-width: 1040px) {
  .onebyone {
    padding-top: 7.6923076923vw;
    padding-bottom: 0.0961538462vw;
  }
}
.onebyone__container {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1040px) {
  .onebyone__container {
    margin-left: 3.8461538462vw;
    margin-right: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    border-radius: 1.9230769231vw;
    box-shadow: 0 0.3846153846vw 0.9615384615vw rgba(0, 0, 0, 0.4);
  }
}
.onebyone__container-02 {
  border: 4px solid #b71b22;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
@media screen and (max-width: 1040px) {
  .onebyone__container-02 {
    border-width: 0.3846153846vw;
    border-radius: 1.9230769231vw;
    box-shadow: 0 0.3846153846vw 0.9615384615vw rgba(0, 0, 0, 0.4);
  }
}
.onebyone__head {
  display: flex;
  justify-content: center;
}
.onebyone__head-02 {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  padding-block: 40px;
}
@media screen and (max-width: 1040px) {
  .onebyone__head-02 {
    padding-block: 3.8461538462vw;
  }
}
.onebyone__title {
  width: 667px;
}
@media screen and (max-width: 1040px) {
  .onebyone__title {
    width: 64.1346153846vw;
  }
}
.onebyone__body {
  width: 880px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1040px) {
  .onebyone__body {
    margin-top: 3.8461538462vw;
    width: 84.6153846154vw;
  }
}
.onebyone__body--02 {
  width: 880px;
  margin-inline: auto;
  display: none;
  padding-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .onebyone__body--02 {
    width: 84.6153846154vw;
    padding-bottom: 3.3653846154vw;
  }
}
.onebyone__body--02 .onebyone__button {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 620px;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1040px) {
  .onebyone__body--02 .onebyone__button {
    width: 59.6153846154vw;
    height: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    border-radius: 1.9230769231vw;
  }
}
.onebyone__body--02 .onebyone__button-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1040px) {
  .onebyone__body--02 .onebyone__button-icon {
    width: 2.8846153846vw;
    height: 2.8846153846vw;
  }
}
.onebyone__body--02 .onebyone__button-icon::before {
  left: 12px;
  width: 5px;
  height: 30px;
}
@media screen and (max-width: 1040px) {
  .onebyone__body--02 .onebyone__button-icon::before {
    left: 1.1538461538vw;
    width: 0.4807692308vw;
    height: 2.8846153846vw;
  }
}
.onebyone__body--02 .onebyone__button-icon::after {
  top: 12px;
  width: 30px;
  height: 5px;
}
@media screen and (max-width: 1040px) {
  .onebyone__body--02 .onebyone__button-icon::after {
    top: 1.1538461538vw;
    width: 2.8846153846vw;
    height: 0.4807692308vw;
  }
}
.onebyone__note-box {
  margin-top: 35px;
}
@media screen and (max-width: 1040px) {
  .onebyone__note-box {
    margin-top: 3.3653846154vw;
  }
}
.onebyone__note {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -3.5px;
  margin-bottom: -3.5px;
}
@media screen and (max-width: 1040px) {
  .onebyone__note {
    font-size: 1.3461538462vw;
    margin-top: -0.3365384615vw;
    margin-bottom: -0.3365384615vw;
  }
}
.onebyone__items {
  display: grid;
  gap: 55px;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .onebyone__items {
    margin-top: 1.4423076923vw;
    gap: 5.2884615385vw;
  }
}
.onebyone__items--02 {
  display: grid;
  gap: 55px;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .onebyone__items--02 {
    margin-top: 1.4423076923vw;
    gap: 5.2884615385vw;
  }
}
.onebyone__text-box {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1040px) {
  .onebyone__text-box {
    margin-top: 1.1538461538vw;
  }
}
.onebyone__text-box + .onebyone__text-box {
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .onebyone__text-box + .onebyone__text-box {
    margin-top: 2.8846153846vw;
  }
}
.onebyone__text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-top: -5px;
  margin-bottom: -5px;
}
@media screen and (max-width: 1040px) {
  .onebyone__text {
    font-size: 1.3461538462vw;
    margin-top: -0.4807692308vw;
    margin-bottom: -0.4807692308vw;
  }
}
.onebyone__text + .onebyone__text {
  margin-top: 5px;
}
@media screen and (max-width: 1040px) {
  .onebyone__text + .onebyone__text {
    margin-top: 0.4807692308vw;
  }
}
.onebyone__caution-container {
  border: none;
  padding-top: 80px;
}
@media screen and (max-width: 1040px) {
  .onebyone__caution-container {
    padding-top: 7.6923076923vw;
  }
}
.onebyone__caution-heading {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1040px) {
  .onebyone__caution-heading {
    font-size: 1.9230769231vw;
    margin-top: -0.2884615385vw;
    margin-bottom: -0.2884615385vw;
  }
}
.onebyone__caution-item {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1040px) {
  .onebyone__caution-item {
    font-size: 1.3461538462vw;
    margin-top: -0.2884615385vw;
    margin-bottom: -0.2884615385vw;
  }
}
.onebyone__caution-item::before {
  content: "※";
}
.onebyone__caution-item + .onebyone__caution-item {
  margin-top: 3px;
}
@media screen and (max-width: 1040px) {
  .onebyone__caution-item + .onebyone__caution-item {
    margin-top: 0.2884615385vw;
  }
}
.onebyone__link {
  display: block;
  width: 626px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .onebyone__link {
    width: 60.1923076923vw;
  }
}
.onebyone__button {
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #b71b22;
}
@media screen and (max-width: 1040px) {
  .onebyone__button {
    right: 3.3653846154vw;
    width: 4.8076923077vw;
    height: 4.8076923077vw;
  }
}
.onebyone__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1040px) {
  .onebyone__button-icon {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
  }
}
.onebyone__button-icon::before, .onebyone__button-icon::after {
  display: block;
  position: absolute;
  background-color: #fff;
  content: "";
  transition: opacity 0.2s, transform 0.2s;
}
.onebyone__button-icon::before {
  top: 0;
  left: 8px;
  width: 4px;
  height: 20px;
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  .onebyone__button-icon::before {
    left: 0.7692307692vw;
    width: 0.3846153846vw;
    height: 1.9230769231vw;
  }
}
.onebyone__button-icon::after {
  top: 8px;
  left: 0;
  width: 20px;
  height: 4px;
  transform: rotate(0);
}
@media screen and (max-width: 1040px) {
  .onebyone__button-icon::after {
    top: 0.7692307692vw;
    width: 1.9230769231vw;
    height: 0.3846153846vw;
  }
}
.onebyone__button.active .onebyone__button-icon::before {
  opacity: 0;
}
.onebyone__button.active .onebyone__button-icon::after {
  transform: rotate(180deg);
}
.onebyone__coupon-box {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .onebyone__coupon-box {
    margin-top: 5.2884615385vw;
  }
}
.onebyone__coupon {
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-right: 25px;
}
@media screen and (max-width: 1040px) {
  .onebyone__coupon {
    font-size: 1.9230769231vw;
    padding-right: 2.4038461538vw;
  }
}
.onebyone__coupon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1040px) {
  .onebyone__coupon::before {
    height: 0.0961538462vw;
  }
}
.onebyone__coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #000;
}
@media screen and (max-width: 1040px) {
  .onebyone__coupon::after {
    border-top: 0.8653846154vw solid transparent;
    border-bottom: 0.8653846154vw solid transparent;
    border-left: 1.1538461538vw solid #000;
  }
}
.onebyone__coupon:hover {
  color: #000;
  text-decoration: none;
}

/* onebyone:end */