@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
    font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1300 * 100vw);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1300px) {
    html {
        font-size: 10px;
    }
}

.gDef-contents {
    color: #333;
    font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    line-height: 1.5;
}

.gDef-contents * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a {
    display: block;
    text-decoration: none;
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    .gDef-contents a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .gDef-contents a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.main {
    display: block;
}

.inner {}

.sec_ttl {
    width: calc(390 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%);
}

.sec_subttl {
    margin: 0 0 0.2em;
    color: #8fc31f;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .inner {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .sec_ttl {
        width: calc(292 / 1300 * 100%);
        margin: 0 auto calc(50 / 1300 * 100%);
    }

    .sec_subttl {
        margin: 0 0 0.4em;
        font-size: 3rem;
    }
}

@media screen and (min-width: 1300px) {}


/* =====================================================================
*    mv_logo
* =================================================================== */
.mv_logo {
    border-top: calc(5 / 750 * 100vw) solid #f9be00;
}

.mv_logo h1 {
    padding: calc(40 / 750 * 100%) 0;
}

.mv_logo h1 img {
    width: calc(258 / 750 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .mv_logo {
        border-width: calc(5 / 1300 * 100%);
    }

    .mv_logo h1 {
        padding: calc(20 / 1300 * 100%) 0;
    }

    .mv_logo h1 img {
        width: calc(158 / 1300 * 100%);
    }
}

@media screen and (min-width: 1300px) {
    .mv_logo {
        border-width: 5px;
    }
}


/* =====================================================================
*    header_nav
* =================================================================== */
.nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 calc(43 / 750 * 100%);
}

.nav_list li:not(:last-child) {
    /*    margin: 0 calc(50 / 664 * 100%) 0 0;*/
}

.nav_list li {
    padding: calc(45 / 750 * 100%) 0;
}

.nav_list li:first-child {
    width: calc(190 / 650 * 100%);
}

.nav_list li:nth-child(2) {
    width: calc(135 / 650 * 100%);
}

.nav_list li:nth-child(3) {
    width: calc(210 / 650 * 100%);
}


@media screen and (min-width: 768px) {
    .nav_list {
        width: calc(631 / 1300 * 100%);
        margin: 0 auto;
    }

    .nav_list li {
        padding: 0;
    }

    .nav_list li:not(:last-child) {
        margin: 0 calc(95 / 631 * 100%) 0 0;
    }

    .nav_list1 {
        width: calc(143 / 631 * 100%);
    }

    .nav_list2 {
        width: calc(101 / 631 * 100%);
    }

    .nav_list3 {
        width: calc(157 / 631 * 100%);
    }

    .nav_list li:first-of-type a {
        padding: calc(35 / 1300 * 100vw) 0 calc(36.8 / 1300 * 100vw);
    }

    .nav_list li:not(:first-of-type) a {
        padding: calc(46.7 / 1300 * 100vw) 0 calc(48.2 / 1300 * 100vw);
    }

    .nav_list li a::after {
        content: "";
        display: block;
        width: calc(81 / 1300 * 100vw);
        padding-top: calc(26 / 1300 * 100vw);
        background: url(../images/common/btn_nav_hover.png) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .nav_list li a:hover::after {
        opacity: 1;
    }
}

@media screen and (min-width: 1300px) {
    .nav_list li:first-of-type a {
        padding: 35px 0 36.2px;
    }

    .nav_list li:not(:first-of-type) a {
        padding: 46.5px 0 48px;
    }

    .nav_list li a::after {
        width: 81px;
        padding-top: 26px;
    }
}


/* ================================================================== */
/*    slick
/* ================================================================== */
.slick-slider {
    line-height: 0;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: calc(10 / 750 * 100vw);
}

.slick-dots li {
    display: block;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    margin: 0 calc(5 / 750 * 100vw);
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: transparent;
}

.slick-dots li::before {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active {
    border-color: rgba(255, 255, 255, 0.6);
}

.slick-dots li.slick-active::before {
    background-color: #fff;
}

.mv_slide_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


@media screen and (min-width: 768px) {
    .slick-dots {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 calc(15 / 1600 * 100vw) calc(310 / 1600 * 100vw);
    }

    .slick-dots li {
        width: calc(20 / 1600 * 100vw);
        height: calc(20 / 1600 * 100vw);
        margin: 0 calc(5 / 1600 * 100vw);
        border-width: 1px;
    }

    .slick-dots li::before {
        width: calc(6 / 1600 * 100vw);
        height: calc(6 / 1600 * 100vw);
    }

    .slick-dots li button {
        cursor: pointer;
    }

    .slick-arrow {
        width: calc(50 / 1600 * 100vw);
        height: calc(50 / 1600 * 100vw);
        border: 2px solid rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        background: url(../images/common/btn_arrow_white2.svg) no-repeat center center;
        background-size: calc(26 / 50 * 100%) auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        cursor: pointer;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .slick-arrow.prev {
        margin: 0 calc(260 / 1600 * 100vw) calc(45 / 1600 * 100vw) 0;
    }

    .slick-arrow.next {
        margin: 0 calc(160 / 1600 * 100vw) calc(45 / 1600 * 100vw) 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slick-arrow:hover {
        opacity: 0.7;
    }

}


/* =====================================================================
*    footer
* =================================================================== */
.footer {}

.pagetop::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(101 / 750 * 100%);
    background: url(../images/common/bg_illust2.png) no-repeat center bottom;
    background-size: calc(1600 / 750 * 100%) auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-100 / 750 * 100%) 0 0;
}

.pagetop a {
    width: calc(232 / 750 * 100%);
    padding-top: calc(200 / 750 * 100%);
    margin: calc(-200 / 750 * 100%) auto 0;
    background: url(../images/common/btn_pagetop1.png) no-repeat left top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.pagetop a img {
    width: calc(83 / 232 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(80 / 232 * 100%) 0 0 calc(14 / 232 * 100%);
}

.footer_box {
    padding: calc(50 / 750 * 100%) 0 calc(160 / 750 * 100%);
    background: url(../images/common/bg_footer.png) no-repeat center bottom, url(../images/common/bg_orange.png) repeat left top;
    background-size: calc(462 / 750 * 100%) auto, calc(814 / 750 * 100%) auto;
}

.footer small {
    display: block;
    color: #e94709;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
}

.footer p {
    font-weight: 600;
    display: block;
    color: #e94709;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3rem;
}

.footer h4 {
    width: calc(250 / 750 * 100%);
    margin: 0 auto calc(15 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .pagetop::before {
        padding-top: calc(118 / 1300 * 100%);
        background: url(../images/common/bg_illust2.png) repeat-x center bottom;
        background-size: calc(1600 / 1300 * 100%) auto;
        margin: calc(-118 / 1300 * 100%) 0 0;
    }

    .pagetop a {
        width: calc(138 / 1300 * 100%);
        padding-top: calc(120 / 1300 * 100%);
        margin: calc(-120 / 1300 * 100%) auto 0;
    }

    .pagetop a img {
        margin-top: 34.48%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .pagetop a:hover img {
        margin-top: 30.48%;
    }

    .footer_box {
        padding: calc(50 / 1300 * 100%) 0 calc(116 / 1300 * 100%);
        background: url(../images/common/bg_footer.png) no-repeat center bottom, url(../images/common/bg_orange.png) repeat center top;
        background-size: calc(308 / 1300 * 100%) auto, calc(814 / 1300 * 100%) auto;
    }

    .footer small {
        font-size: 1.4rem;
        line-height: 1;
    }
    
    .footer p {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .footer h4 {
        width: calc(130 / 1300 * 100%);
        margin: 0 auto calc(15 / 1300 * 100%);
    }


}

@media screen and (min-width: 1300px) {
    .pagetop::before {
        padding-top: 118px;
        background-size: 1600px auto;
        margin: -118px 0 0;
    }

    .footer_box {
        padding: 50px 0 116px;
        background-size: 308px auto, 814px auto;
    }
}


/* =====================================================================
*    .popup
* =================================================================== */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup_area {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.popup_inner {
    padding: calc(120 / 750 * 100%) 0;
}

.popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(60 / 750 * 100%);
    margin: calc(50 / 750 * 100%) calc(10 / 750 * 100%) 0 0;
}

.popup_close::before,
.popup_close::after {
    content: "";
    display: block;
    width: 2px;
    padding-top: 100%;
    background-color: #e94709;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
}

.popup_close::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_list {
    width: 100%;
    height: 100%;
}

.popup_details {}

@media screen and (min-width:768px) {
    .popup_bg {
        cursor: pointer;
    }

    .popup_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popup_inner {
        width: calc(1000 / 1300 * 100%);
        max-width: 1000px;
        margin: auto;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .popup_close {
        cursor: pointer;
        width: calc(26 / 1000 * 100%);
        margin: calc(585 / 1000 * 100%) calc(20 / 1000 * 100%) 0 0;
        z-index: 2;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup_close:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width:1300px) {}
