@charset "UTF-8";
/* ================================================================

   mixin

================================================================ */
i {
  font-family: "Font Awesome 5 Free" !important; }

#container {
  padding-bottom: 80px !important; }

*:focus {
  outline: none; }

.mincho, serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-feature-settings: "palt" 1; }

.menu > .menu__single {
  position: relative; }
  .menu > .menu__single a {
    width: 100%; }

.menu__single .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px solid #ccc; }
  .menu__single .menu__second-level li, .menu__single .menu__second-level a {
    width: 100% !important;
    display: block; }
.menu__single li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  width: 100%; }

.cart_icon {
  height: 1.5em;
  vertical-align: middle !important;
  margin-right: 12px;
  margin-top: -5px; }

.common_footer {
  background: #000 !important;
  border-top: 1px solid #fff;
  padding-bottom: 30px;
  line-height: 1.0; }
  .common_footer a {
    color: #fff !important; }
  .common_footer .copyright {
    text-align: center;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004';
    font-size: 0.9em; }

#idx_sns {
  padding: 70px 0 65px 0;
  margin-bottom: 100px; }
  #idx_sns ul {
    text-align: center; }
    #idx_sns ul li {
      display: inline-block;
      width: 35px;
      margin: auto 25px; }
      #idx_sns ul li img {
        width: 35px; }
      @media only screen and (max-width: 767px) {
        #idx_sns ul li {
          width: 28px;
          margin: auto 10px; }
          #idx_sns ul li li {
            margin: 0; }
          #idx_sns ul li img {
            width: 28px; } }

html {
  scroll-behavior: smooth; }

.sup {
  font-size: 11px;
  vertical-align: super;
  font-family: "中ゴシックBBB", sans-serif !important; }

.fortyth {
  margin-top: 0px;
  background-image: url(../img/bg.jpg);
  background-size: 100% auto;
  background-position: top center, center;
  background-repeat: no-repeat, no-repeat; }
  @media only screen and (max-width: 767px) {
    .fortyth {
      margin-top: 50px; } }
  .fortyth__bg {
    padding-bottom: 10rem;
    background: linear-gradient(to top, #dcdee2 0%, rgba(255, 255, 255, 0) 30%); }
  .fortyth__inner {
    width: 560px;
    margin: auto;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .fortyth__inner {
        width: 90% !important;
        padding-top: 100px;
        margin: auto; } }
    .fortyth__inner__logo {
      width: 493px;
      margin: 5vw auto auto auto;
      text-align: center;
      margin-bottom: 5em; }
      @media only screen and (max-width: 767px) {
        .fortyth__inner__logo {
          width: 80vw; } }
    .fortyth__inner__summary p {
      font-size: 17px;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 2em; }
  .fortyth .comment {
    margin-top: 80px; }
    .fortyth .comment__inner {
      width: 880px;
      padding-top: 50px;
      padding-bottom: calc(50px - 2em);
      margin: auto;
      background-image: url(../img/bg_comment.png);
      background-size: 100% auto; }
      @media only screen and (max-width: 767px) {
        .fortyth .comment__inner {
          width: 90%;
          margin: auto; } }
      .fortyth .comment__inner__title {
        width: 120px;
        margin: auto auto 4rem auto; }
    .fortyth .comment__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 780px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .fortyth .comment__list {
          width: 100%;
          margin: auto;
          display: block; } }
    .fortyth .comment_child {
      width: 380px;
      background-color: #fff;
      padding: 30px;
      margin-bottom: 2em; }
      @media only screen and (max-width: 767px) {
        .fortyth .comment_child {
          width: 90%;
          margin: auto;
          margin-bottom: 2em; } }
      .fortyth .comment_child dt {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap; }
        .fortyth .comment_child dt div:first-child {
          width: 127px;
          height: 127px;
          margin-right: 15px; }
          .fortyth .comment_child dt div:first-child img {
            width: 100%;
            height: 100%; }
        .fortyth .comment_child dt div:last-child {
          width: calc(100% - 127px - 15px);
          font-family: "中ゴシックBBB", sans-serif !important; }
          .fortyth .comment_child dt div:last-child span {
            font-size: 15px;
            font-family: "中ゴシックBBB", sans-serif !important; }
          .fortyth .comment_child dt div:last-child img {
            width: 100%;
            height: 100%; }
      .fortyth .comment_child dd {
        margin-top: 2em; }
  .fortyth .banner {
    margin-top: 4em;
    margin-bottom: 3rem; }
    .fortyth .banner_title {
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
    .fortyth .banner__inner {
      width: 780px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .fortyth .banner__inner {
          width: 90%;
          margin: auto; } }
      .fortyth .banner__inner ul li {
        margin-top: 2em; }
    .fortyth .banner .about_banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .fortyth .banner .about_banner {
          display: block;
          width: 100%;
          margin: auto; } }
      .fortyth .banner .about_banner li {
        width: 375px; }
        @media only screen and (max-width: 767px) {
          .fortyth .banner .about_banner li {
            width: 100%; } }
  .fortyth .bt {
    width: 380px;
    margin: 1em auto auto auto;
    text-align: center; }
    .fortyth .bt a {
      width: 380px;
      display: block;
      border: 1px solid #000;
      text-align: center;
      font-size: 16px;
      padding: 0.5em 0;
      background-color: #fff; }
  .fortyth .salon a {
    background-color: #000;
    color: #fff !important; }
