@charset "utf-8";
/*==============================
    remの基準
==============================*/
html{
    font-size: 10px;
}
@media only screen and (max-width:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw);
    }
}
@media only screen and (max-width:1215px){
    html{
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* 色 */
    --textColor: #333;
    --colorWhite: #fff;
    --colorYellow: #ffea00;
    --colorYellow01: #FEF515;
    --colorRed: #E00000;
    --colorLightBlue: #f5f7fa;
    --colorOrange: #FF5E1F;
    --keyColor: #01B54A;
    --mustColor:#E00000;
    --colorGray:#999999;
    --inputBgColor:#F7F7F7;
    --inputBorderColor:#ddd;
    --inputBorderColor01:#FBC42A;
    --inputBorderColor02:#0053A7;
    --inputBorderColor03:#FEF9E7;
    --inputBorderColor04:#572609;
    --inputBorderColor05:#BCA89D;
    --inputBorderColor06:#0464C6;
    --inputBorderColor07:#FFF4D6;
    --inputBorderColor08:#F5FCF8;
    --inputBorderColor09:#D3F0DF;
    --inputBorderColor10:#FFF4CD;


    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize45: 4.5rem;
    --pcFontSize50: 5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize60: 6rem;
    --pcFontSize66: 6.6rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;
    --pcFontSize131: 13.1rem;

    /* line-height（PC） */
    --pcLineHeight10_15: 1.5; /* font-size:10; line-height:1.5; */
    --pcLineHeight11_13: 1.3;
    --pcLineHeight11_16: 1.6; /* font-size:11; line-height:1.6; */
    --pcLineHeight12_17: 1.7; /* font-size:12; line-height:1.7; */
    --pcLineHeight14_157: 1.57;
    --pcLineHeight14_17: calc(17 / 14);
    --pcLineHeight14_18:1.8;
    --pcLineHeight13_20: calc(20 / 13);
    --pcLineHeight14_20: calc(20 / 14);
    --pcLineHeight15_173: 1.73;
    --pcLineHeight16_18: 1.8;
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight17_176: 1.76;
    --pcLineHeight18_25: calc(25 / 18);
    --pcLineHeight18_28: calc(28 / 18);
    --pcLineHeight18_30: calc(30 / 18);
    --pcLineHeight18_32: calc(32 / 18);
    --pcLineHeight20_15: 1.5;
    --pcLineHeight20_16: 1.6;
    --pcLineHeight20_18: 1.8;
    --pcLineHeight20_2: 2;
    --pcLineHeight22_15: 1.5;
    --pcLineHeight28_40: calc(40 / 28);
    --pcLineHeight30_14: 1.4;
    --pcLineHeight30_40:calc(40 / 30);
    --pcLineHeight36_167: 1.67;
    --pcLineHeight50_12: 1.2;
    --pcLineHeight60_80: calc(80 / 60);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --pcLetterSpacing12_60: 0.06em; 
    --pcLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing14_60: 0.06em;
    --pcLetterSpacing15_60: 0.06em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing17_100: 0.1em;
    --pcLetterSpacing18_40: 0.04em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing18_60: 0.06em;
    --pcLetterSpacing20_200: 0.2em;
    --pcLetterSpacing24_60: 0.06em;
    --pcLetterSpacing25_60: 0.06em;
    --pcLetterSpacing26_60: 0.06em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing30_100: 0.1em;
    --pcLetterSpacing35_60: 0.06em;
    --pcLetterSpacing36_60: 0.06em;
    --pcLetterSpacing50_60: 0.06em;
    --pcLetterSpacing66_60: 0.06em;
    --pcLetterSpacing80_60: 0.06em;
    --pcLetterSpacing80_100: 0.1em;

    /* フォントサイズ（SP）*/
    --spFontSize8: calc((8 / 375) * var(--widthBase));
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize25: calc((25 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize35: calc((35 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize67: calc((67 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: 1.5; /* font-size:10; line-height:1.5; */
    --spLineHeight10_2: 2; /* font-size:10; line-height:1.5; */
    --spLineHeight11_14: calc(14 / 11);
    --spLineHeight11_16: 1.6; /* font-size:11; line-height:1.6; */
    --spLineHeight11_19: 1.9;
    --spLineHeight12_17: 1.7; /* font-size:12; line-height:1.7; */
    --spLineHeight12_18: 1.8;
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight13_154: 1.54;
    --spLineHeight13_18:calc(18 / 13);
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight14_18:calc(18 / 14);
    --spLineHeight15_14: 1.4;
    --spLineHeight15_15: 1.5;
    --spLineHeight15_16: 1.6;
    --spLineHeight15_20: calc(20 / 15);
    --spLineHeight15_22: calc(22 / 15);
    --spLineHeight15_26: calc(26 / 15);
    --spLineHeight15_30: calc(30 / 15);
    --spLineHeight16_156: 1.56;
    --spLineHeight17_13: 1.3;
    --spLineHeight17_20: calc(20 / 17);
    --spLineHeight18_25: 2.5;
    --spLineHeight20_13: 1.3;
    --spLineHeight20_15: 1.5;
    --spLineHeight25_40: calc(40 / 25);
    --spLineHeight30_137: 1.37;

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing11_0: 0;
    --spLetterSpacing11_60: 0.06em;
    --spLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */
    --spLetterSpacing13_0: 0;
    --spLetterSpacing14_0: 0;
    --spLetterSpacing16_0: 0;
    --spLetterSpacing17_50: 0.05em;
    --spLetterSpacing18_60: 0.06em;
    --spLetterSpacing20_0: 0;
    --spLetterSpacing30_0: 0;
    --spLetterSpacing35_50: 0.05em;
    --spLetterSpacing36_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    /* サイトに応じで使用するフォントを読込み */
    font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
}
@media only screen and (max-width:1215px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fSerif{font-family:'Noto Serif Japanese', serif;}
.fOswald{font-family: "Oswald", serif;}
.fRoboto{font-family: "Roboto", serif;}


/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:1215px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:1215px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    max-width:1920px;
    width: 100%;
    margin:0 auto;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
/* jsHide */
.jsHide{
    opacity: 0;
    transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHide.jsShow{
    opacity: 1;
}

/* jsHideImg */
.jsHideImg,
.ro a.jsHideImg{
    filter: blur(20px) brightness(4);
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center top;
}
.jsHideImg.jsShow,
.ro a.jsHideImg.jsShow{
    filter: blur(0) brightness(1);
    transform: translateY(0);
    opacity: 1;
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1040{
    width: calc(100% - 10rem);
    max-width: 104rem;
    margin: 0 auto;
}
.wrapper1085{
    width: calc(100% - 10rem);
    max-width: 108.5rem;
    margin: 0 auto;
}
.wrapper1190{
    width: calc(100% - 10rem);
    max-width: 119rem;
    margin: 0 auto;
}
.wrapper1310{
    width: calc(100% - 10rem);
    max-width: 131rem;
    margin: 0 auto;
}
.wrapper1320{
    width: calc(100% - 10rem);
    max-width: 132rem;
    margin: 0 auto;
}
.wrapper1340{
    width: calc(100% - 10rem);
    max-width: 135rem;
    margin: 0 auto;
}
.wrapper1620{
    width: calc(100% - 10rem);
    max-width: 162rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1040,
    .wrapper1320,
    .wrapper1310,
    .wrapper1190,
    .wrapper1085{
        width: 100%;
    }
    .wrapperSp345{
        width:calc(345 / 375 * 100%);
        margin: 0 auto;
    }
    .wrapperSp335{
        width:calc(335 / 375 * 100%);
        margin: 0 auto;
    }
    .wrapperSp325{
        width:calc(325 / 375 * 100%);
        margin: 0 auto;
    }
}

/* header */
#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background:var(--colorWhite);
    transition: all 0.2s ease-out;
    /* height: 6rem; */
}
#header.scroll{
    background: var(--colorWhite);
}
#header .boxHeader{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
#header .boxLeftOn{
    display: flex;
    align-items: center;
}
#header .boxLeft{
    position: relative;
    width: 27rem;
}
#header .btn{
    width: 6rem;
}
#header.scroll .boxLeft{
    /* width: 23rem; */
}
#header .boxLogoSub{
    margin-left: 2.5rem;
    padding-top: 1.8rem;
}
#header.scroll .boxLogoSub{
    display: flex;
    align-items: center;
}
#header .txtJpx{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_18);
    margin-left: 8.8rem;
    flex: 1;
    padding-top: 1.9rem;
}
#header.scroll .txtJpx{
    display: flex;
    align-items: center;
}
#header .imgLogo{
    width: 27.6rem;
    position: absolute;
    top: -3.4rem;
    left: 4.4rem;
    transition: all 0.3s ease-out;
}
#header .boxRight{
    display: flex;
    align-items: center;
}
#header .boxLink{
    display: flex;
    align-items: center;
    margin-right: 2.3rem;
}
#header .txtLink{
    position: relative;
}
#header .txtLink::after{
    content: "";
    width: 0.1rem;
    height: 100%;
    background: var(--colorWhite);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#header.scroll .txtLink::after{
    background: var(--keyColor);
}
#header .txtLink:last-child::after{
    display: none;
}
#header .txtLinkIn{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_60);
    color: var(--colorWhite);
    padding: 0 2rem;
}
#header.scroll .txtLinkIn{
    color: var(--keyColor);
}
#header .boxReserve2{
    margin-left: 0.23rem;
}
#header .boxReserveIn{
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .tellogo{
    margin-top: 0;
    margin-right: 1rem;
}
#header .Box1{
    margin-top: 2rem;
    margin-right: 1rem;
}
#header .tellimk{
    display: block;
    width: 100%;
    font-size:var(--pcFontSize50);
    font-weight: bold;
}
#header .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_100);
    font-weight: bold;
    text-align: center;
    padding-top: 1.5rem;
    margin-top: -1rem;
}
#header .boxReserve{
    margin-top: 2rem;
    margin-right: 2rem;
}
#header .boxReserve.boxReserve2{
    margin-top: 1rem;
    margin-right: 2rem;
}
@media only screen and (max-width:1850px){
    #header .boxLink{
        margin-right: 1.5rem;
    }
    #header .txtLinkIn{
        font-size: var(--pcFontSize17);
        padding: 0 1.5rem;
    }
    #header .boxReserveIn{
        width: 30rem;
    }
    #header .boxReserveIn.sub{
        width: 28rem;
    }
}
@media only screen and (max-width:1750px){
    #header .boxLink{
        margin-right: 1rem;
    }
    #header .txtLinkIn{
        font-size: var(--pcFontSize16);
        padding: 0 1rem;
    }
}
@media only screen and (max-width:1680px){
    #header .txtLinkIn{
        font-size: var(--pcFontSize15);
    }
    #header .tellimk {
        font-size: var(--pcFontSize30);
    }
    #header .txt {
        font-size: var(--pcFontSize15);
    }
    #header .txtJpx{
        margin-left: 6.8rem;
    }
}
@media only screen and (max-width:1600px){
    #header .txtLinkIn{
        font-size: var(--pcFontSize14);
    }
    #header .txtJpx {
        font-size: var(--pcFontSize12);
    }
    #header .boxReserveIn{
        width: 25rem;
    }
    #header .boxReserveIn.sub{
        width: 22rem;
    }
}
@media only screen and (max-width:1215px){
    #header {
        height: 8rem;
    }
    #header .boxLogoSub.spNone{
        display: none;
    }
    #header .txtJpx.spNone{
        display: none;
    }
    #header .imgLogo{
        width: 12rem;
        top: -1.7rem;
        left: 1rem;
    }
    #header.scroll .imgLogo{
        width: 12rem;
        top: -1.7rem;
        left: 1rem;
        /* display: none; */
    }
    #header .boxRight{
        display: none;
    }
    #header .boxHeader{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #header .boxLeft {
        position: relative;
        width: calc(100% - 12rem);
        /* flex: 1; */
    }
    #header.scroll .boxLeft{
        width: calc(100% - 12rem);
}
    #header .boxLeftOn{
        display: flex;
        align-items: center;
        width: 100%;
    }
}

/* footer */
#footer{
    background: #434343;
    padding: 5rem 0;
    color: var(--colorWhite);
    text-align: center;
}
#footer .txtCampanyName{
    font-size: var(--pcFontSize26);
    letter-spacing: var(--pcLetterSpacing26_60);
}
#footer .txtAddress{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_173);
    letter-spacing: var(--pcLetterSpacing15_100);
    margin-top: 1.7rem;
}
#footer .txtTel{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_500);
    color: var(--colorWhite);
    padding-left: 9rem;
    position: relative;
    display: inline-block;
    margin-top: 3.1rem;
}
#footer .txtTel::after{
    content: "";
    width: 6.7rem;
    height: 6.7rem;
    background: url(../img/lp/iconTelFoter.png) center top / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#footer .txtCopyright{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_60);
    margin-top: 4.3rem;
}
@media only screen and (max-width:1215px){
    #footer{
        padding: 6rem 0;
    }
    #footer .txtCampanyName{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    #footer .txtAddress{
        font-size: var(--spFontSize11);
        line-height: var( --spLineHeight11_19);
        letter-spacing: var(--spLetterSpacing11_60);
        margin-top: 0.7rem;
    }
    #footer .txtTel{
        font-size: var(--spFontSize35);
        letter-spacing: var(--spLetterSpacing35_50);
        padding-left: 4rem;
        margin-top: 1.4rem;
    }
    #footer .txtTel::after{
        width: 3rem;
        height: 3rem;
    }
    #footer .boxJpx{
        width: 26.1rem;
        margin: 2.7rem auto;
    }
    #footer .txtCopyright{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_60);
        margin-top: 2.9rem;
    }
}
