<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.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: 'Shuei KakuGo Kin B', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4F4F4F;
    font-size : 16px;
    letter-spacing: 0.075em;
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button{ outline: none !important; }
a{ color: #000; text-decoration: none;}
a:hover {color:#666;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

.current,
.current a,
.disabled,
.disabled a,
.overlay{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease 0s;}
a img:hover{ transition: opacity .15s ease .1s; opacity: .7;}


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

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto !important;
}

#wrap{
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
}

br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none;}

#contents_area{ display: block !important;}

#contents_area h1{
    text-align: center;
    padding: 0 0 0 87px;
    margin: 10px 0 0 0;
}

#contents_area #main_visual{
    margin: 0 0 45px 0;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 0 0 0 30px;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: .075em;
    overflow: hidden;
}

#section_yodogawa:after{
    content: '';  
    clear: both;
    display: block;
}

#section_yodogawa .col_left{
    width: 480px;
    padding: 0 0 0 20px;
    float: left;
}

#section_yodogawa .col_right{
    width: 325px;
    float: left;
}

#section_yodogawa h3{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #E5E5E5;
}


#section_yodogawa li{
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

#section_yodogawa a{
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    color: #7373E5;
    display: block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

#section_yodogawa a:hover{ color: #FF6A00 ;}

#section_yodogawa .current a{
    color: #000;
    cursor: default;
}

#section_yodogawa .disabled a{
    color: #ccc;
    cursor: default;
}

#section_yodogawa a:before{
    content: '';
    width: 10px;
    height: 100%;
    display: block;
    background-color: #FF6A00;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

#section_yodogawa .current a:before{ background-color:#000;}
#section_yodogawa .disabled a:before{ background-color:#ccc;}

#section_yodogawa a .en{
    display: block;
}

#section_yodogawa .num{
    width: auto;
    float: left;
    margin: 0 5px 0 0;
}

#section_yodogawa .title{
    width: auto;
    float: left;
}

#section_yodogawa a .date{
    font-size: 75%;
}


#modal_inner_data{
    display: none;
}

/*
*
    .section_profile
*
*/
#section_yodogawa .section_profile{
    margin: 0 0 40px 0;
}

#section_yodogawa .section_profile a{
    line-height: 1.3125em;
}


#modal_data{
    text-align: left;
    overflow: hidden;
}

#modal_data .img{
    width: 300px;
    margin: 0 40px 0 0;
    float: left;
    vertical-align: top;
}

#modal_data .img img{
    width: 300px;
}

#modal_data .desc{
    width: 380px;
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
    float: left;
    vertical-align: top;
}

#modal_data h3{
    margin: 0 0 15px 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4em;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e5e5e5;
    white-space: nowrap;
}

#modal_data h3 .en{
    display: block;
}

#modal_data p a {
    text-decoration: underline;
}


/*
*
    .section_nav
*
*/
#section_yodogawa .section_nav a{
    line-height: 1.2em;
}


/*
*
    .talk_nav
*
*/
.talk_nav{
    width: 800px;
    margin: 50px auto 20px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.talk_nav.btm{
    margin: 20px auto 50px auto;
}

.talk_nav.btm .pagetop{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.talk_nav p,
.talk_nav a{
    display: inline-block;
    position: relative;
}

.talk_nav .prev{
    width: auto;
    float: left;
    position: relative;
    z-index: 2;
}

.talk_nav .next{
    width: auto;
    float: right;
    position: relative;
    z-index: 2;
}

.talk_nav a{
    color: #7373E5;
}

.talk_nav a:hover{
    color: #FF6A00 !important;
}

.talk_nav .disabled{ display: none !important;}

.talk_nav .disabled a{
    color: #ccc !important;
    cursor: default;
}

.talk_nav i{
    font-size: 150%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    position: relative;
    top: -2px;
}

/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    clear: both;
    position: relative;
}

#section_talk:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section_talk:after{
    top: inherit;
    bottom: 0;
}

#section_talk h2{
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 28px;
    letter-spacing: .1em;
    position: relative;
}

#section_talk h2:before{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section_talk h2 span{
    padding: 5px 15px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    font-size: 23px;
    background-color: #e5e5e5;
    display: inline-block;
}

#section_talk dl{
    padding: 0 0 0 120px;
    overflow: hidden;
    font-size: 16px;
    line-height: 2em;
}

#section_talk dl:after{
    content: '';
    display: block;
    clear: both;
}

#section_talk dt{
    width: 160px;
    clear: both;
    float: left;
}

#section_talk dd{
    width: auto;
    margin: 0 0 30px 0;
    float: left;
}

#section_talk .pic{
    width: 680px;
    padding: 0 0 0 120px;
    margin: 0 0 30px 0px;
    box-sizing: border-box;
}

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

#section_talk .pic .caption{
    margin: 0 0 40px 0;
    display: block;
    font-size: 14px;
    line-height: 1.8em;
}

#section_talk .talk_btm_info{
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 12px;
}

#section_talk .continue{
    margin: 0 0 30px 0;
    font-size: 16px;
}

#section_talk .talk_end{
    margin: 0 0 10px 0;
    line-height: 1.4em;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    width: 100%;
    min-width: 900px;
    text-align: center;
}

#footer .foot_banner h5{
    margin: 0 0 10px 0;
    font-size: 16px;
}

#footer .foot_banner{
    margin: 80px 0 50px 0;
}

.first #footer .foot_banner{
    margin: -20px 0 50px 0 !important;
}

#footer .footer_share{
    height: 60px;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#footer .footer_share_inner{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .footer_share li{
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_sns{
    width: auto;
    padding: 5px 0 0 0;
    float: left;
}

#footer .footer_contact{
    width: auto;
    padding: 13px 0 0 0;
    float: right;
}

#footer .footer_share i{
    margin: 0 0 3px 0;
    font-size: 32px;
    display: block;
}

#footer .footer_share .footer_contact i{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_share li a{
    color: #7373E5;
    transition: opacity .15s ease 0s;
}

#footer .footer_share li a:hover{ color: #FF6A00 !important;}

#footer .footer_share .title{
    height: 60px;
    line-height: 60px;
    float: left;
}

#footer .copyright{
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    font-weight: bold;
    font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-color: #e5e5e5;
}

.footer-share__line{ display: none !important;}
.only_sp .footer-share__line,
.only_tablet .footer-share__line{ display: inline-block !important;}

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

#modal_inner{
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    min-width: 700px;
    padding: 75px 20px 0 20px;
    display: inline-block;
}

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

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

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

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

#modal_data{
    margin: 0 0 45px 0;
    text-align: center;
}



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




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
    font-size: 16px;
}

body, html{
    width: 100%;
    min-width: 100%;
}

br{ display: none;}
br.sp{ display: inherit;}
img.pc{ display: none;}
.switch_pc{ display: none;}

.indent_half{ position: relative; margin-left: 0;}

#wrap{
    background-color: #fff;
}

#contents_area h1{
    text-align: right;
    padding: 0 0 0 43px
    margin: 10px 0;
}

#contents_area h1 img{
    width: 192px;
}

#contents_area #main_visual{
    margin: 0 0 10px 0;
}

#contents_area #main_visual img{
    width: 100%;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 0 10px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .075em;
    overflow: hidden;
}

#section_yodogawa h3{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #E5E5E5;
}

#section_yodogawa .col_left{
    margin: 0 0 15px 0;
}

#section_yodogawa .col_left p{
    margin: 0;
}

#section_yodogawa li{
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

#section_yodogawa a{
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    color: #7373E5;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
}

#section_yodogawa a:hover{ color: #FF6A00 ;}

#section_yodogawa .current a{
    color: #000;
    cursor: default;
}

#section_yodogawa .disabled a{
    color: #ccc;
    cursor: default;
}

#section_yodogawa a:before{
    content: '';
    width: 10px;
    height: 100%;
    display: block;
    background-color: #FF6A00;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

#section_yodogawa .current a:before{ background-color:#000;}
#section_yodogawa .disabled a:before{ background-color:#ccc;}

#section_yodogawa a .en{
    display: block;
}

#section_yodogawa .num{
    width: auto;
    float: left;
    margin: 0 5px 0 0;
}

#section_yodogawa .title{
    width: auto;
    float: left;
}

#section_yodogawa a .date{
    font-size: 75%;
}


#modal_inner_data{
    display: none;
}

/*
*
    .section_profile
*
*/
#section_yodogawa .section_profile{
    margin: 0 0 40px 0;
}

#section_yodogawa .section_profile a{
    line-height: 1.3125em;
}


#modal_data{
    text-align: left;
    overflow: hidden;
}

#modal_data .img{
    width: 100%;
    margin: 0 40px 20px 0;
    vertical-align: top;
}

#modal_data .img img{
    width: 100%;
}

#modal_data .desc{
    font-size: 14px;
    line-height: 1.75em;
    text-align: left;
    vertical-align: top;
}

#modal_data h3{
    margin: 0 0 15px 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 5px;
    background-color: #e5e5e5;
    white-space: nowrap;
}

#modal_data h3 .en{
    display: block;
}

#modal_data .desc p{
    padding: 0 5px;
}


/*
*
    .section_nav
*
*/
#section_yodogawa .section_nav a{
    line-height: 1.2em;
}


/*
*
    .talk_nav
*
*/
.talk_nav{
    margin: 10px 0 30px 0;
    padding: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.talk_nav.btm{
    margin: 25px 0 20px 0;
    padding: 0 10px 50px 10px;
}

.talk_nav.btm .pagetop{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.talk_nav p,
.talk_nav a{
    display: inline-block;
    position: relative;
}

.talk_nav .prev{
    width: auto;
    float: left;
}

.talk_nav .next{
    width: auto;
    float: right;
}

.talk_nav a{
    color: #7373E5;
}

.talk_nav a:hover{
    color: #FF6A00 !important;
}

.talk_nav .disabled{ display: none !important;}

.talk_nav .disabled a{
    color: #ccc !important;
    cursor: default;
}

.talk_nav i{
    font-size: 150%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    position: relative;
    top: -2px;
}

/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    margin: 0 auto;
    padding: 0 10px;
    clear: both;
    position: relative;
}

#section_talk:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section_talk:after{
    top: inherit;
    bottom: 0;
}

#section_talk h2{
    margin: 0 0 20px 0;
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e5e5e5;
    letter-spacing: .1em;
    position: relative;
    white-space: nowrap;
}

#section_talk h2 span{
    margin: 0 0 10px 0;
    font-size: 18px;
    display: inline-block;
}

#section_talk dl{
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75em;
}

#section_talk dl:after{
    content: '';
    display: block;
    clear: both;
}

#section_talk dt{
    clear: both;
}

#section_talk dd{
    margin: 0 0 25px 0;
    padding: 0 10px;
}

#section_talk .pic{
    margin: 0 0 25px 0;
    box-sizing: border-box;
    text-align: center;
}

#section_talk .pic img{
    width: 100%;
    max-width: 420px;
}

#section_talk .pic .caption{
    width: 100%;
    max-width: 420px;
    margin: 0 auto 30px auto;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}

#section_talk .talk_btm_info{
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 12px;
}

#section_talk .continue{
    margin: 0 0 20px 0;
    font-size: 16px;
}

#section_talk .talk_end{
    margin: 0 0 10px 0;
    line-height: 1.4em;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    width: 100%;
    text-align: center;
}

#footer .foot_banner h5{
    margin: 0 0 20px 0;
    font-size: 16px;
}

#footer .foot_banner{
    padding: 20px 0 0 0;
    margin: 0 0 50px 0;
    border-top: 1px solid #e5e5e5;
}

.first #footer .foot_banner{
    margin-top: -50px;
    padding: 0;
    border: none;
}

#footer .foot_banner .img{
    padding: 0 10px;
}

#footer .foot_banner img{
    width: 100%;
    max-width: 420px;
}

#footer .footer_share{
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#footer .footer_share_inner{
    margin: 0 auto;
    overflow: hidden;
}

#footer .footer_share li{
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_sns{
    width: auto;
    display: inline-block;
    padding: 5px 0 30px 0;
}

#footer .footer_contact{
    width: auto;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    text-align: center;
}

#footer .footer_share i{
    margin: 0 0 3px 0;
    font-size: 32px;
    display: block;
}

#footer .footer_share .footer_contact i{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_share li a{
    color: #7373E5;
    transition: opacity .15s ease 0s;
}

#footer .footer_share li a:hover{ color: #FF6A00 !important;}

#footer .footer_share .title{
    padding: 25px 0 15px 0;
    font-size: 12px;
}

#footer .copyright{
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    font-weight: bold;
    font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-color: #e5e5e5;
}


.footer-share__line{ display: none !important;}
.only_sp .footer-share__line,
.only_tablet .footer-share__line{ display: inline-block !important;}


/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_inner{
    margin: 0 20px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    background-color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    padding: 50px 10px 20px 10px;
}

.profile #modal_data{
    padding: 40px 20px;
}

#modal_data img{
    width: 100%;
    max-width: 280px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 30px;
    height: 30px;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

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

#modal_data{
    text-align: center;
}



} /* ----- max-width: 640px ----- */</pre></body></html>