@charset "UTF-8";

.gasten_top {
    width: 100%;
    height: auto;
    /* background-image: url(../img/gasten_bg_top.png); */
    background-color: #fff;
    background-size: 100vw;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 200;
}

/* サイドライン */
.top_side .square_left,
.top_side .square_right {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    z-index: 1;
}

.top_bg {
    width: 95%;
    margin-left: 2%;
    position: relative;
    z-index: 2;
}

.gasten_logo {
    width: 45%;
    max-width: 1000px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    z-index: 600;
}

.bigsale_txt {
    width: 13%;
    max-width: 280px;
    height: auto;
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: 600;
}

.notice_btm {
    width: 100%;
    /* height: 1000px; */
    background-color: rgb(170, 240, 240);
}

.square_left {
    width: 5%;
    height: 600px;
    background: rgb(170, 240, 240);
    position: absolute;
    left: 0;
    z-index: 500;
}

.square_right {
    width: 5%;
    height: 600px;
    background: rgb(170, 240, 240);
    position: absolute;
    right: 0;
    z-index: 500;
}

.bg_mdl {
    width: 100%;
    height: 90%;
    margin: auto;
    position: absolute;
    top: -20%;
}

.notice_mainarea {
    background-color: rgb(170, 240, 240);
}

.notice_mainarea {
    width: 100%;
    height: 600px;
    position: relative;
}

.notice_btm_right_sp,
.notice_btm_left_sp,
.notice_btm_left,
.notice_btm_right {
    width: 25%;
    height: auto;
    z-index: 600;
}

.fukidashi_area {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -30%;
    width: 100%;
}

.main_txt2,
.main_txt {
    width: 50%;
    font-size: 50px;
    text-align: center;
    color: rgb(88, 190, 190);
    letter-spacing: 4px;
    margin-top: 9%;
    white-space: nowrap;
    z-index: 600;
}

.main_txt2 span,
.main_txt span {
    font-size: 55px;
    color: yellow;
    /* text-shadow: 3px 3px 3px rgb(88, 190, 190), -3px -3px 3px rgb(88, 190, 190), -3px 3px 3px rgb(88, 190, 190), 3px -3px 3px rgb(88, 190, 190), 3px 0px 3px rgb(88, 190, 190), -3px 3px 3px rgb(88, 190, 190), 0px 3px 3px rgb(88, 190, 190), 0px -3px 3px rgb(88, 190, 190); */
    text-shadow: 3px 3px 3px rgb(88, 190, 190), -3px -3px 3px rgb(88, 190, 190), -3px 3px 3px rgb(88, 190, 190), 3px -3px 3px rgb(88, 190, 190), 3px 0px 3px rgb(88, 190, 190), -3px -0px 3px rgb(88, 190, 190), 0px 3px 3px rgb(88, 190, 190), 0px -3px 3px rgb(88, 190, 190);
}

.coming_soon {
    width: 50%;
    max-width: 700px;
    margin: auto;
}

.coming_soon img {
    margin-bottom: 10%;
}

.main_txt2 {
    display: none;
}

.main_txt {
    display: block;
}

.sp_img {
    display: none;
}

.notice_btm_right_sp,
.notice_btm_left_sp {
    display: none;
}

.notice_btm_right,
.notice_btm_left {
    display: block;
}

@media screen and (min-width: 1200px) {
    .main_txt2 {
        font-size: 45px;
    }

    .main_txt2 span,
    .main_txt span {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .pc_img {
        display: none;
    }

    .sp_img {
        display: block;
    }

    .top_bg {
        width: 100%;
        margin-left: 0;
    }

    .main_txt2 {
        display: block;
    }

    .main_txt {
        display: none;
    }

    .fukidashi_area {
        display: block;
        top: -10%;
    }

    .gasten_logo {
        top: 0;
    }

    .square_left,
    .square_right {
        height: 90%;
    }

    .notice_btm_right_sp,
    .notice_btm_left_sp,
    .notice_btm_left,
    .notice_btm_right {
        position: absolute;
        top: 5%;
    }

    .notice_btm_left_sp,
    .notice_btm_left {
        left: 5%;
        width: 38%;
    }

    .notice_btm_right_sp,
    .notice_btm_right {
        right: 5%;
        width: 38%;
    }

    .main_txt2,
    .main_txt {
        margin: 42% auto 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    .coming_soon {
        margin-bottom: 80px;
    }

    .notice_mainarea {
        width: 100%;
        height: 950px;
    }

    .notice_btm_right_sp,
    .notice_btm_left_sp {
        display: block;
    }

    .notice_btm_right,
    .notice_btm_left {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .top_bg {
        width: 100%;
        margin: 0;
    }

    .main_txt2,
    .main_txt {
        width: 100%;
        margin: 53% auto 0;
    }

    .coming_soon {
        width: 100%;
    }

    .gasten_logo {
        width: 57%;
    }

    .notice_btm_right_sp,
    .notice_btm_left_sp,
    .notice_btm_left,
    .notice_btm_right {
        /* position: absolute; */
        margin-top: 10%;
    }

    .bigsale_txt {
        top: 15%;
        left: 11%;
        z-index: 600;
    }

    .notice_mainarea {
        height: 940px;
        /* height: 800px; */
    }
}

@media screen and (max-width: 715px) {
    .notice_mainarea {
        height: 830px;
    }
}
@media screen and (max-width: 680px) {
    .notice_mainarea {
        height: 670px;
    }

    .bigsale_txt {
        left: 8%;
    }

    .gasten_top {
        background-size: cover;
    }

    .main_txt2,
    .main_txt {
        font-size: 25px;
        padding: 8%;
    }

    .gasten_logo {
        padding: 5% 0 5%;
        width: 60%;
        top: 8%;
    }

    .main_txt2 span,
    .main_txt span {
        font-size: 30px;
    }

    .bg_mdl {
        top: -20%;
    }
}
@media screen and (max-width: 500px) {
    .notice_mainarea {
        height: 560px;
    }
}
@media screen and (max-width: 480px) {
    .main_txt2,
    .main_txt {
        font-size: 20px;
        font-weight: 900;
    }

    .notice_mainarea {
        height: 440px;
    }

    .bg_mdl {
        top: -10%;
    }
}

/* フェードイン
---------------------------------------------------------- */
.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

/* --------------------230915公開-------------------- */
.gourmet_gift {
    width: 100%;
}
.chance_top {
    display: flex;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.chance_top img {
    width: 50%;
    max-width: 600px;
    height: auto;
    margin: auto;
}
.gift_area {
    width: 100%;
    display: flex;
    max-width: 80%;
    justify-content: center;
    margin: auto;
    /* padding-top: 150px; */
    align-items: center;
}
.chance_btm {
    width: 100%;
}
.chance_btm img {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.area_box {
    width: 100%;
    margin: 150px auto;
}
.area_ttl {
    width: 70%;
    max-width: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
}

main {
    background-color: rgb(170, 240, 240);
    padding-bottom: 10px;
}

.area_btn {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    padding-left: 3%;
}
.area_btn img {
    width: 80%;
    padding: 3%;
}
/* ------------会場案内----------- */

#mobara_gasten {
    width: 100%;
}

.area_venue {
    width: 80%;
    margin: auto;
}
.area_venue li img {
    padding: 3%;
}
.area_txt img {
    width: 50px;
    filter: drop-shadow(2px 2px 2px#027693);
}
.area_txt {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    align-items: center;
    filter: drop-shadow(2px 2px 2px#027693);
}
.area_txt p {
    padding: 0 25px;
    letter-spacing: 7px;
}
/* -------------0906修正 -------------*/
.link_box {
    width: 100%;
    height: auto;
}
.ss_box {
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    /* height: auto; */
    margin: 2%;
    /* background-color: rgb(88, 190, 190); */
    background-color: #fff;
    box-shadow: #bebdbda5 3px 3px 3px;
}
.ssbox_left {
    width: 50%;
}
.ssbox_right {
    width: 50%;
}
.ssbox_right p {
    font-size: 20px;
}
.medama {
    width: 50%;
    margin: 0 25%;
}
/* --------------medama_アニメーション1------------------ */

/* CSS3 HoverAnimation
-------------------------- */
@-webkit-keyframes hoverSpread {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        opacity: 0.7;
    }
    40% {
        -webkit-transform: scale(1.2) rotateX(180deg);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1.5) rotateX(0);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.5) rotateX(0);
        opacity: 1;
    }
}
.medama:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform: scale(1.5) rotateX(0);
    opacity: 1;
    z-index: 20;
}
/* ---------hover---------- */

.area_btn li a:hover {
    position: relative;
    top: 0;
    top: 10px;
    transition: 0.3s;
    filter: drop-shadow(2px 2px 2px#027693);
}

/* -----ボタンを押したときのアニメーション----- */
/* .medama:active {
    animation: push 0.6s;
}
@keyframes push {
    from,
    to {
        transform: none;
    }
    10% {
        transform: scale(0.8);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(0.96);
    }
    80% {
        transform: scale(1.02);
    }
} */
/* -------------------------------- */
.ss_box p {
    text-align: center;
    padding-bottom: 3%;
}
.venue_col1 .ss_box {
    width: 46%;
    display: flex;
    justify-content: left;
}

/* ------------------- */
/* .rea_col1 li img {
    width: 50% !important;
} */
.area_txt {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-family: "Kosugi Maru", sans-serif;
    margin: 5% auto 1%;
}
.area_txt .mobara {
    color: #4cafb6;
    font-weight: bold;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
    margin: 0;
}
.area_txt .ichihara {
    color: #85ba48;
    font-weight: bold;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
    margin: 0;
}
.area_txt .chiba {
    color: #f09646;
    font-weight: bold;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
    margin: 0;
}
.area_txt .yachiyo {
    color: #e06a81;
    font-weight: bold;
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
    margin: 0;
}
@media screen and (min-width: 1201px) {
    .area_venue {
        display: flex;
    }
    #chiba_gasten .area_col1 li,
    #mobara_gasten .area_col1 li {
        width: 50% !important;
    }
}
@media screen and (max-width: 1200px) {
    .ss_box {
        width: 70%;
        margin: 2% auto;
    }
    .bg_mdl {
        width: 100%;
        height: 100%;
    }
    .gift_area {
        display: block !important ;
        padding-top: 0;
    }
    .area_venue {
        display: block;
        width: 100%;
        margin: auto;
    }
    .chance_top {
        padding-bottom: 50px;
    }
    .area_venue li {
        width: 80% !important;
        padding: 10px;
        margin: auto;
    }
    .venue_col1 .ss_box {
        width: 70%;
    }
}
@media screen and (max-width: 680px) {
    .ss_box,
    .venue_col1 .ss_box {
        width: 90%;
    }
    .area_txt .mobara,
    .area_txt .ichihara,
    .area_txt .chiba,
    .area_txt .yachiyo {
        text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 0px 1px #fff, -1px -0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
    }
    .area_txt {
        padding-bottom: 3%;
        padding-top: 5%;
    }
    .ssbox_right p {
        font-size: 10px;
    }
    .area_box {
        margin-top: 15%;
    }
    .area_txt img {
        width: 5%;
    }
    .area_txt p {
        padding: 0 10px;
        font-size: 25px !important;
    }
    .gift_area {
        max-width: 95%;
    }
    .chance_top,
    .chance_btm img {
        width: 100%;
    }
    .area_box {
        margin: 50px auto;
    }
}
@media screen and (max-width: 480px) {
    .area_btn {
        margin: 5% auto;
    }
}
.attaka_lnk {
    width: 100%;
    margin-bottom: 5%;
}
.attaka_lnk img,
.attaka_lnk p {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.attaka_lnk p {
    font-size: 22px;
    color: #f09646;
    padding: 15px;
    background-color: #fff;
    font-family: "Sawarabi Gothic";
    /* text-shadow: #f09646 1px 1px 1px; */
    font-weight: 900;
}
.attaka_lnk a {
    list-style: none;
    text-decoration: none;
    border-radius: 10%;
}
.attaka_lnk img:hover {
    opacity: 0.9;
}

.attaka_lnk a:hover {
    position: relative;
    top: 0;
    top: 10px;
    transition: 0.2s;
    filter: drop-shadow(2px 2px 2px#885701);
}
@media screen and (max-width: 680px) {
    .attaka_lnk p {
        font-size: 10px;
        /* font-size: 14px; */
        padding: 5px;
    }
}
