@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset for form */
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
select::-ms-expand {
  display: none;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::-webkit-input-placeholder {
  color: #919191;
}
::-moz-placeholder {
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}
::-ms-input-placeholder {
  color: #919191;
}
::placeholder {
  color: #919191;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background: url("../images/bg.webp") center top repeat;
  background-attachment: fixed;
}

body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: left;
  letter-spacing: 0.07em;
  font-size: 3.5897435897vw;
  line-height: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.04em;
    font-size: 1.68rem;
    line-height: 3.6rem;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.txtLink {
  text-decoration: underline;
  display: inline;
  color: #0062a6;
}
a.blankLink {
  position: relative;
  display: inline-block;
}
a.blankLink:after {
  content: "";
  display: block;
  position: absolute;
  right: -1em;
  top: 0;
  background: url("../images/icon_blank.svg") center no-repeat;
  background-size: contain;
  width: 3.0769230769vw;
  height: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  a.blankLink:after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

sup, sub {
  font-size: 70%;
}

sup {
  vertical-align: super;
}

.toggle {
  cursor: pointer;
}
.toggle__icon {
  position: relative;
  display: inline-block;
}
.toggle__icon:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5em;
  top: 40%;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #97AA82;
  border-right: 1px solid #97AA82;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.toggle__icon--br:after {
  border-bottom-color: #887C62;
  border-right-color: #887C62;
}
.toggle__icon--bcb:after {
  border-bottom-color: #331F07;
  border-right-color: #331F07;
}
.toggle__icon--down {
  display: block;
}
.toggle__icon--down:after {
  right: 50%;
  top: auto;
  bottom: -7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .toggle__icon--down:after {
    bottom: -40px;
  }
}
.toggle.open .toggle__icon:after {
  -webkit-transform: translateY(25%) rotate(225deg);
          transform: translateY(25%) rotate(225deg);
}

.toggled {
  display: none;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(2vw);
          transform: translateY(2vw);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*========== l-header.scss ==========*/
/*========== l-main.scss ==========*/
.l-main {
  background-color: #FAECDF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin: 0 auto;
    width: 468px;
  }
}
.l-main__bg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main__bg-img {
    display: none;
  }
}
.l-main__bg-img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-repeat: repeat-y;
  background-size: 720px auto;
}
@media screen and (min-width: 1441px) {
  .l-main__bg-img {
    width: 720px;
  }
}
.l-main__bg-img--left {
  right: 50%;
  background-image: url("../images/main_bg_l.webp");
  background-position: right -100px;
}
@media screen and (min-width: 1441px) {
  .l-main__bg-img--left {
    right: auto;
    left: 0;
  }
}
.l-main__bg-img--right {
  left: 50%;
  background-image: url("../images/main_bg_r.webp");
  background-position: left -100px;
}
@media screen and (min-width: 1441px) {
  .l-main__bg-img--right {
    left: auto;
    right: 0;
  }
}

/*========== l-footer.scss ==========*/
.l-footer {
  padding: 7.6923076923vw 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 30px 0;
  }
}

/*========== c-inner.scss ==========*/
.c-inner {
  padding-left: 4.1025641026vw;
  padding-right: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*========== p-kv.scss ==========*/
.p-kv {
  position: relative;
  background: url("../images/kv_bg.jpg") center no-repeat;
  background-size: cover;
  height: 147.9487179487vw;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}
@media screen and (min-width: 768px) {
  .p-kv {
    height: 692px;
  }
}
.p-kv.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-kv-logo {
  position: absolute;
  width: 27.9487179487vw;
  left: 6.4102564103vw;
  top: 7.1794871795vw;
  opacity: 0;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (min-width: 768px) {
  .p-kv-logo {
    width: 130px;
    left: 30px;
    top: 33px;
  }
}
.p-kv-logo.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*========== p-header.scss ==========*/
.p-header {
  background: url("../images/header_bg.png") center no-repeat;
  background-size: 100% auto;
  padding: 10.7692307692vw 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 57px 0;
  }
}
.p-header-logo {
  margin: 0 auto 4.6153846154vw;
  width: 42.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-header-logo {
    margin-bottom: 22px;
    width: 200px;
  }
}
.p-header-ttl {
  text-align: center;
  color: #331F07;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 4.1025641026vw;
  line-height: 8.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-header-ttl {
    font-size: 1.9rem;
    line-height: 2.1;
  }
}
.p-header-line {
  z-index: 100;
  /*position: fixed;*/
  position: absolute;
  top: calc(530 / 390 * 100vw);
  right: calc(10 / 390 * 100vw);
  background: #97AA82;
  color: #FAECDF;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0.02em;
  line-height: 1.4;
  width: 29.7435897436vw;
  height: 29.7435897436vw;
  font-size: 2.9487179487vw;
}
@media screen and (min-width: 768px) {
  .p-header-line {
    top: 630px;
    right: 10px;
    width: 140px;
    height: 140px;
    font-size: 1.4rem;
  }
}
.p-header-line__icon:before {
  content: "";
  display: block;
  margin: 0 auto 1.5384615385vw;
  background: url("../images/icon_line_wh.svg") center no-repeat;
  background-size: contain;
  width: 5.8974358974vw;
  height: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .p-header-line__icon:before {
    margin-bottom: 7px;
    width: 27px;
    height: 26px;
  }
}
.p-header-line.is-show {
  opacity: 1;
  pointer-events: auto;
  transition: .3s ease-in;
}
.p-header-line.is-show:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*========== p-nav.scss ==========*/
.p-nav {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 4.6153846154vw 0;
}
@media screen and (min-width: 768px) {
  .p-nav {
    padding: 20px 0;
  }
}
.p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-nav-item {
  margin: 0 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-nav-item {
    margin: 0 6px;
  }
}
.p-nav-link {
  display: block;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 6.6666666667vw;
  width: 18.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-nav-link {
    height: 32px;
    width: 86.4px;
  }
}
.p-nav-link--01 {
  background-image: url("../images/nav01.png");
}
.p-nav-link--01.current {
  background-image: url("../images/nav01_on.png");
}
.p-nav-link--02 {
  width: 26.1538461538vw;
}
@media screen and (min-width: 768px) {
  .p-nav-link--02 {
    width: 122.4px;
  }
}
.p-nav-link--02 {
  background-image: url("../images/nav02.png");
}
.p-nav-link--02.current {
  background-image: url("../images/nav02_on.png");
}
.p-nav-link--03 {
  background-image: url("../images/nav03.png");
}
.p-nav-link--03.current {
  background-image: url("../images/nav03_on.png");
}
.p-nav-link--04 {
  background-image: url("../images/nav04.png");
}
.p-nav-link--04.current {
  background-image: url("../images/nav04_on.png");
}

/*========== p-about.scss ==========*/
.p-about {
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 74px 0;
  }
}
.p-about-ttl {
  margin: 0 auto 4.1025641026vw;
  width: 33.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-about-ttl {
    margin-bottom: 22px;
    width: 154px;
  }
}
.p-about-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4.1025641026vw 8.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-about-img {
    margin: 0 -24px 40px;
  }
}
.p-about-img--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-about-img__ttl {
  position: absolute;
  z-index: 1;
  top: -1.2em;
  right: 5.1282051282vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 600;
  font-size: 7.4358974359vw;
}
@media screen and (min-width: 768px) {
  .p-about-img__ttl {
    top: -1.5em;
    right: 30px;
    font-size: 3.48rem;
  }
}
.p-about-img__ttl-idt {
  padding-top: 2.5em;
}
.p-about-img__ttl--left {
  right: auto;
  left: 0.5em;
}
.p-about-img__ph {
  width: 82.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-about-img__ph {
    width: 386px;
  }
}
.p-about-gyokuro {
  margin: 7.9487179487vw 0 32.3076923077vw;
}
@media screen and (min-width: 768px) {
  .p-about-gyokuro {
    margin: 37px 0 151px;
  }
}
.p-about-gyokuro__ttl {
  color: #97AA82;
  border-top: 1px solid #97AA82;
  border-bottom: 1px solid #97AA82;
  text-align: center;
  height: 10.2564102564vw;
  line-height: 10.2564102564vw;
  margin-bottom: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-about-gyokuro__ttl {
    height: 44px;
    line-height: 44px;
    margin-bottom: 22px;
  }
}
.p-about-gyokuro__ttl-icon {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 4.1025641026vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-gyokuro__ttl-icon {
    font-size: 1.92rem;
  }
}

/*========== p-products.scss ==========*/
.anim-up,
.anim-right {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.anim-up {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}

.anim-right {
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}

.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-products {
  background: url("../images/products_bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 26.9230769231vw 0 8.7179487179vw;
}
@media screen and (min-width: 768px) {
  .p-products {
    padding: 155px 0 3px;
  }
}
.p-products-ttl {
  margin: 0 auto 4.358974359vw;
  width: 53.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-products-ttl {
    margin-bottom: 23px;
    width: 248px;
  }
}
.p-products-mv {
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-products-mv {
    margin-bottom: 60px;
  }
}
.p-products-pd {
  margin-bottom: 32.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd {
    margin-bottom: 154px;
  }
}
.p-products-pd__ttl {
  color: #331F07;
  margin-bottom: 1em;
  letter-spacing: 0.14em;
  font-size: 5.3846153846vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd__ttl {
    font-size: 2.52rem;
  }
}
.p-products-pd__txt {
  color: #331F07;
  letter-spacing: 0.06em;
  margin-bottom: 50.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd__txt {
    letter-spacing: 0.04em;
    margin-bottom: 227px;
  }
}
.p-products-pd-item {
  position: relative;
}
.p-products-pd-item:not(:last-child) {
  margin-bottom: 40.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item:not(:last-child) {
    margin-bottom: 212px;
  }
}
.p-products-pd-item__slide {
  width: 80.7692307692vw;
  margin-left: 19.2307692308vw;
  margin-bottom: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__slide {
    width: 378px;
    margin-left: 90px;
    margin-bottom: 42px;
  }
}
.p-products-pd-item__slide--even {
  margin-left: 0;
}
.p-products-pd-item__ttl {
  position: absolute;
  width: 100%;
  top: -2.5em;
  color: #331F07;
  margin-bottom: 1.5em;
  line-height: 1;
  font-size: 4.358974359vw;
  padding-left: 19.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__ttl {
    font-size: 2rem;
    padding-left: 90px;
  }
}
.p-products-pd-item__ttl--even {
  padding-left: 0;
  padding-right: 19.2307692308vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__ttl--even {
    padding-right: 90px;
  }
}
.p-products-pd-item__name {
  position: absolute;
  width: 6.1538461538vw;
  top: -17.6923076923vw;
  left: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__name {
    width: 28px;
    top: -83px;
  }
}
.p-products-pd-item__name--even {
  left: auto;
  right: 1.5em;
}
.p-products-pd-item__feel {
  position: absolute;
  z-index: 1;
  top: 6.1538461538vw;
  left: 16.4102564103vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__feel {
    top: 30px;
    left: 76px;
    height: 12px;
  }
}
.p-products-pd-item__feel--even {
  left: auto;
  right: 16.4102564103vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__feel--even {
    right: 76px;
  }
}
.p-products-pd-item__feel img {
  width: auto;
  height: 100%;
}
.p-products-pd-item__txt {
  position: relative;
}
.p-products-pd-item__txt:after {
  opacity: 0;
  -webkit-transform: scale(1.15) rotate(-4deg);
          transform: scale(1.15) rotate(-4deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.4s ease-out 0.8s, -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.8s, -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.8s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.8s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.5em;
  background: url("../images/mark_gyokuro.svg") center no-repeat;
  background-size: contain;
  width: 16.6666666667vw;
  height: 15.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__txt:after {
    width: 78px;
    height: 70px;
  }
}
.p-products-pd-item__txt-wrap.is-show .p-products-pd-item__txt:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.p-products-pd-item__about {
  margin: 11.5384615385vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__about {
    margin: 68px 0 62px;
  }
}
.p-products-pd-item__type {
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #97AA82;
  color: #97AA82;
  padding: 2.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__type {
    padding: 16px 0;
  }
}
.p-products-pd-item__type-img {
  width: auto;
  height: 3.0769230769vw;
  margin-bottom: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__type-img {
    height: 14px;
    margin-bottom: 16px;
  }
}
.p-products-pd-item__type--karigane {
  color: #887C62;
  border-bottom-color: #887C62;
}
.p-products-pd-item__type:not(:first-child) {
  margin-top: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__type:not(:first-child) {
    margin-top: 15px;
  }
}
.p-products-pd-item__detail {
  padding: 3.0769230769vw 0;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__detail {
    padding: 14px 0;
  }
}
.p-products-pd-item__detail-chart {
  width: 67.1794871795vw;
  margin: 5.1282051282vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-products-pd-item__detail-chart {
    width: 314px;
    margin-top: 24px;
  }
}
.p-products-pd-item__bn {
  display: block;
  /*pointer-events: none;*/
}
.p-products-cc__ttl {
  position: relative;
  margin-bottom: 9.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__ttl {
    margin-bottom: 43px;
  }
}
.p-products-cc__ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #97AA82;
}
.p-products-cc__ttl img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 54.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__ttl img {
    width: 253px;
  }
}
.p-products-cc__item {
  margin-bottom: 16.1538461538vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__item {
    margin-bottom: 76px;
  }
}
.p-products-cc__creator {
  position: relative;
  border-bottom: 1px solid #331F07;
  margin: 0 auto 8.4615384615vw;
  padding-bottom: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__creator {
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
}
.p-products-cc__creator-insta {
  position: absolute;
  right: -8.9743589744vw;
  bottom: 2.3076923077vw;
  width: 5.8974358974vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__creator-insta {
    right: -42px;
    bottom: 11px;
    width: 28px;
  }
}
.p-products-cc__creator--01 {
  width: 57.1794871795vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__creator--01 {
    width: 266px;
  }
}
.p-products-cc__creator--02 {
  width: 35.8974358974vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__creator--02 {
    width: 176px;
  }
}
.p-products-cc__creator--03 {
  width: 68.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-products-cc__creator--03 {
    width: 331px;
  }
}
.p-products-cc__img {
  overflow: hidden;
  border-radius: 5.1282051282vw;
  margin: 0 auto 7.4358974359vw;
  text-align: center;
  width: 72.3076923077vw;
}
.adjust .p-products-cc__img {
  border-radius: 0px;
  width: calc(227 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-products-cc__img {
    width: 338px;
    border-radius: 24px;
    margin-bottom: 37px;
  }
  .adjust .p-products-cc__img {
    width: 227px;
  }
}

/*========== p-shop.scss ==========*/
.p-shop {
  border-top: 1px solid #97AA82;
  background: #FAF9F7;
  padding: 15.8974358974vw 0 16.4102564103vw;
}
@media screen and (min-width: 768px) {
  .p-shop {
    padding: 74px 0 77px;
  }
}
.p-shop-ttl {
  margin: 0 auto 8.9743589744vw;
  width: 32.3076923077vw;
}
@media screen and (min-width: 768px) {
  .p-shop-ttl {
    margin-bottom: 44px;
    width: 151px;
  }
}
.p-shop-subTtl {
  margin: 8.9743589744vw auto;
  width: 82.3076923077vw;
}
@media screen and (min-width: 768px) {
  .p-shop-subTtl {
    margin: 44px auto;
    width: 384px;
  }
}

/*========== p-news.scss ==========*/
.p-news {
  position: relative;
  background: rgba(250, 249, 247, 0.8);
  background-size: 100% auto;
  border-top: 1px solid #97AA82;
  border-bottom: 1px solid #97AA82;
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding: 60px 0;
  }
}
.p-news:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/news_bg.png") center bottom no-repeat;
  background-size: 100% auto;
  opacity: 0.2;
  height: 16.9230769231vw;
}
@media screen and (min-width: 768px) {
  .p-news:after {
    height: 80px;
  }
}
.p-news-ttl {
  margin: 0 auto 10vw;
  width: 27.1794871795vw;
}
@media screen and (min-width: 768px) {
  .p-news-ttl {
    margin-bottom: 50px;
    width: 127px;
  }
}
.p-news-item {
  line-height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-news-item {
    line-height: 1.85;
  }
}
.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news-item:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-news-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.p-news-item__date {
  width: 6em;
}
.p-news-item__txt {
  width: calc(100% - 6em);
}

/*========== p-sns.scss ==========*/
.p-sns {
  border-top: 1px solid #97AA82;
  padding: 19.7435897436vw 0 8.4615384615vw;
}
.p-sns {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-sns {
    padding: 92px 0 47px;
  }
}
.p-sns-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-sns-insta {
    margin-bottom: 55px;
  }
}
.p-sns-insta__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.9230769231vw;
}
@media screen and (min-width: 768px) {
  .p-sns-insta__feed {
    margin-bottom: 32px;
  }
}
.p-sns-insta__feed > a {
  width: 33.3333333333%;
}
.p-sns-insta__feed > a img {
  aspect-ratio: 144 / 180;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.p-sns-insta__link {
  position: relative;
  padding-left: 9.7435897436vw;
}
@media screen and (min-width: 768px) {
  .p-sns-insta__link {
    padding-left: 45px;
  }
}
.p-sns-insta__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_insta.svg") center no-repeat;
  background-size: contain;
  width: 5.8974358974vw;
  height: 5.8974358974vw;
}
@media screen and (min-width: 768px) {
  .p-sns-insta__link:before {
    width: 27px;
    height: 27px;
  }
}
.p-sns-line__link {
  color: #331F07;
  position: relative;
  line-height: 1;
}
.p-sns-line__link:before {
  content: "";
  display: block;
  margin: 0 auto 2.5641025641vw;
  background: url("../images/icon_line.svg") center no-repeat;
  background-size: contain;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .p-sns-line__link:before {
    margin-bottom: 12px;
    width: 38px;
    height: 38px;
  }
}

/*========== p-footer.scss ==========*/
.p-footer-nav {
  margin-bottom: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    margin-bottom: 44px;
  }
}
.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer-nav__item {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item {
    font-size: 1.4rem;
  }
}
.p-footer-nav__item:not(:last-child) {
  margin-right: 1em;
}
.p-footer-nav__link {
  color: #331F07;
  opacity: 0.5;
}
.p-footer-copy {
  display: block;
  text-align: center;
  color: #331F07;
  opacity: 0.5;
  font-size: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-footer-copy {
    font-size: 1.3rem;
  }
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold;
}
.u-right {
  text-align: right;
}
.u-center {
  text-align: center;
}
.u-mtStd {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .u-mtStd {
    margin-top: 5.3333333333vw;
  }
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-sizeS {
  font-size: 80%;
}
.u-sizeSS {
  font-size: 50%;
}
.u-bcb {
  color: #331F07;
}


.p-products-cc {
  padding-top: calc(80 / 390 * 100vw);
}
#anc_shop .adjust-p {
  margin-top: calc(50 / 390 * 100vw);
}
.p-entry {
  padding-bottom: calc(160 / 390 * 100vw);
}
.p-entry .p-entry__ttl {
  color: #97AA82;
  font-size: calc(16 / 390 * 100vw);
  font-weight: bold;
  text-align: center;
}
.p-entry .p-entry__ttl img {
  display: block;
  margin: 5px auto calc(10 / 390 * 100vw);
  width: calc(224 / 390 * 100vw);
}
.p-entry__p {
  margin-bottom: calc(35 / 390 * 100vw);
}
.p-products-pd-item__bn.adjust {
  margin-top: calc(40 / 390 * 100vw);
}
.p-footer-line {
  color: #331F07;
  font-size: calc(14 / 390 * 100vw);
  margin-bottom: calc(60 / 390 * 100vw);
  text-align: center;
}
.l-footer {
  border-top: 1px solid #97AA82;
}
.p-footer-line .qr_img {
  margin-top: calc(10 / 390 * 100vw);
}
.p-footer-line img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.p-entry .p-products-pd-item__bn.adjust {
  margin-bottom: calc(120 / 390 * 100vw);
}
.p-products_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(130 / 390 * 100vw);
}
.p-products_nav li {
  margin: auto;
  text-align: right;
  width: 41%;
}
.p-shop .p-shop__inner {
  overflow: hidden;
}
.p-shop .sub_img {
  margin: auto;
  width: calc(300 / 390 * 100vw);
}
.p-shop .sub_txt {
  margin-top: calc(10 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
  text-align: center;
}
.if_map {
  height: calc(200 / 390 * 100vw);
  margin-top: calc(30 / 390 * 100vw);
  transform: translateX(-4.1025641026vw);
  width: 100vw;
}
.shop__slide {
  aspect-ratio: 420 / 283;
  width: 100%;
}
.p-products-pd-item__slide {
  aspect-ratio: 378 / 309;
}
.p-products-pd-item__slide {
  height: 100%;
}
.fixed__bnr {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: calc(16 / 390 * 100vw);
  bottom: 1%;
  transform: translateY(10px);
  transition: .5s;
  width: calc(116 / 390 * 100vw);
  z-index: 20;
}
.fixed__bnr.active {
  transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
}
.fixed__bnr a {
  display: block;
  margin: auto;
  width: 100%;
}
.fixed__bnr img {
  display: block;
  margin: auto;
  width: 100%;
}
.p-voice {
  background: #97AA82;
  padding: calc(80 / 390 * 100vw) 0 calc(55 / 390 * 100vw);
}
.p-voice__ttl {
  color: #FAECDF;
  font-size: calc(16 / 390 * 100vw);
  font-weight: bold;
  margin-bottom: calc(30 / 390 * 100vw);
  text-align: center;
}
.p-voice__ttl img {
  display: block;
  margin: 0 auto 10px;
  width: calc(120 / 390 * 100vw);
}
.p-voice__cards .item {
  margin-bottom: calc(25 / 390 * 100vw);
}
.p-voice__cards .item .item__inner {
  background: #FFF;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: calc(14 / 390 * 100vw);
  letter-spacing: .03em;
  margin-bottom: 10px;
  padding: calc(13 / 390 * 100vw) calc(18 / 390 * 100vw);
  text-align: justify;
}
.p-voice__cards .item .item__inner + p {
  font-size: calc(14 / 390 * 100vw);
  text-align: right;
}
@media screen and (min-width: 768px){
  .p-products-cc {
    padding-top: 80px;
  }
  #anc_shop .adjust-p {
    margin-top: 50px;
  }
  .p-entry {
    padding-bottom: 160px;
  }
  .p-entry .p-entry__ttl {
    font-size: 16px;
  }
  .p-entry__p {
    margin-bottom: 35px;
  }
  .p-entry .p-entry__ttl img {
    margin: 5px auto 10px;
    width: 224px;
  }
  .p-products-pd-item__bn.adjust {
    margin-top: 40px;
  }
  .p-footer-line {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .p-footer-line .qr_img {
    margin-top: 10px;
  }
  .p-footer-line img {
    margin: 0 auto;
    width: calc(40 / 390 * 100vw);
  }
  .p-entry .p-products-pd-item__bn.adjust {
    margin-bottom: 120px;
  }
  .p-products_nav {
    margin-bottom: 130px;
  }
  .p-shop .sub_img {
    width: 300px;
  }
  .p-shop .sub_txt {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .if_map {
    height: 200px;
    margin-top: 30px;
    transform: translateX(-24px);
    width: 468px;
  }
  .fixed__bnr {
    width: 116px;
  }
  .p-voice {
    padding: 80px 0 55px;
  }
  .p-voice__ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .p-voice__ttl img {
    width: 120px;
  }
  .p-voice__cards .item .item__inner {
    font-size: 14px;
  }
  .p-voice__cards .item .item__inner + p {
    font-size: 14px;
  }
  .p-voice__cards .item {
    margin-bottom: 25px;
  }
}