@charset "UTF-8";
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
@import url("tabpanel.css");
@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/futura_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

:root {
  --heading-font-family: Futura, sans-serif;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --text-font-family: "Century Gothic", sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --base-text-font-size: 15px;
  --default-text-font-size: 14px;
  --background: #ffffff;
  --background-rgb: 255, 255, 255;
  --light-background: #ffffff;
  --light-background-rgb: 255, 255, 255;
  --heading-color: #5c5c5c;
  --text-color: #5c5c5c;
  --text-color-rgb: 92, 92, 92;
  --text-color-light: #939393;
  --text-color-light-rgb: 147, 147, 147;
  --link-color: #323232;
  --link-color-rgb: 50, 50, 50;
  --border-color: #e7e7e7;
  --border-color-rgb: 231, 231, 231;
  --button-background: #5c5c5c;
  --button-background-rgb: 92, 92, 92;
  --button-text-color: #ffffff;
  --header-background: #ffffff;
  --header-heading-color: #5c5c5c;
  --header-light-text-color: #939393;
  --header-border-color: #e7e7e7;
  --footer-background: #ffffff;
  --footer-text-color: #939393;
  --footer-heading-color: #5c5c5c;
  --footer-border-color: #efefef;
  --navigation-background: #ffffff;
  --navigation-background-rgb: 255, 255, 255;
  --navigation-text-color: #5c5c5c;
  --navigation-text-color-light: rgba(92, 92, 92, 0.5);
  --navigation-border-color: rgba(92, 92, 92, 0.25);
  --newsletter-popup-background: #ffffff;
  --newsletter-popup-text-color: #1c1b1b;
  --newsletter-popup-text-color-rgb: 28, 27, 27;
  --secondary-elements-background: #5c5c5c;
  --secondary-elements-background-rgb: 92, 92, 92;
  --secondary-elements-text-color: #ffffff;
  --secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
  --secondary-elements-border-color: rgba(255, 255, 255, 0.25);
  --product-sale-price-color: #f94c43;
  --product-sale-price-color-rgb: 249, 76, 67;
  /* Products */
  --horizontal-spacing-four-products-per-row: 40px;
  --horizontal-spacing-two-products-per-row: 40px;
  --vertical-spacing-four-products-per-row: 60px;
  --vertical-spacing-two-products-per-row: 75px;
  /* Animation */
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --header-base-height: 80px;
  /* We set a default for browsers that do not support CSS variables */
  /* Cursors */
  --cursor-zoom-in-svg: url(../images/cursor-zoom-in.svg?v=12237874970155644060);
  --cursor-zoom-in-2x-svg: url(../images/cursor-zoom-in-2x.svg?v=5083552326767623967);
}

* {
  box-sizing: border-box;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}

:root,
html {
  font-size: 100px;
}

@media screen and (max-width: 1110px) and (min-width: 769px) {
  :root,
  html {
    font-size: 9.00901vw;
  }
}

@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.62044vw;
  }
}

body {
  color: #5C5C5C;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Futura", sans-serif;
  font-size: 0.14rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 9.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}

@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

.element {
  opacity: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pa-center, .area-coverTxt .ac-box, .area-item .item-contents .item-details .cart-box .qty-box .down-btn:before, .area-item .item-contents .item-details .cart-box .qty-box .up-btn:before, .area-item .item-contents .item-details .cart-box .qty-box .up-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pa-center-lr, .area-hero h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

em {
  font-style: normal;
}

@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.shopify-section--header {
  position: -webkit-sticky;
  position: sticky;
}

.inner {
  max-width: 10.00rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 .25rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  color: #000;
  opacity: 1;
  background: #000;
}

@keyframes zoomout {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

h2 {
  color: #5c5c5c;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 19.2px;
}

h2 span {
  font-size: 15px;
  display: block;
}

h2 em {
  font-size: 23px;
  display: block;
  margin-top: 16px;
}

p {
  font-family: "Century Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.8;
}

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

.b-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.table {
  display: table;
  width: 100%;
}

.area-hero {
  background-color: #444400;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.area-hero div {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  max-height: 100vh;
  animation: zoomout 0.8s linear;
}

.area-hero h2 {
  position: absolute;
  color: #fff;
  bottom: 80px;
}

.area-text {
  padding: 80px 0;
}

.area-text div {
  max-width: 430px;
  margin: 25px auto;
}

.area-imgTxt {
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .area-imgTxt {
    display: block;
  }
}

.area-imgTxt .imgTxt-img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .area-imgTxt .imgTxt-img {
    width: 100%;
  }
}

.area-imgTxt .imgTxt-img img {
  width: 100%;
}

.area-imgTxt .imgTxt-txt {
  width: 50%;
  padding: 50px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .area-imgTxt .imgTxt-txt {
    width: 100%;
  }
}

.area-imgTxt .imgTxt-txt > div {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.area-imgTxt .imgTxt-txt > div h2 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .area-imgTxt .imgTxt-txt > div h2 {
    text-align: center;
  }
}

.area-imgTxt .imgTxt-txt > div p {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .area-imgTxt .imgTxt-txt > div p {
    text-align: center;
  }
}

.area-imgTxt .imgTxt-txt > div p:nth-last-child(1) {
  margin-bottom: 0;
}

.area-imgTxt.img-right {
  flex-direction: row-reverse;
}

.area-imgFixed {
  min-height: 600px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.area-txtSlick {
  padding: 80px 0;
  overflow-x: hidden;
}

.area-txtSlick .slick-txt {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.area-txtSlick .slick-txt p {
  font-size: 21px;
  text-align: center;
  cursor: grab;
}

.area-txtSlick .slick-txt p span {
  display: block;
  margin-top: 20px;
}

.area-coverTxt {
  background-color: #000;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.area-coverTxt .back-img {
  width: 100%;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  animation: zoomout 0.8s linear;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.area-coverTxt .ac-box {
  position: absolute;
  color: #fff;
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.area-coverTxt h2 {
  color: #fff;
}

.area-coverTxt p {
  padding: 0 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.area-item {
  padding: 80px 0;
}

.area-item header {
  margin-bottom: 70px;
}

.area-item .item-contents {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents {
    display: block;
    padding: 0 20px;
  }
}

.area-item .item-contents .item-img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents .item-img {
    width: 100%;
  }
}

.area-item .item-contents .item-details {
  width: 55%;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents .item-details {
    width: 100%;
    padding: 20px;
  }
}

.area-item .item-contents .item-details h3 {
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents .item-details h3 {
    text-align: center;
  }
}

.area-item .item-contents .item-details h3 span {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

.area-item .item-contents .item-details h3 em {
  font-size: 22px;
  display: block;
}

.area-item .item-contents .item-details .item-price {
  font-size: 19px;
  margin-top: 15px;
  color: #939393;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents .item-details .item-price {
    text-align: center;
    display: block;
  }
}

.area-item .item-contents .item-details .item-price:before {
  content: "\0a5";
}

.area-item .item-contents .item-details .item-cap {
  font-size: 15px;
  color: #5C5C5C;
  margin: 0 0 24px;
  display: block;
}

.area-item .item-contents .item-details .cart-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #efefef;
  background: #fff;
}

.area-item .item-contents .item-details .cart-btn.sold-out {
  color: #939393;
}

.area-item .item-contents .item-details .item-link {
  display: inline-block;
  font-size: 15px;
  margin-top: 34px;
}

.area-item .item-contents .item-details .item-link span {
  border-bottom: 1px solid #5C5C5C;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .area-item .item-contents .item-details .item-link {
    display: block;
    text-align: center;
  }
}

.area-item .item-contents .item-details .cart-box {
  border-top: 1px solid #efefef;
  padding-top: 24px;
  margin-top: 24px;
}

.area-item .item-contents .item-details .cart-box .qty-box {
  justify-content: flex-start;
  margin-bottom: 25px;
}

.area-item .item-contents .item-details .cart-box .qty-box .kazu {
  width: 50px;
  height: 45px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  text-align: center;
}

.area-item .item-contents .item-details .cart-box .qty-box .down-btn {
  width: 50px;
  display: block;
  position: relative;
}

.area-item .item-contents .item-details .cart-box .qty-box .down-btn:before {
  content: "";
  width: 10px;
  height: 0.005rem;
  background: #666;
  display: block;
  position: absolute;
}

.area-item .item-contents .item-details .cart-box .qty-box .up-btn {
  width: 50px;
  display: block;
  position: relative;
}

.area-item .item-contents .item-details .cart-box .qty-box .up-btn:before {
  content: "";
  width: 10px;
  height: 0.005rem;
  background: #666;
  display: block;
  position: absolute;
}

.area-item .item-contents .item-details .cart-box .qty-box .up-btn:after {
  content: "";
  width: 0.005rem;
  height: 10px;
  background: #666;
  display: block;
  position: absolute;
}

.area-item .item-contents .item-details .cart-box .qty-box .spinner_down {
  position: relative;
  display: block;
  width: 50px;
  height: 45px;
  background: transparent;
  cursor: pointer;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: none;
}

.area-item .item-contents .item-details .cart-box .qty-box .spinner_up {
  width: 50px;
  height: 45px;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: 1px solid #efefef;
}

:focus {
  outline: none;
}

#sec-01 div {
  background-image: url("../images/top_2000x.jpg");
}

#sec-02 {
  background-image: url("../images/amino_1500x.jpg");
}

#sec-03 {
  background-image: url("../images/ht_1500x.jpg");
}

#sec-04 {
  background-image: url("../images/hp3_1500x.jpg");
}

#sec-05 {
  background-image: url("../images/c_1500x.jpg");
}

#sec-06 {
  background-image: url("../images/9_1500x.jpg");
}

#sec-07 {
  background-image: url("../images/DSC_0455_1500x.jpg");
}

#sec-08 .back-img {
  background-image: url("../images/th_1500x.jpg");
}

.btn_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn_hamburger {
    display: block;
    width: .50rem;
    height: .50rem;
    background: #383E5F;
    position: absolute;
    z-index: 9999;
    right: 0;
    transition: all 0.2s linear;
  }
}

.btn_hamburger.menu-txt {
  background: #fff;
}

.btn_hamburger a {
  position: relative;
  display: block;
  width: 40%;
  height: 16px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 99999;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.btn_hamburger a:after {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}

.btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.btn_hamburger.menu-txt span {
  background-color: #5C5C5C;
}

.btn_hamburger span:nth-of-type(1) {
  top: 0;
}

.btn_hamburger span:nth-of-type(2) {
  top: 7px;
}

.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}

.btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn_hamburger.menu-txt span:nth-of-type(2)::after {
  background-color: #5C5C5C;
}

.btn_hamburger .active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_hamburger .active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_hamburger .active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  -ms-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

.btn_hamburger .active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  -ms-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

.sp-menu {
  display: none;
}

#sp-menu {
  top: .50rem;
  max-width: 100%;
  width: 100%;
  background: #383E5F;
  padding: 0;
  overflow: hidden;
  position: absolute;
  color: #fff;
}

#sp-nav {
  padding-top: .15rem;
}

#sp-nav ul {
  text-align: left;
  width: 100%;
  margin-left: 0;
}

#sp-nav ul:nth-child(1) li {
  display: block;
  font-size: .14rem;
  text-align: left;
  margin: .25rem 0;
  padding-left: .50rem;
}

#sp-nav ul:nth-child(1) li a {
  display: block;
}
