@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

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

/*  link
-----------------------------------------------------------------------------*/
a {
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

a,
a:visited,
a:hover {
  color: #1d1d1d;
}

a img {
  border: 0;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*  reset
-----------------------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

フォーム部品の完全リセット用 input {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
}

button,
input[type=submit] {
  cursor: pointer;
  transition: 0.3s ease;
}

input::placeholder,
textarea::placeholder {
  color: #9b9b9b;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9b9b9b;
}

img {
  vertical-align: top;
}

main {
  display: block;
}

[v-cloak] {
  display: none;
}

sup {
  vertical-align: super;
  font-size: small;
  font-weight: inherit;
}

.btn-spmenu {
  z-index: 4;
}

.header {
  z-index: 3;
}

.sp-menu {
  z-index: 2;
}

main {
  z-index: 1;
}

main {
  position: relative;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

header {
  border-bottom: 1px solid #acacac;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 10;
}
header .logo img {
  height: 100%;
}
header .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
header .btn.pc {
  font-size: 1.6rem;
}
header .btn.pc a {
  padding: 5px 30px;
}

.pc-nav-blc {
  border-top: 1px solid #acacac;
}
.pc-nav-blc a {
  text-decoration: none;
}
.pc-nav_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.pc-nav_list > li {
  position: relative;
  width: 18%;
  text-align: center;
}
.pc-nav_list > li:hover > ul {
  display: block;
}
.pc-nav_list > li a,
.pc-nav_list > li span {
  padding: 10px;
  display: block;
  font-weight: 600;
  transition: 0.5s;
}
.pc-nav_list > li a:hover,
.pc-nav_list > li span:hover {
  background-color: #93d0db;
}
.pc-nav_list > li > ul {
  display: none;
  position: absolute;
  top: 44px;
  background-color: #fff;
  width: 100%;
}
.pc-nav_list > li > ul > li {
  border-top: 1px solid #acacac;
}
.pc-nav_list > li > ul > li a {
  font-weight: 500;
  font-size: 1.4rem;
  padding: 15px 0;
}
.pc-nav_list > li > ul > li a:hover {
  background-color: #93d0db;
}
.pc-nav_sub {
  display: flex;
  flex-wrap: wrap;
}
.pc-nav_sub li {
  width: 50%;
}
.pc-nav_sub li a {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #acacac;
}

.sp-nav-btn {
  position: relative;
}
.sp-nav-btn span {
  background: #93d0db;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  transition-duration: 0.5s;
}
.sp-nav-btn span:nth-of-type(1) {
  top: 0;
}
.sp-nav-btn span:nth-of-type(3) {
  bottom: 0;
}
.sp-nav-btn[data-open=true] span:nth-of-type(1), .sp-nav-btn[data-searchopen=true] span:nth-of-type(1) {
  transform: rotate(45deg);
}
.sp-nav-btn[data-open=true] span:nth-of-type(2), .sp-nav-btn[data-searchopen=true] span:nth-of-type(2) {
  opacity: 0;
}
.sp-nav-btn[data-open=true] span:nth-of-type(3), .sp-nav-btn[data-searchopen=true] span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.sp-nav-blc {
  z-index: 10;
  position: fixed;
  top: 12.8205128205vw;
  left: 0;
  background: #fff;
  width: 100vw;
  height: calc(100dvh - 50px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition-duration: 0.5s;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.sp-nav-blc[data-open=true] {
  opacity: 1;
  visibility: visible;
}
.sp-nav-blc a {
  text-decoration: none;
}
.sp-nav_reg {
  display: flex;
  gap: 5%;
  padding: 20px;
  flex-wrap: wrap;
}
.sp-nav_reg > li {
  width: 30%;
}
.sp-nav_reg > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background-color: #6fc6d6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
  aspect-ratio: 1/1;
}
.sp-nav_reg > li._login a:before {
  content: "";
  background: url("/siteimg/icon_login.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}
.sp-nav_reg > li._reg a:before {
  content: "";
  background: url("/siteimg/icon_reg.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}
.sp-nav_reg > li._card a:before {
  content: "";
  background: url("/siteimg/icon_card.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}
.sp-nav_list > li {
  border-bottom: 1px solid #acacac;
}
.sp-nav_list > li a,
.sp-nav_list > li span {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.sp-nav_list > li span:after {
  content: "";
  background: url("/siteimg/icon_plus.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}
.sp-nav_list > li span._open:after {
  content: "";
  background: url("/siteimg/icon_minus.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.sp-nav_list > li a:after {
  content: "";
  background: url("/siteimg/icon_arrow.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}
.sp-nav_list > li > ul {
  display: none;
  padding-left: 1em;
  padding-bottom: 10px;
}
.sp-nav_list > li > ul._open {
  display: block;
}
.sp-nav_sub {
  display: flex;
  flex-wrap: wrap;
}
.sp-nav_sub li {
  width: 50%;
}
.sp-nav_sub li a {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #acacac;
}

.search-blc {
  z-index: 100;
  position: fixed;
  background: #fff;
  transition-duration: 0.5s;
  border: 5px solid #93d0db;
  visibility: hidden;
  opacity: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.search-blc[data-searchopen=true] {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.search-blc._open {
  overflow-y: auto;
}
.search-blc .sp-nav-btn {
  position: absolute;
}
.search-blc a {
  text-decoration: none;
}

.footsticky {
  position: sticky;
  bottom: 20px;
  z-index: 1;
}
.footsticky .inner {
  display: flex;
  justify-content: right;
}

.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.pagetop:before {
  content: "";
  background: url("/siteimg/arrow_bl.svg") no-repeat 50% 50%;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  display: block;
  transition-duration: 0.5s;
  transform: rotate(-90deg);
}
.pagetop:hover {
  background: #f5f5f5;
  transform: translateY(-3px);
}

footer {
  background: #e5e5e5;
  border-bottom: 20px solid #9b9b9b;
}
footer .f-nav_sub {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
footer .f-nav_sub a:hover {
  text-decoration: none;
}

.list-sns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #9b9b9b;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1d;
  word-break: break-all;
  line-height: 1.6875;
}
body._open {
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

[v-cloak] {
  opacity: 0;
  display: none;
}

.cmn-sec {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.cmn-sec + .cmn-sec {
  margin-top: 80px;
}
.cmn-sec._line {
  border-top: 2px solid #93d0db;
  padding-top: 60px;
}
.cmn-sec._line._orange {
  border-color: #e7bc8d;
}
.cmn-sec._line._green {
  border-color: #75ba7e;
}
.cmn-sec._line._pink {
  border-color: #f7dcd4;
}
.cmn-sec._bg {
  background-color: #f5f5f5;
}

.cmn-box:not(:last-child) {
  margin-bottom: 60px;
}

.cmn-item:not(:last-child) {
  margin-bottom: 30px;
}

.page {
  padding: calc(120px + 30px) 0 80px;
}
.page-head figure {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.page-ttl {
  text-align: center;
}
.page-ttl._sub {
  background-color: #93d0db;
  color: #fff;
  padding: 20px 0;
}
.page-ttlimg img {
  height: 100%;
}
.cmn-form > div + div {
  margin-top: 40px;
}
.cmn-form dt {
  font-weight: 700;
}
.cmn-form._conf dt {
  padding: 0;
}
.cmn-form dd .half_blc {
  display: flex;
}
.cmn-form dd .half_blc label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cmn-form .req {
  color: #fff;
  font-size: 1.3rem;
  background: #e54d39;
  padding: 2px 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.cmn-form .cap {
  display: inline-block;
}
.cmn-form ._error {
  color: #e54d39;
}
.cmn-form .op {
  color: #93d0db;
  font-size: 1.3rem;
  letter-spacing: 0.11em;
  background: rgba(117, 98, 92, 0.16);
  padding: 1px 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin: -3px 8px 0 0;
}
.cmn-form .list {
  display: flex;
  flex-wrap: wrap;
}

::placeholder {
  color: rgba(72, 43, 37, 0.3);
}

input:not([type=submit]):not([type=button]),
textarea,
select {
  background: #fff;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  border: 1px solid #acacac;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1d;
}
input:not([type=submit]):not([type=button]).error,
textarea.error,
select.error {
  border: 1px solid #e54d39;
  background: #fbefef;
}
input:not([type=submit]):not([type=button]) + input:not([type=submit]):not([type=button]),
input:not([type=submit]):not([type=button]) + textarea,
input:not([type=submit]):not([type=button]) + select,
textarea + input:not([type=submit]):not([type=button]),
textarea + textarea,
textarea + select,
select + input:not([type=submit]):not([type=button]),
select + textarea,
select + select {
  margin-top: 10px;
}

input[type=submit],
input[type=button] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check-wrap {
  display: flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.check-wrap input[type=checkbox] {
  display: none;
}
.check-wrap input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.check-wrap input[type=checkbox] + span {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 4px;
  margin: -2px 0 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}
.check-wrap input[type=checkbox] + span:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  border-left: 2px solid #119abb;
  border-bottom: 2px solid #119abb;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.check-wrap_btn {
  position: relative;
}
.check-wrap_btn label input {
  display: none;
}
.check-wrap_btn label input:checked + span {
  color: #fff;
  background: #6fc6d6;
  transition: 0.5s;
}
.check-wrap_btn label span {
  background-color: #e8e8e8;
  border-radius: 30px;
  padding: 10px 20px;
  display: flex;
}

.radio-wrap {
  display: inline-block;
  cursor: pointer;
}
.radio-wrap input[type=radio] {
  display: none;
}
.radio-wrap input[type=radio] + span {
  width: 20px;
  height: 20px;
  background: #fefbf6;
  border: 1px solid #cfcac5;
  border-radius: 50%;
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: 0.1s ease border-color;
}
.radio-wrap input[type=radio] + span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #c77765;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.1s ease opacity;
}
.radio-wrap input[type=radio]:checked + span {
  border-color: #c77765;
}
.radio-wrap input[type=radio]:checked + span:after {
  opacity: 1;
}

.selectBox {
  border-radius: 5px;
  position: relative;
}
.selectBox + .selectBox {
  margin-top: 10px;
}
.selectBox:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  position: absolute;
  top: 46%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.selectBox select {
  width: 100%;
  padding: 10px 20px;
}

.flx-input {
  display: flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.flx-input input:not([type=submit]):not([type=button]),
.flx-input textarea,
.flx-input select {
  margin-top: 0 !important;
}
.flx-input input[type=radio],
.flx-input input[type=checkbox] {
  width: auto;
}
.flx-input .inputhead {
  flex-shrink: 0;
}

.radio-list input[type=radio] {
  width: auto;
  margin-right: 10px;
}
.radio-list textarea {
  margin-top: 10px;
}
.form-thanks dt {
  font-weight: 600;
}
.newcard-type figure {
  text-align: center;
}
.newcard-type figure img {
  height: 100px;
}
.newcard-type dt {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  background-color: #fbefef;
}
.newcard-type .box-desc {
  margin-bottom: 20px;
}
.about .dllist_01 .flx {
  margin-top: 30px;
  gap: 25px;
}
.about .dllist_01 figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
}
.howtoget_01 dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.howtoget_01 dl dd {
  text-align: center;
  font-size: 1.4rem;
}
.howtoget_02 {
  margin-top: 7.6923076923vw;
}
.howtoget_02 .cmn-box:not(:last-child) {
  margin-bottom: 60px;
}
.howtoget .dllist_01 .flx {
  margin-top: 30px;
  gap: 30px;
}
.howtoget .dllist_01 figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2.0512820513vw;
}
.howtouse_01 li:first-child {
  position: relative;
}
.howtouse_01 li:first-child:after {
  content: "";
  display: block;
  background: #93d0db;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.howtouse_01 li .box-desc {
  margin-bottom: 10px;
}
.howtouse_01 li .flx {
  gap: 20px;
  margin: 15px auto 0;
  justify-content: center;
}
.howtouse_01 li .flx p {
  text-align: center;
}
.howtouse .dllist_01 figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2.0512820513vw;
}
.howtouse .dllist_01 figure:first-child img {
  width: 100px;
}
.howtouse .dllist_01 figure:nth-of-type(2) {
  flex-shrink: 0;
}
.howtouse .dllist_01 figure:nth-of-type(2) img {
  width: 230px;
}

.forshop_01 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.forshop_01 > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.forshop_01 > div dt {
  flex-shrink: 0;
  text-align: center;
}
.forshop_01 > div dd {
  font-weight: 600;
  font-size: 1.8rem;
}
.forshop_02 {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}
.forshop_02 span {
  display: block;
  margin-bottom: 10px;
}
.forshop_03.list01 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.forshop_03.list01 li {
  margin-top: 0;
  font-size: rem;
  font-weight: 600;
}

.faq-catlist {
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  padding: 3.8461538462vw;
}
.faq-catlist h3 {
  background: #93d0db;
  color: #fff;
  border-radius: 10px;
}
.faq-catlist ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.faq-catlist ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #acacac;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 1.6rem;
}
.faq-list > div + div {
  border-top: 1px dotted #acacac;
}
.faq-list > div > dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  font-weight: 600;
}
.faq-list > div > dt:before {
  width: 30px;
  margin-top: -10px;
  text-align: center;
  content: "Q";
  flex-shrink: 0;
  font-weight: 700;
  font-size: 2.4rem;
}
.faq-list > div > dt:after {
  width: 6px;
  height: 24px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  flex-shrink: 0;
  margin-left: auto;
  transform: rotate(90deg);
}
.faq-list > div > dt._open:after {
  transform: rotate(270deg);
}
.faq-list > div > dd {
  display: none;
}
.faq-list > div > dd > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  overflow: hidden;
  background-color: #f0f3f5;
}
.faq-list > div > dd > div._open {
  max-height: 100dvh;
  transition: 0.5s;
  padding: 20px;
}
.faq-list > div > dd > div:before {
  width: 30px;
  margin-top: -10px;
  text-align: center;
  content: "A";
  flex-shrink: 0;
  color: #119abb;
  font-weight: 700;
  font-size: 2.4rem;
}
.faq-list > div > dd > div > div {
  flex: auto;
}
.faq-list > div > dd > div > div .btn {
  margin-top: 15px;
  justify-content: flex-start;
}
.faq-list > div > dd > div > div .box-contact {
  margin-top: 20px;
}
.faq-list > div > dd ul.list01 {
  padding: 10px 0;
}
.faq-list > div > dd ul.list01 li + li {
  margin-top: 8px;
}
.faq-list > div > dd .btn a,
.faq-list > div > dd .btn input {
  min-width: auto;
}
.faq-list > div > dd .btn._reg a,
.faq-list > div > dd .btn._reg input {
  height: auto;
}
.news-head > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.news-body {
  margin-top: 3.8461538462vw;
}

.event-wrap01 {
  padding: 0 0 30px;
}
.event-wrap02 {
  padding: 60px 0 60px;
}
.event-wrap02 .ttl_02 {
  background: #fff;
  border-radius: 50px;
  line-height: 2.4;
}
.event-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  padding: 0px 0 80px;
  background-color: #ebf1f3;
}
.event-slider a {
  text-decoration: none;
}
.event-slider figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.event-slider figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-slider02 {
  padding: 0 0 50px;
}
.event-slider02 a {
  text-decoration: none;
}
.event-slider02 figure {
  overflow: hidden;
  aspect-ratio: 951/707;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.event-slider02 figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.event-slider02 .cat {
  flex-shrink: 0;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
.event-slider02 .cat._event {
  background: #119abb;
}
.event-slider02 .cat._specialshop {
  background: #946134;
}
.event-slider02 .cat._setouchi {
  background: #1522BC;
}
.event-slider02 dt {
  margin-bottom: 10px;
}
.event-slider02 dd {
  font-size: 1.6rem;
}
.event-list-wrap {
  margin-top: 50px;
}
.event-list-blc {
  position: relative;
  border-bottom: 1px solid #acacac;
  padding-bottom: 25px;
}
.event-list-blc._new:after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #e54d39;
  padding: 3px 10px;
  text-align: center;
  display: block;
}
.event-list-blc._headblc a {
  flex-direction: column;
}
.event-list-blc._headblc a figure {
  width: 100%;
}
.event-list-blc._headblc a dd ._date {
  display: none;
}
.event-list-blc a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.event-list-blc a figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 40%;
  flex-shrink: 0;
}
.event-list-blc a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-list-blc .cat {
  flex-shrink: 0;
  padding: 3px 10px;
  font-weight: 500;
  border-radius: 50px;
}
.event-list-blc .cat._01 {
  background: #fff09b;
}
.event-list-blc .cat._02 {
  background: #cbe7f2;
}
._headblc .event-list-infowrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.event-list-date {
  display: none;
}
._headblc .event-list-date {
  border-radius: 5px;
  border: 1px solid #acacac;
  padding: 12px 5px;
  flex-shrink: 0;
  background-color: #fff;
  min-width: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
._headblc .event-list-date > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
._headblc .event-list-date > p > span {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
._headblc .event-list-date > p > span > strong {
  font-size: 2.6rem;
}
.event-list-info {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.375;
}
.event-slider .event-list-info {
  padding: 0 2.5641025641vw;
}
._headblc .event-list-info {
  flex-direction: column-reverse;
  gap: 5px;
}
.event-list-info dt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  font-size: 2rem;
}
.event-list-info dd {
  margin-top: auto;
}
.event-list-info dd span._date {
  font-size: 2rem;
  font-weight: 700;
  color: #6fc6d6;
}
.event-list-info dd span._ptoku {
  display: inline-block;
  padding: 5px;
  background: #119abb;
  color: #fff;
  font-size: 1.4rem;
}
.event-list-date {
  border: 1px solid;
}

span._ended {
  display: inline-block;
  padding: 2px 5px;
  margin-top: 3px;
  background: #75ba7e;
  color: #fff;
  font-size: 1.4rem;
}

.feature-list-wrap {
  margin-top: 30px;
}
.feature-list-blc {
  position: relative;
}
.feature-list-blc._nekostory {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0 rgba(104, 91, 80, 0.1);
}
.feature-list-blc._nekostory a dl dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.feature-list-blc._latest02 a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.feature-list-blc._latest02 a figure {
  width: 100%;
}
.feature-list-blc._latest02 a .feature-list-info {
  width: 100%;
}
.feature-list-blc._latest02 a .feature-list-info dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.feature-list-blc._latest02 a .feature-list-info dt:before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  content: "NEW";
  left: 0;
  top: 0;
  color: #fff;
  width: 50px;
  background-color: #6fc6d6;
  text-align: center;
}
.feature-list-blc._latest02 a .feature-list-info dd {
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.feature-list-blc._latest:after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #6fc6d6;
  text-align: center;
  display: block;
}
.feature-list-blc._latest a figure {
  width: 50%;
}
.feature-list-blc._latest a .feature-list-info {
  width: calc(50% - 10px);
}
.feature-list-blc._latest a .feature-list-info dd {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
.feature-list-blc a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.feature-list-blc a figure {
  aspect-ratio: 948/700;
  overflow: hidden;
  width: 35%;
  flex-shrink: 0;
}
.feature-list-blc a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-list-blc .cat {
  flex-shrink: 0;
  padding: 3px 10px;
  font-weight: 500;
  border: 1px solid #acacac;
  background-color: #e8e8e8;
}
.feature-list-name span {
  display: inline-block;
}
.feature-list-name span._yaku {
  margin-right: 10px;
}
._nekostory .feature-list-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  font-size: 2rem;
}
._nekostory .feature-list-name > span {
  padding: 0 0 5px;
}
.feature-list-info {
  width: calc(65% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.event-slider .feature-list-info {
  padding: 0 2.5641025641vw;
}
.feature-list-info dt {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.feature-list-info dd {
  font-weight: 500;
  margin-top: auto;
  color: #9b9b9b;
  width: 100%;
}
.feature-list-info dd p._date {
  text-align: right;
  margin-top: 10px;
}

.kamei-head {
  /* background: url(/siteimg/bg-tamaru-scaled.jpg) center top; */
  background-size: 100% auto;
  padding: 30px 0;
}
.kamei-head .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.kamei-head .inner > div {
  flex-shrink: 0;
}
.kamei-head .inner > div > p {
  padding: 30px 10px 0;
  font-weight: 500;
}
.kamei-profile {
  background: #e5f4fc;
  padding: 50px 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.kamei-profile h3 {
  text-align: center;
}
.kamei-profile ul {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.kamei-profile ul li img {
  width: 100%;
}
.kamei-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  padding: 50px 0 80px;
}
.kamei-slider a {
  text-decoration: none;
}
.kamei-slider figure {
  overflow: hidden;
  margin-bottom: 10px;
}
.kamei-slider figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kamei-slider-dtl figure {
  overflow: hidden;
  aspect-ratio: 100/100;
  margin-bottom: 10px;
}
.kamei-slider-dtl figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kamei-slider-dtl figcaption {
  padding: 20px;
}
.kamei-list-wrap {
  overflow-x: hidden;
  background: url(/siteimg/icon_neko.svg) no-repeat left 50px top 30px #faf6ea;
  background-size: auto 80%;
}
.kamei-list-wrap02 {
  background: #fff;
}
.kamei-list-blc {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: 3px solid #fff;
}
.kamei-list-all .kamei-list-blc {
  border-color: #f1e7c7;
  background-color: #faf6ea;
}
.kamei-list-blc:hover {
  opacity: 0.6;
}
.kamei-list-blc.swiper-slide-active {
  border-color: #2f94e7;
}
.kamei-list-blc._new:after {
  content: "NEW";
  position: absolute;
  right: -1px;
  top: 0;
  color: #fff;
  background-color: #2f94e7;
  text-align: center;
  display: block;
}
.kamei-list-blc a {
  text-decoration: none;
  padding: 0;
}
.kamei-list-blc a figure {
  aspect-ratio: 100/100;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.kamei-list-blc a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kamei-list-blc .cat {
  flex-shrink: 0;
  padding: 3px 10px;
  font-weight: 500;
  border: 1px solid #acacac;
  background-color: #e8e8e8;
}
.kamei-list-blc02 {
  position: relative;
}
.kamei-list-info {
  padding: 25px;
}
.kamei-list-all .kamei-list-info {
  padding: 10px 10px 0;
}
.kamei-list-info span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.kamei-list-info span._itemname {
  font-size: 1.8rem;
}
.kamei-list-info span._shopname {
  text-align: right;
  font-size: 1.4rem;
}
.kamei-list-all .kamei-list-info span._shopname {
  text-align: center;
  font-size: 1.6rem;
}
.kamei-dtl {
  background: url(/siteimg/icon_neko.svg) no-repeat left 50px top 30px #faf6ea;
  background-size: auto 80%;
}
.kamei-iteminfo {
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 50px;
  border-radius: 20px;
}
.kamei-iteminfo h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.kamei-iteminfo span._itemprice {
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.kamei-iteminfo ._reccmt {
  border: 8px solid #c69c6d;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  margin: 20px auto 0;
}
.kamei-iteminfo ._reccmt img {
  position: absolute;
}
.kamei-iteminfo ._reccmt p {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #946134;
  font-size: 2rem;
}
.kamei-shopinfo {
  margin-top: 30px;
  border-top: 1px solid #acacac;
}
.kamei-shopinfo dl {
  padding: 30px 0;
}
.kamei-shopinfo dt {
  font-size: 2rem;
  font-weight: 700;
}
.kamei-shopinfo dd {
  padding: 10px 0 0;
}

.setouchi-ttl {
  margin-bottom: 50px;
  text-align: center;
  background: url(/siteimg/bg_setouchi.jpg) no-repeat bottom center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding: 80px 0;
}
.setouchi-ttl img {
  width: 50%;
  max-width: 600px;
  margin: 0 auto 30px;
  display: block;
}
.setouchi-ttl span {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  padding: 20px 0;
  font-size: 1.8rem;
}
.setouchi-catch {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.setouchi-head {
  margin: 0 calc(50% - 50vw) 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.setouchi-head dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
.setouchi-head dl dt {
  text-align: center;
}
.setouchi-head dl dt ._com {
  font-size: 1.8rem;
}
.setouchi-head dl dt ._yaku {
  font-size: 2rem;
}
.setouchi-head dl dt ._name {
  font-size: 2.4rem;
}
.setouchi-banenr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  margin-top: 60px;
}
.setouchi-banenr p {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
.setouchi-banenr p a {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 0;
  border: 2px solid #93d0db;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  width: 100%;
}
.setouchi-banenr p a:hover {
  opacity: 0.5;
}
.setouchi-banenr p._mall a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
}
.setouchi-banenr p._mall img {
  max-width: 80%;
  max-height: 50px;
}
.setouchi-banenr p._site a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  font-size: 1.8rem;
  background: #fff;
}
.setouchi-banenr p._icon {
  width: 60px;
}
.setouchi-banenr p._icon a {
  border: none;
  padding: 10px;
}
.setouchi-banenr p._icon a img {
  width: 100%;
}
.setouchi-banenr ._iconwrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

._blccontents {
  font-size: 1.8rem;
}
._blccontents .cmn-box .cmn-box:not(h4) {
  margin-bottom: 0;
}
._blccontents h4 {
  font-size: 2rem;
  background: #fff09b;
  padding: 2px 5px;
}
._blccontents h4.cmn-box {
  margin-bottom: 20px;
}
._blccontents figcaption.wp-element-caption {
  text-align: center;
}

.neko-about-org > div {
  border-radius: 20px;
  padding: 50px 30px;
  border-width: 10px;
  border-style: solid;
}
.neko-about-org > div._aw {
  border-color: #ffdc91;
}
.neko-about-org > div._wanpark {
  border-color: #ffd0d3;
  margin-top: 50px;
}
.neko-about-org > div h4 {
  height: 80px;
  text-align: center;
  margin-bottom: 30px;
}
.neko-about-org > div h4 img {
  height: 100%;
}
.neko-about-org > div .blc-col2 {
  gap: 30px;
}
.neko-about-org > div .dllist_02 > div + div {
  margin-top: 10px;
}
.neko-about-org > div .dllist_02 dt {
  background-color: #ffe5e6;
}

.goldcard-head figure {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.goldcard-head figure img {
  width: 30%;
}
.goldcard-head .box-ex {
  border: 1px solid #f0993b;
}
.goldcard-head .box-ex dd strong {
  font-size: 2rem;
  color: #e54d39;
}
.goldcard-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.goldcard-list div {
  background: #fbefef;
  padding: 20px;
  border-radius: 10px;
}
.goldcard-list div dt {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #eda991;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.goldcard-list._blue div {
  background: #ebf1f3;
}
.goldcard-list._blue div dt {
  border-color: #6fc6d6;
}
.goldcard-service {
  padding: 30px;
  text-align: center;
  border: 1px solid #d2ae54;
  outline: solid 1px #d2ae54;
  outline-offset: 4px;
}
.goldcard-service img {
  width: 100%;
  max-width: 800px;
}

.edy-point {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 20px;
}
.edy-point dl {
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #3673c2;
}
.edy-point dl._point01 {
  background: #e4af03;
}
.edy-point dl._point02 {
  background: #e27668;
}
.edy-point dl dt {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  padding: 0 0 10px;
  font-weight: 500;
}
.edy-point dl dd {
  text-align: center;
}
.edy-point dl dd span {
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 5px;
}

.denki-head h3 img {
  margin: 20px auto 0;
}
.denki-point h4 {
  font-size: 2rem;
  background: #007971;
  color: #fff;
  padding: 25px 0;
  margin-bottom: 40px;
}
.denki-point h4 strong {
  font-size: 3.6rem;
}
.denki-howto {
  background: #ffeff6;
  border: 2px solid #db2672;
  border-radius: 10px;
  font-size: 2rem;
}
.denki-howto dt {
  font-weight: bold;
  background: #db2672;
  color: #fff;
  padding: 10px 20px;
}
.denki-howto dd {
  padding: 20px;
}
.denki-flow {
  padding: 30px;
  text-align: center;
  border: 5px solid #17489C;
  outline-offset: 4px;
}
.denki-flow img {
  width: 100%;
  max-width: 900px;
}
.denki-plan {
  border-top: 2px solid #ccc;
  padding: 30px 0 0;
}
.denki-planex li {
  padding-left: 1em;
  text-indent: -1em;
}
.denki-planex li + li {
  margin-top: 10px;
}
.tamaruntown {
  color: #956130;
}
.tamaruntown-head {
  text-align: center;
}
.tamaruntown-head h2 {
  margin: 0 auto 40px;
}
.tamaruntown-head .catch {
  font-weight: 700;
  font-size: 2rem;
}
.tamaruntown-map .inner {
  position: relative;
}
.tamaruntown-map-list a {
  display: block;
  text-decoration: none;
}
.tamaruntown-map-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tamaruntown-map-cont a {
  display: block;
  text-decoration: none;
}
.tamaruntown-map .tamaruntown-map-cont a {
  position: absolute;
}
.tamaruntown-map-cont a._c01 {
  top: 45%;
  left: 44%;
  width: 12%;
}
.tamaruntown-map-cont a._c01 dl {
  left: 110%;
  top: 0;
}
.tamaruntown-map-cont a._c02 {
  top: 17%;
  left: 60%;
  width: 12%;
}
.tamaruntown-map-cont a._c02 dl {
  left: 110%;
  top: 0;
}
.tamaruntown-map-cont a._c03 {
  top: 36%;
  left: 15%;
  width: 12%;
}
.tamaruntown-map-cont a._c03 dl {
  left: 90%;
  top: -290%;
}
.tamaruntown-map-cont a._c04 {
  top: 46%;
  left: 72%;
  width: 16%;
}
.tamaruntown-map-cont a._c04 dl {
  left: 6%;
  top: -493%;
}
.tamaruntown-map-cont a._c05 {
  top: 54%;
  left: 29%;
  width: 9%;
}
.tamaruntown-map-cont a._c05 dl {
  left: -253%;
  top: -23%;
}
.tamaruntown-map-cont a._c06 {
  top: 85%;
  left: 24%;
  width: 9%;
}
.tamaruntown-map-cont a._c06 dl {
  left: 110%;
  top: 0;
}
.tamaruntown-map-cont a._c07 {
  top: 78%;
  left: 72%;
  width: 15%;
}
.tamaruntown-map-cont a._c07 dl {
  left: -150%;
  top: -68%;
}
.tamaruntown-map-cont a dl {
  display: none;
}
.tamaruntown-map-box {
  border: 4px solid #f9c068;
  border-radius: 10px;
  background: white;
}
.tamaruntown-map-box dt {
  background: #f39948;
  border-bottom: 4px solid #f9c068;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.tamaruntown-map-box dd {
  padding: 15px;
}
.tamaruntown-profile {
  background: #dceee3;
  padding: 100px 0;
}
.tamaruntown-profile h3 {
  margin: 0 auto 60px;
}
.tamaruntown-profile ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.tamaruntown-profile ul li {
  border-radius: 10px;
  overflow: hidden;
}
.tamaruntown-profile ul li img {
  width: 100%;
}

.neko {
  background: url(/siteimg/bg_neko-2.jpg);
  background-size: 45% auto;
  background-attachment: fixed;
  position: relative;
}
.neko-side {
  width: 15%;
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
.neko-side h2 {
  margin-bottom: 20px;
}
.neko-side ul li {
  background: url(/siteimg/line_neko.svg) repeat-x left bottom;
  background-size: auto 3px;
}
.neko-side ul li a {
  display: block;
  text-decoration: none;
  color: #965c24;
  padding: 15px 0;
}
.neko-cont {
  max-width: 1100px;
}
.neko-cont._nekosec {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 60px;
}
.neko-index {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 15px;
}
.neko-index-head {
  border-top: 15px solid #caae87;
  background: url(/siteimg/bg_neko-2.jpg);
  background-size: 45% auto;
}
.neko-index-head > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: url(/siteimg/neko_il_btm.svg) repeat-x bottom center;
  background-size: auto 80px;
}
.neko-index-head > div > img {
  width: 11.5%;
  margin-bottom: 5%;
}
.neko-index-head > div h2 {
  width: 60%;
  max-width: 700px;
  padding: 40px 0 140px;
}
.neko-index-dayan {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.neko-index-dayan-ttl {
  text-align: center;
}
.neko-index-dayan-ttl img {
  width: 68%;
}
.neko-index-dayan > p {
  text-align: center;
  color: #965c24;
}
.neko-index-dayan .feature-list-wrap .feature-list-blc:nth-child(n+4) {
  display: none;
}
.neko-index-tama {
  background: #ffee9c;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 20px;
}
.neko-index-tama > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.neko-index-tama > a:after {
  width: 16px;
  height: 28px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%23765300'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  margin-left: auto;
  margin-right: 20px;
}
.neko-index-tama > a figure {
  aspect-ratio: 200/76;
  width: 35%;
  overflow: hidden;
}
.neko-index-tama > a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.neko-index-tama > a p {
  color: #765300;
  font-size: 1.6rem;
}
.neko-index-story {
  border-radius: 10px;
  background: url(/siteimg/bg_neko02.svg) no-repeat right bottom;
  background-size: 36% auto;
}
.neko-index-story-ttl {
  height: 250px;
  overflow: hidden;
  background: url(/siteimg/bg_hogonekostory-scaled.jpg) no-repeat center bottom 15%;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  backdrop-filter: blur(12px);
}
.neko-index-story-ttl img {
  height: 45%;
  -webkit-filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
  filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
}
.neko-index-story .inner {
  padding-bottom: 40px;
}
.neko-index-story ._iconvol {
  color: #fff;
  line-height: 1.1;
  aspect-ratio: 32/48;
  font-family: filson-pro, sans-serif;
  background: url(/siteimg/icon_neko_y.svg) no-repeat left top;
  font-weight: 500;
  font-style: normal;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin: -30px 0 0 -20px;
  letter-spacing: 0.1em;
}
.neko-index-story ._iconvol._yellow {
  background: url(/siteimg/icon_neko_y.svg) no-repeat left top;
}
.neko-index-story ._iconvol._pink {
  background: url(/siteimg/icon_neko_p.svg) no-repeat left top;
}
.neko-index-story ._iconvol._green {
  background: url(/siteimg/icon_neko_g.svg) no-repeat left top;
}
.neko-index-story ._iconvol._blue {
  background: url(/siteimg/icon_neko_b.svg) no-repeat left top;
}
.neko-index-story ._iconvol > span {
  font-size: 2.2rem;
}
.neko-index-story-head {
  margin-bottom: 40px;
}
.neko-index-story-head ._iconvol {
  margin: 0;
}
.neko-index-story-head .ttl {
  font-size: 2.2rem;
}
.neko-index-story-head .date {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.neko-index-contbnr {
  background: url(/siteimg/line_neko.svg) repeat-x left top;
  background-size: auto 6px;
  padding-top: 80px;
}
.neko-index-contbnr > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}
.neko-index-contbnr > ul li {
  flex: 1;
}
.neko-index-contbnr > ul li p {
  margin-top: 20px;
}
.neko-index-contbnr02 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.neko-index-contbnr02 h4 {
  text-align: center;
}
.neko-index-contbnr02 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.neko-index-contbnr02 ul li img {
  padding: 10px;
  background-color: #fff;
  height: 90px;
  width: auto;
}

.abouttama h3 {
  width: 60%;
  margin: 0 auto;
}

.dayan-profile {
  background: #ebf1f3;
  border-radius: 10px;
  padding: 20px;
}
.dayan-profile h3 {
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.dayan-profile > div {
  gap: 30px;
}
.dayan-profile figure {
  width: 42%;
}
.dayan-profile dl dt {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #acacac;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.dayan-profile dl dd > p {
  text-align: right;
  font-size: 1rem;
}
.cmn-flow > dl {
  padding: 20px;
  background: #f7dcd4;
}
.cmn-flow > dl dt {
  font-weight: 700;
  border-bottom: 1px solid #acacac;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.cmn-flow > dl dt span {
  background: #eda991;
  color: #fff;
  padding: 2px 5px;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.app-feature dl > div {
  border-radius: 5px;
  margin-top: 30px;
}
.app-feature dl > div dt {
  font-weight: 700;
  color: #119abb;
  border-bottom: 1px solid #93d0db;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.app-dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  text-align: center;
}
.app-dl dt {
  font-weight: 600;
}
.app-dl dd img {
  margin-top: 10px;
}

.blc_404 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blc_404 dt {
  font-size: 3.2rem;
  color: #6fc6d6;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #93d0db;
}
.blc_404 dd {
  font-size: 1.8rem;
  padding: 30px 0;
}
.ipu-head {
  text-align: center;
  position: relative;
}
.ipu-head h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.ipu-head-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
  height: 75px;
  width: 100%;
}
.ipu-head-line img {
  height: 40px;
}
.ipu-feature {
  background: #ddf1fc;
  padding: 70px 0;
  border-top: 10px solid #fff;
}
.ipu-ttl {
  text-align: center;
  margin: 40px 0;
  height: 50px;
}
.ipu-ttl img {
  max-width: 100%;
  max-height: 100%;
}
.ipu-desc {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.7;
}
.ipu-app {
  padding: 70px 0;
}
.ipu-app-desc {
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
.ipu-app-desc > p {
  width: 25%;
  flex-shrink: 0;
}
.ipu-app-desc li {
  margin: 0 0 10px 20px;
  list-style: disc;
}
.ipu-app .app-dl dd img {
  max-width: 50%;
  margin: 0 auto;
}
.ipu-map {
  background: #dfedc8;
  padding: 30px 30px 50px;
  border-radius: 10px 10px 0 0;
}
.ipu-map-ttl {
  text-align: center;
}
.ipu-map div.mapbox {
  aspect-ratio: 1/0.75;
  margin-bottom: 30px;
}
.ipu-fixed {
  z-index: 1000;
  background: #fff;
  z-index: 99999;
}
.ipu-fixed._opn {
  bottom: 0;
}
.ipu-fixed > p {
  background: #ff6e0d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.ipu-fixed .app-dl {
  padding: 10px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.ipu-fixed .app-dl dd a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ipu-fixed .app-dl img {
  max-width: 90%;
}

.mikke-wrap {
  padding: 35px 0 55px;
  margin: 0 calc(50% - 50vw);
  background: url(../img/page/mikke/bg01.png) repeat-x bottom center;
  background-size: auto 100%;
  margin-bottom: 40px;
  position: relative;
}
.mikke-wrap .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.mikke-wrap .il {
  position: absolute;
  top: 0;
  width: 20%;
}
.mikke-wrap .il._right {
  right: 0;
  max-width: 197px;
}
.mikke-wrap .il._left {
  left: 0;
  max-width: 223px;
}
.mikke-evttl {
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mikke-foot {
  margin: 0 calc(50% - 50vw);
}
.mikke-head {
  text-align: center;
}
.mikke-ttl {
  margin-bottom: 40px;
}
.mikke-sttl {
  margin-bottom: 30px;
  background: #1968b3;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding: 8px 0;
  border-radius: 100px;
}
.mikke-catch {
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
  color: #3b5998;
  margin-bottom: 40px;
}
.mikke-catch > p {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
}
.mikke03-about {
  background: #d6edef;
  padding: 15px 0 15px;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 40px;
}
.mikke03-e01-shopwrap {
  background: #fff6eb;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}
.mikke03-e01-shopdtl {
  width: calc((100% - 40px) / 2);
}
.mikke03-e01-shopdtl figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.mikke03-e01-shopdtl figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mikke03-e01-shopdtl dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 0 0 20px 20px;
}
.mikke03-e01-shopdtl dt {
  font-size: 2rem;
  font-weight: bold;
}
.mikke03-e01-shopdtl dd {
  font-size: 1.6rem;
}
.mikke03-e01-shopdtl dd > p {
  margin: 10px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.mikke03-e02-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.mikke03-e02-wrap dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 25px;
  width: 50%;
}
.mikke03-e02-wrap dl dt {
  font-size: 2.2rem;
  font-weight: bold;
}
.mikke03-e02-wrap dl dd {
  font-size: 1.8rem;
}
.mikke03-e02-wrap figure {
  width: 45%;
}
.mikke03-e02-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mikke03-e02 .mapbox {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mikke03-e02 .mapbox iframe {
  width: 100%;
  height: 100%;
}
.mikke03 ._add {
  font-weight: 700;
  padding-top: 10px;
  border-top: 1px solid #acacac;
}
.mikke03 ._tel {
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  border: 2px solid #75bb7d;
  padding: 5px 20px;
  border-radius: 50px;
  text-decoration: none;
}
.mikke03 ._map {
  font-size: 1.4rem;
  background: #75bb7d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  text-decoration: none;
}
.mikke03 .btn._ssbtn {
  text-align: center;
}
.mikke03 .btn._ssbtn a {
  width: 100%;
}

.ttl_01 {
  font-size: 3rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.ttl_01 span {
  flex-shrink: 0;
}
.ttl_01:before, .ttl_01:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: #93d0db;
}

.ttl_02 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.ttl_03 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  display: flex;
  gap: 13px;
}
.ttl_03 > span {
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
._green .ttl_03 > span {
  margin-top: -10px;
  padding-bottom: 3px;
  background: url(/siteimg/icon_num_g.svg) no-repeat left center;
  background-size: contain;
}
._pink .ttl_03 > span {
  background: url(/siteimg/icon_num_p.svg) no-repeat left center;
  background-size: contain;
}

.sttl_01 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #acacac;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.sttl_02 {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 10px 1em;
  margin-bottom: 20px;
}

.sttl_03 {
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
}

.catch {
  display: block;
  margin-top: 1.2820512821vw;
  font-size: 1.8rem;
}

.flx {
  display: flex;
}
.flx._center {
  justify-content: center;
}
.flx._top {
  align-items: flex-start;
}
.flx._middle {
  align-items: center;
}
.btn a,
.btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 80px;
  font-weight: 600;
  gap: 10px;
}
.btn._gray a,
.btn._gray input {
  background: #9b9b9b;
  color: #fff;
}
.btn._gray02 a,
.btn._gray02 input {
  background: #e5e5e5;
}
.btn._blue a,
.btn._blue input {
  background: #93d0db;
  color: #fff;
}
.btn._blue a:disabled,
.btn._blue input:disabled {
  background-color: #cacaca;
  color: #dfdfdf;
}
.btn._green a,
.btn._green input {
  background: #75ba7e;
  color: #fff;
  gap: 20px;
}
.btn._green a:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.btn._pink a,
.btn._pink input {
  background: #eda991;
  color: #fff;
  gap: 20px;
}
.btn._pink a:after,
.btn._pink input:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.btn._brown a,
.btn._brown input {
  background: #956134;
  color: #fff;
}
.btn._brown a:disabled,
.btn._brown input:disabled {
  background-color: #cacaca;
  color: #dfdfdf;
}
.btn._bdr a,
.btn._bdr input {
  border: 2px solid #93d0db;
  background: #fff;
}
.btn._person a:before {
  content: "";
  background: url("/siteimg/icon_person.svg") no-repeat 50% 50%;
  background-size: 15px 27px;
  width: 15px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._shop a:before {
  content: "";
  background: url("/siteimg/icon_shop.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._reset a,
.btn._reset input {
  padding: 15px 15px;
  color: #9b9b9b;
}
.btn._search:not(._ssbtn) a {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.btn._search:not(._ssbtn) a:before {
  content: "";
  background: url("/siteimg/icon_search.svg") no-repeat 50% 50%;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  transition-duration: 0.5s;
}
.btn._search:not(._ssbtn) input {
  padding: 15px 20px 15px 50px;
}
.btn._sort a:before {
  content: "";
  background: url("/siteimg/icon_sort.svg") no-repeat 50% 50%;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  transition-duration: 0.5s;
}
.btn._web a:before {
  content: "";
  background: url("/siteimg/icon_web.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._cmt a:before {
  content: "";
  background: url("/siteimg/icon_cmt.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._reg a,
.btn._reg input {
  background-color: #e7bc8d;
  color: #fff;
  justify-content: flex-start;
}
.btn._reg a > span,
.btn._reg input > span {
  display: flex;
  flex-direction: column;
}
.btn._about a:before {
  content: "";
  background: url("/siteimg/icon_nav01_s.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._about a:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.btn._get a:before {
  content: "";
  background: url("/siteimg/icon_nav02_s.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._get a:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.btn._use a:before {
  content: "";
  background: url("/siteimg/icon_nav03_s.svg") no-repeat 50% 50%;
  background-size: 34px 27px;
  width: 34px;
  height: 27px;
  display: block;
  transition-duration: 0.5s;
}
.btn._use a:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}

.btn-box {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-ft {
  background: #e5e5e5;
  padding: 50px 30px;
  margin: 80px calc(50% - 50vw) -140px;
}
.btn-ft ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.btn-ft ul li a {
  background-color: #fff;
  margin: 0 auto;
  justify-content: flex-start;
}
.btn-ft ul li a:after {
  margin-left: auto;
}
.about .btn-ft ul li.btn._about {
  display: none;
}
.howtouse .btn-ft ul li.btn._use {
  display: none;
}
.howtoget .btn-ft ul li.btn._get {
  display: none;
}

.dllist_01 {
  text-align: center;
}
.dllist_01 dt {
  font-weight: 700;
  font-size: 2.2rem;
}
.about .dllist_01 dt {
  color: #f0993b;
}

.dllist_02 > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
.dllist_02 > div + div {
  margin-top: 30px;
}
.dllist_02 dt {
  font-weight: 700;
  flex-shrink: 0;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.dllist_02 dd {
  flex-basis: 1;
  padding: 10px;
}

.tbl_style {
  width: 100%;
  margin-bottom: 10px;
}
.tbl_style th,
.tbl_style td {
  border: 1px solid #acacac;
  text-align: center;
  padding: 5px;
}
.tbl_style thead th {
  background: #fff6eb;
}
.tbl_style tbody tr._ex th {
  background: #f7dcd4;
}
.tbl_style tbody tr._ex td {
  background: #fff5f2;
}
.tbl_style tbody th {
  background: #fff6eb;
}
.tbl_style ._note {
  font-size: 0.8em;
  display: block;
}
.tbl_style ._num {
  font-size: 1.4em;
  font-weight: 700;
  color: #e54d39;
}

.cmn-pager {
  padding: 5.1282051282vw 0;
}
.cmn-pager ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.cmn-pager ul._single {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-weight: normal;
}
.cmn-pager ul._single li {
  max-width: 50%;
}
.cmn-pager ul._single li.next {
  margin-left: auto;
}
.cmn-pager ul li a,
.cmn-pager ul li span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #9b9b9b;
  text-decoration: none;
}
.cmn-pager ul li a.active,
.cmn-pager ul li span.active {
  color: #119abb;
}
.cmn-pager ul li.prev a, .cmn-pager ul li.next a {
  color: #1d1d1d;
}
.cmn-pager ul li.prev a:after, .cmn-pager ul li.next a:after {
  content: "";
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fafafa;
  opacity: 1;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.cmn-pager ul li.prev a:before, .cmn-pager ul li.next a:before {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  position: absolute;
}
.cmn-pager ul li.prev a:hover, .cmn-pager ul li.next a:hover {
  opacity: 0.5;
}
.cmn-pager ul li.prev a {
  flex-direction: row-reverse;
}
.cmn-pager ul li.prev a:before {
  transform: rotate(180deg);
  left: 20px;
}
.cmn-pager ul li.next a:before {
  right: 20px;
}

.box-desc + .box-desc {
  margin-top: 30px;
}
.box-note {
  margin-top: 15px;
}
.box-note + .box-desc {
  margin-top: 30px;
}
.box-ex {
  margin-top: 15px;
  padding: 30px;
  background-color: #fff6eb;
  border-radius: 4px;
}
.box-ex + .box-desc {
  margin-top: 30px;
}
.box-alert {
  padding: 10px;
  border: 2px solid #e54d39;
  color: #e54d39;
  border-radius: 4px;
  font-weight: 600;
}
.box-alert-bg {
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #e54d39;
  color: #fff;
}
.box-cardno {
  margin-top: 20px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  background-color: #fff6eb;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 4px;
  text-align: center;
}
.box-cardno + .box-desc {
  margin-top: 30px;
}
.box-termtxt {
  overflow-y: auto;
  border: 1px solid #acacac;
  border-radius: 4px;
  padding: 20px;
  height: 40vw;
  background-color: #fff;
}
.box-contact {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.box-contact dt {
  color: #93d0db;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.box-contact ._tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 3.2rem;
}
.box-contact ._tel:before {
  content: "";
  background: url("/siteimg/icon_tel.svg") no-repeat 50% 50%;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: block;
  transition-duration: 0.5s;
}

.clm02 {
  display: flex;
  gap: 1.7vw 2.5%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.clm02 > * {
  width: 48.75%;
}
.clm02 + .cmn-item {
  margin-top: 30px;
}

.clm03 {
  display: flex;
  gap: 1.7vw 2.5%;
  flex-wrap: wrap;
}
.clm03 > * {
  width: 31.6666666667%;
}

.clm04 {
  display: flex;
  gap: 1.7vw 2.5%;
  flex-wrap: wrap;
}
.clm04 > * {
  width: 23.125%;
}

.clm05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
.clm05 > * {
  flex: 1;
  max-width: 334px;
}

.align-r {
  text-align: right;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}

figure._capimg img {
  border: 1px solid #acacac;
  padding: 10px;
}

.list01 li {
  margin-left: 1.5em;
}
.list01 li + li {
  margin-top: 15px;
}
.list01._disc {
  list-style-type: disc;
}
.list01._decimal {
  list-style-type: decimal;
}
.list01._roman {
  list-style-type: lower-roman;
}
.list01._note li {
  text-indent: -1em;
}
.list01._num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list01._num li {
  padding-left: 1.5em;
  margin-left: 0;
  position: relative;
}
.list01._num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  line-height: 1;
  font-size: 75%;
  top: 4px;
  left: 0;
}
.list01._file li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-left: 0;
}
.list01._file li:before {
  content: "";
  background: url("/siteimg/icon_pdf.svg") no-repeat 50% 50%;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: block;
  transition-duration: 0.5s;
  flex-shrink: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

._blccontents ul {
  margin-left: 1.5em;
}
._blccontents .cmn-box + .wp-block-image,
._blccontents .wp-block-image + .wp-block-image {
  margin-bottom: 60px;
}

.cmn-box.wp-block-columns > .cmn-box,
.cmn-box.wp-block-snow-monkey-blocks-media-text > .cmn-box {
  margin-bottom: 0;
}

.mapbox {
  aspect-ratio: 2/1;
}
.mapbox iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nav-top li {
  width: calc(25% - 20px);
}
.nav-top li a {
  aspect-ratio: 160/108;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.nav-top li a figure {
  flex: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-top li a span {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: auto;
  height: 40px;
}
.nav-top li:nth-of-type(1) img {
  width: 35%;
}
.nav-top li:nth-of-type(2) img {
  width: 35%;
}
.nav-top li:nth-of-type(3) img {
  width: 36%;
}
.nav-top li:nth-of-type(4) img {
  width: 30%;
}
.swiper .swiper-pagination-bullet {
  background: #e3e3e3;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background: #93d0db;
}
.slider-top a {
  text-decoration: none;
}
.slider-top figure {
  overflow: hidden;
}
.slider-top figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-news-wrap {
  position: relative;
}
.slider-news-wrap .swiper-button-prev,
.slider-news-wrap .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.slider-news-wrap .swiper-button-prev:after,
.slider-news-wrap .swiper-button-next:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
}
.slider-news-wrap .swiper-button-next {
  right: -25px;
}
.slider-news-wrap .swiper-button-prev {
  left: -25px;
}
.slider-news-wrap .swiper-button-prev:after {
  transform: rotate(180deg);
}
.slider-news a {
  text-decoration: none;
}
.slider-news a dd {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-news ._fig {
  aspect-ratio: 160/160;
  margin-bottom: 5px;
}
.slider-news ._fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list-event li + li {
  margin-top: 15px;
}
.list-feature a {
  text-decoration: none;
}
.list-feature ._fig {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.list-feature ._fig span {
  position: absolute;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
.list-feature ._desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-newshop .list-info {
  margin-bottom: 0;
}
.list-info > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.news_list .list-info > div {
  flex-direction: column;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 20px;
}
.news .list-info > div {
  margin-bottom: 5px;
  align-items: center;
}
.list-info > div a {
  text-decoration: none;
}
.sec-newshop .list-info > div a {
  text-decoration: underline;
}
.sec-newshop .list-info > div a:hover {
  text-decoration: none;
}
.list-info > div > dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.sec-newshop .list-info > div > dd p {
  font-size: 1.4rem;
  display: inline-block;
  text-indent: 10px;
  text-decoration: underline;
}
.list-info > div .date {
  flex-shrink: 0;
}
.list-info > div .cat {
  flex-shrink: 0;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.4rem;
  text-align: center;
}
.sec-newshop .list-info > div .cat {
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.list-info > div .cat._01 {
  background: #fff09b;
}
.list-info > div .cat._02 {
  background: #cbe7f2;
}
.list-info > div .cat._03 {
  background: #c7dcf8;
}
.list-info > div .cat._04 {
  background: #ffc7c7;
}
.list-info > div .cat._kamei {
  background: #e8ac59;
}
.list-info > div .cat._kyousan {
  background: #59a1e8;
}
.list-info > div .cat._other {
  background: #acacac;
}
.list-info > div .cat._specialshop {
  background: #946134;
}
.list-info > div .cat._setouchi {
  background: #1522BC;
}
.list-bnr li {
  border: 1px solid #acacac;
}
.list-bnr li a {
  aspect-ratio: 100/40;
  display: block;
}
.list-bnr li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-town {
  background: #fcf9f4;
  padding: 50px;
}
.sec-town h2 {
  text-align: center;
  margin-bottom: 30px;
}
.sec-town h2 img {
  max-width: 400px;
  width: 80%;
}
.sec-town .btn {
  margin-bottom: 20px;
}
.sec-search ._chklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5px;
}
.sec-search ._chklist > li {
  width: calc((100% - 5px) / 2);
}
.sec-search ._taglist {
  display: flex;
  flex-wrap: wrap;
}
.sec-search ._taglist a {
  font-weight: 700;
  display: flex;
  border-radius: 50px;
  text-decoration: none;
  color: #777;
}
.sec-search ._taglist._word a {
  border: 2px solid #93d0db;
  background-color: #fff;
}
.sec-newshop {
  border: 2px solid #6fc6d6;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow-y: auto;
}

.shop-blc {
  position: relative;
}
.shop-blc + .shop-blc {
  margin-top: 60px;
}
.shop-blc._new:after {
  content: "NEW";
  position: absolute;
  left: 23.0769230769vw;
  top: 0;
  color: #fff;
  background-color: #e54d39;
  font-weight: 600;
  padding: 3px 10px;
  text-align: center;
  display: block;
}
.shop-cat:before {
  color: #fff;
  font-weight: 600;
  padding: 3px 0;
  text-align: center;
  display: block;
}
.shop-cat._01:before {
  content: "加盟店";
  background-color: #e8ac59;
}
.shop-cat._02:before {
  content: "協賛店";
  background-color: #59a1e8;
}
.shop-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.shop-ttl > span {
  font-size: 1.4rem;
}
.shop-slider figure {
  overflow: hidden;
  aspect-ratio: 376/242;
}
.shop-slider figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shop_list .shop-slider {
  width: 100%;
}
.shop_list .shop-slider figure {
  border-radius: 10px;
}
.shop_dtl .shop-slider {
  padding-bottom: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop_dtl .shop-slider._nomore {
  padding-bottom: 0;
}
.shop-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.shop-info > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.shop_dtl .shop-info > div {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-bottom: 15px;
}
.shop-info > div dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.shop-info > div dt > span {
  display: none;
}
.shop-info > div._add dt:before {
  content: "";
  background: url("/siteimg/icon_add.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.shop-info > div._tel {
  line-height: 1.5;
}
.shop-info > div._tel dt:before {
  content: "";
  background: url("/siteimg/icon_tel.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.shop-info > div._time dt:before {
  content: "";
  background: url("/siteimg/icon_time.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.shop-info > div._url dt:before {
  content: "";
  background: url("/siteimg/icon_url.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.shop-info > div._shopcat dt:before {
  content: "";
  background: url("/siteimg/icon_kamei.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  transition-duration: 0.5s;
}
.shop-info > div._map {
  width: 100%;
  height: 100%;
  border-bottom: none;
}
.shop-info > div._map iframe {
  width: 100%;
  height: 100%;
}
.shop-info > div._exlink {
  border-bottom: none;
}
.shop-info > div._exlink a {
  border: 1px solid #acacac;
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 70%;
}
.shop-info > div._exlink a img {
  width: 75%;
}
.shop-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}
.shop_dtl .shop-badge {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.shop-badge li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 25%;
  position: relative;
  line-height: 1.1666666667;
}
.shop-badge li:not(:last-child):after {
  content: "";
  display: block;
  background: #9b9b9b;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.shop-badge li span.stts {
  font-weight: 900;
  font-size: 3rem;
}
.shop-badge li span.stts._on {
  color: #98ea91;
}
.shop-badge li span.stts._off {
  color: #9b9b9b;
}
.shop-badge-txt > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 15px;
}
.shop-badge-txt > div dt {
  width: 25%;
}
.shop-badge-txt > div dd {
  width: 75%;
}
.shop-special {
  background: #d1eef4;
  margin-top: 50px;
  padding: 30px;
}
.shop-special dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.shop-special dd .tokubox + .tokubox {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.shop-special dd .tokubox > p {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
.shop-special dd .tokubox > span._cond {
  margin-top: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.shop-searchhead ._cd {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.shop-searchhead ._cd span {
  border: 1px solid #acacac;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #fff;
  display: inline-block;
}
.shop-searchhead > div {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.shop-searchhead ._num span {
  font-size: 2rem;
  font-weight: 700;
}
.shop-searchhead ._ssbtn {
  margin-top: 0;
}
.shop-searchhead ._ssbtn._search a:before {
  content: "";
  background: url("/siteimg/icon_search.svg") no-repeat 50% 50%;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  transition-duration: 0.5s;
}
.shop-searchhead ._ssbtn._search:before {
  content: none;
}
.shop-sort {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.shop-searchbtn a {
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #9b9b9b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.shop-prevbtn a {
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 40px;
  height: 40px;
  z-index: 100;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  text-indent: -9999px;
}
.shop-prevbtn a:after {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
.form_error_msg li {
  background: #e54d39;
  color: #fff;
}

.attention {
  background: #e54d39;
  color: #fff;
}

#mypoint {
  border: 2px solid #acacac;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#mypoint > p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  font-size: 1.8rem;
}
#mypoint > p em {
  font-style: normal;
}
#mypoint > p.myname {
  justify-content: center;
  background-color: #ebf1f3;
  padding: 10px;
}
#mypoint > p.myname em {
  font-weight: 700;
  font-size: 2.6rem;
}
#mypoint > p.point strong {
  font-size: 2.6rem;
  color: #e54d39;
  margin-left: auto;
}
.myp-donation #mypoint {
  background: #fff;
}

.myPM_set {
  padding: 40px 0;
}

.mypage_mn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.mypage_mn li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  background: #6fc6d6;
  box-shadow: 0px 2px 0px 0px #119abb;
  height: 100%;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  padding: 7px 5px 7px 20px;
}
.mypage_mn li a:hover {
  background: #119abb;
}
.mypage_mn li a:before {
  content: "";
  width: 45px;
  height: 45px;
}
.mypage_mn li._mn01 a:before {
  background: url(/siteimg/icon_myp_01.svg) no-repeat;
  background-size: contain;
}
.mypage_mn li._mn02 a:before {
  background: url(/siteimg/icon_myp_02.svg) no-repeat;
  background-size: contain;
}
.mypage_mn li._mn03 a:before {
  background: url(/siteimg/icon_myp_03.svg) no-repeat;
  background-size: contain;
}
.mypage_mn li._mn04 a:before {
  background: url(/siteimg/icon_myp_04.svg) no-repeat;
  background-size: contain;
}
.mypage_mn li._mn05 a:before {
  background: url(/siteimg/icon_myp_05.svg) no-repeat;
  background-size: contain;
}
.mypage_mn li._mn06 a:before {
  background: url(/siteimg/icon_myp_06.svg) no-repeat;
  background-size: contain;
}

.tbl_form_style {
  width: 100%;
  background-color: #fff;
}
.tbl_form_style tr {
  border-bottom: 1px solid #acacac;
}
.tbl_form_style th {
  padding: 10px 20px;
  text-align: left;
}
.tbl_form_style td {
  padding: 10px 20px;
}
.tbl_form_style td input:not([type=submit]):not([type=button]),
.tbl_form_style td textarea,
.tbl_form_style td select {
  width: auto;
  margin-top: 0 !important;
}

.tbl_point_history {
  width: 100%;
  background-color: #fff;
}
.tbl_point_history tr {
  border-bottom: 1px solid #e8e8e8;
}
.tbl_point_history tr:nth-child(odd) {
  background: #fbefef;
}
.tbl_point_history th {
  padding: 10px 15px;
  background-color: #f0993b;
  text-align: left;
}
.tbl_point_history th:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.tbl_point_history th a {
  color: #fff;
}
.tbl_point_history th a:hover {
  text-decoration: none;
}
.tbl_point_history td {
  padding: 10px 15px;
}

.icoca-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  padding: 20px 0;
}
.pagination li span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagination li a {
  color: #9b9b9b;
  text-decoration: none;
}
.pagination li a.active {
  color: #119abb;
}
.pagination li a img {
  display: none;
}
.pagination li:last-child a, .pagination li:first-child a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fafafa;
  opacity: 1;
  width: 40px;
  height: 40px;
}
.pagination li:last-child a:before, .pagination li:first-child a:before {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%2393D0DB'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  position: absolute;
}
.pagination li:first-child a:before {
  transform: rotate(180deg);
}

.com_calendar_icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(/siteimg/icon_cal.svg) no-repeat center center #6fc6d6;
  background-size: 30px 30px;
}

.myp-donation-head h4 {
  text-align: center;
  color: #37b12d;
  font-size: 3rem;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #37b12d;
}
.myp-donation-head p.cmn-box {
  font-size: 1.8rem;
}
.myp-donation-blc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin-top: 50px;
}
.myp-donation-blc dl {
  border: 2px solid #37b12d;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 10px;
}
.myp-donation-blc dl dt {
  height: 60px;
}
.myp-donation-blc dl dt img {
  width: auto;
  height: 100%;
}
.myp-donation-blc dl dd p.align-r {
  padding: 10px 0;
}
.myp-donation-form > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.myp-donation-form > div dt {
  font-size: 2rem;
  font-weight: 700;
}
.myp-donation-form > div dd {
  font-size: 1.6rem;
}
.myp-donation-form > div dd input {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: 12.8205128205vw;
  }
  header .logo {
    height: 7.6923076923vw;
  }
  header .inner {
    align-items: center;
    height: 12.8205128205vw;
  }
  .pc-nav-blc {
    display: none;
  }
  .pc-nav_list {
    padding: 0 4.1025641026vw;
  }
  .pc-nav_sub li:nth-child(odd) {
    border-right: 1px solid #acacac;
  }
  .pc-nav_sub li a {
    font-size: 3.5897435897vw;
  }
  .sp-nav-btn {
    width: 8.4615384615vw;
    height: 6.1538461538vw;
  }
  .sp-nav-btn span:nth-of-type(2) {
    top: 2.5641025641vw;
  }
  .sp-nav-btn[data-open=true] span:nth-of-type(1), .sp-nav-btn[data-searchopen=true] span:nth-of-type(1) {
    top: 2.5641025641vw;
  }
  .sp-nav-btn[data-open=true] span:nth-of-type(3), .sp-nav-btn[data-searchopen=true] span:nth-of-type(3) {
    bottom: 2.5641025641vw;
  }
  .sp-nav_reg > li a {
    font-size: 3.3333333333vw;
  }
  .sp-nav_list > li a,
  .sp-nav_list > li span {
    font-size: 3.8461538462vw;
  }
  .sp-nav_list > li > ul > li a {
    padding: 10px 20px;
  }
  .sp-nav_sub li:nth-child(odd) {
    border-right: 1px solid #acacac;
  }
  .sp-nav_sub li a {
    font-size: 3.5897435897vw;
  }
  .search-blc {
    padding: 0 4.1025641026vw;
  }
  .search-blc {
    font-size: 3.8461538462vw;
    padding-top: 8.9743589744vw;
    padding-bottom: 7.6923076923vw;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
  }
  .search-blc .sp-nav-btn {
    right: 3.8461538462vw;
    top: 5.1282051282vw;
  }
  .search-blc-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-top: 20px;
  }
  .footsticky {
    bottom: 4.1025641026vw;
  }
  .pagetop {
    width: 10vw;
    height: 10vw;
  }
  footer {
    padding: 8px 0;
    margin-top: 30px;
    border-width: 10px;
  }
  footer .f-nav_sub {
    display: none;
  }
  .list-sns li {
    width: 10.2564102564vw;
  }
  .copyright {
    font-size: 2.8205128205vw;
    padding: 0 0 0;
  }
  .inner {
    padding: 0 4.1025641026vw;
  }
  .cmn-sec {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
  .cmn-sec + .cmn-sec {
    margin-top: 12.8205128205vw;
  }
  .cmn-sec._line {
    padding-top: 10.2564102564vw;
  }
  .cmn-sec._bg {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
  .cmn-box:not(:last-child) {
    margin-bottom: 10.2564102564vw;
  }
  .page.neko, .page.kamei {
    margin-bottom: -30px;
  }
  .page.tamaruntown {
    margin-bottom: -30px;
  }
  .page {
    padding: calc(12.8205128205vw) 0 0;
    font-size: 3.8461538462vw;
  }
  .page.about, .page.howtouse, .page.howtoget, .page.forshop {
    padding-top: calc(12.8205128205vw + 7.6923076923vw);
  }
  .page-head {
    font-size: 4.1025641026vw;
  }
  .page-ttl {
    font-size: 5.641025641vw;
    margin-bottom: 7.6923076923vw;
  }
  .page-ttl._sub {
    padding: 2.5641025641vw 0;
  }
  .page-ttlimg {
    height: 18.4615384615vw;
  }
  .howtoget .page-ttlimg {
    height: 22.8205128205vw;
    margin-top: -4.358974359vw;
  }
  .about .page-ttlimg img {
    height: 18.4615384615vw;
  }
  .howtouse .page-ttlimg img {
    height: 16.6666666667vw;
  }
  .howtoget .page-ttlimg img {
    height: 22.8205128205vw;
  }
  .cmn-form {
    margin-top: 7.6923076923vw;
  }
  .cmn-form > div + div {
    margin-top: 7.6923076923vw;
  }
  .cmn-form dt {
    font-size: 3.8461538462vw;
  }
  .cmn-form dd {
    margin-top: 2.5641025641vw;
  }
  .cmn-form .req {
    font-size: 3.0769230769vw;
    margin-left: 2.5641025641vw;
  }
  .cmn-form .st {
    margin-bottom: 2.5641025641vw;
  }
  .cmn-form .cap {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
  .cmn-form ._error {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
  .cmn-form .op {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .cmn-form .list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .cmn-form .list li:nth-child(odd) {
    padding-right: 10px;
  }
  .cmn-form .list li:nth-child(even) {
    padding-left: 10px;
  }
  .selectBox select {
    font-size: 4.1025641026vw;
  }
  .form-thanks dt {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
  .newcard-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
  }
  .newcard-type figure {
    margin: 3.8461538462vw 0;
  }
  .newcard-type dt {
    font-size: 4.6153846154vw;
  }
  .newcard-type .box-desc {
    margin-bottom: 3.8461538462vw;
  }
  .about .dllist_01 .flx {
    margin-top: 6.4102564103vw;
    gap: 6.4102564103vw;
  }
  .about .dllist_01 figure {
    gap: 2.0512820513vw;
  }
  .howtoget_01 dl {
    margin-top: 7.6923076923vw;
  }
  .howtoget_01 dl dd {
    margin-top: 1.2820512821vw;
    font-size: 3.3333333333vw;
  }
  .howtoget_02 .cmn-box:not(:last-child) {
    margin-bottom: 11.5384615385vw;
  }
  .howtoget .dllist_01 .flx {
    margin-top: 6.4102564103vw;
    gap: 6.4102564103vw;
  }
  .howtouse_01 li:first-child:after {
    height: 13px;
    width: 30px;
    margin: 0 auto 25px;
  }
  .howtouse .dllist_01 .flx {
    margin-top: 6.4102564103vw;
    gap: 3.8461538462vw;
  }
  .howtouse .dllist_01 figure:first-child img {
    max-width: 14.358974359vw;
  }
  .howtouse .dllist_01 figure:nth-of-type(2) img {
    max-width: 25.641025641vw;
  }
  .forshop_01 {
    flex-direction: column;
    align-items: center;
  }
  .forshop_01 > div dt img {
    height: 70px;
  }
  .forshop_01 > div dd {
    font-size: 3.8461538462vw;
  }
  .forshop_02 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .faq-catlist h3 {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }
  .faq-catlist ul li a {
    font-size: 3.3333333333vw;
  }
  .faq-list > div > dt {
    padding: 3.8461538462vw;
  }
  .faq-list > div > dt:before {
    font-size: 5.641025641vw;
    width: 5.1282051282vw;
    margin-top: -5px;
  }
  .faq-list > div > dd > div {
    padding: 3.8461538462vw;
  }
  .faq-list > div > dd > div._open {
    padding: 3.8461538462vw;
  }
  .faq-list > div > dd > div:before {
    font-size: 5.641025641vw;
    width: 5.1282051282vw;
    margin-top: -5px;
  }
  .faq-list > div > dd .btn a,
  .faq-list > div > dd .btn input {
    font-size: 4.1025641026vw;
  }
  .faq-list > div > dd .btn._reg {
    padding: 0;
  }
  .event-wrap01 {
    background-color: #ebf1f3;
    margin-top: -7.6923076923vw;
    padding-top: 5.1282051282vw;
  }
  .event-wrap01 .ttl_02 {
    margin-bottom: 0vw;
  }
  .event-wrap02 {
    padding: 5.1282051282vw 0 7.6923076923vw;
  }
  .event-wrap02 .ttl_02 {
    margin-bottom: 0vw;
    line-height: 1;
  }
  .event-slider {
    margin-top: -7.6923076923vw;
    padding: 5.1282051282vw 0 12.8205128205vw;
  }
  .event-slider02 {
    background-color: #ebf1f3;
    margin: 0 calc(50% - 50vw) 0;
    padding: 5.1282051282vw 0 7.6923076923vw 20px;
  }
  .event-slider02 figure {
    background: #fff;
  }
  .event-slider02 .cat {
    width: 90px;
    font-size: 3.0769230769vw;
    padding: 3px 5px;
  }
  .event-slider02 dt {
    margin-bottom: 5px;
  }
  .event-slider02 dd {
    font-size: 3.3333333333vw;
  }
  .event-list-wrap {
    margin-top: 5.1282051282vw;
  }
  .event-list-blc._new:after {
    font-size: 2.5641025641vw;
  }
  .event-list-blc + .event-list-blc {
    margin-top: 25px;
  }
  .event-list-blc a {
    gap: 10px;
  }
  .event-list-blc .cat {
    font-size: 3.0769230769vw;
  }
  .news_list .event-list-blc .cat, .news .event-list-blc .cat {
    font-size: 3.5897435897vw;
  }
  ._headblc .event-list-date > p > span {
    font-size: 2.0512820513vw;
  }
  ._headblc .event-list-date > p > span > strong {
    font-size: 3.8461538462vw;
  }
  .event-list-info dt {
    font-size: 4.6153846154vw;
  }
  .event-list-info dd span._date {
    font-size: 4.1025641026vw;
  }
  .event-list-info dd span._ptoku {
    font-size: 2.5641025641vw;
  }
  span._ended {
    font-size: 2.5641025641vw;
  }
  .feature-list-blc {
    border-bottom: 1px solid #acacac;
    padding-bottom: 15px;
  }
  .feature-list-blc._nekostory + .feature-list-blc._nekostory {
    margin-top: 25px;
  }
  .feature-list-blc._nekostory a {
    display: block;
  }
  .feature-list-blc._nekostory a dl {
    width: 100%;
  }
  .feature-list-blc._nekostory a dl dd {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
    white-space: unset;
  }
  .feature-list-blc._latest02 a .feature-list-info dt:before {
    font-size: 2.5641025641vw;
  }
  .feature-list-blc._latest02 a .feature-list-info dd {
    font-size: 3.5897435897vw;
  }
  .feature-list-blc._latest:after {
    font-size: 2.5641025641vw;
    padding: 3px 10px;
  }
  .feature-list-blc + .feature-list-blc {
    margin-top: 15px;
  }
  .feature-list-blc .cat {
    font-size: 2.5641025641vw;
  }
  .feature-list-name span._com {
    font-size: 3.0769230769vw;
  }
  ._latest .feature-list-name span._com {
    font-size: 3.3333333333vw;
  }
  ._latest02 .feature-list-name span._com {
    font-size: 4.1025641026vw;
  }
  .feature-list-name span._yaku {
    font-size: 2.8205128205vw;
  }
  ._latest .feature-list-name span._yaku {
    font-size: 3.0769230769vw;
  }
  ._latest02 .feature-list-name span._yaku {
    font-size: 3.3333333333vw;
  }
  .feature-list-name span._name {
    font-size: 3.5897435897vw;
  }
  ._latest .feature-list-name span._name {
    font-size: 4.1025641026vw;
  }
  ._latest02 .feature-list-name span._name {
    font-size: 5.1282051282vw;
  }
  ._nekostory .feature-list-name {
    font-size: 4.1025641026vw;
  }
  .feature-list-info dd {
    font-size: 2.8205128205vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .feature-list-info dd p._date {
    font-size: 2.8205128205vw;
  }
  .kamei-head .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .kamei-head .inner > div {
    width: 100%;
  }
  .kamei-head .inner > div > p {
    padding: 20px 20px 0;
  }
  .kamei-head .inner > img {
    width: 60%;
  }
  .kamei-profile {
    padding: 7.6923076923vw 0;
  }
  .kamei-profile h3 img {
    width: 80%;
  }
  .kamei-profile ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 3.8461538462vw;
  }
  .kamei-slider {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
  .kamei-slider-dtl {
    margin: 0 auto;
    padding: 5.1282051282vw;
  }
  .kamei-slider-dtl figcaption {
    padding: 10px;
  }
  .kamei-list-wrap {
    padding: 7.6923076923vw 0 2.5641025641vw;
    background-position: left -50px top 30px;
    background-size: auto 60%;
  }
  .kamei-list-wrap02 {
    padding: 7.6923076923vw 0 12.8205128205vw;
  }
  .kamei-list-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .kamei-list-blc {
    border-radius: 5.1282051282vw;
    width: 70%;
  }
  .kamei-list-all .kamei-list-blc {
    width: calc((100% - 15px) / 2);
    border-width: 5px;
  }
  .kamei-list-blc._new:after {
    font-size: 2.5641025641vw;
    padding: 3px 10px;
  }
  .kamei-list-blc .cat {
    font-size: 2.5641025641vw;
  }
  .kamei-list-blc02 {
    border-radius: 7.6923076923vw;
    width: 85%;
  }
  .kamei-list-info {
    padding: 15px;
  }
  .kamei-list-all .kamei-list-info {
    padding: 10px 3px 0;
  }
  .kamei-list-info span._itemname {
    font-size: 4.1025641026vw;
  }
  .kamei-list-info span._shopname {
    font-size: 3.0769230769vw;
  }
  .kamei-list-all .kamei-list-info span._shopname {
    font-size: 3.3333333333vw;
  }
  .kamei-dtl {
    padding: 8.9743589744vw 0;
    background-position: left -30px top 10px;
    background-size: auto 50%;
  }
  .kamei-iteminfo {
    padding: 5.1282051282vw 5.1282051282vw 10.2564102564vw;
  }
  .kamei-iteminfo .align-c {
    text-align: left;
  }
  .kamei-iteminfo h3 {
    font-size: 5.1282051282vw;
  }
  .kamei-iteminfo span._itemprice {
    font-size: 4.1025641026vw;
    margin-bottom: 6.4102564103vw;
    text-align: right;
  }
  .kamei-iteminfo ._reccmt {
    border-width: 5px;
    padding: 3.8461538462vw;
    margin-bottom: -7.6923076923vw;
  }
  .kamei-iteminfo ._reccmt._daidai img {
    padding-top: 1.5384615385vw;
  }
  .kamei-iteminfo ._reccmt img {
    left: 15px;
    top: -32px;
    width: 200px;
  }
  .kamei-iteminfo ._reccmt p {
    font-size: 4.6153846154vw;
    line-height: 1.3333333333;
  }
  .setouchi-ttl {
    padding: 5.1282051282vw 0;
    margin-bottom: 10.2564102564vw;
  }
  .setouchi-ttl img {
    width: 65%;
    margin-bottom: 2.5641025641vw;
    padding-left: 5.1282051282vw;
  }
  .setouchi-ttl span {
    padding: 1.2820512821vw 0;
    font-size: 3.3333333333vw;
  }
  .setouchi-head dl dt ._com {
    font-size: 4.1025641026vw;
  }
  .setouchi-head dl dt ._yaku {
    font-size: 5.1282051282vw;
  }
  .setouchi-head dl dt ._name {
    font-size: 6.1538461538vw;
    display: block;
  }
  .setouchi-banenr {
    font-size: 4.1025641026vw;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
    margin-top: 7.6923076923vw;
  }
  ._blccontents {
    font-size: 3.5897435897vw;
  }
  ._blccontents h4 {
    font-size: 4.1025641026vw;
  }
  ._blccontents .wp-block-media-text__content {
    padding: 10px 0;
  }
  .neko-about-org > div {
    border-width: 4px;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .neko-about-org > div._wanpark {
    margin-top: 7.6923076923vw;
  }
  .neko-about-org > div h4 {
    height: 50px;
  }
  .neko-about-org > div h4 img {
    width: auto;
  }
  .neko-about-org > div .blc-col2 {
    gap: 5.1282051282vw;
  }
  .neko-about-org > div .dllist_02 dt {
    margin-bottom: 0;
  }
  .goldcard-head figure {
    gap: 10px;
  }
  .goldcard-head figure img {
    flex: 1;
  }
  .goldcard-head .box-ex dd strong {
    font-size: 4.1025641026vw;
  }
  .goldcard-list div dt {
    font-size: 4.1025641026vw;
  }
  .goldcard-service {
    padding: 5.1282051282vw;
  }
  .edy-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .edy-point dl {
    width: 100%;
  }
  .denki-head h3 img {
    margin-top: 10px;
  }
  .denki-point h4 {
    font-size: 4.1025641026vw;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .denki-point h4 strong {
    font-size: 5.1282051282vw;
  }
  .denki-howto {
    font-size: 4.1025641026vw;
  }
  .denki-howto dt {
    padding: 5px 10px;
  }
  .denki-howto dd {
    padding: 10px;
  }
  .denki-flow {
    border-width: 3px;
    padding: 2.5641025641vw;
  }
  .denki-flow .ttl_02 {
    font-size: 4.6153846154vw;
  }
  .denki-planex li + li {
    margin-top: 2.5641025641vw;
  }
  .denki-planimg > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .tamaruntown-head h2 {
    width: 90%;
    margin: 7.6923076923vw auto;
  }
  .tamaruntown-head .catch {
    font-size: 4.6153846154vw;
  }
  .tamaruntown-map-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .tamaruntown-map-box {
    border-width: 3px;
  }
  .tamaruntown-map-box dt {
    font-size: 3.5897435897vw;
    padding: 1.2820512821vw 0;
    border-width: 3px;
  }
  .tamaruntown-map-box dd {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .tamaruntown-profile {
    padding: 15.3846153846vw 0;
  }
  .tamaruntown-profile h3 {
    margin-bottom: 5.1282051282vw;
  }
  .tamaruntown-profile ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .neko {
    background-size: 60% auto;
  }
  .neko-side {
    display: none;
  }
  .neko-cont {
    width: 100%;
  }
  .neko-cont._nekosec {
    padding: 3.8461538462vw;
  }
  .neko-index {
    padding: 3.8461538462vw;
  }
  .neko-index-head {
    background-size: 60% auto;
  }
  .neko-index-head > div {
    gap: 0;
    background-size: auto 6.4102564103vw;
  }
  .neko-index-head > div > img {
    width: 17%;
  }
  .neko-index-head > div h2 {
    padding: 6.4102564103vw 0 14.1025641026vw;
  }
  .neko-index-dayan {
    padding: 3.8461538462vw;
    border-radius: 10px;
  }
  .neko-index-dayan-ttl img {
    width: 100%;
  }
  .neko-index-tama {
    padding: 3.8461538462vw;
  }
  .neko-index-tama > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  .neko-index-tama > a:after {
    width: 8px;
    height: 26px;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.157' height='13.687' viewBox='0 0 6.157 13.687'%3E%3Cpath d='M748.83,874.686a1,1,0,0,1-.814-1.58l3.745-5.263-3.745-5.264a1,1,0,1,1,1.63-1.159l4.157,5.843a1,1,0,0,1,0,1.159l-4.157,5.843A1,1,0,0,1,748.83,874.686Z' transform='translate(-747.831 -861)' fill='%23765300'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.5s;
    position: absolute;
    right: -6.4102564103vw;
    top: 50%;
  }
  .neko-index-tama > a figure {
    width: 70%;
  }
  .neko-index-tama > a p {
    padding-right: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
  .neko-index-story-ttl {
    aspect-ratio: 100/40;
    height: auto;
    margin: 0 -3.8461538462vw;
  }
  .neko-index-story-ttl img {
    height: auto;
    width: 75%;
    margin-top: -20px;
  }
  ._hogonekostory .neko-index-story-ttl {
    margin-bottom: 0px;
  }
  .neko-index-story .inner {
    padding-bottom: 5.1282051282vw;
  }
  .neko-index-story-head {
    margin-bottom: 5.1282051282vw;
  }
  .neko-index-story-head .ttl {
    font-size: 4.1025641026vw;
  }
  .neko-index-contbnr {
    padding-top: 10.2564102564vw;
  }
  .neko-index-contbnr > ul {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
  .neko-index-contbnr > ul li p {
    margin-top: 3.8461538462vw;
  }
  .neko-index-contbnr02 ul {
    gap: 10px;
  }
  .neko-index-contbnr02 ul li img {
    padding: 0;
    height: auto;
  }
  .neko-index-contbnr02 ul li:nth-of-type(2) img {
    padding: 0 0 0 35px;
  }
  .abouttama h3 {
    width: 75%;
  }
  .dayan-profile > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .dayan-profile figure {
    width: 60%;
  }
  .dayan-profile dl dt {
    font-size: 4.1025641026vw;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .dayan-profile dl dd {
    font-size: 3.0769230769vw;
  }
  .dayan-profile dl dd > p {
    font-size: 2.5641025641vw;
    margin-top: 5px;
  }
  .cmn-flow {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .cmn-flow > dl dt {
    font-size: 4.1025641026vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .cmn-flow > dl dt span {
    font-size: 3.0769230769vw;
  }
  .app-feature dl > div dt {
    font-size: 4.6153846154vw;
    padding-bottom: 1.2820512821vw;
    margin-bottom: 2.5641025641vw;
  }
  .blc_404 {
    margin-top: 10.2564102564vw;
  }
  .blc_404 dt {
    font-size: 5.641025641vw;
    padding: 0 0 7.6923076923vw 0;
  }
  .blc_404 dd {
    font-size: 4.1025641026vw;
    padding: 7.6923076923vw 0;
  }
  .ipu-head-line {
    display: none;
  }
  .ipu-feature {
    padding: 30px 0;
  }
  .ipu-ttl {
    margin: 5.1282051282vw 0;
    height: 25px;
  }
  .ipu-desc {
    font-size: 4.6153846154vw;
  }
  .ipu-app {
    padding: 30px 15px;
  }
  .ipu-app-desc {
    font-size: 4.1025641026vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .ipu-app .app-dl dd img {
    max-width: 90%;
  }
  .ipu-map {
    padding: 30px 0 30px;
  }
  .ipu-map-ttl {
    padding: 0 15px;
  }
  .ipu-map div.mapbox {
    aspect-ratio: 1/1.5;
    margin-bottom: 20px;
  }
  .ipu-fixed {
    position: sticky;
    width: 100%;
    bottom: -120px;
    left: 0;
    border-top: 4px solid #fff;
  }
  .ipu-fixed > p {
    font-size: 4.358974359vw;
    padding: 15px 0;
  }
  .ipu-fixed .app-dl {
    height: 120px;
  }
  .mikke-wrap {
    padding: 20px 0 30px;
    margin-bottom: 20px;
  }
  .mikke-wrap .inner {
    margin-bottom: 20px;
  }
  .mikke-evttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .mikke-evttl img {
    max-width: 70%;
  }
  .mikke-evttl img:first-child {
    max-width: 40%;
  }
  .mikke-head h3 {
    padding: 0 5.1282051282vw;
  }
  .mikke-ttl {
    margin-bottom: 3.8461538462vw;
  }
  .mikke-sttl {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
  .mikke-catch {
    text-align: left;
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .mikke-catch > p {
    font-size: 4.1025641026vw;
  }
  .mikke03.inner {
    padding: 0;
  }
  .mikke03.inner .cmn-sec {
    padding-right: 0;
    padding-left: 0;
  }
  .mikke03-about {
    margin-bottom: 5.1282051282vw;
  }
  .mikke03-e01-shopwrap {
    padding: 3.8461538462vw;
    border-radius: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
  }
  .mikke03-e01-shopdtl {
    width: 100%;
  }
  .mikke03-e01-shopdtl figure {
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
  }
  .mikke03-e01-shopdtl dl {
    padding: 2.5641025641vw 3.8461538462vw;
    border-radius: 0 0 3.8461538462vw 3.8461538462vw;
  }
  .mikke03-e02-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  .mikke03-e02-wrap dl {
    width: 100%;
    gap: 0;
  }
  .mikke03-e02-wrap dl dt {
    margin-bottom: 2.5641025641vw;
  }
  .mikke03-e02-wrap dl dd {
    margin-bottom: 5.1282051282vw;
  }
  .mikke03-e02-wrap figure {
    width: 100%;
    border-radius: 3.8461538462vw;
    overflow: hidden;
  }
  .mikke03-e02 .mapbox {
    border-radius: 3.8461538462vw;
    aspect-ratio: 2/2;
    margin-bottom: 20px;
  }
  .mikke03 .btn._ssbtn a {
    padding: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
  .ttl_01 {
    font-size: 5.1282051282vw;
    gap: 10px;
    margin-bottom: 5.1282051282vw;
  }
  .ttl_02 {
    font-size: 5.641025641vw;
    margin-bottom: 4.6153846154vw;
  }
  .ttl_03 {
    font-size: 5.1282051282vw;
    line-height: 1.2272727273;
    margin-bottom: 4.6153846154vw;
  }
  ._green .ttl_03 {
    margin-left: -5.1282051282vw;
    margin-right: -5.1282051282vw;
  }
  ._green .ttl_03 {
    font-size: 4.8717948718vw;
  }
  .ttl_03 > span {
    font-size: 5.1282051282vw;
    line-height: 1.35;
  }
  ._green .ttl_03 > span {
    width: 13.5897435897vw;
    height: 12.8205128205vw;
  }
  ._pink .ttl_03 > span {
    width: 13.3333333333vw;
    height: 10.5128205128vw;
  }
  .sttl_01 {
    font-size: 4.6153846154vw;
    line-height: 1.4444444444;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
  .sttl_02 {
    font-size: 4.1025641026vw;
    line-height: 1.4444444444;
    padding: 1.2820512821vw 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
  .sttl_03 {
    font-size: 3.8461538462vw;
    line-height: 1.4444444444;
    margin-bottom: 3.8461538462vw;
  }
  .catch {
    font-size: 3.5897435897vw;
  }
  .btn {
    width: 100%;
    font-size: 5.1282051282vw;
  }
  .btn a,
  .btn input {
    padding: 7px 10px;
  }
  .btn input {
    width: 100%;
    font-size: 5.1282051282vw;
  }
  .btn._sbtn:not(._search) a,
  .btn._sbtn:not(._search) input {
    padding: 8px 0;
    font-size: 4.1025641026vw;
  }
  .btn._ssbtn a,
  .btn._ssbtn input {
    padding: 3px 10px;
    font-size: 3.3333333333vw;
  }
  .btn._person:not(._sbtn) {
    font-size: 5.8974358974vw;
  }
  .btn._search:not(._ssbtn) a {
    font-size: 4.1025641026vw;
  }
  .btn._search:not(._ssbtn) input {
    font-size: 4.1025641026vw;
  }
  .btn._reg {
    font-size: 3.8461538462vw;
    padding: 0 3.8461538462vw;
  }
  .btn._reg a,
  .btn._reg input {
    font-size: 4.1025641026vw;
    line-height: 1.25;
    padding-left: 10.2564102564vw;
    height: 14.8717948718vw;
  }
  .btn._reg a > span > span,
  .btn._reg input > span > span {
    font-size: 3.3333333333vw;
  }
  .btn._about {
    font-size: 3.8461538462vw;
  }
  .btn._get {
    font-size: 3.8461538462vw;
  }
  .btn._use {
    font-size: 3.8461538462vw;
  }
  .btn._zip a,
  .btn._zip input {
    padding: 3px 10px;
    font-size: 2.8205128205vw;
    gap: 5px;
  }
  .btn-list {
    margin-top: 7.6923076923vw;
  }
  .btn-list li + li {
    margin-top: 3.8461538462vw;
  }
  .btn-list p + p {
    margin-top: 3.8461538462vw;
  }
  .btn-ft {
    padding: 7.6923076923vw 4.1025641026vw;
    margin-top: 35px;
    margin-bottom: -35px;
  }
  .btn-ft ul {
    flex-direction: column;
    gap: 3.8461538462vw;
  }
  .btn-ft ul li a {
    height: 11.2820512821vw;
    width: 64.1025641026vw;
    padding: 0 7.6923076923vw;
  }
  .dllist_01 > div + div {
    margin-top: 10.2564102564vw;
  }
  .dllist_01 dt {
    font-size: 4.8717948718vw;
    margin-bottom: 3.8461538462vw;
  }
  .dllist_02 > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  .dllist_02 > div + div {
    margin-top: 10.2564102564vw;
  }
  .dllist_02 dt {
    margin-bottom: 3.8461538462vw;
  }
  .dllist_02 dd {
    padding: 0 15px;
  }
  .blc-col2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .blc-col2._center {
    align-items: center;
  }
  .cmn-pager {
    font-size: 4.6153846154vw;
  }
  .cmn-pager ul li.prev a, .cmn-pager ul li.next a {
    font-size: 3.0769230769vw;
  }
  .cmn-pager ul li.prev a:after, .cmn-pager ul li.next a:after {
    width: 30px;
    height: 30px;
  }
  .cmn-pager ul li.prev a:before {
    left: 15px;
  }
  .cmn-pager ul li.next a:before {
    right: 15px;
  }
  .box-note {
    font-size: 3.3333333333vw;
  }
  .box-ex {
    padding: 5.1282051282vw;
  }
  .box-alert {
    font-size: 3.3333333333vw;
  }
  .box-cardno {
    font-size: 4.1025641026vw;
  }
  .box-contact {
    font-size: 3.8461538462vw;
  }
  .box-contact dt {
    font-size: 4.8717948718vw;
    margin-bottom: 1.2820512821vw;
  }
  .box-contact ._tel {
    font-size: 6.4102564103vw;
    margin-bottom: 3.8461538462vw;
  }
  .clm02 {
    gap: 4.8vw 2.5%;
    flex-direction: column;
  }
  .clm02 > * {
    width: 100%;
  }
  .clm02 > .tgl02 {
    margin-top: 0;
  }
  .clm02 + .cmn-item {
    margin-top: 6.4102564103vw;
  }
  .clm03 {
    gap: 4.8vw 2.5%;
    flex-direction: column;
  }
  .clm03 > * {
    width: 100%;
  }
  .clm03.tgl01 {
    gap: 0;
  }
  .clm04 {
    gap: 4.8vw 2.5%;
  }
  .clm04 > * {
    width: 48.75%;
  }
  .clm05 {
    gap: 7vw;
  }
  .clm05 > * {
    width: 100%;
  }
  ._blccontents .cmn-box + .wp-block-image,
  ._blccontents .wp-block-image + .wp-block-image {
    margin-bottom: 10.2564102564vw;
  }
  .nav-top {
    gap: 14px;
  }
  .nav-top li {
    width: calc(50% - 7px);
  }
  .nav-top li a {
    gap: 5px;
  }
  .nav-top li a span {
    font-size: 4.1025641026vw;
    height: 5.1282051282vw;
  }
  .nav-top li:nth-of-type(1) img {
    width: 16.9230769231vw;
  }
  .nav-top li:nth-of-type(2) img {
    width: 15.8974358974vw;
  }
  .nav-top li:nth-of-type(3) img {
    width: 20.7692307692vw;
  }
  .nav-top li:nth-of-type(4) img {
    width: 12.8205128205vw;
  }
  .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .slider-top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 10.2564102564vw;
    margin-top: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
  .slider-top figure {
    aspect-ratio: 337/210;
  }
  .slider-news-wrap .swiper-button-prev,
  .slider-news-wrap .swiper-button-next {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 20.5128205128vw;
  }
  .slider-news-wrap .swiper-button-next {
    right: -2.5641025641vw;
  }
  .slider-news-wrap .swiper-button-prev {
    left: -2.5641025641vw;
  }
  .slider-news a dt {
    font-size: 3.0769230769vw;
  }
  .slider-news a dd {
    font-size: 4.1025641026vw;
  }
  .list-feature li + li {
    margin-top: 15px;
  }
  .list-feature ._fig span {
    font-size: 5.1282051282vw;
  }
  .list-info > div {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 3.5897435897vw;
  }
  .news_list .list-info > div {
    gap: 10px;
    padding-bottom: 15px;
    font-size: 3.8461538462vw;
  }
  .sec-newshop .list-info > div {
    flex-direction: column;
    gap: 0;
  }
  .list-info > div > dt {
    gap: 10px;
  }
  .sec-newshop .list-info > div > dd p {
    font-size: 1.2rem;
  }
  .list-info > div .date {
    font-size: 2.5641025641vw;
  }
  .news_list .list-info > div .date, .news .list-info > div .date {
    font-size: 3.5897435897vw;
  }
  .sec-newshop .list-info > div .date {
    font-size: 3.5897435897vw;
  }
  .list-info > div .cat {
    width: 90px;
    font-size: 3.0769230769vw;
    padding: 3px 5px;
  }
  .news_list .list-info > div .cat, .news .list-info > div .cat {
    width: auto;
    font-size: 3.5897435897vw;
  }
  .list-bnr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .list-bnr li {
    width: calc(50% - 8px);
  }
  .sec-town {
    padding: 7.6923076923vw 0;
  }
  .sec-search ._catttl {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
  .sec-search ._taglist {
    gap: 2.5641025641vw;
  }
  .sec-search ._taglist a {
    padding: 1.5384615385vw 5.1282051282vw;
  }
  .sec-search ._taglist._area a {
    background: #efefef;
  }
  .sec-newshop {
    padding: 3.8461538462vw 3.8461538462vw 0;
    margin-bottom: 5.1282051282vw;
    height: 220px;
  }
  .sec-news .sec-newshop {
    margin-top: 7.6923076923vw;
    height: 180px;
  }
  .shop-blc {
    padding-top: 30px;
  }
  .shop-blc + .shop-blc {
    margin-top: 40px;
  }
  .shop-blc._new:after {
    font-size: 3.0769230769vw;
  }
  .shop-cat:before {
    width: 23.0769230769vw;
    position: absolute;
    top: 0;
    left: -4.1025641026vw;
    font-size: 3.0769230769vw;
  }
  .shop-ttl {
    font-size: 5.1282051282vw;
  }
  .shop-ttl > span {
    font-size: 3.0769230769vw;
  }
  .shop_list .shop-slider {
    width: 100vw;
    margin: 3.8461538462vw calc(50% - 50vw) 0;
  }
  .shop_list .shop-slider._nomore {
    width: 100%;
    margin: 3.8461538462vw 0 0;
    padding: 0 0.5128205128vw;
  }
  .shop_list .shop-slider figure {
    border-radius: 3.8461538462vw;
  }
  .shop_dtl .shop-slider {
    padding-bottom: 10.2564102564vw;
    margin-top: 3.8461538462vw;
  }
  .shop-info {
    margin-top: 5.1282051282vw;
  }
  .shop_dtl .shop-info > div {
    padding-bottom: 2.5641025641vw;
  }
  .shop-info > div._add {
    border-bottom: none;
  }
  .shop_dtl .shop-info > div._add {
    border-top: 1px solid #e0e0e0;
    padding-top: 2.5641025641vw;
  }
  .shop-info > div._map {
    aspect-ratio: 376/232;
  }
  .shop-badge {
    margin-top: 5.1282051282vw;
  }
  .shop-badge li {
    font-size: 3.0769230769vw;
    text-align: center;
    gap: 10px;
  }
  .shop-badge li span.stts {
    font-size: 5.1282051282vw;
  }
  .shop-badge-txt {
    margin-top: 5.1282051282vw;
  }
  .shop-badge-txt > div {
    font-size: 3.3333333333vw;
    margin-top: 2.0512820513vw;
  }
  .shop-badge-txt > div dt {
    width: 42%;
  }
  .shop-badge-txt > div dd {
    width: 58%;
  }
  .shop-special {
    width: 100vw;
    margin: 5.1282051282vw calc(50% - 50vw);
    padding: 3.8461538462vw;
  }
  .shop-special dt {
    font-size: 3.3333333333vw;
    margin-bottom: 1.2820512821vw;
  }
  .shop-special dd {
    font-size: 3.0769230769vw;
  }
  .shop-special dd .tokubox > p {
    font-size: 3.8461538462vw;
  }
  .shop .box-desc {
    margin-top: 3.8461538462vw;
  }
  .shop .btn {
    margin-top: 5.1282051282vw;
  }
  .shop_list {
    margin-top: 5.1282051282vw;
  }
  .shop_list .box-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
  }
  .shop-searchhead ._cd {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
  .shop-searchhead ._num span {
    font-size: 4.6153846154vw;
  }
  .shop-sort {
    gap: 10px;
  }
  .shop-sort .btn {
    margin: 0;
  }
  .form_error_msg {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
  .form_error_msg li {
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .form_error_msg li + li {
    margin-top: -1.2820512821vw;
  }
  .attention {
    font-size: 3.3333333333vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
  #mypoint {
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
  }
  #mypoint > p {
    gap: 5px;
    font-size: 3.3333333333vw;
    padding: 0 3.8461538462vw;
  }
  #mypoint > p.myname {
    padding: 2.5641025641vw;
  }
  #mypoint > p.myname em {
    font-size: 4.6153846154vw;
  }
  #mypoint > p.point strong {
    font-size: 4.6153846154vw;
  }
  #mypoint > p.point em {
    font-size: 2.8205128205vw;
  }
  .myp-donation #mypoint {
    padding-top: 2.5641025641vw;
  }
  .mypage_mn {
    gap: 10px;
    flex-wrap: wrap;
  }
  .mypage_mn li {
    width: calc(50% - 5px);
  }
  .mypage_mn li a {
    font-size: 3.0769230769vw;
    gap: 5px;
    padding-left: 10px;
  }
  .mypage_mn li a:before {
    width: 25px;
    height: 25px;
  }
  .tbl_form_style tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .tbl_point_history th {
    padding: 8px;
  }
  .tbl_point_history td {
    padding: 8px;
  }
  .tbl_scr {
    overflow-x: auto;
  }
  .tbl_scr table {
    width: 600px;
  }
  .icoca-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
  .pagination {
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
  }
  .myp-donation-head h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
  .myp-donation-head p.cmn-box {
    font-size: 0.4102564103vw;
  }
  .myp-donation-blc {
    margin-top: 7.6923076923vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .myp-donation-blc dl dd p.align-r {
    text-align: center;
  }
  .myp-donation-form > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .myp-donation-form > div dt {
    font-size: 4.6153846154vw;
  }
  .myp-donation-form > div dd {
    text-align: center;
  }
  .myp-donation-form > div dd input {
    width: 70% !important;
  }
}
@media screen and (min-width: 769px) {
  header {
    background-color: #fff;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  header .logo {
    height: 40px;
  }
  header .inner {
    flex: auto;
  }
  .sp-infobtn {
    display: none;
  }
  header .sp-nav-btn {
    display: none;
  }
  .sp-nav-btn {
    width: 50px;
    height: 25px;
    cursor: pointer;
  }
  .sp-nav-btn span:nth-of-type(2) {
    display: none;
  }
  .sp-nav-btn[data-open=true] span:nth-of-type(1), .sp-nav-btn[data-searchopen=true] span:nth-of-type(1) {
    top: 10px;
  }
  .sp-nav-btn[data-open=true] span:nth-of-type(3), .sp-nav-btn[data-searchopen=true] span:nth-of-type(3) {
    bottom: 10px;
  }
  .sp-nav-blc {
    display: none;
  }
  .search-blc {
    top: 10dvh;
    left: 10vw;
    width: 80vw;
    height: 80dvh;
    padding: 40px;
  }
  .search-blc .sp-nav-btn {
    right: 30px;
    top: 30px;
  }
  .search-blc-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .search-blc-inner > div:nth-of-type(2) {
    position: relative;
  }
  .search-blc-inner > div:nth-of-type(2):before {
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
  }
  .search-blc-inner > div:nth-of-type(3) {
    grid-column: 1/3;
  }
  .search-blc-inner > div:nth-of-type(4) {
    grid-column: 1/3;
  }
  footer {
    padding: 15px 0;
    margin-top: 60px;
  }
  footer > .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .list-sns li {
    width: 50px;
  }
  body {
    overflow-x: hidden;
  }
  body._open:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 15;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .cmn-sec._bg {
    padding: 50px;
  }
  .page a:hover {
    opacity: 0.6;
  }
  .page.neko, .page.kamei {
    padding: calc(120px) 0 80px;
    margin-bottom: -60px;
  }
  .page.tamaruntown {
    padding-bottom: 0;
    margin-bottom: -60px;
  }
  .page-head {
    text-align: center;
    font-size: 1.8rem;
  }
  .page-ttl {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }
  .page-ttlimg {
    height: 100px;
  }
  .howtoget .page-ttlimg {
    height: 100px;
  }
  .cmn-form {
    margin: 60px 0 80px;
  }
  .cmn-form > div {
    display: flex;
    justify-content: space-between;
  }
  .cmn-form dt {
    font-size: 1.8rem;
    width: 300px;
    padding: 10px 20px 0 0;
  }
  .cmn-form dd {
    width: calc(100% - 300px);
  }
  .cmn-form dd._pdg {
    padding: 10px 0 0;
  }
  .cmn-form .req {
    margin-left: 15px;
  }
  .cmn-form .st {
    margin-bottom: 10px;
  }
  .cmn-form .cap {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .cmn-form .list li {
    margin-top: 10px;
  }
  .cmn-form .list li:not(:last-child) {
    margin-right: 30px;
  }
  .flx-input input:not([type=submit]):not([type=button]),
  .flx-input textarea,
  .flx-input select {
    width: auto;
  }
  .form-thanks {
    text-align: center;
    margin: 60px 0;
  }
  .form-thanks dt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .newcard-type {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 50px;
    width: 100%;
  }
  .newcard-type dl {
    width: 50%;
    border: 4px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .about {
    text-align: center;
  }
  .about .dllist_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .about .dllist_01 > div {
    flex: 1;
  }
  .about .dllist_01 dt {
    height: 50px;
  }
  .howtoget_01 {
    text-align: center;
  }
  .howtoget_01 dl {
    margin-top: 30px;
  }
  .howtouse_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 50px;
  }
  .howtouse_01 li:first-child:after {
    position: absolute;
    right: -50px;
    transform: rotate(-90deg);
    top: 50%;
    height: 25px;
    width: 50px;
  }
  .howtouse_02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 50px;
  }
  .howtouse .dllist_01 .flx {
    gap: 15px;
  }
  .forshop_01 > div dt img {
    height: 100px;
    margin-bottom: 10px;
  }
  .forshop_02 li {
    border: 1px solid #93d0db;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .faq-catlist {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
  }
  .faq-catlist h3 {
    flex-shrink: 0;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .faq-catlist ul {
    justify-content: flex-start;
  }
  .faq-list > div > dd .btn a,
  .faq-list > div > dd .btn input {
    padding: 15px 30px;
    font-size: 2rem;
  }
  .news-head h3 {
    font-size: 2rem;
  }
  .news-img {
    text-align: center;
  }
  .event-wrap02 {
    background-color: #ebf1f3;
  }
  .event-slider02 .cat {
    width: 120px;
  }
  .event-list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
  }
  .event-list-blc {
    width: calc(50% - 30px);
  }
  .feature-list-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
  }
  .feature-list-blc {
    width: calc((100% - 80px) / 3);
  }
  .feature-list-blc._latest {
    width: 100%;
  }
  .feature-list-blc._latest:after {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .feature-list-blc._latest a {
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
  .feature-list-blc._latest a figure {
    width: 40%;
  }
  .feature-list-blc._latest a .feature-list-info {
    width: calc(60% - 50px);
    gap: 20px;
  }
  .feature-list-blc._latest a .feature-list-info dt {
    gap: 15px;
  }
  .feature-list-blc._latest a .feature-list-info dd {
    font-size: 1.8rem;
  }
  .feature-list-blc a {
    flex-direction: column;
  }
  .feature-list-blc a figure {
    width: 100%;
  }
  .feature-list-blc .cat {
    font-size: 1.4rem;
  }
  .feature-list-name span._com {
    font-size: 2rem;
  }
  ._latest .feature-list-name span._com {
    font-size: 2.4rem;
  }
  .feature-list-name span._yaku {
    font-size: 1.6rem;
  }
  .feature-list-name span._name {
    font-size: 2rem;
  }
  ._latest .feature-list-name span._name {
    font-size: 2.2rem;
  }
  .feature-list-info {
    width: 100%;
    gap: 10px;
  }
  .feature-list-info dd p._date {
    font-size: 1.4rem;
  }
  .kamei-head .inner > div {
    width: 55%;
  }
  .kamei-head .inner > img {
    width: 40%;
  }
  .kamei-profile h3 img {
    width: 40%;
  }
  .kamei-profile ul li {
    width: 40%;
  }
  .kamei-slider-dtl {
    background: #fff;
    width: 100%;
    margin: 0 auto;
  }
  .kamei-list-wrap {
    padding: 50px 0;
  }
  .kamei-list-wrap02 {
    padding: 50px 0 0;
  }
  .kamei-list-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .kamei-list-blc {
    width: 380px;
    border-width: 6px;
    border-radius: 30px;
  }
  .kamei-list-all .kamei-list-blc {
    width: calc((100% - 60px) / 3);
    border-width: 10px;
  }
  .kamei-list-blc._new:after {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .kamei-list-blc .cat {
    font-size: 1.4rem;
  }
  .kamei-list-blc02 {
    width: 500px;
  }
  .kamei-dtl {
    padding: 50px 0;
  }
  .kamei-iteminfo ._reccmt {
    width: 60%;
  }
  .kamei-iteminfo ._reccmt._daidai img {
    padding-top: 8px;
  }
  .kamei-iteminfo ._reccmt img {
    left: 30px;
    top: -47px;
    width: 300px;
  }
  .setouchi-head dl dt ._name + ._name {
    margin-left: 20px;
  }
  ._blccontents .wp-block-media-text__content {
    padding-right: 0;
  }
  ._blccontents .has-media-on-the-right .wp-block-media-text__content {
    padding-right: 8%;
    padding-left: 0;
  }
  .neko-about-org > div .dllist_02 dt {
    width: 300px;
    flex-shrink: 0;
  }
  .goldcard-list._col02 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
  }
  .goldcard-list._col02 > div {
    width: calc(50% - 20px);
  }
  .denki-point > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .denki-planimg > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
  .tamaruntown-head h2 {
    width: 65%;
  }
  .tamaruntown-map-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
  }
  .tamaruntown-map-list a {
    width: calc(33.33% - 15px);
  }
  .tamaruntown-map-list a dl {
    height: 100%;
  }
  .tamaruntown-map-cont a:hover img {
    opacity: 0.6;
  }
  .tamaruntown-map-cont a:hover dl {
    display: block;
    right: 0;
  }
  .tamaruntown-map-cont a dl {
    width: 260px;
    position: absolute;
    z-index: 100;
  }
  .tamaruntown-profile h3 {
    max-width: 70%;
  }
  .neko-cont {
    width: 83%;
  }
  .neko-index-dayan .feature-list-wrap {
    padding: 0 30px;
  }
  .neko-index-story-ttl {
    border-radius: 10px;
    height: 250px;
  }
  .neko-index-story-ttl img {
    max-width: 60%;
  }
  ._hogonekostory .neko-index-story-ttl {
    height: 400px;
    border-radius: 0;
    margin-bottom: 40px;
  }
  .neko-index-contbnr > ul li {
    max-width: 60%;
  }
  .cmn-flow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
  .cmn-flow > dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex: 1;
  }
  .cmn-flow > dl dt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
  }
  .app-feature dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }
  .app-feature dl > div {
    width: calc(50% - 20px);
  }
  .app-dl {
    max-width: 70%;
    margin: 0 auto;
  }
  .app-dl dt {
    font-size: 1.8rem;
  }
  .app-dl dd img {
    max-width: 50%;
  }
  .ipu.page {
    padding-bottom: 0;
    margin-bottom: -60px;
  }
  .ipu-head {
    background: url(/site/bg_ipu.jpg) repeat-x top center;
  }
  .ipu-head h2 {
    padding: 41px 0 0;
  }
  .ipu-fixed {
    position: fixed;
    border-radius: 10px 10px 0 0;
    padding: 0 0 10px;
    width: 25%;
    bottom: -284px;
    right: 0;
    border: 4px solid #fff;
  }
  .ipu-fixed > p {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 2.2rem;
    height: 100px;
  }
  .ipu-fixed .app-dl {
    height: 270px;
  }
  .ipu-fixed .app-dl img {
    max-width: 130px;
    width: 100%;
  }
  ._green .ttl_03 > span {
    width: 53px;
    height: 50px;
  }
  ._pink .ttl_03 > span {
    width: 52px;
    height: 41px;
  }
  .btn {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn a,
  .btn input {
    padding: 20px 50px;
    min-width: 50%;
  }
  .btn input {
    font-size: 2.4rem;
  }
  .btn._sbtn:not(._search) a,
  .btn._sbtn:not(._search) input {
    padding: 15px 30px;
    font-size: 2rem;
  }
  .btn._ssbtn a,
  .btn._ssbtn input {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .btn._gray a:hover,
  .btn._gray input:hover {
    opacity: 0.6;
  }
  .btn._gray02 a:hover,
  .btn._gray02 input:hover {
    opacity: 0.6;
  }
  .btn._blue a:hover,
  .btn._blue input:hover {
    opacity: 0.6;
  }
  .btn._green a:hover,
  .btn._green input:hover {
    opacity: 0.6;
  }
  .btn._pink a:hover,
  .btn._pink input:hover {
    opacity: 0.6;
  }
  .btn._brown a:hover,
  .btn._brown input:hover {
    opacity: 0.6;
  }
  .btn._bdr a:hover,
  .btn._bdr input:hover {
    background: #93d0db;
    color: #fff;
  }
  .btn._about a:before {
    content: "";
    background: url("/siteimg/icon_nav01_s.svg") no-repeat 50% 50%;
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    display: block;
    transition-duration: 0.5s;
  }
  .btn._get a:before {
    content: "";
    background: url("/siteimg/icon_nav02_s.svg") no-repeat 50% 50%;
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    display: block;
    transition-duration: 0.5s;
  }
  .btn._use a:before {
    content: "";
    background: url("/siteimg/icon_nav03_s.svg") no-repeat 50% 50%;
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    display: block;
    transition-duration: 0.5s;
  }
  .btn._zip a,
  .btn._zip input {
    padding: 7px 15px;
    font-size: 1.3rem;
  }
  .btn-list {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .dllist_01 dd {
    font-size: 1.8rem;
  }
  .blc-col2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .blc-col2._right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .blc-col2 figure {
    width: 45%;
    flex-shrink: 0;
  }
  .blc-col2 figure._w30 {
    width: 30%;
  }
  .box-contact ._tel:before {
    content: "";
    background: url("/siteimg/icon_tel.svg") no-repeat 50% 50%;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    display: block;
    transition-duration: 0.5s;
  }
  .align-c-pc {
    text-align: center;
  }
  .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
  .slider-top {
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .slider-top figure {
    border-radius: 10px;
    aspect-ratio: 200/90;
  }
  .slider-news-wrap .swiper-button-prev,
  .slider-news-wrap .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -70px;
  }
  .list-feature {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }
  .list-feature li {
    width: calc(50% - 20px);
  }
  .list-info {
    margin-bottom: 40px;
  }
  .list-info > div .cat {
    width: 120px;
  }
  .list-bnr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .list-bnr li {
    width: calc(25% - 15px);
  }
  .sec-town {
    margin: 60px calc(50% - 50vw);
    max-width: none;
    width: auto;
  }
  .sec-search ._catttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec-search ._taglist {
    gap: 10px;
    justify-content: center;
  }
  .sec-search ._taglist a {
    padding: 15px 20px;
  }
  .sec-search ._taglist._area a {
    border: 2px solid #acacac;
    background-color: #fff;
  }
  .sec-search._top .btn._search {
    width: 60%;
    margin: 0 auto;
  }
  .sec-search-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
  .sec-search-wrap .cmn-box {
    flex: auto;
    padding: 30px;
    background: #f5f5f5;
    margin-bottom: 0;
    border-radius: 10px;
  }
  .sec-newshop {
    padding: 20px 30px 0;
    height: 135px;
  }
  .sec-news .sec-newshop {
    margin-top: 50px;
    height: 160px;
  }
  .shop_list .shop-blc {
    padding-top: 60px;
  }
  .shop-blc + .shop-blc {
    border-top: 1px solid #e0e0e0;
  }
  .shop_list .shop-blc {
    display: grid;
    grid-template-columns: 52% auto;
    grid-template-rows: 40px auto auto auto 80px;
    gap: 15px 50px;
  }
  .shop-blc._new:after {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 3px 10px;
    left: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .shop_list .shop-blc._new:after {
    height: 40px;
    padding: 0 10px;
  }
  .shop-blc .btn._sbtn {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .shop-cat:before {
    width: 80px;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .shop-ttl {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 2.6rem;
  }
  .shop_list .shop-ttl {
    align-items: flex-start;
  }
  .shop-slider {
    grid-column: 1/2;
    grid-row: 1/5;
  }
  .shop_list .shop-slider._nomore {
    width: 83%;
  }
  .shop_dtl .shop-slider._nomore {
    width: 67%;
  }
  .shop_dtl .shop-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 50px;
    margin: 40px 0;
  }
  .shop-info > div._add {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .shop-info > div._tel {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .shop-info > div._time {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .shop-info > div._url {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .shop-info > div._shopcat {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .shop-info > div._map {
    grid-column: 2/3;
    grid-row: 1/7;
    padding-bottom: 0;
  }
  .shop-info > div._exlink {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .shop-badge li span {
    text-align: center;
    font-size: 1.4rem;
  }
  .shop-badge-txt {
    margin: 50px 0;
  }
  .shop-searchhead ._cd {
    padding: 20px;
    margin-bottom: 20px;
  }
  .form_error_msg {
    margin-top: 10px;
  }
  .form_error_msg li {
    padding: 10px 20px;
  }
  .form_error_msg li + li {
    margin-top: -15px;
  }
  #mypoint {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #mypoint > p.point {
    width: 65%;
    max-width: 500px;
  }
  .myp-donation #mypoint {
    padding-top: 20px;
  }
  .mypage_mn {
    flex-wrap: wrap;
  }
  .mypage_mn li {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  .search-blc-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
  }
  .nav-top li a span {
    font-size: 1.6rem;
    height: 30px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  .tamaruntown-map-cont a dl {
    zoom: 86%;
  }
  .neko-side {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1161px) {
  .nav-top li a span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .slider-top {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}