@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
    /* フォント */
    --fontA: "Zen Kaku Gothic New", sans-serif;
    --fontB: "Nunito Sans", sans-serif;
    --fontC: "Caveat", cursive;
    /* カラー */
    --white: #FEFEFE;
    --black: #573F33;
    --primary: #5A695F;
    --secondary: #675445;
    /* --tertiary: #014095; */
    /* --quaternary: #321B05; */
    /* --fifth: #E6D6B8; */
    /*--sixth: #F9EFE8;
    --seventh: #F4DEBF;
    --eighth: #B9874F;
    --ninth: #F0BADC;
    --tenth: #805A41; */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#root::-webkit-scrollbar {
    display: none;
}

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-style: normal;
    color: var(--black);
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    transition: all ease .3s;
    background: var(--white);
    overflow-x: hidden;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
}

.fontD {
    font-family: var(--fontD);
    font-style: normal;
}

.ptFontA s {
    text-decoration: none;
    font-family: var(--fontA);
}

.ptFontB s {
    text-decoration: none;
    font-family: var(--fontB);
}

.anchor {
    position: relative;
    z-index: -99;
    pointer-events: none;
    padding-top: 80px;
    margin-top: -80px;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.paddingWr {
    padding: 0 15px;
}

.inner01 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.inBg01 {
    background-image: url(/system_panel/uploads/images/bg01.jpg);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    background-size: contain;
}

.inWrap {
    width: 100%;
    padding: 70px 0 0 0;
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.area01 {
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    margin: 0 auto;
}

.area02 {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.area03 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.area04 {
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

/*-----------------------------------------------------------
frame
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
プルダウン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}

/*-----------------------------------------------------------
プルダウン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.header {
    transition: all .3s;
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.header.is-scroll {
    top: 0;
}

.hLogo,
.hHamBx {
    pointer-events: all;
}

.hHamBx {
    transition: all .3s;
}

.hHamBar {
    position: absolute;
    height: 2px;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto;
    transition: all.3s;
    transform-origin: center;
    background: var(--black);
}

.hHamBar:nth-of-type(1) {
    top: 0px;
}

.hHamBar:nth-of-type(2) {
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.hHamBar:nth-of-type(3) {
    bottom: 0px;
}

.open .hHamBar {
    width: 75%;
}

.tHamBtn.open .hHamBar {
    background: var(--white);
}

.open .hHamBar:nth-of-type(1) {
    top: 0;
    bottom: 0;
    transform: rotate(40deg);
}

.open .hHamBar:nth-of-type(2) {
    opacity: 0;
}

.open .hHamBar:nth-of-type(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-40deg);
}

.hHamTxt {
    font-family: var(--fontB);
    transition: all .3s;
}

.tHamBtn.open .hHamTxt {
    color: var(--white);
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fContact {
    position: relative;
    background-size: auto calc(100% - 45px) !important;
}

.fContact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #432B18;
    opacity: .4;
    mix-blend-mode: multiply;
}

.fNavLink:hover {
    text-decoration: underline;
    color: var(--white);
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hamMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 80px 0 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: ease .5s;
}

.hamMenu.open {
    right: 0;
}

.hamMenuAr {
    width: 100%;
    height: 100%;
}

.hamMenuConte {
    padding: 70px 15px 30px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: var(--secondary);
}

.hamMenu .hamMenuConte {
    max-width: 660px;
}

.hamMenuConte::-webkit-scrollbar {
    width: 12px;
    /* 横幅 */
}

.hamMenuConte::-webkit-scrollbar-thumb {
    background: var(--primary);
    /* ハンドルの色 */
}

.hamMenuConte::-webkit-scrollbar-track {
    background: var(--black);
    /* 背景色 */
}

.hamMenuBx {
    width: 100%;
    max-width: 395.5px;
    margin: 0 auto;
}

.hamNavBx {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hamNavLink {
    width: 100%;
    color: var(--white);
    padding: 10px 0;
    border-bottom: 1px dashed var(--white);
    text-align: center;
}

.hamNavLink::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--white);
    opacity: 0;
    transition: all .3s;
}

.hamNavLink:hover::before {
    color: var(--white);
    opacity: .4;
}

.hamNavLinkTxt {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 500;
    color: var(--white);
}

/*-----------------------------------------------------------
SPヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層カバー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.in-cover {
    margin-top: 80px !important;
}

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #72635B;
    opacity: 0.6;
    mix-blend-mode: multiply;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-box {
    max-width: 1230px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 9;
}

.in-cover-title {
    font-size: 44px;
    line-height: 1.4em;
    font-family: var(--fontB);
    font-weight: 500;
}

.in-cover-sub-title {
    font-size: 16px;
    line-height: 1.454em;
    margin: 3px 0 0;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.breadcrumbs-wrapper {
    font-size: 16px;
    line-height: 1.45em;
    color: inherit;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

.breadcrumbs-inner {
    max-width: 1230px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    margin: auto;
}

.breadcrumbs-link {
    display: block;
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs-arrow {
    margin: 0 10px;
}

.breadcrumbs-link:hover {
    text-decoration: none;
    color: inherit;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.telBx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: max-content;

}

.telBx img {
    width: 30px;
    margin: 0 7px 0 0;
}

.telBx p {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: var(--fontB);
}

.mailBtn {
    width: 100%;
    max-width: 360px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13.5px;
    background: var(--primary);
    transition: all .3s;
}

.mailBtn:hover {
    filter: brightness(1.15);
}

.mailBtn img {
    width: 30px;
}

.mailBtn p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    color: var(--white);
}

.btn01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding: 0 14px 0 30px;
    transition: all .3s;
    border: 1px solid var(--black);
    background: var(--white);
    border-radius: 100vmax;
}

.btn01::before {
    content: "";
    display: block;
    width: 35px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: var(--black) url(/system_panel/uploads/images/arrow01_white.svg)no-repeat center / 6px;
    transition: all .3s;
}

.btn01 p {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0em;
    transition: all .3s;
    color: var(--black);
    font-family: var(--fontB);
    font-weight: 500;
}

.btn01:hover {
    background: var(--black);
}

.btn01:hover::before {
    background: var(--white) url(/system_panel/uploads/images/arrow01_brown.svg)no-repeat center / 6px;
}

.btn01:hover p {
    color: var(--white);
}

.btn01.inBtnJa {
    max-width: 360px;
}

.btn01.inBtnJa>p {
    font-size: 18px;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
テキスト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tit160 {
    font-family: var(--fontC);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 60px;
}

.tit84 {
    font-family: var(--fontB);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 40px;
}

.tit70 {
    font-family: var(--fontB);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 35px;
}

.txt42 {
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 22px;
}

.subtit22 {
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 16px;
}

.titDash {
    width: 100%;
    max-width: 80px;
    border-bottom: 1px dashed var(--primary);
}

.inTitle35 {
    font-size: 23px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通部品
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*-----------------------------------------------------------
下層用バナー
-----------------------------------------------------------*/

.inComBannerLink {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.inComBannerImgBox {
    width: 100%;
    position: relative;
    padding-top: 200px;
}

.inComBannerImgBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.inComBannerTitBox {
    z-index: 3;
    position: absolute;
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 2px;
    color: #fff;
}

.inComBannerImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
    background: #72635B;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

.inComBannerLink:hover .inComBannerImgBox:before {
    opacity: 0.4;
}

.inComBannerEn {
    font-family: var(--fontB);
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
}

.inComBannerJa {
    font-size: 16px;
}

.inComBannerWr01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.inComBannerWr02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 100%;
}

/*----esthetic---*/

.estheticCourseTextWr .estheticCourseTextMg:first-child {
    margin-top: 0;
}

.estheticCourseTextWr .estheticCourseTextMg {
    margin-top: 20px;
}

/*--メイクアップ---*/

.make-upBallImgBox {
    overflow: hidden;
}

.make-upBallImgBox>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}


/* ++++++ ○○ ++++++ */
/* ------ ○○ ------ */

/*-----------------------------------------------------------
共通部品
-----------------------------------------------------------*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    body {
        font-size: 19px;
    }

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    frame
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inWrap {
        padding: 150px 0 0 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .fContact {
        background-size: auto calc(100% - 90px) !important;
    }

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamMenuConte {
        padding: 80px 15px 50px;
    }

    .hamNavLink {
        padding: 14px 0;
    }

    .hamNavLinkTxt {
        font-size: 19px;
    }


    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .in-cover-title {
        font-size: 64px;
    }

    .in-cover-sub-title {
        font-size: 20px;
    }

    .in-cover {
        height: 320px;
    }

    .breadcrumbs-wrapper {
        font-size: 17px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .telBx img {
        width: 37px;
        margin: 0 15px 0 0;
    }

    .telBx p {
        font-size: 40px;
    }

    .mailBtn {
        max-width: 395px;
        height: 78px;
    }

    .mailBtn p {
        font-size: 28px;
    }

    .btn01 {
        max-width: 286px;
        height: 65px;
        padding: 0 14px 0 43px;
    }

    .btn01::before {
        width: 40px
    }

    .btn01 p {
        font-size: 27px;
    }

    .btnReserve {
        max-width: 268.5px;
        gap: 33.5px;
    }

    .btnReserve p {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit160 {
        font-size: 80px;
    }

    .tit84 {
        font-size: 55px;
    }

    .tit70 {
        font-size: 48px;
    }

    .txt42 {
        font-size: 28px;
    }

    .subtit22 {
        font-size: 19px;
    }

    .inTitle35 {
        font-size: 30px;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */


    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .hamMenu {
        padding: 100px 0 0;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    body {
        font-size: 22px;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamNavLinkTxt {
        font-size: 22px;
    }

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .in-cover {
        margin-top: 100px !important;
    }

    .in-cover-title {
        font-size: 84px;
    }

    .in-cover-sub-title {
        font-size: 22px;
    }

    .breadcrumbs-wrapper {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit160 {
        font-size: 120px;
    }

    .tit84 {
        font-size: 70px;
    }

    .tit70 {
        font-size: 60px;
    }

    .txt42 {
        font-size: 34px;
    }

    .subtit22 {
        font-size: 22px;
    }

    .inTitle35 {
        font-size: 35px;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

    .inComBannerWr01 {
        grid-template-columns: repeat(2, 1fr);
    }

    .inComBannerWr02 {
        grid-template-columns: repeat(3, 1fr);
    }

    .btn01.inBtnJa>p {
        font-size: 22px;
    }

    .partnerTitJaBr br {
      display: none;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit160 {
        font-size: 140px;
    }

    .tit84 {
        font-size: 84px;
    }

    .tit70 {
        font-size: 70px;
    }

    .txt42 {
        font-size: 42px;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1320px) {}

/* min-width: 1320px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit160 {
        font-size: 160px;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */