@charset "UTF-8";
*, *::after, *::before {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  box-sizing: border-box;
  min-inline-size: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font: 700 normal 100%/1 "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #2f2f2f;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
}

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-weight: inherit;
  font-size: inherit;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, svg {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
}

button, input, optgroup, select, textarea {
  font: normal normal 100%/1 "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #2f2f2f;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled], input[disabled], optgroup[disabled], select[disabled], textarea[disabled] {
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #A8A8A8;
}

select:invalid {
  color: #A8A8A8;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}
button:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  button {
    transition: opacity 0.3s;
  }
  button:hover {
    opacity: 0.6;
  }
}

textarea {
  display: block;
  resize: none;
  field-sizing: content;
  overflow: auto;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
  position: absolute;
  visibility: hidden;
  width: 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

ul, ol {
  list-style: none;
}

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

th, td {
  background-clip: padding-box;
}

.u-text_align_left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-text_align_left_sp {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_left_pc {
    text-align: left;
  }
}
.u-text_align_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-text_align_center_sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_center_pc {
    text-align: center;
  }
}
.u-text_align_right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-text_align_right_sp {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_right_pc {
    text-align: right;
  }
}

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

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

.c-wrap {
  margin-inline: auto;
  width: calc(690 / 750 * 100%);
  max-width: 75rem;
}

/* -----------------
l-wrap
-------------------- */
.l-wrap {
  margin-inline: auto;
  max-width: 75rem;
  overflow: hidden;
}

.sec-present {
  position: relative;
}
.sec-present .modal-btn {
  font-weight: 500;
  font-size: min(33px, 4.4vw);
  color: #f0611c;
  display: grid;
  place-content: center;
  position: absolute;
  top: min(754px, 100.5333333333vw);
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  width: min(514px, 68.5333333333vw);
  height: min(93px, 12.4vw);
  border: min(3px, 0.4vw) solid #f0611c;
  border-radius: calc(infinity * 1px);
  background: #fff;
  box-shadow: min(5px, 0.6666666667vw) min(9px, 1.2vw) min(13px, 1.7333333333vw) min(0.4px, 0.0533333333vw) rgba(34, 22, 32, 0.1);
}
.sec-present .modal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(43px, 5.7333333333vw);
  translate: 0 -50%;
  width: min(15px, 2vw);
  height: min(25px, 3.3333333333vw);
  background: #f0611c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sec-present .btn {
  position: absolute;
  left: 50%;
  bottom: min(428px, 57.0666666667vw);
  z-index: 1;
  translate: -50% 0;
  width: min(613px, 81.7333333333vw);
}
.sec-present .btn_link {
  display: block;
}

.sec-present-modal {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.sec-present-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.sec-present-modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sec-present-modal .box {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  width: min(630px, 84vw);
  height: 100%;
  max-height: calc(100vh - min(90px, 12vw));
  max-height: calc(100svh - min(90px, 12vw));
  --_border-radius: min(30px, 4vw);
  border-radius: var(--_border-radius);
  overflow: hidden;
}
.sec-present-modal .box::before, .sec-present-modal .box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(19px, 2.5333333333vw);
  background: #f0611c;
}
.sec-present-modal .box::before {
  top: 0;
}
.sec-present-modal .box::after {
  bottom: 0;
}
.sec-present-modal .box .close-btn {
  position: absolute;
  top: min(50px, 6.6666666667vw);
  right: min(38px, 5.0666666667vw);
  z-index: 2;
  width: min(34px, 4.5333333333vw);
  height: min(34px, 4.5333333333vw);
}
.sec-present-modal .box .close-btn::before, .sec-present-modal .box .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(47px, 6.2666666667vw);
  height: min(3px, 0.4vw);
  border-radius: calc(infinity * 1px);
  background: #2f2f2f;
}
.sec-present-modal .box .close-btn::before {
  rotate: -45deg;
}
.sec-present-modal .box .close-btn::after {
  rotate: 45deg;
}
.sec-present-modal .box_inner {
  padding: min(70px, 9.3333333333vw) min(34px, 4.5333333333vw) min(50px, 6.6666666667vw);
  width: 100%;
  height: 100%;
  background: #fff;
}
.sec-present-modal .box_ttl {
  font-weight: 500;
  font-size: min(31px, 4.1333333333vw);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #f0611c;
  text-align: center;
}
.sec-present-modal .box_txt {
  font-weight: 500;
  font-size: min(23px, 3.0666666667vw);
  line-height: 1.5652173913;
  letter-spacing: 0.05em;
  --_margin-top: min(40px, 5.3333333333vw);
  margin-top: var(--_margin-top);
  height: calc(100% - var(--_margin-top) - min(30px, 4vw));
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sec-present-modal .box_txt::-webkit-scrollbar {
  display: none;
}

.sec-surprises .list {
  padding-block: min(42px, 5.6vw) min(70px, 9.3333333333vw);
  background: #f3f4eb;
}
.sec-surprises .list_item {
  position: relative;
}
.sec-surprises .list_item:nth-of-type(n+2) {
  margin-top: min(70px, 9.3333333333vw);
}
.sec-surprises .list_slider {
  position: absolute;
  top: min(258px, 34.4vw);
  left: 0;
  z-index: 1;
  width: 100%;
}
.sec-surprises .list_slider .slick-list {
  padding: min(50px, 6.6666666667vw) min(70px, 9.3333333333vw) !important;
}
.sec-surprises .list_slider .slick-track {
  display: flex;
  justify-content: center;
}
.sec-surprises .list_slider_item {
  float: none;
  position: relative;
  padding-inline: min(15px, 2vw);
  height: auto !important;
}
.sec-surprises .list_slider_badge {
  position: absolute;
  top: max(-40px, -5.3333333333vw);
  left: var(--_left);
  z-index: 1;
  width: min(149px, 19.8666666667vw);
}
.sec-surprises .list_slider_badge._02 {
  --_left: max(-34px, -4.5333333333vw);
}
.sec-surprises .list_slider_badge._03 {
  --_left: max(-41px, -5.4666666667vw);
}
.sec-surprises .list_slider_badge._04 {
  --_left: max(-51px, -6.8vw);
}
.sec-surprises .list_slider_img img {
  box-shadow: min(2px, 0.2666666667vw) min(3px, 0.4vw) min(25px, 3.3333333333vw) min(2px, 0.2666666667vw) rgba(146, 142, 129, 0.23);
}
.sec-surprises .list_slider .arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
  --_btn-position: min(56px, 7.4666666667vw);
  --_btn-size: min(58px, 7.7333333333vw);
  width: var(--_btn-size);
  height: var(--_btn-size);
  border: min(2px, 0.2666666667vw) solid #fff;
  border-radius: 50%;
  background: #2da9a3;
  box-shadow: min(1.5px, 0.2vw) min(3.7px, 0.4933333333vw) min(7px, 0.9333333333vw) rgba(39, 39, 39, 0.26);
}
.sec-surprises .list_slider .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--_btn-arrow-position);
  z-index: 1;
  translate: -50% -50%;
  width: min(16px, 2.1333333333vw);
  height: min(26px, 3.4666666667vw);
  background: #fff;
  clip-path: var(--_btn-arrow);
}
.sec-surprises .list_slider .arrow._prev {
  left: var(--_btn-position);
}
.sec-surprises .list_slider .arrow._prev::before {
  --_btn-arrow-position: calc(50% - min(2px, 0.2666666667vw));
  --_btn-arrow: polygon(0 50%, 100% 0, 100% 100%);
}
.sec-surprises .list_slider .arrow._next {
  right: var(--_btn-position);
}
.sec-surprises .list_slider .arrow._next::before {
  --_btn-arrow-position: calc(50% + min(2px, 0.2666666667vw));
  --_btn-arrow: polygon(0 0, 100% 50%, 0 100%);
}
.sec-surprises .list_slider .slick-dots {
  display: none !important;
}

.sec-six-declarations-of-peace-of-mind .list {
  padding-block: min(30px, 4vw) min(45px, 6vw);
  background: #f6f6f6;
}
.sec-six-declarations-of-peace-of-mind .list_item {
  position: relative;
}
.sec-six-declarations-of-peace-of-mind .list_item:nth-of-type(n+2) {
  margin-top: min(80px, 10.6666666667vw);
}
.sec-six-declarations-of-peace-of-mind .list_item:nth-of-type(1) {
  --_slider-top-pos: min(667px, 88.9333333333vw);
}
.sec-six-declarations-of-peace-of-mind .list_item:nth-of-type(2) {
  --_slider-top-pos: min(465px, 62vw);
}
.sec-six-declarations-of-peace-of-mind .list_item:nth-of-type(3) {
  --_slider-top-pos: min(534px, 71.2vw);
}
.sec-six-declarations-of-peace-of-mind .list_slider {
  position: absolute;
  top: var(--_slider-top-pos);
  left: 0;
  z-index: 1;
  width: 100%;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-list {
  padding: min(60px, 8vw) min(100px, 13.3333333333vw) !important;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-track {
  display: flex;
  justify-content: center;
}
.sec-six-declarations-of-peace-of-mind .list_slider_item {
  float: none;
  padding-inline: min(30px, 4vw);
  height: auto !important;
}
.sec-six-declarations-of-peace-of-mind .list_slider_img img {
  box-shadow: 0 0 min(11px, 1.4666666667vw) min(2px, 0.2666666667vw) rgba(39, 39, 39, 0.24);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
  --_btn-position: min(101px, 13.4666666667vw);
  --_btn-size: min(58px, 7.7333333333vw);
  width: var(--_btn-size);
  height: var(--_btn-size);
  border-radius: 50%;
  background: #f59725;
  box-shadow: min(1.5px, 0.2vw) min(3.7px, 0.4933333333vw) min(7px, 0.9333333333vw) rgba(39, 39, 39, 0.26);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--_btn-arrow-position);
  z-index: 1;
  translate: -50% -50%;
  width: min(16px, 2.1333333333vw);
  height: min(26px, 3.4666666667vw);
  background: #fff;
  clip-path: var(--_btn-arrow);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow._prev {
  left: var(--_btn-position);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow._prev::before {
  --_btn-arrow-position: calc(50% - min(2px, 0.2666666667vw));
  --_btn-arrow: polygon(0 50%, 100% 0, 100% 100%);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow._next {
  right: var(--_btn-position);
}
.sec-six-declarations-of-peace-of-mind .list_slider .arrow._next::before {
  --_btn-arrow-position: calc(50% + min(2px, 0.2666666667vw));
  --_btn-arrow: polygon(0 0, 100% 50%, 0 100%);
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  translate: -50% 0;
  gap: min(15px, 2vw);
  width: fit-content;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li {
  font-size: 0;
  width: min(14px, 1.8666666667vw);
  height: min(14px, 1.8666666667vw);
  border-radius: 50%;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li button {
  padding: 0;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #ccc;
  transition: opacity 0.3s;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li button:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li button:hover {
    opacity: 0.6;
  }
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li button::before {
  display: none;
}
.sec-six-declarations-of-peace-of-mind .list_slider .slick-dots li.slick-active button {
  background: #f59725;
}

.sec-shop {
  padding-top: min(64px, 8.5333333333vw);
}
.sec-shop .ttl {
  font-size: min(40px, 5.3333333333vw);
  line-height: 1.25;
  color: #f0611c;
  text-align: center;
  margin-inline: auto;
  padding-bottom: min(9px, 1.2vw);
  width: fit-content;
  border-bottom: min(3px, 0.4vw) solid #f0611c;
}
.sec-shop .ttl + .anchor-list {
  margin-top: min(43px, 5.7333333333vw);
}
.sec-shop .anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(17px, 2.2666666667vw) min(16px, 2.1333333333vw);
  margin-top: min(40px, 5.3333333333vw);
}
.sec-shop .anchor_btn {
  flex-shrink: 0;
  min-width: min(220px, 29.3333333333vw);
}
.sec-shop .anchor_btn_link {
  font-weight: 700;
  font-size: min(25px, 3.3333333333vw);
  line-height: 1.2;
  display: grid;
  place-content: center;
  position: relative;
  padding-inline: min(20px, 2.6666666667vw) min(53px, 7.0666666667vw);
  padding-bottom: min(4px, 0.5333333333vw);
  width: 100%;
  height: min(70px, 9.3333333333vw);
  border: min(2px, 0.2666666667vw) solid #2F2F2F;
  border-radius: calc(infinity * 1px);
  background: #fff;
  box-shadow: 0 min(2px, 0.2666666667vw) 0 0 rgb(0, 0, 0);
}
.sec-shop .anchor_btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(20px, 2.6666666667vw);
  translate: 0 -50%;
  width: min(23px, 3.0666666667vw);
  height: min(17px, 2.2666666667vw);
  background: #2F2F2F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-shop .list {
  margin-top: min(73px, 9.7333333333vw);
}
.sec-shop .list_item {
  padding: min(47px, 6.2666666667vw) min(45px, 6vw) min(64px, 8.5333333333vw);
  background: #fcf6ef;
}
.sec-shop .list_item:nth-child(n+2) {
  margin-top: min(50px, 6.6666666667vw);
}
.sec-shop .list_ttl {
  font-size: min(31px, 4.1333333333vw);
  line-height: 1.4193548387;
  margin-top: min(34px, 4.5333333333vw);
  text-align: center;
}
.sec-shop .list_txt {
  font-size: min(26px, 3.4666666667vw);
  line-height: 1.4230769231;
  margin-top: min(29px, 3.8666666667vw);
}
.sec-shop .list_box {
  margin-top: min(13px, 1.7333333333vw);
}
.sec-shop .list_box_theme {
  font-size: min(26px, 3.4666666667vw);
  color: #f0611c;
  display: inline-block;
  padding: min(2px, 0.2666666667vw) min(6px, 0.8vw) min(4px, 0.5333333333vw);
  border: min(3px, 0.4vw) solid;
}
.sec-shop .list_box_theme:nth-of-type(n+2) {
  margin-top: min(8px, 1.0666666667vw);
}
.sec-shop .list_box_des {
  font-size: min(26px, 3.4666666667vw);
  line-height: 1.4230769231;
  margin-top: min(4px, 0.5333333333vw);
}
.sec-shop .list_box_des_link {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  text-decoration: underline;
}
.sec-shop .list_btn {
  margin-top: min(13px, 1.7333333333vw);
}
.sec-shop .list_btn_link {
  font-size: min(30px, 4vw);
  line-height: 1.3333333333;
  letter-spacing: -0.06em;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  padding-bottom: min(4px, 0.5333333333vw);
  padding-block: min(18px, 2.4vw) min(22px, 2.9333333333vw);
  width: 100%;
  border: min(3px, 0.4vw) solid #fff;
  border-radius: calc(infinity * 1px);
  background-image: linear-gradient(-90deg, rgb(247, 174, 87) 0%, rgb(247, 137, 47) 100%);
  box-shadow: 0 min(12px, 1.6vw) min(14px, 1.8666666667vw) 0 rgba(120, 98, 72, 0.49);
}
.sec-shop .list_btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(44px, 5.8666666667vw);
  translate: 0 -50%;
  width: min(17px, 2.2666666667vw);
  height: min(23px, 3.0666666667vw);
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.l-footer {
  font-size: min(26px, 3.4666666667vw);
  text-align: center;
  padding-block: min(74px, 9.8666666667vw) min(42px, 5.6vw);
}

/*# sourceMappingURL=common.css.map */
