@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.noscroll {
  overflow: hidden;
}

body {
  background-color: #f1f1f1;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  word-break: break-all;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

h2,
h3,
h4 {
  font-weight: 400;
}

h2 {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.2;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

input,
textarea,
button,
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  color: inherit;
}

button,
select {
  text-transform: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
.pcnone {
  display: none;
}

.spnone {
  display: block;
}

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

.eventnone {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.work-sans {
  font-family: "Work Sans", sans-serif;
}

.shadow {
  background-color: #fff;
  border: 4px solid black;
  box-shadow: 0 0.7rem 0 #000000;
}

.tb-only {
  display: none;
}

.tb-none {
  display: block;
}

.mn-only {
  display: none;
}

.btn-small {
  align-items: center;
  background-color: white;
  border: 2px solid #000000;
  border-radius: 4.4rem;
  box-shadow: 0px 4px 0px #000000;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 3.6rem;
  justify-content: center;
  line-height: 2.625;
  width: 14.8rem;
}

.lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}

.inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.in-blo {
  display: inline-block;
}

.d-blo {
  display: block;
}

.mb-block {
  display: none;
}

.mm-block {
  display: none;
}

.mm-none {
  display: block;
}

.p-mv__btn {
  align-items: center;
  border-radius: 5rem;
  display: flex;
  gap: 1rem;
  min-height: 7.3rem;
  padding: 0 5.2rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mv__btn img {
  width: 3.7rem;
}
.p-mv__btn .p-mv__btn--en {
  align-items: center;
  display: flex;
  font-size: 3.4rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.gift-btn {
  align-items: center;
  border-radius: 5rem;
  display: flex;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  min-height: 7.3rem;
  padding: 0 5.2rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.gift-btn img {
  width: 3.7rem;
}
.gift-btn .p-mv__btn--en {
  align-items: center;
  display: flex;
  font-size: 3.4rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
.footer {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4rem;
  max-width: 160rem;
  padding-left: 5rem;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header-logo a {
  display: inline-block;
}

.p-faq {
  background-color: #f1f1f1;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10.4rem;
}
.p-faq .p-faq__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}
.p-faq .p-faq__lead {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1667;
  margin-top: 2rem;
}
.p-faq .p-faq__item-wrap {
  margin-top: 7rem;
}
.p-faq .p-faq__item {
  background-color: white;
  border: 0.1rem solid #1f2e55;
  border-radius: 0.8rem;
  cursor: pointer;
  margin-bottom: 2.2rem;
  overflow: hidden;
  padding: 4.3rem 3.3rem 4.3rem 4rem;
  transition: box-shadow 0.3s ease;
}
.p-faq .p-faq__question {
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.p-faq .p-faq__icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  height: 5rem;
  line-height: 3rem;
  line-height: 1.8;
  margin-right: 2rem;
  text-align: center;
  width: 5rem;
}
.p-faq .p-faq__icon.q {
  background-color: #b11a2a;
}
.p-faq .p-faq__icon.a {
  background-color: #deb900;
}
.p-faq .p-faq__text {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
}
.p-faq .p-faq__toggle-icon {
  color: #1f2e55;
  font-size: 3rem;
  font-weight: 400;
  margin-left: 1rem;
}
.p-faq .p-faq__item.is-open .p-faq__toggle-icon {
  font-size: 5rem;
  font-weight: 300;
  margin-right: 0.2rem;
}
.p-faq .p-faq__answer {
  align-items: center;
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 2rem 0 7rem;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.p-faq .p-faq__item.is-open .p-faq__answer {
  background-color: white;
  max-height: 500px;
  opacity: 1;
  padding: 3rem 2rem 0 7rem;
}
.p-faq .p-faq__answer-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-faq__item {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.p-contact {
  margin-top: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-contact__inner {
  background-image: url(../img/contact-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.6rem;
  color: white;
  margin-inline: auto;
  max-width: 150rem;
  padding-inline: 2rem;
}

.p-contact__box {
  border-radius: 0.8rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 12rem;
  justify-content: center;
  padding: 14.4rem 2rem 12.3rem 2rem;
}

.p-contact__info {
  font-size: 1.6rem;
  max-width: 40.4rem;
  width: 100%;
}

.p-contact__title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.6;
}

.p-contact__text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
}

.p-contact__form {
  width: 62%;
}

.p-contact__field {
  gap: 1rem;
  margin-top: 4.5rem;
}

.p-contact__label-wrap {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  margin-top: 2rem;
  width: 21rem;
}

.p-contact__label {
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  pointer-events: none;
  width: 21rem;
}

.p-contact__required {
  background-color: #fff09f;
  border-radius: 3.1rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 1rem;
  padding: 0.3rem 1.3rem;
}

.p-contact__input-wrap {
  flex: 1;
  width: 100%;
}

.p-contact__input,
.p-contact__textarea,
.p-contact__select {
  background-color: #fff;
  border: 0.1rem solid #cdd6dd;
  border-radius: 0.8rem;
  font-size: 1.9rem;
  line-height: 2.264;
  padding: 1.3rem 1.6rem;
  width: 100%;
}

.p-contact__textarea {
  line-height: 1.782;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3b4043;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #3b4043;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3b4043;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3b4043;
}

.p-contact__textarea {
  min-height: 12rem;
  resize: vertical;
}

.p-contact__consent {
  font-size: 1.4rem;
  margin-top: 2.4rem;
}
.p-contact__consent input {
  margin-right: 0.8rem;
}

.p-contact__submit-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 22.2rem;
  position: relative;
}
.p-contact__submit-wrap::after {
  background-image: url(../../assets/img/ico_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 1.5rem;
  left: 3rem;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.p-contact__submit {
  align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid;
  border-radius: 4.4rem;
  box-shadow: 0 4px 0 #000000;
  color: #000;
  cursor: pointer;
  display: flex;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  max-width: 22.2rem;
  padding: 1rem 4rem 1rem 5rem;
  position: relative;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-contact__consent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4rem;
  max-width: 45.6rem;
}

.p-contact__consent-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
}

.p-contact__checkbox {
  height: 1.2rem;
  margin-right: 0.8rem;
  width: 1.2rem;
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-top: 0.2rem;
  opacity: 1;
}

input[type=checkbox] {
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  height: 1.4rem;
  margin-bottom: 0.1rem;
  pointer-events: painted;
  width: 1.4rem;
}

.form.submitting .wpcf7-spinner,
.wpcf7-spinner {
  display: none !important;
}

.p-contact__consent-text {
  align-items: center;
  display: flex;
}

.p-contact__link {
  margin-right: 1.2rem;
  text-decoration: none;
}

.mwform-checkbox-field-text {
  display: none;
}

.p-contact__submit--send {
  display: none;
}

input[name=submitConfirm][value=確認画面へ] {
  display: none;
}

.mw_wp_form_confirm .p-contact__field {
  align-items: center;
}

.mw_wp_form_confirm .p-contact__consent-text {
  display: none;
}

.p-contact__submit--back {
  align-items: center;
  background-color: #ff6826;
  border-radius: 3.3rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  display: inline-flex;
  font-size: 2rem;
  gap: 1rem;
  justify-content: center;
  max-width: 33.4rem;
  padding: 2.2rem 7rem 2.2rem 6rem;
  position: relative;
  position: relative;
  transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 21rem;
}

.p-contact__complete {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-size: 2.2rem;
  line-height: 1.86;
  margin-top: 2rem;
}

.wpcf7-previous {
  align-items: center;
  align-items: center;
  background-color: white;
  border-radius: 3.3rem;
  color: #000;
  cursor: pointer;
  display: flex;
  display: inline-flex !important;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  max-width: 22.2rem;
  padding: 1rem 4rem 1rem 5rem;
  position: relative;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-contact__submit-wrap > P {
  display: flex;
  width: 100%;
}

.p-contact__submit-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 3rem;
}
.p-contact__submit-wrapper .p-contact__submit-wrap {
  min-width: 21rem;
}

.wpcf7-list-item-label {
  display: none;
}

.p-contact__consent-label .wpcf7-not-valid-tip {
  display: none;
}

.p-contact__submit:disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

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

.p-contact__input-wrap p {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  white-space: pre-wrap;
}

.textarea {
  line-height: 1.35;
}

.p-contact__select {
  cursor: pointer;
}

.p-contact__select-wrap {
  display: inline-block;
  position: relative;
}

.select-wrap .wpcf7-form-control-wrap.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.select-wrap .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  color: #000;
}

.p-contact__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3rem;
}

.wpcf7 {
  max-width: 511px;
  width: 100%;
}

.c-title-level2 {
  font-size: 30px;
}

.wpcf7-not-valid-tip {
  color: white !important;
  margin-top: 0.4rem;
}

.p-gift {
  background-image: url(../../assets/img/gift-bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10rem;
}

.p-gift__inner {
  padding-bottom: 9.6rem;
  padding-top: 8.4rem;
  text-align: center;
}

.p-gift__title {
  color: white;
}

.p-gift__lead {
  color: white;
  margin-top: 3.4rem;
}

.p-gift__steps {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11rem;
  max-width: 120rem;
  position: relative;
}

.p-gift__step {
  position: relative;
  text-align: center;
  width: 34.5rem;
  z-index: 5;
}

.p-gift__line--front-sp {
  display: none;
}

.p-gift__circle {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  clip-path: inset(0 0 10% 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
  max-width: 34.5rem;
  padding-bottom: 6rem;
  position: relative;
  width: 100%;
}

.p-gift__number {
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 5.3rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 5.3rem;
  z-index: 3;
}

.p-gift__icon {
  display: block;
  margin-top: 0.5rem;
}

.p-gift__img-wrap {
  height: 8.5rem;
}

.p-gift__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
}

.p-gift__text--02 {
  margin-top: 1rem;
}

.p-gift__line {
  bottom: 7%;
  pointer-events: none;
  position: absolute;
}

.p-gift__line--back {
  height: auto;
  width: 20.8rem;
  z-index: 1;
}

.p-gift__line--left {
  bottom: 50%;
  left: 24%;
}

.p-gift__line--right {
  bottom: 50%;
  right: 21%;
}

.p-gift__line--front {
  height: auto;
  left: 0;
  width: 100%;
  z-index: 10;
}

.p-gift__btn {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 0.5rem;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 1rem;
  justify-content: center;
  margin-top: 6rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.p-gift__btn-icon {
  width: 2rem;
}

/* -------------------------------------------*/
.p-mv {
  background-color: #f1f1f1;
  overflow: hidden;
  padding-bottom: 8.2%;
  padding-top: 8rem;
  position: relative;
}

.p-mv__bg {
  bottom: 0.4%;
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 105%;
  z-index: 0;
}

.p-mv__bg-image {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: -1;
}

.p-mv__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-inline: auto;
  max-width: 160rem;
  padding-inline: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  z-index: 0;
}

.p-mv__content {
  z-index: 2;
}

.p-mv__heading {
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.p-mv__sub {
  color: #b11a2a;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  text-align: left;
  text-transform: uppercase;
}

.p-mv__desc {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  text-align: left;
}

.p-mv__btn--jp {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}

.p-mv__image-wrap {
  position: relative;
  z-index: 1;
}

.p-mv__image {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-mv__bg-item {
  max-width: 75.3rem;
  position: absolute;
  right: -14rem;
  top: -12rem;
  width: 102%;
  z-index: 0;
  z-index: -10;
}

.p-404 {
  overflow: hidden;
  padding: 10rem 0;
  padding-bottom: 34rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  text-align: center;
}
.p-404__main-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-404__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-404__btn-wrap .c-btn {
  background: #000;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.2rem 3rem;
  text-decoration: none;
  transition: background 0.3s;
}
.p-404__btn-wrap .c-btn:hover {
  background: #333;
}
.p-404 .p-mv__btn {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}

.p-404__inner {
  margin-top: 16rem;
  position: relative;
  z-index: 5;
}

.p-404 .p-mv__bg {
  bottom: initial;
  clip-path: initial;
  top: -6rem;
  width: 100%;
  z-index: -1;
}

.p-404 .p-mv__bg::before {
  display: none;
}

.p-omikuji {
  padding-bottom: 17.8rem;
  padding-top: 8.6rem;
}

.p-omikuji__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 91rem;
  text-align: center;
}

.p-omikuji__title {
  font-size: 7.6rem;
  line-height: 1.0658;
  max-width: 90rem;
  padding-right: 9.8rem;
  text-align: left;
}

.p-omikuji__banner-group {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}

.p-omikuji__banner {
  background-color: #b11a2a;
  color: #fff;
  flex-grow: 1;
  font-size: 3rem;
  font-weight: 500;
  max-width: 73rem;
  padding: 0.4rem 3.6rem;
  text-align: right;
}

.p-omikuji__catch {
  white-space: nowrap;
}

.p-omikuji__icon-wrap {
  flex-shrink: 0;
  margin-left: -2rem;
}

.p-omikuji__icon {
  height: auto;
  margin-top: -48px;
  width: 13rem;
}

.p-omikuji__text {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2rem;
  max-width: 91rem;
  padding-left: 1rem;
}

.p-omikuji__items {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.2rem;
  max-width: 120rem;
}

.p-omikuji__item {
  text-align: center;
}

.p-omikuji__frame {
  height: auto;
  max-width: 31.2rem;
  position: relative;
  width: 100%;
}

.p-omikuji__frame-img {
  height: auto;
  width: 100%;
}

.p-omikuji__price {
  font-size: 4.6rem;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-omikuji__price--dol {
  font-size: 3rem;
  font-weight: 600;
}

.p-omikuji__btn {
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.p-privacy {
  background-color: #f1f1f1;
  margin-bottom: 15.4rem;
  overflow: hidden;
  position: relative;
}
.p-privacy .p-mv__bg {
  bottom: initial;
  clip-path: initial;
  top: 0;
  width: 100%;
}
.p-privacy .p-mv__bg::before {
  display: none;
}

.p-privacy__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  position: relative;
  z-index: 5;
}

.p-privacy__main-title {
  font-size: 8rem;
  font-weight: 900;
  margin-bottom: 12rem;
  margin-top: 12rem;
  text-align: center;
}

.p-privacy__item {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 8%;
  margin-top: 6.5rem;
}

.p-privacy__list li::marker {
  color: #000;
  font-size: 1.2rem;
}

.p-privacy__item-inner {
  display: flex;
  flex-direction: column;
}

.p-privacy__list {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.p-privacy__list li {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.7;
  padding-left: 0.4rem;
  text-align: left;
  text-indent: -2rem;
}

.p-privacy__title {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  width: 24.4rem;
}

.p-privacy__text {
  font-size: 2rem;
  line-height: 1.7;
}

.p-selection {
  padding-bottom: 2rem;
}

.p-selection__inner {
  margin-left: -2.5rem;
  padding-left: 0;
}

.p-selection__head {
  margin-top: 0;
  text-align: center;
}

.p-selection__en {
  font-size: 3.2rem;
  font-weight: bold;
}

.p-selection__jp {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.p-selection__item {
  align-items: flex-start;
  align-items: center;
  display: flex;
  gap: 7rem;
  justify-content: space-between;
  margin-top: 5.6rem;
}

.p-selection__item:first-of-type {
  margin-top: 8rem;
}

.p-selection__col-left {
  flex-basis: 42.757%;
}

.p-selection__img-main {
  aspect-ratio: 667/350;
  width: 66.7rem;
  -o-object-fit: cover;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.p-selection__col-center {
  flex-basis: 54%;
  gap: 3rem;
  width: 100%;
}

.p-selection__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  padding-left: 4rem;
}

.p-selection__lead {
  margin-top: 2.3rem;
  text-align: center;
}

.p-selection__item-title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
}

.p-selection__item-subtitle {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.421;
  margin-top: 1.7rem;
}

.p-selection__col-center-top {
  display: flex;
  gap: 3rem;
  width: 100%;
}

.p-selection__subimgs {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.3rem;
  justify-content: flex-start;
  margin-top: 2rem;
  width: 100%;
}

.p-selection__img-sub {
  aspect-ratio: 146/146;
  max-width: 14.6rem;
  width: 30.166%;
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
}

.p-selection__col-right {
  align-items: flex-start;
  display: flex;
  flex-basis: 20%;
  margin-top: auto;
}

.p-store-banner {
  background-image: url(../img/banner-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6.5rem;
  max-height: 36.9rem;
  padding-bottom: 8.4rem;
  padding-top: 4.8rem;
}

.p-store-banner__wrapper {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 140rem;
}

.p-store-banner__img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
.p-store-banner__img img {
  height: auto;
  max-width: 26.3rem;
  width: 100%;
}

.p-store-banner__title {
  font-size: 8.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-store-banner__title span {
  font-size: 10rem;
  font-weight: 900;
}

.p-store-banner__text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}

.p-mv__btn--mid {
  min-height: 5.2rem;
  padding: 1.4rem 4.6rem;
}
.p-mv__btn--mid img {
  width: 2.6rem;
}

.p-mv__btn--mid .p-mv__btn--en {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-store {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-store__inner {
  background-color: #fff;
  margin-inline: auto;
  max-width: 150rem;
  padding-bottom: 6.3rem;
  padding-inline: 4.5rem;
}

iframe {
  width: 100%;
}

.p-store__title {
  display: inline-block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.18;
  margin-top: 0;
  transform: translateY(-4rem);
  white-space: nowrap;
}

.p-store__box {
  align-items: flex-start;
  display: flex;
  gap: 2.2rem;
  justify-content: space-between;
  padding-left: 2.4rem;
}

.p-store__info {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  justify-content: space-between;
  width: 48%;
}

.p-store__logo {
  height: auto;
  max-width: 23.6rem;
  width: 100%;
}

.p-store__heading {
  font-size: 3rem;
  font-weight: 900;
}

.p-store__item {
  align-items: flex-start;
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
}

.p-store__item--open {
  margin-top: 2.2rem;
}

.p-store__icon {
  height: auto;
  margin-top: 1rem;
  width: 1.3rem;
}

.p-store__icon--phone,
.p-store__icon--clock {
  width: 2rem;
}

.p-store__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-store__text strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-store__map {
  height: 35.3rem;
  width: 50%;
}

@media screen and (min-width: 1601px){
  .p-selection__item {
    gap: 12rem;
  }
  .p-selection__img-main {
    width: 100%;
  }
  .p-selection__img-sub {
    max-width: 20rem;
  }
}

@media screen and (max-width: 1399px){
  .tb-only {
    display: block;
  }
  .tb-none {
    display: none;
  }
  .p-mv__btn {
    min-height: initial;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .p-mv__btn img {
    width: 2.7rem;
  }
  .p-mv__btn .p-mv__btn--en {
    font-size: 2.4rem;
  }
  .gift-btn img {
    width: 2.7rem;
  }
  .gift-btn .p-mv__btn--en {
    font-size: 2.4rem;
  }
  .header-logo a {
    width: 5rem;
  }
  .p-mv {
    padding-bottom: 10%;
  }
  .p-mv__bg {
    bottom: 4%;
  }
  .p-mv__inner {
    margin-left: 8rem;
  }
  .p-mv__heading {
    font-size: 4.8rem;
  }
  .p-mv__sub {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .p-mv__desc {
    white-space: nowrap;
  }
  .p-mv__image {
    width: 84%;
  }
  .p-mv__btn--mid {
    min-height: 5.2rem;
    padding: 1.4rem 3.6rem;
  }
}

@media screen and (width <= 1373px){
  .p-selection__item-title {
    white-space: normal;
  }
}

@media screen and (width <= 1199px){
  html {
    font-size: 62.5%;
  }
  body {
    overflow-x: hidden;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pcnone {
    display: block;
  }
  .spnone {
    display: none;
  }
  .lead {
    font-size: 2.2rem;
  }
  .p-contact__box {
    padding: 7rem;
  }
  .p-contact__title {
    font-size: 4.6rem;
  }
  .p-contact__submit-wrap {
    display: flex;
    justify-content: center;
    margin-right: auto;
  }
  .p-gift__lead {
    font-size: 2.2rem;
  }
  .p-404 .p-mv__bg {
    width: 120%;
  }
  .p-privacy .p-mv__bg {
    width: 140%;
  }
  .p-store-banner {
    padding-bottom: 0;
    padding-top: 1.8rem;
  }
  .p-store-banner__wrapper {
    max-width: 100rem;
  }
  .p-store-banner__img {
    gap: 2rem;
  }
  .p-store-banner__img img {
    margin-bottom: -10px;
    max-width: 18rem;
  }
  .p-store-banner__title span {
    font-size: 6.1rem;
  }
  .p-store-banner__title {
    font-size: 5.4rem;
  }
  .p-store-banner__text {
    font-size: 2.6rem;
  }
  .p-store__box {
    flex-direction: column;
    gap: 6rem;
    padding-left: 0;
  }
  .p-store__info {
    gap: 2.3rem;
    justify-content: flex-start;
    width: 100%;
  }
  .p-store__map {
    width: 100%;
  }
}

@media screen and (width <= 1023px){
  h2 {
    font-size: 6rem;
  }
  .mb-block {
    display: block;
  }
  .p-mv__btn {
    padding: 0.6rem 3rem 0.6rem 3rem;
  }
  .p-mv__btn .p-mv__btn--en {
    color: #000;
    font-size: 2.6rem;
    gap: 0.5rem;
  }
  .gift-btn .p-mv__btn--en {
    color: #000;
    font-size: 2.6rem;
    gap: 0.4rem;
  }
  .header {
    margin-top: 2.4rem;
  }
  .p-contact__box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }
  .p-contact__info {
    text-align: center;
    width: 100%;
  }
  .p-contact__title {
    line-height: 1.3;
  }
  .p-contact__text {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-contact__form {
    width: 100%;
  }
  .p-contact__field {
    margin-top: 3rem;
    width: 100%;
  }
  .p-contact__label-wrap {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  .p-contact__label {
    width: 100%;
  }
  .p-contact__submit-wrap {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .p-contact__consent {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .p-contact__complete {
    font-size: 1.8rem;
    justify-content: center;
    margin-left: 0;
    text-align: center;
  }
  .p-contact__submit-wrapper .p-contact__submit-wrap {
    min-width: initial;
  }
  .wpcf7 {
    max-width: 100%;
  }
  .p-gift__circle {
    padding-bottom: 4rem;
  }
  .p-gift__number {
    height: 4.5rem;
    width: 4.5rem;
  }
  .p-gift__icon {
    width: 5rem;
  }
  .p-gift__img-wrap {
    height: 6rem;
  }
  .p-gift__text {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .p-mv__bg {
    bottom: 4.4%;
    width: 140%;
  }
  .p-mv__inner {
    margin-left: 6rem;
  }
  .p-mv__heading {
    font-size: 3.6rem;
  }
  .p-mv__sub {
    font-size: 2.1rem;
  }
  .p-mv__desc {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-mv__image {
    min-width: 30.4rem;
  }
  .p-404 .p-mv__bg {
    width: 140%;
  }
  .p-omikuji__title {
    font-size: 6rem;
  }
  .p-omikuji__banner {
    font-size: 2.2rem;
  }
  .p-privacy .p-mv__bg {
    width: 160%;
  }
  .p-selection__inner {
    margin-left: 0;
    padding-left: 2rem;
  }
  .p-selection__item {
    flex-direction: column;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9rem;
    max-width: 66.7rem;
  }
  .p-selection__title {
    padding-left: 0;
  }
  .p-selection__col-center-top {
    width: 100%;
  }
  .p-mv__btn--mid .p-mv__btn--en {
    font-size: 2.4rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 960px) and (min-width: 904px){
  .p-mv {
    padding-bottom: 10.3%;
  }
}

@media screen and (max-width: 903px) and (min-width: 802px){
  .p-mv {
    padding-bottom: 10.9%;
  }
}

@media screen and (width <= 900px){
  .mn-only {
    display: block;
  }
  .p-omikuji__price {
    font-size: 4rem;
  }
  .p-store-banner {
    max-height: initial;
    padding-bottom: 3.7rem;
    padding-top: 3.4rem;
  }
  .p-store-banner__wrapper {
    flex-direction: column;
    gap: 2.5rem;
    max-width: 60rem;
  }
  .p-store-banner__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    width: 100%;
  }
  .p-store-banner__img img {
    max-width: 9.1rem;
  }
  .p-store-banner__title {
    font-size: 5.4rem;
    font-weight: 900;
    line-height: 1;
  }
  .p-store-banner__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.17;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__btn--mid {
    margin-left: auto;
    margin-right: auto;
    padding: 0.6rem 2.8rem 0.6rem 2.8rem;
  }
  .p-mv__btn--mid img {
    width: 2.4rem;
  }
  .p-mv__btn--mid .p-mv__btn--en {
    font-size: 2.1rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 801px){
  .p-mv {
    padding-bottom: 11.5%;
  }
  .p-mv {
    height: 585px;
  }
  .p-mv__bg {
    bottom: 20.4%;
  }
}

@media screen and (max-width: 768px) and (min-width: 538px){
  .p-mv {
    height: calc(590px + 10 * (109vw - 669px) / 154);
  }
  .p-mv__image {
    margin-left: -27px;
    max-width: 54.6rem;
    min-width: 54.6rem;
  }
}

@media screen and (width <= 768px){
  h2 {
    font-size: 4.2rem;
  }
  .mn-only {
    display: none;
  }
  .lead {
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .zenkaku--mm {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .mm-block {
    display: block;
  }
  .mm-none {
    display: none;
  }
  .p-mv__btn {
    height: 5.6rem;
    margin-left: auto;
    margin-right: auto;
    width: 26rem;
  }
  .gift-btn {
    height: 5.6rem;
    margin-left: auto;
    margin-right: auto;
    min-height: initial;
    padding: 0.6rem 3rem 0.6rem 3rem;
    width: 26rem;
  }
  .footer {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .header {
    padding-left: 2rem;
  }
  .header-logo a {
    width: 4.5rem;
  }
  .p-faq {
    margin-top: 6rem;
    padding-top: 0;
  }
  .p-faq .p-faq__lead {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .p-faq .p-faq__item-wrap {
    margin-top: 4rem;
  }
  .p-faq .p-faq__item {
    padding: 2.5rem 0.8rem 2.5rem 0.8rem;
  }
  .p-faq .p-faq__icon {
    font-size: 1.8rem;
    height: 4rem;
    line-height: 2;
    margin-right: 1.4rem;
    min-height: 4rem;
    min-width: 4rem;
    width: 4rem;
  }
  .p-faq .p-faq__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-faq .p-faq__toggle-icon {
    font-size: 2.2rem;
  }
  .p-faq .p-faq__item.is-open .p-faq__toggle-icon {
    font-size: 3.3rem;
  }
  .p-faq .p-faq__answer {
    padding: 0 2rem 0 4rem;
  }
  .p-faq .p-faq__item.is-open .p-faq__answer {
    padding: 2rem 2rem 0 4rem;
  }
  .p-faq .p-faq__answer-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-contact {
    margin-top: 6rem;
  }
  .p-contact__inner {
    border-radius: 1.2rem;
    padding-inline: 1.6rem;
  }
  .p-contact__box {
    padding: 2.5rem 0rem;
  }
  .p-contact__title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .p-contact__text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-contact__form {
    margin-top: 4rem;
  }
  .p-contact__field {
    margin-top: 1.6rem;
  }
  .p-contact__input,
  .p-contact__textarea,
  .p-contact__select {
    line-height: 1.2;
  }
  .p-contact__textarea {
    min-height: 10rem;
  }
  .p-contact__submit-wrap::after {
    right: 3rem;
  }
  .p-contact__consent {
    margin-top: 2rem;
  }
  .p-contact__complete {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .wpcf7-previous {
    font-size: 2rem;
    max-width: 28rem;
    padding: 2.2rem 6rem 2.2rem 4rem;
  }
  .p-contact__submit-wrapper {
    flex-wrap: wrap;
    font-size: 2rem;
    gap: 0;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
  }
  .p-gift {
    margin-top: 6rem;
  }
  .p-gift__inner {
    padding-top: 6rem;
  }
  .p-gift__lead {
    text-align: left;
  }
  .p-gift__steps {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .p-gift__step {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-gift__line--front-sp {
    bottom: 2rem;
    display: block;
    left: 50%;
    max-width: 40rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 110%;
    z-index: 3;
  }
  .p-gift__circle {
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    width: 26rem;
  }
  .p-gift__icon {
    margin-top: 0;
    width: 5rem;
  }
  .p-gift__img-wrap {
    height: auto;
  }
  .p-gift__text {
    font-size: 1.6rem;
  }
  .p-gift__line--left {
    display: none;
  }
  .p-gift__line--right {
    display: none;
  }
  .p-gift__line--front {
    display: none;
  }
  .p-gift__btn {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
  .p-mv {
    padding-bottom: 2rem;
    padding-top: 0;
  }
  .p-mv__bg {
    bottom: 0.1%;
    clip-path: polygon(0 0, 100% 0, 75% 80%, 0 100%);
    overflow: hidden;
    width: 303%;
  }
  .p-mv__inner {
    flex-direction: column;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
  .p-mv__bg::before {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 75% 79%, 0 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .p-mv__content {
    color: white;
    margin-top: 182px;
    max-width: 100%;
  }
  .p-mv__heading {
    font-size: 3.8rem;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__sub {
    color: white;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__desc {
    font-weight: 700;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__image-wrap {
    margin-top: 3rem;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .p-mv__image {
    margin-left: -34px;
    z-index: -1;
  }
  .p-mv__bg-item {
    filter: brightness(0.5);
    right: -28rem;
    top: -9rem;
    width: 660px;
    z-index: -10;
  }
  .p-404 {
    padding-bottom: 44%;
    padding-top: 8rem;
  }
  .p-404__main-title {
    font-size: 3rem;
  }
  .p-404__text {
    text-align: left;
  }
  .p-404__inner {
    margin-top: 3rem;
  }
  .p-404 .p-mv__bg {
    width: 160%;
  }
  .p-omikuji {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }
  .p-omikuji__title {
    font-size: 4.2rem;
    padding-right: 8rem;
  }
  .p-omikuji__banner-group {
    margin-left: 0;
  }
  .p-omikuji__banner {
    max-width: 100%;
    padding: 0.4rem 6rem 0.4rem 1.6rem;
  }
  .p-omikuji__icon-wrap {
    margin-left: -5rem;
    margin-top: 1rem;
  }
  .p-omikuji__icon {
    width: 9rem;
  }
  .p-omikuji__text {
    font-size: 1.8rem;
    padding-left: 0;
  }
  .p-omikuji__items {
    align-items: center;
    flex-direction: column;
    gap: 8rem;
  }
  .p-privacy {
    margin-bottom: 10rem;
  }
  .p-privacy .p-mv__bg {
    width: 230%;
  }
  .p-privacy__inner {
    padding-top: 6rem;
  }
  .p-privacy__main-title {
    font-size: 4rem;
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .p-privacy__item {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 6rem;
  }
  .p-privacy__title {
    line-height: 1.4;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    width: 100%;
  }
  .p-selection {
    margin-top: 12rem;
  }
  .p-selection__item {
    gap: 2rem;
    margin-top: 7rem;
  }
  .p-selection__item:first-of-type {
    margin-top: 6rem;
  }
  .p-selection__col-left {
    width: 100%;
  }
  .p-selection__col-center {
    flex-direction: column;
    width: 100%;
  }
  .p-selection__lead {
    margin-top: 1.6rem;
    text-align: left;
  }
  .p-selection__item-title {
    font-size: 3rem;
  }
  .p-selection__item-subtitle {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
  .p-selection__col-center-top {
    flex-direction: column;
  }
  .p-selection__subimgs {
    gap: 1.6rem;
  }
  .p-selection__img-sub {
    width: 29%;
    width: 30%;
  }
  .p-selection__col-right {
    justify-content: center;
    width: 100%;
  }
  .p-store-banner__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .p-store-banner__img {
    gap: 0.8rem;
    max-width: 31.8rem;
  }
  .p-store-banner__content {
    width: 100%;
  }
  .p-store-banner .p-mv__btn {
    display: flex;
    justify-content: center;
    max-width: 30rem;
    width: 100%;
  }
  .p-store {
    margin-top: 8rem;
  }
  .p-store__inner {
    padding-bottom: 6rem;
    padding-inline: 2rem;
  }
  .p-store__title {
    font-size: 3.8rem;
    transform: translateY(-2.8rem);
    white-space: normal;
  }
  .p-store__box {
    gap: 4rem;
  }
  .p-store__logo {
    display: block;
    margin-inline: auto;
    width: 16rem;
  }
  .p-store__heading {
    font-size: 2.6rem;
  }
  .p-store__item {
    margin-top: 1.8rem;
    text-align: left;
  }
  .p-store__item--open {
    margin-top: 2rem;
  }
  .p-store__icon {
    margin-top: 0.5rem;
  }
  .p-store__icon--phone,
  .p-store__icon--clock {
    width: 1.8rem;
  }
  .p-store__text {
    font-size: 1.6rem;
  }
}

@media screen and (width <= 670px){
  .p-store__info {
    flex-direction: column;
    margin-top: 2rem;
  }
  .p-store__heading {
    text-align: center;
  }
}

@media screen and (max-width: 537px){
  .p-mv__image {
    max-width: 55rem;
    min-width: 55rem;
  }
}

@media screen and (width <= 450px){
  .p-contact__consent-label {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 370px){
  h2 {
    font-size: 3.9rem;
  }
  .p-contact__submit-wrap::after {
    right: 3rem;
  }
  .p-contact__consent-label {
    font-size: 1.2rem;
  }
  .p-omikuji__banner {
    padding: 0.4rem 4rem 0.4rem 0.6rem;
  }
  .p-omikuji__icon-wrap {
    margin-left: -3rem;
  }
  .p-omikuji__icon {
    width: 7rem;
  }
  .p-selection__item-title {
    font-size: 2.7rem;
  }
  .p-store-banner__wrapper {
    gap: 2rem;
  }
  .p-store-banner__title span {
    font-size: 5.1rem;
  }
  .p-store-banner__title {
    font-size: 4.5rem;
  }
  .p-store-banner__text {
    margin-bottom: 2rem;
  }
  .p-mv__btn--mid {
    padding: 0.2rem 2.8rem 0.2rem 2.8rem;
  }
  .p-mv__btn--mid .p-mv__btn--en {
    font-size: 1.9rem;
  }
  .p-store__title {
    font-size: 3.2rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .p-mv__btn,
  .gift-btn {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    will-change: transform, box-shadow;
  }
  .p-mv__btn:hover,
  .gift-btn:hover {
    box-shadow: 0 0.4rem 0 #000000;
    transform: translateY(0.4rem);
  }
  .p-mv__btn:active,
  .gift-btn:active {
    box-shadow: none;
    transform: translateY(0.4rem);
  }
  .btn-small {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    will-change: transform, box-shadow;
  }
  .btn-small:hover {
    box-shadow: 0 2px 0 #000000;
    transform: translateY(0.2rem);
  }
  .btn-small:active {
    box-shadow: none;
    transform: translateY(0.4rem);
  }
  .p-contact__submit-wrap:hover .p-contact__submit {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .p-contact__link:hover {
    text-decoration: underline;
  }
  .p-contact__submit--back:hover {
    opacity: 0.8;
  }
  .wpcf7-previous:hover {
    opacity: 0.8;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
    height: 100%;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
