@charset "UTF-8";
@import url("global.css");
#mv_block > figure {
  height: 800px;
  overflow: hidden;
}
#mv_block .textbox {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  margin-bottom: 90px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  text-align: center;
}
#mv_block .textbox .catch {
  font-size: .73rem;
}
#mv_block .textbox .title span {
  display: block;
}
#mv_block .textbox .title .ja {
  margin-top: 20px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
}
#mv_block .textbox .title .en {
  line-height: 1;
  font-size: clamp(28px, 3.6vw, 40px);
  font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#mv_block .textbox .title > small {
  font-weight: 500;
  font-size: .8rem;
  vertical-align: 4px;
}
#mv_block .textbox .title > small::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
#mv_block .textbox .title > small::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
}
#mv_block .textbox .text {
  margin-top: 25px;
}
#mv_block .textbox .text > p {
  font-size: .87rem;
}
#mv_block .textbox .text > p + p {
  margin-top: 1em;
}

#first_block .text dl, #second_block .text dl, #third_block .text dl {
  text-align: justify;
}
#first_block .text dl dt, #second_block .text dl dt, #third_block .text dl dt {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  margin-bottom: 15px;
}

#first_block {
  overflow: hidden;
}
#first_block .phbox {
  display: flex;
  margin-bottom: 80px;
}
#first_block .phbox span {
  display: block;
  width: 48vw;
}
#first_block .phbox span:nth-of-type(1) {
  order: 2;
  margin: 0 1px;
  flex-shrink: 0;
}
#first_block .phbox span:nth-of-type(2) {
  order: 1;
}
#first_block .phbox span:nth-of-type(2) img {
  object-position: right center;
}
#first_block .phbox span:nth-of-type(3) {
  order: 3;
}
#first_block .phbox span:nth-of-type(3) img {
  object-position: left center;
}
#first_block .text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 100px 50px;
}

#second_block {
  margin-top: 60px;
  position: relative;
}
#second_block .ph01 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 31.25vw;
}
#second_block .ph02 {
  margin: 70px 0 0 calc( 31.25vw - ( 100vw - 1200px ) / 2 + 100px );
}
#second_block .text {
  margin: 25px 0 0 calc( 31.25vw - ( 100vw - 1200px ) / 2 + 100px );
}

#third_block {
  margin-top: 120px;
  position: relative;
}
#third_block .wrapper {
  display: flex;
  align-items: center;
}
#third_block .phbox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 802px;
}
#third_block .phbox span {
  display: block;
  margin-left: 1px;
}
#third_block .text {
  margin-right: calc( 800px - ( 100vw - 1200px ) / 2 + 70px );
}

.linkbtn {
  margin-top: 120px;
  background-color: #FFF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.linkbtn .textbox {
  display: flex;
  align-items: center;
}
.linkbtn .textbox .h {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.linkbtn .textbox .h span {
  display: inline-block;
}
.linkbtn .textbox .h .en {
  font-size: clamp(18px, 2.3vw, 26px);
  font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
  padding-right: 5px;
  line-height: 1;
}
.linkbtn .textbox .h .ja {
  vertical-align: 4px;
}
.linkbtn .textbox .h .ja::before {
  content: "［";
  display: inline-block;
  margin-right: 3px;
}
.linkbtn .textbox .h .ja::after {
  content: "］";
  display: inline-block;
  margin-left: 3px;
}
.linkbtn .textbox .h::before {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #3E4443;
  display: inline-block;
  margin-right: 15px;
}
.linkbtn .textbox .pricebox .cap {
  font-weight: 500;
}
.linkbtn .textbox .pricebox .price_wrap {
  display: flex;
  align-items: baseline;
  line-height: 1.3;
}
.linkbtn .textbox .pricebox .price_wrap .price {
  font-weight: 500;
}
.linkbtn .textbox .pricebox .price_wrap .price span {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(24px, 3vw, 34px);
}
.linkbtn .textbox .notes {
  margin-top: 10px;
  font-size: .8rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.linkbtn .textbox .notes::before {
  content: "※";
  padding-right: 3px;
}
.linkbtn .btn a {
  display: block;
  width: 450px;
  height: 80px;
  line-height: 80px;
  padding-inline: 35px;
  box-sizing: border-box;
  color: #fff;
  background-color: #727E82;
  font-size: 16px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (any-hover: hover) {
  .linkbtn .btn a:hover {
    background-color: #8B835A;
  }
  .linkbtn .btn a:hover::after {
    translate: 10px 0;
    scale: 1.5;
  }
}
.linkbtn .btn a::after {
  content: "";
  width: 10px;
  height: 8px;
  background: url("../img/arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -4px;
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #mv_block > figure {
    height: 600px;
  }

  #first_block .phbox span {
    width: 60vw;
  }
  #first_block .text {
    padding: 40px 6vw 50px;
  }

  #second_block .ph01 {
    width: 36vw;
  }
  #second_block .ph02 {
    margin: 70px 0 0 calc( 36vw - 50px + 6vw );
  }
  #second_block .text {
    margin: 25px 0 0 calc( 36vw - 50px + 6vw );
  }

  #third_block .phbox {
    width: 530px;
  }
  #third_block .text {
    margin-right: calc( 530px - 50px + 5vw );
  }

  .linkbtn .textbox {
    display: block;
  }
  .linkbtn .textbox .h {
    padding: 0 0 10px;
  }
  .linkbtn .btn a {
    width: 400px;
    padding-inline: 30px;
  }
  .linkbtn .btn a::after {
    right: 35px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mv_block .textbox {
    margin-bottom: 50px;
  }

  #first_block {
    overflow: hidden;
  }
  #first_block .phbox {
    margin-bottom: 60px;
  }
  #first_block .text {
    padding: 35px 6vw 40px;
  }

  #second_block .ph01 {
    width: 43vw;
  }
  #second_block .ph02 {
    margin: 40px 0 0 43vw;
  }
  #second_block .text {
    margin: 20px 0 0 43vw;
  }

  #third_block {
    margin-top: 90px;
  }
  #third_block .wrapper {
    align-items: stretch;
    flex-wrap: wrap;
  }
  #third_block .phbox {
    position: static;
    margin: 0 -6vw 40px auto;
    width: 76%;
  }
  #third_block .text {
    margin-right: 0;
  }

  .linkbtn {
    margin-top: 90px;
    padding: 25px 30px;
  }
  .linkbtn .btn a {
    width: auto;
    padding-inline: 25px 80px;
    font-size: 15px;
  }
  .linkbtn .btn a::after {
    right: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #mv_block > figure {
    height: 50svh;
  }
  #mv_block .textbox {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    margin-bottom: 10px;
    padding: 30px 20px;
  }
  #mv_block .textbox .title .ja {
    margin-top: 10px;
  }
  #mv_block .textbox .text {
    margin-top: 20px;
    text-align: justify;
  }
  #mv_block .textbox .text > p br {
    display: none;
  }
  #mv_block .textbox .text > p + p {
    margin-top: .7em;
  }

  #first_block .phbox {
    margin-bottom: 35px;
  }
  #first_block .phbox span {
    width: 66vw;
  }
  #first_block .text {
    padding: 25px 6vw 35px;
  }

  #second_block {
    margin-top: 45px;
    position: static;
  }
  #second_block .ph01 {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  #second_block .ph02 {
    margin: 0;
  }
  #second_block .text {
    margin: 15px 0 30px;
  }

  #third_block {
    margin-top: 45px;
  }
  #third_block .phbox {
    margin: 0 -5vw 20px auto;
    width: 84%;
  }

  .linkbtn {
    margin-top: 45px;
    padding: 20px 20px 25px;
    display: block;
  }
  .linkbtn .textbox .h .en {
    padding-right: 0;
  }
  .linkbtn .textbox .h .ja::before {
    margin-right: 2px;
  }
  .linkbtn .textbox .h .ja::after {
    margin-left: 2px;
  }
  .linkbtn .textbox .h::before {
    width: 18px;
    margin-right: 10px;
  }
  .linkbtn .textbox .pricebox .price span {
    font-size: 28px;
  }
  .linkbtn .btn {
    margin-top: 15px;
  }
  .linkbtn .btn a {
    height: 62px;
    line-height: 62px;
    padding-inline: 15px 45px;
    font-size: 14px;
  }
  .linkbtn .btn a::after {
    right: 20px;
  }
}
@media only screen and (max-width: 644px) and (any-hover: hover) {
  .linkbtn .btn a:hover::after {
    translate: 0;
    scale: 1;
  }
}
