@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
div {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    font-style: normal;
    font-size: 100%;
    font-size: 16px;
    box-sizing: border-box;
    /* font-family: 'Noto Sans Japanese', 'Noto Sans'; */
    color: #000000;
    font-weight: bold;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.pc {
    display: none !important;
}

@media screen and (min-device-width: 768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

}


/***********************************************************************************************************************
* 共有
***********************************************************************************************************************/

.wrap-s {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap-s {
    padding: 0px 3%;
}

@media screen and (min-device-width: 768px) {
    .wrap-s {
        max-width: 1200px;
        padding: 0 100px;
        margin: 0 auto;
    }
}


/*吹き出し*/
#fukidashi {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 10;
    text-align: right;
}

#fukidashi a {
	cursor: pointer;
}

#fukidashi a:hover{
    opacity: .8;
}

#fukidashi img {
	width: 35%;
    
}

#fukidashi-close {
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	right: -11px;
	top: -11px;
}

@media screen and (min-device-width: 768px) {
    #fukidashi {
        position: fixed;
        bottom: 45px;
        right: 20px;
        z-index: 10;
        text-align: right;
    }
    #fukidashi img {
        /* width: 15%; */
        width: 20%;
    }
}




/***********************************************************************************************************************
* トップ
***********************************************************************************************************************/
#top-block {
    position: relative;
    text-align: center;
}

#top-block .sub-ttl {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%/100% 100% 0 0;
}

#top-block .sub-ttl img {
    margin-top: -100px;
    width: 80%;
}


@media screen and (min-device-width: 768px) {

    #top-block .sub-ttl img {
        margin-top: -85px;
    }

    #top-block .sub-ttl img {
        width: 60%;
    }
}


.button_wrap .button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2%;
}

.button_wrap {
    margin: 25px 0;
}

.button_wrap .button:first-child {
    margin-bottom: 10px;
}

.button_wrap .button a:hover img {
    opacity: .8;
}

@media screen and (min-device-width: 768px) {
    .button_wrap {
        display: flex;
        margin-top: 50px;
        justify-content: space-between;
        gap: 1%;
    }

}


/***********************************************************************************************************************
* キャンペーン一覧
***********************************************************************************************************************/

#campaign {
    background-color: #2C4198;
    padding: 30px 0;
    text-align: center;
}

#campaign .ttl {
    margin-bottom: 15px;
}

@media screen and (min-device-width: 768px) {
    #campaign {
        padding: 60px 0;
    }

    #campaign .ttl {
        width: 80%;
        margin-bottom: 30px;
    }
}

.swiper {
    /*スライダーの幅と高さを調整*/
    width: 100%;
    /* margin: 0.5rem auto 2rem; */
    overflow: hidden;
}

.swiper-slide {
    /*スライド要素の幅と高さを調整*/
    width: 100%;
    height: 100%;

    /*テキストの位置調整*/
    display: flex;
    justify-content: center;
    align-items: center;

    /*テキストの色と太さを指定*/
    color: #fff;
    font-weight: bold;
}

/***********************************************************************************************************************
* 学生さんにおすすめ
***********************************************************************************************************************/
.contents {
    padding: 30px 0;
    text-align: center;
}

.contents .title {
    margin-bottom: 30px;
}

.contents a {
    display: inline-flex;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 15px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-top: 20px;
}


@media screen and (min-device-width: 768px) {
    .contents {
        padding: 60px 0;
    }

    .contents .title {
        margin-bottom: 60px;
    }

    .contents a {
        width: 400px;
        font-size: 20px;
        margin-top: 30px;
    }
}

#cp-01.contents {
    background-color: #E85297;
}

#cp-01.contents p {
    color: #ffffff;
}

#cp-01.contents a {
    color: #E85297;
    border: #E85297 3px solid;
}

#cp-01.contents a:hover {
    color: #ffffff;
    background-color: #E85297;
    border: #ffffff 3px solid;
}


.contents .image {
    margin: 15px 0;
}

@media screen and (min-device-width: 768px) {
    .contents .item {
        display: flex;
        justify-content: space-between;
        gap: 4%;
        align-items: center;
    }

    .contents .item div {
        width: 48%;
    }

    .contents .item div p {
        font-size: 24px;
        padding-top: 30px;
    }
}

/***********************************************************************************************************************
* ファミリーにおすすめ
***********************************************************************************************************************/
#cp-02.contents {
    background-color: #FFF351;
}

#cp-02.contents p {
    color: #676767;
}

#cp-02.contents a {
    color: #36BDEF;
    border: #36BDEF 3px solid;
}

#cp-02.contents a:hover {
    color: #ffffff;
    background-color: #36BDEF;
    border: #ffffff 3px solid;
}

#cp-02.contents .cp2-wrap {
    margin-top: 40px;
}

@media screen and (min-device-width: 768px) {

    #cp-02.contents.contents .item.bottom {
        align-items: baseline;
    }

    #cp-02.contents .cp2-wrap div {
        width: 100%;
    }

    #cp-02.contents .cp2-wrap {
        display: flex;
        flex-direction: column;
    }

    #cp-02.contents .cp2-wrap a {
        margin: 40px auto 0;
    }

}

/***********************************************************************************************************************
* 推し活におすすめ
***********************************************************************************************************************/
#cp-03.contents {
    background-color: #0291DA;
}

#cp-03.contents .title {
    margin-bottom: 0px;
}

#cp-03.contents .cp3-wrap:not(:last-child) {
    margin-bottom: 40px;
}

#cp-03.contents a,
#cp-05.contents a {
    padding: 0;
    background-color: transparent;
    width: 100%;
}

#cp-03.contents a:hover img,
#cp-05.contents a:hover img{
    opacity: .8;
}

#cp-03.contents .item:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (min-device-width: 768px) {
    #cp-03.contents .title {
        margin-bottom: -10px;
    }

    #cp-03.contents .item {
        align-items: flex-start;
    }

    #cp-03.contents .cp3-wrap:not(:last-child) {
        margin-bottom: 0px;
    }

    #cp-03.contents .item:not(:last-child) {
        margin-bottom: 60px;
    }
}

/***********************************************************************************************************************
* 夏にぴったりおすすめ
***********************************************************************************************************************/

#cp-04.contents {
    background-color: #CFD62E;
    padding-bottom: 0;
}

#cp-04.contents p {
    color: #676767;
}


#cp-04.contents a {
    color: #CFD62E;
    border: #CFD62E 3px solid;
}

#cp-04.contents a:hover {
    color: #ffffff;
    background-color: #CFD62E;
    border: #ffffff 3px solid;
}

#cp-04.contents .image {
    margin: 0 0 15px;
}

/***********************************************************************************************************************
* ポイ活
***********************************************************************************************************************/

#cp-05.contents {
    padding-top: 15px;
}

#cp-05.contents .image {
    margin: 15px 0 0;
}

@media screen and (min-device-width: 768px) {
    #cp-05.contents {
        padding-top: 0;
    }

    #cp-05.contents .cp5-wrap{
        width: 48%;
        margin: 0 auto;
    }
}

/***********************************************************************************************************************
* 予約
***********************************************************************************************************************/

#reservation.contents {
    background-color: #2C4198;
}

#reservation.contents a {
    color: #ffffff;
    background-color: #2C4198;
    border: #2C4198 3px solid;
    border: #ffffff 3px solid;
    font-size: 24px;
    width: 100%;
}

#reservation.contents a:hover {   
    color: #2C4198;
    background-color: #ffffff;
    border: #2C4198 3px solid;
}

@media screen and (min-device-width: 768px) {
    #reservation.contents a {
        font-size: 32px;
    }

}

/***********************************************************************************************************************
* アニメーション
***********************************************************************************************************************/

.displayed {
    animation: fadeUp 3s forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.left-fadein {
    animation: left-fadein 1.5s ease-in-out 0s running;
}

@keyframes left-fadein {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }

}