@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 750px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
.img_slider .i01{ background-image: url(../images/mv_01_sp.jpg);}
.img_slider .i02{ background-image: url(../images/mv_02_sp.jpg);}
.img_slider .i03{ background-image: url(../images/mv_03_sp.jpg);}
.img_slider .i04{ background-image: url(../images/mv_04_sp.jpg);}
.img_slider .i05{ background-image: url(../images/mv_05_sp.jpg);}


#bg{
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 100vh;
    left: 0;
    z-index: -1;
    transition: transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#bg p{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#bg p span{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform;
    transition-duration: .0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#bg .b01{
}

#bg .b02{
    top: 100vh;
}

#bg .b03{
    top: 200vh;
}

#bg .b01 span{
    background-position: top;
}

#bg .b02 span{
    background-position: top;
}

#bg .b03 span{
    background-color: #000;
    background-size: 100%;
    background-position: center top;
}

#bg .b01 span{ background-image: url(../images/bg_01_sp.jpg);}
#bg .b02 span{ background-image: url(../images/bg_02_sp.jpg);}
#bg .b03 span{ background-image: url(../images/bg_03_sp.jpg); z-index: 10;}

#bg .ov{
    width: 100%;
    height: 65535vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 3;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100vw;
    height: 100vh;
    position: fixed;
    transform-origin: top;
    top: 0;
    left: 0;
    transition: transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
}

.img_slider.mv{
    width: 100%;
    height: 100%;
    transition: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.img_slider .i{
    width: 100vw;
    height: 100vh;
    min-height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.07);
}

#mv h1{
    width: calc(150 / 750 * 100vw);
    height: calc(623 / 759 * 100vw);
    max-width: calc(150px * .7);
    max-height: calc(623px * .7);
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 10%;
    left: 0;
}

#mv h1 span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(80 / 750 * 100vw);
}

#mv h1 .c01{
    position: relative;

}

#mv h1 .c01 img{
    width: calc(32 / 750 * 100vw);
    height: calc(538 / 750 * 100vw);
    max-width: calc(32px * .7);
    max-height: calc(538px * .7);
}

#mv h1 .c01{
    opacity: 0;
}

#mv .c02{
    opacity: 0;
    top: calc(-160 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
}

#mv .c02 svg{
    width: 150%;
    height: 150%;
}

#mv .c02 path{
    fill: #fff;
}

#mv .c02 path.on{
    transform: scale(1);
    opacity: 1;
}

#mv .logo{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}

#mv .logo img{
    width: 135.5px;
    height: 15.1px;
    transition: opacity .15s ease;
}

.is_pc #mv .logo:hover img,
.is_sp #mv .logo.touch img{
    opacity: .7;
}


#mv .arrow{
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    display: none;
}

#mv .arrow img{
    width: 24px;
    height: 13px;
    transition: opacity .15s ease;
}

.is_pc #mv .arrow:hover img,
.is_sp #mv .arrow.touch img{
    opacity: .7;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    padding: 200vh 0 70px 0;
    padding-left: calc(50 / 750 * 100vw);
    padding-right: calc(50 / 750 * 100vw);
    min-height: 100vh;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#yodogawa p{
    font-size: 20px;
    line-height: 2em;
    letter-spacing: .1em;
}

#yodogawa p a{
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    transition: border .15s ease;
}

.is_pc #yodogawa p a:hover,
.is_sp #yodogawa p a.touch{
    border-bottom: 1px solid transparent;
}

/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    height: calc(230 / 750 * 100vw);
    background-color: #fff;
    position: relative;
    z-index: 2;
}

#profile.talk{
    border-bottom: 1px solid #808080;
}

#profile .inner{
    margin: 0 auto;
    padding-left: calc(50 / 750 * 100vw);
    padding-right: calc(50 / 750 * 100vw);
}

#profile .inner a{
    display: flex;
    justify-content: space-between;
}

#profile .inner img{
    transition: opacity .15s ease;
}

#profile .pic{
    width: calc(240 / 750 * 100vw);
    position: relative;
    top: -15px;
    background-color: #fff;
    border-radius: 200px;
}

#profile .pic img{
    width: 100%;
}

#profile .inner a:hover img{
    opacity: .7;
}

#profile .col_r{
    width: calc(400 / 750 * 100vw);;
    text-align: center;
}

#profile .col_r p{
    margin-top: calc(40 / 750 * 100vw);
}

#profile .col_r .title img{
    width: 100%;
    height: auto;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    min-height: 100vh;
    padding: 100vh 0 80px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#index_nav .inner{
    margin: 0 auto;
    padding: 0 calc(20 / 750 * 100vw);
    text-align: center;
}

#index_nav h2{
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: .1em;
}

#index_nav ul{
    border-bottom: 1px solid #fff;
}

#index_nav li{
    border-top: 1px solid #fff;
}

#index_nav li a{
    padding: 30px 0;
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

#index_nav h3{
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .1em;
}

#index_nav h4{
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: .1em;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 1.5714em;
    transition: letter-spacing, transform;
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

#index_nav .date{
    font-size: 14px;
    letter-spacing: .1em;
}

.is_pc #index_nav a:hover,
.is_sp #index_nav a.touch{
    background-color: rgba(0, 0, 0, .2);
}

.is_pc #index_nav a:hover h4,
.is_sp #index_nav a.touch h4{
    letter-spacing: .2em;
    transform: scale(1.05);
}

/* --------------------------------------------------
*
    #info
*
-------------------------------------------------- */
#info{
    padding: 80px calc(20 / 750 * 100vw);
    position: relative;
    z-index: 2;
}

#info h2{
    margin-bottom: 45px;
    text-align: center;
}

#info h2 img{
    width: 200px;
}

#info .inner{
    margin: 0 auto;
    padding: 0 calc(40 / 750 * 100vw);
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    color: #ff7bab;
    box-sizing: border-box;
}

#info .inner .logo_tanoshimi{
    padding: 40px 0 30px 0;
    text-align: center;
}

#info .inner .logo_tanoshimi img{
    width: calc(250px * .95);
    height: calc(196px * .95);
}

#info .inner h3{
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5714em;
    white-space: nowrap;
}

#info .inner .desc p{
    margin-bottom: 2em;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2em;
}

#info .inner .pic{
    margin-bottom: 30px;
    text-align: center;
}

#info .inner .pic img{
    width: 100%;
    max-width: 480px;
}

#info .inner .pic a{
    transition: opacity .15s ease;
}

.is_pc #info .inner .pic a:hover,
.is_sp #info .inner .pic a.touch{
    opacity: .7;
}

#info .info_btm{
    margin-bottom: 30px;
    text-align: center;
}

#info .info_btm h3{
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5714em;
    white-space: nowrap;
}

#info .info_btm p{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .1em;
}

#info .btn_detail{
    margin-bottom: 40px;
}

#info .btn_detail a{
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    background-color: #ff7bab;
    border-radius: 5px;
    font-family: 'Noto Sans CJK JP' !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .15s ease;
}

.is_pc #info .btn_detail a:hover,
.is_sp #info .btn_detail a.touch{
    opacity: .7;
}

#info .credit{
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
    font-family: 'Noto Sans CJK JP' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900 !important;
}


/* --------------------------------------------------
*
    #store
*
-------------------------------------------------- */
#store{
    background-color: #fff;
    padding: 80px 0 0 0;
    position: relative;
    z-index: 2;
}

#store .inner{
    margin: 0 auto;
    padding: 0 calc(50 / 750 * 100vw);
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    box-sizing: border-box;
}

#store .inner .pic{
    margin-bottom: 30px;
    text-align: center;
}

#store .inner .pic img{
    width: 100%;
    max-width: 480px;
}

#store .inner h3{
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5714em;
}

#store .inner .desc p{
    margin-bottom: 2em;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2.25em;
}

#store .btn_detail{
    margin-top: 30px;
    margin-bottom: 80px;
}

#store .btn_detail a{
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    background-color: #ff7bab;
    border-radius: 5px;
    font-family: 'Noto Sans CJK JP' !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .15s ease;
}

.is_pc #store .btn_detail a:hover,
.is_sp #store .btn_detail a.touch{
    opacity: .7;
}


/* --------------------------------------------------
*
    #talk_nav
*
-------------------------------------------------- */
#talk_nav{
    background-color: #fff;
    position: relative;
    z-index: 3;
}

#talk_nav ul{
    margin: 0 auto;
    padding: 20px calc(50 / 750 * 100vw) 15px calc(50 / 750 * 100vw);
    display: flex;
    justify-content: space-between;
}

#talk_nav li a{
    display: block;
}

#talk_nav li img{
    width: calc(49px * .8);
    height: calc(80px * .8);
    transition: transform, opacity;
    transition-duration: .15s;
}

.is_pc #talk_nav li a:hover img,
.is_sp #talk_nav li a.touch img{
    opacity: .8;
    transform: scale(1.1);
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 100vh 0 60px 0;
    position: relative;
    z-index: 3;
}

#talk_body .num{
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
}

#talk_body h2{
    margin-bottom: 60px;
    font-size: 24px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
}

#talk_body .inner{
    padding: 0 calc(50 / 750 * 100vw);
}

#talk_body .conv{
}

#talk_body .conv dl{
    display: table;
    margin-bottom: 30px;
}

#talk_body .conv dt{
    display: block;
    font-size: 16px;
    line-height: 2em;
}

#talk_body .conv dt:after{
    content: '：';
    margin-left: .3em;
}

#talk_body .conv dd{
    display: block;
    font-size: 18px;
    line-height: 2em;
    padding: 0 .5em;
}

#talk_body .conv dd a{
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    transition: border .15s ease;
}

.is_pc #talk_body .conv dd a:hover,
.is_sp #talk_body .conv dd a.touch{
    border-bottom: 1px solid transparent;
}

#talk_body .pic{
    margin: 40px 0;
    text-align: center;
}

#talk_body .pic img{
    width: 100%;
}

#talk_body .pic.v img{
    max-width: 480px;
}

.continue{
    margin: 40px 0;
    text-align: center;
}

.continue + .pic{
    margin-bottom: 0 !important;
}



/* --------------------------------------------------
*
    #foot
*
-------------------------------------------------- */
#foot{
    padding: 80px 0 40px 0;
    background-color: #ff7bab;
    text-align: center;
    overflow: hidden;
}

#foot .inner{
    max-width: 480px;
    margin: 0 auto;
}

#foot .share{
    margin-bottom: 40px;
}

#foot .share h4{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
}

#foot .share ul{
    display: flex;
    justify-content: center;
}

#foot .share li{
    margin: 0 8px;
}

#foot .share li img{
    width: 40px;
    transition: opacity;
    transition-duration: .15s;
}

.is_pc #foot .share li a:hover img,
.is_sp #foot .share li a.touch img{
    opacity: .7;
}

#foot .inner{
    padding: 0 20px;
}

#foot .mail{
    margin-bottom: 20px;
}

#foot .mail ul{
    display: flex;
    justify-content: space-between;
}

#foot .mail li{
    width: 48%;
}

#foot .mail li a{
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background;
    transition-duration: .15s;
}

#foot .mail li a span{
    width: 24px;
    height: 100%;
    margin-right: 5px;
    display: inline-block;
    background-image: url(../images/ico_mail.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

#foot .btm_nav li{
    width: 100%;
    margin-bottom: 20px;
}

#foot .btm_nav li a{
    width: 100%;
    height: 50px;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background;
    transition-duration: .15s;
}


.is_pc #foot .mail li a:hover,
.is_sp #foot .mail li a.touch{
    background-color: rgba(0, 0, 0, .15);
}

.is_pc #foot .btm_nav li a:hover,
.is_sp #foot .btm_nav li a.touch{
    background-color: rgba(0, 0, 0, .15);
}

.copyright{
    margin-top: 80px;
    font-size: 14px;
    letter-spacing: .1em;
    font-family: 'Noto Sans CJK JP' !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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