.fnt-shippori {
  font-family: "Shippori Mincho", serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-inter {
  font-family: "Inter", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

body {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #000;
  letter-spacing: 0;
}

.toggle-menu {
  position: fixed;
  z-index: 99999;
  width: 70px;
  height: auto;
  top: 20px;
  right: 21px;
  cursor: pointer;
}
.toggle-menu .off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.toggle-menu.active .off {
  opacity: 1;
}
@media (hover: hover) {
  .toggle-menu:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1300px) {
  .toggle-menu {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    width: 44px;
    top: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#g_nav {
  display: none;
}

#header {
  position: absolute;
  top: 20px;
  left: 37px;
  display: flex;
  align-items: center;
  background: transparent;
  width: auto;
  z-index: 5;
}
#header .header__logo {
  width: 250px;
}
#header .header__logo a {
  display: block;
  line-height: 0;
}
#header .header__text {
  margin: 0 0 0 51px;
}
#header .header__text span {
  display: block;
  background: rgba(145, 145, 144, 0.3);
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 2;
  padding: 0 10px 2px;
  color: #fff;
  min-width: 290px;
  box-sizing: border-box;
  letter-spacing: 0;
}
#header .header__text span + span {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header {
    flex-direction: column;
    left: 15px;
  }
  #header .header__text {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    top: 12px;
    left: 11px;
    flex-direction: row;
  }
  #header .header__logo {
    width: 136px;
  }
  #header .header__text {
    margin: 0 0 0 12px;
  }
  #header .header__text span {
    font-size: 8px;
    border-radius: 4px;
    min-width: 164px;
    padding: 0 5px;
  }
  #header .header__text span + span {
    margin-top: 5.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  #header .header__logo {
    width: 120px;
  }
}

.h1 {
  position: absolute;
  z-index: 5;
  color: #fff;
  text-align: right;
  right: 21px;
  top: 105px;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 1100px) {
  .h1 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
  }
}

.group-btn-fixed {
  position: fixed;
  display: flex;
  height: 70px;
  top: 20px;
  right: 91px;
  z-index: 99;
}
.group-btn-fixed img {
  width: auto;
  height: 100%;
}
.group-btn-fixed a {
  height: 100%;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1300px) {
  .group-btn-fixed {
    height: 50px;
    right: 71px;
  }
}

#g_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  overflow-y: auto;
  padding: 150px 0;
  max-width: 100%;
}
#g_nav > li {
  padding-left: 75px;
}
#g_nav > li .up-menu {
  font-size: 18px;
}
#g_nav > li .up-menu .menu-text {
  display: inline-block;
  padding: 3px 0 3px 31px;
  position: relative;
  letter-spacing: 0.1em;
}
#g_nav > li .up-menu .menu-text::before {
  content: "";
  background: url("../img/mouthpiece/arrow.svg") no-repeat center/100% auto;
  width: 17px;
  height: 11px;
  top: 19px;
  left: 0;
  position: absolute;
}
@media (hover: hover) {
  #g_nav > li .up-menu .menu-text:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #g_nav {
    padding: 114px 0 200px;
  }
  #g_nav > li {
    padding-left: 30px;
  }
  #g_nav > li .up-menu {
    font-size: 14px;
    line-height: 36px;
  }
}

.nav-open #g_nav {
  opacity: 1;
  visibility: visible;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}

.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.fixed-box {
  z-index: 99;
}
.fixed-box .fixed-banner__sp ul {
  display: flex;
}

#footer {
  padding: 49px 0 0;
  text-align: center;
}
#footer .footer__logo {
  width: 226px;
  margin: 0 auto;
}
#footer .address {
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0 40px;
}
#footer .sitemap {
  margin: 0 0 58px;
  font-size: 14px;
  line-height: 16px;
}
#footer .sitemap a {
  color: #000;
}
#footer .copyright {
  background: #767676;
  color: #fff;
  padding: 5px 0;
  font-size: 10px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 0 0;
  }
  #footer .footer__logo {
    width: 230px;
  }
  #footer .address {
    font-size: 12px;
    line-height: 15px;
    margin: 33px 0 20px;
  }
  #footer .sitemap {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 39px;
  }
  #footer .copyright {
    line-height: 1.5;
    padding: 11px 0 98px;
  }
}