@import "font/font.css";

@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser.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: '秀英丸ゴシック L','游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #404040;
    font-size : 17px;
    background-image:url(../images/parts_bg.gif);
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

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

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

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

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

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
img.sp{ display: none;}
.only_sp{ display: none;}
br.sp{ display: none;}

#wrap{
    min-width: 1019px;
    background-image:url(../images/parts_content_bg_shadow.png);
    background-repeat: repeat-y;
    background-position: center;
}

#contents_area{
    width: 1019px;
    min-width: 1019px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

h1{
    margin: 8px 0 6px 0;
}

h1 img{
    width: 185px;
    height: auto;
}

#main_visual{
    margin: 0 0 40px 0;
}


/* ---------------------------------------------

    #section_yodogawa

---------------------------------------------*/
#section_yodogawa{
    margin: 0 0 30px 0;
}

#section_yodogawa h2{
    margin: 0 0 30px 0;
}

#section_yodogawa p{
    font-size: 23px;
    font-weight: bold;
    color: #FF2800;
    line-height: 2em;
    letter-spacing: .1em;
}



/* ---------------------------------------------

    #contents_body

---------------------------------------------*/
#contents_body{
    margin: 0 0 65px 0;
}

#contents_body .section_urerube h3{
    margin: 0 0 45px 0;
}

#contents_body .section_urerube.s01 h3{ margin: 0 0 20px 0;}
#contents_body .section_urerube.s03 h3{ margin: 0 0 20px 0;}

#contents_body .section_urerube{
    margin: 0 0 60px 0;
    position: relative;
}

#contents_body .section_urerube.s04{ padding: 65px 0 0 0;}
#contents_body .section_urerube.s04:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#contents_body .section_urerube .desc{
    padding: 0 0 0 250px;
    text-align: left;
}

#contents_body .section_urerube .desc p{
    margin: 0 0 35px 0;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.11em;
    color: #006400;
}

#contents_body .section_urerube .desc p.img{
    margin: 45px 0 20px 0;
    padding: 0;
}

#contents_body .section_urerube .desc.txt p.img{ margin-left: -40px;}

#contents_body .section_urerube .desc p .icon{
    width: 40px;
    height: auto;
    margin: 0 8px;
}

#contents_body .section_urerube .main_illust{
    margin: 0 0 30px 0;
}

#contents_body .section_urerube .column{
    margin: 0 0 45px 0;
    text-align: left;
    overflow: hidden;
}

#contents_body .section_urerube .column:after{
    content: '';
    clear: both;
    display: block;
}

#contents_body .section_urerube .column.right .txt{ padding: 0 0 0 160px; width: auto; float: left;}
#contents_body .section_urerube .column.right .img{ padding: 0 90px 0 0; width: auto; float: right;}

#contents_body .section_urerube .column.left .txt{ padding: 0 0 0 15px; width: auto; float: left;}
#contents_body .section_urerube .column.left .img{ padding: 0 0 0 85px; width: auto; float: left;}

#contents_body .section_urerube .column .txt p{
    margin: 0 0 35px 0;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.11em;
    color: #006400;
}

#contents_body .section_urerube .column .txt p:last-child{ margin: 0;}

#contents_body .section_urerube .column .img_ikura{ margin: 60px 0 0 0;}
#contents_body .section_urerube .column .img_harako{ margin: 70px 0 0 0;}


#contents_body .foot_date{
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 11px;
    color: #808080;
    letter-spacing: .25em;
    position: relative;
}

#contents_body .foot_date .credit{
    position: absolute;
    top: 0;
    right: 25px;
}


/* ---------------------------------------------

    #section_notice

---------------------------------------------*/
#section_notice{
    margin: 0 0 60px 0;
    padding: 30px 0 0 0;
    position: relative;
}

#section_notice p{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.86em;
}

#section_notice p{
    margin: 0 0 30px 0;
    white-space: nowrap;
}

#section_notice:before,
#section_notice:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

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

#section_notice .notice_head{
    margin: 0 0 10px 0;
}

#section_notice .notice_head h3{
    margin: 0 0 40px 0;
}

#section_notice .notice_head .desc{
    display: inline-block;
    text-align: left;
}

#section_notice .notice_head p{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: .2em;
}

#section_notice .notice_head .onsale{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #D70000;
    white-space: nowrap;
}


#section_notice .notice_lineup{
    padding: 30px 0 20px 0;
    position: relative;
    overflow: hidden;
}

#section_notice .notice_lineup:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#section_notice .notice_lineup ul{
    margin: 0 auto;
}

#section_notice .notice_lineup li:after{
    content: '';
    clear: both;
    display: block;
}

#section_notice .notice_lineup li{
    padding: 0 0 0 100px;
    margin: 0 0 30px 0;
    text-align: left;
    clear: both;
    position: relative;
}

#section_notice .notice_lineup li:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section_notice .notice_lineup li .pic{
    width: 450px;
    line-height: 0;
    float: left;
}

#section_notice .notice_lineup li h4{
    margin: 0 0 40px 0;
}

#section_notice .notice_lineup li.s01 h4 img{ width: 350px; height: auto;}
#section_notice .notice_lineup li.s02 h4 img{ width: 350px; height: auto;}

#section_notice .notice_lineup li .desc{
    width: 370px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    float: left;
}

#section_notice .topping{
    padding: 0 100px;
    text-align: left;
}

#section_notice .topping h4{
    margin: 0 0 25px 0;
}

#section_notice .topping h4 img{
    width: 347px;
    height: auto;
}


/* ---------------------------------------------

    #section_btm_nav

---------------------------------------------*/
#section_btm_nav{
    padding: 25px 0 20px 0;
    position: relative;
}

#section_btm_nav img{
    width: 104px;
    height: auto;
}

#section_btm_nav:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#section_btm_nav li{
    display: inline-block;
}

/* ---------------------------------------------

    #section_archive

---------------------------------------------*/
#section_archive{
    width: 618px;
    margin: 0 auto 90px auto;
}

#section_archive h3{
    margin: 0 0 30px 0;
}

#section_archive h3 img{
    width: 554px;
    height: auto;
}

#section_archive li{
    margin: 0 0 25px 0;
    line-height: 0;
}

#section_archive li img{
    width: 100%;
    height: auto;
}

#section_archive .caution img{
    width: 487px;
    height: auto;
}


/* ---------------------------------------------

    #section_share

---------------------------------------------*/
#section_share{
    padding: 40px 0;
    margin: 0 0 40px 0;
    position: relative;
}

#section_share:before,
#section_share:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

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

#section_share h5{
    margin: 0 0 25px 0;
}

#section_share h5 img{
    width: 88px;
    height: auto;
}

#section_share li{
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
}

#section_share li img{
    width: 40px;
    height: auto;
}

#section_share li a{ transition: opacity .1s ease .05s;}
#section_share li a:hover{ opacity: .7;}

/* ---------------------------------------------

    #section_foot

---------------------------------------------*/
#section_foot{
    padding: 0 0 90px 0;
}

#section_foot ul{
    margin: 0 0 50px 0;
}

#section_foot li{
    margin: 0 76px;
    display: inline-block;
    vertical-align: top;
}

#section_foot .mail img{ width: 82px; height: auto;}
#section_foot .home img{ width: 100px; height: auto;}

#section_foot .copyright img{ width: 254px; height: auto;}

#section_foot li a{ transition: opacity .1s ease .05s;}
#section_foot li a:hover{ opacity: .7;}

}



/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
img.pc{ display: none;}
.only_pc{ display: none;}
br{ display: none;}
br.sp{ display: inherit;}

body{
    font-size: 14px;
}

#wrap{
    min-width: 320px;
    background-color: #fff;
}

#contents_area{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

h1{
    margin: 8px 0 6px 0;
}

h1 img{
    width: 185px;
    height: auto;
}

#main_visual{
    padding: 5px;
    margin: 0 0 15px 0;
}

#main_visual img{
    width: 100%;
    height: auto;
}


/* ---------------------------------------------

    #section_yodogawa

---------------------------------------------*/
#section_yodogawa{
    margin: 0 0 20px 0;
}

#section_yodogawa h2{
    margin: 0 0 10px 0;
}

#section_yodogawa h2 img{
    width: 300px;
    height: auto;
}

#section_yodogawa p{
    font-size: 16px;
    font-weight: bold;
    color: #FF2800;
    line-height: 2em;
    letter-spacing: .1em;
}



/* ---------------------------------------------

    #contents_body

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

#contents_body .section_urerube h3{
    padding: 0 5px;
    margin: 0 0 45px 0;
}

#contents_body .section_urerube h3 img{
    width: 100%;
    height: auto;
}

#contents_body .section_urerube h3{ margin: 0 0 25px 0;}

#contents_body .section_urerube{
    margin: 0 0 30px 0;
    position: relative;
}

#contents_body .section_urerube.s04{ padding: 35px 0 0 0;}
#contents_body .section_urerube.s04:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    top: 0;
    left: 0;
}

#contents_body .section_urerube .desc{
    text-align: left;
}

#contents_body .section_urerube .desc p{
    padding: 0 20px;
    margin: 0 0 25px 0;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.11em;
    color: #006400;
}

#contents_body .section_urerube .desc p.img{
    padding: 0 5px;
    margin: 25px 0 10px 0;
}

#contents_body .section_urerube .desc p.img img{
    width: 100%;
    height: auto;
}

#contents_body .section_urerube .desc p .icon{
    width: 40px;
    height: auto;
    margin: 0 8px;
}

#contents_body .section_urerube .main_illust{
    margin: 0 0 15px 0;
}

#contents_body .section_urerube .main_illust img{
    width: 100%;
    height: auto;
}

#contents_body .section_urerube .column{
    margin: 0 0 25px 0;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}

#contents_body .section_urerube .column:after{
    content: '';
    clear: both;
    display: block;
}

#contents_body .section_urerube .column .txt{
    text-align: left;
}

#contents_body .section_urerube .column .img{
    margin: 0 0 15px 0;
}

#contents_body .section_urerube .column .img img{
    width: 60%;
    max-width: 320px;
    height: auto;
}

#contents_body .section_urerube .column .txt p{
    margin: 0 0 35px 0;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.11em;
    color: #006400;
}

#contents_body .section_urerube .column .txt p:last-child{ margin: 0;}

#contents_body .section_urerube .column .img_ikura{ margin: 30px 0 0 0;}
#contents_body .section_urerube .column .img_harako{ margin: 35px 0 0 0;}


#contents_body .foot_date{
    margin: 0 0 20px 0;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 10px;
    color: #808080;
    letter-spacing: .25em;
    position: relative;
}

#contents_body .foot_date .credit{
    margin: 30px 0 0 0;
}


/* ---------------------------------------------

    #section_notice

---------------------------------------------*/
#section_notice{
    margin: 0 0 25px 0;
    padding: 30px 5px 0 5px;
    position: relative;
}

#section_notice p{
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.86em;
}

#section_notice p{
    margin: 0 0 15px 0;
}

#section_notice:before,
#section_notice:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    top: 0;
    left: 0;
}

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

#section_notice .notice_head{
    margin: 0 0 10px 0;
}

#section_notice .notice_head h3{
    margin: 0 0 20px 0;
}

#section_notice .notice_head h3 img{
    width: 100%;
    height: auto;
}

#section_notice .notice_head .desc{
    padding: 0 20px;
    display: inline-block;
    text-align: left;
}

#section_notice .notice_head p{
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: .2em;
}

#section_notice .notice_head .onsale{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #D70000;
    white-space: nowrap;
}

#section_notice .notice_lineup{
    padding: 35px 0 20px 0;
    position: relative;
    overflow: hidden;
}

#section_notice .notice_lineup:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    top: 0;
    left: 0;
}

#section_notice .notice_lineup ul{
    margin: 0 auto;
}

#section_notice .notice_lineup li:after{
    content: '';
    clear: both;
    display: block;
}

#section_notice .notice_lineup li{
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    text-align: left;
    clear: both;
    position: relative;
}

#section_notice .notice_lineup li:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section_notice .notice_lineup li .pic{
    padding: 0 10px;
    margin: 0 0 20px 0;
    line-height: 0;
}

#section_notice .notice_lineup li .pic img{
    width: 100%;
    height: auto;
}

#section_notice .notice_lineup li h4{
    margin: 0 0 20px 0;
}

#section_notice .notice_lineup li.s01 h4 img{ width: 100%; max-width: 350px; height: auto;}
#section_notice .notice_lineup li.s02 h4 img{ width: 100%; max-width: 350px; height: auto;}

#section_notice .notice_lineup li .desc{
    padding: 0 20px;
    box-sizing: border-box;
}

#section_notice .topping{
    padding: 0 20px;
    text-align: left;
}

#section_notice .topping h4{
    margin: 0 0 25px 0;
    text-align: center;
}

#section_notice .topping h4 img{
    width: 90%;
    max-width: 347px;
    text-align: center;
    height: auto;
}


/* ---------------------------------------------

    #section_btm_nav

---------------------------------------------*/
#section_btm_nav{
    padding: 25px 0 20px 0;
    position: relative;
}

#section_btm_nav img{
    width: 104px;
    height: auto;
}

#section_btm_nav:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    top: 0;
    left: 0;
}

#section_btm_nav li{
    display: inline-block;
}


/* ---------------------------------------------

    #section_archive

---------------------------------------------*/
#section_archive{
    margin: 0 auto 25px auto;
    padding: 0 5px;
}

#section_archive h3{
    margin: 0 0 20px 0;
}

#section_archive h3 img{
    width: 95%;
    height: auto;
}

#section_archive li{
    margin: 0 0 10px 0;
    line-height: 0;
}

#section_archive li img{
    width: 100%;
    height: auto;
}

#section_archive .caution img{
    width: 90%;
    max-width: 487px;
    height: auto;
}


/* ---------------------------------------------

    #section_share

---------------------------------------------*/
#section_share{
    padding: 40px 0;
    margin: 0 0 40px 0;
    position: relative;
}

#section_share:before,
#section_share:after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-image:url(../images/parts_line_dashed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 2px;
    position: absolute;
    top: 0;
    left: 0;
}

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

#section_share h5{
    margin: 0 0 25px 0;
}

#section_share h5 img{
    width: 88px;
    height: auto;
}

#section_share li{
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}

#section_share li img{
    width: 40px;
    height: auto;
}

#section_share li a{ transition: opacity .1s ease .05s;}
#section_share li a:hover{ opacity: .7;}

/* ---------------------------------------------

    #section_foot

---------------------------------------------*/
#section_foot{
    padding: 0 0 65px 0;
}

#section_foot ul{
    margin: 0 0 50px 0;
}

#section_foot li{
    margin: 0 0 20px 0;
}

#section_foot .mail img{ width: 82px; height: auto;}
#section_foot .home img{ width: 100px; height: auto;}

#section_foot .copyright img{ width: 254px; height: auto;}

#section_foot li a{ transition: opacity .1s ease .05s;}
#section_foot li a:hover{ opacity: .7;}


}


/*------------------------------------------------------------------------------------------
*
*
    max-width : 321px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 321px) {

#section_yodogawa p,
#section_notice .notice_head p{
    letter-spacing: .05em !important;
}

#contents_body .section_urerube .desc p{
    letter-spacing: .075em;
}


}