@charset "UTF-8";
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.content_block .inner {
  max-width: 940px;
}
.content_block #visual {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .content_block #visual {
    margin-bottom: 0;
    line-height: 0;
  }
}
.content_block #first {
  background: url("./image/intro-bg.webp") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 100px 5%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content_block #first {
    font-size: 4.1vw;
    padding: 60px 3%;
  }
}
.content_block #first .logo {
  margin-bottom: 50px;
}
.content_block #first b {
  font-size: 2.5rem;
  color: #FFE883;
}
@media screen and (max-width: 768px) {
  .content_block #first b {
    font-size: 5.5vw;
  }
}
.content_block #pickup {
  text-align: center;
  padding: 65px 0;
  background-color: #F9F3EA;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content_block #pickup {
    padding: 35px 0;
    margin-bottom: 30px;
  }
}
.content_block #pickup h2 {
  font-size: 3rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .content_block #pickup h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
.content_block #pickup h2 span {
  border-bottom: 1px solid #3C1E00;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .content_block #pickup p {
    font-size: 4vw;
  }
}
.content_block #coupon {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .content_block #coupon {
    margin-bottom: 0;
  }
}
.content_block #coupon .links {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .content_block #coupon .links {
    padding: 0 3%;
    margin-bottom: 25px;
  }
}
.content_block #coupon .image {
  text-align: center;
}
.content_block section .links {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .content_block section .links {
    display: block;
    text-align: center;
  }
}
.content_block section .links .btn {
  width: 270px;
  text-align: center;
  padding: 18px 30px;
}
@media screen and (max-width: 768px) {
  .content_block section .links .btn {
    width: 100%;
    width: 70%;
    margin-bottom: 15px;
  }
}
.content_block section .links .btn::after {
  width: 8px;
  height: 8px;
}
.content_block section .shop {
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content_block section .shop {
    padding-top: 20px;
  }
}
.content_block #fabric-brand {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .content_block #fabric-brand {
    padding: 30px 3%;
    margin-bottom: 50px;
  }
}
.content_block #fabric-brand h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content_block #fabric-brand h2 {
    font-size: 6vw;
    margin-bottom: 25px;
  }
}
.content_block #fabric-brand .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_block #fabric-brand .layout .box {
  width: 31%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content_block #fabric-brand .layout .box {
    width: 48%;
  }
}
.content_block #fabric-brand .layout .box .image {
  margin-bottom: 10px;
}
.content_block #fabric-brand .layout .box h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content_block #fabric-brand .layout .box h3 {
    font-size: 3.8vw;
    margin-bottom: 8px;
  }
}
.content_block #fabric-brand .layout .box p {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content_block #fabric-brand .layout .box p {
    font-size: 3.5vw;
  }
}
.content_block #jacket-model {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model {
    margin-bottom: 50px;
  }
}
.content_block #jacket-model h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model h2 {
    font-size: 6vw;
    margin-bottom: 25px;
  }
}
.content_block #jacket-model .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model .layout {
    justify-content: center;
  }
}
.content_block #jacket-model .layout .box {
  width: 48%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model .layout .box {
    width: 70%;
  }
}
.content_block #jacket-model .layout .box h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-block: 10px 20px;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model .layout .box h3 {
    font-size: 5vw;
  }
}
.content_block #jacket-model .layout .box p {
  flex: 1;
  text-align: left;
  margin-bottom: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content_block #jacket-model .layout .box p {
    font-size: 3.5vw;
  }
}
.content_block #customer {
  background-color: #F5F3F0;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_block #customer {
    padding: 50px 5% 20px;
  }
}
.content_block #customer::after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: #3C1E00;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.content_block #customer h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content_block #customer h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
.content_block #customer .row {
  display: flex;
  gap: 45px;
  max-width: 580px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .content_block #customer .row {
    max-width: 90%;
    gap: 20px;
    align-items: center;
  }
}
.content_block #customer .row .person {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .content_block #customer .row .person {
    width: 45px;
  }
}
.content_block #customer .row p {
  position: relative;
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content_block #customer .row p {
    font-size: 3.5vw;
  }
}
.content_block #customer .row p::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .content_block #customer .row p::before {
    width: 15px;
    left: -14px;
  }
}
.content_block #flow {
  background-color: #F5F3F0;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_block #flow {
    padding: 50px 0 20px;
  }
}
.content_block #flow h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content_block #flow h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
.content_block #flow .lead {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .content_block #flow .lead {
    font-size: 4vw;
  }
}
.content_block #flow .layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content_block #flow .layout {
    padding: 0 5%;
    margin-bottom: 20px;
  }
}
.content_block #flow .layout .box {
  width: 31%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content_block #flow .layout .box {
    margin-bottom: 10px;
  }
}
.content_block #flow .layout .box h3 {
  margin: 15px 0 30px;
  font-size: 2rem;
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .content_block #flow .layout .box h3 {
    font-size: 3.5vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.content_block #flow .layout .box h3 .num {
  display: inline-block;
  width: 18px;
}
.content_block #flow .layout .box h3 .text {
  flex: 1;
}
.content_block #flow .layout .box p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content_block #flow .layout .box p {
    display: none;
  }
}
.content_block #flow .links .col {
  text-align: center;
}
.content_block #faq-block {
  max-width: none;
  background-color: #EBEBEB;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .content_block #faq-block {
    padding: 50px 5% 20px;
  }
}
.content_block #faq-block h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content_block #faq-block h2 {
    margin-bottom: 0;
    font-size: 6vw;
  }
}
.content_block #faq-block .boxs {
  max-width: 740px;
  margin: auto;
}
.content_block #faq-block .boxs .box {
  border-bottom: 1px solid #3C1E00;
  padding: 30px 0;
}
.content_block #faq-block .boxs .box .row {
  display: flex;
  gap: 20px;
}
.content_block #faq-block .boxs .box .row.q {
  margin-bottom: 15px;
}
.content_block #faq-block .boxs .box .row .label {
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: #3C1E00;
  border-radius: 50%;
  line-height: 1;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content_block #faq-block .boxs .box .row .label {
    font-size: 4vw;
    line-height: 2;
  }
}
.content_block #faq-block .boxs .box .row .text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .content_block #faq-block .boxs .box .row .text {
    font-size: 3.5vw;
  }
}
.content_block #faq-block .more {
  text-align: center;
  margin-top: 50px;
}
.content_block #faq-block .more span {
  cursor: pointer;
  display: inline-block;
  background-color: #3C1E00;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.8rem;
  width: 270px;
}
.content_block #faq-block .more span:hover {
  background-color: #5C3E00;
}
.content_block .acordion-block {
  position: relative;
  overflow: hidden;
  height: 400px;
  transition: 0.3s height linear;
}
.content_block .acordion-block.open {
  height: auto;
}
.content_block .acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}
.content_block .acordion-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(235, 235, 235) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

#reserve_form {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #reserve_form {
    padding-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */