.btn-banner.btn-online-shop{
  display: none !important;
}

.lp-page a:visited{
  color: #231815;
}
.lp-page a:link{
  color: #231815;
}

.lp-page #footer{
  width: 50vw;
  margin-left: 50vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px){
  .lp-page #footer{
    width: 100vw;
    margin-left: 0;
  }
}

.lp-page .fab, .lp-page .far{
  color: #fff;
}

.fadeUpTrigger.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: rotate(180deg);
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
  transform: translateY();
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.lp-page {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

header#lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  z-index: 100;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: initial;
  background: initial;
}
header .logo svg {
  width: 35px;
  height: auto;
}
header .logo svg path {
  transition: 0.3s;
}
header .header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Golos Text", sans-serif;
}
header .header-menu .language {
  transition: 0.3s;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  color: #CACACA;
  display: none;
}
header .header-menu .language:hover, header .header-menu .language.active {
  color: #fff;
  text-decoration: underline;
}
header .header-menu .cart svg path {
  transition: 0.3s;
}
header .header-menu .ham-btn {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
header .header-menu .ham-btn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  height: 1px;
  background: #fff;
  width: 100%;
}
header .header-menu .ham-btn span:nth-of-type(1) {
  top: 10px;
}
header .header-menu .ham-btn span:nth-of-type(2) {
  top: 14px;
}
header .header-menu .ham-btn.active span {
  transition: all 0.3s;
}
header .header-menu .ham-btn.active span:nth-of-type(1) {
  top: 12px;
  transform: rotate(30deg);
}
header .header-menu .ham-btn.active span:nth-of-type(2) {
  top: 12px;
  transform: rotate(-30deg);
}

.lp-container {
  color: #231815;
}

.product-buttons {
  display: flex;
  gap: 3px;
}
.product-buttons.--02{
  justify-content: flex-end;
}
.product-button {
  display: flex;
  justify-content: flex-end;
}
.product-button a {
  display: inline-block;
  padding: 19px 7px;
  border-radius: 9999px;
  border: 1px solid #231815;
  letter-spacing: .01em;
  text-decoration: none;
  color: #231815;
  white-space: nowrap;
}
.product-button.--02 a {
  display: inline-block;
  padding: 19px 20px;
  border-radius: 9999px;
  border: 1px solid #231815;
  letter-spacing: 1.3px;
  text-decoration: none;
  color: #231815;
}

.main-visual {
  width: 50vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
}
.main-visual__inner {
  position: relative;
}
.main-visual__inner h1 {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 2.5;
}
.main-visual__inner.--arabashiri h1 {
  top: 16%;
  left: unset;
  right: 12%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.main-visual__inner h1.--harugasumi {
  top: 20%;
  left: 18%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.main-visual__inner h1.--natunoutage {
  top: 20%;
  right: 5%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.main-visual__inner h1 img{
  display: block;
  width: 305px;
  height: auto;
}
.main-visual__inner h1.--harugasumi img{
  width: 41px;
}
.main-visual__inner h1.--natunoutage img{
  width: 82px;
}
.main-visual__inner .logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 94px;
  height: auto;
}
.main-visual__inner .main-slide .main-item {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.contents__wrapper {
  width: 50vw;
  margin-left: 50vw;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
}
.contents__wrapper .contents__inner {
  width: 100%;
  max-width: 345px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 40px;
}

.product__section {
  padding-top: 80px;
  max-width: 290px;
}
.product__section .title__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product__section .title__box .logo img {
  display: block;
  width: 70px;
  height: auto;
}
.product__section .title__box h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
}
.product__section .title__box h2 span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
}
.product__section .title__box h2 img {
  display: block;
  width: 25px;
  height: auto;
}
.product__section .title__box h2 img.--natunoutage {
  width: 27px;
}
.product__section .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 107px;
  font-size: 13px;
  font-weight: 600;
  gap: 20px;
}
.product__section .price-box .border {
  width: 100%;
  height: 1px;
  background: #231815;
}
.product__section .price-box p {
  flex-shrink: 0;
}
.product__section .product-slider {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 70px;
}
.product__section .product-slider .product-item {
  aspect-ratio: 2/3;
  overflow: hidden;
}
.product__section .product-slider .product-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__section .product-slider .slide-arrow {
  width: 18px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.product__section .product-slider .slide-arrow.prev-arrow {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.product__section .product-slider .slide-arrow.next-arrow {
  transform: translateY(-50%);
  right: 0;
}
.product__section .product-slider .slide-arrow.slick-disabled {
  opacity: 0.3;
}
.product__section .product-slider .slick-dots {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  font-size: 10px;
  gap: 1em;
}
.product__section .product-slider .slick-dots li {
  font-family: "Golos Text", sans-serif;
  color: #CACACA;
  cursor: pointer;
}
.product__section .product-slider .slick-dots li.slick-active {
  color: #231815;
}
.product__section .product-info {
  margin-top: 90px;
  font-size: 13px;
  font-weight: 600;
}
.product__section .product-info dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product__section .product-info dl:not(:first-child) {
  margin-top: 1em;
}
.product__section .product-info dl dt {
  width: 40px;
}
.product__section .product-info dl dd {
  width: 222px;
  letter-spacing: .05em;
}
.product__section .product-info .product-text {
  margin-top: 14px;
  letter-spacing: .1em;
}
.product__section .product-info .product-text--02 {
  margin-top: 7px;
  line-height: 2.25;
  letter-spacing: .05em;
}
.product__section .product-info .product-text--03 {
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: .08em;
}
.product__section .product-info .product-button {
  margin-top: 33px;
}

.image-slider {
  margin-top: 110px;
  width: 50vw;
  margin-right: calc(-50vw + 500px - 40px);
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .image-slider {
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .image-slider {
    margin-right: -40px;
  }
}
.image-slider .product-image {
  aspect-ratio: 3/2;
  margin: 0 5px;
}
.image-slider .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commit__section {
  margin-top: 130px;
}
.commit__section .commit-list {
  list-style: none;
}
.commit__section .commit-list li:not(:first-child) {
  margin-top: 120px;
}
.commit__section .commit-list li .num {
  font-family: "Golos Text", sans-serif;
  font-size: 10px;
}
.commit__section .commit-list li .num span {
  color: #cacaca;
  margin-right: 0.5em;
}
.commit__section .commit-list li .commit-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.commit__section .commit-list li .commit-box .text-box {
  max-width: 265px;
}
.commit__section .commit-list li .commit-box .text-box h2 {
  margin-top: 40px;
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.9px;
}
.commit__section .commit-list li .commit-box .text-box p {
  margin-top: 29px;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.65px;
}
.commit__section .commit-list li .commit-box .text-box .--present {
  margin-top: 9px;
  font-size: 11px;
}
.commit__section .commit-list li .commit-box .img-box {
  margin-top: 50px;
}
.commit__section .commit-list li .commit-box .img-box--txt {
  margin-top: 19px;
  text-align: left;
  font-size: 11px;
}
.commit__section .commit-list li .commit-box .img-box.double {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.commit__section .commit-list li .commit-box .img-box.double .left-img {
  width: 55%;
  margin-left: -10px;
}
.commit__section .commit-list li .commit-box .img-box.double .right-img {
  width: 48%;
  margin-right: -30px;
  margin-bottom: -55px;
}
.commit__section .commit-list li .commit-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.commit__section .commit-list li .commit-box .img-box img.small {
  width: 265px;
}
.commit__section .product-button {
  margin-top: 70px;
}

.introduction__section {
  max-width: 310px;
  width: 100%;
  position: relative;
}
.introduction__section::after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px - 40px);
}
.introduction__section.--arabashiri::after {
  display: none;
}
@media (max-width: 1000px) {
  .introduction__section::after {
    right: -40px;
  }
}
.introduction__section--inner {
  position: relative;
  z-index: 1;
  color: #fff;
  list-style: none;
}
.introduction__section.--arabashiri .introduction__section--inner {
  color: #231815;
}
.introduction__section--inner > li {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.introduction__section--inner > li:not(:first-child) {
  border-top: 1px solid #424242;
}
.introduction__section--inner > li h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 22px;
  font-weight: 500;
  width: 26px;
}
.introduction__section--inner > li h2 img {
  display: block;
  width: 26px;
  height: auto;
}
.introduction__section--inner > li .introduction-box {
  max-width: 220px;
}
.introduction__section--inner > li .introduction-box h3 {
  font-family: "Golos Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-left: 1em;
  margin-bottom: 70px;
}
.introduction__section--inner > li .introduction-box h3::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.introduction__section--inner > li .introduction-box .text-img-box:last-child {
  margin-top: 50px;
}
.introduction__section--inner > li .introduction-box .text-img-box img {
  width: 100%;
}
.introduction__section--inner > li .introduction-box .text-img-box p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  margin-top: 15px;
}
.introduction__section--inner > li .introduction-box .text-img-box p.tasting-text {
  margin-top: 50px;
}
.introduction__section--inner > li .introduction-box .review {
  list-style: none;
}
.introduction__section--inner > li .introduction-box .review li:not(:first-child) {
  margin-top: 50px;
}
.introduction__section--inner > li .introduction-box .review li .star svg:not(:first-child) {
  margin-left: 2px;
}
.introduction__section--inner > li .introduction-box .review li .text {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
.introduction__section--inner > li .introduction-box .review li .customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.introduction__section--inner > li .introduction-box .review li .customer .border {
  width: 100%;
  height: 1px;
  background: #fff;
}
.introduction__section--inner > li .introduction-box .review li .customer p {
  font-size: 12px;
  font-weight: 500;
  padding-left: 13px;
  flex-shrink: 0;
}
.introduction__section--inner li .faq li{
  color: #231815;
  margin-left: 37px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #231815;
}
.introduction__section--inner li .faq li:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.about__section {
  margin-top: 130px;
  width: 100%;
}
.about__section .about-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about__section .about-title img {
  width: 269px;
  height: auto;
  display: block;
}
.about__section .about-title h2 {
  font-size: 19px;
  font-weight: 700;
  flex-shrink: 0;
}
.about__section .about-title h2 span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
}
.about__section .about-richtext {
  margin-top: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.98px;
  padding-left: 20%;
}
.about__section .about-richtext p:not(:first-child) {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header#lp-header{
    width: 100vw;
    padding: 25px 20;
  }
  header.active .logo svg path {
    fill: #231815;
    transition: 0.3s;
  }
  header.active .header-menu .language {
    transition: 0.3s;
  }
  header.active .header-menu .language:hover, header.active .header-menu .language.active {
    color: #231815;
  }
  header.active .header-menu .cart svg path {
    fill: #231815;
    transition: 0.3s;
  }
  header.active .header-menu .ham-btn span {
    transition: all 0.3s;
    background: #231815;
  }
  .main-visual {
    width: 100vw;
    z-index: 1;
  }
  .main-visual__inner {
    position: relative;
  }
  .main-visual__inner h1 {
    top: 25%;
    font-size: 16px;
  }
  .main-visual__inner h1 img{
    width: 305px;
  }
  .main-visual__inner h1.--harugasumi img{
    width: 30px;
  }
  .main-visual__inner .logo {
    right: 50%;
    transform: translateX(50%);
    width: 75px;
  }
  .contents__wrapper {
    width: 100vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin: 100vh auto 0;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .contents__wrapper .contents__inner {
    width: 100%;
    max-width: 345px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .product__section {
    padding-top: 165px;
    max-width: 290px;
  }
  .product__section .product-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product__section .product-info {
    padding-right: 0;
  }
  .image-slider {
    width: 100vw;
    margin-right: 0;
    padding-left: 0;
  }
  .commit__section .commit-list li .commit-box .img-box.double .left-img {
    width: 56%;
    margin-left: -20px;
  }
  .commit__section .commit-list li .commit-box .img-box.double .right-img {
    width: 48%;
    margin-right: -20px;
    margin-bottom: -55px;
  }
  .introduction__section::after {
    width: 100vw;
    right: 50%;
    transform: translateX(50%);
  }
  .about__section .about-title {
    margin-left: -20px;
    justify-content: flex-start;
  }
  .about__section .about-title h2 {
    margin-left: 43px;
  }
}/*# sourceMappingURL=style.css.map */

.ham-area {
  position: fixed;
  width: 50vw;
  height: 100vh;
  background: #F5F4F1;
  left: 0;
  top: 0;
  z-index: 20;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ham-area.open {
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
}
.ham-area .ham-area__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
  padding: 0 20px 0 110px;
}
.ham-area .ham-area__inner .ham-menu {
  list-style: none;
}
.ham-area .ham-area__inner .ham-menu li:not(:first-child) {
  margin-top: 1.5em;
}
.ham-area .ham-area__inner .ham-menu li {
  font-size: 15px;
  font-weight: 600;
}
.ham-area .ham-area__inner .ham-menu li a {
  color: #231815;
  text-decoration: none;
  position: relative;
}
.ham-area .ham-area__inner .ham-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ham-area .ham-area__inner .ham-menu li a:hover::after {
  visibility: visible;
  bottom: -3px;
  opacity: 1;
}
.ham-area .ham-area__inner .ham-menu-bottom {
  position: absolute;
  right: 60px;
  bottom: 60px;
  list-style: none;
}
.ham-area .ham-area__inner .ham-menu-bottom li:not(:first-child) {
  margin-top: 1em;
}
.ham-area .ham-area__inner .ham-menu-bottom li {
  font-size: 12px;
  font-weight: 600;
}
.ham-area .ham-area__inner .ham-menu-bottom li a {
  color: #231815;
  text-decoration: none;
}
.ham-area .ham-area__inner .ham-menu-bottom li a svg {
  width: 18px;
  height: auto;
}

header.open .logo svg path {
  fill: #231815;
  transition: 0.3s;
}
header.open .header-menu .language {
  transition: 0.3s;
}
header.open .header-menu .language:hover, header.open .header-menu .language.active {
  color: #231815;
}
header.open .header-menu .cart svg path {
  fill: #231815;
  transition: 0.3s;
}
header.open .header-menu .ham-btn span {
  transition: all 0.3s;
  background: #231815;
}

@media (max-width: 768px){
  html.fixed {
    overflow: hidden;
  }
  .ham-area {
    width: 100vw;
  }
  .ham-area .ham-area__inner {
    padding: 0 20px 60px 56px;
  }
  .ham-area .ham-area__inner .ham-menu li {
    font-size: 14px;
  }
  .ham-area .ham-area__inner .ham-menu-bottom {
    position: absolute;
    right: initial;
    left: 56px;
    bottom: 90px;
  }
  header.open .logo svg path {
    fill: #231815;
    transition: 0.3s;
  }
  header.open .header-menu .language {
    transition: 0.3s;
  }
  header.open .header-menu .language:hover, header.open .header-menu .language.active {
    color: #231815;
  }
  header.open .header-menu .cart svg path {
    fill: #231815;
    transition: 0.3s;
  }
  header.open .header-menu .ham-btn span {
    transition: all 0.3s;
    background: #231815;
  }
}
.p-harugasumi__gradation {
  position: relative;
}
.p-harugasumi__gradation::after {
  background: linear-gradient(0deg, #FFF3FD 38.2%, #FFF 100%);
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100vw;
  transform: translate(-50%, 0);
  z-index: -1;
}
.p-harugasumi__gradation.--natunoutage::after {
  background: linear-gradient(0deg, #EBFFFC 38.2%, #FFF 100%);
}
.p-harugasumi__gradation .introduction__section::after {
  display: none;
}
.p-harugasumi__gradation .introduction__section .introduction__section--inner {
  color: #231815;
}