@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/inlay-crown/inlay-crown_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/inlay-crown/inlay-crown_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.lead_sec .goldcheckbox {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-feature-settings: "palt";
  }
  .lead_sec .goldcheckbox {
    margin-top: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_body {
  padding: 0 30px;
}
.sec02 .top_box .box_title {
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  text-align: center;
  border-bottom: 1px dashed #3B639A;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.sec02 .top_box .first_box {
  margin-bottom: 90px;
}
.sec02 .top_box .second_box {
  margin-bottom: 45px;
}
.sec02 .top_box .second_box .flexbox {
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.sec02 .top_box .second_box .flexbox .ex_box .ex_title {
  color: #3b639a;
  text-align: center;
  margin-bottom: 25px;
}
.sec02 .top_box .second_box .flexbox .ex_box .imagebox {
  width: 100%;
  position: relative;
}
.sec02 .top_box .second_box .flexbox .ex_box .ex_circle {
  position: absolute;
  content: "";
  width: 151px;
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  background: url(/images/inlay-crown/ex_circle.webp) center/contain no-repeat;
}
.sec02 .top_box .reverse {
  margin-bottom: 100px;
}
.sec02 .top_box .reverse .textbox {
  margin-right: 0;
}
.sec02 .box:not(:nth-of-type(6)) {
  padding-bottom: 65px;
  margin-bottom: 55px;
  border-bottom: 1px solid #3B639A;
}
.sec02 .flexbox {
  align-items: flex-start;
  margin-bottom: 50px;
}
.sec02 .flexbox .imagebox {
  width: 37.7%;
}
.sec02 .flexbox .textbox {
  width: 80%;
  margin-right: 80px;
}
.sec02 .flexbox .textbox .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  margin-left: 58px;
  margin-bottom: 45px;
}
.sec02 .flexbox .textbox .titlebox {
  position: relative;
}
.sec02 .flexbox .textbox .titlebox::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 56px;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/inlay-crown/inlay-crown_icon.webp) center/contain no-repeat;
}
.sec02 .flexbox .textbox .box_subtitle {
  margin-left: 58px;
}
.sec02 .flexbox:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_body {
    padding: 0;
  }
  .sec02 .flexbox:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sec02 .top_box .box_title {
    font-size: 4.8vw;
    border-bottom: 1px dashed #3B639A;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec02 .top_box .first_box {
    margin-bottom: 10vw;
  }
  .sec02 .top_box .second_box {
    margin-bottom: 10vw;
  }
  .sec02 .top_box .second_box .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec02 .top_box .second_box .flexbox .ex_box {
    margin-bottom: 10vw;
  }
  .sec02 .top_box .second_box .flexbox .ex_box .ex_title {
    color: #3b639a;
    text-align: center;
    margin-bottom: 3vw;
    font-size: 4.3vw;
  }
  .sec02 .top_box .second_box .flexbox .ex_box .imagebox {
    width: 100%;
    position: relative;
  }
  .sec02 .top_box .second_box .flexbox .ex_box .ex_circle {
    position: absolute;
    content: "";
    width: 35vw;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4vw;
    text-align: center;
    background: url(/images/inlay-crown/ex_circle.webp) center/contain no-repeat;
  }
  .sec02 .top_box .reverse {
    margin-bottom: 10vw;
  }
  .sec02 .top_box .reverse .textbox {
    margin-right: 0;
  }
  .sec02 .box:not(:nth-of-type(6)) {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
    border-bottom: 1px solid #3B639A;
  }
  .sec02 .flexbox {
    display: block;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    margin-left: 13vw;
    font-feature-settings: "palt";
  }
  .sec02 .flexbox .textbox .titlebox::before {
    content: "";
    position: absolute;
    width: 9vw;
    height: 12vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec02 .flexbox .textbox .box_subtitle {
    margin-left: 13vw;
    font-size: 3.5vw;
    font-feature-settings: "palt";
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .pricebox .price {
  padding: 30px 17px;
  font-feature-settings: "palt";
}
.sec03 .pricebox .price_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 {
  margin-bottom: 100px;
}
.sec04 .flexbox {
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec04 .flexbox .imagebox {
  width: 68.5%;
}
.sec04 .flexbox .textbox {
  margin-right: 35px;
  width: 80%;
}
.sec04 .about_btn {
  color: #444444;
}
.sec04 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    display: block;
    align-items: flex-start;
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec04 .about_btn {
    color: #444444;
  }
  .sec04 .about_btn::before {
    background: url(/images/common/pink_icon.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=inlay-crown.css.map */