@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    
}

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

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

.btn_detail{
    width: 80%;
    max-width: 470px;
    margin: 20px auto 40px auto;
}

.btn_detail a{
    width: 100%;
    height: 35px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ff8000;
    display: block;
    font-size: 13px;
    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;
}

/* --------------------------------------------------
*
    #sp_title
*
-------------------------------------------------- */
#sp_title{
    padding: 20px 0;
    background-image:url(../images/parts_bg_stripe.png);
    background-position: center;
    background-size: auto 4%;
    font-size: 16px;
    letter-spacing: .2em;
    color: #ff8000;
    text-align: center;
    position: relative;
}

#sp_title img{
    width: 84px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    background-color: #fff;
    padding: 0 0 40px 0;
}

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

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

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

.img_slider .btn_prev,
.img_slider .btn_next{
    display: none;
}


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

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

#event_date dl{
    width: 100%;
    display: table;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
}

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

#event_date dl:last-child{
    border-bottom: none;
}

#event_date dt{
    width: 20%;
    max-width: 65px;
    min-height: 20%;
    padding: 5px 0;
    font-size: 12px;
    box-sizing: border-box;
    clear: both;
    display: table-cell;
    color: #979797;
    vertical-align: middle;
    white-space: nowrap;
}

#event_date dd{
    width: 100%;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    color: #ff8000;
    line-height: 1.7em;
    letter-spacing: .05em;
}


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

#event_news h2{
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 20px;
    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{
    width: calc(50% - 20px);
    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: 11px;
    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: 10px;
    box-sizing: border-box;
    background-color: #fff;
    bottom: 0 !important;
    left: 0;
    transition: bottom .45s 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: 1;
    bottom: 0;
    transition: bottom .25s ease-out .05s, opacity .25s ease-out .8s;
}

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

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

.is_pc #event_news .post_list li a:hover h3,
.is_sp #event_news .post_list li a.touch h3{
    color: #ff8000;
    transition: color .15s ease .05s;
}



/*
    single
*/
#event_news_single{
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 35px 10px 0 10px;
    height: auto;
    display: block;
}

#event_news_single_wrap{
    margin: 0 auto;
    padding: 10px 15px 30px 15px;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;

    display: block;
}

#event_news_single .col_l{
    text-align: center;
    max-width: 480px;
    margin: 0 auto 10px auto;
    vertical-align: top;
}

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

#event_news_single .col_r{
    max-width: 480px;
    margin: 0 auto;
    vertical-align: top;
}

#event_news_single h2{
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 20px;
    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 20px;
    display: table-cell;
    vertical-align: middle;
}

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

#event_news_single .event .post-header a{
    background-color: #32b200;
}

#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 20px 0;
    font-size: 12px;
    letter-spacing: .1em;
    color: #cacaca;
}

#event_news_single .post__text{
    font-size: 13px;
    padding: 0 5px;
    line-height: 2em;
    letter-spacing: .1em;
}

#event_news_single .post__text br{
    display: block;
}

#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: 30px;
}


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

section.museum.btm{
    margin: 0 0 40px 0;
}

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

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

section.museum li{
    width: 80px;
    height: 80px;
    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: 65px;
    line-height: 65px;
    background-color: #ff8000;
    text-align: center;
}

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

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

#stores_list_t section{
    padding: 20px 5px;
}

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

#stores_list_t section h3{
    margin: 15px 0 30px 0;
    font-size: 20px;
    color: #ff8000;
}

#stores_list_t section h3 .s{
    margin: 10px 0 0 0;
    font-size: 12px !important;
    display: block;
    color: #666;
}

#stores_list_t ul{
    max-width: 480px;
    margin: 0 auto;
    letter-spacing: -.40em;
    display: inline-block;
    text-align: left;
}

#stores_list_t li{
    width: calc(33.333% - 20px);
    height: calc(33.333% - 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: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 32px;
    color: #fff;
    display: block;
    font-size: 11px;
    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: 30px 0 25px 0;
}

#stores h2{
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
    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{
    margin: 0 auto 30px auto;
}

#btm_banner ul{
    padding: 0 5px;
    letter-spacing: -.40em;
}

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

#btm_banner li img{
    width: 100%;
}

#btm_banner a:after{
    display: none;
}


} /* ----- max-width: 640px ----- */

@media screen and (max-width : 640px){
    #stores .post_list li{ width: calc(33.333%);}
}

@media screen and (max-width : 480px){
    #stores .post_list li{ width: calc(50%);}
}

