@charset "UTF-8";

main .content_block,
main .mincho{
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

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

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

.content_block {
  color: #12140F;
}
.content_block b{
  font-weight: 500;
}

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

.content_block .links a {
  display: block;
  width: 100%;
  max-width: 587px;
}
.content_block .links a img {
  width: 100%;
  height: auto;
  display: block;
}

.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 #visual .plan-intro-desc {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #12140f;
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_block #visual .plan-intro-desc {
    font-size: 1.4rem;
    margin-top: 38px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}

.content_block #visual .visual-plan-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 60px;
}

.content_block #visual .visual-plan-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 70px;
  border: 1px solid #12140f;
  background-color: #ffffff;
  text-decoration: none;
  color: #12140f;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.2s, opacity 0.2s;
}

.content_block #visual .visual-plan-links a:hover {
  background-color: #f7f7f7;
}

.content_block #visual .visual-plan-links a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #12140f;
  margin-bottom: 2px;
}

.content_block #visual .visual-plan-links a b {
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.3;
  color: #f28d00;
}

.content_block #visual .visual-plan-links a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 11px;
  background-image: url("./image/vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .content_block #visual .visual-plan-links {
    gap: 5.3vw;
    margin-bottom: 30px;
    padding: 0 5%;
  }

  .content_block #visual .visual-plan-links a {
    width: 86.6vw;
    height: 14.1vw;
  }

  .content_block #visual .visual-plan-links a span {
    font-size: 3vw;
    margin-bottom: 0.5vw;
  }

  .content_block #visual .visual-plan-links a b {
    font-size: 4vw;
  }

  .content_block #visual .visual-plan-links a::after {
    right: 5vw;
    width: 4vw;
    height: 2.2vw;
    background-image: url("./image/vector.svg");
  }
}

.content_block #visual h2 span {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #12140f;
  margin: 55px auto 80px;
}

@media screen and (max-width: 767px) {
  .content_block #visual h2 span {
    font-size: 2.8rem;
    margin: 30px auto 40px;
  }
}

.content_block .plan-1-3 {
  background-color: #EBF2ED;
  padding: 80px 0;
  margin-bottom: 90px;
  color: #12140F;
}

/* Scoped margin fix strictly for the .plan-1-3 section title and text gap */
.content_block .plan-1-3 .in-box .plan-title-block {
  margin-bottom: 0 !important;
}
.content_block .plan-1-3 .in-box .plan-title-block h2 {
  margin-bottom: 0 !important;
}
.content_block .plan-1-3 .in-box .plan-title-block + p {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .content_block .plan-1-3 .in-box .plan-title-block {
    margin-bottom: 0 !important;
  }
  .content_block .plan-1-3 .in-box .plan-title-block h2 {
    margin-bottom: 0 !important;
  }
  .content_block .plan-1-3 .in-box .plan-title-block + p {
    margin-top: 30px !important;
  }
}

.content_block .plan-title-block {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.content_block .plan-title-block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 3.8rem;
  font-weight: 500;
  color: #12140f;
  line-height: 1.3;
  margin-bottom: 50px;
  border-bottom: none;
  padding-bottom: 0;
}

.content_block .plan-title-block h2 img {
  width: 76px;
  height: 76px;
  display: block;
}

.content_block .plan-title-block .plan-merit-title {
  font-size: 3.4rem;
  font-weight: 500;
  color: #003344;
  line-height: 1.2;
}

.content_block .plan-title-block .plan-merit-title span {
  color: #f28d00;
  border-bottom: none;
  padding-bottom: 0;
  display: inline;
}

.content_block .plan-title-block .plan-merit-en {
  font-family: 'Spectral', serif;
  font-weight: 300;
  font-size: 1.4rem;
  color: #003344;
  letter-spacing: 0.08em;
  margin-top: 11px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .content_block .plan-title-block {
    margin-bottom: 30px;
  }

  .content_block .plan-title-block h2 {
    font-size: 5.64vw;
    margin-bottom: 34px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .content_block .plan-title-block h2 img {
    width: 50px;
    height: 50px;
  }

  .content_block .plan-title-block .plan-merit-title {
    font-size: 1.8rem;
  }

  .content_block .plan-title-block .plan-merit-en {
    font-size: 1.0rem;
    margin-top: 9px;
  }
}

.content_block .plan-section .plan-merits-content {
  display: flex;
  width: 940px;
  height: 454px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

.content_block .plan-section .plan-merits-content .merits-text-col {
  width: 540px;
  height: 100%;
  background-color: rgba(0, 51, 68, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  gap: 50px;
  box-sizing: border-box;
}

.content_block .plan-section .plan-merits-content .merit-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.content_block .plan-section .plan-merits-content .merit-num {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.content_block .plan-section .plan-merits-content .merit-num img {
  width: 100%;
  height: auto;
}

.content_block .plan-section .plan-merits-content .merit-item p {
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.content_block .plan-section .plan-merits-content .merits-image-col {
  width: 400px;
  height: 100%;
  display: flex;
}

.content_block .plan-section .plan-merits-content .merits-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .content_block .plan-section .plan-merits-content {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
  }

  .content_block .plan-section .plan-merits-content .merits-text-col {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    gap: 30px;
    box-sizing: border-box;
  }

  .content_block .plan-section .plan-merits-content .merit-item {
    gap: 13.7px;
  }

  .content_block .plan-section .plan-merits-content .merit-num {
    width: 32px;
    height: 32px;
  }

  .content_block .plan-section .plan-merits-content .merit-item p {
    font-size: 1.2rem;
  }

  .content_block .plan-section .plan-merits-content .merits-image-col {
    width: 100%;
    height: auto;
    order: -1;
  }

  .content_block .plan-section .plan-merits-content .merits-image-col img {
    height: auto;
  }
}

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

.content_block .plan-section h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.content_block .plan-section h2 {
  margin-bottom: 20px;
}
}

.content_block .plan-section 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-section h2 span {
    font-size: 6vw;
    padding-bottom: 10px;
  }
}

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

.content_block .plan-section .otoku span {
  position: relative;
}

.content_block .plan-section .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-section .otoku span::before {
    transform: rotate(-25deg);
  }
}

.content_block .plan-section .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-section .otoku span::after {
    transform: rotate(25deg);
    right: -55px;
  }
}

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

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

.plan-1-3 .in-box .plan-title-block {
  margin-bottom: 50px !important;
}
.plan-1-3 .in-box .plan-title-block h2 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .plan-1-3 .in-box .plan-title-block {
    margin-bottom: 30px !important;
  }
  .plan-1-3 .in-box .plan-title-block h2 {
    margin-bottom: 0 !important;
  }
}

.plan-1-3 .in-box > p:not([class]) {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #12140f;
  margin-top: 0 !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan-1-3 .in-box > p:not([class]) {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0 !important;
    margin-bottom: 25px;
    padding: 0 5%;
  }
}

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

.content_block .plan-section .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-section .in-box h3 span {
    font-size: 4vw;
    padding: 5px 15px;
  }
}

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

.content_block .plan-section .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-section .in-box .layout1 {
    gap: 18px;
    padding: 0 5%;
  }
  .content_block .plan-section .in-box .layout1 .image {
    width: calc(50% - 9px);
  }
  .content_block .plan-section .in-box .layout1 .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .layout2 {
    position: relative;
    padding: 0 5%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
  }
}

.content_block .plan-section .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-section .in-box .layout2 p {
    width: calc(50% - 9px);
    max-width: none;
    font-size: 2.76vw;
    line-height: 1.3;
  }
}

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

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .layout2 p .price {
    font-size: 4.13vw;
    margin-top: 1.5vw;
  }
}

.content_block .plan-section .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-section .in-box .layout2 p .price b {
    font-size: 6.89vw;
  }
}

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

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .layout2 p .intax {
    font-size: 2.5vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .layout2 .plus {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
  }
}

.content_block .plan-section .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-section .in-box .layout2 .plus::before {
    width: 12px;
  }
}

.content_block .plan-section .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-section .in-box .layout2 .plus::after {
    height: 12px;
  }
}

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

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

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

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

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

.content_block .plan-section .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-section .in-box .item-plus h4 b {
    font-size: 3.5vw;
  }
}

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

.content_block .plan-section .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-section .in-box .item-plus .ex-title {
    margin-bottom: 10px;
  }

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

.content_block .plan-section .in-box .item-plus .layout {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
.content_block .plan-section .in-box .item-plus .layout {
  padding: 0;
}
}
.content_block .plan-section .in-box .item-plus .layout .box {
  width: calc(50% - 20px);
}

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

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

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

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

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

.content_block .plan-section .in-box .item-plus .layout .box .price-box {
  display: flex;
  align-items: center;
  height: auto;
}

.content_block .plan-section .in-box .item-plus .layout .box .price-box .image img {
  width: 100%;
  height: auto;
  display: block;
}

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

.content_block .plan-section .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-section .in-box .item-plus .layout .box .price-box .price-col .price {
    font-size: 4vw;
  }
}

.content_block .plan-section .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-section .in-box .item-plus .layout .box .price-box .price-col .price b {
    font-size: 7vw;
  }
}

.content_block .plan-section .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-section .in-box .item-plus .layout .box .price-box .price-col .intax {
    font-size: 2.8vw;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .item-plus .layout .plus {
    width: 11px;
  }
  .content_block .plan-section .in-box .item-plus .layout .plus img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.content_block .plan-section .in-box .price-detail {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 40px;
}

.content_block .plan-section .in-box .price-detail .label {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #12140F;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.content_block .plan-section .in-box .price-detail .price {
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 400;
  color: #c91c36;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  letter-spacing: -0.017em;
}

.content_block .plan-section .in-box .price-detail .price::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 13px;
  background-color: #F9DE4A;
  z-index: -1;
}

.content_block .plan-section .in-box .price-detail .price b {
  font-size: 6.5rem;
  font-weight: 500;
}

.content_block .plan-section .in-box .price-detail .tax {
  font-size: 1.8rem;
  color: #c91c36;
  margin-top: 10px;
  letter-spacing: -0.04em;
  line-height: 1.38;
}

.content_block .plan-section .in-box .line-note {
  font-size: 1.2rem;
  font-weight: 500;
  color: #12140f;
  text-align: center;
  margin: 0 0 25px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.content_block .plan-section .in-box .staff {
  font-size: 2.5rem;
  font-weight: 500;
  color: #12140f;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .content_block .plan-section .in-box .price-detail {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .content_block .plan-section .in-box .price-detail .label {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .content_block .plan-section .in-box .price-detail .price {
    font-size: 2.2rem;
  }

  .content_block .plan-section .in-box .price-detail .price::after {
    height: 8px;
    bottom: 4px;
  }

  .content_block .plan-section .in-box .price-detail .price b {
    font-size: 3.2rem;
  }

  .content_block .plan-section .in-box .price-detail .tax {
    font-size: 3vw;
    margin-top: 6px;
  }

  .content_block .plan-section .in-box .line-note {
    font-size: 0.9rem;
    color: #12140f;
    margin: 0 0 18px;
    line-height: 1.5;
  }

  .content_block .plan-section .in-box .staff {
    font-size: 3.2vw;
    color: #12140f;
    margin: 0 0 5px;
  }
}

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

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

.content_block .plan-section .limit span {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

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

.content_block .plan-section .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-section .limit span::before {
    transform: rotate(-25deg);
  }
}

.content_block .plan-section .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-section .limit span::after {
    transform: rotate(25deg);
    right: -20px;
  }
}

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

.content_block .plan-section .arrow-price .price1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

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

.content_block .plan-section .arrow-price .price1 b {
  font-size: 5rem;
  font-weight: 500;
}

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

.content_block .plan-section .arrow-price .price1 .del {
  position: relative;
}

.content_block .plan-section .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-section .arrow-price .price1 .tax {
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

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

.content_block .plan-section .arrow-price .coupon {
  width: 288px;
}

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

.content_block .plan-section .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-section .price2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}

.content_block .plan-section .price2 .num {
  font-size: 6rem;
}

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

.content_block .plan-section .price2 .yen {
  font-size: 5.8rem;
}

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

.content_block .plan-section .price2 .pb {
  font-size: 8.5rem;
  font-weight: 500px;
}
.content_block .plan-section .price2 .pb b{
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content_block .plan-section .price2 .pb {
    font-size: 13vw;
  }
}

.content_block .plan-section .price2 .kara {
  font-size: 5.2rem;
}

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

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

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

.content_block .cupon  {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.content_block .cupon  {
  padding: 0 3%;

}
}

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

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

.content_block .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 587px;
  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;
  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 #plan-2 {
  text-align: center;
  margin: 0 auto 40px;
}

.content_block #plan-2 > *:not(.in-box) {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.content_block #plan-2 .image {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.content_block #plan-2 .image {
  margin-bottom: 0px;
}
}

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

.content_block #plan-2 > p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

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

.content_block #plan-2 > p b {
  color: #C91C36;
  font-weight: 500;
}

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

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

.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;
  }
}

/* #choise 用アコーディオン */
.content_block #choise {
  position: relative;
  margin-bottom: 40px;
}

.content_block #choise::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 252px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 24.82%, rgb(255, 255, 255) 68.99%);
  transition: 0.2s opacity linear;
  pointer-events: none;
}

.content_block #choise.choise-open::after {
  opacity: 0;
  visibility: hidden;
}

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

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

.content_block #choise .detail-view {
  position: relative;
  z-index: 3;
  text-align: center;
  transform: translateY(-40px);
}

.content_block #choise .detail-view span {
  background-color: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  border-color: #000;
}

/* 閉じるボタン（コンテンツの下、白い領域に配置される） */
.content_block #choise .close-view {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_block #choise .close-view span {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  padding: 15px 30px;
  cursor: pointer;
  background-color: #fff;
  color: #211815;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.8px;
  transition: 0.3s all ease;
}

@media screen and (max-width: 767px) {
  .content_block #choise::after {
    height: 130px;
  }
  .content_block #choise .acordion-block {
    height: 30vw;
  }
  .content_block #choise .detail-view {
    transform: translateY(-20px);
  }
  .content_block #choise .close-view {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content_block #choise .close-view span {
    padding: 12px 24px;
    font-size: 14px;
  }
  .content_block #choise .layout {
    gap: 10px;
    margin-bottom: 30px;
  }
  .content_block #choise .layout .box {
    width: calc(50% - 5px);
  }
  .content_block #choise .layout .box img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.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;
  font-weight: 500;
}

@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;
}

.content_block #pants .inner .pants-option-badge {
  text-align: center;
  margin: 35px 0 10px;
}

.content_block #pants .inner .pants-option-badge.style-badge {
  margin-bottom: 25px;
}

.content_block #pants .inner .pants-option-badge span {
  display: inline-block;
  background-color: #064171;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 4px 40px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.content_block #pants .inner .layout.col2.pants-option-layout {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #064171;
  padding: 10px 0 20px;
  margin-bottom: 30px;
}

.content_block #pants .inner .layout.col2.pants-option-layout .box {
  width: 274px;
  text-align: center;
}

.content_block #pants .inner .layout.col2.pants-option-layout .box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.content_block #pants .inner .layout.col2.pants-option-layout .box p {
  font-size: 2.0rem;
  font-weight: 500;
  color: #12140f;
  margin: 15px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.content_block #pants .inner .layout.col2.fabric-layout {
  display: flex;
  justify-content: center;
  gap: 134px;
  border-bottom: none;
  padding: 15px 0 0;
  margin-bottom: 30px;
}

.content_block #pants .inner .layout.col2.fabric-layout .box {
  width: 180px;
  text-align: center;
}

.content_block #pants .inner .layout.col2.fabric-layout .box img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
}

.content_block #pants .inner .layout.col2.fabric-layout .box p {
  font-size: 2.0rem;
  font-weight: 500;
  color: #12140f;
  margin: 15px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.content_block #pants .inner .fabric-note {
  text-align: center;
  margin: 20px 0 45px;
}

.content_block #pants .inner .fabric-note span {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 500;
  color: #12140f;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.content_block #pants .inner .fabric-note span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 363px;
  height: 9px;
  background-color: #F9DE4A;
  z-index: -1;
}

.content_block #pants .inner .pants-style-border {
  border: none;
  border-top: 1px solid #064171;
  width: 740px;
  margin: 50px auto 40px;
}

.content_block #pants .inner .layout.col3.pants-style-layout {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
  border-bottom: none;
  padding: 0;
}

.content_block #pants .inner .layout.col3.pants-style-layout .box {
  width: 230px;
  text-align: center;
}

.content_block #pants .inner .layout.col3.pants-style-layout .box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.content_block #pants .inner .layout.col3.pants-style-layout .box p {
  font-size: 2.0rem;
  font-weight: 500;
  color: #12140f;
  margin: 20px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.content_block #pants .inner .pants-style-note {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12140f;
  text-align: center;
  margin: 40px 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.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;
}

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

  .content_block #pants .inner .pants-option-badge {
    margin: 20px 0 4px;
  }

  .content_block #pants .inner .pants-option-badge.style-badge {
    margin-bottom: 20px;
  }

  .content_block #pants .inner .pants-option-badge span {
    font-size: 1.1rem;
    padding: 6px 40px;
    line-height: 1.8;
  }

  .content_block #pants .inner .layout.col2.pants-option-layout {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 8px 0 15px;
    margin-bottom: 20px;
  }

  .content_block #pants .inner .layout.col2.pants-option-layout .box {
    width: calc(50% - 8px);
  }

  .content_block #pants .inner .layout.col2.pants-option-layout .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
  }

  .content_block #pants .inner .layout.col2.pants-option-layout .box p {
    font-size: 1.2rem;
    margin: 8px 0 0;
    line-height: 1.2;
  }

  .content_block #pants .inner .layout.col2.fabric-layout {
    flex-direction: row;
    justify-content: center;
    gap: 56px;
    padding: 10px 0 0;
    margin-bottom: 25px;
  }

  .content_block #pants .inner .layout.col2.fabric-layout .box {
    width: 110px;
  }

  .content_block #pants .inner .layout.col2.fabric-layout .box img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    display: block;
  }

  .content_block #pants .inner .layout.col2.fabric-layout .box p {
    font-size: 1.2rem;
    margin: 8px 0 0;
  }

  .content_block #pants .inner .fabric-note {
    margin: 10px 0 25px;
  }

  .content_block #pants .inner .fabric-note span {
    font-size: 1.6rem;
  }

  .content_block #pants .inner .fabric-note span::after {
    width: 100%;
    height: 9px;
    bottom: -1px;
  }

  .content_block #pants .inner .pants-style-border {
    width: 100%;
    margin: 30px auto 20px;
  }

  .content_block #pants .inner .layout.col3.pants-style-layout {
    flex-direction: row;
    justify-content: center;
    gap: 13px;
    margin-bottom: 25px;
    padding: 0;
  }

  .content_block #pants .inner .layout.col3.pants-style-layout .box {
    width: calc((100% - 26px) / 3);
  }

  .content_block #pants .inner .layout.col3.pants-style-layout .box img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    display: block;
  }

  .content_block #pants .inner .layout.col3.pants-style-layout .box p {
    font-size: 1.2rem;
    margin: 10px 0 0;
    line-height: 1.4;
  }

  .content_block #pants .inner .pants-style-note {
    font-size: 1.2rem;
    margin: 25px 0 0;
    line-height: 1.6;
  }
}

.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;
  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: 500;
  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 {
  display: inline-block;
  padding: 15px;
  width: 300px;
  font-size: 1.8rem;
  background-color: #684A28;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

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

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

  .content_block .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;
  }
}

/* #plan-2 内の item-plus 内の .image リセット */
#plan-2 .item-plus .image {
  width: 50px !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 0 !important;
}

#plan-2 .item-plus .image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  #plan-2 .item-plus .image {
    width: 7vw !important;
    height: auto !important;
    margin: 0 !important;
  }
}

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