@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
body {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body, table, input, textarea, select, option {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
@media all and (min-width: 768px) {
    a:hover {
        color: #000;
    }
}
a:active {
    color: #000;
}
.yuMin {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}
.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/*------------------------------------------------------------
	レイアウト(PC)
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #157959;
}
section .content {
    position: relative;
    z-index: 20;
}
#container {
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: 3431.3px auto;
}
#main {
    position: relative;
    z-index: 200;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    min-height: 1px;
    margin: 0 auto;
    /* --- PC用の設定 --- */
    background-image: url("../../img/index/ph_bg.jpg");
    background-repeat: repeat-y; /* 縦にのみ繰り返す */
    background-position: center top; /* 中央上を基準にする */
    background-size: 100% auto; /* 横幅を100%に固定し、高さは自動 */
}
/* --- スマホ用の設定--- */
@media screen and (max-width: 767px) {
    #main {
        background-image: url("../../img/index/ph_bg@sp.jpg");
        background-size: 100% auto;
    }
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
.sp {
    display: none !important;
}
/*------------------------------------------------------------
	レイアウト(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
    body {
        min-width: inherit;
        font-size: calc(12 / 750 * 100vw);
        background-color: #157959;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #container {
        text-align: left;
        position: relative;
        overflow: hidden;
        height: 100%;
    }
}
/*------------------------------------------------------------
	ヘッダー(PC)
------------------------------------------------------------*/
#gHeader {
    position: relative;
    background-image: url("../../img/index/ph_mv.jpg");
    background-repeat: repeat-y; /* 縦に繰り返し */
    background-position: center top; /* 中央上合わせ */
    background-size: 1280px auto;
}
#gHeader .hInner {
    position: relative;
}
#gHeader .infoBox {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 743px;
    margin: 0 auto;
    text-align: center;
}
#gHeader .logoSub {
    width: 185px;
    margin-top: 45px;
    margin-bottom: 10px;
}
#gHeader .logo {
    position: relative;
    width: 372px;
    margin: 0 auto 320px;
    z-index: 30;
}
#gHeader .logo embed {
    display: block;
    width: 100%;
}
#gHeader .time {
    position: relative;
    margin-bottom: 7px;
    color: #FFF;
    line-height: 1.0;
    z-index: 100;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
#gHeader .time .year {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
#gHeader .time .big {
    display: block;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 3px;
}
#gHeader .time .week {
    display: block;
    font-size: 13px;
    line-height: 0.6;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
#gHeader .time .btm {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
    margin-right: -1.82px;
}
#gHeader .txt02 {
    position: absolute; 
    top: 660px;
    left: 120px; 
    z-index: 100;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.54px;
    margin-right: -1.54px;
    text-align: left; 
    margin-right: 0; 
}
#gHeader .free {
    display: block;
    position: absolute; 
    top: 600px; 
    right: 216px;
    z-index: 100;
    width: 152px;
}

#gHeader .free embed {
    display: block;
    width: 100%;
}
#gHeader .btn_instagram {
    margin-top: 15px;
}
#gHeader .btn_instagram a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    height: 32px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 16px;
    transition: .8s;
}
#gHeader .btn_instagram a span {
    position: relative;
    display: block;
    padding: 0 24px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.44px;
    color: #FFF;
}
#gHeader .btn_instagram a span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url(../../img/common/sns05.svg) no-repeat left top;
    background-size: 18px 18px;
}
#gHeader .btn_instagram a span:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    background: url(../../img/common/icon01.svg) no-repeat left top;
    background-size: 13px 13px;
    filter: brightness(0) invert(1);
}
@media all and (min-width: 768px) {
    #gHeader .btn_instagram a:hover {
        opacity: 0.7;
        transition: .8s;
    }
}
/*------------------------------------------------------------
	ヘッダー(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
    #gHeader {
        margin-bottom: 0;
        background-image: url("../../img/index/ph_mv@sp.jpg");
        background-size: 100% auto;
    }
    #gHeader .hInner {
        width: 100%;
    }
    #gHeader .infoBox {
        height: auto;
        height: calc(2659 / 1500 * 100vw);
    }
    #gHeader .logoSub {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(94 / 750 * 100vw);
        width: calc(293 / 750 * 100vw);
        margin: 0;
    }
    #gHeader .logo {
        position: absolute;
        left: 0;
        top: calc(240 / 700 * 100vw); 
        width: 100%; 
        margin: 0;
    }
    #gHeader .logo embed {
        display: block;
        width: 100%;
    }
    #gHeader .txt01 {
        margin-bottom: calc(500/750 * 100vw);
        font-size: calc(22 / 750 * 100vw);
        line-height: calc(38 / 750 * 100vw);
        letter-spacing: calc(2.34 / 750 * 100vw);
    }
    #gHeader .time {
        position: absolute;
        left: 0;
        top: calc(1000 / 750 * 100vw);
        width: 100%;
        text-align: center;
        margin: 0;
    }
    #gHeader .time .year {
        font-size: calc(22 / 750 * 100vw);
        letter-spacing: calc(1.98 / 750 * 100vw);
    }
    #gHeader .time .big {
        font-size: calc(56 / 750 * 100vw);
        letter-spacing: calc(2.0 / 750 * 100vw);
    }
    #gHeader .time .week {
        font-size: calc(26 / 750 * 100vw);
        letter-spacing: calc(2.34 / 750 * 100vw);
    }
    #gHeader .time .btm {
        font-size: calc(44 / 750 * 100vw);
        letter-spacing: calc(2.16 / 750 * 100vw);
        margin-bottom: calc(4 / 750 * 100vw);
    }
    #gHeader .txt02 {
        position: absolute;
        left: 0;
        top: calc(1200 / 750 * 100vw); /* timeの下にくるように調整 */
        width: 100%;
        text-align: center;
        font-size: calc(24 / 750 * 100vw);
        letter-spacing: calc(2.64 / 750 * 100vw);
    }
    #gHeader .free {
        display: block;
        position: absolute;
        width: calc(168 / 750 * 100vw);
        top: calc(1126 / 750 * 100vw);
        left: calc(551 / 750 * 100vw);
    }
    #gHeader .btn_instagram {
        margin-top: calc(17 / 750 * 100vw);
    }
    #gHeader .btn_instagram a {
        max-width: calc(528 / 750 * 100vw);
        height: calc(77 / 750 * 100vw);
        margin: initial;
        border-radius: 0 calc(38.5 / 750 * 100vw) calc(38.5 / 750 * 100vw) 0;
    }
    #gHeader .btn_instagram a span {
        font-size: calc(24 / 750 * 100vw);
    }
}
/*------------------------------------------------------------
	フッター(PC)
------------------------------------------------------------*/
#gFooter {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 743px;
    z-index: 200;
    position: relative;
    overflow: visible;
    color: #FFF;
    background-image: url("../../img/index/ph_mv.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}
#gFooter .fInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 ; 
    position: relative;
    text-align: center;
}

#gFooter .btm .stage .logoSub,
#gFooter .btm .stage .logo {
    display: block;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
}

#gFooter .btm {
    margin: 0;
}
#gFooter .btm img {
    position: relative;
    display: block;
    width: 427px;
    z-index: 13;
    text-align: center;
}
#gFooter .btm .stage {
    text-align: center;
}
#gFooter .btm .stage .logoSub {
    display: block;
    width: 185px;
    margin-top: 0px;
    text-align: center;
    padding-top: 40px;
}
#gFooter .btm .stage .logo {
    position: relative;
    width: 278px;
    margin-top: 20px;
    z-index: 30;
}
#gFooter .btm .stage .logo embed {
    display: block;
    width: 100%;
}
#gFooter .nav {
    position: relative;
    z-index: 21;
    margin-top: 410px;
    font-size: 10px;
    letter-spacing: 4.6px;
    color: #FFF;
}
#gFooter .nav a {
    color: #FFF;
}
#gFooter .nav ul {
    display: flex;
    justify-content: center;
}
#gFooter .nav li {
    padding: 0 2em;
}
#gFooter .nav li:nth-child(2) {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
.copyright {
    position: relative;
    padding: 15px 0;
    color: #157959;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2.2px;
    text-align: center;
    z-index: 11;
}
/*------------------------------------------------------------
	フッター(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
    #gFooter {
        background-image: url("../../img/index/ph_mv@sp.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        height: calc(2659 / 1500 * 100vw); 
        background-size: 100% 100%;
    }
    #gFooter .fInner {
        padding: 15vw 0 0;
    }
    #gFooter .btm {
        position: relative;
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
    #gFooter .btm img {
        width: 100%;
    }
    #gFooter .btm .place {
        width: calc(650 / 750 * 100vw);
        margin: 0 auto;
    }
    #gFooter .btm .stage {
        padding-top: calc(180 / 750 * 100vw);
    }
    #gFooter .btm .stage .logoSub {
        display: block;
        width: calc(293/750 * 100vw);
        margin: 0 auto calc(20/750 * 100vw);
    }
    #gFooter .btm .stage .logo {
        position: relative;
        width: calc(442/750 * 100vw);
        margin: 0 auto calc(20/750 * 100vw);
    }
    #gFooter .nav {
        position: relative;
        margin: calc(250 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
        font-size: calc(20 / 750 * 100vw);
        letter-spacing: calc(9.2 / 750 * 100vw);
        z-index: 22;
    }
    #gFooter .nav li {
        padding: 0 1em;
    }
    #gFooter .copyright {
        width: 100%;
        margin-left: 0;
        left: 0;
        bottom: 3px;
        font-size: 10px;
        letter-spacing: 1.5px;
        text-align: center;
    }
}