@charset "utf-8";

/* Reset */
*:where(:not(iframe, canvas, img, svg, video, input[type="radio"], :where(.wp-block-columns.is-layout-flex)):not(svg *)) {all: unset;display: revert;}
*, *::before, *::after {box-sizing: border-box;}
ol, ul {list-style: none;}
img {max-width: 100%;vertical-align: top;height: auto;}
table {border-collapse: collapse;}
textarea {white-space: revert;}
pre {white-space: pre;}
del {text-decoration: line-through;}
/* /Reset */



/* Setting */
:root {
  /* コンテンツ幅 (余白を除く) */
  --cw: 1000px;

  /* コンテンツ左右余白 */
  --csp: 3px;

  /* セクション間のマージン */
  --sec-gap: 120px;

  /* 要素間のマージン */
  --block-gap: 48px;

  /* 段落間のマージン */
  --para-gap: 28px;

  /* フォント  */
  --gothic: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Meiryo', 'Yu Gothic', sans-serif;

  /* デフォルトフォント */
  --ff: var(--gothic);
  --fs: 18px;
  --fc: #333;
  --fl: 2;

  /* リンクカラー */
  --color-link: #33d;
}

@media ( max-width: 768px ) {
  :root {
    --csp: 13px;
    --sec-gap: 60px;
  }
}

@media ( max-width: 768px ) {
  :root {
    --para-gap: 18px;
  }
}
/* /Setting */



/* Initial */
body {word-wrap: break-word;margin: auto;font-size: var(--fs);line-height: var(--fl);font-family: var(--ff);font-weight: normal;text-align: justify;min-width: calc(var(--cw) + var(--csp)*2);color: var(--fc);position: relative;padding-top: var(--header-h);}
a {color: var(--color-link);cursor: pointer;text-decoration: underline;}
a:hover {text-decoration: none;}
strong, b {font-weight: bold;}
sup {vertical-align: super;font-size: 0.7em;}
sub {vertical-align: sub;font-size: 0.7em;}
small {font-size: 0.6em;}
iframe {display: block;max-width: 100%;}

@media ( min-width: 769px ) {
  .sp {display: none !important;}
  a[href^="tel:"] {color: inherit;text-decoration: inherit;}
}

@media ( max-width: 768px ) {
  .pc {display: none !important;}
  body {min-width: 0;}
}
/* /Initial */



/* Common */
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
.mt110 {margin-top: 110px !important;}
.mt120 {margin-top: 120px !important;}
.mt-para-gap {margin-top: var(--para-gap) !important;}
.mt-block-gap {margin-top: var(--block-gap) !important;}
.mt-sec-gap {margin-top: var(--sec-gap) !important;}
.center {text-align: center !important;}
.ta-right {text-align: right !important;}
.word {display: inline-block !important;text-decoration: inherit;}
.red {color: #f33;}

@media ( max-width: 768px ) {
  .smt0 {margin-top: 0 !important;}
  .smt10 {margin-top: 10px !important;}
  .smt20 {margin-top: 20px !important;}
  .smt30 {margin-top: 30px !important;}
  .smt40 {margin-top: 40px !important;}
  .smt50 {margin-top: 50px !important;}
  .smt60 {margin-top: 60px !important;}
  .smt70 {margin-top: 70px !important;}
  .smt80 {margin-top: 80px !important;}
  .smt90 {margin-top: 90px !important;}
  .smt100 {margin-top: 100px !important;}
  .smt110 {margin-top: 110px !important;}
  .smt120 {margin-top: 120px !important;}
}

@media ( max-width: 599px ) {
  .s599mt0 {margin-top: 0 !important;}
  .s599mt10 {margin-top: 10px !important;}
  .s599mt20 {margin-top: 20px !important;}
  .s599mt30 {margin-top: 30px !important;}
  .s599mt40 {margin-top: 40px !important;}
  .s599mt50 {margin-top: 50px !important;}
  .s599mt60 {margin-top: 60px !important;}
  .s599mt70 {margin-top: 70px !important;}
  .s599mt80 {margin-top: 80px !important;}
  .s599mt90 {margin-top: 90px !important;}
  .s599mt100 {margin-top: 100px !important;}
  .s599mt110 {margin-top: 110px !important;}
  .s599mt120 {margin-top: 120px !important;}
}
/* /Common */



/* Header */
.header-mv {position: relative;}
.header-bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}
.header-mv-bg {width: 100%;height: 100%;object-fit: cover;}
.header-mv-overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url(../img/header-bg.png);}
.header-mv-body {text-align: center;padding: 0 0 88px;}
.header-head {font-size: 15px;font-weight: bold;line-height: 1.75;letter-spacing: 0.03em;text-align: center;color: #707070;margin-top: 19px;}
.header-head > span {display: block;}
.header-head img {display: block;margin: 70px auto 0;}
.header-str1 {margin-top: 0;}
.header-str2 {margin-top: 22px;}
.header-resdv {text-align: center;background: #f1f1f1;padding: 15px var(--csp) 25px;}
.cover_omoide--nobg .header-resdv, .header-resdv--nobg {background: none;}
.header-resdv-head {font-size: 18px;font-weight: bold;line-height: 1.5;margin-bottom: 8px;}
.header-resdv-head-red {color: #ed3e38;}

@media ( max-width: 768px ) {
  .header-mv {--csp: 3.058823529411765vw;}
  .header-mv-body {padding-bottom: 10.9vw;}
  .header-head {margin-top: 3.7vw;font-size: 3.52941176470588vw;line-height: 1.2;padding: 0 var(--csp);}
  .header-head img {width: 100%;margin-top: 7.4vw;}
  .header-str1 {padding: 0 var(--csp);margin-top: 3.5vw;}
  .header-str1 img {width: 100%;}
  .header-str2 {padding: 0 var(--csp);margin-top: 7.2vw;}
  .header-str2 img {width: 100%;}
}

@media ( max-width: 480px ) {
  .header-resdv-head {font-size: 14px;}
}
/* /Header */



/* Main */
.hd_dentou {font-weight: bold;text-align: center;margin-top: 35px;}
.hd_dentou-str1 {font-size: 55px;line-height: 1.5;display: block;}
.hd_dentou br {display: none;}
.hd_dentou-str2 {display: block;font-size: 23px;line-height: 1.75;}
.hd_dentou-str1 img {vertical-align: middle;margin: 0 0.2em;position: relative;top: -0.07em;}
#ytplayer1 {margin: 20px auto 0;aspect-ratio: 16/9;background: url(../img/loading.gif) center no-repeat;}
.txt_dentou2 {text-align: center;font-weight: bold;}
.txt_dentou2-str1 {display: block;font-size: 20px;line-height: 1.55;margin-top: 30px;}
.txt_dentou2 > br {display: none;}
.txt_dentou2-str2 {display: block;font-size: 38px;line-height: 1.2;}
.txt_dentou2-red {color: #ed3e38;}
.txt_dentou2-big {font-size: 48px;}
.img_dentou {text-align: center;margin-top: 35px;padding: 0 var(--csp);}
@media ( max-width: 768px ) {
  .txt_dentou1 img {width: 100%;}
}
@media ( max-width: 599px ) {
  .hd_dentou-str1 {font-size: 10vw;}
  .hd_dentou-str1 img {width: 0.7em;}
  .hd_dentou {margin-top: 20px;}
}
@media ( max-width: 425px ) {
  .hd_dentou-str2 {font-size: 5.411764705882353vw;}
  #ytplayer1 {margin-top: 4.705882352941176vw;}
  .txt_dentou2-str2 {font-size: 8.941176470588235vw;line-height: 1.1;}
  .txt_dentou2-big {font-size: 11.29411764705882vw;}
}

.cover_omoide {background: #f5f5f5;margin-top: var(--sec-gap);padding: 30px var(--csp) 55px;}
.cover_omoide--nobg {background: none;padding-top: 0;}
.hd_omoide {text-align: center;font-weight: bold;}
.hd_omoide-str1 {display: block;font-size: 24px;line-height: 1.708333333333333;}
.hd_omoide > br {display: none;}
.hd_omoide-str2 {display: block;font-size: 34px;line-height: 1.5;}
.gallery {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;margin-top: 25px;}
@media ( max-width: 768px ) {
  .gallery {--num: 2;--gap: 8px;gap: var(--gap);}
  .gallery img {width: calc((100% - var(--gap) * ( var(--num) - 1 )) / var(--num));}
}
@media ( max-width: 599px ) {
  .cover_omoide {margin-top: 30px;padding-top: 20px;padding-bottom: 33px;}
  .hd_omoide-str1 {font-size: 20px;line-height: 1.55;}
  .hd_omoide-str2 {font-size: 32px;line-height: 1.125;margin-top: 8px;}
}

.cover_grad {background: url(../img/bg_grad.png) bottom repeat-x;}
.hd_jisseki {font-size: 55px;font-weight: 900;line-height: 1.3;}
.hd_jisseki-gray {color: #707070;}
.hd_jisseki-red {color: #ed3e38;}
.txt_jisseki {font-weight: bold;line-height: 1.1;margin-top: 30px;}
.txt_jisseki-str1 {display: block;font-size: 30px;}
.txt_jisseki-str2 {display: block;font-size: 45px;margin-top: 10px;}
.txt_jisseki2 {font-size: 16px;color: #A7A7A7;text-decoration: none;}
.txt_jisseki2:hover {text-decoration: underline;}
.layout_jisseki-col:nth-child(2) {flex-shrink: 0;}
.hd_jisseki-row {display: block;}
.hd_jisseki > br {display: none;}
.hd_jisseki-sub {font-size: 36px;color: #707070;}
.hd_jisseki-big {font-size: 61px;}
.hd_jisseki-small {font-size: 41px;}
.txt_jisseki3 {font-size: 32px;font-weight: bold;line-height: 1.5;margin-top: 20px;}
.txt_jisseki4 {font-weight: bold;color: #707070;line-height: 1.944444444444444;margin-top: 10px;text-align: justify;}
.img_jisseki {max-width: 492px;}
.layout_jisseki {max-width: var(--cw);padding: 80px var(--csp) 40px;margin: auto;display: flex;gap: 40px;justify-content: space-between;}
@media ( max-width: 768px ) {
  .cover_grad {background: none;}
  .layout_jisseki-col:nth-child(2) {max-width: 40vw;}
  .layout_jisseki {background: #f5f5f5;border: 1px solid #bcbcbc;border-left: none;border-right: none;margin-top: 50px;padding: 30px var(--csp);}
  .hd_jisseki {text-align: center;}
  .hd_jisseki-gray {color: #333;}
  .layout_jisseki-col {width: 100%;text-align: center;}
  .img_jisseki {max-width: none;margin-top: 10px;}
  .txt_jisseki {text-align: center;}
  .txt_jisseki-str1 {color: #707070;}
  .img_jisseki img {background: #fff;}
}
@media ( max-width: 599px ) {
  .layout_jisseki {padding: 20px var(--csp);margin-top: 20px;}
  .txt_jisseki3 {line-height: 1.03125;}
  .txt_jisseki4 {margin-top: 20px;}
  .hd_jisseki {line-height: 1.1;}
}
@media ( max-width: 425px ) {
  .hd_jisseki {font-size: 12vw;}
  .layout_jisseki {--csp: 3.058823529411765vw;}
  .hd_jisseki-sub {font-size: 8.470588235294118vw;}
  .hd_jisseki-big {font-size: 14.35294117647059vw;}
  .hd_jisseki-small {font-size: 9.647058823529412vw;}
  .txt_jisseki3 {font-size: 7.529411764705882vw;}
}

.block {max-width: var(--cw);padding: 0 var(--csp);margin: auto;box-sizing: content-box;}
.hd_bold {font-size: 34px;font-weight: bold;text-align: center;line-height: 1.5;margin-top: 90px;}
.hd_bold-sub {display: block;font-size: 24px;color: #8b8b8b;}
.hd_bold-sub + br {display: none;}
.img_center {display: block;margin: var(--para-gap) auto 0;}
.txt {margin-top: var(--para-gap);}
@media ( max-width: 768px ) {
  .hd_bold {margin-top: 50px;}
}
@media ( max-width: 599px ) {
  .hd_bold {font-size: 30px;margin-top: 35px;line-height: 1.125;}
}
@media ( max-width: 375px ) {
  .saishin {--csp: 3.466666666666667vw;}
  .hd_bold-sub {font-size: 6.4vw;}
  .hd_bold {font-size: 8vw;}
}

.cover_feature {background: #f5f5f5;padding: 50px var(--csp) 40px;margin-top: 90px;}
.cover_feature-inner {max-width: var(--cw);margin: auto;display: flex;gap: 20px;}
.hd_feature {font-size: 20px;font-weight: bold;text-align: center;line-height: 1.6;}
.img_feature {margin-top: 15px;text-align: center;}
.txt_feature {color: #707070;margin-top: 15px;padding: 0 5px;}
.feature_item {width: 100%;}
@media ( max-width: 768px ) {
  .cover_feature-inner {flex-direction: column;gap: 50px;}
  .cover_feature {padding-top: 30px;padding-bottom: 30px;margin-top: 50px;}
}

.cover_variation {background: #cfd6e1;max-width: var(--cw);padding: 35px var(--csp);box-sizing: content-box;margin: 90px auto 0;}
.hd_variation {font-size: 34px;font-weight: bold;text-align: center;line-height: 1.5;}
.img_variation {text-align: center;margin-top: var(--para-gap);}
.block_point {width: 100%;max-width: 671px;margin: 50px auto 0;background: #fff;padding: 0 35px 18px;}
.hd_point {background: #333;width: max-content;max-width: 100%;color: #fff;--hamidasi: -17px;margin: 0 auto var(--hamidasi);font-size: 20px;font-weight: bold;line-height: 1.5;padding: 2px 18px;transform: translateY(var(--hamidasi));}
.list_point {font-size: 18px;line-height: 1.2;margin-top: 15px;}
.list_point > li {position: relative;padding-left: 1em;}
.list_point > li::before {content: "・";position: absolute;left: 0;}
.list_point > li:nth-child(n+2) {margin-top: 5px;}
@media ( max-width: 768px ) {
  .cover_variation {margin: 50px var(--csp) 0;}
  .img_variation {margin-top: 30px;}
  .img_variation img {width: 100%;}
}
@media ( max-width: 599px ) {
  .hd_variation {font-size: 22px;line-height: 1.090909090909091;}
  .block_point {margin-top: 40px;padding: 0 25px 25px;}
  .list_point {line-height: 1.4;}
}
@media ( max-width: 425px ) {
  .hd_variation {font-size: 5.176470588235294vw;}
  .cover_variation {margin: 11.7647058823529vw 3.05882352941176vw 0;padding: 8.23529411764706vw 3.05882352941176vw;}
  .block_point {margin-top: 9.41176470588235vw;padding: 0 5.88235294117647vw 5.88235294117647vw;}
  .hd_point {font-size: 4.70588235294118vw;--hamidasi: -4vw;padding: 0.470588235294118vw 4.23529411764706vw;}
  .list_point {margin-top: 3.52941176470588vw;font-size: 4.23529411764706vw;}
  .list_point > li:nth-child(n+2) {margin-top: 1.17647058823529vw;}
}

.hd_items {font-size: 49px;font-weight: bold;text-align: center;line-height: 1.4;margin-top: 80px;}
.hd_items-sub {display: block;font-size: 24px;line-height: 1.2;color: #8b8b8b;}
.hd_items-sub + br {display: none;}
.hd_items-red {color: #ed3e38;}
.hd_items_mid-red {display: block;text-align: center;font-size: 24px;font-weight: bold;line-height: 1;color: #ed3e38;}
.hd_items_mid-red + br {display: none;}
.hd_items_mid-main {display: block;font-size: 34px;font-weight: bold;text-align: center;line-height: 1.4;margin-top: 6px;}
.hd_items_mid {margin-top: var(--block-gap);}
.txt_items {color: #707070;line-height: 1.666666666666667;text-align: center;margin-top: 10px;}
.txt_items-red {color: #ed3e38;font-weight: normal;}
.list_items {display: flex;flex-wrap: wrap;--num: 3;--gap: 12px;gap: 30px var(--gap);margin-top: 20px;}
.list_items-item {width: calc((100% - var(--gap) * (var(--num) - 1)) / var(--num));position: relative;--lh: 1.3;padding-bottom: 62px;}
.list_items-head {width: 100%;position: absolute;top: 0;left: 0;font-size: 19px;font-weight: 100;line-height: 1.3;padding: 0 11px;z-index: 1;color: #333;}
.list_items-head-big {font-size: 27px;}
.list_items-img {width: 100%;aspect-ratio: 325/217;margin-bottom: 8px;}
.list_items-img img {width: 100%;height: 100%;object-fit: cover;}
.list_items-price {font-size: 14px;font-weight: bold;line-height: 1.3;color: #ed3e38;}
.list_items-price-big {font-size: 22px;}
.list_items-price-small {font-size: 0.7em;font-weight: normal;}
.list_items-btn {display: block;width: 100%;max-height: 50px;aspect-ratio: 325/50;position: absolute;bottom: 0;}
.list_items-btn img {width: 100%;height: 100%;object-fit: contain;}
.txt_items2 {margin-top: 12px;}
.list_items-teika {font-size: 16px;line-height: var(--lh);}
.list_items-suuryou {font-size: 16px;line-height: var(--lh);color: #ed3e38;font-weight: bold;margin-top: 5px;}
.list_items-size {font-size: 16px;line-height: var(--lh);color: #707070;margin-top: 5px;}
.list_items-price2 {font-size: 22px;font-weight: bold;line-height: 1.4;text-align: left;margin-top: 8px;}
.list_items-suuryou2 {display: inline-block;font-size: 16px;color: #ed3e38;margin-left: 0.3em;}
del.word {text-decoration: line-through;}
.list_items-exp {font-size: 16px;line-height: 1.5;margin-top: 6px;color: #707070;}
.list_items-name {font-weight: bold;border-bottom: 1px solid;margin-bottom: 8px;padding-bottom: 8px;}
.list_items__notice {display: block;font-size: 0.8em;line-height: 1.2;text-indent: -1em;padding-left: 1em;margin: 6px 0 0;}
@media ( max-width: 768px ) {
  .list_items {--num: 2;gap: 25px var(--gap);}
  .list_items-img {margin-bottom: 2px;}
  .list_items-btn {aspect-ratio: 190/55;max-height: 60px;}
  .hd_items_mid-red {font-size: 18px;}
  .hd_items_mid-main {font-size: 28px;}
}
@media ( max-width: 599px ) {
  .hd_items-sub {font-size: 20px;margin-bottom: 8px;}
  .hd_items {font-size: 32px;line-height: 1.125;margin-top: 50px;}
  .list_items-head {font-size: 16px;padding: 0 8px;}
  .list_items-head-big {font-size: 24px;}
  .list_items-price {margin-top: 8px;}
  .txt_items2 {line-height: 1.444444444444444;}
  .list_items-item {padding-bottom: 72px;}
}
@media ( max-width: 374px ) {
  .list_items {--num: 1;}
}

.cover_henkin {background: #fffbe9;max-width: var(--cw);margin: 40px auto 0;padding: 25px var(--csp) 30px;}
.cover_henkin-inner {max-width: 860px;margin: auto;position: relative;padding: 0 70px;}
.cover_henkin-inner::before, .cover_henkin-inner::after {content: "";position: absolute;top: 0;bottom: 0;width: 68px;background: center/100% 100% no-repeat;}
.cover_henkin-inner::before {left: 0;background-image: url(../img/line-hop.svg);}
.cover_henkin-inner::after {right: 0;background-image: url(../img/line-hop-r.svg);}
.hd_henkin {font-size: 49px;font-weight: bold;line-height: 1.3;color: #ac8e41;text-align: center;}
.hd_henkin::before {content: "";display: inline-block;width: 42px;height: 42px;background: url(../img/icon-yen.svg) center/contain no-repeat;margin-right: 10px;}
.txt_henkin {font-size: 24px;font-weight: bold;text-align: center;line-height: 1.333333333333333;color: #ac8e41;margin-top: 10px;}
.txt_henkin2 {font-size: 16px;line-height: 1.5;text-align: center;color: #707070;margin-top: 15px;}
.txt_henkin2 a {color: inherit;}
@media ( max-width: 599px ) {
  .cover_henkin-inner::before, .cover_henkin-inner::after {content: none;}
  .cover_henkin-inner {padding: 0;}
  .txt_henkin {padding: 0 50px;position: relative;}
  .txt_henkin::before, .txt_henkin::after {content: "";position: absolute;top: 0;bottom: 0;width: 35px;background: center/100% 100% no-repeat;}
  .txt_henkin::before {left: 0;background-image: url(../img/line-hop.svg);}
  .txt_henkin::after {right: 0;background-image: url(../img/line-hop-r.svg);}
}
@media ( max-width: 425px ) {
  .cover_henkin {--csp: 3.058823529411765vw;}
  .hd_henkin {font-size: 11.52941176470588vw;}
  .hd_henkin::before {width: 9.882352941176471vw;height: 9.882352941176471vw;margin-right: 2.352941176470588vw;}
  .txt_henkin {padding: 0 5.647058823529412vw;font-size: 5.647058823529412vw;}
  .txt_henkin::before, .txt_henkin::after {width: 8.235294117647059vw;}
}

.hd_review {text-align: center;font-size: 49px;font-weight: bold;color: #ed3e38;line-height: 1.3;margin-top: 80px;}
.list_review {display: flex;flex-direction: column;gap: 50px;margin-top: 40px;}
.list_review-item {text-align: center;}
.list_review-item-16x9 {width: 720px;aspect-ratio: 16/9;margin: auto;}
.list_review-item-16x9 > * {width: 100%;height: 100%;}
.list_review-name {font-size: 20px;font-weight: bold;line-height: 1.3;color: #707070;margin-top: 8px;}
.hd_review2 {font-size: 34px;font-weight: bold;text-align: center;margin-top: 45px;}
.tbl_review {margin: 15px auto 0;font-size: 16px;line-height: 1.5;word-break: break-all;}
.tbl_review tbody tr:nth-child(odd) {background: #f5f5f5;}
.tbl_review tbody td:nth-child(2) {font-size: 14px;}
.tbl_review a {color: inherit;}
.tbl_review tr > * {padding: 5px 10px;vertical-align: top;}
.tbl_review thead {font-weight: bold;}
@media ( max-width: 768px ) {
  .hd_review {margin-top: 50px;}
  .list_review-item {padding: 0 var(--csp);}
  .list_review-item-16x9 {width: 100%;}
  .hd_review2 {font-size: 32px;line-height: 1.125;padding: 0 var(--csp);}
}
@media ( max-width: 599px ) {
  .hd_review {font-size: 32px;line-height: 1.125;}
  .list_review {margin-top: 30px;}
  .tbl_review {margin: 15px var(--csp) 0;}
}
@media ( max-width: 425px ) {
  .hd_review {font-size: 7.529411764705882vw;}
}

.hd_hikaku {font-size: 38px;font-weight: bold;line-height: 1.5;text-align: center;margin-top: 90px;padding: 0 var(--csp);}
@media ( max-width: 768px ) {
  .hd_hikaku {margin-top: 50px;}
}
@media ( max-width: 599px ) {
  .hd_hikaku {line-height: 1.2;font-size: 32px;}
}

.faq-row {border-top: 2px solid #f1f1f1;padding: 35px 0;}
.faq {border-bottom: 2px solid #f1f1f1;margin-top: 35px;}
.faq-q {position: relative;font-size: 20px;font-weight: bold;line-height: 1.6;padding-left: 35px;}
.faq-q::before {content: "";position: absolute;top: 6px;left: 0;width: 22px;height: 21px;background: url(../img/faq-q.svg) center/contain no-repeat;}
.faq-a::before {content: "";position: absolute;top: 13px;left: 0;width: 20px;height: 21px;background: url(../img/faq-a.svg) center/contain no-repeat;}
.faq-a {position: relative;padding-left: 35px;margin-top: 20px;}
.faq-txt {line-height: 1.666666666666667;margin-top: 1.6em;}
.faq-a > :first-child {margin-top: 0 !important;}
@media ( max-width: 768px ) {
  .faq {margin-top: 25px;}
}

.hd_instagram {font-size: 38px;font-weight: bold;line-height: 1.5;margin-top: 90px;text-align: center;}
.hd_instagram::before {content: "";display: inline-block;width: 57px;height: 57px;background: url(../img/instagram.svg) center/contain no-repeat;position: relative;top: 13px;margin-right: 8px;}
.txt_instagram {text-align: center;font-size: 18px;font-weight: bold;line-height: 1.666666666666667;color: #707070;margin-top: 30px;}
.block_baloon {width: max-content;background: #e4e4e4;border-radius: 8px;margin: 30px auto 0;position: relative;padding: 5px 50px;}
.block_baloon::after {content: "";position: absolute;bottom: -12px;right: 20px;width: 32px;height: 15px;background: url(../img/baloon-tail.svg) center/contain no-repeat;}
.block_baloon-txt {font-size: 31px;font-weight: bold;line-height: 1.5;}
.block_baloon-txt a {text-decoration: none;color: inherit;}
.block_baloon-txt a:hover {text-decoration: underline;}
.list_instagram {display: flex;flex-wrap: wrap;justify-content: center;--num: 4;margin-top: 35px;}
.list_instagram li {width: calc(100% / var(--num));}
.list_instagram a {display: block;position: relative;overflow: hidden;}
.list_instagram figure {display: block;}
.list_instagram img {width: 100%;aspect-ratio: 1/1;object-fit: cover;}
.list_instagram a::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #000000aa;transform: translateY(100%);transition: .3s;}
.list_instagram a:hover::before {transform: translateY(0);}
.list_instagram a::after {content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;background: url(../img/icon-newwindow.svg) center/20px 20px no-repeat;transform: translateY(100%);transition: .6s;}
.list_instagram a:hover::after {transform: translateY(0);}
@media ( max-width: 768px ) {
  .hd_instagram {margin-top: 30px;}
  .list_instagram {--num: 3;}
}
@media ( max-width: 599px ) {
  .list_instagram {--num: 2;}
}

.hd_message {margin-top: 90px;font-size: 49px;font-weight: bold;text-align: center;line-height: 1.3;}
.txt_message {margin-top: 2em;}
@media ( max-width: 768px ) {
  .hd_message {margin-top: 50px;}
}
@media ( max-width: 599px ) {
  .hd_message {font-size: 32px;}
}

.devinfo {max-width: var(--cw);margin: var(--block-gap) auto;border: 1px solid #1d3f63;padding: 15px 30px;border-radius: 8px;}
.devinfo__head {font-weight: bold;}

.prof_bar {background: #fff;margin: var(--para-gap) auto 0;padding: 20px;display: flex;gap: 20px;}
.cover_omoide--nobg .prof_bar {background: #f5f5f5;}
.prof_bar-img {flex-shrink: 0;}
.prof_bar-img img {border-radius: 9999px;}
.prof_bar-head {font-size: 16px;font-weight: bold;}
.prof_bar-body {line-height: 1.625;}
.prof_bar-txts {font-size: 16px;}

@media ( max-width: 768px ) {
  .prof_bar {flex-direction: column;gap: 10px;}
  .prof_bar-img {text-align: center;}
  .prof_bar-head {text-align: center;}
  .prof_bar-txts {margin-top: 5px;line-height: 1.875;}
}

.colors {display: flex;flex-wrap: wrap;--num: 3;--gap: var(--para-gap);gap: var(--gap);margin-top: var(--block-gap);}
.colors > li {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
.colors img {display: block;margin: auto;border-radius: 9999px;}
.colors-head-main {display: block;text-align: center;font-size: 20px;font-weight: bold;line-height: 1.4;}
.colors-head-sub {display: block;text-align: center;font-size: 16px;font-weight: bold;line-height: 1.4;color: #707070;}
.colors-head {margin-top: var(--para-gap);}
.colors-exp {margin-top: 12px;}
@media ( max-width: 768px ) {
  .colors {--num: 2;--gap: 30px;}
  .colors-exp {line-height: 1.4;}
}
@media ( max-width: 374px ) {
  .colors {--num: 1;}
}

.img_notice {font-size: 14px;font-weight: normal;line-height: 1.3;text-align: center;margin: 3px 0 0;color: #888;}
@media ( max-width: 599px ) {
  .img_notice {text-align: justify;margin: var(--para-gap) 0 0;text-indent: -1em;padding-left: 1em;}
  .img_notice .word {display: inline !important;}
}

.txt_setitem {text-align: center;}
.setitems {margin-top: var(--para-gap);display: flex;--num: 3;--gap: 12px;flex-wrap: wrap;gap: 30px var(--gap);}
.setitems-item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
.setitems-img img {display: block;margin: auto;}
.setitems-head {font-size: 19px;font-weight: bold;line-height: 1.5;margin-top: 15px;}
.setitems-setdetail {display: flex;flex-wrap: wrap;gap: 10px;font-size: 16px;line-height: 1.5;color: #707070;margin-top: 6px;}
.setitems-setdetail li:nth-child(1)::before {content: "①";}
.setitems-setdetail li:nth-child(2)::before {content: "②";}
.setitems-setdetail li:nth-child(3)::before {content: "③";}
.setitems-setdetail span + span {margin-left: 0.3em;}
.setitems-comment {border-top: 2px solid #e7e7e7;border-bottom: 1px solid #cfcfcf;margin-top: 12px;display: flex;gap: 8px;padding: 10px 0;min-height: 9.5em;}
.setitems-comment-face {flex-shrink: 0;}
.setitems-comment-txt {font-size: 16px;line-height: 1.5;}
.setitems-price-price {font-size: 22px;font-weight: bold;line-height: 1;white-space: nowrap;}
.setitems-price-nokori {font-size: 16px;font-weight: bold;line-height: 1;color: #ed3e38;white-space: nowrap;}
.setitems-price {display: flex;flex-wrap: wrap;align-items: flex-end;gap: 10px;margin-top: 8px;}
.setitems-btn {display: block;margin-top: 10px;}
.setitems-notice {color: #707070;margin-top: 15px;line-height: 1.5;}
@media ( max-width: 768px ) {
  .setitems {--num: 2;}
  .setitems-btn img {width: 100%;}
  .txt_setitem {text-align: justify;}
}
@media ( max-width: 599px ) {
  .setitems {--num: 1;gap: var(--block-gap) var(--gap);}
  .setitems-img img {width: 100%;}
  .setitems-comment {min-height: 0;}
}

.setitems_main {margin-top: var(--para-gap);display: flex;flex-wrap: wrap;gap: var(--para-gap);}
.setitems_main-item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
.setitems_main-img img {display: block;margin: auto;}
.setitems_main-head {font-size: 19px;font-weight: bold;line-height: 1.5;margin-top: 15px;}
.setitems_main-setdetail {display: flex;flex-wrap: wrap;gap: 10px;font-size: 16px;line-height: 1.5;color: #707070;margin-top: 6px;}
.setitems_main-setdetail li:nth-child(1)::before {content: "①";}
.setitems_main-setdetail li:nth-child(2)::before {content: "②";}
.setitems_main-setdetail li:nth-child(3)::before {content: "③";}
.setitems_main-setdetail span + span {margin-left: 0.3em;}
.setitems_main-comment {border-top: 2px solid #e7e7e7;border-bottom: 1px solid #cfcfcf;margin-top: 12px;display: flex;gap: 8px;padding: 10px 0;min-height: 9.5em;}
.setitems_main-comment-face {flex-shrink: 0;}
.setitems_main-comment-txt {font-size: 16px;line-height: 1.5;}
.setitems_main-price-price {font-size: 22px;font-weight: bold;line-height: 1;white-space: nowrap;}
.setitems_main-price-nokori {font-size: 16px;font-weight: bold;line-height: 1;color: #ed3e38;white-space: nowrap;}
.setitems_main-price {display: flex;flex-wrap: wrap;align-items: flex-end;gap: 10px;margin-top: 8px;border-top: 1px solid #d9d9d9;padding-top: 10px;}
.setitems_main-btn {display: block;margin-top: 12px;max-width: 100%;text-align: center;}
.setitems_main-notice {color: #707070;margin-top: 15px;line-height: 1.5;}
.setitems_main-head2-icon {width: 37px;flex-shrink: 0;}
.setitems_main-head2-text {font-size: 19px;font-weight: bold;line-height: 1.315789473684211;}
.setitems_main-head2 {display: flex;gap: 5px;align-items: center;padding: 0 0 10px;border-bottom: 1px solid #d9d9d9;}
.setitems_main-subtext {font-size: 16px;line-height: 1.5;color: #707070;margin-top: 6px;}
.setitems_main-text {font-size: 16px;line-height: 1.5;margin-top: 8px;border-bottom: 1px solid #cfcfcf;padding-bottom: 10px;}
.setitems_main > li {display: flex;background: #fff;width: 100%;}
.setitems_main-img {flex-shrink: 0;}
.setitems_main-img img {width: 100%;height: auto;}
.setitems_main-right {width: 100%;padding: 40px 45px;}
.setitems-yosuke {margin-top: var(--para-gap);display: flex;--num: 3;--gap: 12px;flex-wrap: wrap;gap: 30px var(--gap);}
.setitems-yosuke-item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
.setitems-yosuke-img img {display: block;margin: auto;}
.setitems-yosuke-head {font-size: 19px;font-weight: bold;line-height: 1.5;margin-top: 15px;}
.setitems-yosuke-setdetail {display: flex;flex-wrap: wrap;gap: 10px;font-size: 16px;line-height: 1.5;color: #707070;margin-top: 6px;}
.setitems-yosuke-setdetail li:nth-child(1)::before {content: "①";}
.setitems-yosuke-setdetail li:nth-child(2)::before {content: "②";}
.setitems-yosuke-setdetail li:nth-child(3)::before {content: "③";}
.setitems-yosuke-setdetail span + span {margin-left: 0.3em;}
.setitems-yosuke-comment {border-top: 2px solid #e7e7e7;border-bottom: 1px solid #cfcfcf;margin-top: 12px;display: flex;gap: 8px;padding: 10px 0;min-height: 9.5em;}
.setitems-yosuke-comment-face {flex-shrink: 0;}
.setitems-yosuke-comment-txt {font-size: 16px;line-height: 1.5;}
.setitems-yosuke-price-price {font-size: 22px;font-weight: bold;line-height: 1;white-space: nowrap;}
.setitems-yosuke-price-nokori {font-size: 16px;font-weight: bold;line-height: 1;color: #ed3e38;white-space: nowrap;}
.setitems-yosuke-price {display: flex;flex-wrap: wrap;align-items: flex-end;gap: 10px;margin-top: 8px;}
.setitems-yosuke-btn {display: block;margin-top: 10px;}
.setitems-yosuke-notice {color: #707070;margin-top: 15px;line-height: 1.5;}
.setitems-yosuke-head2-icon {width: 37px;flex-shrink: 0;}
.setitems-yosuke-head2-text {font-size: 19px;font-weight: bold;line-height: 1.315789473684211;}
.setitems-yosuke-head2 {display: flex;gap: 5px;align-items: center;padding: 10px 0;border-bottom: 1px solid #d9d9d9;}
.setitems-yosuke-subtext {font-size: 16px;line-height: 1.5;color: #707070;margin-top: 6px;border-bottom: 1px solid #cfcfcf;padding-bottom: 6px;}
.setitems-yosuke-text {font-size: 16px;line-height: 1.5;margin-top: 8px;border-bottom: 1px solid #cfcfcf;padding-bottom: 10px;position: relative;padding-left: 47px;}
.setitems-yosuke-text-icon {position: absolute;top: 2px;left: 0;width: 37px;}
@media ( max-width: 768px ) {
  .setitems-yosuke {--num: 2;}
  .setitems-yosuke-btn img {width: 100%;}
  .setitems-yosuke_white {--num: 2;}
  .setitems-yosuke_white-btn img {width: 100%;}
  .setitems_main {--num: 2;}
  .setitems_main-btn img {width: 100%;max-width: 400px;}
  .setitems_main > li {flex-direction: column;}
  .setitems_main-btn {margin-top: 30px;}
}
@media ( max-width: 599px ) {
  .setitems-yosuke {--num: 1;gap: var(--block-gap) var(--gap);}
  .setitems-yosuke-img img {width: 100%;}
  .setitems-yosuke-comment {min-height: 0;}
  .setitems-yosuke_white {--num: 1;gap: var(--block-gap) var(--gap);}
  .setitems-yosuke_white-img img {width: 100%;}
  .setitems-yosuke_white-comment {min-height: 0;}
  .setitems_main {--num: 1;gap: var(--block-gap) var(--gap);}
  .setitems_main-img img {width: 100%;}
  .setitems_main-comment {min-height: 0;}
}
@media ( max-width: 480px ) {
  .setitems_main-right {padding: var(--para-gap) 7vw;}
}

.box_info {border: 4px solid #ed3e385c;margin: var(--block-gap) auto 0;padding: 20px 40px;}
.box_info__inner {width: max-content;margin: auto;max-width: 100%;}
@media ( max-width: 768px ) {
  .box_info {padding: 15px;}
}
@media ( max-width: 480px ) {
  .box_info {font-size: 14px;line-height: 1.75;}
}
/* /Main */



/* Footer */
.footer-menu {display: flex;justify-content: center;font-size: 14px;line-height: 1.2;text-align: center;background: #f5f5f5;padding: 8px 0;margin-top: 100px;}
.footer-menu li {position: relative;}
.footer-menu li:nth-child(n+2)::before {content: "";position: absolute;top: 0;bottom: 0;left: 0;width: 1px;background: #c2c2c2;}
.footer-menu a {color: inherit;text-decoration: none;display: block;padding: 3px 10px;}
.footer-menu a:hover {text-decoration: underline;}
#copyright {display: block;text-align: center;font-size: 14px;line-height: 1.3;color: #707070;padding: 10px 0 5px;}

@media ( max-width: 768px ) {
  .footer-menu {margin-top: 50px;}
}

@media ( max-width: 425px ) {
  .footer-menu {font-size: 3.294117647058824vw;}
  .footer-menu a {padding: 3px 1.5vw;}
  #copyright {font-size: 3.294117647058824vw;}
}
/* /Footer */

.list_items-name {font-weight: bold;border-bottom: 1px solid;margin-bottom: 8px;padding-bottom: 8px;}
.block_valiation {background: #f5f5f5;padding: 0 var(--csp);margin-top: var(--sec-gap);}
.block_valiation-inner {padding: var(--block-gap) 0;max-width: var(--cw);margin: auto;}

/* お客様の声 */
.voice {max-width: var(--cw);margin: auto;padding: 0 var(--csp);box-sizing: content-box;}
.voice_posts {display: flex;flex-wrap: wrap;--num: 2;--gap: 30px;gap: var(--block-gap) var(--gap);margin: var(--block-gap) auto 0;}
.voice_posts__item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );display: grid;grid-template: "face comment" auto "data data" auto "img img" auto "link link"/100px 1fr;gap: 0 20px;font-size: 14px;font-weight: normal;line-height: 1.5;}
.voice_posts a[target="_blank"]::after {content: "";display: inline-block;width: 1.1em;height: 1.1em;background: url(../img/icon-newwindow_blue.svg) center/contain no-repeat;position: relative;top: 0.2em;left: 0.3em;}
.voice_posts__face {grid-area: face;display: grid;place-content: center;}
.voice_posts__body {grid-area: data;margin: 1.5em 0 0;}
.voice_posts__body2 {grid-area: comment;padding: 10px 15px;border: 2px solid #173D7A;border-radius: 15px;position: relative;18:;}
.voice_posts__img {grid-area: img;width: 100%;height: auto;aspect-ratio: 16/9;margin: 1.2em 0 0;}
.voice_posts__img img {width: 100%;height: 100%;object-fit: cover;}
.voice_posts__comment {margin: 0;}
.voice_posts__link {grid-area: link;margin: 1em 0 0;}
.voice_posts__row {border-bottom: 1px dashed #173d7a;padding-bottom: 0.5em;margin-top: 1em;}
.voice_posts__cellhead {background: #173d7a;width: fit-content;max-width: 100%;min-width: 12em;flex-shrink: 0;color: #fff;display: grid;place-content: center;padding: 3px 8px;border-radius: 6px;}
.voice_posts__cellbody {display: block;margin-top: 0.4em;padding: 0 6px;}
.voice_posts__body2::before {content: "";position: absolute;right: 100%;top: 50px;width: 30px;height: 25px;clip-path: polygon(10% 0,100% 0,100% 100%);background: #173d7a;}
.voice_posts__body2::after {content: "";position: absolute;right: calc(100% - 2px);top: 52px;width: 26px;height: 21px;clip-path: polygon(10% 0,100% 0,100% 100%);background: #fff;}
.voice_posts__body > :first-child {margin-top: 0 !important;}

@media ( max-width: 599px ) {
  .voice_posts {--num: 1;}
}
/* /お客様の声 */

/* CONTACT FORM */
.form_frame {width: 100%;}
.form_frame__wrapper {margin-top: 80px;}
/* /CONTACT FORM */

/* お客様投稿一覧 */
.customer-post-list__wrapper {position: relative;padding-top: max(2.94rem, 41px);margin-top: 3rem;}
.customer_post_list {display: flex;flex-wrap: wrap;--num: 5;justify-content: center;margin-top: 0.75rem;}
.customer_post_list li {width: calc(100% / var(--num));background: #000;}
.customer_post_list a {display: block;transition: .3s;}
.customer_post_list a:hover {opacity: .7;}
.customer_post_list img {width: 100%;height: auto;aspect-ratio: 1/1;object-fit: cover;}
.customer-post-list__balloon {position: absolute;top: 0;right: var(--csp);width: max(13.06rem, 108px);}
.customer-post-list__here_txt {text-align: center;margin: 0;}

@media (max-width: 768px) {
  .customer_post_list {--num: 4;}
  .customer-post-list__balloon {width: max(6.75rem, 108px);}
}

@media (max-width: 480px) {
  .customer_post_list {--num: 3;}
}
/* /お客様投稿一覧 */