@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap");
.c-button.--main {
  background-color: #0072bc;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7d2d7;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.page-customize .c-content {
  width: 90%;
}
.page-customize .content_read,
.page-customize .sec_head {
  text-align: center;
  font-size: clamp(20px, 2.41vw, 30px);
  font-weight: 600;
  line-height: 1.6;
  color: #aa852f;
}
.page-customize .read {
  font-size: clamp(12px, 1.12vw, 14px);
  font-weight: 500;
  line-height: 2.8;
  text-align: center;
}
.page-customize .cap_r {
  font-size: 10px;
  text-align: right;
}
.page-customize .cap_r.ex {
  position: absolute;
  right: 5px;
  top: 100%;
}
.page-customize .sec01 {
  padding-top: clamp(40px, 5vw, 60px);
}
.page-customize .sec01 .sec01_read_wrap {
  margin-bottom: clamp(40px, 5vw, 60px);
}
.page-customize .sec01 .sec01_read_wrap .content_read {
  margin-bottom: 20px;
}
.page-customize .sec01 .sec01_read_wrap .read {
  line-height: 2.5;
  text-align: center;
}
.page-customize .sec01 .sec01_item01 {
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.page-customize .sec01 .sec01_item01 .photo_group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 1px;
}
.page-customize .sec01 .sec01_item01 .photo_group .photo img {
  width: 100%;
}
.page-customize .sec01 .sec01_item01 .en_ttl {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 32.38%;
}
.page-customize .sec01 .sec01_item01 .photo_ttl {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.47;
  font-size: clamp(20px, 2.125vw, 34px);
  font-weight: 600;
  color: #fff;
}
.page-customize .sec01 .sec01_item01 .cap_r.ex {
  position: absolute;
  right: 5px;
  top: 100%;
}
.page-customize .sec01 .sec01_item02 {
  padding: clamp(40px, 5vw, 60px) 0 clamp(30px, 4.167vw, 50px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/special/customize/bg01.jpg");
}
.page-customize .sec01 .sec01_item02 .sec01_item02_in {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
.page-customize .sec01 .sec01_item02 .sec01_item02_in .item {
  width: 22.5%;
}
.page-customize .sec01 .sec01_item02 .sec01_item02_in .item .item_image {
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.page-customize .sec01 .sec01_item02 .sec01_item02_in .item .item_image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  border: 2px solid;
  -o-border-image: linear-gradient(140deg, #e0c07a 0%, #765816 100%);
     border-image: linear-gradient(140deg, #e0c07a 0%, #765816 100%);
  border-image-slice: 1;
}
.page-customize .sec01 .sec01_item02 .sec01_item02_in .item .item_text {
  width: 120%;
  margin-left: -10%;
  text-align: center;
  font-size: clamp(11px, 1.385vw, 18px);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item01 .photo_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item01 .en_ttl {
    width: 85%;
    top: 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item01 .photo_ttl {
    font-size: 5.4vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item02 .sec01_item02_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item02 .sec01_item02_in .item {
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec01 .sec01_item02 .sec01_item02_in .item .item_text {
    margin-top: 0.5em;
    font-size: 14px;
  }
}
.page-customize .tab_area {
  padding: 40px 0 30px;
}
@media screen and (max-width: 767.98px) {
  .page-customize .tab_area {
    padding: 30px 0;
  }
}
.page-customize .tab_area .customize_tab {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .page-customize .tab_area .customize_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.page-customize .tab_area .customize_tab.customize_tab_top .item a:after {
  top: -0.34em;
  background: url(../../images/special/customize/button_arrow_top.svg) center/contain no-repeat;
}
.page-customize .tab_area .customize_tab.customize_tab_bottom .item a:after {
  bottom: -0.34em;
  background: url(../../images/special/customize/button_arrow_bottom.svg) center/contain no-repeat;
}
.page-customize .tab_area .customize_tab.--col2 {
  width: min(800px, 100%);
}
@media screen and (min-width: 768px), print {
  .page-customize .tab_area .customize_tab.--col2 .item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px), print {
  .page-customize .tab_area .customize_tab.--col3 .item {
    width: calc((100% - 40px) / 3);
  }
}
.page-customize .tab_area .customize_tab .item {
  width: 100%;
}
.page-customize .tab_area .customize_tab .item.coming {
  pointer-events: none;
}
.page-customize .tab_area .customize_tab .item a {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #967838;
  background: #fff;
  border: 1px solid #967838;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  gap: 0.6em 0;
  padding: 0.75em 0.1em;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .page-customize .tab_area .customize_tab .item a {
    font-size: 16px;
  }
}
.page-customize .tab_area .customize_tab .item a.coming {
  pointer-events: none;
}
.page-customize .tab_area .customize_tab .item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0.88em;
  aspect-ratio: 16/13;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.page-customize .tab_area .customize_tab .item a .text_en {
  font-size: 70%;
}
.page-customize .tab_area .customize_tab .item a .text_jp.coming {
  background: #89771e;
  color: #fff;
  padding: 3px 20px 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .page-customize .tab_area .customize_tab .item a:hover {
    color: #fff;
    background: #967838;
  }
  .page-customize .tab_area .customize_tab .item a:hover:after {
    opacity: 1;
  }
  .page-customize .tab_area .customize_tab .item a:hover .text_jp.coming {
    background: #fff;
    color: #89771e;
  }
}
.page-customize .title_group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.page-customize .title_group .t01 {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  color: #aa852f;
  margin: 30px 0 40px;
}
.page-customize .title_group .t01 .combination {
  display: block;
  border: 1px solid #900;
  padding: 8px 20px 10px;
  font-size: 80%;
  line-height: 1;
  color: #900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.page-customize .title_group .t02 {
  font-size: clamp(12px, 1.167vw, 14px);
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 820px) {
  .page-customize .title_group .en_img img {
    height: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .title_group .en_img img {
    height: 7.6vw;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .title_group .t01 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
}
.page-customize .flower {
  position: absolute;
  top: 10px;
  width: 46%;
  max-width: 736px;
  pointer-events: none;
}
.page-customize .flower.right {
  right: 0;
}
.page-customize .flower.left {
  left: 0;
  top: -15%;
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .page-customize .flower {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .flower.right {
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .flower.left {
    top: 10px;
    right: 0;
  }
}
.page-customize .anchor_wrap {
  position: relative;
}
.page-customize .anchor_wrap .anchor_bg {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 0);
}
.page-customize .anchor_wrap .anchor_bg:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/special/customize/bg02.jpg");
}
@media screen and (max-width: 767.98px) {
  .page-customize .anchor_wrap .anchor_bg:before {
    background-image: url("../../images/special/customize/sp/bg02_sp.jpg");
  }
}
.page-customize .sec02 {
  position: relative;
  padding: clamp(80px, 8.334vw, 100px) 0 clamp(80px, 9.167vw, 110px);
  text-align: left;
}
.page-customize .sec02 .inner {
  position: relative;
}
.page-customize .sec02 .en_name img {
  display: block;
  margin-right: auto;
  width: auto;
  height: 22px;
}
@media screen and (max-width: 1200px) {
  .page-customize .sec02 .en_name img {
    height: 15px;
  }
}
.page-customize .sec02 .text {
  font-weight: 500;
  margin-bottom: clamp(30px, 4.167vw, 50px);
}
.page-customize .sec02 .sec02_item01 {
  margin-bottom: clamp(30px, 4.167vw, 50px);
}
.page-customize .sec02 .sec02_item01 .text {
  font-size: clamp(14px, 1.5vw, 18px);
}
.page-customize .sec02 .sec02_item01 .left {
  width: 56.67%;
  position: relative;
}
.page-customize .sec02 .sec02_item01 .left .wappen {
  position: absolute;
  left: 0;
  top: -20px;
  width: 17.36%;
}
.page-customize .sec02 .sec02_item01 .right {
  width: 39.17%;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item {
  width: 44.69%;
  position: relative;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item:nth-of-type(1), .page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item:nth-of-type(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item:after {
  position: absolute;
  right: -12%;
  top: 0;
  bottom: 0;
  background: #ccc;
  width: 1px;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item:nth-of-type(1):after {
  content: "";
  bottom: 20px;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item:nth-of-type(3):after {
  content: "";
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item .item_in {
  width: 57.15%;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item .item_in:nth-of-type(2) {
  width: 38%;
}
.page-customize .sec02 .sec02_item01 .right .sec02_item01_list .item .item_in .item_in_name {
  font-size: clamp(11px, 1.167vw, 14px);
  text-align: center;
  background: #aa852f;
  color: #fff;
}
.page-customize .sec02 .sec02_item02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}
.page-customize .sec02 .sec02_item02 .item {
  width: 22.5%;
}
.page-customize .sec02 .sec02_item02 .item .text {
  margin: 20px 0 10px;
  font-size: clamp(11px, 1.5vw, 18px);
}
.page-customize .sec02 .sec02_item02 .item .photo {
  position: relative;
}
.page-customize .sec02 .sec02_item02 .item .photo .wappen {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 33.0555555556%;
}
.page-customize .sec02 .sec02_item02 .item .photo img {
  width: 100%;
}
.page-customize .sec02 .sec02_item03 {
  position: relative;
}
.page-customize .sec02 .sec02_item03 .banner_ttl {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  color: #aa852f;
  text-align: center;
  margin-bottom: 25px;
}
.page-customize .sec02 .sec02_item03 .banner_ttl .arrow {
  display: block;
  line-height: 0;
  margin-top: 10px;
}
.page-customize .sec02 .sec02_item03 .banner_box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item01 .text {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item01 .left {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item01 .left .wappen {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item01 .right {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .page-customize .sec02 .sec02_item01 .right .text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item02 .item {
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec02 .sec02_item02 .item .text {
    margin: 10px 0;
  }
}
.page-customize .sec03 {
  position: relative;
  padding: clamp(80px, 7.5vw, 90px) 0;
  z-index: 1;
}
.page-customize .sec03:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.page-customize .sec03 .option_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .page-customize .sec03 .option_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec03 .option_list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}
.page-customize .sec03 .option_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-customize .sec03 .option_list .item .item_head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: clamp(13px, 1.701vw, 17px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #967838;
  line-height: 1.15;
  padding: 0.1em;
  min-height: 2.94em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .page-customize .sec03 .option_list .item .item_head {
    font-size: clamp(13px, 1.701vw, 17px);
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec03 .option_list .item .item_head {
    font-size: 11px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec03 .option_list .item .item_head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 13px;
  }
}
.page-customize .sec03 .option_list .item .item_image {
  position: relative;
}
.page-customize .sec03 .option_list .item .item_image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-right: 1px solid #967838;
  border-left: 1px solid #967838;
  border-bottom: 1px solid #967838;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-customize .sec03 .option_banner {
  max-width: 640px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec03 .option_list .item .item_image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-customize .sec04 {
  position: relative;
  padding: clamp(80px, 8.334vw, 100px) 0 clamp(80px, 9.167vw, 110px);
}
.page-customize .sec04 .inner {
  position: relative;
}
.page-customize .sec04 .inner .movie_soon {
  max-width: 800px;
  margin: 0 auto;
}
.page-customize .sec04 .inner .movie_wrap {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.page-customize .sec04 .inner .movie_wrap .movie_outer .movie_box {
  width: 100%;
  position: relative;
}
.page-customize .sec04 .inner .movie_wrap .movie_outer .movie_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.page-customize .sec04 .inner .movie_wrap .movie_outer .movie_box iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .page-customize .sec04 .inner .movie_wrap {
    width: 100%;
  }
}
.page-customize .notes-area {
  margin-top: 0;
}/*# sourceMappingURL=page-special-customize.css.map */