@charset "UTF-8";
/*
Theme Name: hmagazine
Theme URI: http://underscores.me/
Author: Hoang An
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmagazine
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hmagazine is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Nabila";
  src: url("fonts/Nabila.ttf");
}
@font-face {
  font-family: "UTM";
  src: url("fonts/UTM_Helve.ttf") format("truetype"), "fonts/UTM_Helve_Italic.ttf" format("truetype"), "fonts/UTM_HelveBold.ttf" format("truetype"), "fonts/UTM_HelveBold_Italic.ttf" format("truetype");
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

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

.android .block .post .title-post,
.android .font-nicho,
.android #question .question-author-info .author-name,
.android #shoplist .staff-post-list .blog .blog-title,
.android .pagination__single a,
.android .staff-list .user .to-title span,
.android .slider .layer .news-post .title-post,
.android .style-book-page .box-today-style-list .category .name,
.android .style-book-page .box-today-model .category .name,
.android #shoplist .staff-post-list .blog .blog-title,
.android #shoplist .content .infor .intimate .name,
.android #shoplist .user .font-default {
  font-family: "Sawarabi Mincho" !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 14px;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  outline: none !important;
}

.bx-wrapper img {
  width: 100%;
}

.social a {
  text-decoration: none;
}

.no-bold {
  font-weight: normal !important;
}

.clear {
  clear: both;
  height: 0;
}

.clear-fix {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.font-default {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.font-nicho {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.font-eng {
  font-family: "Libre Baskerville", serif !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.clear {
  clear: both;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

.is_sp {
  display: none;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.profile-info a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.profile-info a:hover {
  opacity: 0.6;
  /*  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;*/
  /*opacity: 0.6; */
}

footer a:hover {
  opacity: 1;
}

.no-transition {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.text-decoration-none {
  text-decoration: none !important;
}

.wrapper-1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.unline {
  height: 6px;
  border-bottom: 1px solid #a3a0a0;
  border-top: 1.5px solid #000;
  margin-bottom: 22px;
  margin-top: 13px;
}

.single-line {
  height: 6px;
  border-bottom: 1px solid #a3a0a0;
  margin-bottom: 20px;
  margin-top: 13px;
}

.single-line-blue-sp {
  height: 6px;
  border-bottom: 1px solid #a3a0a0;
  margin-bottom: 20px;
  margin-top: 13px;
}

.block .view {
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  width: 93px;
  margin: 70px auto 0;
  color: #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  text-align: center;
}

.view,
.view a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.view:hover {
  border-bottom: 1px solid #707070;
}

.view:hover a {
  opacity: 0.6;
}

.underline-animation {
  text-align: center;
}

.underline-animation__wrap {
  text-decoration: none;
  color: #5a5a5a;
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* テキストと線の間隔 */
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 16px;
}
.underline-animation__wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-color: #5a5a5a; /* 線の色 */
  /* 初期状態：表示 */
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.underline-animation__wrap.__white a {
  color: #ffffff;
}
.underline-animation__wrap.__white::after {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .underline-animation__wrap:hover::after {
    /* 右へ消えてから左から戻るアニメーションを連結 */
    -webkit-animation: slideOutRight 0.3s forwards, slideInLeft 0.3s 0.3s forwards;
            animation: slideOutRight 0.3s forwards, slideInLeft 0.3s 0.3s forwards;
  }
}

/* アニメーションの定義 */
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
/***************************************************  HEADER ********************************************************/
/***** HAMBURGER MENU ****/
.r-header__textmemu {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  position: fixed;
  width: 32px;
  height: 30px;
  cursor: pointer;
  top: 29px;
  left: 15px;
  z-index: 10002;
}
@media (max-width: 767px) {
  .r-header__textmemu {
    display: none;
  }
}

.g-nav-toggle {
  position: fixed;
  width: 32px;
  height: 30px;
  cursor: pointer;
  top: 20px;
  left: 75px;
  z-index: 10002;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .g-nav-toggle {
    top: 15px;
    left: 17px;
  }
}

.g-nav-toggle:hover {
  opacity: 0.6;
}

.g-nav-toggle_line._first {
  top: 9px;
}

.g-nav-toggle_line._second {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 17px;
}

.g-nav-toggle_line._third {
  top: 25px;
}

.g-nav-toggle_line {
  position: absolute;
  right: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  -webkit-transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.g-nav-toggle.step2 .g-nav-toggle_line._first {
  -webkit-transform: translate(0, 6px) rotate(-45deg);
  transform: translate(0, 8px) rotate(-45deg);
  background-color: #000 !important;
}

.g-nav-toggle.step2 .g-nav-toggle_line._second {
  background-color: #000 !important;
  display: none;
}

.g-nav-toggle.step2 .g-nav-toggle_line._third {
  -webkit-transform: translate(0, -6px) rotate(45deg);
  transform: translate(0, -8px) rotate(45deg);
  background-color: #000 !important;
}

.r-header__search {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 10002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .r-header__search {
    top: 20px;
    right: 27px;
  }
}
.r-header__search .r-header__search-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: #2f2f2f;
}
.r-header__search .r-header__search__text {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .r-header__search .r-header__search__text {
    display: none;
  }
}
.r-header__search .r-header__search__text:hover a {
  opacity: 0.6;
}
.r-header__search .r-header__search__icon {
  width: 14px;
  height: auto;
  margin-left: 5px;
  color: #2f2f2f;
}
.r-header__search {
  /* 閉じているときは検索フォームを完全に非表示 */
}
.r-header__search .r-header__search-form-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.r-header__search.is-open .r-header__search-trigger {
  display: none;
}
.r-header__search.is-open .r-header__search-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  width: 220px;
}
@media (max-width: 767px) {
  .r-header__search.is-open .r-header__search-form-wrap {
    width: 160px;
  }
}
.r-header__search .r-header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.r-header__search .r-header__search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: inherit;
}
@media (max-width: 767px) {
  .r-header__search .r-header__search__input {
    padding: 0px 10px;
  }
}
.r-header__search .r-header__search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-header__search .r-header__search__submit .r-header__search__icon {
  margin-left: 0;
}

.lazyloaded {
  webkit-backface-visibility: hidden;
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0) !important;
}

.lazyload {
  opacity: 0;
}

.lazy {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

/***** HAMBURGER END ****/
/***** HEADER BAR ****/
.header {
  height: 100px;
}

.header .header-bar-logo {
  margin: 0px;
}

.header .header-bar-logo a:hover {
  opacity: 1;
}

.header-bar-logo .link_logo {
  width: 170px;
  height: 59px;
}

.header .header-bar-logo svg {
  width: 170px;
  height: auto;
  line-height: 55px;
}
@media (max-width: 767px) {
  .header .header-bar-logo svg {
    width: 142px;
  }
}

.header .nav .why-h svg {
  width: 180px;
  margin-bottom: 1.8125%;
}

.header .nav .title-assistant svg {
  width: 306px;
  margin-bottom: 1.9%;
}

.header .header-bar-background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: white;
  -webkit-transition: all 0.3s;
  /* For Safari 3.1 to 6.0 */
  -webkit-transform: translateZ(0);
  transition: all 0.3s;
  height: 100px;
}
.header .header-bar-logo {
  position: fixed;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10002;
  height: 55px;
  width: auto;
  display: block;
}

.header-bar-logo a {
  display: block;
  position: relative;
  height: 100%;
}

.link_logo,
.link_logo2 {
  text-decoration: none !important;
}

.link_logo .cls-8,
.link_logo2 .cls-foot-8,
.link_logo text,
.link_logo2 text {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none !important;
}

.link_logo text {
  fill: #000;
}

.link_logo .cls-8 {
  stroke: #000;
}

.link_logo2:hover {
  opacity: 1;
}

.link_logo:hover .cls-8,
.link_logo2:hover .cls-foot-8 {
  stroke: #707070 !important;
  stroke: #707070 !important;
}

.link_logo:hover text,
.link_logo2:hover text {
  fill: #707070 !important;
}

.header .header-bar-logo img {
  width: auto;
  height: 100%;
}

.header .nav.is-nav-open {
  display: block;
}

.cover-nav {
  height: auto;
  width: 100%;
}

.header .nav {
  width: 100%;
  margin-top: 100px;
  position: fixed;
  text-align: center;
  overflow: hidden;
  z-index: 10002;
  visibility: hidden;
}

.header .nav .nav-bg {
  background: white;
}

.social a path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/** HEADER BAR END **/
/** Hover social icon **/
.link-facebook:hover,
.link-tw:hover,
.link-instagram:hover,
.why-h svg:hover,
.title-assistant svg:hover,
.social svg {
  height: 22px;
  width: auto;
}

.social span {
  margin-right: 25px;
}

.social span:last-child {
  margin-right: 0;
}

.title-assistant path {
  fill: #ffffff;
  stroke: #000000;
  stroke-miterlimit: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.why-h path {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 1.0958;
  stroke-miterlimit: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.icon-instagram path {
  fill: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.back-to-top .st0 {
  fill: none;
  stroke-width: 2px;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}

.icon-facebook:hover path,
.icon-tw:hover path,
.header .icon-instagram:hover path,
.why-h a:hover path,
.title-assistant a:hover path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*opacity: 0.6; */
}

/*************************************************** COMMON ***********************************************************/
/* mixin for multiline */
.title-dot {
  max-height: 72px;
}

.title-dot a {
  display: block;
}

.block-limit-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-limit-with-text:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-limit-with-text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

/** Block **/
.block .title {
  text-align: center;
  font-size: 40px;
}

.block .title p {
  text-align: center;
  font-size: 14px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  font-weight: normal;
}

.block .title svg {
  width: 20.7%;
  margin: 0 auto;
}

.block .title {
  margin-bottom: 95px;
  font-weight: bold;
}

.block a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #000;
}

.block .post {
  width: 31.88%;
  margin-right: 2.09%;
  display: inline-block;
  margin-bottom: 5%;
  vertical-align: top;
}

.block .post {
  width: 31.88%;
  margin-right: 2.09%;
  display: inline-block;
  vertical-align: top;
}

.block .post:nth-child(3n) {
  margin-right: 0;
}

.block .post .img {
  line-height: 0;
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}

.block .post .img .background-over {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  background: #000;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.block .post .img {
  margin-bottom: 16px;
}

.block .post .category {
  font-size: 13px;
  line-height: 19.5px;
}

.block .post .date {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16.5px;
}

.block .post .des {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.65;
  height: 5em;
  overflow: hidden;
}

.block .post .redMore {
  margin-top: 22px;
}

.block .post .des p {
  margin: 0;
  padding: 0;
}

.block .post .title-post {
  margin-top: 12px;
  font-size: 22px;
  line-height: 33px;
  height: 3em;
  overflow: hidden;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* mixin for multiline */
.block .post .redMore a,
.block .staff-post-list .redMore {
  font-size: 13px;
  line-height: 34px;
  width: 105px;
  height: 34px;
  color: #000;
  opacity: 0.6;
  border-bottom: 1px solid #707070;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#assistant.block .title svg {
  width: 33.59%;
  margin: 0 auto;
}

/** Block End **/
/** Question **/
#question .title,
#styleBook .title,
#recruit .title,
#shoplist .title {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}

#recruit .title p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

#question .view,
#styleBook .view,
#recruit .view,
#shoplist .view {
  font-weight: normal;
}

#question.ques-top {
  margin-top: 150px;
}

#question.ques-all {
  margin-top: 87px;
  margin-bottom: 120px;
}

#question.ques-all .title {
  margin-bottom: 96px;
}

#question.ques-detail {
  margin-top: 87px;
  margin-bottom: 120px;
}

#question .hentry {
  margin: 0;
}

#question .title {
  margin-bottom: 67px;
  font-size: 40px;
}

#question .title p {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#question .title .unline {
  margin-top: 22px;
  margin-bottom: 22px;
}

#question .content {
  margin-bottom: 50px;
}

#question .content .post {
  width: 50%;
  margin: 0;
  position: relative;
  line-height: 19.5px;
}

#question .content .post .intro {
  width: 71.92%;
  position: absolute;
  left: 14.06%;
  top: 33%;
}

#question .content .post .intro .category {
  color: white;
  margin-bottom: 5px;
}

#question .content .post .intro .title-post {
  font-size: 32px;
  margin-bottom: 0.445%;
  color: white;
  height: auto;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

#question .content .post .intro .title-post:before {
  background: transparent;
  content: "";
}

#question .content .post .intro .title-post:after {
  background: transparent;
  content: "";
}

#question .content .post .intro .title-post a {
  color: #fff;
  margin-bottom: 10px;
}

#question .content .post .intro .position {
  font-size: 13px;
  color: white;
}

#question .content .post .img {
  margin: 0;
}

#question .content .post:hover .img .background-over {
  opacity: 0;
}

#question .view {
  margin: 0 auto;
  border-bottom: 1px solid #5a5a5a;
}
#question .view a {
  color: #5a5a5a;
}

.t-question .view {
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.t-question .view a {
  color: #ffffff;
}

#question .question-author-info {
  margin-bottom: 27px;
}

#question .question-author-info .info {
  width: 40%;
  float: left;
  margin-top: 75px;
}

#question .question-author-info .img-info {
  width: 60%;
  float: left;
}

#question .question-author-info .author-name {
  font-size: 35.17px;
  margin: 0;
  font-weight: 500;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#question .question-author-info .salon-duty-name {
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
}

#question .content-question-answer .title-qes {
  font-size: 28px;
  color: #25b2a0;
  margin: 0;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
}

#question .content-question-answer .content-qes {
  font-size: 13px;
}

#question .content-question-answer .content-qes p {
  margin: 15px 0;
}

#question .content-question-answer .title-ans {
  font-size: 28px;
  color: #25b2a0;
  margin: 0;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
}

#question .content-question-answer .content-ans {
  font-size: 13px;
}

#question .content-question-answer .content-ans p {
  margin: 15px 0;
}

#question .content-question-answer .single-line {
  margin: 15px 0;
}

#question .viewall-page-detail {
  margin-bottom: 97px;
}

#question #staff-ques {
  width: 100%;
  /* height: 115px; */
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  /* margin-bottom: 25px; */
  /*.social-post-detail a:hover svg path , a:hover span{
      height: 35px;
      color: $main-color;
      fill: $main-color;
    }*/
}

#question #staff-ques .img {
  width: 115px;
  height: 115px;
  display: inline-block;
}

#question #staff-ques .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#question #staff-ques .information {
  width: 69%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: 3%;
}

#question #staff-ques .img img {
  border-radius: 50%;
}

#question #staff-ques #author-name {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#question #staff-ques #salon-duty-name {
  font-size: 13px;
  margin-top: 5px;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
}

#question #staff-ques #profile {
  font-size: 13px;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#question #staff-ques #author-instagram {
  font-size: 13px;
  font-family: "Libre Baskerville", serif;
  margin-top: 10px;
}

#question #staff-ques #author-instagram svg {
  float: left;
  width: 20px;
  height: 20px;
}

#question #staff-ques .social-post-detail a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  text-decoration: none;
}

#question #staff-ques .social-post-detail a path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#question #staff-ques .social-post-detail span {
  /*text-decoration:underline;*/
  margin: 0 0 0 5px;
}

#question .custom-padding-detail {
  margin-bottom: 200px;
}

#question .wrapper-single-post-detail-ques {
  width: 68.18%;
  margin: 0 auto 250px;
}

.social-post-detail a {
  text-decoration: none;
}

.social-post-detail a,
.social-post-detail a svg,
.social-post-detail a path,
.social-post-detail a circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/** Question End **/
/** style Book **/
#styleBook .title p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#styleBook .title-post {
  margin-bottom: 15px;
  font-size: 20px;
}

#styleBook .post .category {
  margin-bottom: 2px;
}

.album {
  max-width: 480px;
  margin: 0 auto;
}

.album .bx-wrapper .bx-prev {
  background: url("./images/arrow-slide-right.png") no-repeat !important;
  background-size: 100%;
  left: 0 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.album .bx-wrapper .bx-next {
  background: url("./images/arrow-slide-right.png") no-repeat !important;
  background-size: 100%;
  right: 0 !important;
}

.album .bx-wrapper .bx-controls-direction a {
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/** style Book End **/
/** Staff Blog **/
#shoplist .title p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#shoplist .staff {
  width: 48.63%;
  height: 140px;
  margin-right: 2.7%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding-top: 20px;
  padding-bottom: 20px;
}

#shoplist .staff:nth-child(2n) {
  margin-right: 0;
}

#shoplist .staff:nth-child(n+3) {
  border-top: 0;
}

#shoplist .staff:last-child {
  margin-bottom: 155px;
}

#shoplist .staff .img {
  width: 17%;
  height: 100%;
  display: inline-block;
}

#shoplist .staff .img a {
  opacity: 1;
}

#shoplist .staff .img img {
  width: 100%;
  height: auto;
}

#shoplist .staff .information {
  padding-left: 10px;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding-top: 13px;
}

#shoplist .staff .information .category {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

#shoplist .staff .information .title-post {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#shoplist .staff .information .date {
  font-size: 11px;
  line-height: 16.5px;
}

#shoplist .staff .img img {
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  /* border: solid 3px rgba(0,0,0,0); */
}

#shoplist .staff .img img:hover {
  border: 3px solid #000;
  opacity: 0.6;
}

#shoplist .staff .category,
#shoplist .staff .to-post-blog .date,
#shoplist .staff .to-post-blog .title-post {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/******* Staff blog list**********/
#shoplist .user {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#shoplist .user .img a:hover {
  opacity: 1 !important;
}

#shoplist .user .img img {
  width: 140px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #000;
  /* border: 2px solid rgba(0,0,0,0); */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#shoplist .user .img img:hover {
  border: 2px solid #000;
  opacity: 0.6;
}

#shoplist .user .to-title {
  margin-bottom: 80px;
}

#shoplist .user .to-blog:hover span {
  color: #000;
  opacity: 0.6;
}

#shoplist .user span {
  font-size: 13px;
  line-height: 19.5px;
  margin-top: 0;
  font-weight: bold;
}

#shoplist .user .font-eng {
  margin-top: 27px;
  margin-bottom: 0 !important;
  font-weight: normal;
}

#shoplist .user:last-child .to-title {
  margin-bottom: 260px;
}

#shoplist .user .font-default {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;*/
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
}

/******* Staff blog list end**********/
/******* Staff blog list Post**********/
#shoplist .content .infor {
  width: 100%;
  margin-bottom: 30px;
}

#shoplist .content .infor .img {
  width: 25%;
  max-width: 115px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

#shoplist .content .infor .img img {
  border-radius: 50%;
  border: 1px solid #000;
  width: 115px;
  height: auto;
  vertical-align: top;
}

#shoplist .content .infor .intimate {
  width: 60%;
  padding-left: 24px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}

#shoplist .content .infor .intimate .name {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 8px;
}

#shoplist .content .infor .intimate .position {
  font-size: 13px;
  font-family: "Libre Baskerville", serif;
}

#shoplist .content .infor .intimate .profile {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 20px;
}

#shoplist .content .infor .intimate .social .img-intagram {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 22px;
}

#shoplist .content .infor .intimate .social .name-intagram {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 19.5px;
}

#shoplist .staff-post-list .blog {
  border-top: 1px solid #b9b9b9;
  padding-top: 21px;
}

#shoplist .staff-post-list .blog img {
  display: block;
  margin: 0 auto;
}

#shoplist .staff-post-list .blog a {
  cursor: default;
}

#shoplist .staff-post-list .blog .redMore {
  cursor: pointer;
  margin-bottom: 75px;
  margin-top: 55px;
}

#shoplist .staff-post-list .blog .blog-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#shoplist .staff-post-list .blog .date {
  margin-bottom: 24px;
}

#shoplist .staff-post-list .blog:last-child {
  border-bottom: 0;
  margin-bottom: 75px;
}

/******* Staff blog list Post End**********/
/******* Staff blog Detail Post **********/
#shoplist .singer-blog a:hover {
  opacity: 1;
}

#shoplist .singer-blog .infor .img {
  text-align: left;
}

#shoplist .singer-blog .infor .img img {
  width: 140px;
  height: auto;
}

#shoplist .singer-blog .infor .intimate {
  padding-left: 15px;
}

#shoplist .singer-blog .infor .intimate .blog-title {
  font-size: 31px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
}

#shoplist .singer-blog .infor .intimate .name {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 0;
}

#shoplist .singer-blog .infor .intimate .date {
  font-size: 13px;
  line-height: 19.5px;
}

#shoplist .singer-blog .blog:last-child {
  margin-bottom: 45px;
}

.pro .name {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pro .position {
  font-size: 13px;
}

.pro .profile {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 80px;
}

.pagination__single {
  width: 354px;
  margin: 0 auto;
}

.pagination__single a {
  margin-bottom: 80px;
  position: relative;
  width: 50%;
  height: 40px;
  border: 1px solid #25b2a0;
  text-align: center;
  line-height: 40px;
  color: #25b2a0;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pagination__single a:hover span {
  background: url("./images/arrow_white.png") no-repeat;
  background-size: 100%;
}

.pagination__single a span {
  position: absolute;
  top: 50%;
  right: 4.32%;
  height: 16px;
  width: 6px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  background: url("./images/arrow-hv.png") no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagination__single .prev {
  float: left;
}

.pagination__single .prev span {
  right: 0 !important;
  left: 4.32%;
  background: url("./images/arrow_prev_hv.png") no-repeat;
  background-size: 100%;
}

.pagination__single .prev:hover span {
  background: url("./images/arrow_prev_white.png") no-repeat;
  background-size: 100%;
}

.pagination__single .next {
  float: right;
}

.staff-list {
  padding-top: 90px;
  width: 1100px;
  margin: 0 auto !important;
}

.staff-list .content {
  width: 785px;
  margin: 0 auto;
}

.staff-list.line-top {
  border-top: 1px solid #b9b9b9;
}

.staff-list .user:last-child span {
  margin-bottom: 130px !important;
}

.staff-list .user .to-blog .font-nicho {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.staff-list .user .to-title span {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.div-baiviet ol li {
  list-style: none;
}

/******* Staff blog Detail Post End**********/
/** Staff Blog End **/
/** Recruit **/
#recruit {
  margin-bottom: 100px;
}

#recruit .block .title p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#recruit .recruit {
  width: 31.54%;
  /*height: 80px;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 2.69%;
  border: 1px solid #000;
  margin-bottom: 2.27%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#recruit .recruit:last-child {
  margin-bottom: 5%;
}

#recruit .recruit a {
  font-size: 13px;
  height: 100%;
  width: 100%;
  display: block;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

#recruit .recruit a span {
  position: absolute;
  top: 50%;
  right: 4.32%;
  height: 19px;
  width: 9px;
  margin-top: -9.5px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  background: url("./images/arrow.png") no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#recruit .recruit a:hover span {
  right: 2.5%;
}

#recruit .recruit:nth-child(3n) {
  margin-right: 0;
}

.recruitLinkInner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 35px 20px 20px;
  line-height: 1;
}

.recruitLinkTtl {
  margin-bottom: 6px;
}

.recruitLinkTxt {
  line-height: 1.6;
}

#recruit .recruit,
#recruit .recruit a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#recruit .recruit:hover a span {
  background: url("./images/arrow-hv.png") no-repeat;
  background-size: 100%;
}

/** Recruit End **/
#why.block .single-line,
#assistant.block .single-line,
#styleBook.block .single-line {
  margin-top: 150px;
  margin-bottom: 90px;
}

#why.block .img a:hover,
#assistant.block .img a:hover,
#styleBook.block .img a:hover {
  opacity: 1;
}

#why.block {
  margin-top: 93px;
}

#assistant.block {
  margin-top: 90px;
}

#styleBook.block {
  margin-top: 140px;
}

#styleBook.block .title {
  font-size: 40px !important;
}

/** slider End **/
/************************* post detail why_h *************************/
.wrapper-single-post-detail {
  max-width: 750px;
  margin: 0 auto;
}

.wrapper-single-post-detail .single-line-top {
  margin-top: 26px;
  margin-bottom: 52px;
}

.wrapper-single-post-detail .single-line-bottom {
  /*margin-top: 52px;*/
  margin-bottom: 30px;
}

.wrapper-single-post-detail ol li {
  list-style: none;
}

.img-title-post-detail img {
  width: 100%;
  height: auto;
}

/**************** POST DETAIL **********************/
.wrapper-single-post-detail .box-today-style-list span {
  display: inline-block;
}

.wrapper-single-post-detail .box-today-style-list span.name {
  font-size: 20px;
  margin-right: 20px;
}

.wrapper-single-post-detail .box-today-model span.name {
  font-size: 20px;
}

.style-book-page .wrapper-single-post-detail .salon_name {
  margin-top: 2px;
  margin-bottom: 33px;
}

.style-book-page .wrapper-single-post-detail .box-today-style-list {
  margin-top: 32px;
  margin-bottom: 16px;
}

.style-book-page .wrapper-single-post-detail .box-today-style-list .category,
.style-book-page .wrapper-single-post-detail .box-today-model .category {
  margin-top: 8px;
}

.style-book-page .wrapper-single-post-detail .box-today-style-list .today-style-list,
.style-book-page .wrapper-single-post-detail .box-today-model .today-model {
  margin-top: 0;
}

.style-book-page .wrapper-single-post-detail .social-post-detail {
  margin-top: 34px;
}

.wrapper-single-post-detail .category {
  font-size: 13px;
  line-height: 19.5px;
}

.wrapper-single-post-detail .name {
  font-size: 13px;
  line-height: 19.5px;
}

.wrapper-single-post-detail .salon_name {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 22px;
}

.wrapper-single-post-detail .today-style-list {
  font-size: 13px;
  line-height: 19.5px;
  margin-top: 22px;
}

.wrapper-single-post-detail .today-model {
  font-size: 13px;
  line-height: 19.5px;
  margin-top: 22px;
}

.wrapper-single-post-detail .date {
  margin-top: 15px;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 16.5px;
}

.wrapper-single-post-detail .title-post {
  font-size: 33px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 15px;
}

.wrapper-single-post-detail p {
  margin: 0;
}

.author-post-detail {
  margin: 15px 0 15px 0;
}

.author-post-detail .name {
  font-size: 20px;
  margin-right: 12px;
}

.author-post-detail .duty {
  font-size: 13px;
}

.social-post-detail {
  width: 100%;
  height: 45px;
  display: inline-block;
  vertical-align: top;
}

.social-post-detail a {
  text-decoration: none;
}

.social-post-detail span {
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.social-post-detail svg {
  width: 35px;
  height: 35px;
}

.social-post-detail svg .st0 {
  stroke: rgb(0, 0, 0);
  fill: rgba(0, 0, 0, 0);
}

.style-book-page #staff-ques {
  width: 65%;
  height: 160px;
  /* margin: 2rem auto; */
  margin: 4em auto 5rem;
  position: relative;
}

.style-book-page #staff-ques .img_sb {
  width: 33%;
  margin: 0 2rem 0 3rem;
  float: left;
}

.style-book-page .information2 {
  font-size: 0.8rem;
  width: auto;
  float: left;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  /* right: 0; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-book-page #staff-ques img.is-width2 {
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}

.style-book-page h4.ttl_h4 {
  font-size: 16px;
  margin: 5.5% auto 1rem auto;
}

.style-book-page .tate {
  width: 67%;
  margin: 0 auto;
}

.style-book-page h3.shop_ttl {
  margin: 7% auto 0 auto;
}

.style-book-page .sb_shop {
  margin: 3.5rem auto 0 auto;
}

.style-book-page .sb_shop_txt {
  margin-top: 1.5rem;
}

.style-book-page .sb_ttl_mgn {
  margin: 8rem auto 0 auto;
}

.style-book-page .s_comment {
  margin-top: 1.5rem;
}

/** profile **/
.why-h-page .profile,
.assistant-page .profile,
.style-book-page .profile {
  margin-top: 45px;
  font-size: 13px;
}

.why-h-page .profile .profile-title,
.assistant-page .profile .profile-title,
.style-book-page .profile .profile-title {
  float: left;
}

.why-h-page .profile .profile-title span.line,
.assistant-page .profile .profile-title span.line,
.style-book-page .profile .profile-title span.line {
  font-size: 12px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.why-h-page .profile .profile-content,
.assistant-page .profile .profile-content,
.style-book-page .profile .profile-content {
  float: left;
}

.why-h-page .profile .profile-content .top,
.assistant-page .profile .profile-content .top,
.style-book-page .profile .profile-content .top {
  float: left;
  margin-right: 20px;
  margin-left: 6px;
}

.why-h-page .profile .profile-content .top .duty,
.assistant-page .profile .profile-content .top .duty,
.style-book-page .profile .profile-content .top .duty {
  margin-left: 5px;
}

.why-h-page .profile .profile-content .bot,
.assistant-page .profile .profile-content .bot,
.style-book-page .profile .profile-content .bot {
  float: none;
  clear: both;
  padding-left: 0.5em;
  padding-top: 7px;
}

.why-h-page .profile .profile-content .name,
.assistant-page .profile .profile-content .name,
.style-book-page .profile .profile-content .name {
  font-size: 18px;
}

/** profile end **/
.why-h-page #why {
  margin-bottom: 76px;
}

.assistant-page #assistant {
  margin-bottom: 76px;
}

.style-book-page #styleBook {
  margin-bottom: 76px;
}

.why-h-view-all #why.block .title svg {
  width: 240px;
}

.assistant-view-all #assistant.block .title svg {
  width: 414px;
}

.assistant-view-all #assistant.block .title p {
  margin-top: 8px;
}

#infscr-loading {
  display: none !important;
}

.why-h-view-all #why.block {
  margin-bottom: 65px;
}

.assistant-view-all #assistant.block {
  margin-bottom: 65px;
}

.style-book-view-all #styleBook.block {
  margin-bottom: 65px;
  margin-top: 80px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

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

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/** TOP PAGE **/
.top #why .title svg {
  width: 266px;
}

.top #assistant .title svg {
  width: 429px;
}

.top #assistant,
.top #question,
.top #styleBook,
.top #shoplist {
  margin-top: 100px;
}

.top-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100001;
}

.top-loader-fade {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

/** TOP PAGE END **/
/** first view **/
.entry-header {
  overflow: hidden;
  max-width: 1280px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .entry-header {
    margin: 0 auto 0;
  }
}

.img-title-post-detail {
  position: relative;
  height: 85vh;
}

.img-title-post-detail img {
  position: absolute;
  max-width: 1280px;
  width: 100% !important;
  height: auto !important;
  left: 50% !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.margin-top-detail .entry-content {
  margin-top: 50px;
}

/** STYLE BOOK HEADING **/
.style-book-page p.style-up {
  font-family: "Libre Baskerville", serif;
  font-size: 37px;
  color: #25b2a0;
  max-width: 60%;
  margin: 102px auto 28px auto;
}

.style-book-page h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  color: #25b2a0;
  margin: 80px auto 26px auto;
}

.style-book-page h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  color: #25b2a0;
  margin: 29px auto 1px auto;
}

/** STYLE BOOK HEADING END **/
/******** CONTENT POST DETAIL FOR ************/
#content-post-detail img {
  height: auto;
}

#content-post-detail img.is-width {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#content-post-detail img.is-height {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#content-post-detail a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

/******** END CONTENT POST DETAIL FOR ********/
@media all and (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .wrapper-750 {
    max-width: 750px;
    margin: 0 auto;
  }
  body {
    font-size: 14px;
  }
  .g-nav-toggle:hover .g-nav-toggle_line._second {
    right: 10px;
  }
  #why.block.custom-margin {
    margin-top: 90px;
  }
  #why.block .title.custom-margin {
    margin-bottom: 65px;
  }
  #why.block p.custom-margin {
    margin-top: 13px;
  }
  #assistant.block .title.custom-margin {
    margin-bottom: 65px;
  }
  #assistant.block p.custom-margin {
    margin-top: 13px;
  }
  #styleBook.block .title.custom-margin {
    margin-bottom: 65px;
  }
  #styleBook.block p.custom-margin {
    margin-top: 13px;
  }
  /** Staff blog**/
  #shoplist {
    margin-top: 84px;
  }
  .archive #shoplist .title {
    margin-bottom: 80px;
  }
  .archive #shoplist .content {
    margin: 0 auto;
    width: 800px;
  }
  /** Staff blog end **/
  /** why - assistant - styleBook **/
  #why .content,
  #assistant .content,
  #styleBook .content {
    width: 87.5%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #why .content .box-post,
  #assistant .content .box-post,
  #styleBook .content .box-post {
    width: 100%;
  }
  /** why - assistant - styleBook end **/
  /** styleBook **/
  #styleBook.block .date {
    font-size: 13px;
  }
  /** styleBook end **/
  .style-book-page .box-today-style-list .category .name,
  .style-book-page .box-today-model .category .name {
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  }
}
@media all and (min-width: 700px) and (max-width: 959px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
  .wrapper-750 {
    max-width: 750px;
    margin: 0 auto;
  }
  body {
    font-size: 14px;
  }
  .sp {
    display: none !important;
  }
  /********  BLOCK ************/
  /*.block .post{
    width: calc(50% - 30px);
  }
  .block .post:nth-child(1n) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .block .post:nth-child(2n) {
    margin-right: 20px;
    margin-left: 0;
  }*/
  .block .post {
    width: 48.63%;
    margin-right: 2.69%;
  }
  .block .post:nth-child(3n) {
    margin-right: 2.69%;
  }
  .block .post:last-child {
    margin-bottom: 5%;
  }
  .block .post:nth-child(2n) {
    margin-right: 0;
  }
  /******** STAFF BOOK **********/
  #shoplist .staff .img {
    width: 25%;
  }
  #shoplist .staff .information {
    width: 73%;
  }
  /** Question **/
  #question .wrapper-single-post-detail-ques {
    max-width: 750px;
  }
  .question .post .intro {
    left: 14.06%;
    top: 25%;
  }
  .question .post {
    width: 50%;
  }
  .question .post:nth-child(1n) {
    margin-left: 0;
    margin-right: 0;
  }
  .question .post:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  /*#staff-ques .img {
    width: 22%;
  }
  #staff-ques .information {
    width: 77%;
  }*/
  /** End Question **/
  /** why - assistant - styleBook **/
  #why .content,
  #assistant .content,
  #styleBook .content {
    width: 87.5%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #why .content .box-post,
  #assistant .content .box-post,
  #styleBook .content .box-post {
    width: 100%;
  }
  .wrapper-single-post-detail {
    max-width: 750px;
    width: 60%;
  }
  /** why - assistant - styleBook end **/
  /** Staff blog**/
  #shoplist .user {
    width: 50%;
  }
  /** Staff blog end **/
  /****** RECRUIT ***********/
  #recruit .recruit {
    width: 48.63%;
    margin-right: 2.69%;
  }
  #recruit .recruit:nth-child(3n) {
    margin-right: 2.69%;
  }
  #recruit .recruit:last-child {
    margin-bottom: 5%;
  }
  #recruit .recruit:nth-child(2n) {
    margin-right: 0;
  }
  /****** END RECRUIT ***********/
  /** profile **/
  .why-h-page .profile .profile-title span.line,
  .assistant-page .profile .profile-title span.line,
  .style-book-page .profile .profile-title span.line {
    margin-left: 5px;
  }
  .why-h-page .profile .profile-content .top,
  .assistant-page .profile .profile-content .top,
  .style-book-page .profile .profile-content .top {
    margin-right: 12px;
    margin-left: 5px;
  }
  .why-h-page .profile .profile-content,
  .assistant-page .profile .profile-content,
  .style-book-page .profile .profile-content {
    width: 80%;
  }
  /** profile end **/
  /****************** FOOTER ***********************/
  .link-facebook,
  .link-tw {
    margin-right: 7.518519%;
  }
}
@media all and (max-width: 699px) {
  .pc {
    display: none !important;
  }
  .container {
    width: 88.75%;
    margin: 0 auto;
  }
  img {
    width: 100%;
    line-height: 0;
  }
  .img-title-post-detail {
    height: 0px;
    padding-bottom: 50%;
  }
  #content-post-detail img {
    width: 100%;
    display: block;
    position: relative;
    max-width: none;
  }
  #content-post-detail img.is-width {
    width: 100%;
    display: block;
    position: relative;
    max-width: none;
  }
  /* mixin for multiline */
  .title-dot {
    max-height: 110px;
    line-height: 1.4em !important;
  }
  /*  .des-dot {
    max-height: 62px; } */
  #recruit .recruit:nth-of-type(4),
  #recruit .recruit:nth-of-type(5),
  #recruit .recruit:nth-of-type(6) {
    display: none;
  }
  #recruit .recruit:nth-of-type(4) .recruitLinkInner,
  #recruit .recruit:nth-of-type(5) .recruitLinkInner,
  #recruit .recruit:nth-of-type(6) .recruitLinkInner {
    height: 0 !important;
  }
  #recruit .recruit:nth-of-type(3) {
    margin-bottom: 9.375%;
  }
}
@media all and (max-width: 699px) and (min-width: 480px) {
  .title-dot {
    max-height: 85px;
  }
}
@media all and (max-width: 699px) {
  .title-dot {
    max-height: 60px;
  }
}
@media all and (max-width: 699px) {
  #why.block,
  #assistant.block,
  #styleBook.block {
    margin-top: 14.06%;
  }
  #why.block .single-line,
  #assistant.block .single-line,
  #styleBook.block .single-line {
    margin-top: 21.1267605634%;
    margin-bottom: 10.5%;
  }
  #why.block .title,
  #assistant.block .title,
  #styleBook.block .title {
    margin-bottom: 9.375%;
  }
  .style-book-view-all #styleBook.block .title {
    font-size: 54px !important;
  }
  #styleBook .title-post {
    font-size: 36px;
  }
  #styleBook.block .title {
    font-size: 62px !important;
  }
  #styleBook.block .title p {
    font-size: 26px !important;
  }
  #styleBook.block .title .unline,
  #question .title .unline {
    margin: 1% auto 3% auto;
  }
  /** Assistant Block **/
  #assistant.block .title svg {
    width: 69.6875%;
  }
  /** Assistant Block End **/
  /** slider End **/
  /** Question **/
  #question .title {
    font-size: 62px;
    margin-bottom: 52px;
  }
  #question .title p {
    font-size: 26px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
  }
  #question .content .post {
    width: 100%;
    margin: 0;
  }
  #question .content .post .intro {
    left: 5.7%;
    top: 30%;
    line-height: normal;
  }
  #question .content .post .intro .category {
    font-size: 26px;
  }
  #question .content .post .intro .title-post {
    font-size: 32px;
  }
  #question .content .post .intro .position {
    font-size: 26px;
  }
  #question .view {
    margin-top: 32px;
  }
  #question .content-page-all {
    margin-top: 87px;
    margin-bottom: 97px;
  }
  #question .question-author-info {
    display: table;
    width: 100%;
    margin: 0 0 100px 0;
  }
  #question .question-author-info .info {
    width: 100%;
    display: table-footer-group;
    float: none;
  }
  #question .question-author-info .img-info {
    width: 100%;
    display: table-footer-group;
    float: none;
  }
  #question .question-author-info .author-name {
    margin-top: 30px;
    font-size: 44px;
    font-weight: bold;
  }
  #question .question-author-info .salon-duty-name {
    margin-top: 0;
    font-size: 26px;
  }
  #question .content-question-answer img {
    width: 90%;
    height: auto;
    margin-left: 5%;
  }
  #question .content-question-answer .title-qes {
    font-size: 36px;
  }
  #question .content-question-answer .content-qes {
    font-size: 26px;
  }
  #question .content-question-answer .title-ans {
    font-size: 36px;
  }
  #question .content-question-answer .content-ans {
    font-size: 26px;
  }
  #question .content-question-answer .single-line {
    border-bottom: solid 1px #00bba6;
    margin: 20px 0;
  }
  #question #staff-ques {
    height: 387px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #question #staff-ques .img {
    width: 20%;
    height: auto;
  }
  #question #staff-ques .img img {
    width: 100%;
    height: auto;
  }
  #question #staff-ques .information {
    width: 75%;
  }
  #question #staff-ques #author-name {
    font-size: 32px;
  }
  #question #staff-ques #salon-duty-name {
    font-size: 26px;
    margin-top: 0px;
  }
  #question #staff-ques #profile {
    font-size: 26px;
    margin-top: 20px;
  }
  #question #staff-ques #author-instagram {
    font-size: 26px;
    margin-top: 25px;
  }
  #question #staff-ques #author-instagram svg {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }
  #question #staff-ques .social-post-detail span {
    margin: 3px 0 0 5px;
  }
  #question #author-instagram svg {
    width: 40px;
    height: 40px;
  }
  #question .wrapper-single-post-detail {
    max-width: 100%;
  }
  #question .wrapper-single-post-detail-ques {
    width: 100%;
    margin: 0 auto 110px;
  }
  #question .unline {
    margin-bottom: 20px;
    margin-top: 13px;
  }
  #question .single-line-blue-sp {
    border-bottom: 1px solid #25b2a0;
  }
}
@media all and (max-width: 699px) and (max-width: 480px) {
  #question .title {
    font-size: 46.5px;
  }
  #question .title p {
    font-size: 19.5px;
    padding-top: 5px;
  }
  #question .content .post .intro .category {
    font-size: 19.5px;
  }
  #question .content .post .intro .position {
    font-size: 19.5px;
  }
  #question .content .post .intro .title-post {
    font-size: 24px !important;
  }
  #question .question-author-info .author-name {
    margin-top: 30px;
    font-size: 36px;
  }
  #question .question-author-info .salon-duty-name {
    margin-top: 0;
    font-size: 22px;
  }
  #question .content-question-answer .title-qes {
    font-size: 33px;
  }
  #question .content-question-answer .content-qes {
    font-size: 22px;
  }
  #question .content-question-answer .title-ans {
    font-size: 33px;
  }
  #question .content-question-answer .content-ans {
    font-size: 22px;
  }
  #question .content-question-answer .single-line {
    margin: 20px 0;
  }
  #question #staff-ques {
    height: 327px;
  }
  #question #staff-ques .img {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  #question #staff-ques .img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #question #staff-ques .information {
    width: 70%;
  }
  #question #staff-ques #author-name {
    font-size: 24px;
  }
  #question #staff-ques #salon-duty-name {
    font-size: 19.5px;
    margin-top: 3px;
  }
  #question #staff-ques #profile {
    font-size: 19.5px;
    margin-top: 19px;
  }
  #question #staff-ques #author-instagram {
    font-size: 19.5px;
    margin-top: 22px;
  }
  #question #staff-ques #author-instagram svg {
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 3px;
  }
  #question #staff-ques .social-post-detail span {
    margin: 3px 0 0 5px;
  }
  #question .view {
    margin-top: 24px;
  }
  #question .wrapper-single-post-detail-ques {
    margin: 0 auto 70px;
  }
}
@media all and (max-width: 699px) {
  #question .title {
    font-size: 35px;
  }
  #question .title p {
    font-size: 13px;
  }
  #question .content .post .intro .category {
    font-size: 13px;
  }
  #question .content .post .intro .position {
    font-size: 13px;
  }
  #question .content .post .intro .title-post {
    font-size: 20px !important;
    line-height: 1.4;
  }
  #question .question-author-info .author-name {
    margin-top: 30px;
    font-size: 28px;
  }
  #question .question-author-info .salon-duty-name {
    margin-top: 0;
    font-size: 14px;
  }
  #question .content-question-answer .title-qes {
    font-size: 26px;
  }
  #question .content-question-answer .content-qes {
    font-size: 14px;
  }
  #question .content-question-answer .title-ans {
    font-size: 26px;
  }
  #question .content-question-answer .content-ans {
    font-size: 14px;
  }
  #question .content-question-answer .single-line {
    margin: 20px 0;
  }
  #question #staff-ques {
    height: 200px;
  }
  #question #staff-ques #author-name {
    font-size: 16px;
  }
  #question #staff-ques #salon-duty-name {
    font-size: 13px;
    margin-top: 2px;
  }
  #question #staff-ques #profile {
    font-size: 13px;
    margin-top: 7.5px;
  }
  #question #staff-ques #author-instagram {
    font-size: 13px;
    margin-top: 8px;
  }
  #question #staff-ques #author-instagram svg {
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 0;
  }
  #question #staff-ques .social-post-detail span {
    margin: 3px 0 0 5px;
  }
  #question .view {
    margin-top: 18px;
  }
  #question .question-author-info .salon-name {
    margin-top: 20px;
  }
  #question .question-author-info .directory {
    font-size: 13px;
  }
  #question .question-author-info .directory {
    margin-bottom: 80px;
  }
  .wrapper-single-post-detail-ques {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 699px) {
  /** End Question **/
  /** Block **/
  .block .title p {
    font-size: 26px;
  }
  .block .title svg.why-h-title {
    width: 58.75%;
  }
  .block .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.625%;
  }
  .block .post .img {
    margin-bottom: 0;
  }
  .block .post .box-post {
    padding: 5.625% 0;
  }
  .block .post .category,
  .block .post .date {
    font-size: 26px;
    line-height: inherit;
  }
  .block .post .date {
    margin-top: 0.3521126761%;
    margin-bottom: 3.1690140845%;
  }
  .block .post .title-post {
    font-size: 36px;
  }
  .block .post .des {
    font-size: 23px;
    line-height: 1.6;
    margin-top: 3.375%;
  }
  .block .post .redMore {
    margin-top: 6%;
  }
  .block .post .redMore a {
    width: 165px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
  /** Block End **/
  /**************** POST DETAIL **********************/
  .entry-content {
    margin-top: 7.8125%;
  }
  .style-book-page .wrapper-single-post-detail {
    width: 88.75%;
    margin: 0 auto;
    max-width: none;
  }
  .style-book-page .wrapper-single-post-detail .name {
    font-size: 26px;
    line-height: inherit;
    margin-bottom: 1.2%;
  }
  .style-book-page .wrapper-single-post-detail .salon_name {
    font-size: 26px;
    line-height: inherit;
    margin-bottom: 3.28169%;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list {
    margin-top: 5.2816901408%;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list .today-style-list {
    margin-bottom: 0.2%;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model {
    margin-top: 2%;
    margin-bottom: 8.8028169014%;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model .today-model {
    margin-bottom: 0;
  }
  .style-book-page .wrapper-single-post-detail .category {
    font-size: 26px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .date {
    margin-top: 0;
    margin-bottom: 2.8169014085%;
    font-size: 26px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .title-post {
    font-size: 44px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .single-line-top {
    margin-top: 8.0985915493%;
    margin-bottom: 10.5633802817%;
  }
  .style-book-page .wrapper-single-post-detail .single-line-bottom {
    margin-top: 8.0985915493%;
    margin-bottom: 10.5633802817%;
  }
  .author-post-detail {
    margin-top: 4.2253521127%;
    margin-bottom: 6%;
  }
  .author-post-detail .name {
    font-size: 34px;
    margin-right: 3.401408%;
  }
  .author-post-detail .duty {
    font-size: 26px;
  }
  .social-post-detail {
    height: 100%;
  }
  .social-post-detail svg {
    width: 64px;
    height: 64px;
  }
  .social-post-detail span {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*** Style book page ***/
  .style-book-page .wrapper-single-post-detail .salon_name {
    margin-top: 0;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list {
    margin-bottom: 0;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list .today-style-list {
    font-size: 26px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list span.name {
    font-size: 34px;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model .category {
    margin-top: 0;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model .today-model {
    font-size: 26px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model span.name {
    font-size: 34px;
  }
  /*** Style book page end ***/
  /** Staff blog**/
  .template-staff-blog #shoplist .title {
    margin-bottom: 11.718% !important;
  }
  #shoplist .staff {
    width: 100%;
    border-bottom: 0;
    border-top: 1px solid #b9b9b9 !important;
    height: 165px;
    padding: 3.125% 0;
    table-layout: fixed;
  }
  #shoplist .staff:last-child {
    border-bottom: 1px solid #b9b9b9;
  }
  #shoplist .staff .img {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.5%;
    width: 25%;
  }
  #shoplist .staff .information {
    display: table-cell;
    vertical-align: middle;
    width: 73%;
  }
  #shoplist {
    margin-top: 15.625%;
  }
  .archive #shoplist .title {
    margin-bottom: 16.406%;
  }
  #shoplist .unline {
    margin-top: 1%;
    margin-bottom: 3%;
  }
  #shoplist .user .to-title {
    margin-bottom: 0;
    font-size: 26px;
    font-family: "Libre Baskerville", serif;
  }
  #shoplist .user {
    margin-bottom: 14.625%;
  }
  #shoplist .user .img {
    padding: 0 14%;
  }
  #shoplist .user p {
    margin-bottom: 12.5%;
  }
  #shoplist .user span {
    font-size: 23px;
    line-height: 39px;
    margin-top: 0;
  }
  .style-book-page #shoplist .user .font-eng {
    margin-top: 3.125%;
    margin-bottom: 0 !important;
    font-size: 26px;
  }
  .style-book-page #shoplist .user:last-child p {
    margin-bottom: 20.31% !important;
  }
}
@media all and (max-width: 699px) and (min-width: 481px) {
  #shoplist .staff {
    height: 125px;
  }
  #shoplist .user .to-title {
    font-size: 19.5px;
  }
  #shoplist .user .font-eng {
    font-size: 19.5px;
    line-height: 29.5px;
  }
  #shoplist .user span {
    font-size: 17.25px;
    line-height: 27.5px;
  }
}
@media all and (max-width: 699px) {
  #shoplist .user .to-title {
    font-size: 13px;
  }
  #shoplist .user span {
    font-size: 11.5px;
    line-height: 18.5px;
  }
  #shoplist .user .font-eng {
    font-size: 13px;
    line-height: 19.5px;
  }
  #shoplist .staff {
    height: auto;
    display: table;
    width: 100%;
  }
}
@media all and (max-width: 699px) {
  #shoplist .title {
    font-size: 54px;
  }
  #shoplist .title p {
    font-size: 26px;
  }
  /** profile **/
  .why-h-page .profile,
  .assistant-page .profile {
    margin-top: 12.323943662%;
    font-size: 26px;
  }
  .why-h-page .profile .profile-title,
  .assistant-page .profile .profile-title,
  .style-book-page .profile .profile-title {
    float: left;
    width: 20%;
    font-size: 24px;
  }
  .why-h-page .profile .profile-title span.line,
  .assistant-page .profile .profile-title span.line {
    margin-left: 12%;
  }
  .style-book-page .profile .profile-title span.line {
    margin-left: 11px;
  }
  .why-h-page .profile .profile-content,
  .assistant-page .profile .profile-content,
  .style-book-page .profile .profile-content {
    float: left;
    width: 80%;
  }
  .why-h-page .profile .profile-content .top,
  .assistant-page .profile .profile-content .top,
  .style-book-page .profile .profile-content .top {
    font-size: 24px;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .why-h-page .profile .profile-content .top .name,
  .assistant-page .profile .profile-content .top .name {
    font-size: 32px;
  }
  .why-h-page .profile .profile-content .bot,
  .assistant-page .profile .profile-content .bot,
  .style-book-page .profile .profile-content .bot {
    font-size: 26px;
    line-height: inherit;
    padding-left: 0;
  }
  .why-h-page .profile .profile-content .bot span.duty,
  .assistant-page .profile .profile-content .bot span.duty {
    display: inline-block;
    margin-bottom: 4.39434381%;
  }
  /** profile end **/
  .why-h-page .wrapper-single-post-detail .category,
  .assistant-page .wrapper-single-post-detail .category {
    font-size: 26px;
    line-height: inherit;
  }
  .why-h-page .wrapper-single-post-detail .date,
  .assistant-page .wrapper-single-post-detail .date {
    font-size: 26px;
    line-height: inherit;
  }
  .why-h-page .wrapper-single-post-detail .title-post,
  .assistant-page .wrapper-single-post-detail .title-post {
    font-size: 44px;
  }
  #shoplist .staff .information .category {
    font-size: 26px !important;
    line-height: 39px !important;
  }
  .top #shoplist .staff .information .title-post {
    font-size: 26px !important;
    line-height: 39px !important;
  }
  .top #shoplist .staff .information .date {
    font-size: 26px !important;
    line-height: 39px !important;
  }
}
@media all and (max-width: 699px) and (min-width: 480px) {
  #shoplist .title {
    font-size: 45px;
  }
  #shoplist .staff .information .category {
    font-size: 19.5px !important;
    line-height: 26.25px !important;
  }
  .top #shoplist .staff .information .title-post {
    font-size: 19.5px !important;
    line-height: 26.25px !important;
  }
  .top #shoplist .staff .information .date {
    font-size: 19.5px !important;
    line-height: 26.25px !important;
  }
  #shoplist .staff .information .title-post {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
    font-weight: normal;
  }
  #shoplist .staff .information {
    padding-top: 5px;
  }
  /** profile **/
  .why-h-page .profile,
  .assistant-page .profile {
    font-size: 19.5px;
  }
  .why-h-page .profile .profile-title,
  .assistant-page .profile .profile-title {
    font-size: 18px;
  }
  .why-h-page .profile .profile-content .top,
  .assistant-page .profile .profile-content .top {
    font-size: 18px;
  }
  .why-h-page .profile .profile-content .top .name,
  .assistant-page .profile .profile-content .top .name {
    font-size: 24px;
  }
  .why-h-page .profile .profile-content .bot,
  .assistant-page .profile .profile-content .bot {
    font-size: 19.5px;
  }
  /** profile end **/
  .why-h-page .wrapper-single-post-detail .category,
  .assistant-page .wrapper-single-post-detail .category {
    font-size: 19.5px;
  }
  .why-h-page .wrapper-single-post-detail .date,
  .assistant-page .wrapper-single-post-detail .date {
    font-size: 19.5px;
  }
  .why-h-page .wrapper-single-post-detail .title-post,
  .assistant-page .wrapper-single-post-detail .title-post {
    font-size: 33px;
  }
  .why-h-page .wrapper-single-post-detail .author-post-detail .name,
  .assistant-page .wrapper-single-post-detail .author-post-detail .name {
    font-size: 25.5px;
  }
  .why-h-page .wrapper-single-post-detail .author-post-detail .duty,
  .assistant-page .wrapper-single-post-detail .author-post-detail .duty {
    font-size: 19.5px;
  }
}
@media all and (max-width: 699px) {
  #shoplist .title {
    font-size: 40px;
  }
  #shoplist .staff .information .category {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .top #shoplist .staff .information .title-post {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .top #shoplist .staff .information .date {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  #shoplist .staff .information .title-post {
    font-size: 11px;
    line-height: 13.5px;
    margin-bottom: 5px;
  }
  #shoplist .staff .information .category {
    font-size: 12px;
    line-height: 14.5px;
  }
  #shoplist .staff .information {
    padding-top: 3px;
  }
  /** profile **/
  .why-h-page .profile,
  .assistant-page .profile,
  .style-book-page .profile {
    font-size: 13px;
  }
  .why-h-page .profile .profile-title,
  .assistant-page .profile .profile-title,
  .style-book-page .profile .profile-title {
    font-size: 12px;
  }
  .why-h-page .profile .profile-content .top,
  .assistant-page .profile .profile-content .top,
  .style-book-page .profile .profile-content .top {
    font-size: 12px;
  }
  .why-h-page .profile .profile-content .top .name,
  .assistant-page .profile .profile-content .top .name,
  .style-book-page .profile .profile-content .top .name {
    font-size: 16px;
  }
  .why-h-page .profile .profile-content .bot,
  .assistant-page .profile .profile-content .bot,
  .style-book-page .profile .profile-content .bot {
    font-size: 13px;
  }
  /** profile end **/
  .why-h-page .wrapper-single-post-detail .category,
  .assistant-page .wrapper-single-post-detail .category {
    font-size: 13px;
  }
  .why-h-page .wrapper-single-post-detail .date,
  .assistant-page .wrapper-single-post-detail .date {
    font-size: 13px;
  }
  .why-h-page .wrapper-single-post-detail .title-post,
  .assistant-page .wrapper-single-post-detail .title-post {
    font-size: 22px;
  }
  .why-h-page .wrapper-single-post-detail .author-post-detail .name,
  .assistant-page .wrapper-single-post-detail .author-post-detail .name {
    font-size: 17px;
  }
  .why-h-page .wrapper-single-post-detail .author-post-detail .duty,
  .assistant-page .wrapper-single-post-detail .author-post-detail .duty {
    font-size: 13px;
  }
}
@media all and (max-width: 699px) {
  /** Staff blog end **/
  /****** RECRUIT ***********/
  #recruit .recruit:last-child {
    margin-bottom: 5%;
  }
  #recruit .recruit {
    width: 100%;
    /* height: 120px;*/
    margin: 0 0 3.125% 0;
  }
  #recruit .recruit a {
    line-height: 120px;
    font-size: 26px;
  }
  #recruit .recruit a span {
    height: 24px;
    width: 14px;
    margin-top: -12px;
  }
  #recruit .title {
    font-size: 55px;
  }
  #recruit .unline {
    margin-top: 1%;
    margin-bottom: 3%;
  }
}
@media all and (max-width: 699px) and (min-width: 480px) {
  #recruit .title {
    font-size: 40px;
  }
  #recruit .recruit {
    /*height: 90px;*/
  }
  #recruit .recruit a {
    font-size: 19.5px;
    /*line-height: 90px;*/
  }
  #recruit .recruit a span {
    height: 18px;
    width: 10.5px;
    margin-top: -9px;
  }
}
@media all and (max-width: 699px) {
  #recruit .title {
    font-size: 32px;
  }
  /*  #recruit .recruit {
    height: 60px; }*/
  #recruit .recruit a {
    font-size: 13px;
    /*line-height: 60px;*/
  }
  #recruit .recruit a span {
    height: 12px;
    width: 7px;
    margin-top: -6px;
  }
}
@media all and (max-width: 699px) {
  /****** END RECRUIT ***********/
  /******* Staff blog list Post**********/
  #shoplist .content .infor {
    width: 100%;
    margin-bottom: 11.875%;
  }
  #shoplist .content .infor .img {
    width: 32.34%;
    text-align: center;
  }
  #shoplist .content .infor .img img {
    width: 165px;
    height: auto;
  }
  #shoplist .content .infor .intimate {
    width: 67.66%;
  }
  #shoplist .content .infor .intimate .name {
    font-size: 38px;
    line-height: 49px;
    margin-bottom: -1.56%;
  }
  #shoplist .content .infor .intimate .position {
    font-size: 26px;
    line-height: 39px;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 1.56%;
  }
  #shoplist .content .infor .intimate .profile {
    font-size: 24px;
    line-height: 37px;
  }
  #shoplist .content .infor .intimate .social .name-intagram {
    font-family: "Libre Baskerville", serif;
    font-size: 26px;
    line-height: 39px;
  }
  #shoplist .content .infor .intimate .social svg {
    height: 35px;
  }
  #shoplist .staff-post-list .blog {
    border-top: 1px solid #b9b9b9;
    padding-top: 8.125%;
  }
  #shoplist .staff-post-list .blog a {
    cursor: default;
  }
  #shoplist .staff-post-list .blog .redMore {
    cursor: pointer;
    margin-bottom: 11.71%;
    margin-top: 8.59%;
    width: 165px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
  #shoplist .staff-post-list .blog .blog-title {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 5.25%;
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #shoplist .staff-post-list .blog .date {
    margin-bottom: 5.15%;
    font-size: 26px;
    line-height: 39px;
  }
  #shoplist .staff-post-list .blog p {
    font-size: 26px;
    line-height: 39px;
  }
  #shoplist .staff-post-list .blog:last-child {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 75px;
  }
}
@media all and (max-width: 699px) and (min-width: 481px) {
  #shoplist .content .infor .intimate .name {
    font-size: 28.5px;
    line-height: 36.75px;
  }
  #shoplist .content .infor .intimate .position {
    font-size: 19.5px;
    line-height: 29.25px;
  }
  #shoplist .content .infor .intimate .profile {
    font-size: 18px;
    line-height: 27.75px;
  }
  #shoplist .content .infor .intimate .social .name-intagram {
    font-size: 19.5px;
    line-height: 29.25px;
  }
  #shoplist .content .infor .intimate .social svg {
    height: 30px;
  }
  #shoplist .staff-post-list .blog .redMore {
    width: 123.75px;
    height: 33.75px;
    font-size: 16.5px;
    line-height: 33.75px;
  }
  #shoplist .staff-post-list .blog .blog-title {
    font-size: 30px;
    line-height: 45px;
  }
  #shoplist .staff-post-list .blog .date {
    font-size: 19.5px;
    line-height: 29.25px;
  }
  #shoplist .staff-post-list .blog p {
    font-size: 19.5px;
    line-height: 29.25px;
  }
}
@media all and (max-width: 699px) {
  #shoplist .content .infor .intimate .name {
    font-size: 19px;
    line-height: 25px;
  }
  #shoplist .content .infor .intimate .position {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }
  #shoplist .content .infor .intimate .profile {
    font-size: 12px;
    line-height: 19px;
  }
  #shoplist .content .infor .intimate .social svg {
    height: 22px;
  }
  #shoplist .content .infor .intimate .social .name-intagram {
    font-size: 13px;
    line-height: 20px;
  }
  #shoplist .staff-post-list .blog .redMore {
    width: 82.5px;
    height: 22.5px;
    font-size: 11px;
    line-height: 22.5px;
  }
  #shoplist .staff-post-list .blog .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  #shoplist .staff-post-list .blog .date {
    font-size: 13px;
    line-height: 20px;
  }
  #shoplist .staff-post-list .blog p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media all and (max-width: 699px) {
  /******* Staff blog list Post End**********/
  /******* Staff blog Detail Post **********/
  .single-post #shoplist {
    margin-top: 9.35%;
  }
  #shoplist .singer-blog .infor .img {
    padding-top: 0;
  }
  #shoplist .singer-blog .infor .img img {
    width: 140px;
    height: auto;
  }
  #shoplist .singer-blog .infor .intimate {
    padding-left: 3.9%;
  }
  #shoplist .singer-blog .infor .intimate .blog-title {
    font-size: 31px;
    line-height: 46px;
    font-weight: bold;
    /* margin-bottom: 7.65%;*/
  }
  #shoplist .singer-blog .infor .intimate .name {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 1.56%;
  }
  #shoplist .singer-blog .infor .intimate .date {
    font-size: 26px;
    line-height: 39px;
  }
  #shoplist .singer-blog .blog:last-child {
    margin-bottom: 10.93%;
  }
  .pro .name {
    font-size: 26px;
    line-height: 48px;
    font-weight: normal;
    margin-bottom: -1.09%;
  }
  .pro .name span {
    font-size: 32px;
  }
  .pro .position {
    font-size: 26px;
    line-height: 39px;
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    padding-left: 110px;
    margin-bottom: 2.34375%;
  }
  .pro .profile {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 15.625%;
    padding-left: 110px;
  }
  .pagination__single {
    width: 88.75%;
  }
  .pagination__single a {
    margin-bottom: 80px;
    position: relative;
    width: 50%;
    height: 64px;
    border: 1px solid #25b2a0;
    text-align: center;
    line-height: 64px;
    color: #25b2a0;
    text-decoration: none;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .pagination__single a:hover span {
    background: url("./images/arrow-hv.png") no-repeat;
    background-size: 100%;
  }
  .pagination__single a span {
    background: url("./images/arrow-hv.png") no-repeat;
    background-size: 100%;
    height: 22px;
    width: 10px;
    margin-top: -11px;
  }
  .pagination__single .prev {
    float: left;
  }
  .pagination__single .prev span {
    right: 0 !important;
    left: 4.32%;
    background: url("./images/arrow_prev_hv.png") no-repeat;
    background-size: 100%;
  }
  .pagination__single .prev:hover span {
    background: url("./images/arrow_prev_hv.png") no-repeat;
    background-size: 100%;
  }
  .pagination__single .next {
    float: right;
  }
  .staff-list {
    padding-top: 0;
    width: 100%;
    margin-top: 0 !important;
  }
  .staff-list .content {
    width: 100%;
  }
  .staff-list.line-top {
    border-top: 0;
  }
  .staff-list .user .to-title span {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .staff-list .user:last-child p {
    margin-bottom: 130px !important;
  }
}
@media all and (max-width: 699px) and (min-width: 481px) {
  .pagination__single a {
    height: 48px;
    line-height: 48px;
    font-size: 19.5px;
  }
  .pagination__single a span {
    height: 16.5px;
    width: 7.5px;
    margin-top: -8.25px;
  }
  #shoplist .singer-blog .infor .intimate .blog-title {
    font-size: 23.25px;
    line-height: 34.5px;
  }
  #shoplist .singer-blog .infor .intimate .name {
    font-size: 19.5px;
    line-height: 29.25px;
  }
  #shoplist .singer-blog .infor .intimate .date {
    font-size: 19.5px;
    line-height: 29.25px;
  }
  .pro .name {
    font-size: 19.5px;
    line-height: 36px;
  }
  .pro .name span {
    font-size: 24px;
  }
  .pro .position {
    font-size: 19.5px;
    line-height: 29.25px;
    padding-left: 83px;
  }
  .pro .profile {
    font-size: 19.5px;
    line-height: 29.25px;
    padding-left: 83px;
  }
}
@media all and (max-width: 699px) {
  .pagination__single a {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
  .pagination__single a span {
    height: 11px;
    width: 5px;
    margin-top: -5.5px;
  }
  #shoplist .singer-blog .infor .intimate .blog-title {
    font-size: 15.5px;
    line-height: 23px;
  }
  #shoplist .singer-blog .infor .intimate .name {
    font-size: 13px;
    line-height: 20px;
  }
  #shoplist .singer-blog .infor .intimate .date {
    font-size: 13px;
    line-height: 20px;
  }
  .pro .name {
    font-size: 13px;
    line-height: 24px;
  }
  .pro .name span {
    font-size: 16px;
  }
  .pro .position {
    font-size: 13px;
    line-height: 20px;
    padding-left: 55px;
  }
  .pro .profile {
    font-size: 13px;
    line-height: 20px;
    padding-left: 55px;
  }
}
@media all and (max-width: 699px) {
  /******* Staff blog Detail Post End**********/
  /*******************slider style book************************/
  .album {
    margin: 0 auto;
    max-width: 100%;
  }
  /** STYLE BOOK HEADING **/
  .style-book-page .single-line {
    border-color: #25b2a0;
  }
  .style-book-page p.style-up {
    text-align: center;
    font-size: 50px;
    margin: 14.6875% auto 5.3125% auto;
  }
  .style-book-page h3 {
    font-size: 40px;
    margin: 6.71875% auto 6.25% auto;
  }
  .style-book-page h4 {
    font-size: 26px;
    margin: 8.5% auto 2.1875% auto;
  }
  /** STYLE BOOK HEADING END **/
  /*******************slider style book end************************/
  /** top page **/
  .top #assistant,
  .top #question,
  .top #styleBook,
  .top #shoplist,
  .top #recruit {
    margin-top: 14.06%;
  }
  .top #styleBook .post:last-child {
    margin-bottom: 8.375% !important;
  }
  .top #shoplist .title {
    font-size: 62px;
    margin-bottom: 9.375%;
  }
  .top #shoplist .title p {
    font-size: 26px;
  }
  .top #shoplist .staff:last-child {
    margin-bottom: 0;
  }
  .top #recruit {
    margin-bottom: 12.5%;
  }
  .top #recruit .title {
    font-size: 62px;
    margin-bottom: 9.375%;
  }
  /** top page end **/
  .wrapper-single-post-detail {
    max-width: 100%;
    margin: 0 auto;
  }
  .assistant-view-all #assistant.block {
    margin-bottom: 9.0625%;
  }
  .assistant-view-all #assistant.block .title svg {
    width: 69.6875%;
  }
  .style-book-view-all #styleBook.block {
    margin-top: 13%;
    margin-bottom: 9.0625%;
  }
  .why-h-view-all #why.block {
    margin-bottom: 9.0625%;
  }
  .why-h-view-all #why.block .title svg {
    width: 69.84375%;
    margin-bottom: 4px;
  }
  /** TOP PAGE **/
  .top #why .title svg {
    width: 59%;
  }
  .top #assistant .title svg {
    width: 100%;
    max-width: 330px;
  }
  .is_sp {
    display: block;
  }
  /* .style-book-page #staff-ques .img_sb {
        width: 55%;
        margin: 1.5rem auto 2rem;
    }
    .style-book-page .information2 {
        width: 61%;
    } */
  .style-book-page #staff-ques {
    width: 100%;
    height: 118px;
    margin: 2rem auto;
  }
  .style-book-page #staff-ques .img_sb {
    width: 30%;
    max-height: 126px;
    margin: 0 7% 0 4%;
  }
  .style-book-page .information2 {
    width: 59%;
    top: 46%;
    left: 41%;
  }
  .style-book-page .sb_ttl_mgn {
    margin: 6rem auto 0 auto;
  }
  .style-book-page .tate {
    width: 67%;
    margin: 0 auto;
  }
  .style-book-page .sb_shop {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .style-book-page .sb_shop_txt {
    margin-top: 0;
  }
  .style-book-page #staff-ques {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .style-book-page #staff-ques .img_sb {
    width: 20%;
    margin: 0 2rem 0 12rem;
  }
  .style-book-page #staff-ques {
    width: 100%;
    max-height: 150px;
  }
}
@media (max-width: 374px) {
  .style-book-page #staff-ques {
    height: 100px;
  }
}
@media all and (max-width: 699px) and (min-width: 480px) {
  .top #recruit .title {
    font-size: 46.5px;
  }
  .top #styleBook .title {
    font-size: 46.5px !important;
  }
  .top #styleBook .title p {
    font-size: 19.5px !important;
  }
  .top #shoplist .title {
    font-size: 46.5px;
  }
  .top #shoplist .title p {
    font-size: 19.5px;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list .today-style-list {
    font-size: 19.5px;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list span.name {
    font-size: 25.5px !important;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model .today-model {
    font-size: 19.5px;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model span.name {
    font-size: 25.5px !important;
  }
  .style-book-page .wrapper-single-post-detail .category {
    font-size: 19.5px;
  }
  .style-book-page .wrapper-single-post-detail .category .name {
    font-size: 19.5px !important;
  }
  .style-book-page .wrapper-single-post-detail .category .duty {
    font-size: 19.5px !important;
  }
  .style-book-page .wrapper-single-post-detail .title-post {
    font-size: 33px;
  }
  .style-book-page .wrapper-single-post-detail .name {
    font-size: 19.5px;
  }
  .style-book-page .wrapper-single-post-detail .salon_name {
    font-size: 19.5px;
  }
  .style-book-view-all #styleBook.block .title {
    font-size: 40.5px !important;
  }
  .style-book-view-all #styleBook.block .title p {
    font-size: 19.5px !important;
  }
  /** Block **/
  .block .title p {
    font-size: 19.5px !important;
  }
  .block .post .category,
  .block .post .date {
    font-size: 19.5px;
  }
  .block .post .title-post {
    font-size: 27px !important;
  }
  .block .post .des {
    font-size: 17.25px;
    line-height: 1.6;
  }
  .block .post .redMore a {
    width: 123.75px;
    height: 33.75px;
    font-size: 16.5px;
    line-height: 33.75px;
  }
  /** Block End **/
  /** STYLE BOOK HEADING **/
  .style-book-page p.style-up {
    font-size: 37.5px;
  }
  .style-book-page h3 {
    font-size: 30px;
  }
  .style-book-page h4 {
    font-size: 19.5px;
  }
  /** STYLE BOOK HEADING END **/
}
@media all and (max-width: 699px) {
  /** 320 **/
}
@media all and (max-width: 699px) {
  .top #recruit .title {
    font-size: 31px;
  }
  .top #styleBook .title {
    font-size: 31px !important;
  }
  .top #styleBook .title p {
    font-size: 13px !important;
  }
  .top #shoplist .title {
    font-size: 31px;
  }
  .top #shoplist .title p {
    font-size: 13px;
  }
  /** STYLE BOOK HEADING **/
  .style-book-page p.style-up {
    font-size: 25px !important;
  }
  .style-book-page h3 {
    font-size: 20px !important;
  }
  .style-book-page h4 {
    font-size: 13px !important;
  }
  /** STYLE BOOK HEADING END **/
  /** Block **/
  .block .title p {
    font-size: 14px !important;
  }
  .block .title svg.why-h-title {
    width: 58.75%;
  }
  .block .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.625%;
  }
  .block .post .box-post {
    padding: 5.625% 0;
  }
  .block .post .category,
  .block .post .date {
    font-size: 13px;
    line-height: inherit;
  }
  .block .post .date {
    margin-top: 0.3521126761%;
    margin-bottom: 3.1690140845%;
  }
  .block .post .title-post {
    font-size: 18px !important;
  }
  .block .post .des {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 4.5774647887%;
    margin-bottom: 4.5774647887%;
  }
  .block .post .redMore a {
    font-size: 13px;
    line-height: 25px;
    width: 90px;
    height: 25px;
  }
  /** Block End **/
  /**************** POST DETAIL **********************/
  .style-book-page .wrapper-single-post-detail .box-today-style-list .today-style-list {
    font-size: 13px;
    line-height: inherit;
  }
  .style-book-page .wrapper-single-post-detail .box-today-style-list span.name {
    font-size: 17px !important;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model .today-model {
    font-size: 13px;
  }
  .style-book-page .wrapper-single-post-detail .box-today-model span.name {
    font-size: 17px !important;
  }
  .style-book-page .wrapper-single-post-detail .category {
    font-size: 13px;
  }
  .style-book-page .wrapper-single-post-detail .category .name {
    font-size: 13px !important;
  }
  .style-book-page .wrapper-single-post-detail .category .duty {
    font-size: 13px !important;
  }
  .style-book-page .wrapper-single-post-detail .date {
    font-size: 13px;
  }
  .style-book-page .wrapper-single-post-detail .title-post {
    font-size: 22px;
  }
  .style-book-page .wrapper-single-post-detail .name {
    font-size: 13px;
  }
  .style-book-page .wrapper-single-post-detail .salon_name {
    font-size: 13px;
  }
  .style-book-view-all #styleBook.block .title {
    font-size: 26px !important;
  }
  .style-book-view-all #styleBook.block .title p {
    font-size: 13px !important;
  }
  .author-post-detail .name {
    font-size: 17px;
  }
  .author-post-detail .duty {
    font-size: 13px;
  }
  .social-post-detail svg {
    width: 32px;
    height: 32px;
  }
  #styleBook .title-post {
    font-size: 18px;
  }
}
@media all and (max-width: 699px) {
  .unline {
    border-top: 3px solid #000;
  }
  .block .view {
    font-size: 32px;
    width: 160px;
  }
}
@media all and (max-width: 699px) and (min-width: 481px) {
  .unline {
    border-top: 1.5px solid #000 !important;
  }
  .block .view {
    font-size: 24px;
    width: 125px;
  }
}
@media all and (max-width: 699px) {
  .block .view {
    font-size: 16px;
    width: 91px;
    line-height: 21px;
    padding-bottom: 6px;
  }
  .block .view a {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 699px) {
  /***** HEADER BAR ****/
  .header {
    height: 110px;
  }
  .header .header-bar-background {
    height: 110px;
  }
  .header .header-bar-logo {
    left: 26px;
    top: 22px;
  }
  .header .g-nav-toggle .g-nav-toggle_line {
    width: 41px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._first {
    top: 8px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._second {
    top: 22px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._third {
    top: 36px;
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._first {
    -webkit-transform: translate(0, 12px) rotate(-45deg);
    transform: translate(0, 14px) rotate(-45deg);
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._third {
    -webkit-transform: translate(0, -12px) rotate(45deg);
    transform: translate(0, -14px) rotate(45deg);
  }
  /***** HEADER BAR END ****/
  .header .nav {
    margin-top: 110px;
  }
  .header .nav .why-h svg {
    width: 156px;
  }
  .header .nav .title-assistant svg {
    width: 270px;
  }
}
@media all and (max-width: 699px) and (min-width: 480px) {
  .header .nav {
    margin-top: 82px;
  }
  /***** HEADER BAR ****/
  .header {
    height: 82px;
  }
  .header .header-bar-background {
    height: 82px;
  }
  .header .header-bar-logo {
    left: 19px;
    top: 16px;
  }
  .header .g-nav-toggle .g-nav-toggle_line {
    width: 41px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._first {
    top: 6px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._second {
    top: 16px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._third {
    top: 26px;
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._first {
    -webkit-transform: translate(0, 12px) rotate(-45deg);
    transform: translate(0, 10px) rotate(-45deg);
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._third {
    -webkit-transform: translate(0, -12px) rotate(45deg);
    transform: translate(0, -10px) rotate(45deg);
  }
  /***** HEADER BAR END ****/
}
@media all and (max-width: 699px) {
  /** 320 **/
}
@media all and (max-width: 699px) {
  .social {
    margin-top: 20px;
  }
  .intimate .social {
    margin-top: -15px;
  }
  .header .nav {
    margin-top: 115px;
  }
  .header .nav .why-h svg {
    width: 140px;
    margin-bottom: 0;
  }
  .header .nav .title-assistant svg {
    margin-bottom: 0;
    width: 200px;
  }
  .header .nav .social svg {
    height: 22px;
  }
  /***** HEADER BAR ****/
  .header {
    height: 116px;
  }
  .header .header-bar-background {
    height: 116px;
  }
  .header .header-bar-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 28px;
  }
  .header .g-nav-toggle .g-nav-toggle_line {
    width: 32px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._first {
    top: 8px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._second {
    top: 16px;
  }
  .header .g-nav-toggle .g-nav-toggle_line._third {
    top: 24px;
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._first {
    -webkit-transform: translate(0, 6px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg);
  }
  .header .g-nav-toggle.step2 .g-nav-toggle_line._third {
    -webkit-transform: translate(0, -6px) rotate(45deg);
    transform: translate(0, -8px) rotate(45deg);
  }
  /***** HEADER BAR END ****/
}
@media all and (max-width: 699px) {
  /******************************************************** FOOTER ********************************************************/
  .arrow-top {
    padding: 4.375% 0;
    text-align: center;
    border-top: 1px solid #929191;
  }
  .arrow-top .img-arrow-top {
    width: 33px;
    height: 17px;
  }
  footer {
    height: 100%;
    padding: 8.125% 0 3.4375% 0;
  }
  footer .sns {
    float: none;
    width: 100%;
    display: table;
    padding-top: 0;
    position: relative;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  footer .sns span {
    vertical-align: middle;
    display: table-cell;
    width: 33.3333333333%;
    text-align: center;
  }
  footer .sns .link-facebook {
    text-align: right;
  }
  footer .sns .link-facebook,
  footer .sns .link-tw {
    padding: 0 10px;
    margin-right: 0;
  }
  footer .sns .link-instagram {
    padding: 0 10px;
    text-align: left;
  }
  footer .sns .link-facebook svg {
    width: 13px;
    height: auto;
  }
  footer .sns .link-tw svg {
    width: 26px;
    height: auto;
  }
  footer .sns .link-instagram svg {
    width: 24px;
    height: auto;
  }
  footer .logo {
    position: relative;
    width: 100%;
    float: none;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  footer .logo svg {
    width: 35%;
    height: auto;
  }
  footer .logo .link-logo-footer {
    display: block;
    margin-bottom: 5.25%;
  }
  footer .logo .copyright {
    margin: 0;
    font-size: 10px;
  }
  /*** 320 **/
}
@media all and (max-width: 699px) and (max-width: 320px) {
  footer {
    height: 100%;
    padding: 9.0625% 0 3.4375% 0;
  }
  footer .sns {
    float: none;
    width: 100%;
    display: table;
    padding-top: 0;
  }
  footer .sns span {
    display: table-cell;
    width: 33.3333333333%;
    text-align: center;
  }
  footer .sns .link-facebook {
    text-align: right;
  }
  footer .sns .link-facebook,
  footer .sns .link-tw {
    margin-right: 0;
  }
  footer .sns .link-instagram {
    text-align: left;
  }
  footer .sns .link-facebook svg {
    width: 13px;
    height: 26px;
  }
  footer .sns .link-tw svg {
    width: 26.5px;
    height: 23px;
  }
  footer .sns .link-instagram svg {
    width: 24px;
    height: 25px;
  }
  footer .logo {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  footer .logo svg {
    height: 21px;
  }
  footer .logo .link-logo-footer {
    display: block;
    margin-bottom: 2.625%;
  }
  footer .logo .copyright {
    margin: 0;
    font-size: 8px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .nav .why-h svg {
    width: 180px;
    height: 48px;
    margin-bottom: 2.8125%;
  }
  .header .nav .title-assistant svg {
    width: 306px;
    height: 36px;
    margin-bottom: 3.515625%;
  }
  .social svg.icon-facebook {
    width: 12px;
  }
  .social svg.icon-tw {
    width: 22px;
  }
  .social svg.icon-instagram {
    width: 22px;
  }
}
@media all and (max-width: 1210px) {
  .staff-list {
    width: 100%;
  }
  .staff-list .content {
    width: 65%;
  }
}
.qr {
  width: 30% !important;
}

/* add style */
.staff-post-list .name span:first-child {
  display: none;
}

.r-header .r-header__nav__lists {
  padding-top: 84px;
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .r-header .r-header__nav__lists {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
.r-header .r-header__nav__list {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 767px) {
  .r-header .r-header__nav__list {
    font-size: 20px;
  }
}
.r-header .r-header__nav__list:not(:last-of-type) {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .r-header .r-header__nav__list:not(:last-of-type) {
    margin-bottom: 46px;
  }
}
.r-header .r-header__nav__list a {
  color: #333333;
  text-decoration: none;
}
.r-header .r-header__nav__list:hover a {
  opacity: 0.6;
}
.r-header .r-header__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  width: 218px;
  height: 49px;
  background: #000000;
  margin: 0 auto;
}
.r-header .r-header__btn a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.r-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
  padding: 40px 0 14px;
}
@media (max-width: 900px) {
  .r-header__lists {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .r-header__lists {
    display: none;
  }
}
.r-header__lists .r-header__list {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  list-style-type: none;
}
.r-header__lists .r-header__list a {
  color: #333333;
  text-decoration: none;
}
.r-header__lists .r-header__list:hover a {
  opacity: 0.6;
}

.video__wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.video__wrap video {
  width: 100%;
}

#styleBook {
  max-width: 1480px;
  padding: 0 40px 0 0;
  width: 100%;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #styleBook {
    padding: 0;
    padding-bottom: 90px;
  }
}
#styleBook.t-stylebook {
  margin: 150px auto 0;
}
@media (max-width: 767px) {
  #styleBook.t-stylebook {
    margin: 100px auto 0;
  }
}
#styleBook .t-stylebook__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
#styleBook .t-stylebook__cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: initial !important;
  width: 100% !important;
  max-width: 1140px !important;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 23px;
  }
}
#styleBook .t-stylebook__card {
  width: initial;
  margin-right: initial;
  margin-bottom: initial;
  display: initial;
  vertical-align: initial;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#styleBook .t-stylebook__card a {
  display: block;
  width: 100%;
  height: 100%;
}
#styleBook .t-stylebook__img {
  margin-bottom: initial;
  height: 380px;
  line-height: initial;
  position: relative;
  padding-bottom: initial;
  overflow: initial;
}
@media (max-width: 1440px) {
  #styleBook .t-stylebook__img {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__img {
    height: 330px;
  }
}
#styleBook .t-stylebook__img .background-overlay {
  display: none;
}
#styleBook .t-stylebook__hovers {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f2f2f;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__hovers {
    opacity: 0.78;
    height: 64px;
    top: initial;
    bottom: 0;
  }
}
#styleBook .t-stylebook__hovers .t-stylebook__hover {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__hovers .t-stylebook__hover {
    padding-right: 0;
    padding-left: 17px;
  }
}
#styleBook .t-stylebook__hovers .t-stylebook__number {
  margin: 0;
  padding: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
#styleBook .t-stylebook__hovers .t-stylebook__title {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__hovers .t-stylebook__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
#styleBook .t-stylebook__card:hover .t-stylebook__hovers {
  opacity: 0.78;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#styleBook .t-stylebook__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
#styleBook .t-stylebook__titles .t-stylebook__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 46px;
  color: #333333;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__titles .t-stylebook__title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding-bottom: 12px;
    font-size: 40px;
  }
}
#styleBook .t-stylebook__titles .t-stylebook__sub {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  padding: 0;
  margin: 0;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  letter-spacing: -3px;
  padding-right: 4px;
}
@media (max-width: 767px) {
  #styleBook .t-stylebook__titles .t-stylebook__sub {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    letter-spacing: 0;
  }
}

#why {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
#why.t-why .img {
  padding-bottom: 79%;
}
#why .t-why__ttl {
  width: 277px;
}
#why .t-why__sub {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}
#why .t-why__cards {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1430px;
  padding: 0 40px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  #why .t-why__cards {
    padding: 0 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
#why .t-why__card {
  width: initial;
  margin-right: initial;
  margin-bottom: initial;
  display: initial;
  vertical-align: initial;
}
#why .t-why__content {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #why .t-why__content {
    padding: 0;
    margin-top: 16px;
    width: 100%;
  }
}
#why .t-why__category {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 16px;
  color: #5a5a5a;
}
#why .t-why__title {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 12px;
  color: #333333;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #why .t-why__title {
    font-size: 18px;
  }
}
#why .t-why__explanation {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#why .t-why__explanation p {
  margin: 0;
  padding: 0;
}
#why .t-why__date {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 13px;
  letter-spacing: 1px;
}

#question.t-question {
  padding: 100px 0 100px;
  background: #454141;
}
@media (max-width: 767px) {
  #question.t-question {
    padding: 60px 0 60px;
  }
}
#question .t-question__ttls {
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #question .t-question__ttls {
    padding-bottom: 50px;
  }
}
#question .t-question__ttl {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 46px;
  color: #ffffff;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #question .t-question__ttl {
    font-size: 40px;
  }
}
#question .t-question__sub {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#question .t-question__cards {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1430px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  #question .t-question__cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    gap: 60px;
  }
}
#question .t-question__card {
  width: initial !important;
  margin: initial !important;
  position: initial !important;
  line-height: initial !important;
  display: initial;
  vertical-align: initial;
}
#question .t-question__img {
  margin-bottom: 16px !important;
}
#question .t-question__category {
  margin: 0;
  padding: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  padding-bottom: 16px;
}
#question .t-question__name {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #question .t-question__name {
    font-size: 18px;
  }
}
#question .t-question__detail {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

#assistant.t-assistant .img {
  padding-bottom: 79%;
}
@media (max-width: 767px) {
  #assistant .t-assistant__ttl {
    margin-bottom: 50px !important;
  }
}
#assistant .t-assistant__sub {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #assistant .t-assistant__sub {
    letter-spacing: 3px;
  }
}
#assistant .assistant__cards {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1430px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  #assistant .assistant__cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 23px;
  }
}
#assistant .assistant__card {
  width: initial !important;
  margin: initial !important;
  position: initial !important;
  line-height: initial !important;
  display: initial;
  vertical-align: initial;
}
#assistant .t-assistant__img {
  margin-bottom: 16px;
}
#assistant .t-assistant__texts {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #assistant .t-assistant__texts {
    padding: 16px 0 0;
  }
}
#assistant .t-assistant__category {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  color: #5a5a5a;
  padding-bottom: 16px;
}
#assistant .t-assistant__title {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #assistant .t-assistant__title {
    font-size: 18px;
  }
}
#assistant .t-assistant__explanation {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #454141;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  #assistant .t-assistant__explanation {
    -webkit-line-clamp: 4;
  }
}
#assistant .t-assistant__explanation p {
  margin: 0;
  padding: 0;
}
#assistant .t-assistant__date {
  font-weight: 400;
  font-size: 13px;
  color: #5a5a5a;
}

.t-primary {
  padding-bottom: 50px;
}

#shoplist {
  max-width: 1080px !important;
  padding: 0 40px;
  width: 100%;
  margin: 90px auto 120px !important;
}
@media (max-width: 767px) {
  #shoplist {
    margin: 50px auto 120px !important;
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  #shoplist .shoplist__ttl {
    margin-bottom: 50px !important;
  }
}
#shoplist .t-shoplist__wrap {
  padding: 0 40px;
}
@media (max-width: 767px) {
  #shoplist .t-shoplist__wrap {
    padding: 0;
  }
}
#shoplist .t-shoplist__lists {
  display: grid;
  gap: 50px 64px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  #shoplist .t-shoplist__lists {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#shoplist .t-shoplist__lists li {
  list-style-type: none;
}
#shoplist .t-shoplist__sub {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 12px;
}
#shoplist img {
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
}

.t-recruit {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../images/t-recruit-01.png) center/cover no-repeat;
}
@media (max-width: 767px) {
  .t-recruit {
    background: url(../images/t-recruit-01-sp.png) center/cover no-repeat;
    padding: 100px 0;
  }
}
.t-recruit .t-recruit__ttls {
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .t-recruit .t-recruit__ttls {
    padding-bottom: 74px;
  }
}
.t-recruit .t-recruit__ttl {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 58px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .t-recruit .t-recruit__ttl {
    font-size: 50px;
  }
}
.t-recruit .t-recruit__sub {
  margin: 0;
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .t-recruit .t-recruit__sub {
    font-size: 14px;
    padding-top: 24px;
  }
}
.t-recruit .t-recruit__cards {
  max-width: 846px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .t-recruit .t-recruit__cards {
    display: block;
    padding: 0 33px;
  }
}
@media (max-width: 767px) {
  .t-recruit .t-recruit__card.__detail {
    margin-bottom: 56px;
  }
}
.t-recruit .t-recruit__card__detail {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.7;
}
.t-recruit .t-recruit__card__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 304px;
  height: 49px;
  margin: 0 auto;
}
.t-recruit .t-recruit__card__btn a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-recruit .t-recruit__card__btn.__know {
  background: #000000;
}
.t-recruit .t-recruit__card__btn.__qa {
  border: 1px solid #ffffff;
}

.r-footer {
  padding: 64px 0 13px;
  background: #333333;
}
@media (max-width: 767px) {
  .r-footer {
    padding: 50px 0 26px;
  }
}
.r-footer .r-footer__inner {
  max-width: 1320px;
  padding: 0 40px 90px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .r-footer .r-footer__inner {
    display: block;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .r-footer .r-footer__main {
    max-width: 271px;
    margin: 0 auto;
  }
}
.r-footer .r-footer__logo {
  margin-bottom: 45px;
  width: 220px;
}
@media (max-width: 767px) {
  .r-footer .r-footer__logo {
    width: 197px;
    margin-bottom: 38px;
  }
}
.r-footer .r-footer__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .r-footer .r-footer__lists {
    display: grid;
    gap: 16px 60px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 57px;
  }
}
.r-footer .r-footer__list {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .r-footer .r-footer__list {
    font-size: 16px;
    list-style-type: none;
  }
}
.r-footer .r-footer__list:not(:last-of-type) {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .r-footer .r-footer__list:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.r-footer .r-footer__list a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
}
.r-footer .r-footer__list:hover a {
  opacity: 0.6;
}
.r-footer .r-footer__instagram {
  width: 50px;
}
@media (max-width: 767px) {
  .r-footer .r-footer__instagram {
    width: 38px;
    margin: 0 auto;
    display: block;
  }
}
.r-footer .r-footer__copyright {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .r-footer .r-footer__copyright {
    font-size: 11px;
  }
}

.r-category {
  max-width: 1410px;
  padding: 140px 40px 80px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .r-category {
    padding: 80px 23px 90px;
  }
}
.r-category .r-category__cards {
  display: grid;
  gap: 120px 36px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .r-category .r-category__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
}
.r-category .r-category__card {
  width: initial !important;
  margin-right: initial !important;
  display: initial !important;
  vertical-align: initial !important;
  margin-bottom: initial !important;
}
.r-category .r-category__ttls {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .r-category .r-category__ttls {
    padding-bottom: 40px;
  }
}
.r-category .r-category__ttl {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 46px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .r-category .r-category__ttl {
    font-size: 40px;
  }
}
.r-category .r-category__text {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.r-category .r-category__img {
  margin-bottom: 30px !important;
  padding-bottom: 71.545% !important;
}
@media (max-width: 767px) {
  .r-category .r-category__img {
    padding-bottom: 100.307% !important;
  }
}
.r-category .r-category__texts .view {
  margin: initial;
  margin-right: auto !important;
}
.r-category .r-category__cate {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  color: #5a5a5a;
  padding-bottom: 16px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .r-category .r-category__cate {
    padding-bottom: 8px;
  }
}
.r-category .r-category__title {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .r-category .r-category__title {
    margin-bottom: 16px;
  }
}
.r-category {
  /* Style book pagination（添付画像仕様） */
}
.r-category .r-category__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  margin: x auto 0;
}
@media (max-width: 767px) {
  .r-category .r-category__pagination {
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 6px;
    max-width: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.r-category .r-category__pagination a,
.r-category .r-category__pagination span {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.r-category .r-category__pagination a:hover {
  color: #333333;
}
.r-category .r-category__pagination .page-numbers {
  display: inline-block;
  padding: 10px 19px;
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .r-category .r-category__pagination .page-numbers {
    padding: 2.5px 12px 4.5px;
    min-width: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.r-category .r-category__pagination .page-numbers.current {
  background: #454141;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #454141;
}
.r-category .r-category__pagination .prev,
.r-category .r-category__pagination .next {
  border: none;
  background: none;
  padding: 0.4em 0;
  line-height: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .r-category .r-category__pagination .prev,
  .r-category .r-category__pagination .next {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.r-category .r-category__pagination .prev span,
.r-category .r-category__pagination .next span {
  display: none;
}
.r-category .r-category__pagination--first .prev {
  display: none;
}
.r-category .r-category__pagination--last .next {
  display: none;
}

.r-search .no-results {
  text-align: center;
}

.r-single.block {
  padding: 0 !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .r-single.block {
    margin-bottom: 50px !important;
  }
}
.r-single .view {
  margin: 0 auto 0;
}
.r-single .img-info img {
  width: 100%;
}
.r-single .r-des {
  margin-bottom: 12px;
}

.pr-nx {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.pr-nx a {
  width: 100%;
}/*# sourceMappingURL=style.css.map */