@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #111;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover,
a:link,
a:active,
a:focus {
    color: #111;
}

a:hover {
    opacity: 0.6;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

header.pc_header {
    background: #111;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

@media only screen and (max-width: 700px) {
    header.pc_header {
        display: none;
    }
}

header.pc_header .inner {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    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;
}

header.pc_header .inner .logo a img {
    width: 160px;
}

header.pc_header .inner nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
}

header.pc_header .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
}

header.pc_header .inner nav ul li a {
    color: #fff;
    display: block;
    line-height: 0;
}

header.pc_header .inner nav ul li a img {
    width: 1.8em;
}

.sp_header {
    width: 100vw;
    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;
    background: #111;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 101;
}

@media only screen and (min-width: 700px) {
    .sp_header {
        display: none;
    }
}

.sp_header .logo {
    height: 30px;
    padding-left: 10px;
}

.sp_header .logo img {
    height: 100%;
}

.drawer_btn {
    font-size: 45px;
    width: 1em;
    height: 1em;
    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;
    cursor: pointer;
}

.drawer_btn.active span {
    background: rgba(255, 255, 255, 0);
}

.drawer_btn.active span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s, -webkit-transform 0.3s 0.3s;
    transition: 0.3s, -webkit-transform 0.3s 0.3s;
    transition: 0.3s, transform 0.3s 0.3s;
    transition: 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.drawer_btn.active span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s, -webkit-transform 0.3s 0.3s;
    transition: 0.3s, -webkit-transform 0.3s 0.3s;
    transition: 0.3s, transform 0.3s 0.3s;
    transition: 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.drawer_btn span,
.drawer_btn span:after,
.drawer_btn span:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 3px;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer_btn span:before {
    bottom: 0.2em;
    -webkit-transition: 0.3s 0.3s, -webkit-transform 0.3s;
    transition: 0.3s 0.3s, -webkit-transform 0.3s;
    transition: 0.3s 0.3s, transform 0.3s;
    transition: 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.drawer_btn span:after {
    top: 0.2em;
    -webkit-transition: 0.3s 0.3s, -webkit-transform 0.3s;
    transition: 0.3s 0.3s, -webkit-transform 0.3s;
    transition: 0.3s 0.3s, transform 0.3s;
    transition: 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.drawer_content {
    width: 100vw;
    height: 100vh;
    background: #111;
    padding: 100px 20px;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.drawer_content.active {
    opacity: 1;
    top: 0;
    right: 0;
}

.drawer_content ul li a {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 0.5em;
}

.drawer_content ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}

.drawer_content ul.sns li a {
    padding: 0.2em;
}

.drawer_content ul.sns li a img {
    width: 2em;
}

.page_top .mainvisual {
    line-height: 0;
}

.page_top .mainvisual img {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page_top .mainvisual img.pc {
        display: none;
    }
}

@media only screen and (min-width: 500px) {
    .page_top .mainvisual img.sp {
        display: none;
    }
}

.page_top .coupon {
    background: #000;
    padding: 40px clamp(0px, 2vw, 40px);
}

.page_top .coupon h2 {
    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;
    gap: 0.6em;
    font-size: clamp(22px, 2.6vw, 30px);
    text-align: center;
    color: #fff;
    margin-bottom: 0.5em;
}

.page_top .coupon h2 i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.4em;
}

.page_top .coupon h2 i::before,
.page_top .coupon h2 i::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.6em;
    background: #fff;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.page_top .coupon h2 i::after {
    height: 1.2em;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.page_top .coupon h2 i:first-child {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.page_top .coupon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 700px) {
    .page_top .coupon ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page_top .coupon ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: solid 1px #fff;
    padding: 10px clamp(10px, 2vw, 30px);
}

@media only screen and (max-width: 700px) {
    .page_top .coupon ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        border-bottom: solid 1px #fff;
    }
}

.page_top .coupon ul li:last-child {
    border-right: none;
}

.page_top .coupon ul li h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
}

@media only screen and (max-width: 700px) {
    .page_top .coupon ul li h3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.page_top .coupon ul li .price {
    color: #d8ae47;
    font-weight: 900;
    font-size: clamp(18px, 4vw, 50px);
    text-align: center;
}

.page_top .campaign {
    background-image: url("../img/page/top/campaign/bg.png");
    background-size: cover;
}

.page_top .campaign .inner {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) 20px;
}

.page_top .campaign .inner h3 {
    color: #fff;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 2;
}

.page_top .campaign .inner h2 {
    color: #d8ae47;
    text-align: center;
    font-size: clamp(30px, 4vw, 50px);
    margin-bottom: 0.5em;
    font-weight: 900;
}

.page_top .campaign .inner ol {
    position: relative;
}

.page_top .campaign .inner ol::before,
.page_top .campaign .inner ol::after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    border: solid 1px #fff;
    position: absolute;
    top: 0;
}

.page_top .campaign .inner ol::before {
    border-right: none;
    left: 0;
}

.page_top .campaign .inner ol::after {
    border-left: none;
    right: 0;
}

.page_top .campaign .inner ol li {
    color: #fff;
    padding: 15px clamp(20px, 2.6vw, 30px);
}

.page_top .campaign .inner h4 {
    padding-top: 1em;
    margin-bottom: 0.5em;
    color: #fff;
    font-size: 20px;
}

.page_top .campaign .inner p {
    color: #fff;
    margin-bottom: 1em;
}

.page_top #concept {
    background-image: url("../img/page/top/concept/bg.png");
    background-size: cover;
    padding: clamp(40px, 6vw, 80px) 0;
}

.page_top #concept .logo {
    text-align: center;
    margin-bottom: 40px;
}

.page_top #concept .logo img {
    max-width: 400px;
    width: 80%;
}

.page_top #concept .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .page_top #concept .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 40px;
    }
}

.page_top #concept .inner .img_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_top #concept .inner .txt_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: clamp(20px, 3vw, 40px);
}

.page_top #concept .inner .txt_box .txt {
    max-width: 500px;
}

.page_top #concept .inner .txt_box .txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.page_top #concept .inner .txt_box .txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 1em;
}

.page_top #concept .inner .txt_box .txt p {
    color: #fff;
    line-height: 2.4;
}

.page_top .about {
    padding: clamp(40px, 6vw, 80px) 20px;
    background: #111;
}

.page_top .about .introduction {
    max-width: 800px;
    margin: 0 auto 80px;
}

.page_top .about .introduction h2 {
    text-align: center;
    font-size: clamp(17px, 2.5vw, 30px);
    color: #fff;
    margin-bottom: 0.5em;
}

.page_top .about .introduction p {
    color: #fff;
    line-height: 2;
    font-weight: 500;
    font-size: 15px;
}

.page_top .about .point {
    max-width: 1000px;
    margin: 0 auto 80px;
}

.page_top .about .point h3 {
    color: #fff;
    text-align: center;
    font-size: clamp(18px, 2vw, 26px);
    margin-bottom: 0.5em;
}

.page_top .about .point h4 {
    color: #fff;
    text-align: center;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 400;
    margin-bottom: 1em;
}

.page_top .about .point img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .page_top .about .point img.pc {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .page_top .about .point img.sp {
        display: none;
    }
}

.page_top .about .pointlist {
    max-width: 1000px;
    margin: 0 auto 80px;
}

.page_top .about .pointlist h3 {
    text-align: center;
    color: #d8ae47;
    font-size: clamp(18px, 2vw, 26px);
}

.page_top .about .pointlist ol li {
    padding: 20px 0;
}

.page_top .about .pointlist ol li h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-size: 18px;
    margin-bottom: 0.5em;
}

.page_top .about .pointlist ol li h4::before {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background: #d8ae47;
}

.page_top .about .pointlist ol li h4 span {
    color: #d8ae47;
}

.page_top .about .pointlist ol li p {
    color: #fff;
    line-height: 2;
}

.page_top .about .instagram h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0.5em;
}

.page_top .about .instagram p {
    text-align: center;
    margin-bottom: 0.5em;
    color: #fff;
}

.page_top .about .instagram h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 0.5em;
    font-size: 18px;
}

.page_top .about .instagram .btn {
    text-align: center;
}

.page_top .about .instagram .btn a img {
    max-width: 250px;
}

.page_top #nextstage {
    background-image: url("../img/page/top/nextstage/bg.png");
    padding: clamp(40px, 6vw, 80px) 20px;
    background-size: cover;
}

.page_top #nextstage .product h3 {
    text-align: center;
    color: #fff;
    font-size: clamp(22px, 3vw, 50px);
}

.page_top #nextstage .product h2 {
    text-align: center;
}

.page_top #nextstage .product h2 span {
    color: #ceb881;
}

.page_top #nextstage .product h2 span:nth-child(1) {
    font-size: 90px;
    font-size: clamp(40px, 5vw, 90px);
}

.page_top #nextstage .product h2 span:nth-child(2) {
    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;
    gap: 0.5em;
    font-size: 30px;
    font-size: clamp(20px, 2.5vw, 30px);
}

.page_top #nextstage .product h2 span:nth-child(2)::before,
.page_top #nextstage .product h2 span:nth-child(2)::after {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background: #fff;
}

.page_top #nextstage .product .inner {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 700px) {
    .page_top #nextstage .product .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page_top #nextstage .product .inner .img_box img {
    display: block;
    width: 300px;
}

@media only screen and (max-width: 1000px) {
    .page_top #nextstage .product .inner .img_box img {
        width: 200px;
    }
}

@media only screen and (max-width: 700px) {
    .page_top #nextstage .product .inner .img_box img {
        width: 200px;
        margin: 0 auto;
    }
}

.page_top #nextstage .product .inner ol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_top #nextstage .product .inner ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.page_top #nextstage .product .inner ol li .number {
    width: 3em;
    height: 3em;
    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;
    background-image: url("../img/page/top/nextstage/number.png");
    background-size: cover;
    color: #ceb881;
    font-size: clamp(20px, 3vw, 40px);
}

.page_top #nextstage .product .inner ol li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    line-height: 2;
    font-size: clamp(14px, 1.8vw, 22px);
}

.page_top #nextstage .price {
    max-width: 1000px;
    margin: 0 auto;
}

.page_top #nextstage .price table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.page_top #nextstage .price table.times1 tr td {
    width: 420px;
}

@media only screen and (max-width: 600px) {
    .page_top #nextstage .price table.times1 tr td {
        width: auto;
    }
}

.page_top #nextstage .price table tr th,
.page_top #nextstage .price table tr td {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0.6em 10px;
    border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 600px) {

    .page_top #nextstage .price table tr th,
    .page_top #nextstage .price table tr td {
        font-size: 14px;
        padding: 0.4em 5px;
    }
}

.page_top #nextstage .price table tr th {
    text-align: left;
}

.page_top #nextstage .price table tr td {
    width: 140px;
    text-align: center;
    border-left: solid 1px #fff;
}

@media only screen and (max-width: 600px) {
    .page_top #nextstage .price table tr td {
        width: auto;
    }
}

.page_top #nextstage .price .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 600px) {
    .page_top #nextstage .price .comment {
        -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;
        gap: 20px;
    }
}

.page_top #nextstage .price .comment .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    line-height: 1.8;
    font-size: 14px;
}

.page_top #nextstage .price .comment .btn {
    width: 200px;
}

.page_top #nextstage .price .comment .btn img {
    width: 100%;
}

.page_top #nextstage .price .discount {
    padding: 20px 0;
}

.page_top #nextstage .price .discount h3 {
    background: #d0ae54;
    font-weight: 900;
    font-size: clamp(15px, 1.8vw, 20px);
    display: inline-block;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
}

.page_top #nextstage .price .discount p {
    color: #fff;
    line-height: 2;
    font-size: clamp(14px, 1.5vw, 16px);
}

.page_top .cv_line {
    background-image: url("../img/page/top/cv_line/bg.png");
    background-size: cover;
}

.page_top .cv_line .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 40px) 20px;
    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;
}

@media only screen and (max-width: 700px) {
    .page_top .cv_line .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
}

.page_top .cv_line .inner .txt h2 {
    color: #fff;
    font-size: 30px;
    font-size: clamp(20px, 2.6vw, 30px);
}

.page_top .cv_line .inner .txt p {
    color: #fff;
    margin-bottom: 20px;
}

.page_top .cv_line .inner .txt .btn img {
    display: block;
    margin: 0 auto;
    width: 250px;
}

.page_top .cv_line .inner .logo {
    width: 400px;
}

@media only screen and (max-width: 700px) {
    .page_top .cv_line .inner .logo {
        width: 300px;
        margin: 0 auto;
    }
}

.page_top .others_menu {
    background-image: url("../img/page/top/others_menu/bg.png");
    background-size: cover;
    padding: clamp(40px, 6vw, 80px) 20px;
}

.page_top .others_menu h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    font-size: 35px;
    font-size: clamp(20px, 2.5vw, 35px);
    font-weight: 400;
}

.page_top .others_menu ul {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

@media only screen and (max-width: 800px) {
    .page_top .others_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
    }
}

.page_top .others_menu ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page_top .others_menu ul li h3 {
    text-align: center;
    color: #fff;
    min-height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_top .others_menu ul li p {
    color: #fff;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px;
}

.page_top .others_menu ul li .btn a {
    display: block;
    border: solid 2px #fff;
    background: #531b1b;
    text-align: center;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    border-radius: 10em;
}

.page_top .faq {
    padding: clamp(40px, 6vw, 80px) 20px;
    background: #111;
}

.page_top .faq h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1em;
}

.page_top .faq ul {
    max-width: 1000px;
    margin: 0 auto;
}

.page_top .faq ul li {
    border-bottom: solid 1px #ceb881;
    padding: 40px 0;
}

.page_top .faq ul li:first-child {
    border-top: solid 1px #ceb881;
}

.page_top .faq ul li .Q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.page_top .faq ul li .Q::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/page/top/faq/Q.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.page_top .faq ul li .Q h3 {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    font-size: clamp(18px, 2vw, 22px);
}

.page_top .faq ul li .A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.page_top .faq ul li .A::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/page/top/faq/A.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.page_top .faq ul li .A .txt {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: clamp(16px, 1.7vw, 18px);
    font-weight: 500;
    line-height: 2;
}

.page_top #access {
    background-image: url("../img/page/top/access/bg.png");
    background-size: cover;
    padding: clamp(40px, 6vw, 80px) 20px;
}

.page_top #access h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 0.5em;
}

.page_top #access ul {
    max-width: 1000px;
    margin: 0 auto;
    border-top: solid 2px #111;
    border-bottom: solid 2px #111;
    background: #fff;
}

.page_top #access ul li {
    border-bottom: solid 1px #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}

@media only screen and (max-width: 600px) {
    .page_top #access ul li {
        padding: 20px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.page_top #access ul li:last-child {
    border-bottom: none;
}

.page_top #access ul li h3 {
    width: 100px;
    font-size: 18px;
}

.page_top #access ul li .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: clamp(15px, 1.7vw, 18px);
}

.page_top #access ul li .txt .comment {
    color: #c30000;
}

.PriceMenu_notes h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0.4em;
}

.PriceMenu_notes ul {
    border: solid 1px #fff;
    padding: 15px 40px;
}

.PriceMenu_notes ul li {
    list-style: disc;
    color: #fff;
    font-size: 14px;
    padding: 0.3em 0;
}

.page_menu section {
    background-size: cover;
}

.page_menu section#menu_REMOVALMENU {
    background-image: url("../img/page/menu/bg_REMOVALMENU.png");
}

.page_menu section#menu_REMOVALMENU .inner .discount {
    padding: 20px 0;
}

.page_menu section#menu_REMOVALMENU .inner .discount h3 {
    background: #d0ae54;
    font-weight: 900;
    font-size: 17px;
    display: inline-block;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
}

.page_menu section#menu_REMOVALMENU .inner .discount p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.page_menu section#menu_ULTRANSFORMER {
    background-image: url("../img/page/menu/bg_ULTRANSFORMER.png");
}

.page_menu section#menu_ULTRANSFORMER .inner .clm .clm_img {
    width: 150px;
}

.page_menu section#menu_RINPAMASSAGE {
    background-image: url("../img/page/menu/bg_RINPAMASSAGE.png");
}

.page_menu section#menu_FACIALSPECIAL {
    background-image: url("../img/page/menu/bg_FACIALSPECIAL.png");
}

.page_menu section .menu_heading {
    position: relative;
}

.page_menu section .menu_heading img {
    display: block;
    width: 100%;
    height: auto;
}

.page_menu section .menu_heading h2 {
    width: 100%;
    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;
    color: #ceb881;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}

.page_menu section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) 20px;
}

.page_menu section .inner h3 {
    text-align: center;
    color: #fff;
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 400;
    margin-bottom: 0.5em;
}

.page_menu section .inner h4 {
    font-size: clamp(18px, 2vw, 24px);
    border-left: solid 5px #fff;
    margin: 2em 0 1em;
    color: #fff;
    padding-left: 0.5em;
}

.page_menu section .inner h5 {
    color: #fff;
    padding-left: 2.5em;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.5em;
    padding-top: 2em;
}

.page_menu section .inner h5::before {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 2.8em;
    left: 0;
}

.page_menu section .inner p {
    color: #fff;
    font-size: 14px;
    line-height: 2.4;
    margin-bottom: 1em;
}

.page_menu section .inner table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.page_menu section .inner table.clm_1 tr td {
    border-left: none;
    text-align: right;
}

.page_menu section .inner table tr th,
.page_menu section .inner table tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 1em 10px;
    border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 600px) {

    .page_menu section .inner table tr th,
    .page_menu section .inner table tr td {
        font-size: 14px;
        padding: 0.4em 5px;
    }
}

.page_menu section .inner table tr th {
    text-align: left;
}

.page_menu section .inner table tr th small {
    font-weight: 300;
}

.page_menu section .inner table tr td {
    width: 140px;
    text-align: center;
    border-left: solid 1px #fff;
}

@media only screen and (max-width: 600px) {
    .page_menu section .inner table tr td {
        width: auto;
    }
}

.page_menu section .inner .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 0;
}

@media only screen and (max-width: 600px) {
    .page_menu section .inner .clm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page_menu section .inner .clm .clm_img {
    width: 350px;
    margin: 0 auto;
}

.page_menu section .inner .clm .clm_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_menu section .inner .notes {
    padding-top: 40px;
}

.page_menu section .inner .notes h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0.4em;
    text-align: left;
}

.page_menu section .inner .notes h3 small {
    font-weight: 400;
}

.page_menu section .inner .notes ul {
    border: solid 1px #fff;
    padding: 15px 40px;
}

.page_menu section .inner .notes ul li {
    list-style: disc;
    color: #fff;
    font-size: 14px;
    padding: 0.3em 0;
}

.page_menu section .inner .txt_area {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px clamp(20px, 5vw, 80px);
    position: relative;
}

.page_menu section .inner .txt_area::before,
.page_menu section .inner .txt_area::after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    border: solid 1px #fff;
    position: absolute;
    top: 0;
}

.page_menu section .inner .txt_area::before {
    left: 0;
    border-right: none;
}

.page_menu section .inner .txt_area::after {
    right: 0;
    border-left: none;
}

.page_menu section .inner .txt_area h3 {
    padding-top: 0;
}

.page_menu section .inner .txt_area p {
    text-align: center;
    line-height: 2.4;
    font-size: 15px;
}

footer .logo {
    padding: 60px 20px;
}

footer .logo img {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    background: #111;
    color: #fff;
    padding: 10px;
}

.cta_bottom {
    width: clamp(90px, 10vw, 120px);
    height: clamp(90px, 10vw, 120px);
    position: fixed;
    bottom: 10px;
    right: 10px;
}


.saikouchiku {
    text-align: center;
    font-size: 10px;
    background: #111;
    color: #fff;
    padding: 5px 0 8px 0;
}


/* 筋膜ケア */
.kinmakucare-h3 {
    font-size: 3em;
    font-weight: 700;
    color: #ffdf16;
    margin-top: -10px;    
}

@media only screen and (max-width: 600px) {
    .kinmakucare-h3 {
        font-size: 1.5em;
        margin-top: -5px; 
    }
}

.clm_txt h6 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -5px;    
}

.kinmakucare-img {
    text-align: center;
}


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