@charset "utf-8";
.header .container {
    max-width: 100%;
}

main{
    background-size: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background-size: 1000px;
    position: relative;
    z-index: 2;
}
footer{
    position:relative;
}

/*---------背景---------*/
#particles-js{ 
	position:fixed;
	z-index:-5;
	width: 100%;
	height: 100%;
    background: linear-gradient(154deg, #AE4E46, #A21F24);
    
}
.wrapper_js{
	position: relative;
	z-index: -4;
	width:100%;
	height: 100%;
}

.header .wrapper{
    background-color: #fff;
}
.footer .top-scroll{
    z-index: 5;
}
.url_link{
    position: absolute;
    bottom: 11%;
    left: 17%;
    color: #000;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}
.othr{
    font-size: 22px;
    font-weight: 400;
}
.under{
    text-decoration: underline 1px;
}

/* 全体 ===========================================*/
main .button img{
    transition-duration: .4s;
    z-index: 100;
    position: relative;
}
main .button img:hover {
  transform: scale(1.05);
}
#content{
    margin: 0 auto;
    max-width: 780px;
}
@media (min-width: 780px) {
    #content{
        border-left: 15px solid #710A0E;
        border-right: 15px solid #710A0E;
    }
}

/* 終了コメント ===========================================*/
.news {
    background: #ffffff;
    width: 650px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    padding: 1% 0;
}
@media (max-width: 780px) {
    .news {
        margin-top: 6%;
        width: 80%;
        font-size: 3.8vw;
    }
}


/* メインビジュアル ===========================================*/
.mv{
    position: relative;
}
.mv .mv_title{
    position: absolute;
    width: 84%;
    top: 37%;
    left: 8%;
}
.mv .mv_icon{
    position: absolute;
    width: 34.66%;
    top: 17%;
    right: 3%;
}

/* メニューエリア ===========================================*/
.topcontent{
    background: linear-gradient(135.8389deg, #ffffff, #E9E9E9);
}
.topcontent p{
    color: #231815;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 66px;
    padding: 14% 0 15%;
}
@media (max-width: 780px){
    .topcontent p{
        font-size: 4.53vw;
        line-height: 8.79vw;
    }
}
.topcontent_img{
    width: 84%;
    margin: 0 auto 4%;
    border-radius: 5vw;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
    display: block;
}
.topcontent .list{
    padding-bottom: 12%;

}

/* カテゴリ選択エリア_共通 ===========================================*/
/*チェックボックスボタン設定*/
.tab-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    align-items: flex-start;
}
.tab-wrap .tab-label {
    color: White;
    order:-1;
}
.tab-wrap .tab-content {
    width: 100%;
    display: none;
}
.tab-wrap .tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-wrap .tab-switch {
    display: none;
}
.tab-wrap .content-spase{
    max-width: 780px;
    height: auto;
    margin: 0 auto;
}
.tab-wrap .box_position01,.tab-wrap .box_position02,.tab-wrap .box_position03{
    position: relative;
}
input[type=radio]+label:before{
    cursor: pointer;
}
input[type=radio]+label:before{
    content: "";
    display: inline-block;
    background-size: contain;
    width: 222px;
    height: 111px;
    margin: 0 2px 0;
}
@media (max-width: 780px){
    input[type=radio]+label:before{
        width: 28vw;
        height: 13vw;
    }
}

.about-img{
    overflow: hidden;
    margin-left: 4%;
    margin-right: 2%
}
.about-img img{
    width: 50%;
    margin-right: 0;
    margin-bottom: 2%;
    float: left;
}
.about-img .imgbig{
    width: 98% !important;
}


/* 各店セール情報 ===========================================*/
#sale{
    background: linear-gradient(90deg, #C63A26, #A62124);
    padding: 14% 0 8%;
}
#sale h2{
    width: 84.26%;
    margin: 0 auto;
}
#sale p.intro{
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 10% 0 12%;
}
@media (max-width: 780px){
    #sale p.intro{
        font-size: 3.73vw;
    }
}
#sale .category{
    width: 39.2%;
    margin: 0 auto 6.5%;
}

#sale .tab-wrap .tab-label {
    margin-bottom: 5%;
}
input[type=radio][value="medium"]+label:before{
    background-image: url(../images/apparel01.png);
    background-repeat: no-repeat;
}
input[type=radio][value="small"]+label:before{
    background-image: url(../images/goods01.png);
    background-repeat: no-repeat;
}
input[type=radio][value="large"]+label:before{
    background-repeat: no-repeat;
    background-image: url(../images/other01.png);
}
/*クリック画像切替*/
/*アパレルクリック時の画像*/
input[type=radio][value="medium"]:checked+label:before {
    background-image: url(../images/apparel02.png);
    transition: 0.3s;
}
/*フードクリック時の画像*/
input[type=radio][value="small"]:checked+label:before {
    background-image: url(../images/goods02.png);
    transition: 0.3s;
}
/*その他クリック時の画像*/
input[type=radio][value="large"]:checked+label:before {
    background-image: url(../images/other02.png);
    transition: 0.3s;
}
#sale p.notes{
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5% 0 0;
}
@media (max-width: 780px){
    #sale p.notes{
        font-size: 3.2vw;
    }
}


/* 夏のボーナス商品券 ===========================================*/
#gift_certificate{
    background: linear-gradient(90deg, #C63A26, #A62124);
    position: relative;
    padding-bottom: 7%;
}
#gift_certificate .title{
    position: relative;
    padding: 0 5%;
}
#gift_certificate .title .icon{
    width: 96.3%;
    position: absolute;
    left: 2%;
    top: -4%;
    
}
#gift_certificate .content_block{
    background: linear-gradient(180deg, #ffffff, #9ECFE5);
    margin: -6% 5% 0;
}
#gift_certificate .content_width{
    position: relative;
    background-image: url(../images/gift_certificate_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding: 0 6% 10%;
}
#gift_certificate .content_width .icon_ribbon{
    position: absolute;
    bottom: 0;
    right: -7%;
    width: 55%;
}
#gift_certificate p.intro{
    color: #231815;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 18% 0 5%;
}
@media (max-width: 780px){
    #gift_certificate p.intro{
        font-size: 3.73vw;
    }
}
#gift_certificate p.notes_bold{
    font-size: 26px;
    font-weight: bold;
    padding: 8% 0 2%;
}
@media (max-width: 780px){
    #gift_certificate p.notes_bold{
        font-size: 3.46vw;
    }
}
#gift_certificate p.notes{
    font-size: 24px;
}
@media (max-width: 780px){
    #gift_certificate p.notes{
        font-size: 3.2vw;
    }
}
#gift_certificate .button{
    margin: 10% 0 12%;
}


/*ふわふわアニメーション*/
.fuwafuwa {
    animation: fuwafuwa_2 5s ease 0s infinite;
}
@keyframes fuwafuwa_2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -20%);
    }
    100% {
        transform: translate(0, 0);
    }
}
.fadeUp02Trigger{
    opacity: 0;
}
.fadeUp02{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
      to {
        opacity: 1;
      transform: translateY(-0);
      }
    }
    .zoomInTrigger{
    opacity: 1;
}
.zoomIn{
    animation-name: zoomInAnime;
    animation-duration: 1s;
}
@keyframes zoomInAnime{
from {
    transform: scale(0.6);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}
