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

body{
    font-size: 14px;
}

#head{
    padding: 10px 0;
    text-align: center;
}

#head img{
    width: 130px;
    height: auto;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 25px 0;
}

#mv h1{
    text-align: center;
}

#mv h1 img{
    width: 100%;
    height: auto;
}

#sec_yodogawa{
    overflow: hidden;
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
}

#sec_yodogawa .date{
    position: absolute;
    top: 45px;
    left: 75px;
}

#sec_yodogawa p{
    margin: 0 0 30px 0;
    line-height: 2em;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section h2{
    margin: 0 0 20px 0;
}

.section h2 img{
    width: 100%;
    height: auto;
}

#sec_intro h2{
    margin: 10px 0 20px;
    text-align: center;
}

#sec_intro h2 img{
    width: 100%;
    height: auto;
}

.section .section_inner{
    margin: 0 auto;
    padding: 30px 5%;
}

.section .pic{
    margin: 0 auto 45px auto;
    position: relative;
}

.section .pic img{
    width: 100%;
    height: auto;
}

.section .pic .credit{
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.section .pic .caution{
    font-size: 10px;
    letter-spacing: .1em;
    color: #5b789d;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.section .pic.book{
    max-width: 355px;
    margin: 0 auto;
    text-align: center;
}

.section .pic .price{
    margin: 5px 0 10px 0;
    font-size: 12px;
    display: block;
    line-height: 1.8em;
    color: #5b789d;
}

.section .pic .info{
    margin: 10px 0 30px 0;
    font-size: 12px;
    display: block;
    line-height: 1.8em;
}

.section .pic .info a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

.section.s06 .pic{
    margin: 0 0 70px 0;
}

.section.s06 .pic .caution{
    bottom: -44px;
    line-height: 1.3em;
}

.section .desc{
    padding: 0 5%;
    text-align: left;
}

.section .desc p{
    margin: 0 0 35px 0;
    line-height: 2em;
    letter-spacing: .1em;
}

.section .desc p:last-child{
    margin: 0;
}

.section a{
    display: inline-block;
    position: relative;
    transition: opacity .15s ease 0s;
}

.is_pc .section a:hover,
.is_sp .section a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.section a:before{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 2px;
    left: 0;
}

.section .img_badge{
    margin: 20px 0 0 0;
}

.section .img_badge img{
    width: 100%;
    height: auto;
}

.section .img_badge .caption{
    margin: 15px 0 0 0;
    display: block;
    font-size: 12px;
    letter-spacing: .1em;
    color: #5b789d;
    text-align: center;
    line-height: 1.6em;
}

.section .sec_event{
    margin: 30px 0 0 0;
    padding: 30px 5%;
    box-sizing: border-box;
    background-color: #ffffe1;
    border: 1px solid #dc6ba8;
    position: relative;
}

.section .sec_event h3{
    margin: 0 0 30px 0;
}

.section .sec_event h3 img{
    width: 90%;
    max-width: 290px;
    height: auto;
}

.section .sec_event li{
    margin: 0 0 30px 0;
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
}

.section .sec_event p{
    line-height: 2em;
    letter-spacing: .05em;
    color: #dc6ba8;
}

.section .sec_event h4{
    margin: 0 0 8px 0;
    color: #dc6ba8;
    font-weight: bold;
}

.section .sec_event li.indent p{
    text-indent: -1em;
    padding-left: 1em;
}

.section .sec_event li a{
    color: #dc6ba8;
}

.section .sec_event li a:before{
    border-color: #dc6ba8;
}

.section .sec_event .btn_event{
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}

.section .sec_event .btn_event{
    font-size: 90%;
    color: #000000 !important;
    text-align: center;
}

.section .sec_event .btn_event a{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
    background-color: #dc6ba8;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #000;
    color: #fff;
    font-family: '陸隷';
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: .05em;
    transition: all .15s ease 0s;
    top: 0;
    left: 0;
}

.is_sp .section .sec_event .btn_event a.touch,
.is_pc .section .sec_event .btn_event a:hover{
    opacity: 1 !important;
    background-color: #cf639d;
    box-shadow: 0px 0px 0px #000;
    transition: all .15s ease .05s;
    top: 4px;
    left: 4px;
}

.section .sec_event .btn_event a:before{
    display: none;
}

.section.btm .yt{
    margin: 30px 0 50px 0;
    text-align: center;
}

.section.btm .credit{
    margin: 0 0 20px 0;
    text-align: center;
}

.section.btm .credit a:before{
    display: none;
}

.section.btm .credit p{
    line-height: 2em;
    letter-spacing: .1em;
}

.section.btm .credit p.cooperate{
    margin: 0 0 15px 0;
}

.section.btm .credit p.cooperate img{
    width: 131px;
    height: auto;
    margin: 5px 0 15px 0;
    vertical-align: top;
}

.section.btm .credit p.date{
    font-size: 12px;
    letter-spacing: .3em;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
}

#foot_share .btn_tobichi{
    margin: 0 0 40px 0;
}

#foot_share .btn_tobichi img{
    width: 146px;
    height: auto;
}

#foot_share li{
    margin: 0 10px;
    display: inline-block;
}

#foot_share li img{
    width: auto;
    height: 45px;
}

#foot_share .copyright{
    margin: 40px 0 0 0;
}

#foot_share .copyright img{
    width: 160px;
    height: auto;
}

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