@charset "UTF-8";
#header {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header {
    height: 160px;
  }
}
header .header__nav nav ol > li .up-menu {
  color: #492e22;
}
#content {
  min-height: 600px;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  #content {
    padding: 40px 0 0px;
  }
}
/*--------------------------------------
    common
--------------------------------------*/
.row {
  gap: 20px;
  justify-content: space-between;
}
.row .left {
  width: 634px;
}
.row .right {
  width: 406px;
}
.toggle-link {
  font-size: 32px;
  background: #c5b2a1;
  height: 78px;
  color: #fff;
  line-height: 79px;
  padding-left: 24px;
  letter-spacing: 0em;
  position: relative;
}
.toggle-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 39px;
  width: 12px;
  height: 100%;
  background: url('../img/types/toggle.png') no-repeat center center;
  background-size: contain;
}
.toggle.active .toggle-link:before {
  background: url('../img/types/toggle1.png') no-repeat center center;
  background-size: contain;
}

.type-table {
  border: 1px solid #f3eeea;
}
.type-table dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #f3eeea;
  line-height: 28px;
  background: #fff;
}
.type-table dl:last-child {
  border: none;
}
.type-table dl dt,
.type-table dl dd {
  line-height: 20px;
  padding: 9px 8px 10px;
  text-align: left;
  width: 50%;
  font-weight: bold;
  font-size: 14px;
}
.type-table dl dt {
  background: #a7a1c5;
  color: #fff;
}
.type-table dl dd {
  text-align: right;
}
.type-table.table2 dl {
  align-items: center;
}
.type-table.table2 dl dt,
.type-table.table2 dl dd {
  padding: 11px 11px 17px;
}

.types-bg {
  position: relative;
  z-index: 1;
  padding: 64px 0 80px;
}
.types-bg img {
  width: 100%;
  height: auto;
}
.types-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 100%;
  background: #f8f7f7;
  z-index: -1;
}
.types-bg .ttl-common h2 span {
  display: table;
  margin-left: 0;
  transform: none;
  margin-top: 14px;
}
.types-bg .btn-cus a {
  height: 48px;
  font-size: 16px;
  line-height: 49px;
  padding-left: 16px;
}
.types-bg .btn-cus a:before {
  width: 6px;
}

@media screen and (max-width: 767px) {
  .types-bg {
    padding: 32px 10px 75px;
    line-height: 20px;
  }
  .types-bg .btn-cus a {
    height: auto;
    line-height: 26px;
  }
  .toggle-link {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    letter-spacing: 0.02em;
  }
  .toggle-link:before {
    right: 11px;
    width: 10px;
  }
  .type-table.table2 dl dd,
  .type-table.table2 dl dt {
    padding: 9px 9px 10px;
  }
  .row {
    gap: 30px;
  }
  .row .left {
    width: 100%;
  }
  .row .right {
    width: 100%;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 .toggle {
  margin-bottom: 60px;
}
#sec1 .price {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #c5b2a1;
  margin: 34px 0 32px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.02em;
}
#sec1 .price dt {
  font-weight: 500;
}
#sec1 .note {
  margin: -5px 0 22px;
}
#sec1 .row .left .photo {
  position: relative;
  margin-bottom: 20px;
}
#sec1 .row .left .photo .ttl {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
}
#sec1 .row .left .type-flow .item {
  margin-bottom: 38px;
  position: relative;
}
#sec1 .row .left .type-flow .item .step {
  color: #c5a1a9;
}
#sec1 .row .left .type-flow .item:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  background: url('../img/types/flow_arrow.png') no-repeat center center;
  width: 100%;
  height: 13px;
  background-size: contain;
}
#sec1 .row .left .type-flow .item:last-child {
  margin-bottom: 0;
}
#sec1 .row .left .type-flow .item:last-child:before {
  display: none;
}
#sec1 .row .left .type-flow h3 {
  font-size: 24px;
  border-bottom: 1px solid #c5a1a9;
  margin: 6px 0 12px;
  letter-spacing: 0.02em;
  color: #492e22;
  padding-bottom: 16px;
}
#sec1 .row .left .type-flow + .photo {
  margin-top: 45px;
}
#sec1 .row .left .type-flow .photos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
}
#sec1 .row .right {
  display: flex;
  flex-direction: column;
}
#sec1 .row .right:has(.yt-video) {
  margin-top: 8px;
}
#sec1 .row .right .yt-video {
  pointer-events: none;
}
#sec1 .row .right .lh28 {
  margin: 22px 0 22px;
  line-height: 28px;
}
#sec1 .row .right ul {
  margin: 24px 0 8px;
}
#sec1 .row .right ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 4px;
  margin-bottom: 16px;
}
#sec1 .row .right ul li:before {
  content: '●';
  font-size: 8px;
  color: #c5b2a1;
}
#sec1 .row .right .line-link {
  margin-top: 30px;
}
#sec1 .row .right .line-link + .txt {
  margin-top: 50px;
  margin-bottom: 12px;
}
#sec1 .row .right .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
#sec1 .row .right .buttons .btn-cus {
  width: calc(50% - 8px);
  margin: 0;
}
#sec1 .row .right .buttons .btn-cus a {
  font-size: 17px;
  line-height: 24px;
  height: auto;
  padding: 14px 0 13px 15px;
}
#sec1 .row .right .buttons .btn-cus a small {
  font-size: 12px;
  margin-bottom: -2px;
  display: inline-block;
}
#sec1 .row .right .buttons .btn-cus a:before {
  right: 11px;
}
#sec1 .row .right .teeth {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 24px;
}
#sec1 .row .right .text {
  text-align: center;
  font-size: 14px;
  margin: 17px 0 26px -23px;
  letter-spacing: 0.02em;
}
#sec1 .row .right .btn-cus {
  margin-top: auto;
  margin-bottom: 4px;
}
#sec1 .row .right .gel {
  margin-top: 10px;
  margin-bottom: 0;
}
#sec1 .row2 {
  margin-top: 20px;
}
#sec1 .row2 .left .photo {
  margin-bottom: 0;
}
#sec1 .row2 .right {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #sec1 .price {
    margin: 17px 0 7px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  #sec1 .price dt {
    font-size: 12px;
  }
  #sec1 .price dd {
    font-weight: 400;
  }
  #sec1 .toggle {
    margin-bottom: 40px;
  }
  #sec1 .note {
    font-weight: 500;
    margin: -1px 0 15px;
  }
  #sec1 .row .left .photo {
    height: auto;
    aspect-ratio: 330/160;
    margin-bottom: 25px;
  }
  #sec1 .row .left .photo p {
    height: 100%;
  }
  #sec1 .row .left .photo img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  #sec1 .row .left .photo .ttl {
    top: auto;
    bottom: -46px;
    right: -20px;
  }
  #sec1 .row .left .type-flow .item {
    margin-bottom: 25px;
  }
  #sec1 .row .left .type-flow .item:before {
    bottom: -15px;
    height: 8px;
  }
  #sec1 .row .left .type-flow .item .step {
    font-size: 12px;
    line-height: 16px;
  }
  #sec1 .row .left .type-flow .item h3 {
    font-size: 16px;
    padding-bottom: 9px;
    margin: 4px 0 8px 0;
  }
  #sec1 .row .left .type-flow .item .txt {
    font-weight: 500;
  }
  #sec1 .row .left .type-flow + .photo {
    position: absolute;
  }
  #sec1 .row .left .type-flow .photos {
    gap: 6px;
  }
  #sec1 .row .right {
    position: relative;
  }
  #sec1 .row .right:has(.yt-video) {
    margin-top: 0;
  }
  #sec1 .row .right .lh28 {
    margin: 15px 0;
    line-height: 20px;
    font-weight: 500;
  }
  #sec1 .row .right .line-link {
    margin-top: 16px;
  }
  #sec1 .row .right ul {
    margin: 15px 0 8px;
  }
  #sec1 .row .right ul li {
    margin-bottom: 8px;
    align-items: start;
  }

  #sec1 .row .right .text {
    text-align: left;
    margin: 9px 0 31px 0;
  }
  #sec1 .row .right .teeth {
    margin-bottom: 32px;
  }
  #sec1 .row .right .yt-video iframe {
    aspect-ratio: 330/186;
    height: auto;
  }
  #sec1 .row .right .buttons {
    margin-top: 26px;
  }
  #sec1 .row .right .buttons .btn-cus a {
    padding: 10px 12px 10px;
    line-height: 20px;
    font-size: 14px;
  }
  #sec1 .row .right .buttons .btn-cus a:before {
    width: 5px;
    right: 9px;
  }
  #sec1 .row .right .buttons .btn-cus a small {
    font-size: 10px;
  }
  #sec1 .row2 {
    margin-top: 32px;
  }
  #sec1 .row2 .left .photo {
    aspect-ratio: 330/280;
    height: auto;
    margin-bottom: 0;
  }
  #sec1 .row2 .left .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec1 .row2 .right {
    margin-top: -123px;
  }
  #sec1 .row2 .right .txt {
    font-size: 10px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
    padding: 21px 20px 20px;
  }
  #sec1 .row2 .right .txt:before {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  #sec1 .set1 .row .right,
  #sec1 .set2 .row .right {
    display: flex;
    flex-direction: column;
  }
  #sec1 .set1 .row .right .chart,
  #sec1 .set2 .row .right .chart {
    order: 1;
    margin-bottom: 15px;
  }
  #sec1 .set1 .row .right .btn-cus,
  #sec1 .set2 .row .right .btn-cus {
    order: 2;
  }
  #sec1 .set1 .row .right .lh28,
  #sec1 .set2 .row .right ul {
    order: 3;
  }
  #sec1 .set1 .row .right .type-table,
  #sec1 .set2 .row .right .type-table {
    order: 4;
  }
  #sec1 .set1 .row .right .line-link,
  #sec1 .set2 .row .right .line-link {
    order: 5;
  }
  #sec1 .set2 .row .right .gel {
    order: 6;
  }
  #sec1 .row .right .gel {
    margin-top: 16px;
    margin-bottom: 0;
  }
  #sec1 .row .right .gel a {
    font-size: 14px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  padding-top: 20px;
  padding-bottom: 80px;
}
#sec2 .row {
  margin-top: 40px;
}
#sec2 .row .right {
  margin-top: -61px;
}
#sec2 .row .right p {
  margin-bottom: 9px;
}
#sec2 table {
  width: 100%;
  font-weight: 500;
  min-width: 556px;
}
#sec2 table th {
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 19px);
  line-height: 27px;
  color: #fff;
  background: #c5b2a1;
}
#sec2 table .bg1 {
  background: #a1b9c5;
}
#sec2 table .bg2 {
  background: #c5a1a9;
}
#sec2 table td {
  background: #ffffff;
  vertical-align: top;
  padding: 20px 22px 14px;
  border-bottom: 0.5px solid #f8f7f7;
  border-right: 0.5px solid #f8f7f7;
}
#sec2 table td:last-child {
  border-right: 0px;
}
#sec2 table thead th {
  font-weight: 500;
  font-size: 26px;
}
#sec2 table thead th:first-child {
  width: 24.3%;
  height: 92px;
  background: #f8f7f7;
}
#sec2 table tbody tr:nth-child(2) th {
  background: #c5a991;
}
#sec2 table tbody tr:nth-child(3) th {
  background: #c59c77;
}
#sec2 table ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}
#sec2 table ul li:before {
  content: '・';
  display: block;
  font-size: 16px;
}
#sec2 .qa {
  background: #fff;
  padding: 43px 40px 24px;
  margin-top: 30px;
}
#sec2 .qa h3 {
  font-size: 24px;
  border-bottom: 1px solid #c5b2a1;
  color: #492e22;
  padding-bottom: 17px;
  margin-bottom: 31px;
}
#sec2 .qa dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: calc(100% - 151px);
  gap: 23px;
  align-items: center;
  margin-bottom: 8px;
}
#sec2 .qa dl dt {
  width: 128px;
  height: 128px;
  min-width: 128px;
}
#sec2 .qa dl dd {
  background: #f3eeea;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding: 26px;
}
#sec2 .qa dl:nth-child(2n + 1) {
  margin-left: auto;
  flex-direction: row-reverse;
}
#sec2 .qa .text {
  width: 697px;
  margin: 36px auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #sec2 .row {
    margin-top: 24px;
  }
  #sec2 .row .right {
    margin-top: -15px;
  }
  #sec2 .row .right p {
    margin-bottom: 16px;
  }
  #sec2 table {
    min-width: unset;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 14px;
  }
  #sec2 table th {
    font-size: 10px;
    line-height: 14px;
  }
  #sec2 table td {
    padding: 11px 9px 0px;
  }
  #sec2 table ul li {
    margin-bottom: 9px;
  }

  #sec2 table ul li:before {
    font-size: 10px;
  }
  #sec2 table thead th {
    font-size: 14px;
    width: 38%;
  }
  #sec2 table thead th:first-child {
    height: 48px;
  }
  #sec2 .qa {
    margin: 25px -30px 0px;
    padding: 27px 30px 41px;
  }
  #sec2 .qa h3 {
    line-height: 25px;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  #sec2 .qa dl {
    background: #f3eeea;
    width: 100%;
    padding: 21px 20px;
    gap: 8px;
    margin-bottom: -2px;
    align-items: start;
  }
  #sec2 .qa dl:nth-child(2n + 1) {
    background: transparent;
  }
  #sec2 .qa dl dt {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  #sec2 .qa dl dd {
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  #sec2 .qa .text {
    margin: 5px 20px 0;
    width: auto;
    font-weight: 500;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 .row1 {
  margin-top: 40px;
  align-items: center;
  margin-bottom: 41px;
}
#sec3 h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 20px;
  margin-bottom: 18px;
  gap: 4px;
}
#sec3 h4 {
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 18px;
}
#sec3 h3:before {
  content: '●';
  display: block;
  font-size: 8px;
  color: #c5b2a1;
}
#sec3 h4:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #c5b2a1;
  margin: 14px 7px 2px 0;
}
#sec3 .row2 {
  padding-top: 23px;
  flex-wrap: wrap;
  flex-direction: column;
}
#sec3 .row2 .content {
  margin-bottom: 19px;
}
#sec3 .row2 .content .gel {
  margin-top: 22px;
}
#sec3 .row2 .content .type-table {
  margin-top: 20px;
}
#sec3 .row2 .content .type-table dt,
#sec3 .row2 .content .type-table dd {
  padding: 21px 15px 22px;
}
#sec3 .row2 .content .photo {
  margin-top: 15px;
}
#sec3 .row2 .content .btn-cus {
  max-width: 330px;
  margin: 21px 0 21px -2px;
}
@media screen and (max-width: 767px) {
  #sec3 .row1 {
    margin-top: 23px;
    margin-bottom: 32px;
  }
  #sec3 .row1 .left {
    font-weight: 500;
  }
  #sec3 .row1 .right {
    display: none;
  }
  #sec3 h3,
  #sec3 h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #sec3 h3:before {
    margin-top: 2px;
  }
  #sec3 h4:before {
    margin-top: 7px;
  }
  #sec3 .row2 {
    gap: 16px;
  }
  #sec3 .row2 .content {
    width: 100%;
    margin-bottom: 0;
  }
  #sec3 .row2 .content .gel {
    margin-top: 7px;
  }
  #sec3 .row2 .content .txt {
    font-weight: 500;
  }
  #sec3 .row2 .content .type-table {
    margin-top: 16px;
  }
  #sec3 .row2 .content .type-table dl dt,
  #sec3 .row2 .content .type-table dl dd {
    padding: 9px 9px 10px;
  }
  #sec3 .row2 .content .btn-cus {
    margin: 24px 0 16px 0px;
  }
}

@media (max-width: 950px) and (min-width: 768px) {
  .types-bg .row .right .text {
    margin-right: -22px;
  }
  #sec1 .row2 {
    flex-direction: column;
    align-items: center;
  }
  #sec1 .row2 .right {
    margin-top: 0;
  }
  #sec2 .row {
    flex-direction: column;
    align-items: center;
  }
  #sec2 .row .left {
    width: 100%;
  }
  #sec2 .row .right {
    margin-top: 0;
  }
  #sec2 .qa dl {
    width: calc(100% - 113px);
    margin-bottom: 20px;
  }
  #sec2 .qa dl dt {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  #sec2 .qa dl dd {
    font-size: 18px;
  }
  #sec2 .qa {
    padding: 30px;
  }
}

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