@charset "utf-8";

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

:root {
    /* フォント */
    --fontA: "Zen Old Mincho", serif;
    --fontB: "Libre Baskerville", serif;
    /* カラー */
    --white: #FFF;
    --black: #595755;
    --primary: #5A3A28;
    --secondary: #F3EFE6;
    --tertiary: #C98D3A;
    /* --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;
    font-weight: 500;
    line-height: 2em;
    font-size: 16px;
    transition: all ease .3s;
    background: var(--secondary) url(/system_panel/uploads/images/bg01.jpg) repeat-y center top /cover;
    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 {
    position: relative;
    width: 100%;
    padding-top: 80px;
}

.pankuzuWr+.inWrap {
    padding-top: 60px;
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}

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

.area01 {
    width: 100%;
    max-width: 1450px;
    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;
    background: url(/system_panel/uploads/images/header_bg.jpg) no-repeat center /cover;
    transition: all .3s;
}

.headerHeight.is-scroll {
    height: 80px !important;
}

.hamBtn {
    cursor: pointer;
    width: 30px;
    aspect-ratio: 1/1;
}

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

.hamBtnBar:nth-of-type(1) {
    top: 6.5px;
}

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

.hamBtnBar:nth-of-type(3) {
    bottom: 6.5px;
}

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

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

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

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

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

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

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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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/ham_bg.jpg)no-repeat center /cover;
}

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

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

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

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

.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(--primary);
}

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

.hamNavLinkTxt {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

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

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

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

.cvrAr {
    display: flex;
    align-items: center;
    max-width: 1450px;
    height: 100%;
}

.cvrTit {
    position: relative;
    color: var(--primary);
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-weight: 500;
}

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

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

.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;
}

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

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

.tit80 {
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.tit50 {
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.tit40 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.tit35 {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.tit30 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
}

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

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

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

}

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

.telBx p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5em;
}

.btn01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 216px;
    padding: 0 0 15px 0;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    gap: 10px;
}

.btnPrimary {
    border-bottom: 1px solid #CCC7C3;
    color: var(--primary);
}

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

.btnPrimary::before {
    content: "";
    width: 60px;
    aspect-ratio: 12/5;
    background: url(/system_panel/uploads/images/arrow_primary.svg) no-repeat center /contain;
    transition: all .3s;
}

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

.btnSecondary {
    border-bottom: 1px solid var(--secondary);
    color: var(--secondary);
}

.btnSecondary:hover {
    color: var(--secondary);
}

.btnSecondary::before {
    content: "";
    width: 60px;
    aspect-ratio: 12/5;
    background: url(/system_panel/uploads/images/arrow_secondary.svg) no-repeat center /contain;
    transition: all .3s;
}

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

.btn02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 220px;
    height: 60px;
    padding: 0 18px 0 30px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    gap: 10px;
    border-radius: 100vmax;
    background: var(--tertiary);
    color: var(--secondary);
}

.btn02:hover {
    color: var(--secondary);
}

.btn02::before {
    content: "";
    width: 60px;
    aspect-ratio: 12/5;
    background: url(/system_panel/uploads/images/arrow_tertiary.svg) no-repeat center /contain;
    transition: all .3s;
}

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

.btnShop01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 206px;
    height: 35px;
    background: var(--tertiary);
    border: 1px solid var(--tertiary);
    border-radius: 100vmax;
    transition: all .3s;
}

.btnShop01 p {
    margin: 2px 0 0;
    color: var(--secondary);
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--fontB);
    transition: all .3s;
}

.btnShop01::before {
    content: "";
    background: url(/system_panel/uploads/images/onlineshop_icon_white.svg) no-repeat center /contain;
    width: 18px;
    aspect-ratio: 4/5;
    transition: all .3s;
}

.btnShop01:hover {
    background: var(--secondary);
}

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

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

.hvr-grow-light {
    transition: all .3s;
}

.hvr-grow-light:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

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

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

/* ++++++ AppBanner ++++++ */

.appliBannerInstallBx::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #1A100B;
    opacity: .6;
}

/* ------ AppBanner ------ */


/* ++++++ cmnFl ++++++ */
.cmnFl,
.cmnFlRev {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

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

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

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

/* ++++++ cmnLink ++++++ */
.cmnLinkBx {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.cmnLinkItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.cmnLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1A100B;
    opacity: .5;
    z-index: 1;
    transition: all .3s;
}

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

.cmnLinkIn {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cmnLinkTxt {
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: var(--white);
}

.cmnLinkArrow {
    width: 80px;
    margin: 15px 0 0;
}

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



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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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;
    }

}

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



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

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

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

    body {
        font-size: 18px;
    }

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

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

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

    .inWrap {
        padding-top: 120px;
    }

    .pankuzuWr+.inWrap {
        padding-top: 90px;
    }

    .inBtm {
        padding-bottom: 120px;
    }

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

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

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

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

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

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

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

    .hamNavBox {
        gap: 30px;
    }

    .hamNavLinkTxt {
        font-size: 20px;
    }

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

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

    .cover {
        height: 300px;
    }

    .cvrTit {
        font-size: 40px;
    }

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

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

    .tit80 {
        font-size: 50px;
    }

    .tit50 {
        font-size: 30px;
    }

    .tit40 {
        font-size: 26px;
    }

    .tit35 {
        font-size: 24px;
    }

    .tit30 {
        font-size: 22px;
    }

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

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


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

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

    /* ++++++ cmnFl ++++++ */
    .cmnFl {
        flex-direction: row;
    }

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

    .cmnFlTxtBx {
        width: 46%;
        max-width: 600px;
    }

    .cmnFlImgBx {
        width: 50%;
        max-width: 700px;
    }

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


    /* ++++++ cmnLink ++++++ */
    .cmnLinkBx {
        flex-direction: row;
    }

    .cmnLinkItem {
        width: 48%;
        max-width: 460px;
        height: 250px;
    }

    .cmnLinkArrow {
        margin: 30px 0 0;
    }

    .cmnLinkTxt {
        font-size: 35px;
    }

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

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

}

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



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

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



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

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

    body {
        font-size: 20px;
    }

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

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

    .inWrap {
        padding-top: 180px;
    }

    .pankuzuWr+.inWrap {
        padding-top: 120px;
    }

    .inBtm {
        padding-bottom: 180px;
    }

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

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

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

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

    .cvrTit {
        font-size: 50px;
    }

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

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

    .tit80 {
        font-size: 65px;
    }

    .tit50 {
        font-size: 38px;
    }

    .tit40 {
        font-size: 30px;
    }

    .tit35 {
        font-size: 28px;
    }

    .tit30 {
        font-size: 26px;
    }

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

}

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



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


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

    .tit80 {
        font-size: 80px;
    }

    .tit50 {
        font-size: 50px;
    }

    .tit40 {
        font-size: 40px;
    }

    .tit35 {
        font-size: 35px;
    }

    .tit30 {
        font-size: 30px;
    }

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

}

/* 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 ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */