#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9998;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#loading.hide {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  a.topFixIconItems__cart:hover,
  a.topFixIconItems__map:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s ease;
    transition: .6s ease;
  }
}

#loading__inner {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.loading__img.txt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading__img.txt02 {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* mv */
.mv {
  position: relative;
  margin-bottom: .5%;
  z-index: 3;
}

.mv__img {
  width: 100%;
  height: 92vh;
  background: url(../img/img_mv_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.mvTxtWrap {
  position: absolute;
  top: 15%;
  right: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.mv__lead {
  font-size: 7.6vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #fff;
  margin-left: 6%;
}

.mv__lead span {
  letter-spacing: -10px;
}

.mv__txt {
  font-size: 3.7vw;
  line-height: 2.2;
  letter-spacing: 1px;
  color: #fff;
}

.mvList {
  position: absolute;
  bottom: 4%;
  right: 5%;
}

.mvListItems:first-child {
  margin-bottom: 18%;
}

.mvListItems a {
  display: inline-block;
}

.mvListItems a img {
  width: 90px;
}

/* fix */
.topFix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: 2;
}

.topFix__logo {
  position: fixed;
  top: 20px !important;
  left: 20px !important;
  width: 140px;
  z-index: 2;
}

.topFix__logo .st0 {
  fill: #fff;
}

.topFix__logo .midnightInner {
  overflow: hidden !important;
}

.midnightHeader.default .st0 {
  fill: #0F0E0E;
}

.hamburgerFix {
  display: block;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 3;
  width: 34px !important;
  height: 30px;
}

.hamburgerFixBar01 {
  top: 18px !important;
  left: auto !important;
  right: 16px !important;
  width: 34px !important;
}

.hamburgerFixBar01 .midnightInner {
  overflow: hidden !important;
}

.hamburgerFixBar01 span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #fff;
}

.hamburgerFixBar01 .midnightHeader.default span {
  background: #0F0E0E;
}

.hamburgerFixBar02 {
  top: 28px !important;
  left: auto !important;
  right: 16px !important;
  width: 34px !important;
}

.hamburgerFixBar02 .midnightInner {
  overflow: hidden !important;
}

.hamburgerFixBar02 span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #fff;
}

.hamburgerFixBar02 .midnightHeader.default span {
  background: #0F0E0E;
}

.topFixIcon {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 12% !important;
  z-index: 3;
}

.topFixIconItems {
  width: 100%;
}

.topFixIconItems a {
  display: block;
  width: 50px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.topFixIconItems__cart {
  top: auto !important;
  left: auto !important;
  right: 4% !important;
  bottom: 90px !important;
}

.topFixIconItems__map {
  top: auto !important;
  left: auto !important;
  right: 4% !important;
  bottom: 30px !important;
}

.topFixIconItems a .cls-1 {
  fill: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.topFixIconItems .midnightHeader.default .cls-1 {
  fill: #C30D23;
}

.topFixIconItems a .cls-2, .topFixIconItems a .cls-3 {
  stroke: #0F0E0E;
}

.topFixIconItems .midnightHeader.default .cls-2, .topFixIconItems .midnightHeader.default .cls-3 {
  fill: #C30D23;
  stroke: #fff;
}

.topFixIconItems a .midnightInner {
  overflow: hidden !important;
}

/* about */
.topAboutItems__inner {
  padding: 10% 0 19%;
}

.topAboutItems__txt {
  font-size: 3.73vw;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 3;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 7%;
}

.topAboutIntro {
  background: #0F0E0E;
  padding: 15% 0 20%;
}

.topAboutIntroMedia {
  text-align: center;
}

.topAboutIntroMedia__lead {
  position: relative;
  width: 67%;
  padding-top: 25%;
  margin: 0 auto 6%;
}

.topAboutIntroMedia__lead:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 24%;
  height: 53%;
  background: url(../img/ico_media_wh.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topAboutIntroMedia__txt {
  font-size: 3.73vw;
  line-height: 2;
  color: #fff;
}

/* topNews */
.topNews {
  background: #F7F7F7;
  padding: 20% 0;
}

.topNews__ttl {
  width: 6.5%;
  margin: 0 auto 10%;
}

.topNewsSwipe {
  margin-bottom: 9%;
  padding-left: 7%;
}

.topNewsSwipe .swiper-container {
  z-index: 0;
}

.topNewsListItems {
  width: 260px;
  background: #fff;
  border-radius: 15px;
}

.topNewsListIte__link {
  display: inline-block;
}

.topNewsListItems__img {
  font-size: 2vw;
  border-bottom: solid 1px #B4B4B4;
}

.topNewsListItems__img img {
  height: 21.1em;
}

.topNewsListItems__inner {
  padding: 6%;
}

.topNewsListItems__time {
  margin-bottom: 2%;
}

.topNewsListItems__time time {
  font-size: 2.6vw;
  color: #C30D23;
}

.topNewsListItems__txt {
  font-size: 3.7vw;
  color: #0F0E0E;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: -1px;
  line-height: 1.4;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  display: none;
}

/* topMenu */
.topMenu {
  padding: 21% 7% 22%;
}

.topMenu__ttl {
  width: 6.5%;
  margin: 0 auto 10%;
}

/* topHowto */
.topHowto {
  background: #F7F7F7;
  padding: 20% 7%;
}

.topHowto__ttl {
  text-align: center;
  margin-bottom: 14%;
}

.topHowto__ttl img {
  width: 7%;
}

.topHowto__inner {
  padding: 0 7%;
}

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

.topHowtoItems__link {
  display: block;
}

.topHowtoItems__ttl {
  font-size: 3.7vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  color: #0F0E0E;
  background: #fff;
  padding: 5% 0;
  border-radius: 0 0 15px 15px;
}

/* topVarious */
.topVarious {
  padding: 20% 7% 25%;
}

.topVariousList {
  margin-bottom: 10%;
}

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

.topVariousListItems__txt {
  font-size: 3.7vw;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  color: #0F0E0E;
  background: #f7f7f7;
  padding: 5% 0;
  border-radius: 0 0 15px 15px;
}

@media screen and (min-width: 768px) {
  /* mv */
  .mv {
    margin-bottom: 2px;
  }
  .mv__img {
    height: 100vh;
    background: url(../img/img_mv_pc.jpg);
    background-size: cover;
    background-position: center;
  }
  .mvTxtWrap {
    top: 110px;
  }
  .mv__lead {
    font-size: 40px;
    line-height: 1.7;
    margin-left: 20px;
  }
  .mv__lead span {
    letter-spacing: -20px;
  }
  .mv__txt {
    font-size: 18px;
    line-height: 3;
  }
  .topFixIconItems a:hover .cls-1 {
    fill: #C30D23;
  }
  .topFixIconItems a:hover .cls-9 {
    fill: #fff;
  }
  .topFixIconItems a:hover .cls-12, .topFixIconItems a:hover .cls-11 {
    stroke: #fff;
  }
  .topFixIconItems a:hover .midnightHeader.default .cls-1 {
    fill: #C30D23;
  }
  /* fix */
  .topFix {
    height: 100vh;
  }
  .topFix__logo {
    top: 30px !important;
    left: 50px !important;
    width: 200px;
    height: 43px !important;
  }
  .topFix__logo .st0 {
    fill: #fff;
  }
  .midnightHeader.default .st0 {
    fill: #0F0E0E;
  }
  .hamburgerFix {
    top: 20px;
    right: 50px;
    width: 55px !important;
    height: 35px;
    cursor: pointer;
  }
  .hamburgerFixBar01 {
    top: 20px !important;
    right: 50px !important;
    width: 55px !important;
  }
  .hamburgerFixBar01 span {
    width: 55px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .hamburgerFixBar01 span.active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .hamburgerFixBar01 .midnightHeader.default span {
    background: #0F0E0E;
  }
  .hamburgerFixBar02 {
    top: 30px !important;
    right: 50px !important;
    width: 55px !important;
    height: 20px !important;
  }
  .hamburgerFixBar02 span {
    position: absolute;
    top: 12px;
    width: 55px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .hamburgerFixBar02 span.active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .hamburgerFixBar02 .midnightHeader.default span {
    background: #0F0E0E;
  }
  .topFixIconItems a {
    width: 100px;
  }
  .topFixIconItems__cart {
    right: 34px !important;
    bottom: 160px !important;
  }
  .topFixIconItems__map {
    right: 34px !important;
    bottom: 40px !important;
  }
  .topFixIconItems a .cls-1 {
    fill: #fff;
  }
  .topFixIconItems .midnightHeader.default .cls-1 {
    fill: #C30D23;
  }
  .topFixIconItems a .cls-2, .topFixIconItems a .cls-3 {
    stroke: none;
  }
  .topFixIconItems .midnightHeader.default .cls-2, .topFixIconItems .midnightHeader.default .cls-3 {
    stroke: none;
  }
  .topFixIconItems a .cls-9 {
    fill: #0F0E0E;
  }
  .topFixIconItems a .cls-11 {
    stroke: #0F0E0E;
  }
  .topFixIconItems a .cls-12 {
    stroke: #0F0E0E;
  }
  .topFixIconItems .midnightHeader.default .cls-9 {
    fill: #fff;
  }
  .topFixIconItems .midnightHeader.default .cls-11 {
    stroke: #fff;
  }
  .topFixIconItems .midnightHeader.default .cls-12 {
    stroke: #fff;
  }
  /* about */
  .topAboutItems__inner {
    padding: 58px 0 102px;
  }
  .topAboutItems__txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 4px;
    margin: 0 auto 51px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .topAboutIntro {
    padding: 80px 0 92px;
  }
  .topAboutIntroMedia__lead {
    width: 488px;
    padding-top: 145px;
    margin: 0 auto 20px;
  }
  .topAboutIntroMedia__lead:before {
    width: 96px;
    height: 105px;
  }
  .topAboutIntroMedia__txt {
    font-size: 16px;
  }
  /* topNews */
  .topNews {
    position: relative;
    padding: 107px 0 120px;
    z-index: 0;
  }
  .topNews__ttl {
    width: 112px;
    text-align: center;
    margin: 0 auto 40px;
  }
  .topNewsSwipe {
    margin-bottom: 35px;
    padding-left: 0;
  }
  .topNewsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topNewsListItems {
    cursor: pointer;
  }
  .topNewsListItems:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .topNewsListItems:not(:last-child) {
    margin-right: 15px;
  }
  .topNewsListItems__img {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }
  .topNewsListItems__img img {
    height: 180px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .topNewsListItems__inner {
    padding: 15px;
  }
  .topNewsListItems__time {
    margin-bottom: 5px;
  }
  .topNewsListItems__time time {
    font-size: 10px;
  }
  .topNewsListItems__txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  /* topMenu */
  .topMenu {
    padding: 100px 0 120px;
  }
  .topMenu__ttl {
    width: 114px;
    text-align: center;
    margin: 0 auto 40px;
  }
  .topMenu__img {
    text-align: center;
  }
  .topMenu__img img {
    width: 640px;
  }
  /* topHowto */
  .topHowto {
    padding: 100px 0 103px;
  }
  .topHowto__ttl {
    margin-bottom: 40px;
  }
  .topHowto__ttl img {
    width: 224px;
  }
  .topHowto__inner {
    padding: 0;
  }
  .topHowtoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topHowtoItems {
    width: 348px;
  }
  .topHowtoItems:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .topHowtoItems:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .topHowtoItems__img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    z-index: 1;
  }
  .topHowtoItems__img img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .topHowtoItems__ttl {
    font-size: 14px;
    padding: 17px 0;
  }
  /* topVarious */
  .topVarious {
    padding: 110px 0 120px;
  }
  .topVariousList {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topVariousListItems {
    width: 348px;
    cursor: pointer;
  }
  .topVariousListItems:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .topVariousListItems:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .topVariousListItems__img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    z-index: 1;
  }
  .topVariousListItems__img img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .topVariousListItems__txt {
    font-size: 14px;
    padding: 17px 0;
  }
}
/*# sourceMappingURL=style.css.map */