@charset "utf-8";

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

:root {
    /* フォント */
    --fontA: "Zen Kaku Gothic New", sans-serif;
    --fontB: "Zen Old Mincho", serif;
    --fontC: "Lato", sans-serif;
    /* カラー */
    --white: #FFF;
    --black: #3D3C3B;
    --primary: #496A4C;
    --secondary: #F2F1E9;
    --tertiary: #F9F8F5;
    /* --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-weight: 500;
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 1.94;
    font-weight: 500;
    font-size: 15px;
    transition: all ease .3s;
    background: var(--secondary);
    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
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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

.inBtm {
    padding-bottom: 70px;
}

.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 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .3s;
}

.headerHeight.is-scroll {
    height: 80px !important;
    background: var(--secondary);
}

.hHamBtn {
    cursor: pointer;
}

.hHamBtnBar {
    transition: all .3s;
    transform-origin: center;
}

.open .hHamBtnBar {
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}

.open .hHamBtnBar01 {
    transform: rotate(20deg);
}

.open .hHamBtnBar02 {
    transform: rotate(-20deg);
}

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

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

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

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

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

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

.hamMenu.open {
    right: 0;
}

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

.hamMenuConte {
    padding: 90px 15px 30px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: url(/system_panel/uploads/images/cmn_bg01.jpg)no-repeat center /cover;
}

.hamMenu .hamMenuConte {
    max-width: none;
}

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

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

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

.hamMenuBox {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.hamNavBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto 0;
    gap: 15px;
}

.hamNavLink {
    color: var(--black);
    transition: all .3s;
}

.hamNavLink:hover {
    color: var(--primary);
}

.hamNavLinkTxt {
    line-height: 1.45;
    letter-spacing: 0.05em;
}

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

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

.cover {
    position: relative;
    width: 100%;
    height: 280px;
}

.cover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1A1919;
    opacity: .4;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1550px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    height: 100%;
    margin: 0 auto;
    color: var(--tertiary);
    text-align: center;
}

.cvrTit {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 0 7px 0;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-family: var(--fontC);
    font-weight: 300;
}

.cvrTxt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-family: var(--fontB);
}

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

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

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1430px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
    text-decoration: underline;
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

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


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ページャー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.webgene-pagination {
    width: 100%;
    grid-column: 1/3;
}

.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 0 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: var(--black);
}

.webgene-pagination>ul>li>a:hover {
    color: #fff;
    background-color: var(--black);
    text-decoration: none;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a {
    color: #fff;
    background: var(--black);
    cursor: inherit;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: var(--black);
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--black);
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #fff;
    opacity: .5;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent var(--black) transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--black);
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

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

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

}

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

.telBx p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    font-family: var(--fontC);
    color: var(--primary);
}

.btnReserve {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
    height: 50px;
    padding: 0 14px 0 25px;
    border-radius: 3px;
    background: url(/system_panel/uploads/images/btn_reserve_bg.jpg) no-repeat center /cover;
    transition: all .3s;
}

.btnReserve p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--white);
}

.btnReserve::after {
    content: "";
    display: block;
    width: 8px;
    aspect-ratio: 4/7;
    color: var(--white);
    background: url(/system_panel/uploads/images/btn02_arrow_white.svg) no-repeat center /contain;
}

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

.btn01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 166px;
}

.btn01 p {
    font-size: 18px;
    font-family: var(--fontC);
    line-height: 1.45em;
    letter-spacing: 0.03em;
    font-weight: 500;
    transition: all .3s;
}

.btn01:hover p {
    transform: translate(3px, 0);
}

.btn01::before {
    content: "";
    width: 60px;
    aspect-ratio: 3/2;
    transition: all .3s;
}

.btn01.backBtn {
    max-width: 190px;
}

.btn01.backBtn:hover p {
    transform: translate(-3px, 0);
}

.btn01.backBtn::before {
    transform: scale(-1, 1);
}

.btnWhite p {
    color: var(--tertiary);
}

.btnWhite::before {
    background: url(/system_panel/uploads/images/btn01_white_arrow.svg) no-repeat center /contain;
}

.btnWhite:hover::before {
    background: url(/system_panel/uploads/images/btn01_white_hover_arrow.svg) no-repeat center /contain;
}

.btnBlack p {
    color: var(--black);
}

.btnBlack::before {
    background: url(/system_panel/uploads/images/btn01_black_arrow.svg) no-repeat center /contain;
}

.btnBlack:hover::before {
    background: url(/system_panel/uploads/images/btn01_black_hover_arrow.svg) no-repeat center /contain;
}

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

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

.tit80 {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-family: var(--fontC);
}

.pt80 span {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.tit60 {
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-family: var(--fontC);
}

.tit40 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit35 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit30 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.subtit20 {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    background: linear-gradient(120deg, rgba(217, 194, 122, 1) 0%, rgba(183, 154, 74, 1) 45%, rgba(142, 115, 48, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
}

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

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

/* ++++++ cmnLink ++++++ */

.cmnLinkFl {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1px;
}

.cmnLink {
    position: relative;
    width: 100%;
    height: 280px;
    transition: all .3s;
    overflow: hidden;
}

.cmnLink>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s;
}

.cmnLink:hover>img {
    transform: scale(1.05);
}

.cmnLink:hover .btn01 p {
    transform: translate(3px, 0);
}

.cmnLink:hover .btnWhite::before {
    background: url(/system_panel/uploads/images/btn01_white_hover_arrow.svg) no-repeat center /contain;
}

.cmnLink::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #1A1919;
    opacity: .4;
    transition: all .3s;
    pointer-events: none;
}

.cmnLink:hover::before {
    opacity: .2;
}

.cmnLinkTxtBx {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    bottom: 20px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.cmnLinkTxt {
    margin: 0 auto 0 0;
    color: var(--tertiary);
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-family: var(--fontC);
    font-weight: 300;
    font-size: 35px;
}

.cmnLinkTxtBx .btn01 {
    margin: 0 0 0 auto;
}

/* ------ cmnLink ------ */


/* ++++++ cmnFl ++++++ */

.cmnFl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cmnFlImgBx {
    width: 100%;
    max-width: 760px;
}

.cmnFlTxtBx {
    width: 100%;
    max-width: 760px;
}

/* ------ cmnFl  ------ */

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

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

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



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

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



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

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

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

    /* ++++++ cmnLink ++++++ */

    .cmnLinkTxtBx {
        flex-direction: row;
    }

    /* ------ cmnLink ------ */
    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/
}

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



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

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

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

    body {
        font-size: 16px;
    }

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

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

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

    .inWrap {
        padding-top: 150px;
    }

    .inBtm {
        padding-bottom: 150px;
    }

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

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

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

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

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

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

    .hamMenuConte {
        padding: 125px 15px 60px;
    }

    .hamNavBox {
        gap: 25px;
    }

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

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

    .cover {
        height: 320px;
    }

    .cvrTit {
        font-size: 45px;
    }

    .cvrTxt {
        font-size: 20px;
    }

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ページャー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .webgene-pagination>ul>li>a {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    ページャー
    -----------------------------------------------------------*/

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

    .telBx img {
        width: 28px;
    }

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

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

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

    .tit80 {
        font-size: 60px;
    }

    .pt80 span {
        font-size: 60px;
    }

    .tit60 {
        font-size: 50px;
    }

    .tit40 {
        font-size: 32px;
    }

    .tit35 {
        font-size: 28px;
    }

    .tit30 {
        font-size: 26px;
    }

    .subtit20 {
        font-size: 18px;
    }

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

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

    /* ++++++ cmnLink ++++++ */
    .cmnLink {
        height: 380px;
    }

    .cmnLinkTxtBx {
        bottom: 30px;
    }

    .cmnLinkTxt {
        font-size: 40px;
    }

    /* ------ cmnLink ------ */

    /* ++++++ cmnFl ++++++ */

    .cmnFl {
        flex-direction: row;
    }

    .cmnFlR {
        flex-direction: row-reverse;
    }

    .cmnFlImgBx {
        width: 50%;
    }

    .cmnFlTxtBx {
        width: 47%;
        max-width: 640px;
    }

    /* ------ cmnFl ------ */

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

}

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



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

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



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

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

    body {
        font-size: 18px;
    }

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


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

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

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

    .cvrTit {
        font-size: 60px;
    }

    .cvrTxt {
        font-size: 22px;
    }

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ページャー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .webgene-pagination {
        grid-column: 1/4;
    }

    .webgene-pagination>ul>li {
        margin: 40px 10px 0;
    }

    /*-----------------------------------------------------------
    ページャー
    -----------------------------------------------------------*/

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

    .tit80 {
        font-size: 80px;
    }

    .pt80 span {
        font-size: 80px;
    }

    .tit40 {
        font-size: 40px;
    }

    .tit35 {
        font-size: 35px;
    }

    .tit30 {
        font-size: 30px;
    }

    .subtit20 {
        font-size: 20px;
    }

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


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

    .cmnLinkFl {
        flex-direction: row;
    }

    .cmnLink {
        height: 480px;
        width: 50%;
    }

    .cmnLinkTxt {
        font-size: 45px;
    }

    /* ------ cmnLink ------ */

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

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



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

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

    .finfoShopName {
        font-size: 35px !important;
    }

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

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

    /* ++++++ cmnLink ++++++ */
    .cmnLinkTxt {
        font-size: 60px;
    }

    /* ------ cmnLink ------ */

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

}

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



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

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



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

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


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

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


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

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