@import "https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css";
@import "https://fonts.googleapis.com/css?family=Roboto,Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Hind:wght@400;700&display=swap";
.sp {
  display: none;
}
.pc {
  display: block;
}
@media (max-width: 520px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  --fs-color-font--main: #000;
  color: var(--fs-color-font--main);
  font-size: 1.6rem;
  font-family: '游明朝', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  line-height: 1.8;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}
img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
button.fs-c-button--plain {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
button.fs-c-button--plain:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #000;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.btn-logout.login-state-false {
  display: none;
}
.btn-register.login-state-true {
  display: none;
}
.fs-c-breadcrumb {
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 1240px) {
  .fs-c-breadcrumb {
    margin-top: 50px;
    padding: 0 20px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.fs-c-breadcrumb__list {
  max-width: 1240px;
  margin: 0 auto;
}
.fs-c-breadcrumb__listItem {
  margin-right: 3px;
}
.fs-c-productNumber {
  border: none;
  padding: 0;
}
.fs-c-productNumber__label {
  display: none;
}
.fs-c-productNumber__number {
  font-size: 1.6rem;
  color: #aaa;
  display: block;
}
.fs-c-productNameHeading {
  display: block;
  width: 100%;
  font-size: 3rem;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .fs-c-productNameHeading {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productNameHeading {
    font-size: 5vw;
  }
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: #c22525 !important;
  font-size: 4rem !important;
}
@media (max-width: 820px) {
  .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    font-size: 3rem !important;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    font-size: 8vw !important;
  }
}
.fs-c-productPrice--preorder .fs-c-productPrice__main__price {
  color: #c22525 !important;
  font-size: 4rem !important;
}
@media (max-width: 820px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__main__price {
    font-size: 3rem !important;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__main__price {
    font-size: 8vw !important;
  }
}
.fs-c-productPrice--selling .fs-c-productPrice__addon__label {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
    font-size: 2.8vw;
  }
}
.fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
    font-size: 2.8vw;
  }
}
.fs-c-productPrice--selling .fs-c-productPrice__addon:before {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon:before {
    font-size: 2.8vw;
  }
}
.fs-c-productPrice--selling .fs-c-productPrice__addon:after {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon:after {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--selling .fs-c-productPrice__addon:after {
    font-size: 2.8vw;
  }
}
.fs-c-productPrice--preorder .fs-c-productPrice__addon:before {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon:before {
    font-size: 2.8vw;
  }
}
.fs-c-productPrice--preorder .fs-c-productPrice__addon:after {
  color: #c22525 !important;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon:after {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .fs-c-productPrice--preorder .fs-c-productPrice__addon:after {
    font-size: 2.8vw;
  }
}
.fs-c-returnedSpecialContract {
  padding: 0;
}
.fs-c-returnedSpecialContract__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fs-c-returnedSpecialContract__link > a {
  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;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.4rem;
  background: #eee;
  margin-right: 15px;
}
.fs-c-returnedSpecialContract__link > a::before {
  content: "?";
  font-size: 0.9rem;
  margin-right: 0.5em;
}
@media (max-width: 520px) {
  .fs-c-returnedSpecialContract__link > a {
    font-size: 3.7vw;
  }
}
.fs-c-inquiryAboutProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  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;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.4rem;
  background: #eee;
  margin-right: 15px;
}
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before {
  content: "?";
  font-size: 0.9rem;
  margin-right: 0.5em;
}
@media (max-width: 520px) {
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    font-size: 3.7vw;
  }
}
.hamburger-menu {
  display: none;
}
@media (max-width: 1020px) {
  .hamburger-menu {
    display: block;
  }
}
.menu-btn {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 90;
  background: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #000;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  top: 50px;
  right: 100%;
  z-index: 80;
  background: #ededed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-content .spSubNavi {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}
.menu-content .spSubNavi-list {
  width: 47%;
  border-bottom: none !important;
}
.menu-content .spSubNavi-list a {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  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;
  font-size: 1.5rem;
  color: #000;
  background: #fff;
  text-align: center;
  padding-left: 0 !important;
}
.menu-content .spSubNavi-list a::before {
  content: none !important;
}
#menu-btn-check:checked ~ .menu-content {
  right: 0;
}
.menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.menu-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 37px;
  font-size: 35px;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1020px) {
  .menu-content ul li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 820px) {
  .menu-content ul li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .menu-content ul li a {
    font-size: 4.67vw;
  }
}
.menu-content ul li a::before {
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  background: center center/cover no-repeat url(../../img/icon_arrow-r.png);
}
.inner {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.inner-s {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background: #fff;
}
@media (max-width: 520px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.header .inner {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1240px) {
  .header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1020px) {
  .header .inner {
    display: block;
    height: 50px;
    position: relative;
    padding-top: 6px;
  }
}
.header-navi {
  max-width: 790px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1020px) {
  .header-navi {
    display: none;
  }
}
.header-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navi-list-item {
  padding: 0 10px;
}
.header-navi-list-item a {
  font-size: 1.6rem;
}
.header-navi-list-item.is-icon img {
  height: 20px;
}
.header-navi-list-item:first-child {
  padding-left: 0;
}
.header-navi-list-item:last-child {
  padding-right: 0;
}
.header-navi-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navi-sublist.fs-clientInfo.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .header-navi-sublist {
    position: absolute;
    right: 20px;
    top: 15px;
  }
}
.header-navi-sublist-item {
  padding: 0 15px;
}
@media (max-width: 820px) {
  .header-navi-sublist-item {
    padding: 0 7px;
  }
}
.header-navi-sublist-item img {
  height: 20px;
}
.header-navi-sublist-item:first-child {
  padding-left: 0;
}
.header-navi-sublist-item:last-child {
  padding-right: 0;
}
.btn-border {
  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;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.8rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}
@media (max-width: 820px) {
  .btn-border {
    height: 35px;
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  .btn-border {
    height: 30px;
    font-size: 2.67vw;
  }
}
.btn-border::before {
  position: absolute;
  right: 19px;
  top: calc(50% - 7px);
  content: "";
  width: 8px;
  height: 15px;
  background: center/cover no-repeat url(../../img/icon_arrow-r.png);
}
@media (max-width: 520px) {
  .btn-border::before {
    right: 10px;
    top: calc(50% - 5px);
    height: 10px;
    width: 4px;
  }
}
.btn-border:hover {
  background: #efece2;
}
.logo {
  width: 215px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1020px) {
  .logo {
    width: 116px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.swiper-container {
  width: 100%;
}
.swiper-container.slider {
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25% !important;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  padding: 0 5px;
  margin: 0 0 10px !important;
  cursor: pointer;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.accordion .toggle {
  display: none;
}
.accordion .Label {
  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;
  height: 50px;
  color: #000;
  background: #eee;
  text-align: center;
}
.accordion .Label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion .Label,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .content {
  height: 0;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .accordion .content {
    padding: 0 20px;
  }
}
.accordion .toggle:checked + .Label + .content {
  height: auto;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 520px) {
  .accordion .toggle:checked + .Label + .content {
    padding: 20px;
  }
}
.accordion .toggle:checked + .Label::before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
@media (max-width: 1240px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 820px) {
  .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6em;
}
@media (max-width: 520px) {
  .breadcrumb-list {
    margin-top: 60px;
  }
}
.breadcrumb-list-item {
  font-size: 1.2rem;
}
@media (max-width: 520px) {
  .breadcrumb-list-item {
    font-size: 1.1rem;
  }
}
.breadcrumb-list-item + .breadcrumb-list-item::before {
  content: ">";
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  color: #000;
  background: #fefefe;
}
.fs-p-announcement__title {
  color: #000;
}
.fs-c-button--standard {
  font-size: 1.4rem;
  color: #000;
  background: #fefefe;
}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  margin-bottom: 20px;
}
.fs-c-returnedSpecialContract {
  display: none;
}
.fs-c-returnedSpecialContract__link {
  display: none;
}
.product-cart-area .fs-c-productQuantityAndWishlist__quantity select {
  font-size: 2rem;
}
.product-cart-area .fs-c-productQuantityAndWishlist__quantity {
  white-space: nowrap;
}
.product-cart-area .fs-c-productQuantityAndWishlist__quantity::after {
  content: "個";
  display: inline-block;
  font-size: 1.8rem;
}
#page_top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #961102;
  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;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.mv {
  width: 100%;
  height: 700px;
  background: center top/1800px 700px no-repeat #f4f3ef url(../../img/mv_pc.jpg);
  padding-top: 68px;
  position: relative;
}
@media (max-width: 820px) {
  .mv {
    padding-top: 120px;
    background: center top/100% auto no-repeat url(../../img/mv_sp.jpg);
  }
}
@media (max-width: 520px) {
  .mv {
    height: auto;
    margin-top: 50px;
    padding-top: 78px;
    padding-bottom: 30px;
    background: center top/cover no-repeat url(../../img/mv_sp.jpg);
  }
}
.mv-title {
  display: block;
  width: 466px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .mv-title {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 520px) {
  .mv-title {
    width: 68%;
    height: auto;
  }
}
.mv-sozai {
  position: absolute;
  top: 87px;
  width: 139px;
  height: 139px;
  right: calc(50% - 430px);
}
@media (max-width: 820px) {
  .mv-sozai {
    width: 110px;
    height: 110px;
    top: 120px;
    right: 110px;
  }
}
@media (max-width: 520px) {
  .mv-sozai {
    width: 73px;
    height: 73px;
    right: 17px;
    top: 310px;
    z-index: 2;
  }
}
.mv-item {
  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;
}
.mv-item-list {
  margin: 0 -45px;
}
@media (max-width: 820px) {
  .mv-item-list {
    margin: 30px 0 0;
  }
}
@media (max-width: 520px) {
  .mv-item-list {
    margin: 0;
  }
  .mv-item-list img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.mv-item-list img {
  height: 100%;
}
@media (max-width: 520px) {
  .mv-item-list img {
    height: auto;
  }
}
.mv-item-list:nth-child(1) {
  width: 38.7%;
  max-width: 484px;
  padding-top: 2px;
}
.mv-item-list:nth-child(1) img {
  width: 92%;
  height: auto;
}
@media (max-width: 1020px) {
  .mv-item-list:nth-child(1) {
    width: 33%;
    height: auto;
    margin-right: -28px;
  }
}
@media (max-width: 520px) {
  .mv-item-list:nth-child(1) {
    height: 220px;
    padding-top: 0;
    margin-right: 0;
    width: 100%;
  }
  .mv-item-list:nth-child(1) img {
    width: 53%;
  }
}
.mv-item-list:nth-child(2) {
  width: 35%;
  max-width: 432px;
  margin-right: -13px;
}
.mv-item-list:nth-child(2) img {
  width: 93%;
  height: auto;
}
@media (max-width: 1020px) {
  .mv-item-list:nth-child(2) {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 520px) {
  .mv-item-list:nth-child(2) {
    height: 230px;
    width: 50%;
    margin-right: 0;
    margin-top: -44px;
  }
  .mv-item-list:nth-child(2) img {
    width: 100%;
  }
}
.mv-item-list:nth-child(3) {
  width: 35%;
  max-width: 462px;
  padding-top: 31px;
  position: relative;
}
.mv-item-list:nth-child(3) img {
  width: 89%;
  height: auto;
}
@media (max-width: 1020px) {
  .mv-item-list:nth-child(3) {
    width: 31%;
    height: auto;
    padding-top: 20px;
  }
}
@media (max-width: 520px) {
  .mv-item-list:nth-child(3) {
    padding-top: 0;
    height: 220px;
    width: 50%;
    margin-top: -33px;
  }
  .mv-item-list:nth-child(3) img {
    width: 100%;
  }
}
.mv-item-list:nth-child(3)::before {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 35px;
  content: "";
  display: block;
  width: 110px;
  height: 127px;
  background: center center/cover no-repeat url(../../img/iwai_bashi.png);
}
@media (max-width: 520px) {
  .mv-item-list:nth-child(3)::before {
    content: none;
  }
}
.about {
  padding: 100px 0;
}
@media (max-width: 820px) {
  .about {
    padding: 55px 5% 134px;
    position: relative;
  }
}
.about .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 820px) {
  .about .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about-head {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
}
@media (max-width: 820px) {
  .about-head {
    width: 100%;
    padding-left: 0;
  }
}
.about-head-btn {
  width: 280px;
  margin-top: 30px;
}
@media (max-width: 820px) {
  .about-head-btn {
    position: absolute;
    bottom: 60px;
    left: 30%;
    margin-top: 0;
    width: 40%;
  }
}
@media (max-width: 520px) {
  .about-head-btn {
    left: 23.5%;
    margin-top: 0;
    width: 53%;
    height: 35px;
    font-size: 3.4vw;
  }
}
.about-heading {
  font-size: 4rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.about-detail {
  width: 58%;
  font-size: 2rem;
  line-height: 2.5;
}
@media (max-width: 820px) {
  .about-detail {
    margin-top: 30px;
    width: 100%;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.anker {
  height: 210px;
  padding-top: 28px;
  background: center center/cover no-repeat url(../../img/bg_anker.jpg);
}
@media (max-width: 820px) {
  .anker {
    height: auto;
    padding: 46px 5% 55px;
  }
}
.anker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .anker-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.anker-list-item {
  width: 48.3%;
}
@media (max-width: 520px) {
  .anker-list-item {
    width: 100%;
  }
  .anker-list-item + .anker-list-item {
    margin-top: 20px;
  }
}
.banner {
  padding: 100px 0 108px;
}
@media (max-width: 520px) {
  .banner {
    padding: 60px 0;
  }
}
.banner-heading {
  width: 52.9%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .banner-heading {
    width: 65%;
  }
}
@media (max-width: 520px) {
  .banner-heading {
    width: 90%;
  }
}
.banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media (max-width: 820px) {
  .banner-item {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .banner-item {
    margin-top: 10px;
  }
}
.banner-item-link {
  width: 48.3%;
  display: block;
}
@media (max-width: 520px) {
  .banner-item-link {
    width: 100%;
    margin-top: 20px;
  }
}
.banner-tokuten {
  max-width: 1000px;
  width: auto;
  margin: 0 auto 105px;
  background: #eee;
  border-radius: 10px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-tokuten * {
  min-width: auto;
  min-height: auto;
}
@media (max-width: 820px) {
  .banner-tokuten {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .banner-tokuten {
    padding: 15px 22px;
  }
}
.banner-tokuten-heading {
  font-size: 2.9rem;
  line-height: 1.38;
  text-align: center;
}
@media (max-width: 820px) {
  .banner-tokuten-heading {
    font-size: 2.7vw;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-heading {
    font-size: 3.8vw;
  }
}
.banner-tokuten-text {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 820px) {
  .banner-tokuten-text {
    padding-right: 30px;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-text {
    width: 72.2%;
    padding-right: 13px;
  }
}
.banner-tokuten-text p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.53;
  margin-top: 10px;
}
@media (max-width: 820px) {
  .banner-tokuten-text p {
    font-size: 1.6vw;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-text p {
    font-size: 2.6vw;
  }
}
.banner-tokuten-text-list {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 1.7rem;
}
@media (max-width: 820px) {
  .banner-tokuten-text-list {
    font-size: 1.6vw;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-text-list {
    font-size: 2.4vw;
  }
}
.banner-tokuten-text-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 520px) {
  .banner-tokuten-text-list div {
    height: 30px;
  }
}
.banner-tokuten-text-list_title {
  display: inline-block;
  width: 8em;
  padding: 0 2em;
  font-weight: 400;
}
@media (max-width: 820px) {
  .banner-tokuten-text-list_title {
    padding: 0 1.5em;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-text-list_title {
    padding: 0 1em;
  }
}
.banner-tokuten-text-list_body {
  display: inline-block;
}
.banner-tokuten-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .banner-tokuten-img {
    width: 27.8%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .banner-tokuten-img-item {
    width: 100%;
  }
}
.banner-tokuten-img-item + .banner-tokuten-img-item {
  margin-left: 10px;
}
@media (max-width: 520px) {
  .banner-tokuten-img-item + .banner-tokuten-img-item {
    margin-left: 0;
    margin-top: 5px;
  }
}
.osechi {
  background: center center/cover no-repeat url(../../img/bg.jpg);
  padding: 0 0 171px;
}
@media (max-width: 520px) {
  .osechi {
    padding: 0 0 60px;
  }
}
.osechi .inner {
  padding-top: 100px;
}
@media (max-width: 820px) {
  .osechi .inner {
    padding-top: 80px;
  }
}
@media (max-width: 520px) {
  .osechi .inner {
    padding-top: 60px;
  }
}
.osechi-heading {
  width: 53.7%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 520px) {
  .osechi-heading {
    width: 90%;
    margin-bottom: 20px;
  }
}
.osechi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .osechi-list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.osechi-list-item {
  width: 48.3%;
  margin-top: 40px;
}
@media (max-width: 520px) {
  .osechi-list-item {
    width: 100%;
    margin-top: 20px;
  }
}
.cs {
  padding: 100px 0;
}
@media (max-width: 520px) {
  .cs {
    padding: 60px 0;
  }
}
.cs-heading {
  text-align: center;
  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;
  font-size: 4.8rem;
}
@media (max-width: 820px) {
  .cs-heading {
    max-width: 100%;
    height: auto;
    font-size: 3.4rem;
  }
}
@media (max-width: 520px) {
  .cs-heading {
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
    font-size: 5.5vw;
  }
}
.cs-heading::before,
.cs-heading::after {
  content: "";
  display: inline-block;
  width: 172px;
  height: 52px;
}
@media (max-width: 820px) {
  .cs-heading::before,
  .cs-heading::after {
    width: 132px;
    height: 40px;
  }
}
@media (max-width: 520px) {
  .cs-heading::before,
  .cs-heading::after {
    width: 73px;
    height: 30px;
  }
}
.cs-heading::before {
  margin-right: 27px;
  background: center center/cover no-repeat url(../../img/bg_heading_yorokobi_L.png);
}
@media (max-width: 520px) {
  .cs-heading::before {
    margin-right: 10px;
  }
}
.cs-heading::after {
  margin-left: 27px;
  background: center center/cover no-repeat url(../../img/bg_heading_yorokobi_R.png);
}
@media (max-width: 520px) {
  .cs-heading::after {
    margin-left: 10px;
  }
}
.cs-feedback {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .cs-feedback {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .cs-feedback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cs-feedback-list {
  width: 48.3%;
  margin-top: 40px;
  background: #eeece7;
  padding: 40px 48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 520px) {
  .cs-feedback-list {
    width: 100%;
    margin-top: 20px;
    padding: 20px 25px;
  }
}
.cs-feedback-list::before,
.cs-feedback-list::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.cs-feedback-list::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cs-feedback-list::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0);
}
.cs-feedback-name {
  font-size: 3rem;
  line-height: 1.33;
}
@media (max-width: 520px) {
  .cs-feedback-name {
    font-size: 5vw;
  }
}
.cs-feedback-icon {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 520px) {
  .cs-feedback-icon {
    margin-top: 6px;
  }
}
.cs-feedback-icon span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 6px 22px;
  text-align: center;
  margin-right: 13px;
}
@media (max-width: 520px) {
  .cs-feedback-icon span {
    font-size: 3vw;
    margin-right: 7px;
  }
}
.cs-feedback-voice {
  margin-top: 17px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .cs-feedback-voice {
    font-size: 3.3vw;
    margin-top: 10px;
  }
}
.icon-grade {
  background: #961102;
}
.icon-num {
  background: #b28b35;
}
.guide {
  padding: 109px 0 100px;
  background: #efece2;
}
@media (max-width: 520px) {
  .guide {
    padding: 40px 0;
  }
}
.guide-heading {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 820px) {
  .guide-heading {
    font-size: 3.4rem;
  }
}
@media (max-width: 520px) {
  .guide-heading {
    font-size: 5vw;
  }
}
.guide-list {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .guide-list {
    padding-left: 5%;
    padding-right: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.guide-list-item {
  width: 23.4%;
  padding: 30px 30px 87px;
  background: #fff;
  position: relative;
}
@media (max-width: 820px) {
  .guide-list-item {
    width: 48.3%;
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .guide-list-item {
    padding: 20px 0 70px;
    margin-top: 5%;
  }
}
.guide-list-item-title {
  font-size: 2.3rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.33;
}
@media (max-width: 520px) {
  .guide-list-item-title {
    margin-top: 7px;
    font-size: 3.8vw;
  }
}
.guide-list-item-text {
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 1.86;
}
@media (max-width: 520px) {
  .guide-list-item-text {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 3.2vw;
  }
}
.guide-list-item-btn {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 520px) {
  .guide-list-item-btn {
    left: 15px;
    width: calc(100% - 30px);
    bottom: 20px;
  }
}
.guide-icon {
  background: #961102;
  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;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
@media (max-width: 520px) {
  .guide-icon {
    width: 48px;
    height: 48px;
  }
}
.guide-icon.is-otodoke img {
  width: 36px;
}
@media (max-width: 520px) {
  .guide-icon.is-otodoke img {
    width: 21px;
  }
}
.guide-icon.is-haiso img {
  width: 46px;
}
@media (max-width: 520px) {
  .guide-icon.is-haiso img {
    width: 27px;
  }
}
.guide-icon.is-oshiharai img {
  width: 45px;
}
@media (max-width: 520px) {
  .guide-icon.is-oshiharai img {
    width: 27px;
  }
}
.guide-icon.is-cancel img {
  width: 44px;
}
@media (max-width: 520px) {
  .guide-icon.is-cancel img {
    width: 24px;
  }
}
.guide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48.38%;
  margin: 53px auto 0;
}
@media (max-width: 1240px) {
  .guide-info {
    width: 80%;
  }
}
@media (max-width: 820px) {
  .guide-info {
    width: 40%;
  }
}
@media (max-width: 520px) {
  .guide-info {
    width: 53%;
    margin-top: 23px;
  }
}
.guide-info-address,
.guide-info-tel {
  width: 48%;
}
@media (max-width: 820px) {
  .guide-info-address,
  .guide-info-tel {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .guide-info-address,
  .guide-info-tel {
    width: 100%;
  }
}
.guide-info-address {
  padding-right: 10px;
}
.guide-info-address p {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 520px) {
  .guide-info-address p {
    font-size: 3.6vw;
  }
}
.guide-info-tel {
  text-align: center;
}
@media (max-width: 820px) {
  .guide-info-tel {
    margin-top: 25px;
  }
}
.guide-info-tel_text {
  font-size: 2.3rem;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .guide-info-tel_text {
    font-size: 4.2vw;
  }
}
.guide-info-tel_num {
  font-size: 4rem;
}
.guide-info-tel_num::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 38px;
  margin-right: 10px;
  background: left center/cover no-repeat url(../../img/icon-tel.png);
  vertical-align: -5px;
}
@media (max-width: 520px) {
  .guide-info-tel_num {
    padding-bottom: 4px;
    font-size: 7vw;
  }
  .guide-info-tel_num::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 25px;
    margin-right: 5px;
    background: left center/cover no-repeat url(../../img/icon-tel.png);
  }
}
.guide-info-tel_time {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .guide-info-tel_time {
    font-size: 3.1vw;
  }
}
.footer {
  padding: 40px 0 30px;
}
@media (max-width: 520px) {
  .footer {
    padding: 30px 0 90px;
  }
}
.footer-navi {
  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;
}
@media (max-width: 520px) {
  .footer-navi {
    padding-left: 5%;
    padding-right: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-navi-list {
  padding: 0 24px;
  line-height: 1;
}
@media (max-width: 520px) {
  .footer-navi-list {
    padding: 0 10px;
    margin-top: 1em;
  }
}
.footer-navi-list a {
  line-height: 1;
  font-size: 1.8rem;
}
@media (max-width: 520px) {
  .footer-navi-list a {
    font-size: 3.6vw;
  }
}
.footer-navi-list + .footer-navi-list {
  border-left: 1px solid #000;
}
@media (max-width: 520px) {
  .footer-navi-list + .footer-navi-list {
    border-left: none;
  }
}
.footer-copy {
  margin-top: 34px;
  text-align: center;
}
@media (max-width: 520px) {
  .footer-copy {
    margin-top: 25px;
  }
}
.footer-copy small {
  font-family: "'Roboto', 'Noto Sans JP', '?ｾ??ｽｦ?ｾゑｽｸ?ｾゑｽｸ?ｾ??ｽ｣遯ｶ蝣具ｽｴ?ｾ??ｽ｣遯ｶ蝣具ｽｷ?ｾ??ｽ｣?ｾ?讒梧ｴ･?ｽ｣遯ｶ蝣具ｽｯ', YuGothic, '?ｾ??ｽ｣?ｾ?蛛慊\蜃厄ｽ｣?ｾ?髯ｳ?ｽｩ?ｾ??ｽ｣遯ｶ蝣具ｽｮ?ｾ??ｽ｣?ｾ?讀趣ｽｽ?ｾ??ｽｨ?ｾゑｽｧ遯ｶ蜃厄ｽ｣遯ｶ蝣具ｽｴ Pro', 'Hiragino Kaku Gothic Pro', '?ｾ??ｽ｣?ｾ?髯ｳ?ｽ｡?ｾ??ｽ｣遯ｶ蝣具ｽ､?ｾ??ｽ｣?ｾ?髯ｳ?ｽｪ?ｾ??ｽ｣遯ｶ蝣具ｽｪ', 'Meiryo', sans-serif";
  font-size: 1.3rem;
  color: #ccc;
}
@media (max-width: 520px) {
  .footer-copy small {
    font-size: 2.67vw;
  }
}
.bnr-hayawari {
  background: center center/72px 83px repeat url(../../img/bnr_hayawari-bg.png);
}
.bnr-hayawari-info {
  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;
  width: 100%;
  height: 200px;
}
@media (max-width: 1240px) {
  .bnr-hayawari-info {
    padding: 0 5%;
  }
}
@media (max-width: 1240px) {
  .bnr-hayawari-info {
    height: 160px;
  }
}
@media (max-width: 820px) {
  .bnr-hayawari-info {
    height: 140px;
  }
}
@media (max-width: 520px) {
  .bnr-hayawari-info {
    height: 100px;
  }
}
.bnr-hayawari-info-img {
  margin: 0 50px 0 0;
  position: relative;
  z-index: 1;
  width: 226px;
  height: auto;
}
@media (max-width: 1240px) {
  .bnr-hayawari-info-img {
    width: 140px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 1020px) {
  .bnr-hayawari-info-img {
    width: 120px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 820px) {
  .bnr-hayawari-info-img {
    width: 100px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 520px) {
  .bnr-hayawari-info-img {
    width: 80px;
    margin: 0 20px 0 0;
  }
}
.bnr-hayawari-info p {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .bnr-hayawari-info p {
    font-size: 3rem;
  }
}
@media (max-width: 1240px) {
  .bnr-hayawari-info p {
    font-size: 2.6rem;
  }
}
@media (max-width: 820px) {
  .bnr-hayawari-info p {
    font-size: 3.2vw;
  }
}
@media (max-width: 520px) {
  .bnr-hayawari-info p {
    font-size: 5vw;
  }
}
.bnr-hayawari-info strong {
  font-size: 6.6rem;
}
@media (max-width: 1240px) {
  .bnr-hayawari-info strong {
    font-size: 5rem;
  }
}
@media (max-width: 1020px) {
  .bnr-hayawari-info strong {
    font-size: 4.4rem;
  }
}
@media (max-width: 820px) {
  .bnr-hayawari-info strong {
    font-size: 5vw;
  }
}
@media (max-width: 520px) {
  .bnr-hayawari-info strong {
    font-size: 7vw;
  }
}
.guide-info-tel_link {
  margin-top: 15px;
  max-width: 268px;
  height: 52px;
  font-size: 1.6rem;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1em;
}
@media (max-width: 520px) {
  .guide-info-tel_link {
    height: 40px;
    margin-top: 10px;
  }
}
.product {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 1240px) {
  .product {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 820px) {
  .product {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-cart-area {
  display: grid;
  grid-template-areas: "quantity_wish action" "stock stock" "outstock outstock";
  grid-template-columns: 160px 1fr;
}
.product-cart-area .fs-c-productQuantityAndWishlist {
  grid-area: quantity_wish;
  grid-template-columns: 1.5fr 1fr;
}
.product-cart-area .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  margin-right: 10px;
}
.product-cart-area .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
.product-cart-area .fs-c-button--addToWishList--detail {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.product-cart-area .fs-c-button--addToWishList--detail:after {
  font-size: 40px;
}
.product-cart-area .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.product-cart-area .fs-c-button--removeFromWishList--detail {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.product-cart-area .fs-c-button--removeFromWishList--detail:after {
  font-size: 40px;
}
.product-cart-area .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: none;
}
.product-cart-area .fs-c-productStock {
  grid-area: stock;
}
.product-cart-area .fs-c-productActionButton {
  grid-area: action;
}
.product-cart-area .fs-c-productQuantityAndWishlist__quantity {
  -ms-flex-item-align: center;
  align-self: center;
}
.product-cart-area .fs-c-productQuantityAndWishlist__quantity select {
  border: solid 1px #aaa;
}
.product-cart-area .fs-c-button--addToCart--detail {
  width: auto;
  max-width: 500px;
  height: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  background: #000;
  color: #fff;
  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;
  text-align: center;
}
@media (max-width: 820px) {
  .product-cart-area .fs-c-button--addToCart--detail {
    height: 60px;
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .product-cart-area .fs-c-button--addToCart--detail {
    font-size: 4vw;
  }
}
.product-photo,
.product-spec {
  width: calc(50% - 20px);
}
@media (max-width: 820px) {
  .product-photo {
    width: 40%;
  }
}
@media (max-width: 520px) {
  .product-photo {
    width: 100%;
  }
}
.product-photo-thumb {
  margin-top: 15px;
}
@media (max-width: 520px) {
  .product-photo-thumb {
    margin-top: 0;
  }
}
.product-photo-thumb .swiper-slide {
  margin-top: 10px;
}
@media (max-width: 820px) {
  .product-spec {
    width: 55%;
  }
}
@media (max-width: 520px) {
  .product-spec {
    width: 100%;
    padding-top: 50px;
  }
}
.product-spec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-spec-heading_id {
  width: 100%;
  font-size: 1.6rem;
  color: #aaa;
  display: block;
}
@media (max-width: 520px) {
  .product-spec-heading_id {
    font-size: 3.2vw;
  }
}
.product-spec-heading_name {
  display: block;
  width: 100%;
  font-size: 3rem;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .product-spec-heading_name {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .product-spec-heading_name {
    font-size: 5vw;
  }
}
.product-spec-description {
  font-size: 1.8rem;
  margin-top: 1em;
}
@media (max-width: 820px) {
  .product-spec-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .product-spec-description {
    font-size: 4vw;
  }
}
.product-spec-price {
  color: #c22525;
  margin-top: 0.1em;
}
.product-spec-price_num {
  font-size: 4rem;
}
@media (max-width: 820px) {
  .product-spec-price_num {
    font-size: 3rem;
  }
}
@media (max-width: 520px) {
  .product-spec-price_num {
    font-size: 8vw;
  }
}
.product-spec-price_tax {
  font-size: 2rem;
}
@media (max-width: 820px) {
  .product-spec-price_tax {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .product-spec-price_tax {
    font-size: 2.8vw;
  }
}
.product-spec-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.product-spec-cart_btn {
  width: auto;
  max-width: 500px;
  height: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  background: #000;
  color: #fff;
  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;
  text-align: center;
}
@media (max-width: 820px) {
  .product-spec-cart_btn {
    height: 60px;
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .product-spec-cart_btn {
    font-size: 4vw;
  }
}
.product-spec-cart .icon-favorite {
  width: 100px;
  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;
  height: 70px;
}
@media (max-width: 820px) {
  .product-spec-cart .icon-favorite {
    width: 60px;
    height: 60px;
  }
}
.product-spec-cart .icon-favorite .fa-heart {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 820px) {
  .product-spec-cart .icon-favorite .fa-heart {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  .product-spec-cart .icon-favorite .fa-heart {
    font-size: 9vw;
  }
}
.product-spec-stock {
  margin-top: 20px;
  font-size: 2rem;
}
@media (max-width: 820px) {
  .product-spec-stock {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .product-spec-stock {
    font-size: 4vw;
  }
}
.product-spec-reserve {
  margin-top: 10px;
  background: #eee;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 0.5em;
}
@media (max-width: 820px) {
  .product-spec-reserve {
    font-size: 1.4rem;
    min-height: 60px;
    padding: 0 15px;
  }
}
@media (max-width: 520px) {
  .product-spec-reserve {
    min-height: 80px;
    font-size: 4vw;
    padding: 10px 15px;
  }
}
.product-spec-note {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 520px) {
  .product-spec-note {
    font-size: 3.6vw;
  }
}
.product-spec-menu {
  margin-top: 40px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.product-spec-menu_head {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .product-spec-menu_head {
    font-size: 4vw;
  }
}
.product-spec-menu_body-list + .product-spec-menu_body-list {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dotted #000;
}
.product-spec-menu_body-title {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .product-spec-menu_body-title {
    font-size: 5.3vw;
  }
}
.product-spec-menu_body-text {
  font-size: 1.4rem;
  margin-top: 0.3em;
}
@media (max-width: 520px) {
  .product-spec-menu_body-text {
    font-size: 4vw;
  }
}
.product-spec-tokuten {
  margin: 30px 0;
  padding: 25px 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 1240px) {
  .product-spec-tokuten {
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-spec-tokuten .banner-tokuten-heading {
  font-size: 2.6rem;
}
@media (max-width: 820px) {
  .product-spec-tokuten .banner-tokuten-heading {
    font-size: 2rem;
  }
}
.product-spec-tokuten .banner-tokuten-text {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .product-spec-tokuten .banner-tokuten-text {
    width: 100%;
    padding-right: 0;
  }
}
.product-spec-tokuten .banner-tokuten-text p {
  font-size: 1.7rem;
}
@media (max-width: 820px) {
  .product-spec-tokuten .banner-tokuten-text p {
    font-size: 1.6rem;
  }
}
.product-spec-tokuten .banner-tokuten-text-list_title {
  padding: 0;
  width: 6em;
}
@media (max-width: 820px) {
  .product-spec-tokuten .banner-tokuten-text-list_title {
    width: 5em;
  }
}
.product-spec-tokuten .banner-tokuten-text-list_title,
.product-spec-tokuten .banner-tokuten-text-list_body {
  font-size: 1.6rem;
}
@media (max-width: 820px) {
  .product-spec-tokuten .banner-tokuten-text-list_title,
  .product-spec-tokuten .banner-tokuten-text-list_body {
    font-size: 1.4rem;
  }
}
.product-spec-tokuten .banner-tokuten-img {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .product-spec-tokuten .banner-tokuten-img {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.product-spec-tokuten .banner-tokuten-img-item {
  width: 100%;
}
.product-spec-tokuten .banner-tokuten-img-item figcaption {
  display: none;
}
@media (max-width: 1240px) {
  .product-spec-tokuten .banner-tokuten-img-item {
    width: 48%;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .product-spec-tokuten .banner-tokuten-img-item figcaption {
    display: block;
    font-size: 2.9vw;
    text-align: right;
  }
}
.product-spec-tokuten .banner-tokuten-img-item + .banner-tokuten-img-item {
  margin-top: 5px;
  margin-left: 0;
}
@media (max-width: 1240px) {
  .product-spec-tokuten .banner-tokuten-img-item + .banner-tokuten-img-item {
    margin-top: 10px;
  }
}
.product-spec-info {
  margin-top: 30px;
}
.product-spec-info-list {
  font-size: 1.4rem;
}
@media (max-width: 520px) {
  .product-spec-info-list {
    font-size: 4vw;
  }
}
.product-spec-info-list_item {
  padding: 0.3em 0 0.3em 1em;
  text-indent: -1em;
}
@media (max-width: 520px) {
  .product-spec-info-list_item {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
.product-spec-info-list_item::before {
  content: "●";
}
.product-spec-link {
  margin-top: 30px;
}
.product-spec-link-btn {
  width: 240px;
  height: 40px;
  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;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #000;
  border-radius: 20px;
}
@media (max-width: 520px) {
  .product-spec-link-btn {
    font-size: 4.5vw;
  }
}
.product-spec-link-sub {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 520px) {
  .product-spec-link-sub {
    margin-top: 0;
  }
}
.product-spec-link-sub_btn {
  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;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.4rem;
  background: #eee;
  margin-right: 15px;
}
.product-spec-link-sub_btn::before {
  content: "?";
  font-size: 0.9rem;
  margin-right: 0.5em;
}
@media (max-width: 520px) {
  .product-spec-link-sub_btn {
    font-size: 3.7vw;
  }
}
.snsLink {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 520px) {
  .snsLink {
    margin-top: 35px;
  }
}
.snsLink-btn {
  height: 20px;
}
.snsLink-btn + .snsLink-btn {
  padding-left: 10px;
}
.snsLink-btn img {
  height: 20px;
}
.reserve {
  padding: 100px 0;
  background: center top/150px 150px repeat url(../../img/detail/bg.jpg);
}
@media (max-width: 1240px) {
  .reserve {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 820px) {
  .reserve {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .reserve {
    padding: 60px 0 70px;
  }
}
.reserve-mv-copy {
  margin: 70px 90px 0;
  text-align: center;
}
@media (max-width: 820px) {
  .reserve-mv-copy {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .reserve-mv-copy {
    margin: 40px 0 0;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.reserve-mv-copy p {
  font-size: 2.4rem;
  line-height: 2.4;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #666));
  background: linear-gradient(transparent 98%, #666 0%);
  padding: 0 0 8px;
  color: #fff;
}
@media (max-width: 820px) {
  .reserve-mv-copy p {
    font-size: 2rem;
  }
}
@media (max-width: 520px) {
  .reserve-mv-copy p {
    font-size: 4vw;
  }
}
.reserve-menu-heading {
  display: block;
  margin: 100px auto 0;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 820px) {
  .reserve-menu-heading {
    max-width: 50%;
  }
}
@media (max-width: 520px) {
  .reserve-menu-heading {
    margin-top: 50px;
    max-width: 58.6%;
  }
}
.reserve-menu-detail {
  margin-top: 30px;
}
@media (max-width: 520px) {
  .reserve-menu-detail {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .reserve-menu .reserve-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #f7f4ed;
    max-width: 100%;
    width: 100%;
    padding: 5px 10%;
    margin-top: 0;
  }
}
.reserve-btn {
  margin: 80px auto 0;
  max-width: 600px;
}
@media (max-width: 820px) {
  .reserve-btn {
    max-width: 60%;
  }
}
@media (max-width: 520px) {
  .reserve-btn {
    max-width: 80%;
    margin-top: 50px;
  }
}
.choice {
  padding-top: 80px;
}
@media (max-width: 520px) {
  .choice {
    padding-top: 60px;
  }
}
.choice-heading {
  max-width: 525px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .choice-heading {
    max-width: 60%;
  }
}
@media (max-width: 520px) {
  .choice-heading {
    max-width: 80%;
  }
}
.choice-item {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .choice-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 820px) {
  .choice-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .choice-item {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 0 20px;
  }
}
.choice-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 520px) {
  .choice-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.choice-item-text {
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1020px) {
  .choice-item-text {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0;
  }
}
@media (max-width: 820px) {
  .choice-item-text {
    max-width: 65%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 520px) {
  .choice-item-text {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.choice-item-text_exp {
  margin-top: 30px;
}
.choice-item-text_exp p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #666));
  background: linear-gradient(transparent 98%, #666 0%);
  padding: 0 0 8px;
}
@media (max-width: 820px) {
  .choice-item-text_exp p {
    font-size: 1.8rem;
  }
}
.choice-item-heading {
  color: #b28b35;
  line-height: 1;
}
@media (max-width: 520px) {
  .choice-item-heading {
    text-align: center;
  }
}
.choice-item-heading_s {
  font-size: 3.5rem;
}
@media (max-width: 820px) {
  .choice-item-heading_s {
    font-size: 2.5rem;
  }
}
@media (max-width: 520px) {
  .choice-item-heading_s {
    font-size: 4.6vw;
    letter-spacing: -0.05em;
  }
}
.choice-item-heading_l {
  font-size: 6rem;
  font-weight: 400;
}
@media (max-width: 820px) {
  .choice-item-heading_l {
    font-size: 4rem;
  }
}
@media (max-width: 520px) {
  .choice-item-heading_l {
    font-size: 8vw;
  }
}
.choice-item-img {
  width: 300px;
}
@media (max-width: 1020px) {
  .choice-item-img {
    padding: 0 22%;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .choice-item-img {
    padding: 0;
    width: 30%;
  }
}
@media (max-width: 520px) {
  .choice-item-img {
    width: 100%;
    padding: 0 22%;
  }
}
.choice-item-img_photo {
  width: 100%;
}
.plate {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 520px) {
  .plate {
    margin-top: 60px;
  }
}
.plate-bg {
  position: relative;
  width: 100%;
  z-index: 0;
}
.plate-text {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 50%;
}
@media (max-width: 820px) {
  .plate-text {
    width: 55%;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 520px) {
  .plate-text {
    width: 84%;
    top: 30px;
    left: 8%;
  }
}
.plate-text p {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .plate-text p {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  .plate-text p {
    margin-top: 15px;
    font-size: 3.8vw;
  }
}
.plate-heading {
  font-size: 3rem;
  color: #b28b35;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .plate-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 520px) {
  .plate-heading {
    font-size: 8vw;
  }
}
.plate-img {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 35%;
}
@media (max-width: 820px) {
  .plate-img {
    width: 32%;
    top: 50px;
    right: 30px;
  }
}
@media (max-width: 520px) {
  .plate-img {
    width: 64%;
    top: 97vw;
    right: 18%;
    left: 18%;
  }
}
.plate-img_photo {
  display: block;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.fs-c-productNotice--outOfStock {
  grid-area: outstock;
  font-size: 15px;
}
.pageHeading {
  height: 540px;
  width: 100%;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
}
@media (max-width: 1240px) {
  .pageHeading {
    height: 41vw;
    padding-bottom: 1em;
  }
}
.pageHeading-en {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 520px) {
  .pageHeading-en {
    font-size: 2.8vw;
  }
}
.pageHeading-ja {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 5rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 520px) {
  .pageHeading-ja {
    font-size: 6.67vw;
  }
}
.aboutMv .pageHeading {
  background: center center/auto 100% no-repeat url(../../img/about/MV.jpg);
}
.aboutMv-copy {
  margin-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 1240px) {
  .aboutMv-copy {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .aboutMv-copy {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.aboutMv-copy-heading {
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 820px) {
  .aboutMv-copy-heading {
    font-size: 3rem;
  }
}
@media (max-width: 520px) {
  .aboutMv-copy-heading {
    font-size: 6.6vw;
    text-align: left;
    line-height: 1.6;
  }
}
.aboutMv-copy p {
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
  margin-top: 1.2em;
}
@media (max-width: 820px) {
  .aboutMv-copy p {
    font-size: 2.4vw;
    padding: 0 11.3vw;
  }
}
@media (max-width: 520px) {
  .aboutMv-copy p {
    padding: 0;
    font-size: 4.5vw;
    margin-top: 30px;
    text-align: left;
    line-height: 2;
  }
}
.aboutDetail {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 520px) {
  .aboutDetail {
    padding-top: 20px;
  }
}
.aboutDetail-section {
  margin-top: 60px;
  background: #fff;
  padding: 100px 125px;
}
@media (max-width: 1240px) {
  .aboutDetail-section {
    width: 90%;
    padding: 80px 100px;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (max-width: 1020px) {
  .aboutDetail-section {
    padding: 60px 80px;
  }
}
@media (max-width: 820px) {
  .aboutDetail-section {
    width: 90%;
    padding: 40px 60px;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (max-width: 520px) {
  .aboutDetail-section {
    padding: 60px 25px;
    margin-top: 40px;
  }
}
.aboutDetail-section:nth-of-type(even) {
  padding-bottom: 100px;
}
.aboutDetail-section:nth-of-type(even) .aboutDetail-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aboutDetail-section:nth-of-type(even) .aboutDetail-body-img_photo {
  padding-right: 20%;
}
.aboutDetail-section:nth-of-type(even) .aboutDetail-body-img_photo::before {
  bottom: -65px;
  background: center center/cover no-repeat url(../../img/about/parts-cloud2.png);
}
@media (max-width: 1240px) {
  .aboutDetail-section:nth-of-type(even) .aboutDetail-body-img_photo::before {
    bottom: -13.5%;
    height: 27%;
    width: 56%;
  }
}
.aboutDetail-heading {
  font-size: 4rem;
  line-height: 1.5;
}
@media (max-width: 1240px) {
  .aboutDetail-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 520px) {
  .aboutDetail-heading {
    font-size: 6.67vw;
  }
}
.aboutDetail-body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .aboutDetail-body {
    margin-top: 40px;
  }
}
@media (max-width: 520px) {
  .aboutDetail-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.aboutDetail-body-text {
  width: calc(50% - 90px);
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 1240px) {
  .aboutDetail-body-text {
    width: calc(50% - 40px);
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .aboutDetail-body-text {
    width: 100%;
  }
}
.aboutDetail-body-img {
  width: 50%;
}
@media (max-width: 520px) {
  .aboutDetail-body-img {
    width: 100%;
    margin-top: 40px;
  }
}
.aboutDetail-body-img_photo {
  position: relative;
  width: 100%;
  display: block;
}
.aboutDetail-body-img_photo::before {
  position: absolute;
  bottom: -104px;
  right: 0;
  content: "";
  display: block;
  width: 269px;
  height: 132px;
  background: center center/cover no-repeat url(../../img/about/parts-cloud.png);
}
@media (max-width: 1240px) {
  .aboutDetail-body-img_photo::before {
    bottom: -29%;
    width: 53.8%;
    height: 37%;
  }
}
.aboutDetail-body-img_caption {
  margin-top: 20px;
  font-size: 3rem;
}
@media (max-width: 1020px) {
  .aboutDetail-body-img_caption {
    font-size: 2.4rem;
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  .aboutDetail-body-img_caption {
    font-size: 5.3vw;
    line-height: 1.3;
    margin-top: 10px;
  }
}
.aboutDetail-body-img_caption_s {
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 1020px) {
  .aboutDetail-body-img_caption_s {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  .aboutDetail-body-img_caption_s {
    font-size: 2.8vw;
  }
}
.page-heading {
  font-size: 5rem;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 520px) {
  .page-heading {
    font-size: 10vw;
    margin-top: 30px;
  }
}
.commonArticle {
  margin-top: 100px;
}
@media (max-width: 1020px) {
  .commonArticle {
    margin-top: 60px;
    padding: 0 5%;
  }
}
@media (max-width: 520px) {
  .commonArticle {
    margin-top: 20px;
  }
}
/* .commonArticle .inner-s + .inner-s {
  margin-top: 80px;
}
@media (max-width: 520px) {
  .commonArticle .inner-s + .inner-s {
    margin-top: 60px;
  }
} */
.is-red {
  color: red;
  font-weight: 700;
}
.is-bold {
  font-weight: 700;
}
.textSize-l {
  font-size: 2.2rem;
}
@media (max-width: 520px) {
  .textSize-l {
    font-size: 4.8vw;
  }
}
.textSize-m {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .textSize-m {
    font-size: 4.2vw;
  }
}
.common-section {
  margin-top: 70px;
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .common-section {
    margin-top: 50px;
    font-size: 4.2vw;
  }
}
.common-innerSection {
  margin-top: 30px;
}
@media (max-width: 520px) {
  .common-innerSection {
    margin-top: 20px;
  }
}
.common-innerSection + .common-innerSection {
  margin-top: 50px;
}
@media (max-width: 520px) {
  .common-innerSection + .common-innerSection {
    margin-top: 40px;
  }
}
.common-heading_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 66px;
  font-size: 3rem;
  border-left: 4px solid #961102;
  padding-left: 20px;
  background: #eee;
}
@media (max-width: 520px) {
  .common-heading_l {
    font-size: 6.2vw;
    height: 60px;
  }
}
.common-heading_m {
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
@media (max-width: 520px) {
  .common-heading_m {
    font-size: 5.5vw;
  }
}
.common-list {
  margin-top: 1em;
}
.common-list-item {
  list-style-type: disc;
  margin-left: 1.5em;
}
.common-list-item + .common-list-item {
  padding-top: 0.5em;
}
.common-note {
  padding: 1em;
  margin-top: 1em;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-note div {
  width: 48%;
}
@media (max-width: 520px) {
  .common-note div {
    width: 100%;
  }
  .common-note div + div {
    margin-top: 1em;
  }
}
.common-note-title {
  font-size: 1.8rem;
}
@media (max-width: 520px) {
  .common-note-title {
    font-size: 4.8vw;
  }
}
.common-table {
  margin: 1em 0;
}
.common-table table {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
.common-table table th,
.common-table table td {
  padding: 0.5em 1em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media (max-width: 520px) {
  .common-table table th,
  .common-table table td {
    font-size: 3.5vw;
    text-align: left;
  }
}
.common-table table th {
  background: #eee;
  text-align: center;
}
@media (max-width: 520px) {
  .common-table table th {
    text-align: left;
  }
}
.common-box {
  margin: 1em 0;
  font-size: 2rem;
  display: block;
  margin-right: auto;
  background: #efece2;
  padding: 1em;
  text-align: center;
  border: 1px solid #d7d7d7;
}
@media (max-width: 520px) {
  .common-box {
    font-size: 5.2vw;
    text-align: left;
  }
}
.ankerNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ankerNavi-list {
  width: 24.2%;
  height: 80px;
}
@media (max-width: 1020px) {
  .ankerNavi-list {
    width: 48%;
    margin-top: 1em;
  }
}
@media (max-width: 520px) {
  .ankerNavi-list {
    width: 100%;
    margin-top: 1em;
    height: 70px;
  }
}
.ankerNavi-list.ankerNavi-list:nth-child(1) img {
  width: 40%;
}
.ankerNavi-list.ankerNavi-list:nth-child(2) img {
  width: 50%;
}
.ankerNavi-list.ankerNavi-list:nth-child(3) img {
  width: 50%;
}
.ankerNavi-list.ankerNavi-list:nth-child(4) .svg-inline--fa {
  width: 40%;
  height: auto;
  color: #fff;
}
.ankerNavi-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  padding: 0 17px;
}
.ankerNavi-list a:hover {
  background: #eee;
}
.ankerNavi-list a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 17px;
  display: block;
  width: 14px;
  height: 7px;
  background: center/cover no-repeat url(../../img/icon_arrow-d.png);
}
.ankerNavi-list-icon {
  width: 56px;
  height: 56px;
  background: #961102;
  border-radius: 50%;
  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;
  margin-right: 9px;
}
@media (max-width: 520px) {
  .ankerNavi-list-icon {
    width: 40px;
    height: 40px;
  }
}
