@charset "UTF-8";
/* CSS Document */
/* */
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.text-gray {
  color: #323232 !important;
}
.default-inline-block {
  display: inline-block;
}
.responsive-inline-block {
  display: none;
}
.default-block {
  display: block;
}
.responsive-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .default-inline-block {
    display: none;
  }
  .responsive-inline-block {
    display: inline-block;
  }
  .default-block {
    display: none;
  }
  .responsive-block {
    display: block;
  }
}
/* spFixedMenu */
#spGnav {
  background: #f6f6f6 !important;
  /*    overflow: hidden;*/
  z-index: 1;
}
#spGnav p.index-size {
  font-size: clamp(34px, 3.4vw, 34px);
  font-weight: normal;
  margin-bottom: 2rem;
}
#spGnav div.extra-menu {
  position: relative;
  max-width: inherit;
  margin-bottom: 2rem;
}
#spGnav div.extra-menu > div > a {
  display: flex;
}
#spGnav div.extra-menu > div.standard a {
  background: #a3ec9a;
}
#spGnav div.extra-menu > div.original a {
  background: #ffff62;
}
#spGnav div.extra-menu > div > a div.product-name {
  width: 60%;
  position: relative;
}
#spGnav div.extra-menu > div > a div.product-name div.name-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  white-space: nowrap;
}
#spGnav div.extra-menu > div > a div.product-name div.name-wrap div:nth-child(1) {
  font-size: clamp(18px, 1vw, 24px);
  text-align: left;
}
#spGnav div.extra-menu > div > a div.product-name div.name-wrap div:nth-child(2) {
  font-size: clamp(10px, 1vw, 18px);
  text-align: left;
  padding-top: 0.125rem;
}
#spGnav div.extra-menu > div > a div.product-figure {
  width: 40%;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section {}
/* section.background */
section.hero {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
section.hero div.link-button {
  position: absolute;
  top: 62.5%;
  left: 7.5%;
  /*
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
*/
  z-index: 1000;
  width: 22.5vw;
}
section.hero div.link-button a {
  font-size: clamp(8px, 1.6vw, 16px);
  display: block;
  border: 1px solid #e5e7eb;
  max-width: 400px;
  background: #fff;
  border-radius: 1000rem;
  color: #2f201b;
  padding-top: 0.95em;
  padding-bottom: 0.95em;
  text-align: center;
  font-weight: bold;
  transition: 0.25s all;
}
section.hero div.link-button a:hover {
  background: #323232;
  color: #fff;
}
section.hero div.hero-figure {
  position: relative;
  z-index: 100;
}
section.hero div.hero-figure img.responsive-block {
  display: none;
}
section.hero div.hero-figure img.default-block {
  display: block;
}
@media only screen and (max-width: 1024px) {
  section.hero div.link-button {
    display: none;
  }
  section.hero div.hero-figure img.default-block {
    display: none;
  }
  section.hero div.hero-figure img.responsive-block {
    display: block;
  }
  section.hero .scroll {
    z-index: 1100;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.background {
  position: relative;
}
section.background div.section-background {
  position: relative;
  z-index: 0;
}
section.background div.section-background:before {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  z-index: 100;
  transition: all 1.5s ease 0.5s;
}
section.background.active div.section-background:before {
  background: rgba(74, 74, 74, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  z-index: 100;
}
section.background div.inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 5rem;
  opacity: 0;
  transition: all 1.25s ease 1s;
  margin-top: 2rem;
}
section.background.active div.inner img {
  opacity: 1;
  margin-top: 0;
}
section.background div.inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section.background div.inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 5rem;
}
@media only screen and (max-width: 1024px) {
  section.background {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  section.background div.section-background {
    min-height: 100vh;
  }
  section.background div.section-background img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: inherit;
    width: auto;
    height: 100%;
    transition: 0.25s all;
  }
}
@media only screen and (max-width: 640px) {
  section.background div.inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
  /*
  section.background.wakuwaku div.section-background img {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: inherit;
    width: auto;
    height: 100%;
  }
*/
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.intro1 {
  background: #e9e9e9;
}
section.intro1 div.intro1-bottom-photo {
  max-width: 55.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.625rem;
}
@media only screen and (max-width: 1024px) {
  section.intro1 div.intro1-bottom-photo {
    margin-top: 2rem;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.newrelease {
  /*background: #baeb9d;*/
  background: #a2eb99;
}
section.newrelease a.link-button {
  background: #4a4a4a !important;
  transition: 0.25s all;
}
section.newrelease div#Aset a.link-button, section.newrelease div#Bset a.link-button, section.newrelease div#Cset a.link-button, section.newrelease div#Dset a.link-button {
  color: #ffff62 !important;
}
section.newrelease div#Eset a.link-button, section.newrelease div#Fset a.link-button, section.newrelease div#Gset a.link-button, section.newrelease div#Hset a.link-button {
  color: #a2eb99 !important;
}
section.newrelease div#single a.link-button {
  color: #ffffff !important;
}
section.newrelease div#Aset a.link-button:hover, section.newrelease div#Bset a.link-button:hover, section.newrelease div#Cset a.link-button:hover, section.newrelease div#Dset a.link-button:hover, section.newrelease div#Eset a.link-button:hover, section.newrelease div#Fset a.link-button:hover, section.newrelease div#Gset a.link-button:hover, section.newrelease div#Hset a.link-button:hover, section.newrelease div#single a.link-button:hover, section.newrelease a.link-button:hover {
  color: #4a4a4a !important;
  background: #fff !important;
}
section.newrelease div.background-standard-color {
  background: #ffff62;
  padding-top: 6rem;
  margin-bottom: 2rem;
}
section.newrelease div.background-single-color {
  background: #ffffff;
  padding-top: 6rem;
  margin-bottom: 2rem;
}
section.newrelease div.inner {
  /* max-width: 55.125rem; */ /* */
  margin-left: auto;
  margin-right: auto;
}
section.newrelease div.english-title {
  font-size: clamp(10px, 10vw, 100px);
  font-weight: bold;
  color: #323232;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.newrelease div.english-title {
    padding-top: 3.5rem;
    padding-bottom: 2.25rem;
  }
  section.newrelease div.title-description div.top {
    line-height: 1.25;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
section.newrelease div.title-description {
  text-align: center;
  margin-bottom: 3rem;
}
section.newrelease div.title-description div.top {
  font-size: clamp(30px, 3.5vw, 35px);
  font-weight: bold;
  color: #323232;
  position: relative;
}
section.newrelease div.title-description div.top:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(80%);
  height: 1px;
  background: #323232;
  content: "";
}
section.newrelease div.title-description div.top span {
  font-size: clamp(38px, 5.25vw, 52px);
  font-weight: bold;
  color: #323232;
  vertical-align: baseline;
}
section.newrelease div.title-description div.bottom {
  font-size: clamp(14px, 2.8vw, 28px);
  font-weight: bold;
  color: #323232;
}
section.newrelease div.newrelease-figure {
  width: calc(100% - 40px);
  max-width: 55.125rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
section.newrelease div.reserved-schedule {
  font-size: clamp(22px, 3.7vw, 37px);
}
section.newrelease div.reserved-schedule div.term {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4rem;
}
section.newrelease div.reserved-schedule span.term-label {
  font-size: clamp(17px, 1.7vw, 17px);
  background: #4a4a4a;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1000rem;
  color: #a2eb99;
  font-weight: bold;
  margin-right: 1em;
  vertical-align: middle;
}
section.newrelease div.reserved-schedule span.day-of-week {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.1rem solid #4a4a4a;
  border-radius: 1000rem;
  vertical-align: middle;
  position: relative
}
section.newrelease div.reserved-schedule span.day-of-week span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: clamp(12px, 1.9vw, 19px);
}
section.newrelease div.reserved-schedule div.reserved-schedule-description {
  font-size: clamp(14px, 2.2vw, 22px);
  margin-bottom: 5rem;
  text-align: center;
  font-weight: bold;
}
section.newrelease div.reserved-schedule div.reserved-schedule-description span {
  display: inline-block;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
section.newrelease div.reserved-schedule div.reserved-schedule-description span:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #4a4a4a;
  content: "";
}
/* --------------------------------------------------------------- */
section.newrelease div.goods-special div.figure {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
section.newrelease div.goods-special div.goods-special-title {
  font-size: clamp(18px, 3.7vw, 37px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
section.newrelease div.goods-special div.goods-special-description {
  font-size: clamp(16px, 1.7vw, 17px);
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
}
section.newrelease div.goods-special div.price-figure {
  font-size: clamp(14px, 1.7vw, 17px);
  margin-bottom: 5rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
section.newrelease div.goods-special div.price-figure div.price-figure-lead {
  margin-bottom: 1rem;
}
/* --------------------------------------------------------------- */
section.newrelease h4 span.set-type {
  font-size: clamp(34px, 3.7vw, 37px);
  color: #323232;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
section.newrelease div.goods-type-label {
  margin-bottom: 1.5rem;
}
section.newrelease div.goods-type-label span {
  font-size: clamp(10px, 1.3vw, 13px);
  border: 0.1rem solid rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-radius: 0.1rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
section.newrelease div.goods-wrap div.note {
  font-size: clamp(9px, 1.2vw, 12px);
  display: inline-block;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  font-weight: bold;
}
section.newrelease div.goods-wrap div.note:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #4a4a4a;
  content: "";
}
@media only screen and (max-width: 1024px) {
  section.newrelease div.newrelease-figure {
    margin-bottom: 2rem;
  }
  section.newrelease div.reserved-schedule div.term {
    margin-bottom: 1rem;
  }
  section.newrelease div.reserved-schedule div.reserved-schedule-description {
    margin-bottom: 2rem;
    line-height: 1.75;
  }
  section.newrelease div.reserved-schedule div.reserved-schedule-description span {
    padding: 0;
    display: block;
  }
  section.newrelease div.reserved-schedule div.reserved-schedule-description span:after {
    display: none;
  }
  section.newrelease div.goods-special div.figure {
    max-width: 60%;
    margin-bottom: 2rem;
  }
  section.newrelease div.goods-img {
    width: 20rem !important;
    max-width: inherit;
    margin-bottom: 0 !important;
  }
  section.newrelease div.goods-special div.goods-special-title {
    margin-bottom: 1rem;
  }
  section.newrelease div.goods-special div.goods-special-description {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  section.newrelease div.goods-special div.price-figure img {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section.newrelease div.goods-type-label {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------------- */
section.set {
  background: #fdf060;
}
section.set div.english-name {
  font-size: clamp(10px, 1.4vw, 14px);
  font-weight: bold;
  margin-bottom: 0.75rem;
}
section.set div.seal-type {
  overflow: hidden;
  position: relative;
}
section.set div.seal-type .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  font-size: 0;
}
section.set div.seal-type .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  font-size: 0;
  width: 1rem;
  height: 1rem;
}
section.set div.seal-type .slick-prev:before {
  border-right: 1px solid #323232;
  border-top: 1px solid #323232;
  content: "";
  height: 1rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 1rem;
}
section.set div.seal-type .slick-next:before {
  border-right: 1px solid #323232;
  border-top: 1px solid #323232;
  content: "";
  height: 1rem;
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 1rem;
}
@media only screen and (max-width: 1024px) {
  section.set div.english-name {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------------- */
section.writing {
  background: #a2eb99;
}
/* --------------------------------------------------------------- */
section.author {}
@media only screen and (max-width: 1024px) {
  section.author {
    background: #fdf060;
  }
}
/* --------------------------------------------------------------- */
section.information {
  background: #a2eb99;
}
section.information div.information-title {
  font-size: clamp(18px, 3.2vw, 32px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
section.information div.information-title span {
  font-size: clamp(16px, 2.2vw, 22px);
}
@media only screen and (max-width: 1024px) {
  section.information div.information-title {
    margin-top: 4rem;
  }
}
section.information div.reserved-schedule {
  font-size: clamp(22px, 3.7vw, 37px);
}
section.information div.reserved-schedule div.term {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
section.information div.reserved-schedule span.term-label {
  font-size: clamp(17px, 1.7vw, 17px);
  background: #4a4a4a;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1000rem;
  color: #a2eb99;
  font-weight: bold;
  margin-right: 1em;
  vertical-align: middle;
}
section.information div.reserved-schedule span.day-of-week {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.1rem solid #4a4a4a;
  border-radius: 1000rem;
  vertical-align: middle;
  position: relative
}
section.information div.reserved-schedule span.day-of-week span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: clamp(12px, 1.9vw, 19px);
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.howto {
  background: #a2eb99;
}
.goods-wrap .slick-list {
  overflow: hidden;
}
.goods-wrap.default-goods div.slide-item {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
}
.goods-wrap div.slide-item {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
}
button.slick-prev.slick-arrow {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  border-left: 0.075rem solid #000;
  border-top: 0.075rem solid #000;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -2rem;
  z-index: 1000;
}
button.slick-next.slick-arrow {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  border-left: 0.075rem solid #000;
  border-top: 0.075rem solid #000;
  transform: translateY(-50%) rotate(-225deg);
  -webkit-transform: translateY(-50%) rotate(-225deg);
  position: absolute;
  top: 50%;
  right: -3rem;
  z-index: 1000;
}
div.hero-slide .slick-dots {
  font-size: 0;
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 1rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  text-align: center;
}
div.hero-slide .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  background: #fff;
  border-radius: 1000rem;
  display: inline-block;
  transition: 0.25s all;
}
div.hero-slide .slick-dots li.slick-active, div.hero-slide .slick-dots li:hover {
  background: #aaa;
}
@media only screen and (max-width: 768px) {
  div.hero-slide .slick-dots {
    bottom: 3rem;
  }
}
div.hero-slide .default-block {
  display: block !important;
}
div.hero-slide .responsive-block {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  div.hero-slide .default-block {
    display: none !important;
  }
  div.hero-slide .responsive-block {
    display: block !important;
  }
}
header .return-top {
/*    transition: 0.25s all;*/
}
header.invert-class .return-top {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7450%) hue-rotate(55deg) brightness(102%) contrast(102%);
}
header button#spMenu > div {
/*    transition: 0.25s all;*/
}
header.invert-class button#spMenu > div {
  background-color: #fff;
}
html.open_menu header.invert-class .return-top {
  filter: none;
}
html.open_menu header.invert-class button#spMenu > div {
  background-color: #000;
}

@media only screen and (max-width: 768px) {
    .hero-slide .slick-list {
        pointer-events: none;
    }
}

