@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #001952;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: clamp(0.8px, 0.0520833333vw, 1px);
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: clamp(1px, 0.25vw, 1.2px);
  }
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

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

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.is_loading {
  overflow: hidden !important;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp-hidden {
    display: none;
  }
}

#main {
  overflow-x: clip;
  position: relative;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.wide {
  max-width: 89.5833333333%;
  width: 90%;
  margin: 0 auto;
}

.middle {
  max-width: 79.1666666667%;
  width: 90%;
  margin: 0 auto;
}

.narrow {
  max-width: 68.75%;
  width: 90%;
  margin: 0 auto;
}

.vertical {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.btn a {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2.5px solid #ffffff;
  border-radius: 100px;
  height: 84rem;
  padding: 30rem 30rem 30rem 40rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a {
    width: 100%;
    height: 60rem;
  }
}
.btn a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a .linktext {
    font-size: 17px;
  }
}
.btn a .arrow {
  width: 15rem;
  height: 22rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a .arrow {
    width: 10px;
    height: 16px;
  }
}
.btn a:hover {
  background-color: #001952;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sechead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50rem;
}
.sechead .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 32 / 1920 * 100vw, 32px);
  line-height: 100%;
  color: #fff;
  text-decoration-line: underline;
  text-underline-offset: 50%;
  text-decoration-thickness: 10%;
  text-decoration-style: dotted;
}
.sechead .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 200%;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .sechead .desc {
    line-height: 180%;
    text-align: left;
  }
}

.page-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-title.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 背景オーバーレイ */
.zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* アクティブ状態 */
.zoom-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* 拡大画像 */
.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.zoom-modal.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  #header.is_open {
    position: fixed;
  }
}
#header.page-header {
  top: -100%;
  opacity: 0;
  -webkit-transition: top 1s ease, opacity 0.6s ease;
  transition: top 1s ease, opacity 0.6s ease;
}
#header.page-header.show {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  #header .hamburger {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    width: 46rem;
    height: 34rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20rem;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger {
    width: 23px;
    height: 15px;
  }
}
#header .hamburger:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1500px) {
  #header .hamburger span {
    position: absolute;
    display: block;
    width: 46rem;
    height: 3rem;
    background-color: #5b5b5b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger span {
    width: 23px;
    height: 2px;
  }
}
#header .hamburger span.bar2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .hamburger span.bar3 {
  bottom: 0;
}
#header .hamburger.is_open {
  position: fixed;
  top: 10rem;
  bottom: auto;
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open {
    top: 20rem;
  }
}
#header .hamburger.is_open span {
  margin: 0;
}
@media screen and (max-width: 1500px) {
  #header .hamburger.is_open .bar1 {
    -webkit-transform: translateY(18px) rotate(45deg);
            transform: translateY(18px) rotate(45deg);
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar1 {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}
@media screen and (max-width: 1500px) {
  #header .hamburger.is_open .bar3 {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
#header .hamburger.is_open .bar2 {
  display: none;
}
#header .h_wrap {
  position: relative;
  overflow: hidden;
}
#header .h_wrap .inner {
  padding: 6rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  #header .h_wrap .inner {
    padding: 12rem 20rem 10rem 20rem;
  }
}
#header .h_wrap .inner .h_logo {
  max-width: 328rem;
  width: 100%;
  z-index: 10;
}
#header .h_wrap .inner .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header .h_wrap .inner .h_logo a:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  #header .h_wrap .inner .h_logo {
    max-width: 267rem;
    height: 38rem;
  }
}
#header .h_wrap .inner.closing {
  -webkit-animation: fadeOut 0.6s ease forwards;
          animation: fadeOut 0.6s ease forwards;
}
#header #mobile-nav {
  pointer-events: auto;
}
#header #mobile-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 111rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav .menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
  }
}
#header #mobile-nav .menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mobile-nav .menu nav .menuitem a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #000000;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header #mobile-nav .menu nav .menuitem a:hover {
  opacity: 50%;
}
#header #mobile-nav .menu .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
#header #mobile-nav .menu .snslist .item {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header #mobile-nav .menu .snslist .item:hover {
  opacity: 50%;
}
#header #mobile-nav .menu_illust-wrapper,
#header #mobile-nav .accessmap {
  display: none;
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    height: 0;
  }
  #header #mobile-nav.is_open {
    overflow: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    background: url(../img/top/menu-bg.png) no-repeat center/cover;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open {
    background-image: url(../img/top/menu-bg_sp.png);
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 52.5%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 95rem 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu {
    max-width: 87.5%;
    padding-top: 85px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 125rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu nav {
    gap: 0;
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu nav .menuitem {
    border-bottom: 2rem dashed #99aad0;
    width: 100%;
  }
  #header #mobile-nav.is_open .menu nav .menuitem a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    display: block;
    padding: 20rem 0;
  }
  #header #mobile-nav.is_open .menu .snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
  }
  #header #mobile-nav.is_open .menu_illust-wrapper {
    display: block;
    position: absolute;
    margin: auto;
    pointer-events: none;
    right: 15%;
    bottom: 30%;
    width: 13.6979166667vw;
    height: 11.7708333333vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper {
    width: 263px;
    height: 226px;
    right: 11px;
    bottom: auto;
    top: 428px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    position: absolute;
  }
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1 {
    left: 0;
    bottom: 1.71875vw;
    width: 4.0104166667vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1 {
    width: 77px;
    left: 0;
    right: auto;
    bottom: 33px;
    top: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2 {
    left: 4.4270833333vw;
    bottom: 0;
    width: 2.34375vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2 {
    width: 45px;
    bottom: 0;
    right: 133px;
    left: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3 {
    width: 2.8125vw;
    left: 6.1458333333vw;
    top: 0;
    right: 13.8541666667vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3 {
    width: 54px;
    left: auto;
    right: 90px;
    bottom: 28px;
    top: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    width: 5.5208333333vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    width: 106px;
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap {
    display: block;
    width: 100%;
    margin-bottom: 30rem;
  }
  #header #mobile-nav.is_open .accessmap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border: 2.5px solid #dce21f;
    border-radius: 50px;
    padding: 15rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap a .icon {
    margin-right: 30rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a .icon {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap a .linktext {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-size: 21rem;
    line-height: 100%;
    color: #001952;
    margin-right: 66rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a .linktext {
    margin-right: 33px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixedbtn {
  cursor: pointer;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 19.23%, rgba(255, 255, 255, 0.4) 76.44%, rgba(255, 255, 255, 0) 88.94%);
  position: fixed;
  right: 0;
  width: 250px;
  height: 250px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.fixedbtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .fixedbtn {
    background: rgba(227, 254, 255, 0.8);
    border-radius: 50%;
    border: 2.5px solid #dce21f;
    width: 100px;
    height: 100px;
  }
}
.fixedbtn .circle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedbtn .circle img {
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: spinRight 20s linear infinite;
          animation: spinRight 20s linear infinite;
  width: 176px;
  height: auto;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
          filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
}
@media screen and (max-width: 900px) {
  .fixedbtn .circle img {
    display: none;
  }
}
.fixedbtn .circle p {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 100%;
  color: #001952;
  text-align: center;
}
.fixedbtn .f-24 {
  font-size: clamp(14px, 24 / 1920 * 100vw, 24px);
  margin-bottom: 5px;
}
.fixedbtn .f-21 {
  font-size: clamp(12px, 21 / 1920 * 100vw, 21px);
}
.fixedbtn .f-38 {
  font-size: clamp(21px, 38 / 1920 * 100vw, 38px);
}
.fixedbtn.stop {
  position: absolute;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.footer {
  position: relative;
  z-index: 40;
  margin-top: -133rem;
  background: url(../img/common/fotter-bg.png) no-repeat top left/cover;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: -17.5vw;
    padding-top: 37.5vw;
  }
}
.footer .t_access {
  padding: 293rem 0 144rem;
}
@media screen and (max-width: 900px) {
  .footer .t_access {
    display: none;
  }
}
.footer .t_access .wide {
  background: url(../img/common/footerbox-bg.png) no-repeat top left/100% 100%;
}
.footer .t_access .narrow {
  padding: 100rem 0 106rem;
}
.footer .t_access .narrow .sechead {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .sechead .main {
  color: #001952;
}
.footer .t_access .narrow .sechead .desc {
  color: #001952;
}
.footer .t_access .narrow .map {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .access_list {
  display: grid;
  grid-template-columns: repeat(2, 500rem);
  grid-template-rows: auto;
  gap: 120rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .footer .t_access .narrow .access_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .t_access .narrow .access_list .wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
.footer .t_access .narrow .access_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
.footer .t_access .narrow .access_list .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .t_access .narrow .access_list .item dt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  text-decoration-line: underline;
  color: #001952;
  text-decoration-thickness: 2.5%;
  text-underline-offset: 20.5%;
}
.footer .t_access .narrow .access_list .item .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #001952;
}
.footer .f_menu {
  padding-bottom: 133rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu {
    padding-bottom: 50px;
  }
}
.footer .f_menu .f_top {
  position: relative;
  margin-left: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 300rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top {
    margin-bottom: 50px;
  }
}
.footer .f_menu .f_top .secleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secleft {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px;
    position: relative;
  }
  .footer .f_menu .f_top .secleft::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secleft .f_logo {
  max-width: 450rem;
  width: 100%;
}
.footer .f_menu .f_top .secleft .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft .texts {
    gap: 20px;
  }
}
.footer .f_menu .f_top .secleft .texts .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.footer .f_menu .f_top .secleft .texts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secright {
    width: 100%;
    padding-bottom: 50rem;
    position: relative;
  }
  .footer .f_menu .f_top .secright::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secright .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.footer .f_menu .f_top .secright .menulist .menuitem {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .secright .menulist .menuitem:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secright .menulist .menuitem small {
    font-size: 16px;
  }
}
.footer .f_menu .f_top .scrolltop {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .scrolltop:hover {
  opacity: 50%;
}
.footer .f_menu .f_top .scrolltop .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30rem;
    margin-left: 0;
  }
}
.footer .f_menu .f_bottom .f_copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom .f_bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_links .f_links-list a:hover {
  opacity: 50%;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a:hover {
  opacity: 50%;
}

@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fixedbtn {
  cursor: pointer;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 19.23%, rgba(255, 255, 255, 0.4) 76.44%, rgba(255, 255, 255, 0) 88.94%);
  position: fixed;
  right: 0;
  width: 250px;
  height: 250px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.fixedbtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .fixedbtn {
    background: rgba(227, 254, 255, 0.8);
    border-radius: 50%;
    border: 2.5px solid #dce21f;
    width: 100px;
    height: 100px;
  }
}
.fixedbtn .circle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedbtn .circle img {
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: spinRight 20s linear infinite;
          animation: spinRight 20s linear infinite;
  width: 176px;
  height: auto;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
          filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
}
@media screen and (max-width: 900px) {
  .fixedbtn .circle img {
    display: none;
  }
}
.fixedbtn .circle p {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 100%;
  color: #001952;
  text-align: center;
}
.fixedbtn .f-24 {
  font-size: clamp(14px, 24 / 1920 * 100vw, 24px);
  margin-bottom: 5px;
}
.fixedbtn .f-21 {
  font-size: clamp(12px, 21 / 1920 * 100vw, 21px);
}
.fixedbtn .f-38 {
  font-size: clamp(21px, 38 / 1920 * 100vw, 38px);
}
.fixedbtn.stop {
  position: absolute;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.footer {
  position: relative;
  z-index: 40;
  margin-top: -133rem;
  background: url(../img/common/fotter-bg.png) no-repeat top left/cover;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: -17.5vw;
    padding-top: 37.5vw;
  }
}
.footer .t_access {
  padding: 293rem 0 144rem;
}
@media screen and (max-width: 900px) {
  .footer .t_access {
    display: none;
  }
}
.footer .t_access .wide {
  background: url(../img/common/footerbox-bg.png) no-repeat top left/100% 100%;
}
.footer .t_access .narrow {
  padding: 100rem 0 106rem;
}
.footer .t_access .narrow .sechead {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .sechead .main {
  color: #001952;
}
.footer .t_access .narrow .sechead .desc {
  color: #001952;
}
.footer .t_access .narrow .map {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .access_list {
  display: grid;
  grid-template-columns: repeat(2, 500rem);
  grid-template-rows: auto;
  gap: 120rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .footer .t_access .narrow .access_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .t_access .narrow .access_list .wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
.footer .t_access .narrow .access_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
.footer .t_access .narrow .access_list .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .t_access .narrow .access_list .item dt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  text-decoration-line: underline;
  color: #001952;
  text-decoration-thickness: 2.5%;
  text-underline-offset: 20.5%;
}
.footer .t_access .narrow .access_list .item .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #001952;
}
.footer .f_menu {
  padding-bottom: 133rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu {
    padding-bottom: 50px;
  }
}
.footer .f_menu .f_top {
  position: relative;
  margin-left: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 300rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top {
    margin-bottom: 50px;
  }
}
.footer .f_menu .f_top .secleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secleft {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px;
    position: relative;
  }
  .footer .f_menu .f_top .secleft::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secleft .f_logo {
  max-width: 450rem;
  width: 100%;
}
.footer .f_menu .f_top .secleft .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft .texts {
    gap: 20px;
  }
}
.footer .f_menu .f_top .secleft .texts .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.footer .f_menu .f_top .secleft .texts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secright {
    width: 100%;
    padding-bottom: 50rem;
    position: relative;
  }
  .footer .f_menu .f_top .secright::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secright .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.footer .f_menu .f_top .secright .menulist .menuitem {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .secright .menulist .menuitem:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secright .menulist .menuitem small {
    font-size: 16px;
  }
}
.footer .f_menu .f_top .scrolltop {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .scrolltop:hover {
  opacity: 50%;
}
.footer .f_menu .f_top .scrolltop .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30rem;
    margin-left: 0;
  }
}
.footer .f_menu .f_bottom .f_copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom .f_bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_links .f_links-list a:hover {
  opacity: 50%;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a:hover {
  opacity: 50%;
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-title,
.fv-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-title .main,
.fv-page-title .main {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #001952;
  background-color: #fff;
  padding: 10rem;
}
@media screen and (max-width: 900px) {
  .page-title .main,
  .fv-page-title .main {
    font-size: 24rem;
  }
}
.page-title .sub img,
.fv-page-title .sub img {
  padding: 10rem;
  background-color: #fff;
}

.page-tit.contact {
  background: url(../img/shop/bg-fv.png) no-repeat center/cover;
  position: relative;
}
.page-tit.contact .sub img {
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .page-tit.contact .sub.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-tit.contact .narrow {
  padding-top: 160rem;
  padding-bottom: 379rem;
}
@media screen and (max-width: 900px) {
  .page-tit.contact .narrow {
    max-width: 90%;
    padding-top: 40vw;
    padding-bottom: 34.5vw;
  }
}
.page-tit.contact .illustwrap {
  height: 0;
}
.page-tit.contact .illustwrap .illust-1,
.page-tit.contact .illustwrap .illust-2 {
  opacity: 0;
  position: absolute;
}
.page-tit.contact .illustwrap .illust-1 {
  width: 5.8854166667vw;
  right: 21.9791666667vw;
  bottom: 10.5208333333vw;
}
@media screen and (max-width: 900px) {
  .page-tit.contact .illustwrap .illust-1 {
    width: 13.25vw;
    bottom: 7.5vw;
    right: 15vw;
    left: auto;
  }
}
.page-tit.contact .illustwrap .illust-2 {
  width: 8.4895833333vw;
  right: 13.28125vw;
  bottom: 8.59375vw;
}
@media screen and (max-width: 900px) {
  .page-tit.contact .illustwrap .illust-2 {
    width: 19vw;
    bottom: 7.5vw;
    right: 0;
  }
}

.contact_forms {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .contact_forms {
    background-image: url(../img/contact/bg_greeting.png);
    background-size: cover;
    background-position: top;
  }
}
.contact_forms::before, .contact_forms::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 11.5vw;
  background: url(../img/contact/single-top.png) no-repeat bottom/cover;
}
@media screen and (max-width: 900px) {
  .contact_forms::before, .contact_forms::after {
    width: 100%;
    height: 10.2vw;
    background-size: cover;
    background-position: left top;
  }
}
.contact_forms::after {
  bottom: 0;
  top: auto;
  height: 100%;
  background: url(../img/contact/bg.png) repeat top/100% auto, linear-gradient(169.54deg, #ffffff 25.11%, #e7fcfe 85.45%);
  background-blend-mode: color-dodge;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .contact_forms::after {
    width: 112vw;
    background-position: left -10px bottom;
    display: none;
  }
}
.contact_forms.complete::after {
  bottom: 0;
  top: auto;
  height: 100%;
  background: url(../img/contact/bg.png) repeat top/100% auto, linear-gradient(169.54deg, #ffffff 25.11%, #e7fcfe 85.45%);
  background-blend-mode: color-dodge;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .contact_forms.complete::after {
    width: 112vw;
    background-position: left -10px bottom;
  }
}
.contact_forms.complete .narrow {
  padding-bottom: 457px;
}
@media screen and (max-width: 900px) {
  .contact_forms.complete .narrow {
    padding-bottom: 246px;
  }
}
.contact_forms .narrow {
  max-width: 1320px;
  padding: 81rem 0 455rem;
}
@media screen and (max-width: 1024px) {
  .contact_forms .narrow {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow {
    max-width: 90%;
    padding: 70px 0 250px;
  }
}
.contact_forms .narrow .formwrap {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
          box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
  padding: 150px 0;
  background-color: #fff;
}
.contact_forms .narrow .formwrap .form_items {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .formwrap {
    padding: 90px 0 70px;
  }
}
.contact_forms .narrow .intro {
  margin-bottom: 200px;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .intro {
    margin-bottom: 50px;
  }
}
.contact_forms .narrow .intro .sectitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-weight: 700;
  font-size: clamp(21px, 32 / 1920 * 100vw, 32px);
  color: #001952;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .intro .sectitle {
    gap: 10px;
  }
  .contact_forms .narrow .intro .sectitle svg {
    width: 25px;
    height: 30px;
  }
}
.contact_forms .narrow .intro .list {
  max-width: 917px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .intro .list {
    margin-bottom: 70px;
    gap: 20px;
  }
}
.contact_forms .narrow .intro .list li {
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  color: #000000;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .intro .list li {
    padding-left: 20px;
  }
}
.contact_forms .narrow .intro .list li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #001952;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .intro .list li::before {
    top: 6px;
  }
}
.contact_forms .narrow .intro .list li a {
  color: #195bde;
  text-decoration: underline;
}
.contact_forms .narrow .tel-box {
  position: relative;
  padding: 30px 0 50px;
  max-width: 619rem;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #001952;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .contact_forms .narrow .tel-box {
    max-width: 80%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box {
    max-width: 352rem;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box:hover {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.contact_forms .narrow .tel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box a {
    pointer-events: auto;
  }
}
.contact_forms .narrow .tel-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #001952;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box .title svg {
    width: 25px;
    height: 35px;
  }
}
.contact_forms .narrow .tel-box .teltxt {
  margin-bottom: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box .teltxt {
    margin-bottom: 30px;
  }
}
.contact_forms .narrow .tel-box .teltxt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 32 / 1920 * 100vw, 32px);
  line-height: 100%;
  color: #001952;
}
.contact_forms .narrow .tel-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_forms .narrow .tel-box .time p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 16 / 1920 * 100vw, 16px);
  line-height: 100%;
  color: #001952;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box .time p {
    font-weight: 500;
  }
}
.contact_forms .narrow .contact-step {
  max-width: 1106rem;
  width: 90%;
  margin: 0 auto 100rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step {
    max-width: 284rem;
    margin-bottom: 40px;
    height: 50px;
  }
}
.contact_forms .narrow .contact-step li {
  width: 100%;
  height: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li {
    height: 50px;
    background-size: 100% 100%;
  }
}
.contact_forms .narrow .contact-step li.active.step01 {
  background: url(../img/contact/step01-b.png) no-repeat right/100% 100%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li.active.step01 {
    background-image: url(../img/contact/step01-b_sp.png);
    background-size: 100% auto;
  }
}
.contact_forms .narrow .contact-step li.active.step02 {
  background: url(../img/contact/step02-b.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li.active.step02 {
    background-image: url(../img/contact/step02-b_sp.png);
    background-size: 100% auto;
  }
}
.contact_forms .narrow .contact-step li.step01 {
  max-width: 378rem;
  background: url(../img/contact/step01-w.png) no-repeat right/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li.step01 {
    max-width: 100px;
    background-image: url(../img/contact/step01-w_sp.png);
    background-size: 100% auto;
  }
}
.contact_forms .narrow .contact-step li.step02 {
  max-width: 378rem;
  background: url(../img/contact/step02-w.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li.step02 {
    max-width: 92px;
    background-image: url(../img/contact/step02-w_sp.png);
    background-size: 100% auto;
  }
}
.contact_forms .narrow .contact-step li.step03 {
  max-width: 350rem;
  background: url(../img/contact/step03.png) no-repeat left/100% 100%;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .contact-step li.step03 {
    max-width: 92px;
    background-image: url(../img/contact/step03_sp.png);
    background-size: 100% auto;
  }
}
.contact_forms .form_items .mw_wp_form .error {
  font-size: 16px;
}
.contact_forms .form_items form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_forms .form_items .item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: auto 500px;
  grid-auto-flow: column;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 210px;
  border-bottom: 1px solid #9baec9;
}
@media screen and (max-width: 1024px) {
  .contact_forms .form_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item {
    padding: 30px 0;
    margin: 0 24px 0;
  }
}
.contact_forms .form_items .item.nogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item.nogrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact_forms .form_items .item.nogrid .wrap {
  width: 100%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: auto 500rem;
  grid-auto-flow: column;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .contact_forms .form_items .item.nogrid .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item.nogrid .wrap {
    white-space: wrap;
    gap: 10px;
  }
}
.contact_forms .form_items .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #001952;
}
.contact_forms .form_items .item .ttl .required {
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  padding: 8px 10px;
  background-color: #9f0f0c;
  color: #fff;
  margin-left: 30rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .ttl .required {
    padding: 8rem 10rem;
    margin-left: 10px;
  }
}
.contact_forms .form_items .item input,
.contact_forms .form_items .item textarea {
  width: 100%;
  border: 1px solid #c4c3c3;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 18px;
  line-height: 2;
  font-size: 18px;
  padding: 4px 16px;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item input,
  .contact_forms .form_items .item textarea {
    font-size: 18rem;
    width: 100%;
  }
}
.contact_forms .form_items .item input {
  height: 70rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item input {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_forms .form_items .item .detail {
    width: 100%;
  }
}
.contact_forms .form_items .item .detail .w200 input {
  width: 200rem;
}
@media screen and (max-width: 1024px) {
  .contact_forms .form_items .item .detail .w200 input {
    width: 30%;
    height: 46rem;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .w200 input {
    width: 206px;
    height: 40px;
  }
}
.contact_forms .form_items .item .detail .formarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 400px) / (1920 - 400), 24px);
  color: #001952;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .formarea {
    font-size: 24rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.contact_forms .form_items .item .detail .formarea .btn-search {
  display: inline-block;
  padding: 10rem 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (18.4 - 16) * (100vw - 400px) / (1920 - 400), 19px);
  color: #fff;
  background-color: #001952;
  border-radius: 10px;
  margin-left: 14rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .formarea .btn-search {
    margin-left: 34px;
  }
}
.contact_forms .form_items .item .detail .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-top: 20rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .attention {
    margin-top: 10px;
  }
}
.contact_forms .form_items .item .detail.radiobtn .formarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43rem;
  /* 選択時：中丸も透明、枠だけ表示 */
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail.radiobtn .formarea {
    gap: 20rem;
  }
}
.contact_forms .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 1.5rem solid #001952;
  background: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.contact_forms .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #001952;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field {
  margin: 0;
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field .mwform-radio-field-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
}
.contact_forms .btns {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .contact_forms .btns {
    margin-top: 50px;
  }
}
.contact_forms .btns .btn-confirm,
.contact_forms .btns .btn-submit,
.contact_forms .btns .btn-back {
  max-width: 360rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm,
  .contact_forms .btns .btn-submit,
  .contact_forms .btns .btn-back {
    max-width: 227px;
    width: 100%;
  }
}
.contact_forms .btns .btn-confirm button,
.contact_forms .btns .btn-submit button,
.contact_forms .btns .btn-back button {
  position: relative;
  width: 360rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 400px) / (1920 - 400), 24px);
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84rem;
  color: #000000;
  background-color: #fff;
  gap: 25rem;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .contact_forms .btns .btn-confirm button,
  .contact_forms .btns .btn-submit button,
  .contact_forms .btns .btn-back button {
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm button,
  .contact_forms .btns .btn-submit button,
  .contact_forms .btns .btn-back button {
    width: 100%;
    font-size: 24rem;
    height: 84rem;
    gap: 25rem;
  }
}
.contact_forms .btns .btn-confirm button::after,
.contact_forms .btns .btn-submit button::after,
.contact_forms .btns .btn-back button::after {
  content: "";
  background: url(../img/contact/btn_yaji.svg) no-repeat center/contain;
  width: 15px;
  height: 17px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm button::after,
  .contact_forms .btns .btn-submit button::after,
  .contact_forms .btns .btn-back button::after {
    width: 15rem;
    height: 17rem;
  }
}
.contact_forms .btns .btn-confirm button:hover,
.contact_forms .btns .btn-submit button:hover,
.contact_forms .btns .btn-back button:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact_forms .btns .btn-back button::after {
  content: none;
}
.contact_forms .btns .btn-back button::before {
  content: "";
  background: url(../img/contact/btn_yaji.svg) no-repeat center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 15rem;
  height: 17rem;
  display: inline-block;
}
.contact_forms .narrow .complete {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .complete {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.contact_forms .narrow .complete svg {
  width: 66px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .complete svg {
    width: 49px;
  }
}
.contact_forms .narrow .complete .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(23px, 32 / 1920 * 100vw, 32px);
  text-align: center;
  color: #001952;
}
.contact_forms .narrow .desc {
  margin-bottom: 150rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .desc {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.contact_forms .narrow .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 180%;
  text-align: center;
  color: #001952;
}
@media screen and (max-width: 900px) {
  .contact_forms .narrow .tel-box {
    width: 90%;
    margin: 0 auto;
  }
}

.contact-confirm .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .contact-confirm .btns {
    gap: 20rem;
  }
}
.contact-confirm .item p,
.contact-confirm .item .detail {
  font-size: 18px;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}
.contact-confirm .attention,
.contact-confirm .privacy-txt,
.contact-confirm .btn-search,
.contact-confirm .form_items .item .detail .formarea .btn-search,
.contact-confirm .privacy-check .required {
  display: none;
}

.footer-p-contact,
.footer-p-complete,
.footer-p-confirm {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .footer-p-contact,
  .footer-p-complete,
  .footer-p-confirm {
    margin-top: -80px;
    padding-top: 143px;
  }
}
.footer-p-contact .t_access,
.footer-p-complete .t_access,
.footer-p-confirm .t_access {
  padding-top: 0;
}

.footer-p-contact::before,
.footer-p-confirm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 266px;
  bottom: 100%;
  left: 0;
  background: url(../img/contact/single-bottom.png) no-repeat center/cover;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .footer-p-contact::before,
  .footer-p-confirm::before {
    background-size: 100% auto;
    background-position: bottom;
  }
}

.footer-p-complete::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 224px;
  bottom: 100%;
  left: 0;
  background: url(../img/contact/complete-bottom.png) no-repeat center/cover;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .footer-p-complete::before {
    background-size: 100% auto;
    background-position: bottom;
    height: 51px;
  }
}

.footer-p-contact::after,
.footer-p-confirm::after,
.footer-p-complete::after {
  content: "";
  position: absolute;
  width: 277px;
  height: 186px;
  bottom: calc(100% + 131px);
  right: 282px;
  background: url(../img/illust/ill24.png) no-repeat center/cover;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .footer-p-contact::after,
  .footer-p-confirm::after,
  .footer-p-complete::after {
    width: 143px;
    height: 96px;
    right: 30px;
    bottom: calc(100% + 20px);
  }
}

@media screen and (max-width: 900px) {
  .footer-p-complete::after {
    left: auto;
    right: 20px;
    bottom: calc(100% + 60px);
  }
}

.footer-illust-visible.footer-p-contact::after,
.footer-illust-visible.footer-p-confirm::after,
.footer-illust-visible.footer-p-complete::after {
  opacity: 1;
  -webkit-animation: drop-in-1 0.5s 1 0s forwards linear, fuwafuwa-2 2.4s ease-in-out infinite 0.6s;
          animation: drop-in-1 0.5s 1 0s forwards linear, fuwafuwa-2 2.4s ease-in-out infinite 0.6s;
}

/* 画面外（下）→ 画面中央で停止 → 画面上へスライドアウト */
@-webkit-keyframes slideFromBottomCenterToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); /* 画面外（下） */
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 画面中央に到達 */
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 中央で停止 */
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); /* 画面外（上）へ消える */
  }
}
@keyframes slideFromBottomCenterToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); /* 画面外（下） */
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 画面中央に到達 */
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 中央で停止 */
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); /* 画面外（上）へ消える */
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fuwafuwa-1 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  25% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  75% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
}
@keyframes fuwafuwa-1 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  25% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  75% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
}
.fuwafuwa-1-1 {
  -webkit-animation: fuwafuwa-1 2s infinite ease-in-out;
          animation: fuwafuwa-1 2s infinite ease-in-out;
}

.fuwafuwa-1-2 {
  -webkit-animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
          animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
}

.fuwafuwa-1-3 {
  -webkit-animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
          animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
}

@-webkit-keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
  13% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  26% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
  }
  63% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  76% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
}

@keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
  13% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  26% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
  }
  63% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  76% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
}
.fuwafuwa-2-1 {
  -webkit-animation: fuwafuwa-2 2.4s infinite ease-in-out;
          animation: fuwafuwa-2 2.4s infinite ease-in-out;
}

.fuwafuwa-2-2 {
  -webkit-animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
          animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
}

.fuwafuwa-2-3 {
  -webkit-animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
          animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
}

@-webkit-keyframes fuwafuwa-3 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
  }
}

@keyframes fuwafuwa-3 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
  }
}
.fuwafuwa-3-1 {
  -webkit-animation: fuwafuwa-3 1s infinite alternate ease-in-out;
          animation: fuwafuwa-3 1s infinite alternate ease-in-out;
}

.fuwafuwa-3-2 {
  -webkit-animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
          animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
}

.fuwafuwa-3-3 {
  -webkit-animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
          animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
}

@-webkit-keyframes fuwafuwa-4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(15%, -15%) rotate(-5deg);
            transform: translate(15%, -15%) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-15%, -15%) rotate(5deg);
            transform: translate(-15%, -15%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes fuwafuwa-4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(15%, -15%) rotate(-5deg);
            transform: translate(15%, -15%) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-15%, -15%) rotate(5deg);
            transform: translate(-15%, -15%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.fuwafuwa-4-1 {
  -webkit-animation: fuwafuwa-4 5s infinite ease-in-out;
          animation: fuwafuwa-4 5s infinite ease-in-out;
}

.fuwafuwa-4-2 {
  -webkit-animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
          animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
}

.fuwafuwa-4-3 {
  -webkit-animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
          animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
}

@-webkit-keyframes drop-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(-10deg);
            transform: translate(0, -100px) rotate(-10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(-10deg);
            transform: translate(0, -60px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(-10deg);
            transform: translate(0, 0px) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes drop-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(-10deg);
            transform: translate(0, -100px) rotate(-10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(-10deg);
            transform: translate(0, -60px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(-10deg);
            transform: translate(0, 0px) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-1 {
  -webkit-animation: drop-in-1 0.5s 1 0s forwards linear;
          animation: drop-in-1 0.5s 1 0s forwards linear;
}

@-webkit-keyframes drop-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(10deg);
            transform: translate(0, -100px) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(10deg);
            transform: translate(0, -60px) rotate(10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes drop-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(10deg);
            transform: translate(0, -100px) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(10deg);
            transform: translate(0, -60px) rotate(10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-2 {
  -webkit-animation: drop-in-2 0.5s 1 0s forwards linear;
          animation: drop-in-2 0.5s 1 0s forwards linear;
}

@-webkit-keyframes drop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  5.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
  }
  8.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
  }
  11.11% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.91% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
  }
  26.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
  }
  55.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
  }
  77.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes drop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  5.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
  }
  8.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
  }
  11.11% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.91% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
  }
  26.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
  }
  55.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
  }
  77.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes pop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes pop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes bounce-appear {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce-appear {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bounce-appear {
  -webkit-animation: bounce-appear 0.5s 1 0s forwards linear;
          animation: bounce-appear 0.5s 1 0s forwards linear;
}

@-webkit-keyframes ScrollVerticalslide {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}

@keyframes ScrollVerticalslide {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollBeside {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
            transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollBeside {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
            transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollBesidenews {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-314%, 0, 0);
            transform: translate3d(-314%, 0, 0);
  }
}
@keyframes ScrollBesidenews {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-314%, 0, 0);
            transform: translate3d(-314%, 0, 0);
  }
}
.wow {
  opacity: 0;
}

.page-tit.store {
  background: url(../img/shop/bg-fv.png) no-repeat center/cover;
  position: relative;
  z-index: 10;
  min-height: 51.1979166667vw;
}
@media screen and (max-width: 900px) {
  .page-tit.store {
    min-height: 205vw;
  }
}
@media screen and (max-width: 1200px) {
  .page-tit.store .fv-page-title .sub.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-tit.store .fv-page-title .sub.sp-hidden {
    display: none;
  }
}
.page-tit.store .slidewrap {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-tit.store .slidewrap .crossfade-slider {
  position: absolute;
}
.page-tit.store .slidewrap .crossfade-slider img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.page-tit.store .slidewrap .cf-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.page-tit.store .slidewrap .crossfade-slider .cf-item.active {
  opacity: 1;
}
.page-tit.store .slidewrap .crossfade-sliderA {
  aspect-ratio: 519/507;
  max-width: 27.03125vw;
  width: 100%;
  height: auto;
  top: 14rem;
  left: 16rem;
}
@media screen and (max-width: 900px) {
  .page-tit.store .slidewrap .crossfade-sliderA {
    max-width: none;
    top: 18.25vw;
    left: -3.25vw;
    width: 73.75vw;
    height: auto;
    aspect-ratio: 285/278;
  }
}
.page-tit.store .slidewrap .crossfade-sliderB {
  max-width: 38.3333333333vw;
  width: 100%;
  height: auto;
  aspect-ratio: 736/718;
  top: -91rem;
  left: 40.8333333333%;
}
@media screen and (max-width: 900px) {
  .page-tit.store .slidewrap .crossfade-sliderB {
    max-width: none;
    top: 76.5vw;
    right: -21.75vw;
    left: auto;
    width: 74vw;
    height: auto;
    aspect-ratio: 296/289;
  }
}
.page-tit.store .slidewrap .crossfade-sliderC {
  max-width: 19.21875vw;
  width: 100%;
  height: auto;
  aspect-ratio: 369/366;
  bottom: 295rem;
  left: 25.3125%;
}
@media screen and (max-width: 900px) {
  .page-tit.store .slidewrap .crossfade-sliderC {
    max-width: none;
    bottom: auto;
    top: 101.25vw;
    left: -4vw;
    width: 51vw;
    height: auto;
    aspect-ratio: 204/201;
  }
}
.page-tit.store .slidewrap .crossfade-sliderD {
  max-width: 26.1979166667vw;
  width: 100%;
  height: auto;
  aspect-ratio: 503/510;
  bottom: 0;
  left: 69.4791666667%;
}
@media screen and (max-width: 900px) {
  .page-tit.store .slidewrap .crossfade-sliderD {
    max-width: none;
    top: 142.5vw;
    bottom: auto;
    left: 27.25%;
    width: 56.25vw;
    height: auto;
    aspect-ratio: 225/228;
  }
}
.page-tit.store .narrow {
  padding: 8.3333333333vw 0 44.84375vw;
}
@media screen and (max-width: 900px) {
  .page-tit.store .narrow {
    max-width: 90%;
    padding-top: 72.5vw;
    padding-bottom: 136.5vw;
  }
}

.store-archive {
  background: url(../img/shop/middle.png) repeat-y center/100% auto, #fff;
  position: relative;
  z-index: 20;
}
.store-archive .illustwrap {
  position: absolute;
  left: 0;
  bottom: 100%;
  max-width: 56.71875vw;
  width: 100%;
  height: 23.2291666667vw;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap {
    bottom: calc(100% + 17px);
    height: 47.25vw;
    width: 107vw;
    left: -6vw;
  }
}
.store-archive .illustwrap .illust-1,
.store-archive .illustwrap .illust-2,
.store-archive .illustwrap .illust-3,
.store-archive .illustwrap .illust-4,
.store-archive .illustwrap .illust-5 {
  position: absolute;
  opacity: 0;
}
.store-archive .illustwrap .illust-1 {
  width: 16.09375vw;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap .illust-1 {
    top: auto;
    left: -24px;
    bottom: 0;
    width: 32.75vw;
  }
}
.store-archive .illustwrap .illust-2 {
  width: 6.40625vw;
  left: 16.09375vw;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap .illust-2 {
    width: 13vw;
    left: 29.25vw;
    bottom: 3.75vw;
  }
}
.store-archive .illustwrap .illust-3 {
  width: 8.0208333333vw;
  left: 24.1145833333vw;
  bottom: 2.6041666667vw;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap .illust-3 {
    width: 16.25vw;
    left: 44.75vw;
    bottom: 3.75vw;
  }
}
.store-archive .illustwrap .illust-4 {
  width: 5.4166666667vw;
  left: 37.2395833333vw;
  top: 1.7708333333vw;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap .illust-4 {
    top: auto;
    width: 11vw;
    left: 66.75vw;
    bottom: 5.25vw;
  }
}
.store-archive .illustwrap .illust-5 {
  width: 10.9375vw;
  right: 0;
  top: 1.40625vw;
}
@media screen and (max-width: 900px) {
  .store-archive .illustwrap .illust-5 {
    top: auto;
    width: 22.25vw;
    left: 85.25vw;
    bottom: 9.75vw;
  }
}
.store-archive::before {
  content: "";
  background: url(../img/shop/top.png) no-repeat top/100% 100%;
  width: 100%;
  height: 188rem;
  position: absolute;
  bottom: 98%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .store-archive::before {
    background-position: left bottom;
    height: 132rem;
    bottom: 100%;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 900px) {
  .store-archive::before {
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .store-archive::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 110rem;
    bottom: -1px;
    left: 0;
    background-image: url(../img/shop/bottom_sp.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.store-archive .narrow {
  padding: 0 0 171rem;
}
@media screen and (max-width: 1500px) {
  .store-archive .narrow {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .store-archive .narrow {
    padding-top: 41rem;
    padding-bottom: 45rem;
  }
}
.store-archive .narrow .sechead {
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .sechead {
    max-width: 100%;
    margin: 0 auto 30rem;
  }
  .store-archive .narrow .sechead .desc {
    text-align: left;
  }
}
.store-archive .narrow .sechead .main,
.store-archive .narrow .sechead .desc {
  color: #001952;
}
.store-archive .narrow .store-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100rem;
  max-width: 85.8333333333%;
  width: 100%;
  margin: 0 auto 150rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 33rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    margin-bottom: 30rem;
    max-width: 100%;
  }
}
.store-archive .narrow .store-cat-list .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(21px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #001952;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list .ttl {
    text-align: center;
    padding-bottom: 20rem;
  }
}
.store-archive .narrow .store-cat-list .ttl::after {
  content: "";
  position: absolute;
  top: -50%;
  left: calc(100% + 50rem);
  width: 2rem;
  height: 50rem;
  background-color: #001952;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list .ttl::after {
    width: 82.9545454545%;
    height: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
  }
}
.store-archive .narrow .store-cat-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul {
    display: grid;
    max-width: 82.9545454545%;
    width: 100%;
    margin: 0 auto;
    gap: 25rem 11rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.store-archive .narrow .store-cat-list ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
}
.store-archive .narrow .store-cat-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-archive .narrow .store-cat-list ul li a:hover {
  opacity: 50%;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li {
    background-color: rgba(0, 25, 82, 0.25);
    color: #001952;
    height: 30rem;
    border-radius: 50px;
    text-align: center;
    width: 100%;
  }
  .store-archive .narrow .store-cat-list ul li.all {
    grid-area: 1/1/2/3;
  }
}
.store-archive .narrow .store-cat-list ul li.eat {
  color: #f24e35;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li.eat {
    grid-area: 2/1/3/2;
    color: #001952;
  }
}
.store-archive .narrow .store-cat-list ul li.shopping {
  color: #4060bf;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li.shopping {
    grid-area: 2/2/3/3;
    color: #001952;
  }
}
.store-archive .narrow .store-cat-list ul li.service {
  color: #32a471;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li.service {
    grid-area: 3/1/4/2;
    color: #001952;
  }
}
.store-archive .narrow .store-cat-list ul li.kitchen {
  color: #dce21f;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li.kitchen {
    grid-area: 3/2/4/3;
    color: #001952;
  }
}
.store-archive .narrow .store-cat-list ul li.active {
  text-decoration: underline;
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
}
@media screen and (max-width: 1024px) {
  .store-archive .narrow .store-cat-list ul li.active {
    text-decoration: none;
    background-color: #001952;
    color: #fff;
  }
  .store-archive .narrow .store-cat-list ul li.active.eat {
    background-color: #f24e35;
  }
  .store-archive .narrow .store-cat-list ul li.active.shopping {
    background-color: #4060bf;
  }
  .store-archive .narrow .store-cat-list ul li.active.service {
    background-color: #32a471;
  }
  .store-archive .narrow .store-cat-list ul li.active.kitchen {
    background-color: #dce21f;
  }
}
.store-archive .narrow .store-loop {
  padding: 100rem 0px;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop {
    padding: 30rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30rem;
  }
}
.store-archive .narrow .store-loop .store-list {
  max-width: 1100rem;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 100rem;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list {
    max-width: 100%;
    width: 100%;
    gap: 50rem;
  }
}
.store-archive .narrow .store-loop .store-list .storewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100rem;
  padding-bottom: 100rem;
  border-bottom: 1px dashed #aab0be;
}
.store-archive .narrow .store-loop .store-list .storewrap:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list .storewrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50rem;
    border-bottom: none;
  }
}
.store-archive .narrow .store-loop .store-list .store-item {
  max-width: 500rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list .store-item {
    max-width: 100%;
    padding-bottom: 50rem;
    border-bottom: 1px dashed #aab0be;
  }
}
.store-archive .narrow .store-loop .store-list .store-item:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
}
.store-archive .narrow .store-loop .store-list .store-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb {
  position: relative;
  aspect-ratio: 500/300;
  margin-bottom: 30rem;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list .store-item .store-thumb {
    aspect-ratio: 292/175;
  }
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb img {
  max-width: 500rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list .store-item .store-thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin-bottom: 0;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  padding: 10rem;
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat span.cat-kitchen {
  color: #dce21f;
  border-color: #dce21f;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat span.cat-eat {
  color: #f24e35;
  border-color: #f24e35;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat span.cat-service {
  color: #32a471;
  border-color: #32a471;
}
.store-archive .narrow .store-loop .store-list .store-item .store-thumb .store-cat span.cat-shopping {
  color: #4060bf;
  border-color: #4060bf;
}
.store-archive .narrow .store-loop .store-list .store-item .store-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-bottom: 30rem;
  min-height: 33rem;
}
.store-archive .narrow .store-loop .store-list .store-item .store-tags li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 18 / 1920 * 100vw, 18px);
  line-height: 100%;
  padding: 10rem;
  background: #ffffff;
  border: 1.5px solid #000000;
  border-radius: 5px;
}
.store-archive .narrow .store-loop .store-list .store-item .store-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(21px, 24 / 1920 * 100vw, 24px);
  line-height: 140%;
  color: #000000;
  margin-bottom: 25rem;
}
@media screen and (max-width: 900px) {
  .store-archive .narrow .store-loop .store-list .store-item .store-title {
    margin-bottom: 15rem;
  }
}
.store-archive .narrow .store-loop .store-list .store-item .store-desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16 / 1920 * 100vw, 16px);
  line-height: 200%;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.store-archive .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store-archive .pagination span,
.store-archive .pagination a {
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #000000;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-archive .pagination span:hover,
.store-archive .pagination a:hover {
  opacity: 50%;
}
.store-archive .pagination span .arrow,
.store-archive .pagination a .arrow {
  width: 10rem;
  height: 22rem;
}
.store-archive .pagination span.current,
.store-archive .pagination a.current {
  background-color: #000000;
  color: #fff;
}
.store-archive .pagination span.current:hover,
.store-archive .pagination a.current:hover {
  opacity: 1;
}

.footer-store {
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer-store {
    padding-top: 70rem;
  }
}
.footer-store::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 259rem;
  top: 0;
  left: 0;
  background: url(../img/shop/bottom.png) no-repeat top/100% auto;
}
@media screen and (max-width: 900px) {
  .footer-store::before {
    content: none;
  }
}
.footer-store .t_access {
  padding-top: 400rem;
}

/* 詳細ページ */
.store-single-wrap {
  background: url(../img/shop/repeat-bg.png) repeat-y top/100% auto;
}
.store-single-wrap .page-tit {
  position: relative;
}
.store-single-wrap .page-tit .sub img {
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .page-tit .sub.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.store-single-wrap .page-tit .narrow {
  padding-top: 123rem;
  padding-bottom: 291rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .page-tit .narrow {
    max-width: 90%;
    padding-top: 27.5vw;
    padding-bottom: 70.5vw;
  }
}
.store-single-wrap .page-tit .illustwrap {
  height: 0;
}
.store-single-wrap .page-tit .illustwrap .illust-1,
.store-single-wrap .page-tit .illustwrap .illust-2 {
  opacity: 0;
  position: absolute;
}
.store-single-wrap .page-tit .illustwrap .illust-1 {
  width: 5.7291666667vw;
  left: 7.1354166667vw;
  bottom: 3.28125vw;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .page-tit .illustwrap .illust-1 {
    width: 19.5vw;
    bottom: 33.25vw;
    aspect-ratio: 78/182;
    right: 17vw;
    left: auto;
  }
}
.store-single-wrap .page-tit .illustwrap .illust-2 {
  width: 25.4166666667vw;
  right: 10vw;
  bottom: 6.40625vw;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .page-tit .illustwrap .illust-2 {
    width: 46.5vw;
    aspect-ratio: 186/114;
    bottom: 21.25vw;
    left: 5vw;
    right: auto;
  }
}
.store-single-wrap .store-gallery {
  background: url(../img/shop/gallery-bg.png) repeat center/465rem auto, #fff;
  position: relative;
  margin-top: -26rem;
}
.store-single-wrap .store-gallery::before, .store-single-wrap .store-gallery::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 98%;
  left: 0;
  width: 100%;
  height: 184rem;
  background: url(../img/shop/single-top.png) no-repeat bottom/cover;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery::before, .store-single-wrap .store-gallery::after {
    height: 121rem;
    background-size: cover;
    background-position: left -377rem bottom;
  }
}
.store-single-wrap .store-gallery::after {
  background-image: url(../img/shop/single-bottom.png);
  height: 100%;
  background-position: top;
  background-size: 100% auto;
  top: 99%;
  bottom: auto;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery::after {
    top: calc(100% - 179rem);
    height: 207rem;
    background-size: cover;
    background-position: left -496rem bottom;
  }
}
.store-single-wrap .store-gallery .narrow {
  padding: 265rem 0 104rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow {
    max-width: 88%;
    padding-top: 65rem;
    padding-bottom: 66rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left {
  max-width: 31.25vw;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left {
    max-width: none;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin-bottom: 30rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  padding: 10rem;
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat span.cat-kitchen {
  color: #dce21f;
  border-color: #dce21f;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat span.cat-eat {
  color: #f24e35;
  border-color: #f24e35;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat span.cat-service {
  color: #32a471;
  border-color: #32a471;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-cat span.cat-shopping {
  color: #4060bf;
  border-color: #4060bf;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-bottom: 30rem;
  min-height: 33rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-meta .store-tags li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 18 / 1920 * 100vw, 18px);
  line-height: 100%;
  padding: 10rem;
  background: #ffffff;
  border: 1.5px solid #000000;
  border-radius: 5px;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 32 / 1920 * 100vw, 32px);
  line-height: 140%;
  margin-bottom: 30rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-desc {
  margin-bottom: 43rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .store-desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 200%;
  color: #001952;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .store-desc p {
    line-height: 180%;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  margin-bottom: 43rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .linklist {
    gap: 9rem;
    margin-bottom: 30rem;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item {
  width: 100%;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.map {
  max-width: 245rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.map svg {
  width: 30rem;
  height: 38rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.map svg {
    width: 20rem;
    height: auto;
    aspect-ratio: 20/25;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.virtual {
  max-width: 278rem;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.virtual svg {
  width: 40rem;
  height: 40rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .linklist .item.virtual svg {
    width: 26rem;
    height: 26rem;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2.5px solid #001952;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60rem;
  gap: 20rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a:hover {
  background-color: #001952;
  color: #fff;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a:hover .linktext {
  color: #fff;
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a {
    height: 40rem;
    gap: 10rem;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .linklist .item a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #001952;
}
.store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbswrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbswrap .ttl svg {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbswrap .ttl {
    display: none;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbs {
    display: block;
    overflow: visible;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbs .thumb {
  aspect-ratio: 130/130;
  max-width: 130rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbs .thumb {
    max-width: none;
    width: 300px;
    height: auto;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-left .gallery-thumbs .thumb img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
          box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 74rem;
    /* ▼ 左矢印 */
    /* ▼ 右矢印 */
  }
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper .swiper-button-prev,
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper .swiper-button-next {
    width: 45rem; /* 画像サイズ */
    height: 45rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent; /* 既存のSVG矢印を消す */
  }
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper .swiper-button-prev {
    background-image: url("../img/shop/next.svg");
    top: auto;
    bottom: 0;
    left: 20%;
  }
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper .swiper-button-next {
    background-image: url("../img/shop/prev.svg");
    top: auto;
    bottom: 0;
    right: 20%;
  }
  .store-single-wrap .store-gallery .narrow .gallery-left .swiper .swiper-pagination-bullet-active {
    background: #001952;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-right {
  max-width: 34.375vw;
  aspect-ratio: 660/660;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
}
.store-single-wrap .store-gallery .narrow .gallery-right.inview {
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .store-gallery .narrow .gallery-right {
    display: none;
  }
}
.store-single-wrap .store-gallery .narrow .gallery-right img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
          box-shadow: 5px 5px 20px rgba(0, 25, 82, 0.15);
}
.store-single-wrap .store-gallery .narrow .gallery-right #mainImage {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.store-single-wrap .info .narrow {
  padding: 366rem 0 100rem;
}
@media screen and (max-width: 1200px) {
  .store-single-wrap .info .narrow {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow {
    padding-top: 61rem;
    padding-bottom: 70rem;
  }
}
.store-single-wrap .info .narrow .sechead {
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .sechead {
    margin-bottom: 70rem;
  }
}
.store-single-wrap .info .narrow .sechead .main {
  font-weight: 500;
  color: #001952;
}
.store-single-wrap .info .narrow .secbody .item {
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .secbody .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.store-single-wrap .info .narrow .secbody .item dt {
  background-color: #001952;
  color: #fff;
  padding: 30rem 0 30rem 50rem;
  border-bottom: 2px solid #edecf6;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .secbody .item dt {
    padding: 10rem 0;
    text-align: center;
  }
}
.store-single-wrap .info .narrow .secbody .item dd {
  background-color: #fff;
  padding: 30rem 50rem;
  border-bottom: 2px solid #edecf6;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .secbody .item dd {
    padding: 10rem 0;
    text-align: center;
  }
}
.store-single-wrap .info .narrow .secbody .item dd a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 180%;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 3%;
  text-underline-offset: 14.3%;
  color: #000000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-single-wrap .info .narrow .secbody .item dd a:hover {
  opacity: 50%;
}
.store-single-wrap .info .narrow .secbody .item dd .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .secbody .item dd .snslist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.store-single-wrap .info .narrow .secbody .item dd .snslist .sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-single-wrap .info .narrow .secbody .item dd .snslist .sns-item a:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .info .narrow .secbody .item dd .snslist .sns-item a p {
    display: none;
  }
}
.store-single-wrap .single-pagination {
  padding-bottom: 250rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .single-pagination {
    padding-bottom: 140rem;
  }
}
.store-single-wrap .single-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store-single-wrap .single-pagination ul .prev,
.store-single-wrap .single-pagination ul .next,
.store-single-wrap .single-pagination ul .list {
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.store-single-wrap .single-pagination ul .prev:hover,
.store-single-wrap .single-pagination ul .next:hover,
.store-single-wrap .single-pagination ul .list:hover {
  opacity: 50%;
}
.store-single-wrap .single-pagination ul .prev a,
.store-single-wrap .single-pagination ul .prev .disabled,
.store-single-wrap .single-pagination ul .next a,
.store-single-wrap .single-pagination ul .next .disabled,
.store-single-wrap .single-pagination ul .list a,
.store-single-wrap .single-pagination ul .list .disabled {
  padding: 20rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .single-pagination ul .prev a,
  .store-single-wrap .single-pagination ul .prev .disabled,
  .store-single-wrap .single-pagination ul .next a,
  .store-single-wrap .single-pagination ul .next .disabled,
  .store-single-wrap .single-pagination ul .list a,
  .store-single-wrap .single-pagination ul .list .disabled {
    padding: 12rem 18rem;
  }
}
.store-single-wrap .single-pagination ul .prev a svg,
.store-single-wrap .single-pagination ul .prev .disabled svg,
.store-single-wrap .single-pagination ul .next a svg,
.store-single-wrap .single-pagination ul .next .disabled svg,
.store-single-wrap .single-pagination ul .list a svg,
.store-single-wrap .single-pagination ul .list .disabled svg {
  width: 12rem;
  height: 22rem;
}
@media screen and (max-width: 900px) {
  .store-single-wrap .single-pagination ul .prev a svg,
  .store-single-wrap .single-pagination ul .prev .disabled svg,
  .store-single-wrap .single-pagination ul .next a svg,
  .store-single-wrap .single-pagination ul .next .disabled svg,
  .store-single-wrap .single-pagination ul .list a svg,
  .store-single-wrap .single-pagination ul .list .disabled svg {
    width: 5rem;
    height: 10rem;
  }
}
.store-single-wrap .single-pagination ul .prev .disabled,
.store-single-wrap .single-pagination ul .next .disabled,
.store-single-wrap .single-pagination ul .list .disabled {
  opacity: 50%;
}

.footer-s-store {
  margin-top: 0;
}

/* 画面外（下）→ 画面中央で停止 → 画面上へスライドアウト */
@keyframes slideFromBottomCenterToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); /* 画面外（下） */
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 画面中央に到達 */
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 中央で停止 */
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); /* 画面外（上）へ消える */
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes fuwafuwa-1 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  25% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  75% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
}
.fuwafuwa-1-1 {
  -webkit-animation: fuwafuwa-1 2s infinite ease-in-out;
          animation: fuwafuwa-1 2s infinite ease-in-out;
}

.fuwafuwa-1-2 {
  -webkit-animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
          animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
}

.fuwafuwa-1-3 {
  -webkit-animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
          animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
}

@keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
  13% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  26% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
  }
  63% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  76% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
}
.fuwafuwa-2-1 {
  -webkit-animation: fuwafuwa-2 2.4s infinite ease-in-out;
          animation: fuwafuwa-2 2.4s infinite ease-in-out;
}

.fuwafuwa-2-2 {
  -webkit-animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
          animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
}

.fuwafuwa-2-3 {
  -webkit-animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
          animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
}

@keyframes fuwafuwa-3 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
  }
}
.fuwafuwa-3-1 {
  -webkit-animation: fuwafuwa-3 1s infinite alternate ease-in-out;
          animation: fuwafuwa-3 1s infinite alternate ease-in-out;
}

.fuwafuwa-3-2 {
  -webkit-animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
          animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
}

.fuwafuwa-3-3 {
  -webkit-animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
          animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
}

@keyframes fuwafuwa-4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(15%, -15%) rotate(-5deg);
            transform: translate(15%, -15%) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-15%, -15%) rotate(5deg);
            transform: translate(-15%, -15%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.fuwafuwa-4-1 {
  -webkit-animation: fuwafuwa-4 5s infinite ease-in-out;
          animation: fuwafuwa-4 5s infinite ease-in-out;
}

.fuwafuwa-4-2 {
  -webkit-animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
          animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
}

.fuwafuwa-4-3 {
  -webkit-animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
          animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
}

@keyframes drop-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(-10deg);
            transform: translate(0, -100px) rotate(-10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(-10deg);
            transform: translate(0, -60px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(-10deg);
            transform: translate(0, 0px) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-1 {
  -webkit-animation: drop-in-1 0.5s 1 0s forwards linear;
          animation: drop-in-1 0.5s 1 0s forwards linear;
}

@keyframes drop-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(10deg);
            transform: translate(0, -100px) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(10deg);
            transform: translate(0, -60px) rotate(10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-2 {
  -webkit-animation: drop-in-2 0.5s 1 0s forwards linear;
          animation: drop-in-2 0.5s 1 0s forwards linear;
}

@keyframes drop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  5.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
  }
  8.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
  }
  11.11% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.91% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
  }
  26.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
  }
  55.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
  }
  77.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes pop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce-appear {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bounce-appear {
  -webkit-animation: bounce-appear 0.5s 1 0s forwards linear;
          animation: bounce-appear 0.5s 1 0s forwards linear;
}

@keyframes ScrollVerticalslide {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollBeside {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
            transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollBesidenews {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-314%, 0, 0);
            transform: translate3d(-314%, 0, 0);
  }
}
.wow {
  opacity: 0;
}

.page-tit.highlights {
  background: url(../img/highlights/fv.png) no-repeat center/cover;
  position: relative;
  z-index: 10;
  min-height: 56.9791666667vw;
}
@media screen and (max-width: 900px) {
  .page-tit.highlights {
    background-image: url(../img/highlights/fv_sp.png);
    background-position: bottom;
    min-height: 625rem;
  }
}
.page-tit.highlights::before {
  content: "";
  background: url(../img/shop/top.png) no-repeat bottom/100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .page-tit.highlights::before {
    background-image: url(../img/highlights/top_sp.png);
    background-position: bottom;
  }
}
@media screen and (max-width: 900px) {
  .page-tit.highlights .page-title {
    gap: 0;
  }
}
.page-tit.highlights .page-title .sub img {
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .page-tit.highlights .page-title .sub.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20rem;
  }
}
.page-tit.highlights .page-title .main:first-of-type {
  margin-bottom: 10rem;
}
.page-tit.highlights .illustwrap {
  position: absolute;
  left: 2.5vw;
  bottom: 2.8125vw;
  width: 88.6458333333vw;
  height: 24.8958333333vw;
}
@media screen and (max-width: 1024px) {
  .page-tit.highlights .illustwrap {
    display: none;
  }
}
.page-tit.highlights .illustwrap .illust-1,
.page-tit.highlights .illustwrap .illust-2,
.page-tit.highlights .illustwrap .illust-3,
.page-tit.highlights .illustwrap .illust-4,
.page-tit.highlights .illustwrap .illust-5 {
  opacity: 0;
  position: absolute;
}
.page-tit.highlights .illustwrap .illust-1 {
  width: 12.8645833333vw;
  left: 0;
  bottom: 1.1979166667vw;
}
.page-tit.highlights .illustwrap .illust-2 {
  width: 8.0729166667vw;
  left: 9.7916666667vw;
  bottom: 0;
}
.page-tit.highlights .illustwrap .illust-3 {
  width: 8.0208333333vw;
  left: 23.0729166667vw;
  bottom: 2.0833333333vw;
}
.page-tit.highlights .illustwrap .illust-4 {
  width: 9.375vw;
  left: 34.4791666667vw;
  bottom: 5.7291666667vw;
}
.page-tit.highlights .illustwrap .illust-5 {
  width: 13.125vw;
  right: 0;
  bottom: 3.0729166667vw;
}
.page-tit.highlights .narrow {
  padding: 160rem 0 0;
}
@media screen and (max-width: 1024px) {
  .page-tit.highlights .narrow {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .page-tit.highlights .narrow {
    padding-top: 70rem;
    padding-bottom: 198rem;
    max-width: 90%;
  }
}

.main-line {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 40rem;
  line-height: 100%;
  color: #001952;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main-line {
    font-size: 20rem;
  }
}
.main-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25rem;
  background-color: #f8f7ff;
  bottom: -10rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .main-line::before {
    height: 17px;
    bottom: -5rem;
  }
}
.main-line::after {
  content: "";
  width: 100%;
  height: 2.5rem;
  background: url(../img/highlights/line.png) no-repeat bottom/100% auto;
  position: absolute;
  left: 0;
  bottom: -10rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .main-line::after {
    bottom: -5rem;
  }
}

.highlight_map {
  background: url(../img/shop/middle.png) repeat-y center/100% auto, #fff;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  .highlight_map {
    margin-top: 0;
    background: url(../img/shop/middle.png) repeat-y top left -25rem/1920rem auto, #fff;
  }
}
.highlight_map .wide {
  padding: 46rem 0 90rem;
}
.highlight_map .sechead {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 110rem 100rem 120rem;
}
@media screen and (max-width: 1200px) {
  .highlight_map .sechead {
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .highlight_map .sechead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 30rem;
    gap: 20rem;
  }
}
.highlight_map .sechead .comment {
  max-width: 612rem;
  width: 100%;
}
.highlight_map .sechead .comment.inview {
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
}
@media screen and (max-width: 900px) {
  .highlight_map .sechead .comment {
    max-width: 100%;
  }
}
.highlight_map .secbody .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.highlight_map .secbody .column .sponly {
  padding: 0;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .sponly {
    display: block;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column {
    gap: 24rem;
    padding: 20rem 0;
    background: url(../img/highlights/btn-bg_sp.png) no-repeat top/contain, transparent;
  }
  .highlight_map .secbody .column .map {
    width: 80%;
    margin: auto;
  }
}
.highlight_map .secbody .column .downloadbtn {
  background: url(../img/highlights/btn-bg.png) no-repeat center/100% auto, #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .downloadbtn {
    background: none;
    pointer-events: none;
  }
}
.highlight_map .secbody .column .downloadbtn:hover {
  background-color: #001952;
}
.highlight_map .secbody .column .downloadbtn:hover .text .linktext,
.highlight_map .secbody .column .downloadbtn:hover .text .size {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .downloadbtn {
    background-size: 100% 100%;
    max-width: 100%;
    width: 100%;
  }
}
.highlight_map .secbody .column .downloadbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 30rem 60rem;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .downloadbtn a {
    padding: 0 30rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.highlight_map .secbody .column .downloadbtn a svg {
  width: 39rem;
  height: 40rem;
}
.highlight_map .secbody .column .downloadbtn a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.highlight_map .secbody .column .downloadbtn a .text .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 200%;
  text-decoration-line: underline;
  text-decoration-thickness: 3%;
  text-underline-offset: 14.3%;
  color: #001952;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .downloadbtn a .text .linktext {
    font-size: 18rem;
    line-height: 150%;
  }
}
.highlight_map .secbody .column .downloadbtn a .text .size {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 100%;
  color: #001952;
}
.highlight_map .secbody .column .illstwrap {
  position: absolute;
  left: 0;
  bottom: -2.65625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22.7604166667vw;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .illstwrap {
    position: absolute;
    width: 256rem;
    left: 0;
    top: calc(100% + 30rem);
  }
}
.highlight_map .secbody .column .illstwrap .illust-1 {
  width: 22.7604166667vw;
}
.highlight_map .secbody .column .illstwrap .illust-1.inview {
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .illstwrap .illust-1 {
    width: 64vw;
  }
}
.highlight_map .secbody .column .illstwrap .illust-2 {
  width: 9.6875vw;
  margin-left: 9.1666666667vw;
}
@media screen and (max-width: 900px) {
  .highlight_map .secbody .column .illstwrap .illust-2 {
    width: 74rem;
    margin-left: 93rem;
  }
}

.footer-highlights {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .footer-highlights {
    padding-top: 100rem;
  }
}

.highlight-popup-wrapper {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
}
.highlight-popup-wrapper .popup-close {
  display: block;
  position: absolute;
  top: 33rem;
  right: 45rem;
  cursor: pointer;
}
.highlight-popup-wrapper .popup-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30rem;
}
.highlight-popup-wrapper .popup-ttl .popup-number {
  width: 61rem;
  height: auto;
}
.highlight-popup-wrapper .popup-ttl .main {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 46rem;
  line-height: 67rem;
}
.highlight-popup-wrapper .popup-ttl .main.cat-eat {
  color: #cc6a5c;
}
.highlight-popup-wrapper .popup-ttl .main.cat-shopping {
  color: #4060bf;
}
.highlight-popup-wrapper .popup-ttl .main.cat-service {
  color: #32a471;
}
.highlight-popup-wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  margin-bottom: 30rem;
}
.highlight-popup-wrapper .image .highlight-thumb {
  aspect-ratio: 350/220;
  max-width: 350rem;
}
.highlight-popup-wrapper .image .highlight-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlight-popup-wrapper .image .qr-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.highlight-popup-wrapper .image .qr-boxes .qr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.highlight-popup-wrapper .image .qr-boxes .qr-box img {
  aspect-ratio: 100/100;
  max-width: 100rem;
}
.highlight-popup-wrapper .image .qr-boxes .qr-box .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.highlight-popup-wrapper .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10rem;
}
.highlight-popup-wrapper .texts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 23rem;
  line-height: 34rem;
  color: #4b4b4b;
}
.highlight-popup-wrapper .texts p.detail {
  margin-bottom: 8px;
}
.highlight-popup-wrapper .texts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}
.highlight-popup-wrapper .texts .item:last-child {
  margin-bottom: 0;
}
.highlight-popup-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.highlight-popup {
  border: 8rem solid #001952;
  border-radius: 50px;
  max-width: 650rem;
  width: 100%;
  padding: 90rem 40rem 90rem 40rem;
  background-color: #edecf6;
  position: relative;
  -webkit-animation: popupFade 0.25s ease-out;
          animation: popupFade 0.25s ease-out;
  position: relative;
}
.highlight-popup::after {
  content: "";
  position: absolute;
  background: url(../img/illust/popup.png) no-repeat center/contain;
  width: 237rem;
  height: 206rem;
  right: 40rem;
  bottom: 36rem;
}

@-webkit-keyframes popupFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popupFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.highlight_point {
  position: relative;
}
.highlight_point::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 188rem;
  top: 0;
  left: 0;
  background: url(../img/shop/bottom.png) no-repeat center/cover;
}
@media screen and (max-width: 900px) {
  .highlight_point::before {
    background-image: url(../img/highlights/bottom_sp.png);
    background-position: top;
    height: 104rem;
  }
}
.highlight_point .narrow {
  padding: 353rem 0 150rem;
}
@media screen and (max-width: 1200px) {
  .highlight_point .narrow {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .highlight_point .narrow {
    padding: 157rem 0 130rem;
  }
}
.highlight_point .sechead {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 150rem;
}
@media screen and (max-width: 1500px) {
  .highlight_point .sechead {
    margin-bottom: 250rem;
  }
}
@media screen and (max-width: 900px) {
  .highlight_point .sechead {
    margin-bottom: 210rem;
  }
}
.highlight_point .secbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 270rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody {
    gap: 210rem;
  }
}
.highlight_point .secbody .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
.highlight_point .secbody .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.highlight_point .secbody .item .texts {
  max-width: 45.4545454545%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts {
    max-width: 100%;
  }
}
.highlight_point .secbody .item .texts .illust-1.inview {
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
}
.highlight_point .secbody .item .texts .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 32 / 1920 * 100vw, 32px);
  line-height: 100%;
  color: #000000;
  padding-bottom: 50rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 30rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts .item-ttl {
    padding-bottom: 10rem;
    margin-bottom: 20rem;
    text-align: center;
  }
}
.highlight_point .secbody .item .texts .item-ttl.center {
  text-align: center;
}
.highlight_point .secbody .item .texts .item-ttl.right {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts .item-ttl.right {
    text-align: center;
  }
}
.highlight_point .secbody .item .texts .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 200%;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts .desc p {
    line-height: 180%;
  }
}
.highlight_point .secbody .item .texts .btn {
  text-align: right;
  margin-top: 50rem;
}
.highlight_point .secbody .item .texts .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20rem;
  border: 2.5px solid #001952;
  border-radius: 100px;
  padding: 30rem 70rem 30rem 80rem;
}
.highlight_point .secbody .item .texts .btn a:hover svg path {
  fill: #fff;
}
.highlight_point .secbody .item .texts .btn a:hover .linktext {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts .btn a {
    padding: 20rem 0;
  }
}
.highlight_point .secbody .item .texts .btn a svg {
  width: 15rem;
  height: 22rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .texts .btn a svg {
    width: 10rem;
    height: 15remo;
  }
}
.highlight_point .secbody .item .texts .btn a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #000000;
}
.highlight_point .secbody .item .img {
  max-width: 50vw;
  width: 100%;
  border: 5rem solid #001952;
  border-radius: 57px;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item .img {
    max-width: 100%;
  }
}
.highlight_point .secbody .item .img img {
  border-radius: 45px;
}
.highlight_point .secbody .item:first-child .illust-1,
.highlight_point .secbody .item:first-child .illust-2 {
  position: absolute;
}
.highlight_point .secbody .item:first-child .illust-2 {
  width: 12.7604166667vw;
  bottom: calc(100% - 82rem);
  right: -1.6666666667vw;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:first-child .illust-2 {
    width: 85px;
    right: 0;
    bottom: 100%;
  }
}
.highlight_point .secbody .item:first-child .illust-1 {
  width: 20.8333333333vw;
  left: -5.2083333333vw;
  top: -8.0208333333vw;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:first-child .illust-1 {
    width: 267px;
    left: 0;
    top: auto;
    bottom: calc(100% + 15rem);
  }
}
.highlight_point .secbody .item:nth-child(2) .illust-1,
.highlight_point .secbody .item:nth-child(2) .illust-2 {
  position: absolute;
}
.highlight_point .secbody .item:nth-child(2) .illust-1 {
  width: 470rem;
  bottom: calc(100% + 47rem);
  left: -5rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(2) .illust-1 {
    bottom: calc(100% + 16rem);
    width: 314rem;
    left: auto;
    right: -14rem;
  }
}
.highlight_point .secbody .item:nth-child(2) .illust-2 {
  width: 277rem;
  right: -48rem;
  top: -95rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(2) .illust-2 {
    width: 115rem;
    right: auto;
    left: -13rem;
    top: -45rem;
  }
}
.highlight_point .secbody .item:nth-child(3) .illust-1,
.highlight_point .secbody .item:nth-child(3) .illust-2 {
  position: absolute;
}
.highlight_point .secbody .item:nth-child(3) .illust-1 {
  width: 400rem;
  bottom: calc(100% + 20rem);
  left: 70rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(3) .illust-1 {
    width: 267rem;
  }
}
.highlight_point .secbody .item:nth-child(3) .illust-2 {
  width: 186rem;
  right: -66rem;
  top: -123rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(3) .illust-2 {
    width: 74rem;
    left: 8rem;
    right: auto;
    top: -50rem;
  }
}
.highlight_point .secbody .item:nth-child(4) .illust-1,
.highlight_point .secbody .item:nth-child(4) .illust-2 {
  position: absolute;
}
.highlight_point .secbody .item:nth-child(4) .illust-1 {
  width: 534rem;
  bottom: calc(100% + 28rem);
  right: -33rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(4) .illust-1 {
    width: 356rem;
    right: 17rem;
  }
}
.highlight_point .secbody .item:nth-child(4) .illust-2 {
  width: 141rem;
  left: -62rem;
  top: -252rem;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(4) .illust-2 {
    width: 49rem;
    left: auto;
    right: -5rem;
    top: -75rem;
  }
}
.highlight_point .secbody .item:nth-child(5) .illust-1,
.highlight_point .secbody .item:nth-child(5) .illust-2 {
  position: absolute;
}
.highlight_point .secbody .item:nth-child(5) .illust-1 {
  width: 400rem;
  bottom: calc(100% + 38rem);
  left: 0;
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(5) .illust-1 {
    width: 268rem;
    bottom: calc(100% + 19rem);
  }
}
.highlight_point .secbody .item:nth-child(5) .illust-2 {
  max-width: 189rem;
  width: 29%;
  right: -88rem;
  bottom: calc(100% - 88rem);
}
@media screen and (max-width: 900px) {
  .highlight_point .secbody .item:nth-child(5) .illust-2 {
    width: 70rem;
    right: 13rem;
    bottom: 100%;
    top: auto;
  }
}

.highlight_info .narrow {
  padding-bottom: 150rem;
}
@media screen and (max-width: 900px) {
  .highlight_info .narrow {
    max-width: 88%;
    padding-bottom: 60px;
  }
}
.highlight_info .sechead {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 160rem;
}
@media screen and (max-width: 900px) {
  .highlight_info .sechead {
    margin-bottom: 80px;
  }
}
.highlight_info .secbody {
  max-width: 1000rem;
  width: 100%;
  margin: 0 auto;
}
.highlight_info .secbody .map iframe {
  width: 100%;
  height: 600rem;
}
@media screen and (max-width: 900px) {
  .highlight_info .secbody .map iframe {
    height: 300px;
  }
}
.highlight_info .secbody .btn {
  text-align: right;
  margin-top: 150rem;
}
@media screen and (max-width: 900px) {
  .highlight_info .secbody .btn {
    margin-top: 30px;
  }
}
.highlight_info .secbody .btn a {
  max-width: 322rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20rem;
  border: 2.5px solid #001952;
  border-radius: 100px;
  padding: 30rem 0 30rem 0;
}
.highlight_info .secbody .btn a:hover svg path {
  fill: #fff;
}
.highlight_info .secbody .btn a:hover .linktext {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .highlight_info .secbody .btn a {
    padding: 20rem 0;
  }
}
.highlight_info .secbody .btn a svg {
  width: 15rem;
  height: 22rem;
}
@media screen and (max-width: 900px) {
  .highlight_info .secbody .btn a svg {
    width: 10rem;
    height: 15remo;
  }
}
.highlight_info .secbody .btn a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #000000;
  cursor: pointer;
}/*# sourceMappingURL=subpage.css.map */