html {
  font-family: "Noto Sans JP", sans-serif;
}

/* Component section-heading
-------------------------*/
.section-heading {
  display: block;
  font-size: 24px;
}

/* Component info-panel
-------------------------*/
.info-panel {
  border-left: 4px solid #9f7442;
  padding-left: 16px;
}
.info-panel__head {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
.info-panel__heading {
  font-size: 16px;
  font-weight: bold;
  overflow-wrap: break-word;
}
.info-panel__sns-links {
  flex-shrink: 0;
}
.info-panel__text {
  font-size: 14px;
  color: #666;
  overflow-wrap: break-word;
  margin-top: 6px;
}

/* Component pill-button
-------------------------*/
.pill-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 14px 1rem;
  background-color: #fff;
  border: 1px solid #9f7442;
  border-radius: 60px;
  transition: all 0.3s;
}

.pill-button--icon-instagram {
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  position: relative;
}
.pill-button--icon-instagram::before {
  flex-shrink: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://www.his-j.com/cmn/n-headfoot/images/icon_instagram.svg")
    no-repeat center / cover;
}
@media not all and (min-width: 769px) {
  .pill-button--icon-instagram {
    gap: 14px;
  }
  .pill-button--icon-instagram .pill-button__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .pill-button--icon-instagram {
    gap: 16px;
  }
  .pill-button--icon-instagram .pill-button__text {
    font-size: 16px;
  }
}

.pill-button__text {
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}
@media (hover: hover) {
  .pill-button:hover {
    background-color: #9f7442;
  }
  .pill-button:hover .pill-button__text {
    color: #fff;
  }
}
.pill-button--to-top {
  border: 1px solid #fff;
}
@media (hover: hover) {
  .pill-button--to-top:hover {
    border: 1px solid #fff;
    background-color: #e2e2e2;
  }
  .pill-button--to-top:hover .pill-button__text {
    color: #000;
  }
}

/* Component product-card
-------------------------*/
.product-card {
  display: block;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.product-card__img {
  overflow: hidden;
}

.product-card__img img {
  aspect-ratio: 304 / 160;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__text-container {
  padding: 16px 16px 24px;
}
.product-card__heading {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.product-card__text {
  font-size: 14px;
  color: #333333;
  margin-top: 8px;
}

/* Component product-view-card
-------------------------*/
.product-view-card {
  display: block;
  max-width: 185px;
  position: relative;
}
.product-view-card__image-wrap {
  width: 100%;
  height: 120px;
  border: 1px solid #cccccc;
}
.product-view-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-view-card__img img {
  height: 100%;
  object-fit: cover;
}
.product-view-card__text {
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-top: 8px;
}

/* blackfriday-comingsoon
-------------------------*/
.blackfriday-soon {
  width: 100%;
  max-width: 618px;
  margin-inline: auto;
}
.blackfriday-soon__image {
  aspect-ratio: 503 / 270;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* blackfriday-product-botton
-------------------------*/
.product-card__link {
  display: flex;
  gap: 8px;
  align-items: center;
  grid-area: bottom;
  justify-content: flex-end;
}
.product-card__link {
  flex-shrink: 0;
  width: auto;
  margin-left: auto;
  margin-top: 8px;
}
.product-card__link + .product-card__link {
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
}
.pill-button--small {
  padding: 8px 14px;
}

.pill-button__text {
  color: #333;
  font-size: 0.875rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .pill-button:hover {
    background-color: #9f7442;
    opacity: 1;
  }
  .pill-button:hover .pill-button__text {
    color: #fff;
  }
}

/* product-link2
-------------------------*/
.product-card__link2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
}

.product-card__link2::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #dab878;
  mask-image: url("../images/arrow_g.svg");
  -webkit-mask-image: url("../images/arrow_g.svg");
  margin-left: 10px;
}
.product-card__link2 span {
  color: #333;
  font-weight: normal;
}
@media not all and (min-width: 769px) {
  .product-card__link2 {
    width: fit-content;
    flex-direction: column;
    font-size: 1rem;
    margin: 8px auto 0;
  }
  .product-card__link2 {
    margin-top: 8px;
    margin-left: auto;
  }
  .product-card__link2 span {
    font-size: 1rem;
    padding-bottom: 3px;
  }
  .product-card__link2::after {
    width: 6px;
    height: 10px;
  }
}
@media screen and (min-width: 769px) {
  .product-card__link2 {
    font-size: 1rem;
  }
  .product-card__link2 {
    margin-left: 16px;
  }
  .product-card__link2::after {
    width: 8px;
    height: 13px;
  }
  .product-card__link2 span {
    font-size: 1rem;
  }
}

/* Component products-handled
-------------------------*/
.products-handled {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  color: #9f7442;
  padding-top: 38px;
  background-image: url("../images/souvenir/icon_sweets.svg");
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 36px;
}
.products-handled--sundries {
  background-image: url("../images/souvenir/icon_goody.svg");
}
.products-handled--made-in-Hawaii {
  background-image: url("../images/souvenir/icon_mih.svg");
}
.products-handled--cosmetics {
  background-image: url("../images/souvenir/icon_cosme.svg");
}
@media screen and (min-width: 769px) {
  .products-handled--flex {
    display: flex;
    background-position: left 0 center;
    padding-top: 0;
    padding-left: 42px;
    height: 36px;
  }
}

/* Component tag
-------------------------*/
.tag {
  display: inline-flex;
  font-size: 12px;
  color: #000;
  padding: 3px 8px 5px;
  background-color: #f7ebde;
  border-radius: 4px;
}

/* Project store-card
-------------------------*/
.store-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.store-card__image-wrap {
  width: 100%;
}
@media not all and (min-width: 769px) {
  .store-card__image-wrap {
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .store-card__image-wrap {
    height: 300px;
  }
}
.store-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-card__image-wrap + .store-card__contents {
  margin-top: 24px;
}
.store-card__slide {
  margin-bottom: 24px !important;
}
.store-card__contents {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.store-card__about-store {
  font-size: 14px;
  margin-top: 16px;
}
.store-card__item {
  margin-top: 16px;
}
.store-card__item-heading {
  font-size: 14px;
  font-weight: bold;
}
.store-card__item-contents {
  font-size: 14px;
  margin-top: 8px;
}
.store-card__button-wrapper {
  text-align: center;
  padding-top: 24px;
  margin-top: auto;
}
.store-card__button {
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .store-card__slide {
    cursor: pointer;
  }
}

/* sns-links */
.sns-links {
  display: flex;
  gap: 8px;
}
.sns-links__link {
  width: 24px;
  height: 24px;
}
.sns-links__image {
  width: 100%;
  height: auto;
  max-width: none !important;
}

/* p-product-list */
.product-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}

.product-list__item {
  width: 60px;
}

/* service-list */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* Project campaign-card
-------------------------*/
.campaign-card {
  background-color: #f7ebde;
}

@media not all and (min-width: 769px) {
  .campaign-card {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 24px calc(20 / 375 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .campaign-card {
    display: grid;
    gap: 10px 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "thumb lead"
      "thumb heading"
      "thumb contents"
      "thumb button";
    padding: 24px;
    position: relative;
  }
}

@media not all and (min-width: 769px) {
  .campaign-card__label {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .campaign-card__label {
    width: 90px;
    font-size: 12px;
    text-align: center;
    word-break: break-all;
    padding: 18px 1rem 17px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  }
  .campaign-card__label:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 45px solid #ffffff;
    border-right: 45px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}

.campaign-card__thumb {
  margin: 0;
}
@media not all and (min-width: 769px) {
  .campaign-card__thumb {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-card__thumb {
    grid-area: thumb;
    max-width: 335px;
    max-height: 220px;
  }
}

.campaign-card__image {
  aspect-ratio: 335 / 220;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-card__lead {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .campaign-card__lead {
    grid-area: lead;
    padding-right: 106px;
  }
}

.campaign-card__heading {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .campaign-card__heading {
    grid-area: heading;
    padding-right: 106px;
  }
}

@media not all and (min-width: 769px) {
  .campaign-card__contents {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-card__contents {
    grid-area: contents;
  }
}

.campaign-card__text {
  font-size: 14px;
}

.campaign-card__button {
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .campaign-card__button {
    max-width: 335px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-card__button {
    grid-area: button;
    max-width: 372px;
    margin-top: 16px;
  }
}

/* parallax-bg
-------------------------*/
.parallax-bg::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: -1;
}

@media not all and (min-width: 769px) {
  .parallax-bg::before {
    background-image: url("../images/blackfriday/bg_sp.png");
  }
}
@media screen and (min-width: 769px) {
  .parallax-bg::before {
    background-image: url("../images/blackfriday/bg_pc.png");
  }
}

/* mv
-------------------------*/
.mv {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-color: #000000;
}

@media not all and (min-width: 769px) {
  .mv {
    aspect-ratio: 375 / 500;
    width: 100%;
    max-height: 500px;
    background-size: cover;
    background-image: url("../images/blackfriday/mv_sp.jpg");
    padding: 0 calc(20 / 375 * 100%) 20px;
  }
}
@media screen and (min-width: 769px) {
  .mv {
    min-height: 600px;
    text-align: center;
    background-size: auto 600px;
    background-image: url("../images/blackfriday/mv_pc.jpg");
    padding: 0 20px 30px;
  }
}

.mv__title {
  display: block;
}
@media not all and (min-width: 769px) {
  .mv__title {
    padding-top: 45px;
  }
}
@media screen and (min-width: 769px) {
  .mv__title {
    padding-top: 90px;
  }
}

@media not all and (min-width: 769px) {
  .mv__image {
    display: block;
    width: calc(294 / 335 * 100%);
    max-width: 400px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .mv__image {
    max-width: 717px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.mv__lead {
  text-align: left;
  color: #ffffff;
}
@media not all and (min-width: 769px) {
  .mv__lead {
    font-size: 14px;
    margin-top: 65px;
  }
}
@media screen and (min-width: 769px) {
  .mv__lead {
    max-width: 994px;
    font-size: 16px;
    margin: 62px auto 0;
  }
}

/* lead-text
-------------------------*/
.lead-text {
  font-size: 16px;
  color: #ffffff;
}

/* section
-------------------------*/
@media not all and (min-width: 769px) {
  .section {
    padding-top: 80px;
  }
  .section:last-of-type {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .section {
    padding: 80px 20px 0;
  }
  .section:last-of-type {
    padding-bottom: 120px;
  }
}

#featured-products.section {
  padding-top: 10px;
  padding-bottom: 80px;
}

@media not all and (min-width: 769px) {
  #target-products.section {
    padding: 80px 0;
  }

  #target-stores.section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px) {
  #target-products.section {
    padding-top: 190px;
    padding-bottom: 140px;
  }

  #target-stores.section {
    padding-top: 90px;
  }
}

.section--background-white {
  background-color: #ffffff;
}
.section--background-black {
  background-color: #000000;
}

@media not all and (min-width: 769px) {
  .section--background-black + .bg__wave-top::before {
    background-image: url(../images/blackfriday/bg_wave_black_sp.png) !important;
  }
}
@media screen and (min-width: 769px) {
  .section--background-black + .bg__wave-top::before {
    background-image: url(../images/blackfriday/bg_wave_black_pc.png) !important;
  }
}

#featured-products .section-heading {
  color: #f1dd98;
}

#target-products * {
  color: #333;
}

.section--background-image .section__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media not all and (min-width: 769px) {
  .section--background-image .section__inner::before {
    width: 95%;
    height: 106%;
    bottom: -40px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 27px 12px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 769px) {
  .section--background-image .section__inner::before {
    width: 120%;
    height: 115%;
    bottom: -70px;
    transform: translateX(-50%);
    border-right: 0.2px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 27px 24px rgba(0, 0, 0, 0.5);
  }
}

@media not all and (min-width: 769px) {
  .section--top .section__inner {
    padding: 32px 20px 60px;
    margin-top: -108px;
  }
}
@media screen and (min-width: 769px) {
  .section--top .section__inner {
    padding: 45px 0 60px;
    margin-top: -215px;
  }
}
.section__inner {
  width: 100%;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .section__inner {
    padding: 0 calc(20 / 375 * 100%);
  }
  .section__inner.section__inner--sp-nowrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .section__inner {
    max-width: 994px;
  }
  .section__inner {
    padding-bottom: 0;
  }
  .section__inner + .section__inner {
    padding-top: 120px;
  }
}
.section__heading {
  text-align: center;
}
@media not all and (min-width: 769px) {
  .section__heading {
    padding: 0 20px;
  }
}

.section__text {
  font-size: 14px;
  margin-top: 32px;
}
.section__text span {
  color: #2488ff;
}
.section__list {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .section__contents {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .section__contents {
    margin-top: 40px;
  }
}

/* cards
-------------------------*/
@media not all and (min-width: 769px) {
  .cards {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 16px;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 769px) {
  .cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media not all and (min-width: 769px) {
  .cards__item {
    scroll-snap-align: center;
    width: calc((320 / 375) * 100%);
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .cards__item {
    width: calc((100% - 32px) / 3);
  }
}

/* view-cards
-------------------------*/
.view-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 24px;
}
@media not all and (min-width: 769px) {
  .view-cards__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .view-cards__item {
    width: calc((100% - 64px) / 5);
  }
}

/* button-container
-------------------------*/
.button-container {
  width: 280px;
  margin: 40px auto 0;
}

/* page-bottom
-------------------------*/
.page-bottom {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #bea78c;
}

.page-bottom .button-container {
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  .page-bottom .button-container {
    padding: 90px 1rem;
  }
}
@media screen and (min-width: 769px) {
  .page-bottom .button-container {
    padding: 56px 1rem;
  }
}

/* slick-list
-------------------------*/
@media not all and (min-width: 769px) {
  .domestic-store-list > .slick-list {
    padding: 0 20px 0 0 !important;
  }

  .online-store-list > .slick-list {
    padding: 0 20px 0 0 !important;
  }
}
.store-image-slider__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 296 / 196;
  object-fit: cover;
}

/* slick-dots
-------------------------*/
.store-image-slider .slick-dots {
  bottom: 15px !important;
}

.store-image-slider .slick-dots li button:before {
  opacity: 0.75;
  color: #697180;
}
.store-image-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

/* p-store-nav-list
-------------------------*/
@media screen and (min-width: 769px) {
  .store-nav-list {
    display: none;
  }
}
@media not all and (min-width: 769px) {
  .store-nav-list {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .store-nav-list__item {
    display: inline-flex;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  .store-nav-list__item.is-active {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #9f7442;
    border: 0;
  }
  .store-nav-list__item + .store-nav-list__item {
    margin-left: 12px;
  }
}

/* domestic-store-list
-------------------------*/
.domestic-store-list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .domestic-store-list {
    column-gap: 16px;
  }
}
@media not all and (min-width: 769px) {
  .domestic-store-list {
    margin-right: calc(-20 / 375 * 100%);
    column-gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .domestic-store-list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media not all and (min-width: 769px) {
  .domestic-store-list__item:not(:last-of-type) {
    margin-right: 16px;
  }
}

/* section-inner
-------------------------*/
.section-inner {
  width: 100%;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .section-inner {
    padding: 0 calc(20 / 375 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .section-inner {
    max-width: 996px;
    padding-bottom: 0;
  }
  .section-inner + .section-inner {
    padding-top: 120px;
  }
}

/* section-heading
-------------------------*/
.section-heading {
  display: block;
  text-align: center;
}

/* discount-tag
-------------------------*/
.discount-tag {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  color: #f1dd98 !important;
  background-color: #000;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.1em;
}

.product-view-card .discount-tag {
  font-size: 14px;
  padding: 4px 8px;
}
