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

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 70px;
    background-color: #301e16;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

header .inner{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

header .logo{
    padding-top: 15px;
}

header .logo.p{
    padding-top: 25px;
}

header .logo img{
    width: 327px;
    transition: opacity .15s ease;
}

header .logo.p img{
    width: 180px;
}

.isIE header .logo img{
    height: 30px;
}

.isIE header .logo.p img{
    height: 22px;
}

.is_pc header .logo a:hover img,
.is_sp header .logo a.touch img{
    opacity: .7;
}

header .logo_s{
    padding-top: 15px;
}

header .logo_s img{
    width: 120px;
}

.isIE header .logo_s img{
    height: 40px;
}

/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    width: 100vw;
    height: calc(100vh - 70px);
    position: relative;
    background-image: url(../images/kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#kv h1 img{
    display: none;
}

#kv .copy{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#kv .copy img{
    width: 42%;
    max-width: 814px;
    min-width: 520px;
}

#kv .arrow{
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: calc(50% - 25px);
    z-index: 5;
    cursor: pointer;
}

#kv .arrow img{
    width: 50px;
    transition: transform .15s ease;
}

.is_pc #kv .arrow:hover img,
.is_sp #kv .arrow.touch img{
    transform: scale(1.1) translateY(5px);
}

#kv .lang{
    width: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 3;
}

#kv .lang .inner{ 
    width: 100%;
    text-align: right;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#kv .lang p{
    font-size: 18px;
    letter-spacing: .1em;
    color: #301e16;
}

#kv .lang p span,
#kv .lang p a{
    color: #967c52;
    transition: color .15s ease;
}

.is_pc #kv .lang p a:hover,
.is_sp #kv .lang p a.touch{
    color: #301e16;
}

/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    padding-top: 90px;
    background-image: url(../images/bg_pattern.png);
    background-position: center;
    text-align: center;
}

#yodogawa .desc{
    margin-bottom: 100px;
    display: inline-block;
    text-align: left;
}

#yodogawa .desc p{
	font-weight: bold;
    margin-bottom: 1.5em;
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 2em;
}

#yodogawa .desc p:last-child{ margin-bottom: 0;}

#yodogawa .btn{
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

#yodogawa .btn p{
    margin: 0 20px;
    transition: opacity .15s ease;
    cursor: pointer;
}

#yodogawa .btn p img{
    width: 100%;
    max-width: 350px;
}

.is_pc #yodogawa .btn p:hover,
.is_sp #yodogawa .btn p.touch{
    opacity: .7;
}

/* --------------------------------------------------
*
    #story
*
-------------------------------------------------- */
#story{
    font-family: 'Toppan Bunkyu Mincho R' !important;
    padding-top: 150px;
    background-color: #1e1611;
    text-align: center;
    overflow: hidden;
}

#story h2{
    height: 268px;
    margin-bottom: 150px;
    background-image: url(../images/bg_pattern_title.png);
    background-position: center;
}

#story h2.switch_pc{
    display: flex;
    justify-content: center;
    align-items: center;
}

#story h2 img{
    width: 100%;
    height: 90px;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#story .p{
    padding: 0 20px;
    margin-bottom: 95px;
}

#story .p img{
    width: 100%;
    max-width: 800px;
}

#story .d{
    font-family: 'Toppan Bunkyu Mincho R' !important;
    color: #fff;
    font-size: 18px;
    line-height: 1.9em;
    letter-spacing: .17em;
    display: inline-block;
    text-align: left;
}

#story li{
    margin-bottom: 145px;
}

#outro{
    padding: 90px 0;
    background-image: url(../images/bg_pattern.png);
    background-position: center;
    text-align: center;
}

#outro p{
	font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 2em;
    color: #fff;
    letter-spacing: .15em;
    text-align: left;
}



/* --------------------------------------------------
*
    #credit
*
-------------------------------------------------- */
#credit{
    height: 80px;
    background-image: url(../images/bg_credit.png);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#credit p{
    font-size: 16px;
    letter-spacing: .05em;
    display: inline-block;
    transition: opacity .15s ease;
    cursor: pointer;
}

.is_pc #credit p:hover,
.is_sp #credit p.touch{
    opacity: .6;
}

body.modal{
    transition-duration: 0s;
}

#modal_credit{
    visibility: hidden;
    overflow: hidden;
    width: 100vw;
    height: 0;
    box-sizing: border-box;
    position: absolute;
    top: -100vh;
    left: 0;
    pointer-events: none;
    transition: visibility .85s ease, opacity .85s ease, top .0s ease .6s;
}

.modal #modal_credit{
    overflow: inherit;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    z-index: 10;
    transition: visibility, opacity, top;
    transition-duration: 0s;
    transition-delay: 0s;
}

#modal_credit .modal_wrap{
    opacity: 0;
    width: 720px;
    height: calc(100vh - 140px);
    margin: 70px auto;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    z-index: 2;
}

.modal #modal_credit .modal_wrap{
    opacity: 1;
    transform: translateY(0);
    transition: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .25s;
}

#modal_credit .inner{
    width: 100%;
    max-width: 720px;
    padding: 70px 60px;

    background-color: #fff;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    z-index: 100;
}

#modal_credit .inner li{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

#modal_credit .inner li:last-child{ margin-bottom: 0;}

#modal_credit .p{
    width: 100%;
}

#modal_credit .p img{
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    max-width: 330px;
}

#modal_credit .inner .desc{
    width: calc(100% - 120px);
    position: relative;
}

#modal_credit .inner .desc p{
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.923em;
    letter-spacing: .075em;
    color: #1a1a1a;
}

#modal_credit .inner .desc p:last-child{ margin: 0;}

#modal_credit .overlay{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.modal #modal_credit .overlay{
    opacity: 1;
    z-index: -1;
}

#modal_credit .btn_close{
    width: 68px;
    height: 68px;
    background-image: url(../images/ico_close.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.is_pc #modal_credit .btn_close:hover,
.is_sp #modal_credit .btn_close.touch{
    opacity: .6;
}

#modal_credit .caution{
    position: absolute;
    bottom: 0;
    font-size: 12px !important;
    color: rgba(0, 0, 0, .5) !important;
}


/* --------------------------------------------------
*
    #foot_techo
*
-------------------------------------------------- */
#foot_techo{
    padding: 55px;
    background-color: #1e1611;
    text-align: center;
}

#foot_techo a{
    color: #fff;
}

#foot_techo .list{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

#foot_techo ul{
    display: table;
    justify-content: center;
    text-align: left;
}

#foot_techo li{
    width: 100%;
    margin-bottom: 2em;
    font-size: 13px;
    letter-spacing: .05em;
}

#foot_techo li:last-child{ margin: 0;}

#foot_techo li a{
    padding-right: 35px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
    transition: border, padding;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.is_pc #foot_techo li a:hover,
.is_sp #foot_techo li a.touch{
    border-bottom: 1px solid #1e1611;
}

#foot_techo li a:after{
    content: '＞';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.is_pc #foot_techo li a:hover:after,
.is_sp #foot_techo li a.touch:after{
    transform: translateX(5px);
}

#foot_techo .t_top{
    font-size: 13px;
}

#foot_techo .t_top a{
    padding: 8px 20px;
    border: 1px solid #fff;
    font-size: 12px;
    letter-spacing: .05em;
    display: inline-block;
    transition: background .15s ease;
}

.is_pc #foot_techo .t_top a:hover,
.is_sp #foot_techo .t_top a.touch{
    background-color: #301e16;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding-top: 70px;
    background-color: #7d5747;
}

footer .sns{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sns h4{
    font-size: 12px;
    font-weight: bold;
    color: #1e1611;
    letter-spacing: .05em;
}

footer .sns ul{
    padding-left: 10px;
    display: flex;
    align-items: center;
}

footer .sns li{
    margin: 0 10px;
}

footer .sns li:last-child{
    margin-right: 0;
}

footer .sns li img{
    width: 45px;
    transition: transform .15s ease;
}

footer .sns li a{
    position: relative;
    display: block;
    transition: opacity .15s ease;
}

.is_pc footer .sns li a:hover,
.is_sp footer .sns li a.touch{
    opacity: .6;
}

footer .nav{
    margin-bottom: 40px;
}

footer .nav ul{
    display: flex;
    justify-content: center;
}

footer .nav li{
    margin: 0 10px;
}

footer .nav li a{
    width: 120px;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    background-color: #000;
    font-weight: bold;
    border-radius: 5px;
    transition: background .15s ease;
}

.is_pc footer .nav li a:hover,
.is_sp footer .nav li a.touch{
    background-color: #402a20;
}

footer .techo_nav{
    text-align: center;
}

footer .techo_nav{
    margin-bottom: 50px;
    text-align: center;
}

footer .techo_nav a{
    color: #fff;
}

footer .techo_nav .lineup{
    margin-bottom: 20px;
}

footer .techo_nav .lineup a{
    padding: 6px 20px;
    font-size: 15px;
    letter-spacing: .05em;
    border: 1px solid #fff;
    transition: background .15s ease;
}

.is_pc footer .techo_nav .lineup a:hover,
.is_sp footer .techo_nav .lineup a.touch{
    background-color: #402a20;
}

footer .techo_nav .t_top a{
    font-size: 12px;
    letter-spacing: .05em;
    transition: opacity .15s ease;
}

footer .techo_nav .t_top a:hover,
footer .techo_nav .t_top a.touch{
    opacity: .7;
}

footer .btm{
    padding: 30px 0;
    border-top: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .btm p{
    margin: 0 10px;
}

footer .btm .logo img{
    width: 50px;
    transition: opacity .15s ease;
}

.is_pc footer .btm .logo a:hover img,
.is_sp footer .btm .logo a.touch img{
    opacity: .7;
}

footer .btm .copyright img{
    width: 170px;
}

.isIE footer .btm .copyright img{
    height: 11px;
}



/* --------------------------------------------------
*
    #mov_wrap
*
-------------------------------------------------- */
#mov_wrap{
    opacity: 0;
    visibility: hidden;
    
    width: 100vw;
    height: 100vh;
    padding: 70px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity, visibility;
    transition-delay: 1s;
}

.mov #mov_wrap{
    visibility: visible;
    opacity: 1;
    
    transition: opacity, visibility;
    transition-delay: 0s;
}

#mov_wrap video{
    width: 100%;
    max-width: 1280px;
    height: calc(100vh - 70px);
}

#mov_wrap .btn_close{
    width: 68px;
    height: 68px;
    background-image: url(../images/ico_close.svg);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: transform .15s ease-in;
    cursor: pointer;
}

.is_pc #mov_wrap .btn_close:hover,
.is_sp #mov_wrap .btn_close.touch{
    transform: rotate(90deg);
}


body.mov{
    width: 100vw;
    overflow: hidden !important;
}

.mov header{
    visibility: hidden;
}

#wrap{
    z-index: 1;
    transition: transform .6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0);
}

.mov #wrap{
    transition: transform .8s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-100vw);
}

.play #wrap{
    width: 0;
    overflow: hidden;
    transition-duration: 0 !important;
}

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