@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */


/* =====================================================================
    共通（大枠）
======================================================================*/

html {
    min-height: 100vh;
    overflow-x: hidden;
    font-size: calc(10 / 750 * 100vw);
}

.wrapper {
    background-color: #fff;
    color: #628c38;
    font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    line-height: 1;
    overflow: hidden;
}

.wrapper img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.wrapper a {
    color: #628c38;
    display: block;
}

section,
header,
main,
footer {
    position: relative;
}

.inner {
    position: relative;
    width: calc(680 / 750 * 100%);
    margin: 0 auto;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1600 * 100vw);
    }
    .wrapper {
        font-size: 1.6rem;
    }
    .wrapper a {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .inner {
        width: 100%;
        max-width: 1600px !important;
        padding: 0 calc(288 / 1600 * 100%);
    }
    .sp {
        display: none !important;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 10px;
    }
    .inner {
        padding: 0 288px;
    }
}


/* =====================================================================
    submv
======================================================================*/

.submv {
    padding: 2.3rem 0;
    height: 40rem;
    background: url(../images/common/img_submv-sp.jpg) no-repeat center/cover;
}

.submv::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -0.1rem;
    left: -33rem;
    width: 47.9rem;
    height: 4rem;
    background: url(../images/common/img_wave3.png) no-repeat top left/contain;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    z-index: 1;
}

.submv_logo {
    margin: 0 auto;
    width: 35.2rem;
    height: 35.2rem;
    background: url(../images/common/bg_logo.png) no-repeat center/contain;
}

.submv_logo h1 {
    margin: 0 auto calc(37 / 352 * 100%);
    padding-top: calc(73 / 352 * 100%);
    width: calc(220 / 352 * 100%);
}

.submv_logo p {
    margin: 0 auto;
    width: calc(223 / 352 * 100%);
}

@media screen and (min-width: 768px) {
    .submv {
        padding: 0;
        background-image: url(../images/common/img_submv-pc.jpg);
        overflow: hidden;
    }
    .submv::after {
        left: auto;
        right: 3rem;
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
    .submv_logo {
        margin-top: -2.7rem;
        width: 45.6rem;
        height: 45.6rem;
    }
}


/* =====================================================================
*    header
* =================================================================== */

#header::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -8rem;
    left: 0;
    width: 100%;
    height: 8rem;
    background-color: #fff;
    z-index: 1;
}

#header::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -12rem;
    left: 0;
    width: 47.9rem;
    height: 4rem;
    background: url(../images/common/img_wave3.png) no-repeat top left/contain;
    z-index: 1;
}

.header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.btn_menu {
    position: relative;
    width: 10.4rem;
    height: 10.4rem;
    margin-left: auto;
    background: url(../images/common/bg_menu.png) no-repeat top right/contain;
    z-index: 9999;
}

.btn_menu_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(40 / 104 * 100%);
    margin: calc(30 / 104 * 100%) 0 0 calc(40 / 104 * 100%);
    padding-top: calc(28 / 104 * 100%);
}

.btn_menu_inner span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: calc(4 / 41 * 100%);
    background-color: #628c38;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn_menu_inner span:nth-of-type(1) {
    top: 0;
}

.btn_menu_inner span:nth-of-type(2) {
    top: calc(18 / 41 * 100%);
}

.btn_menu_inner span:nth-of-type(3) {
    bottom: 0;
}

.btn_menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(295%) rotate(-35deg);
    transform: translateY(295%) rotate(-35deg);
}

.btn_menu.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}

.btn_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-295%) rotate(35deg);
    transform: translateY(-295%) rotate(35deg);
}

.nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 22rem 0;
    background-color: #fff;
    z-index: 999;
}

.nav_menu {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav_menu li {
    margin-bottom: 8.5rem;
    text-align: center;
}

.nav_menu li a {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ff72a3;
}

.nav_menu li a small {
    display: block;
    font-family: "Spinnaker", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    margin-top: 0.8em;
    color: #628c38;
}

.nav_menu li.nolink a {
    pointer-events: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@media screen and (min-width: 768px) {
    #header::before {
        display: none;
    }
    #header::after {
        bottom: -3.9rem;
    }
    .header_nav {
        position: relative;
        display: contents;
    }
    .btn_menu {
        display: none;
    }
    .nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        width: auto;
        height: auto;
        z-index: 1;
    }
    .nav_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 1600px;
        overflow: hidden;
    }
    .nav_menu::before {
        display: none;
    }
    .nav_menu li {
        margin: 0 3.4rem;
    }
    .nav_menu li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 14rem;
        font-size: 2.1rem;
    }
    .nav_menu li a small {
        font-size: 1.2rem;
    }
    .nav_menu li a::before {
        content: '';
        position: absolute;
        bottom: 1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 8.3rem;
        height: 0.9rem;
        background: url(../images/common/img_wave2.png) no-repeat center/contain;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .nav_menu li a:hover::before {
        bottom: 2.3rem;
        opacity: 1;
    }
}


/* =====================================================================
    共通
======================================================================*/

#main {
    padding-top: 20rem;
    background: #628c38;
    overflow: hidden;
}

#bg_wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_ttl {
    position: relative;
    margin-bottom: 6rem;
    padding-top: 7.8rem;
    text-align: center;
}

.sec_ttl::before {
    content: attr(data-ttl);
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Spinnaker", sans-serif;
    font-size: 16rem;
    line-height: 0.7;
    letter-spacing: 0.075em;
    color: #56802d;
}

.sec_ttl span {
    position: relative;
    display: inline-block;
    padding-bottom: 1em;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}

.sec_ttl span::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.2em;
    height: 0.56em;
    background: url(../images/common/img_wave1.png) no-repeat center/contain;
}

.sub_ttl {
    position: relative;
    margin-bottom: 6.5rem;
    padding-top: 4.5rem;
    text-align: center;
}

.sub_ttl::before {
    content: attr(data-ttl);
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120vw;
    font-family: "Spinnaker", sans-serif;
    font-size: 10rem;
    letter-spacing: 0.075em;
    line-height: 0.8;
    color: #56802d;
}

.sub_ttl span {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}

.sub_ttl2 {
    position: relative;
    margin-bottom: 6.5rem;
    padding-top: 5rem;
    text-align: center;
}

.sub_ttl2::before {
    content: attr(data-ttl);
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110vw;
    font-family: "Spinnaker", sans-serif;
    font-size: 10rem;
    letter-spacing: 0.075em;
    line-height: 0.8;
    color: #e2f5d0;
}

.sub_ttl2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 0.9em;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.sub_ttl2 span::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.5em;
    height: 0.4em;
    background: url(../images/common/img_wave4.png) no-repeat center/contain;
}

.btn1 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn1 a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5em;
    width: 1.8em;
    height: 1.8em;
    fill: #ff72a3;
    stroke: #fff;
    stroke-width: 2px;
}

.btn1 a span {
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    #main {
        padding-top: 8rem;
    }
    .sec_ttl {
        padding-top: 8.5rem;
    }
    .sec_ttl span {
        font-size: 2.4rem;
    }
    .sub_ttl {
        margin-bottom: 4rem;
        padding-top: 6rem;
    }
    .sub_ttl span {
        font-size: 1.8rem;
    }
    .sub_ttl2 {
        padding-top: 4rem;
    }
    .sub_ttl2::before {
        font-size: 7.5rem;
    }
    .sub_ttl2 span {
        font-size: 1.8rem;
    }
    .btn1 a svg {
        position: relative;
        left: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .btn1 a:hover svg {
        left: 0.5em;
    }
}


/* =====================================================================
    box2
======================================================================*/

.box2 {
    margin-bottom: 8rem;
    padding: 8rem calc(55 / 680 * 100%);
    background-color: #fff;
    border-radius: 4rem;
}

@media screen and (max-width: 767px) {
    .box2 {
        margin-left: calc(-35 / 680 * 100%);
        width: calc(750 / 680 * 100%);
    }
}

.box2>* {
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}

.box2>*:not(figure) {
    z-index: 2;
}

.box2 h4 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.312;
}

.box2 p {
    line-height: 1.833;
}

.box2 figure {
    position: relative;
}

.box2 figure::before {
    content: '';
    position: absolute;
    display: block;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(729 / 640 * 100%);
    padding-top: calc(614 / 640 * 100%);
    background: url(../images/common/img_deco1.png) no-repeat center/contain;
    z-index: -1;
}

.box2 figure img {
    border-radius: 3.2rem;
    overflow: hidden;
}

.box2 figure figcaption {
    margin-top: 0.5em;
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .box2 {
        padding: 8rem calc(192 / 1024 * 100%);
    }
    .box2>* {
        margin-bottom: 3em;
    }
    .box2 h4 {
        font-size: 2.4rem;
        line-height: 1.416;
    }
    .box2 p {
        line-height: 1.625;
    }
    .box2 figure {
        margin-left: auto;
        margin-right: auto;
        width: 52rem;
    }
    .box2 figure figcaption {
        font-size: 1.4rem;
    }
}


/* =====================================================================
    group1
======================================================================*/

.group1 {
    position: relative;
    margin-bottom: 12rem;
    padding: 12rem calc(55 / 680 * 100%);
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .group1 {
        margin-left: calc(-35 / 680 * 100%);
        width: calc(750 / 680 * 100%);
    }
}

.group1::before {
    content: '';
    position: absolute;
    display: block;
    top: -3.9rem;
    right: 0;
    width: 47.9rem;
    height: 4rem;
    background: url(../images/common/img_wave3.png) no-repeat top left/contain;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.group1::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -3.9rem;
    left: -28rem;
    width: 47.9rem;
    height: 4rem;
    background: url(../images/common/img_wave3.png) no-repeat top left/contain;
    z-index: 1;
}

.group1_item:not(:last-child) {
    margin-bottom: 10rem;
}

.group1_item>* {
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}

.group1_item h4 {
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.group1_item h4::before {
    content: '';
    position: absolute;
    top: -6rem;
    left: -13rem;
    width: 30rem;
    height: 30rem;
    -webkit-animation: circle_anime 10s ease 0s infinite;
    animation: circle_anime 10s ease 0s infinite;
    background: #ffe600;
    z-index: -1;
}

.group1_item:nth-of-type(2n) h4 {
    text-align: right;
}

.group1_item:nth-of-type(2n) h4::before {
    left: auto;
    right: -13rem;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.group1_item p {
    line-height: 1.833;
}

.group1_item figure figcaption {
    margin-top: 0.5em;
    font-size: 2rem;
    line-height: 1.5;
}

.group1_item figure figcaption strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
}

.group1_img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.group1_img_list.row1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .group1_img_list.row1 figure {
        width: calc(100% / 3.3);
    }
}

.group1_img_list figure {
    margin-bottom: 1em;
}

.group1_img_list figure img {
    border-radius: 3.2rem;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .group1 {
        padding: 12rem 0;
    }
    .group1::after {
        left: 0;
    }
    .group1_item:not(:last-child) {
        margin-bottom: 13rem;
    }
    .group1_item>* {
        margin-bottom: 3em;
    }
    .group1_item h4 {
        margin-bottom: 1em;
        font-size: 2.4rem;
    }
    .group1_item h4::before {
        left: -7rem;
        width: 21rem;
        height: 21rem;
    }
    .group1_item p {
        line-height: 1.625;
    }
    .group1_item h4,
    .group1_item p {
        margin-left: auto;
        margin-right: auto;
        width: 88rem;
    }
    .group1_item figure figcaption {
        font-size: 1.4rem;
    }
    .group1_item figure figcaption strong {
        font-size: 1.6rem;
    }
    .group1_img_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: calc(-158 / 1024 * 100%);
        width: calc(1340 / 1024 * 100%);
    }
    .group1_img_list figure {
        margin: 0 calc(20 / 1340 * 100%) 3rem;
        width: calc(520 / 1340 * 100%);
    }
}


/* =====================================================================
    circle_anime 
======================================================================*/

.circle_anime_1 {
    position: absolute;
    background: #ffe600;
    bottom: -16rem;
    right: -16rem;
    width: 32rem;
    height: 32rem;
    -webkit-animation: circle_anime 15s ease 0s infinite;
    animation: circle_anime 15s ease 0s infinite;
    z-index: 10;
}

.circle_anime_2 {
    position: absolute;
    background: #ffe600;
    left: -13.4rem;
    width: 40rem;
    height: 40rem;
    -webkit-animation: circle_anime 10s ease 0s infinite;
    animation: circle_anime 10s ease 0s infinite;
}

.circle_anime_3 {
    position: absolute;
    background: #ffe600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100rem;
    height: 100rem;
    -webkit-animation: circle_anime 30s ease 0s infinite;
    animation: circle_anime 30s ease 0s infinite;
}

.circle_anime_4 {
    position: absolute;
    display: none;
    background: #ffe600;
    bottom: -91rem;
    right: -91rem;
    width: 160rem;
    height: 160rem;
    -webkit-animation: circle_anime 40s ease 0s infinite;
    animation: circle_anime 40s ease 0s infinite;
}

.circle4 {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .circle_anime_1 {
        bottom: -21.5rem;
        right: -34rem;
        width: 48rem;
        height: 48rem;
    }
    .circle_anime_2 {
        left: auto;
        right: -20rem;
    }
    .circle_anime_3 {
        left: -47.7rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 120rem;
        height: 120rem;
    }
    .circle_anime_4 {
        bottom: -60rem;
        right: -60rem;
    }
}

@media screen and (min-width: 1920px) {
    .circle_anime_1 {
        right: -10rem;
    }
}

@-webkit-keyframes circle_anime {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes circle_anime {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}


/* =====================================================================
*    banner
* =================================================================== */

.banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_list li {
    position: relative;
    margin-bottom: 4rem;
    width: 64rem;
}

.banner_list li:last-child {
    margin-bottom: 0;
}

.banner_list li img {
    border: 1rem solid #ffe600;
    border-radius: 4rem;
    overflow: hidden;
}

.banner_list li svg {
    position: absolute;
    top: 50%;
    right: -3.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.4rem;
    height: 6.4rem;
    fill: #ff72a3;
    -webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
    will-change: filter;
}

@media screen and (min-width: 768px) {
    .banner_list li {
        margin-right: calc(64 / 1024 * 100%);
        width: calc(480 / 1024 * 100%);
    }
    .banner_list li:nth-child(2n),
    .banner_list li:last-child {
        margin-right: 0;
    }
    .banner_list li svg {
        right: -2.4rem;
        width: 4.8rem;
        height: 4.8rem;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .banner_list li:hover svg {
        right: -3.4rem;
    }
}


/* =====================================================================
*    footer
* =================================================================== */

#footer {
    padding: 8rem 0;
    background-color: #fff;
}

#footer::after {
    content: '';
    position: absolute;
    display: block;
    top: -3.9rem;
    right: 0;
    width: 47.9rem;
    height: 4rem;
    background: url(../images/common/img_wave3.png) no-repeat top left/contain;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    z-index: 1;
}

.pagetop {
    position: fixed;
    bottom: 9.6rem;
    right: 0;
    width: 12.8rem;
    z-index: 100;
}

.footer_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid;
}

.footer_banner li {
    margin: 0 calc(40 / 680 * 100%) 3rem 0;
    width: calc(320 / 680 * 100%);
}

@media screen and (max-width: 767px) {
    .footer_banner li:nth-child(2n),
    .footer_banner li:last-child {
        margin-right: 0;
    }
}

.footer_credit {
    margin: 0 auto 8rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid;
    line-height: 2.111;
}

.footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.footer_logo li {
    margin: 0 calc(20 / 680 * 100%) 3rem;
}

.footer_logo li img {
    width: auto;
    height: 7rem;
}

.copyright {
    text-align: center;
    font-family: "Spinnaker", sans-serif;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    #footer {
        padding: 6rem 0 4rem;
    }
    .footer_banner {
        margin-bottom: 4rem;
        padding-bottom: 2rem;
    }
    .footer_banner li {
        margin: 0 calc(20 / 1024 * 100%) 2rem 0;
        width: calc(320 / 1024 * 100%);
    }
    .footer_banner li:nth-child(3n),
    .footer_banner li:last-child {
        margin-right: 0;
    }
    .footer_banner li a:hover {
        opacity: 0.7;
    }
    .footer_credit {
        margin-bottom: 4rem;
        padding-left: calc(72 / 1024 * 100%);
        padding-right: calc(72 / 1024 * 100%);
        font-size: 1.2rem;
    }
    .footer_logo li {
        margin: 0 calc(20 / 1024 * 100%) 2rem;
    }
    .footer_logo li img {
        height: 5rem;
    }
    .pagetop a:hover {
        margin-bottom: 10px;
    }
}


/* =====================================================================
*    popup
* =================================================================== */

.popup_btn {
    cursor: pointer;
}

.popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
    position: relative;
    margin: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 5.5em 0;
    width: 100%;
}

.popup_close {
    position: absolute;
    top: 2.5em;
    right: 2rem;
    width: 5.6rem;
    height: 5.7rem;
    z-index: 3;
}

.popup_list {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.popup_list>li {
    position: relative;
    display: none;
    margin: 0 auto;
    padding: 12rem 0;
    width: calc(640 / 750 * 100%);
    z-index: 2;
}

.popup_movie_embed {
    position: relative;
    aspect-ratio: 16/9;
}

.popup_movie_embed iframe,
.popup_movie_embed video {
    width: 100%;
    height: 100%;
}

.popup_close2 {
    margin: 1em auto 0;
    padding: .5em;
    width: 30rem;
    font-size: 2.8rem;
    text-align: center;
    background: #50732e;
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
    .popup_bg {
        cursor: pointer;
    }
    .popup_inner {
        width: 90%;
        max-width: 1024px;
    }
    .popup_detail .popup_inner {
        width: calc(1024 / 1600 * 100%);
    }
    .popup_close {
        top: 1em;
        cursor: pointer;
    }
    .popup_list>li {
        width: calc(640 / 1024 * 100%);
    }
    .popup_close2 {
        width: 50rem;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        cursor: pointer;
    }
    .popup_close2:hover {
        background-color: #ff72a3;
    }
}


/*# sourceMappingURL=base.css.map */