@charset "utf-8";

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

:root {
    /* フォント */
    --fontA: "Noto Sans JP", sans-serif;
    --fontB: "Zen Old Mincho", serif;
    --fontC: "Lora", serif;
    /* カラー */
    --white: #FFF;
    --black: #333;
    --primary: #C1A872;
    --secondary: #F0E8D4;
    --tertiary: #552F1B;
    --quaternary: #E3CEB9;
    --fifth: #AA7D50;
    /*--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: 400;
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 2.25;
    transition: all ease .3s;
    background: var(--white);
    overflow-x: hidden;
}

p {
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.25;
}

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


.lsTit {
    letter-spacing: -0.12em;
}


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

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

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

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

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


/* ★★★★★★★★ボタン★★★★★★★★ */

.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 {
    color: var(--tertiary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: var(--fontB);
}


.btn01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 200px;
    height: 48px;
    padding: 0 20px 0 25px;
    border-radius: 100vmax;
}

.btn01 p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-family: var(--fontC);
    font-weight: bold;
}

.btn01::before {
    content: "";
    display: block;
    width: 26px;
    height: 100%;
}

.btn02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 55px;
    padding: 0 8px;
}

.btn02 img {
    width: 100%;
    max-width: 19px;
    margin: 0 12px 0 0;
}

.btn02 p {
    flex: 1;
    max-width: max-content;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-family: var(--fontB);
    font-weight: bold;
}

.btn03 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 8px;
}

.btn03 p {
    flex: 1;
    max-width: max-content;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-family: var(--fontB);
    font-weight: bold;
}

.btnPrimary {
    background: var(--white);
    border: 1px solid var(--primary);
    transition: all .3s;
}

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

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

.btnPrimary:hover {
    background: #F8ECD2;
}

.hbBtn {
    background: #99163F;
    transition: all .3s;
}

.hbBtn:hover {
    filter: brightness(1.1);
}


.hbBtn img {
    width: 15.5px;
}

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

/* ☆☆☆☆☆☆☆☆ボタン☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★shadow★★★★★★★★ */

.shadow01 {
    border: 3px solid #513118;
    box-shadow: 6px 6px 0px #513118;
}


/* ☆☆☆☆☆☆☆☆shadow☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★透かしカバー★★★★★★★★ */
.cover01 {
    position: relative;
}

.cover01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
}

/* ☆☆☆☆☆☆☆☆透かしカバー☆☆☆☆☆☆☆☆ */




/* ☆☆☆☆☆☆☆☆初期設定☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★固定★★★★★★★★ */


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

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}


/* +++++++++++++テキストその他+++++++++++++ */

.uBar s {
    position: relative;
    padding: 0 0 1px 0;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.dotsH strong {
    font-weight: 500 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.dotsH02 strong {
    font-weight: 700 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 2px;
}



/* +++++++++++++hover+++++++++++++ */

.hvrDef {
    color: #482508;
}

.hvrDef:hover {
    color: #482508;
}

.hvrWhite {
    color: #fff;
}

.hvrWhite:hover {
    color: #fff;
}

.hvrCommon {
    color: #141418;
}

.hvrCommon:hover {
    color: #141418;
}

.hvrLight {
    transition: all ease .3s;
}

.hvrLight:hover {
    filter: brightness(1.2);
}

.hvrW {
    position: relative;
}

.hvrW::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition-duration: .3s;
}

.hvrW:hover::before {
    opacity: .2;
    pointer-events: none;
}

.hvrOpa4,
.hvrOpa5,
.hvrOpa7 {
    transition: all ease .3s;
}

.hvrOpa7:hover {
    opacity: .7;
}

.hvrOpa5:hover {
    opacity: .5;
}

.hvrOpa4:hover {
    opacity: .4;
}

.hvrUline:hover p,
.hvrUline:hover h1,
.hvrUline:hover h2,
.hvrUline:hover h3,
.hvrUline:hover h4 {
    text-decoration: underline;
}

.uLineYellow {
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: var(--yellow);
}


.cmnA {
    color: #333;
    transition: all ease .3s;
}

.cmnA:hover {
    color: #8a8a8a;
}

.opa-white {
    position: relative;
    transition: all ease .3s;
}

.opa-white:hover {
    opacity: .7;
}

.opa-white::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
}


/* -------------hover------------- */


.flexWrap {
    flex-wrap: wrap;
}

.img-fit {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

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


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

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


.borderB01 {
    border-bottom: #ccc 1px solid;
}

.tableBorder01 .row {
    border-bottom: 1px solid #E5E5E5;
}

.tableBorder02 .row {
    border-bottom: 1px solid #E5E5E5;
}

.pointerAuto {
    pointer-events: auto;
}

.pointerNone {
    pointer-events: none;
}

.wrRadius {
    border-radius: 30px 30px 0 0;
}

.wrBtm {
    padding: 0 0 30px 0;
}

.cover {
    position: relative;
    width: 100%;
    padding: 0 15px;
    height: 300px;
}

.cover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #291106;
    background: linear-gradient(90deg, rgba(41, 17, 6, 0.75) 0%, rgba(41, 17, 6, 0.05) 100%);
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1430px;
    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%;
    padding: 20px 0 0;
    color: var(--white);
}

.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: 500;
    white-space: pre-wrap;
}

.cvrTit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 1px;
    background: var(--white);
}

.cvrTxt {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: var(--fontB);
    white-space: pre-wrap;
}

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

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

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

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

.ratio1_1 {
    aspect-ratio: 1/1;
}

/* オリジナル */
.linkItem p:first-of-type {
    border-bottom: 1px solid var(--white);
}

.linkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #552F1B;
    opacity: .46;
    transition: all .3s;
}

.linkItem:hover::before {
    background: #241007;
    opacity: .78;
}

.btnGr3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
}

.btnGr4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
}

.menuTit {
    flex: 1;
    font-family: var(--fontB);
}

.menuItemIn {
    border-bottom: 1px solid #E3CEB9;
}

.flowTit {
    padding: 0 0 7px 0;
    border-bottom: 1px solid var(--black);
}

.infoTr {
    border-bottom: 1px solid #E3CEB9;
}

.indicator {
    cursor: pointer;
    transition: all .3s;
}

.indicator:hover {
    filter: brightness(.9);
}



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





    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

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



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



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

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



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

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

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

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

    .inBtm {
        padding-bottom: 150px;
    }

    .cover {
        height: 420px;
    }

    .cvrImg {
        height: 400px;
    }

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

    /* オリジナル */

    .cvrTit {
        font-size: 45px;
    }

    .cvrTxt {
        font-size: 20px;
    }

    .btnGr3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }


    /* ★★★★★★★★ボタン★★★★★★★★ */

    .telBx img {
        width: 19.5px;
        margin: 5px 11px 0 0;
    }

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

    .btn01 {
        max-width: 241.5px;
        height: 56px;
        padding: 0 26.5px 0 44px;
    }

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

    .btn01::before {
        width: 33.5px;
    }

    .btn02 {
        max-width: 312px;
        height: 72px;
    }

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

    .btn03 {
        height: 50px;
    }

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


    /* ☆☆☆☆☆☆☆☆ボタン☆☆☆☆☆☆☆☆ */

}

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



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




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

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



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

    .cover {
        height: 520px;
    }

    .cvrTit::before {
        width: 125%;
    }

    .cvrTit {
        font-size: 60px;
    }

    .cvrTxt {
        font-size: 24px;
    }

    .btnGr4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

}

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



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

    .cmnFlImgBx {
        width: 52% !important;
    }


    /* menu */
    .inMenuGr {
        gap: 80px 50px;
    }

    .inMenuTxt01 {
        font-size: 30px !important;
    }

    .inMenuPrice {
        font-size: 25px !important;
    }

    .inMenuTxt02 {
        font-size: 18px !important;
    }

}

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


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

    .cvrTit {
        font-size: 88px;
    }
}

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

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

    .bgDot::before {
        right: -30px;
        bottom: -30px;
    }

    .bgDot02::before {
        left: -30px;
        bottom: -30px;
    }

    .waterBg::before,
    .waterBg::after {
        height: 118px;
    }

    /* オリジナル */
}

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


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

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


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

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



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

.txt16 {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2.25em;
}

.txt28 {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: var(--fontB);
}

.txt36 {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: var(--fontB);
}

.tit88 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-family: var(--fontC);
    font-weight: 400;
}

.subtit24 {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: var(--fontB);
}

.ptPrimary36 s {
    text-decoration: none;
    font-size: 20px;
    color: var(--primary);
}

@media screen and (min-width:768px) {
    .txt16 {
        font-size: 16px;
    }

    .txt28 {
        font-size: 22px;
    }

    .txt36 {
        font-size: 28px;
    }

    .tit88 {
        font-size: 45px;
    }

    .subtit24 {
        font-size: 20px;
    }

    .ptPrimary36 s {
        font-size: 28px;
    }
}

@media screen and (min-width:1024px) {
    .txt16 {
        font-size: 16px;
    }

    .txt28 {
        font-size: 28px;
    }

    .txt36 {
        font-size: 36px;
    }

    .tit88 {
        font-size: 60px;
    }

    .subtit24 {
        font-size: 24px;
    }

    .ptPrimary36 s {
        font-size: 36px;
    }
}

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

    .tit88 {
        font-size: 88px;
    }
}

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