@charset "UTF-8";
*{
    /* border: 1px solid red; */
}
section{
    width: 100%;
    padding: 0;
    margin: 0;
}
.container {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0;
}
.container.over{
    overflow-x: visible;
}
.bg_yellow{
    background: #FFF47F;
}
.bg_beige{
    background: #FBF6ED;
}
h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
h2,h3,h4{
    text-align: center;
}
h2,h4,h5{
    color: #000;
}
h2{
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}
#event .container{
    padding-bottom: 10px;
}
#event h2,#event h3{
    color: #010563;
}
.subtitle{
    text-align: center;
}
h3{
    font-family: 'KoHo';
    font-size: 25px;
    font-weight: bold;
    width: 100px;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 ;
    z-index: 2;
}

.subtitle::after{
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 2px;
    background: #000;
    top: -15px;
    z-index: 1;
}
.bg_beige h3{
    background: #FBF6ED;
}
#event .subtitle::after{
    background: #010563;
}
h4{
    font-family: 'KoHo';
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
h5{
    font-family: 'KoHo';
    font-weight: bold;
    font-size: 18px;
}

/* menu */
header{
    background: #010563;
    display: flex;
}
header .logo{
    width: 163px;
    padding: 10px;
}
.menu{
    padding: 0 50px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.menu li{
    width: 70px;
    height: 20px;
    text-align: center;
    float: left;
    display: inline-block;
    padding: 15px 0;
}
.menu li a{
    color: #fff;
    vertical-align: middle;
}
#bottommenu{
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #010563;
    z-index: 999;
}
#bottommenu a{
    width: 100%;
    padding: 10px 10px 0;
    color: #fff;
    margin: 0 auto;
}
#bottommenu a img{
    height: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#bottommenu a p{
    padding: 1px;
    font-family: 'KoHo';
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    /* z-index: 9999;
    position: relative; */
    margin: 0 auto;
}
/* fv */
#fv{
    text-align: center;
}
#fv img{
    text-align: center;
    vertical-align: bottom;
}

.osusume__title{
    background: #000;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 5px 0;
}
.osusume__title::after{
    content: "";
    background: initial;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 32px solid #000;
    border-bottom: 0;
    /* bottom: 0; */
    top: 50px;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

/* 個組 */
.item{
    width: 310px;
    display: flex;
    flex-direction: column;
}
.item p,.item div{
    margin: 0;
    padding: 0;
}
.spec{
    min-height: 140px;
    font-size: 15px;
    line-height: 22px;
}
.hinmei{
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.modelnum{
    font-size: 14px;
    line-height: 22px;
}
.item .option{
    min-height: 21px;
    font-size: 14px;
    border: 1px solid #000;
    width: initial;
    display: inline-block;
    padding: 0 2px;
    margin-top: 5px;
    margin-right: auto;
}
.item .option.op_null{
    border: initial;
}
.kakaku{
    color: #BE0000;
    font-weight: bold;
}
.yen{
    font-size: 23px;
}
.baika{
    font-size: 35px;
    font-family: 'KoHo';
}
.zeikomi{
    font-size: 18px;
}
.zeikomi span{
    font-family: 'KoHo';
}

/* slider */
/* #event .slider2 .swiper-slide{
    max-width: 260px;
} */
.swiper-container.slider1 {
    max-width: 860px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0px auto;
    /* overflow: visible !important; */
}

.slider1 .swiper-slide {
    /* text-align: center; */
    background-position: center;
    background-size: cover;
    max-width: 260px;
    /* max-height: 160px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -10px;
    /* box-shadow: 0 0 15px 0 #ddd */
}

.swiper-container.slider2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px auto;
    overflow: hidden;
}

.slider2 .swiper-slide {
    /* text-align: center; */
    background-position: center;
    background-size: cover;
    max-width: 330px;
    /* max-height: 160px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 0px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider2 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 0.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0.5rem;
}
.swiper-button-next{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #fff;
}
.swiper-button-next::before{
    position: absolute;
    top: -22px;
    left: -21.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 20px solid #da0000;
}
.swiper-button-prev{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 22px solid #fff;
}
.swiper-button-prev::before{
    position: absolute;
    top: -22px;
    left: 0.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 20px solid #da0000;
}
#event .slider2{
    max-width: 810px;
}
#event .swiper-slide{
    max-width: 260px;
    padding: 0 5px;
}
.swiper-pagination-horizontal > .swiper-pagination-bullet{
    margin: 0 5px;
}
.swiper-pagination.swiper-pagination-bullets{
    bottom: 50px;
    display: block;
    text-align: center;
    padding: 30px 0;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #DEDEDE;
    border-radius: 50px;
    display:inline-block;
    /* border: 1px solid #000; */
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #000;
    border: 1px solid #fff;
}
#event .slider2 .swiper-pagination-bullet-active{
    background: #010563;
}

/*  */
#salebtn{
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 600px;
}

.kadomarubtn{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 10px 40px;
    margin: 10px auto;
    display: inline-block;
    transition: all 300ms 0s ease;
}
.kadomarubtn:hover{
    color: #fff;
    background: #000;
    transition: all 300ms 0s ease;
}

/* stores */
.storelist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.store{
    max-width: 460px;
    min-width: 300px;
    width: 45%;
    padding-bottom: 30px;
}
.store:nth-child(even){
    padding-left: 60px;
}
.storeimg{
    position: relative;
    padding: 0 0 15px;
    /* max-width: 460px;
    width: 100%; */
}
.storeimg img{
    max-width: 460px;
    width: 100%;
}
.storeimg .name{
    background: #000;
    color: #fff;
    font-family: "KoHo";
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.store .tenmei{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    height: 140px;
}
.mapbtn{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 5px 20px;
    margin: 10px 0;
    display: inline-block;
    transition: all 300ms 0s ease;
}
.mapbtn:hover{
    color: #fff;
    background: #000;
    transition: all 300ms 0s ease;
}


/* instagram */
#sns{
    padding-bottom: 50px;
}
#sns .flex{
    max-width: 1280px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}
#sns .flex:after {
    content: "";
    display: block;
    max-width: 326px;
    width: 50%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

/* footer */
footer{
    width: 100%;
    background: #000;
    padding: 20px 0;
}
footer .flex{
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
}
footer .logo{
    width: 220px;
}
footer a{
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
    margin-top: auto;
    margin-bottom: 0;
}
small{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
/* common */
.paddh40{
    content: '';
    display: block;
    padding: 0 0 40px;
    margin: 0 auto;
}
.paddh20{
    content: '';
    display: block;
    padding: 0 0 20px;
    margin: 0 auto;
}


/* break */
@media (max-width: 767px){
    section{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .container {
        display: block;
        max-width: 980px;
        margin: 0 auto;
        padding: 50px 0;
    }

    h2{
        font-size: 30px;
    }
    h3{
        font-size: 18px;
        width: 80px;
    }

    .subtitle::after{
        content: "";
        position: relative;
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 2px;
        background: #000;
        top: -12px;
        z-index: 1;
    }
    .bg_beige h3{
        background: #FBF6ED;
    }
    #event .subtitle::after{
        background: #010563;
    }
    h4{
        font-size: 25px;
        color: #fff;
    }

    .osusume__title{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;

    }
    .osusume__title::after{
        content: "";
        border-right: 21px solid transparent;
        border-left: 21px solid transparent;
        border-top: 27px solid #000;
        top: 35px;
    }

    /* slider */
    #event .swiper-container.slider2 {
        padding-bottom: 50px;
    }
    #event .swiper-pagination.swiper-pagination-bullets{
        bottom: 0px;
    }


    .kadomarubtn{
        font-size: 20px;
        padding: 10px 30px;
    }

    /* store */
    .storelist{
        display: block;
        margin: 0 auto;
        /* flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; */
        padding: 30px;
    }
    .store{
        max-width: 460px;
        min-width: initial;
        width: 100%;
        padding-bottom: 30px;

        margin: 0 auto;
    }
    .store:nth-child(even){
        padding-left: 0px;
    }

    /* sns */
    #sns .flex .instagram{
        padding-bottom: 30px;
    }

    /* footer */
	footer{
        padding-bottom: 100px;
    }
    footer .flex{
        display: block;
    }
    footer .logo{
        width: 220px;
        display: block;
        margin: 10px auto 0;
    }
    footer a{
        vertical-align: bottom;
        margin: 20px auto 10px;
        display: block;
        text-align: center;
    }
    small{
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
}
