<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
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    width: 800px;
    margin: 0 auto;
}

#wrap .logo{
    padding: 25px 0;
    text-align: center;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 0 35px 0;
}

#main_visual .credit{
    margin: 5px 0 0 0;
    text-align: right;
    font-size: 75%;
    display: block;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    height: 370px;
    margin: 0 0 70px 0;
    position: relative;
}

#section_yodogawa .txt_yodogawa{
    position: absolute;
    top: 0;
    right: 105px;
}

.s02 #section_yodogawa .txt_yodogawa{
    right: 40px;
}

#section_yodogawa .btn_profile{
    position: absolute;
    left: 100px;
    bottom: 15px;
    cursor: pointer;
}

.s02 #section_yodogawa .btn_profile{
    left: 40px;
}

#section_yodogawa .btn_profile img{
    transition: opacity .15s ease 0s;
}

.is_sp #section_yodogawa .btn_profile img.touch,
.is_pc #section_yodogawa .btn_profile img:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#modal .profile_modal_inner{
    text-align: left;
    padding: 0 0 30px 0;
}

#modal .profile_modal_inner p{
    font-size: 15px;
    line-height: 2em;
    margin: 0 0 25px 0;
}

#modal .profile_modal_inner .pic{
    margin: 0 0 10px 0;
}

#modal .profile_modal_inner h3{
    margin: 0 0 5px 0;
    font-size: 23px;
    line-height: 1.8em;
    letter-spacing: .05em;
}

#modal .profile_modal_inner h3 .kana{
    font-size: 14px;
    position: relative;
    left: 5px;
}

#modal .profile_modal_inner a{
    position: relative;
    display: inline-block;
    transition: opacity .15s ease 0s;
}

#modal .profile_modal_inner a:before{
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 1px dashed #888;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.is_sp #modal .profile_modal_inner a.touch,
.is_pc #modal .profile_modal_inner a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #section_ws
*
-------------------------------------------------- */
#section_ws{
    width: 720px;
    padding: 0 60px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 4px #a39d96;
    overflow: hidden;
}

#section_ws a{
    position: relative;
    display: inline-block;
    transition: opacity .15s ease 0s;
}

#section_ws a:before{
    width: 94%;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 1px dashed #888;
    position: absolute;
    bottom: 3px;
    left: 3%;
}

.is_sp #section_ws a.touch,
.is_pc #section_ws a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_ws h2{
    padding: 55px 0 30px 0;
    text-align: center;
}

#section_ws p{
    padding: 0 0 0 70px;
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
}

#section_ws p.pic{
    padding: 0;
    margin: 0 0 35px 0;
    line-height: 1em;
}

#section_ws p.pic.vertical{
    padding: 0 70px;
}

#section_ws p.pic img{
    width: 100%;
    height: auto;
}

#section_ws .pic .caption{
    padding: 0 5px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    position: relative;
    top: 5px;
    line-height: 1.5em;
    white-space: nowrap;
}

#section_ws .credit{
    margin-bottom: -15px;
    text-align: right;
    font-size: 75%;
    display: block;
    position: relative;
    top: 7px;
}

#section_ws .credit.s{
    top: 5px;
}


#section_ws .balloon{
    margin: 0 70px 60px 70px;
    padding: 35px 45px 25px 45px;
    background-color: #f6ebe2;
    border-radius: 15px;
    position: relative;
}

.s02 #section_ws .balloon{
    margin-left: 25px;
    margin-right: 25px;
}


#section_ws .balloon:after{
    content: '';
    display: block;
    width: 42px;
    height: 26px;
    background-image:url(../images/parts_balloon_arrow.png);
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: center;
    position: absolute;
    bottom: -26px;
    left: 42px;
}

.s02 #section_ws .balloon:after{
    left: 82px;
}


#section_ws .balloon p{
    padding: 0;
    white-space: nowrap;
}


#section_ws .balloon .name{
    text-align: right;
}

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

#section_ws .info_ws{
    margin: 0 70px 85px 70px;
    padding: 0 0 35px 0;
    background-color: #f6ebe2;
    position: relative;
    overflow: hidden;
}

#section_ws .info_ws h3{
    padding: 50px 0 30px 0;
    text-align: center;
}

#section_ws .info_ws p{
    padding: 0 45px;
    white-space: nowrap;
}

#section_ws .info_ws span.txt_indent{
    font-size: 85%;
    margin: 20px 0;
    line-height: 2em;
    display: block;
}

#section_ws .info_ws span.caution{
    font-size: 85%;
}

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

#section_ws .info_entry h4{
    margin: 0 0 20px 70px;
}

#section_ws .info_entry .entry_notes{
    text-indent: -1em;
    padding-left: 1em;
}

#section_ws .info_entry .btn_entry{
    margin: -10px 0 20px 0;
}

#section_ws .info_entry .btn_entry a:before{ display: none;}
#section_ws .info_entry .btn_entry a:hover{ opacity: inherit;}

#section_ws .btn_banner{
    margin: 0 0 50px 0;
    text-align: center;
    overflow: hidden;
}

#section_ws .btn_banner li{
    margin: 0 0 20px 0;
}

#section_ws .btn_banner li a:after{ display: none;}
#section_ws .btn_banner li a:hover{ opacity: inherit;}

#section_ws .btn_banner .archive{
    margin: 60px 0 120px 0;
    text-align: center;
}

#section_ws .btn_banner .archive h4{
    margin: 0 0 10px 0;
    font-size: 20px;
}

#section_ws .btn_banner .archive p{
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}

#section_ws .btn_banner .archive a{
    color: #666;
    transition: opacity .15s ease .0s;
}

.is_pc #section_ws .btn_banner .archive a:hover,
.is_sp #section_ws .btn_banner .archive a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_ws .btn_banner .archive a:before{
    border-bottom: 2px solid #aaa;
    bottom: -2px;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 65px 0 0 0;
    padding: 0 100px 70px 100px;
    position: relative;
}

#foot_share li{
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: middle;
}

#foot_share li.home{
    position: absolute;
    right: 60px;
    top: 0;
}

.copyright{
    margin: 0 0 85px 0;
    text-align: center;
}


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