@charset "utf-8";
/*
Theme Name: zaiken-i
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Noto+Sans+JP:wght@400;700&display=swap');
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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}



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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2e2e2e;
  letter-spacing: .4px;
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Montserrat','Noto Sans JP', 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}
@media only screen and ( max-width : 767px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #2e2e2e;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 40px;
  padding:0 20px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #f1f9ff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  padding:20px;
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .br_pc {
    display: none;
  }
}

@media only screen and ( max-width : 480px ) {
  /*.box {
    margin-bottom: 20px;
  }
  .sp_box {
    margin-bottom: 20px;
  }*/
}

@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}


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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
#side a {
  /*color: #fff;*/
}
#content {
  position: relative;
  z-index: 2;
}

.sp_br{
    display: none;
}

@media only screen and ( max-width : 991px ) {
  #header {
    /*padding: 25px 15px;*/
    height: 80px;
  }
  #content {
    width: 100%;
    padding: 0 15px;
  }
  #side #side_logo {
    width: 110px;
    margin: 0 auto 20px;
  }
  #h_logo {
    width: 180px;
    margin-left: 15px;
    margin-top: 25px;
  }
.sp_br{
    display: block;
}
}

@media only screen and ( max-width : 575px ) {
  #content {
    padding: 0 5px;
  }
}

@media only screen and ( max-width : 320px ) {
  #content {
    padding: 0;
  }
}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 40px;
  }
  #h_logo {
    width: 233px;
  }
  #side {
    background: #fff;
    position: relative;
    z-index: 3;
    width: 220px;
    transition: 0.5s;
    background: #fff;
  }
  #side #side_logo {
    text-align: center;
    margin-bottom: 100px;
  }
  #side #side_logo img {
    width: 150px;
  }
  .side_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 60px 0;
    z-index: 9999;
    background: #fff;
  }
  #content {
    width: calc(100% - 220px);
    padding: 20px 20px 0 0;
  }
  #footer {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}

@media print, screen and ( min-width : 1000px ) {
  #side {
    width: 300px;
  }
  #content {
    width: calc(100% - 300px);
  }
  #footer {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}

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

　   MENU

--------------------------------------------------------------------------------------------- */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}
#main_contents{
  transition: all .5s;
}
#main_contents.open {
  transform: translateX(-250px);
}
#menu_btn {
  border: 1px solid #000;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-trigger {
  width: 16px;
  height: 12px;
  position: relative;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all .5s;
}
#menu_btn.active .menu-trigger span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 5px;
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}
 
nav#nav {
  width: 250px;
  height: 100%;
  overflow: auto;
  padding: 90px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  transform: translate(250px);
  transition: all .5s;
}
nav#nav.open {
  transform: translateZ(0);
}
nav#nav li {
  color: #fff;
  padding: 0 20px;
}
nav#nav li a {
  position: relative;
  padding: 20px;
  display: block;
}
nav#nav li a:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #ffae4e;
  left: 10px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
}
/* nav li a:hover {
  color: #7bb2dc;
}*/
nav#nav li.current a:after {
  opacity: 1;
  left: 0px;
}
@media only screen and ( max-width : 991px ) {
  #menu_btn {
    top: 15px;
    right: 15px;
  }
  /*nav#side_nav li:first-child {
    border-top: 1px solid #eee;
  }
  nav#side_nav li {
    border-bottom: 1px solid #eee;
  }
  nav#side_nav li a {
    display: block;
    padding: 15px;
    position: relative;
  }
  nav#side_nav li a:after {
    content: "\f054";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    color: #ccc;
  }*/
  #side {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #menu_btn {
    /*top: 20px;
    right: 20px;*/
    display: none;
  }
  nav#side_nav {
    height: 100%;
  }
  nav#side_nav li {
    font-size: 15px;
    margin-bottom: 30px;
  }
  nav#side_nav li:last-child {
    margin-bottom: 0;
  }
  nav#side_nav li a {
    display: block;
    position: relative;
    padding-left: 20px;
  }
 /* nav li a:hover {
    color: #7bb2dc;
  }*/
  nav#side_nav li a:hover:after,nav li.current a:after {
    opacity: 1;
    left: 0px;
  }
}



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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer .copy {
  text-align: center;
  color: #7d7d7d;
  font-size: 10px;
}
#f_nav li a {
  display: block;
  position: relative;
}
#pageTop {
  background: #fcfcfc;
}
#pageTop a {
  display: block;
  text-align: center;
}

.bnr_footer{
display: flex;
    text-align: center;
}

.bnr_footer li{
    padding: 10px;
    padding-left: 0px;
    width: 100%;
}

.h4_div h4{
    font-size: 17px;
    border-top: 1px solid;
    padding-top: 10px;
    margin-bottom: 20px;
}
.br_pc{
    display: block;
}

@media only screen and ( max-width : 991px ) {
  #footer {
    padding: 40px 0;
  }
  #footer .copy {
    font-size: 11px;
  }
  #f_nav {
    margin-bottom: 30px;
  }
  /*#f_nav li a {
    padding: 10px 0;
  }*/
  #pageTop a {
    font-size: 20px;
    padding: 15px;
  }
  #pageTop {
    margin-bottom: 30px;
  }
  #f_nav li {
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #f_nav li:last-child {
    margin-right: 0;
  }

.bnr_footer{
display: block;
}

.bnr_footer li{
    padding: 10px;
    text-align: center;
    padding-left: 0px;
}

.br_pc{
    display: none;
}

}

@media only screen and ( max-width : 767px ) {

}
@media only screen and ( max-width : 575px ) {

}

@media print, screen and ( min-width : 768px ) {

}
@media print, screen and ( min-width : 992px ) {
  #footer {
    padding: 60px 0;
  }
  #f_nav {
    margin-bottom: 50px;
  }
  #f_nav li {
    margin-right: 20px;
  }
  #f_nav li:last-child {
    margin-right: 0;
  }
  #f_nav li a {
    font-size: 13px;
  }
  #pageTop {
    margin-bottom: 50px;
  }
  #pageTop a {
    font-size: 24px;
    padding: 20px;
  }
}


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

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  position: relative;
  font-size: inherit;
  padding: 1px;
  background: rgb(255,105,92);
  background: -moz-linear-gradient(left,  rgba(255,105,92,1) 0%, rgba(255,166,158,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,105,92,1) 0%,rgba(255,166,158,1) 100%);
  background: linear-gradient(to right,  rgba(255,105,92,1) 0%,rgba(255,166,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff695c', endColorstr='#ffa69e',GradientType=1 );
  border-radius: 100px;
  width: 180px;
}
.btn span.btn_inner {
  display: block;
  text-align: center;
  background: rgba(255,255,255,1);
  border-radius: 100px;
  padding: 10px;
  transition: .5s;
}
.btn span.btn_inner span {
  background: linear-gradient( to right,  rgba(254,105,92,1) 30%, rgba(255,166,158,1) 70% );
  -webkit-background-clip: text;
  color: transparent;
  font-size: 13px;
  transition: .5s;
}
.btn:hover span.btn_inner {
  background: rgba(255,255,255,0);
}
.btn:hover span.btn_inner span {
  color: #fff;
}

@media all and (-ms-high-contrast: none){
  .btn span.btn_inner span {
    background: rgba(255,255,255,1);
    color: #fe695c;
  }
  .btn:hover span.btn_inner span {
    background: rgba(255,255,255,0);
    color: #fff;
  }
}

@media only screen and ( max-width : 767px ) {
  .btn {
    margin: 0 auto;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {

}

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

　   STYLE

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

.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
h2 .en {
  font-weight: normal;
}
.lead_tit .en {
  position: relative;
  display: inline-block;
    color: #f8685c;
}
.lead_tit .en:after {
  content: "";
  width: 30px;
  background: #f8685c;
  height: 2px;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -1px;
}
.lead_tit .jp {
  display: block;
  color: #000;
  position: relative;
/*  background: linear-gradient( to right,  rgba(254,105,92,1) 30%, rgba(255,166,158,1) 70% );
  -webkit-background-clip: text;
  color: transparent;
*/
}

.tit span {
  text-align: center;
  display: block;
}
.tit .jp {
  color: #fe695c;
}

.tit02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tit02 .en {
  color: #fe695c;
}
.tit02 .jp {
  position: relative;
}
.tit02 .jp:before {
  content: "/";
  margin: 0 20px;
}

.sub_tit span {
  display: block;
  position: relative;
}
.sub_tit span.en {
  color: #fe695c;
  padding-left: 30px;
}
.sub_tit span.en:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #fe695c;
  left: 0;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}



@media all and (-ms-high-contrast: none){
  .lead_tit .jp {
    background: #fff;
    color: #fe695c;
  }
}

@media only screen and ( max-width : 991px ) {
  section,.sec {
    padding: 60px 0;
  }
  h2 {
    font-size: 20px;
  }
	
}

@media only screen and ( max-width : 767px ) {
  section,.sec {
    padding: 40px 0;
  }
  h2 {
    margin-bottom: 30px;
  }
  h2 .en {
    font-size: 14px;
  }
  h2 .jp,.tit02 .en {
    font-size: 21px;
  }
  .tit02 .jp {
    font-size: 12px;
  }
  .lead_tit .jp {
    margin-top: 15px;
  }
  .sub_tit {
    margin-bottom: 20px;
  }
  .sub_tit .en {
    font-size: 11px;
  }
  .sub_tit .jp {
    font-size: 18px;
  }
  .sub_tit_h3 .text {
    font-size: 18px;
  }

  .tit02 {
    margin-bottom: 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  section,.sec {
    padding: 80px 0;
  }
  h2 {
    margin-bottom: 20px;
  }
  h2 .en {
    font-size: 17px;
  }
  h2 .jp,.tit02 .en {
    font-size: 20px;
  }
  .tit02 .jp {
    font-size: 12px;
  }
  .lead_tit .jp {
    margin-top: 0px;
    color: #000;
  }
  .sub_tit {
    margin-bottom: 30px;
  }
  .sub_tit .en {
    font-size: 13px;
  }
  .sub_tit .jp {
    font-size: 20px;
  }
  .sub_tit_h3 .text {
        font-size: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }

  .tit02 {
    margin-bottom: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  section,.sec {
    padding: 100px 0;
  }
  h2 {
    font-size: 28px;
  }
}

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

　   POST LIST

--------------------------------------------------------------------------------------------- */
.post_list li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
}
.post_list li:first-child a {
  border-top: 1px solid #eee;
}
.post_list li .cat {
  display: block;
  text-align: center;
  transition: .6s;
  color: #fe695c;
}
.post_list li a ul,.post_list li a .post_list_title {
  position: relative;
  z-index: 2;
}
.post_list li a .post_list_title {
  font-weight: 700;
}
.post_list li .post_list_date {
  color: #555555;
 }

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align:center;
  margin-top: 3em;
 
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
}
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #008086;
  border-color: #008086;
  font-weight: bold;
}
@media only screen and ( max-width : 991px ) {
  .post_list {
    margin-bottom: 30px;
  }
  .post_list li ul li {
    margin-bottom: 0;
  }
  .post_list li .post_list_date {
    margin-right: 15px;
    font-size: 11px;
  }
  .post_list li .cat {
    font-size: 10px;
  }
  .post_list li a .post_list_title {
    margin-top: 15px;
    font-size: 15px;
  }
  .post_list li a {
    display: block;
    padding: 20px 0;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  .post_list {
    /*max-width: 850px;
    margin: 0 auto;*/
  }
  .post_list li a {
    padding: 25px 0;
  }
  .post_list li .post_list_date {
    width: 7em;
  }
  .post_list li .post_list_cat {
    width: 7em;
    margin-right: 30px;
  }
  .post_list li a ul {
    width: calc(7em + 7em + 30px);
  }
  .post_list li a .post_list_title {
    width: calc(100% - (7em + 7em + 30px));
  }
  .post_list li .cat {
    font-size: 12px;
  }
}

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

　   SINGLE PAGER

--------------------------------------------------------------------------------------------- */
.single_pager {
  margin-top: 3em;
}
.single_pager a {
  border: 1px solid #ff8a7f;
  color: #ff8a7f;
  text-align: center;
  border-radius: 50px;
  display: block;
}
.single_pager a:hover {
  background: #ff8a7f;
  color: #fff;
}
.single_pager .prev a:before,.single_pager .next a:after {
  font-family: 'icomoon' !important;
}
.single_pager .prev a:before {
  content: "\f053";
  margin-right: 10px;
}
.single_pager .next a:after {
  content: "\f054";
  margin-left: 10px;
}
@media only screen and ( max-width : 767px ) {
  .single_pager {
    flex-wrap: wrap;
  }
  .single_pager div.prev {
    order: 2;
  }
  .single_pager div.next {
    order: 3;
  }
  .single_pager div.list_link {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  .single_pager div {
    width: 49%;
  }
  .single_pager a {
    padding: 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  .single_pager div {
    width: 200px;
  }
  .single_pager div.list_link {
    margin: 0 10px;
  }
  .single_pager a {
    padding: 15px;
  }
}

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

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}

.fadein_up {
  opacity: 0;
  transition: .8s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/*zoomIn*/
.zoomIn_slow {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    animation-duration: 7s;
    -ms-animation-duration: 7s;
    -o-animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


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

　   XXXX

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

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}