/*
Theme Name: makit2020
Theme URI: https://makit.jp/
Description: makit
Version: 1.0
Author: makit
Author URI: https://makit.jp/
*/


@media screen and (min-width: 768px){

/* ############################ reset ############################ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body{
    height:100%;
    background-color:#fff;
    color:#333;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 'din-2014', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html, body {
    height:100%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}


/* change colours to suit your needs */
ins {
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ddd;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
    letter-spacing:0.05em;
}

p {
    line-height:1.8;
    letter-spacing:0.05em;
}
dl {
    line-height:1.8;
    letter-spacing:0.05em;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align:top;
}

a,a:link a:visited {
    color: #4a8891;
    text-decoration: none;
    outline: none !important;
    transition: all .3s;
}
a:hover {
    color: #222;
    text-decoration: none; 
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

iframe{
  width: 100%;
}

strong {
    font-weight:700;
}

.marker.active{
    background-position: -100% .5em;
}
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
}

/* ############################ reset ############################ */


/* ############################ header ######################### */

@media screen and (min-width:1024px){
header {
    width: 100%;
    background: url(../img/header_illust.svg) repeat-x 0 3px;
    background-size:200px;
    padding-top:35px;
}

.headarea {
    position: relative;
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding:20px 0;
}
.header_logo_sp {
    width: 130px;
}
.header_logo_sp h1 {
    width: 130px;
}
.header_logo_sp h1 img {
    width: 100%;
}

.nav_sp {
    flex:1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul li {
    margin-left:30px;
}
.nav_sp .globalnav ul li a,a:link a:visited {
    display: block;
    color:#222;
}
.nav_sp .globalnav ul li a:hover {
    color: #4a8891;
}
.nav_sp .globalnav ul li a h3 {
    text-align:center;
    font-size:1.8rem;
    letter-spacing:0.1em;
    font-weight:600;
    line-height:1.0;
}
.nav_sp .globalnav ul li a p {
    text-align:center;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:5px;
}

p.global_subnav {
  width: 66px;
  height:66px;
  margin-left:20px;
}
p.global_subnav  button {
    width: 66px;
    height:66px;
    display:block;
    border: none;
    background:none;
    cursor: pointer;
}

.head_search_sp {
    width:100%;
    background-color:#f3f3f3;
    padding-top:15px;
}
.head_search_sp02 {
    width:90%;
    margin:0 auto;
}

.input_sp {
    width:50%;
    position:relative;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
    z-index:30;
    margin-left:50%;
}
.search_input {
    color: #444;
    font-size:1.4rem;
    width: 100%;
    height:50px;
    -webkit-appearance: none;
    padding:1px 0 1px 10px;
    line-height:1.0;
    border:1px solid #ddd;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
::placeholder {
    color: #bbb;
    font-size:1.4rem;
    line-height:1.0;
}
.input_sp button {
    position: absolute;
    width:50px;
    z-index:50;
    top:0;
    right:0;
}
.input_sp .clearButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 55px;
  top: 15px;
  background: url(../img/search_clear_icon.svg) no-repeat 0 0;
  background-size:20px;
  cursor: pointer;
  visibility:hidden;
}
.search_btn {
    position:absolute;
    top:5px;
    right:5px;
    width:40px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
header {
    width: 100%;
    background: url(../img/header_illust.svg) repeat-x 0 3px;
    background-size:180px;
    padding-top:30px;
}

.headarea {
    position: relative;
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding:20px 0;
}
.header_logo_sp {
    width: 100px;
}
.header_logo_sp h1 {
    width: 100px;
}
.header_logo_sp h1 img {
    width: 100%;
}

.nav_sp {
    flex:1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul li {
    margin-left:20px;
}
.nav_sp .globalnav ul li a,a:link a:visited {
    display: block;
    color:#222;
}
.nav_sp .globalnav ul li a:hover {
    color: #4a8891;
}
.nav_sp .globalnav ul li a h3 {
    text-align:center;
    font-size:1.6rem;
    letter-spacing:0.1em;
    font-weight:600;
    line-height:1.0;
}
.nav_sp .globalnav ul li a p {
    text-align:center;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:5px;
}

p.global_subnav {
  width: 55px;
  height:55px;
  margin-left:15px;
}
p.global_subnav  button {
    width: 55px;
    height:55px;
    display:block;
    border: none;
    background:none;
    cursor: pointer;
}

.head_search_sp {
    width:100%;
    background-color:#f3f3f3;
    padding-top:15px;
}
.head_search_sp02 {
    width:92%;
    margin:0 auto;
}

.input_sp {
    width:60%;
    position:relative;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
    z-index:30;
    margin-left:40%;
}
.search_input {
    color: #444;
    font-size:1.4rem;
    width: 100%;
    height:50px;
    -webkit-appearance: none;
    padding:1px 0 1px 10px;
    line-height:1.0;
    border:1px solid #ddd;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
::placeholder {
    color: #bbb;
    font-size:1.4rem;
    line-height:1.0;
}
.input_sp button {
    position: absolute;
    width:50px;
    z-index:50;
    top:0;
    right:0;
}
.input_sp .clearButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 55px;
  top: 15px;
  background: url(../img/search_clear_icon.svg) no-repeat 0 0;
  background-size:20px;
  cursor: pointer;
  visibility:hidden;
}
.search_btn {
    position:absolute;
    top:5px;
    right:5px;
    width:40px;
}
}


@media screen and (min-width: 768px){
.sp_headarea {
    display:none;
}
}

/* ############################ header ######################### */



/* ############################ index_contents_sp ######################### */

@media screen and (min-width: 768px){
.index_contents_sp {
    width:100%;
}
}

/* ###### index_pickup_sp ##### */

@media screen and (min-width:1024px){
.index_pickup_sp {
    width:100%;
    background-color:#f3f3f3;
    padding:30px 0 25px;
    margin-bottom:20px;
}
.index_pickup_list_sp {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_pickup_list {
    width:25%;
    padding:0 10px;
}
.index_pickup_list a {
    position:relative;
    display:block;
    width:100%;
    background-color:#fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.index_pickup_list a p {
    width:100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.index_pickup_list a p img {
    width:100%;
    height:320px;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.index_pickup_list a div.index_pickup_title {
    position:absolute;
    padding: 25px 30px;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}
.index_pickup_list a div.index_pickup_title h2 {
    color:#fff;
    font-size:2.0rem;
    line-height:1.5;
    font-weight:500;
    letter-spacing:0.05em;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.index_pickup_list a div.index_pickup_title h4 {
    position:absolute;
    left:25px;
    top:-15px;
    display:inline-block;
    color:#fff;
    font-size:1.1rem;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
    padding: 12px 20px 10px 20px;
    background-color:#111;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.index_pickup_sp {
    width:100%;
    background-color:#f3f3f3;
    padding:30px 0 25px;
    margin-bottom:20px;
}
.index_pickup_list_sp {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index_pickup_list {
    width:25%;
    padding:0 5px;
}
.index_pickup_list a {
    position:relative;
    display:block;
    width:100%;
    background-color:#fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.index_pickup_list a p {
    width:100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.index_pickup_list a p img {
    width:100%;
    height:300px;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.index_pickup_list a div.index_pickup_title {
    position:absolute;
    padding: 20px 25px;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}
.index_pickup_list a div.index_pickup_title h2 {
    color:#fff;
    font-size:1.8rem;
    line-height:1.5;
    font-weight:500;
    letter-spacing:0.05em;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.index_pickup_list a div.index_pickup_title h4 {
    position:absolute;
    left:20px;
    top:-15px;
    display:inline-block;
    color:#fff;
    font-size:1.0rem;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
    padding: 10px 16px 8px 16px;
    background-color:#111;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
}

/* ###### index_pickup_sp ##### */


/* ############################ index_contents_sp ######################### */


/* ############################ page_title_sp ############################ */

@media screen and (min-width:1024px){
.page_title_sp {
    position:relative;
    width:100%;
    margin-bottom:25px;
}
.page_title_sp h3 {
    text-align:center;
    color:#111;
    font-size:3.0rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.page_title_sp h3 img {
    width:46px;
    margin-right:8px;
    padding-bottom:15px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.page_title_sp {
    position:relative;
    width:100%;
    margin-bottom:25px;
}
.page_title_sp h3 {
    text-align:center;
    color:#111;
    font-size:2.6rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.page_title_sp h3 img {
    width:46px;
    margin-right:8px;
    padding-bottom:15px;
}
}

/* ############################ page_title_sp ############################ */



/* ############################ entry_list_sp ############################ */

@media screen and (min-width:1024px){
.entry_list_sp {
    width: 90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.entry_list_sp_left {
    flex:1;
    padding-right:40px;
}
.entry_list_sp_left02 {
    width:100%;
    border-top:1px dotted #ddd;
}
.entry_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.entry_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.entry_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.entry_list .entry_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.entry_list .entry_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.entry_list .entry_list_thumb img:hover {
  transform: scale(1.1);
}
.entry_list .entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.entry_list .entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.entry_list .entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.entry_list .entry_list_desc {
    flex:1;
    padding-left:15px;
}
.entry_list .entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.entry_list .entry_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.entry_list_sp_right {
    width: 350px;
}
.entry_list_sp_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.entry_list_sp_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.entry_list_sp_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
p.side_ranking_icon {
    position:absolute;
    top:-25px;
    right:5px;
    width:35px;
}
p.side_ranking_icon img {
    width:100%;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.entry_list_sp {
    width: 100%;
}

.entry_list_sp_left {
    width: 92%;
    margin: 0 auto;
}
.entry_list_sp_left02 {
    width:100%;
    border-top:1px dotted #ddd;
}
.entry_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.entry_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.entry_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.entry_list .entry_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.entry_list .entry_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.entry_list .entry_list_thumb img:hover {
  transform: scale(1.1);
}
.entry_list .entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.entry_list .entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.entry_list .entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.entry_list .entry_list_desc {
    flex:1;
    padding-left:15px;
}
.entry_list .entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.entry_list .entry_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.entry_list_sp_right {
    width: 92%;
    margin:0 auto;
}
.entry_list_sp_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:18px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.entry_list_sp_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.entry_list_sp_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
p.side_ranking_icon {
    position:absolute;
    top:-25px;
    right:5px;
    width:44px;
}
p.side_ranking_icon img {
    width:100%;
}
}


/* ############################ wp-pagenavi ############################ */

@media screen and (min-width:1024px){
.wp-pagenavi {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    clear:both;
    text-align: center;
}

.wp-pagenavi img {
    width: 9px !important;
    vertical-align: middle !important;
    float: none !important;
    margin: 0 !important;

}

.wp-pagenavi .pages {
    color: #999;
    font-weight: 500;
    font-size:1.4rem;
    position: absolute;
    padding: 0 !important;
    margin: 0 20px 0 -20px !important;
}

.wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 0 80px !important;
}

.wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px 0 10px !important;
}

/*
.wp-pagenavi a, .wp-pagenavi span {
    line-height: 60px !important;
    height: 60px !important;
    border: none !important;
    margin: 0px !important;
    text-decoration: none;
    text-align: center !important;
    /* background-color: #fff !important; */

.nextpostslink {
float:right;
}

.previouspostslink {
float:left;
}

.wp-pagenavi a:hover {
    /* background-color: #97BC5F !important;
    color: #fff !important; */
}

.wp-pagenavi .current {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    line-height: 45px;
    margin: 0 4px;
    background-color: #222;
    color: #fff;
    font-size: 1.3rem;
    font-weight:700;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    line-height: 45px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.wp-pagenavi .extend {
    width: 45px;
    line-height: 45px;
    letter-spacing: 0.1em;
    margin: 0 3px;
}

.wp-pagenavi .last,.wp-pagenavi .first,.wp-pagenavi .pages/*,.wp-pagenavi .current,.wp-pagenavi .extend,.wp-pagenavi .larger*/ {
    display:none;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.wp-pagenavi {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    clear:both;
    text-align: center;
}

.wp-pagenavi img {
    width: 9px !important;
    vertical-align: middle !important;
    float: none !important;
    margin: 0 !important;

}

.wp-pagenavi .pages {
    color: #999;
    font-weight: 500;
    font-size:1.4rem;
    position: absolute;
    padding: 0 !important;
    margin: 0 20px 0 -20px !important;
}

.wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 0 80px !important;
}

.wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px 0 10px !important;
}

/*
.wp-pagenavi a, .wp-pagenavi span {
    line-height: 60px !important;
    height: 60px !important;
    border: none !important;
    margin: 0px !important;
    text-decoration: none;
    text-align: center !important;
    /* background-color: #fff !important; */

.nextpostslink {
float:right;
}

.previouspostslink {
float:left;
}

.wp-pagenavi a:hover {
    /* background-color: #97BC5F !important;
    color: #fff !important; */
}

.wp-pagenavi .current {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    line-height: 40px;
    margin: 0 4px;
    background-color: #222;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-weight:700;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    line-height: 40px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.wp-pagenavi .extend {
    width: 40px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin: 0 3px;
}

.wp-pagenavi .last,.wp-pagenavi .first,.wp-pagenavi .pages/*,.wp-pagenavi .current,.wp-pagenavi .extend,.wp-pagenavi .larger*/ {
    display:none;
}
}

/* ############################ wp-pagenavi ############################ */


/* ############################ 記事外バナー追加用 ######################### */

.out_ad_block {
    width: 100%;
    clear: both;
    margin: 0 50px 35px;
}

.out_ad_left {
    display:inline-block;
    margin: 35px 0 0 0;
}

.out_ad_right {
    display:inline-block;
    margin: 35px 0 0 20px;
}

.out_post_box {
    clear: both;
    margin-bottom: 30px;
}

.out_post_box h2 {
    font-size: 140%;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px;
    margin-top: 40px;
    font-weight:bold;
}

.out_post_box p {
    font-size: 90%;
    line-height:1.7em;
    margin-top:20px;
}

.out_post_box img {
    width: 100%;
    padding-top: 25px;
}


/* アドセンススタイルここから */
.PC_page_middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.PC_bottom_left {
    flex: 1;
    margin: 10px;
}

.PC_bottom_right {
    flex: 1;
    margin: 10px;
}
/* アドセンススタイルここまで */



/* ############################ rank_box ############################ */

@media screen and (min-width:1024px){
.side_box {
    width:100%;
    margin-bottom: 40px;
    border-top: 1px dotted #ddd;
}
.rank_box {
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}
.rank_box a,a:link a:visited {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    position: relative;
    padding:15px 10px;
}
.rank_box a:hover {
    background-color: #f3f3f3;
}
li:nth-child(1).rank_box:before {
    content: "";
    width:35px;
    height:35px;
    position: absolute;
    top: -7px;
    left: -12px;
    background:url(../img/ranking_no1_img.png) no-repeat 0 0;
    background-size:35px;
    z-index: 1000;
}

li:nth-child(2).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no2_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

li:nth-child(3).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no3_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

.rank_thumb {
    width: 70px;
    height:70px;
    position:relative;
}
.rank_thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rank_box .rank_inner {
    flex:1;
    padding-left:12px;
}
.rank_box .rank_inner p {
    color:#222;
    font-size:1.3rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.side_box {
    width:100%;
    margin-bottom: 40px;
}
.rank_box {
    position: relative;
    width: 100%;
    border: 1px dotted #ddd;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-top:15px;
}
.rank_box a,a:link a:visited {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    position: relative;
    padding:15px;
}
.rank_box a:hover {
    background-color: #f3f3f3;
}
li:nth-child(1).rank_box:before {
    content: "";
    width:35px;
    height:35px;
    position: absolute;
    top: -7px;
    left: -12px;
    background:url(../img/ranking_no1_img.png) no-repeat 0 0;
    background-size:35px;
    z-index: 1000;
}

li:nth-child(2).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no2_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

li:nth-child(3).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no3_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

.rank_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.rank_thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rank_box .rank_inner {
    flex:1;
    padding-left:15px;
}
.rank_box .rank_inner p {
    color:#222;
    font-size:1.4rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}
}

/* ############################ rank_box ############################ */


/* ############################ footer_sp ######################### */

@media screen and (min-width:1024px){
.footer_sp {
    width:100%;
}
.footer_sp02 {
    position: relative;
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    background-color:#f3f3f3;
    padding:40px 40px 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.footer_sp_left {
    flex:1;
}
.footer_sns {
    width:100%;
}
.footer_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_sns ul li {
    width:40px;
    margin-right:20px;
}
.footer_sns ul li img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer_list {
    width:100%;
    margin-top:20px;
}
.footer_list ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_list ul li:last-child {
    border-right:1px dotted #ccc;
}
.footer_list ul li {
    border-left:1px dotted #ccc;
    padding: 0 12px;
    margin-bottom:5px;
}
.footer_list ul li a,a:link a:visited {
    display:inline-block;
    position: relative;
}
.footer_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #222;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.footer_list ul li a:hover {
    color:#222;
    text-decoration:none;
}
.footer_list ul li a:hover:before {
    width: 100%;
}

.footer_sp_right {
    width:120px;
}
.footer_sp_right p {
    width:120px;
}
.footer_sp_right p img {
    width:100%;
}

.copy {
    width:100%;
    padding:15px 0;
}
.copy p {
    font-size:1.0rem;
    color:#111;
    text-align:center;
    line-height:1.0;
    letter-spacing:0.1em;
}

p.footer_mountain {
    position:absolute;
    right:-25px;
    bottom:-25px;
}
p.footer_mountain img {
    width:140px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.footer_sp {
    width:100%;
}
.footer_sp02 {
    position: relative;
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    background-color:#f3f3f3;
    padding:30px 30px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.footer_sp_left {
    flex:1;
}
.footer_sns {
    width:100%;
}
.footer_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_sns ul li {
    width:35px;
    margin-right:20px;
}
.footer_sns ul li img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer_list {
    width:100%;
    margin-top:20px;
}
.footer_list ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_list ul li:last-child {
    border-right:1px dotted #ccc;
}
.footer_list ul li {
    border-left:1px dotted #ccc;
    padding: 0 10px;
    margin-bottom:5px;
}
.footer_list ul li a,a:link a:visited {
    display:inline-block;
    position: relative;
}
.footer_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #222;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.footer_list ul li a:hover {
    color:#222;
    text-decoration:none;
}
.footer_list ul li a:hover:before {
    width: 100%;
}

.footer_sp_right {
    width:100px;
}
.footer_sp_right p {
    width:100px;
}
.footer_sp_right p img {
    width:100%;
}

.copy {
    width:100%;
    padding:15px 0;
}
.copy p {
    font-size:1.0rem;
    color:#111;
    text-align:center;
    line-height:1.0;
    letter-spacing:0.1em;
}

p.footer_mountain {
    position:absolute;
    right:-20px;
    bottom:-20px;
}
p.footer_mountain img {
    width:120px;
}
}

/* ############################ footer_sp ######################### */



@media screen and (min-width: 768px){
.f_10px {
    font-size:10px;
}

.sp {
    display:none;
}
}

