@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #37a7ca;
    --subColor: #F5FF00;
    --pickupColor: #E56C56; 
    --darkColor: #005A76;
    --navColor: ;
    --bgColorlight: #f5f5f5;
    --bgColordark: #EBE1D3;
    --lightColor: #FFF8EC;
    --txtColor: #000;
    --linkColor: #000;
    --borderColor: #C3D9D9;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 80px;
    --gaps: 40px;
    --gap_sp: 30px;
    --sectionPadding: 100px;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1200px;
    --innerWidth: 1000px;
}
body {
    width: 100%;
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: justify;
}
.font_eng {
   font-family: "Barlow Condensed", serif;
}
p {
    line-height: 1.8;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    color: #999999;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_blue {
    color: var(--mainColor);
}
.p_pink {
    color: var(--pickupColor);
}
.p_white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.mt_10 {
    margin-top: 1rem;
}
.mt_20 {
    margin-top: 2rem;
}
.mt_30 {
    margin-top: 3rem;
}
.mt_40 {
    margin-top: 4rem;
}
.mt_50 {
    margin-top: 5rem;
}
.mt_100 {
    margin-top: 10rem;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 1rem;
}
.mb_20 {
    margin-bottom: 2rem;
}
.mb_30 {
    margin-bottom: 3rem;
}
.mb_40 {
    margin-bottom: 3rem;
}
.mb_50 {
    margin-bottom: 5rem;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 200%;
}
.p35 {
    font-size: 35px;
    line-height: 200%;
}
.p38 {
    font-size: 38px;
    line-height: 200%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}

@media screen and (max-width: 1199px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 850px) {
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 {
        font-size: 20px;
    }
    .p35 , .p40  {
        font-size: 24px;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    color: #fff;
}
#header h1 {
    font-size: 40px;
    padding: 50px;
}
#header h1 span {
    font-size: 20px !important;
    font-weight: normal;
}

#main {
    width: 100svw;
    height: 100%;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-image: url(../img/mv.jpg);
    background-position: center center;
    background-size: cover;
}
#main .wrap {
    text-align: center;
}
#main .link {
    margin-top: auto;
    text-align: right;
    padding: 50px;
}
#main .link a {
    color: #fff;
    text-decoration: none;
    padding-right: 40px;
    background-image: url(../img/arrow.png);
    background-position: right center;
    background-size: auto 100%;
    transition: 0.3s;
}
#main .link a:hover {
    opacity: 0.6;
}
#main h1 {
    padding-top: 50px;
}
#main h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight:lighter;
    margin-top: 50px;
    margin-bottom: 50px;
}
#main h2 span {
    font-size: 30px;
    line-height: 30px !important;
    display: block;
}

@media screen and (max-width: 1000px) {
    #main {
        padding-top: 100px;
    }
    #header h1 {
        font-size: 26px;
        padding: 20px;
        text-align: center;
    }
    #header h1 span {
        font-size: 14px !important;
        font-weight: normal;
    }
    #header {
        width: 100%;
    }
    #main h2 {
        font-size: 10vw;
    }
    #main .link {
        padding: 20px;
        background-color: rgba(0,05,0,0.5);
    }
}