@charset "UTF-8";

/*
    01：common
    02：common_parts
    03：contents
*/

/*common
------------------------------------------------------------------------------------------------------------------------------------ */
html { font-size: 62.5%; } /* 10px */
body { background: url("../images/bg.gif") center top repeat; color: #333; line-height: 1.7; font-size: 1.6rem; font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.pc_only { display: block; }
.sp_only { display: none; }
img { vertical-align: top; line-height: 1;}
/**/
@-webkit-keyframes flash {	0% { opacity: .4;}	100% { opacity: 1;}}
@keyframes flash { 0% { opacity: .4;} 100% { opacity: 1;}}
a { display: inline-block; color: #333;}
a:hover { opacity: 1; -webkit-animation: flash 1s; animation: flash 1s;}
a:visited { color: #333;}
a.more-link { color: #d20000; font-weight: bold;}
/**/
@media screen and (max-width:767px) {
    body { line-height: 1.7; font-size: 1.4rem;}
    .pc_only { display: none; }
    .sp_only { display: block; }
    img { max-width: 100%; height: auto;}
}
/**/
@media screen and (max-width:320px) {
    html { font-size: 53.3%; } /* 8.5px */
}


/*common_parts
------------------------------------------------------------------------------------------------------------------------------------ */
#contents { display: flex; justify-content: space-between; width: 1080px; margin: 0 auto;}
#contents #main { width: 720px;}
/**/
@media only screen and (max-width: 767px) {
    #contents { display: block; width: 100%;}
    #contents #main { width: 100%; margin-bottom: 50px; padding: 0 15px; box-sizing: border-box;}
}


/* header */
header { position: relative; height: 120px; padding: 10px 0 0; background: url("../images/header_bg.jpg") center top no-repeat; line-height: 1;}
header a,
header a:visited { position: relative; color: #fff; text-decoration: none;}
header a:hover { text-decoration: underline;}
header h1 { margin-block-start: 0; line-height: 1;}
header .read { padding: 5px 0 0 7px; color: #e6ded1; font-weight: bold;}
header > div { width: 1080px; margin: 0 auto;}
header .inner { display: flex; justify-content: space-between;}
/**/
header .inner .block_search { width: 300px; margin-top: 7px;}
header .inner .block_search form a { display: block;}
header .inner .block_search input[type=search] {
    display: inline-block;
    width: 75%;
    height: 30px;
    margin-bottom: 14px;
    padding: 1px 6px;
    vertical-align: top;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #eaedf2;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
    line-height: 40px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #5c6b80;
    box-sizing: border-box;
}
header .inner .block_search button {
    appearance: button;
    align-items: flex-start;
    display: inline-block;
    width: 20%;
    height: 30px;
    margin: 0em;
    padding: 1px 6px;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
    border-width: 0;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    cursor: default;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(buttontext, rgb(170, 170, 170));
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    font: 400 13.3333px Arial;
    box-sizing: border-box;
}
/**/
header nav { position: absolute; bottom: 15px;}
header nav ul { display: flex; width: 605px; margin: 0; padding: 0; text-indent: -9999px;}
header nav ul li { height: 12px; background-image: url("../images/gnav.png");}
header nav ul li a { display: block; width: 100%; height: 100%;}
header nav ul li:nth-child(1) { width: 66px; background-position: 0 0;}
header nav ul li:nth-child(2) { width: 80px; background-position: -66px 0;}
header nav ul li:nth-child(3) { width: 80px; background-position: -146px 0;}
header nav ul li:nth-child(4) { width: 61px; background-position: -226px 0;}
header nav ul li:nth-child(5) { width: 79px; background-position: -287px 0;}
header nav ul li:nth-child(6) { width: 61px; background-position: -366px 0;}
header nav ul li:nth-child(7) { width: 60px; background-position: -427px 0;}
header nav ul li:nth-child(8) { width: 60px; background-position: -487px 0;}
header nav ul li:nth-child(9) { width: 58px; background-position: -547px 0;}
header nav ul li:nth-child(1):hover,
header nav ul li:nth-child(1).on { background-position: 0 -12px;}
header nav ul li:nth-child(2):hover,
header nav ul li:nth-child(2).on { background-position: -66px -12px;}
header nav ul li:nth-child(3):hover,
header nav ul li:nth-child(3).on { background-position: -146px -12px;}
header nav ul li:nth-child(4):hover,
header nav ul li:nth-child(4).on { background-position: -226px -12px;}
header nav ul li:nth-child(5):hover,
header nav ul li:nth-child(5).on { background-position: -287px -12px;}
header nav ul li:nth-child(6):hover,
header nav ul li:nth-child(6).on { background-position: -366px -12px;}
header nav ul li:nth-child(7):hover,
header nav ul li:nth-child(7).on { background-position: -427px -12px;}
header nav ul li:nth-child(8):hover,
header nav ul li:nth-child(8).on { background-position: -487px -12px;}
header nav ul li:nth-child(9):hover,
header nav ul li:nth-child(9).on { background-position: -547px -12px;}
/**/
@media only screen and (max-width: 767px) {
    header { height: auto; padding: 10px 10px 0 10px; background: url("../images/header_bg_sp.jpg") center top no-repeat; background-size: cover;}
    header a,
    header a:visited { color: #000;}
    header a.on { padding-left: 20px; text-decoration: underline; font-weight: bold; font-size: 1.4rem;}
    header a.on::before { content: ""; display: block; position: absolute; left: 0; top: 5px; width: 7px; height: 7px; border-top: solid 3px #d20000; border-right: solid 2px #d20000; transform: rotate(45deg);}
    header h1 { width: 85%;}
    header .read { padding: 10px 0 15px 5px; font-size: 1.15rem;}
    header > div { position: relative; width: 100%;}
    header > div .btn_sp { position: absolute; z-index: 10; right: 0; top: 0; width: 35px;}
    header > div .btn_sp img { width: 100%; height: auto;}
    header .inner { display: block; width: 100%;}
    /**/
    header .inner .block_search { width: 100%; margin-top: 0;}
    header .inner .block_search input[type=search] { -webkit-appearance: none; width: 78%; border-radius: 0;}
    header .inner .block_search button { background-color:#eaedf2;}
    /**/
    header nav { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; transform: translateX(100%);}
    header nav .btn_close { padding: 5px; background: #ebe7cf; text-align: right;}
    header nav .btn_close img { width: 35px; height: auto;}
    header nav ul { display: block; width: 100%; background: #ebe7cf; text-indent: 0;}
    header nav ul li { height: auto; padding: 15px 0 10px 20px; background: #ebe7cf; border-bottom: solid 1px #999999; text-align: center; box-sizing: border-box;}
    header nav ul li:nth-child(1) { width: 100%; background-position: 0 0; border-top: solid 1px #999999;}
    header nav ul li:nth-child(2) { width: 100%; background-position: -57px 0;}
    header nav ul li:nth-child(3) { width: 100%; background-position: -147px 0;}
    header nav ul li:nth-child(4) { width: 100%; background-position: -235px 0;}
    header nav ul li:nth-child(5) { width: 100%; background-position: -301px 0;}
    header nav ul li:nth-child(6) { width: 100%; background-position: -389px 0;}
    header nav ul li:nth-child(7) { width: 100%; background-position: -456px 0;}
    header nav ul li:nth-child(8) { width: 100%; background-position: -524px 0;}
    header nav ul li:nth-child(9) { width: 100%; background-position: -591px 0;}
    header nav ul li:nth-child(3n) { width: 100%; box-sizing: border-box;}
    header nav ul li:last-child { border-right:none;}
}


/* breadcrumb */
#breadcrumb { width: 1080px; margin: 0 auto; padding: 15px 0; font-size: 1.4rem; text-align: left;}
#breadcrumb li { display: inline-block;}
#breadcrumb li a { color: #FF0000; text-decoration: underline;}
#breadcrumb li a:hover { text-decoration: none;}
#breadcrumb li:after { content: ">"; margin-left: 7px; color: #3a3a3a;}
#breadcrumb li:last-child:after { content: ""; padding: 0;}
/**/
@media only screen and (max-width: 767px) {
    #breadcrumb { width: 100%; padding:12px 15px; font-size: 1.2rem; text-align: left; box-sizing: border-box;}
}


/* sidenav */
#sidebar { position: relative; width: 310px; padding-bottom: 250px; background: url("../images/side_bg.png") 0 0 no-repeat; background-color: #e7dfd3;}
#sidebar .ttl img { width: 100%; height: auto;}
#sidebar .subttl { line-height: 1; margin-bottom: 7px; padding: 10px 0 8px; background: url("../images/side_subttl_bg.png") 0 0 repeat; text-align: center; color: #5a5551; font-weight: bold; font-size: 1.8rem;}
#sidebar .subttl img { width: auto; height: 15px; line-height: 1;}
#sidebar ul li { position: relative; margin: 0 auto 10px; padding:11px 0 4px 35px; background: url("../images/side_line.png") center bottom repeat-x; font-size: 1.8rem;}
#sidebar ul li a { text-decoration: none;}
#sidebar ul li a img { width: auto; height: 14px;}
#sidebar ul li:last-child { margin-bottom: 0; background: none;}
#sidebar ul li.last { padding:11px 0 4px 35px; background: url("../images/side_line.png") center bottom repeat-x;}
#sidebar ul li::before { content: ""; display: block; position: absolute; left: 10px; top: 11px; width: 10px; height: 10px; border-top: solid 3px #bab0a8; border-right: solid 2px #bab0a8; transform: rotate(45deg);}
#sidebar .btn { margin: 30px 20px 0;}
#sidebar .btn a { display: block; position: relative; margin-top: 30px; padding: 17px 0 13px; background: #dedcd5; border: solid 1px #9e958e; text-align: center; line-height: 1;}
#sidebar .btn a img { width: auto; height: 12px;}
#sidebar .ad { padding: 25px 0; text-align: center; font-weight: bold;}
#sidebar .ad .banner { margin-bottom: 20px;}
#sidebar .ad .banner img { width: 100%; height: auto;}
#sidebar .logo_fess { text-align: center;}
#sidebar .logo_nod { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); width: 140px;}
#sidebar .logo_nod img { width: 100%; height: auto;}
/**/
@media only screen and (max-width: 767px) {
    #sidebar { width: 100%; padding-bottom: 180px; background-size: cover;}
    #sidebar .ttl { display: none;}
    #sidebar .ttl img { width: 100%; height: auto;}
    #sidebar .ad { padding: 25px 0 0;}
    #sidebar .logo_fess img { width: 80%; height: auto;}
    #sidebar .logo_nod { width: 100px; bottom: 20px;}
}


/* footer_area */
#footer_area { padding: 20px 0; background: #c05337; border-bottom: solid 1px #cd755f; text-align: center;}
#footer_area .ttl { line-height: 1; margin-bottom: 23px;}
#footer_area nav ul { display: flex; width: 712px; margin: 0 auto; padding: 0; text-indent: -9999px;}
#footer_area nav ul li { height: 12px; background-image: url("../images/footer_area_nav.png");}
#footer_area nav ul li a { display: block; width: 100%; height: 100%;}
#footer_area nav ul li:nth-child(1) { width: 79px; background-position: 0 0;}
#footer_area nav ul li:nth-child(2) { width: 92px; background-position: -79px 0;}
#footer_area nav ul li:nth-child(3) { width: 92px; background-position: -171px 0;}
#footer_area nav ul li:nth-child(4) { width: 72px; background-position: -263px 0;}
#footer_area nav ul li:nth-child(5) { width: 92px; background-position: -335px 0;}
#footer_area nav ul li:nth-child(6) { width: 72px; background-position: -427px 0;}
#footer_area nav ul li:nth-child(7) { width: 72px; background-position: -499px 0;}
#footer_area nav ul li:nth-child(8) { width: 72px; background-position: -571px 0;}
#footer_area nav ul li:nth-child(9) { width: 69px; background-position: -643px 0;}
#footer_area nav ul li:nth-child(1):hover,
#footer_area nav ul li:nth-child(1).on { background-position: 0 -12px;}
#footer_area nav ul li:nth-child(2):hover,
#footer_area nav ul li:nth-child(2).on { background-position: -79px -12px;}
#footer_area nav ul li:nth-child(3):hover,
#footer_area nav ul li:nth-child(3).on { background-position: -171px -12px;}
#footer_area nav ul li:nth-child(4):hover,
#footer_area nav ul li:nth-child(4).on { background-position: -263px -12px;}
#footer_area nav ul li:nth-child(5):hover,
#footer_area nav ul li:nth-child(5).on { background-position: -335px -12px;}
#footer_area nav ul li:nth-child(6):hover,
#footer_area nav ul li:nth-child(6).on { background-position: -427px -12px;}
#footer_area nav ul li:nth-child(7):hover,
#footer_area nav ul li:nth-child(7).on { background-position: -499px -12px;}
#footer_area nav ul li:nth-child(8):hover,
#footer_area nav ul li:nth-child(8).on { background-position: -571px -12px;}
#footer_area nav ul li:nth-child(9):hover,
#footer_area nav ul li:nth-child(9).on { background-position: -643px -12px;}
/**/
@media only screen and (max-width: 767px) {
    #footer_area { display: none;}
    #footer_area nav ul { display: flex; width: 100%;}
}


/* footer_year */
#footer_year { padding: 20px 0; background: #c05337; text-align: center;}
#footer_year .ttl { line-height: 1; margin-bottom: 23px;}
#footer_year nav ul { display: flex; width: 193px; margin: 0 auto; padding: 0; text-indent: -9999px;}
#footer_year nav ul li { height: 12px; background-image: url("../images/footer_year_nav.png");}
#footer_year nav ul li a { display: block; width: 100%; height: 100%;}
#footer_year nav ul li:nth-child(1) { width: 72px; background-position: 0 0;}
#footer_year nav ul li:nth-child(2) { width: 72px; background-position: -72px 0;}
#footer_year nav ul li:nth-child(3) { width: 49px; background-position: -144px 0;}
#footer_year nav ul li:nth-child(1):hover,
#footer_year nav ul li:nth-child(1).on { background-position: 0 -12px;}
#footer_year nav ul li:nth-child(2):hover,
#footer_year nav ul li:nth-child(2).on { background-position: -72px -12px;}
#footer_year nav ul li:nth-child(3):hover,
#footer_year nav ul li:nth-child(3).on { background-position: -144px -12px;}
/**/
@media only screen and (max-width: 767px) {
    #footer_year { display: none;}
}


/* footer */
footer { height: 62px; padding-top: 25px; background: url("../images/footer_bg.jpg") 0 0 no-repeat; color: #fff; font-size: 1.3rem; box-sizing: border-box;}
.footer {}
footer > div { display: flex; justify-content: space-between; width: 1080px; margin: 0 auto;}
footer ul { display: flex;}
footer ul li { margin: 0 15px 0 0; padding: 0 15px 0 0; border-right: solid 1px #fff;}
footer ul li:last-child { margin:  0; padding:  0; border-right: none;}
footer a,
footer a:active,
footer a:visited { color: #fff; text-decoration: none;}
/**/
@media only screen and (max-width: 767px) {
    footer { height: auto; padding: 20px 15px 50px; background-size: cover; text-align: center;}
    footer div { display: block; width: 100%;}
    footer ul { margin-bottom: 15px; flex-wrap: wrap;}
    footer ul li { width: 50%; margin: 0 0 10px; padding: 0; border-right:none;}
}


/* totop */
#totop {  position: fixed; right: 10px; bottom: 10px; width: 50px; height: 50px; background: #000; color: #fff; z-index: 10;}
/**/
@media only screen and (max-width: 767px) {
}



/*contents
------------------------------------------------------------------------------------------------------------------------------------ */
/* home_main */
#home_main { margin-bottom: 50px;}
#home_main .block_new { margin: 0 0 10px; line-height: 1;}
#home_main .new { display: inline-block; margin-right: 5px; padding: 5px 7px 1px; line-height: 1; background: #d20000;}
#home_main .discontinued { display: inline-block; margin-right: 5px; padding: 5px 7px 1px; background: #000;}
#home_main .new img,
#home_main .discontinued img { width: auto; height: 13px;}
/**/
#block_map { margin-bottom: 50px;}
.block_modal .ttl { margin-bottom: 30px; padding: 3px 0; background: #e2dbcf; border: solid 1px #5e5a56; text-align: center; color: #5e5a56; font-weight: bold; font-size: 2.4rem;}
.block_modal .comingsoon { text-align: center;}
.block_modal ul { padding: 0 10px;}
.block_modal ul li { margin-bottom: 10px; padding: 0 0 10px 15px; background: url(../images/modal_arrow.png) 0 5px no-repeat; border-bottom: dashed 1px #afafaf; font-size: 1.4rem;}
.block_modal ul li:last-child { margin-bottom: 0; padding: 0 10px 0 15px; border-bottom: none;}
.block_modal ul li span { display: inline-block; padding-right: 15px; color: #5e5a56; font-weight: bold; font-size: 1.6rem;}
.block_modal ul li a,
.block_modal ul li a:hover { text-decoration: none; color: #5e5a56;}
.modaal-container {
    border-radius: 10px;
}
.modaal-close {
    position: absolute;
    right: 20px;
    top: -50px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/**/
@media only screen and (max-width: 767px) {
    #block_map { margin-bottom: 25px;}
    .block_modal .ttl { margin-bottom: 15px; padding: 3px 0; font-size: 1.8rem;}
    .block_modal ul { padding: 0 5px;}
    .block_modal ul li { margin-bottom: 8px; padding: 0 0 8px 10px; background: url(../images/modal_arrow.png) 0 8px no-repeat; background-size: 8px auto; font-size: 1.3rem;}
    .block_modal ul li:last-child { padding: 0 0 0 10px;}
    .block_modal ul li span { display: block; font-size: 1.5rem;}
    .modaal-content-container {
        padding: 15px;
    }
    .modaal-close {
        top: -35px;
    }
    .modaal-close:before, .modaal-close:after {
        width: 4px;
        height: 30px;
    }
}
/**/
#home_main .ph { margin-bottom: 20px;}
#home_main .movie { margin-bottom: 10px;}
#home_main h2 { margin: 3px 0 10px; line-height: 1.8; font-weight: bold; font-size: 2rem;}
#home_main h2 .photograph { font-size: 1.7rem;}
#home_main .block_pagelink { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 0 0 10px; border-bottom: dashed 1px #afafaf;}
#home_main .block_pagelink p:first-child { padding-right: 5px;}
#home_main .block_pagelink p:last-child { padding-left: 5px;}
#home_main .pagelinkatt { margin-bottom: 25px; text-align: right; font-size: 1.3rem;}
#home_main .txt { margin-bottom: 20px;}
#home_main .dvd { font-weight: bold;}
#home_main .dvd p { display: inline-block;}
#home_main .dvd p::after { content: "▶︎";}
#home_main .dvd a { display: inline-block; margin-left: 10px; padding: 7px 10px; background: #d20000; color: #fff; text-decoration: none;}
#home_main .dvd a,
#home_main .dvd a img { line-height: 1;}
/**/
@media only screen and (max-width: 767px) {
    #home_main { margin-bottom: 30px;}
    #home_main > div { padding: 0;}
    #home_main .new { margin-right: 5px; padding: 3px 5px; background: #d20000;}
    #home_main .discontinued { margin-right: 5px; padding: 3px 5px; background: #000;}
    #home_main .ph { margin-bottom: 15px;}
    #home_main .movie { position: relative; width: 100%; height: 0; margin-bottom: 15px; padding-top: 56.25%; overflow: hidden;}
    #home_main .movie iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
    #home_main h2 { margin: 5px 0; font-size: 1.7rem;}
    #home_main h2 .photograph { font-size: 1.5rem;}
    #home_main .block_pagelink { font-size: 1.3rem;}
    #home_main .dvd { text-align: center;}
    #home_main .dvd p::after { display: none;}
    #home_main .dvd a { margin-top: 5px; padding: 10px 20px;}
}


/* section_list */
#section_list { margin-bottom: 50px;}
#section_list .new { display: inline-block; margin-bottom: 7px; padding: 6px 7px 5px; background: #d20000; color: #fff; font-size: 1.4rem;}
#section_list .new img { width: auto; height: 13px;}
#section_list .ttl { margin-bottom: 20px; padding: 10px 10px 10px 20px; background: #cfcac5; font-weight: bold; font-size: 2rem;}
#section_list .ttl_home { margin-bottom: 20px;}
#section_list ul.list li { margin-bottom: 30px; padding-bottom: 25px; border-bottom: solid 1px #afafaf;}
#section_list.pagetop ul.list li:first-child { display: none;}
#section_list ul.list li > div { display: flex; justify-content: space-between;}
#section_list .ph img { width: 230px; height: auto;}
#section_list ul.list li > div > div { width: 465px;}
#section_list h2 { margin-bottom: 10px; line-height: 1; font-weight: bold; font-size: 1.7rem;}
#section_list h2 p { line-height: 1.5;}
#section_list .block_icon { margin-bottom: 10px; font-weight: bold;}
#section_list .area { display: inline-block; margin-right: 10px; padding: 2px 20px 0; background: #bfa775;}
#section_list .year { display: inline-block; margin-right: 10px; padding: 2px 20px 0; background: #bfa775;}
#section_list .discontinued { display: inline-block; margin-right: 10px; padding: 2px 20px 0; background: #000; color: #fff;}
#section_list .txt { font-size: 1.4rem;}
#section_list .btn_postall { padding-top: 30px;}
#section_list .btn_postall a { position: relative; display: block; width: 300px; margin: 0 auto; padding: 7px 0; background: #8e5347; text-decoration: none; text-align: center; color: #fff; font-weight: bold; font-size: 2rem; box-sizing: border-box;}
#section_list .btn_postall a::after { content: ""; display: block; position: absolute; right: 10px; top: 17px; width: 10px; height: 10px; border-top: solid 3px #bab0a8; border-right: solid 2px #bab0a8; transform: rotate(45deg);}
/**/
.pagination a,
.pagination span {
    color: #333;
}
.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #c05238;
    color: white; }
.pagination .current {
    background-color: #c05238;
    cursor: default;
    color: #fff;
}
.pagination .current:hover,
.pagination .current:focus {
    background-color: #c05238;
    color: #fff;
}
/**/
@media only screen and (max-width: 767px) {
    #section_list { margin-bottom: 40px;}
    #section_list .ttl { margin-bottom: 15px; text-align: center; font-size: 1.8rem;}
    #section_list .ttl_home { margin-bottom: 15px;}
    #section_list .ttl_home img { width: 100%; height: auto;}
    #section_list ul.list { display: flex; justify-content: space-between; flex-wrap: wrap;}
    #section_list ul.list li { width: 48%; margin-bottom: 25px; padding: 0; border-bottom:none; box-sizing: border-box;}
    #section_list ul.list li > div { display: block;}
    #section_list .ph { margin-bottom: 10px;}
    #section_list .ph img { width:100%;}
    #section_list ul.list li > div > div { width: 100%;}
    #section_list h2 { margin-bottom: 10px; font-size: 1.5rem;}
    #section_list h2 p { line-height: 1.5;}
    #section_list h2 span { display: inline-block; margin-bottom: 5px;}
    #section_list h2 a { display: block;}
    #section_list .area { display: inline-block; margin: 0 5px 5px 0; padding: 1px 10px 0;}
    #section_list .year { display: inline-block; margin: 0 5px 5px 0; padding: 1px 10px 0;}
    #section_list .btn_postall { padding-top: 0;}
    #section_list .btn_postall a { width: 250px; padding: 5px 0; font-size: 1.7rem; box-sizing: border-box;}
    #section_list .btn_postall a::after { right: 10px; top: 12px;}

}


/* section_rank */
#section_rank { margin-bottom: 50px;}
#section_rank .ttl { margin-bottom: 20px;}
#section_rank ul { display: flex; justify-content: space-between;}
#section_rank ul li { width: 200px;}
#section_rank .ph { margin-bottom: 15px;}
#section_rank .ph img { width: 200px; height: auto;}
#section_rank .wpp-thumbnail { margin: 0;}
#section_rank ul li > div > div { display: flex; align-items: center; min-height: 50px;}
#section_rank ul li > div > div::before { content: ""; display: block; width: 60px; height: 50px;}
#section_rank ul li:nth-child(1) > div > div { background: url("../images/section_rank_no1.png") 0 0 no-repeat;}
#section_rank ul li:nth-child(2) > div > div { background: url("../images/section_rank_no2.png") 0 0 no-repeat;}
#section_rank ul li:nth-child(3) > div > div { background: url("../images/section_rank_no3.png") 0 0 no-repeat;}
#section_rank ul li > div > div h2 { width: 140px; line-height: 1.5; font-weight: bold; font-size: 1.5rem;}
/**/
@media only screen and (max-width: 767px) {
    #section_rank { margin-bottom: 40px;}
    #section_rank .ttl img { width: 100%; height: auto;}
    #section_rank ul { display: block;}
    #section_rank ul li { width: 100%; margin-bottom: 30px;}
    #section_rank .ph { margin-bottom: 10px; text-align: center;}
    #section_rank .ph img {  width: 100%; height: auto;}
    #section_rank ul li > div > div h2 { width: auto; font-size: 1.6rem;}
    #section_rank ul li:nth-child(1) > div > div { background: url("../images/section_rank_no1_2x.png") 0 0 no-repeat; background-size: 50px auto;}
    #section_rank ul li:nth-child(2) > div > div { background: url("../images/section_rank_no2_2x.png") 0 0 no-repeat; background-size: 50px auto;}
    #section_rank ul li:nth-child(3) > div > div { background: url("../images/section_rank_no3_2x.png") 0 0 no-repeat; background-size: 50px auto;}
}
/**/
@media only screen and (max-width: 320px) {
    #section_rank .ph img {  width: 270px;}
}


/* section_year */
#section_year {}
#section_year .subttl { margin-bottom: 20px; padding: 10px 0; background: url("../images/section_year_subttl_bg.png") 0 0 repeat; line-height: 1; text-align: center;}
#section_year .subttl img { width: auto; height: 15px;}
#section_year ul { display: flex; justify-content: space-between; margin-bottom: 30px;}
#section_year ul li { width: 200px;}
#section_year .ph { margin-bottom: 15px; text-align: center;}
#section_year .ph img { width: 200px; height: auto;}
#section_year ul li > div > div h2 { line-height: 1.5; font-weight: bold; font-size: 1.5rem;}
/**/
@media only screen and (max-width: 767px) {
    #section_year .ttl img { width: 100%; height: auto;}
    #section_year ul { display: block; margin-bottom: 30px;}
    #section_year ul li { width: 100%; margin-bottom: 30px;}
    #section_year .ph { margin-bottom: 10px;}
    #section_year .ph img { width: 100%; height: auto; margin: 0;}
    #section_year ul li > div > div h2 { text-align: center; font-size: 1.6rem;}
}
/**/
@media only screen and (max-width: 320px) {
    #section_year .ph img {  width: 270px;}
}


/* section_page */
#section_page h1 { margin: 0 0 20px; padding: 10px 10px 10px 20px; background: #cfcac5; font-weight: bold; font-size: 2rem;}
.notfound { padding: 20px 0; text-align: center; font-weight: bold; font-size: 2rem;}
/**/
@media only screen and (max-width: 767px) {
    .notfound { padding: 20px 0; text-align: center; font-weight: bold; font-size: 1.6rem;}
}


/* section_search */
#section_search h1 { font-size: 3.5rem;}
#section_search div { margin-bottom: 30px; padding-bottom: 25px; border-bottom: solid 1px #cfcac5;}
#section_search h3 { margin-bottom: 10px; font-weight: bold;}
/**/
@media only screen and (max-width: 767px) {
    #section_search h1 { font-size: 2.5rem;}
    #section_search div { margin-bottom: 15px; padding-bottom: 10px; border-bottom: solid 1px #cfcac5;}
}


/* page_sitemap */
#page_sitemap a { text-decoration: none;}
#page_sitemap section { margin-bottom: 30px;}
#page_sitemap section .ttl { margin-bottom: 15px; padding: 10px 15px; border: solid 1px #ccc;}
#page_sitemap section ul li { margin-bottom: 5px;}
#page_sitemap > section:first-child ul li::before,
#page_sitemap section ul.list li::before { content: "■";}
#page_sitemap section ul.list li a { font-size: 1.6rem;}


/* page_contact */
.wpcf7-form input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 400px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #eaedf2;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
}
/**/
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 100%;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #eaedf2;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
}
.wpcf7-form p:last-of-type { padding-top: 20px; text-align: center;}



/* clearfix
------------------------------------------------------------------------------------------------------------------------------------ */
.clearfix:after { clear: both; height: 0; visibility: hidden; display: block; content: ".";}
.clearfix { display: inline-table;}
/*\*/
*html .clearfix { height: 1%;}
.clearfix { display:block;}
/**/


/* end css
------------------------------------------------------------------------------------------------------------------------------------ */