@charset "UTF-8";

main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.content_block {
  color: #12140F;
  /*reserve 
  ----------------------------------------*/
}

@media screen and (max-width: 767px) {
  .content_block .inner {
    width: 100%;
    padding: 0 5%;
  }
}

.content_block h3 {
  font-weight: 500;
}

.content_block #visual {
  text-align: center;
}

.content_block #visual p {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .content_block #visual p {
    font-size: 6vw;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.content_block #visual p span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #F9DE4A 70%);
  line-height: 1;
}

.content_block #plan-3piece {
  background-color: #E8F3E6;
  padding: 80px 0;
  margin-bottom: 120px;
  color: #12140F;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece {
    padding: 40px 3%;
    margin-bottom: 60px;
  }
}

.content_block #plan-3piece h2 {
  text-align: center;
  margin-bottom: 40px;
}

.content_block #plan-3piece h2 span {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece h2 span {
    font-size: 6vw;
    padding-bottom: 10px;
  }
}

.content_block #plan-3piece .otoku {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.content_block #plan-3piece .otoku span {
  position: relative;
}

.content_block #plan-3piece .otoku span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  transform: rotate(-45deg);
  width: 1px;
  height: 100%;
  background-color: #12140F;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .otoku span::before {
    transform: rotate(-25deg);
  }
}

.content_block #plan-3piece .otoku span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(45deg);
  width: 1px;
  height: 100%;
  background-color: #12140F;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .otoku span::after {
    transform: rotate(25deg);
    right: -55px;
  }
}

.content_block #plan-3piece .in-box {
  max-width: 840px;
  background-color: #fff;
  margin: auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box {
    padding: 0 3% 30px;
  }
}

.content_block #plan-3piece .in-box h3 {
  transform: translateY(-50%);
  text-align: center;
}

.content_block #plan-3piece .in-box h3 span {
  display: inline-block;
  background-color: #375C41;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box h3 span {
    font-size: 4vw;
    padding: 5px 15px;
  }
}

.content_block #plan-3piece .in-box h3 span b {
  font-size: 3.4rem;
}

.content_block #plan-3piece .in-box .layout1 {
  display: flex;
  gap: 40px;
  margin-bottom: 25px;
  display: flex;
  gap: 45px;
  margin: auto;
  justify-content: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout1 {
    gap: 18px;
    padding: 0 5%;
  }
}

.content_block #plan-3piece .in-box .layout2 {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 {
    padding: 0 5%;
  }
}

.content_block #plan-3piece .in-box .layout2 p {
  width: 274px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 p {
    font-size: 3vw;
  }
}

.content_block #plan-3piece .in-box .layout2 p .price {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 p .price {
    font-size: 6vw;
  }
}

.content_block #plan-3piece .in-box .layout2 p .price b {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 p .price b {
    font-size: 7.5vw;
  }
}

.content_block #plan-3piece .in-box .layout2 p .intax {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.content_block #plan-3piece .in-box .layout2 .plus {
  width: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 .plus {
    width: 18px;
  }
}

.content_block #plan-3piece .in-box .layout2 .plus::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 .plus::before {
    width: 18px;
  }
}

.content_block #plan-3piece .in-box .layout2 .plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .layout2 .plus::after {
    height: 18px;
  }
}

.content_block #plan-3piece .in-box .layout2 .price2 {
  margin-bottom: 40px;
}

.content_block #plan-3piece .in-box .item-plus {
  background-color: #F2F2F2;
  padding: 25px 40px;
  text-align: center;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus {
    padding: 25px 3%;
  }
}

.content_block #plan-3piece .in-box .item-plus h4 {
  font-size: 2rem;
  color: #12140F;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus h4 {
    font-size: 2.8vw;
    margin-bottom: 20px;
  }
}

.content_block #plan-3piece .in-box .item-plus h4 b {
  display: inline-block;
  font-size: 2.6rem;
  color: #C91C36;
  font-weight: 500;
  border-bottom: 1px solid #C91C36;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus h4 b {
    font-size: 3.5vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .ex-title {
  text-align: center;
  margin-bottom: 25px;
}

.content_block #plan-3piece .in-box .item-plus .ex-title span {
  line-height: 1;
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 28px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .ex-title {
    margin-bottom: 10px;
  }

  .content_block #plan-3piece .in-box .item-plus .ex-title span {
    font-size: 3vw;
    padding: 8px 15px;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content_block #plan-3piece .in-box .item-plus .layout .box {
  width: calc(50% - 20px);
}

.content_block #plan-3piece .in-box .item-plus .layout .box.box1 {
  margin-right: 10px;
}

.content_block #plan-3piece .in-box .item-plus .layout .box h5 {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box h5 {
    font-size: 2.8vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box h5 span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box h5 span {
    font-size: 3.8vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box {
  display: flex;
  align-items: center;
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col {
  flex: 1;
  line-height: 1.1;
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .price {
  display: block;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .price {
    font-size: 4vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .price b {
  font-size: 4.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .price b {
    font-size: 7vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .intax {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box .price-box .price-col .intax {
    font-size: 2.8vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box .price-box .image {
  width: 50px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box .price-box .image {
    width: 7vw;
  }
}

.content_block #plan-3piece .in-box .item-plus .layout .box .plus {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .in-box .item-plus .layout .box .plus {
    width: 11px;
  }
}

.content_block #plan-3piece .arrow {
  text-align: center;
  margin: 15px 0;
}

.content_block #plan-3piece .limit {
  color: #885A3D;
  text-align: center;
}

.content_block #plan-3piece .limit span {
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .limit span {
    font-size: 4.2vw;
  }
}

.content_block #plan-3piece .limit span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  transform: rotate(-45deg);
  width: 1px;
  height: 100%;
  background-color: #885A3D;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .limit span::before {
    transform: rotate(-25deg);
  }
}

.content_block #plan-3piece .limit span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(45deg);
  width: 1px;
  height: 100%;
  background-color: #885A3D;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .limit span::after {
    transform: rotate(25deg);
    right: -20px;
  }
}

.content_block #plan-3piece .arrow-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.content_block #plan-3piece .arrow-price .price1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .arrow-price .price1 {
    font-size: 3vw;
  }
}

.content_block #plan-3piece .arrow-price .price1 b {
  font-size: 5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .arrow-price .price1 b {
    font-size: 6vw;
  }
}

.content_block #plan-3piece .arrow-price .price1 .del {
  position: relative;
}

.content_block #plan-3piece .arrow-price .price1 .del::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #A10011;
  left: 0;
  top: 50%;
  transform: rotate(10deg);
}

.content_block #plan-3piece .arrow-price .price1 .tax {
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .arrow-price .price1 .tax {
    font-size: 3vw;
  }
}

.content_block #plan-3piece .arrow-price .coupon {
  width: 288px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .arrow-price .coupon {
    width: 45%;
  }
}

.content_block #plan-3piece .price2 {
  text-align: center;
  font-size: 4.8rem;
  color: #C91C36;
  line-height: 1.3;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}

.content_block #plan-3piece .price2 .num {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 .num {
    font-size: 8vw;
  }
}

.content_block #plan-3piece .price2 .yen {
  font-size: 5.8rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 .yen {
    font-size: 7.5vw;
  }
}

.content_block #plan-3piece .price2 .pb {
  font-size: 8.5rem;
  font-weight: 500px;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 .pb {
    font-size: 13vw;
  }
}

.content_block #plan-3piece .price2 .kara {
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 .kara {
    font-size: 7vw;
    vertical-align: 5px;
  }
}

.content_block #plan-3piece .price2 .tax {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .price2 .tax {
    font-size: 3.5vw;
  }
}

.content_block #plan-3piece .staff {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0C1946;
}

@media screen and (max-width: 767px) {
  .content_block #plan-3piece .staff {
    font-size: 3vw;
  }
}

.content_block .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 530px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .content_block .links {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 50px;
  }
}

.content_block #other {
  text-align: center;
  max-width: 476px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .content_block #other {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

.content_block #other h2 {
  margin-bottom: 10px;
}

.content_block .reserve .bnr-shoplist {
  margin-top: 50px;
}

.content_block .acordion-block {
  position: relative;
  overflow: hidden;
  height: 700px;
  transition: 0.3s height linear;
}

@media screen and (max-width: 767px) {
  .content_block .acordion-block {
    height: 200vh;
  }
}

.content_block .acordion-block.open {
  height: auto;
}

.content_block .acordion-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

.content_block .acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}

.content_block .detail-view {
  position: relative;
  z-index: 1;
  text-align: center;
  transform: translateY(-90px);
}

@media screen and (max-width: 767px) {
  .content_block .detail-view {
    transform: translateY(-40px);
  }
}

.content_block .detail-view span {
  display: block;
  border: 1px solid #000;
  line-height: 1;
  padding: 24px;
  max-width: 250px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s all ease;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.content_block .detail-view.open span {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .content_block .detail-view.open {
    background-color: #8D757B;
    padding-bottom: 20px;
    transform: translateY(0px);
  }
}

.content_block #about {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 767px) {
  .content_block #about {
    margin-bottom: 60px;
    padding: 0 3%;
  }
}

.content_block #about h2 {
  font-size: 4.3rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_block #about h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}

.content_block #about .image {
  text-align: center;
  margin-bottom: 40px;
}

.content_block #about .image .note {
  text-align: right;
  font-size: 1rem;
}

.content_block #about p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .content_block #about p {
    font-size: 3.5vw;
    text-align: left;
    line-height: 2;
  }
}

.content_block #about p b {
  color: #C91C36;
}

.content_block #choise .inner {
  max-width: 960px;
  margin: 0 auto 100px;
  background: url(./image/bg.webp);
  padding: 80px 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .content_block #choise .inner {
    padding: 40px 3%;
    margin-bottom: 50px;
  }
}

.content_block #choise h2 {
  text-align: center;
  margin-bottom: 60px;
}

.content_block #choise h2 .jp {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .content_block #choise h2 .jp {
    font-size: 5vw;
  }
}

.content_block #choise h2 .en {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #choise h2 .en {
    font-size: 2.5vw;
  }
}

.content_block #choise .layout {
  display: flex;
  gap: 15px;
  max-width: 821px;
  margin: 0 auto 50px;
}

.content_block #choise .layout .box {
  background-color: #fff;
}

.content_block #choise .layout .box h3 {
  text-align: center;
  color: #60432B;
  font-weight: 500;
  padding: 5px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .content_block #choise .layout .box h3 {
    height: 20vw;
  }
}

.content_block #choise .layout .box h3 .en {
  font-size: 3.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .content_block #choise .layout .box h3 .en {
    font-size: 4vw;
  }
}

.content_block #choise .layout .box h3 .jp {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #choise .layout .box h3 .jp {
    font-size: 2.5vw;
  }
}

.content_block #choise p {
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #choise p {
    font-size: 3.5vw;
    text-align: left;
  }
}

.content_block #choise p.mb {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .content_block #choise p.mb {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content_block #choise p span {
    display: block;
    font-size: 2.5vw;
  }
}

.content_block #lining {
  color: #12140F;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
.content_block #lining {
  padding-bottom: 50px;
}
}

.content_block #lining h2 {
  text-align: center;
  margin-bottom: 60px;
}

.content_block #lining h2 .jp {
  font-size: 3.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #lining h2 .jp {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}

.content_block #lining h2 .en {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #lining h2 .en {
    font-size: 2.5vw;
  }
}

.content_block #lining .layout {
  display: flex;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .content_block #lining .layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
    margin-bottom: 15px;
  }
}

.content_block #lining .layout .box {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .content_block #lining .layout .box {
    width: 100%;
  }
}

.content_block #lining .layout .box .image {
  margin-bottom: 20px;
}

.content_block #lining .layout .box h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #lining .layout .box h3 {
    margin-bottom: 10px;
  }
}

.content_block #lining .note {
  text-align: right;
  font-size: 1rem;
  max-width: 960px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .content_block #lining .note {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 20px;
  }
}

.content_block #lining .staff {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0C1946;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .content_block #lining .staff {
    font-size: 5vw;
    margin: 30px 0;
  }
}

.content_block #lining .link {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #lining .link {
    padding: 0 5%;
  }
}

.content_block #lining .link a {
  position: relative;
  display: inline-block;
  background-color: #2D3456;
  color: #fff;
  line-height: 1.5;
  padding: 10px 70px;
  text-decoration: none;
  transition: 0.3s all ease;
}

@media screen and (max-width: 767px) {
  .content_block #lining .link a {
    text-align: left;
    padding-left: 20px;
    width: 100%;
  }
}

.content_block #lining .link a:hover {
  background-color: rgb(62, 86, 175);
}

.content_block #lining .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.content_block #pants {
  background-color: #E3EDEC;
  padding: 80px 0 100px;
  color: #12140F;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .content_block #pants {
    padding: 40px 3% 60px;
    margin-bottom: 60px;
  }
}

.content_block #pants .inner {
  background-color: #fff;
  max-width: 950px;
  margin: auto;
  padding: 60px 90px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner {
    padding: 40px 5%;
  }
}

.content_block #pants .inner h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner h2 {
    margin-bottom: 20px;
  }
}

.content_block #pants .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: #064171;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner h2 span {
    font-size: 5vw;
  }
}

.content_block #pants .inner h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  background-color: #064171;
  right: -58px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner h2 span::after {
    width: 6vw;
    right: -8vw;
  }
}

.content_block #pants .inner h2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  background-color: #064171;
  left: -58px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner h2 span::before {
    width: 6vw;
    left: -10vw;
  }
}

.content_block #pants .inner .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #pants .inner .lead {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}

.content_block #pants .inner .layout {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.content_block #pants .inner .layout.col2 {
  gap: 40px;
  border-bottom: 1px solid #064171;
}

.content_block #pants .inner .layout.col2 .box {
  width: 274px;
}

.content_block #pants .inner .note {
  font-size: 1.2rem;
}

.content_block #popular {
  background-color: #4F2B01;
  padding: 80px 0 100px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .content_block #popular {
    padding: 40px 3% 60px;
    margin-bottom: 60px;
  }
}

.content_block #popular h2 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #popular h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}

.content_block #popular .inner {
  background-color: #fff;
  padding: 40px;
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner {
    padding: 20px 3%;
  }
}

.content_block #popular .inner .layout {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout {
    flex-direction: column;
    align-items: center;
  }
}

.content_block #popular .inner .layout .new {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .new {
    font-size: 3.5vw;
  }
}

.content_block #popular .inner .layout h3 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout h3 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}

.content_block #popular .inner .layout .text {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_block #popular .inner .layout .text p {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .text p {
    font-size: 3.5vw;
    margin-bottom: 20px;
    line-height: 2;
  }
}

.content_block #popular .inner .layout .text .price {
  line-height: 1.3;
}

.content_block #popular .inner .layout .text .price .unit {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .text .price .unit {
    font-size: 6vw;
  }
  .content_block #popular .inner .layout .text .price .num {
    font-size: 8vw;
  }
}

.content_block #popular .inner .layout .text .price .yen {
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .text .price .yen {
    font-size: 13vw;
  }
}

.content_block #popular .inner .layout .text .price .kara {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .text .price .kara {
    font-size: 7vw;
  }
}

.content_block #popular .inner .layout .text .price .tax {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .text .price .tax {
    font-size: 3.5vw;
  }
}

.content_block #popular .inner .layout .image {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .layout .image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.content_block #popular .inner .note {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_block #popular .inner .note {
    font-size: 3vw;
  }
}

.content_block #popular .inner .more {
  text-align: center;
}

.content_block #popular .inner .more a {
  position: relative;
  display: block;
  margin: auto;
  max-width: 354px;
  line-height: 1;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #857F37;
  color: #fff;
  transition: 0.3s all ease;
}

.content_block #popular .inner .more a:hover {
  background-color: #A9A34D;
}

.content_block #popular .inner .more a span {
  position: relative;
}

.content_block #popular .inner .more a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.content_block #scene h2 {
  margin-bottom: 40px;
}

.content_block #scene h2 .jp {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .content_block #scene h2 .jp {
    font-size: 5vw;
  }
}

.content_block #scene h2 .en {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .content_block #scene h2 .en {
    font-size: 2.5vw;
  }
}

.content_block #scene .bg1 {
  background-color: #2D3456;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .content_block #scene .bg1 {
    padding: 40px 3%;
  }
}

.content_block #scene .bg2 {
  background-color: #664834;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .content_block #scene .bg2 {
    padding: 40px 3%;
  }
}

.content_block #scene .bg3 {
  background-color: #8D757B;
  padding: 80px 0 120px;
}

@media screen and (max-width: 767px) {
  .content_block #scene .bg3 {
    padding: 40px 3%;
  }
}

.content_block #scene .inner {
  max-width: 950px;
  margin: auto;
  padding: 80px 20px;
  background-color: #fff;
  color: #12140F;
}

@media screen and (max-width: 767px) {
  .content_block #scene .inner {
    padding: 40px 5%;
  }
}

.content_block #scene .inner h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_block #scene .inner h3 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}

.content_block #scene .inner h3 .en {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #scene .inner h3 .en {
    font-size: 2.5vw;
  }
}

.content_block #scene .inner p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_block #scene .inner p {
    text-align: left;
    font-size: 4vw;
    line-height: 1.8;
  }
}

.content_block #scene .inner .image {
  text-align: center;
}

.content_block #scene .inner hr {
  max-width: 800px;
  margin: 50px auto;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .content_block #scene .inner hr {
    margin: 30px auto;
  }
}

.content_block #ladies {
  background-color: #E5F5F9;
  padding: 80px 0 100px;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #ladies {
    padding: 40px 3% 60px;
    margin-bottom: 30px;
  }
}

.content_block #ladies h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_block #ladies h2 {
    margin-bottom: 20px;
  }
}

.content_block #ladies h2 .jp {
  font-size: 3.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_block #ladies h2 .jp {
    font-size: 5vw;
  }
}

.content_block #ladies h2 .en {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .content_block #ladies h2 .en {
    font-size: 2.5vw;
  }
}

.content_block #ladies .main-image {
  max-width: 600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .content_block #ladies .main-image {
    margin-bottom: 20px;
    padding: 0 8%;
  }
}

.content_block #ladies .main-image .note {
  text-align: center;
  font-size: 1rem;
}

.content_block #ladies .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .content_block #ladies .lead {
    font-size: 3.5vw;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 5%;
  }
}

.content_block #ladies .image {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .content_block #ladies .image.sp {
    padding: 0 5%;
    display: block !important;
  }
}

.content_block .style-book-link {
  text-align: center;
}

.content_block .style-book-link a {
  position: relative;
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 24px;
  width: 360px;
  margin: auto;
  text-decoration: none;
  margin-bottom: 30px;
}

.content_block .style-book-link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.content_block .style-book-link .mens {
  background-color: #1B244D;
}

.content_block .style-book-link .ladies {
  background-color: #671031;
}

.content_block .more-3piece {
  text-align: center;
  color: #8E2721;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .content_block .more-3piece {
    font-size: 5vw;
    margin: 50px 0 20px;
  }
}

.content_block .pickup-more {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .content_block .pickup-more {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}

.content_block .reserve {
  text-align: center;
  margin-bottom: 80px;
}

.content_block .reserve .title {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.content_block .reserve .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
}

.content_block .reserve .title span::before,
.content_block .reserve .title span::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 1px;
  /* 線の幅を調整 */
  height: 22px;
  background: black;
  /* 線の色 */
}

.content_block .reserve .title span::before {
  left: 0;
  transform: rotate(-20deg);
  /* 傾きを調整 */
  transform-origin: right bottom;
}

.content_block .reserve .title span::after {
  right: 0;
  transform: rotate(20deg);
  /* 傾きを調整 */
  transform-origin: left bottom;
}

.content_block .reserve .btn {
  padding: 15px;
  width: 300px;
  font-size: 1.8rem;
  background-color: #684A28;
  color: #fff;
  text-align: center;
}

.content_block .reserve .btn::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .content_block .reserve .reserve .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .content_block .reserve .reserve .btn {
    padding: 25px;
    width: 90%;
  }
}

#flowbody {
  background-color: #EDEDED;
  padding: 50px 0;
}

#flowbody h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 50px;
}

#flowbody .flow-wrap {
  position: relative;
  overflow: hidden;
  height: 480px;
  transition: 0.3s height linear;
}

#flowbody .flow-wrap.open {
  height: auto;
}

#flowbody .flow-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 430px;
  top: 80px;
  left: 0;
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgba(237, 237, 237, 0) 100%);
  transition: 0.2s opacity linear;
}

#flowbody .flow-wrap.open::before {
  opacity: 0;
  visibility: hidden;
}

#flowbody .howto {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#flowbody .howto::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 95px);
  bottom: -16px;
  left: 25px;
  background-color: #4B3F2C;
}

#flowbody .howto.last {
  margin-bottom: 50px;
}

#flowbody .howto.last::after {
  content: none;
}

#flowbody .howto .step {
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
}

#flowbody .howto .step .num {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}

#flowbody .howto .body {
  padding: 30px 0;
  flex: 1;
}

#flowbody .howto .layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#flowbody .howto .layout .text {
  flex: 1;
  padding-right: 40px;
  padding-top: 20px;
}

#flowbody .howto .layout .text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

#flowbody .howto .layout .text p {
  font-size: 1.4rem;
}

#flowbody .howto .layout .image {
  width: 176px;
  line-height: 0;
}

#flowbody .howto .layout.white {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #4B3F2C;
  align-items: center;
}

#flowbody .howto .layout.white h3 {
  font-size: 1.8rem;
}

#flowbody .howto .layout.white .text {
  padding-top: 0;
}

#flowbody .howto .layout.white .image {
  width: 147px;
}

#flowbody .flow-btn {
  text-align: center;
}

#flowbody .flow-btn span {
  display: inline-block;
  border: 1px solid #000;
  padding: 18px 45px;
  line-height: 1;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

#flowbody .flow-btn span:hover {
  background-color: #4B3F2C;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #flowbody {
    padding: 20px 5%;
  }

  #flowbody h2 {
    font-size: 4.5vw;
    margin-bottom: 0;
  }

  #flowbody .howto {
    width: 100%;
  }

  #flowbody .howto .step {
    margin-right: 15px;
    font-size: 1.2rem;
  }

  #flowbody .howto .step .num {
    font-size: 3rem;
  }

  #flowbody .howto .layout {
    display: block;
  }

  #flowbody .howto .layout .text {
    padding: 0;
  }

  #flowbody .howto .layout .text h3 {
    font-size: 2rem;
  }

  #flowbody .howto .layout .image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #flowbody .howto .layout .image img {
    max-width: 100%;
    max-width: 218px;
  }

  #flowbody .howto .layout.white h3 {
    font-size: 1.6rem;
  }

  #flowbody .howto .layout.white p {
    font-size: 1.2rem;
  }

  #flowbody .howto .layout.white .image {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */