@charset "UTF-8";

/* CSS Document */

/*----------------------------------------
PC用レイアウト(768px以上スクリーン)
----------------------------------------*/

/* body全体の初期スタイル調整 */

html,
body {
    width: 100%;
}

body {
    font-size: 62.5%;
    /*emの計算をしやすくするための定番設定*/
    font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
    font-weight: normal;
    color: #000;
}

@media only screen and (max-width:768px) {

    body {
        width: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.gnav-pc {
    display: block !important;
    text-decoration: none;
}

.gnav-sp {
    display: none !important;
}

@media only screen and (max-width:768px) {

    .gnav-pc {
        display: none !important;
    }

    .gnav-sp {
        display: block !important;
    }

}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width:768px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

}

/*----------------------------------------
全体レイアウト/背景設定(PC)
----------------------------------------*/

.main {
    width: 100%;
    background-image: url(../images/pc_bg.png);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {

    .main {
        width: 100%;
        margin: 0%;
    }

}

#main-contents {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;

}

@media only screen and (max-width:768px) {
    #main-contents {
        width: 100vw;
        margin: 0 auto;
    }
}

/*----------------------------------------
header
----------------------------------------*/

.img {
    vertical-align: bottom;
}

.gnav-pc ul {
    position: fixed;
    margin-top: 5%;
    margin-left: 10%;
    max-width: 25em;
    align-items: center;
    text-decoration: none;
}

@media only screen and (max-width:1100px) {
    .gnav-pc ul {
        display: none;
    }
}

.gnav-pc ul li {
    margin-bottom: 15%;
    text-decoration: none;
}

ul li a {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    text-decoration: none;
    list-style: none;
}

.en {
    font-family: "goldenbook", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    letter-spacing: 0.15em;
    line-height: 1em;
    text-decoration: none;
}

ul li a:hover {
    color: #b75767;
    transition-duration: .4s;
}

.menu-cv-btn img {
    width: 100%;
}

.menu-cv-btn a:hover {
    opacity: 0.5;
    transition-duration: .4s;
}

@media only screen and (max-width:768px) {

    header {
        width: 100%;
        padding: 0;
        position: fixed;
        bottom: 0;
        align-items: center;
        overflow: hidden;
        height: auto;
        z-index: 999;
        font-size: 3em;
    }

    #hamburger {
        position: fixed;
        bottom: 2%;
        right: 4%;
        z-index: 100;
        width: 22%;
    }


    .is-active {
        /* 表示する */
        opacity: 1;
        visibility: visible;
        transition-duration: .4s;
    }

    .is-hidden {
        visibility: hidden;
        opacity: 0;
        transition-duration: .4s;
    }

    .gnav-sp {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        width: 100%;
        background: rgba(183, 87, 103, 0.9);
        transition: all .2s ease-in-out;
        opacity: 0;
        transform: translateY(-100%);
        text-align: center;
    }

    .gnav-sp ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .gnav-sp li {
        margin: 0;
        padding: 0;
    }

    .gnav-sp li span {
        font-size: 1.8em;
        color: #fff;
    }

    .gnav-sp li a,
    .sp-nav li span {
        display: block;
        padding: 20px 0;
    }

    .gnav-sp .close {
        position: relative;
        padding-left: 20px;
        margin-top: 5%;
    }

    /*バツ印線1*/
    .gnav-sp .close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(45deg);
    }

    /*バツ印線2*/
    .gnav-sp .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(-45deg);
    }

    .toggle {
        transform: translateY(0);
        opacity: 1;
    }

    ul li a {
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-style: normal;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 0.15em;
    }

    ul li a:hover {
        color: #fff;
        transition-duration: .4s;
    }    

    .menu .en {
        font-family: "goldenbook", serif;
        font-weight: 400;
        font-style: normal;
            font-size: 2em;
        letter-spacing: 0.08em;
        line-height: 1em;
        text-decoration: none;
    }
}

/*----------------------------------------
FV
----------------------------------------*/

.fv {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

/*----------------------------------------
CVエリア01
----------------------------------------*/

.fv {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.cv-btn01 {
    position: absolute;
    top: 88%;
    transition-duration: .4s;
}

.cv-btn01 img {
    width: 95%;
    transition-duration: .4s;
}

.cv-btn01:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv-btn01.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

/*----------------------------------------
sec08_contents02
----------------------------------------*/

#carousel01 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.carousel_wrap01 {
    position: absolute;
    top: 19%;
}

.c-carousel01 {
    position: relative;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.c-carousel__activator-main01 {
    position: absolute;
    z-index: -1;
    position: fixed;
}

.c-carousel__main01 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track01 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
}

.c-carousel__main-item01 {
    flex-shrink: 0;
    width: 100%;
    position: relative;

}

.c-carousel__main-image01 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item01 {
    display: none;
}

.c-carousel__btn-prev-main01,
.c-carousel__btn-next-main01 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main01:hover {
    opacity: 0.6;
}

.c-carousel__btn-next-main01:hover {
    opacity: 0.6;
}


.c-carousel__btn-prev-main01 {
    right: auto;
    left: 0;
}

.c-carousel__activator-main01:nth-child(1):checked~.c-carousel__main01 .c-carousel__main-control-item01:nth-child(1) {
    display: block;
}

.c-carousel__activator-main01:nth-child(2):checked~.c-carousel__main01 .c-carousel__main-control-item01:nth-child(2) {
    display: block;
}

.c-carousel__activator-main01:nth-child(3):checked~.c-carousel__main01 .c-carousel__main-control-item01:nth-child(3) {
    display: block;
}

.c-carousel__activator-main01:nth-child(4):checked~.c-carousel__main01 .c-carousel__main-control-item01:nth-child(4) {
    display: block;
}

.c-carousel__activator-main01:nth-child(5):checked~.c-carousel__main01 .c-carousel__main-control-item01:nth-child(5) {
    display: block;
}

.c-carousel__activator-main01:nth-child(1):checked~.c-carousel__main01 .c-carousel__main-track01 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main01:nth-child(2):checked~.c-carousel__main01 .c-carousel__main-track01 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main01:nth-child(3):checked~.c-carousel__main01 .c-carousel__main-track01 {
    transform: translateX(calc(-100% * 2));
}

.c-carousel__activator-main01:nth-child(4):checked~.c-carousel__main01 .c-carousel__main-track01 {
    transform: translateX(calc(-100% * 3));
}

.c-carousel__activator-main01:nth-child(5):checked~.c-carousel__main01 .c-carousel__main-track01 {
    transform: translateX(calc(-100% * 4));
}

/*----------------------------------------
sec08_contents06_mov
----------------------------------------*/

.contents06 {
    position: relative;
}

.contents06-tit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 44%;
}

.mov_wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16/9;
}

/*----------------------------------------
sec08_カルーセル02
----------------------------------------*/
#carousel02{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.carousel_wrap02 {
    position: absolute;
    top: 25%;
}

.c-carousel02 {
    position: relative;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

.c-carousel__activator-main02 {
    position: absolute;
    z-index: -1;
    position: fixed
}

.c-carousel__main02 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track02 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
}

.c-carousel__main-item02 {
    flex-shrink: 0;
    width: 100%;
    position: relative;

}

.c-carousel__main-image02 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item02 {
    display: none;
}

.c-carousel__btn-prev-main02,
.c-carousel__btn-next-main02 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main02:hover {
    opacity: 0.6;
}

.c-carousel__btn-next-main02:hover {
    opacity: 0.6;
}


.c-carousel__btn-prev-main02 {
    right: auto;
    left: 0;
}

.c-carousel__activator-main02:nth-child(1):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(1) {
    display: block;
}

.c-carousel__activator-main02:nth-child(2):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(2) {
    display: block;
}

.c-carousel__activator-main02:nth-child(3):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(3) {
    display: block;
}

.c-carousel__activator-main02:nth-child(4):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(4) {
    display: block;
}

.c-carousel__activator-main02:nth-child(5):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(5) {
    display: block;
}

.c-carousel__activator-main02:nth-child(6):checked~.c-carousel__main02 .c-carousel__main-control-item02:nth-child(6) {
    display: block;
}

.c-carousel__activator-main02:nth-child(1):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main02:nth-child(2):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main02:nth-child(3):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 2));
}

.c-carousel__activator-main02:nth-child(4):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 3));
}

.c-carousel__activator-main02:nth-child(5):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 4));
}

.c-carousel__activator-main02:nth-child(6):checked~.c-carousel__main02 .c-carousel__main-track02 {
    transform: translateX(calc(-100% * 5));
}

/*----------------------------------------
sec08_contents07
----------------------------------------*/

.club{
    position: relative;
}

.box3 {
    top: 0;
    left: 2%;
    position: absolute;
}

.btn-wrap01 {
    width: 92%;
    display: flex;
    margin: 0 auto;
}

.btn-wrap02 {
    width: 92%;
    display: flex;
    margin: 0 auto;
}

.popup_btn_wrap01 img {
    transition-duration: 0.5s;
}

.popup_btn_wrap01 img:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.popup_btn_wrap02 img {
    transition-duration: 0.5s;
}

.popup_btn_wrap02 img:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.popup_btn_wrap03 img {
    transition-duration: 0.5s;
}

.popup_btn_wrap03 img:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.popup_btn_wrap04 img {
    transition-duration: 0.5s;
}

.popup_btn_wrap04 img:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.popup_wrap01 input {
    display: none;
}
.popup_wrap02 input {
    display: none;
}
.popup_wrap03 input {
    display: none;
}
.popup_wrap04 input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(74, 36, 43, 0.8);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content01 {
    position: relative;
    align-self: center;
    width: 45%;
    padding: 30px 40px;
    margin-top: -7%;
    box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}

.popup_content02 {
    position: relative;
    align-self: center;
    width: 45%;
    padding: 30px 40px;
    margin-top: -7%;
    box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}

.popup_content03 {
    position: relative;
    align-self: center;
    width: 45%;
    padding: 30px 40px;
    margin-top: -7%;
    box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}

.popup_content04 {
    position: relative;
    align-self: center;
    width: 45%;
    padding: 30px 40px;
    margin-top: -7%;
    box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}

.close_btn {
    position: absolute;
    top: 3%;
    right: -5px;
    font-size: 30px;
    cursor: pointer;
    padding: 8px;
    color: #ffffff;
    line-height: 14px;
    font-weight: normal;
}

@media only screen and (max-width:768px) {
    
    .popup_overlay {
        display: flex;
        justify-content: center;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: rgba(74, 36, 43, 0.8);
        opacity: 0;
        transition: opacity 0.5s, transform 0s 0.5s;
        transform: scale(0);
    }
    
    .popup_trigger {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .popup_content01 {
        position: relative;
        align-self: center;
        width: 100%;
        margin-top: -20%;
        box-sizing: border-box;
        line-height: 1.4em;
        transition: 0.5s;
        text-align: justify;
    }

    .popup_content02 {
        position: relative;
        align-self: center;
        width: 100%;
        margin-top: -20%;
        box-sizing: border-box;
        line-height: 1.4em;
        transition: 0.5s;
        text-align: justify;
    }
    .popup_content03 {
        position: relative;
        align-self: center;
        width: 100%;
        margin-top: -20%;
        box-sizing: border-box;
        line-height: 1.4em;
        transition: 0.5s;
        text-align: justify;
    }

    .popup_content04 {
        position: relative;
        align-self: center;
        width: 100%;
        margin-top: -20%;
        box-sizing: border-box;
        line-height: 1.4em;
        transition: 0.5s;
        text-align: justify;
    }

    
    .close_btn {
        position: absolute;
        top: -1%;
        right: 0;
        font-size: 4em;
        cursor: pointer;
        padding: 8px;
        color: #ffffff;
        line-height: 14px;
        font-weight: normal;
    
    }
    
}

.popup_wrap01 input:checked~.popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_wrap01 input:checked~.popup_overlay .popup_content01 {
    transform: translateY(50px);
}
.popup_wrap02 input:checked~.popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_wrap02 input:checked~.popup_overlay .popup_content02 {
    transform: translateY(50px);
}

.popup_wrap03 input:checked~.popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_wrap03 input:checked~.popup_overlay .popup_content03 {
    transform: translateY(50px);
}

.popup_wrap04 input:checked~.popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_wrap04 input:checked~.popup_overlay .popup_content04 {
    transform: translateY(50px);
}

.open_btn01 {
    position: absolute;
    top: 14%;
    right: 47%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn01 img :hover {
    opacity: 0.7;
}

.open_btn02 {
    position: absolute;
    top: 14%;
    right: 0;
    left: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn02 img :hover {
    opacity: 0.7;
}

.open_btn03 {
    position: absolute;
    top: 50%;
    right: 47%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn03 img :hover {
    opacity: 0.7;
}

.open_btn04 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn04 img :hover {
    opacity: 0.7;
}

/*----------------------------------------
sec08_contents07
----------------------------------------*/

.profile{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.popup_btn_wrap05{
    position: absolute;
    top: 81%;
}

.popup_btn_wrap05 img {
    transition-duration: 0.5s;
    width: 85%;
}

.popup_btn_wrap05 img:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.popup_wrap05 input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(74, 36, 43, 0.8);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content05 {
    position: relative;
    align-self: center;
    width: 65%;
    padding: 30px 40px;
    margin-top: -7%;
    box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
}

.close_btn {
    position: absolute;
    top: 3%;
    right: -5px;
    font-size: 30px;
    cursor: pointer;
    padding: 8px;
    color: #ffffff;
    line-height: 14px;
    font-weight: normal;
}

@media only screen and (max-width:768px) {
    
    .popup_overlay {
        display: flex;
        justify-content: center;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: rgba(74, 36, 43, 0.8);
        opacity: 0;
        transition: opacity 0.5s, transform 0s 0.5s;
        transform: scale(0);
    }
    
    .popup_trigger {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .popup_content05 {
        position: relative;
        align-self: center;
        width: 100%;
        margin-top: -20%;
        box-sizing: border-box;
        line-height: 1.4em;
        transition: 0.5s;
        text-align: justify;
    }
    
    .close_btn {
        position: absolute;
        top: -1%;
        right: 0;
        font-size: 4em;
        cursor: pointer;
        padding: 8px;
        color: #ffffff;
        line-height: 14px;
        font-weight: normal;
    
    }  
}

.popup_wrap05 input:checked~.popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popup_wrap05 input:checked~.popup_overlay .popup_content05 {
    transform: translateY(50px);
}

.open_btn05 {
    position: absolute;
    top: 14%;
    right: 47%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn05 img :hover {
    opacity: 0.7;
}

/*----------------------------------------
CVエリア02
----------------------------------------*/

.cv_area01 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.cv-btn02 {
    position: absolute;
    top: 10%;
    transition-duration: .4s;
}

.cv-btn02 img {
    width: 90%;
    transition-duration: .4s;
}

.cv-btn02:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv-btn02.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

/*----------------------------------------
sec13_カルーセル03
----------------------------------------*/
#carousel03{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.carousel_wrap03 {
    position: absolute;
    top: 38%;
}

.c-carousel03 {
    position: relative;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

.c-carousel__activator-main03 {
    position: absolute;
    z-index: -1;
    position: fixed
}

.c-carousel__main03 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track03 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
}

.c-carousel__main-item03 {
    flex-shrink: 0;
    width: 100%;
    position: relative;

}

.c-carousel__main-image03 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item03 {
    display: none;
}

.c-carousel__btn-prev-main03,
.c-carousel__btn-next-main03 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main03:hover {
    opacity: 0.6;
}

.c-carousel__btn-next-main03:hover {
    opacity: 0.6;
}


.c-carousel__btn-prev-main03 {
    right: auto;
    left: 0;
}

.c-carousel__activator-main03:nth-child(1):checked~.c-carousel__main03 .c-carousel__main-control-item03:nth-child(1) {
    display: block;
}

.c-carousel__activator-main03:nth-child(2):checked~.c-carousel__main03 .c-carousel__main-control-item03:nth-child(2) {
    display: block;
}

.c-carousel__activator-main03:nth-child(3):checked~.c-carousel__main03 .c-carousel__main-control-item03:nth-child(3) {
    display: block;
}

.c-carousel__activator-main03:nth-child(4):checked~.c-carousel__main03 .c-carousel__main-control-item03:nth-child(4) {
    display: block;
}

.c-carousel__activator-main03:nth-child(1):checked~.c-carousel__main03 .c-carousel__main-track03 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main03:nth-child(2):checked~.c-carousel__main03 .c-carousel__main-track03 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main03:nth-child(3):checked~.c-carousel__main03 .c-carousel__main-track03 {
    transform: translateX(calc(-100% * 2));
}

.c-carousel__activator-main03:nth-child(4):checked~.c-carousel__main03 .c-carousel__main-track03 {
    transform: translateX(calc(-100% * 3));
}

/*----------------------------------------
sec13_カルーセル04
----------------------------------------*/
#carousel04{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.carousel_wrap04 {
    position: absolute;
    top: 26%;
}

.c-carousel04 {
    position: relative;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

.c-carousel__activator-main04 {
    position: absolute;
    z-index: -1;
    position: fixed
}

.c-carousel__main04 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track04 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
}

.c-carousel__main-item04 {
    flex-shrink: 0;
    width: 100%;
    position: relative;

}

.c-carousel__main-image04 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item04 {
    display: none;
}

.c-carousel__btn-prev-main04,
.c-carousel__btn-next-main04 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main04:hover {
    opacity: 0.6;
}

.c-carousel__btn-next-main04:hover {
    opacity: 0.6;
}


.c-carousel__btn-prev-main04 {
    right: auto;
    left: 0;
}

.c-carousel__activator-main04:nth-child(1):checked~.c-carousel__main04 .c-carousel__main-control-item04:nth-child(1) {
    display: block;
}

.c-carousel__activator-main04:nth-child(2):checked~.c-carousel__main04 .c-carousel__main-control-item04:nth-child(2) {
    display: block;
}

.c-carousel__activator-main04:nth-child(3):checked~.c-carousel__main04 .c-carousel__main-control-item04:nth-child(3) {
    display: block;
}

.c-carousel__activator-main04:nth-child(1):checked~.c-carousel__main04 .c-carousel__main-track04 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main04:nth-child(2):checked~.c-carousel__main04 .c-carousel__main-track04 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main04:nth-child(3):checked~.c-carousel__main04 .c-carousel__main-track04 {
    transform: translateX(calc(-100% * 2));
}

/*----------------------------------------
sec13_カルーセル05
----------------------------------------*/
#carousel05{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.carousel_wrap05 {
    position: absolute;
    top: 26%;
}

.c-carousel05 {
    position: relative;
    width: 92%;
    margin: 0 auto;
    text-align: center;
}

.c-carousel__activator-main05 {
    position: absolute;
    z-index: -1;
    position: fixed
}

.c-carousel__main05 {
    overflow: hidden;
    position: relative;
}

.c-carousel__main-track05 {
    display: flex;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
}

.c-carousel__main-item05 {
    flex-shrink: 0;
    width: 100%;
    position: relative;

}

.c-carousel__main-image05 {
    display: block;
    width: 100%;
}

.c-carousel__main-control-item05 {
    display: none;
}

.c-carousel__btn-prev-main05,
.c-carousel__btn-next-main05 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.c-carousel__btn-prev-main05:hover {
    opacity: 0.6;
}

.c-carousel__btn-next-main05:hover {
    opacity: 0.6;
}

.c-carousel__btn-prev-main05 {
    right: auto;
    left: 0;
}

.c-carousel__activator-main05:nth-child(1):checked~.c-carousel__main05 .c-carousel__main-control-item05:nth-child(1) {
    display: block;
}

.c-carousel__activator-main05:nth-child(2):checked~.c-carousel__main05 .c-carousel__main-control-item05:nth-child(2) {
    display: block;
}

.c-carousel__activator-main05:nth-child(3):checked~.c-carousel__main05 .c-carousel__main-control-item05:nth-child(3) {
    display: block;
}

.c-carousel__activator-main05:nth-child(4):checked~.c-carousel__main05 .c-carousel__main-control-item05:nth-child(4) {
    display: block;
}

.c-carousel__activator-main05:nth-child(1):checked~.c-carousel__main05 .c-carousel__main-track05 {
    transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main05:nth-child(2):checked~.c-carousel__main05 .c-carousel__main-track05 {
    transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main05:nth-child(3):checked~.c-carousel__main05 .c-carousel__main-track05 {
    transform: translateX(calc(-100% * 2));
}

.c-carousel__activator-main05:nth-child(4):checked~.c-carousel__main05 .c-carousel__main-track05 {
    transform: translateX(calc(-100% * 3));
}

/*----------------------------------------
よくあるご質問
----------------------------------------*/

#faq {
    background-image: url(../images/sec14_faq.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -1px;
}

.accordion_wrap {
    padding: 30% 5% 5% 5%;
    width: 100%;
    margin: 0 auto;
}

.accordion {
    margin-bottom: 3%;
    position: relative;
}

.accordion__btn {
    cursor: pointer;
    position: relative;
}

.accordion__btn::before {
    content: '';
    display: inline-block;
    border-radius: 10%;
    width: 4%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.accordion__btn::after {
    content: '';
    display: inline-block;
    border-radius: 10%;
    width: 4%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 2.5%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

@media only screen and (max-width:768px) {
    .accordion__btn::before {
        content: '';
        display: inline-block;
        border-radius: 10%;
        width: 4%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 2.5%;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 1s;
    }

    .accordion__btn::after {
        content: '';
        display: inline-block;
        border-radius: 10%;
        width: 4%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 2.5%;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 1s;
    }

}

.accordion__btn.show::before {
    opacity: 0;
}

.accordion__btn.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
    display: none;
}

/*----------------------------------------
CVエリア03
----------------------------------------*/

.cv_area02 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.cv-btn03 {
    position: absolute;
    top: 0;
    transition-duration: .4s;
}

.cv-btn03 img {
    width: 95%;
    transition-duration: .4s;
}

.cv-btn03:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

.cv-btn03.anim-box {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

/*----------------------------------------
footer
----------------------------------------*/

.footer {
    background-color: #c2949b;
    padding: 2.5em 0em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;

}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    padding: 0 1.5%;
}

footer li+li {
    border-left: 1px solid #fff;
}

.footer a {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

.footer a:hover {
    color: #ffffa7;
}

.footer_logo {
    transition: opacity 0.3s;
}

.footer_logo img {
    width: 5%;
    margin-bottom: 2%;
    transition: opacity 0.3s;

}

.footer_logo:hover {
    opacity: 0.6;
}

@media only screen and (max-width:768px) {

    .footer {
        background-color: #c2949b;
        padding: 2em 1.5em;
        text-align: center;
        font-size: 1.6em;
        color: #fff;
    }

    footer ul {
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
    }

    .footer_logo img {
        width: 20%;
        margin-bottom: 7%;
        transition-duration: .4s;
    }

    .footer_logo:hover {
        opacity: 0.6;
    }

}