/* reset: yes*/
@charset "UTF-8";
html {
    color: #000;
    background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}
caption {
    text-align: left;
}
img {
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
input, textarea, select {
    font-size: 100%
}
input, button, textarea, select {
    font-size: 100%;
    font-family: inherit;
    color: inherit;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="button"], input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
li {
    list-style: none;
}
img {
    border: none;
    outline: none;
	max-width: 100%;
	width: auto;
	height: auto;
}
/*==================================================
font
==================================================*/
@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('https://i.gimg.jp/resource/bruder/common/pts/font/FjallaOne-Regular.ttf') format('truetype')
}
/*==================================================
Body_Bace
==================================================*/
.viewSp {
    display: none;
}
.viewPc {
    display: inline-block;
}
html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
body {
    width: 100%;
    font-size: 14px;
    color: #3a3d3b;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}
.header,
.secrchOpen .inr,
.contInr,
.foot_gdo {
    width: 1240px;
    margin: 0 auto;
}
.foot_gdo {
    width: 100%;
}
@media screen and (max-width: 1250px) {
    .header,
    .secrchOpen .inr,
    .fixInr,
    .contInr,
    .foot_gdo {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: 0;
        -webkit-text-size-adjust: none;
        overflow-x: hidden;
    }
    .viewSp {
        display: block;
    }
    .viewPc {
        display: none;
    }
}
#container {
    position: relative;
}
/* link
---------------------------------*/
a {
    color: #000;
}
#header a,
#footer a {
    text-decoration: none;
}

/*==================================================
#Header
==================================================*/
#header {
    position: relative;
    z-index: 510;
    background: #ffffff;
}
.headerWrap {
    position: relative;
    background: #ffffff;
    z-index: 510;
}
.header {
    position: relative;
    padding: 25px 0 10px;
}
.header h1 {
    margin: 0 auto 28px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .header h1 {
        max-width: 270px;
        width: 42.2%;
        margin: 0 auto;
    }
    .header h1 img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }
}
/* gnav ( pc only )
---------------------------------------*/
#gnav {
    text-align: center;
}
#gnav li {
    display: inline-block;
    padding: 0 32px;
    font-size: 20px;
    letter-spacing: 0.07em;
    font-family: 'Fjalla One', sans-serif;
}
#gnav li a {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: .3s;
}
#gnav li a::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background: #0c9e4d;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#gnav li a:hover::after {
    width: 100%;
}
#gnav li a.current {
    padding: 0 0 4px;
    border-bottom: 2px solid #0c9e4d;
}
#gnav li a.current::after {
    display: none;
}
#gnav li a.current,
#gnav li a:hover {
    color: #0c9e4d;
}
@media screen and (max-width: 1000px) {
    #gnav li {
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px) {
    #gnav {
        display: none;
    }
}
/* snsNav ( pc only )
---------------------------------------*/
.header .snsNav {
    position: absolute;
    top: 37px;
    right: 0;
    text-align: right;
}
.header .snsNav .snstxt {
    position: relative;
    padding: 0 18px 0 0;
    margin: 0 0 15px;
    font-size: 12px;
    font-family: 'Fjalla One', sans-serif;
}
.header .snsNav .snstxt:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8px;
    height: 13px;
    content: "";
    background: url(../img/icn_arrow_right.png) no-repeat 0 0;
    background-size: contain;
}
.header .snsNav li {
    display: inline-block;
    margin: 0 0 0 15px;
}
.header .snsNav li.fb {
    width: 10px;
}
.header .snsNav li.twitter {
    width: 23px;
}
.header .snsNav li.instagram {
    width: 20px;
}
.header .btn_search {
    width: 20px;
    position: absolute;
    top: 133px;
    right: 0;
}
@media screen and (max-width: 1250px) {
    .header .snsNav,
    .header .btn_search {
        right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .header .snsNav,
    .header .btn_search {
        display: none;
    }
}
/* ( sp only )
---------------------------------------*/
.header .btn_menu,
.header .btn_search_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .header .btn_menu,
    .header .btn_search_sp {
        display: block;
    }
    .header .btn_menu a {
        display: block;
        position: absolute;
        top: 57%;
        left: 9px;
        width: 6%;
        padding: 3.125%;
        margin-top: -7%;
    }
    .header .btn_search_sp a {
        display: block;
        position: absolute;
        top: 60%;
        right: 5px;
        width: 5.94%;
        padding: 3.125%;
        margin-top: -8.5%;
    }
    .header .btn_search_sp a img,
    .header .btn_menu a img {
        width: 100%;
    }
}
/* secrchOpen
---------------------------------------*/
.secrchOpen {
    display: none;
    /*--ap--*/
    position: absolute;
    bottom: -95px;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 500;
}
#fixedsecrchOpen {
    position: fixed;
    top: -95px;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.secrchOpen .inr {
    position: relative;
    padding: 20px 0;
}
.secrchOpen .inputbox {
    position: relative;
    width: 600px;
    margin: 0 auto;
    background: #fff;
}
.secrchOpen input#input_search {
    width: 80%;
    padding: 15px 10px;
    outline: none;
    border: none;
    background: #fff;
}
.secrchOpen .btn_submit {
    position: absolute;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 45px;
    height: 38px;
    margin-top: -19px;
    white-space: nowrap;
    text-indent: 200%;
    border: none;
    background: url(../img/icn_foot_search.png) no-repeat 50% 50%;
    background-size: 18px 18px;
    outline: none;
}
.secrchOpen .btn_close {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
}
@media screen and (max-width: 768px) {
    .secrchOpen .inr {
        position: relative;
        padding: 20px 3%;
        box-sizing: border-box;
    }
    .secrchOpen .inputbox {
        width: 90%;
        margin: 0;
    }
    .secrchOpen .btn_close {
        right: 3%;
    }
}
@media screen and (max-width: 728px) {
    .secrchOpen input#input_search {
        width: 75%;
    }
}
/*==================================================
main
==================================================*/
.home #main, .home #main2 {
    padding: 60px 0 0;
}
.home #main {
    padding: 0;
}
.page #main, .page #main2 {
    padding: 32px 0 0;
    border-top: 2px solid #f1f1ef;
}
.main h2.contttl {
    padding: 72px 0 30px;
    font-size: 48px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'Fjalla One', 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
    .page #main, .page #main2 {
        padding: 3.9% 0 0;
    }
    .main h2.contttl {
        padding: 12.5% 0 10%;
        font-size: 38px;
    }
}
@media screen and (max-width: 640px) {
    .home #main, .home #main2 {
        padding: 0;
    }
}
.main h2.contttl span {
    font-size: 0.7em;
}
.main h2.tagttl span {
    display: none;
}
/*common_article
------------------------------------------------*/
/* common */
/*==================================================
#page ---- Article
==================================================*/
@media screen and (max-width: 1400px) and (min-width: 1000px) {
    .entry-inner,
    .pager-permalink
    /*#content-inner*/
        {
        max-width: 1000px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1250px) {
    #content-inner {
        width: 100%;
        margin: 0 auto;
    }
}
/*articleHeader
------------------------------------------------*/
.entry-header {
    margin: 0 auto 30px;
}
.entry-header .mainimg {
    position: relative;
    margin: 0 0 40px;
}
.entry-header .mainimg img {
    width: 100%;
}
.entry-header .mainimg .tag {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px 15px;
    font-size: 16px;
    color: #adadad;
    letter-spacing: 0.06em;
    font-family: 'Fjalla One', sans-serif;
    background: #fff;
}
.entry-header {
    position: relative;
    padding: 0px 30px;
    border-left: 6px solid #252527;
}
.entry-header h1 {
    padding: 0 0 15px;
    font-size: 30px;
    /*letter-spacing: 0.06em;*/
    font-weight: bold;
    line-height: 130%;
}
.entry-header .subtxt {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
.entry-header h2 {
    padding: 0 0 40px;
    font-size: 30px;
    font-weight: bold;
}
.entry-header .bottomArea {
    display: table;
    width: 70%;
}
.entry-header .date {
    font-size: 18px;
    color: #0c9e4d;
    letter-spacing: 0.06em;
    font-family: 'Fjalla One', sans-serif;
    padding-bottom: 3px;
}
.entry-header .date a {
    text-decoration: none;
    color: #0c9e4d !important;
}
.entry-header .entry-categories {
    display: table-cell;
}
.entry-header .entry-categories a {
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px 5px 0;
    color: #017c38;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #017c38;
    text-decoration: none;
}
.entry-header .entry-categories a:nth-child(n + 10) {
    display: none;
}
.entry-header .btn_itemlist {
    position: absolute;
    bottom: 17px;
    right: 0;
    padding: 10px 40px;
    font-size: 18px;
    background: #f2f2f2;
}
.entry-header .btn_itemlist a {
    text-decoration: none;
}
@media screen and (max-width: 1250px) {
    .entry-header {
        margin-bottom: 3.125%;
    }
}
@media screen and (max-width: 900px) {
    .entry-header .bottomArea {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .entry-header .mainimg {
        margin: 0 0 6.25%;
    }
    .entry-header .bottomArea {
        display: block;
        width: 100%;
    }
    .entry-header .btn_itemlist {
        display: none;
    }
    .entry-header {
        padding: 4.2% 3.3%;
    }
    .entry-header h1 {
        padding: 0 0 1.6%;
        font-size: 32px;
    }
    .entry-header .subtxt {
        padding: 0 0 1.6%;
        font-size: 18px;
    }
    .entry-header h2 {
        padding: 0 0 6.7%;
        font-size: 24px;
    }
    .entry-header .date {
        display: block;
        width: 100%;
        padding: 0 0 2%;
        font-size: 14px;
    }
    .entry-header .tagList {
        display: block;
    }
    .entry-header .tagList li {
        line-height: 25px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .entry-header .mainimg .tag {
        top: 10px;
        right: 10px;
        padding: 3px 10px;
        font-size: 14px;
    }
    .entry-header {
        border-left: 4px solid #252527;
        margin: 0 3.125% 3.125%;
        padding: 2.2% 3.3%;
    }
    .entry-header h1 {
        font-size: 22px;
        padding: 0 0 4.6%;
    }
    .entry-header .subtxt {
        font-size: 15px;
    }
    .entry-header h2 {
        font-size: 20px;
    }
    .entry-header .date {
        font-size: 12px;
    }
    .entry-header .tagList li {
        font-size: 11px;
    }
    .entry-header .entry-categories a {
        display: inline-block;
        padding: 0 10px;
        margin: 0 4px 6px 0;
        color: #017c38;
        font-size: 14px;
        line-height: 28px;
        border: 1px solid #017c38;
        text-decoration: none;
    }
}
.entry-title a {
    text-decoration: none;
}
/*articleMain
------------------------------------------------*/
#content-inner {
    padding: 0;
}
@media screen and (max-width: 768px) {
    #content-inner {
        padding: 0;
    }
}
/* outline */
#content-inner .outline {
    padding: 25px 40px;
    margin: 0 0 70px;
    background: #f2f2f2;
}
#content-inner .outline dt {
    font-size: 18px;
    font-weight: bold;
}
#content-inner .outline dd {
    font-size: 15px;
    font-weight: bold;
}
#content-inner .outline dd a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
#content-inner .outline dd li {
    padding: 2px 0;
}
#content-inner .outline dd li.icn_on a {
    position: relative;
    padding: 0 0 0 15px;
}
#content-inner .outline dd li.icn_on a:before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    content: "▲";
    color: #000;
    font-size: 12px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
@media screen and (max-width: 1250px) {
    #content-inner .outline {
        margin: 0 6.25% 7.8%;
    }
}
@media screen and (max-width: 768px) {
    #content-inner .outline {
        padding: 5%;
    }
    #content-inner .outline dt {
        font-size: 16px;
    }
    #content-inner .outline dd {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    #content-inner .outline dt {
        font-size: 15px;
    }
    #content-inner .outline dd {
        font-size: 12px;
    }
    #content-inner .outline dd li.icn_on a:before {
        top: 1px;
        left: 0px;
    }
}
/* contents */
#content-inner .cont .photo03,
#content-inner .cont .photo02,
#content-inner .cont .photo01,
#content-inner .cont .photo01full {
    margin: 0 0 45px;
}
#content-inner .cont .photo03:after,
#content-inner .cont .photo02:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#content-inner .cont .photo03 img {
    width: 32.5%;
    float: left;
}
#content-inner .cont .photo02 img {
    width: 49.6%;
    float: left;
}
#content-inner .cont .photo03 img:first-child {
    margin: 0 0.8% 0 0;
}
#content-inner .cont .photo03 img:last-child,
#content-inner .cont .photo02 img:last-child {
    margin: 0 0 0 0.8%;
}
#content-inner .cont .photo01 {
    text-align: center;
}
@media screen and (max-width: 1400px) {
    #content-inner .cont .photo01 img.small {
        width: auto !important;
    }
}
#content-inner .cont .photo01full img {
    width: 100%;
}
#content-inner .cont .txtBox {
    width: 870px;
    margin: 0 auto 40px;
}
/* #content-inner .cont  .txt {
	padding: 0 0 20px;
	line-height: 240%;
} */
#content-inner .cont .txt.bottom10 {
    padding: 0 0 10px;
    line-height: 240%;
}
/* #content-inner .cont  .txt.size16 {
	font-size: 16px;
	line-height: 200%;
} */
#content-inner .cont .txt_credit {
    line-height: 180%;
}
#content-inner .cont .txt_credit a {
    text-decoration: underline;
}
#content-inner .cont .btn_itemlist {
    display: none;
}
@media screen and (max-width: 920px) {
    #content-inner .cont .txtBox {
        width: 100%;
        /*padding: 0 3.125%;*/
        box-sizing: border-box;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 768px) {
    #content-inner .cont .photo02,
    #content-inner .cont .photo01,
    #content-inner .cont .photo01full {
        margin: 0 0 6.4%;
    }
    #content-inner .cont .btn_itemlist {
        display: block;
    }
    /* #content-inner .cont  .txt {
			padding: 0 0 10px;
			line-height: 200%;
		} */
    #content-inner .cont .txt_credit {
        line-height: 200%;
    }
    #content-inner .cont .btn_itemlist {
        display: block;
    }
    #content-inner .cont .btn_itemlist a {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        border: 2px solid #000;
    }
}
@media screen and (max-width: 640px) {
    #content-inner .cont .photo02 img {
        width: 100%;
        float: none;
    }
    #content-inner .cont .photo02 img:last-child {
        margin: 0;
    }
    #content-inner .cont .photo03 img {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 640px) {
    #content-inner .cont .btn_itemlist a {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    #content-inner .cont .txtBox {
        padding: 0 3.125%;
    }
}
/* contFoot --- creditBox */
#content-inner .creditBox {
    padding: 0 0 10px;
}
#content-inner .creditBox h3 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
}
#content-inner .creditBox .productinfo {
    padding: 0 0 40px;
}
#content-inner .creditBox .productinfo li {
    padding: 0 0 5px;
}
#content-inner .creditBox dt {
    width: 90px;
    float: left;
}
#content-inner .creditBox dd {
    padding: 0 0 0 82px;
}
#content-inner .creditBox dd li {
    display: inline-block;
    padding: 0 20px 0 0;
}
#content-inner .creditBox h3 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
}
@media screen and (max-width: 1250px) {
    #content-inner .creditBox {
        padding: 0 3.125% 2%;
    }
}
@media screen and (max-width: 768px) {
    #content-inner .creditBox h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    #content-inner .creditBox h3 {
        font-size: 12px;
    }
    #content-inner .creditBox dt {
        display: block;
        width: 100%;
        float: none;
    }
    #content-inner .creditBox dd {
        padding: 5px 0 20px;
    }
}
/* contFoot --- pickupBox */
.pickup-box {
    max-width: 840px;
    margin: 0 auto 50px;
    padding: 15px 20px 15px;
    overflow: hidden;
    display: flex;
    background: #f7f7f7;
}
a.pickup-link {
    text-decoration: none;
}
a .pickup-box, .pickup-box a {
    text-decoration: none;
}
.pickup-box .pickup-img {
    max-width: 110px;
    margin-right: 20px;
}
.pickup-box .pickup-img img {
    max-width: 100%;
}
.pickup-box .pickup-txt {
    max-width: 680px;
    margin: 0px;
}
.pickup-box .pickup-txt h3 {
    font-size: 17px;
    padding-bottom: 0px;
    margin-left: -9px;
}
.pickup-box .pickup-txt h4 {
    font-size: 108%;
    font-weight: 500;
    line-height: 158%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.pickup-box .pickup-txt h4 span.title {
    text-decoration: underline;
    display: inline;
}
.pickup-box .pickup-txt h4 span {
    display: block;
}
.pickup-box .pickup-txt h4 a {
    display: inline-block;
}
.pickup-box .pickup-txt .arrow {
    position: relative;
    padding: 0 0 0 15px;
    text-decoration: underline;
}
.pickup-box .pickup-txt .arrow:before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    content: "▲";
    color: #000;
    font-size: 12px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.pickup-box .pickup-txt p {
    margin: 10px 0 10px;
    line-height: 1.5;
}
@media screen and (max-width: 1240px) {
    .pickup-box {
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 768px) {
    .pickup-box {
        display: flex;
        margin: 0px auto 25px;
        padding: 15px 15px 5px;
    }
    .pickup-box .pickup-img {
        margin-right: 15px;
        max-width: 28%;
    }
    .pickup-box .pickup-txt {
        max-width: 73%;
    }
    .pickup-box .pickup-txt h4 a {
        display: inline;
    }
}
/* contFoot --- contactBox */
#content-inner .contactBox {
    display: table;
    width: 100%;
    padding: 20px 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#content-inner .contactBox h3 {
    display: table-cell;
    width: 155px;
    padding: 20px 0;
    font-weight: bold;
    border-right: 1px solid #ccc;
}
#content-inner .contactBox .txtWrap {
    display: table-cell;
    padding: 0 0 0 55px;
}
#content-inner .contactBox .txtWrap p {
    letter-spacing: 0.03em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15.5px;
}
#content-inner .contactBox .txtWrap p br {
    display: none;
}
#content-inner .contactBox .txtWrap p span {
    padding: 0 40px 0 30px;
}
#content-inner .contactBox .txtWrap p .siteUrl {
    /*color: #949494;*/
    text-decoration: none;
    font-weight: bold;
    color: #888;
}
@media screen and (max-width: 1240px) {
    #content-inner .contactBox {
        width: 93.75%;
        margin: 0 3.125%;
    }
    #content-inner .contactBox .txtWrap {
        vertical-align: middle;
    }
    #content-inner .contactBox .txtWrap p {
        line-height: 170%;
    }
    #content-inner .contactBox .txtWrap p br {
        display: block;
    }
    #content-inner .contactBox .txtWrap p span {
        padding: 0 30px 0 0;
    }
}
@media screen and (max-width: 768px) {
    #content-inner .contactBox {
        display: block;
        padding: 3%;
    }
    #content-inner .contactBox h3 {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
    #content-inner .contactBox .txtWrap {
        display: block;
        padding: 10px 0 0;
    }
}
@media screen and (max-width: 480px) {
    #content-inner .contactBox {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    #content-inner .contactBox .txtWrap p span {
        display: block;
    }
}
/* contFoot --- cx_recommend */
#cx_recommend {
    background: #f7f7f7;
    padding: 30px 40px 20px;
    border-radius: 2px;
}
#cx_recommend_articles {
    padding-top: 30px;
}
#cx_recommend ul.column2 {
    display: flex;
}
.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cx_recommend li.pc-wrapper {
    margin-bottom: 7px;
}
#cx_recommend h3 {
    padding: 0 0 25px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
}
#cx_recommend .cx_recommend_img {
    margin-bottom: 7px;
}
#cx_recommend a {
    display: flex;
    position: relative;
    text-decoration: none;
}
#cx_recommend .tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 9px 1px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #adadad;
    font-family: 'Fjalla One', sans-serif;
    background: #fff;
}
#cx_recommend .cx_recommend_img img {
    display: block;
    width: 100%;
}
#cx_recommend .cx_recommend_meta .txtWrap {
    margin-left: 10px;
    max-width: 100%;
}
#cx_recommend .cx_recommend_meta .txtWrap .category {
    display: inline-block;
    padding: 5px 8px;
    font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: 0.06em;
    line-height: 100%;
    font-family: 'Fjalla One', sans-serif;
    background: #e2e2e2;
}
#cx_recommend .cx_recommend_meta .txtWrap .subtxt, #cx_recommend .cx_recommend_meta .txtWrap .txt, #cx_recommend .cx_recommend_meta .txtWrap .date {
    font-weight: bold;
    letter-spacing: 0.4px;
}
#cx_recommend .cx_recommend_meta .txtWrap .subtxt {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#cx_recommend .cx_recommend_meta ul.tagList {
    clear: both;
    margin-bottom: 15px;
    padding-top: 5px;
}
#cx_recommend .cx_recommend_meta ul.tagList li {
    display: inline-block;
    margin: 0px 2px 5px 0;
    padding: 0px 10px;
    color: #0c9e4d;
    font-size: 10px;
    line-height: 20px;
    border: 1px solid #0c9e4d;
}
@media screen and (min-width: 769px) {
    #cx_recommend {
        margin: 0 auto;
    }
    #cx_recommend ul.column2 {
        overflow: hidden;
    }
    #cx_recommend li.pc-wrapper {
        width: 47%;
        padding-right: 3%;
    }
}
@media screen and (max-width: 768px) {
    #cx_recommend .cx_recommend_meta .txtWrap {
        max-width: 100%;
    }
    #cx_recommend .cx_recommend_meta ul.tagList li {
        padding: 3px 5px;
    }
}
@media screen and (max-width: 480px) {
    #cx_recommend {
        padding: 25px 25px 15px;
    }
    #cx_recommend .cx_recommend_meta .txtWrap .category {
        padding: 4px 5px;
        font-size: 12px;
    }
    #cx_recommend .cx_recommend_meta .txtWrap .subtxt {
        font-size: 9px;
        margin-left: 2px;
    }
    #cx_recommend .cx_recommend_meta ul.tagList li {
        padding: 0px 10px;
    }
}
/* contFoot --- snsShare */
#content-inner .snsShare {
    margin: 45px 0;
    text-align: center;
}
#content-inner .snsShare h3 {
    padding: 0 0 25px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-family: 'Fjalla One', sans-serif;
}
#content-inner .snsShare ul {
    display: table;
    table-layout: fixed;
    border-left: 1px solid #cfcfcf;
    width: 233px;
    margin: 0 auto;
}
#content-inner .snsShare li {
    display: table-cell;
    border: 1px solid #cfcfcf;
    border-left: 0;
}
#content-inner .snsShare li a {
    display: table-cell;
    width: 58px;
    height: 58px;
    vertical-align: middle;
}
#content-inner .snsShare li a svg {
    vertical-align: middle;
}
#content-inner .snsShare li.twitter svg {
    width: 23px;
    height: 25px;
}
#content-inner .snsShare li.fb svg {
    width: 23px;
    height: 25px;
}
#content-inner .snsShare li.line svg {
    width: 25px;
    height: 25px;
}
#content-inner .snsShare li.mail svg {
    width: 27px;
    height: 25px;
}
@media screen and (max-width: 768px) {
    #content-inner .snsShare {
        margin: 8.6% 0 12.5%;
    }
    #content-inner .snsShare h3 {
        padding: 0 0 3.4%;
    }
    #content-inner .snsShare ul {
        width: 70%;
    }
    #content-inner .snsShare li {
        display: block;
        width: 25%;
        float: left;
        box-sizing: border-box;
    }
    #content-inner .snsShare li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 100% 0 0;
        height: 100%;
    }
    #content-inner .snsShare li a svg {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    #content-inner .snsShare li.twitter svg {
        width: 39%;
        height: auto;
        margin-left: -19.5%;
        margin-top: -15.9%;
    }
    #content-inner .snsShare li.fb svg {
        width: 36.4%;
        height: auto;
        margin-left: -18.2%;
        margin-top: -16%;
    }
    #content-inner .snsShare li.line svg {
        width: 45.4%;
        height: auto;
        margin-left: -22.7%;
        margin-top: -19.5%;
    }
    #content-inner .snsShare li.mail svg {
        width: 45.4%;
        height: auto;
        margin-left: -22.7%;
        margin-top: -19.5%;
    }
}
@media screen and (max-width: 480px) {
    #content-inner .snsShare h3 {
        font-size: 24px;
    }
}
/* contFoot --- likeBox */
#content-inner .likeBox {
    padding: 40px 40px 50px;
    background: #f2f2f2;
    margin: 45px auto;
}
#content-inner .likeBox_inr {
    display: table;
    width: 100%;
}
#content-inner .likeBox_inr .tmbimg {
    display: table-cell;
    width: 47%;
}
#content-inner .likeBox_inr .tmbimg img {
    width: 100%;
}
#content-inner .likeBox_inr .txtWrap {
    display: table-cell;
    text-align: center;
    background: #fff;
    vertical-align: middle;
}
#content-inner .likeBox .txtWrap .logobnr {
    width: 320px;
    padding: 18px 0 10px;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
}
#content-inner .likeBox .txtWrap .logobnr img {
    width: 150px;
}
#content-inner .likeBox .txtWrap .txt {
    padding: 0 0 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#content-inner .likeBox .txtWrap .btn_fb {
    padding: 0 0 15px;
}
#content-inner .likeBox .sns {
    padding: 40px 0 0;
}
#content-inner .likeBox .sns .title {
    padding: 0 0 25px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
}
#content-inner .likeBox .logobnr_sp {
    display: none;
}
@media screen and (max-width: 1000px) {
    #content-inner .likeBox_inr {
        display: block;
        padding: 5.5% 3.3%;
        box-sizing: border-box;
        background: #fff;
    }
    #content-inner .likeBox_inr .tmbimg {
        width: 55%;
    }
    #content-inner .likeBox .logobnr_sp {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #b2b2b2;
        border-left: none;
    }
    #content-inner .likeBox .logobnr_sp img {
        width: 68.9%;
        max-width: 200px;
    }
    #content-inner .likeBox .txtWrap .logobnr {
        display: none;
    }
    #content-inner .likeBox_inr .txtWrap {
        display: block;
        padding: 3% 0 0;
    }
}
@media screen and (max-width: 768px) {
    #content-inner .likeBox {
        padding: 5.5% 3.125%;
    }
    #content-inner .followsnsList {
        padding: 0;
    }
    #content-inner .likeBox .sns .title {
        padding: 0;
    }
}
/*articleFooter
------------------------------------------------*/
.articleFooter {
    background: #f2f2f2;
}
.articleFooter .pager {
    width: 1240px;
    margin: 0 auto;
    display: table;
}
.articleFooter .pager li {
    display: table-cell;
    padding: 35px 0;
}
.articleFooter .pager li a {
    font-size: 26px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
}
.articleFooter .pager li a span {
    position: relative;
}
.articleFooter .pager li span:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
}
.articleFooter .pager li.pev {
    padding: 0 0 0 15px;
    text-align: left;
}
.articleFooter .pager li.pev span {
    padding: 0 0 0 35px;
}
.articleFooter .pager li.pev span:before {
    left: 0;
    width: 13px;
    height: 23px;
    margin-top: -11.5px;
    background: url(../img/icn_articlepager_pev.png) no-repeat 0 0;
    background-size: contain;
}
.articleFooter .pager li.back {
    text-align: center;
}
.articleFooter .pager li.back span:before {
    left: -35px;
    width: 20px;
    height: 19px;
    margin-top: -10px;
    background: url(../img/icn_articlepager_back.png) no-repeat 0 0;
    background-size: contain;
}
.articleFooter .pager li.next {
    padding: 0 15px 0 0;
    text-align: right;
}
.articleFooter .pager li.next span {
    padding: 0 35px 0 0;
}
.articleFooter .pager li.next span:before {
    right: 0;
    width: 14px;
    height: 23px;
    margin-top: -11.5px;
    background: url(../img/icn_articlepager_next.png) no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1250px) {
    .articleFooter .pager {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .articleFooter {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        background: #fff;
    }
    .articleFooter .pager li.back span:before {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .articleFooter .pager li a {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .articleFooter .pager li.pev span {
        padding: 0 0 0 23px;
    }
    .articleFooter .pager li.next span {
        padding: 0 23px 0 0;
    }
}
@media screen and (max-width: 350px) {
    .articleFooter .pager li a {
        font-size: 16px;
    }
    .articleFooter .pager li.pev span {
        padding: 0 0 0 20px;
    }
    .articleFooter .pager li.pev span:before {
        width: 10px;
        height: 19px;
        margin-top: -10px;
    }
    .articleFooter .pager li.next span {
        padding: 0 20px 0 0;
    }
    .articleFooter .pager li.next span:before {
        width: 10px;
        height: 19px;
        margin-top: -10px;
    }
}
/*==================================================
#footer
==================================================*/
/*btn_top
------------------------------------------------*/
#btn_top {
    display: block;
    margin: 55px 0 35px;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
}
#btn_top a {
    text-decoration: none;
}
#btn_top a span {
    position: relative;
}
#btn_top a span:before {
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    width: 16px;
    height: 10px;
    margin-left: -8px;
    content: "";
    background: url(../img/icn_arrow_up.png) no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 480px) {
    #btn_top {
        margin: 0;
    }
    #btn_top a {
        display: block;
        padding: 10% 0 5.5%;
    }
    #btn_top a:before {
        top: 3%;
    }
}
/*footer
------------------------------------------------*/
#footer {
    padding: 80px 0 20px;
    background: #252527;
}
.footer {
    padding: 0 0 40px;
}
.footer h1 {
    width: 287px;
    margin: 0 auto 50px;
}
.footer h1 img {
    width: 100%;
}
.footer a {
    color: #969696;
}
.footer {
    width: 860px;
    margin: 0 auto;
    color: #969696;
}
.footnav {
    margin: 0 0 50px;
    text-align: center;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
}
.footnav li {
    display: inline-block;
    padding: 30px 20px;
}
.footnav a {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}
.footer .btn_secrchform {
    padding: 0 0 60px;
}
.footer .btn_secrchform:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.footer .btn_secrchform .btn {
    width: 400px;
    float: left;
}
.footer .btn_secrchform .btn a {
    position: relative;
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    background: #454545;
}
.footer .btn+.btn {
    margin: 0 0 0 60px;
}
.footer .btn_secrchform .btn a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 45px;
    height: 38px;
    margin-top: -19px;
    white-space: nowrap;
    text-indent: 200%;
    border: none;
    content: "";
    border-left: 1px solid #969696;
    background: url(../img/icn_search_sp.png) no-repeat 50% 50%;
    background-size: 18px 18px;
    outline: none;
}
.footSubnav {
    padding: 0 0 5px;
    text-align: center;
    font-size: 13px;
}
.footSubnav li {
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 20px;
    line-height: 100%;
    border-right: 1px solid #969696;
}
.footSubnav li:last-child {
    border-right: none;
}
.footer .note {
    font-size: 10px;
    text-align: center;
}
.footer .note br {
    display: none;
}
@media screen and (max-width: 870px) {
    .footer {
        width: 100%;
    }
    .footer .btn_secrchform .btn {
        float: none;
        margin: 0 auto;
    }
    .footer .btn_secrchform .btn:last-child {
        margin: 20px auto 0;
    }
    .footSubnav {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    #footer {
        padding: 0 0 20px;
    }
    .footSubnav {
        width: 90%;
        margin: 0 auto;
    }
    .footnav li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #454545;
    }
    .footnav li a {
        display: block;
        padding: 3.8% 0;
    }
}
@media screen and (max-width: 640px) {
    .footer h1 {
        width: 47.8%;
        margin: 0 auto 11.25%;
    }
    .footer .btn_secrchform .btn {
        width: 87.5%;
    }
    .footSubnav {
        font-size: 11px;
    }
    .footer .note br {
        display: block;
    }
}
/*brandList
------------------------------------------------*/
.brandList {
    font-size: 16px;
    margin: 1.5em 0 3em;
    color: #fff;
}
.brandList a {
    color: #fff;
}
.brandList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
    font-weight: 100;
}
.brandList li {
    display: list-item;
    font-size: 13px;
    padding: 0.5em 0;
    white-space: nowrap;
    margin-right: 1em;
    position: relative;
}
.brandList li::after {
    background-color: currentcolor;
    bottom: 0;
    content: '';
    display: block;
    height: 1em;
    margin: auto 0;
    position: absolute;
    right: -.5em;
    top: 0;
    width: 1px;
}
@media screen and (max-width: 768px) {
    .brandList {
        margin: 1.5em 1.5em 3em;
    }
}
/*foot_gdo
------------------------------------------------*/
.foot_gdo {
    padding: 44px 0 0;
    color: #969696;
    border-top: 1px solid #454545;
}
.foot_gdo a {
    color: #969696;
}
.foot_gdo .inr {
    display: table;
    table-layout: fixed;
    width: 860px;
    margin: 0 auto;
}
.foot_gdo .logo_gdo {
    display: table-cell;
    width: 90px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
.foot_gdo .logo_gdo>svg {
    width: 100%;
    height: 40px;
}
.foot_gdo dl {
    display: table-cell;
    font-size: 10px;
}
.foot_gdo dd+dt {
    padding: 15px 0 0;
}
.foot_gdo dd li {
    display: inline-block;
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
    line-height: 100%;
    border-right: 1px solid #969696;
}
.foot_gdo dd li:first-child {
    padding-left: 0;
}
.foot_gdo dd li:last-child {
    border-right: none;
}
#copy {
    padding: 30px 0 0;
    font-size: 10px;
    text-align: center;
}
#copy br {
    display: none;
}
@media screen and (max-width: 870px) {
    .foot_gdo .inr {
        display: table;
        width: 87.5%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .foot_gdo .inr {
        display: block;
    }
    .foot_gdo .logo_gdo {
        display: block;
        width: 22.65%;
        padding: 0 0 6.25%;
        margin: 0 auto;
    }
    .foot_gdo dt {
        padding: 0 0 15px;
    }
    .foot_gdo dd+dt {
        padding: 15px 0;
    }
    .foot_gdo dd li {
        margin: 0 6px 15px 0;
    }
    .foot_gdo .logo_gdo>svg {
        height: auto;
    }
}
@media screen and (max-width: 640px) {
    #copy br {
        display: block;
    }
}
/*pagetop
------------------------------------------------*/
#pagetop a {
    overflow: hidden;
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    white-space: nowrap;
    text-indent: 200%;
    background: url(../img/btn_pagetop.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    #pagetop a {
        top: auto;
        bottom: 10px;
    }
}
/*==================================================
menu
==================================================*/
#menuWrap {
    position: fixed;
    top: 0;
    right: -625px;
    /*--ap--*/
    width: 595px;
    /*--ap--*/
    height: 100%;
    z-index: 9999;
}
#menu {
    overflow-y: auto;
    position: absolute;
    /*--ap--*/
    top: 0;
    right: 0;
    height: 100%;
    width: 595px;
    background: #fff;
    -webkit-box-shadow: -15px 0px 25px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -15px 0px 25px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -15px 0px 25px -1px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
@media screen and (max-width: 768px) {
    #menuWrap {
        display: none;
        /*--ap--*/
        right: 0;
        /*--ap--*/
        width: 100%;
        /*--ap--*/
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*--ap--*/
    }
    #menu {
        position: fixed;
        right: auto;
        left: -90%;
        /*--ap--*/
        height: 100%;
        max-width: 500px;
        width: 90%;
        z-index: 99999;
    }
}
/* menuHeader */
.menuHeader {
    position: relative;
    padding: 35px 40px 25px;
}
.menuHeader:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.menuHeader .btn_close {
    width: 21px;
    float: left;
}
.menuHeader .btn_close img {
    width: 100%;
}
.menuHeader .btn_search a {
    float: right;
}
.menuHeader .logo {
    display: none;
}
@media screen and (max-width: 768px) {
    .menuHeader {
        padding: 15px 0;
    }
    .menuHeader .logo {
        display: block;
        max-width: 126px;
        width: 26%;
        margin: 0 auto;
    }
    .menuHeader .btn_close {
        position: absolute;
        top: 0;
        left: 0;
        width: 5.5%;
        padding: 6.25%;
        float: none;
    }
    .menuHeader .btn_close {
        position: absolute;
        top: 50%;
        left: 0;
        width: 5.5%;
        padding: 3% 6.25%;
        margin-top: -6.1%;
        float: none;
    }
    .menuHeader .btn_search a {
        position: absolute;
        top: 50%;
        right: 0;
        width: 6.25%;
        padding: 3% 6.25%;
        margin-top: -6.1%;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .menuHeader {
        padding: 2.7% 0;
    }
}
@media screen and (max-width: 768px) {
    .menuHeader {
        padding: 22px 0;
    }
    .menuHeader .logo {
        display: block;
        max-width: 136px;
        width: 30%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .menuHeader {
        padding: 4.3% 0;
    }
}
/* menuSearch */
.menuSecrch {
    background: #f2e9e9;
    display: none;
    /*--ap--*/
}
.menuSecrch .inr {
    display: table;
    padding: 20px 40px;
}
.menuSecrch .form {
    display: table-cell;
}
.menuSecrch .inputbox {
    position: relative;
    width: 455px;
    padding: 5px 0;
    background: #fff;
}
.menuSecrch input#menu_search {
    width: 360px;
    padding: 10px;
    outline: none;
    border: none;
    background: #fff;
}
.menuSecrch .btn_submit {
    position: absolute;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 45px;
    height: 38px;
    margin-top: -19px;
    white-space: nowrap;
    text-indent: 200%;
    border: none;
    background: url(../img/icn_search_sp.png) no-repeat 50% 50%;
    background-size: 18px 18px;
    outline: none;
}
.menuSecrch .btn_close {
    display: table-cell;
    width: 32px;
    padding: 0 0 0 13px;
    vertical-align: middle;
}
.menuSecrch .btn_close img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .menuSecrch .inr {
        width: 100%;
        padding: 20px 6.8%;
        box-sizing: border-box;
    }
    .menuSecrch .inputbox {
        width: 100%;
    }
    .menuSecrch input#menu_search {
        width: 75%;
    }
}
@media screen and (max-width: 480px) {
    .menuSecrch .btn_close {
        width: 26px;
    }
}
/* menuSlider */
.menuSlider {
    background: #f2f2f2;
}
.menuSlider .inr {
    padding: 25px 40px 15px;
}
.menuSlider li {
    outline: none;
    border: none;
}
.menuSlider li a {
    text-decoration: none;
    outline: none;
}
.menuSlider li figure {
    display: table;
}
.menuSlider li .img {
    display: table-cell;
    width: 130px;
    padding: 0 20px 0 0;
}
.menuSlider li .img img {
    width: 130px;
}
.menuSlider li .txtWrap {
    display: table-cell;
    vertical-align: top;
}
.menuSlider li .txtWrap .category {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-family: 'Fjalla One', sans-serif;
    background: #fff;
}
.menuSlider li .txtWrap .txt {
    padding: 0 0 15px;
    font-size: 12px;
    font-weight: bold;
}
.menuSlider li .txtWrap .date {
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
}
.menuSlider .slick-dots {
    text-align: center;
}
.menuSlider .slick-dots li {
    display: inline-block;
    padding: 0 3px;
}
.menuSlider .slick-dots li div {
    overflow: hidden;
    display: block;
    position: relative;
    white-space: nowrap;
    text-indent: 200%;
    width: 8px;
    height: 8px;
    background: #717171;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.menuSlider .slick-dots li.slick-active div {
    background: #000;
}
@media screen and (max-width: 768px) {
    .menuSlider .inr {
        padding: 25px 6.8%;
    }
    .menuSlider li figure {
        width: 100%;
    }
    .menuSlider li .txtWrap .category {
        color: #000;
        background: #e2e2e2;
    }
    .menuSlider li .txtWrap .date {
        color: #0c9e4d;
    }
}
@media screen and (max-width: 480px) {
    .menuSlider li .img {
        width: 40%;
    }
}
/* menuNav */
.menuNav {
    border-bottom: 1px solid #ddd;
}
.menuNav .inr {
    padding: 5px 40px;
}
.menuNav li a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
}
.menuNav li+li {
    border-top: 1px solid #ddd;
}
.menuNav li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 11px;
    height: 18px;
    content: "";
    margin-top: -9px;
    background: url(../img/icn_arrow_right.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
    .menuNav .inr {
        padding: 0;
    }
    .menuNav ul {
        border-top: 1px solid #ddd;
    }
    .menuNav li a {
        display: block;
        padding: 5.8%;
    }
    .menuNav li a:after {
        right: 5.8%;
        width: 22px;
        height: 28px;
        content: "";
        margin-top: -14px;
        background: url(../img/icn_menu_arrow_right.png) no-repeat 0 0;
        background-size: contain;
    }
}
@media screen and (max-width: 480px) {
    .menuNav li a:after {
        width: 12px;
        height: 17px;
        margin-top: -8.5px;
    }
}
@media screen and (max-width: 360px) {
    .menuNav li a {
        font-size: 20px;
    }
}
/* menuSearch02 */
.menuSearch02 {
    border-bottom: 1px solid #ddd;
}
.menuSearch02 .inr {
    padding: 40px;
}
.menuSearch02 .btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 10px;
    color: #666;
    background: #f2f2f2;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}
.menuSearch02 .btn a:hover {
    opacity: 0.7;
}
.menuSearch02 .btn+.btn {
    margin-top: 12px;
}
.menuSearch02 .btn a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 45px;
    height: 38px;
    margin-top: -19px;
    content: "";
    white-space: nowrap;
    text-indent: 200%;
    border: none;
    border-left: 1px solid #666;
    background: url(../img/icn_menu_search.png) no-repeat 50% 50%;
    background-size: 18px 18px;
    outline: none;
}
@media screen and (max-width: 768px) {
    .menuSearch02 {
        border-bottom: none;
    }
    .menuSearch02 .inr {
        padding: 6.8%;
    }
}
/* menuSns */
.menuSns {
    border-bottom: 1px solid #ddd;
}
.menuSns .inr {
    padding: 40px 40px 30px;
}
.menuSns .txt {
    padding: 0 0 5px;
}
.menuSns .txt br {
    display: none;
}
.menuSns .sns .title {
    padding: 0 0 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif
}
.menuSns .snsList li {
    display: inline-block;
    width: 43px;
    margin: 0 17px 0 0;
}
.menuSns .snsList li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .menuSns {
        text-align: center;
        border-bottom: none;
        background: #f2f2f2;
    }
    .menuSns .inr {
        padding: 10.8% 6.8%;
    }
    .menuSns .txt {
        padding: 0 0 8.3%;
        font-weight: bold;
    }
    .menuSns .sns .title {
        padding: 0 0 5%;
    }
    .menuSns .txt br {
        display: block;
    }
    .menuSns .snsList li {
        max-width: 50px;
        width: 12.3%;
        margin: 0 5% 0;
    }
}
/* menuApp */
.menuApp {
    border-bottom: 1px solid #ddd;
}
.menuApp .inr {
    padding: 35px 40px 30px;
}
.menuApp h2 {
    padding: 0 0 5px;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif
}
.menuApp .txt {
    padding: 0 0 15px;
}
.menuApp .appList li {
    display: inline-block;
    width: 53px;
    margin: 0 13px 0 0;
}
.menuApp .appList li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .menuApp .inr {
        padding: 10.8% 6.8% 7%;
        text-align: center;
    }
    .menuApp h2 {
        padding: 0 0 3.3%;
        font-size: 26px;
    }
    .menuApp .txt {
        padding: 0 0 10%;
        font-weight: bold;
    }
    .menuApp .appList {
        width: 80%;
        margin: 0 auto;
    }
    .menuApp .appList li {
        max-width: 50px;
        width: 17.5%;
        margin: 0 7% 8%;
    }
    .menuApp .appList li:nth-child(4) {
        clear: both;
    }
}
/* menuFooter */
.menuFooter .inr {
    padding: 50px 40px;
}
.menuFooter .logo_gdo {
    width: 90px;
    padding: 0 0 30px;
}
.menuFooter .logo_gdo img {
    width: 100%;
}
.menuFooter dl {
    color: #666;
}
.menuFooter dt {
    margin: 0 0 10px;
    font-weight: bold;
}
.menuFooter dd {
    padding: 0 0 25px;
}
.menuFooter dd li {
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0 8px 10px 0;
    line-height: 100%;
    border-right: 1px solid #666;
}
.menuFooter dd li a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.menuFooter .menu_copy {
    font-size: 12px;
    color: #666;
}
.menuFooter .menu_copy br {
    display: none;
}
@media screen and (max-width: 768px) {
    .menuFooter {
        background: #252527;
    }
    .menuFooter .inr {
        padding: 10.8% 6.8%;
    }
    .menuFooter .logo_gdo {
        width: 25%;
        margin: 0 auto;
        padding: 0 0 5%;
    }
    .menuFooter dl {
        color: #969696;
    }
    .menuFooter dd li a {
        color: #969696;
    }
    .menuFooter .menu_copy {
        color: #969696;
        text-align: center;
    }
    .menuFooter .menu_copy br {
        display: block;
    }
}
@media screen and (max-width: 468px) {
    .menuFooter dd li a {
        font-size: 11px;
    }
}
/*==================================================
fixnav
==================================================*/
#fixnav {
    position: fixed;
    top: -80px;
    /*--ap--*/
    left: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0px 12px 20px -3px rgba(204, 204, 204, 0.2);
    -webkit-box-shadow: 0px 12px 20px -3px rgba(204, 204, 204, 0.2);
    -moz-box-shadow: 0px 12px 20px -3px rgba(204, 204, 204, 0.2);
    background: #fff;
    z-index: 99999;
}
#fixnav .fixInr {
    position: relative;
}
#fixnav .logo {
    display: inline-block;
    width: 154px;
    padding: 24px 17px 24px 28px;
    vertical-align: middle;
}
#fixnav .logo img {
    width: 100%;
}
#fixnav .fixgnav {
    display: inline-block;
    vertical-align: middle;
}
#fixnav .fixgnav li {
    display: inline-block;
    padding: 0 10px;
}
#fixnav .fixgnav li a {
    position: relative;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
}
#fixnav .fixgnav li a:hover {
    color: #0c9e4d;
}
#fixnav .fixgnav li a::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background: #0c9e4d;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#fixnav .fixgnav li a:hover::after {
    width: 100%;
}
#fixnav .fixright-column {
    float: right;
}
#fixnav .fixsnsnav {
    display: inline-block;
    padding: 0 30px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    #fixnav .fixsnsnav {
        display: none;
    }
}
#fixnav .fixsnsnav li {
    display: inline-block;
    padding: 0 10px;
}
#fixnav .fixsnsnav li a {
    transition: all .3s;
}
#fixnav .fixsnsnav li a:hover {
    opacity: 0.7;
}
#fixnav .fixmenu {
    display: inline-block;
    vertical-align: middle;
}
#fixnav .fixmenu li {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    box-sizing: border-box;
}
#fixnav .fixmenu li a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}
#fixnav .fixmenu li a:hover {
    opacity: 0.7;
}
#fixnav .fixmenu li.btn_online {
    font-size: 12px;
    font-family: 'Fjalla One', sans-serif;
}
@media screen and (max-width: 1024px) {
    #fixnav .fixmenu li.btn_online {
        display: none;
    }
}
#fixnav .fixmenu li.btn_online a {
    background: #f2f2f2;
}
#fixnav .fixmenu li.btn_online div {
    padding: 22px 0 0 12px;
}
#fixnav .fixmenu li.btn_online span {
    position: relative;
}
#fixnav .fixmenu li.btn_online span:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#fixnav .fixmenu li.btn_search a {
    display: block !important;
    background: #0c9e4d;
}
#fixnav .fixmenu li.btn_search div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#fixnav .fixmenu li.btn_search img {
    width: 18px;
    height: 18px;
}
#fixnav .fixmenu li.btn_menu a {
    background: #000;
}
#fixnav .fixmenu li.btn_menu div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#fixnav .fixmenu li.btn_menu,
#fixnav .fixmenu li.btn_search {
    display: none;
}
@media screen and (max-width: 768px) {
    #fixnav .fixmenu li.btn_menu,
    #fixnav .fixmenu li.btn_search {
        display: block;
    }
    #fixnav .fixgnav {
        display: none;
    }
    #fixnav {
        height: 60px;
    }
    #fixnav .fixInr {
        padding: 20px 0;
        text-align: center;
    }
    #fixnav .fixsnsnav,
    #fixnav .fixmenu li.btn_online {
        display: none;
    }
    #fixnav .logo {
        max-width: 105px;
        padding: 0;
        margin: 0 auto;
    }
    #fixnav .fixmenu li {
        width: 60px;
        height: 60px;
    }
    #fixnav .fixmenu li a {
        width: 100%;
        height: 100%;
    }
    #fixnav .fixmenu li.btn_menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #fixnav .fixmenu li.btn_search {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    #fixnav .fixmenu li.btn_search a {
        background: none;
    }
}
/*==================================================
closeField
==================================================*/
#closeField {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 980;
    top: 0px;
    right: 0px;
}
@media screen and (max-width: 768px) {
    #closeField {
        width: 10%;
        top: 0px;
        right: 0px;
        z-index: 1010;
    }
}
/*==================================================
Slider
==================================================*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*MYMODAL*/
#mymodal #mymodalmask {
    overflow: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    height: 99.9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mymodal {
    position: fixed;
    z-index: 6000;
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    display: none;
}
@media screen and (max-width: 768px) {
    #mymodal #mymodalmask img {}
}
/*==================================================
modal
==================================================*/
.modalWrap {}
#modal {
    position: relative;
    width: 1080px;
    padding: 90px 80px;
    margin: 250px auto;
    background: #fff;
}
@media screen and (max-width: 768px) {
    #modal {
        margin: 0 auto;
    }
}
#modal h1 {
    padding: 0 0 25px;
    font-size: 24px;
    font-weight: bold;
}
/* modalList */
.modalList:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.modalList li {
    width: 196px;
    float: left;
    margin: 0 20px 35px 0;
}
.modalList li:nth-child(5n) {
    margin-right: 0;
}
.modalList li:nth-child(5n+1) {
    clear: both;
}
.modalList li figure img {
    border: 1px solid #f1f1ef;
}
.modalList li figcaption {
    margin: 20px 6% 0 0;
}
#modal .btn_close {
    position: relative;
    margin-top: 40px;
}
#modal .btn_close a {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
    background: #f2f2f2;
}
#modal .btn_close .icn_close {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -10.5px;
}
#modal .btn_close02 {
    display: block;
    position: absolute;
    top: 35px;
    right: 40px;
    padding: 10px;
}
#modal .btn_back,
#modal .btn_back02 {
    display: none;
}
@media screen and (max-width: 1260px) {
    #modal {
        position: relative;
        width: 100%;
        padding: 90px 3.125%;
        box-sizing: border-box;
    }
    .modalList {
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
    }
    .modalList li {
        width: 18%;
        margin: 0 1% 20px;
    }
    .modalList li figure img {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .modalList li {
        width: 23%;
    }
    .modalList li:nth-child(4n+1) {
        clear: both;
    }
    .modalList li:nth-child(5n+1) {
        clear: none;
    }
}
@media screen and (max-width: 640px) {
    #modal {
        padding: 7.8% 0 0;
    }
    .modal_head {
        position: relative;
        margin: 0 3.125% 10.9%;
    }
    #modal h1 {
        padding: 0;
        text-align: center;
        font-weight: normal;
    }
    #modal .btn_back a {
        position: absolute;
        top: 7px;
        left: 0;
        display: block;
        text-align: center;
        font-size: 22px;
        letter-spacing: 0.05em;
        font-family: 'Fjalla One', sans-serif;
        text-decoration: none;
    }
    #modal .btn_back a span {
        position: relative;
        padding: 0 0 0 30px;
    }
    #modal .btn_back a span:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 17px;
        height: 28px;
        margin-top: -14px;
        content: "";
        background: url(../img/icn_modal_arrow_left.png) no-repeat 0 0;
        background-size: contain;
    }
    .modalList {
        width: 93.75%;
        margin: 0 3.125%;
    }
    .modalList li {
        width: 32.333%;
        margin: 0 1.5% 6% 0;
    }
    .modalList li:nth-child(3n) {
        width: 32.333%;
        margin-right: 0;
    }
    .modalList li figcaption {
        margin: 10% 6% 0 0;
    }
    #modal .btn_back,
    #modal .btn_back02 {
        display: block;
    }
    #modal .btn_close,
    #modal .btn_close02 {
        display: none;
    }
    .modalWrap .btn_back02 {
        margin: 10% 0 0;
    }
    .modalWrap .btn_back02 a {
        position: relative;
        display: block;
        padding: 9.375% 0;
        color: #fff;
        font-size: 24px;
        letter-spacing: 0.1em;
        text-align: center;
        font-family: 'Fjalla One', sans-serif;
        text-decoration: none;
        background: #000;
    }
    .modalWrap .btn_back02 a:before {
        position: absolute;
        top: 50%;
        left: 3.125%;
        display: block;
        width: 17px;
        height: 28px;
        margin-top: -14px;
        content: "";
        background: url(../img/icn_modal_arrow_left02.png) no-repeat 0 0;
        background-size: contain;
    }
}
@media screen and (max-width: 640px) {
    .modalList li:nth-child(4n+1) {
        clear: none;
    }
    .modalList li:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 550px) {
    #modal h1 {
        font-size: 20px;
    }
    #modal .btn_back a {
        top: 4px;
    }
    #modal .btn_back a span {
        padding: 0 0 0 25px;
        font-size: 20px;
    }
    #modal .btn_back a span:before {
        width: 14px;
        height: 25px;
        margin-top: -12px;
    }
}
@media screen and (max-width: 480px) {
    .modalWrap .btn_back02 a {
        font-size: 20px;
    }
    .modalWrap .btn_back02 a:before {
        width: 12px;
        height: 20px;
        margin-top: -10px;
    }
}
@media screen and (max-width: 640px) {
    #modal h1 {
        font-size: 16px;
    }
    #modal .btn_back a {
        top: 0px;
    }
    #modal .btn_back a span {
        padding: 0 0 0 18px;
        font-size: 18px;
    }
    #modal .btn_back a span:before {
        width: 12px;
        height: 22px;
        margin-top: -11px;
    }
}
@media screen and (max-width: 360px) {
    #modal h1 {
        font-size: 14px;
    }
    #modal .btn_back a {
        top: -4px;
    }
    #modal .btn_back a span {
        padding: 0 0 0 18px;
        font-size: 14px;
    }
    #modal .btn_back a span:before {
        width: 10px;
        height: 16px;
        margin-top: -8px;
    }
}

/*==================================================
scroll fixed
==================================================*/
.is-fixed {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 80px;
    max-width: 700px;
}
.is-fixed a {
    background-color: #fff;
}
@media screen and (max-width: 800px) {
    .is-fixed.bt-modal-inner {
        width: 95%;
    }
}

/*共通 トップメイン全体幅*/
#box2 {
    margin-top: 20px;
    background: #f2f2f2;
    padding-bottom: 28px;
}
#box2-inner {
    max-width: 1240px;
    margin: 40px auto 0;
}
#main {
    max-width: 1240px;
    margin: 40px auto 0;
}
@media screen and (max-width: 1250px) {
    #box2-inner {
        padding: 0 3%;
    }
    #main {
        padding: 0 3%;
    }
}
@media screen and (max-width: 767px) {
    #bottom-editarea {
        margin-top: 0px;
    }
    #main {
        padding: 0 0 0px;
        margin: 0 auto;
    }
    #box2-inner {
        margin: 40px auto 0;
        padding: 40px 5%;
    }
}


@media screen and (max-width: 767px) {
    .hatena-module {
        margin-bottom: 32px !important;
    }
    .hatena-module:last-child {
        margin-bottom: 0px !important;
    }
}
.hatena-module .hatena-module-title {
    font-size: 40px;
    margin: 48px 0 24px;
    font-family: 'Fjalla One', 'Noto Sans JP', sans-serif;
	letter-spacing: 1.6px;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .hatena-module .hatena-module-title {
        margin: 0px 0 12px;
        font-size: 32px;
    }
}
#header-modules .hatena-module-title,
.hatena-module-recent-entries .hatena-module-title
    {
    display: none;
}



.archive-entries,
.hatena-module-recent-entries ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media screen and (max-width: 768px) {
	.archive-entries,
    .hatena-module-recent-entries ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
	.archive-entries,
    .hatena-module-recent-entries ul {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*サムネイル*/

/* ------------トップページ */
.hatena-module a {
    text-decoration: none;
}
.hatena-module a.recent-entries-image-link {
    display: block;
    overflow: hidden;
}
.hatena-module ul li img {
    transition: transform .8s ease;
}
.hatena-module ul li a:hover img {
    transform: scale(1.1);
}
.hatena-module ul li .urllist-image {
    margin: 0 0 0 0;
    float: unset;
}

/* ------------カテゴリートップ */
.entry-description{
    display: none;
}
.archive-header-category {
    margin-bottom: 24px;
}
.archive-header-category .archive-heading {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 500;
}
.archive-entries section.archive-entry {
    display: flex;
    flex-wrap: wrap;
}
.archive-entries section.archive-entry a.entry-thumb-link {
	order: 1;
    width: 100%;
    display: block;
    overflow: hidden;
}
.archive-entry .archive-entry-header {
    order: 2;;
}
.archive-entry .categories {
    order: 3;
}
.page-archive .entry-thumb {
    width: 100%;
    height: auto;
    margin-right: 0px;
    background-position: center !important;
    background-size: cover;
    transition: transform .8s ease;
    aspect-ratio: 3 / 2;
}
.page-archive .entry-thumb:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 640px) {
	.archive-entry .archive-entry-header,
	.archive-entry .categories{
		padding: 0 1rem;
	}
}



/*タイトル*/
section.archive-entry h1.entry-title a,
.hatena-module-recent-entries ul li a.urllist-title-link,
.hatena-module-entries-access-ranking ul li a.urllist-title-link {
    font-weight: 600;
    margin: 4px 0px 8px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 140%;
}

/*日付*/
.hatena-module .urllist-date-link a,
.archive-entries .date a {
    letter-spacing: 0.09em;
    font-family: 'Fjalla One', sans-serif;
    font-size: 13px;
    display: inline-flex;
    text-decoration: none;
    margin-top: 12px;
}
/*タグ*/
section.archive-entry .categories a,
.urllist-category-link {
	margin-right: 4px;
	padding: 1px 8px 3px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #017c38;
    color: #017c38;
    display: inline-block;
	text-decoration: none;
    transition: 0.3s;
}
.urllist-category-link:hover {
    background: #0c9e4d;
    color: #fff;
}
.urllist-category-link:nth-child(n+4),
section.archive-entry .categories a:nth-child(n+4) {
    display: none;
}


@media screen and (max-width: 640px) {
	.hatena-module .urllist-date-link a,
	.hatena-module-recent-entries ul li a.urllist-title-link,
    .urllist-categories {
        padding: 0 1rem;
    }
}







/* カテゴリー */
.hatena-module-category {
    text-align: center;
}
.hatena-module-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 12px;
}
.hatena-module-category ul li a {
    padding: 8px 12px 10px;
    font-size: 14px;
    display: block;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: background-color .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease;
}
.hatena-module-category ul li a:hover {
    background: #eee;
}

@media screen and (max-width: 640px) {
    .hatena-module-category ul {
        justify-content: left;
    }
}


/* =========================
   BRUDER TOP ARTICLE
========================= */
.hatena-module-custom-bruder_top_article {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "title button"
        "list list";
    column-gap: 0px;
    row-gap: 20px;
	align-items: end;
    margin-bottom: 48px;
}
/* display:contentsでbodyを無視 */
.hatena-module-custom-bruder_top_article .hatena-module-body {
    display: contents;
}
/* -----タイトル----- */
.hatena-module-custom-bruder_top_article .hatena-module-title {
    grid-area: title;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 32px;
    line-height: 1;
}
/* -----ボタン-----*/
.hatena-module-custom-bruder_top_article .recent-entries-see-more {
    grid-area: button;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	margin: 0;
}
.hatena-module-custom-bruder_top_article .recent-entries-see-more-link {
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
	line-height: 1;
    border: 1px solid #000;
    border-radius: 999px;
    font-weight: 600;
    color: #000;
    transition: .25s;
}
.hatena-module-custom-bruder_top_article .recent-entries-see-more-link:hover {
    background: #000;
    color: #fff;
}
/* -----記事一覧----- */
.hatena-module-custom-bruder_top_article ul {
    grid-area: list;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid #000;
}
/* ------画像-----*/
.hatena-module-custom-bruder_top_article .recent-entries-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.hatena-module-custom-bruder_top_article .recent-entries-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.hatena-module-custom-bruder_top_article .recent-entries-image-link:hover img {
    transform: scale(1.05);
}
/* -------------------------
   カテゴリ非表示
------------------------- */
.hatena-module-custom-bruder_top_article .urllist-categories {
    display: none;
}
/* =========================
   SP
========================= */
@media (max-width: 640px) {
    .hatena-module-custom-bruder_top_article {
        display: block;
		margin-bottom: 32px;
    }
    .hatena-module-custom-bruder_top_article .hatena-module-title {
        margin-bottom: 16px;
		padding: 0 1rem;
    }
    .hatena-module-custom-bruder_top_article ul {
		display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 0;
        border-top: none;
    }
	.hatena-module-custom-bruder_top_article ul li a.urllist-title-link{
		margin: 4px 0px 0px;
	}
	.hatena-module-custom-bruder_top_article li:nth-child(n+2){
		padding: 0 1rem;
	}
    .hatena-module-custom-bruder_top_article li:nth-child(n+2) .recent-entries-item-inner {
        display: grid;
        grid-template-columns: 140px 1fr;
		column-gap: 12px;
        align-items: start;
    }
    .hatena-module-custom-bruder_top_article li:nth-child(n+2) .recent-entries-image-link {
        grid-row: 1 / 4;
    }
    .hatena-module-custom-bruder_top_article li:nth-child(n+2) .recent-entries-date-link a {
        margin: 0 0 4px;
        padding: 0;
		line-height: 120%;
    }
    .hatena-module-custom-bruder_top_article li:nth-child(n+2) .recent-entries-title-link {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .hatena-module-custom-bruder_top_article .recent-entries-see-more {
        justify-content: center;
        margin-top: 24px;
    }
}



/*ランキング*/
.hatena-module-entries-access-ranking {
    text-align: center;
}
.hatena-module-entries-access-ranking ul {
    display: flex;
    flex-wrap: wrap;
}
.hatena-module-entries-access-ranking ul li {
    width: 18.7%;
    margin-right: 1.6%;
    margin-bottom: 16px;
}
.hatena-module-entries-access-ranking ul li:last-child {
    margin-right: 0px;
}
.hatena-module-entries-access-ranking ul li a.entries-access-ranking-image-link {
    display: block;
    max-width: 232px;
    max-height: 186px;
    overflow: hidden;
    text-align: left;
}
.hatena-module-entries-access-ranking ul li a.urllist-title-link {
    margin: 8px 0px 8px;
}
@media screen and (max-width: 767px) {
    .hatena-module-entries-access-ranking {
        background-color: #f2f2f2;
    }
    .hatena-module-entries-access-ranking ul {
        display: block;
    }
    .hatena-module-entries-access-ranking ul li {
        width: 100%;
        margin-right: 0%;
        text-align: left;
    }
    .hatena-module-entries-access-ranking ul li a.entries-access-ranking-image-link {
        max-width: 33%;
        max-height: unset;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .hatena-module-entries-access-ranking ul li a.entries-access-ranking-title-link {
        padding: 0;
        max-width: 60%;
        margin: 0 8px;
        display: inline-block;
    }
}


/*検索*/
.hatena-module-search-box {
    display: none;
}

/*prev next*/
.pager-permalink {
    font-size: 16px !important;
}
.pager-permalink .pager-arrow {
    font-size: 22px;
}
.pager {
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem;
    justify-content: space-between;
    justify-content: center;
}
.pager a {
    color: #ffffff;
    background-color: #0c9e4d;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    cursor: pointer;
    text-decoration: none !important;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    display: block;
    text-align: center;
}
.pager a:hover {
    background-color: #3cce7d;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
    .pager {
        display: block;
    }
    .pager a {
        display: block;
        margin-bottom: 12px;
        padding: 10px 12px 12px;
        width: unset;
    }
    .pager-permalink .pager-arrow {
        font-size: 20px;
        display: none;
    }
}






/*present*/
.sp {
    display: none;
}
#content-inner .cont.present img {
    vertical-align: bottom;
}
#content-inner .cont.present .readtxt .h2-type02 .en {
    font-size: 55px;
    letter-spacing: 0.03em;
}
#content-inner .cont.present .readtxt {
    font-size: 18px;
    line-height: 175%;
    padding: 0 0 60px;
}
#content-inner .cont.present .special-archive ul li {
    margin-bottom: 7.5%;
    position: relative;
}
#content-inner .cont.present .special-archive ul li .archive-txtbox p {
    font-size: 16px;
    font-weight: bold;
}
#content-inner .cont.present .special-archive ul li .archive-txtbox p:last-child {
    margin: 5px 0;
}
#content-inner .cont.present .special-archive ul li .archive-txtbox .category {
    position: absolute;
    color: #fff;
    background-color: #000;
    padding: 8px 15px 10px;
    font-weight: normal !important;
    top: -3px;
    left: -3px;
    border: 3px solid #fff;
    font-size: 20px !important;
    font-family: 'Noto Sans JP', sans-serif;
}
#content-inner .cont.present .special-archive.col2 ul li {
    max-width: 49%;
    margin-right: 2%;
}
#content-inner .cont.present .special-archive.col3 ul li:nth-child(3n) {
    margin-right: 0% !important;
}
#content-inner .cont.present .special-archive.col2 ul li:nth-child(2n) {
    margin-right: 0 !important;
}
#content-inner .cont.present .quiz-main h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#content-inner .cont.present .quiz-main h4 {
    margin: 20px;
    font-size: 17px;
}
#content-inner .cont.present .quiz-main h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
#content-inner .cont.present .quiz-main p {
    font-size: 16px;
    text-align: center;
}
#content-inner .cont.present .quiz-main .btn {
    width: 100%;
    margin: 0;
    font-size: 20px;
    height: 65px;
    line-height: 65px;
}
#content-inner .cont.present .box-quiz h5 {
    background: #000000;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
#content-inner .cont.present .box-quiz ul li {
    position: relative;
    padding: 3px 25px 3px 15px;
    margin: 0px;
    list-style-type: none !important;
}
#content-inner .present .link-img {
    display: block;
    position: relative;
    padding: 0 0 20px 15px;
    transition: all .3s;
    opacity: 1 !important;
    font-weight: bold;
}
#content-inner .present .link-img:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 9px;
    height: 9px;
    content: "";
    background: url(/common/img/icn_link.png) no-repeat 0 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#content-inner .cont.present .box-quiz ul li:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 11px;
    height: 11px;
    content: "";
    background: url(/common/img/icn_link_gr.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
    #content-inner .present .link-img {
        padding: 0 0 0px 15px;
    }
    #content-inner .cont.present .special-archive {
        margin-top: 25px;
        margin-right: 0;
    }
    .special-archive ul {
        display: block;
    }
    #content-inner .cont.present .special-archive.col2 ul li {
        max-width: 100%;
    }
    #content-inner .box-quiz {
        margin-top: 30px;
    }
    #content-inner .cont.present .box-quiz h5 {
        font-size: 16px;
        padding: 15px 0;
    }
}
.entry-footer .entry-footer-section {
    display: none;
}
.entry-footer .hatena-star-container {
    margin: 2% 0% 2%;
}
.entry-footer .star-navigation-tooltip {
    margin: 0 0% 2%;
    height: unset;
}
.entry-footer .social-buttons {
    margin: 0 0% 2%;
}
@media screen and (max-width: 640px) {
    .entry-footer .hatena-star-container {
        margin: 2% 3.5% 2%;
    }
    .entry-footer .star-navigation-tooltip {
        margin: 0 3.5% 2%;
        height: 50px;
    }
    .entry-footer .social-buttons {
        margin: 0 3.5% 2%;
    }
}
#entry-footer-secondary-modules .hatena-module {
    padding: 2rem 1rem;
}