@charset "UTF-8";
/*!
Theme Name: hopper
Description: hopper
Author: cubic
Version: 1.0
*/
/* リセット
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
  display: block;
}

::-moz-selection {
  background: #141414;
  color: #FFFFFF;
}

::selection {
  background: #141414;
  color: #FFFFFF;
}

small {
  font-size: smaller;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  display: none;
}

:root ul {
  letter-spacing: -1px;
  word-spacing: -1px;
}

.clearfix:after {
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--------------------------------------------body*/
body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 1.6em;
}

@media (max-width: 359px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 319px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 12px;
  }
}
/*---------------------------------------header-home*/
.header-home {
  border-top: solid 2px #4cc5b2;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 25;
  height: 3.1em;
  width: 100%;
  top: 0;
}
.header-home .ttl-head {
  width: 190px;
  margin: auto;
}

/*---------------------------------------menu mobile*/
.sb_menubtn_wrap {
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.sb_check {
  display: none;
}

/*checked anime*/
.sb_menubtn.active .txt {
  display: none;
}
.sb_menubtn.active .close {
  font-size: 0.7em;
  width: 100%;
  color: #000;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.sb_menubtn.active .bou:nth-child(1) {
  width: 15%;
  transform: translate3d(2px, 4px, 0) rotate(45deg);
}
.sb_menubtn.active .bou:nth-child(2) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.sb_menubtn.active .bou:nth-child(3) {
  width: 15%;
  transform: translate3d(10px, -3px, 0) rotate(45deg);
}

/*not check*/
.sb_menubtn {
  position: relative;
  border: solid 1px #c3c3c3;
  z-index: 20;
  padding: 0.2em 0.2em 0.1em 31px;
  display: block;
  border-radius: 4px;
  width: 75px;
  z-index: 10;
}
.sb_menubtn .txt {
  font-size: 0.7em;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
.sb_menubtn .close {
  display: none;
}
.sb_menubtn .bou {
  position: absolute;
  top: 0;
  left: 0.4em;
  display: block;
  width: 20px;
  height: 3px;
  background: #dddddd;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0;
}
.sb_menubtn .bou:nth-child(1) {
  top: 23%;
}
.sb_menubtn .bou:nth-child(2) {
  top: 45%;
  opacity: 1;
}
.sb_menubtn .bou:nth-child(3) {
  top: 67%;
}

.nav-headmenu.active {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 5;
}

.nav-headmenu {
  box-sizing: border-box;
  position: absolute;
  top: 2.4em;
  right: -0.5em;
  width: 100vw;
  padding: 0;
  background: #fff;
  max-height: 100vh;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.ttl-headmenu {
  background: #eff6f5;
  text-align: center;
  font-weight: bold;
  padding: 1.6%;
}

.nav-headmenu .head_nav_ul {
  color: #4d4d4d;
  width: 100%;
  max-height: 87vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding-bottom: 2em;
}
.nav-headmenu .head_nav_ul li {
  list-style: none;
  position: relative;
}
.nav-headmenu .head_nav_ul li li a {
  padding: 3% 7% 3% 5%;
}
.nav-headmenu .head_nav_ul li li a::before {
  content: "└";
  padding: 0.2em;
}
.nav-headmenu .head_nav_ul a {
  display: block;
  padding: 3% 7% 3% 5%;
  font-size: 1em;
  color: #3d3c3c;
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
  border-bottom: solid 2px #eff6f5;
  position: relative;
}
.nav-headmenu .head_nav_ul a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.7em;
  top: 50%;
  color: #4cc5b2;
  margin-top: -0.8em;
  font-size: 0.8em;
}

/*---------------------------------------search mobile*/
.sb_search_wrap {
  position: absolute;
}

.search_check {
  display: none;
}

.btn-serach {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 0.5em;
  color: #d0d0d0;
  font-size: 1.4em;
  position: relative;
  z-index: 10;
  padding: 0 0.2em 0 0.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-serach .close {
  display: none;
}

.btn-serach.active {
  position: relative;
  border: solid 1px #c3c3c3;
  padding: 0.1em 0.2em 0.1em 1.2em;
  display: block;
  border-radius: 4px;
  width: 70px;
  z-index: 10;
  margin-left: 0.5em;
}
.btn-serach.active .btn {
  display: none;
}
.btn-serach.active .txt {
  display: none;
}
.btn-serach.active .close {
  font-size: 0.6em;
  width: 100%;
  color: #000;
  letter-spacing: 0em;
  vertical-align: middle;
  display: block;
}
.btn-serach.active .bou {
  position: absolute;
  top: 46%;
  left: 0.2em;
  display: block;
  width: 30%;
  height: 3px;
  background: #dddddd;
  display: block;
}
.btn-serach.active .bou:nth-child(3) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.btn-serach.active .bou:nth-child(2) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.mobile_form {
  background: #e9e9e9;
  width: 100vw;
  padding: 0;
  position: absolute;
  top: 3em;
  max-height: 0;
  overflow: hidden;
  display: block;
}

.mobile_form.active {
  max-height: 100vh;
  z-index: 10;
  -webkit-transition: all 1s ease-in  0.3s;
  transition: all 1s ease-in  0.3s;
}

.search-form {
  padding: 0.4em;
}

.mb_sarch {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding: 0.5em 0.2em;
  width: 80%;
  border-radius: 4px 0 0 4px;
  border: solid 1px #d0d0d0;
  border-right: none;
}
.mb_sarch:placeholder-shown {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch::-webkit-input-placeholder {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch:-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch::-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch:-ms-input-placeholder {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}

.search-submit {
  background: #11b99f;
  background: -webkit-linear-gradient(left, #11b99f, #01beda);
  background: linear-gradient(to right, #11b99f, #01beda);
  width: 20%;
  border: solid 1px #d0d0d0;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0.4em 0.2em 0.35em 0.2em;
  color: #fff;
}

.black_cover.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in 0.3s;
  transition: all 0.4s ease-in 0.3s;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*body-------------------------------------------*/
.wrap {
  width: 100%;
}

.main {
  width: 100%;
  background: #fff;
  padding-top: 3.1em;
}

.side {
  width: 100%;
  margin-bottom: 2em;
}

.bread {
  background: #e9e9e9;
  padding: 0.7em 2%;
  overflow-x: scroll;
  width: 100%;
}
.bread .list_bread {
  width: auto;
  max-width: 1000px;
  white-space: nowrap;
  margin: 0 auto;
  list-style: none;
  color: #565656;
  font-size: 0.9em;
  border-top: #e9e9e9 solid 2px;
  border-bottom: #e9e9e9 solid 2px;
  font-size: 0.7em;
  line-height: 1.3;
}
.bread .list_bread li {
  display: inline;
}
.bread .list_bread li::before {
  content: ">";
  padding: 0 0.8em;
}
.bread .list_bread li:first-child::before {
  content: none;
}
.bread .list_bread a {
  color: #565656;
  text-decoration: none;
}

.footer {
  background: #fff;
}
.footer.footer_fix {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer a {
  color: #565656;
  font-style: normal;
  text-decoration: none;
  font-size: 0.8em;
}
.footer address {
  text-align: center;
  padding: 1em;
}
.footer .footer_hop_logo {
  padding: 5% 0;
  text-align: center;
}
.footer .footer_hop_logo img {
  width: 160px;
}

.foot_nav_ul {
  border-bottom: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.foot_nav_ul li {
  width: 50%;
  text-align: center;
}
.foot_nav_ul li:nth-child(odd) a {
  border-right: solid 1px #dddddd;
}

@media screen and (max-width: 480px) {
  .foot_nav_ul li:nth-child(6) a {
    border-bottom: solid 1px #ddd;
  }
}

.foot_nav_ul li a {
  padding: 1em;
  display: block;
  border-top: solid 1px #dddddd;
}

.gotop {
	display: block;
  width: 12vw;
	height: 12vw;
  margin: auto;
  position: fixed;
  bottom: 8vw;
  right: 2vw;
  z-index: 99;
	background: url("./images/btn-gotop.png") no-repeat;
  background-size: 100%;
}

/*postList-------------------------------------------*/
.ttl-postlist {
  background: #f5f5f5;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #ebebeb;
  font-size: 1.05em;
  font-weight: bold;
  padding: 0.8em;
}

.list_post:last-child {
  border-bottom: 10px solid #f5f5f5;
}
.list_post a {
  color: #565656;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_post a .eyecach {
  width: 30%;
  height: 20vmin;
  overflow: hidden;
  position: relative;
  margin: 0.5em 0 0.5em 0.7em;
}
.list_post a .eyecach img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}
.list_post a .subarea-txt {
  width: 64%;
  padding: 0.5em;
}
.list_post a .ttl {
  padding: 0.2em 0;
  font-size: 0.95em;
  line-height: 1.4;
}

.list_post_review {
  background: #f5f5f5;
  margin: 3% 4%;
  position: relative;
}
.list_post_review::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  color: #4cc5b2;
}
.list_post_review a {
  color: #565656;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  width: 100%;
}
.list_post_review a .area-interview {
  margin: 0;
  font-weight: normal;
}
.list_post_review a .area-interview dt {
  margin: 0;
}
.list_post_review a .area-interview dd {
  line-height: 1.4;
}
.list_post_review a .area-spec {
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.7em 0.5em 0 0.5em;
}
.list_post_review a .cont-interview {
  margin: 0 5% 1.4em 5%;
  font-size: 0.8em;
  padding: 0.5em 1em 0 0;
}

/*-----------------pager*/
.nav-sp_pager {
  border: solid 1px #ebebeb;
  background: #fafafa;
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.nav-sp_pager li {
  text-align: center;
  color: #d0d0d0;
  border-right: 1px solid #ebebeb;
}
.nav-sp_pager .start,
.nav-sp_pager .end,
.nav-sp_pager .first_btn,
.nav-sp_pager .last_btn {
  width: 12%;
  font-size: 1.2em;
  line-height: 2.4em;
}
.nav-sp_pager .prev,
.nav-sp_pager .first,
.nav-sp_pager .last,
.nav-sp_pager .next {
  font-size: 1em;
  line-height: 3em;
  letter-spacing: 1px;
  padding: 0;
  width: 38%;
}
.nav-sp_pager a {
  color: #7198cf;
  text-decoration: none;
  display: block;
}

/*side*/
/*---------------------------rank*/
.area-side_ranking {
  background: #fbf7e2;
  padding: 1.5em 4.5%;
}

.side_rank {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.side_rank li {
  margin: 0 0 0.8em 0;
  padding: 0;
}
.mod-side_rank {
  background: #fff;
  border: solid 1px #7198cf;
}
.mod-side_rank .ttl-name_rank {
  background: #f0f5fd;
  margin: 1% 1% 0.5em 1%;
  font-size: 1.2em;
  font-weight: bold;
}
.mod-side_rank .ttl-name_rank a {
  text-decoration: none;
  padding: 2% 2% 3%;
  color: #4274bb;
  display: block;
  font-size: 1em;
}
.mod-side_rank .ttl-name_rank a::before {
  content: "";
  display: inline-block;
  height: 2em;
  vertical-align: -0.4em;
}
.mod-side_rank .eye {
  width: 60%;
  border: solid 1px #ebebeb;
  margin: 0 20% 0.5em;
}
.mod-side_rank .txt-cach {
  margin: 0 1em 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #4cc5b2;
}
.mod-side_rank .list-chk {
  margin: 0 1.1em 1em;
  width: 90%;
  font-size: 0.9em;
}
.mod-side_rank .list-chk li {
  line-height: 1.4;
}
.mod-side_rank .list-chk li::before {
  top: 0.2em;
}
.mod-side_rank .btn-as {
  margin: 5% 0 0 0;
  border-top: solid 1px #7198cf;
  padding: 5% 4%;
}

.list_post_cat {
  list-style: none;
}
.list_post_cat li {
  border-bottom: solid 1px #dddddd;
  background: #fff;
  padding: 4% 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_post_cat li:last-child {
  border: none;
}
.list_post_cat img {
  border: solid 1px #f5f5f5;
}
.list_post_cat .eyecach {
  width: 30%;
  margin-right: 3%;
}
.list_post_cat .subarea-txt {
  width: 65%;
  letter-spacing: 0.01em;
  font-size: 1.05em;
}
.list_post_cat .cat a {
  background: #eff6f5;
  display: inline;
  text-decoration: none;
  font-size: 0.7em;
  padding: 0.25em 0.5em;
}
.list_post_cat .ttl a {
  color: #565656;
  text-decoration: none;
  line-height: 1.6;
  font-size: 0.85em;
}

.ttl-linklist {
  background: #c8f1e6;
  color: #00ad95;
  font-weight: bold;
  padding: 5% 4% 4%;
  letter-spacing: 1px;
}

.list_linktext {
  background: #c8f1e6;
  padding: 0 2% 2% 2%;
  border-bottom: solid 1px #e9e9e9;
  list-style: none;
}
.list_linktext li a {
  background: #fff;
  text-decoration: none;
  padding: 0.6em 1.3em 0.6em 0.5em;
  border: solid 1px #dddddd;
  display: block;
  border-bottom: none;
  position: relative;
  font-size: 0.95em;
  color: #565656;
}
.list_linktext li a::after {
  content: "\f105";
  display: block;
  top: 50%;
  position: absolute;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  font-size: 1.2em;
  color: #4cc5b2;
}

.ttl-pc_site {
  background: #c8f1e6;
  text-align: left;
  color: #00ad95;
  padding: 7% 4% 5%;
  font-weight: bold;
}

.list_side_site {
  background: #c8f1e6;
  padding: 0 5px 2% 5px;
  border-bottom: solid 1px #e9e9e9;
  list-style: none;
}
.list_side_site li a {
  background: #fff;
  text-decoration: none;
  padding: 0.5em 3em 0.55em 0.5em;
  border: solid 1px #dddddd;
  display: block;
  border-bottom: none;
  position: relative;
  font-size: 0.8em;
  color: #565656;
  text-align: center;
}
.list_side_site li a::after {
  content: "\f054";
  display: block;
  top: 50%;
  position: absolute;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  font-size: 1.2em;
  color: #4cc5b2;
}

/*home-slider-------------------------------*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 1.8em;
  height: 8vh;
  border: none;
  background: rgba(86, 86, 86, 0.8);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.53);
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0.6em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.2em;
  background: #d0d0d0;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #4cc5b2;
}

.js-slider {
  background: #f5f5f5;
  width: 100%;
  padding: 1.4em 0 3.1em;
  border: solid 1px #d0d0d0;
}

.area-slider {
  width: 100%;
  margin-bottom: 1.2em;
}

.post-slider {
  width: 100%;
  height: 26vh;
  position: relative;
}
.post-slider .eye {
  width: 70%;
  margin: 0 15%;
  height: 26vh;
  overflow: hidden;
  position: relative;
}
.post-slider .eye img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
.post-slider .ttl-name {
  position: absolute;
  bottom: 0;
  width: 70%;
  margin: 0 15%;
  color: #fff;
  background: rgba(0, 0, 0, 0.39);
  padding: 0.9em;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
}

.area-sns{
    margin: -15px 0 15px;
}

/*main-home------*/
.main.home {
  padding-top: 0;
}

.body_home {
  background: #fff;
}

.area-head_img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 17vh;
  margin: 3.1em 0 1.2em;
  background-image: url(./images/home_main.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.area-head_img .ttl-home_head {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.area-head_img .ttl-home_head .en {
  font-weight: normal;
  font-size: 0.4em;
  display: block;
  line-height: 1.4;
  letter-spacing: 0;
}

/*home_cat_list*/
.area-home_cat {
  margin: 0 0 0 0;
  border-bottom: solid 1em #f5f5f5;
}

.ttl-home_cat {
  background: #09ae94;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em 0.6em 0.6em 0.65em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.ttl-home_cat::before {
  content: "▼";
  transform: scale(1.4, 1);
  display: block;
  position: absolute;
  color: #09ae94;
  bottom: -13px;
  left: 50%;
  margin-left: -0.7em;
  font-size: 14px;
}

.info-cat_home {
  font-size: 0.9em;
  margin: 0 3% 1em 3%;
}

.list_post.home {
  padding: 3%;
  border-bottom: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_post.home:first-of-type {
  border-top: solid 1px #dddddd;
}
.list_post.home a {
  display: block;
  border: none;
}
.list_post.home .eyecach {
  width: 30%;
  margin-right: 3%;
}
.list_post.home .eyecach img {
  border: solid 1px #dddddd;
}
.list_post.home .subarea-txt {
  width: 67%;
}
.list_post.home .subarea-txt .ttl {
  font-size: 0.9em;
}
.list_post.home .subarea-txt .ttl a {
  line-height: 1.4;
}
.list_post.home .subarea-txt .link-cat_home {
  line-height: 1em;
  margin-bottom: 0.2em;
}
.list_post.home .subarea-txt .link-cat_home a {
  font-size: 0.6em;
  font-weight: normal;
  background: #eff6f5;
  color: #4cc5b2;
  display: inline;
  padding: 1px 3px;
}

.link-more_cat a {
  display: block;
  border-bottom: solid 1px #dddddd;
  text-decoration: none;
  padding: 3% 7% 2%;
  text-align: right;
  font-size: 0.95em;
  color: #565656;
  position: relative;
}
.link-more_cat a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.7em;
  top: 50%;
  color: #4cc5b2;
  margin-top: -0.8em;
  font-size: 0.9em;
}

.header-single {
  background: #f5f5f5;
  padding: 4%;
  margin: 0 0 3.5%;
}
.header-single .cats {
  list-style: none;
  margin-bottom: 0.5em;
}
.header-single .cats a {
  text-decoration: none;
  padding: 0.5% 2% 0;
  background: #fff;
  font-size: 0.65em;
  border: solid 1px;
}
.header-single .ttl-single {
  font-size: 1.2em;
  font-weight: bold;
  color: #393939;
  line-height: 1.4;
}
.header-single .area-eye {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  /*margin: 0.5em 20% 0;*/
}
.header-single .area-eye img {
  /*position: absolute;*/
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}

/* 公開日・更新日 */
.header-single .post_date_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}
.header-single .post_date_wrap li {
  font-size: 12px;
  letter-spacing: .05px;
  line-height: 1;
  margin-right: 5px;
}
.header-single .post_date_wrap li.clock {
  font-size: 10px;
}
.header-single .post_date_wrap li span {
  margin: 0 1px;
}
@media screen and (min-width: 768px) {
  .header-single .post_date_wrap {
    margin-bottom: 10px;
  }
  .header-single .post_date_wrap li {
    font-size: 14px;
    letter-spacing: .1px;
  }
  .header-single .post_date_wrap li.clock {
    font-size: 12px;
  }
}

/*----------------toc*/
.no_bullets {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  background: #fafafa;
  padding: 3%;
  font-size: 0.9em;
  margin-bottom: 3%;
  width: 100%!important;
}
.no_bullets.contracted .toc_list {
  display: none;
}
.no_bullets .toc_title {
  font-weight: bold;
  color: #565656;
  margin: 0 0 0.8em 0;
  font-size: 1em;
}

.no_bullets .toc_toggle {
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9em;
}

.no_bullets .toc_list,
.no_bullets .toc_list ul {
  list-style: none;
}

.no_bullets .toc_list {
  counter-reset: num;
}

.no_bullets .toc_list a {
  color: #7198cf;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
}

.no_bullets .toc_list > li {
  position: relative;
  padding-left: 0;
}

.no_bullets .toc_list > li > ul > li {
  position: relative;
  padding-left: 2em;
}

.no_bullets .toc_list > li > ul > li::before {
  content: "└";
  left: 0.5em;
  font-size: 1em;
  top: 0.3em;
  color: #7198cf;
  position: absolute;
}

.no_bullets .toc_list > li > ul > li > ul > li {
  padding-left: 1em;
  position: relative;
}

.no_bullets .toc_list > li > ul > li > ul > li::before {
  content: "・";
  font-size: 1em;
  color: #7198cf;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------toc(SP目次)*/
/* btn */
.toc-check {
  display: none;
}
.toc-check:checked + .m-toc-btn {
  background-size: 0, 100%;
}
.toc-check:checked + .m-toc-btn + .m-toc-container {
  transform: translateX(0); 
}
.m-toc-btn {
  display: block;
  width: 12vw;
  height: 12vw;
  position: fixed;
  bottom: 22vw;
  right: 2vw;
  z-index: 101;
  background: url(./images/btn-toc.png) no-repeat, url(./images/btn-toc-close.png) no-repeat;
  background-size: 100%, 0;
}
/* toc contents */
.m-toc-container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: scroll;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  line-height: 1.4;
  font-size: 4vw;
  transform: translateX(100%);
  transition: .2s;
  color: #3D3C3C;
}
.m-toc-header {
  display: flex;
  align-items: center;
  padding: 3vw 0;
  font-weight: bold;
}
.m-toc-header:before {
  content: '';
  width: 6vw;
  height: 6vw;
  margin-right: 1vw;
  background: url(./images/icon-toc.png) no-repeat;
  background-size: 100%;
}
.m-toc-container dl {
  min-height: 100%;
  margin: 0 0 0 22%;
  padding: 0 6vw 6vw;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .16), 3px 0 6px rgba(0, 0, 0, .16);
  background: #fdfdfd;
}
.m-toc-container li {
  list-style: none;
  border-bottom: .3vw solid #E0E0E0;
}
.m-toc-container li li:last-child {
  border: 0;
}
.m-toc-container .h3,
.m-toc-container .num {
  display: none;
}
/*
ナンバリングとインデント
.m-toc-container li {
  display: flex;
  align-items: flex-start;
}
.m-toc-container .h3 {
  padding: 0 0 0 4vw;
}
.m-toc-container .num {
  display: block;
  min-width: 6vw;
  flex-shrink: 0;
  margin: 1.8vw 1.4vw 0 0;
  text-align: center;
  font-weight: bold;
}*/
.m-toc-container a {
  display: inline-block;
  padding: 2vw 0;
  text-decoration: none;
  color: #3D3C3C;
}
@media screen and (min-width: 768px) {
  .m-toc-btn,
  .m-toc-container {
    display: none;
  }
}


/*----------------area-intoro*/
.area-intoro {
  font-size: 0.9em;
  width: 94%;
  margin: 1em 3%;
  line-height: 1.6;
}

.area-ansfirst {
  font-size: 0.9em;
}

.area-matome p {
  color: #4d4d4d;
  font-size: 0.9em;
  width: 94%;
  margin: 0 3% 1em 3%;
}

.adjacent_post {
  background: #DFF7F1;
}
.adjacent_post .list-adjacent_post {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background: #fafafa;
  width: 100%;
  margin: 0 0 2em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.adjacent_post .list-adjacent_post li {
  width: 50%;
  padding: 0;
  margin: 0;
}
.adjacent_post .list-adjacent_post a {
  display: block;
  text-decoration: none;
  padding: 3.4em 5% 5% 5%;
  color: #565656;
  position: relative;
  font-size: 0.9em;
}
.adjacent_post .list-adjacent_post span {
  position: absolute;
  top: 1em;
  color: #fff;
  font-size: 0.9em;
  padding: 0.34em 1em 0.2em;
  text-align: center;
  border-radius: 3px;
  /* background: #4e7fc4; */
  background: #4CC5B2;
  letter-spacing: 1px;
  line-height: 1.5;
}
.adjacent_post .list-adjacent_post .prev {
  border-right: solid 1px #dddddd;
}
.adjacent_post .list-adjacent_post .prev span {
  left: 2em;
}
.adjacent_post .list-adjacent_post .prev span::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  /* background: #4e7fc4; */
  background: #4CC5B2;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  left: -0.6em;
  border-radius: 3px;
}
.adjacent_post .list-adjacent_post .next span {
  right: 2em;
}
.adjacent_post .list-adjacent_post .next span::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  /* background: #4e7fc4; */
  background: #4CC5B2;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  right: -0.6em;
  border-radius: 3px;
}

/*interview--------------------*/
.area-interview {
  margin-bottom: 3em;
  position: relative;
}

.area-spec {
  margin: 0 2% 1em 2%;
  position: relative;
  padding: 0.6em 0;
}
.area-spec .image_sex {
  position: absolute;
  top: 0.7em;
  left: 2%;
  width: 12%;
}
.area-spec .image_sex img {
  width: 100%;
}
.area-spec .prof {
  padding: 0 0.2em 0 17%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  color: #4e7fc4;
}
.area-spec .prof.single {
  color: #5f5f5f;
}
.area-spec .prof li::after {
  content: "/";
  padding: 0 0.3em;
}
.area-spec .prof li:last-of-type::after {
  content: none;
}
.area-spec .prof2 {
  padding: 0 0 0 17%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.8em;
  vertical-align: top;
}
.area-spec .prof2::before {
  content: "\f1ad";
  font-family: "FontAwesome";
  color: #999999;
  padding-right: 0.5em;
  margin-top: -1px;
}
.area-spec .prof2 li::after {
  content: "/";
  padding: 0 0.5em;
}
.area-spec .prof2 li:last-of-type::after {
  content: none;
}

.cont-interview {
  margin: 0 5% 0.5em 5%;
}
.cont-interview dt {
  color: #4cc5b2;
  font-weight: bold;
  margin: 1.2em 0 0.6em;
}
.cont-interview dt::before {
  content: "―";
  padding-right: 0.2em;
}
.cont-interview dd {
  font-size: 0.95em;
  line-height: 1.9;
}

/*review-top*/
.area-review_top {
  margin: 5%;
  border: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.area-review_top .eye-review_top {
  width: 38%;
}
.area-review_top .ttl-review_top {
  margin: 0 0 1em 0;
  width: 100%;
}
.area-review_top .ttl-review_top a {
  font-size: 1em;
  border-left: 4px solid #4cc5b2;
  border-bottom: solid 1px #e9e9e9;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  color: #4d4d4d;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background: #f5f5f5;
  text-decoration: underline;
}
.area-review_top li:last-of-type {
  margin-bottom: 0;
}
.area-review_top li a {
  color: #4274bb;
}

/*----------------review*/
.area-reviewlist {
  margin-bottom: 2em;
}

.ttl-review {
  background: url(./images/bg_ttl_review.png) no-repeat right bottom #def7f0;
  background-size: auto 100%;
  border-left: solid 4px #4cc5b2;
  padding: 0.7em 0.5em 0.6em;
  margin: 0.5em 0 0 0;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 1.3;
}
.ttl-review span {
  display: block;
}

.ttl-review_sub {
  background: #def7f0;
  padding: 0.8em 0.6em 0.6em 0.65em;
  line-height: 1.4;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
  border-bottom: solid 3px #c8f1e6;
  margin-bottom: 1em;
}

.reason.child .cat_ttl {
  border-bottom: #02b6c1 solid 4px;
  border-top: #02b6c1 solid 4px;
  padding: 4% 1%;
  font-size: 1.6em;
}

.reason.child .cat_ttl span {
  font-size: 1.4em;
}

.area-filter_form {
  border: solid 3px #4cc5b2;
  padding: 1% 2% 2% 2%;
  margin: 1em;
}
.area-filter_form .ttl-filter_form {
  color: #5f5f5f;
  font-size: 0.95em;
  padding: 0;
  margin: 0.2em 0.2em 0.7em;
  font-weight: bold;
  text-align: left;
}
.area-filter_form form {
  text-align: center;
}
.area-filter_form label {
  position: relative;
  display: block;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  background: #f5f5f5;
  width: 84%;
  margin: 0 8% 0.7em;
}
.area-filter_form label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 6px solid transparent;
  border-top: 9px solid #09ae94;
}
.area-filter_form select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.6em 2em 0.6em 1em;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-size: 0.95em;
}
.area-filter_form select::-ms-expand {
  display: none;
}
.area-filter_form select::-moz-focus-inner {
  border: 0;
}
.area-filter_form .selecttable2 {
  display: block;
  font-size: 1.2em;
  background: #fff;
  padding: 0 5%;
  line-height: 2.3;
  vertical-align: 2px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  width: 84%;
  margin: 0 8% 0.7em;
}
.area-filter_form .form_and {
  display: none;
}
.area-filter_form .btn-review {
  background: #f58e52;
  padding: 0.5em 2em;
  vertical-align: .2em;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  border-radius: 4px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  width: 97%;
  margin: 0 0 0.2em 0;
}

.area-review_info {
  background: #fafafa;
  position: relative;
  margin: 1.3em 0 1em;
  padding: 1em;
}
.area-review_info::before {
  content: "";
  width: 30%;
  height: 4px;
  display: block;
  background: #c8f1e6;
  position: absolute;
  left: 0;
  top: 0px;
}
.area-review_info .ttl-review_info {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 1.5%;
}
.area-review_info .txt-review_info {
  line-height: 1.6;
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
}

/*----------------single-review*/
.header-single.review {
  position: relative;
  margin-bottom: 0.7em;
}
.header-single.review::after {
  content: "▼";
  position: absolute;
  left: 1.3em;
  color: #f5f5f5;
  bottom: -1em;
  font-size: 1.2em;
}

/*error404*/
.ttl-error {
  color: #565656;
  position: relative;
  padding-left: 3em;
  line-height: 1.2;
  margin-bottom: 1em;
}
.ttl-error i {
  color: #d0d0d0;
  font-size: 1.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.txt_error a {
  color: #4274bb;
}

@media screen and (min-width: 768px) {
  /* タブレット以上 */
  /*---------------------------------------header-home*/
  @font-face {
    font-family: "YuGothic M";
    src: local("Yu Gothic Medium");
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
  .header-home {
    position: relative;
    border: none;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-home .ttl-head {
    width: 280px;
    margin: 0;
  }

  .area-pc_gnavi {
    padding: 1em 1.5em;
  }

  .pc_head_nav_ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
  }
  .pc_head_nav_ul li {
    padding: 0.5em;
    display: block;
    position: relative;
    margin: 0 1em;
    letter-spacing: 0.01em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .pc_head_nav_ul li a {
    text-decoration: none;
    color: #4d4d4d;
  }
  .pc_head_nav_ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 3px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #006db9;
  }
  .pc_head_nav_ul li a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }

  .wrap {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }

  .bread {
    background: #11b99f;
    background: -webkit-linear-gradient(left, #11b99f, #01beda);
    background: linear-gradient(to right, #11b99f, #01beda);
    padding: 0.7em 0;
    font-size: 1.1em;
    overflow-x: hidden;
  }
  .bread .list_bread {
    color: rgba(255, 255, 255, 0.7);
    border: none;
  }
  .bread .list_bread a {
    color: #fff;
    text-decoration: none;
  }
  .bread .list_bread a:hover {
    text-decoration: underline;
  }

  .main {
    width: 77%;
    max-width: 770px;
    padding: 0;
    background: none;
  }

  .area-main {
    background: #fff;
    border: solid 1px #e9e9e9;
    margin-bottom: 2em;
    /* padding-bottom: 1em; */
  }

  .side {
    width: 22%;
    max-width: 220px;
  }

  .side-pc_btm {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 220px;
  }

  .side_btm_pos {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 0;
  }

  .area-pc_ftnavi {
    background: #11b99f;
    background: -webkit-linear-gradient(right, #11b99f, #01beda);
    background: linear-gradient(to left, #11b99f, #01beda);
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
  }
  .area-pc_ftnavi .list-pc_ftnavi {
    color: #fff;
    border: none;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .area-pc_ftnavi .list-pc_ftnavi a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 1em;
  }
  .area-pc_ftnavi .list-pc_ftnavi a::before {
    content: "\f054";
    font-family: "FontAwesome";
    padding-right: 0.4em;
  }
  .area-pc_ftnavi .list-pc_ftnavi li:hover a::before {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }

  .area-pc_otherside {
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
    background: #f5f5f5;
  }
  .area-pc_otherside .list-otherside_bnr {
    color: #fff;
    border: none;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .area-pc_otherside .list-otherside_bnr a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0;
  }
  .area-pc_otherside .list-otherside_bnr li {
    width: 25%;
    padding: 0;
  }

  .gotop {
    width: 60px;
		height: 60px;
    bottom: 14px;
    right: 14px;
  }

  .footer {
    padding: 1em 0;
  }

  .area-pc_ft_in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .area-pc_ft_in address {
    width: 40%;
    line-height: 1;
  }
  .area-pc_ft_in address a:hover {
    color: #565656;
  }
  .area-pc_ft_in .nav-footer {
    width: 100%;
  }

  .foot_nav_ul {
    width: auto;
    border: none;
  }
  .foot_nav_ul li {
    width: auto;
    padding: 1em 0;
  }
  .foot_nav_ul li:nth-child(odd) a {
    border-right: none;
  }
  .foot_nav_ul li:first-of-type a {
    border-left: none;
  }
  .foot_nav_ul li a {
    padding: 0 1em;
    display: block;
    border-top: none;
    border-left: solid 1px #4cc5b2;
    color: #799095;
    line-height: 1;
  }
  .foot_nav_ul li a:hover {
    text-decoration: underline;
  }

  /*header-single*/
  .header-single {
    background: none;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5% 5% 0 5%;
  }
  .header-single .cats {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: -.4em;
  }
  .header-single .cats li {
    display: inline-block;
    margin-right: 0.5em;
    letter-spacing: normal;
    white-space: nowrap;
  }
  .header-single .cats a {
    padding: 0.5% 2% 0;
    font-size: 0.8em;
  }
  .header-single .ttl-single {
    font-size: 1.9em;
    margin-bottom: 0.4em;
  }
  .header-single .area-eye {
    width: 300px;
    height: 126px;
    margin: 5px 0 0 0.3em;
  }

  .header-page {
    margin-bottom: 25px;
  }

  /*mokuji*/
  .no_bullets {
    font-size: 1em;
    width: 90%!important;
    margin: 5%;
    border: solid 1px #ebebeb;
  }
  .no_bullets .toc_list a {
    border-bottom: 1px solid #ebebeb;
  }
  .no_bullets .toc_list a:hover {
    color: #4274bb;
  }

  .area-intoro {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .area-ansfirst {
    font-size: 0.9em;
  }

  .adjacent_post .list-adjacent_post {
    width: 90%;
    border: none;
    background: none;
    margin: 0 5%;
  }
  .adjacent_post .list-adjacent_post li {
    width: 40%;
  }
  .adjacent_post .list-adjacent_post .prev {
    border: none;
  }
  .adjacent_post .list-adjacent_post .prev span {
    left: 0.6em;
    top: 0;
  }
  .adjacent_post .list-adjacent_post .next {
    border: none;
  }
  .adjacent_post .list-adjacent_post .next span {
    right: 0.6em;
    top: 0;
  }
  .adjacent_post .list-adjacent_post a {
    padding: 2.7em 0 5% 0;
  }
  .adjacent_post .list-adjacent_post a:hover {
    text-decoration: underline;
  }
  .adjacent_post .list-adjacent_post a:hover .next_tag {
    right: 0.4em;
  }
  .adjacent_post .list-adjacent_post a:hover .prev_tag {
    left: 0.4em;
  }

  /*postList-------------------------------------------*/
  .area-postlist {
    background: #fff;
    padding-bottom: 4em;
  }

  .ttl-postlist {
    background: #fff;
    border-top: solid 4px #4cc5b2;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #e9e9e9;
    padding: 1.4em 1em 1.2em 1em;
    margin-bottom: 1.5em;
  }

  .list_post a {
    width: 90%;
    margin: 0 5%;
    padding: 4% 0;
    text-decoration: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list_post a .ttl {
    padding: 0 0 0.2em 0;
    font-size: 1.25em;
    font-weight: bold;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M",  メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .list_post a:hover {
    background: #f5f5f5;
  }
  .list_post a:hover .ttl {
    text-decoration: underline;
    color: #4274bb;
  }
  .list_post a:hover .txt {
    color: #565656;
  }
  .list_post a .eyecach {
    width: 18%;
    height: 9vmin;
    max-width: 132px;
    min-height: 84px;
    margin: 0;
  }
  .list_post a .subarea-txt {
    width: 82%;
    padding: 0 1em;
    vertical-align: top;
  }
  .list_post a .ttl {
    padding: 0 0 0.2em 0;
    font-size: 1.2em;
  }
  .list_post a .txt {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.8;
  }
  .list_post:last-child {
    border-bottom: none;
  }

  /*mokuji*/
  .nav-pc_pager {
    margin: 2em 0;
    width: atuo;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
  }
  .nav-pc_pager li {
    text-align: center;
    color: #d0d0d0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fafafa;
    border: solid 1px #e9e9e9;
  }
  .nav-pc_pager li.current a {
    background: #7198cf;
    color: #fff;
  }
  .nav-pc_pager a {
    text-decoration: none;
    color: #565656;
    display: block;
  }
  .nav-pc_pager a:hover {
    background: #7198cf;
    color: #fff;
  }
  .nav-pc_pager .prev {
    width: 72px;
    position: relative;
  }
  .nav-pc_pager .prev a {
    padding-left: 20px;
  }
  .nav-pc_pager .prev a::before {
    content: "\f053";
    color: #7198cf;
    font-family: "FontAwesome";
    position: absolute;
    left: 0.5em;
  }
  .nav-pc_pager .prev a:hover::before {
    color: #fff;
  }
  .nav-pc_pager .next {
    width: 72px;
    position: relative;
  }
  .nav-pc_pager .next a {
    padding-right: 20px;
  }
  .nav-pc_pager .next a::before {
    content: "\f054";
    color: #7198cf;
    font-family: "FontAwesome";
    position: absolute;
    right: 0.5em;
  }
  .nav-pc_pager .next a:hover::before {
    color: #fff;
  }

  /*side---------------------*/
  .pc_form {
    background: #e9e9e9;
    margin-bottom: 1.2em;
  }

  .search-form {
    padding: 0.3em;
  }

  .mb_sarch {
    width: 70%;
  }

  .search-submit {
    width: 30%;
    font-size: 0.95em;
  }

  .ttl-pc_side {
    background: #fff;
    padding: 7% 5% 5%;
    font-size: 0.9em;
    font-weight: bold;
    border: solid 1px #e9e9e9;
    border-left: solid 4px #4cc5b2;
    margin-bottom: 3%;
  }

  [class^="list_side_"] {
    list-style: none;
  }
  [class^="list_side_"] li a {
    border-bottom: solid 1px #e9e9e9;
    font-size: 0.8em;
    line-height: 2;
    color: #5f5f5f;
    text-decoration: none;
    display: block;
  }
  [class^="list_side_"] li a:hover {
    text-decoration: underline;
    background: #fafafa;
  }

  .list_side_popu li a {
    padding: 3% 1em 3% 3em;
    position: relative;
  }
  .list_side_popu li a::before {
    content: "";
    position: absolute;
    left: 0.3em;
    display: block;
    height: 1.9em;
    width: 2.2em;
    background: url(./images/icon-side_no4.png) no-repeat 0 0;
    background-size: auto 100%;
  }
  .list_side_popu li:nth-of-type(1) a::before {
    background: url(./images/icon-side_no1.png) no-repeat 0 0;
  }
  .list_side_popu li:nth-of-type(2) a::before {
    background: url(./images/icon-side_no2.png) no-repeat 0 0;
  }
  .list_side_popu li:nth-of-type(3) a::before {
    background: url(./images/icon-side_no3.png) no-repeat 0 0;
  }

  .list_side_defo li a {
    padding: 5% 1em 5% 2em;
    position: relative;
  }
  .list_side_defo li a::before {
    content: "\f054";
    position: absolute;
    left: 0.5em;
    font-family: "FontAwesome";
    color: #4cc5b2;
  }

  .ttl-linklist {
    background: #fff;
    color: #4d4d4d;
    padding: 7% 4% 5%;
    text-align: center;
    border: solid 5px #c8f1e6;
    border-bottom: none;
    font-size: 0.9em;
  }

  .list_linktext {
    padding: 0 5px 2% 5px;
    margin-bottom: 2em;
  }
  .list_linktext .sub-menu {
    list-style: none;
  }
  .list_linktext li:hover a::after {
    right: 0.2em;
  }
  .list_linktext li:hover a:hover {
    background: #fafafa;
  }
  .list_linktext li:last-child a {
    border-bottom: solid 1px #dddddd;
  }

  [class^="area-side_"] {
    margin-bottom: 1em;
  }

  .area-spec {
    margin: 0 5% 1em 5%;
    height: 84px;
  }
  .area-spec .image_sex {
    top: 10px;
    width: 8%;
  }
  .area-spec .prof {
    padding: 0.5em 0 0.2em 90px;
  }
  .area-spec .prof2 {
    padding: 0 0 0 90px;
  }

  .cont-interview dd {
    line-height: 2;
    margin: 0 0.5em;
  }

  /*----------------review*/
  .ttl-review {
    margin: 0 0 1.4em 0;
    padding: 1em;
    font-size: 1.8em;
    border-left: none;
    border-top: solid 4px #4cc5b2;
  }
  .ttl-review span {
    display: inline;
  }

  .ttl-review_sub {
    border: solid 1px #e9e9e9;
    border-top: solid 4px #4cc5b2;
    font-size: 1.2em;
    padding: 1.2em 1em;
    margin: 0 3% 4%;
  }

  .area-reviewlist {
    margin-bottom: 5em;
  }

  .area-filter_form {
    width: 90%;
    margin: 0 5% 2em;
    text-align: center;
  }
  .area-filter_form .ttl-filter_form {
    text-align: left;
    font-size: 1em;
  }
  .area-filter_form form {
    text-align: center;
  }
  .area-filter_form label {
    width: 110px;
    display: inline-block;
    margin: 0 1%;
  }
  .area-filter_form .selecttable2 {
    display: inline-block;
    width: auto;
    margin: 0 0.5%;
    padding: 2px 1%;
    vertical-align: -1px;
  }
  .area-filter_form .form_and {
    display: inline-block;
    padding: 0;
  }
  .area-filter_form .btn-review {
    width: 100px;
    padding: .5em 1em .4em;
    margin: 0em 0.2em 0.2em 0.7em;
    vertical-align: 1px;
  }

  .area-review_info {
    width: 90%;
    margin: 0 5% 2em;
  }

  .list_post_review {
    width: 90%;
    margin: 0 5% 0.8em;
    padding: 1em;
  }
  .list_post_review::after {
    right: 0.8em;
  }
  .list_post_review:hover {
    background: rgba(245, 245, 245, 0.7);
  }
  .list_post_review .area-spec {
    margin: 0 0 0em 0;
    height: auto;
  }
  .list_post_review .area-spec:hover .prof {
    color: #4cc5b2;
  }
  .list_post_review .area-spec .image_sex {
    position: absolute;
    top: 0.5em;
    left: 2%;
    width: 8%;
  }
  .list_post_review .area-spec .image_sex img {
    width: 100%;
  }
  .list_post_review .area-spec .prof {
    padding: 0.3em 0.2em 0em 11%;
  }
  .list_post_review .area-spec .prof2 {
    padding: 0 0.2em 0 11%;
  }
  .list_post_review a .cont-interview {
    margin: 1em 0 0 0;
    padding: 0 0.5em;
  }
  .list_post_review a:hover {
    color: #565656;
  }

  .header-single.review {
    background: #f5f5f5;
    position: relative;
    margin: 2em 2.4em 0.8em;
    padding: 1.2em 1.5em 0.6em;
    border-radius: 6px;
  }

  .header-single.review .ttl-single {
    font-size: 1.5em;
    line-height: 1.6;
  }

  .header-single.review::after {
    left: 1.7em;
  }

  /*review-top*/
  .area-review_top {
    display: block;
    margin: 0 5% 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-review_top li a:hover {
    color: #4cc5b2;
  }
  .area-review_top .eye-review_top {
    width: 20%;
    margin: 0 0 2% 0;
  }
  .area-review_top .ttl-review_top {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .area-review_top .ttl-review_top a {
    font-size: 1.2em;
    display: block;
    padding: 0.6em 0.6em 0.6em 0.8em;
  }
  .area-review_top .ttl-review_top a:hover {
    color: #4cc5b2;
  }
  .area-review_top .list-dot {
    margin: 0 2% 1em 1em;
    width: 74%;
  }
  .area-review_top .list-dot li::before {
    color: #96e4db;
  }

  .ttl-error {
    padding-left: 5%;
  }
  .ttl-error i {
    position: relative;
    left: auto;
    top: auto;
    padding-right: 0.5em;
  }

  /*side*/
  /*---------------------------rank*/
  .area-side_ranking {
    background: none;
    padding: 0;
  }
  .area-side_ranking li {
    margin: 0 0 1em 0;
  }

  .mod-side_rank {
    border: solid 2px #e9e9e9;
  }
  .mod-side_rank .ttl-name_rank {
    background: none;
    padding: 0.5em 0 0 1em;
    line-height: 1.2;
  }
  .mod-side_rank .ttl-name_rank a {
    position: relative;
    font-size: 0.85em;
  }
  .mod-side_rank .ttl-name_rank a::before {
    position: absolute;
    top: -0.2em;
    left: -2.3em;
  }
  .mod-side_rank .ttl-name_rank a:hover {
    color: #4cc5b2;
  }
  .mod-side_rank .eye {
    width: 80%;
    margin: 0 10% 0.5em;
  }
  .mod-side_rank .txt-cach {
    font-size: 0.75em;
    color: #09ae94;
  }
  .mod-side_rank .list-chk {
    margin: 0 1.1em 0.5em;
    width: 87%;
    font-size: 0.9em;
  }
  .mod-side_rank .list-chk li {
    font-size: 0.8em;
    letter-spacing: 1px;
    border-bottom: solid 1px #def7f0;
    padding-bottom: 0.3em;
  }
  .mod-side_rank .list-chk li::before {
    top: -0.1em;
  }
  .mod-side_rank .btn-as {
    border: none;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  .mod-side_rank .btn-as a {
    width: 94%;
    margin: 0 3%;
    letter-spacing: 0px;
    border-radius: 2px;
    border-bottom: solid 2px #d52d7e;
    font-size: 0.8em;
    padding: 0 0.4em;
    background: #f65683;
    background: -webkit-linear-gradient(top, #f65683, #e857a3);
    background: linear-gradient(to bottom, #f65683, #e857a3);
  }
  .mod-side_rank .btn-as a::after {
    content: none;
  }

  .ttl-pc_site {
    background: #4cc5b2;
    text-align: center;
    color: #fff;
  }

  .list_side_site {
    background: #4cc5b2;
  }
  .list_side_site li a {
    border-bottom: none;
  }
  .list_side_site li:hover a {
    background: #fafafa;
  }
  .list_side_site li:hover a::after {
    right: 0.2em;
  }

  .ttl-linklist {
    background: #fff;
    color: #4d4d4d;
    padding: 7% 4% 5%;
    text-align: center;
    border: solid 5px #c8f1e6;
    border-bottom: solid 2px #c8f1e6;
    font-size: 0.9em;
  }

  /*top-image*/
  .area-head_img {
    height: 350px;
    margin: 0;
  }
  .area-head_img .ttl-home_head {
    font-size: 4em;
  }
  .area-head_img .ttl-home_head .en {
    font-size: 0.55em;
    margin-top: 0.5em;
    font-weight: bold;
  }
  .area-head_img.home_img_fix {
    position: fixed;
    width: 100%;
    top: 0;
  }

  .area-slider {
    padding-top: 0;
  }

  .js-slider {
    padding: 2em 0 3em;
  }

  .flickity-prev-next-button {
    background: rgba(0, 0, 0, 0.7);
  }

  .flickity-page-dots {
    bottom: 1em;
  }

  .flickity-rtl .flickity-page-dots {
    direction: rtl;
  }

  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0.3em;
  }

  .post-slider {
    width: 25%;
  }
  .post-slider a {
    text-decoration: none;
  }
  .post-slider .eye {
    width: 80%;
    margin: 0 10%;
    height: 14vh;
  }
  .post-slider .ttl-name {
    position: relative;
    bottom: 0;
    width: 80%;
    margin: 0 10%;
    color: #565656;
    background: none;
    padding: 0.9em;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
  }

  /*main-home------*/
  .main.home {
    padding-top: 0;
    margin-bottom: 2em;
  }

  /*home_cat_list*/
  .area-home_cat {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
    margin-bottom: 3.5em;
  }

  .ttl-home_cat {
    font-size: 1.8em;
    padding: 0.6em 0.6em 0.5em;
    width: 100%;
  }
  .ttl-home_cat::before {
    font-size: 18px;
    bottom: -18px;
  }

  .info-cat_home {
    border: solid 1px #c3c3c3;
    margin: 0 0 1em 0;
    padding: 2%;
    width: 100%;
  }

  .list_post.home {
    width: 49.5%;
    border: none;
    background: #f5f5f5;
    padding: 0;
    margin: 0 0 0.5em 0;
  }
  .list_post.home:hover {
    background: rgba(245, 245, 245, 0.7);
  }
  .list_post.home:first-of-type {
    border-top: none;
  }
  .list_post.home a {
    width: 80%;
    margin: 0 10%;
    padding: 10% 0;
    text-decoration: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list_post.home a:hover {
    background: none;
  }
  .list_post.home .eyecach {
    width: 30%;
    margin-right: 0%;
  }
  .list_post.home .eyecach img {
    border: solid 1px #ebebeb;
  }
  .list_post.home .subarea-txt .ttl {
    font-size: 1em;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M",  メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
  }
  .list_post.home .subarea-txt .ttl a {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #565656;
  }
  .list_post.home .subarea-txt .ttl a:hover {
    text-decoration: underline;
  }
  .list_post.home .subarea-txt .link-cat_home {
    line-height: 1em;
    margin-bottom: 0.2em;
  }
  .list_post.home .subarea-txt .link-cat_home a {
    background: none;
    display: inline-block;
    font-size: 0.8em;
    padding: 0;
    margin: 4% 0 0% 0;
  }

  .link-more_cat {
    width: 100%;
    text-align: right;
  }
  .link-more_cat a {
    border: none;
    margin: 0;
    padding: 0.2em 1.7em 0 0;
    display: inline-block;
  }
}
/*snslist 20170725*/
.list_sns{
  list-style:none;
  text-align:center;
  margin:0;
  padding:0;
}
.list_sns li{
  display:inline-block;
  vertical-align:top;
  margin:0;
  padding:0;
}
@media screen and (min-width: 768px) {
.list_sns {
    margin: -3% 0 3%;
    padding: 1.8% 0 0.5%;
    text-align: right;
    /*background:#fafafa;*/
}
.list_sns li {
  margin:0 0.7%;
}
.header-single.review + .area-sns {
  position:relative;
}
.header-single.review + .area-sns .list_sns {
  background:none;
  text-align:right;
  position:absolute;
  width: 90%;
  top: 3em;
}
.footer_hop_logo{
  text-align:center;
  padding:0.8em 0 0 0;
}
.footer_hop_logo img{
  width: 120px;
}
}

/*---------------------------------------refresh*/
body.refresh {
  width: 100%;
  height: 100vh;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  }
  .refresh .links-area {
  width: 94%;
  max-width: 760px;
  background-color: #E8F0FB;
  text-align:center;
  padding:40px 10px;
  margin:0 auto;
  }
  .refresh .links-area .ttl {
  font-size:24px;
  color:#4E7FC4;
  font-weight:600;
  margin-bottom:40px
  }
  .refresh .links-area .logo {
  max-width:185px;
  max-height:30px;
  margin:0 auto 45px
  }
  .refresh .links-area .logo img {
  width:100%;
  height:auto;
  }
  .refresh .links-area .txt {
  font-size:16px;
  font-weight:600;
  }
  .refresh .links-area .note {
  font-size:12px;
  }
  .refresh .links-area br.sp {
    display: none;
  }
  @media screen and (max-width: 560px) {
    .refresh .links-area br.sp {
      display: block;
    }
  }

  /* ステマ規制対策 */
  .sponsored {
    margin: 0 2% 1.5%;
    padding: 8px 12px;
    background: #F5F5F5;
    font-size: 12px;
    line-height: 20px;
  }

.stealth-mark--kichikomi {
  inline-size: 100%;
  margin: 15px 0 !important;
  font-size: 90% !important;
  text-align: right;
}