@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

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

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.75;
}

body {
  margin: 0;
  text-align: left;
  background-color: #EFEFEF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #D6006C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
.l-header {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.l-header__logo {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    height: clamp(2.4479166667rem, 0rem + 12.2395833333vw, 5.875rem);
  }
}
.l-header__logo a {
  display: block;
  height: 100%;
}
.l-header__logo a img {
  height: 100%;
}
.l-header__logo a img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img.is-pc {
    display: none;
    pointer-events: none;
  }
}
.l-header__logo a img.is-sp {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img.is-sp {
    display: block;
    pointer-events: auto;
  }
}
.l-header__cont {
  display: flex;
  height: 100%;
  gap: clamp(0.96rem, 0rem + 2vw, 1.75rem);
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__cont {
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.l-header__nav {
  display: flex;
  height: 100%;
  gap: clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem);
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.l-header__link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 28px;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    padding: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem) 0 0;
  }
}
.l-header__link::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .l-header__link::before {
    width: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    left: calc(50% - clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem));
    top: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.l-header__link.is-about::before {
  background-image: url(../img/icon/present.svg);
}
.l-header__link.is-goods::before {
  background-image: url(../img/icon/list.svg);
}
.l-header__link.is-shop::before {
  background-image: url(../img/icon/pin.svg);
}
.l-header__link::after {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #D6006C;
  bottom: -8px;
  left: -5px;
  position: absolute;
  transition: 0.3s;
  transform: scale(0, 1);
}
.l-header__link:hover {
  opacity: 0.8;
}
.l-header__link:hover::after {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .l-header__link:hover::after {
    transform: scale(0, 1);
  }
}
.l-header__online {
  display: block;
  width: 130px;
  height: 25px;
  background: url(../img/common/logo_online.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-header__online {
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    width: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    background: url(../img/common/logo_online_2.svg) no-repeat center/contain;
  }
}
.l-header__lang {
  position: relative;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .l-header__lang {
    display: none;
    pointer-events: none;
  }
}
.l-header__langBtn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 32px;
  color: #FFF;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.l-header__langBtn:hover {
  opacity: 0.6;
}
.l-header__langBtn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/world.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
.l-header__langList {
  display: none;
  width: 130%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 5px 5px;
  top: 100%;
  left: 63%;
  transform: translateX(-50%);
  flex-flow: column;
  overflow: hidden;
}
.l-header__langItem {
  height: 40px;
  width: 100%;
  line-height: 1;
}
.l-header__langItem a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  padding-left: 25px;
}
.l-header__langItem a:hover {
  background: none;
}
.l-header__burger {
  width: 60px;
  height: 60px;
  background-color: #D6006C;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.l-header__burger::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.4s;
}
.l-header__burger:hover::after {
  transform: scale(2);
}
@media screen and (max-width: 767px) {
  .l-header__burger {
    width: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
.l-header__burger span {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__burger span {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
    left: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.l-header__burger span:nth-child(1) {
  top: 23px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:nth-child(1) {
    top: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-header__burger span:nth-child(2) {
  top: 29px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:nth-child(2) {
    top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.l-header__burger span:nth-child(3) {
  top: 35px;
}
@media screen and (max-width: 767px) {
  .l-header__burger span:nth-child(3) {
    top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}

.is-burgerOpen .l-header {
  backdrop-filter: inherit;
  -webkit-backdrop-filter: inherit;
}
.is-burgerOpen .l-header__burger::after {
  mix-blend-mode: inherit;
}

main {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}

.skiptranslate {
  display: none !important;
}

#glt-translate-trigger {
  display: none !important;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ burger ▼▼----------*/
.l-burger {
  width: 100vw;
  height: 100dvh;
  background: linear-gradient(135deg, rgba(252, 165, 24, 0.4) 0%, rgba(1, 146, 229, 0.4) 50%, rgba(214, 14, 108, 0.4) 100%);
  backdrop-filter: blur(20px) brightness(30%);
  -webkit-backdrop-filter: blur(20px) brightness(30%);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1;
  overflow: hidden;
}
.l-burger.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}
.l-burger__inner {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-burger__inner {
    display: flex;
    flex-flow: column;
    padding-top: 48px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-burger__inner {
    padding-top: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-burger__logo {
  display: block;
  position: absolute;
  top: 56px;
  left: 45px;
  width: 142px;
  height: 142px;
  background: url(../img/common/logo_box.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-burger__logo {
    position: static;
    background: url(../img/common/logo_box_2.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .l-burger__logo {
    width: clamp(4.8958333333rem, 0rem + 24.4791666667vw, 11.75rem);
    width: clamp(4.375rem, 0rem + 21.875vw, 10.5rem);
  }
}
.l-burger__wrap {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-burger__wrap {
    min-height: unset;
  }
}
.l-burger__cont {
  width: auto;
  height: auto;
  padding: 48px 0;
}
@media screen and (max-width: 960px) {
  .l-burger__cont {
    padding: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-burger__cont {
    width: 100%;
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) 0 clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.l-burger__grids {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  grid-template-rows: 160px 160px 100px 160px;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .l-burger__grids {
    grid-template-columns: repeat(2, 49.5%);
    grid-template-rows: clamp(8.3333333333rem, 0rem + 41.6666666667vw, 20rem) clamp(8.3333333333rem, 0rem + 41.6666666667vw, 20rem) clamp(6.25rem, 0rem + 31.25vw, 15rem) clamp(15.625rem, 0rem + 78.125vw, 37.5rem);
  }
}
.l-burger__grid {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.l-burger__grid.is-lang, .l-burger__grid.is-nav {
  grid-column: span 2;
}
.l-burger a.l-burger__grid:hover {
  background-color: rgba(214, 0, 108, 0.3);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-burger a.l-burger__grid:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.l-burger a.l-burger__grid.is-online:hover {
  background-color: rgba(0, 146, 229, 0.2);
}
@media screen and (max-width: 767px) {
  .l-burger a.l-burger__grid.is-online:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.l-burger__txt {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 95px;
  line-height: 1;
  position: relative;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-burger__txt {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    padding-top: clamp(4.9479166667rem, 0rem + 24.7395833333vw, 11.875rem);
  }
}
.l-burger__txt::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-burger__txt::before {
    top: clamp(2.34375rem, 0rem + 11.71875vw, 5.625rem);
  }
}
.l-burger__grid.is-about .l-burger__txt::before {
  width: 40px;
  height: 44.5px;
  background-image: url(../img/icon/present.svg);
}
@media screen and (max-width: 767px) {
  .l-burger__grid.is-about .l-burger__txt::before {
    width: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    height: clamp(2.3177083333rem, 0rem + 11.5885416667vw, 5.5625rem);
  }
}
.l-burger__grid.is-goods .l-burger__txt::before {
  width: 35px;
  height: 32px;
  background-image: url(../img/icon/list.svg);
}
@media screen and (max-width: 767px) {
  .l-burger__grid.is-goods .l-burger__txt::before {
    width: clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem);
    height: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.l-burger__grid.is-shop .l-burger__txt::before {
  width: 28px;
  height: 35px;
  background-image: url(../img/icon/pin.svg);
}
@media screen and (max-width: 767px) {
  .l-burger__grid.is-shop .l-burger__txt::before {
    width: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    height: clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem);
  }
}
.l-burger__grid.is-online .l-burger__txt::before {
  width: 95px;
  height: 49px;
  background-image: url(../img/common/logo_online_2.svg);
}
@media screen and (max-width: 767px) {
  .l-burger__grid.is-online .l-burger__txt::before {
    width: clamp(4.9479166667rem, 0rem + 24.7395833333vw, 11.875rem);
    height: clamp(2.5520833333rem, 0rem + 12.7604166667vw, 6.125rem);
  }
}
.l-burger__lang {
  width: 370px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .l-burger__lang {
    width: 100%;
    gap: 1%;
  }
}
.l-burger__langTxt {
  display: block;
  padding-top: 42px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  opacity: 0.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-burger__langTxt {
    width: 49.5%;
    padding-top: clamp(2.1875rem, 0rem + 10.9375vw, 5.25rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.l-burger__langTxt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/world.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .l-burger__langTxt::before {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    left: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.l-burger__langList {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-burger__langList {
    padding-left: 5%;
    flex-flow: column;
    gap: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    align-items: start;
  }
}
.l-burger__langList a {
  display: block;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-burger__langList a {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.l-burger__langList a:hover {
  background: unset;
  opacity: 0.6;
}
.l-burger__nav {
  width: 370px;
  gap: 10px 48px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-burger__nav {
    width: 80%;
    flex-flow: column;
    gap: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.l-burger__navWrap {
  width: calc(50% - 24px);
}
.l-burger__navWrap a {
  display: block;
  width: max-content;
  font-size: 14px;
  color: #FFF;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-burger__navWrap a {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.l-burger__navWrap a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .l-burger__navWrap a:hover {
    opacity: 0.8;
  }
}
.l-burger__sns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-burger__sns {
    margin-top: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    gap: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.l-burger__x {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/x.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-burger__x {
    width: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    height: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
  }
}
.l-burger__instagram {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon/instagram.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-burger__instagram {
    width: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    height: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
.l-burger__exit {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-burger__exit {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    top: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    right: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.l-burger__exit span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-burger__exit span {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
    top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.l-burger__exit span:nth-child(1) {
  transform: rotateZ(-45deg);
}
.l-burger__exit span:nth-child(2) {
  transform: rotateZ(45deg);
}

html.is-burgerOpen,
body.is-burgerOpen {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/*----------▲▲ burger ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  height: 410px;
  width: 100%;
  background-color: #333333;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: clamp(2.5rem, 0rem + 12.5vw, 6rem) 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.l-footer::after {
  content: "";
  display: block;
  width: 480px;
  height: 100%;
  background: url(../img/common/footer_bg.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    width: clamp(31.25rem, 0rem + 156.25vw, 75rem);
    height: clamp(31.25rem, 0rem + 156.25vw, 75rem);
    right: calc(50% - clamp(15.625rem, 0rem + 78.125vw, 37.5rem));
    background: url(../img/common/footer_bg.png) no-repeat center/contain;
  }
}
.l-footer__inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  padding: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 0 clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
  }
}
.l-footer__wrap {
  width: 100%;
  height: 100%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-flow: column;
    padding: 0;
    gap: clamp(3.75rem, 0rem + 18.75vw, 9rem);
  }
}
.l-footer__logo {
  display: block;
  width: 20%;
  padding-left: 0.5%;
  height: 185px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: clamp(7.5520833333rem, 0rem + 37.7604166667vw, 18.125rem);
    height: clamp(7.5520833333rem, 0rem + 37.7604166667vw, 18.125rem);
    margin-top: 0;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer__cont {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cont {
    width: clamp(6.5104166667rem, 0rem + 32.5520833333vw, 15.625rem);
    flex-flow: column;
    position: relative;
  }
}
.l-footer__nav {
  display: flex;
  width: 54%;
  gap: 17%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    flex-flow: column;
    gap: clamp(9.6354166667rem, 0rem + 48.1770833333vw, 23.125rem);
  }
}
.l-footer__nav1 {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav1 {
    gap: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.l-footer__nav1 a {
  display: block;
  width: max-content;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav1 a {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    padding-left: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
.l-footer__nav1 a::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav1 a::before {
    width: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    top: calc(50% - clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem));
  }
}
.l-footer__nav1 a.is-about::before {
  background-image: url(../img/icon/present.svg);
}
.l-footer__nav1 a.is-goods::before {
  background-image: url(../img/icon/list.svg);
}
.l-footer__nav1 a.is-shop::before {
  background-image: url(../img/icon/pin.svg);
}
.l-footer__nav2 {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav2 {
    gap: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.l-footer__nav2 a {
  display: block;
  width: max-content;
  font-size: 15px;
  color: #FFF;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-footer__nav2 a {
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.l-footer__nav2 a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .l-footer__nav2 a:hover {
    opacity: 1;
  }
}
.l-footer__others {
  width: 40%;
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .l-footer__others {
    width: 100%;
    margin-top: 0;
  }
}
.l-footer__online {
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/common/logo_online.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__online {
    width: clamp(6.5104166667rem, 0rem + 32.5520833333vw, 15.625rem);
    height: clamp(3.3333333333rem, 0rem + 16.6666666667vw, 8rem);
    position: absolute;
    top: clamp(9.375rem, 0rem + 46.875vw, 22.5rem);
    left: calc(50% - clamp(3.2552083333rem, 0rem + 16.2760416667vw, 7.8125rem));
    background: url(../img/common/logo_online_2.svg) no-repeat center/contain;
  }
}
.l-footer__sns {
  margin-left: 5%;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin: clamp(3.90625rem, 0rem + 19.53125vw, 9.375rem) 0 0;
    gap: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    justify-content: center;
  }
}
.l-footer__x {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/x.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__x {
    width: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    height: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
  }
}
.l-footer__instagram {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon/instagram.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__instagram {
    width: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    height: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
.l-footer__copyright {
  text-align: center;
  color: #888888;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    letter-spacing: inherit;
  }
}
.l-footer__scroll {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #383838;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -35px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__scroll {
    width: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    top: calc(0% - clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem));
    right: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
  }
}
.l-footer__scroll:hover {
  transform: scale(1.2);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__scroll:hover {
    transform: scale(1);
  }
}
.l-footer__scroll::after {
  content: "";
  display: block;
  width: 23px;
  height: 18px;
  background: url(../img/icon/up_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 11.5px);
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .l-footer__scroll::after {
    width: clamp(0.9114583333rem, 0rem + 4.5572916667vw, 2.1875rem);
    height: clamp(0.703125rem, 0rem + 3.515625vw, 1.6875rem);
    left: calc(50% - clamp(0.4557291667rem, 0rem + 2.2786458333vw, 1.09375rem));
    top: calc(50% - clamp(0.3515625rem, 0rem + 1.7578125vw, 0.84375rem));
  }
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
.l-inner {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 5vw;
  }
}

.fade {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 左右パターン */
.fade.left {
  transform: translateX(-40px);
}

.fade.right {
  transform: translateX(40px);
}

.fade.left.is-show,
.fade.right.is-show {
  transform: translateX(0);
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ sidebar ▼▼----------*/
.l-sidebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-sidebar {
    flex-flow: column;
  }
}
.l-sidebar__main {
  width: calc(100% - 340px - 5%);
}
@media screen and (max-width: 960px) {
  .l-sidebar__main {
    width: 100%;
  }
}
.l-sidebar__side {
  width: 340px;
}
@media screen and (max-width: 960px) {
  .l-sidebar__side {
    width: 100%;
  }
}

/*----------▲▲ sidebar ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-mainBg {
  width: 100vw;
  height: 100vh;
  background: url(../img/common/mainBg.png) no-repeat right/contain;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

body {
  position: relative;
  z-index: 0;
}

main {
  position: relative;
  z-index: 10;
}

.c-h2Tit {
  width: max-content;
  display: flex;
  align-items: end;
  gap: 1.125rem;
  padding-left: 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-h2Tit {
    flex-flow: column;
    align-items: center;
    gap: 0;
    padding-left: 0;
  }
}
.c-h2Tit::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3.125rem;
  background: url(../img/icon/balloon.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-h2Tit::before {
    width: clamp(2.5rem, 0rem + 12.5vw, 6rem);
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    top: calc(50% - clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem));
    left: unset;
    right: calc(100% + clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.c-h2Tit__ja {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-h2Tit__ja {
    font-size: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    line-height: 1.25;
  }
}
.c-h2Tit__en {
  font-size: 1.5rem;
  font-weight: bold;
  color: #CCC;
  display: block;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-h2Tit__en {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    padding-bottom: 0;
  }
}

.c-nextLink {
  padding-right: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-nextLink {
    padding-right: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
  }
}
.c-nextLink::after {
  background: url(../img/icon/arrow_red.svg) no-repeat center/contain;
  right: 0;
  transition: 0.3s;
}
.c-nextLink:hover::after {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .c-nextLink:hover::after {
    right: 0;
  }
}
.c-nextLink {
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nextLink {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-nextLink::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.78125rem;
  position: absolute;
  top: calc(50% - 0.390625rem);
}
@media screen and (max-width: 767px) {
  .c-nextLink::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}

.c-prevLink {
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-prevLink {
    padding-left: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
  }
}
.c-prevLink::after {
  background: url(../img/icon/arrow_red_prev.svg) no-repeat center/contain;
  left: 0;
  transition: 0.3s;
}
.c-prevLink:hover::after {
  left: -10px;
}
.c-prevLink {
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-prevLink {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-prevLink::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.78125rem;
  position: absolute;
  top: calc(50% - 0.390625rem);
}
@media screen and (max-width: 767px) {
  .c-prevLink::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}

.c-nextBtn {
  width: 100%;
  height: clamp(1.8514285714rem, 0rem + 3.8571428571vw, 3.375rem);
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  color: #FFF;
  background-color: #D6006C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nextBtn {
    height: clamp(2.8125rem, 0rem + 14.0625vw, 6.75rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    padding-right: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.c-nextBtn::after {
  content: "";
  display: block;
  width: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  height: clamp(0.4285714286rem, 0rem + 0.8928571429vw, 0.78125rem);
  background: url(../img/icon/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  right: clamp(0.6171428571rem, 0rem + 1.2857142857vw, 1.125rem);
  top: calc(50% - clamp(0.2142857143rem, 0rem + 0.4464285714vw, 0.390625rem));
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nextBtn::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}
.c-nextBtn:hover::after {
  right: 5px;
}
@media screen and (max-width: 767px) {
  .c-nextBtn:hover::after {
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.c-nextBtn.is-blue {
  background-color: #0092E5;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ cardList ▼▼----------*/
.c-cardList {
  display: flex;
  gap: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem) 2.9%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-cardList {
    flex-flow: column;
    gap: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.c-cardList__item {
  width: 31.4%;
  height: clamp(19.2rem, 0rem + 40vw, 35rem);
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cardList__item {
    width: 100%;
    height: clamp(25.5208333333rem, 0rem + 127.6041666667vw, 61.25rem);
  }
}
.c-cardList__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.c-cardList__link::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 100/100;
  border-radius: 50%;
  background-color: #D6006C;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.7s;
  opacity: 0.1;
}
.c-cardList__link:hover {
  opacity: 1;
}
.c-cardList__link:hover::after {
  transform: scale(3);
  left: 25%;
  bottom: 25%;
}
@media screen and (max-width: 767px) {
  .c-cardList__link:hover::after {
    transform: scale(0);
  }
}
.c-cardList__link:hover .c-cardList__img img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .c-cardList__link:hover .c-cardList__img img {
    transform: scale(1);
  }
}
.c-cardList__img {
  width: 100%;
  height: clamp(8.5714285714rem, 0rem + 17.8571428571vw, 15.625rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList__img {
    height: clamp(10.4166666667rem, 0rem + 52.0833333333vw, 25rem);
  }
}
.c-cardList__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.c-cardList__cont {
  width: 100%;
  height: clamp(10.6285714286rem, 0rem + 22.1428571429vw, 19.375rem);
  padding: clamp(0.8571428571rem, 0rem + 1.7857142857vw, 1.5625rem) clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem) clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
}
@media screen and (max-width: 767px) {
  .c-cardList__cont {
    height: clamp(15.1041666667rem, 0rem + 75.5208333333vw, 36.25rem);
    padding: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem) clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.c-cardList__tit {
  font-size: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  font-weight: bold;
  margin-bottom: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-cardList__tit {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    margin-bottom: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.c-cardList__info {
  display: flex;
  flex-flow: column;
  gap: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  .c-cardList__info {
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList__info span {
  padding-left: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  position: relative;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList__info span {
    padding-left: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-cardList__info span::before {
  content: "";
  display: block;
  width: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  height: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-cardList__info span::before {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.c-cardList__date {
  -webkit-line-clamp: 1;
}
.c-cardList__date::before {
  background-image: url(../img/icon/calendar.svg);
}
.c-cardList__price {
  -webkit-line-clamp: 1;
}
.c-cardList__price::before {
  background-image: url(../img/icon/yen.svg);
}
.c-cardList__store {
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-cardList__store {
    -webkit-line-clamp: 3;
  }
}
.c-cardList__store::before {
  background-image: url(../img/icon/pin_gray.svg);
}
.c-cardList__cats {
  display: flex;
  position: absolute;
  top: 2px;
  right: 2px;
  gap: 2px;
}
.c-cardList__cat {
  display: flex;
  width: clamp(3.4285714286rem, 0rem + 7.1428571429vw, 6.25rem);
  height: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .c-cardList__cat {
    width: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.c-cardList__cat.is-store {
  background-color: #D6006C;
}
.c-cardList__cat.is-online {
  background-color: #0092E5;
}
.c-cardList__btns {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  width: clamp(13.7142857143rem, 0rem + 28.5714285714vw, 25rem);
  height: clamp(1.8514285714rem, 0rem + 3.8571428571vw, 3.375rem);
  position: absolute;
  bottom: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  left: calc(50% - clamp(6.8571428571rem, 0rem + 14.2857142857vw, 12.5rem));
}
@media screen and (max-width: 767px) {
  .c-cardList__btns {
    width: clamp(16.6666666667rem, 0rem + 83.3333333333vw, 40rem);
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    bottom: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    left: calc(50% - clamp(8.3333333333rem, 0rem + 41.6666666667vw, 20rem));
  }
}
.c-cardList__btn {
  flex: 1;
  height: 100%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-cardList__btn span {
  display: block;
  padding-left: clamp(1.2342857143rem, 0rem + 2.5714285714vw, 2.25rem);
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cardList__btn span {
    padding-left: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-cardList__btn span::before {
  content: "";
  display: block;
  width: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
  height: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem));
}
@media screen and (max-width: 767px) {
  .c-cardList__btn span::before {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    top: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.c-cardList__btn.is-store {
  background-color: #D6006C;
}
.c-cardList__btn.is-store span::before {
  background-image: url(../img/icon/pin.svg);
}
.c-cardList__btn.is-store.is-gray {
  background-color: #CCC;
  pointer-events: none;
}
.c-cardList__btn.is-store.is-gray:hover {
  opacity: 1;
}
.c-cardList__btn.is-online {
  background-color: #0092E5;
}
.c-cardList__btn.is-online span::before {
  background-image: url(../img/icon/cart.svg);
}

/*----------▲▲ cardList ▲▲----------*/
/*----------▼▼ buyFlow ▼▼----------*/
.buyFlow__tit {
  text-align: center;
}
.buyFlow__list {
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .buyFlow__list {
    margin-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    display: flex;
    flex-flow: column;
    gap: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.buyFlow__item {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .buyFlow__item {
    flex-direction: column;
    position: relative;
    padding-top: clamp(3.90625rem, 0rem + 19.53125vw, 9.375rem);
    margin: 0;
  }
}
.buyFlow__img {
  background-color: #FFF;
  width: 500px;
  min-height: 380px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .buyFlow__img {
    width: 100%;
    height: clamp(13.0208333333rem, 0rem + 65.1041666667vw, 31.25rem);
    border-radius: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    min-height: unset;
  }
  .buyFlow__img img {
    display: block;
    width: clamp(8.3333333333rem, 0rem + 41.6666666667vw, 20rem);
    height: clamp(8.3333333333rem, 0rem + 41.6666666667vw, 20rem);
    object-fit: contain;
  }
}
.buyFlow__cont {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .buyFlow__cont {
    width: 100%;
  }
}
.buyFlow__stepCount {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .buyFlow__stepCount {
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.buyFlow__stepCount--step {
  font-size: 18px;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: bold;
  color: #888888;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .buyFlow__stepCount--step {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.buyFlow__stepCount--num {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  color: #FFC400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .buyFlow__stepCount--num {
    font-size: clamp(3.75rem, 0rem + 18.75vw, 9rem);
    line-height: 1;
  }
}
.buyFlow__subtit {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .buyFlow__subtit {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    text-align: center;
  }
}
.buyFlow__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .buyFlow__txt {
    margin-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.buyFlow__btn {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .buyFlow__btn {
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}

/*----------▲▲ buyFlow ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #D6006C;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    font-size: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
  }
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  color: #111;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h4 {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h5 {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h6 {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg p {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg li {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul li::before {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ol li:before {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg table th,
  .c-wysiwyg table td {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg dl dt {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg dl dd {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  width: 100%;
  margin: 28px 0;
  font-weight: bold;
}
.c-breadcrumb a {
  text-decoration: underline;
}

/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ pagination ▼▼----------*/
.c-pagination__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D6006C;
  color: #FFF;
}
.c-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi {
    gap: clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem);
  }
}
.c-pagination .wp-pagenavi a,
.c-pagination .wp-pagenavi .extend,
.c-pagination .wp-pagenavi .current {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi a,
  .c-pagination .wp-pagenavi .extend,
  .c-pagination .wp-pagenavi .current {
    width: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .wp-pagenavi .c-pagination__wrap {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.c-pagination .wp-pagenavi .extend .c-pagination__wrap {
  background-color: transparent;
  color: #888888;
}
.c-pagination .wp-pagenavi .current .c-pagination__wrap {
  background-color: #CCC;
  color: #EFEFEF;
}

/*----------▲▲ pagination ▲▲----------*/
/*----------▼▼ contactform7 ▼▼----------*/
.wpcf7 form .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 30px !important;
  padding: 60px !important;
  max-width: 1000px;
  border-radius: 5px;
  color: #333333;
  background-color: #FFF;
  border: solid 2px #888 !important; /* Blue */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 0 30px 30px !important;
    padding: 30px !important;
    max-width: inherit;
  }
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .c-form {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #D6006C !important;
  background-color: #FFF;
  color: #D6006C;
  font-weight: bold;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #D6006C !important;
  background-color: #FFF;
  color: #D6006C;
}

.wpcf7-not-valid-tip {
  display: block !important;
  font-size: 0.875rem !important;
  font-weight: normal;
  color: #FFF !important;
  line-height: 1;
  background-color: #D6006C !important;
  padding: 2px 6px 4px;
  border: solid 1px #D6006C;
  border-radius: 3px;
  position: absolute;
  top: calc(100% - 10px);
  right: -10px;
}

/*----------▲▲ contactform7 ▲▲----------*/
/*----------▼▼ form ▼▼----------*/
.c-form {
  margin: 4.375rem 0;
}
.c-form__inner {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  .c-form__inner {
    padding: 0;
  }
}
.c-form__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.c-form__item {
  width: 100%;
  display: flex;
  gap: 8%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-form__tit {
  display: flex;
  width: 200px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form__tit {
    width: auto;
  }
}
.c-form__label {
  display: inline-block;
  font-size: 0.6875rem;
  color: #fff;
  background-color: #E85577;
  padding: 0.1875rem 0.9375rem;
  border-radius: 0.1875rem;
  line-height: 1;
  margin-left: 10px;
}
.c-form__body {
  width: calc(92% - 200px);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__body {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.c-form__body p {
  width: 100%;
}
.c-form__body .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form__body .wpcf7-tel, .c-form__body #your-post, .c-form__body #your-tel, .c-form__body #your-age, .c-form__body [data-name=your-post], .c-form__body [data-name=your-tel], .c-form__body [data-name=your-age] {
  max-width: 12.5rem;
}
.c-form__unit {
  margin-left: 0.875rem;
}
.c-form__input {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  padding: 0.9375rem 1.25rem;
  line-height: 1;
  background-color: #fff;
}
.c-form__input::placeholder {
  color: #CCC;
}
.c-form__checkbox {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .c-form__checkbox {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.c-form__checkbox .wpcf7-list-item {
  display: flex;
  gap: 15px;
  margin: 0;
}
.c-form__checkbox .wpcf7-list-item label {
  display: flex;
  gap: 0.9375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__checkbox .wpcf7-list-item label {
    gap: 0.625rem;
  }
}
.c-form__checkbox .wpcf7-list-item input {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #CCC;
  appearance: auto;
}
.c-form__radio {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__radio {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.c-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-form__radio .wpcf7-list-item label {
  margin: 0;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #CCC;
  background-color: #fff;
  position: relative;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #D6006C;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-form__radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.c-form__radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.c-form__textarea {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #CCC;
  padding: 0.9375rem 1.25rem;
  line-height: 2;
  background-color: #fff;
}
.c-form__note {
  width: 100%;
  margin-top: 10px;
}
.c-form__note li {
  padding-left: 1.5em;
  position: relative;
}
.c-form__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-form__policy {
  width: calc(92% - 200px);
  margin-left: calc(8% + 200px);
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-form__policy {
    width: 100%;
    margin: 1.25rem auto;
  }
}
.c-form__policyCheck a {
  color: #0092E5;
  text-decoration: underline;
}
.c-form__policyCheck .c-form__policyBtn:hover {
  cursor: pointer;
}
.c-form__policyBtn {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__policyBtn {
    justify-self: center;
  }
}
.c-form__policyBtn .wpcf7-list-item {
  margin: 0;
}
.c-form__policyInput {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #CCC;
  appearance: auto;
}
.c-form__policyAgree {
  margin-bottom: 0.3125rem;
}
.c-form__submit {
  margin-top: 3.125rem;
}
.c-form__submitWrap {
  margin: 0 auto;
  width: 25rem;
  height: 3.375rem;
  color: #fff;
  background-color: #D6006C;
  opacity: 0.3;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-form__submitWrap {
    width: 100%;
  }
}
.c-form__submitWrap::after {
  content: "";
  display: block;
  width: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  height: clamp(0.4285714286rem, 0rem + 0.8928571429vw, 0.78125rem);
  background: url(../img/icon/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  right: clamp(0.6171428571rem, 0rem + 1.2857142857vw, 1.125rem);
  top: calc(50% - clamp(0.2142857143rem, 0rem + 0.4464285714vw, 0.390625rem));
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-form__submitWrap::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}
.c-form__submitWrap .wpcf7-spinner {
  display: none;
}
.c-form__submitWrap.is-enabled {
  opacity: 1;
}
.c-form__submitWrap.is-enabled:hover {
  opacity: 0.6;
}
.c-form__submitBtn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  cursor: not-allowed;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
.c-form__submitBtn:not([disabled]) {
  opacity: 1;
  cursor: pointer;
}
.c-form__submitBtn:not([disabled]):hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-form__submitBtn:not([disabled]):hover {
    opacity: 1;
  }
}
.c-form__submitBtn:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-form__submitBtn:hover {
    opacity: 1;
  }
}

/*----------▲▲ form ▲▲----------*/
/*----------▼▼ lowerHead ▼▼----------*/
.c-lowerHead {
  width: 100%;
  height: 330px;
  background: url(../img/common/lowerhead_bg.jpg) no-repeat center/cover;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-lowerHead {
    height: clamp(8.59375rem, 0rem + 42.96875vw, 20.625rem);
    padding-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.c-lowerHead__tit {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.c-lowerHead__en {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  font-size: 68px;
  font-family: "Jost", Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to bottom, #D6006C 30%, #F4A1CB 50%, #AF0159 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.c-lowerHead__en.is-online img {
  display: block;
  width: 550px;
  height: 75px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__en.is-online img {
    width: clamp(14.3229166667rem, 0rem + 71.6145833333vw, 34.375rem);
    height: clamp(1.953125rem, 0rem + 9.765625vw, 4.6875rem);
  }
}
@media screen and (max-width: 767px) {
  .c-lowerHead__en {
    height: clamp(5.2083333333rem, 0rem + 26.0416666667vw, 12.5rem);
    font-size: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.c-lowerHead__ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__ja {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}

/*----------▲▲ lowerHead ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-topFv__main {
  width: 100%;
  height: calc(82vh - 60px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topFv__main {
    height: auto;
    aspect-ratio: 1920/1080;
  }
}
.p-topFv__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  will-change: opacity;
}
.p-topFv__bg.is-front {
  opacity: 1;
}
.p-topFv__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1);
  backdrop-filter: blur(10px) brightness(0.73);
  -webkit-backdrop-filter: blur(10px) brightness(0.73);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-topFv__selected {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-topFv__selected a {
  display: block;
  position: relative;
  height: 100%;
}
.p-topFv__selected a::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 0;
  height: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  transition: 0.3s;
}
.p-topFv__selected a:hover {
  opacity: 1;
}
.p-topFv__selected a:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-topFv__selected a:hover::after {
    opacity: 0;
  }
}
.p-topFv__selected img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  will-change: opacity;
}
.p-topFv__selected img.is-front {
  opacity: 1;
}
.p-topFv__wrap {
  background-color: #333333;
  padding: 1vh 0;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-topFv__wrap {
    padding: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem) 0;
  }
}
.p-topFv__progress {
  width: 100%;
  height: 0.5vh;
  position: absolute;
  top: -0.5vh;
  left: 0;
}
.p-topFv__progressBar {
  height: 100%;
  background-color: rgba(255, 196, 0, 0.5);
}
.p-topFv__slider {
  width: 100%;
  height: 16vh;
}
@media screen and (max-width: 767px) {
  .p-topFv__slider {
    height: clamp(5.2083333333rem, 0rem + 26.0416666667vw, 12.5rem);
  }
}
.p-topFv__img {
  height: 100%;
  opacity: 0.3;
  transition: 0.8s ease-in-out;
  cursor: pointer;
}
.p-topFv__img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.p-topFv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-active .p-topFv__img {
  opacity: 1;
}

.p-topShop {
  margin-bottom: clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-topShop {
    margin-bottom: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-topShop__inner {
  padding: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem) 0;
}
@media screen and (max-width: 767px) {
  .p-topShop__inner {
    padding: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0;
  }
}
.p-topShop__list {
  width: 100%;
}
.p-topShop__archive {
  margin-top: clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topShop__archive {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    justify-content: end;
  }
}

@media screen and (max-width: 767px) {
  .p-topAbout {
    padding: 0 5vw;
  }
}
.p-topAbout__wrap {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: clamp(0.3428571429rem, 0rem + 0.7142857143vw, 0.625rem);
  display: flex;
  align-items: center;
  padding: 80px 80px 80px 100px;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-topAbout__wrap {
    flex-direction: column;
    padding: 50px 20px 20px;
    gap: 20px;
  }
}
.p-topAbout__logo {
  width: 18%;
  margin-right: auto;
  margin-top: clamp(-1.0285714286rem, 0rem + -2.1428571429vw, -1.875rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__logo {
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.p-topAbout__logo img {
  width: 100%;
}
.p-topAbout__head {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__head {
    width: 100%;
    margin-top: 30px;
  }
}
.p-topAbout__cont {
  width: 35%;
  margin-top: clamp(-0.6857142857rem, 0rem + -1.4285714286vw, -1.25rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__cont {
    width: 100%;
    margin-top: -20px;
  }
}
.p-topAbout__bubble {
  width: clamp(5.1428571429rem, 0rem + 10.7142857143vw, 9.375rem);
  height: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  background-color: #FFC400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 100%;
  border-radius: clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__bubble {
    width: clamp(6.7708333333rem, 0rem + 33.8541666667vw, 16.25rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    border-radius: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    left: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-topAbout__bubble::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem) clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) 0 clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem);
  border-color: #FFC400 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem));
}
@media screen and (max-width: 767px) {
  .p-topAbout__bubble::after {
    border-width: clamp(0.625rem, 0rem + 3.125vw, 1.5rem) clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) 0 clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
    left: calc(50% - clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem));
  }
}
.p-topAbout__catch {
  display: block;
  width: 100%;
  font-size: clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
  text-align: center;
  color: #D6006C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-topAbout__catch {
    font-size: clamp(2.1875rem, 0rem + 10.9375vw, 5.25rem);
  }
}
.p-topAbout__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem);
  border-top: 1px solid #D6006C;
  border-bottom: 1px solid #D6006C;
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  color: #D6006C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-topAbout__sub {
    height: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    text-align: center;
    line-height: 1.25;
    border-top: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #D6006C;
    border-bottom: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #D6006C;
  }
}
.p-topAbout__desc {
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-topAbout__desc {
    width: 92%;
    margin: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) auto;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topAbout__btn {
  margin-top: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
}

.p-topBrand {
  margin: clamp(3.84rem, 0rem + 8vw, 7rem) 0 clamp(5.1428571429rem, 0rem + 10.7142857143vw, 9.375rem);
}
@media screen and (max-width: 767px) {
  .p-topBrand {
    margin: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem) 0 clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
.p-topBrand__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topBrand__inner {
    padding-bottom: clamp(3.75rem, 0rem + 18.75vw, 9rem);
  }
}
.p-topBrand__tit {
  margin-bottom: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
}
@media screen and (max-width: 767px) {
  .p-topBrand__tit {
    margin: 0 auto clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
  .p-topBrand__tit::before {
    right: 96%;
  }
}
.p-topBrand__archive {
  position: absolute;
  top: 1.25rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-topBrand__archive {
    top: unset;
    bottom: 0;
  }
}

.p-topOnline {
  width: 100vw;
  max-height: 636px;
  aspect-ratio: 1400/636;
  background: url(../img/home/online.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topOnline {
    max-height: unset;
    aspect-ratio: unset;
    background: url(../img/home/online_sp.jpg) no-repeat center/cover;
    padding: clamp(2.34375rem, 0rem + 11.71875vw, 5.625rem) 5vw clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
  .p-topOnline::before {
    content: "";
    display: block;
    width: clamp(8.1770833333rem, 0rem + 40.8854166667vw, 19.625rem);
    height: clamp(11.484375rem, 0rem + 57.421875vw, 27.5625rem);
    background: url(../img/home/sp.png) no-repeat center/contain;
    position: absolute;
    top: calc(0% - clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem));
    left: calc(0% - clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem));
  }
}
.p-topOnline__wrap {
  width: clamp(18.1714285714rem, 0rem + 37.8571428571vw, 33.125rem);
  height: clamp(15.0171428571rem, 0rem + 31.2857142857vw, 27.375rem);
  position: absolute;
  top: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem);
  left: calc(21.5vw - clamp(7.5085714286rem, 0rem + 15.6428571429vw, 13.6875rem));
}
@media screen and (max-width: 767px) {
  .p-topOnline__wrap {
    width: 100%;
    height: auto;
    position: static;
  }
}
.p-topOnline__tit {
  display: block;
  width: 100%;
  height: clamp(2.4rem, 0rem + 5vw, 4.375rem);
  background: url(../img/common/logo_online.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-topOnline__tit {
    margin-left: 45%;
    width: 50%;
    height: clamp(4.4270833333rem, 0rem + 22.1354166667vw, 10.625rem);
    background: url(../img/common/logo_online_2.svg) no-repeat center/contain;
  }
}
.p-topOnline__cont {
  width: 100%;
  height: calc(100% - clamp(4.32rem, 0rem + 9vw, 7.875rem));
  margin-top: clamp(1.92rem, 0rem + 4vw, 3.5rem);
  padding: 0 clamp(3.2228571429rem, 0rem + 6.7142857143vw, 5.875rem) 0 clamp(1.2342857143rem, 0rem + 2.5714285714vw, 2.25rem);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topOnline__cont {
    height: auto;
    margin-top: clamp(2.9166666667rem, 0rem + 14.5833333333vw, 7rem);
    padding: 0;
  }
}
.p-topOnline__txt {
  width: 100%;
}
.p-topOnline__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
  border-top: 1px solid #0092E5;
  border-bottom: 1px solid #0092E5;
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-topOnline__sub {
    height: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
    border-top: 1fclamp sp, 3 solid #0092E5;
    border-bottom: 1fclamp sp, 3 solid #0092E5;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topOnline__desc {
  margin-top: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-topOnline__desc {
    margin: clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem) auto;
    width: 92%;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}

.p-topNews {
  margin: clamp(3.0857142857rem, 0rem + 6.4285714286vw, 5.625rem) 0;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    margin: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem) 0 clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-topNews__inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews__inner {
    padding-bottom: clamp(28.90625rem, 0rem + 144.53125vw, 69.375rem);
  }
}
.p-topNews__tit {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
}
.p-topNews__list {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-topNews__list {
    position: absolute;
    width: 100vw;
    top: clamp(5.2083333333rem, 0rem + 26.0416666667vw, 12.5rem);
    left: calc(50% - 50vw);
    border-top: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #CCC;
  }
}
.p-topNews__item {
  width: 100%;
  height: 6.375rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    height: clamp(5.2083333333rem, 0rem + 26.0416666667vw, 12.5rem);
    border-bottom: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #CCC;
  }
}
.p-topNews__link {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  padding-right: 3.25rem;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    flex-flow: column;
    align-items: start;
    gap: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    padding: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem) clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem) clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem) 5vw;
  }
}
.p-topNews__link::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.78125rem;
  background: url(../img/icon/arrow_red.svg) no-repeat center/contain;
  position: absolute;
  right: 1.125rem;
  top: calc(50% - 0.390625rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topNews__link::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}
.p-topNews__link:hover::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-topNews__link:hover::after {
    right: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-topNews__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-topNews__info {
    width: 100%;
    gap: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topNews__date {
  color: #888888;
  white-space: nowrap;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
@media screen and (max-width: 767px) {
  .p-topNews__date {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-topNews__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 1.5625rem;
  font-size: 0.875rem;
  color: #FFF;
  background-color: #D6006C;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__cat {
    width: auto;
    min-width: clamp(6.25rem, 0rem + 31.25vw, 15rem);
    padding: 0 clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    border-radius: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem);
  }
}
.p-topNews__post {
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-topNews__post {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
}
.p-topNews__archive {
  margin-top: clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-topNews__archive {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
#not-found .NotFound {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #not-found .NotFound {
    padding: 80px 0;
  }
}
#not-found .NotFound__tit {
  margin: 0 auto;
}
#not-found .NotFound__txt {
  max-width: 800px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #not-found .NotFound__txt {
    margin: 60px 60px 0;
  }
}
#not-found .NotFound__btn {
  max-width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #not-found .NotFound__btn {
    margin: 30px 60px 0;
  }
}

/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ news ▼▼----------*/
.p-news {
  margin: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0 clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
  }
}
.p-news__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-newsPost__tit {
  font-size: 1.625rem;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-newsPost__tit {
    font-size: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    margin-bottom: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-newsPost__img {
  width: 100%;
  aspect-ratio: 800/444;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__img {
    margin-bottom: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-newsPost__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsPost__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-newsPost__date {
  font-size: 0.75rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__date {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-newsPost__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 1.25rem;
  background-color: #D6006C;
  font-size: 0.8125rem;
  padding: 0 10px;
  color: #FFF;
  line-height: 1;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__cat {
    min-width: clamp(7.8125rem, 0rem + 39.0625vw, 18.75rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    padding: 0 clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    border-radius: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem);
  }
}
.p-newsPost__body {
  margin: 20px 0 64px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__body {
    margin: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0 clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
  }
}
.p-newsPost__page {
  width: 100%;
  height: 8.4375rem;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-newsPost__page {
    height: clamp(3.3854166667rem, 0rem + 16.9270833333vw, 8.125rem);
  }
}
.p-newsPost__pageItem {
  display: flex;
  align-items: center;
  width: calc(50% - 50px);
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem {
    width: calc(50% - clamp(1.6927083333rem, 0rem + 8.4635416667vw, 4.0625rem));
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-newsPost__pageItem a {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem a {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-newsPost__pageItem.is-prev a {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem.is-prev a {
    padding-left: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-newsPost__pageItem.is-prev a::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 12.5px;
  background: url(../img/icon/arrow_red.svg) no-repeat center/contain;
  position: absolute;
  transform: rotateZ(180deg);
  left: 0;
  top: calc(50% - 6.25px);
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem.is-prev a::before {
    width: clamp(0.859375rem, 0rem + 4.296875vw, 2.0625rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}
.p-newsPost__pageItem.is-archive {
  width: 120px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem.is-archive {
    width: clamp(3.3854166667rem, 0rem + 16.9270833333vw, 8.125rem);
  }
}
.p-newsPost__pageItem.is-next {
  justify-content: end;
}
.p-newsPost__pageItem.is-next a {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem.is-next a {
    padding-right: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-newsPost__pageItem.is-next a::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 12.5px;
  background: url(../img/icon/arrow_red.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: calc(50% - 6.25px);
}
@media screen and (max-width: 767px) {
  .p-newsPost__pageItem.is-next a::before {
    width: clamp(0.859375rem, 0rem + 4.296875vw, 2.0625rem);
    height: clamp(0.6510416667rem, 0rem + 3.2552083333vw, 1.5625rem);
    top: calc(50% - clamp(0.3255208333rem, 0rem + 1.6276041667vw, 0.78125rem));
  }
}
.p-newsMain__list {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-newsMain__list {
    gap: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-newsMain__item {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-newsMain__item {
    border: 1px solid #CCC;
    background-color: #FFF;
    height: clamp(17.96875rem, 0rem + 89.84375vw, 43.125rem);
  }
}
.p-newsMain__link {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-newsMain__link {
    width: 100%;
    height: 100%;
    padding: 0;
    flex-flow: column;
    gap: 0;
  }
}
.p-newsMain__item:nth-of-type(1) .p-newsMain__link {
  padding-top: 0;
}
.p-newsMain__img {
  width: 230px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__img {
    width: 100%;
    height: 50%;
  }
}
.p-newsMain__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsMain__item.is-new .p-newsMain__img {
  position: relative;
}
.p-newsMain__item.is-new .p-newsMain__img::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FF0854;
  position: absolute;
  top: -9px;
  left: -9px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__item.is-new .p-newsMain__img::before {
    width: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    height: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    top: calc(0% - clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem));
    left: calc(0% - clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem));
  }
}
.p-newsMain__cont {
  width: calc(100% - 260px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-newsMain__cont {
    width: 100%;
    height: 50%;
    padding: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem) clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-newsMain__date {
  font-size: 0.75rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #888888;
}
@media screen and (max-width: 767px) {
  .p-newsMain__date {
    display: block;
    margin-top: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-newsMain__cat {
  display: flex;
  min-width: 150px;
  height: 1.25rem;
  padding: 0 10px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  background-color: #D6006C;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-newsMain__cat {
    min-width: clamp(5.2083333333rem, 0rem + 26.0416666667vw, 12.5rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    padding: 0 clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    border-radius: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    right: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-newsMain__post {
  margin-top: 0.625rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-newsMain__post {
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-newsMain__desc {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-newsMain__desc {
    margin-top: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-newsMain__nav {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-newsMain__nav {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-newsSide__wrap:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-newsSide__tit {
  font-size: 0.875rem;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-newsSide__tit {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    margin-bottom: clamp(0.9114583333rem, 0rem + 4.5572916667vw, 2.1875rem);
  }
}
.p-newsSide__list {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-flow: column;
}
.p-newsSide__item {
  width: 100%;
}
.p-newsSide__link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #333333;
}
.p-newsSide__img {
  width: 140px;
  height: 90px;
}
.p-newsSide__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsSide__cont {
  width: 190px;
}
.p-newsSide__info {
  display: flex;
  gap: 5px;
  align-items: center;
}
.p-newsSide__date {
  font-size: 0.75rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #888888;
}
.p-newsSide__cat {
  display: flex;
  min-width: 80px;
  height: 0.9375rem;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 0.6875rem;
  color: #FFF;
  background-color: #D6006C;
}
.p-newsSide__post {
  margin-top: 10px;
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.p-newsSide__categories {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #CCC;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-newsSide__categories {
    margin-top: clamp(0.9114583333rem, 0rem + 4.5572916667vw, 2.1875rem);
  }
}
.p-newsSide__category {
  width: 100%;
  height: 3.75rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-newsSide__category {
    height: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-newsSide__category a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  align-items: center;
  color: #333333;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-newsSide__category a {
    padding: 0 clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-newsRelated {
  width: 100%;
  margin-top: 68px;
}
.p-newsRelated__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.p-newsRelated__item {
  width: 47.5%;
  aspect-ratio: 380/360;
  background-color: #FFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.p-newsRelated__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.p-newsRelated__img {
  width: 100%;
  aspect-ratio: 380/190;
}
.p-newsRelated__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsRelated__cont {
  width: 100%;
  aspect-ratio: 380/170;
  padding: clamp(0.5714285714rem, 0rem + 1.1904761905vw, 0.9375rem) clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem) clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem);
  position: relative;
}
.p-newsRelated__date {
  display: block;
  font-size: clamp(0.4571428571rem, 0rem + 0.9523809524vw, 0.75rem);
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #888888;
  margin-bottom: clamp(0.3047619048rem, 0rem + 0.6349206349vw, 0.5rem);
}
.p-newsRelated__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: clamp(0.4952380952rem, 0rem + 1.0317460317vw, 0.8125rem);
  color: #FFF;
  background-color: #D6006C;
  border-radius: 3px;
  padding: 0 clamp(0.380952381rem, 0rem + 0.7936507937vw, 0.625rem);
  height: clamp(0.7619047619rem, 0rem + 1.5873015873vw, 1.25rem);
  position: absolute;
  top: clamp(0.5714285714rem, 0rem + 1.1904761905vw, 0.9375rem);
  right: clamp(0.7619047619rem, 0rem + 1.5873015873vw, 1.25rem);
}
.p-newsRelated__post {
  font-size: clamp(0.6095238095rem, 0rem + 1.2698412698vw, 1rem);
  line-height: 1;
  margin-bottom: clamp(0.5714285714rem, 0rem + 1.1904761905vw, 0.9375rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.p-newsRelated__desc {
  font-size: clamp(0.4952380952rem, 0rem + 1.0317460317vw, 0.8125rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/*----------▲▲ news ▲▲----------*/
/*----------▼▼ goods ▼▼----------*/
.p-goods {
  margin: 40px 0 100px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-goods {
    margin: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0 clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-goodsSearch {
  width: 100%;
  height: 128px;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 20px 3%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-goodsSearch {
    height: auto;
    margin-bottom: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-goodsSearch__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__inner {
    flex-flow: column;
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-goodsSearch__cond {
  width: 83.5%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__cond {
    width: 100%;
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-goodsSearch__cond1 {
  height: 36px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__cond1 {
    height: auto;
    flex-flow: column;
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-goodsSearch__cond2 {
  height: 36px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__cond2 {
    height: auto;
  }
}
.p-goodsSearch__free {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__free {
    width: 100%;
    height: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
  }
}
.p-goodsSearch__free input {
  width: 100%;
  height: 100%;
  border: 1px solid #888888;
  border-radius: 18px;
  font-size: 14px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__free input {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    border-radius: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-goodsSearch__free input::placeholder {
  color: #CCC;
}
.p-goodsSearch__series {
  width: 45%;
  height: 100%;
  border: 1px solid #888888;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__series {
    width: 100%;
    height: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-goodsSearch__series::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6.928px solid #333333;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__series::after {
    border-left: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-right: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-top: clamp(0.3608333333rem, 0rem + 1.8041666667vw, 0.866rem) solid #333333;
  }
}
.p-goodsSearch__series select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 calc(10% + 8px) 0 5%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__series select {
    padding: 0 calc(10% + clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem)) 0 5%;
  }
}
.p-goodsSearch__checks {
  width: 48.75%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__checks {
    height: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-goodsSearch__check {
  width: 49.5%;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__check {
    width: 49%;
  }
}
.p-goodsSearch__check input {
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #EFEFEF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__check input {
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-goodsSearch__check input:checked {
  border: 1px solid #D6006C;
  background-color: #D6006C;
}
.p-goodsSearch__check input:checked + span {
  color: #FFF;
}
.p-goodsSearch__check input:checked + span::before {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__check input:checked + span::before {
    border-left: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
    border-bottom: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #FFF;
  }
}
.p-goodsSearch__check.is-online input:checked {
  border: 1px solid #0092E5;
  background-color: #0092E5;
}
.p-goodsSearch__check span {
  display: block;
  width: 95px;
  padding-left: 25px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: calc(50% - 47.5px);
  transform: translateY(-50%);
  color: #888888;
  pointer-events: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__check span {
    width: max-content;
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    font-weight: bold;
    padding-left: 0;
    top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-goodsSearch__check span::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  border-left: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-42deg);
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__check span::before {
    width: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    height: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    border-left: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #CCC;
    border-bottom: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #CCC;
    left: calc(50% - clamp(0.390625rem, 0rem + 1.953125vw, 0.9375rem));
    top: unset;
    bottom: calc(100% + clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem));
  }
}
.p-goodsSearch__btn {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__btn {
    margin: 0 auto;
    width: 62.5%;
    height: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-goodsSearch__submit {
  width: 100%;
  height: 100%;
  border: 2px solid #D6006C;
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__submit {
    border: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) solid #D6006C;
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-goodsSearch__submit:hover {
  background-color: rgba(214, 0, 108, 0.1);
}
.p-goodsSearch__submit::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/search.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__submit::after {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    top: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
    left: 10%;
  }
}
.p-goodsSearch__submit span {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-goodsSearch__submit span {
    top: calc(50% - clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem));
    left: 55%;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    line-height: 1;
  }
}
.p-goods__nav {
  margin-top: 80px;
}
.p-goodsFv {
  width: 100%;
  height: calc(82vh - 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsFv {
    height: auto;
    aspect-ratio: 1920/1080;
  }
}
.p-goodsFv__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.p-goodsFv__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1);
  backdrop-filter: blur(10px) brightness(0.73);
  -webkit-backdrop-filter: blur(10px) brightness(0.73);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-goodsFv__main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-goodsFv__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-goodsPost__main {
  margin-top: 16px;
  padding-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__main {
    margin-top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    padding-bottom: clamp(5rem, 0rem + 25vw, 12rem);
  }
}
.p-goodsPost__top {
  padding-top: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__top {
    padding-top: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
  }
}
.p-goodsPost__types {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__types {
    gap: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem);
  }
}
.p-goodsPost__types span {
  display: flex;
  width: 6.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__types span {
    width: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-goodsPost__types span.is-store {
  background-color: #D6006C;
}
.p-goodsPost__types span.is-online {
  background-color: #0092E5;
}
.p-goodsPost__sns {
  position: absolute;
  top: 0;
  right: 0;
}
.p-goodsPost__post {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__post {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    margin-top: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-goodsPost__series {
  display: inline-flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__series {
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-goodsPost__series span {
  font-size: 0.875rem;
  background-color: #333333;
  line-height: 1.28;
  min-width: 100px;
  padding: 0 15px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__series span {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    min-width: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    padding: 0 clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-goodsPost__info {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__info {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    flex-flow: column;
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-goodsPost__info span {
  padding-left: 2rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__info span {
    padding-left: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-goodsPost__info span::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__info span::before {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-goodsPost__date::before {
  background-image: url(../img/icon/calendar.svg);
}
.p-goodsPost__price::before {
  background-image: url(../img/icon/yen.svg);
}
.p-goodsPost__store::before {
  background-image: url(../img/icon/pin_gray.svg);
}
.p-goodsPost__nav {
  margin: 64px auto 0;
  width: fit-content;
  height: 3.125rem;
  background-color: #FFF;
  display: flex;
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav {
    margin: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem) auto 0;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-goodsPost__nav a {
  width: calc((100vw - 60px) / 4);
  max-width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #333333;
}
.p-goodsPost__nav a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #D6006C;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0, 0);
  opacity: 0.1;
  transition: 0.2s;
}
.p-goodsPost__nav a:hover {
  font-weight: bold;
  opacity: 1;
}
.p-goodsPost__nav a:hover::after {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a:hover::after {
    transform: scale(0);
  }
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a {
    width: 50%;
    max-width: unset;
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-goodsPost__nav a span {
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a span {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-goodsPost__nav a span::after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  background: url(../img/icon/arrow_mini.svg) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 3.5px);
  top: calc(100% + 0.25rem);
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a span::after {
    width: clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem);
    height: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
    left: calc(50% - clamp(0.1822916667rem, 0rem + 0.9114583333vw, 0.4375rem));
    bottom: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.p-goodsPost__nav a:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.875rem;
  background-color: #EFEFEF;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a:nth-child(n+2)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-goodsPost__nav a:nth-child(2n)::before {
    content: "";
    display: block;
    width: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    background-color: #EFEFEF;
    position: absolute;
    left: 0;
    top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
  .p-goodsPost__nav a:nth-child(n+3)::after {
    content: "";
    display: block;
    width: clamp(5.9895833333rem, 0rem + 29.9479166667vw, 14.375rem);
    height: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem);
    background-color: #EFEFEF;
    position: absolute;
    left: calc(50% - clamp(2.9947916667rem, 0rem + 14.9739583333vw, 7.1875rem));
    top: 0;
  }
}
.p-goodsPost__sec {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__sec {
    margin-top: clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-goodsPost__tit {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__tit {
    margin: 0 auto clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.p-goodsPost__cats {
  position: fixed;
  bottom: 0;
  right: max(30px, 50% - 670px);
  width: 400px;
  height: 54px;
  display: flex;
  justify-content: right;
  gap: 2px;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__cats {
    right: 0;
    width: 100vw;
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
.p-goodsPost__cats.is-absolute {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__cats.is-absolute {
    right: -5vw;
  }
}
.p-goodsPost__cat {
  display: flex;
  width: 199px;
  height: 100%;
  padding-left: 20px;
  color: #FFF;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__cat {
    width: calc(50vw - 1px);
    padding-left: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-goodsPost__cat span {
  display: block;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__cat span {
    padding-left: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-goodsPost__cat span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-goodsPost__cat span::before {
    width: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    top: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}
.p-goodsPost__cat.is-store {
  background-color: #D6006C;
}
.p-goodsPost__cat.is-store span::before {
  background-image: url(../img/icon/pin.svg);
}
.p-goodsPost__cat.is-store.is-gray {
  background-color: #CCC;
  pointer-events: none;
}
.p-goodsPost__cat.is-store.is-gray:hover {
  opacity: 1;
}
.p-goodsPost__cat.is-online {
  background-color: #0092E5;
}
.p-goodsPost__cat.is-online span::before {
  background-image: url(../img/icon/cart.svg);
}
.p-goodsPost__links {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__links {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-goodsPost__linksBtm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__linksBtm {
    position: static;
    margin-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-goodsSns {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-goodsSns {
    gap: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-goodsSns a {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-goodsSns a {
    width: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    height: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-goodsSns__x {
  background: url(../img/icon/sns_x.svg) no-repeat center/contain;
}
.p-goodsSns__facebook {
  background: url(../img/icon/sns_facebook.svg) no-repeat center/contain;
}
.p-goodsSns__line {
  background: url(../img/icon/sns_line.svg) no-repeat center/contain;
}
.p-goodsGallery {
  position: relative;
}
.p-goodsGallery__slider {
  height: clamp(20.5714285714rem, 0rem + 42.8571428571vw, 37.5rem);
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-goodsGallery__slider.slick-dotted.slick-slider {
  padding-bottom: clamp(2.1942857143rem, 0rem + 4.5714285714vw, 4rem);
  margin-bottom: 0;
}
.p-goodsGallery__slider .slick-list {
  height: 100%;
}
.p-goodsGallery__slider .slick-track {
  height: 100%;
}
.p-goodsGallery__slider .slick-slide {
  height: 100%;
  margin: 0 5vw;
}
.p-goodsGallery__slider .slick-slide img {
  display: block;
  height: 100%;
  cursor: zoom-in;
}
.p-goodsGallery__slider .slick-prev,
.p-goodsGallery__slider .slick-next {
  z-index: 10;
  width: clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
  height: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem);
  background-color: rgba(214, 0, 108, 0.6);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-goodsGallery__slider .slick-prev,
  .p-goodsGallery__slider .slick-next {
    display: none !important;
    pointer-events: none !important;
  }
}
.p-goodsGallery__slider .slick-prev::before,
.p-goodsGallery__slider .slick-next::before {
  content: "";
  display: block;
  width: clamp(0.5657142857rem, 0rem + 1.1785714286vw, 1.03125rem);
  height: clamp(0.4285714286rem, 0rem + 0.8928571429vw, 0.78125rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-goodsGallery__slider .slick-prev:hover, .p-goodsGallery__slider .slick-prev:focus,
.p-goodsGallery__slider .slick-next:hover,
.p-goodsGallery__slider .slick-next:focus {
  background: #D6006C;
  opacity: 1;
}
.p-goodsGallery__slider .slick-prev:hover::before, .p-goodsGallery__slider .slick-prev:focus::before,
.p-goodsGallery__slider .slick-next:hover::before,
.p-goodsGallery__slider .slick-next:focus::before {
  opacity: 1;
}
.p-goodsGallery__slider .slick-prev {
  left: 10px;
}
.p-goodsGallery__slider .slick-prev::before {
  background-image: url(../img/icon/arrow_white_prev.svg);
}
.p-goodsGallery__slider .slick-next {
  right: 10px;
}
.p-goodsGallery__slider .slick-next::before {
  background-image: url(../img/icon/arrow_white.svg);
}
.p-goodsGallery__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(2.1942857143rem, 0rem + 4.5714285714vw, 4rem);
  bottom: 0;
}
.p-goodsGallery__slider .slick-dots li {
  margin: 0;
}
.p-goodsGallery__slider .slick-dots li button::before {
  font-size: 12px;
  opacity: 1;
  color: #FFF;
}
.p-goodsGallery__slider .slick-dots li.slick-active button::before {
  color: #D6006C;
  opacity: 1;
}
.p-goodsPost__movie {
  margin: 0 auto;
  width: 85.7142857143%;
}
@media screen and (max-width: 767px) {
  .p-goodsPost__movie {
    margin: 0 -5vw;
    width: calc(100% + 10vw);
  }
}
.p-goodsPost__movie iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 1200/660;
}
.p-goodsPost__goods {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-goodsPost__goods {
    gap: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-goodsPrize {
  background-color: #FFF;
  width: 100%;
  min-height: clamp(25.7142857143rem, 0rem + 53.5714285714vw, 46.875rem);
  padding: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem) clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem) clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
}
.p-goodsPrize__tit {
  margin-bottom: 40px;
  width: 100%;
}
.p-goodsPrize__tit h3 {
  width: 100%;
  font-size: clamp(0.96rem, 0rem + 2vw, 1.75rem);
  font-weight: bold;
  line-height: 1.4;
}
.p-goodsPrize__cont {
  width: 100%;
}
.p-goodsPrize__selected {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-goodsPrize__selectedImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-goodsPrize__selectedImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-goodsPrize__selectedCapt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.p-goodsPrize__selectedCapt:empty {
  display: none;
}
.p-goodsPrize__detail {
  width: clamp(11.6571428571rem, 0rem + 24.2857142857vw, 21.25rem);
  display: flex;
  flex-flow: column;
  gap: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  justify-content: space-between;
}
.p-goodsPrize__detail.is-only .p-goodsPrize__wrap {
  display: none;
}
.p-goodsPrize__wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.p-goodsPrize__slider {
  width: 100%;
  height: clamp(10.2857142857rem, 0rem + 21.4285714286vw, 18.75rem);
}
.p-goodsPrize__item {
  margin-top: 0 !important;
  height: 50% !important;
}
.p-goodsPrize__img {
  width: 100%;
  height: clamp(3.4285714286rem, 0rem + 7.1428571429vw, 6.25rem);
  border-radius: 50%;
  border: 3px solid #EFEFEF;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.p-goodsPrize__img.is-dummy {
  background-color: #EFEFEF;
  cursor: auto;
  pointer-events: none;
}
.p-goodsPrize__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-goodsPrize__img:hover {
  opacity: 0.6;
  border: 3px solid #D6006C;
}
@media screen and (max-width: 767px) {
  .p-goodsPrize__img:hover {
    opacity: 1;
    border: 3px solid #EFEFEF;
  }
}
.p-goodsPrize__item.is-selected .p-goodsPrize__img {
  border: 3px solid #D6006C !important;
}
.p-goodsPrize__capt {
  width: 100%;
  height: 2.5em;
  margin-top: clamp(0.2742857143rem, 0rem + 0.5714285714vw, 0.5rem);
  font-size: clamp(0.4457142857rem, 0rem + 0.9285714286vw, 0.8125rem);
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.p-goodsPrize__prev.swiper-button-prev, .p-goodsPrize__next.swiper-button-next {
  width: clamp(0.8914285714rem, 0rem + 1.8571428571vw, 1.625rem);
  height: clamp(0.8914285714rem, 0rem + 1.8571428571vw, 1.625rem);
  border-radius: 50%;
  border: 1px solid #D6006C;
  top: calc(50% - clamp(0.4457142857rem, 0rem + 0.9285714286vw, 0.8125rem));
  transition: 0.3s;
}
.p-goodsPrize__prev.swiper-button-prev:hover, .p-goodsPrize__next.swiper-button-next:hover {
  transform: scale(1.4);
}
.p-goodsPrize__prev.swiper-button-prev::after, .p-goodsPrize__next.swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-top: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem) solid transparent;
  border-bottom: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem) solid transparent;
}
.p-goodsPrize__prev.swiper-button-prev.swiper-button-disabled, .p-goodsPrize__next.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border: 1px solid #CCC;
}
.p-goodsPrize__prev.swiper-button-prev.swiper-button-disabled:hover, .p-goodsPrize__next.swiper-button-next.swiper-button-disabled:hover {
  transform: scale(1);
}
.p-goodsPrize__prev.swiper-button-prev.swiper-button-lock, .p-goodsPrize__next.swiper-button-next.swiper-button-lock {
  display: flex;
}
.p-goodsPrize__prev.swiper-button-prev {
  left: calc(0% - clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem));
}
.p-goodsPrize__prev.swiper-button-prev::after {
  border-right: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) solid #D6006C;
}
.p-goodsPrize__prev.swiper-button-prev.swiper-button-disabled::after {
  border-right: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) solid #CCC;
}
.p-goodsPrize__next.swiper-button-next {
  right: calc(0% - clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem));
}
.p-goodsPrize__next.swiper-button-next::after {
  border-left: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) solid #D6006C;
}
.p-goodsPrize__next.swiper-button-next.swiper-button-disabled::after {
  border-left: clamp(0.2057142857rem, 0rem + 0.4285714286vw, 0.375rem) solid #CCC;
}
.p-goodsPrize__desc {
  width: 100%;
  height: clamp(8.0571428571rem, 0rem + 16.7857142857vw, 14.6875rem);
  padding: clamp(0.8571428571rem, 0rem + 1.7857142857vw, 1.5625rem);
  background-color: #EFEFEF;
  border-radius: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem);
  font-size: clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem);
  overflow-y: auto;
}
@supports (-moz-appearance: none) {
  .p-goodsPrize__desc {
    scrollbar-width: thin;
    scrollbar-color: #CCC transparent;
  }
}
.p-goodsPrize__desc::-webkit-scrollbar {
  width: 6px;
}
.p-goodsPrize__desc::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 3px;
}
.p-goodsPrize__campaign {
  margin-top: clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
  display: flex;
  justify-content: center;
}
.p-goodsPrize__campaign p {
  width: fit-content;
  border: 2px dotted #FFC400;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: clamp(0.5485714286rem, 0rem + 1.1428571429vw, 1rem);
  min-width: 50%;
  height: clamp(1.8514285714rem, 0rem + 3.8571428571vw, 3.375rem);
}
.p-goodsPrize.is-full .p-goodsPrize__cont {
  padding-left: calc(100% - clamp(11.6571428571rem, 0rem + 24.2857142857vw, 21.25rem));
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.p-goodsPrize.is-full .p-goodsPrize__selected {
  width: clamp(24.3428571429rem, 0rem + 50.7142857143vw, 44.375rem);
  height: clamp(22.2857142857rem, 0rem + 46.4285714286vw, 40.625rem);
  position: absolute;
  top: calc(50% - clamp(11.1428571429rem, 0rem + 23.2142857143vw, 20.3125rem));
  left: 0;
}
.p-goodsPrize.is-full .p-goodsPrize__detail.is-only .p-goodsPrize__desc {
  height: clamp(19.2rem, 0rem + 40vw, 35rem);
}
.p-goodsPrize.is-half {
  width: calc(50% - clamp(0.5142857143rem, 0rem + 1.0714285714vw, 0.9375rem));
  min-height: unset;
  padding: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem) clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem) clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
}
.p-goodsPrize.is-half .p-goodsPrize__cont {
  flex-flow: column;
  gap: clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
}
.p-goodsPrize.is-half .p-goodsPrize__selected {
  width: 100%;
}
.p-goodsPrize.is-half .p-goodsPrize__selectedImg {
  width: 100%;
  height: clamp(15.4285714286rem, 0rem + 32.1428571429vw, 28.125rem);
}
.p-goodsPrize.is-half .p-goodsPrize__detail {
  width: 100%;
  margin-top: 80px;
}
.p-goodsPrize.is-half .p-goodsPrize__wrap {
  width: clamp(15.7714285714rem, 0rem + 32.8571428571vw, 28.75rem);
  margin: 0 auto;
}
.p-goodsPrize.is-half .p-goodsPrize__slider {
  height: clamp(5.1428571429rem, 0rem + 10.7142857143vw, 9.375rem);
}
.p-goodsPrize.is-half .p-goodsPrize__desc {
  height: clamp(7.2rem, 0rem + 15vw, 13.125rem);
}
.p-goodsPrize.is-1of3 {
  width: calc(33.3333333333% - clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem));
  min-height: unset;
  padding: clamp(1.7142857143rem, 0rem + 3.5714285714vw, 3.125rem) clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem) clamp(2.0571428571rem, 0rem + 4.2857142857vw, 3.75rem);
}
.p-goodsPrize.is-1of3 .p-goodsPrize__cont {
  flex-flow: column;
  gap: clamp(1.5428571429rem, 0rem + 3.2142857143vw, 2.8125rem);
}
.p-goodsPrize.is-1of3 .p-goodsPrize__selected {
  width: 100%;
}
.p-goodsPrize.is-1of3 .p-goodsPrize__selectedImg {
  width: 100%;
  height: clamp(10.2857142857rem, 0rem + 21.4285714286vw, 18.75rem);
}
.p-goodsPrize.is-1of3 .p-goodsPrize__detail {
  width: 100%;
  margin-top: 80px;
}
.p-goodsPrize.is-1of3 .p-goodsPrize__wrap {
  width: clamp(9.6rem, 0rem + 20vw, 17.5rem);
  margin: 0 auto;
}
.p-goodsPrize.is-1of3 .p-goodsPrize__slider {
  height: clamp(4.4571428571rem, 0rem + 9.2857142857vw, 8.125rem);
}
.p-goodsPrize.is-1of3 .p-goodsPrize__img {
  height: clamp(2.7428571429rem, 0rem + 5.7142857143vw, 5rem);
}
.p-goodsPrize.is-1of3 .p-goodsPrize__desc {
  height: clamp(8.9142857143rem, 0rem + 18.5714285714vw, 16.25rem);
}
#happy .p-goodsPrize {
  border: clamp(0.1714285714rem, 0rem + 0.3571428571vw, 0.3125rem) solid #FFC400;
}
@media screen and (max-width: 767px) {
  .p-goodsPrize.is-sp {
    margin: 0 -5vw;
    width: calc(100% + 10vw);
    min-height: unset;
    padding: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem) 5vw clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__tit {
    margin-bottom: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__tit h3 {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__cont {
    flex-flow: column;
    padding-left: 0;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__selected {
    width: 100%;
    height: auto;
    position: static;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__selectedImg {
    width: 100%;
    height: clamp(15.625rem, 0rem + 78.125vw, 37.5rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__selectedCapt {
    height: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    padding: 0 clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__detail {
    width: 100%;
    gap: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    margin-top: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__detail.is-only .p-goodsPrize__desc {
    height: clamp(12.2395833333rem, 0rem + 61.1979166667vw, 29.375rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__slider {
    width: 80%;
    height: clamp(6.7708333333rem, 0rem + 33.8541666667vw, 16.25rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__item {
    height: 100% !important;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__item.is-selected .p-goodsPrize__img {
    border: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem) solid #D6006C;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__img {
    height: clamp(4.1666666667rem, 0rem + 20.8333333333vw, 10rem);
    border: clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem) solid #EFEFEF;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__capt {
    margin-top: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev, .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next {
    width: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    height: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    border: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #D6006C;
    top: calc(50% - clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem));
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev::after, .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next::after {
    border-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem) solid transparent;
    border-bottom: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem) solid transparent;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev.swiper-button-disabled, .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next.swiper-button-disabled {
    border: clamp(0.078125rem, 0rem + 0.390625vw, 0.1875rem) solid #CCC;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev {
    left: calc(0% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev::after {
    border-right: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #D6006C;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__prev.swiper-button-prev.swiper-button-disabled::after {
    border-right: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #CCC;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next {
    right: calc(0% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
  .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next::after {
    border-left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #D6006C;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__next.swiper-button-next.swiper-button-disabled::after {
    border-left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #CCC;
  }
  .p-goodsPrize.is-sp .p-goodsPrize__desc {
    height: clamp(12.2395833333rem, 0rem + 61.1979166667vw, 29.375rem);
    padding: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__campaign {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
  .p-goodsPrize.is-sp .p-goodsPrize__campaign p {
    width: 100%;
    border: clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem) dotted #FFC400;
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    height: auto;
    padding: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
  .p-goodsPrize.is-sp.is-half .p-goodsPrize__wrap {
    width: 100%;
  }
  .p-goodsPrize.is-sp.is-1of3 .p-goodsPrize__wrap {
    width: 100%;
  }
}
.p-goodsExternal {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-goodsExternal {
    width: 100%;
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
.p-goodsExternal__txt {
  height: 42px;
  padding: 0 42px 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #EFEFEF;
  color: #333333;
  line-height: 1;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-goodsExternal__txt {
    height: clamp(2.1875rem, 0rem + 10.9375vw, 5.25rem);
    padding: 0 clamp(2.1875rem, 0rem + 10.9375vw, 5.25rem) 0 clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #CCC;
    border-radius: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-goodsExternal__txt::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/icon/link2.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .p-goodsExternal__txt::after {
    width: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    height: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    right: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    top: calc(50% - clamp(0.3645833333rem, 0rem + 1.8229166667vw, 0.875rem));
  }
}
.p-goodsExternal__img {
  cursor: pointer;
}
.p-goodsExternal__img img {
  display: block;
  max-width: 400px;
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .p-goodsExternal__img img {
    max-width: clamp(15.625rem, 0rem + 78.125vw, 37.5rem);
    max-height: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-goodsRelated {
  margin: 96px 0;
}

html:has(body.lb-disable-scrolling),
body.lb-disable-scrolling {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/*----------▲▲ goods ▲▲----------*/
/*----------▼▼ series ▼▼----------*/
.p-series {
  margin: 48px 0 96px;
}
.p-seriesList {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.96rem, 0rem + 2vw, 1.75rem) 2.4%;
}
@media screen and (max-width: 767px) {
  .p-seriesList {
    gap: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-seriesList__item {
  width: 23.2%;
  aspect-ratio: 600/400;
}
@media screen and (max-width: 767px) {
  .p-seriesList__item {
    width: calc(50% - clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem));
  }
}
.p-seriesList__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-seriesList__link:hover {
  opacity: 1;
}
.p-seriesList__link:hover .p-seriesList__img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-seriesList__link:hover .p-seriesList__img {
    transform: scale(1);
  }
}
.p-seriesList__img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.p-seriesList__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(3.2228571429rem, 0rem + 6.7142857143vw, 5.875rem);
  height: clamp(0.6171428571rem, 0rem + 1.2857142857vw, 1.125rem);
  padding: 0 clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  background-color: #333333;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  color: #FFF;
  position: absolute;
  top: calc(100% - clamp(0.3085714286rem, 0rem + 0.6428571429vw, 0.5625rem));
  right: clamp(0.3428571429rem, 0rem + 0.7142857143vw, 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-seriesList__brand {
    min-width: clamp(4.6875rem, 0rem + 23.4375vw, 11.25rem);
    height: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    padding: 0 clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    top: calc(100% - clamp(0.46875rem, 0rem + 2.34375vw, 1.125rem));
    right: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}

/*----------▲▲ series ▲▲----------*/
/*----------▼▼ shop ▼▼----------*/
.p-shop {
  margin: 30px 0 180px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    margin: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem) 0 clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.p-shop__main {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-shop__main {
    margin-top: clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem);
  }
}
.p-shop__results {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-shop__results {
    margin-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopGoods {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-shopGoods {
    padding: 0 clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-shopGoods__top {
  padding: 45px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__top {
    padding: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem) 0;
  }
}
.p-shopGoods__picker {
  border: 1px solid #888888;
  border-radius: 5px;
  height: 2.25rem;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__picker {
    width: 100%;
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopGoods__picker::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6.928px solid #333333;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__picker::after {
    border-left: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-right: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-top: clamp(0.3608333333rem, 0rem + 1.8041666667vw, 0.866rem) solid #333333;
    right: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopGoods__picker select {
  display: flex;
  align-items: center;
  padding: 0 36px 0 14px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__picker select {
    padding: 0 clamp(1.875rem, 0rem + 9.375vw, 4.5rem) 0 clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopGoods__picker .is-placeholder {
  color: #888888;
}
.p-shopGoods__btm {
  padding: 30px 0 35px;
  border-top: 1px dotted #CCC;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__btm {
    padding: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0;
    border-top: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) dotted #CCC;
  }
}
.p-shopGoods__post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__post {
    flex-flow: column;
  }
}
.p-shopGoods__img {
  width: 52%;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__img {
    width: 100%;
  }
}
.p-shopGoods__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-shopGoods__cont {
  width: 43%;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__cont {
    width: 100%;
    padding-top: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-shopGoods__tit {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__tit {
    margin-bottom: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopGoods__info {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__info {
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-shopGoods__info span {
  padding-left: 32px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__info span {
    padding-left: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopGoods__info span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-shopGoods__info span::before {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopGoods__date {
  -webkit-line-clamp: 1;
}
.p-shopGoods__date::before {
  background-image: url(../img/icon/calendar.svg);
}
.p-shopGoods__price {
  -webkit-line-clamp: 1;
}
.p-shopGoods__price::before {
  background-image: url(../img/icon/yen.svg);
}
.p-shopGoods__store {
  -webkit-line-clamp: 2;
}
.p-shopGoods__store::before {
  background-image: url(../img/icon/pin_gray.svg);
}
.p-shopSearch {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-shopSearch {
    flex-wrap: wrap;
    gap: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem);
  }
}
.p-shopSearch__wrap {
  width: 31.6%;
  background-color: #FFF;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__wrap {
    width: 100%;
    padding: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
  .p-shopSearch__wrap:nth-child(n+2) {
    width: calc(50% - clamp(0.1041666667rem, 0rem + 0.5208333333vw, 0.25rem));
  }
}
.p-shopSearch__wrap.is-test {
  opacity: 0.4;
  position: relative;
  pointer-events: none;
}
.p-shopSearch__wrap.is-test .is-test__p {
  position: absolute;
  top: calc(50px + 2.375rem);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-shopSearch__wrap.is-test .is-test__p {
    position: static;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    transform: none;
    text-align: center;
  }
}
.p-shopSearch__tit {
  margin-top: 36px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__tit {
    margin-top: 0;
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopSearch__address {
  margin: 40px 0 60px;
  width: 100%;
  height: clamp(7.8857142857rem, 0rem + 16.4285714286vw, 14.375rem);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__address {
    margin: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem) 0;
    height: auto;
    gap: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopSearch__field {
  display: flex;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__field {
    width: 100%;
    height: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-shopSearch__field label {
  margin: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__field label {
    display: block;
    width: clamp(3.0208333333rem, 0rem + 15.1041666667vw, 7.25rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopSearch__select {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__select {
    height: 100%;
    width: calc(100% - clamp(3.6458333333rem, 0rem + 18.2291666667vw, 8.75rem));
  }
}
.p-shopSearch__select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6.928px solid #333333;
  position: absolute;
  right: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__select::after {
    border-left: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-right: clamp(0.2083333333rem, 0rem + 1.0416666667vw, 0.5rem) solid transparent;
    border-top: clamp(0.3608333333rem, 0rem + 1.8041666667vw, 0.866rem) solid #333333;
    right: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopSearch__select select {
  padding: 0 calc(clamp(1.3714285714rem, 0rem + 2.8571428571vw, 2.5rem) + 8px) 0 clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
  height: 3.125rem;
  font-size: 1rem;
  border: 1px solid #888888;
  border-radius: 5px;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  cursor: pointer;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__select select {
    height: 100%;
    width: 100%;
    padding: 0 clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem) 0 clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    border-radius: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
.p-shopSearch__select.is-city select {
  cursor: not-allowed;
}
.p-shopSearch__select.is-city.is-active select {
  cursor: pointer;
}
.p-shopSearch__select .is-placeholder {
  color: #888888;
}
.p-shopSearch__current {
  margin: 40px 0 60px;
  position: relative;
  width: 100%;
  height: clamp(7.8857142857rem, 0rem + 16.4285714286vw, 14.375rem);
}
@media screen and (max-width: 767px) {
  .p-shopSearch__current {
    margin: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) 0 clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    height: clamp(4.375rem, 0rem + 21.875vw, 10.5rem);
  }
}
.p-shopSearch__current::after {
  content: "";
  display: block;
  width: clamp(3.7714285714rem, 0rem + 7.8571428571vw, 6.875rem);
  height: 100%;
  background: url(../img/shop/current.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: calc(50% - clamp(1.8857142857rem, 0rem + 3.9285714286vw, 3.4375rem));
}
@media screen and (max-width: 767px) {
  .p-shopSearch__current::after {
    width: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    left: calc(50% - clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem));
  }
}
.p-shopSearch__map {
  margin: 40px 0 60px;
  position: relative;
  width: 100%;
  height: clamp(7.8857142857rem, 0rem + 16.4285714286vw, 14.375rem);
}
@media screen and (max-width: 767px) {
  .p-shopSearch__map {
    margin: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) 0 clamp(1.25rem, 0rem + 6.25vw, 3rem);
    height: clamp(4.5833333333rem, 0rem + 22.9166666667vw, 11rem);
  }
}
.p-shopSearch__map::after {
  content: "";
  display: block;
  width: clamp(5.76rem, 0rem + 12vw, 10.5rem);
  height: clamp(7.0285714286rem, 0rem + 14.6428571429vw, 12.8125rem);
  background: url(../img/shop/map.png) no-repeat center/contain;
  position: absolute;
  top: clamp(0.4285714286rem, 0rem + 0.8928571429vw, 0.78125rem);
  left: calc(50% - clamp(2.3314285714rem, 0rem + 4.8571428571vw, 4.25rem));
}
@media screen and (max-width: 767px) {
  .p-shopSearch__map::after {
    width: clamp(3.75rem, 0rem + 18.75vw, 9rem);
    height: 100%;
    top: 0;
    left: calc(50% - clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem));
  }
}
.p-shopSearch__btn {
  width: 100%;
  height: 54px;
  background-color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__btn {
    height: clamp(2.8125rem, 0rem + 14.0625vw, 6.75rem);
  }
}
.p-shopSearch__btn.is-active {
  background-color: #D6006C;
  cursor: pointer;
}
.p-shopSearch__btn.is-active:hover {
  opacity: 0.6;
}
.p-shopSearch__btn span {
  display: block;
  width: 120px;
  padding-left: 40px;
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shopSearch__btn span {
    width: clamp(6.25rem, 0rem + 31.25vw, 15rem);
    padding-left: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopSearch__btn span::before {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  background: url(../img/icon/pin.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-shopSearch__btn span::before {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    top: calc(50% - clamp(0.625rem, 0rem + 3.125vw, 1.5rem));
  }
}

.p-shop {
  width: 100%;
}
.p-shopAddress {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-shopAddress {
    flex-flow: column;
    gap: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-shopAddress__selected {
  width: 31.6%;
  height: fit-content;
  border: 1px solid #CCC;
  padding: 0 clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-shopAddress__selected {
    width: 100%;
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #CCC;
    padding: 0 clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopAddress__field {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__field {
    padding: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) 0;
    gap: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopAddress__field:nth-of-type(2) {
  border-top: 1px dotted #CCC;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__field:nth-of-type(2) {
    border-top: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) dotted #CCC;
  }
}
.p-shopAddress__field span {
  display: block;
  width: 50px;
  color: #888888;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__field span {
    width: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-shopAddress__field p {
  display: block;
  width: calc(100% - 70px);
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__field p {
    width: calc(100% - clamp(3.6458333333rem, 0rem + 18.2291666667vw, 8.75rem));
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopAddress__wrap {
  width: 65.8%;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__wrap {
    width: 100%;
  }
}
.p-shopAddress__list {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__list {
    gap: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    margin-bottom: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-shopAddress__link {
  padding: 22px clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-shopAddress__link {
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopAddress__address {
  margin-top: 5px;
  display: inline-block;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .p-shopAddress__address {
    margin: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem) 0 clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    width: 100%;
  }
}
.p-shopAddress__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #333333;
}
.p-shopAddress__item {
  width: 100%;
}
.p-shopAddress__inner {
  position: relative;
}
.p-shopAddress__inner::before {
  content: "店舗へのルートを表示";
  display: block;
  font-size: 14px;
  color: #D6006C;
  position: absolute;
  bottom: 0;
  right: 24.5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__inner::before {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    right: clamp(1.2760416667rem, 0rem + 6.3802083333vw, 3.0625rem);
  }
}
.p-shopAddress__inner::after {
  content: "";
  display: block;
  width: 14.5px;
  height: 14.5px;
  background: url(../img/icon/link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__inner::after {
    width: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
    height: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
  }
}
.p-shopAddress__shop {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__shop {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopAddress__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__address {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopAddress__add {
  width: 100%;
  height: 50px;
  border: 1px solid #CCC;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__add {
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #CCC;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopAddress__add:hover {
  opacity: 0.6;
}
.p-shopAddress__add::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  transform: translateX(-50%) rotateZ(-45deg);
  position: absolute;
  left: 50%;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-shopAddress__add::after {
    width: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    height: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    border-left: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    border-bottom: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    bottom: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
  }
}
.p-shopCurrent {
  width: 100%;
}
.p-shopCurrent__cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.p-shopCurrent__list {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__list {
    gap: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    margin-bottom: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
  }
}
.p-shopCurrent__link {
  padding: 22px clamp(1.358490566rem, 0rem + 2.8301886792vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__link {
    padding: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem) clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopCurrent__inner {
  width: 100%;
  display: flex;
  gap: clamp(1.358490566rem, 0rem + 2.8301886792vw, 1.875rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__inner {
    gap: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-shopCurrent__distance {
  width: clamp(2.1735849057rem, 0rem + 4.5283018868vw, 3rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__distance {
    width: clamp(2.5rem, 0rem + 12.5vw, 6rem);
    padding-bottom: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopCurrent__distance span {
  display: block;
  padding-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__distance span {
    padding-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopCurrent__distance span::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.5625rem;
  background: url(../img/icon/pin_red.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: calc(54% - 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__distance span::before {
    width: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    height: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    left: calc(54% - clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem));
  }
}
.p-shopCurrent__distance span::after {
  content: "km";
  display: block;
  font-size: 0.75rem;
  color: #888888;
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__distance span::after {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    left: calc(100% + clamp(0.15625rem, 0rem + 0.78125vw, 0.375rem));
  }
}
.p-shopCurrent__wrap {
  width: calc(100% - clamp(3.5320754717rem, 0rem + 7.358490566vw, 4.875rem));
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__wrap {
    width: calc(100% - clamp(3.125rem, 0rem + 15.625vw, 7.5rem));
    margin-bottom: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopCurrent__address {
  margin-top: 5px;
  display: inline-block;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__address {
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    width: 100%;
  }
}
.p-shopCurrent__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #333333;
}
.p-shopCurrent__item {
  width: 100%;
}
.p-shopCurrent__inner {
  position: relative;
}
.p-shopCurrent__inner::before {
  content: "店舗へのルートを表示";
  display: block;
  font-size: 14px;
  color: #D6006C;
  position: absolute;
  bottom: 0;
  right: 24.5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__inner::before {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    right: clamp(1.2760416667rem, 0rem + 6.3802083333vw, 3.0625rem);
  }
}
.p-shopCurrent__inner::after {
  content: "";
  display: block;
  width: 14.5px;
  height: 14.5px;
  background: url(../img/icon/link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__inner::after {
    width: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
    height: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
  }
}
.p-shopCurrent__shop {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__shop {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopCurrent__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__address {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopCurrent__add {
  width: 100%;
  height: 50px;
  border: 1px solid #CCC;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__add {
    height: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #CCC;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shopCurrent__add:hover {
  opacity: 0.6;
}
.p-shopCurrent__add::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  transform: translateX(-50%) rotateZ(-45deg);
  position: absolute;
  left: 50%;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-shopCurrent__add::after {
    width: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    height: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    border-left: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    border-bottom: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #888888;
    bottom: clamp(0.4166666667rem, 0rem + 2.0833333333vw, 1rem);
  }
}
.p-shopMap {
  width: 100%;
  height: 530px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-shopMap {
    height: auto;
    flex-flow: column;
    gap: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
    padding-bottom: clamp(11.4583333333rem, 0rem + 57.2916666667vw, 27.5rem);
    position: relative;
  }
}
.p-shopMap__map {
  width: 65.8%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-shopMap__map {
    width: 100%;
    height: clamp(20.8333333333rem, 0rem + 104.1666666667vw, 50rem);
  }
}
.p-shopMap__wrap {
  width: 31.6%;
}
@media screen and (max-width: 767px) {
  .p-shopMap__wrap {
    width: 100vw;
    height: clamp(9.375rem, 0rem + 46.875vw, 22.5rem);
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
  }
}
.p-shopMap__list {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  gap: 1px;
  overflow-y: scroll;
}
.p-shopMap__link {
  padding: 30px clamp(1.0285714286rem, 0rem + 2.1428571429vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-shopMap__link {
    padding: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-shopMap__inner {
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-shopMap__inner {
    height: 100%;
    padding-bottom: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-shopMap__shop {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-shopMap__address {
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-shopMap__prev, .p-shopMap__next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    height: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    border-radius: 50%;
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #D6006C;
    background-color: #FFF;
    position: absolute;
    top: calc(50% - clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem));
    z-index: 2;
  }
  .p-shopMap__prev::after, .p-shopMap__next::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem) solid transparent;
    border-bottom: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem) solid transparent;
  }
  .p-shopMap__prev.swiper-button-disabled, .p-shopMap__next.swiper-button-disabled {
    border: clamp(0.0520833333rem, 0rem + 0.2604166667vw, 0.125rem) solid #CCC;
  }
  .p-shopMap__prev {
    left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
  }
  .p-shopMap__prev::after {
    border-right: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #D6006C;
  }
  .p-shopMap__prev.swiper-button-disabled::after {
    border-right: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #CCC;
  }
  .p-shopMap__next {
    right: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem);
  }
  .p-shopMap__next::after {
    border-left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #D6006C;
  }
  .p-shopMap__next.swiper-button-disabled::after {
    border-left: clamp(0.3125rem, 0rem + 1.5625vw, 0.75rem) solid #CCC;
  }
}
.p-shopMap .shopmap-bounce {
  animation: shopmap-bounce 1s ease-out;
}
@keyframes shopmap-bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-shopMap__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #333333;
}
.p-shopMap__item {
  width: 100%;
}
.p-shopMap__inner {
  position: relative;
}
.p-shopMap__inner::before {
  content: "店舗へのルートを表示";
  display: block;
  font-size: 14px;
  color: #D6006C;
  position: absolute;
  bottom: 0;
  right: 24.5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-shopMap__inner::before {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    right: clamp(1.2760416667rem, 0rem + 6.3802083333vw, 3.0625rem);
  }
}
.p-shopMap__inner::after {
  content: "";
  display: block;
  width: 14.5px;
  height: 14.5px;
  background: url(../img/icon/link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-shopMap__inner::after {
    width: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
    height: clamp(0.7552083333rem, 0rem + 3.7760416667vw, 1.8125rem);
  }
}
.p-shopMap__shop {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shopMap__shop {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-shopMap__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-shopMap__address {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-shop__error {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-shop__error {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}

/*----------▲▲ shop ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
/*----------▲▲ single ▲▲----------*/
/*----------▼▼ about ▼▼----------*/
#about .mv {
  width: 100%;
  height: clamp(19.0476190476rem, 0rem + 39.6825396825vw, 31.25rem);
  max-width: 1200px;
  margin: 60px auto 0;
  background-image: url(../img/about/main_visual.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: clamp(2.2857142857rem, 0rem + 4.7619047619vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  #about .mv {
    height: auto;
    background-image: none;
    position: relative;
    padding: clamp(9.375rem, 0rem + 46.875vw, 22.5rem) 5vw 0;
  }
  #about .mv::before {
    content: "";
    display: block;
    width: calc(100% - 10vw);
    height: clamp(9.375rem, 0rem + 46.875vw, 22.5rem);
    background-image: url(../img/about/main_visual.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 5vw;
  }
}
#about .mv__wrap {
  margin: 0 0 0 auto;
  width: clamp(15.2380952381rem, 0rem + 31.746031746vw, 25rem);
}
@media screen and (max-width: 767px) {
  #about .mv__wrap {
    width: 100%;
  }
}
#about .mv__catch {
  font-size: clamp(1.219047619rem, 0rem + 2.5396825397vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  color: #D6006C;
}
@media screen and (max-width: 767px) {
  #about .mv__catch {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    position: absolute;
    top: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    left: calc(5vw + clamp(6.7708333333rem, 0rem + 33.8541666667vw, 16.25rem));
    line-height: 1.4;
  }
}
#about .mv__txt {
  margin-top: clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem);
  font-size: clamp(0.6095238095rem, 0rem + 1.2698412698vw, 1rem);
}
@media screen and (max-width: 767px) {
  #about .mv__txt {
    margin-top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#about .mv__btn {
  margin-top: clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  #about .mv__btn {
    margin-top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#about .buyFlow {
  padding-top: 80px;
}
#about .buyFlow__tit {
  margin: 0 auto;
}
#about .last {
  max-width: 1200px;
  margin: 80px auto 0;
  background-image: url(../img/about/last_image.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #about .last {
    margin-top: clamp(2.8645833333rem, 0rem + 14.3229166667vw, 6.875rem);
    background-image: none;
    position: relative;
    padding: clamp(9.1145833333rem, 0rem + 45.5729166667vw, 21.875rem) 0 clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    background-color: #000;
  }
  #about .last::before {
    content: "";
    display: block;
    width: 100%;
    height: clamp(9.1145833333rem, 0rem + 45.5729166667vw, 21.875rem);
    background-image: url(../img/about/last_image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#about .last__cont {
  width: 50%;
  min-width: 500px;
  margin: 0 0 0 auto;
  padding: 60px 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #about .last__cont {
    width: 100%;
    padding: 0 8vw;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #about .last__head {
    width: 100%;
    height: clamp(9.1145833333rem, 0rem + 45.5729166667vw, 21.875rem);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    padding: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem) 8vw;
  }
}
#about .last__tagline {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .last__tagline {
    text-align: right;
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    line-height: 1.4;
  }
}
#about .last__tit--en {
  text-align: center;
  font-weight: bold;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #888888;
  line-height: 1;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #about .last__tit--en {
    text-align: right;
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
#about .last__tit--jp {
  font-size: 3.2rem;
  color: #FFC400;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #about .last__tit--jp {
    text-align: right;
    font-size: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
#about .last__txt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #about .last__txt {
    margin-top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#about .last__txt p {
  color: #FFF;
}
#about .happyChallenge {
  max-width: 1200px;
  margin: 80px auto 0;
  background-image: url(../img/about/happy-challenge_image.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    background-image: none;
    position: relative;
    padding: clamp(9.8958333333rem, 0rem + 49.4791666667vw, 23.75rem) 5vw 0;
  }
  #about .happyChallenge::before {
    content: "";
    display: block;
    width: clamp(14.0625rem, 0rem + 70.3125vw, 33.75rem);
    height: clamp(8.8541666667rem, 0rem + 44.2708333333vw, 21.25rem);
    background-image: url(../img/about/happy-challenge_image.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 7.5vw;
  }
}
#about .happyChallenge__cont {
  max-width: 50%;
  min-width: 500px;
  margin: 0 auto 0 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__cont {
    max-width: unset;
    min-width: unset;
    width: 100%;
    padding: 0;
  }
}
#about .happyChallenge__tagline {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__tagline {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    line-height: 1.4;
  }
}
#about .happyChallenge__tit--en {
  text-align: center;
  font-weight: bold;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #D6006C;
  line-height: 1;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__tit--en {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
#about .happyChallenge__tit--jp {
  font-size: 3.2rem;
  color: #D6006C;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__tit--jp {
    font-size: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
  }
}
#about .happyChallenge__txt {
  max-width: 400px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__txt {
    margin-top: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    max-width: unset;
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#about .happyChallenge__btn {
  max-width: 400px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #about .happyChallenge__btn {
    margin-top: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    max-width: unset;
  }
}
#about .recomend {
  margin: 120px auto 0;
  max-width: 1400px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #about .recomend {
    padding: 0 5vw;
  }
}
#about .recomend__btn {
  text-align: center;
  padding: 60px 0 80px;
}

/*----------▲▲ about ▲▲----------*/
/*----------▼▼ online ▼▼----------*/
#online .mv {
  width: 100%;
  height: clamp(22.8571428571rem, 0rem + 47.619047619vw, 37.5rem);
  max-width: 1200px;
  margin: 60px auto 0;
  background-image: url(../img/online/main_visual.jpg);
  background-size: cover;
  background-position: right center;
  padding: clamp(3.0476190476rem, 0rem + 6.3492063492vw, 5rem) clamp(2.2857142857rem, 0rem + 4.7619047619vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  #online .mv {
    height: auto;
    margin: 0;
    background: url(../img/home/online_sp.jpg) no-repeat center/cover;
    padding: clamp(3.6458333333rem, 0rem + 18.2291666667vw, 8.75rem) 5vw clamp(1.8229166667rem, 0rem + 9.1145833333vw, 4.375rem);
    position: relative;
  }
  #online .mv::before {
    content: "";
    display: block;
    width: clamp(8.1770833333rem, 0rem + 40.8854166667vw, 19.625rem);
    height: clamp(11.484375rem, 0rem + 57.421875vw, 27.5625rem);
    background: url(../img/home/sp.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#online .mv__wrap {
  margin: 0 auto 0 0;
  width: clamp(15.2380952381rem, 0rem + 31.746031746vw, 25rem);
}
@media screen and (max-width: 767px) {
  #online .mv__wrap {
    width: 100%;
  }
}
#online .mv__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  #online .mv__logo {
    display: block;
    margin-left: 45%;
    width: 50%;
    height: clamp(4.4270833333rem, 0rem + 22.1354166667vw, 10.625rem);
    background: url(../img/common/logo_online_2.svg) no-repeat center/contain;
  }
}
#online .mv__catch {
  font-size: clamp(1.219047619rem, 0rem + 2.5396825397vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  #online .mv__catch {
    margin-top: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    text-align: center;
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
#online .mv__txt {
  margin-top: clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem);
  font-size: clamp(0.6095238095rem, 0rem + 1.2698412698vw, 1rem);
}
@media screen and (max-width: 767px) {
  #online .mv__txt {
    margin-top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#online .mv__btn {
  margin-top: clamp(1.1428571429rem, 0rem + 2.380952381vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  #online .mv__btn {
    margin-top: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#online .mv__link {
  background-color: #0092E5;
}
#online .buyFlow {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #online .buyFlow {
    padding-top: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
  }
}
#online .buyFlow__tit {
  margin: 0 auto;
}
#online .buyFlow__link {
  color: #0092E5;
}
#online .buyFlow__link::after {
  background-image: url(../img/icon/arrow_blue.svg);
}
#online .recomend {
  margin: 120px auto 0;
  max-width: 1400px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #online .recomend {
    padding: 0 5vw;
  }
}
#online .recomend__btn {
  text-align: center;
  padding: 60px 0 80px;
}
#online .recomend__link {
  color: #0092E5;
}
#online .recomend__link::after {
  background-image: url(../img/icon/arrow_blue.svg);
}

/*----------▲▲ online ▲▲----------*/
/*----------▼▼ happy-challenge ▼▼----------*/
#happy-challenge .mv {
  max-width: 1200px;
  margin: 60px auto 0;
  background-image: url(../img/about/happy-challenge_image.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 60px 100px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv {
    margin-top: clamp(1.5625rem, 0rem + 7.8125vw, 3.75rem);
    background-image: none;
    position: relative;
    padding: clamp(9.8958333333rem, 0rem + 49.4791666667vw, 23.75rem) 30px 0;
  }
  #happy-challenge .mv::before {
    content: "";
    display: block;
    width: clamp(14.0625rem, 0rem + 70.3125vw, 33.75rem);
    height: clamp(8.8541666667rem, 0rem + 44.2708333333vw, 21.25rem);
    background-image: url(../img/about/happy-challenge_image.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 7.5vw;
  }
}
#happy-challenge .mv__wrap {
  margin: 0 auto 0 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv__wrap {
    max-width: unset;
    width: 100%;
  }
}
#happy-challenge .mv__tagline {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv__tagline {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    text-align: center;
  }
}
#happy-challenge .mv__tit--en {
  font-weight: bold;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #D6006C;
  line-height: 1;
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv__tit--en {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
    text-align: center;
  }
}
#happy-challenge .mv__tit--jp {
  font-size: 3.2rem;
  color: #D6006C;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv__tit--jp {
    font-size: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    margin-top: clamp(0.2604166667rem, 0rem + 1.3020833333vw, 0.625rem);
    text-align: center;
  }
}
#happy-challenge .mv__txt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .mv__txt {
    margin-top: clamp(1.3020833333rem, 0rem + 6.5104166667vw, 3.125rem);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
#happy-challenge .steps {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps {
    padding: clamp(3.125rem, 0rem + 15.625vw, 7.5rem) 0;
  }
}
#happy-challenge .steps__tit {
  margin: 0 auto;
}
#happy-challenge .steps__list {
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__list {
    margin-top: clamp(2.8645833333rem, 0rem + 14.3229166667vw, 6.875rem);
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
#happy-challenge .steps__item {
  display: flex;
  align-items: center;
  background-color: #FFF;
  min-height: 280px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__item {
    padding: clamp(4.4270833333rem, 0rem + 22.1354166667vw, 10.625rem) clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem) clamp(1.953125rem, 0rem + 9.765625vw, 4.6875rem);
    position: relative;
    flex-flow: column;
    gap: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}
#happy-challenge .steps__num {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__num {
    width: clamp(2.6041666667rem, 0rem + 13.0208333333vw, 6.25rem);
    position: absolute;
    top: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
    left: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
#happy-challenge .steps__num--step {
  font-size: 18px;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: bold;
  color: #888888;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__num--step {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
#happy-challenge .steps__num--number {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  color: #8CB808;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__num--number {
    font-size: clamp(3.75rem, 0rem + 18.75vw, 9rem);
  }
}
#happy-challenge .steps__img {
  width: 290px;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__img {
    width: clamp(5.7291666667rem, 0rem + 28.6458333333vw, 13.75rem);
    height: clamp(6.25rem, 0rem + 31.25vw, 15rem);
    padding: 0;
  }
}
#happy-challenge .steps__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#happy-challenge .steps__cont {
  width: 560px;
  padding: 50px 60px 50px 30px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__cont {
    width: 100%;
    padding: 0;
  }
}
#happy-challenge .steps__subtit {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__subtit {
    text-align: center;
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
#happy-challenge .steps__txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__txt {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    margin-top: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
#happy-challenge .steps__btn {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #happy-challenge .steps__btn {
    margin-top: clamp(0.5208333333rem, 0rem + 2.6041666667vw, 1.25rem);
  }
}

/*----------▲▲ happy-challenge ▲▲----------*/
/*----------▼▼ contact ▼▼----------*/
#contact .lead {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #contact .lead {
    padding-top: 60px;
  }
}
#contact .lead__cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .lead__cont {
    margin: 0 30px;
  }
}
#contact .lead__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .lead__txt {
    text-align: left;
  }
}
#contact .grecaptcha-badge {
  z-index: 120;
}

/*----------▲▲ contact ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

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

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

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/*----------▲▲ utility ▲▲----------*/
/*# sourceMappingURL=style.css.map */