@charset "UTF-8";
/***********************************************

  設定

***********************************************/
/***********************************************

  リセット

***********************************************/
body, div, section, nav, aside, header, footer, ul, li, p, a,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html, body {
  height: 100%;
}

/***********************************************

  ヘルパー

***********************************************/
@media screen and (min-width: 640px) {
  .only-sm {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .no-sm {
    display: none;
  }
}

.fluid {
  width: 100%;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.ml3 {
  margin-left: 3rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pl3 {
  padding-left: 3rem !important;
}

.pr3 {
  padding-right: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.ml4 {
  margin-left: 4rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.ml5 {
  margin-left: 5rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pl5 {
  padding-left: 5rem !important;
}

.pr5 {
  padding-right: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.ml6 {
  margin-left: 6rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pl6 {
  padding-left: 6rem !important;
}

.pr6 {
  padding-right: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.ml7 {
  margin-left: 7rem !important;
}

.mr7 {
  margin-right: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pl7 {
  padding-left: 7rem !important;
}

.pr7 {
  padding-right: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.ml8 {
  margin-left: 8rem !important;
}

.mr8 {
  margin-right: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pl8 {
  padding-left: 8rem !important;
}

.pr8 {
  padding-right: 8rem !important;
}

.text-center {
  text-align: center;
}

/***********************************************

  基本

***********************************************/
html {
  font-size: 16px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: '貂明朝テキスト', ten-mincho-text, serif;
  line-height: 1.8;
  color: #ffffff;
  background-color: #111111;
  background-image: url(../img/common/bg-nami.jpg);
  background-size: 900px 900px;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  body {
    background-size: 720px 720px;
  }
}
@media screen and (max-width: 480px) {
  body {
    background-size: 480px 480px;
  }
}

li {
  list-style: none;
}

a {
  color: #efe7d1;
}
a:hover {
  color: #d3af6d;
  text-decoration: none;
}

.small {
  font-size: 0.8em;
}

.more-small {
  font-size: 0.55em;
}

.strong {
  color: #a81115;
}

.em {
  color: #d3af6d;
}

rt {
  font-size: 50%;
  margin-bottom: -0.4em;
}

/***********************************************

  共通パーツ

***********************************************/
.btnNormal {
  display: block;
  padding: 20px 0 20px 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background-color: #a81115;
  background-image: url(../img/common/icn-arrow-right.svg);
  background-size: 12px 12px;
  background-position: 10px center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-in-out;
}
.btnNormal:hover {
  color: #ffffff;
  background-color: #910f12;
}

.btnStrong {
  display: block;
  margin-bottom: 1rem;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #a81115;
  cursor: pointer;
  background-color: #ffffff;
  background-image: url(../img/common/icn-arrow-right-red.svg);
  background-size: 12px 12px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 2px solid #a81115;
  box-shadow: 0px 0px 0px 1px #efe7d1, 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}
.btnStrong:hover {
  color: #ffffff;
  background-color: #910f12;
  background-image: url(../img/common/icn-arrow-right.svg);
}
.btnStrong.invert {
  color: #ffffff;
  background-color: #a81115;
  background-image: url(../img/common/icn-arrow-right.svg);
}
.btnStrong.invert:hover {
  color: #a81115;
  background-color: #ffffff;
  background-image: url(../img/common/icn-arrow-right-red.svg);
}
.btnStrong.invert.secondary {
  background-color: #947f54;
  border-color: #736342;
}
.btnStrong.invert.secondary:hover {
  color: #947f54;
  background-color: #ffffff;
}
.btnStrong .subText {
  display: block;
  font-size: 0.875rem;
}
.btnStrong .mainText {
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .btnStrong .mainText.mailAddress {
    font-size: 1rem;
  }
}

.baseSection {
  position: relative;
  padding: 4rem 3rem 2rem 80px;
}
@media screen and (max-width: 480px) {
  .baseSection {
    padding: 3rem 20px 2rem 80px;
  }
}
.baseSection .innerSection {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.baseSection .innerSection h3 {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  color: #efe7d1;
  letter-spacing: 0.2em;
  border-left: 2px solid #efe7d1;
}
.baseSection .innerSection p {
  margin-bottom: 1rem;
}

.infoBox {
  padding: 0.75em 0.75em 0.75em 1em;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #efe7d1;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px dotted #efe7d1;
}

/***********************************************

  ヘッダー

***********************************************/
.globalHeader {
  position: relative;
  z-index: 100;
  /*
  // 言語選択
  .languageNav {
    position: absolute;
    right: 0.5rem;
    top: 1rem;

    ul {
      display: flex;

      li {
        margin-right: 1em;

        a {
          color: $color_secondary;
          text-decoration: none;

          &:hover {
            color: $color_secondary_light;
          }
        }
      }
    }
  }
  */
}
.globalHeader h1 {
  position: fixed;
  left: 0;
  top: 75px;
  z-index: 200;
}
.globalHeader h1 img {
  display: block;
}
@media screen and (max-width: 320px) {
  .globalHeader h1 {
    top: 60px;
    padding-left: 3px;
  }
  .globalHeader h1 img {
    height: 260px;
    width: auto;
  }
}
@media screen and (max-height: 520px) and (orientation: landscape) {
  .globalHeader h1 {
    display: none;
  }
}
.globalHeader #btnMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.globalHeader #btnMenu::before, .globalHeader #btnMenu::after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  transition: .35s ease-in-out;
}
.globalHeader #btnMenu:before {
  left: 15px;
  top: 18px;
  border-top: 1px solid #a81115;
}
.globalHeader #btnMenu:after {
  left: 15px;
  top: 29px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.globalHeader #btnMenu.active {
  background-color: #947f54;
}
.globalHeader #btnMenu.active:before {
  left: 11px;
  top: 28px;
  transform: rotate(45deg);
}
.globalHeader #btnMenu.active:after {
  left: 14px;
  height: 0px;
  transform: rotate(-45deg);
  border-bottom-color: transparent;
}
.globalHeader #globalNav {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 400px;
  background-color: rgba(17, 17, 17, 0.95);
  transition: left .35s ease-in-out;
}
.globalHeader #globalNav.active {
  left: 60px;
}
.globalHeader #globalNav ul {
  padding: 60px 0 2px 0;
  border-bottom: 3px solid #947f54;
}
.globalHeader #globalNav ul li a {
  display: block;
  padding: 0.3rem 0 0.3rem 54px;
  line-height: 2.4;
  color: #ffffff;
  text-decoration: none;
  background-image: url(../img/common/icn-arrow-right.png);
  background-size: 27px 7px;
  background-position: 1rem center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #947f54;
}
.globalHeader #globalNav ul li a:hover {
  color: #947f54;
}
.globalHeader #globalNav ul li:last-child a {
  border-bottom: none;
}
.globalHeader .companyLogos {
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.globalHeader .companyLogos img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .globalHeader .companyLogos img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .globalHeader .companyLogos img {
    width: 130px;
  }
}
.globalHeader .reserveNav {
  position: fixed;
  left: 0;
  bottom: 10px;
}
.globalHeader .reserveNav a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 60px;
  height: 200px;
  padding-right: 14px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  background-color: #691416;
  border-right: 2px solid #d3af6d;
}
@media screen and (max-width: 1024px) {
  .globalHeader .reserveNav a {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .globalHeader .reserveNav a {
    height: 150px;
  }
}
.globalHeader .reserveNav a:hover {
  color: #ffffff;
}
.globalHeader .reserveNav a::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -10px;
  border: 5px solid transparent;
  border-bottom: 5px solid #691416;
}
.globalHeader .reserveNav a::after {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #691416;
}

/***********************************************

  フッター

***********************************************/
.globalFooter {
  position: relative;
  padding: 6rem 20px 2rem 20px;
  text-align: center;
  background-image: url(../img/top/nihonshu-koshu-soushin.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.globalFooter .innerFooter {
  position: relative;
}
.globalFooter .innerFooter .footerId {
  margin-bottom: 3rem;
  letter-spacing: 0.5em;
}
.globalFooter .innerFooter .footerId img:first-child {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 0;
}
.globalFooter .innerFooter #footerNav {
  max-width: 480px;
  margin: 0 auto 2rem auto;
  padding: 1rem 1em 1rem 0;
}
.globalFooter .innerFooter #footerNav ul li a {
  padding-left: 20px;
  font-size: 0.707rem;
  text-decoration: none;
  background-image: url(../img/common/icn-arrow-right.svg);
  background-size: 8px 8px;
  background-position: left center;
  background-repeat: no-repeat;
}
.globalFooter .innerFooter .copylight {
  margin-bottom: 0;
  font-family: serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 480px) {
  .globalFooter .innerFooter .copylight {
    letter-spacing: 0.1em;
  }
}

/***********************************************

  ページトップへボタン

***********************************************/
#toPageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/common/icn-arrow-up.svg);
  background-size: 1.5rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}

/***********************************************

  下層ページヘッダー（MV）

***********************************************/
/*
.pageHeader {
  height: 60vh;

  background: {
    size    : cover;
    position: center center;
    repeat  : no-repeat;
  }
}
*/
/***********************************************

  特長・こだわり

***********************************************/
.topContent {
  clear: both;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  /*
  // ↓（矢印アイコン）
  .btnNextContent {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -30px;

    img {
      display: block;
    }
  }
  */
}
@media screen and (max-width: 768px) {
  .topContent {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .topContent {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.topContent .contentBg {
  position: relative;
  top: -65%;
  height: 130%;
  z-index: -1 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.topContent .contentText {
  float: right;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .topContent .contentText {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.topContent .contentText > div {
  margin-right: 50vw;
  display: inline-block;
  transform: translateX(50%);
}
.topContent .contentText h3 {
  margin-left: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
}
.topContent .contentText p {
  margin-left: 1rem;
  padding-top: 2em;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .topContent .contentText.longPassage p {
    margin-left: 0.75rem;
    font-size: 0.775rem;
    line-height: 1.6em;
  }
}
.topContent .contentText .nextLink {
  position: relative;
  display: block;
  margin-right: 1.5rem;
  padding-bottom: 70px;
  text-align: right;
  font-family: serif;
  font-size: 0.707rem;
  text-decoration: none;
  color: #947f54;
}
@media screen and (max-width: 480px) {
  .topContent .contentText .nextLink {
    margin-right: 0;
  }
}
.topContent .contentText .nextLink::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 55px;
  background: #947f54;
  animation: strLn 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.topContent .contentText .nextLink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #947f54;
  transform: rotate(45deg);
  animation: strLnAr 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes strLn {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes strLnAr {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  30% {
    bottom: 1px;
    opacity: 1;
  }
  70% {
    bottom: 1px;
    opacity: 1;
  }
  100% {
    bottom: 1px;
    opacity: 0;
  }
}
#topContent1 .contentBg {
  background-image: url(../img/top/sakagura.jpg);
}
#topContent1 .contentText {
  background-color: rgba(241, 238, 218, 0.75);
  color: #4b3e39;
}

#topContent2 .contentBg {
  background-image: url(../img/top/oni-no-sumika.jpg);
}
#topContent2 .contentText {
  background-color: rgba(52, 53, 55, 0.8);
}

#topContent3 .contentBg {
  background-image: url(../img/top/sugidama.jpg);
}
#topContent3 .contentText {
  background-color: rgba(52, 53, 55, 0.8);
}

/* // 一流が揃う場所
#topContent4 {
  .contentBg   { background-image: url(../img/top/room.jpg); }
  .contentText { background-color: rgba(#f1eeda, 0.8); color: $color_gray; }
  .contentLink {
    background: {
      color: rgba(#c7ae89, 0.9);
      image   : url(../img/top/hashi.png);
      size    : 60px auto;
      position: 10px center;
      repeat  : no-repeat;
    }
  }
} */
/***********************************************

  ブランドストーリー／商品紹介 共通

***********************************************/
.stdContent {
  padding-left: 80px;
  /*─────────────────────
    内容詳細
  ─────────────────────*/
  /*─────────────────────
    内容詳細ボタン
  ─────────────────────*/
}
.stdContent .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 3rem 2rem 0;
}
@media screen and (max-width: 480px) {
  .stdContent .inner {
    padding: 2.5rem 20px 1rem 0;
  }
}
.stdContent h2 {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.65em;
  font-size: 3.75em;
  line-height: 1.6em;
  border-bottom: solid 1px #4b3e39;
}
@media screen and (max-width: 1024px) {
  .stdContent h2 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 480px) {
  .stdContent h2 {
    font-size: 2.0em;
  }
}
.stdContent h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 2em;
  line-height: 0;
  border-bottom: 1px solid #d3af6d;
  overflow: hidden;
}
.stdContent h2::first-letter {
  font-size: 2em;
  color: #a81115;
}
.stdContent h2.smallTitle {
  font-size: 1.5em;
  letter-spacing: 0.15em;
}
.stdContent h2.katakana {
  line-height: 1.2em;
}
.stdContent h2.katakana::first-letter {
  letter-spacing: -0.1em;
  vertical-align: -0.1em;
}
.stdContent h2 rt {
  font-size: 35%;
  margin-bottom: -0.5em;
}
.stdContent h2 .small {
  font-size: 0.7em;
  letter-spacing: 0;
}
.stdContent p {
  margin-bottom: 1.5em;
  font-size: 0.875rem;
}
.stdContent p img {
  max-width: 480px;
}
.stdContent ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.stdContent ul li {
  margin-bottom: 0.75em;
  list-style: outside disc;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.stdContent dl dt {
  font-size: 0.875rem;
}
.stdContent dl dd {
  margin-bottom: 0.75em;
  margin-inline-start: 1.1em;
  font-size: 0.875rem;
}
.stdContent .wrapDetailBtn {
  margin-bottom: 0;
  text-align: left;
}
.stdContent .wrapDetailBtn .btnDetail {
  position: relative;
  display: inline-block;
  height: 2em;
  width: auto;
  padding: 0.5em 3em 0.5em 1.5em;
  font-size: 0.875rem;
  text-align: center;
  color: #efe7d1;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #efe7d1;
  border-radius: 1.5em;
}
.stdContent .wrapDetailBtn .btnDetail i {
  margin-left: 0.5em;
  font-size: 0.707rem;
}
.stdContent .wrapDetailBtn .btnDetail::after {
  content: '＋';
  display: inline-block;
  position: absolute;
  right: 0.65em;
  top: 0.1em;
  font-size: 1.25rem;
}
.stdContent .wrapDetailBtn .btnDetail.doHide::after {
  content: 'ー';
  top: 0.25em;
  font-family: sans-serif;
}
.stdContent .wrapDetailBtn .btnDetail.btnDetailSmall {
  padding: 0.15em 3em 0.1em 1.5em;
  font-size: 0.75rem;
  font-style: italic;
}
.stdContent .wrapDetailBtn .btnDetail.btnDetailSmall::after {
  right: 0.65em;
  top: -1px;
  font-size: 1rem;
}

/*─────────────────────
  ブランドストーリー
─────────────────────*/
.stdContent.story .inner {
  padding-top: 3em;
}
@media screen and (max-width: 480px) {
  .stdContent.story .inner {
    padding-top: 1rem;
  }
}
.stdContent.story .inner h2 {
  padding-top: 0.15em;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.stdContent.story#brandStory1 h2 {
  background-image: url(../img/top/funashibori.jpg);
}
.stdContent.story#brandStory2 h2 {
  background-image: url(../img/top/chozetsu-giko.jpg);
}
.stdContent.story#brandStory3 h2 {
  background-image: url(../img/top/bottle.jpg);
}

/*─────────────────────
  商品紹介
─────────────────────*/
.stdContent.products {
  padding-bottom: 2em;
  color: #cccccc;
  background: #000;
  /*
  background: {
    color   : $color_light;
    image   : linear-gradient(90deg, $color_base 60px, $color_light 60px);
    size    : auto auto;
    position: left top;
    repeat  : no-repeat;
  }
  */
  /*────────────────
    タイトル
  ────────────────*/
  /*────────────────
    セット画像
  ────────────────*/
  /*────────────────
    商品
  ────────────────*/
  /*─────────────────────
    ご購入はこちらボタン
  ─────────────────────*/
  /*─────────────────────
    セット内容詳細ボタン
  ─────────────────────*/
}
.stdContent.products hr {
  height: 0px;
  margin: 3em 0;
  padding: 0;
  border: none;
  border-bottom: 1px dotted #666666;
}
.stdContent.products footer {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.stdContent.products .type {
  width: 8em;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.5em;
  text-indent: 0.25em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.stdContent.products .set {
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-indent: -0.15em;
}
.stdContent.products .set i {
  display: block;
  font-size: 0.707rem;
  letter-spacing: 0.2em;
  text-indent: -0.1em;
}
.stdContent.products .setTitle {
  padding: 0.375em 0 0.4em 0.4em;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0.5em;
  text-indent: -0.25em;
  color: #ffffff;
  text-align: center;
}
.stdContent.products .setTitle .ruby {
  display: block;
  margin-bottom: 0;
  font-size: 0.3em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-indent: -1.5em;
}
.stdContent.products .setTitle .en {
  display: block;
  margin-top: -0.1em;
  font-size: 0.375em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-indent: -1.2em;
}
@media screen and (max-width: 480px) {
  .stdContent.products .setTitle {
    letter-spacing: 0.3em;
    transform: translateX(-0.1em);
  }
  .stdContent.products .setTitle .ruby {
    text-indent: -1em;
  }
  .stdContent.products .setTitle .en {
    text-indent: -0.65em;
  }
}
.stdContent.products .price {
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  font-size: 1.05em;
  letter-spacing: 0.1em;
  color: #c20e13;
}
.stdContent.products .price .more-small {
  letter-spacing: 0;
}
.stdContent.products .setImage {
  margin-bottom: 0;
}
.stdContent.products .setDetail {
  padding: 2.5em 0 0 0;
}
.stdContent.products .product {
  text-align: center;
  margin-bottom: 3.5em;
  /* .price {
    margin-bottom: 0.75em;
    text-align: center;
    font-style: italic;
    // font-size: $small_font_size;
    letter-spacing: 0.1em;
    color: $color_primary;
  } */
}
.stdContent.products .product .type {
  width: 12em;
  margin: 0 auto 1em auto;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.stdContent.products .product .type i {
  margin-left: 0.5em;
  font-size: 0.707rem;
  letter-spacing: 0.05em;
}
.stdContent.products .product .spec {
  margin-bottom: 1.5em;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
.stdContent.products .product .spec i {
  display: block;
  font-size: 0.707rem;
  letter-spacing: 0.1em;
}
.stdContent.products .product .name {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.stdContent.products .product .name i {
  margin-left: 0.5em;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.stdContent.products .product .productImage {
  margin-bottom: 1em;
  text-align: center;
}
.stdContent.products .product .productImage img {
  height: auto;
  width: 49%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .stdContent.products .product .productImage img {
    width: 100%;
  }
}
.stdContent.products .product .en {
  font-style: italic;
}
.stdContent.products .wrapBuyBtn {
  padding-top: 1em;
  text-align: center;
}
.stdContent.products .wrapBuyBtn .btnGoToBuy {
  display: inline-block;
  padding: 1em 2em 1em 2.75em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #ffffff;
  cursor: pointer;
  background-color: #a81115;
  background-image: url(../img/common/icn-arrow-right.svg);
  background-size: 12px 12px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-in-out;
}
.stdContent.products .wrapBuyBtn .btnGoToBuy:hover {
  color: #ffffff;
  background-color: #910f12;
}
.stdContent.products .wrapBuyBtn .btnGoToBuy i {
  margin-left: 0.5em;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.stdContent.products .wrapDetailBtn {
  text-align: center;
}
.stdContent.products .wrapDetailBtn .btnDetail.doHide {
  margin-top: -2em;
}

/***********************************************

  法人の方へ

***********************************************/
#forBusiness {
  color: #333333;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 60px, transparent 60px), url(../img/common/gray-wall.png);
  background-size: auto auto, 100px auto;
  background-position: left top, left top;
  background-repeat: no-repeat, repeat;
}
#forBusiness h3 {
  color: #a81115;
  border-color: #a81115;
}
#forBusiness .businessLineupTable {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 0.707rem;
  border: 2px solid #666666;
  border-collapse: collapse;
}
#forBusiness .businessLineupTable tr td {
  border-left: 1px solid #666666;
}
@media screen and (max-width: 480px) {
  #forBusiness .businessLineupTable tr td {
    text-align: center;
  }
}
#forBusiness .businessLineupTable tr td:not(.blank) {
  border-top: 1px solid #666666;
}
#forBusiness .businessLineupTable tr td.blank {
  width: 2em;
}
#forBusiness .businessLineupTable tr td.year {
  text-align: center;
}
#forBusiness .businessLineupTable tr td.price {
  text-align: center;
}

/***********************************************

  よくあるあるご質問

***********************************************/
#faq .faqBox {
  margin-bottom: 5px;
}
#faq .faqBox .question {
  position: relative;
  padding: 0.875rem 2.5rem 0.875rem 3.5rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: normal;
  color: #efe7d1;
  cursor: pointer;
  background-color: #111111;
  transition: all 0.2s;
}
#faq .faqBox .question::before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  left: 0.875rem;
  top: 0.4em;
  font-size: 1.8rem;
}
#faq .faqBox .question::after {
  content: '＋';
  display: inline-block;
  position: absolute;
  right: 0.875rem;
  top: 0.5em;
  font-size: 1.6rem;
}
#faq .faqBox .question.open::after {
  content: 'ー';
  top: 0.6em;
  font-family: sans-serif;
}
#faq .faqBox .answer {
  padding: 0.875rem;
  font-size: 0.875rem;
  display: none;
}
#faq .faqBox .answer p {
  margin-bottom: 1em;
}
#faq .map {
  text-align: center;
}
#faq .map img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
#faq .access {
  font-size: 0.707rem;
}

/***********************************************

  トップページMV

***********************************************/
.mv {
  position: relative;
  height: 100%;
  background-image: url(../img/top/horiyoshi-storm-matsunami.png);
  background-size: 50vw auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  /*
  // ↓（矢印アイコン）
  .btnNextContent {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -30px;

    img {
      display: block;
    }
  }
  */
}
.mv .contentBg {
  position: relative;
  height: 100%;
  background-image: url(../img/top/nihonshu-koshu-soushin.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv h2 {
  position: absolute;
  left: 80px;
  top: 60px;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
}
.mv h2 span {
  display: block;
}
.mv .shopTitle {
  position: absolute;
  right: 0;
  bottom: 60px;
}
.mv .shopTitle img {
  width: 90vw;
  height: auto;
  max-width: 500px;
}
.mv .topInfo {
  position: absolute;
  left: 80px;
  bottom: 65px;
  line-height: 1.4em;
}
.mv .scrollBtn {
  display: block;
  position: absolute;
  left: calc(50% - 2.2em);
  bottom: 0;
  padding: 0 0 48px 0;
  overflow: hidden;
  color: #cccccc;
  font-size: 10px;
  font-family: serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
}
.mv .scrollBtn::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #cccccc;
  animation: strLn2 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes strLn2 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes strLn2Ar {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  30% {
    bottom: 4px;
    opacity: 1;
  }
  70% {
    bottom: 4px;
    opacity: 1;
  }
  100% {
    bottom: 4px;
    opacity: 0;
  }
}
@media screen and (min-width: 321px) {
  .mv h2 {
    left: 80px;
    top: 100px;
  }
  .mv .shopTitle {
    right: 0;
    bottom: 80px;
  }
}
@media screen and (min-width: 641px) and (orientation: landscape) {
  .mv {
    background-size: auto 50vh;
  }
  .mv h2 {
    left: 90px;
    top: 80px;
  }
  .mv .shopTitle {
    right: 0;
    bottom: 40px;
  }
  .mv .shopTitle img {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .mv h2 {
    left: 160px;
    top: 120px;
    font-size: 1.4142rem;
  }
  .mv .shopTitle {
    right: auto;
    left: 40px;
    bottom: 160px;
  }
  .mv .scrollBtn {
    padding-bottom: 65px;
    font-size: 14px;
  }
  .mv .scrollBtn::after {
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .mv h2 {
    left: 160px;
    top: 100px;
  }
  .mv .shopTitle {
    right: auto;
    left: 200px;
    bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    background-size: auto 50vh;
  }
  .mv h2 {
    left: 180px;
    top: 100px;
  }
  .mv .shopTitle {
    right: auto;
    left: 300px;
    bottom: 120px;
  }
}
@media screen and (min-width: 1260px) {
  .mv h2 {
    left: 200px;
    top: 80px;
  }
  .mv .shopTitle {
    right: auto;
    left: 400px;
    bottom: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .mv h2 {
    left: 300px;
    top: 100px;
  }
  .mv .shopTitle {
    right: auto;
    left: 420px;
    bottom: 160px;
  }
}

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