@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syncopate:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

.cm_tt0 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  margin-bottom: 60px;
  letter-spacing: -2px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt0 {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
/* ========== end △ */

.cm_tt1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-weight: normal;
  position: relative;
  letter-spacing: -2px;
}
.cm_tt1:after {
  display: block;
  width: 58px;
  height: 1px;
  background: #42210b;
  margin: 20px auto 30px;
  content: "";
}

.cm_tt2 {
  background: #fff;
  text-align: center;
  padding: 13px 5px;
  border-radius: 0 0 30px 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt2 {
    font-size: 20px;
    padding: 10px;
  }
}
/* ========== end △ */

.cm_tt3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-weight: normal;
  position: relative;
  background: url(../images/bodytype/dot.png) repeat-x center center;
  margin-bottom: 60px;
}
.cm_tt3 span {
  background: #c9e2e0;
  padding: 0 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt3 {
    font-size: 26px;
  }
}
/* ========== end △ */

.bg1 {
  background: #c9e2e0;
  padding: 200px 0 70px;
  color: #42210b;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1 {
    padding: 40px 0;
  }
}
/* ========== end △ */
.bg1:before {
  display: block;
  width: 119px;
  height: 284px;
  background: url(../images/bodytype/decor2.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 655px;
  content: "";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1:before {
    width: 50px;
    background-size: 100% auto;
  }
}
/* ========== end △ */
.bg1:after {
  display: block;
  width: 119px;
  height: 284px;
  background: url(../images/bodytype/decor1.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 30px;
  content: "";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1:after {
    width: 50px;
    background-size: 100% auto;
  }
}
/* ========== end △ */
.bg1 .box1 {
  margin-bottom: 70px;
}
.bg1 .box1 .container > p {
  text-align: center;
  margin-bottom: 55px;
  font-size: 23px;
}
.bg1 .box1 .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.bg1 .box1 .container .wrap_content:before {
  display: block;
  width: 136px;
  height: 136px;
  background: url(../images/bodytype/bg0.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  left: -85px;
  top: 20px;
  content: "";
}
.bg1 .box1 .container .wrap_content:after {
  display: block;
  width: 136px;
  height: 136px;
  background: url(../images/bodytype/bg0.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  right: -65px;
  top: 235px;
  content: "";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1 .box1 .container .wrap_content:after {
    top: auto;
    bottom: 100px;
  }
}
/* ========== end △ */
.bg1 .box1 .container .wrap_content .content {
  width: 302px;
  position: relative;
  z-index: 2;
}
.bg1 .box1 .container .wrap_content .content h2 {
  position: relative;
}
.bg1 .box1 .container .wrap_content .content h2 span {
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 32px;
  font-weight: normal;
}
.bg1 .box1 .container .wrap_content .content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 90px;
  padding-top: 20px;
  font-size: 14px;
}
.bg1 .box1 .container .wrap_content .content .inner figure {
  position: absolute;
  left: 15px;
  top: -200px;
}
.bg1 .box1 .container .wrap_content .content:nth-child(1) h2 span {
  color: #1b5571;
}
.bg1 .box1 .container .wrap_content .content:nth-child(2) h2 span {
  color: #693c29;
}
.bg1 .box1 .container .wrap_content .content:nth-child(3) h2 span {
  color: #437c6b;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1 .box1 {
    margin-bottom: 40px;
  }
  .bg1 .box1 .container > p {
    margin-bottom: 25px;
  }
  .bg1 .box1 .container .wrap_content {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bg1 .box1 .container .wrap_content .content {
    -ms-flex-preferred-size: 302px;
        flex-basis: 302px;
    margin: 0 10px 30px;
  }
}
/* ========== end △ */
.bg1 .box2 {
  margin-bottom: 50px;
  position: relative;
}
.bg1 .box2:after {
  display: block;
  width: 119px;
  height: 284px;
  background: url(../images/bodytype/decor1.png) no-repeat center top;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 230px;
  content: "";
}
.bg1 .box2 .container .wrap_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.bg1 .box2 .container .wrap_content1 .content {
  width: 287px;
}
.bg1 .box2 .container .wrap_content1 .content p {
  text-align: center;
}
.bg1 .box2 .container .wrap_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg1 .box2 .container .wrap_content2 .left {
  width: 566px;
}
.bg1 .box2 .container .wrap_content2 .left h2 {
  margin-bottom: 35px;
}
.bg1 .box2 .container .wrap_content2 .left p {
  padding: 0 90px;
}
.bg1 .box2 .container .wrap_content2 .right {
  padding-top: 170px;
  padding-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1 .box2 .container .wrap_content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .bg1 .box2 .container .wrap_content1 .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .bg1 .box2 .container .wrap_content2 .left p {
    padding: 0;
  }
}
/* ========== end △ */
.bg1 .box3 .container > h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.bg1 .box3 .container > p {
  font-size: 12px;
}
.bg1 .box3 .row {
  margin-bottom: 25px;
}
.bg1 .box3 .row:nth-child(even) {
  background: url(../images/bodytype/bg_text1.png) no-repeat center center;
}
.bg1 .box3 .row:nth-child(odd) {
  background: url(../images/bodytype/bg_text2.png) no-repeat center center;
}
.bg1 .box3 .row .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg1 .box3 .row .container .content .arrow {
  margin: 0 -20px;
  position: relative;
  z-index: 3;
}
.bg1 .box3 .row .container .content .inner h3 {
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.bg1 .box3 .row .container .content .inner > img {
  margin-top: -70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bg1 .box3 .row {
    margin-bottom: 40px;
  }
  .bg1 .box3 .row:nth-child(even) {
    background: url(../images/bodytype/sp_bg1.png) no-repeat center top;
    background-size: 100% auto;
  }
  .bg1 .box3 .row:nth-child(odd) {
    background: url(../images/bodytype/sp_bg2.png) no-repeat center center;
    background-size: 100% auto;
  }
  .bg1 .box3 .row .container .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bg1 .box3 .row .container .content .inner {
    width: 80%;
  }
  .bg1 .box3 .row .container .content .inner h3 img {
    width: 30%;
  }
  .bg1 .box3 .row .container .content .inner > img {
    margin-top: -20%;
  }
  .bg1 .box3 .row .container .content .arrow {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bg1 .box3 .row .container .content .arrow img {
    height: 60px;
  }
}
/* ========== end △ */

.box4 {
  padding: 70px 0;
  background: #f7f7f7;
}
.box4 .container .content {
  position: relative;
}
.box4 .container .content p {
  position: absolute;
  right: 0;
  top: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box4 {
    padding: 40px 0;
  }
  .box4 .container .content {
    position: relative;
  }
  .box4 .container .content p {
    position: relative;
    margin-bottom: 30px;
  }
  .box4 .container .content figure {
    margin: 0;
  }
}
/* ========== end △ */

.box5 {
  padding: 70px 0;
  position: relative;
}
.box5 .container .wrap_content {
  position: relative;
}
.box5 .container .wrap_content:before {
  display: block;
  width: 136px;
  height: 136px;
  background: url(../images/bodytype/bg3.png) no-repeat center center;
  position: absolute;
  z-index: 1;
  left: -75px;
  top: 460px;
  content: "";
}
.box5 .container .wrap_content .shadow {
  position: relative;
  margin-bottom: 40px;
}
.box5 .container .wrap_content .shadow:after {
  display: block;
  width: 100%;
  height: 100%;
  left: 15px;
  bottom: -15px;
  background: #f7f7f7;
  border-radius: 0 0 40px 0;
  position: absolute;
  content: "";
  z-index: 1;
}
.box5 .container .wrap_content .shadow .content {
  position: relative;
  z-index: 2;
  background-color: #f3e4cd;
  border-radius: 0 0 40px 0;
  padding: 50px 40px;
}
.box5 .container .wrap_content .shadow .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  margin-bottom: 30px;
}
.box5 .container .wrap_content .shadow .content .title h3 {
  font-weight: normal;
  letter-spacing: -2px;
}
.box5 .container .wrap_content .shadow .content .title p {
  border-top: 3px solid #42210b;
  font-weight: bold;
  border-bottom: 3px solid #42210b;
}
.box5 .container .wrap_content .shadow .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.box5 .container .wrap_content .shadow .content h4 span {
  background: #f28f33;
  padding: 10px 20px;
  color: #fff;
}
.box5 .container .wrap_content .shadow:nth-child(even) .content {
  background: #c9e2e0;
}
.box5 .container .wrap_content .content dl {
  margin-bottom: 30px;
  background: url(../images/bodytype/list_icon1.png) no-repeat left 8px top 5px;
  padding-left: 40px;
  margin-left: -40px;
}
.box5 .container .wrap_content .content dl.spec {
  background: url(../images/bodytype/list_icon4.png) no-repeat left 8px top 5px;
}
.box5 .container .wrap_content .content dl dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.box5 .container .wrap_content .content dl:last-child {
  margin-bottom: 0;
}
.box5 .container .wrap_content .content .small {
  font-size: 12px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box5 {
    padding: 40px 0;
  }
  .box5 .container .wrap_content .shadow .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box5 .container .wrap_content .shadow .content .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
  }
  .box5 .container .wrap_content .shadow .content .title h3 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .box5 .container .wrap_content .shadow .content dl {
    background-size: 16px auto;
    background-position: left 15px top 5px;
  }
  .box5 .container .wrap_content .shadow .content dl dt {
    font-size: 20px;
  }
}
/* ========== end △ */

.box6 {
  background: url(../images/bodytype/bg4.png) repeat-x center center;
  margin-bottom: 100px;
}
.box6 .container .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box6 {
    padding: 50px 0;
    background-repeat: repeat;
    margin-bottom: 50px;
  }
  .box6 .container .video iframe {
    height: 300px;
  }
}
/* ========== end △ */

.box7 {
  padding: 70px 0;
  background: #f7f7f7;
}
.box7 .container > p {
  margin-bottom: 60px;
}
.box7 .container .shadow {
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 70px;
}
.box7 .container .shadow:after {
  display: block;
  width: 100%;
  height: 100%;
  left: 15px;
  bottom: -15px;
  background: #efefef;
  border-radius: 0 0 40px 0;
  position: absolute;
  content: "";
  z-index: 1;
}
.box7 .container .shadow .content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 0 0 40px 0;
  padding: 50px 40px;
  position: relative;
}
.box7 .container .shadow .content .girl {
  position: absolute;
  right: -50px;
  top: 270px;
}
.box7 .container .shadow .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  margin-bottom: 30px;
}
.box7 .container .shadow .content .title h3 {
  font-weight: normal;
  letter-spacing: -2px;
}
.box7 .container .shadow .content .title p {
  border-top: 3px solid #42210b;
  font-weight: bold;
  border-bottom: 3px solid #42210b;
}
.box7 .container .shadow .content .list1 {
  margin-bottom: 20px;
  margin-right: 180px;
}
.box7 .container .shadow .content .list1 li {
  background: url(../images/bodytype/list_icon2.png) no-repeat left 8px top 10px;
  padding-left: 40px;
  margin-left: -40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-top: 8px;
}
.box7 .container .shadow .content .list1 li:nth-child(even) {
  background: url(../images/bodytype/list_icon3.png) no-repeat left 8px top 10px;
}
.box7 .container .shadow .content .list1 li dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.box7 .container .shadow .content .list1 li:last-child {
  margin-bottom: 0;
}
.box7 .container .shadow .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.box7 .container .shadow .content .list2 li {
  position: relative;
}
.box7 .container .shadow .content .list2 li:after {
  display: block;
  width: 32px;
  height: 1px;
  background: #42210b;
  position: absolute;
  top: 13px;
  bottom: 0;
  left: -40px;
  content: "";
}
.box7 .container .shadow:nth-child(even) .content {
  background: #c9e2e0;
}
.box7 .container .wrap_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box7 .container .wrap_content2 .content {
  width: 288px;
}
.box7 .container .wrap_content2 .content figure {
  margin: 0 0 25px;
}
.box7 .container .wrap_content2 .content h3 {
  margin-bottom: 10px;
}
.box7 .container .wrap_content2 .content p {
  font-size: 14px;
  line-height: 2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box7 {
    padding: 40px 0;
  }
  .box7 .container .shadow .show_sp {
    text-align: center;
  }
  .box7 .container .shadow .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box7 .container .shadow .content .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
  }
  .box7 .container .shadow .content .title h3 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .box7 .container .shadow .content dl dt {
    font-size: 20px;
  }
  .box7 .container .shadow .content .list1 li {
    font-size: 20px;
    line-height: 1.2;
    background-size: 16px auto !important;
    background-position: left 15px top 5px !important;
    margin-bottom: 20px;
  }
  .box7 .container .wrap_content2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box7 .container .wrap_content2 .content {
    -ms-flex-preferred-size: 302px;
        flex-basis: 302px;
    margin: 0 10px 30px;
  }
  .box7 .container .wrap_content2 .content:last-child {
    margin-bottom: 0;
  }
  .box7 .container .wrap_content2 .content h3 {
    font-size: 14px;
  }
  .box7 .container .wrap_content2 .content p {
    font-size: 12px;
  }
}
/* ========== end △ */

.facetype {
  padding: 10rem 0;
}

.spec_small {
  font-size: 30px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
  margin-top: 10px;
}