@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */

.img_slider img{ display: none;}

#mv .i.out {
  transform: scale(0.95);
  transition: transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

#mv .i.on {
  transform: scale(1);
  transition: transform;
  transition-duration: 7s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

#index_nav .disabled a{
    opacity: .4 !important;
    background: none !important;
    cursor: default !important;
}

#index_nav .disabled h4{
    transform: inherit !important;
    letter-spacing: .1em !important;
}

dt.n{ opacity: 0 !important;}

@media screen and (min-width : 751px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 751px
*
*
------------------------------------------------------------------------------------------ */
.img_slider .i01{ background-image: url(../images/mv_01.jpg);}
.img_slider .i02{ background-image: url(../images/mv_02.jpg);}
.img_slider .i03{ background-image: url(../images/mv_03.jpg);}
.img_slider .i04{ background-image: url(../images/mv_04.jpg);}
.img_slider .i05{ background-image: url(../images/mv_05.jpg);}


#bg{
    width: 100vw;
    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: 100%;
    min-height: 640px;
    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: 100%;
    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: bottom;
}

#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.jpg);}
#bg .b02 span{ background-image: url(../images/bg_02.jpg);}
#bg .b03 span{ background-image: url(../images/bg_03.jpg); z-index: 10;}

#bg .ov{
    width: 100%;
    height: 65535vh;
    opacity: 0;
    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;
    min-height: 420px;
    position: fixed;
    transform-origin: top;
    top: 0;
    left: 0;
    transition: transform;
    transition-duration: 0s;
}

.img_slider.mv{
    width: 100%;
    height: 100%;
    min-height: 640px;
    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: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.07);
}

#mv h1{
    width: 150px;
    height: 623px;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#mv h1 span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

#mv h1 .c01 img{
    width: 21.3px;
    height: 348px;
}

#mv h1 .c01{
    opacity: 0;
}

#mv h1 .c02{
    opacity: 0;
}

#mv h1 .c02 svg{
    width: 150px;
    height: 623px;
}

#mv h1 .c02 path{ fill: #fff;}
    
#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: 10;
    cursor: pointer;
}

#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: 120px 0 160px 0;
    padding-top: 200vh;
    min-height: 100vh;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#yodogawa p{
    font-size: 22px;
    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: 180px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

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

#profile .inner{
    width: 600px;
    margin: 0 auto;
}

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

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

#profile .pic{
    width: 200px;
    position: relative;
    top: -45px;
    background-color: #fff;
    border-radius: 200px;
}

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

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

#profile .col_r{
    width: 400px;
    text-align: center;
}

#profile .col_r p{
    margin: 30px 0 0 0;
}

#profile .col_r .title img{
    width: 304px;
    height: 110px;
}

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

#index_nav .inner{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#index_nav h2{
    margin-bottom: 65px;
    font-size: 22px;
    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: 28px;
    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: .25em;
    transform: scale(1.05);
}

/* --------------------------------------------------
*
    #info
*
-------------------------------------------------- */
#info{
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

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

#info h2 img{
    width: 209px;
}

#info .inner{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 55px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    color: #ff7bab;
    box-sizing: border-box;
}

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

#info .inner .logo_tanoshimi img{
    width: 250px;
    height: 196px;
}

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

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

#info .inner .pic{
    margin-bottom: 50px;
}

#info .inner .pic img{
    width: 100%;
}

#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: 55px;
    text-align: center;
}

#info .info_btm h3{
    margin-bottom: 30px;
    line-height: 1.285em;
}

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

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

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

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

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


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

#store .inner{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 55px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    box-sizing: border-box;
}

#store .inner .pic{
    margin-bottom: 50px;
}

#store .inner .pic img{
    width: 100%;
}

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

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

#store .btn_detail{
    margin-top: 50px;
    margin-bottom: 120px;
}

#store .btn_detail a{
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    background-color: #ff7bab;
    border-radius: 5px;
    font-family: 'Noto Sans CJK JP' !important;
    font-weight: 900 !important;
    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{
    max-width: 700px;
    margin: 0 auto;
    padding: 55px 0 45px 0;
    display: flex;
    justify-content: space-between;
}

#talk_nav li a{
    display: block;
}

#talk_nav li img{
    width: 49px;
    height: 80px;
    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 120px 0;
    position: relative;
    z-index: 3;
}

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

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

#talk_body .inner{
    max-width: 600px;
    margin: 0 auto;
}

#talk_body .conv{
}

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

#talk_body .conv dt{
    padding-right: 2em;
    padding-left: 35px;
    display: table-cell;
    font-size: 18px;
    line-height: 2em;
}

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

#talk_body .conv dd{
    display: table-cell;
    font-size: 18px;
    line-height: 2em;
}

#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: 50px 0;
    text-align: center;
}

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

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

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

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


/* --------------------------------------------------
*
    #foot
*
-------------------------------------------------- */
#foot{
    background-color: #ff7bab;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

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

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

#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 .mail{
    margin-bottom: 30px;
}

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

#foot .mail li a{
    width: 239px;
    height: 45px;
    color: #fff;
    display: flex;
    font-size: 16px;
    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: 10px;
    display: inline-block;
    background-image: url(../images/ico_mail.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

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

#foot .btm_nav li a{
    width: 100%;
    height: 45px;
    display: flex;
    color: #fff;
    font-size: 16px;
    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, .1);
}

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

.copyright{
    margin-top: 120px;
    font-size: 14px;
    letter-spacing: .1em;
    font-family: 'Noto Sans CJK JP' !important;
    font-weight: 900 !important;
}

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