@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Noto+Sans+JP:wght@400;700&display=swap");
.p-contents_novelty__slider__slide a, .p-contents_snscheck__card a, .p-photographing_contents__card, .p-faq_card, .c-post_item_block, .c-item_card a, .c-contents_novelty__slider__slide a, .c-contents_snscheck__card a {
  border: 1px solid #000;
  background: #fff;
  box-shadow: 2px 2px 0 1px rgb(0, 0, 0);
}

.p-index_contents__arrow, .c-post_body__slider__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.-left.p-index_contents__arrow, .-left.c-post_body__slider__arrow, .-right.p-index_contents__arrow, .-right.c-post_body__slider__arrow {
  width: 0;
  height: 0;
  border-style: solid;
}
.-left.p-index_contents__arrow, .-left.c-post_body__slider__arrow {
  left: 10px;
  border-width: 15px 20px 15px 0;
  border-color: transparent #000 transparent transparent;
}
@media only screen and (max-width: 767px) {
  .-left.p-index_contents__arrow, .-left.c-post_body__slider__arrow {
    border-width: 10px 20px 10px 0;
    left: 0;
  }
}
.-right.p-index_contents__arrow, .-right.c-post_body__slider__arrow {
  left: auto;
  right: 10px;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 767px) {
  .-right.p-index_contents__arrow, .-right.c-post_body__slider__arrow {
    border-width: 10px 0 10px 20px;
    right: 0;
  }
}

.c-post_body h2 {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  font-weight: bold;
  border-bottom: 4px solid #000;
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px);
  padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-post_body h3 {
  color: #feac04;
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-post_body h4 {
  font-weight: bold;
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  border-left: 4px solid #000;
  padding-left: 0.3em;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-post_body p {
  margin-bottom: 2em;
}
.c-post_body p a {
  text-decoration: underline;
  color: #feac04;
}
@media (hover: hover) {
  .c-post_body p a:hover {
    text-decoration: none;
  }
}
.c-post_body ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.c-post_body ul li {
  position: relative;
  padding-left: 1.6em;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.c-post_body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #feac04;
  font-size: 2em;
}
.c-post_body ul li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-post_body ul li a:hover {
    text-decoration: none;
  }
}

@keyframes rotation {
  from {
    transform: translateX(40px) rotate(1deg);
  }
  to {
    transform: translateX(0) rotate(-360deg);
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
picture,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

:root {
  --contents-width: 570px;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-indent: min(0vw + 0rem, 0rem);
  letter-spacing: 0.05em;
  line-height: 180%;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
}
body.is-act {
  overflow: hidden;
}

#page {
  position: relative;
  overflow: hidden;
}

.l-main {
  position: fixed;
  left: 50%;
  height: 100%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  max-width: calc(570px + 1em);
  z-index: 11;
  width: 50%;
  transition: all 0.5s ease-out;
}
.l-main.is-opening {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .l-main.is-opening {
    transform: translateX(0) translateY(0);
  }
}
@media only screen and (max-width: 1599px) {
  .l-main {
    width: 45%;
  }
}
@media only screen and (max-width: 1299px) {
  .l-main {
    width: 50%;
    left: 60%;
    transform: translateX(-30%);
  }
}
@media only screen and (max-width: 1023px) {
  .l-main {
    transform: translateX(-50%) translateY(0);
    left: 65%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
    width: 100%;
    max-width: 100%;
  }
}

.l-main_container {
  width: var(--contents-width);
  max-height: 100%;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 5px rgba(135, 135, 135, 0.2);
  scroll-padding-top: 2em;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1023px) {
  .l-main_container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main_container {
    width: 100%;
  }
}
.l-main_container__body {
  background: #fff;
  padding: 0 1em min(4.0816326531vw + 84.693877551px, 150px);
}

figure,
picture {
  display: block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  min-height: 1px;
}

.js-svg {
  width: 1em;
  height: 1em;
}
img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

svg {
  overflow: hidden;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input,
textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  font-size: min(0vw + 1rem, 1rem);
  background-color: #fff;
}

input[type=text],
textarea {
  outline: none;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}

.l-header {
  max-width: 315px;
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translateY(-50%) translateX(-220%);
  width: 20vw;
  z-index: 11;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1023px) {
  .l-header {
    transform: translateY(-50%) translateX(-200%);
    width: 22vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    max-width: 100%;
    z-index: 1111;
    padding: min(0.8163265306vw + 6.9387755102px, 20px);
    background: #fff;
  }
}
.l-header__logo {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  max-width: 15vw;
}
.is-oblong .l-header__logo {
  max-width: 10vw;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
@media only screen and (max-width: 1599px) {
  .l-header__logo {
    max-width: 13vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 70px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
.l-header__info__gnavi {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
@media only screen and (max-width: 1023px) {
  .l-header__info__snavi {
    display: block;
  }
}
.l-header__info__sns li a {
  width: min(0.3265306122vw + 28.7755102041px, 34px);
  height: min(0.3265306122vw + 28.7755102041px, 34px);
}
.l-header__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header__sp {
    display: flex;
    align-items: center;
    margin-right: 4em;
  }
}
.l-header__sp__button {
  flex-shrink: 0;
  width: min(0.4081632653vw + 38.4693877551px, 45px);
  margin: 0 min(0.3265306122vw + 8.7755102041px, 14px);
}
.l-header__sp__button.-cart {
  width: min(0.3265306122vw + 26.7755102041px, 32px);
}

.l-footer {
  width: 100%;
  padding: max(-0.8163265306vw + 33.0612244898px, 20px) 0;
  background: #000;
}
.l-footer__nav_wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-footer__nav_wrap {
    display: block;
    margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  }
}
.l-footer__navi {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.l-footer__navi li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(0.1632653061vw + 1.4617346939rem, 1.625rem);
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.l-footer__navi a {
  position: relative;
  padding-left: 1em;
  color: #fff;
}
.l-footer__navi a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #fff;
}
.l-footer__snavi {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}
.l-footer__snavi li {
  width: 50%;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  font-size: min(0.0816326531vw + 0.9183673469rem, 1rem);
}
.l-footer__snavi a {
  color: #fff;
}
.l-footer__sns {
  justify-content: center;
}
.l-footer__sns.-white a {
  background: #fff;
}
.l-footer__sns.-white a svg path {
  fill: #000;
}
.l-footer__sns a {
  width: min(0.3265306122vw + 58.7755102041px, 64px);
  height: min(0.3265306122vw + 58.7755102041px, 64px);
}
.l-footer__sns a svg {
  width: 2em;
  height: 2em;
}
.l-footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.c-crumbs {
  color: #000;
  display: flex;
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  font-size: min(0.1632653061vw + 0.6492346939rem, 0.8125rem);
}
.c-crumbs li {
  color: #adadad;
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
.c-crumbs li:last-child::before {
  display: none;
}
.c-crumbs li::before {
  content: "＞";
  position: absolute;
  right: -0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.c-crumbs li a {
  color: #000;
}

.c-main_nav_link li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(0.4081632653vw + 0.9043367347rem, 1.3125rem);
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-main_nav_link li.is-act a {
  color: #feac04;
}
.c-main_nav_link li.is-act a::before {
  background: #feac04;
}
.c-main_nav_link li.is-act .c-ico svg path {
  fill: #feac04;
}
.c-main_nav_link a {
  position: relative;
  padding-left: 1em;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.c-main_nav_link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-main_nav_link a:hover {
    padding-left: 1.1em;
  }
  .c-main_nav_link a:hover::before {
    width: 20px;
  }
}
.c-main_nav_link .c-ico {
  display: flex;
  margin-left: 0.2em;
}

.c-sub_nav_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}
@media only screen and (max-width: 1023px) {
  .c-sub_nav_link {
    display: block;
  }
}
.c-sub_nav_link li {
  width: 50%;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  line-height: 1.4;
  white-space: nowrap;
}
.c-sub_nav_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c-sub_nav_link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .c-sub_nav_link a:hover::before {
    width: 100%;
  }
}
.c-sub_nav_link a svg {
  flex-shrink: 0;
}

.c-hamburger {
  width: min(0.4081632653vw + 48.4693877551px, 55px);
  height: min(0.4081632653vw + 48.4693877551px, 55px);
  background: #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  position: fixed;
  right: 0.5em;
  top: 1em;
  z-index: 9999;
}
.c-hamburger span {
  height: 2px;
  width: min(0.4081632653vw + 18.4693877551px, 25px);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  transform: translateX(-50%);
  background-color: #ffeb63;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.c-hamburger span.hidden {
  display: none;
}
.c-hamburger::before, .c-hamburger::after {
  content: "";
  height: 2px;
  width: min(0.4081632653vw + 18.4693877551px, 25px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffeb63;
  transition: all 0.3s ease;
}
.c-hamburger::before {
  top: 30%;
}
.c-hamburger::after {
  bottom: 30%;
}
.c-hamburger.is-act {
  color: #ffeb63;
}
.c-hamburger.is-act::before, .c-hamburger.is-act::after {
  top: 50%;
  background: #ffeb63;
}
.c-hamburger.is-act:before {
  transform: translateX(-50%) rotate(135deg);
}
.c-hamburger.is-act:after {
  transform: translateX(-50%) rotate(-135deg);
}

.c-drawer {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9990;
  display: none;
  transform: translateY(-20px);
  padding: min(0.8163265306vw + 66.9387755102px, 80px) 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.65);
}
.c-drawer__logo {
  text-align: center;
  width: min(0.4081632653vw + 118.4693877551px, 125px);
  margin: 0 auto min(2.0408163265vw + 27.3469387755px, 60px);
}
.c-drawer__inner {
  position: relative;
  z-index: 11;
  padding: 0 min(0.8163265306vw + 26.9387755102px, 40px);
  overflow-y: auto;
}
.c-drawer__info__gnavi {
  margin-bottom: min(0.4081632653vw + 23.4693877551px, 30px);
}
.c-drawer__info__gnavi li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: min(0.4081632653vw + 18.4693877551px, 25px);
}
.c-drawer__info__gnavi a {
  font-size: min(0.1632653061vw + 1.4617346939rem, 1.625rem);
  position: relative;
  padding-left: 1em;
}
.c-drawer__info__gnavi a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #000;
}
.c-drawer__info__snavi {
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}
@media only screen and (max-width: 767px) {
  .c-drawer__info__snavi {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-drawer__info__snavi li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-drawer__info__snavi li {
    margin-bottom: min(0.4081632653vw + 8.4693877551px, 15px);
  }
}
.c-drawer__info__sns {
  justify-content: center;
}
.c-drawer__info__sns li a {
  width: min(0.1632653061vw + 57.387755102px, 60px);
  height: min(0.1632653061vw + 57.387755102px, 60px);
}
.c-drawer__info__sns li svg {
  width: 2em;
  height: 2em;
}

.c-fixed_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: repeating-linear-gradient(-45deg, #fdfae4 0, #fdfae4 20px, #fff 20px, #fff 40px);
  overflow: hidden;
  z-index: 1;
}

.c-news_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}

.c-news_card {
  position: relative;
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.c-news_card:nth-child(1) {
  width: 100%;
}
.c-news_card:not(.-flex) .c-news_card__info {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.is-large .c-news_card {
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.is-large .c-news_card:nth-child(1) {
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.c-news_card.-flex a {
  display: flex;
  justify-content: space-between;
}
.-flex .c-news_card__thumb {
  width: 48%;
  flex-shrink: 0;
}
.c-news_card__text {
  position: relative;
  padding-top: min(0.4081632653vw + 3.4693877551px, 10px);
}
.-flex .c-news_card__text {
  width: 48%;
}
.c-news_card__info {
  display: flex;
  font-size: min(0.2448979592vw + 0.5676020408rem, 0.8125rem);
}
.c-news_card__info__time {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.-flex .c-news_card__info__time {
  line-height: 1;
}
.c-news_card__info__cat {
  background: #fff;
  border: 1px solid #000;
}
.c-news_card__info__cat span {
  color: #adadad;
}
.c-news_card__info li {
  padding: 0.3em 0.5em;
  line-height: 1.4;
}
.c-news_card__title {
  overflow: hidden;
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
  line-height: 1.2;
  font-weight: bold;
  padding-top: min(0.4081632653vw + 3.4693877551px, 10px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 767px) {
  .c-news_card__title {
    padding-top: min(0.4081632653vw + 8.4693877551px, 15px);
  }
}
.c-news_card__title .-flex {
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
}

.c-common_select {
  display: flex;
  align-items: center;
  position: relative;
}
.is-large .c-common_select {
  max-width: 600px;
  margin: 0 auto;
}
.c-common_select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #202020;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.c-common_select select {
  appearance: none;
  width: 100%;
  padding: 1em calc(0.8em + 30px) 1em 0.8em;
  border: 1px solid #000;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  background-color: #fff;
  color: #000;
  font-size: 1em;
  cursor: pointer;
}

.c-common_input {
  width: 100%;
  padding: 1em calc(0.8em + 30px) 1em 0.8em;
  border: 1px solid #000;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  background-color: #fff;
  color: #000;
  display: block;
}
.is-large .c-common_input {
  max-width: 600px;
  margin: 0 auto;
}

.c-sns_ico_list {
  display: flex;
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
}
.c-sns_ico_list li a {
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.c-sns_ico_list li a svg path {
  fill: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-sns_ico_list li a:hover {
    background: #fff;
    transform: scale(0.9);
  }
  .c-sns_ico_list li a:hover svg path {
    fill: #000;
  }
}

.c-pickup {
  position: fixed;
  right: 48%;
  top: 50vh;
  transform: translateY(-50%) translateX(220%);
  max-width: 290px;
  width: 20vw;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1299px) {
  .c-pickup {
    display: none;
  }
}
.c-pickup.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40%) translateX(200%);
}
.c-pickup.is-show {
  opacity: 1;
  transform: translateY(-50%) translateX(200%);
}
.c-pickup__title {
  text-align: center;
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}
.c-pickup .c-news_list {
  display: block;
  margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
}
.c-pickup .c-news_card {
  width: 100%;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-pickup .c-news_card__title {
  -webkit-line-clamp: 2;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
  line-height: 1.5;
}
.c-pickup__input {
  position: relative;
}
.c-pickup__input::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../../img/common/ico/magnifying-glass-regular.svg);
  pointer-events: none;
}
.c-pickup__input input[type=text] {
  background: #f0f0f0;
  color: #adadad;
  border-radius: 9999px;
  width: 100%;
  padding: 0.5em 1em;
  display: block;
}

.c-close_button {
  position: fixed;
  right: 2em;
  top: 50vh;
  z-index: 1000;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-close_button.is-act .c-ico svg {
  transform: rotate(-180deg);
}
.c-close_button.is-show {
  animation: rotation 0.5s linear;
  transform-origin: center;
  opacity: 1;
}
@media only screen and (max-width: 1599px) {
  .c-close_button {
    width: min(2.4489795918vw + 40.8163265306px, 80px);
    height: min(2.4489795918vw + 40.8163265306px, 80px);
  }
}
@media only screen and (max-width: 1299px) {
  .c-close_button {
    display: none;
  }
}
@media (hover: hover) {
  .c-close_button:hover {
    background: #000;
    color: #fff;
    transform: scale(0.9);
  }
}
.c-close_button .c-ico {
  display: flex;
}
.c-close_button .c-ico svg {
  transition: all 0.3s ease;
}
.c-close_button__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
}
@media only screen and (max-width: 1599px) {
  .c-close_button__text {
    font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  }
}

.c-common_dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  transform: translateY(100%);
}
.c-common_dots .dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #000;
}
.c-common_dots .dot:focus {
  outline: none;
}
.c-common_dots .dot--active {
  background: #000;
}

.c-tab_body .c-news_list {
  display: none;
}
.c-tab_body .c-news_list.is-show {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-common_tab {
    overflow-x: auto;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-common_button_wrap {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 1em;
  }
}

.c-common_cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
  padding: 0 min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-common_cats li {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-common_cats li.is-act a,
.c-common_cats li.is-act span {
  background: #000;
  color: #fff;
  box-shadow: none;
}
.c-common_cats li.is-act a::before,
.c-common_cats li.is-act span::before {
  z-index: 1;
  opacity: 1;
  transform: translate(-50%, 100%);
}
@media (hover: hover) {
  .c-common_cats li:hover a,
  .c-common_cats li:hover span {
    background: #000;
    color: #fff;
    box-shadow: none;
  }
  .c-common_cats li:hover a::before,
  .c-common_cats li:hover span::before {
    z-index: 1;
    opacity: 1;
    transform: translate(-50%, 100%);
  }
}
.c-common_cats li a,
.c-common_cats li span {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0 1px rgb(0, 0, 0);
  padding: min(0.4081632653vw + 3.4693877551px, 10px) min(0.8163265306vw + 6.9387755102px, 20px);
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-common_cats li a::before,
.c-common_cats li span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, 90%);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}

.c-fade_y {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
}
.c-fade_y.is-act {
  opacity: 1;
  transform: translateY(0);
}

.c-fade_x {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease-out;
}
.c-fade_x.is-act {
  opacity: 1;
  transform: translateX(0);
}

.c-lattice_bg {
  background-color: #f4f4f4;
  background-image: linear-gradient(#fff 2px, transparent 0), linear-gradient(90deg, #fff 2px, transparent 0);
  background-size: 20px 20px;
  margin: 0 -1em;
}

.c-check input[type=checkbox] {
  display: none;
}
.c-check__label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px min(0.4081632653vw + 8.4693877551px, 15px) 5px min(0.8163265306vw + 21.9387755102px, 35px);
  position: relative;
  width: auto;
}
.c-check__label::before {
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: min(0.1632653061vw + 17.387755102px, 20px);
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: min(0.1632653061vw + 17.387755102px, 20px);
  border-radius: 3px;
}
.c-check__label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 14px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
input[type=checkbox]:checked + .c-check__label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .c-check__label::before {
  background: #feac04;
  border-color: #feac04;
}

.c-online_shop {
  background: repeating-linear-gradient(-45deg, #b4b1ab 0, #b4b1ab 5px, #a29f97 5px, #a29f97 20px);
  padding: min(2.4489795918vw + 45.8163265306px, 85px) 0;
  margin: 0 -1em;
  text-align: center;
}
.c-online_shop__title {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-online_shop__text {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-common_sns {
  padding: min(3.2653061224vw + 47.7551020408px, 100px) 0 0;
  margin: 0 -1em;
  background: #fff;
}
.c-common_sns__title {
  width: 70%;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  text-align: center;
}
.c-common_sns__list {
  justify-content: center;
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-common_sns__list li a {
  width: min(0.3265306122vw + 58.7755102041px, 64px);
  height: min(0.3265306122vw + 58.7755102041px, 64px);
}
.c-common_sns__list li a svg {
  width: 2em;
  height: 2em;
}
.is-large .c-common_sns__insta #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 25%;
}
.is-large .c-common_sns__insta #sb_instagram.sbi_col_3 #sbi_images .sbi_item:last-child {
  display: none;
}
.c-common_sns__insta #sb_instagram .sbi_photo {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1;
}

.c-text_orange {
  color: #feac04;
  font-weight: bold;
}

.c-contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.c-contents_card {
  position: relative;
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.c-contents_card:nth-child(1) {
  width: 100%;
}
.is-large .c-contents_card {
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.is-large .c-contents_card:nth-child(1) {
  width: calc(50% - min(0.5714285714vw + 5.8571428571px, 15px));
}
.c-contents_card a {
  display: block;
  background: #fff;
  padding: min(0.4081632653vw + 3.4693877551px, 10px) min(0.4081632653vw + 3.4693877551px, 10px) min(0vw + 20px, 20px);
  border: 4px solid #000;
  box-shadow: 4px 4px 0 0 rgb(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .c-contents_card a {
    box-shadow: 2px 2px 0 0 rgb(0, 0, 0);
  }
}
.is-large .c-contents_card a {
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-contents_card__thumb {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  overflow: hidden;
}
.c-contents_card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: fit;
}
.c-contents_card__cat {
  background: #5a5a5a;
  color: #fff;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
  padding: 0.3em 0.3em;
  line-height: 1.2;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  display: inline-block;
}
.c-contents_card__title {
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  font-weight: bold;
  line-height: 1.5;
}
.is-large .c-contents_card__title {
  font-size: min(0.4897959184vw + 1.0102040816rem, 1.5rem);
}
.c-contents_card__text {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  display: none;
}
.is-large .c-contents_card__text {
  display: block;
}
.c-contents_card .c-button01 span {
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
  padding: 0.5em;
}
.c-contents_card .c-button01 .c-ico {
  right: 1em;
}
@media only screen and (max-width: 767px) {
  .c-contents_card .c-button01 .c-ico {
    right: 0.5em;
  }
}

.c-page_navi {
  margin: min(3.6734693878vw + 31.2244897959px, 90px) 0;
  display: flex;
  justify-content: center;
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-page_navi .current {
  background: #000;
  color: #fff;
}
.c-page_navi .pages {
  display: none;
}
.c-page_navi span,
.c-page_navi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1.6326530612vw + 23.8775510204px, 50px);
  height: min(1.6326530612vw + 23.8775510204px, 50px);
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-page_navi a:hover {
    background: #000;
    color: #fff;
  }
}

.c-pagenavi_single {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  max-width: 60%;
  margin: min(3.2653061224vw + 7.7551020408px, 60px) auto min(3.2653061224vw + 27.7551020408px, 80px);
}
.c-pagenavi_single__arrow {
  position: absolute;
  top: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(0.2448979592vw + 0.5676020408rem, 0.8125rem);
}
.c-pagenavi_single__arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(0.8163265306vw + 26.9387755102px, 40px);
  height: min(0.8163265306vw + 26.9387755102px, 40px);
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-pagenavi_single__arrow a:hover span {
    background: #fff;
    color: #000;
  }
}
.c-pagenavi_single__arrow.-left {
  left: 0;
  transform: translateY(-25%);
}
.c-pagenavi_single__arrow.-right {
  right: 0;
  transform: translateY(-25%);
}
.c-pagenavi_single__center {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.c-pagenavi_single__center::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-pagenavi_single__center a {
  display: block;
  position: relative;
  z-index: 11;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-pagenavi_single__center:hover::before {
    opacity: 0;
    transform: translateY(-2px);
  }
}

.c-item_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.is-large .c-item_list {
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-item_card a {
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
  background: #fff;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-item_card a:hover {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
  }
}
.c-item_card__name {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  margin-top: min(0.4081632653vw + 8.4693877551px, 15px);
  word-wrap: break-word;
}

.c-stalker {
  position: fixed;
  top: -30px;
  left: -30px;
  z-index: 10000;
  opacity: 0;
  transition: all 0.1s linear;
  pointer-events: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1599px) {
  .c-stalker {
    top: max(-0.8163265306vw + -16.9387755102px, -30px);
    left: max(-0.8163265306vw + -16.9387755102px, -30px);
    width: min(1.6326530612vw + 33.8775510204px, 60px);
    height: min(1.6326530612vw + 33.8775510204px, 60px);
  }
}
.c-stalker.is-view {
  opacity: 1;
}
.is-touch .c-stalker {
  display: none;
}

.c-border_img {
  border: 4px solid #000;
}

.c-contents_pickup {
  padding: min(4.0816326531vw + 34.693877551px, 100px) min(1.6326530612vw + 13.8775510204px, 40px);
  margin: min(4.0816326531vw + 34.693877551px, 100px) -1em min(4.0816326531vw + 34.693877551px, 100px);
  background: repeating-linear-gradient(-45deg, #fffbdb 5px, #fffbdb 10px, #fff4a5 10px, #fff4a5 25px);
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
}
.is-large .c-contents_pickup {
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
}
.c-contents_pickup__title {
  text-align: center;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  border: none !important;
  padding-bottom: 0 !important;
}

.c-contents_novelty {
  text-align: center;
  padding: min(3.6734693878vw + 31.2244897959px, 90px) 0;
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
}
.is-large .c-contents_novelty {
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
}
.c-contents_novelty__title {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
  position: relative;
  border: none !important;
  padding-bottom: 0 !important;
  text-align: center;
}
.c-contents_novelty__title span {
  display: inline-block;
  color: #fff;
  font-size: min(2.0408163265vw + 2.0216836735rem, 4.0625rem);
  text-transform: uppercase;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0px #000;
  font-weight: bold;
  position: relative;
  z-index: 11;
}
.c-contents_novelty__title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent 5px, transparent 10px, #ffeb63 10px, #ffeb63 15px);
  transform: skew(-25deg);
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-contents_novelty__title {
    width: 60%;
    margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  }
}
.c-contents_novelty__fukidashi {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  position: relative;
  font-weight: bold;
  padding: 0.5em;
  max-width: 80%;
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}
.is-large .c-contents_novelty__fukidashi {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
}
.c-contents_novelty__fukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
.c-contents_novelty__slider {
  position: relative;
  margin-bottom: min(3.2653061224vw + 47.7551020408px, 100px);
}
.c-contents_novelty__slider__slide {
  padding: 0.5em;
}
.c-contents_novelty__slider__slide a {
  display: block;
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-contents_novelty__slider__slide .thumb {
  border: 1px solid #000;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-contents_novelty__slider__slide .thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}
.c-contents_novelty__slider__slide .name {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-contents_novelty__slider__slide .price {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}

.c-contents_snscheck {
  text-align: center;
  padding: min(0.8163265306vw + 16.9387755102px, 30px) 0 0;
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) + 1em);
}
.is-large .c-contents_snscheck {
  margin-left: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
  margin-right: calc(max(-3.2653061224vw + -27.7551020408px, -80px) - 1em);
}
.c-contents_snscheck__title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  line-height: 1.4;
  border: none !important;
  padding-bottom: 0 !important;
}
.is-large .c-contents_snscheck__title {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
}
.c-contents_snscheck__title::before, .c-contents_snscheck__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 80%;
  border-left: 3px dotted #000;
}
.c-contents_snscheck__title::before {
  left: -1em;
  transform: rotate(-25deg);
}
.c-contents_snscheck__title::after {
  right: -1em;
  transform: rotate(25deg);
}
.c-contents_snscheck__title strong {
  position: relative;
  display: inline-block;
  z-index: 11;
  padding: 0 0.2em;
}
.c-contents_snscheck__title strong::before {
  content: "";
  position: absolute;
  left: -1%;
  top: 60%;
  width: 102%;
  height: 50%;
  z-index: -1;
  background: repeating-linear-gradient(45deg, #ffeb63 5px, #ffeb63 10px, #fff 10px, #fff 13px);
  transform: skew(-20deg);
}
.c-contents_snscheck__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.c-contents_snscheck__card a {
  display: block;
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-contents_snscheck__card__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.is-large .c-contents_snscheck__card__title {
  font-size: min(0.6530612245vw + 0.9719387755rem, 1.625rem);
}
.c-contents_snscheck__card__title .c-ico {
  display: flex;
  margin-right: 0.3em;
}
.c-contents_snscheck__card__img {
  overflow: hidden;
}
.c-contents_snscheck__card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.c-button01 {
  display: block;
  width: 80%;
  max-width: 350px;
}
.c-button01.-center {
  margin-left: auto;
  margin-right: auto;
}
.c-button01.-white a,
.c-button01.-white span {
  background: #fff;
}
.c-button01 a,
.c-button01 span {
  position: relative;
  background: #ffeb63;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000;
  border-radius: 9999px;
  padding: 1em;
  font-weight: bold;
  box-shadow: 2px 2px 0 1px rgb(0, 0, 0);
  transition: all 0.3s ease;
  text-align: center;
}
@media (hover: hover) {
  .c-button01 a:hover,
  .c-button01 span:hover {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
  }
}
.c-button01 .c-ico {
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.c-button01 .c-ico.-left {
  position: relative;
  top: 0.1em;
  right: initial;
  transform: translate(0, 0);
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-button01 .c-ico.-large svg {
  width: 1.4em;
  height: 1.4em;
}
.c-button02.is-act span,
.c-button02.is-act a {
  background: #9b9b9b;
  color: #fff;
}
.c-button02 span,
.c-button02 a {
  border: 1px solid #000;
  background: #fff;
  padding: min(0.4081632653vw + 8.4693877551px, 15px) min(0.8163265306vw + 16.9387755102px, 30px) min(0.4081632653vw + 8.4693877551px, 15px) min(0.4081632653vw + 3.4693877551px, 10px);
  padding: 1em 2em 1em 1em;
  display: block;
  position: relative;
  box-shadow: 3px 3px 0 1px rgb(0, 0, 0);
  font-size: min(0.1632653061vw + 0.9617346939rem, 1.125rem);
  line-height: 1.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .c-button02 span:hover,
  .c-button02 a:hover {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
  }
}
.c-button02__ico {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.-tab .c-button02__ico {
  transform: translateY(-50%) rotate(-90deg);
  display: none;
}
.-anc .c-button02__ico {
  transform: translateY(-50%) rotate(90deg);
}

.c-title01 {
  text-align: center;
}
.c-title01__en {
  display: block;
  color: #feac04;
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-title01__ja {
  display: block;
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
  font-weight: bold;
}
.c-title02 {
  text-align: center;
  font-size: min(0.3265306122vw + 1.0484693878rem, 1.375rem);
  font-weight: bold;
}
.c-title02.-left {
  text-align: left;
}
.is-large .c-title02 {
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
}

.c-check_list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}
.c-check_list li::before {
  border-right: 2px solid #feac04;
  border-bottom: 2px solid #feac04;
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  position: absolute;
  left: 10px;
  top: 0.3em;
  transform: rotate(45deg);
}

.c-list01 li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #feac04;
  font-size: 2em;
}

.c-lower_title_large {
  text-align: center;
  margin: min(2.4489795918vw + 20.8163265306px, 60px) 0 min(4.0816326531vw + 34.693877551px, 100px);
}
.c-lower_title_large__title {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-lower_title_small {
  padding: min(3.2653061224vw + 27.7551020408px, 80px) min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-lower_title_small__title {
  font-size: min(1.6326530612vw + 0.8673469388rem, 2.5rem);
  font-weight: bold;
  margin-bottom: min(1.6326530612vw + 33.8775510204px, 60px);
}
.c-lower_title_small__title span {
  position: relative;
  display: inline-block;
  z-index: 11;
}
.c-lower_title_small__title span::before {
  content: "";
  position: absolute;
  left: -2%;
  top: 60%;
  width: 104%;
  height: 100%;
  z-index: -1;
  background: repeating-linear-gradient(45deg, #ffeb63 5px, #ffeb63 10px, #fff 10px, #fff 13px);
  transform: skew(-20deg);
}

.c-lower_img_small {
  padding: min(1.6326530612vw + 23.8775510204px, 50px) min(1.6326530612vw + 13.8775510204px, 40px) min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-lower_img_small__sub {
  font-weight: bold;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-post_detail_kv {
  position: relative;
  border: 6px solid #000;
}

.c-post_detail_info {
  position: relative;
  z-index: 99;
  margin-top: max(-0.8163265306vw + -6.9387755102px, -20px);
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-post_detail_info__label {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 0.5em;
  display: inline-block;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-post_detail_info__title {
  font-weight: bold;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
}
.is-large .c-post_detail_info__title {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
}

.c-post_body {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
.c-post_body__slider {
  margin-top: 2em;
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
  position: relative;
}
.c-post_body__slider__slide {
  border: 4px solid #000;
}
.c-post_body__slider__arrow.-left {
  left: 0;
  transform: translateX(-100%);
}
.c-post_body__slider__arrow.-right {
  right: 0;
  transform: translateX(100%);
}
.c-post_body p {
  text-decoration-skip-ink: none;
}

.c-post_item_block {
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.is-large .c-post_item_block {
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  display: flex;
  justify-content: space-between;
}
.c-post_item_block__thumb {
  overflow: hidden;
  flex-shrink: 0;
  text-align: center;
}
.is-large .c-post_item_block__thumb {
  width: 42%;
}
.c-post_item_block__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post_item_block__text {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px);
}
.is-large .c-post_item_block__text {
  margin-top: 0;
  margin-left: min(3.2653061224vw + 17.7551020408px, 70px);
  width: 100%;
}
.c-post_item_block__title {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  font-weight: bold;
}
.is-large .c-post_item_block__title {
  font-size: min(0.4897959184vw + 1.0102040816rem, 1.5rem);
}
.c-post_item_block__small {
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}

.c-post_campaign_title {
  display: flex;
  align-items: center;
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
  margin-top: min(1.2244897959vw + 20.4081632653px, 40px);
}
.c-post_campaign_title.-flow .img {
  width: 25%;
}
.is-large .c-post_campaign_title.-flow .img {
  width: auto;
}
.c-post_campaign_title .img {
  width: 50%;
}
.is-large .c-post_campaign_title .img {
  width: auto;
}
.c-post_campaign_title .ja {
  margin-left: 2em;
  font-weight: bold;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}
.is-large .c-post_campaign_title .ja {
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
}

.c-post_flow_block {
  position: relative;
  counter-increment: mycounter;
  padding-left: min(1.6326530612vw + 23.8775510204px, 50px);
  padding-bottom: min(1.6326530612vw + 23.8775510204px, 50px);
}
.c-post_flow_block:last-of-type::after {
  display: none;
}
.c-post_flow_block::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #feac04;
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
}
.c-post_flow_block::after {
  content: "";
  position: absolute;
  left: 1em;
  top: 2.5em;
  width: 1px;
  height: calc(100% - min(1.6326530612vw + 23.8775510204px, 50px));
  border-left: 2px dotted #feac04;
}
.c-post_flow_block__title {
  position: relative;
  font-size: min(0.1632653061vw + 1.0867346939rem, 1.25rem);
  font-weight: bold;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}

.ez-toc-title-container {
  padding: 10px;
  margin: -10px;
}

.c-container {
  width: var(--contents-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1599px) {
  .c-container {
    width: var(--contents-width);
    padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
@media only screen and (max-width: 567px) {
  .c-container {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-container_in {
  margin-left: auto;
  margin-right: auto;
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}
.is-large .c-container_in {
  padding-left: min(3.2653061224vw + 27.7551020408px, 80px);
  padding-right: min(3.2653061224vw + 27.7551020408px, 80px);
}

.c-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .c-fluid {
    padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
@media only screen and (max-width: 374px) {
  .c-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-form .mwform-checkbox-field {
  display: block;
  line-height: 1;
}
.c-form .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 10px;
}
.c-form .mwform-checkbox-field input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  display: inline-block;
  font-size: 0;
}
.c-form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  white-space: nowrap;
}
.c-form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #adadad;
  background-color: #fff;
  border-radius: 5px;
  vertical-align: top;
  margin-right: 0.7em;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .c-form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::before {
    margin-right: 0.5em;
  }
}
.c-form .mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.55em;
  height: 0.3em;
  margin-top: -0.1em;
  transform: rotate(-45deg);
  left: 0.3em;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.c-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #feac04;
}
.-bg-black .c-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before, .-bg-blue .c-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #000;
}
.c-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-form .mwform-checkbox-field.-vertical, .c-form .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
}
.c-form .mwform-checkbox-field.-vertical input[type=checkbox] + label:before, .c-form .mwform-checkbox-field.horizontal-item input[type=checkbox] + label:before {
  vertical-align: middle;
}
.c-form_block {
  display: block;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .c-form_block {
    margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
  }
}
@media only screen and (max-width: 1023px) {
  .c-form_block {
    display: block;
  }
}
.c-form_block:last-child {
  margin-bottom: 0;
}
.is-large .c-form_block {
  display: flex;
}
.c-form_block__head {
  max-width: 180px;
  min-width: 180px;
  align-self: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-right: 1em;
  font-weight: bold;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
}
.is-large .c-form_block__head {
  max-width: 220px;
  min-width: 220px;
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}
.c-form_block__head.-required {
  display: flex;
  align-items: center;
}
.c-form_block__head.-required::after {
  content: "必須";
  white-space: nowrap;
  color: #fff;
  background-color: #feac04;
  border-radius: 2px;
  line-height: 1;
  margin-left: 1em;
  padding: 0.3em 0.5em;
  font-size: min(0.0816326531vw + 0.6683673469rem, 0.75rem);
}
.-bg-black .c-form_block__head.-required::after, .-bg-blue .c-form_block__head.-required::after {
  color: #000;
  background-color: #fff;
}
.c-form_block__head small {
  display: block;
  font-size: 1.2rem;
}
.c-form_block__head.-align_top {
  align-self: flex-start;
  margin-top: 1em;
}
@media only screen and (max-width: 1023px) {
  .c-form_block__head.-align_top {
    margin-top: 0px;
  }
}
.c-form_block__body {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-form_block__body {
    margin-left: 0;
  }
}
.c-form_block__body input[type=text],
.c-form_block__body input[type=email],
.c-form_block__body input[type=tel],
.c-form_block__body input[type=file],
.c-form_block__body textarea,
.c-form_block__body select {
  border: 1px solid #000;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  width: 100%;
  background-color: #fff;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  padding: min(0.8163265306vw + 6.9387755102px, 20px) min(1.2244897959vw + 10.4081632653px, 30px);
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
}
.is-large .c-form_block__body input[type=text],
.is-large .c-form_block__body input[type=email],
.is-large .c-form_block__body input[type=tel],
.is-large .c-form_block__body input[type=file],
.is-large .c-form_block__body textarea,
.is-large .c-form_block__body select {
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}
.c-form_block__body input[type=text]:focus,
.c-form_block__body input[type=email]:focus,
.c-form_block__body input[type=tel]:focus,
.c-form_block__body input[type=file]:focus,
.c-form_block__body textarea:focus,
.c-form_block__body select:focus {
  box-shadow: 0 0 8px rgba(254, 172, 4, 0.4);
}
.c-form_block__body input[type=text]::placeholder,
.c-form_block__body input[type=email]::placeholder,
.c-form_block__body input[type=tel]::placeholder,
.c-form_block__body input[type=file]::placeholder,
.c-form_block__body textarea::placeholder,
.c-form_block__body select::placeholder {
  color: #adadad;
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
}
.is-large .c-form_block__body input[type=text]::placeholder,
.is-large .c-form_block__body input[type=email]::placeholder,
.is-large .c-form_block__body input[type=tel]::placeholder,
.is-large .c-form_block__body input[type=file]::placeholder,
.is-large .c-form_block__body textarea::placeholder,
.is-large .c-form_block__body select::placeholder {
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}
.c-form_block__body input[type=text] + input[type=text], .c-form_block__body input[type=text] + input[type=tel], .c-form_block__body input[type=text] + textarea,
.c-form_block__body input[type=email] + input[type=text],
.c-form_block__body input[type=email] + input[type=tel],
.c-form_block__body input[type=email] + textarea,
.c-form_block__body input[type=tel] + input[type=text],
.c-form_block__body input[type=tel] + input[type=tel],
.c-form_block__body input[type=tel] + textarea,
.c-form_block__body input[type=file] + input[type=text],
.c-form_block__body input[type=file] + input[type=tel],
.c-form_block__body input[type=file] + textarea,
.c-form_block__body textarea + input[type=text],
.c-form_block__body textarea + input[type=tel],
.c-form_block__body textarea + textarea,
.c-form_block__body select + input[type=text],
.c-form_block__body select + input[type=tel],
.c-form_block__body select + textarea {
  margin-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .c-form_block__body input[type=text] + input[type=text], .c-form_block__body input[type=text] + input[type=tel], .c-form_block__body input[type=text] + textarea,
  .c-form_block__body input[type=email] + input[type=text],
  .c-form_block__body input[type=email] + input[type=tel],
  .c-form_block__body input[type=email] + textarea,
  .c-form_block__body input[type=tel] + input[type=text],
  .c-form_block__body input[type=tel] + input[type=tel],
  .c-form_block__body input[type=tel] + textarea,
  .c-form_block__body input[type=file] + input[type=text],
  .c-form_block__body input[type=file] + input[type=tel],
  .c-form_block__body input[type=file] + textarea,
  .c-form_block__body textarea + input[type=text],
  .c-form_block__body textarea + input[type=tel],
  .c-form_block__body textarea + textarea,
  .c-form_block__body select + input[type=text],
  .c-form_block__body select + input[type=tel],
  .c-form_block__body select + textarea {
    margin-top: min(1.2244897959vw + 0.4081632653px, 20px);
  }
}
.c-form_block__body textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-form_block__body .c-common_select {
  margin-left: 0;
  max-width: 100%;
}
.c-form_block__body.-zip input[type=text] {
  width: 50%;
}
.c-form_block__body .note {
  font-size: min(0.0816326531vw + 0.6683673469rem, 0.75rem);
  width: 100%;
  line-height: 1.4;
  display: block;
}
.c-form_privacy {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .c-form_privacy {
    margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
  }
}
.c-form_privacy .c-text02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .c-form_privacy .c-text02 {
    margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.c-form_privacy .c-text02 a {
  color: #feac04;
  text-decoration: underline;
}
.is-mouse .c-form_privacy .c-text02 a:hover {
  text-decoration: none;
}
.-bg-black .c-form_privacy .c-text02 a, .-bg-blue .c-form_privacy .c-text02 a {
  color: #fff;
}
.c-form_submit {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mw_wp_form_preview .c-common_select::after {
  display: none;
}
.mw_wp_form_preview .c-form_privacy {
  display: none;
}

.c-alert_ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.c-alert_ie__alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  max-width: 650px;
  padding: min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-alert_ie__alert .c-btn_edge {
  text-align: center;
  margin-top: 20px;
  display: block;
  color: #fff;
  background: #ffeb63;
  border: 1px solid #ffeb63;
  padding: 10px min(0.8163265306vw + 6.9387755102px, 20px);
  border-radius: 30px;
  transition: all 0.3s ease;
}
.c-alert_ie__alert .c-btn_edge:hover {
  background: #fff;
  color: #ffeb63;
}

.u-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-none {
  display: none;
}

.u-ib {
  display: inline-block;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-link {
  color: #feac04;
  text-decoration: underline;
}
@media (hover: hover) {
  .u-link:hover {
    text-decoration: none;
  }
}

.u-mt0 {
  margin-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mt0 {
    margin-top: min(0vw + 0px, 0px) !important;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mb0 {
    margin-bottom: min(0vw + 0px, 0px) !important;
  }
}

.u-ml0 {
  margin-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-ml0 {
    margin-left: min(0vw + 0px, 0px) !important;
  }
}

.u-mr0 {
  margin-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-mr0 {
    margin-right: min(0vw + 0px, 0px) !important;
  }
}

.u-pt0 {
  padding-top: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pt0 {
    padding-top: min(0vw + 0px, 0px) !important;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pb0 {
    padding-bottom: min(0vw + 0px, 0px) !important;
  }
}

.u-pl0 {
  padding-left: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pl0 {
    padding-left: min(0vw + 0px, 0px) !important;
  }
}

.u-pr0 {
  padding-right: 0px;
}
@media only screen and (max-width: 1599px) {
  .u-pr0 {
    padding-right: min(0vw + 0px, 0px) !important;
  }
}

.u-mt5 {
  margin-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mt5 {
    margin-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mb5 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mb5 {
    margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-ml5 {
  margin-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-ml5 {
    margin-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mr5 {
  margin-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-mr5 {
    margin-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pt5 {
  padding-top: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pt5 {
    padding-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pb5 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pb5 {
    padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pl5 {
  padding-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pl5 {
    padding-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-pr5 {
  padding-right: 10px;
}
@media only screen and (max-width: 1599px) {
  .u-pr5 {
    padding-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
  }
}

.u-mt10 {
  margin-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mt10 {
    margin-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mb10 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mb10 {
    margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-ml10 {
  margin-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-ml10 {
    margin-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mr10 {
  margin-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-mr10 {
    margin-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pt10 {
  padding-top: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pt10 {
    padding-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pb10 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pb10 {
    padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pl10 {
  padding-left: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pl10 {
    padding-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-pr10 {
  padding-right: 20px;
}
@media only screen and (max-width: 1599px) {
  .u-pr10 {
    padding-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
  }
}

.u-mt15 {
  margin-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mt15 {
    margin-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mb15 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mb15 {
    margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-ml15 {
  margin-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-ml15 {
    margin-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mr15 {
  margin-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-mr15 {
    margin-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pt15 {
  padding-top: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pt15 {
    padding-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pb15 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pb15 {
    padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pl15 {
  padding-left: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pl15 {
    padding-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-pr15 {
  padding-right: 30px;
}
@media only screen and (max-width: 1599px) {
  .u-pr15 {
    padding-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
  }
}

.u-mt20 {
  margin-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mt20 {
    margin-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mb20 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mb20 {
    margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-ml20 {
  margin-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-ml20 {
    margin-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mr20 {
  margin-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-mr20 {
    margin-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pt20 {
  padding-top: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pt20 {
    padding-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pb20 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pb20 {
    padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pl20 {
  padding-left: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pl20 {
    padding-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-pr20 {
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .u-pr20 {
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
  }
}

.u-mt25 {
  margin-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mt25 {
    margin-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mb25 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mb25 {
    margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-ml25 {
  margin-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-ml25 {
    margin-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mr25 {
  margin-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-mr25 {
    margin-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pt25 {
  padding-top: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pt25 {
    padding-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pb25 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pb25 {
    padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pl25 {
  padding-left: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pl25 {
    padding-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-pr25 {
  padding-right: 50px;
}
@media only screen and (max-width: 1599px) {
  .u-pr25 {
    padding-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
  }
}

.u-mt30 {
  margin-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mt30 {
    margin-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mb30 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mb30 {
    margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-ml30 {
  margin-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-ml30 {
    margin-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mr30 {
  margin-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-mr30 {
    margin-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pt30 {
  padding-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pt30 {
    padding-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pb30 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pb30 {
    padding-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pl30 {
  padding-left: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pl30 {
    padding-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-pr30 {
  padding-right: 60px;
}
@media only screen and (max-width: 1599px) {
  .u-pr30 {
    padding-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
  }
}

.u-mt35 {
  margin-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mt35 {
    margin-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mb35 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mb35 {
    margin-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-ml35 {
  margin-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-ml35 {
    margin-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mr35 {
  margin-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-mr35 {
    margin-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pt35 {
  padding-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pt35 {
    padding-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pb35 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pb35 {
    padding-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pl35 {
  padding-left: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pl35 {
    padding-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-pr35 {
  padding-right: 70px;
}
@media only screen and (max-width: 1599px) {
  .u-pr35 {
    padding-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
  }
}

.u-mt40 {
  margin-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mt40 {
    margin-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mb40 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mb40 {
    margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-ml40 {
  margin-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-ml40 {
    margin-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mr40 {
  margin-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-mr40 {
    margin-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pt40 {
  padding-top: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pt40 {
    padding-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pb40 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pb40 {
    padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pl40 {
  padding-left: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pl40 {
    padding-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-pr40 {
  padding-right: 80px;
}
@media only screen and (max-width: 1599px) {
  .u-pr40 {
    padding-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
  }
}

.u-mt45 {
  margin-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mt45 {
    margin-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mb45 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mb45 {
    margin-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-ml45 {
  margin-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-ml45 {
    margin-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mr45 {
  margin-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-mr45 {
    margin-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pt45 {
  padding-top: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pt45 {
    padding-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pb45 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pb45 {
    padding-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pl45 {
  padding-left: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pl45 {
    padding-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-pr45 {
  padding-right: 90px;
}
@media only screen and (max-width: 1599px) {
  .u-pr45 {
    padding-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
  }
}

.u-mt50 {
  margin-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mt50 {
    margin-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mb50 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mb50 {
    margin-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-ml50 {
  margin-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-ml50 {
    margin-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mr50 {
  margin-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-mr50 {
    margin-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pt50 {
  padding-top: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pt50 {
    padding-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pb50 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pb50 {
    padding-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pl50 {
  padding-left: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pl50 {
    padding-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-pr50 {
  padding-right: 100px;
}
@media only screen and (max-width: 1599px) {
  .u-pr50 {
    padding-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
  }
}

.u-mt55 {
  margin-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mt55 {
    margin-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mb55 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mb55 {
    margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-ml55 {
  margin-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-ml55 {
    margin-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mr55 {
  margin-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-mr55 {
    margin-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pt55 {
  padding-top: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pt55 {
    padding-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pb55 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pb55 {
    padding-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pl55 {
  padding-left: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pl55 {
    padding-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-pr55 {
  padding-right: 110px;
}
@media only screen and (max-width: 1599px) {
  .u-pr55 {
    padding-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
  }
}

.u-mt60 {
  margin-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mt60 {
    margin-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mb60 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mb60 {
    margin-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-ml60 {
  margin-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-ml60 {
    margin-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mr60 {
  margin-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-mr60 {
    margin-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pt60 {
  padding-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pt60 {
    padding-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pb60 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pb60 {
    padding-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pl60 {
  padding-left: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pl60 {
    padding-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-pr60 {
  padding-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .u-pr60 {
    padding-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
  }
}

.u-mt65 {
  margin-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mt65 {
    margin-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mb65 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mb65 {
    margin-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-ml65 {
  margin-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-ml65 {
    margin-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mr65 {
  margin-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-mr65 {
    margin-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pt65 {
  padding-top: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pt65 {
    padding-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pb65 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pb65 {
    padding-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pl65 {
  padding-left: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pl65 {
    padding-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-pr65 {
  padding-right: 130px;
}
@media only screen and (max-width: 1599px) {
  .u-pr65 {
    padding-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
  }
}

.u-mt70 {
  margin-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mt70 {
    margin-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mb70 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mb70 {
    margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-ml70 {
  margin-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-ml70 {
    margin-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mr70 {
  margin-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-mr70 {
    margin-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pt70 {
  padding-top: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pt70 {
    padding-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pb70 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pb70 {
    padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pl70 {
  padding-left: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pl70 {
    padding-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-pr70 {
  padding-right: 140px;
}
@media only screen and (max-width: 1599px) {
  .u-pr70 {
    padding-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
  }
}

.u-mt75 {
  margin-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mt75 {
    margin-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mb75 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mb75 {
    margin-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-ml75 {
  margin-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-ml75 {
    margin-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mr75 {
  margin-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-mr75 {
    margin-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pt75 {
  padding-top: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pt75 {
    padding-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pb75 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pb75 {
    padding-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pl75 {
  padding-left: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pl75 {
    padding-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-pr75 {
  padding-right: 150px;
}
@media only screen and (max-width: 1599px) {
  .u-pr75 {
    padding-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
  }
}

.u-mt80 {
  margin-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mt80 {
    margin-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mb80 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mb80 {
    margin-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-ml80 {
  margin-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-ml80 {
    margin-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mr80 {
  margin-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-mr80 {
    margin-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pt80 {
  padding-top: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pt80 {
    padding-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pb80 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pb80 {
    padding-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pl80 {
  padding-left: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pl80 {
    padding-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-pr80 {
  padding-right: 160px;
}
@media only screen and (max-width: 1599px) {
  .u-pr80 {
    padding-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
  }
}

.u-mt85 {
  margin-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mt85 {
    margin-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mb85 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mb85 {
    margin-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-ml85 {
  margin-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-ml85 {
    margin-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mr85 {
  margin-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-mr85 {
    margin-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pt85 {
  padding-top: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pt85 {
    padding-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pb85 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pb85 {
    padding-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pl85 {
  padding-left: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pl85 {
    padding-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-pr85 {
  padding-right: 170px;
}
@media only screen and (max-width: 1599px) {
  .u-pr85 {
    padding-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
  }
}

.u-mt90 {
  margin-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mt90 {
    margin-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mb90 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mb90 {
    margin-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-ml90 {
  margin-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-ml90 {
    margin-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mr90 {
  margin-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-mr90 {
    margin-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pt90 {
  padding-top: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pt90 {
    padding-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pb90 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pb90 {
    padding-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pl90 {
  padding-left: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pl90 {
    padding-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-pr90 {
  padding-right: 180px;
}
@media only screen and (max-width: 1599px) {
  .u-pr90 {
    padding-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
  }
}

.u-mt95 {
  margin-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mt95 {
    margin-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mb95 {
  margin-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mb95 {
    margin-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-ml95 {
  margin-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-ml95 {
    margin-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mr95 {
  margin-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-mr95 {
    margin-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pt95 {
  padding-top: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pt95 {
    padding-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pb95 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pb95 {
    padding-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pl95 {
  padding-left: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pl95 {
    padding-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-pr95 {
  padding-right: 190px;
}
@media only screen and (max-width: 1599px) {
  .u-pr95 {
    padding-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
  }
}

.u-mt100 {
  margin-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mt100 {
    margin-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-mb100 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mb100 {
    margin-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-ml100 {
  margin-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-ml100 {
    margin-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-mr100 {
  margin-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-mr100 {
    margin-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pt100 {
  padding-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pt100 {
    padding-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pb100 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pb100 {
    padding-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pl100 {
  padding-left: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pl100 {
    padding-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-pr100 {
  padding-right: 200px;
}
@media only screen and (max-width: 1599px) {
  .u-pr100 {
    padding-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
  }
}

.u-visible {
  display: block;
}
@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}
.u-hidden-max {
  display: none !important;
}
@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}
@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}
@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}
@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}

/* トップページ */
.p-index_kv {
  margin: 0 -1em;
  padding: min(2.0408163265vw + 17.3469387755px, 50px) 0 min(0.4081632653vw + 43.4693877551px, 50px);
}
@media only screen and (max-width: 767px) {
  .p-index_kv {
    margin-top: 0;
  }
}
.p-index_kv__wrapper {
  position: relative;
}
.p-index_kv__arrow {
  width: min(0.4081632653vw + 28.4693877551px, 35px);
  height: min(0.4081632653vw + 28.4693877551px, 35px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.p-index_kv__arrow svg path {
  fill: #fff;
}
.p-index_kv__arrow.-left {
  left: 0;
}
.p-index_kv__arrow.-left svg {
  transform: rotate(-180deg);
}
.p-index_kv__arrow.-right {
  right: 0;
}
.p-index_kv__arrow.-disabled {
  fill: rgba(255, 255, 255, 0.5);
}

.p-index_important_news {
  padding: min(2.4489795918vw + 20.8163265306px, 60px) 0;
  margin: 0 -1em;
}
.p-index_important_news__title {
  font-size: min(0.4897959184vw + 1.1352040816rem, 1.625rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-index_important_news__title span {
  display: inline-block;
  position: relative;
}
.p-index_important_news__title span::before, .p-index_important_news__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.p-index_important_news__title span::before {
  left: -0.6em;
  border-left: min(0.1632653061vw + 0.387755102px, 3px) dotted #000;
  transform: rotate(-20deg);
}
.p-index_important_news__title span::after {
  right: -0.6em;
  border-right: min(0.1632653061vw + 0.387755102px, 3px) dotted #000;
  transform: rotate(20deg);
}
.p-index_important_news__list {
  padding: 0 min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-index_important_news__card {
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-index_important_news__card a {
  padding: min(1.2244897959vw + 10.4081632653px, 30px) min(0.8163265306vw + 31.9387755102px, 45px) min(1.2244897959vw + 10.4081632653px, 30px) min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-index_important_news__card__ico {
  transform: translateY(-50%);
  right: 1em;
}
.p-index_important_news__card__time {
  color: #adadad;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  font-weight: normal;
}

.p-index_news {
  padding: min(3.2653061224vw + 77.7551020408px, 130px) min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-index_news__title {
  max-width: 90%;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  text-align: center;
}

.p-index_contents {
  background: repeating-linear-gradient(-45deg, #fffbdb 0, #fffbdb 5px, #fff4a5 5px, #fff4a5 20px);
  padding: min(1.6326530612vw + 58.8775510204px, 85px) 0 min(2.4489795918vw + 45.8163265306px, 85px);
  margin: 0 -1em;
}
.p-index_contents__title {
  max-width: 90%;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  text-align: center;
}
.p-index_contents__slider {
  padding: 0 min(1.6326530612vw + 13.8775510204px, 40px);
  position: relative;
  z-index: 11;
}
.p-index_contents__slider .c-tab_body {
  display: none;
}
.p-index_contents__slider .c-tab_body.is-show {
  display: block;
}
.is-large .p-index_contents__slider {
  padding: 0;
}
.p-index_contents__slider_wrap {
  position: relative;
  z-index: 11;
}
.p-index_contents__slide a {
  border: 6px solid #000;
}

.p-index_shoplist {
  padding: min(4.0816326531vw + 34.693877551px, 100px) 0;
  margin: 0 -1em;
}
.p-index_shoplist__title {
  width: 60%;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  text-align: center;
}
.p-index_shoplist__img {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-index_shoplist__img {
    width: 100vw;
    height: 100vw;
  }
}
.p-index_shoplist__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.p-index_concept {
  padding-top: min(4.0816326531vw + 34.693877551px, 100px);
}
.is-large .p-index_concept .c-container_in {
  padding: 0 min(4.0816326531vw + 34.693877551px, 100px);
}
.p-index_concept__title {
  margin-bottom: min(1.6326530612vw + 23.8775510204px, 50px);
  width: 90%;
}
.is-large .p-index_concept__title {
  width: 50%;
}
.p-index_concept__text {
  font-size: min(0.1632653061vw + 1.0867346939rem, 1.25rem);
  line-height: 1.8;
}

.p-shoplist_search {
  padding: min(2.0408163265vw + 17.3469387755px, 50px) min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-shoplist_search__tab_trg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: min(0.8163265306vw + 11.9387755102px, 25px);
  row-gap: min(0.4081632653vw + 8.4693877551px, 15px);
  margin-bottom: min(0.4081632653vw + 23.4693877551px, 30px);
}
.p-shoplist_search__tab_trg li span,
.p-shoplist_search__tab_trg li a {
  padding: 1em;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}
.is-large .p-shoplist_search__tab_trg li span,
.is-large .p-shoplist_search__tab_trg li a {
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
}
.p-shoplist_search__body {
  display: none;
  flex-wrap: wrap;
  background: #fff;
  padding: min(1.2244897959vw + 10.4081632653px, 30px);
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  position: relative;
}
.p-shoplist_search__body.is-show {
  display: flex;
}
.p-shoplist_search__body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-shoplist_search__body::before {
    border-width: 0 30px 30px 30px;
  }
}

.p-shoplist_archive {
  padding: min(3.2653061224vw + 27.7551020408px, 80px) min(1.2244897959vw + 10.4081632653px, 30px);
}
.is-large .p-shoplist_archive {
  padding: min(3.2653061224vw + 27.7551020408px, 80px) min(2.4489795918vw + 20.8163265306px, 60px);
}

.p-shoplist_card {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #adadad;
  padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-shoplist_card__thumb {
  margin-left: 1em;
}
.p-shoplist_card__text {
  width: calc(70% - 1em);
}
.p-shoplist_card__title {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.is-large .p-shoplist_card__title {
  font-size: min(0.4897959184vw + 1.0102040816rem, 1.5rem);
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-shoplist_card__title a {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .p-shoplist_card__title a:hover svg {
    transform: translateX(5px);
  }
}
.p-shoplist_card__title a svg {
  transition: all 0.3s ease;
}
.p-shoplist_card__title a svg path {
  color: #feac04;
}
.p-shoplist_card__info {
  display: flex;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.is-large .p-shoplist_card__info {
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
}
@media only screen and (max-width: 767px) {
  .p-shoplist_card__info {
    display: block;
  }
}
.p-shoplist_card__info dt {
  font-weight: bold;
  min-width: 100px;
}
.p-shoplist_card__sns {
  margin-top: min(0.4081632653vw + 8.4693877551px, 15px);
}
@media only screen and (max-width: 767px) {
  .p-shoplist_card__sns {
    position: absolute;
    right: 0;
    bottom: 1em;
  }
}
.p-shoplist_card__sns li a {
  width: min(1.6326530612vw + 23.8775510204px, 50px);
  height: min(1.6326530612vw + 23.8775510204px, 50px);
}
.p-shoplist_card__sns li svg {
  width: 1.5em;
  height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-shoplist_card__sns li svg {
    width: 0.8em;
    height: 0.8em;
  }
}
.p-shoplist_card__thumb a {
  overflow: hidden;
  display: flex;
}
.p-shoplist_card__thumb img {
  transition: all 0.5s ease;
}

.p-shop_detail_head {
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
.is-large .p-shop_detail_head {
  display: flex;
}
.p-shop_detail_head__text {
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px);
}
@media only screen and (max-width: 767px) {
  .p-shop_detail_head__text {
    margin-right: 0;
  }
}
.p-shop_detail_head__title {
  font-size: min(0.1632653061vw + 1.0867346939rem, 1.25rem);
  font-weight: bold;
  margin: min(1.2244897959vw + 10.4081632653px, 30px) 0 min(1.6326530612vw + 13.8775510204px, 40px);
  line-height: 1.6;
}
.is-large .p-shop_detail_head__title {
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
  margin: min(1.6326530612vw + 13.8775510204px, 40px) 0 min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-shop_detail_head__info {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-shop_detail_head__info dt {
  border-bottom: 1px solid #adadad;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.p-shop_detail_head__info a {
  color: #feac04;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-shop_detail_head__info a:hover {
    text-decoration: none;
  }
}
.p-shop_detail_head__img {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
  flex-shrink: 0;
}
.is-large .p-shop_detail_head__img {
  margin-top: 0;
}
.p-shop_detail_head__thumb_small {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  max-width: 535px;
  display: block;
}
.is-large .p-shop_detail_head__thumb_small {
  display: none;
}
.p-shop_detail_head__thumb_large {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  max-width: 535px;
  display: none;
}
.is-large .p-shop_detail_head__thumb_large {
  display: block;
}
.p-shop_detail_head__map iframe {
  aspect-ratio: 4/2;
  width: 100%;
  height: 100%;
}
.p-shop_detail_head__sns a {
  width: min(1.6326530612vw + 23.8775510204px, 50px);
  height: min(1.6326530612vw + 23.8775510204px, 50px);
}
.p-shop_detail_head__sns svg {
  width: 1.5em;
  height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-shop_detail_head__sns svg {
    width: 0.8em;
    height: 0.8em;
  }
}

.p-shoplist_service {
  padding: min(2.4489795918vw + 20.8163265306px, 60px);
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
.p-shoplist_service__list {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-shoplist_service__list span {
  display: block;
}
.p-shoplist_service__list .ico.is-act {
  border: 1px solid #000;
  box-shadow: 3px 3px 0 0px #000;
}

.p-shoplist_news {
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
.p-shoplist_news .c-news_card__title {
  font-size: min(0.4897959184vw + 0.7602040816rem, 1.25rem);
}

.p-faq_anc_list {
  display: flex;
}

.p-faq_anc {
  padding: min(2.0408163265vw + 17.3469387755px, 50px) 0;
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px);
}
.p-faq_anc__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: min(0.4081632653vw + 13.4693877551px, 20px);
  row-gap: min(0.4081632653vw + 8.4693877551px, 15px);
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
}
@media only screen and (max-width: 767px) {
  .p-faq_anc__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-faq_anc__list li {
  text-align: center;
}
.p-faq_anc__list li a {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 225/192;
  border: 1px solid #000;
  box-shadow: 2px 2px 0 1px rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.is-large .p-faq_anc__list li a {
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
@media (hover: hover) {
  .p-faq_anc__list li a:hover {
    box-shadow: 0 0 0 1px rgb(0, 0, 0);
  }
}
.p-faq_anc__list__pict {
  width: 50%;
}
.is-large .p-faq_anc__list__pict {
  width: 100%;
}
.p-faq_anc__list__title {
  position: relative;
  font-size: min(0.0816326531vw + 0.7308673469rem, 0.8125rem);
  display: flex;
}
.is-large .p-faq_anc__list__title {
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
}
.p-faq_anc__list__title .c-ico {
  transform-origin: center;
  transform: rotate(90deg);
}

.p-faq_wrap {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
@media only screen and (max-width: 767px) {
  .p-faq_wrap {
    margin-top: max(-0.8163265306vw + -76.9387755102px, -90px);
    padding-top: min(0.8163265306vw + 76.9387755102px, 90px);
  }
}

.p-faq_card {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  padding: min(0.1632653061vw + 17.387755102px, 20px) min(0.8163265306vw + 6.9387755102px, 20px);
}
.is-large .p-faq_card {
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-faq_card__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  line-height: 1.4;
  position: relative;
  padding-right: 1em;
}
.-accordion .p-faq_card__title {
  cursor: pointer;
}
.-accordion .p-faq_card__title::before {
  content: "";
}
.is-large .p-faq_card__title {
  font-size: min(0.2448979592vw + 0.9426020408rem, 1.1875rem);
}
.p-faq_card__title i {
  display: flex;
  margin-right: 0.5em;
  width: 2em;
  flex-shrink: 0;
}
.is-large .p-faq_card__title i {
  width: 2em;
  flex-shrink: 0;
}
.p-faq_card__title__arrow {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}
.is-act .p-faq_card__title__arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.p-faq_card__body {
  padding-left: 2.5em;
}
.-accordion .p-faq_card__body {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}
.-accordion .p-faq_card__body.is-show {
  border-top: 1px solid #adadad;
  margin-top: 10px;
  padding-top: 10px;
}
.is-large .p-faq_card__body {
  padding-left: 4.3em;
}
.p-faq_card__body a,
.p-faq_card__body .p-faq_modal_trg {
  cursor: pointer;
  color: #feac04;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-faq_card__body a:hover,
  .p-faq_card__body .p-faq_modal_trg:hover {
    text-decoration: none;
  }
}
.p-faq_card__body__title {
  font-size: min(0.3265306122vw + 0.8609693878rem, 1.1875rem);
  color: #feac04;
  font-weight: bold;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-faq_card__body__list {
  margin-bottom: min(0.4081632653vw + 8.4693877551px, 15px);
}
.p-faq_card__body__list span {
  color: #feac04;
}
.p-faq_card__body__list dd {
  padding-left: 1.2em;
}
.p-faq_card__body__other {
  display: flex;
  align-items: center;
}
.p-faq_card__body__other .title {
  font-size: min(0.0816326531vw + 0.7308673469rem, 0.8125rem);
  font-weight: bold;
  line-height: 1.4;
}
.is-large .p-faq_card__body__other .title {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}
.p-faq_card__body__other p {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #adadad;
  line-height: 1.5;
}

.p-faq_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80vw;
  height: 80vh;
  transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
}
.p-faq_modal.is-act {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.p-faq_modal__inner {
  padding: min(2.0408163265vw + 17.3469387755px, 50px);
  overflow-y: auto;
  height: 100%;
}
.is-large .p-faq_modal__inner {
  padding: min(3.2653061224vw + 27.7551020408px, 80px);
}
.p-faq_modal__inner strong {
  display: block;
}
.p-faq_modal__title {
  border-bottom: 1px solid #adadad;
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-faq_modal__sub_title {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-faq_modal__border {
  border: 1px solid #feac04;
  padding: min(1.2244897959vw + 10.4081632653px, 30px);
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-faq_modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  color: #feac04;
  font-weight: bold;
  cursor: pointer;
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
}
@media (hover: hover) {
  .p-faq_modal__close:hover .close_ico {
    transform: scale(0.7);
  }
}
.p-faq_modal__close .close_ico {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 0.2em;
  transition: all 0.3s ease;
}
.p-faq_modal__close .close_ico::before, .p-faq_modal__close .close_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 3px;
  background: #feac04;
  display: inline-block;
  transform-origin: top;
}
.p-faq_modal__close .close_ico::before {
  transform: rotate(-45deg) translateY(-50%);
}
.p-faq_modal__close .close_ico::after {
  transform: rotate(45deg) translateY(-50%);
}

.p-faq_modal_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-faq_modal_overlay.is-act {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.p-photographing_contents {
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px);
  padding: min(2.4489795918vw + 20.8163265306px, 60px) 0;
}
.p-photographing_contents__card {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-photographing_contents__card__title {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  border-bottom: 1px solid #adadad;
  padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}

.p-contents_wrap {
  margin: 0 -1em min(4.0816326531vw + 34.693877551px, 100px);
  padding: min(2.4489795918vw + 10.8163265306px, 50px) 0 min(4.0816326531vw + 34.693877551px, 100px);
  background: repeating-linear-gradient(-45deg, #fffbdb 5px, #fffbdb 10px, #fff4a5 10px, #fff4a5 25px);
}
.is-large .p-contents_wrap {
  margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px);
}

.p-contents_detail_wrap {
  margin: 0 -1em min(4.0816326531vw + 34.693877551px, 100px);
  overflow: hidden;
}
.p-contents_detail_wrap__campaign_head {
  padding: min(4.0816326531vw + 34.693877551px, 100px) 0;
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px);
}
.p-contents_detail_wrap__kv {
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
  position: relative;
}
.p-contents_detail_wrap__kv.is-end::before, .p-contents_detail_wrap__kv.is-end::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-contents_detail_wrap__kv.is-end::before {
  content: "このキャンペーンは終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
  color: #fff;
  z-index: 99;
}
.p-contents_detail_wrap__kv.is-end::after {
  background: rgba(0, 0, 0, 0.5);
}
.p-contents_detail_wrap__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-size: min(0.6530612245vw + 0.9719387755rem, 1.625rem);
  margin-bottom: min(1.6326530612vw + 8.8775510204px, 35px);
}
.is-large .p-contents_detail_wrap__title {
  font-size: min(0.8163265306vw + 1.5586734694rem, 2.375rem);
}
.p-contents_detail_wrap__date {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  padding: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  max-width: 400px;
  margin: 0 auto min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-contents_detail_wrap__summery {
  text-align: center;
  color: #fff;
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px);
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
}
.p-contents_detail_wrap__store {
  border: 1px solid #fff;
  padding: 1.5em 1em 1em;
  position: relative;
  color: #fff;
}
.p-contents_detail_wrap__store__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 0 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
}
.p-contents_detail_wrap__store__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-contents_detail_wrap__store__list li {
  position: relative;
  display: flex;
}
.p-contents_detail_wrap__store__list li i {
  color: #fff;
  font-size: 2em;
  font-style: normal;
}

.p-contents_detail_info {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
  margin-top: max(-2.4489795918vw + 19.1836734694px, -20px);
}
.p-contents_detail_info__label {
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
}
.p-contents_detail_info__title {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
  font-weight: bold;
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
  line-height: 1.5;
}

.p-contents_detail_table_content {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-contents_detail_table_content__title {
  background: #5a5a5a;
  padding: min(0.4081632653vw + 3.4693877551px, 10px);
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.p-contents_detail_table_content__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5a5a5a transparent transparent transparent;
  transform: translate(-50%, 100%);
}
.p-contents_detail_table_content__inner {
  padding: min(1.6326530612vw + 13.8775510204px, 40px) min(1.6326530612vw + 13.8775510204px, 40px);
  background: #f0f0f0;
}
.p-contents_detail_table_content__list {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  counter-reset: mycounter;
  position: relative;
}
.p-contents_detail_table_content__list > .p-contents_detail_table_content__list {
  margin-left: min(1.6326530612vw + 3.8775510204px, 30px);
  position: relative;
}
.p-contents_detail_table_content__list > .p-contents_detail_table_content__list li {
  padding-left: 1em;
}
.p-contents_detail_table_content__list > .p-contents_detail_table_content__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: min(0.3265306122vw + 4.7755102041px, 10px);
  height: min(0.3265306122vw + 4.7755102041px, 10px);
  border-radius: 50%;
  background: #000;
}
.p-contents_detail_table_content__list:last-child {
  margin-bottom: 0;
}
.p-contents_detail_table_content__list li {
  position: relative;
  padding-left: 2em;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  font-weight: bold;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  counter-increment: mycounter;
}
.p-contents_detail_table_content__list li::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.p-contents_pickup {
  padding: min(4.0816326531vw + 34.693877551px, 100px) min(1.6326530612vw + 13.8775510204px, 40px);
  margin: min(4.0816326531vw + 34.693877551px, 100px) -1em min(4.0816326531vw + 34.693877551px, 100px);
  background: repeating-linear-gradient(-45deg, #fffbdb 5px, #fffbdb 10px, #fff4a5 10px, #fff4a5 25px);
}
.p-contents_pickup__title {
  text-align: center;
  margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
}

.p-contents_novelty {
  text-align: center;
  padding: min(3.6734693878vw + 31.2244897959px, 90px) 0;
}
.p-contents_novelty__title {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
}
@media only screen and (max-width: 767px) {
  .p-contents_novelty__title {
    width: 60%;
    margin: 0 auto min(2.0408163265vw + 17.3469387755px, 50px);
  }
}
.p-contents_novelty__fukidashi {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  position: relative;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}
.is-large .p-contents_novelty__fukidashi {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
}
.p-contents_novelty__fukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
.p-contents_novelty__slider {
  position: relative;
  margin-bottom: min(3.2653061224vw + 47.7551020408px, 100px);
}
.p-contents_novelty__slider__slide {
  padding: 0.5em;
}
.p-contents_novelty__slider__slide a {
  display: block;
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-contents_novelty__slider__slide .thumb {
  border: 1px solid #000;
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-contents_novelty__slider__slide .thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}
.p-contents_novelty__slider__slide .name {
  font-size: min(0.2448979592vw + 0.8801020408rem, 1.125rem);
  font-weight: bold;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-contents_novelty__slider__slide .price {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}

.p-contents_snscheck {
  text-align: center;
  padding: min(0.8163265306vw + 16.9387755102px, 30px) 0 0;
}
.p-contents_snscheck__title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  line-height: 1.4;
}
.is-large .p-contents_snscheck__title {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
}
.p-contents_snscheck__title::before, .p-contents_snscheck__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 80%;
  border-left: 3px dotted #000;
}
.p-contents_snscheck__title::before {
  left: -1em;
  transform: rotate(-25deg);
}
.p-contents_snscheck__title::after {
  right: -1em;
  transform: rotate(25deg);
}
.p-contents_snscheck__title strong {
  position: relative;
  display: inline-block;
  z-index: 11;
  padding: 0 0.2em;
}
.p-contents_snscheck__title strong::before {
  content: "";
  position: absolute;
  left: -1%;
  top: 60%;
  width: 102%;
  height: 50%;
  z-index: -1;
  background: repeating-linear-gradient(45deg, #ffeb63 5px, #ffeb63 10px, #fff 10px, #fff 13px);
  transform: skew(-20deg);
}
.p-contents_snscheck__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-contents_snscheck__card a {
  display: block;
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-contents_snscheck__card__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}
.is-large .p-contents_snscheck__card__title {
  font-size: min(0.6530612245vw + 0.9719387755rem, 1.625rem);
}
.p-contents_snscheck__card__title .c-ico {
  display: flex;
  margin-right: 0.3em;
}
.p-contents_snscheck__card__img {
  overflow: hidden;
}
.p-contents_snscheck__card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.p-search_title {
  border-bottom: 4px solid #000;
  padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px);
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
  display: flex;
  justify-content: space-between;
}
.p-search_title__keyword {
  font-size: min(0.4897959184vw + 1.0102040816rem, 1.5rem);
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 1.6em;
}
.p-search_title__keyword::before, .p-search_title__keyword::after {
  position: absolute;
  color: #feac04;
  font-size: min(1.6326530612vw + 1.4923469388rem, 3.125rem);
}
.p-search_title__keyword::before {
  content: "「";
  left: 0;
  top: 0.1em;
}
.p-search_title__keyword::after {
  content: "」";
  right: 0;
  bottom: 0.1em;
}
.p-search_title__results {
  display: flex;
  align-items: baseline;
}
.p-search_title__results strong {
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
  display: inline-block;
  margin-right: 0.1em;
}

.p-search_list {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}
