@charset "UTF-8";
/*
Theme Name : notoorigin
Theme URI :
Author: SCARAMANGA INC.
Author URI: http://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
  position: relative;
  display: block;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    font-size: 1.3rem;
    background-color: #ffffff;
    line-height: 2;
  }
}

canvas {
  vertical-align: bottom;
  display: block;
  width: 100%;
}
canvas.flipped {
  transform: rotate(180deg);
}

.main {
  margin-left: 88px;
}
@media screen and (max-width: 1079px) {
  .main {
    margin-left: 0;
  }
}

.um {
  opacity: 1 !important;
}

a {
  color: #000000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.font_small {
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.bounce_in,
.fade_in,
.fade_in_up,
.fade_in_down,
.fade_in_left,
.fade_in_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!------------------------------------*
fadeInDown
\*!------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*!------------------------------------*
fadeInLeft
\*!------------------------------------*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: adeInLeft;
  animation-name: fadeInLeft;
}

/*!------------------------------------*
fadeInRight
\*!------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* _header
---------------------------------------------------------------------------------------*/
.header {
  width: calc(100% - 20px);
  height: 90px;
  border-radius: 100px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 0;
  }
}
.header .header_inr {
  display: flex;
  justify-content: space-between;
}
.header .header_inr .left_area {
  display: flex;
  align-items: center;
}
.header .header_inr .left_area .header_logo {
  width: 90px;
  margin: 10px 20px;
}
.header .header_inr .left_area .header_logo a {
  display: block;
}
.header .header_inr .left_area .header_logo a:hover {
  opacity: 0.7;
}
.header .header_inr .left_area .left_area_nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header .header_inr .left_area .left_area_nav {
    display: none;
  }
}
.header .header_inr .left_area .left_area_nav li {
  margin: 0 10px;
}
.header .header_inr .left_area .left_area_nav li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #565656;
}
.header .header_inr .left_area .left_area_nav li a:hover {
  color: #000000;
}
.header .header_inr .right_area {
  display: flex;
}
@media screen and (min-width: 768px) {
  .header .header_inr .right_area {
    align-items: center;
  }
}
.header .header_inr .right_area a:hover {
  opacity: 0.7;
}
.header .header_inr .right_area .btn_mypage,
.header .header_inr .right_area .btn_registr {
  display: block;
  background: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 60px;
  height: 70px;
  padding: 0 50px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header .header_inr .right_area .btn_mypage,
.header .header_inr .right_area .btn_registr {
    padding: 0 10px;
    font-size: 1.1rem;
    height: 70px;
    border-radius: 0;
  }
}
.header .header_inr .right_area .btn_mypage .ico,
.header .header_inr .right_area .btn_registr .ico {
  display: block;
  width: 20px;
  margin: 8px auto 3px;
}
@media screen and (max-width: 767px) {
  .header .header_inr .right_area .btn_mypage .ico,
.header .header_inr .right_area .btn_registr .ico {
    margin: 12px auto 3px;
  }
}
.header .header_inr .right_area .btn_login,
.header .header_inr .right_area .btn_logout {
  margin: 0 10px;
  display: block;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  font-size: 1.1rem;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header .header_inr .right_area .btn_login,
.header .header_inr .right_area .btn_logout {
    display: none;
  }
}
.header .header_inr .right_area .btn_login .ico,
.header .header_inr .right_area .btn_logout .ico {
  display: block;
  width: 18px;
  margin: 14px auto 4px;
}

.g_nav.active {
  right: 0 !important;
}

.g_nav {
  position: fixed;
  width: 70%;
  max-width: 300px;
  height: 100vh;
  top: 0;
  right: -100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 998;
  overflow: scroll;
  padding: 120px 50px 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.g_nav ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 2px dotted #565656;
}
.g_nav ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.g_nav ul li a {
  display: block;
  font-weight: bold;
  color: #565656;
}
.g_nav ul li a:hover {
  color: #000000;
}
.g_nav ul .log_out a {
  color: #565656;
}
.g_nav .copy {
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .g_nav {
    width: 70%;
    padding: 90px 20px 0;
  }
}

/*----------ハンバーガーアイコン----------*/
.hamburger_area {
  width: 70px;
  height: 70px;
  transition: 0.5s;
  background: #000000;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger_area {
    border-radius: 0;
  }
}
.hamburger_area:hover {
  cursor: pointer;
}

.hamburger {
  display: block;
  position: absolute;
  top: 27px;
  left: 20px;
  width: 31px;
  height: 16px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 26px;
    left: 15px;
    width: 40px;
    height: 16px;
  }
}
.hamburger .hamburger_line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger_line {
    background: #ffffff;
  }
}
.hamburger .hamburger_line:nth-of-type(1) {
  top: 0;
}
.hamburger .hamburger_line:nth-of-type(2) {
  top: 7px;
}
.hamburger .hamburger_line:nth-of-type(3) {
  bottom: 0;
}
.hamburger p {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
}

.active .hamburger_line:nth-of-type(1) {
  top: -4px;
}
.active .hamburger_line:nth-of-type(3) {
  bottom: 0 !important;
}

.hamburger .hamburger_line:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}
.hamburger .hamburger_line:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger .hamburger_line:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active .hamburger_line:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}
.active .hamburger_line:nth-of-type(2) {
  opacity: 0;
}
.active .hamburger_line:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(30deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}
/* _page
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1220px;
  margin: auto;
  padding: 0 15px;
}
.min_container {
  max-width: 980px;
  margin: auto;
}

.form_container {
  max-width: 680px;
  margin: auto;
}

.breadcrumbs {
  font-size: 1.25rem;
  padding: 20px 0;
  text-align: right;
  margin-bottom: 15px;
  color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}

.page_title {
  background: #000000;
  text-align: center;
  padding: 100px 20px 100px;
  position: relative;
  margin-bottom: 60px;
}
.page_title h1,
.page_title p {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title h1,
.page_title p {
    font-size: 2rem;
  }
}

.section_title {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
}
.section_title h2 {
  font-size: 3rem;
  line-height: 1.56;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 2.2rem;
  }
}
.section_title span {
  max-width: 90px;
  margin: 20px auto;
  display: block;
}

.btn_more_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1079px) {
  .btn_more_list {
    display: block;
  }
}
.btn_more_list .btn_more {
  margin: 20px;
}

.btn_more {
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 20px auto 30px;
  }
}
.btn_more a {
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 260px;
  padding: 1.5em 5em;
  font-size: 1.45rem;
  background: #565656;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn_more a {
    min-width: auto;
    width: 80%;
    padding: 1em 4em;
    font-size: 1.3rem;
  }
}
.btn_more a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #565656;
  border-right: solid 2px #565656;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_more a:after {
  content: "";
  width: 26px;
  height: 26px;
  border: 0;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_more a:hover {
  opacity: 0.6;
}

.btn_back {
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .btn_back {
    margin: 20px auto 30px;
  }
}
.btn_back a {
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 260px;
  padding: 1.5em 5em;
  font-size: 1.45rem;
  background: #565656;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn_back a {
    min-width: auto;
    width: 80%;
    padding: 1em 4em;
    font-size: 1.3rem;
  }
}
.btn_back a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #565656;
  border-right: solid 2px #565656;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_back a:after {
  content: "";
  width: 26px;
  height: 26px;
  border: 0;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_back a:hover {
  opacity: 0.6;
}

.reed_area {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reed_area {
    margin: 30px auto;
    text-align: left;
  }
}

.sort_area {
  margin-bottom: 40px;
  /* animations */
}
.sort_area .sort_area_block {
  display: flex;
}
@-webkit-keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.sort_area label {
  margin-right: 20px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.sort_area input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.sort_area .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  background: #ffffff;
}
.sort_area .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #565656;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.no-transforms .sort_area .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.sort_area input {
  /*  &:focus, &:active {
    + .outside {
      border-color: $color-gray;
    }
  }*/
}
.sort_area input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms .sort_area input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}

.post_list {
  margin: 0 -26px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post_list {
    margin: 0 -8px;
  }
}
.post_list .search_none {
  text-align: center;
}
.post_list .post_card {
  position: relative;
  display: block;
  margin: 0 26px 90px;
  width: calc(33.33333% - 52px);
}
@media screen and (max-width: 1079px) {
  .post_list .post_card {
    width: calc(50% - 52px);
  }
}
@media screen and (max-width: 767px) {
  .post_list .post_card {
    width: calc(50% - 16px);
    margin: 0 8px 40px;
  }
}
.post_list .post_card .good_counter {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.post_list .post_card .good_counter img {
  width: 26px;
  margin-right: 8px;
}
.post_list .post_card .good_counter p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #565656;
}
.post_list .post_card .good_counter_02 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.post_list .post_card .good_counter_02 img {
  width: 26px;
  margin-right: 8px;
}
.post_list .post_card .good_counter_02 p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #565656;
}
.post_list .post_card a {
  display: block;
}
.post_list .post_card a .thum {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
}
.post_list .post_card a .thum img {
  width: 100%;
  width: 100%;
}
.post_list .post_card a:hover .thum img {
  transform: scale(1.05);
  border-radius: 10px;
}
.post_list .post_card a .tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .post_list .post_card a .tit {
    font-size: 1.4rem;
  }
}
.post_list .post_card a .tag {
  line-height: 1.5;
}
.post_list .post_card a .tag span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #565656;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .post_list .post_card a .tag span {
    font-size: 1rem;
  }
}
.post_list .post_card a .tag span:before {
  content: "#";
}
.post_list .text_center {
  width: 100%;
}

.other_post {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .other_post {
    margin-top: 45px;
  }
}

.um-account-meta-img {
  display: none !important;
}

.count_area {
  margin-bottom: 50px;
  text-align: center;
}
.count_area .cat_name {
  color: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  background: #565656;
  padding: 6px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .count_area .cat_name {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.count_area .cat_name_area {
  margin-bottom: 10px;
}
.count_area .cat_name_area span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #565656;
  margin-right: 8px;
}
.count_area .cat_name_area span:before {
  content: "#";
}

.search_area {
  background: #FAFAFA;
  padding: 30px 20px;
  margin: 0 0 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search_area {
    padding: 20px 15px;
    display: block;
    border-radius: 0;
    margin: 0 15px 30px;
  }
}
.search_area h3 {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
.search_area h3:before {
  content: "●";
  color: #565656;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .search_area h3 {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.search_area .search_block_in_row {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .search_area .search_block_in_row {
    display: block;
    width: 100%;
  }
}
.search_area .search_block_in_row .search_box {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .search_area .search_block_in_row .search_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1%;
  }
}
.search_area .search_block_in_row .search_box select {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #000000;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff url("images/ico-down.svg") right 12px center no-repeat;
  background-size: 17px;
  padding: 16px 45px 16px 20px;
  border-radius: 5px;
}
.search_area .search_block_in_row .search_box select:-ms-expand {
  display: none;
}
.search_area .search_block_in_row .search_box input {
  margin: 2px 0;
  width: 100%;
  font-size: 1.6rem;
  padding: 16px 20px;
  border: none;
  background: #ffffff;
  border: 1px solid #000000;
  transition-property: all;
  transition-duration: 0.5s;
  border-radius: 5px;
}
.search_area .search_block_in_row .search_box input:focus {
  background: #ffffff;
  border: 1px solid #000000;
}
.search_area .search_block_in_row .btn_search {
  margin-left: 2%;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 15px 20px;
  background: #565656;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .search_area .search_block_in_row .btn_search {
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
    margin-top: 10px;
  }
}
.search_area .search_block_in_row .btn_search span {
  background: url("images/ico-search-w.svg") left center no-repeat;
  background-size: 18px;
  padding-left: 25px;
}
.search_area .search_block_in_row .btn_search:hover {
  opacity: 0.7;
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  position: relative;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  background: #565656;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.pagination .next,
.pagination .prev {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
@media screen and (max-width: 767px) {
  .pagination .next,
.pagination .prev {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pagination .next .txt,
.pagination .prev .txt {
    display: none;
  }
}
.pagination .next {
  position: absolute;
  top: 17px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    top: 25px;
  }
}
.pagination .prev {
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    top: 25px;
  }
}
.pagination .btn_prev {
  padding-left: 10px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .pagination .btn_prev {
    padding-left: 10px;
  }
}
.pagination .btn_prev .ico_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination .btn_prev .ico_btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #565656;
  border-right: solid 2px #565656;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
}
.pagination .btn_prev:hover {
  margin-left: -10px;
}
.pagination .btn_next {
  text-align: right;
  padding-right: 46px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .pagination .btn_next {
    padding-right: 46px;
  }
}
.pagination .btn_next .ico_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
}
.pagination .btn_next .ico_btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #565656;
  border-right: solid 2px #565656;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
}
.pagination .btn_next:hover {
  margin-right: -10px;
}
/* post-nav
---------------------------------------------------------------------------------------*/
.post-nav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 90px auto 0;
  padding: 0 20px;
}
.post-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.post-nav ul li {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .post-nav ul li {
    width: 100%;
  }
}
.post-nav ul li h4 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.4em;
}
.post-nav ul .prev {
  border-right: 1px solid #000000;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .post-nav ul .prev {
    border-bottom: 1px solid #000000;
    border-right: none;
  }
}
.post-nav ul .next {
  text-align: right;
  padding-left: 20px;
}
.post-nav .fa-home {
  display: none;
}

.policy_block {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .policy_block {
    margin: 45px;
  }
}

.article_404 {
  text-align: center;
  padding: 160px 25px;
}
@media screen and (max-width: 767px) {
  .article_404 {
    padding: 120px 25px;
  }
}
.article_404 .article_404_title {
  margin-bottom: 3em;
}
.article_404 .article_404_title h1 {
  font-size: 2.2rem;
  margin: 2em 0;
}
.article_404 .article_404_reed {
  line-height: 2.2;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .article_404 .article_404_reed {
    text-align: left;
  }
}

.policy {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding-top: 90px;
  }
}

#acf-group_615297a20a5b8 {
  display: none;
}

.um-profile .um-field-user_login {
  display: none;
}
.um-profile .um-field-last_name {
  display: none;
}
.um-profile .um-field-first_name {
  display: none;
}

/* _footer
---------------------------------------------------------------------------------------*/
.footer {
  border-top: 1px solid #000000;
  padding: 45px 0 0;
}
.footer .support_logo {
  text-align: center;
  margin: 120px auto 0px;
}
.footer .support_logo a {
  color: #ffffff;
}
.footer .support_logo ul li {
  display: inline-block;
  margin: 20px;
  max-width: 300px;
}
.footer .support_logo ul li a {
  display: block;
}
.footer .support_logo ul li a:hover {
  opacity: 0.6;
}
.footer .footer_logo {
  max-width: 260px;
  margin: 0 auto 45px;
  padding: 0 5%;
}
.footer .footer_nav {
  background: #565656;
  padding: 45px 20px;
  margin-top: -5px;
  text-align: center;
}
.footer .footer_nav ul li {
  display: inline-block;
  margin: 20px 20px;
}
.footer .footer_nav ul li a {
  display: block;
  color: #ffffff;
}
.footer .footer_nav ul li a:hover {
  opacity: 0.6;
}
.footer .footer_inr {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.footer .footer_inr .footer_inr_logo {
  max-width: 100px;
  margin: 20px auto;
}
.footer .footer_inr .footer_inr_logo img {
  border-radius: 50%;
}
.footer .footer_inr h3 {
  font-size: 1.8rem;
}
.footer .footer_inr .btn {
  text-align: center;
  margin: 20px auto 40px;
}
.footer .footer_inr .btn a {
  display: inline-block;
  padding: 12px 50px;
  background: #FAFAFA;
  color: #000000;
  border-radius: 50px;
}
.footer .footer_inr .btn a:hover {
  opacity: 0.6;
}
.footer .footer_inr .btn a span {
  background: url(images/ico_link.png) left center no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
.footer .footer_inr .copy {
  font-size: 1.2rem;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}