@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-regular.eot");
  src: local(""), url("../fonts/noto-sans-jp-regular.woff2") format("woff2");
}

/*@font-face { font-family: 'Noto Sans JP'; font-weight: 500; font-display: swap; src: url("../fonts/noto-sans-jp-medium.eot"); src: local(""), url("../fonts/noto-sans-jp-medium.woff2") format("woff2");
}*/
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-bold.eot");
  src: local(""), url("../fonts/noto-sans-jp-bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSerifJP-Regular.eot");
  src: local(""), url("../fonts/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSerifJP-SemiBold.eot");
  src: local(""), url("../fonts/NotoSerifJP-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSerifJP-Bold.eot");
  src: local(""), url("../fonts/NotoSerifJP-Bold.otf") format("opentype");
}

p, li, a, dt, dd, h3 {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  min-width: initial;
  -webkit-text-size-adjust: 100%;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.link {
  text-align: center;
}

.linkBtn {
  display: inline-block;
  width: 85%;
  font-size: 4.8vw;
  color: #fff;
  background: #0F0E0E;
  border-radius: 70px;
  padding: 6% 0 7%;
}

.linkBtn.width {
  width: 75%;
  padding: 5% 0 6%;
}

/* header */
.header {
  width: 100%;
  position: relative;
}

.header.sub {
  position: fixed;
  height: 69px;
  z-index: 9999;
}

.headerLogo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.headerLogo img {
  width: 140px;
}

.headerLogo__link {
  top: 20px !important;
  left: 20px !important;
  width: 140px;
}

.headerLogo__link.bk .black .cls-1 {
  fill: #fff;
}

.headerLogo__link.wh .black .cls-1 {
  fill: #0F0E0E;
}

/* ハンバーガーボタン */
.hamburger {
  display: block;
  position: absolute;
  z-index: 10;
  right: 13px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger.sub span {
  background: #0F0E0E;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger.bk span:first-child {
  top: 30px !important;
  left: auto !important;
  right: 20px !important;
  height: 2px !important;
}

.hamburger.bk span:first-child .default {
  background: #0F0E0E;
}

.hamburger.bk span:first-child .black {
  background: #fff;
}

.hamburger.bk span:last-child {
  top: 40px !important;
  left: auto !important;
  right: 20px !important;
  height: 2px !important;
}

.hamburger.bk span:last-child .default {
  background: #0F0E0E;
}

.hamburger.bk span:last-child .black {
  background: #fff;
}

.hamburger.wh span:first-child {
  top: 30px !important;
  left: auto !important;
  right: 20px !important;
  height: 2px !important;
}

.hamburger.wh span:first-child .default {
  background: #fff;
}

.hamburger.wh span:first-child .black {
  background: #0F0E0E;
}

.hamburger.wh span:last-child {
  top: 40px !important;
  left: auto !important;
  right: 20px !important;
  height: 2px !important;
}

.hamburger.wh span:last-child .default {
  background: #fff;
}

.hamburger.wh span:last-child .black {
  background: #0F0E0E;
}

.globalMenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #0F0E0E;
  padding: 17% 30% 0 10%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100);
}

.globalMenu__bg.active {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100);
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.globalMenuBtn {
  position: absolute;
  top: 25px;
  left: 60%;
  width: 40px;
}

.globalMenuList {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 18%;
}

.globalMenuListItems {
  position: relative;
  padding: 0;
  width: 100%;
}

.globalMenuListItems:not(:last-child) {
  margin-bottom: 10%;
}

.globalMenuListItems a {
  display: inline-block;
  font-size: 4.8vw;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
}

.globalMenuListItems .plus {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
}

.globalMenuListItems .plus:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.globalMenuListItems .plus:after {
  position: absolute;
  top: 50%;
  left: 43%;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.globalMenuListItems .plus.active:after {
  opacity: 0;
}

.globalMenuChild {
  margin-top: 10%;
}

.globalMenuChildItems:not(:last-child) {
  margin-bottom: 10%;
}

.globalMenuChildItems a {
  font-size: 3.2vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #B4B4B4;
}

.globalBtnItems {
  text-align: center;
}

.globalBtnItems:first-child {
  margin-bottom: 10%;
}

.globalBtnItems a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 3.2vw;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  padding: 5% 0 5% 5%;
  border-radius: 70px;
}

.globalBtnItems a:before {
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.globalBtnItems a.cart:before {
  left: 27%;
  width: 8%;
  height: 51%;
  background: url(../img/ico_cart.png) no-repeat;
  background-size: 100%;
}

.globalBtnItems a.map:before {
  left: 31%;
  width: 8%;
  height: 51%;
  background: url(../img/ico_map.png) no-repeat;
  background-size: 100%;
}

/* TOP以外のgメニュー */
.subGlobalMenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100);
}

.subGlobalMenuBtn {
  position: absolute;
  top: 25px;
  right: 5%;
  width: 10%;
}

.subGlobalMenuContainer {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 100%;
  padding: 0 5%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.subGlobalMenuLogo {
  text-align: center;
  margin-bottom: 9%;
}

.subGlobalMenuLogo img {
  width: 36%;
}

.subGlobalMenuList {
  width: 100%;
}

.subGlobalMenuItems:not(:last-child) {
  margin-bottom: 3%;
}

.subGlobalMenuItems a {
  display: block;
  width: 100%;
  font-size: 6.4vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  color: #0F0E0E;
  background: #E6E6E6;
  padding: 18% 0;
  border-radius: 20px;
}

/* footer */
.footer {
  background: #0F0E0E;
  padding: 14% 0 25%;
}

.footerInfo {
  margin-bottom: 8%;
}

.footerInfoItems {
  text-align: center;
}

.footerInfoItems:not(:last-child) {
  margin-bottom: 6%;
}

.footerInfoItems a {
  display: inline-block;
  font-size: 3.73vw;
  color: #fff;
}

.footerContact {
  margin-bottom: 12%;
}

.footerContactItems {
  text-align: center;
}

.footerContactItems:not(:last-child) {
  margin-bottom: 3%;
}

.footerContactItems a {
  display: inline-block;
  width: 58%;
  font-size: 3.2vw;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 70px;
  padding: 3% 0;
}

.footerSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8%;
}

.footerSns__link {
  display: block;
  width: 7.5%;
  text-align: center;
}

.footerSns__link:first-child {
  margin-right: 2%;
}

.footerLogo {
  margin-bottom: 10%;
}

.footerLogo__link {
  display: block;
  text-align: center;
}

.footerLogo__link img {
  width: 48%;
}

.footerCopy__txt {
  text-align: center;
}

.footerCopy__txt small {
  font-size: 2.6vw;
  line-height: 2;
  color: #8D8D8D;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .inner {
    width: 1085px;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .linkBtn {
    position: relative;
    width: 230px;
    font-size: 14px;
    padding: 16px 0;
    background: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    z-index: 1;
  }
  .linkBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #0F0E0E;
    z-index: -2;
  }
  .linkBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    background: #C30D23;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: -1;
    opacity: 0;
  }
  .linkBtn:hover::after {
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
    opacity: 1;
  }
  .linkBtn.width {
    width: 230px;
    padding: 16px 0;
  }
  /* header */
  .headerLogo {
    top: 43px;
    left: 43px;
  }
  .headerLogo img {
    width: 96px;
    height: 373px;
  }
  .header.sub {
    height: 0;
  }
  .header.sub .headerLogo {
    top: 30px;
    left: 50px;
  }
  .header.sub .headerLogo img {
    width: 200px;
    height: auto;
  }
  .headerLogo__link {
    top: 30px !important;
    left: 50px !important;
    width: 200px;
  }
  /* ハンバーガーボタン */
  .hamburger {
    right: 51px;
    top: 35px;
    width: 55px;
    height: 14px;
  }
  .hamburger span {
    width: 55px;
    height: 2px;
    left: 0;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(1).active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .hamburger span:nth-child(2) {
    top: 13px;
  }
  .hamburger span:nth-child(2).active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .hamburger.bk span:first-child {
    top: 35px !important;
    right: 50px !important;
  }
  .hamburger.bk span:last-child {
    top: 48px !important;
    right: 50px !important;
  }
  .globalMenu {
    left: auto;
    right: 0;
    padding: 94px 50px 0 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 330px;
  }
  .globalMenuBtn {
    top: 35px;
    left: 230px;
    right: auto;
    width: 55px;
    padding-right: 0;
    cursor: pointer;
  }
  .globalMenuList {
    margin-bottom: 0;
  }
  .globalMenuListItems:not(:last-child) {
    margin-bottom: 30px;
  }
  .globalMenuListItems a {
    font-size: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .globalMenuListItems a:hover {
    color: #C30D23;
  }
  .globalMenuListItems .plus {
    cursor: pointer;
  }
  .globalMenuChild {
    margin-top: 25px;
  }
  .globalMenuChildItems:not(:last-child) {
    margin-bottom: 20px;
  }
  .globalMenuChildItems a {
    font-size: 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .globalMenuChildItems a:hover {
    color: #C30D23;
  }
  .globalBtn {
    margin-top: 50px;
  }
  .globalBtnItems:first-child {
    margin-bottom: 20px;
  }
  .globalBtnItems a {
    position: relative;
    font-size: 12px;
    padding: 13px 0 13px 13px;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .globalBtnItems a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: -1;
    opacity: 0;
  }
  .globalBtnItems a:hover {
    color: #0F0E0E;
  }
  .globalBtnItems a.cart:hover:before {
    left: 27%;
    width: 8%;
    height: 51%;
    background: url(../img/ico_cart_hov.png) no-repeat;
    background-size: 100%;
  }
  .globalBtnItems a:hover:after {
    -webkit-transform: scale(4.2);
    transform: scale(4.2);
    opacity: 1;
  }
  .globalBtnItems a.map:hover:before {
    left: 31%;
    width: 8%;
    height: 51%;
    background: url(../img/ico_map_hov.png) no-repeat;
    background-size: 100%;
  }
  /* TOP以外のgメニュー */
  .subGlobalMenu {
    -webkit-transition: none;
    transition: none;
  }
  .subGlobalMenuBtn {
    right: 50px;
    width: 55px;
    cursor: pointer;
  }
  .subGlobalMenuContainer {
    padding: 0;
  }
  .subGlobalMenuLogo {
    margin-bottom: 55px;
  }
  .subGlobalMenuLogo img {
    width: 200px;
    height: auto;
  }
  .subGlobalMenuItems {
    text-align: center;
  }
  .subGlobalMenuItems:not(:last-child) {
    margin-bottom: 20px;
  }
  .subGlobalMenuItems a {
    display: inline-block;
    width: 820px;
    font-size: 28px;
    padding: 66px 0;
  }
  /* footer */
  .footer {
    padding: 105px 0 60px;
  }
  .footerInfoContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 85px;
  }
  .footerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .footerInfoItems {
    text-align: left;
    margin-right: 40px;
  }
  .footerInfoItems:not(:last-child) {
    margin-bottom: 0;
  }
  .footerInfoItems a {
    font-size: 14px;
    color: #8d8d8d;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .footerInfoItems a:hover {
    color: #C30D23;
  }
  .footerContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .footerContactItems {
    text-align: left;
    margin-right: 40px;
  }
  .footerContactItems:not(:last-child) {
    margin-bottom: 0;
  }
  .footerContactItems a {
    width: auto;
    font-size: 14px;
    color: #8d8d8d;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .footerContactItems a:hover {
    color: #C30D23;
  }
  .footerSns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 0;
  }
  .footerSns__link {
    width: 30px;
    text-align: left;
  }
  .footerSns__link:first-child {
    margin-right: 10px;
  }
  .footerLogo {
    margin-bottom: 70px;
  }
  .footerLogo__link {
    display: block;
    text-align: center;
  }
  .footerLogo__link img {
    width: 340px;
    height: auto;
  }
  .footerCopy__txt small {
    font-size: 10px;
    line-height: 1;
  }
}
/*# sourceMappingURL=common.css.map */