<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
*
*
------------------------------------------------------------------------------------------ */


/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 


#wrap{
    min-width: 960px;
    position: relative;
}

#wrap:after{
    content: '';
    width: 100%;
    min-width: 960px;
    height: 100%;
    display: block;
    background-image:url(../images/pic_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#contents_area{
    width: 862px;
    margin: 0 auto;
    background-image:url(../images/img_bg_w.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    margin: -1px 0 30px 0;
	height: 56px;
	line-height: 52px;
	text-align: center;
    background-image:url(../images/img_bg_b.png);
    background-size: 101% 100%;
}

#head .logo img{
    width: 201px;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 50px 0;
    text-align: center;
    position: relative;
}

#mv h1{
    margin: 0 0 30px 0;
}

#mv .badge{
    position: absolute;
    bottom: -40px;
    right: 20px;
}

#mv .badge img{
    width: 170px;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 35px 0;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    display: table;
}

#section_yodogawa .col_l,
#section_yodogawa .col_r{
    width: 50%;
    display: table-cell;
}

#section_yodogawa .col_r{
    padding: 0 0 0 45px;
}

#section_yodogawa p{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 2.35em;
}

#section_yodogawa p a{
    transition: color .1s ease .0s;
}

.is_pc #section_yodogawa p a:hover,
.is_sp #section_yodogawa p a.touch{
    color: #fbb03b;
    transition: color .15s ease .05s;
}

#section_yodogawa p.btn_profile a{
    padding: 0 0 0 35px;
    position: relative;
}

#section_yodogawa p.btn_profile a:before{
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background-image:url(../images/parts_ico_zoom.png);
    background-size: 26px 25px;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    top: -4px;
    left: 0;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

.is_pc #section_yodogawa p.btn_profile a:hover:before,
.is_sp #section_yodogawa p.btn_profile a.touch:before{
    transform: scale(1.1);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(1.1);
    -webkit-transition: transform .15s ease .05s;
}

/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    height: 88px;
    background-image:url(../images/img_bg_b_nav.png);
    background-repeat: repeat-x;
    text-align: center;
    position: relative;
}

.talk_nav ul{
    padding: 25px 0 0 0;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li img{
    width: auto;
    height: 36px;
}

.talk_nav li.prev{ position: absolute; left: 70px;}
.talk_nav li.next{ position: absolute; right: 70px;}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 70px 0 0 0;
}

#index_nav ul{
    width: 360px;
    text-align: center;
    margin: 0 auto;
}

#index_nav li{
    margin: 0 0 65px 0;
    text-align: center;
    display: inline-block;
}

#index_nav li a{
    display: block;
}

#index_nav li:last-child{
    margin: 0 0 55px 0;
}

#index_nav li .num{
    margin: 0 0 15px 0;
}

#index_nav li .num img{
    width: auto;
    height: 20px;
    opacity: 1 !important;
}

#index_nav li h2{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 23px;
    letter-spacing: .05em;
    display: inline-block;
    border-bottom: 2px dashed #f35818;
    transition: color .1s ease .0s, border .1s ease .0s;
}

#index_nav li.disabled h2{
    color: #666 !important;
    border-color: #666 !important;
}

#index_nav li.disabled a{
    opacity: .5;
    cursor: default;
}

#index_nav li .date{
    color: #666;
    font-size: 13px;
    letter-spacing: .15em;
}

.is_pc #index_nav li a:hover h2,
.is_sp #index_nav li a.touch h2{
    color: #fbb03b;
    border-bottom: 2px dashed #fbb03b;
    transition: color .15s ease .05s, border .15s ease .05s;
}



/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 70px 0 0 0;
}

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

#talk_body .title .num{
    margin: 0 0 25px 0;
}

#talk_body .title .num img{
    width: auto;
    height: 27px;
}

#talk_body .title h2{
    padding: 0 0 11px 0;
    font-size: 36px;
    letter-spacing: .05em;
    display: inline-block;
    border-bottom: 2px dashed #f35818;
}

#talk_body dl{
    clear: both;
    padding: 0 0 0 220px;
    font-size: 16px;
    line-height: 1.9375em;
}

#talk_body dt{
    font-family: '秀英角ゴシック銀 B', sans-serif !important;
    width: 75px;
    float: left;
}

#talk_body dd{
    margin: 0 0 40px 0;
    float: left;
}

#talk_body dd{
    padding: 0 0 0 75px;
    float: none;
}

#talk_body dt.hobo{ color: #666;}
#talk_body dt.two{ color: #404c5c;}
#talk_body dt.fuk{ color: #5eaaa1;}
#talk_body dt.tak{ color: #f3a14e;}

#talk_body a{
    transition: color .1s ease .0s;
}

.is_pc #talk_body a:hover,
.is_sp #talk_body a.touch{
    color: #fbb03b;
    transition: color .15s ease .05s;
}

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

#talk_body .yt_mov{
    width: 600px;
    margin: 65px auto 30px auto;
    text-align: center;
}

#talk_body .pic img{
    width: 600px;
}

#talk_body .pic .caption{
    margin: 5px 0 0 0;
    padding-left: 1em;
    display: block;
    font-size: 80%;
    line-height: 1.6em;
    text-indent: -1em;
    color: #666;
}

#talk_body .continue{
    margin: 85px 0 70px 0;
    text-align: center;
}

#talk_body .continue p{
    font-size: 16px;
    letter-spacing: .1em;
}

#talk_body .continue .date{
    margin: 35px 0 0 0;
    font-size: 12px;
    color: #666;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 60px 0;
    text-align: center;
}



/* --------------------------------------------------
*
    #modal_detail
*
-------------------------------------------------- */
.modal_wrap{
    display: none;
}



/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    min-width: 960px;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrapper{
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

#modal_inner{
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    border-radius: 5px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    z-index: 2;
}

#modal_data{
    max-width: 800px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 0 0 0 0;
    display: inline-block;
    text-align: left;
}

#modal_data img{
    width: 320px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    content: '';
    width: 34px !important;
    height: 34px;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 34px;
    position: absolute;
    bottom: 15px;
    right: 35px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data .p{
    padding: 30px 15px;
    margin: 0 0 10px 0;
    border-bottom: 2px dashed #b3b3b3;
}

#modal_data .p:last-child{
    padding-bottom: 30px;
    border: none;
}

#modal_data h3{
    font-size: 20px;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    letter-spacing: .15em;
    position: relative;
}

#modal_data h3 .s{
    font-size: 14px;
    letter-spacing: normal;
}

#modal_data p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.75em;
}

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

#modal_data p a{
    transition: color .1s ease .0s;
}

.is_pc #modal_data p a:hover,
.is_sp #modal_data p a.touch{
    color: #fbb03b;
    transition: color .15s ease .05s;
}




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