<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
.data_profile{ display: none;}
.img{ position: relative;}
.img:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    min-width: 1020px;
    position: relative;
}

#wrap:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1020px;
    background-color: rgba(0, 0, 0, .35);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}

#wrap:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1020px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
    position: fixed;
    top: 0;
    left: 0;
}

#wrap.t01:after{ background-image:url(../images/talk/t01/pic_bg.jpg);}
#wrap.t02:after{ background-image:url(../images/talk/t02/pic_bg.jpg);}
#wrap.t03:after{ background-image:url(../images/talk/t03/pic_bg.jpg);}
#wrap.t04:after{ background-image:url(../images/talk/t04/pic_bg.jpg);}
#wrap.t05:after{ background-image:url(../images/talk/t05/pic_bg.jpg);}
#wrap.t06:after{ background-image:url(../images/talk/t06/pic_bg.jpg);}
#wrap.t07:after{ background-image:url(../images/talk/t07/pic_bg.jpg);}
#wrap.t08:after{ background-image:url(../images/talk/t08/pic_bg.jpg);}

header{
    width: 100%;
    min-width: 1020px;
    height: 26px;
    box-sizing: border-box;
    padding: 7px 0;
    background-color: #fff;
    font-family: 'こぶりなゴシック W3 JIS2004' !important;
    text-align: center;
}

header p{
    font-size: 11px;
    letter-spacing: .1em;
    color: #666;
}

footer{
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    letter-spacing: -.40em;
}

footer ul{
    padding: 75px 0;
}

footer li{
    margin: 0 33px;
    display: inline-block;
    letter-spacing: 0;
}

footer .copyright{
    margin: 0 0 75px 0;
    color: #00145c;
    font-size: 13px;
    letter-spacing: .15em;
}

#index_nav{
    background-color: #000;
}

#index_nav li{
    overflow: hidden;
    min-height: 175px;
    height: calc(100vw * .13);
    position: relative;
}

#index_nav p{
    width: 700px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 175px;
    transform: translateY(-50%);
}

#index_nav li.disabled:before{
    background-color: rgba(0, 0, 0, .55) !important;
    z-index: 10 !important;
}

#index_nav li.disabled:after{
    transform: scale(1) !important;
}

#index_nav li:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: background .6s cubic-bezier(0.165, 0.84, 0.44, 1) .0s;
}

.is_pc #index_nav li:hover:before,
.is_sp #index_nav li:hover:before{
    background-color: rgba(0, 0, 0, .2);
    transition: background 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) .05s;
}


#index_nav li:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1) .0s;
}

.is_pc #index_nav li:hover:after,
.is_sp #index_nav li:hover:after{
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) .05s;
}

#index_nav li.i01:after{ background-image:url(../images/pic_index_01_pc.jpg);}
#index_nav li.i02:after{ background-image:url(../images/pic_index_02_pc.jpg);}
#index_nav li.i03:after{ background-image:url(../images/pic_index_03_pc.jpg);}
#index_nav li.i04:after{ background-image:url(../images/pic_index_04_pc.jpg);}
#index_nav li.i05:after{ background-image:url(../images/pic_index_05_pc.jpg);}
#index_nav li.i06:after{ background-image:url(../images/pic_index_06_pc.jpg);}
#index_nav li.i07:after{ background-image:url(../images/pic_index_07_pc.jpg);}
#index_nav li.i08:after{ background-image:url(../images/pic_index_08_pc.jpg);}

#index_nav li a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    position: relative;
    top: -3px;
    z-index: 3;
}


#index_nav li a:before{
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: calc(50% - 282px) center;
    position: absolute;
    top: 3px;
    left: 0;
}

#index_nav .i01 a:before{ background-image:url(../images/parts_ico_01.png);}
#index_nav .i02 a:before{ background-image:url(../images/parts_ico_02.png);}
#index_nav .i03 a:before{ background-image:url(../images/parts_ico_03.png);}
#index_nav .i04 a:before{ background-image:url(../images/parts_ico_04.png);}
#index_nav .i05 a:before{ background-image:url(../images/parts_ico_05.png);}
#index_nav .i06 a:before{ background-image:url(../images/parts_ico_06.png);}
#index_nav .i07 a:before{ background-image:url(../images/parts_ico_07.png);}
#index_nav .i08 a:before{ background-image:url(../images/parts_ico_08.png);}

#index_nav li a .ff_b{
    font-size: 30px;
    letter-spacing: .14em;
    line-height: 1.36em;
}

#index_nav li.i03 a .ff_b{
    font-size: 25px;
    line-height: 1.36em;
}

#index_nav li a .date{
    margin: 5px 0 0 0;
    font-size: 18px;
    letter-spacing: .14em;
    display: block;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    position: relative;
}

#mv h1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
}

#mv .bg img{
    width: 100%;
    opacity: 0;
}

#mv .m{
    position: relative;
}

#mv .m:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#mv .m01{
    height: 650px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image:url(../images/pic_mv_01_pc.jpg);
    background-position: center;
    background-size: cover;
}

#mv .m02{
    min-height: 730px;
    max-height: 920px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image:url(../images/pic_mv_02_pc.jpg);
    background-position: center top;
    background-size: cover;
}

#mv h2{
    line-height: 0;
    position: absolute;
    z-index: 2;
    left: calc(50% - 505px);
    bottom: 40px;
}

#mv .yodogawa{
    position: absolute;
    left: calc(50% - 350px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

#mv .yodogawa p{
    margin: 0 0 35px 0;
    font-size: 19px;
    color: #fff;
    line-height: 1.7894em;
    letter-spacing: .1em;
}

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

#mv .btn_profile a{
    width: 294px;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    border: 2px solid #a7a6a2;
    display: block;
    line-height: 36px;
    font-size: 17px;
    letter-spacing: .14em;
    font-weight: bold;
    color: #a7a6a2;
    transition: background .1s ease .0s, color .1s ease .0s;
}

.is_pc #mv .btn_profile a:hover,
.is_sp #mv .btn_profile a.touch{
    color: #fff;
    background-color: #a7a6a2;
    transition: background .15s ease .05s, color .15s ease .05s;
}


/* --------------------------------------------------
*
    #event_info
*
-------------------------------------------------- */
#event_info{
    min-width: 1020px;
    padding: 95px 0;
    background-color: #b2b2b2;
    color: #00145c;
}

#event_info .inner{
    width: 700px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 6px solid #00145c;
    background-color: #fff;
}

#event_info .title{
    padding: 60px 0 50px 0;
    background-color: #00145c;
}

#event_info .inner h3{
    text-align: center;
}

#event_info .inner .desc{
    padding: 70px 115px 0 115px;
    white-space: nowrap;
}

#event_info .inner .desc h4{
    margin: 2em 0 25px 0;
    padding: 0 0 5px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 3px solid #00145c;
}

#event_info .inner .desc .s{
    display: block;
}

#event_info .inner .desc h4 .fz18{ font-size: 18px;}
#event_info .inner .desc h4 .fz19{ font-size: 19px;}

#event_info .inner .desc p{
    margin: 0 0 2em 0;
    font-size: 18px;
    line-height: 1.611em;
}

#event_info .inner .img{
    width: 100%;
}

#event_info .inner .img img{
    width: 100%;
}

#event_info .inner .img.v img{
    width: 310px;
    position: relative;
    left: -5px;
}

#event_info .inner .img .caption{
    margin: -5px 0 0 0;
    text-align: right;
    font-size: 12px;
    line-height: 1.4em;
    display: block;
}

#event_info .inner dl{
    padding: 40px 0 40px 60px;
    border-top: 6px solid #00145c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.777em;
    position: relative;
}

#event_info .inner dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#event_info .inner dt{
    clear: both;
    float: left;
}

#event_info .inner dd{
    float: left;
}

#event_info .inner dl a{
    color: #00145c;
}

.is_pc #event_info .inner dl a:hover,
.is_sp #event_info .inner dl a.touch{
    text-decoration: underline;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 0 0 105px 0;
    position: relative;
    z-index: 1;
}

#talk_body .title{
    margin: 75px 0 65px 0;
    text-align: center;
}

#talk_body .title img{
    width: 160px;
    display: block;
    margin: 0 auto 15px auto;
}

#talk_body .title h2{
    font-size: 39px;
    color: #fff;
    letter-spacing: .14em;
    line-height: 1.3em;
    display: block;
}

#talk_body .title h2 span{
    display: block;
    text-indent: .5em;
}

#talk_body .inner{
    width: 700px;
    margin: 0 auto;
    padding: 105px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .9);
}

#talk_body .inner dl{
    margin: 0 0 2em 0;
    padding: 0 0 0 150px;
    font-size: 17px;
    letter-spacing: .04em;
    line-height: 1.705em;
    display: table;
    text-align: left;
}

#talk_body .inner dt{
    width: 100px;
    display: table-cell;
    vertical-align: top;
}

#talk_body .inner dt.hb{ letter-spacing: 0;}
#talk_body .inner dt.tak{ font-weight: bold;}

#talk_body .inner dd{
    display: table-cell;
    vertical-align: top;
}

#talk_body .inner .img{
    display: inline-block;
}

#talk_body .inner .img + .img{
    margin-top: 60px;
}

#talk_body .inner dl + .img{ margin-top: 25px;}
#talk_body .inner .img + dl{ margin-top: 60px;}

#talk_body .inner .img img{
    width: 525px;
    border: 10px solid #fff;
}

#talk_body .inner .img.v img{
    width: 380px;
}

#talk_body .inner .img .caption{
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .02em;
    text-align: right;
}

#talk_body .continue{
    padding: 60px 0 100px 0;
    font-size: 17px;
    letter-spacing: .04em;
}

#talk_body .continue .date{
    margin: 20px 0 0 0;
    display: block;
}

.profile_inner{
    max-width: 700px;
    padding: 70px;
    border: 6px solid #00145c;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
}

.profile_inner h2{
    margin: 0 0 50px 0;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .1em;
}

.profile_inner p{
    font-size: 20px;
    line-height: 1.9em;
}

} /* ----- min-width : 641px ----- */</pre></body></html>