@charset "UTF-8";
@font-face {
  font-family: "MontserratAlternates-600";
  src: url(../fonts/MontserratAlternates-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "MontserratAlternates-500";
  src: url(../fonts/MontserratAlternates-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 26rem !important;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 16.7rem !important;
    font-size: 54.6%;
  }
}

body {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  font-family: "NotoSansJP", sans-serif;
  color: #414141;
}

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

a:hover {
  transition: all 0.5s;
  opacity: 0.7;
}

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.section-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.section-title::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4rem;
  height: 1px;
  background: #414141;
}

.box-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}

.box-title-20 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
}

.montserrat-600 {
  font-weight: 600;
  font-family: "MontserratAlternates-600";
}

.montserrat-500 {
  font-weight: 500;
  font-family: "MontserratAlternates-500";
}

.bold {
  font-weight: 700;
}

.w600 {
  font-weight: 600;
}

.w500 {
  font-weight: 500;
}

.w400 {
  font-weight: 400;
}

.f-12 {
  font-size: 1.2rem;
}

.f-13 {
  font-size: 1.3rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-20 {
  font-size: 2rem;
}

.red {
  color: #A60000;
}

.gray {
  color: #A9A9A9;
}

.btn {
  width: 24rem;
  height: 3.6rem;
  border-radius: 0.5rem;
  border: solid 1px #A8A8A8;
  position: relative;
}
.btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.3rem;
  content: "";
  background: url(../images/chevron-right.svg) no-repeat;
  background-size: cover;
}

.container-w {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.container-g {
  background: #F2F2F2;
  padding: 8.7rem 2rem 15rem;
  position: relative;
  z-index: 1;
}

.boxes {
  width: min(99.4rem, 100%);
  margin: 0 auto;
}
.boxes .container {
  margin-top: 9.3rem;
  flex-direction: column;
  gap: 6rem;
}
.boxes .container .box {
  padding: 5.2rem 9.5rem;
  gap: 6rem;
  border-radius: 0.5rem;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxes .container .box {
    flex-direction: column;
    gap: 3rem;
    padding: 5.2rem 2rem;
  }
}
.boxes .container .box:not(:last-child)::after {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 7rem;
  content: "";
  background: #414141;
  z-index: 1;
}
.boxes .container .box span {
  display: block;
  font-weight: 600;
  font-family: "MontserratAlternates-600";
  font-size: 4rem;
  line-height: 1;
  align-self: flex-start;
  flex-shrink: 0;
}
.boxes .container .box .box-small {
  padding: 1rem;
  border: solid 1px #A8A8A8;
  width: min(58rem, 100%);
}

.box-shadow {
  width: min(79rem, 100%);
  padding: 6rem 7.3rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-shadow {
    padding: 6rem 2rem;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 17.3rem;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    height: 10rem;
    padding: 0 10px 20px;
  }
}
header .inner {
  width: min(110rem, 100%);
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  width: 7.4rem;
  height: 4.6rem;
}
header .inner nav.flex {
  width: min(73.4rem, 100%);
  flex-direction: column;
  align-items: end;
  gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  header .inner nav.flex {
    position: fixed;
    top: 8rem;
    right: -2000px;
    width: 100%;
    height: 100vh;
    flex-direction: column-reverse;
    justify-content: start;
    margin: 0;
    background: #ffffff;
    transition: all 0.5s;
    z-index: 50;
  }
}
header .inner nav.flex .nav01 {
  gap: 3.3rem;
}
@media screen and (max-width: 767px) {
  header .inner nav.flex .nav01 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
  }
}
header .inner nav.flex .nav01 .line,
header .inner nav.flex .nav01 .mail {
  align-items: center;
  gap: 1rem;
}
header .inner nav.flex .nav01 .line::before {
  width: 2.3rem;
  height: 2.3rem;
  content: "";
  background: url(../images/line.png) no-repeat;
  background-size: cover;
}
header .inner nav.flex .nav01 .mail::before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background: url(../images/mail.svg) no-repeat;
  background-size: cover;
}
header .inner nav.flex .nav02 {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .inner nav.flex .nav02 {
    margin: 3rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1fr;
    font-weight: 500;
    font-size: 2rem;
  }
}
header .inner nav.flex .nav02 li {
  padding: 1.2rem 0;
}
header .inner nav.flex .nav02 li:not(:last-child) {
  border-right: solid 1px #414141;
}
@media screen and (max-width: 767px) {
  header .inner nav.flex .nav02 li:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #414141;
  }
}
header .inner .menu-btn {
  font-size: 2.5rem;
}

.js-nav {
  transition: all 0.5s;
}

.js-nav.is-show {
  right: 0 !important;
  padding: 0 2rem;
  transition: all 0.5s;
}

footer {
  color: #ffffff;
  padding: 1.5rem 2rem;
  background: #414141;
  position: relative;
  z-index: 1;
}
footer ul {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0;
}
footer ul:first-child {
  width: min(72rem, 100%);
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer ul:first-child {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer ul:last-child {
  justify-content: center;
  align-items: center;
  gap: 3.1rem;
}
@media screen and (max-width: 767px) {
  footer ul:last-child {
    margin-top: 1rem;
    flex-direction: column;
    gap: 0;
  }
}
footer ul:last-child a {
  align-items: center;
}
footer ul:last-child a img {
  width: 2.3rem;
}
footer .copyright {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.KV {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.KV .fade {
  width: 100%;
}
.KV .fade li > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.KV .KV-img {
  opacity: 0;
  animation: fade 15s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.KV .KV-img:nth-child(1) {
  animation-delay: 0s;
  opacity: 1;
  z-index: 1;
}
.KV .KV-img:nth-child(2) {
  animation-delay: 5s;
  z-index: 2;
}
.KV .KV-img:nth-child(3) {
  animation-delay: 10s;
  z-index: 3;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.KV .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(102.6rem, 100%);
  padding: 0.6em;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.index-container {
  margin-top: 100vh;
  padding: 15rem 2rem 8rem;
}
.index-container .top-concept {
  text-align: center;
  width: min(79rem, 100%);
  margin: 0 auto 28rem;
}
.index-container .top-concept .catch-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.21;
  letter-spacing: 0;
}
.index-container .top-concept .desc {
  margin-top: 8rem;
  flex-direction: column;
  gap: 2rem;
  line-height: 2.25;
  letter-spacing: 0;
}

.index-container01 {
  padding: 8rem 2rem 7.3rem;
}

.top-news {
  margin-top: 9.5rem;
}
.top-news ul {
  margin: 9.5rem auto 0;
  width: min(44.2rem, 100%);
  flex-direction: column;
  gap: 1rem;
  line-height: 2.25;
}
.top-news ul li > a {
  gap: 18px;
}

.shop {
  margin: 16rem auto 0;
  width: min(88.8rem, 100%);
}
.shop ul {
  margin: 9rem auto 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3rem;
}
@media screen and (max-width: 767px) {
  .shop ul {
    grid-template-columns: 1fr;
    width: min(34rem, 100%);
  }
}
.shop ul .desc {
  margin-top: 1.1rem;
  line-height: 2.25;
}
.shop ul .desc p:last-child {
  gap: 1.7em;
}
.shop .shop-btn {
  margin: 3rem auto 0;
}

.users-guide ul {
  margin: 9rem auto 0;
  width: min(100.5rem, 100%);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .users-guide ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 374px) {
  .users-guide ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.users-guide ul li {
  border-radius: 0.5rem;
  border: solid 1px #A8A8A8;
  line-height: 3.6rem;
  text-align: center;
  background: #ffffff;
}
.users-guide ul li.current {
  color: #ffffff;
  background: #414141;
}

.section01 {
  margin-top: 11rem;
}
.section01 .section1-1 .desc {
  width: 100%;
}
.section01 .section1-1 .text {
  margin-top: 2.4rem;
  line-height: 1.69;
}
.section01 .section1-2 .text {
  margin-top: 2.4rem;
}
.section01 .section1-2 .text p:nth-child(1) {
  line-height: 1.94;
}
.section01 .section1-2 .text p:nth-child(2) {
  line-height: 1.67;
}
.section01 .section1-2 .box-small-02 {
  margin-top: 2.4rem;
  line-height: 1.81;
}
.section01 .section1-2 .box-small-02 ol {
  margin-top: 2rem;
  margin-left: 2.7rem;
  list-style: decimal;
}
.section01 .section1-2 .text02 {
  padding: 0 1rem;
}
.section01 .section1-2 .box-btn {
  margin-top: 2.4rem;
}
.section01 .section1-3 .text {
  margin-top: 2.4rem;
}
.section01 .section1-3 ul {
  margin-top: 2rem;
  flex-direction: column;
  gap: 2.4rem;
}
.section01 .section1-3 ul p {
  line-height: 1.94;
}
.section01 .section1-3 ul p:nth-child(1) {
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.section01 .section1-3 .box-btn {
  margin-top: 2.4rem;
}
.section01 .section1-4 .text,
.section01 .section1-5 .text,
.section01 .section1-6 .text,
.section01 .section1-7 .text,
.section01 .section1-8 .text {
  margin-top: 2.4rem;
  width: min(58.5rem, 100%);
  line-height: 1.94;
}
.section01 .section1-4 .box-btn,
.section01 .section1-5 .box-btn,
.section01 .section1-6 .box-btn,
.section01 .section1-7 .box-btn,
.section01 .section1-8 .box-btn {
  margin-top: 2.4rem;
}
.section01 .text-end {
  margin-top: 5.7rem;
  font-size: 2.4rem;
  text-align: center;
}

.img1-1,
.img1-2,
.img1-4,
.img1-5,
.img1-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img1-1::after {
  width: 3.7rem;
  height: 2.8rem;
  content: "";
  background: url(../images/img2-1.png) no-repeat;
  background-size: cover;
}

.img1-2::after {
  width: 3.2rem;
  height: 3.4rem;
  content: "";
  background: url(../images/img2-2.png) no-repeat;
  background-size: cover;
}

.img1-4::after {
  width: 4.7rem;
  height: 3.8rem;
  content: "";
  background: url(../images/img1-4.png) no-repeat;
  background-size: cover;
}

.img1-5::after {
  width: 7.4rem;
  height: 4.8rem;
  content: "";
  background: url(../images/img1-5.png) no-repeat;
  background-size: cover;
}

.img1-6::after {
  width: 4.7rem;
  height: 3.8rem;
  content: "";
  background: url(../images/img1-4.png) no-repeat;
  background-size: cover;
}

.page01-container-w {
  padding: 6rem 2rem 5rem;
}

.reservation {
  margin-top: 16rem;
}
.reservation .box-02 {
  margin-top: 8rem;
}
.reservation .box-02 p {
  line-height: 2.25;
}
.reservation .box-02 p span {
  color: #A60000;
}
.reservation .box-02 .desc {
  margin: 2.4rem auto 0;
  line-height: 1.69;
  width: -moz-fit-content;
  width: fit-content;
}
.reservation .box-02 .desc a {
  text-decoration: underline;
}

.page01-container-g {
  padding: 6rem 2rem 7.5rem;
}

.section02 .section2-1 .text {
  margin-top: 2.4rem;
  width: min(66rem, 100%);
  line-height: 1.69;
  list-style: decimal;
  margin-left: 2.4rem;
}
.section02 .section2-2 .text {
  margin-top: 2.4rem;
  width: min(61.7rem, 100%);
  line-height: 1.69;
}
.section02 .section2-3 .text {
  margin-top: 2.4rem;
  width: min(61.7rem, 100%);
  line-height: 1.69;
}
.section02 .section2-3 .text p:last-child {
  line-height: 2.38;
}
.section02 .section2-4 .text {
  margin-top: 2.4rem;
  line-height: 1.69;
}
.section02 .text-end {
  margin-top: 8rem;
  font-size: 2.4rem;
  text-align: center;
}

.page01-container-w02 {
  padding: 8.5rem 2rem 15rem;
}

.page01-problem {
  width: min(100.4rem, 100%);
  margin: 0 auto;
}
.page01-problem .flex {
  margin-top: 9rem;
  flex-direction: column;
  gap: 4rem;
}
.page01-problem .text {
  line-height: 2.25;
}
.page01-problem .box-large {
  margin-top: 4rem;
  line-height: 2.25;
  padding: 0.9rem 0.2rem;
  border: solid 1px #414141;
}
.page01-problem .box-large p {
  margin-left: 2.4rem;
}
.page01-problem .box-large p .to-contact {
  text-decoration: underline;
}

.section2-1::before {
  position: absolute;
  bottom: 3.4rem;
  right: 3.4rem;
  width: 3.7rem;
  height: 2.8rem;
  content: "";
  background: url(../images/img2-1.png) no-repeat;
  background-size: cover;
}

.section2-2::before {
  position: absolute;
  bottom: 3.4rem;
  right: 3.4rem;
  width: 2.7rem;
  height: 2.8rem;
  content: "";
  background: url(../images/img2-2.png) no-repeat;
  background-size: cover;
}

.section2-3::before {
  position: absolute;
  bottom: 3.4rem;
  right: 3.4rem;
  width: 3.2rem;
  height: 4.1rem;
  content: "";
  background: url(../images/img2-3.png) no-repeat;
  background-size: cover;
}

.page02-container-w {
  padding: 6rem 2rem 15rem;
}

.period {
  margin-top: 16rem;
}
.period .box-03 {
  margin-top: 9.5rem;
  padding: 6rem 0;
  text-align: center;
}
.period .example {
  margin: 11.5rem auto 0;
  width: min(82.2rem, 100%);
}
.period .example h3 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
.period .example h3::after {
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 23.8rem;
  height: 1px;
  background: #414141;
}
.period .example .list {
  margin-top: 4.2rem;
}
.period .example .list li.list-item:nth-child(2), .period .example .list li.list-item:nth-child(3) {
  margin-top: 2.2rem;
}
.period .example .list .counter {
  display: block;
}
.period .example .list .wrap {
  width: 100%;
  overflow-x: auto;
}
.period .example .list .wrap .grid {
  width: 100%;
  height: 21.3rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .period .example .list .wrap .grid {
    width: 82.2rem;
  }
}
.period .example .list .wrap .grid ol.day-list li {
  height: 100%;
  flex-direction: column;
  align-items: center;
  background: #F2F2F2;
}
.period .example .list .wrap .grid ol.day-list li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 18rem;
  height: 4.5rem;
  border-bottom: solid 1px #414141;
}
.period .example .list .wrap .grid ol.day-list li h4 {
  flex-direction: column;
  align-items: center;
  line-height: 1.8;
}
.period .example .list .wrap .grid ol.day-list li h4 span {
  line-height: 1.93;
}
.period .example .list .wrap .grid .in-box {
  position: absolute;
  justify-content: space-between;
  bottom: 3.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 71.5rem;
  z-index: 1;
}
.period .example .list .wrap .grid .in-box li {
  padding: 1rem 2.6rem;
  color: #ffffff;
  border-radius: 0.5rem;
  background: #414141;
  flex-shrink: 0;
}
.period .example .list .wrap .grid .in-box.in-box01 li:nth-child(2) {
  margin-top: 0;
  width: 20.9rem;
  margin-left: 10rem;
}
.period .example .list .wrap .grid .in-box.in-box01 li:nth-child(3) {
  margin-top: 0;
  margin-left: 10rem;
}
.period .example .list .wrap .grid .in-box.in-box02 li:nth-child(2) {
  width: 26.1rem;
  margin-top: 0;
  margin-left: 17.9rem;
  text-align: center;
}
.period .example .list .wrap .grid .in-box.in-box02 li:nth-child(3) {
  margin-top: 0;
  margin-left: 5.5rem;
}
.period .example .list .wrap .grid .in-box.in-box03 li:nth-child(2) {
  width: 26.1rem;
  margin-top: 0;
  text-align: center;
  margin-left: -7.4rem;
}
.period .example .list .wrap .grid .in-box.in-box03 li:nth-child(3) {
  margin-top: 0;
  margin-left: 5.5rem;
}
.period .example .list .wrap .grid::after {
  position: absolute;
  bottom: 5.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70rem;
  height: 1px;
  content: "";
  background: #414141;
}
.period .example .end-text {
  margin-top: 1.5rem;
  line-height: 1.61;
}

.price {
  margin-top: 11rem;
}
.price .flex.flex-container {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.price .flex.flex-container .box-shadow {
  width: min(82.3rem, 100%);
  padding: 6rem 6.8rem;
}
@media screen and (max-width: 767px) {
  .price .flex.flex-container .box-shadow {
    padding: 6rem 2rem;
  }
}
.price .flex.flex-container .box-shadow .desc {
  line-height: 1.94;
  margin-bottom: 0.8rem;
}
.price .flex.flex-container .box-shadow .desc span {
  color: #A60000;
}
.price .flex.flex-container .box-shadow p {
  line-height: 1.89;
}
.price .flex.flex-container .box-shadow p.f-13 {
  line-height: 2.3;
}
.price .flex.flex-container .box-shadow a.f-13 {
  line-height: 1.69;
  text-decoration: underline;
}
.price .flex.flex-container .box-shadow .flex.flex-img {
  margin-top: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8rem;
}
.price .flex.flex-container .box-shadow .flex.flex-img p {
  padding: 1rem 0.9rem;
  background: #F2F2F2;
  border-radius: 0.5rem;
  position: relative;
}
.price .flex.flex-container .box-shadow .flex.flex-img p:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  content: "+";
  color: #414141;
}
.price .flex.flex-container .box-shadow .flex.flex-img p:first-child {
  color: #ffffff;
  background: #414141;
}
.price .flex.flex-container .box-shadow .flex.flex-img p:first-child::after {
  right: -2.5rem;
  content: "＝";
}
.price .flex.flex-container .box-shadow .flex.flex-img p:nth-child(2) {
  margin-left: 0.5rem;
}

.img2-1,
.img2-2,
.img2-3 {
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.img2-1::after {
  width: 2.7rem;
  height: 2.2rem;
  content: "";
  background: url(../images/img1-4.png) no-repeat;
  background-size: cover;
}

.img2-2::after {
  width: 3.2rem;
  height: 2.1rem;
  content: "";
  background: url(../images/img1-5.png) no-repeat;
  background-size: cover;
}

.img2-3::after {
  width: 2.7rem;
  height: 2.2rem;
  content: "";
  background: url(../images/img1-4.png) no-repeat;
  background-size: cover;
}

.page03-container-w {
  padding: 6rem 2rem 7.5rem;
}

.page03-container-g {
  padding: 8.5rem 2rem 15rem;
}

.payment .box-shadow {
  margin-top: 9.5rem;
}
.payment .box-shadow p {
  line-height: 1.38;
  text-align: center;
}
.payment ul.flex {
  margin: 6rem auto 0;
  width: min(80.3rem, 100%);
  flex-direction: column;
  gap: 60px;
}
.payment ul.flex ul.list {
  list-style-type: disc;
  margin-top: 1rem;
  line-height: 1.88;
}
.payment ul.flex ul.list li {
  margin-left: 3rem;
}
.payment ul.flex .bank {
  margin-top: 1rem;
  line-height: 1.88;
}
.payment ul.flex .bank p {
  margin-left: 1.8rem;
}

.page04-container-w {
  padding: 6rem 2rem 15rem;
}

.delivery {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
}
.delivery .box-shadow {
  margin-top: 8.5rem;
  text-align: center;
}
.delivery ul.flex {
  margin-top: 6rem;
  flex-direction: column;
  gap: 6rem;
  line-height: 3rem;
}
.delivery ul.flex .list {
  list-style-type: disc;
  margin-top: 1rem;
}
.delivery ul.flex .list li {
  margin-left: 3rem;
}
.delivery ul.flex .list li.f-13 {
  margin-left: 0.8rem;
  list-style: none;
}
.delivery ul.flex .list li a {
  text-decoration: underline;
}
.delivery ul.flex ol.flex {
  margin-top: 4rem;
  flex-direction: column;
  gap: 4rem;
}
.delivery ul.flex ol.flex ul.desc {
  margin-top: 0;
  flex-direction: column;
  gap: 3rem;
}
.delivery ul.flex ol.flex ul.desc .box {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3rem 0.4rem;
  border: solid 1px #414141;
}
.delivery ul.flex ol.flex ul.desc .page04-btn {
  margin-top: 2.4rem;
}

.price04 {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
  line-height: 3rem;
}
.price04 .box-shadow {
  margin-top: 9.5rem;
  text-align: center;
}
.price04 p.lh-20 {
  line-height: 2rem;
}
.price04 table {
  margin-top: 6rem;
  width: 100%;
  border: solid 1px #414141;
}
.price04 table thead {
  color: #ffffff;
  background: #414141;
}
.price04 table thead tr {
  height: 5rem;
}
.price04 table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.price04 table thead tr th:first-child {
  width: 7.4rem;
}
.price04 table thead tr th:last-child {
  width: 17rem;
}
.price04 table thead tr th:not(:last-child) {
  border-right: solid 1px #ffffff;
}
.price04 table tbody tr {
  height: 5rem;
}
.price04 table tbody tr th,
.price04 table tbody tr td {
  border: solid 1px #414141;
  vertical-align: middle;
  text-align: center;
}
.price04 table tbody tr td:first-of-type {
  text-align: start;
}
.price04 .desc {
  line-height: 3rem;
}

.direct-delivery {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
  line-height: 3rem;
}
.direct-delivery .box-shadow {
  margin-top: 9.5rem;
  text-align: center;
}
.direct-delivery .process {
  margin-top: 6rem;
}
.direct-delivery .process .desc {
  margin-top: 1.5rem;
}
.direct-delivery .process ol.list {
  margin-top: 4rem;
  flex-direction: column;
  gap: 4rem;
}

.exception {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
  line-height: 3rem;
}
.exception .desc {
  margin-top: 9.5rem;
}

.page05-container-w {
  padding: 6rem 2rem 15rem;
}

.change {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
  line-height: 3rem;
}
.change ul.flex {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.change ul.flex li .desc {
  margin-top: 1rem;
}
.change ul.flex ul.desc {
  gap: 3rem;
}
.change ul.flex ul.desc li .flex-img {
  margin-top: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.7rem;
  line-height: 2rem;
}
.change ul.flex ul.desc li .flex-img p {
  padding: 1rem 0.9rem;
  background: #F2F2F2;
  border-radius: 0.5rem;
  position: relative;
}
.change ul.flex ul.desc li .flex-img p:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  content: "x";
  color: #414141;
}
.change ul.flex ul.desc li .flex-img p:first-child {
  color: #ffffff;
  background: #414141;
}
.change ul.flex ul.desc li .flex-img p:first-child::after {
  right: -2.5rem;
  content: "＝";
}
.change ul.flex ul.desc li .flex-img p:nth-child(2) {
  margin-left: 0.6rem;
}
.change ul.flex ul.desc li ul {
  margin-top: 3rem;
}
.change ul.flex li:first-child .desc p:last-child {
  margin-top: 1em;
}

.cancel {
  margin: 16rem auto 0;
  width: min(79.2rem, 100%);
  line-height: 3rem;
}
.cancel .flex-container {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.cancel .flex-container table {
  width: 100%;
  border: solid 1px #414141;
}
.cancel .flex-container table thead {
  color: #ffffff;
  background: #414141;
}
.cancel .flex-container table thead tr {
  height: 5rem;
}
.cancel .flex-container table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.cancel .flex-container table thead tr th:first-child {
  width: 23.7rem;
}
@media screen and (max-width: 767px) {
  .cancel .flex-container table thead tr th:first-child {
    width: 18rem;
  }
}
.cancel .flex-container table thead tr th:not(:last-child) {
  border-right: solid 1px #ffffff;
}
.cancel .flex-container table tbody tr {
  height: 5rem;
}
.cancel .flex-container table tbody tr th,
.cancel .flex-container table tbody tr td {
  border: solid 1px #414141;
  vertical-align: middle;
}
.cancel .flex-container table tbody tr th {
  text-align: center;
}
.cancel .flex-container table tbody tr td {
  padding: 0 1rem;
}
.cancel .flex-container ul {
  list-style-type: disc;
}
.cancel .flex-container ul li {
  margin-left: 1.1em;
}
.cancel .flex-container .adjust ul.flex {
  margin-top: 1rem;
  flex-direction: column;
  gap: 1.5em;
  list-style: none;
}
.cancel .flex-container .adjust ul.flex li {
  margin-left: 0;
}
.cancel .flex-container .adjust ul.flex li h4 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #414141;
}
.cancel .flex-container .adjust ul.flex li p {
  margin-top: 1em;
}

.page06-container-w {
  padding: 6rem 2rem 15rem;
}

.damage {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
}
.damage .flex-container {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.damage .flex-container .box-shadow {
  text-align: center;
}
.damage .flex-container .section6-1 h3,
.damage .flex-container .section6-2 h3,
.damage .flex-container .section6-3 h3 {
  line-height: 2.1rem;
}
.damage .flex-container .section6-1 ul,
.damage .flex-container .section6-2 ul,
.damage .flex-container .section6-3 ul {
  margin-top: 1rem;
  list-style-type: disc;
}
.damage .flex-container .section6-1 ul li,
.damage .flex-container .section6-2 ul li,
.damage .flex-container .section6-3 ul li {
  margin-left: 1.1em;
}
.damage .flex-container .section6-2 ul li:last-child {
  margin-top: 1rem;
}

.page07-container-w {
  padding: 6rem 2rem 15rem;
}

.insurance {
  margin: 16rem auto 0;
  width: min(79rem, 100%);
}
.insurance .flex-container {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.insurance .flex-container .box-shadow {
  text-align: center;
  padding: 6rem 5.7rem;
}
@media screen and (max-width: 767px) {
  .insurance .flex-container .box-shadow {
    padding: 6rem 2rem;
  }
}
.insurance .flex-container .container {
  width: 100%;
  padding: 1rem;
  line-height: 3.7rem;
  text-align: center;
  border: solid 1px #414141;
}
@media screen and (max-width: 767px) {
  .insurance .flex-container .container {
    text-align: start;
  }
}
.insurance .flex-container .section7-1 h3 {
  line-height: 2.1rem;
}
.insurance .flex-container .section7-1 .desc {
  margin-top: 1rem;
}
.insurance .flex-container .section7-1 ul {
  margin-top: 1rem;
  list-style-type: disc;
}
.insurance .flex-container .section7-1 ul li {
  margin-left: 1.1em;
}

.contact-container-w {
  padding: 6rem 2rem 15rem;
}

.contact {
  width: min(105.8rem, 100%);
  line-height: 3.7rem;
  margin: 0 auto;
}
.contact .desc {
  margin: 9.5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.contact table {
  margin: 6rem auto 0;
  width: 100%;
}
.contact table tr {
  height: 8.7rem;
}
.contact table tr:last-child {
  height: 32.4rem;
}
.contact table tr th, .contact table tr td {
  padding: 0.8rem;
  vertical-align: middle;
  border: solid 1px #414141;
}
@media screen and (max-width: 767px) {
  .contact table tr th, .contact table tr td {
    display: block;
  }
}
.contact table tr th {
  width: 23.6rem;
}
@media screen and (max-width: 767px) {
  .contact table tr th {
    width: 100%;
    border-bottom: none;
  }
}
.contact table tr th span {
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .contact table tr td {
    border-top: none;
  }
}
.contact table tr td input,
.contact table tr td textarea {
  width: 100%;
  padding: 0.8rem;
  border-radius: 0.5rem;
  border: solid 1px #A8A8A8;
}
.contact table tr td textarea {
  height: 29rem;
}
.contact .submit-btn {
  margin: 4rem auto 0;
  width: 24rem;
  height: 3.6rem;
  color: #ffffff;
  border-radius: 0.5rem;
  background: #414141;
  position: relative;
  transition: all 0.5s;
}
.contact .submit-btn:hover {
  scale: 1.1;
}
.contact .submit-btn .submit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.contact .submit-btn::after {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.3rem;
  content: "";
  background: url(../images/chevron-right-white.svg) no-repeat;
  background-size: cover;
}

.news-container-w {
  padding: 6rem 2rem 15rem;
}

.news {
  width: min(79rem, 100%);
  margin: 0 auto;
}
.news ul {
  margin-top: 9.5rem;
  flex-direction: column;
  gap: 6rem;
}
.news .single {
  margin-top: 9.5rem;
}
.news .btn-single {
  margin: 16rem auto 0;
}