@charset "UTF-8";

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/* .zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.italianno-regular {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.source-code-pro-bold {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
} */

/* ALL */
body {
    font-family: "ZenKakuGothicNew", sans-serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    counter-reset: number;
    overflow-x: hidden;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    margin: 1.3rem 0;
}

/* header */
header {
    background: linear-gradient(180deg, #b0e6ff, rgba(176, 230, 255, 0.4));
    padding: 0 20px;
}

.flexbox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 img {
    width: 200px;
}

/* nav */
ul.nav {
    margin: 0 20px;
    padding: 0;
}

ul.nav li {
    width: 130px;
    display: inline-block;
    list-style-type: none;
    position: relative;
}

ul.nav a {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 46, 81, 1);
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

ul.nav a:hover {
    color: rgba(14, 77, 196, 0.9);
}

ul.nav ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 100;
}

ul.nav li:hover ul {
    display: block;
}

ul.nav ul li {
    width: 200px;
    border-top: 1px solid #FFFFFF;
}

ul.nav ul li a {
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    background-color: rgba(0, 46, 81, 0.6);
    color: #FFFFFF;
    padding: 10px 8px;
}

ul.nav ul li a:hover {
    background-color: rgba(247, 247, 248, 0.8);
    color: rgba(0, 46, 81, 1);
}

/* ハンバーガーメニュー非表示 */

.hamburger-fade {
    display: none;
}

.nav-fade {
    display: none;
}



/* main */
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 5rem 0 5rem;
    position: relative;
}

.title_en {
    font-family: "Source Code Pro", monospace;
    font-size: 8rem;
    font-weight: 650;
    letter-spacing: -0.6rem;
    background: linear-gradient(to right, rgba(0, 15, 26, 0.09), rgba(85, 181, 255, 0.15));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.title_ja1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.8rem;
    position: absolute;
    top: 10rem;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

section {
    max-width: 1000px;
    margin: 0 auto;
}

table {
    max-width: 800px;
    margin: 0 auto;
}

h6 {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    white-space: nowrap;
}

h6:before {
    position: absolute;
    top: calc(50% - 2px);
    width: 40px;
    content: '';
    border-top: solid 4px #8d89a7;
}

h6:before {
    left: 0;
}

table tr {
    display: block;
    text-align: center;
}

table tr .th-1 {
    padding: 0.8rem;
    font-family: "Italianno", cursive;
    font-weight: 300;
    font-size: 4rem;
    text-align: left;
    display: inline-block;
    transform: rotate(-10deg);
    transform-origin: left bottom;
    margin: 0 0 -8rem -40rem;
}

table tr .th-1 span {
    font-size: 8rem;
    font-weight: 700;
}

.th-cl-1 {
    color: #012c7a;
}

.th-cl-2 {
    color: #2E5E4E;
}

.th-cl-3 {
    color: #D4AF37;
}

.box13 {
    padding: 1.5rem 0;
}

table tr td {
    display: block;
    width: 800px;
    background-color: rgba(0, 0, 0, 0.06);
}

table tr td ul {
    display: inline-block;
    text-align: left;
    padding: 0;
}

.plan {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.box14-1 {
    position: relative;
    padding: 2rem 0 3rem;
    margin-bottom: 2rem;
}

.box14-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
}

.box14-1-1::before {
    border-top: 2px solid #012c7a;
}

.box14-1-2::before {
    border-top: 2px solid #2E5E4E;
}

.box14-1-3::before {
    border-top: 2px solid #D4AF37;
}


.box14-1 .price1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.price1-1 {
    color: #012c7a;
}

.price1-2 {
    color: #2E5E4E;
}

.price1-3 {
    color: #D4AF37;
}

.box14 .additional {
    font-size: 1rem;
}

table tr td ul li {
    font-size: 1.2rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.th-cl-4 {
    color: #4ac97c;
}

.box14-2 {
    position: relative;
    padding: 2rem 0 3rem;
    margin-bottom: 2rem;
}

.box14-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    border-top: 2px solid rgba(115, 221, 157, 0.7);
}

.box14-2 .price2 {
    color: #4ac97c;
    font-size: 1.8rem;
    font-weight: bold;
}

.th-cl-5 {
    color: #f898e0;
}

.box14-3 {
    position: relative;
    padding: 2rem 0 3rem;
    margin-bottom: 2rem;
}

.box14-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    /* border-top: 2px solid rgba(247, 184, 24, 0.5); */
}

.box14-3 .price3 {
    color: #f898e0;
    font-size: 1.5rem;
    font-weight: bold;
}

.th-cl-6 {
    color: #a59af5;
}

.box14-4 {
    position: relative;
    padding: 2rem 0 3rem;
    margin-bottom: 2rem;
}

.box14-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    /* border-top: 2px solid rgba(164, 154, 245, 0.7); */
}

.box14-4 .price4 {
    color: #a59af5;
    font-size: 2rem;
    font-weight: bold;
}

.logo-area {
    position: relative;
}

.logo-wrapper {
    position: absolute;
    bottom: -2940px;
    right: 150px;
}

.logo-wrapper img {
    width: 450px;
    opacity: 0.3;
}


/* TOPへ */
.page-top {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.85s ease, visibility 0s linear 0.85s;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    pointer-events: none;
}

.page-top.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.page-top .text {
    display: inline-block;
    font-size: 1.5rem;
    writing-mode: vertical-rl;
    text-decoration: none;
    height: 85px;
    margin: 0;
    letter-spacing: 5px;
    text-align: right;
    position: relative;
    transform: rotate(-360deg);
    transform-origin: left top;
    color: #000;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 6px 6px 8px rgba(255, 255, 255, 0.6);
    transition: none;
}

.page-top .text::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -6px;
    width: 1.4px;
    height: 20px;
    background: #000;
    transform: skewX(-150deg);
}

.page-top .text::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 1px;
    height: 85px;
    background: #000;
}



/* #footer */
#footer {
    max-width: 1920px;
    background: linear-gradient(180deg, rgba(176, 230, 255, 0.3), #b0e6ff);
    padding-top: 120px;
}

.footer_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.footer_wrapper p {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    margin: 0;
    white-space: nowrap;
}

.flexbox5 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
}

.box9 {
    width: 400px;
}

.box9 h1 img {
    width: 300px;
    margin-bottom: 0.8rem;
}

.flexbox6 {
    display: flex;
    gap: 30px;
    margin: 3rem 0;
}

.box9 .mail {
    display: block;
    width: 200px;
    padding: 16px 0;
    background-color: rgba(30, 94, 214, 0.7);
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    transition: .3s;
}

.box9 .mail:hover {
    background: #fff;
    color: rgba(30, 94, 214, 0.7);
    transform: scale(1.1);
}

.box9 .line {
    width: 60px;
}

.box9 a {
    display: block;
    width: 300px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
}

.box9 .bold {
    font-weight: bold;
    margin-top: 0.5rem;
}

.box10 {
    width: 600px;
}

.flexbox7 {
    display: flex;
    justify-content: flex-end;
}

.box11,
.box12 {
    width: 300px;
    text-align: left;
}

.footer_nav li {
    list-style: none;
}

.footer_nav li a,
.footer_nav .ul_2 li a {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2;
    color: #001c51;
    text-align: left;
    text-decoration: none;
    padding-bottom: 2px;
}

/* 下線のアニメーション */
.footer_nav li a::after,
.footer_nav .ul_2 li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: rgba(30, 94, 214, 0.7);
    transition: width 0.5s ease;
}

.footer_nav li a:hover::after,
.footer_nav .ul_2 li a:hover::after {
    width: 100%;
}

.footer_nav .ul_2 li a {
    margin-left: 1rem;
}

.copy {
    display: block;
    background-color: #001c51;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
}



/* 連絡先SP版 */
.contact_flex {
    display: none;
}








/* レスポンシブ*/
/* TB */

/* max-width: 884px */
@media (max-width: 884px) {

    /* スクロール非表示 */
    .scroll {
        display: none;
    }

    /* ハンバーガーメニュー */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 0 8px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .header.header-scrolled {
        background-color: rgba(255, 255, 255, 0.95);
        transition: background-color 0.3s ease;
    }

    h1 img {
        width: 120px;
    }

    header .box2 ul.nav {
        display: none;
    }

    .hamburger-fade {
        display: block;
        position: fixed;
        top: -1%;
        right: 0px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        z-index: 1100;
    }

    .hamburger-fade_wrapper {
        position: relative;
        width: 30px;
        height: 20px;
        margin: 20px auto;
    }

    .hamburger-fade_line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #001c51;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .hamburger-fade_line:nth-child(1) {
        top: 0;
    }

    .hamburger-fade_line:nth-child(2) {
        top: 9px;
    }

    .hamburger-fade_line:nth-child(3) {
        top: 18px;
    }

    .hamburger-fade.active .hamburger-fade_line {
        background-color: #001c51;
    }

    .hamburger-fade.active .hamburger-fade_line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger-fade.active .hamburger-fade_line:nth-child(2) {
        opacity: 0;
        transform: translateX(20px);
    }

    .hamburger-fade.active .hamburger-fade_line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .nav-fade {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease;
        z-index: 900;
    }

    .nav-fade_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85vh;
        background-color: rgba(0, 46, 81, 0.8);
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* メニューを開いたとき */
    .nav-fade.active {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-fade.active .nav-fade_bg {
        opacity: 1;
    }

    .nav-fade_wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 90%;
        padding: 5vh 10vw;
    }

    .nav-fade_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-fade_item {
        position: relative;
        margin-bottom: 0.8vh;
        padding-left: 60px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .nav-fade.active .nav-fade_item {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-fade.active .nav-fade_item:nth-child(1) {
        transition-delay: 0.2s;
    }

    .nav-fade.active .nav-fade_item:nth-child(2) {
        transition-delay: 0.3s;
    }

    .nav-fade.active .nav-fade_item:nth-child(3) {
        transition-delay: 0.4s;
    }

    .nav-fade.active .nav-fade_item:nth-child(4) {
        transition-delay: 0.5s;
    }

    .nav-fade_link {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .nav-fade_link:hover {
        color: #02ffff;
    }

    .ul_sub li {
        list-style: none;
        margin: 0.8rem 0 0.8rem 1.5rem;
    }

    .ul_sub li a span {
        color: #FFFFFF;
        margin-left: 1rem;
    }

    .ul_sub li a {
        color: #FFFFFF;
        font-size: 1.6rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .ul_sub li a:hover {
        color: #02ffff;
    }

    .nav-fade_info {
        margin-top: auto;
        padding-left: 60px;
        color: #666;
        font-size: 14px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    }

    .nav-fade.active .nav-fade_info {
        opacity: 1;
        transform: translateY(0);
    }

    .rotating-logo {
        margin-top: 24px;
    }

    .title_en {
        width: 390px;
        font-size: 4.5rem;
        margin: 72px 0 0 -44px;
    }

    .title_ja1 {
        font-size: 2.2rem;
        top: 190px;
        left: 296px;
    }

    table tr .th-1 {
        width: 0;
        margin-bottom: -110px;
        margin-left: -750px;
    }

    section {
        max-width: 800px;
        margin: 0 auto;
    }

    .logo-wrapper {
        bottom: -2950px;
        right: 40px;
    }

    .logo-wrapper img {
        width: 370px;
    }

    /* footer */
    .footer_wrapper {
        max-width: 768px;
        margin: 0 auto;
    }

    .flexbox5 {
        gap: 30px;
    }

    .box11,
    .box12 {
        width: 204px;
    }
}

/* max-width: 834px */
@media (max-width: 834px) {
    .logo-wrapper {
        bottom: -2870px;
    }
}

/* max-width: 800px */
@media (max-width: 800px) {
    section {
        max-width: 700px;
        margin: 0 auto;
    }

    .title_en {
        width: 390px;
        font-size: 4.5rem;
        margin: 72px 0 0 -10px;
    }


    .title_ja1 {
        left: 262px;
    }

    table {
        max-width: 700px;
        margin: 0 auto;
    }

    table tr .th-1 {
        width: 700px;
    }

    table tr td {
        display: block;
        width: 700px;
        background-color: rgba(0, 0, 0, 0.06);
    }

    .box14-1 {
        padding: 2rem 3rem 3rem;
    }

    .logo-wrapper {
        bottom: -3092px;
    }
}

/* max-width: 768px */
@media (max-width: 768px) {
    table tr .th-1 {
        margin-left: -18px;
    }

    .logo-wrapper {
        bottom: -3292px;
    }

    .footer_wrapper {
        max-width: 690px;
    }

    .box9 h1 img {
        width: 285px;
    }

    .box11,
    .box12 {
        width: 160px;
        white-space: nowrap;
    }

    .footer_nav li a,
    .footer_nav .ul_2 li a {
        font-size: 1rem;
    }
}








/* SP版 */
/* max-width: 440px */
@media (max-width: 440px) {

    /* topへ戻る非表示 */
    .page-top {
        display: none;
    }

    /* 連絡先SP版分の余白 */
    .copy {
        margin-bottom: 50px;
    }

    .nav-fade_wrapper {
        height: 70%;
    }

    .hamburger-fade {
        top: -12px;
        right: 22px;
        width: 24px;
        padding: 0;
    }

    h1 img {
        width: 100px;
    }

    .nav-fade_bg {
        height: 100vh;
    }

    .nav-fade_wrapper {
        height: 99%;
    }

    .nav-fade_item a,
    .ul_sub li a {
        font-size: 1.6rem;
    }

    .nav-fade_list {
        line-height: 2;
        margin-left: -1.3rem;
    }


    /* 連絡先SP版 */
    .contact_flex {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        display: flex;
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: opacity 0.4s ease, transform 0.4s ease;
        z-index: 9999;
    }

    .contact_flex.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }


    .contact_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact_btn1,
    .contact_btn2 {
        width: 190px;
    }

    .contact_btn1 {
        background-color: #0068b7;
    }

    .contact_btn2 {
        background-color: #80b4db;
    }

    .contact_btn3 {
        width: 60px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .contact_btn1 a,
    .contact_btn2 a {
        color: #FFFFFF;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-weight: 500;
    }

    .contact_btn3 a {
        color: #000;
        font-size: 1rem;
    }

    .title_en {
        width: 200px;
        margin: 14px 0 0 -7px;
        letter-spacing: -0.45rem;
    }

    .title_ja1 {
        font-size: 1.5rem;
        top: 127px;
        left: 130px;
    }

    section {
        max-width: 380px;
        margin: 0 auto;
    }

    table {
        max-width: 380px;
        margin: 0 auto;
    }

    h6 {
        font-size: 1.3rem;
    }

    p {
        font-size: 1rem;
    }

    table tr .th-1 {
        margin-bottom: -94px;
    }

    table tr .th-1 span {
        font-size: 6rem;
    }

    table tr td {
        width: 380px;
    }


    table tr td ul li {
        font-size: 1rem;
    }

    .box13 {
        padding: 1.5rem;
    }

    .box14-1 {
        padding: 2rem 2rem 3rem;
    }

    .box14-1::before {
        width: 300px;
    }

    .box14-1 .price1 {
        font-size: 1.5rem;
    }

    .additional {
        display: block;
        font-size: 1rem;
        line-height: 1.1;
        margin: 1rem 0 0;
    }

    .mb-8 {
        margin-bottom: 3rem;
    }

    .box14-2::before {
        width: 300px;
    }

    .box14-2 .price2 {
        font-size: 1.3rem;
    }

    .box14-3::before {
        width: 300px;
    }

    .box14-3 .price3 {
        font-size: 1.2rem;
    }

    .box14-4::before {
        width: 300px;
    }

    .box14-4 .price4 {
        font-size: 1.4rem;
    }

    .logo-wrapper {
        bottom: -2870px;
        right: 10px;
    }

    .logo-wrapper img {
        width: 190px;
    }

    /* footer */
    .flexbox5,
    .flexbox7 {
        display: block;
    }

    .box9 {
        text-align: center;
    }

    .footer_wrapper h1 img {
        width: 260px;
        margin: 0 66px;
    }

    .flexbox6 {
        margin: 1rem 6rem;
    }

    .box9 .mail {
        width: 250px;
        padding: 10px 0;
    }

    .box9 .line {
        width: 96px;
    }

    .box11,
    .box12 {
        width: 390px;
        margin-left: 110px;
    }

    .footer_nav li a,
    .footer_nav .ul_2 li a {
        font-size: 1rem;
        line-height: 2.5;
        white-space: nowrap;
    }

    .footer_nav .ul_2 li a {
        margin-left: 2rem;
    }

    .copy {
        margin-bottom: 50px;
    }
}


/* max-width: 428px */
@media (max-width: 428px) {
    .nav-fade_wrapper {
        height: 98%;
    }

    .logo-wrapper {
        bottom: -2898px;
    }
}

/* max-width: 414px */
@media (max-width: 414px) {
    table tr .th-1 {
        margin-left: 2px;
        transform: rotate(-8deg);
    }
}

/* max-width: 393px */
@media (max-width: 393px) {

    .nav-fade_item a,
    .ul_sub li a {
        font-size: 1.5rem;
    }

    .nav-fade_list {
        line-height: 1.8;
        margin-left: -2.4rem;
    }

    .nav-fade_bg {
        height: 90vh;
    }

    .nav-fade_wrapper {
        height: 95%;
    }

    section {
        max-width: 354px;
        margin: 0 auto;
    }

    .title_ja1 {
        left: 116px;
    }

    table {
        max-width: 354px;
        margin: 0 auto;
    }

    table tr .th-1 {
        width: 354px;
    }

    table tr td {
        width: 354px;
    }

    table tr .th-1 {
        width: 354px;
    }

    table tr td {
        width: 354px;
    }

    .box14-1::before {
        width: 300px;
    }

    .additional {
        display: block;
        font-size: 1rem;
        line-height: 1.1;
        margin: 1rem 0 0;
        text-align: left;
    }

    .box14-2::before {
        width: 300px;
    }

    .box14-3::before {
        width: 300px;
    }

    .box14-4::before {
        width: 300px;
    }

    .logo-wrapper {
        bottom: -3090px;
    }

    /* footer */
    .footer_wrapper h1 img {
        width: 230px;
        margin: 0 60px;
    }

    .box9 .mail {
        width: 300px;
        padding: 10px 0;
        font-size: 1rem;
    }

    .box11 {
        margin-top: 2rem;
    }

    .footer_nav li a,
    .footer_nav .ul_2 li a {
        line-height: 2rem;
    }

    .copy {
        margin-bottom: 50px;
    }
}


/* max-width: 390px */
@media (max-width: 390px) {

    .nav-fade_item a,
    .ul_sub li a {
        font-size: 1.4rem;
    }

    .nav-fade_list {
        line-height: 1.7;
        margin-left: -2rem;
    }

    .nav-fade_bg {
        height: 80vh;
    }

    .nav-fade_wrapper {
        height: 85%;
    }

    .footer_wrapper a {
        width: 230px;
    }
}

/* max-width: 384px */
@media (max-width: 384px) {
    .nav-fade_wrapper {
        height: 84%;
    }
}

/* max-width: 375px */
@media (max-width: 375px) {
    .nav-fade_bg {
        height: 85vh;
    }

    .nav-fade_wrapper {
        height: 90%;
        margin-left: -0.2rem;
    }

    /* footer */
    .footer_wrapper h1 img {
        width: 260px;
        margin: 0 60px;
    }

    .flexbox6 {
        gap: 20px;
        margin-left: 5rem;
    }

    .box9 {
        width: 350px;
    }

    .box9 .mail {
        width: 300px;
        padding: 12px 0;
    }

    .box9 .line {
        width: 130px;
    }
}

/* max-width: 360px */
@media (max-width: 360px) {

    .nav-fade_item a,
    .ul_sub li a {
        font-size: 1.3rem;
    }

    .nav-fade_list {
        margin-left: -2.5rem;
    }

    section {
        max-width: 340px;
        margin: 0 auto;
    }

    .title_ja1 {
        left: 108px;
    }

    table {
        max-width: 340px;
        margin: 0 auto;
    }

    table tr .th-1 {
        width: 340px;
    }

    table tr td {
        width: 340px;
    }

    table tr .th-1 {
        width: 340px;
    }

    table tr td {
        width: 340px;
    }

    .box14-1::before {
        width: 300px;
    }

    .box14-2::before {
        width: 300px;
    }

    .box14-3::before {
        width: 300px;
    }

    .box14-4::before {
        width: 300px;
    }

    .footer_wrapper h1 img {
        width: 180px;
        margin-left: 5rem;
    }

    .footer_wrapper p {
        font-size: 0.8rem;
        padding-left: 3rem;
    }

    .box9 {
        width: 300px;
    }

    .flexbox6 {
        margin: 1rem 4rem;
    }

    .box9 .mail {
        width: 140px;
        padding: 8px 0;
    }

    .box9 .line {
        width: 60px;
    }
}


/* max-width: 320px */
@media (max-width: 320px) {
    h1 img {
        width: 80px;
    }

    .hamburger-fade_wrapper {
        width: 24px;
        height: 4px;
        margin: 1px auto;
    }

    .hamburger-fade {
        top: -25px;
        right: 12px;
    }

    .nav-fade_bg {
        height: 94vh;
    }

    .nav-fade_wrapper {
        height: 100%;
        margin-left: 0;
    }

    .nav-fade_item a,
    .ul_sub li a {
        font-size: 1.2rem;
        line-height: 1.45;
    }

    section {
        max-width: 280px;
        margin: 0 auto;
    }

    .title {
        padding: 3rem 0 3rem;
    }

    .title_en {
        font-size: 4rem;
    }

    .title_ja1 {
        left: 82px;
        top: 89px;
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.2rem;
    }

    table {
        max-width: 280px;
        margin: 0 auto;
    }

    table tr .th-1 {
        width: 280px;
    }

    .box13 {
        padding: 1.1rem;
    }

    table tr td {
        width: 280px;
    }

    table tr .th-1 {
        width: 280px;
    }

    table tr td {
        width: 280px;
    }

    .box14-1 .price1 {
        font-size: 1.35rem;
    }

    .box14-1::before {
        width: 260px;
    }

    .box14-2 .price2 {
        font-size: 1.1rem;
    }

    .box14-2::before {
        width: 260px;
    }

    .box14-3 .price3 {
        font-size: 1.1rem;
    }

    .box14-3::before {
        width: 260px;
    }

    .box14-4::before {
        width: 260px;
    }

    .logo-wrapper {
        bottom: -3214px;
    }

    .logo-wrapper img {
        width: 160px;
    }

    .footer_wrapper h1 img {
        margin-left: 3.5rem;
    }

    .box9 {
        width: 270px;
    }

    .box9 .mail {
        width: 130px;
        padding: 10px 0;
        margin-left: 1rem;
    }

    .box9 .line {
        width: 50px;
    }

    .flexbox6 {
        margin: 1rem 2rem;
    }

    .copy {
        margin-bottom: 34px;
    }
}