@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #171717;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
}

img {
  display: block;
}

/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}

/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* ==============================================================
*  セクション(common)
* ============================================================ */
.home-center-bg {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffffff00), to(#ddd)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(0deg, #ffffff00 0%, #ddd 100%) 0 0 no-repeat padding-box;
}

.bg::before {
  background-image: url(../movie/bg.mp4);
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#video-area {
  bottom: 0;
  left: 0;
  opacity: .3;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  /*最背面に設定*/
}

#video {
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  z-index: -1;
}

.more-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Biryani", sans-serif;
  font-size: 1.3rem;
  height: 136px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  position: relative;
  width: 136px;
  z-index: 1;
}
.more-btn::before {
  background-image: url(../img/common/more-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 5px;
  left: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 22px;
  width: 97px;
}
.more-btn.-home-about {
  margin-top: 7.5rem;
}
.more-btn.-home-product {
  position: absolute;
  right: 25px;
  top: -67px;
}
.more-btn.-home-news {
  bottom: -65px;
  position: absolute;
  right: 83px;
}
.more-btn.-home-news .br {
  display: none;
}
.more-btn.-no-circle {
  border: none;
  color: #85989e;
  margin-left: -2.2rem;
  margin-top: -1.8rem;
}
.more-btn.-no-circle::before {
  background-image: url(../img/common/arrow-color.png);
}

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.breadcrumb > span {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
.breadcrumb span {
  color: #171717;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.68px;
  position: relative;
}
.breadcrumb span:not(:first-of-type)::after {
  border-right: 1px solid #171717;
  border-top: 1px solid #171717;
  bottom: 0;
  content: "";
  height: 6px;
  left: -7px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
.breadcrumb span:first-of-type {
  padding-left: 0;
}
.breadcrumb span:last-child::after {
  border-right: 1px solid #85989e;
  border-top: 1px solid #85989e;
}
.breadcrumb .current-item {
  color: #85989e;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
.category-list li:not(:first-of-type) {
  margin-left: 1.5rem;
}
.category-list li.cat-item-all a, .category-list li.current-cat a {
  background-color: #a0bfc9;
  color: #fff;
}
.category-list li a {
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #1A3D67;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  padding: .85rem 2rem;
}
.category-list li .current-news-cat {
  background-color: #a0bfc9;
  color: #fff;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, -webkit-transform .8s;
  transition: opacity 1.2s, transform .8s;
  transition: opacity 1.2s, transform .8s, -webkit-transform .8s;
}

.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.header__top {
  left: 0;
  padding-left: 4rem;
  position: fixed;
  top: 29px;
  width: 100%;
  z-index: 10;
}
.header__logo {
  left: 40px;
  position: relative;
  top: 29px;
  width: 200px;
  z-index: 1;
}
.header__logo img {
  height: auto;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  width: 100%;
}
.header__logo-after {
  opacity: 0;
}

.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 35px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 22.5px;
  top: -7px;
  width: 35px;
  z-index: 40;
}
.hamburger span {
  background-color: #000;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 35px;
}
.hamburger span:nth-of-type(1) {
  top: 9px;
}
.hamburger span:nth-of-type(2) {
  top: 17px;
}
.hamburger span:nth-of-type(3) {
  top: 25px;
}
.hamburger.active span {
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.hamburger.active span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 17px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.nav-drawer {
  background: #000;
  display: none;
  height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none;
  position: fixed;
  scrollbar-width: none;
  text-align: center;
  -webkit-transition: right .5s;
  transition: right .5s;
  width: 100%;
  z-index: 10;
}
.nav-drawer::-webkit-scrollbar {
  display: none;
}
.nav-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-drawer__item:not(:first-of-type) {
  margin-top: 4rem;
}
.nav-drawer__item.-store {
  margin-top: 6rem;
}
.nav-drawer__item.-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-drawer__link {
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  letter-spacing: .12em;
  line-height: calc(29 / 24);
}
.nav-drawer__link.-store {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  line-height: calc(16 / 13);
  margin-left: auto;
  margin-right: auto;
  width: 182px;
}
.nav-drawer__sns:not(:first-of-type) {
  margin-left: 1.5rem;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 11.6rem;
  margin-top: 6.4rem;
}
.news__list::after {
  content: "";
  display: block;
  width: calc(92.5% / 3);
  /* デフォルトで3カラムの場合 */
}
.news__list.-sub-news-archive {
  margin-top: 8rem;
}
.news__list.-home {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.news__list.-home::after {
  content: none;
}
.news__list.-home .news__item {
  margin-right: 0;
  padding-right: 3.75%;
}
.news__list.-home .news__item:nth-child(3n) {
  padding-right: 3.75%;
}
.news__item {
  margin-right: 3.75%;
  width: calc(92.5% / 3);
  /* デフォルトで3カラムの場合 */
}
.news__item:nth-child(3n) {
  margin-right: 0;
}
.news__category {
  background-color: #a0bfc9;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  padding: 0.8rem 0.9rem;
}
.news__img img {
  height: 208.125px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news__img.-home img {
  height: 199.36px;
}
.news__txt {
  padding-bottom: 6rem;
  padding-top: 1.088rem;
}
.news__item-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(22 / 14);
  color: #444;
  margin-top: 2rem;
}
.news__time {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: calc(16 / 13);
  margin-top: 1.7rem;
}

.before-after__img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.before-after__img-group::before {
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
.before-after__img-group.-about::before {
  border-right: 1px solid #1A3D67;
  border-top: 1px solid #1A3D67;
}
.before-after__img {
  position: relative;
  width: 45.834%;
}
.before-after__img img {
  border-radius: 3px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.before-after__img-txt {
  color: #202d57;
  left: 30px;
  letter-spacing: .05em;
  position: absolute;
  top: 21px;
}
.before-after__img-attention {
  color: #888;
  font-size: 1.2rem;
  margin-top: 1.4rem;
  text-align: right;
}
.before-after__img-attention.-home {
  color: #fff;
}

.products {
  background-color: #f9f9f9;
  padding-bottom: 1.5rem;
  padding-top: 10.8rem;
}
.products__title {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .05em;
  text-align: center;
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.9rem;
}
.products__item {
  width: 23.334%;
}
.products__img {
  background-color: #fff;
  height: 200px;
  position: relative;
  width: 100%;
}
.products__img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
}
.products__txt {
  padding-top: 2.2rem;
}
.products__category {
  color: #444;
  font-family: "Biryani", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.products__item-title {
  font-size: 1.3rem;
  line-height: 1.615;
  margin-top: .9rem;
}
.products__price {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.products__price .tax {
  font-size: 1.3rem;
}
.products__price span {
  font-weight: 500;
}
.products__attention {
  color: #888;
  font-size: 1.2rem;
  line-height: 1.417;
  margin-top: 1.8rem;
}
.products .more-btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 80px;
}

.shop {
/*   margin-top: 10rem; */
  padding-bottom: 30rem;
}
.shop.-home {
  margin-top: 20.4rem;
  padding-bottom: 13rem;
}
.shop__contact{
	margin-top: 9.5rem;
/*     margin-bottom: 2rem; */
    color: #707070;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;	
}
.shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop__list::after {
  content: "";
  display: block;
  width: calc(98.32% / 4);
}
/* .shop__list.-home {
  margin-top: 9.5rem;
} */
.shop__item {
  border: 1px solid #a3a3a3;
  margin-right: .56%;
  width: calc(98.32% / 4);
}
.shop__item:nth-child(4n) {
  margin-right: 0;
}
.shop__item:nth-child(n + 5) {
  margin-top: .56%;
}
.shop__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: calc(20 / 14);
  min-height: 100px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  text-align: center;
}

.sub-products-material {
  padding-bottom: 11.2rem;
  padding-top: 6.4rem;
}
.sub-products-material__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.material {
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  position: relative;
}
.material__trigger {
  bottom: 30px;
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 2;
}
.material__trigger::after {
  content: "すべて見る";
  /*クリック前のボタンのラベル*/
}
.material__trigger.is-show::after {
  content: "閉じる";
  /*クリック後にボタンのラベルを変える*/
}
.material__trigger.is-show + .material__desc::before {
  display: none;
}
.material__trigger.is-show {
  bottom: 1.5em;
}
.material__desc {
  color: #444;
  font-size: 1.2rem;
  line-height: 1.75;
  overflow: hidden;
  position: relative;
}
.material__desc.is-hide {
  height: 120px;
  /*隠した後の高さ*/
}
.material__desc::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  /*グラデーションで隠す高さ*/
  left: 0;
  position: absolute;
  width: 100%;
}

.footer {
  background-color: #171717;
  padding-bottom: 4rem;
  padding-top: 9.2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.footer__logo {
  margin-left: auto;
  margin-right: auto;
  width: 213px;
}
.footer__logo img {
  height: auto;
  width: 100%;
}
.footer__sns-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.footer__sns {
  width: 30px;
}
.footer__sns img {
  height: auto;
  width: 100%;
}
.footer__sns:not(:first-of-type) {
  margin-left: 1.5rem;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.7rem;
}
.footer__item:not(:first-of-type) {
  margin-left: 2.5rem;
}
.footer__link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .12em;
}
.footer__copyright {
  color: #767676;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .12em;
  margin-top: 9rem;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  background-image: url(../img/home/home-mv-pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 46.5vw;
  position: relative;
  width: 100%;
}
.home-mv__title {
  bottom: 4vw;
  position: absolute;
  right: 3vw;
  width: 44vw;
}
.home-mv__title img {
  height: auto;
  width: 100%;
}

.home-top {
  margin-top: 33.7rem;
  position: relative;
}
.home-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-top__img-group {
  position: relative;
  width: 45%;
}
.home-top__img {
  left: 0;
  position: absolute;
  top: 0;
}
.home-top__img img {
  -webkit-filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.3));
  height: auto;
  width: 100%;
}
.home-top__img:nth-of-type(1) {
  left: -170px;
  top: -140px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 122%;
}
.home-top__img:nth-of-type(2) {
  left: 183px;
  top: -245px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  width: 72%;
}
.home-top__txt {
  width: 55%;
}
.home-top__title {
  color: #000;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.45;
}
.home-top__title span {
  font-weight: 700;
}
.home-top__intro {
  color: #000;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  margin-top: 4rem;
}
.home-top__intro span {
  font-weight: 700;
}
.home-top__intro .asterisk {
  font-size: 1.8rem;
  font-weight: 500;
  left: 0;
  position: relative;
  top: -10px;
}
.home-top__intro .second {
  padding-left: 1em;
}
.home-top__desc-group {
  margin-top: 7.5rem;
}
.home-top__desc {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: calc(36 / 14);
}
.home-top__desc:not(:first-of-type) {
  margin-top: 3.5rem;
}
.home-top__scroll-wrapper {
  position: absolute;
  right: 36px;
  top: -293px;
}
.home-top__scroll {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.home-top__arrow {
  height: 150px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 12px;
  width: 1px;
  z-index: 1;
}
.home-top__arrow::before {
  -webkit-animation: scroll 2s ease 0s infinite normal;
          animation: scroll 2s ease 0s infinite normal;
  background: #171717;
  content: "";
  height: 150px;
  left: 0;
  position: absolute;
  top: -150px;
  width: 1px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 150px, 0);
            transform: translate3d(-50%, 150px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 150px, 0);
            transform: translate3d(-50%, 150px, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 150px, 0);
            transform: translate3d(-50%, 150px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 150px, 0);
            transform: translate3d(-50%, 150px, 0);
  }
}
.home-about {
  margin-top: 23.5rem;
  padding-bottom: 36.8rem;
}
.home-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-about__txt {
  width: 56.6%;
}
.home-about__title {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .1em;
  line-height: 1.1875;
}
.home-about__intro {
  font-size: 3.4rem;
  letter-spacing: .05em;
  line-height: calc(48 / 34);
  margin-top: 6rem;
}
.home-about__intro span {
  display: block;
  font-weight: 700;
}
.home-about__desc {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: calc(36 / 14);
  margin-top: 7.3rem;
}
.home-about__img-group {
  width: 43.4%;
}
.home-about__img {
  margin-left: auto;
  margin-top: 19rem;
  width: 86%;
}
.home-about__img img {
  height: auto;
  width: 100%;
}
.home-about__attention {
  color: #bfbfbf;
  font-size: 1.2rem;
  margin-right: 3.8rem;
  margin-top: -1.4rem;
  text-align: right;
}

.home-product {
  background-color: #fafafa;
  padding-bottom: 14rem;
}
.home-product__title {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .1em;
  position: relative;
  top: -31px;
}
.home-product__list {
  padding-top: 11.2rem;
}
.home-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-product__item:nth-of-type(odd) .home-product__img {
  left: -80px;
}
.home-product__item:nth-of-type(odd) .home-product__txt {
  margin-left: -16rem;
}
.home-product__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.home-product__item:nth-of-type(even) .home-product__img {
  right: -80px;
}
.home-product__item:nth-of-type(even) .home-product__txt {
  margin-right: -16rem;
}
.home-product__item:nth-of-type(even) .more-btn {
  margin-left: auto;
  margin-right: -2.3rem;
}
.home-product__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 40%;
}
.home-product__img img {
  -webkit-filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.3));
  height: auto;
  width: 100%;
}
.home-product__txt {
  margin-top: 17.7rem;
  width: 60%;
}
.home-product__txt-title {
  color: #000;
  font-family: "Biryani", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .05em;
  line-height: calc(64 / 48);
}
.home-product__txt-title span {
  font-weight: 600;
}
.home-product__name {
  color: #444;
  font-size: 1.3rem;
  line-height: calc(21 / 13);
  margin-top: 2.8rem;
}
.home-product__price {
  color: #444;
  font-size: 1.3rem;
  line-height: calc(21 / 13);
  margin-top: 1rem;
}
.home-product__attention {
  color: #888;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1.5rem;
}

.home-air {
  padding-top: 20rem;
}
.home-air__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-air__txt {
  margin-top: 7.2rem;
  width: 50%;
}
.home-air__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a3d67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  letter-spacing: .05em;
}
.home-air__title-img {
  margin-left: 2rem;
  width: 80px;
}
.home-air__title-img img {
  height: auto;
  width: 100%;
}
.home-air__intro {
  color: #000;
  font-size: 3.4rem;
  letter-spacing: .05em;
  line-height: calc(48 / 34);
  margin-top: 4rem;
}
.home-air__intro span {
  display: block;
  font-weight: 700;
}
.home-air__desc {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: calc(36 / 14);
  margin-top: 7.3rem;
}
.home-air__img {
  width: 50%;
}
.home-air__img img {
  height: auto;
  width: 100%;
}

.home-interview {
  margin-top: 10.5rem;
}
.home-interview__title {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .1em;
  line-height: 1.1875;
}
.home-interview__intro {
  color: #444;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(21 / 18);
  margin-top: 3.4rem;
}
.home-interview__movie {
  margin-top: 8.2rem;
  width: 100%;
}
.home-interview__movie video {
  width: 100%;
}
.home-interview__top {
  border-bottom: 1px solid #707070;
  margin-top: 8rem;
  margin-bottom: 7.7rem;
  padding-bottom: 8rem;
}
.home-interview__top-img {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  height: 200px;
  padding: 1rem;
  width: 200px;
}
.home-interview__top-img img {
  height: auto;
  width: 100%;
}
.home-interview__top-shop {
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(26 / 18);
  margin-top: 2rem;
}
.home-interview__top-name {
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin-top: 1.7rem;
}
.home-interview__top-desc {
  font-size: 1.8rem;
  line-height: calc(34 / 18);
  margin-top: 3rem;
}
.home-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-interview__item {
  width: 30.66%;
}
.home-interview__img {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  height: 180px;
  padding: 1rem;
  width: 180px;
}
.home-interview__img img {
  height: auto;
  width: 100%;
}
.home-interview__shop {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: calc(20 / 14);
  margin-top: 2rem;
}
.home-interview__name {
  letter-spacing: .05em;
  line-height: calc(22 / 16);
  margin-top: .5rem;
}
.home-interview__desc {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  margin-top: 2rem;
}

.home-news {
  margin-top: 25.2rem;
  padding-bottom: 13rem;
}
.home-news .more-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2rem;
}
.home-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 16.8rem;
  position: relative;
  width: 100%;
}
.home-news__title {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  left: 73px;
  letter-spacing: .1em;
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.home-news .swiper-container-horizontal > .swiper-scrollbar {
  height: 5px;
  /* 高さ */
  left: 0;
  margin-left: 0;
  margin-top: 4.6rem;
  position: relative;
  right: 0;
}
.home-news .swiper-scrollbar {
  background: #efefef;
  /* 背景色（現在のスライド以外） */
  border-radius: 3px;
  /* 丸み */
  height: 5px;
  width: 34% !important;
}
.home-news .swiper-scrollbar-drag {
  background: #85989e;
  /* 背景色（現在のスライド） */
  border-radius: 3px;
  /* 丸み */
  height: 5px;
}

.home-instagram {
  margin-top: 10rem;
}
.home-instagram__title {
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  letter-spacing: .1em;
  text-align: center;
}
.home-instagram__main {
  margin-top: 9.5rem;
}

.home-shop {
  padding-bottom: 24rem;
}
.home-shop__title {
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  letter-spacing: .1em;
  text-align: center;
}
.home-shop__attention {
  color: #707070;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.home-shop__attention span {
  display: inline-block;
}

/* ==============================================================
*  セクション(sub-common)
* ============================================================ */
.sub-mv {
  background-image: url(../img/sub/common/sub-mv-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 37vw;
  position: relative;
  width: 100%;
}
.sub-mv__box {
  background-color: #fff;
  bottom: -1px;
  height: 5.8vw;
  left: 0;
  position: absolute;
  width: 50.732%;
}
.sub-mv.-products .inner {
  height: 29.6vw;
}

.sub-mv-txt__title {
  color: #171717;
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  letter-spacing: .1em;
  line-height: 1.2;
}
.sub-mv-txt__sub-title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.7rem;
}
.sub-attention-txt{
	margin-top: 9.5rem;
/*     margin-bottom: 2rem; */
    color: #707070;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
}
.sub-no-mv {
  margin-top: 16.6rem;
}

.no-mv {
  top: -27px;
}

/* ==============================================================
*  セクション(sub-about)
* ============================================================ */
.sub-about-main {
  margin-top: -3.7rem;
}
.sub-about-main__wrapper {
  margin-top: 15.5rem;
}
.sub-about-main__container {
  position: relative;
}
.sub-about-main__container:nth-of-type(even) .sub-about-main__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sub-about-main__container:nth-of-type(1) .sub-about-main__title::after {
  content: "01";
}
.sub-about-main__container:nth-of-type(2) {
  margin-top: 26rem;
}
.sub-about-main__container:nth-of-type(2) .sub-about-main__title::after {
  content: "02";
}
.sub-about-main__container:nth-of-type(2) .sub-about-main__img {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  position: relative;
}
.sub-about-main__container:nth-of-type(2) .sub-about-main__img img {
  background-size: contain;
  bottom: 0;
  height: 75%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 92%;
}
.sub-about-main__container:nth-of-type(3) {
  margin-top: 29.5rem;
}
.sub-about-main__container:nth-of-type(3) .sub-about-main__title::after {
  content: "03";
}
.sub-about-main__container:nth-of-type(4) {
  margin-top: 26rem;
}
.sub-about-main__container:nth-of-type(4) .sub-about-main__title::after {
  content: "04";
}
.sub-about-main__container:nth-of-type(5) {
  margin-top: 23rem;
}
.sub-about-main__container:nth-of-type(5) .sub-about-main__title::after {
  content: "05";
}
.sub-about-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-about-main__txt {
  position: relative;
  top: 47px;
  width: 45.833%;
}
.sub-about-main__title {
  color: #333;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 7.8rem;
  position: relative;
  z-index: 0;
}
.sub-about-main__title .asterisk {
  font-size: 1.8rem;
  font-weight: 500;
  left: 0;
  position: relative;
  top: -10px;
}
.sub-about-main__title::before {
  background-color: #1A3D67;
  bottom: -36px;
  content: "";
  height: 1px;
  left: -2px;
  position: absolute;
  width: 42px;
}
.sub-about-main__title::after {
  color: #dfe8f2;
  font-family: "Lato", sans-serif;
  font-size: 23rem;
  left: -44px;
  line-height: 1;
  position: absolute;
  top: -138px;
  z-index: -1;
}
.sub-about-main__intro {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.sub-about-main__desc {
  color: #333;
  font-size: 1.4rem;
  line-height: 2.571;
}
.sub-about-main__desc .asterisk {
  font-size: 1rem;
  position: relative;
  top: -6px;
}
.sub-about-main__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 419.12px;
  width: 47.5%;
}
.sub-about-main__img img {
  height: 419.12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sub-about-main__center-img {
  margin-top: 9rem;
  width: 66.5%;
}
.sub-about-main__center-img img {
  height: auto;
  width: 100%;
}
.sub-about-main__list-platinum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
.sub-about-main__item-platinum {
  width: 30.6%;
}
.sub-about-main__item-platinum:not(:first-of-type) .sub-about-main__item-img {
  position: relative;
}
.sub-about-main__item-platinum:not(:first-of-type) .sub-about-main__item-img::before {
  background-image: url(../img/sub/about/platinum-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 20px;
  left: -32px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}
.sub-about-main__item-img {
  width: 100%;
}
.sub-about-main__item-img img {
  height: auto;
  width: 100%;
}
.sub-about-main__item-platinum-desc {
  line-height: 1.5;
  margin-top: 2rem;
}
.sub-about-main__attention {
  color: #888;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: calc(17 / 12);
  margin-top: 4rem;
  text-align: right;
}
.sub-about-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
.sub-about-main__item {
  background: transparent linear-gradient(156deg, #f0f5f8 0%, #d6e4f2 100%) 0 0 no-repeat padding-box;
  border-radius: 3px;
  padding: .8rem;
  width: 23.75%;
}
.sub-about-main__item-txt {
  border: 1px solid #fff;
  height: 100%;
  padding-bottom: 2.4rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 2.6rem;
}
.sub-about-main__item-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.sub-about-main__item-title span {
  display: block;
  font-weight: 500;
}
.sub-about-main__item-desc {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1.1rem;
}

.sub-about-before {
  margin-top: 22.5rem;
  padding-bottom: 18rem;
}
.sub-about-before__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
.sub-about-before__title {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: .05em;
  line-height: 1.1875;
  text-align: center;
}
.sub-about-before__intro {
  color: #333;
  font-size: 1.4rem;
  margin-top: 3.5rem;
  text-align: center;
}
.sub-about-before .before-after {
  margin-top: 6rem;
}

.sub-about-material {
  padding-bottom: 10.1rem;
  padding-top: 20.6rem;
}
.sub-about-material__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

/* ==============================================================
*  セクション(sub-products)
* ============================================================ */
.sub-products-main {
  margin-top: -0.5vw;
  padding-bottom: 27.2rem;
}
.sub-products-main__container {
  margin-top: 8rem;
  padding-top: 10rem;
}
.sub-products-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-products-main__item:not(:first-of-type) {
  margin-top: 10.6rem;
}
.sub-products-main__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 600px;
  position: relative;
  top: 20px;
}
.sub-products-main__img img {
  -webkit-filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.16));
  height: 458px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.sub-products-main__txt {
  color: #444;
  margin-top: .3rem;
  width: 540px;
}
.sub-products-main__category {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: calc(36 / 30);
}
.sub-products-main__title {
  margin-top: 1.8rem;
}
.sub-products-main__title span {
  font-weight: 700;
  line-height: 1.625;
}
.sub-products-main__desc {
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 2.1rem;
  padding-bottom: 1.8rem;
}
.sub-products-main__capacity {
  font-size: 1.4rem;
  margin-top: 3.2rem;
}
.sub-products-main__price {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1.2rem;
}
.sub-products-main__price span {
  font-size: 1.3rem;
  font-weight: 500;
}
.sub-products-main__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a0bfc9;
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  margin-top: 3rem;
  width: 100%;
}
.sub-products-main__name {
  font-size: 1.3rem;
  margin-top: 4.1rem;
}
.sub-products-main__material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.7rem;
}
.sub-products-main__material-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bfbfbf;
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .8rem;
  margin-right: .8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sub-products-step {
  background-color: #f9f9f9;
  padding-bottom: 11.6rem;
  padding-top: 8rem;
}
.sub-products-step__title {
  color: #171717;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
}
.sub-products-step__intro {
  color: #333;
  font-size: 1.4rem;
  line-height: calc(26 / 14);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.8rem;
  max-width: 670px;
  text-align: center;
}
.sub-products-step__intro span {
  display: inline-block;
}
.sub-products-step__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
}
.sub-products-step__item {
  width: 43.75%;
}
.sub-products-step__item:not(:first-of-type) {
  margin-left: 3rem;
}
.sub-products-step__item-title {
  color: #444;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
}
.sub-products-step__item-title .english {
  font-weight: 700;
}
.sub-products-step__item-title .sub-title {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: .9rem;
}
.sub-products-step__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4rem;
}
.sub-products-step__tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #dfe8f2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 35px;
}
.sub-products-step__tab.current {
  background-color: #a0bfc9;
  color: #fff;
}
.sub-products-step__tab:not(:first-of-type) {
  margin-left: 1.9rem;
}
.sub-products-step__tab:not(:first-of-type)::before {
  border-right: 1px solid #1A3D67;
  border-top: 1px solid #1A3D67;
  bottom: 0;
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 42px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}
.sub-products-step__tab span {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.sub-products-step__wrapper {
  position: relative;
}
.sub-products-step__container {
  margin-top: 1.5rem;
}
.sub-products-step__container::before {
  background-color: #fff;
  content: "";
  height: 300px;
  position: absolute;
  width: 100%;
}
.sub-products-step__img-wrapper {
  height: 300px;
  position: relative;
}
.sub-products-step__step {
  background-color: #eceff2;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.4rem;
  left: 18px;
  line-height: calc(26 / 14);
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  position: absolute;
  top: 18px;
}
.sub-products-step__step span {
  font-weight: 700;
}
.sub-products-step__img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  min-width: 190px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}
.sub-products-step__container-title {
  color: #444;
  font-family: "Biryani", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 1.2rem;
}
.sub-products-step__container-desc {
  color: #444;
  font-size: 1.3rem;
  line-height: calc(21 / 13);
  margin-top: .3rem;
}

/* ==============================================================
*  セクション(sub-news)
* ============================================================ */
.sub-news-single {
  color: #444;
  padding-bottom: 16.4rem;
}
.sub-news-single__container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  max-width: 848px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
.sub-news-single__category {
  background-color: #a0bfc9;
  border-radius: 3px;
  color: #fff;
  font-family: "Lato", sans-serif;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: .01em;
  margin-top: 2rem;
}
.sub-news-single__category a {
  padding: .8rem .9rem;
}
.sub-news-single__img {
  margin-top: 1.5rem;
  width: 100%;
}
.sub-news-single__img img {
  height: auto;
  width: 100%;
}
.sub-news-single__title-area {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4rem;
}
.sub-news-single__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(22 / 18);
  margin-top: 2rem;
}
.sub-news-single__time {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .12em;
  line-height: calc(18 / 15);
  margin-top: 2rem;
}
.sub-news-single__txt {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.sub-news-single__txt h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: calc(24 / 17);
  margin-top: 6rem;
}
.sub-news-single__txt p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 3rem;
}
.sub-news-single__txt figcaption {
  font-size: 1.5rem;
}
.sub-news-single__txt img {
  height: auto;
  margin-top: 3rem;
  max-width: 100%;
}
.sub-news-single__btn {
  font-size: 1.5rem;
  margin-top: 10rem;
  padding-left: 2.06rem;
  position: relative;
}
.sub-news-single__btn::before {
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  bottom: 23px;
  bottom: 0;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 12px;
}

/* 記事一覧ページネーション */
/* 投稿ナビゲーションを非表示 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.pagination .nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24.5rem;
}

.page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #dfe8f2;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .12em;
  margin-left: .95rem;
  margin-right: .95rem;
  width: 35px;
}

/* カレント表示時のスタイル */
.page-numbers.current {
  background-color: #a0bfc9;
  color: #fff;
}

/* ==============================================================
*  セクション(sub-shop)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
@media screen and (min-width: 768px) {
  .more-btn {
    height: calc(126px + ((1vw - 7.68px) * (10 / 6.46)));
    width: calc(126px + ((1vw - 7.68px) * (10 / 6.46)));
  }
  .more-btn.-home-about {
    margin-top: calc(3.5rem + ((1vw - 7.68px) * (40 / 6.46)));
  }
  .more-btn.-no-circle {
    margin-left: calc(-1.2rem + ((1vw - 7.68px) * (-10 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .more-btn {
    height: 136px;
    width: 136px;
  }
  .more-btn.-home-about {
    margin-top: 7.5rem;
  }
  .more-btn.-no-circle {
    margin-left: -2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .news__img img {
    height: calc(124.875px + ((1vw - 7.68px) * (83.25 / 6.46)));
  }
  .news__img.-home img {
    height: calc(111.49px + ((1vw - 7.68px) * (87.87 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .news__img img {
    height: 208.125px;
  }
  .news__img.-home img {
    height: 199.36px;
  }
}
@media screen and (min-width: 768px) {
  .before-after__img-group::before {
    height: calc(15px + ((1vw - 7.68px) * (5 / 6.46)));
    width: calc(15px + ((1vw - 7.68px) * (5 / 6.46)));
  }
  .before-after__img-txt {
    left: calc(20px + ((1vw - 7.68px) * (10 / 6.46)));
    top: calc(16px + ((1vw - 7.68px) * (5 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .before-after__img-group::before {
    height: 20px;
    width: 20px;
  }
  .before-after__img-txt {
    left: 30px;
    top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .products__img {
    height: calc(117px + ((1vw - 7.68px) * (83 / 6.46)));
  }
  .products .more-btn {
    top: calc(70px + ((1vw - 7.68px) * (10 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .products__img {
    height: 200px;
  }
  .products .more-btn {
    top: 80px;
  }
}
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (min-width: 768px) {
  .home-mv__btn {
    bottom: calc(66px + ((1vw - 7.68px) * (20 / 6.46)));
    right: calc(54px + ((1vw - 7.68px) * (40 / 6.46)));
  }
  .home-mv__btn::before {
    height: calc(116px + ((1vw - 7.68px) * (10 / 6.46)));
    width: calc(116px + ((1vw - 7.68px) * (10 / 6.46)));
  }
  .home-mv__btn .circle {
    height: calc(102px + ((1vw - 7.68px) * (10 / 6.46)));
    width: calc(102px + ((1vw - 7.68px) * (10 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-mv__btn {
    bottom: 86px;
    right: 94px;
  }
  .home-mv__btn::before {
    height: 126px;
    width: 126px;
  }
  .home-mv__btn .circle {
    height: 112px;
    width: 112px;
  }
}
@media screen and (min-width: 768px) {
  .home-top {
    margin-top: calc(24.7rem + ((1vw - 7.68px) * (90 / 6.46)));
  }
  .home-top__img:nth-of-type(1) {
    left: calc(-94px + ((1vw - 7.68px) * (-76 / 6.46)));
    top: calc(-90px + ((1vw - 7.68px) * (-50 / 6.46)));
  }
  .home-top__img:nth-of-type(2) {
    left: calc(115px + ((1vw - 7.68px) * (68 / 6.46)));
    top: calc(-148px + ((1vw - 7.68px) * (-97 / 6.46)));
  }
  .home-top__title {
    font-size: calc(1.6rem + ((1vw - 7.68px) * (4 / 6.46)));
  }
  .home-top__intro {
    font-size: calc(3rem + ((1vw - 7.68px) * (18 / 6.46)));
    margin-top: calc(3rem + ((1vw - 7.68px) * (10 / 6.46)));
  }
  .home-top__intro sup {
    font-size: calc(1.4rem + ((1vw - 7.68px) * (13 / 6.46)));
  }
  .home-top__intro sup span {
    font-size: calc(1.4rem + ((1vw - 7.68px) * (13 / 6.46)));
  }
  .home-top__desc-group {
    margin-top: calc(4.5rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .home-top__desc {
    font-size: calc(1.2rem + ((1vw - 7.68px) * (2 / 6.46)));
  }
  .home-top__desc:not(:first-of-type) {
    margin-top: calc(2rem + ((1vw - 7.68px) * (15 / 6.46)));
  }
  .home-top__scroll-wrapper {
    right: calc(20px + ((1vw - 7.68px) * (16 / 6.46)));
    top: calc(-235px + ((1vw - 7.68px) * (-58 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-top {
    margin-top: 33.7rem;
  }
  .home-top__img:nth-of-type(1) {
    left: -170px;
    top: -140px;
  }
  .home-top__img:nth-of-type(2) {
    left: 183px;
    top: -245px;
  }
  .home-top__title {
    font-size: 2rem;
  }
  .home-top__intro {
    font-size: 4.8rem;
    margin-top: 4rem;
  }
  .home-top__intro sup {
    font-size: 2.7rem;
  }
  .home-top__intro sup span {
    font-size: 2.7rem;
  }
  .home-top__desc-group {
    margin-top: 7.5rem;
  }
  .home-top__desc {
    font-size: 1.4rem;
  }
  .home-top__desc:not(:first-of-type) {
    margin-top: 3.5rem;
  }
  .home-top__scroll-wrapper {
    right: 36px;
    top: -293px;
  }
}
@media screen and (min-width: 768px) {
  .home-about {
    margin-top: calc(15.5rem + ((1vw - 7.68px) * (80 / 6.46)));
    padding-bottom: calc(21.8rem + ((1vw - 7.68px) * (150 / 6.46)));
  }
  .home-about__intro {
    font-size: calc(2.1rem + ((1vw - 7.68px) * (13 / 6.46)));
    margin-top: calc(3rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .home-about__desc {
    font-size: calc(1.2rem + ((1vw - 7.68px) * (2 / 6.46)));
    margin-top: calc(3.3rem + ((1vw - 7.68px) * (40 / 6.46)));
  }
  .home-about__img {
    margin-top: calc(9rem + ((1vw - 7.68px) * (100 / 6.46)));
  }
  .home-about__attention {
    margin-right: calc(.8rem + ((1vw - 7.68px) * (30 / 6.46)));
    margin-top: calc(1.6rem + ((1vw - 7.68px) * (-30 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-about {
    margin-top: 23.5rem;
    padding-bottom: 36.8rem;
  }
  .home-about__intro {
    font-size: 3.4rem;
    margin-top: 6rem;
  }
  .home-about__desc {
    font-size: 1.4rem;
    margin-top: 7.3rem;
  }
  .home-about__img {
    margin-top: 19rem;
  }
  .home-about__attention {
    margin-right: 3.8rem;
    margin-top: -1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .home-product {
    padding-bottom: calc(9rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
  .home-product__list {
    padding-top: calc(8.2rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .home-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-product__item:nth-of-type(odd) .home-product__img {
    left: calc(-30px + ((1vw - 7.68px) * (-50 / 6.46)));
  }
  .home-product__item:nth-of-type(odd) .home-product__txt {
    margin-left: calc(-6rem + ((1vw - 7.68px) * (-100 / 6.46)));
  }
  .home-product__item:nth-of-type(even) .home-product__img {
    right: calc(-30px + ((1vw - 7.68px) * (-50 / 6.46)));
  }
  .home-product__item:nth-of-type(even) .home-product__txt {
    margin-right: calc(-6rem + ((1vw - 7.68px) * (-100 / 6.46)));
  }
  .home-product__item:nth-of-type(even) .more-btn {
    margin-right: calc(-1.3rem + ((1vw - 7.68px) * (-10 / 6.46)));
  }
  .home-product__txt {
    margin-top: calc(7.7rem + ((1vw - 7.68px) * (100 / 6.46)));
  }
  .home-product__txt-title {
    font-size: calc(3rem + ((1vw - 7.68px) * (18 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-product {
    padding-bottom: 14rem;
  }
  .home-product__list {
    padding-top: 11.2rem;
  }
  .home-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-product__item:nth-of-type(odd) .home-product__img {
    left: -80px;
  }
  .home-product__item:nth-of-type(odd) .home-product__txt {
    margin-left: -16rem;
  }
  .home-product__item:nth-of-type(even) .home-product__img {
    right: -80px;
  }
  .home-product__item:nth-of-type(even) .home-product__txt {
    margin-right: -16rem;
  }
  .home-product__item:nth-of-type(even) .more-btn {
    margin-right: -2.3rem;
  }
  .home-product__txt {
    margin-top: 17.7rem;
  }
  .home-product__txt-title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .home-air {
    padding-top: calc(10rem + ((1vw - 7.68px) * (100 / 6.46)));
  }
  .home-air__txt {
    margin-top: calc(2.2rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
  .home-air__intro {
    font-size: calc(2.4rem + ((1vw - 7.68px) * (10 / 6.46)));
    margin-top: calc(2rem + ((1vw - 7.68px) * (20 / 6.46)));
  }
  .home-air__desc {
    font-size: calc(1.2rem + ((1vw - 7.68px) * (2 / 6.46)));
    margin-top: calc(4.3rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-air {
    padding-top: 20rem;
  }
  .home-air__txt {
    margin-top: 7.2rem;
  }
  .home-air__intro {
    font-size: 3.4rem;
    margin-top: 4rem;
  }
  .home-air__desc {
    font-size: 1.4rem;
    margin-top: 7.3rem;
  }
}
@media screen and (min-width: 768px) {
  .home-news {
    margin-top: calc(15.2rem + ((1vw - 7.68px) * (100 / 6.46)));
  }
  .home-news__inner {
    padding-left: calc(9.8rem + ((1vw - 7.68px) * (70 / 6.46)));
  }
  .home-news__title {
    left: calc(33px + ((1vw - 7.68px) * (40 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-news {
    margin-top: 25.2rem;
  }
  .home-news__inner {
    padding-left: 16.8rem;
  }
  .home-news__title {
    left: 73px;
  }
}
@media screen and (min-width: 768px) {
  .home-shop {
    padding-bottom: calc(19rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .home-shop {
    padding-bottom: 24rem;
  }
}
/* ==============================================================
*  レスポンシブPC(sub-common)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-mv-txt__title {
    font-size: calc(5rem + ((1vw - 7.68px) * (10 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-mv-txt__title {
    font-size: 6rem;
  }
}
/* ==============================================================
*  レスポンシブPC(sub-about)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-about-main__wrapper {
    margin-top: calc(10.5rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
  .sub-about-main__container:nth-of-type(2) {
    margin-top: calc(18rem + ((1vw - 7.68px) * (80 / 6.46)));
  }
  .sub-about-main__container:nth-of-type(3) {
    margin-top: calc(21.5rem + ((1vw - 7.68px) * (80 / 6.46)));
  }
  .sub-about-main__container:nth-of-type(4) {
    margin-top: calc(18rem + ((1vw - 7.68px) * (80 / 6.46)));
  }
  .sub-about-main__container:nth-of-type(5) {
    margin-top: calc(15rem + ((1vw - 7.68px) * (80 / 6.46)));
  }
  .sub-about-main__img {
    height: calc(251.12px + ((1vw - 7.68px) * (168 / 6.46)));
  }
  .sub-about-main__img img {
    height: calc(251.12px + ((1vw - 7.68px) * (168 / 6.46)));
  }
  .sub-about-main__center-img {
    margin-top: calc(6rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .sub-about-main__txt {
    top: calc(0px + ((1vw - 7.68px) * (47 / 6.46)));
  }
  .sub-about-main__title {
    font-size: calc(1.8rem + ((1vw - 7.68px) * (12 / 6.46)));
    margin-bottom: calc(4.8rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .sub-about-main__title .asterisk {
    font-size: calc(1rem + ((1vw - 7.68px) * (8 / 6.46)));
    top: calc(-7px + ((1vw - 7.68px) * (-3 / 6.46)));
  }
  .sub-about-main__title::before {
    bottom: calc(-24px + ((1vw - 7.68px) * (-12 / 6.46)));
  }
  .sub-about-main__title::after {
    font-size: calc(14rem + ((1vw - 7.68px) * (90 / 6.46)));
    left: calc(-20px + ((1vw - 7.68px) * (-24 / 6.46)));
    top: calc(-94px + ((1vw - 7.68px) * (-44 / 6.46)));
  }
  .sub-about-main__intro {
    font-size: calc(1.5rem + ((1vw - 7.68px) * (3 / 6.46)));
    margin-bottom: 1.2rem;
  }
  .sub-about-main__desc {
    font-size: calc(1.2rem + ((1vw - 7.68px) * (2 / 6.46)));
  }
  .sub-about-main__item {
    padding: calc(.4rem + ((1vw - 7.68px) * (4 / 6.46)));
  }
  .sub-about-main__item-platinum:not(:first-of-type) .sub-about-main__item-img::before {
    left: calc(-21px + ((1vw - 7.68px) * (-11 / 6.46)));
  }
  .sub-about-main__item-txt {
    padding-bottom: calc(.5rem + ((1vw - 7.68px) * (19 / 6.46)));
    padding-left: calc(.7rem + ((1vw - 7.68px) * (10 / 6.46)));
    padding-right: calc(.7rem + ((1vw - 7.68px) * (10 / 6.46)));
    padding-top: calc(1.6rem + ((1vw - 7.68px) * (10 / 6.46)));
  }
  .sub-about-main__item-title {
    font-size: calc(1.1rem + ((1vw - 7.68px) * (5 / 6.46)));
  }
  .sub-about-main__item-desc {
    font-size: calc(1rem + ((1vw - 7.68px) * (3 / 6.46)));
  }
  .sub-about-main__item-platinum-desc {
    font-size: calc(1.4rem + ((1vw - 7.68px) * (2 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-about-main__wrapper {
    margin-top: 15.5rem;
  }
  .sub-about-main__container:nth-of-type(2) {
    margin-top: 26rem;
  }
  .sub-about-main__container:nth-of-type(3) {
    margin-top: 29.5rem;
  }
  .sub-about-main__container:nth-of-type(4) {
    margin-top: 26rem;
  }
  .sub-about-main__container:nth-of-type(5) {
    margin-top: 23rem;
  }
  .sub-about-main__img {
    height: 419.12px;
  }
  .sub-about-main__img img {
    height: 419.12px;
  }
  .sub-about-main__center-img {
    margin-top: 9rem;
  }
  .sub-about-main__txt {
    top: 47px;
  }
  .sub-about-main__title {
    font-size: 3rem;
    margin-bottom: 7.8rem;
  }
  .sub-about-main__title .asterisk {
    font-size: 1.8rem;
    top: -10px;
  }
  .sub-about-main__title::before {
    bottom: -36px;
  }
  .sub-about-main__title::after {
    font-size: 23rem;
    left: -44px;
    top: -138px;
  }
  .sub-about-main__intro {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .sub-about-main__desc {
    font-size: 1.4rem;
  }
  .sub-about-main__item {
    padding: .8rem;
  }
  .sub-about-main__item-platinum {
    width: 30.6%;
  }
  .sub-about-main__item-platinum:not(:first-of-type) .sub-about-main__item-img::before {
    left: -32px;
  }
  .sub-about-main__item-txt {
    padding-bottom: 2.4rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 2.6rem;
  }
  .sub-about-main__item-title {
    font-size: 1.6rem;
  }
  .sub-about-main__item-desc {
    font-size: 1.3rem;
  }
  .sub-about-main__item-platinum-desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .sub-about-before {
    margin-top: calc(16.5rem + ((1vw - 7.68px) * (60 / 6.46)));
    padding-bottom: calc(13rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-about-before {
    margin-top: 22.5rem;
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .sub-about-material {
    padding-top: calc(15.6rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-about-material {
    padding-top: 20.6rem;
  }
}
/* ==============================================================
*  レスポンシブPC(sub-products)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-products-main {
    padding-bottom: calc(14.2rem + ((1vw - 7.68px) * (130 / 6.46)));
  }
  .sub-products-main__container {
    margin-top: calc(5rem + ((1vw - 7.68px) * (30 / 6.46)));
    padding-top: calc(7rem + ((1vw - 7.68px) * (30 / 6.46)));
  }
  .sub-products-main__img {
    max-width: calc(300px + ((1vw - 7.68px) * (300 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-products-main {
    padding-bottom: 27.2rem;
  }
  .sub-products-main__container {
    margin-top: 8rem;
    padding-top: 10rem;
  }
  .sub-products-main__img {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .sub-products-step {
    padding-bottom: calc(6.6rem + ((1vw - 7.68px) * (50 / 6.46)));
  }
  .sub-products-step__container::before {
    height: calc(280px + ((1vw - 7.68px) * (20 / 6.46)));
  }
  .sub-products-step__step {
    font-size: calc(1.3rem + ((1vw - 7.68px) * (1 / 6.46)));
    left: calc(10px + ((1vw - 7.68px) * (8 / 6.46)));
    padding-left: calc(1.3rem + ((1vw - 7.68px) * (4 / 6.46)));
    padding-right: calc(1.3rem + ((1vw - 7.68px) * (4 / 6.46)));
    top: calc(10px + ((1vw - 7.68px) * (8 / 6.46)));
  }
  .sub-products-step__img-wrapper {
    height: calc(280px + ((1vw - 7.68px) * (20 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .sub-products-step {
    padding-bottom: 11.6rem;
  }
  .sub-products-step__container::before {
    height: 300px;
  }
  .sub-products-step__step {
    font-size: 1.4rem;
    left: 18px;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    top: 18px;
  }
  .sub-products-step__img-wrapper {
    height: 300px;
  }
}
/* ==============================================================
*  レスポンシブPC(sub-news)
* ============================================================ */
@media screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-bottom: calc(16.5rem + ((1vw - 7.68px) * (80 / 6.46)));
  }
}
@media screen and (min-width: 1414px) {
  .pagination .nav-links {
    margin-bottom: 24.5rem;
  }
}
/* ==============================================================
*  レスポンシブPC(sub-shop)
* ============================================================ */
/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 375px) {
  .more-btn.-home-product {
    line-height: 1.5;
    padding-bottom: 6vw;
    text-align: center;
  }
  .more-btn.-home-product span {
    display: none;
  }
  .more-btn.-home-product .br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home-center-bg {
    background: none;
  }

  .bg::before {
    background-image: url(../img/common/bg-sp.png);
  }

  .inner {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }

  .more-btn {
    font-size: 2.8vw;
    height: 27vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    padding-bottom: 1vw;
    width: 27vw;
  }
  .more-btn::before {
    height: 2vw;
    left: 1vw;
    top: 5vw;
    width: 21vw;
  }
  .more-btn.-home-product {
    bottom: auto;
    font-size: 2.4vw;
    position: relative;
    right: auto;
    top: 19vw;
  }
  .more-btn.-no-circle {
    margin-left: -3.5vw;
    margin-top: -5.5vw;
  }

  .breadcrumb {
    display: none;
  }

  .category-list {
    margin-top: 12.2vw;
  }
  .category-list li {
    margin-right: 4vw;
    margin-top: 4vw;
  }
  .category-list li:not(:first-of-type) {
    margin-left: 0;
  }
  .category-list li a {
    font-size: 4vw;
    padding: 1.8vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header__top {
    padding-left: 5.4vw;
    top: 6.5vw;
  }
  .header__logo {
    width: 36.3vw;
  }

  .hamburger {
    height: 7vw;
    right: 5.2vw;
    top: -1.5vw;
    width: 7.5vw;
  }
  .hamburger span {
    height: 1px;
    width: 7.5vw;
  }
  .hamburger span:nth-of-type(1) {
    top: 2vw;
  }
  .hamburger span:nth-of-type(2) {
    top: 3.5vw;
  }
  .hamburger span:nth-of-type(3) {
    top: 5vw;
  }
  .hamburger.active span:nth-of-type(1) {
    top: 3.5vw;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .hamburger.active span:nth-of-type(3) {
    top: 3.5vw;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }

  .nav-drawer__list {
    display: block;
    padding-left: 8vw;
    padding-top: 36vw;
    text-align: left;
  }
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 7.7vw;
  }
  .nav-drawer__item.-store {
    margin-top: 10.5vw;
  }
  .nav-drawer__item.-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 11vw;
  }
  .nav-drawer__link {
    font-size: 4.5vw;
  }
  .nav-drawer__link.-store {
    border: 0.3vw solid #fff;
    border-radius: .8vw;
    font-size: 3.66vw;
    height: 13vw;
    margin-left: 0;
    width: 48.6vw;
  }
  .nav-drawer__sns {
    width: 8vw;
  }
  .nav-drawer__sns img {
    height: auto;
    width: 100%;
  }
  .nav-drawer__sns:not(:first-of-type) {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .news__list {
    display: block;
    margin-bottom: 16.3vw;
    margin-top: 10.5vw;
  }
  .news__list.-home {
    margin-top: 11.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 5.33vw;
    position: relative;
  }
  .news__list.-home .news__item {
    margin-right: 0;
    padding-right: 5.7%;
  }
  .news__list.-home .news__item:nth-child(3n) {
    padding-right: 5.7%;
  }
  .news__item {
    margin-right: 0;
    width: 100%;
  }
  .news__category {
    border-radius: 0.8vw;
    font-size: 3.5vw;
    margin-top: 3.8vw;
    padding: 1.6vw 4.4vw;
  }
  .news__img img {
    height: auto;
  }
  .news__img.-home img {
    height: 40.5vw;
  }
  .news__txt {
    padding-bottom: 11vw;
    padding-top: 2.7vw;
  }
  .news__item-title {
    font-size: 3.15vw;
    line-height: 1.6;
    margin-top: 3.3vw;
  }
  .news__time {
    display: block;
    font-size: 2.7vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .before-after__img-group {
    display: block;
  }
  .before-after__img-group::before {
    height: 3.5vw;
    right: 0;
    top: -1.7vw;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 3.5vw;
  }
  .before-after__img {
    width: 100%;
  }
  .before-after__img:not(:first-of-type) {
    margin-top: 11vw;
  }
  .before-after__img-txt {
    left: 4.6vw;
    top: 3.5vw;
    font-size: 2.9vw;
  }
  .before-after__img-attention {
    margin-top: 3vw;
    font-size: 2.95vw;
  }
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 0;
    padding-top: 16.7vw;
  }
  .products__title {
    font-size: 8vw;
  }
  .products__list {
    display: block;
    margin-top: 14vw;
  }
  .products__item {
    width: 100%;
  }
  .products__item:not(:first-of-type) {
    margin-top: 14vw;
  }
  .products__img {
    height: 64vw;
  }
  .products__img img {
    height: auto;
    width: 51%;
  }
  .products__txt {
    padding-top: 5.5vw;
  }
  .products__category {
    font-size: 4.6vw;
  }
  .products__item-title {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
  .products__price {
    margin-top: 4.5vw;
  }
  .products__price .tax {
    font-size: 3.8vw;
  }
  .products__price span {
    font-size: 3.8vw;
  }
  .products .more-btn {
    top: 13.5vw;
  }
}
@media screen and (max-width: 767px) {
  .shop {
    padding-bottom: 20vw;
  }
  .shop.-home {
    margin-top: 25vw;
    padding-bottom: 20vw;
  }
/*   .shop__list {
    margin-top: 25.8vw;
  } */
  .shop__list::after {
    width: calc(97% / 2);
  }
/*   .shop__list.-home {
    margin-top: 14vw;
  } */
  .shop__item {
    margin-right: 0;
    width: calc(97% / 2);
  }
  .shop__item:nth-child(4n) {
    margin-right: 0;
  }
  .shop__item:nth-child(n + 5) {
    margin-top: 0;
  }
  .shop__item:nth-child(n + 3) {
    margin-top: 3%;
  }
  .shop__item:nth-of-type(odd) {
    margin-right: 3%;
  }
  .shop__link {
    font-size: 3vw;
    min-height: 15.5vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-products-material {
    padding-bottom: 26vw;
    padding-top: 22vw;
  }

  .material {
    border-radius: .5vw;
    padding-bottom: 12vw;
    padding-left: 7.3vw;
    padding-right: 7.3vw;
    padding-top: 4.2vw;
  }
  .material__trigger {
    bottom: 6.5vw;
    font-size: 3.3vw;
  }
  .material__trigger.is-show {
    bottom: 5vw;
  }
  .material__desc {
    font-size: 3.2vw;
  }
  .material__desc.is-hide {
    height: 43vw;
  }
  .material__desc::before {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 8vw;
    padding-top: 18.9vw;
  }
  .footer__logo {
    width: 36.5vw;
  }
  .footer__sns-group {
    margin-top: 10vw;
  }
  .footer__sns {
    width: 8vw;
  }
  .footer__sns:not(:first-of-type) {
    margin-left: 4.3vw;
  }
  .footer__list {
    display: block;
    margin-top: 11.5vw;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 5.8vw;
  }
  .footer__item:last-of-type {
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
  .footer__item:last-of-type a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 48.8vw;
  }
  .footer__link {
    display: inline-block;
    font-size: 4vw;
  }
  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 18vw;
  }
}
/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv {
    background-image: url(../img/home/home-mv-sp.png);
    background-size: cover;
    height: 135.5vw;
  }
  .home-mv__title {
    bottom: 11vw;
    right: 4vw;
    width: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .home-top {
    margin-top: 13vw;
    text-align: center;
  }
  .home-top__inner {
    display: block;
  }
  .home-top__title {
    font-size: 3.7vw;
    line-height: 1.75;
  }
  .home-top__title span {
    display: block;
  }
  .home-top__intro {
    font-size: 6vw;
    line-height: 1.7;
    margin-top: 4.6vw;
  }
  .home-top__intro sup {
    font-size: 3.5vw;
  }
  .home-top__intro sup span {
    font-size: 3.5vw;
  }
  .home-top__intro .second {
    padding-left: 0;
  }
  .home-top__desc-group {
    margin-top: 14vw;
  }
  .home-top__desc {
    font-size: 3.5vw;
    line-height: 1.81;
  }
  .home-top__desc span {
    display: block;
  }
  .home-top__desc:not(:first-of-type) {
    margin-top: 7vw;
  }
  .home-top__desc sup {
    font-size: 2vw;
  }
  .home-top__desc sup span {
    display: inline-block;
    font-size: 2vw;
  }
  .home-top__attention {
    font-size: 2.6vw;
    line-height: 1.75;
    margin-top: 9.5vw;
    text-align: left;
  }
  .home-top__sp-title {
    font-size: 4.0vw;
    font-weight: 700;
    text-align: center;
  }
  .home-top__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.2vw;
    width: 54%;
  }
  .home-top__logo img {
    height: auto;
    width: 100%;
  }
  .home-top__img-group {
    width: 100%;
  }
  .home-top__img {
    position: static;
  }
  .home-top__img:nth-of-type(1) {
    margin-left: -16vw;
    margin-top: 16vw;
    width: 116.5%;
  }
  .home-top__img:nth-of-type(2) {
    left: 36vw;
    position: absolute;
    top: -11vw;
    width: 72%;
  }
  .home-top__txt {
    margin-top: 17vw;
    width: 100%;
  }
  .home-top__scroll-wrapper {
    left: 4vw;
    right: auto;
    top: -11.5vw;
  }
  .home-top__scroll {
    font-size: 2.7vw;
  }
  .home-top__arrow {
    height: 27vw;
    left: 1vw;
    margin: 0;
    right: auto;
    top: 2.3vw;
  }
  .home-top__arrow::before {
    height: 27vw;
    top: -27vw;
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-50%, 27vw, 0);
              transform: translate3d(-50%, 27vw, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 27vw, 0);
              transform: translate3d(-50%, 27vw, 0);
    }
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-50%, 27vw, 0);
              transform: translate3d(-50%, 27vw, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 27vw, 0);
              transform: translate3d(-50%, 27vw, 0);
    }
  }
}
@media screen and (max-width: 767px) {
  .home-about {
    margin-top: 40vw;
    padding-bottom: 57vw;
  }
  .home-about__inner {
    display: block;
  }
  .home-about__txt {
    width: 100%;
  }
  .home-about__title {
    font-size: 9vw;
    text-align: center;
  }
  .home-about__intro {
    font-size: 6.42vw;
    line-height: 1.5;
    margin-top: 16vw;
  }
  .home-about__intro span {
    display: inline;
  }
  .home-about__desc {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 9vw;
  }
  .home-about__img-group {
    margin-left: -13vw;
    margin-top: -15vw;
    width: 108%;
  }
  .home-about__attention {
    font-size: 2.65vw;
    margin-right: -5vw;
    margin-top: -3vw;
    text-align: right;
  }
  .home-about .more-btn {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .home-product {
    padding-bottom: 5.5vw;
  }
  .home-product__title {
    font-size: 9vw;
    text-align: center;
    top: -5vw;
  }
  .home-product__list {
    padding-top: 23vw;
  }
  .home-product__item {
    display: block;
  }
  .home-product__item:nth-of-type(odd) .home-product__img {
    left: 0;
  }
  .home-product__item:nth-of-type(odd) .home-product__txt {
    margin-left: 0;
  }
  .home-product__item:nth-of-type(even) {
    text-align: left;
  }
  .home-product__item:nth-of-type(even) .home-product__img {
    right: auto;
  }
  .home-product__item:nth-of-type(even) .home-product__txt {
    margin-right: 0;
  }
  .home-product__item:nth-of-type(even) .more-btn {
    margin-left: -3vw;
    margin-right: auto;
  }
  .home-product__item:not(:first-of-type) {
    margin-top: 5vw;
  }
  .home-product__img {
    margin: 0 calc(50% - 48vw);
    width: 96vw;
  }
  .home-product__txt {
    margin-top: -6.2vw;
    width: 100%;
  }
  .home-product__txt-title {
    font-size: 7.46vw;
    line-height: 1.22;
  }
  .home-product__txt-title span {
    display: block;
  }
  .home-product__name {
    font-size: 3.2vw;
    margin-top: 5.5vw;
  }
  .home-product__price {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
  .home-product__attention {
    font-size: 2.67vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-air {
    padding-top: 33.5vw;
  }
  .home-air__inner {
    display: block;
  }
  .home-air__txt {
    margin-top: 9.5vw;
    width: 100%;
  }
  .home-air__title {
    font-size: 4vw;
  }
  .home-air__title-img {
    margin-left: 5vw;
    width: 19vw;
  }
  .home-air__intro {
    font-size: 6.4vw;
    margin-top: 11vw;
  }
  .home-air__desc {
    font-size: 3.47vw;
    line-height: 1.85;
    margin-top: 10vw;
  }
  .home-air__img {
    width: 107%;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .home-interview {
    margin-top: 21.4vw;
  }
  .home-interview__title {
    font-size: 9.2vw;
  }
  .home-interview__title span {
    display: block;
  }
  .home-interview__intro {
    font-size: 3.22vw;
    margin-top: 6vw;
  }
  .home-interview__movie {
    margin-top: 11vw;
  }
  .home-interview__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    left: 5.33vw;
    position: relative;
    width: 100%;
  }
  .home-interview__item {
    padding-right: 11.2vw;
    width: 50%;
  }
  .home-interview__item:last-child {
    padding-right: 5.33vw;
  }
  .home-interview__top {
    margin-bottom: 13.4vw;
    margin-top: 5.2vw;
    padding-bottom: 12vw;
  }
  .home-interview__top-img {
    height: 32vw;
    padding: 2.3vw;
    width: 32vw;
  }
  .home-interview__top-shop {
    font-size: 3.16vw;
    margin-top: 2.8vw;
  }
  .home-interview__top-name {
    font-size: 3.7vw;
    margin-top: 2vw;
  }
  .home-interview__top-desc {
    font-size: 2.94vw;
    margin-top: 5.5vw;
  }
  .home-interview__img {
    height: 32vw;
    padding: 2.2vw;
    width: 32vw;
  }
  .home-interview__shop {
    font-size: 2.9vw;
    margin-top: 3vw;
  }
  .home-interview__name {
    font-size: 3.4vw;
    margin-top: 1.5vw;
  }
  .home-interview__desc {
    font-size: 2.93vw;
    line-height: 1.84;
    margin-top: 5vw;
  }
  .home-interview .swiper-container-horizontal > .swiper-scrollbar {
    height: .8vw;
    /* 高さ */
    left: 0;
    margin-left: 0;
    margin-top: 5vw;
    position: relative;
    right: 0;
  }
  .home-interview .swiper-scrollbar {
    background: #efefef;
    /* 背景色（現在のスライド以外） */
    border-radius: 3px;
    /* 丸み */
    height: .8vw;
    left: 5.33vw !important;
    position: relative;
    width: 56% !important;
  }
  .home-interview .swiper-scrollbar-drag {
    background: #85989e;
    /* 背景色（現在のスライド） */
    border-radius: 3px;
    /* 丸み */
    height: .8vw;
  }
}
@media screen and (max-width: 767px) {
  .home-news {
    margin-top: 43.3vw;
  }
  .home-news__inner {
    padding-left: 0;
  }
  .home-news__title {
    display: block;
    font-size: 6.4vw;
    position: static;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .home-news .news__item-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .home-news .more-btn {
    bottom: 0;
    margin-top: 11vw;
    position: relative;
    right: 0;
  }
  .home-news .swiper-container-horizontal > .swiper-scrollbar {
    height: .8vw;
    /* 高さ */
    left: 0;
    margin-left: 0;
    margin-top: -5vw;
    position: relative;
    right: 0;
  }
  .home-news .swiper-scrollbar {
    background: #efefef;
    /* 背景色（現在のスライド以外） */
    border-radius: 3px;
    /* 丸み */
    height: .8vw;
    left: 5.33vw !important;
    position: relative;
    width: 56% !important;
  }
  .home-news .swiper-scrollbar-drag {
    background: #85989e;
    /* 背景色（現在のスライド） */
    border-radius: 3px;
    /* 丸み */
    height: .8vw;
  }
}
@media screen and (max-width: 767px) {
  .home-instagram {
    margin-top: 0;
    padding-top: 23.5vw;
  }
  .home-instagram__title {
    font-size: 6.4vw;
  }
  .home-instagram__main {
    margin-top: 12.5vw;
  }

  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home-shop {
    padding-bottom: 20vw;
  }
  .home-shop__title {
    font-size: 6.5vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-mv {
    background-image: url(../img/sub/common/sub-mv-sp.png);
    height: 132.5vw;
  }
  .sub-mv__box {
    height: 12vw;
    width: 84%;
  }

  .sub-no-mv {
    margin-top: 29vw;
  }

  .sub-mv-txt__title {
    font-size: 9.1vw;
    margin-top: 0;
    padding-left: 2.7vw;
  }
  .sub-mv-txt__sub-title {
    font-size: 3.5vw;
    margin-top: 4.8vw;
    padding-left: 2.5vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-about)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-about-main {
    margin-top: -2vw;
  }
  .sub-about-main__wrapper {
    margin-top: 17vw;
  }
  .sub-about-main__container:nth-of-type(2) {
    margin-top: 32.5vw;
  }
  .sub-about-main__container:nth-of-type(2) .sub-about-main__img {
    height: 65.5vw;
  }
  .sub-about-main__container:nth-of-type(2) .sub-about-main__img img {
    width: 93%;
  }
  .sub-about-main__container:nth-of-type(3) {
    margin-top: 31vw;
  }
  .sub-about-main__container:nth-of-type(4) {
    margin-top: 32vw;
  }
  .sub-about-main__container:nth-of-type(5) {
    margin-top: 32vw;
  }
  .sub-about-main__inner {
    display: block;
  }
  .sub-about-main__img {
    height: auto;
    width: 100%;
  }
  .sub-about-main__img img {
    height: 65.5vw;
  }
  .sub-about-main__center-img {
    margin-top: 16vw;
    width: 100%;
  }
  .sub-about-main__list-platinum {
    display: block;
    margin-top: 12vw;
  }
  .sub-about-main__item-platinum {
    width: 100%;
  }
  .sub-about-main__item-platinum:not(:first-of-type) {
    margin-top: 13vw;
  }
  .sub-about-main__item-platinum:not(:first-of-type) .sub-about-main__item-img::before {
    bottom: auto;
    height: 4vw;
    left: 0;
    right: 0;
    top: -9vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 3vw;
  }
  .sub-about-main__item-platinum-desc {
    font-size: 3.2vw;
    line-height: calc(20 / 12);
    margin-top: 4vw;
  }
  .sub-about-main__attention {
    font-size: 2.65vw;
    margin-top: 6.5vw;
    text-align: left;
  }
  .sub-about-main__txt {
    margin-top: 18.5vw;
    position: static;
    width: 100%;
    z-index: 1;
  }
  .sub-about-main__title {
    font-size: 4.8vw;
    line-height: 1.3;
    margin-bottom: 13.3vw;
  }
  .sub-about-main__title::before {
    bottom: -6.5vw;
    width: 11.2vw;
  }
  .sub-about-main__title::after {
    font-size: 29vw;
    left: -2vw;
    top: -17.5vw;
  }
  .sub-about-main__title .asterisk {
    font-size: 3vw;
    top: -1.5vw;
  }
  .sub-about-main__desc {
    font-size: 3.7vw;
    line-height: 1.76;
  }
  .sub-about-main__desc .asterisk {
    font-size: 2vw;
    top: -1vw;
  }
  .sub-about-main__intro {
    font-size: 4.25vw;
    margin-bottom: 2.7vw;
  }
  .sub-about-main__list {
    display: block;
    margin-top: 10vw;
  }
  .sub-about-main__item {
    min-height: auto;
    padding: 2vw;
    width: 100%;
  }
  .sub-about-main__item:not(:first-of-type) {
    margin-top: 3.3vw;
  }
  .sub-about-main__item-txt {
    padding-bottom: 5.8vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5.8vw;
  }
  .sub-about-main__item-title {
    font-size: 3.7vw;
  }
  .sub-about-main__item-title span {
    display: inline-block;
  }
  .sub-about-main__item-desc {
    font-size: 3.51vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-about-before {
    margin-top: 31.5vw;
    padding-bottom: 32vw;
  }
  .sub-about-before__inner {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .sub-about-before__title {
    font-size: 8.8vw;
    text-align: center;
  }
  .sub-about-before__intro {
    font-size: 3.8vw;
    line-height: 1.857;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    text-align: center;
    width: 100%;
  }
  .sub-about-before .before-after {
    margin-top: 9.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-about-material {
    padding-bottom: 38vw;
    padding-top: 54vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-products)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-products-main {
    padding-bottom: 40vw;
  }
  .sub-products-main__container {
    margin-top: 16vw;
  }
  .sub-products-main__item {
    display: block;
  }
  .sub-products-main__item:not(:first-of-type) {
    margin-top: 17vw;
  }
  .sub-products-main__img {
    margin: auto;
    max-width: 71.6%;
  }
  .sub-products-main__img img {
    height: auto;
  }
  .sub-products-main__txt {
    margin-top: 7.6vw;
    width: 100%;
  }
  .sub-products-main__category {
    font-size: 5.5vw;
  }
  .sub-products-main__title {
    font-size: 3.75vw;
    margin-top: 2vw;
  }
  .sub-products-main__title span {
    line-height: 1.7;
  }
  .sub-products-main__desc {
    font-size: 3.48vw;
    margin-top: 3vw;
    padding-bottom: 4.6vw;
  }
  .sub-products-main__capacity {
    font-size: 3.48vw;
    margin-top: 6vw;
  }
  .sub-products-main__price {
    font-size: 5.40vw;
    margin-top: 3vw;
  }
  .sub-products-main__price span {
    font-size: 3.3vw;
    left: -.5em;
  }
  .sub-products-main__btn {
    border-radius: .5vw;
    font-size: 4.3vw;
    height: 12.2vw;
    margin-top: 6.5vw;
  }
  .sub-products-main__name {
    font-size: 3.48vw;
    margin-top: 6vw;
  }
  .sub-products-main__material-list {
    margin-top: 5vw;
  }
  .sub-products-main__material-item {
    font-size: 2.94vw;
    height: 7.3vw;
    margin-bottom: 2.6vw;
    margin-right: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-products-step {
    padding-bottom: 19vw;
    padding-top: 28.3vw;
  }
  .sub-products-step__title {
    font-size: 5.8vw;
  }
  .sub-products-step__intro {
    font-size: 3.73vw;
    margin-top: 8vw;
    max-width: 100%;
    text-align: left;
  }
  .sub-products-step__intro span {
    display: inline;
  }
  .sub-products-step__group {
    display: block;
    margin-top: 23.3vw;
  }
  .sub-products-step__item {
    width: 100%;
  }
  .sub-products-step__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 27vw;
  }
  .sub-products-step__item-title {
    font-size: 5.5vw;
  }
  .sub-products-step__item-title .sub-title {
    font-size: 3.5vw;
    margin-top: 1.4vw;
  }
  .sub-products-step__tab-container {
    margin-top: 6.5vw;
  }
  .sub-products-step__tab {
    border-radius: .5vw;
    height: 9vw;
    width: 9vw;
  }
  .sub-products-step__tab:not(:first-of-type) {
    margin-left: 5.2vw;
  }
  .sub-products-step__tab:not(:first-of-type)::before {
    height: 1.4vw;
    right: 11vw;
    width: 1.4vw;
  }
  .sub-products-step__tab span {
    font-size: 4vw;
  }
  .sub-products-step__container {
    margin-top: 4.5vw;
  }
  .sub-products-step__container::before {
    height: 50.5vw;
  }
  .sub-products-step__img-wrapper {
    height: 56vw;
  }
  .sub-products-step__img img {
    min-width: auto;
  }
  .sub-products-step__step {
    font-size: 3vw;
    left: 2.5vw;
    line-height: 2.1;
    padding-left: 3vw;
    padding-right: 3vw;
    top: 2.5vw;
  }
  .sub-products-step__container-title {
    font-size: 4.8vw;
    margin-top: -2.8vw;
  }
  .sub-products-step__container-desc {
    font-size: 3.5vw;
    margin-top: -1vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-news)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-news-single {
    padding-bottom: 19vw;
  }
  .sub-news-single__container {
    margin-top: 26.2vw;
    padding-left: 0rem;
    padding-right: 0;
  }
  .sub-news-single__title-area {
    padding-bottom: 8.2vw;
  }
  .sub-news-single__category {
    border-radius: .8vw;
    font-size: 3.5vw;
    margin-top: 3.8vw;
    padding: 1.6vw 4.4vw;
  }
  .sub-news-single__title {
    font-size: 4.76vw;
    line-height: 1.6;
    margin-top: 2.6vw;
  }
  .sub-news-single__time {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .sub-news-single__txt {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-news-single__txt h2 {
    font-size: 4.27vw;
    line-height: 1.6;
    margin-top: 6.6vw;
  }
  .sub-news-single__txt p {
    font-size: 3.73vw;
    margin-top: 3vw;
  }
  .sub-news-single__txt figcaption {
    font-size: 3.73vw;
  }
  .sub-news-single__btn {
    font-size: 3.73vw;
    margin-top: 9.5vw;
    padding-left: 6.5vw;
  }
  .sub-news-single__btn::before {
    height: 2.6vw;
    left: .3vw;
    width: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-bottom: 39vw;
  }

  .page-numbers {
    font-size: 3vw;
    height: 9vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    width: 9vw;
  }
}
/* ==============================================================
*  レスポンシブSP(sub-shop)
* ============================================================ */

/*# sourceMappingURL=style.css.map */