@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    
}

.caution_line{
    padding: 20px 0;
    background-color: #ff8000;
}

.caution_line p{
    text-align: center;
    color: #fff;
    line-height: 2em;
}

.btn_detail{
    width: 470px;
    margin: 20px auto 40px auto;
}

.btn_detail a{
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ff8000;
    display: block;
    font-size: 14px;
    color: #ff8000;
    letter-spacing: .2em;
    transition: background .1s ease .0s;
}

.btn_detail:hover a{
    background-color: rgba(255, 130, 0, .1);
    transition: background .15s ease .05s;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    max-height: 1080px;
    padding: 0 0 50px 0 !important;
    padding-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#mv:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
}

#mv .img_slider{
    position: relative;
    z-index: 2;
    transition: all .2s ease;
}

#mv .img_slider .pic{
    padding: 0 40px;
}

#mv .img_slider a:after{
    display: none;
}

#mv .img_slider img{
    width: 100%;
    opacity: 1 !important;
}

#mv .img_slider.sp{
    display: none !important;
}

/* --------------------------------------------------
*
    #event_date
*
-------------------------------------------------- */
#event_date{
    padding: 40px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
}

#event_date:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#event_date h2{
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: .1em;
    color: #ff8200;
    display: inline-block !important;
    border-bottom: 2px solid #ff8200;
}

#event_date dl{
    width: 680px;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: .1em;
    text-align: left;
    border-top: 1px solid #eaeaea;
}

#event_date dl:last-child{
    border-bottom: 1px solid #eaeaea;
}

#event_date dt{
    width: 115px;
    padding: 10px 15px;
    box-sizing: border-box;
    clear: both;
    display: table-cell;
    color: #979797;
}

#event_date dd{
    width: 565px;
    padding: 10px 0;
    display: table-cell;
    color: #ff8000;
}


/* --------------------------------------------------
*
    #event_news
*
-------------------------------------------------- */
#event_news{
    padding: 60px 0 0 0;
}

#event_news h2{
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 36px;
    color: #979797;
    letter-spacing: .2em;
}

#event_news h2 .event{ color: #32b200;}
#event_news h2 .news{ color: #ff8000;}

#event_news .post_list{
}

#event_news .post_list ul{
    padding: 0 10px;
}

#event_news .post_list li{
    margin: 0 10px 20px 10px;
    line-height: 0;
    position: relative;
    opacity: 0;
}

#event_news .post_list li:after{
    content: '';
    height: 20px;
    padding: 0 10px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: -8px;
}

#event_news .post_list li.event:after{ content: 'EVENT'; background-color: #32b200;}
#event_news .post_list li.news:after{ content: 'NEWS'; background-color: #ff8000;}
#event_news .post_list li.teaser:after{ content: '予告'; background-color: #3da3eb;}
#event_news .post_list li.teaser.n1:after{ content: '予告１';}
#event_news .post_list li.teaser.n2:after{ content: '予告２';}
#event_news .post_list li.teaser.n3:after{ content: '予告３';}
#event_news .post_list li.teaser.n4:after{ content: '予告４';}
#event_news .post_list li.teaser.n5:after{ content: '予告５';}
#event_news .post_list li.teaser.n6:after{ content: '予告６';}
#event_news .post_list li.teaser.n7:after{ content: '予告７';}
#event_news .post_list li.teaser.n8:after{ content: '予告８';}
#event_news .post_list li.teaser.n9:after{ content: '予告９';}
#event_news .post_list li.teaser.n10:after{ content: '予告10';}
#event_news .post_list li.teaser.n11:after{ content: '予告11';}
#event_news .post_list li.teaser.n12:after{ content: '予告12';}

#event_news .post_list li a{
    display: block;
    position: relative;
    overflow: hidden;
}

#event_news .post_list li img{
    width: 100%;
    opacity: 1 !important;
    transition: transform .8s ease .0s;
    -webkit-transition: transform .8s ease .0s;
}

.is_pc #event_news .post_list li:hover img,
.is_sp #event_news .post_list li.touch img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: transform 2.5s ease 0s;
    -webkit-transition: transform 2.5s ease 0s;
}

#event_news .post_list li .desc{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    bottom: 0 !important;
    left: 0;
    transition: bottom .35s ease-out 0s, opacity .2s ease-out .05s;
}

.is_pc #event_news .post_list li:hover .desc,
.is_sp #event_news .post_list li.touch .desc{
    opacity: 0;
    bottom: -100%;
    transition: bottom .85s ease-in .15s, opacity .8s ease-out .8s;
}

#event_news .post_list li .desc .date{
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #ff8000;
    line-height: 1em;
}

#event_news .post_list li .desc h3{
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.6em;
    color: #979797;
}


/*
    single
*/
#event_news_single{
    width: 100%;
    margin: 0 auto;
    padding: 55px 0 20px 0;
    height: auto;
    display: table;
    display: block;
}

#event_news_single_wrap{
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    display: table;
    display: block;
}

#event_news_single .col_l{
    max-width: 420px;
    display: table-cell;
    vertical-align: top;
}

#event_news_single .col_l img{
    width: 100%;
}

#event_news_single .col_r{
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: top;
}

#event_news_single h2{
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 36px;
    color: #979797;
    letter-spacing: .2em;
}

#event_news_single h2 .event{ color: #32b200;}
#event_news_single h2 .news{ color: #ff8000;}


#event_news_single .post-header{
    width: 100%;
    margin: 0 0 10px 0;
    display: table;
    position: relative;
}

#event_news_single .post-header__icon{
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: middle;
}

#event_news_single .post-header a{
    width: 520px;
    padding: 20px;
    display: table-cell;
    background-color: #ff8000;
    border-radius: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
}

#event_news_single .post-header a:after{
    content: '';
    width: 15px;
    height: 11px;
    display: block;
    background-repeat: no-repeat;
    background-image:url('https://www.1101.com/textlive/images/seikatsunotanoshimi_2017_autumn/parts_arrow_pc.png');
    background-size: 15px;
    position: absolute;
    top: calc(50% - 6px);
    right: -15px;
}

#event_news_single .time{
    margin: 0 0 30px 0;
    font-size: 12px;
    letter-spacing: .1em;
    color: #cacaca;
}


#event_news_single .post__text{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .1em;
}

#event_news_single .post__text a{
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.is_pc #event_news_single .post__text a:hover,
.is_sp #event_news_single .post__text a.touch{
    border-bottom: 1px solid #ff8000;
}

#event_news_single .btn_detail{
    margin-top: 40px;
}


/* --------------------------------------------------
*
    section.museum
*
-------------------------------------------------- */
section.museum{
    background-color: #fff;
}

section.museum .section_inner{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

section.museum ul{
    padding: 50px 0;
    position: relative;
    letter-spacing: -.40em;
}

section.museum li{
    width: 125px;
    height: 125px;
    margin: 0 30px;
    display: inline-block;
    letter-spacing: normal;
    overflow: hidden;
    position: relative;
}

section.museum li.e:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #stores_list_t
*
-------------------------------------------------- */
#stores_list_t{
    text-align: center;
}

#stores_list_t .title{
    height: 115px;
    line-height: 115px;
    background-color: #ff8000;
    text-align: center;
}

#stores_list_t .title h2{
    font-size: 36px;
    letter-spacing: .2em;
    color: #fff;
    display: inline-block;
    position: relative;
}

#stores_list_t .title h2:after{
    content: '';
    width: 202px;
    height: 62px;
    background-image:url(../images/parts_balloon_60stores.png);
    background-repeat: no-repeat;
    background-size: 202px;
    display: block;
    position: absolute;
    top: calc(50% - 31px);
    right: -207px;
}

#stores_list_t section{
    padding: 20px 0 25px 0;
}

#stores_list_t section.even{
    background-color: #ffe9c6;
}

#stores_list_t section h3{
    margin: 30px 0 40px 0;
    font-size: 38px;
    color: #ff8000;
    letter-spacing: .05em;
}

#stores_list_t section h3 .s{
    margin: 15px 0 0 0;
    font-size: 16px;
    display: block;
    color: #666;
}

#stores_list_t ul{
    width: 100%;
    max-width: 1280px;
    letter-spacing: -.40em;
    display: inline-block;
    text-align: left;
}

#stores_list_t ul.new{
    background-color: #fff3df;
    position: relative;
}

#stores_list_t li{
    width: calc(12.5% - 20px);
    height: calc(12.5% - 20px);
    margin: 10px;
    letter-spacing: normal;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    opacity: 0;
}

#stores_list_t li a{
    position: relative;
}

#stores_list_t li.new:after{
    content: 'NEW';
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    background-color: #ff0000;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
}

#stores_list_t li a img{
    border-radius: 10px;
    overflow: hidden;
}


#stores_list_t section.disabled{ background-color: #dadada;}
#stores_list_t section.disabled h3{ color: #cacaca}
#stores_list_t section.disabled .pic{ background-color: #cacaca;}
#stores_list_t section.disabled .pic img{ visibility: hidden;}

#stores_list_t section.disabled.even{ background-color: #eee;}
#stores_list_t section.disabled.even h3{ color: #cacaca}
#stores_list_t section.disabled.even .pic{ background-color: #cacaca;}
#stores_list_t section.disabled.even .pic img{ visibility: hidden;}

/* --------------------------------------------------
*
    #stores
*
-------------------------------------------------- */
#stores{
    background-image:url(../images/parts_bg_stripe.png);
    background-position: center top;
    padding: 60px 0 50px 0;
}

#stores h2{
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    letter-spacing: .2em;
}

#stores .post_list{
}

#stores .post_list ul{
    padding: 0 10px;
}

#stores .post_list li{
    margin: 0 0 10px 0;
    line-height: 0;
    box-sizing: border-box;
    border: 0 solid #fff;
    overflow: hidden;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

#stores .post_list li .pic{
    overflow: hidden;
}

#stores .post_list li a{
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#stores .post_list li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, .95);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .15s ease .0s;
}

.is_pc #stores .post_list li:hover a:after,
.is_sp #stores .post_list li.touch a:after{
    opacity: 1;
    transition: opacity .2s ease .05s;
}

#stores .post_list li img{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    transition: transform 1.5s ease .0s;
    -webkit-transition: transform 1.5s ease-in .0s;
}

.is_pc #stores .post_list li:hover img,
.is_sp #stores .post_list li.touch img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: transform 1.5s ease .05s;
    -webkit-transition: transform 1.5s ease-out .05s;
}



/* --------------------------------------------------
*
    #btm_banner
*
-------------------------------------------------- */
#btm_banner{
    max-width: 960px;
    margin: 60px auto 45px auto;
}

#btm_banner ul{
    letter-spacing: -.40em;
}

#btm_banner li{
    width: 33.333%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
}

#btm_banner li img{
    width: 100%;
}

#btm_banner a:after{
    display: none;
}


} /* ----- min-width : 641px ----- */


@media screen and (min-width : 641px){
    #event_news .post_list li{ width: calc(33.3333% - 20px);}
    #stores .post_list li{ width: calc(25%);}
}


@media screen and (min-width : 1280px){
    #event_news .post_list li{ width: calc(25% - 20px);}
    #stores .post_list li{ width: calc(20%);}
}

@media screen and (min-width : 1620px){
    #event_news .post_list li{ width: calc(20% - 20px);}
    #stores .post_list li{ width: calc(16.666%);}
}
