main :where([hidden]) {
  display: none !important;
}

main :where(header, footer, section, article, aside, nav):before, main :where(header, footer, section, article, aside, nav):after {
  content: none;
}

main :where(p) {
  margin: 0;
  padding: 0;
}

main :where(picture) {
  max-width: 100%;
  display: inline-block;
}

main :where(picture) > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

main :where(svg) {
  fill: currentColor;
}

main :is(a[target="_blank"]):after {
  content: none;
}

.GiftContainer {
  box-sizing: border-box;
  margin: auto;
}

@media (width <= 768px) {
  .GiftContainer {
    padding-inline: 4vw;
  }
}

@media (width >= 769px) {
  .GiftContainer {
    width: clamp(1080px, 100vw, 1200px);
    padding-inline: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .pc_visible {
    display: none;
  }
}

@media (width >= 769px) {
  .sp_visible {
    display: none;
  }
}

.BtnAnchor {
  background-color: #16181a;
  outline: none;
  flex-direction: row;
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .BtnAnchor {
    padding-block: clamp(13.5px, 1.25vw, 15px);
    padding-inline: clamp(18px, 1.66667vw, 20px);
    font-size: clamp(10.8px, 1vw, 12px);
  }
}

@media (width <= 768px) {
  .BtnAnchor {
    padding-block: 4vw;
    padding-inline: 5.33333vw;
    font-size: 3.2vw;
  }
}

.BtnAnchor:hover {
  opacity: .75;
}

.BtnAnchor:link, .BtnAnchor:visited {
  color: #fff;
  text-decoration: none;
}

.BtnAnchor:after {
  content: "";
  background: url("../images/button-arrow.e974e4dd.svg") center no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
}

@media (width >= 769px) {
  .BtnAnchor:after {
    width: clamp(12.6px, 1.16667vw, 14px);
    height: clamp(12.6px, 1.16667vw, 14px);
  }
}

@media (width <= 768px) {
  .BtnAnchor:after {
    width: 3.73333vw;
    height: 3.73333vw;
  }
}

.BtnAnchor.m:after {
  background: #f3be00;
}

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

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.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;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  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 {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

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

.slick-prev, .slick-next {
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
  background: #fbfcfe;
  border: none;
  border-radius: 100px;
  outline: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 0;
  line-height: 0;
  transition: all .2s ease-in;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 1px 2px #0000004d, 0 1px 3px 1px #00000026;
}

.slick-prev:hover, .slick-next:hover {
  background: #e1e9ee;
}

.slick-prev:before, .slick-next:before {
  content: "";
  background: url("../images/arrow.d6976dd9.svg") center no-repeat;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 25px;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 25px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  color: #0000;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active {
  background: #333;
}

.Mv {
  overflow: hidden;
}

@media (width >= 769px) {
  .Mv {
    height: clamp(603px, 55.8333vw, 670px);
  }
}

@media (width <= 768px) {
  .Mv {
    height: 137.6vw;
  }
}

.Mv .CarouselContainer {
  opacity: 0;
  height: 100%;
  transition: opacity .5s ease-out;
  position: relative;
}

.Mv .CarouselContainer.slick-initialized {
  opacity: 1;
}

.Mv .CarouselContainer .slick-prev, .Mv .CarouselContainer .slick-next {
  margin: auto;
}

.Mv .CarouselContainer .slick-prev {
  left: -1200px;
  right: 0;
}

.Mv .CarouselContainer .slick-next {
  left: 0;
  right: -1200px;
}

.Mv .CarouselContainer .slick-dots {
  z-index: 10;
  bottom: 15px;
}

.Mv .CarouselContainer .Carousel {
  height: 100%;
}

@media (width >= 769px) {
  .Mv .CarouselContainer .Carousel {
    max-width: clamp(1080px, 100vw, 1200px);
  }
}

@media (width <= 768px) {
  .Mv .CarouselContainer .Carousel {
    max-width: 100vw;
  }
}

.FeatureCard {
  background-color: #fff;
  box-shadow: 0 1px 3px 1px #00000026, 0 1px 2px #0000004d;
  display: flex !important;
}

@media (width >= 769px) {
  .FeatureCard {
    justify-content: center;
  }
}

@media (width <= 768px) {
  .FeatureCard {
    flex-direction: column;
  }
}

.FeatureCard .Image {
  flex: none;
}

@media (width >= 769px) {
  .FeatureCard .Image {
    width: clamp(424.8px, 39.3333vw, 472px);
    min-height: clamp(283.5px, 26.25vw, 315px);
  }
}

.FeatureCard .Image picture, .FeatureCard .Image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.FeatureCard .Content {
  color: #333;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

@media (width >= 769px) {
  .FeatureCard .Content {
    justify-content: center;
    gap: clamp(18px, 1.66667vw, 20px);
    padding-block: clamp(18px, 1.66667vw, 20px);
    padding-inline: clamp(27px, 2.5vw, 30px);
  }
}

@media (width <= 768px) {
  .FeatureCard .Content {
    justify-content: space-between;
    gap: 5.33333vw;
    width: 100%;
    padding-block: 5.33333vw;
    padding-inline: 4vw;
  }
}

.FeatureCard .ContentInner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media (width >= 769px) {
  .FeatureCard .ContentInner {
    gap: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .FeatureCard .ContentInner {
    gap: 4vw;
  }
}

.FeatureCard .Header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media (width >= 769px) {
  .FeatureCard .Header {
    gap: clamp(4.5px, .416667vw, 5px);
  }
}

.FeatureCard .Header .eyecatch {
  font-weight: 500;
  line-height: 150%;
}

@media (width >= 769px) {
  .FeatureCard .Header .eyecatch {
    word-break: keep-all;
    font-size: clamp(14.4px, 1.33333vw, 16px);
  }
}

@media (width <= 768px) {
  .FeatureCard .Header .eyecatch {
    font-size: 3.2vw;
  }
}

.FeatureCard .Header .name {
  word-break: keep-all;
  font-weight: 700;
  line-height: 150%;
}

@media (width >= 769px) {
  .FeatureCard .Header .name {
    font-size: clamp(21.6px, 2vw, 24px);
  }
}

@media (width <= 768px) {
  .FeatureCard .Header .name {
    font-size: 5.33333vw;
  }
}

.FeatureCard .detail {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

@media (width >= 769px) {
  .FeatureCard .detail {
    font-size: clamp(14.4px, 1.33333vw, 16px);
  }
}

@media (width <= 768px) {
  .FeatureCard .detail {
    font-size: 3.73333vw;
  }
}

.FeatureCard .note {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

@media (width >= 769px) {
  .FeatureCard .note {
    margin-top: clamp(-10px, -.833333vw, -9px);
    font-size: clamp(10.8px, 1vw, 12px);
  }
}

@media (width <= 768px) {
  .FeatureCard .note {
    margin-top: -1.33333vw;
    font-size: 2.66667vw;
  }
}

.FeatureCard .ButtonWrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

@media (width <= 768px) {
  .FeatureCard .ButtonWrapper > * {
    box-sizing: border-box;
    width: 100%;
  }
}

@media (width >= 769px) {
  .FeatureCard .ButtonWrapper .BtnAnchor {
    width: clamp(189px, 17.5vw, 210px);
  }
}

.Features {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.FeaturesContainer {
  margin: auto;
  display: block;
}

.FeaturesContainer .slick-list {
  overflow: visible !important;
}

.FeaturesContainer .slick-track {
  display: flex;
}

.FeaturesContainer .slick-slide {
  height: auto;
}

@media (width >= 769px) {
  .FeaturesContainer .slick-slide {
    width: clamp(867.6px, 80.3333vw, 964px);
    margin-inline: clamp(9px, .833333vw, 10px);
  }
}

@media (width <= 768px) {
  .FeaturesContainer .slick-slide {
    width: 72vw;
    margin-inline: 2vw;
  }
}

.FeaturesContainer .slick-slide > div, .FeaturesContainer .slick-slide .FeatureCard {
  height: 100%;
}

.FeaturesController {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .FeaturesController {
    margin-top: clamp(18px, 1.66667vw, 20px);
    width: clamp(867.6px, 80.3333vw, 964px);
    margin-inline: auto;
  }
}

@media (width <= 768px) {
  .FeaturesController {
    width: 100%;
    margin-top: 5.33333vw;
    padding-inline: 4vw;
  }
}

.FeaturesController .slick-prev, .FeaturesController .slick-next, .FeaturesController .slick-dots {
  align-self: center;
  position: relative;
  inset: 0;
  transform: none;
}

.FeaturesController .slick-prev, .FeaturesController .slick-next {
  box-shadow: none;
  border: 1px solid #70787d;
  width: 38px;
  height: 38px;
}

.FeaturesController .slick-dots {
  width: auto;
  inset: 0;
}

.FeaturesController .slick-dots li {
  background: #999;
}

.FeaturesController .slick-dots li.slick-active {
  background: #333;
}

.SetHeader {
  position: relative;
  overflow: hidden;
}

@media (width >= 769px) {
  .SetHeader {
    height: clamp(270px, 25vw, 300px);
  }
}

@media (width <= 768px) {
  .SetHeader {
    height: 41.3333vw;
  }
}

.SetHeader .GiftContainer {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .SetHeader .GiftContainer {
    padding-inline: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .SetHeader .GiftContainer {
    padding-inline: 4vw;
  }
}

.SetHeader .Text {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .SetHeader .Text {
    gap: clamp(7.2px, .666667vw, 8px);
    padding: clamp(0px, 0vw, 0px);
  }
}

@media (width <= 768px) {
  .SetHeader .Text {
    gap: 2.13333vw;
    width: 54.9333vw;
    padding: 0;
  }
}

.SetHeader .Text .eyecatch {
  word-break: keep-all;
  font-weight: 500;
  line-height: 150%;
}

@media (width >= 769px) {
  .SetHeader .Text .eyecatch {
    font-size: clamp(14.4px, 1.33333vw, 16px);
  }
}

@media (width <= 768px) {
  .SetHeader .Text .eyecatch {
    font-size: 3.2vw;
  }
}

.SetHeader .Text .jp {
  word-break: keep-all;
  font-weight: 700;
  line-height: 100%;
}

@media (width >= 769px) {
  .SetHeader .Text .jp {
    font-size: clamp(32.4px, 3vw, 36px);
  }
}

@media (width <= 768px) {
  .SetHeader .Text .jp {
    font-size: 4.8vw;
  }
}

.SetHeader .Text .en {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

@media (width >= 769px) {
  .SetHeader .Text .en {
    font-size: clamp(12.6px, 1.16667vw, 14px);
  }
}

@media (width <= 768px) {
  .SetHeader .Text .en {
    font-size: 2.66667vw;
  }
}

.SetHeader .Image {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width >= 769px) {
  .SetHeader .Image {
    width: clamp(549px, 50.8333vw, 610px);
    height: clamp(270px, 25vw, 300px);
    right: clamp(-120px, -10vw, -108px);
  }
}

@media (width <= 768px) {
  .SetHeader .Image {
    width: 100vw;
    height: 41.3333vw;
    right: 0;
  }
}

.CategoryHeader {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.CategoryHeader .Title {
  color: #3c070a;
  word-break: keep-all;
  font-weight: 700;
  line-height: 200%;
}

@media (width >= 769px) {
  .CategoryHeader .Title {
    font-size: clamp(25.2px, 2.33333vw, 28px);
  }
}

@media (width <= 768px) {
  .CategoryHeader .Title {
    font-size: 4.26667vw;
  }
}

.Item {
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

@media (width <= 768px) {
  .Item {
    padding-top: 4vw;
  }
}

.Item .label {
  z-index: 10;
}

@media (width >= 769px) {
  .Item .label {
    position: absolute;
    top: clamp(13.5px, 1.25vw, 15px);
    right: clamp(13.5px, 1.25vw, 15px);
  }
}

@media (width <= 768px) {
  .Item .label {
    justify-content: flex-end;
    margin-bottom: 2.66667vw;
    padding-inline: 3.2vw;
    display: flex;
  }
}

.Item .label-inner {
  color: #fff;
  background-color: #a00;
  line-height: 1.5;
  display: inline-block;
}

@media (width >= 769px) {
  .Item .label-inner {
    padding-block: clamp(7.2px, .666667vw, 8px);
    padding-inline: clamp(10.8px, 1vw, 12px);
    font-size: clamp(10.8px, 1vw, 12px);
  }
}

@media (width <= 768px) {
  .Item .label-inner {
    padding-block: 1.6vw;
    padding-inline: 2.13333vw;
    font-size: 2.66667vw;
  }
}

.Item .Image {
  isolation: isolate;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width >= 769px) {
  .Item .Image {
    padding-top: clamp(36px, 3.33333vw, 40px);
    padding-inline: clamp(40.5px, 3.75vw, 45px);
  }
}

.Item .Content {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media (width >= 769px) {
  .Item .Content {
    padding-top: clamp(13.5px, 1.25vw, 15px);
    padding-inline: clamp(22.5px, 2.08333vw, 25px);
    gap: clamp(10.8px, 1vw, 12px);
    padding-bottom: clamp(22.5px, 2.08333vw, 25px);
  }
}

@media (width <= 768px) {
  .Item .Content {
    padding-inline: 3.2vw;
    gap: 1.33333vw;
    padding-bottom: 3.2vw;
  }
}

.Item .Content .head {
  font-weight: 700;
  line-height: 150%;
}

@media (width >= 769px) {
  .Item .Content .head {
    font-size: clamp(15.3px, 1.41667vw, 17px);
  }
}

@media (width <= 768px) {
  .Item .Content .head {
    font-size: 3.73333vw;
  }
}

.Item .Content .detail {
  font-weight: 500;
  line-height: 150%;
}

@media (width >= 769px) {
  .Item .Content .detail {
    font-size: clamp(10.8px, 1vw, 12px);
  }
}

@media (width <= 768px) {
  .Item .Content .detail {
    font-size: 2.66667vw;
  }
}

.Product {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e4e5ec;
  list-style: none;
  transition: opacity .2s ease-in;
  position: relative;
}

@media (width >= 769px) {
  .Product {
    width: clamp(108px, 10vw, 120px);
    height: clamp(108px, 10vw, 120px);
  }
}

@media (width <= 768px) {
  .Product {
    width: 24vw;
    height: 24vw;
  }
}

.Product:hover {
  opacity: .8;
}

.Product:after {
  display: none !important;
}

.Product .Banner {
  border-top: 0 solid #0000;
  border-bottom: 30px solid #757575;
  border-left: 30px solid #0000;
  border-right: 0 solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.Product .Banner:after {
  content: "";
  background-image: url("../images/icon_window.6d13b1ec.svg");
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 17px;
  right: 4px;
}

.Category {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width >= 769px) {
  .Category {
    gap: clamp(36px, 3.33333vw, 40px);
  }
}

@media (width <= 768px) {
  .Category {
    gap: 5.33333vw;
  }
}

.Category:not(:last-child) {
  border-bottom: 1px solid #e4e5ec;
}

@media (width >= 769px) {
  .Category:not(:last-child) {
    padding-bottom: clamp(40.5px, 3.75vw, 45px);
  }
}

@media (width <= 768px) {
  .Category:not(:last-child) {
    padding-bottom: 8vw;
  }
}

.Category:before, .Category:after {
  content: none;
}

.Category .ItemContainer {
  flex-flow: wrap;
  display: flex;
}

@media (width >= 769px) {
  .Category .ItemContainer {
    justify-content: center;
  }
}

@media (width <= 768px) {
  .Category .ItemContainer:not(:has(:nth-of-type(2))) {
    justify-content: center;
  }
}

@media (width >= 769px) {
  .Category .ItemContainer {
    gap: clamp(27px, 2.5vw, 30px) clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .Category .ItemContainer {
    gap: 4vw;
  }
}

@media (width >= 769px) {
  .Category .ItemContainer .Item {
    width: clamp(335.7px, 31.0833vw, 373px);
  }
}

@media (width <= 768px) {
  .Category .ItemContainer .Item {
    width: 44vw;
  }
}

.Category .ProductContainer {
  align-items: center;
  display: flex;
}

@media (width >= 769px) {
  .Category .ProductContainer {
    box-sizing: border-box;
    background: #fff;
    gap: clamp(27px, 2.5vw, 30px);
    width: clamp(685.8px, 63.5vw, 762px);
    padding-block: clamp(18px, 1.66667vw, 20px);
    padding-inline: clamp(27px, 2.5vw, 30px);
  }
}

@media (width <= 768px) {
  .Category .ProductContainer {
    flex-direction: column;
    justify-content: center;
    gap: 4vw;
    padding-inline: 4vw;
  }
}

.Category .ProductContainer .ProductText {
  word-break: keep-all;
  flex-shrink: 0;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (width >= 769px) {
  .Category .ProductContainer .ProductText {
    width: 6em;
    font-size: clamp(14.4px, 1.33333vw, 16px);
  }
}

@media (width <= 768px) {
  .Category .ProductContainer .ProductText {
    font-size: 3.2vw;
  }

  .Category .ProductContainer .ScrollWrapper {
    text-align: center;
    width: 100vw;
    overflow-x: auto;
  }

  .Category .ProductContainer .ScrollWrapper::-webkit-scrollbar {
    display: none;
  }
}

.Category .ProductContainer .ProductItemWrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (width >= 769px) {
  .Category .ProductContainer .ProductItemWrapper {
    gap: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .Category .ProductContainer .ProductItemWrapper {
    gap: 4vw;
    padding-inline: 4vw;
  }
}

.Set {
  background: #f2f2f2;
}

@media (width >= 769px) {
  .Set .Inner {
    padding-top: clamp(54px, 5vw, 60px);
    padding-bottom: clamp(81px, 7.5vw, 90px);
  }
}

@media (width <= 768px) {
  .Set .Inner {
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
}

.Set .Inner .GiftContainer {
  flex-direction: column;
  display: flex;
}

@media (width >= 769px) {
  .Set .Inner .GiftContainer {
    gap: clamp(40.5px, 3.75vw, 45px);
  }
}

@media (width <= 768px) {
  .Set .Inner .GiftContainer {
    gap: 8vw;
  }
}

.Set .Inner .Footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width >= 769px) {
  .Set .Inner .Footer .BtnAnchor {
    width: clamp(216px, 20vw, 240px);
  }
}

@media (width <= 768px) {
  .Set .Inner .Footer .BtnAnchor {
    width: 64vw;
  }
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  background: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal__container {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  overflow-y: auto;
}

.modal__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal__title {
  color: #00449e;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.modal__close {
  background: none;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  color: #000c;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.modal__btn {
  color: #000c;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  border-style: none;
  border-width: 0;
  border-radius: .25rem;
  margin: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.15;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  overflow: visible;
  transform: translateZ(0);
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  color: #fff;
  background-color: #00449e;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeIn;
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: .3s cubic-bezier(0, 0, .2, 1) mmslideIn;
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: .3s cubic-bezier(0, 0, .2, 1) mmfadeOut;
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: .3s cubic-bezier(0, 0, .2, 1) mmslideOut;
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

.ModalBtn {
  color: #333;
  outline: none;
  flex-direction: row;
  align-items: center;
  width: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 130%;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .ModalBtn {
    gap: clamp(9px, .833333vw, 10px);
    padding-block: clamp(13.5px, 1.25vw, 15px);
    padding-inline: clamp(18px, 1.66667vw, 20px);
    font-size: clamp(10.8px, 1vw, 12px);
  }
}

@media (width <= 768px) {
  .ModalBtn {
    gap: 2.66667vw;
    padding-block: 4vw;
    padding-inline: 5.33333vw;
    font-size: 3.2vw;
  }
}

.ModalBtn:hover {
  opacity: .75;
}

.ModalBtn:link, .ModalBtn:visited, .ModalBtn:focus-visible {
  color: inherit;
  text-decoration: none;
}

.ModalBtn i {
  box-sizing: border-box;
  background: #f3be00;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 0 2px 0 0;
  display: flex;
}

.ModalBtn i:after {
  content: "";
  box-sizing: border-box;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

@media (width >= 769px) {
  .ModalBtn i:after {
    width: clamp(4.5px, .416667vw, 5px);
    height: clamp(4.5px, .416667vw, 5px);
  }
}

@media (width <= 768px) {
  .ModalBtn i:after {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

.ModalWrapper {
  z-index: -1;
  opacity: 0;
  background: #000000b3;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

.ModalWrapper.is-open {
  opacity: 1;
  z-index: 1000;
}

.ModalWrapper .ModalOverlay {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.Modal {
  overscroll-behavior-y: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  max-height: 100%;
  transition: transform .3s ease-out;
  position: relative;
  overflow-y: auto;
  transform: translateY(100%);
  box-shadow: 0 1px 2px #0000004d, 0 1px 3px 1px #00000026;
}

@media (width >= 769px) {
  .Modal {
    width: clamp(689.4px, 63.8333vw, 766px);
  }
}

.Modal::-webkit-scrollbar {
  display: none;
}

.ModalWrapper.is-open .Modal {
  transform: translateY(0);
}

.Modal .Top {
  z-index: 10;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  border-radius: 10px 10px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 2px #0000004d, 0 1px 3px 1px #00000026;
}

@media (width >= 769px) {
  .Modal .Top {
    height: clamp(54px, 5vw, 60px);
    padding-inline: clamp(13.5px, 1.25vw, 15px);
  }
}

@media (width <= 768px) {
  .Modal .Top {
    height: 16vw;
    padding-inline: 4vw;
  }
}

.Modal .Top:before, .Modal .Top:after {
  content: none;
}

.Modal .Top .name {
  color: #222;
  word-break: keep-all;
  font-weight: 700;
  line-height: 100%;
}

@media (width >= 769px) {
  .Modal .Top .name {
    font-size: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .Modal .Top .name {
    font-size: 4.8vw;
  }
}

.Modal .Top .close {
  background: url("../images/arrow.d6976dd9.svg") center no-repeat;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in;
  display: flex;
  transform: rotate(90deg);
}

@media (width >= 769px) {
  .Modal .Top .close {
    width: clamp(34.2px, 3.16667vw, 38px);
    height: clamp(34.2px, 3.16667vw, 38px);
  }
}

@media (width <= 768px) {
  .Modal .Top .close {
    width: 10.1333vw;
    height: 10.1333vw;
  }
}

.Modal .Top:hover > .close {
  background-color: #4c616b14;
}

.Modal .Bottom {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media (width >= 769px) {
  .Modal .Bottom {
    flex-direction: row;
  }
}

@media (width <= 768px) {
  .Modal .Bottom {
    flex-direction: column;
  }
}

@media (width >= 769px) {
  .Modal .Bottom {
    gap: clamp(13.5px, 1.25vw, 15px);
    padding-block: clamp(40.5px, 3.75vw, 45px);
    padding-inline: clamp(13.5px, 1.25vw, 15px);
  }
}

@media (width <= 768px) {
  .Modal .Bottom {
    padding-top: 4vw;
    padding-inline: 4vw;
    padding-bottom: 8vw;
  }
}

.Modal .Bottom .Image {
  isolation: isolate;
  flex: none;
}

@media (width >= 769px) {
  .Modal .Bottom .Image {
    width: clamp(247.5px, 22.9167vw, 275px);
    height: clamp(247.5px, 22.9167vw, 275px);
  }
}

.Modal .Bottom .Content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media (width >= 769px) {
  .Modal .Bottom .Content {
    gap: clamp(13.5px, 1.25vw, 15px);
  }
}

@media (width <= 768px) {
  .Modal .Bottom .Content {
    gap: 4vw;
  }
}

.Modal .Bottom .Content .heading {
  color: #222;
  font-weight: 700;
  line-height: 150%;
}

@media (width >= 769px) {
  .Modal .Bottom .Content .heading {
    font-size: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .Modal .Bottom .Content .heading {
    font-size: 4.26667vw;
  }
}

.Modal .Bottom .Content .detail {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

@media (width >= 769px) {
  .Modal .Bottom .Content .detail {
    font-size: clamp(12.6px, 1.16667vw, 14px);
  }
}

@media (width <= 768px) {
  .Modal .Bottom .Content .detail {
    font-size: 3.73333vw;
  }
}

.Modal .Bottom .Content .ButtonWrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.OnlineshopBtn {
  background-color: #fff;
  outline: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .OnlineshopBtn {
    padding-block: clamp(9px, .833333vw, 10px);
    padding-inline: clamp(36.9px, 3.41667vw, 41px);
  }
}

@media (width <= 768px) {
  .OnlineshopBtn {
    padding-block: 2.66667vw;
    padding-inline: 10.9333vw;
  }
}

.OnlineshopBtn:hover {
  opacity: .75;
}

@media (width >= 769px) {
  .OnlineshopBtn img {
    width: clamp(162px, 15vw, 180px);
    height: clamp(45px, 4.16667vw, 50px);
  }
}

@media (width <= 768px) {
  .OnlineshopBtn img {
    width: 48vw;
    height: 13.3333vw;
  }
}

.OnlineshopBtn:after {
  content: "";
  background-image: url("../images/icon_window_gray.40474177.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}

@media (width >= 769px) {
  .OnlineshopBtn:after {
    width: clamp(9.9px, .916667vw, 11px);
    height: clamp(9.9px, .916667vw, 11px);
    right: clamp(13.5px, 1.25vw, 15px);
  }
}

@media (width <= 768px) {
  .OnlineshopBtn:after {
    width: 2.93333vw;
    height: 2.93333vw;
    right: 4vw;
  }
}

.Onlineshop {
  background-color: #f7cb14;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (width >= 769px) {
  .Onlineshop {
    background-image: url("../images/bg_pc.bdad5c58.webp");
    background-size: clamp(1528.2px, 141.5vw, 1698px);
    height: clamp(270px, 25vw, 300px);
    padding-block: clamp(27px, 2.5vw, 30px);
  }
}

@media (width <= 768px) {
  .Onlineshop {
    background-image: url("../images/bg_sp.a404024f.webp");
    background-size: cover;
    padding-block: 8vw;
  }
}

.Onlineshop:before {
  content: "";
  background-color: #5a2a1359;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Onlineshop .GiftContainer {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

@media (width >= 769px) {
  .Onlineshop .GiftContainer {
    gap: clamp(31.5px, 2.91667vw, 35px);
  }
}

@media (width <= 768px) {
  .Onlineshop .GiftContainer {
    gap: 5.33333vw;
  }
}

.Onlineshop .OnlineshopTitle {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
}

@media (width >= 769px) {
  .Onlineshop .OnlineshopTitle {
    text-align: center;
    font-size: clamp(27px, 2.5vw, 30px);
  }
}

@media (width <= 768px) {
  .Onlineshop .OnlineshopTitle {
    font-size: 5.33333vw;
  }
}

.Onlineshop .ButtonContainer {
  display: flex;
}

@media (width >= 769px) {
  .Onlineshop .ButtonContainer {
    flex-direction: row;
    gap: clamp(18px, 1.66667vw, 20px);
  }
}

@media (width <= 768px) {
  .Onlineshop .ButtonContainer {
    flex-direction: column;
    gap: 4vw;
  }
}

@media (width >= 769px) {
  .Onlineshop .ButtonContainer .OnlineshopBtn {
    flex-grow: 1;
    height: clamp(90px, 8.33333vw, 100px);
  }
}

@media (width <= 768px) {
  .Onlineshop .ButtonContainer .OnlineshopBtn {
    height: 18.6667vw;
  }
}

.Gift {
  color: #333;
  font-family: Noto Serif JP, serif;
  font-style: normal;
}

.Gift * {
  box-sizing: border-box;
}

.Gift p {
  margin: 0;
}

.Gift .Intro {
  background: #fff;
}

@media (width >= 769px) {
  .Gift .Intro {
    padding-block: clamp(81px, 7.5vw, 90px);
  }
}

@media (width <= 768px) {
  .Gift .Intro {
    padding-block: 12vw;
  }
}

.Gift .Intro .GiftContainer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width >= 769px) {
  .Gift .Intro .GiftContainer {
    gap: clamp(54px, 5vw, 60px);
    margin-bottom: clamp(54px, 5vw, 60px);
  }
}

@media (width <= 768px) {
  .Gift .Intro .GiftContainer {
    gap: 12vw;
    margin-bottom: 12vw;
  }
}

.Gift .Intro .Title {
  text-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

@media (width >= 769px) {
  .Gift .Intro .Title {
    gap: clamp(9px, .833333vw, 10px);
    font-size: clamp(21.6px, 2vw, 24px);
  }
}

@media (width <= 768px) {
  .Gift .Intro .Title {
    flex-direction: column;
    font-size: 4.26667vw;
  }
}

.Gift .Intro .Title .large {
  line-height: 1.25;
}

@media (width >= 769px) {
  .Gift .Intro .Title .large {
    font-size: clamp(43.2px, 4vw, 48px);
  }
}

@media (width <= 768px) {
  .Gift .Intro .Title .large {
    font-size: 8.53333vw;
  }
}

@media (width >= 769px) {
  .Gift .Intro .Movie {
    width: clamp(689.4px, 63.8333vw, 766px);
    height: clamp(387px, 35.8333vw, 430px);
  }
}

@media (width <= 768px) {
  .Gift .Intro .Movie {
    width: 100%;
    height: 52vw;
  }
}

.Gift .Set .SetHeader.yebisu {
  background: #f7cb14;
}

.Gift .Set .SetHeader.yebisu_assort {
  background: #dcfafa;
}

.Gift .Set .SetHeader.yebisu_cb {
  background: #f7cb14;
}

@media (width >= 769px) {
  .Gift .Set .SetHeader.yebisu_cb .GiftContainer:before {
    content: "";
    background: #136a7a;
    width: 50vw;
    height: 100%;
    position: absolute;
    right: -50vw;
  }
}

.Gift .Set .SetHeader.yebisu_meister {
  color: #fff;
  background: #342415;
}

.Gift .Set .SetHeader.sapporo {
  color: #fff;
  background: #000;
}

.Gift .Set .SetHeader.casual {
  background: linear-gradient(#fffae0 0%, #f0df87 100%);
}
