@charset "UTF-8";
/*
* Theme Name: Amika Theme 1.1.0
* Theme URI:
* Author: MT
* Author URI:
* Description: Theme of Amika. Point Service Page is added.
* Version: 1.1.0
* License:
* License URI:
* Text Domain:
*/
/*=====================
  common
===================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Outfit:wght@500;700&display=swap");
/* =====================
  configuration setting
===================== */
/* =====================
  configuration setting
===================== */
html,
body,
.popup-modal {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #030303;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  overflow-wrap: break-word;
}

@media print, screen and (min-width: 768px) {
  html,
  body,
  .popup-modal {
    line-height: 1.8;
  }
}
@media print {
  html,
  body,
  .popup-modal {
    line-height: 1.8;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  [id] {
    scroll-margin-top: 50px;
  }
}
@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  [id] {
    scroll-margin-top: 60px;
  }
}
@media print and (prefers-reduced-motion: no-preference) {
  [id] {
    scroll-margin-top: 60px;
  }
}
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a {
  color: #e94d45;
}

a:hover {
  color: #e94d45;
  text-decoration: none;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .l-wrapper {
    flex-direction: row;
  }
}
@media print {
  .l-wrapper {
    flex-direction: row;
  }
}
.l-main {
  min-height: calc(var(--vh, 1vh) * 100 - 56px);
}

@media print, screen and (min-width: 768px) {
  .l-main {
    min-height: calc(var(--vh, 1vh) * 100 - 64px);
  }
}
@media print {
  .l-main {
    min-height: calc(var(--vh, 1vh) * 100 - 64px);
  }
}
@media print, screen and (min-width: 992px) {
  .l-main {
    display: flex;
    flex: 1;
    flex-flow: column;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media print {
  .l-main {
    display: flex;
    flex: 1;
    flex-flow: column;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.l-sidebar {
  position: sticky;
  top: 0;
  z-index: 990;
}

@media print, screen and (min-width: 992px) {
  .l-sidebar {
    position: relative;
    top: auto;
    width: 240px;
  }
}
@media print {
  .l-sidebar {
    position: relative;
    top: auto;
    width: 240px;
  }
}
.main {
  flex: 1;
}

.header,
.main,
.footer {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 768px) {
  .header,
  .main,
  .footer {
    font-size: 1rem;
  }
}
@media print {
  .header,
  .main,
  .footer {
    font-size: 1rem;
  }
}
*:focus {
  outline: none;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
* {
  box-sizing: border-box;
}

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

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

a {
  color: #e94d45;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-bottom: 20px;
  margin-top: 20px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutters [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1520px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1520px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.gmap,
.gmap--hide-detail {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gmap,
  .gmap--hide-detail {
    padding-bottom: 360px;
  }
}
@media print {
  .gmap,
  .gmap--hide-detail {
    padding-bottom: 360px;
  }
}
.gmap iframe,
.gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
  bottom: 0;
  height: calc(100% + 300px);
  top: -150px;
}

.fotorama {
  overflow: visible;
}

.fotorama__stage {
  margin-bottom: 10px;
}

.fotorama__caption {
  width: 100%;
}

.fotorama__caption__wrap {
  text-align: center;
  width: 100%;
}

.fotorama__thumb-border {
  border-color: #030303;
  border-width: 1px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    zoom: 0.7 !important;
    overflow: visible !important;
  }
  body {
    margin: 0 auto;
    min-width: 1120px !important;
    padding-bottom: 0px !important;
    width: 1120px;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    margin-left: 0;
    position: relative;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    font-size: 18px;
    padding-top: 11px;
  }
  .form-horizontal .form-group-sm .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    margin-left: 0;
    position: relative;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    margin: 30px auto;
    width: 700px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-top: -10px;
    width: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    width: 100%;
  }
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    width: 75%;
  }
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    width: 50%;
  }
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    width: 25%;
  }
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12,
  .col-md-pull-12,
  .col-sm-pull-12,
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11,
  .col-md-pull-11,
  .col-sm-pull-11,
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10,
  .col-md-pull-10,
  .col-sm-pull-10,
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9,
  .col-md-pull-9,
  .col-sm-pull-9,
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8,
  .col-md-pull-8,
  .col-sm-pull-8,
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7,
  .col-md-pull-7,
  .col-sm-pull-7,
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6,
  .col-md-pull-6,
  .col-sm-pull-6,
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5,
  .col-md-pull-5,
  .col-sm-pull-5,
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4,
  .col-md-pull-4,
  .col-sm-pull-4,
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3,
  .col-md-pull-3,
  .col-sm-pull-3,
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2,
  .col-md-pull-2,
  .col-sm-pull-2,
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1,
  .col-md-pull-1,
  .col-sm-pull-1,
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0,
  .col-md-pull-0,
  .col-sm-pull-0,
  .col-xs-pull-0 {
    right: auto;
  }
  .col-lg-push-12,
  .col-md-push-12,
  .col-sm-push-12,
  .col-xs-push-12 {
    left: 100%;
  }
  .col-lg-push-11,
  .col-md-push-11,
  .col-sm-push-11,
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10,
  .col-md-push-10,
  .col-sm-push-10,
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9,
  .col-md-push-9,
  .col-sm-push-9,
  .col-xs-push-9 {
    left: 75%;
  }
  .col-lg-push-8,
  .col-md-push-8,
  .col-sm-push-8,
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7,
  .col-md-push-7,
  .col-sm-push-7,
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6,
  .col-md-push-6,
  .col-sm-push-6,
  .col-xs-push-6 {
    left: 50%;
  }
  .col-lg-push-5,
  .col-md-push-5,
  .col-sm-push-5,
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4,
  .col-md-push-4,
  .col-sm-push-4,
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3,
  .col-md-push-3,
  .col-sm-push-3,
  .col-xs-push-3 {
    left: 25%;
  }
  .col-lg-push-2,
  .col-md-push-2,
  .col-sm-push-2,
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1,
  .col-md-push-1,
  .col-sm-push-1,
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0,
  .col-md-push-0,
  .col-sm-push-0,
  .col-xs-push-0 {
    left: auto;
  }
  .col-lg-offset-12,
  .col-md-offset-12,
  .col-sm-offset-12,
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11,
  .col-md-offset-11,
  .col-sm-offset-11,
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10,
  .col-md-offset-10,
  .col-sm-offset-10,
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9,
  .col-md-offset-9,
  .col-sm-offset-9,
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8,
  .col-md-offset-8,
  .col-sm-offset-8,
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7,
  .col-md-offset-7,
  .col-sm-offset-7,
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6,
  .col-md-offset-6,
  .col-sm-offset-6,
  .col-xs-offset-6 {
    margin-left: 50% !important;
  }
  .col-lg-offset-5,
  .col-md-offset-5,
  .col-sm-offset-5,
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4,
  .col-md-offset-4,
  .col-sm-offset-4,
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3,
  .col-md-offset-3,
  .col-sm-offset-3,
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2,
  .col-md-offset-2,
  .col-sm-offset-2,
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1,
  .col-md-offset-1,
  .col-sm-offset-1,
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0,
  .col-md-offset-0,
  .col-sm-offset-0,
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    display: block;
    left: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: auto;
  }
}
.icon-title {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 768px) {
  .icon-title {
    font-size: 1.5rem;
  }
}
@media print {
  .icon-title {
    font-size: 1.5rem;
  }
}
.icon-title__icon {
  margin-right: 0.5em;
  width: 2.3333em;
}

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

.icon-title__main {
  flex: 1;
}

.icon-title__en {
  color: #e94d45;
  font-family: "Outfit", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.3;
}

.icon-title__ja,
.icon-title__ja--lg {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1em;
}

.icon-title__ja:first-child,
.icon-title__ja--lg:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .icon-title__ja--lg {
    font-size: 116%;
  }
}
@media print {
  .icon-title__ja--lg {
    font-size: 116%;
  }
}
.icon-title__min {
  font-size: 75%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5em;
}

.icon-title__min:first-child {
  margin-top: 0;
}

.icon-title__marker {
  background-image: linear-gradient(transparent 70%, #f9e002 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.brand-title {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 768px) {
  .brand-title {
    font-size: 1.75rem;
  }
}
@media print {
  .brand-title {
    font-size: 1.75rem;
  }
}
.brand-title__logo {
  margin-right: 0.5em;
  width: 4.5em;
}

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

.brand-title__main {
  flex: 1;
}

.brand-title__text {
  color: #e94d45;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1em;
}

.brand-title__text:first-child {
  margin-top: 0;
}

.brand-title__text small {
  font-size: 75%;
}

@media print, screen and (min-width: 768px) {
  .brand-title__text small {
    font-size: 50%;
  }
}
@media print {
  .brand-title__text small {
    font-size: 50%;
  }
}
.brand-title__min {
  font-size: 75%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5em;
}

.brand-title__min:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .brand-title__min {
    font-size: 65%;
  }
}
@media print {
  .brand-title__min {
    font-size: 65%;
  }
}
.lp-title {
  display: flex;
  font-size: 1.75rem;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .lp-title {
    font-size: 3rem;
  }
}
@media print {
  .lp-title {
    font-size: 3rem;
  }
}
.lp-title__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  position: relative;
}

.lp-title__deco {
  left: 0;
  position: absolute;
  top: -0.5em;
  width: 1.75em;
}

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

.lp-title__en {
  color: #e94d45;
  font-family: "Outfit", sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.lp-title__ja {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1em;
  position: relative;
}

.lp-title__ja:first-child {
  margin-top: 0;
}

.lp-title__marker {
  background-image: linear-gradient(transparent 70%, #feff15 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.common-h2 {
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .common-h2 {
    font-size: 1.25rem;
  }
}
@media print {
  .common-h2 {
    font-size: 1.25rem;
  }
}
.common-h2[data-inview] .common-h2__ja,
.common-h2[data-inview] .common-h2__en {
  transition: all 0.45s ease 0.4s;
}

.common-h2[data-inview]::before {
  transition: all 0.45s ease 0.01s;
}

.common-h2[data-inview]::after {
  transition: all 0.45s ease 0.1s;
}

.common-h2[data-inview=false] .common-h2__ja,
.common-h2[data-inview=false] .common-h2__en {
  -webkit-transform: translate(0, 24px);
  opacity: 0;
  transform: translate(0, 24px);
}

.common-h2[data-inview=false]::before {
  -webkit-transform: translate(-50%, 0.5em);
  opacity: 0;
  transform: translate(-50%, 0.5em);
}

.common-h2[data-inview=false]::after {
  -webkit-transform: translate(0, 0.5em);
  opacity: 0;
  transform: translate(0, 0.5em);
}

.common-h2[data-inview=true] .common-h2__ja,
.common-h2[data-inview=true] .common-h2__en {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.common-h2[data-inview=true]::before {
  -webkit-transform: translate(-50%, 0);
  opacity: 1;
  transform: translate(-50%, 0);
}

.common-h2[data-inview=true]::after {
  -webkit-transform: translate(0, -30%);
  opacity: 1;
  transform: translate(0, -30%);
}

.common-h2::before,
.common-h2::after {
  border-radius: 50%;
  bottom: 100%;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: auto;
}

@media print, screen and (min-width: 768px) {
  .common-h2::before,
  .common-h2::after {
    left: -1em;
  }
}
@media print {
  .common-h2::before,
  .common-h2::after {
    left: -1em;
  }
}
.common-h2::before {
  -webkit-transform: translate(-50%, 0);
  background-color: #ffbd14;
  height: 1em;
  transform: translate(-50%, 0);
  width: 1em;
}

.common-h2::after {
  -webkit-transform: translate(0, -30%);
  background-color: #e94d45;
  height: 1.4em;
  transform: translate(0, -30%);
  width: 1.4em;
}

.common-h2__ja {
  font-size: 100%;
  line-height: 1.3;
  margin-top: 3px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .common-h2__ja {
    margin-top: 4px;
  }
}
@media print {
  .common-h2__ja {
    margin-top: 4px;
  }
}
.common-h2__en {
  font-family: "Outfit", sans-serif;
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  position: relative;
}

.common-h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.15em 0 0.15em 1em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .common-h3 {
    font-size: 2rem;
  }
}
@media print {
  .common-h3 {
    font-size: 2rem;
  }
}
.common-h3::before {
  background-color: #e94d45;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

@media print, screen and (min-width: 768px) {
  .common-h3::before {
    width: 8px;
  }
}
@media print {
  .common-h3::before {
    width: 8px;
  }
}
.common-h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.1em 0 0.1em 1em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .common-h4 {
    font-size: 1.5rem;
  }
}
@media print {
  .common-h4 {
    font-size: 1.5rem;
  }
}
.common-h4::before {
  background-color: #e94d45;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

@media print, screen and (min-width: 768px) {
  .common-h4::before {
    width: 5px;
  }
}
@media print {
  .common-h4::before {
    width: 5px;
  }
}
.filled-btn,
.btn-back,
.btn-submit {
  align-items: center;
  background-color: #e94d45;
  border: none;
  border-radius: 999em;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1.3;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .filled-btn,
  .btn-back,
  .btn-submit {
    transition: all 0.25s linear;
  }
  .filled-btn:hover,
  .btn-back:hover,
  .btn-submit:hover {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .filled-btn,
  .btn-back,
  .btn-submit {
    font-size: 1rem;
    height: 56px;
    min-width: 240px;
  }
}
@media print {
  .filled-btn,
  .btn-back,
  .btn-submit {
    font-size: 1rem;
    height: 56px;
    min-width: 240px;
  }
}
.location-btn,
.location-btn--lg {
  align-items: center;
  background-color: #e94d45;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  justify-content: center;
  padding: 8px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .location-btn,
  .location-btn--lg {
    font-size: 1rem;
  }
}
@media print {
  .location-btn,
  .location-btn--lg {
    font-size: 1rem;
  }
}
.location-btn p,
.location-btn--lg p {
  margin-top: 1em;
}

.location-btn p:first-child,
.location-btn--lg p:first-child {
  margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .location-btn,
  .location-btn--lg {
    transition: all 0.25s ease;
  }
  .location-btn:hover,
  .location-btn--lg:hover {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .location-btn,
  .location-btn--lg {
    flex-direction: row;
    height: 80px;
    width: 100%;
  }
  .location-btn .location-btn__icon,
  .location-btn--lg .location-btn__icon {
    margin-right: 1em;
    width: 2.666em;
  }
}
@media print {
  .location-btn,
  .location-btn--lg {
    flex-direction: row;
    height: 80px;
    width: 100%;
  }
  .location-btn .location-btn__icon,
  .location-btn--lg .location-btn__icon {
    margin-right: 1em;
    width: 2.666em;
  }
}
.location-btn--lg {
  flex-direction: row;
  font-size: 1rem;
  height: 64px;
}

@media print, screen and (min-width: 768px) {
  .location-btn--lg {
    font-size: 1.125rem;
  }
}
@media print {
  .location-btn--lg {
    font-size: 1.125rem;
  }
}
.location-btn--lg p {
  margin-top: 1em;
}

.location-btn--lg p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .location-btn--lg {
    height: 80px;
  }
}
@media print {
  .location-btn--lg {
    height: 80px;
  }
}
.location-btn--lg .location-btn__icon {
  margin-right: 1em;
  width: 2.666em;
}

.location-btn__icon {
  line-height: 1;
  width: 3.5em;
}

.location-btn__icon svg {
  fill: currentColor;
  height: auto;
  width: 100%;
}

.location-btn__text {
  font-weight: 700;
  line-height: 1.3;
}

.btn,
.btn--back {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 999em;
  color: #030303;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn,
  .btn--back {
    transition: all 0.25s linear;
  }
  .btn:hover,
  .btn--back:hover {
    color: #e94d45;
  }
  .btn:hover .btn__text::after,
  .btn--back:hover .btn__text::after {
    -webkit-animation: btnanime 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
    animation: btnanime 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  }
  .btn:hover span[class^=link-arrow],
  .btn--back:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .btn,
  .btn--back {
    font-size: 1rem;
  }
}
@media print {
  .btn,
  .btn--back {
    font-size: 1rem;
  }
}
@-webkit-keyframes btnanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}
@keyframes btnanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}
.btn__text {
  display: flex;
  flex: 1;
  padding: 0.25em 0;
  position: relative;
}

.btn__text::after {
  background-color: #e94d45;
  border-radius: 999em;
  bottom: 0;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .btn--back:hover span[class^=link-arrow] {
    -webkit-transform: rotate(180deg) translate(15%, 0);
    transform: rotate(180deg) translate(15%, 0);
  }
}
.btn--back span[class^=link-arrow] {
  -webkit-transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.5em;
  transform: rotate(180deg);
}

.btn span[class^=link-arrow],
.btn--back span[class^=link-arrow] {
  margin-left: 0.5em;
}

.link-arrow,
.link-arrow--sm,
.link-arrow--white {
  background-color: #e94d45;
  border-radius: 50%;
  display: block;
  font-size: 2rem;
  height: 1em;
  position: relative;
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  .link-arrow,
  .link-arrow--sm,
  .link-arrow--white {
    font-size: 2.5rem;
    transition: all 0.25s ease;
  }
}
@media print {
  .link-arrow,
  .link-arrow--sm,
  .link-arrow--white {
    font-size: 2.5rem;
    transition: all 0.25s ease;
  }
}
.link-arrow::before,
.link-arrow--sm::before,
.link-arrow--white::before,
.link-arrow::after,
.link-arrow--sm::after,
.link-arrow--white::after {
  background-color: #fff;
  border-radius: 999em 0 0 999em;
  content: " ";
  display: block;
  height: 2px;
  left: 48%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  width: 0.2em;
}

.link-arrow::before,
.link-arrow--sm::before,
.link-arrow--white::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right bottom;
}

.link-arrow::after,
.link-arrow--sm::after,
.link-arrow--white::after {
  -webkit-transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: right top;
}

.link-arrow--white {
  background-color: #fff;
}

.link-arrow--white::before,
.link-arrow--white::after {
  background-color: #e94d45;
}

.link-arrow--sm {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 768px) {
  .link-arrow--sm {
    font-size: 1rem;
  }
}
@media print {
  .link-arrow--sm {
    font-size: 1rem;
  }
}
.link-arrow--sm::before,
.link-arrow--sm::after {
  height: 1px;
  width: 0.3em;
}

.form-btns {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-btns {
    gap: 24px;
  }
}
@media print {
  .form-btns {
    gap: 24px;
  }
}
.form-btns > p {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-btns > p {
    gap: 24px;
  }
}
@media print {
  .form-btns > p {
    gap: 24px;
  }
}
.form-btns .wpcf7-spinner {
  position: absolute;
}

.btn-back:disabled,
.btn-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-submit:disabled {
  pointer-events: none;
}

.btn-back {
  background-color: #ccc;
  color: #fff;
}

.btn-back:visited {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn-back:hover {
    background-color: #aaa;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-responsive-table {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    margin-right: -15px;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
  .wrapper-responsive-table__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 15px;
  }
  .wrapper-responsive-table table {
    min-width: 700px;
  }
  .wrapper-responsive-table--sticky table thead tr th:first-child,
  .wrapper-responsive-table--sticky table tbody tr th:first-child {
    box-shadow: 0 5px 5px rgb(0, 0, 0);
    left: 0;
    position: sticky;
    z-index: 10;
  }
}
.table,
.editor-content table,
.table--simple {
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.5;
  width: 100%;
}

.table tr,
.editor-content table tr,
.table--simple tr {
  border-bottom: 1px solid #ddd;
}

.table th,
.editor-content table th,
.table--simple th,
.table td,
.editor-content table td,
.table--simple td {
  border-right: 1px solid #ddd;
  padding: 4px;
  position: relative;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .table th,
  .editor-content table th,
  .table--simple th,
  .table td,
  .editor-content table td,
  .table--simple td {
    padding: 4px 16px;
  }
}
@media print {
  .table th,
  .editor-content table th,
  .table--simple th,
  .table td,
  .editor-content table td,
  .table--simple td {
    padding: 4px 16px;
  }
}
.table thead th,
.editor-content table thead th,
.table--simple thead th,
.table thead td,
.editor-content table thead td,
.table--simple thead td,
.table .tr-thead th,
.editor-content table .tr-thead th,
.table--simple .tr-thead th,
.table .tr-thead td,
.editor-content table .tr-thead td,
.table--simple .tr-thead td {
  background-color: #644;
  color: #fff;
  font-weight: 500;
  height: auto;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .table tbody td,
  .editor-content table tbody td,
  .table--simple tbody td {
    height: 32px;
  }
}
@media print {
  .table tbody td,
  .editor-content table tbody td,
  .table--simple tbody td {
    height: 32px;
  }
}
.table tbody th,
.editor-content table tbody th,
.table--simple tbody th {
  background-color: #f3f3f3;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .table tbody th,
  .editor-content table tbody th,
  .table--simple tbody th {
    height: 32px;
    width: 10em;
  }
}
@media print {
  .table tbody th,
  .editor-content table tbody th,
  .table--simple tbody th {
    height: 32px;
    width: 10em;
  }
}
.table a,
.editor-content table a,
.table--simple a {
  text-decoration: underline;
}

.table--simple {
  border: none;
}

.table--simple tr {
  border: none;
}

.table--simple tbody th {
  background-color: transparent;
  border: none;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  width: 6.5em;
}

@media print, screen and (min-width: 768px) {
  .table--simple tbody th {
    width: 6.5em;
  }
}
@media print {
  .table--simple tbody th {
    width: 6.5em;
  }
}
.table--simple tbody td {
  border: none;
  padding-right: 0;
}

.table-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .table-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  .table-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.table-list > li {
  margin-top: 0.5em;
}

.table-list > li:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .table-list > li {
    width: 50%;
  }
  .table-list > li:nth-child(2) {
    margin-top: 0;
  }
}
@media print {
  .table-list > li {
    width: 50%;
  }
  .table-list > li:nth-child(2) {
    margin-top: 0;
  }
}
.lined-table {
  border-collapse: collapse;
  border-top: 1px solid #eee;
  line-height: 1.5;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .lined-table {
    line-height: 1.75;
  }
}
@media print {
  .lined-table {
    line-height: 1.75;
  }
}
.lined-table tr {
  border-bottom: 1px solid #eee;
}

.lined-table thead th,
.lined-table thead td {
  background-color: #644;
  color: #fff;
  font-weight: 500;
  height: auto;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.lined-table tbody th,
.lined-table tbody td {
  border-right: none;
  display: block;
  padding: 4px;
}

@media print, screen and (min-width: 768px) {
  .lined-table tbody th,
  .lined-table tbody td {
    display: table-cell;
    height: 4em;
    padding: 16px 8px;
  }
}
@media print {
  .lined-table tbody th,
  .lined-table tbody td {
    display: table-cell;
    height: 4em;
    padding: 16px 8px;
  }
}
.lined-table tbody th {
  font-size: 85%;
  font-weight: 700;
  padding-top: 8px;
  text-align: left;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .lined-table tbody th {
    font-size: 100%;
    padding-top: 16px;
    width: 8em;
  }
}
@media print {
  .lined-table tbody th {
    font-size: 100%;
    padding-top: 16px;
    width: 8em;
  }
}
.lined-table tbody td {
  padding-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .lined-table tbody td {
    height: 64px;
    padding-bottom: 16px;
  }
}
@media print {
  .lined-table tbody td {
    height: 64px;
    padding-bottom: 16px;
  }
}
.lined-table .editor-content {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 768px) {
  .lined-table .editor-content {
    font-size: 1rem;
  }
}
@media print {
  .lined-table .editor-content {
    font-size: 1rem;
  }
}
.lined-table a {
  text-decoration: underline;
}

/* =====================
  editor(WYSIWYG)
===================== */
table .post-content {
  font-size: 10px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  table .post-content {
    font-size: 13px;
  }
}
@media print {
  table .post-content {
    font-size: 13px;
  }
}
table .post-content p {
  margin: 0;
}

.editor-content {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.75;
  word-break: break-all;
}

@media print, screen and (min-width: 768px) {
  .editor-content {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media print {
  .editor-content {
    font-size: 16px;
    line-height: 1.75;
  }
}
.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.66;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4 {
    line-height: 1.75;
  }
}
@media print {
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4 {
    line-height: 1.75;
  }
}
.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
  margin-top: 0;
}

.editor-content h1 {
  font-size: 2em;
  margin-top: 24px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .editor-content h1 {
    margin-top: 40px;
  }
}
@media print {
  .editor-content h1 {
    margin-top: 40px;
  }
}
.editor-content h2 {
  font-size: 1.75em;
  margin-top: 24px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .editor-content h2 {
    margin-top: 40px;
  }
}
@media print {
  .editor-content h2 {
    margin-top: 40px;
  }
}
.editor-content h3 {
  font-size: 1.5em;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .editor-content h3 {
    margin-top: 24px;
  }
}
@media print {
  .editor-content h3 {
    margin-top: 24px;
  }
}
.editor-content h4 {
  font-size: 1.5em;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .editor-content h4 {
    margin-top: 24px;
  }
}
@media print {
  .editor-content h4 {
    margin-top: 24px;
  }
}
.editor-content h5 {
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .editor-content h5 {
    margin-top: 16px;
  }
}
@media print {
  .editor-content h5 {
    margin-top: 16px;
  }
}
.editor-content h6 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .editor-content h6 {
    margin-top: 16px;
  }
}
@media print {
  .editor-content h6 {
    margin-top: 16px;
  }
}
.editor-content p,
.editor-content table {
  margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
  .editor-content p,
  .editor-content table {
    margin-top: 8px;
  }
}
@media print {
  .editor-content p,
  .editor-content table {
    margin-top: 8px;
  }
}
.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
  font-style: italic;
}

.editor-content blockquote {
  background-color: #f7f7f7;
  color: #666;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .editor-content blockquote {
    font-size: 15px;
  }
}
@media print {
  .editor-content blockquote {
    font-size: 15px;
  }
}
.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}

.editor-content address {
  margin: 0 0 1.5em;
}

.editor-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.editor-content abbr,
.editor-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.editor-content mark,
.editor-content ins {
  background: #eee;
  text-decoration: none;
}

.editor-content big {
  font-size: 125%;
}

.editor-content dl dt {
  font-weight: 700;
}

.editor-content blockquote,
.editor-content q {
  quotes: "" "";
}

.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
  content: "";
}

.editor-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

.editor-content ul,
.editor-content ol {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1em;
  padding: 0;
}

.editor-content ul {
  list-style: disc;
}

.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
  border: none;
  padding: 0;
}

.editor-content ol h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
.editor-content ol h4 {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
.editor-content ol p {
  margin-bottom: 5px;
}

.editor-content ol li {
  margin-bottom: 0.5em;
}

.editor-content li > ul,
.editor-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}

.editor-content li ol {
  font-size: 90%;
}

.editor-content li ol li {
  margin-bottom: 0.5em;
}

.editor-content table {
  font-size: 0.625rem;
}

@media print, screen and (min-width: 768px) {
  .editor-content table {
    font-size: 0.9375rem;
  }
}
@media print {
  .editor-content table {
    font-size: 0.9375rem;
  }
}
.editor-content table tbody th {
  width: auto;
}

.editor-content a {
  color: #e94d45;
  text-decoration: underline;
}

.editor-content a:hover {
  color: rgb(238.3942307692, 120.6442307692, 114.6057692308);
}

.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.editor-content .box img {
  margin: 0 auto;
}

.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.editor-content strong {
  font-weight: 700;
}

.editor-content em {
  font-style: italic;
}

.editor-content blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  display: block;
}

.block-child {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .block-child {
    margin-top: 40px;
  }
}
@media print {
  .block-child {
    margin-top: 40px;
  }
}
.block-child:first-child {
  margin-top: 0;
}

.block-child--xs {
  margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
  .block-child--xs {
    margin-top: 8px;
  }
}
@media print {
  .block-child--xs {
    margin-top: 8px;
  }
}
.block-child--xs:first-child {
  margin-top: 0;
}

.block-child--sm {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .block-child--sm {
    margin-top: 24px;
  }
}
@media print {
  .block-child--sm {
    margin-top: 24px;
  }
}
.block-child--sm:first-child {
  margin-top: 0;
}

.block-child--lg {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .block-child--lg {
    margin-top: 80px;
  }
}
@media print {
  .block-child--lg {
    margin-top: 80px;
  }
}
.block-child--lg:first-child {
  margin-top: 0;
}

.block-child--xl {
  margin-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .block-child--xl {
    margin-top: 120px;
  }
}
@media print {
  .block-child--xl {
    margin-top: 120px;
  }
}
.block-child--xl:first-child {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-10-xs {
  margin-bottom: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-10-xs {
    margin-bottom: 0 !important;
  }
}
@media print {
  .mb-10-xs {
    margin-bottom: 0 !important;
  }
}
.mb-20-xs {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}
@media print {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}
@media print {
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}
.mb-30-xs {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-30-xs {
    margin-bottom: 0 !important;
  }
}
@media print {
  .mb-30-xs {
    margin-bottom: 0 !important;
  }
}
.mb-40-xs {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-40-xs {
    margin-bottom: 0 !important;
  }
}
@media print {
  .mb-40-xs {
    margin-bottom: 0 !important;
  }
}
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 5px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 15px !important;
  }
}
@media print {
  .mb-15 {
    margin-bottom: 15px !important;
  }
}
.mb-20 {
  margin-bottom: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}
@media print {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}
.mb-30 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}
@media print {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}
.mb-40 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
@media print {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
.mb-50 {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}
@media print {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}
.mb-60 {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}
@media print {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}
.mb-70 {
  margin-bottom: 35px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}
@media print {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}
.mb-80 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}
@media print {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}
.mb-100 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}
@media print {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}
.mb-120 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 768px) {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}
@media print {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}
.container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 992px) {
  .container-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print {
  .container-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1520px) {
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print {
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.target-anchor {
  margin-top: -50px;
  padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .target-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media print {
  .target-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.inline-block {
  display: inline-block;
}

.text-link {
  color: #555;
  text-decoration: underline;
}

.section-xs {
  padding: 10px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-xs {
    padding: 15px 0 !important;
  }
}
@media print {
  .section-xs {
    padding: 15px 0 !important;
  }
}
.section-sm {
  padding: 10px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-sm {
    padding: 30px 0 !important;
  }
}
@media print {
  .section-sm {
    padding: 30px 0 !important;
  }
}
.section-md {
  padding: 30px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-md {
    padding: 65px 0 !important;
  }
}
@media print {
  .section-md {
    padding: 65px 0 !important;
  }
}
.section-lg {
  padding: 40px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-lg {
    padding: 80px 0 !important;
  }
}
@media print {
  .section-lg {
    padding: 80px 0 !important;
  }
}
.section-xl {
  padding: 50px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-xl {
    padding: 100px 0 !important;
  }
}
@media print {
  .section-xl {
    padding: 100px 0 !important;
  }
}
.section-xxl {
  padding: 60px 0 !important;
}

@media print, screen and (min-width: 768px) {
  .section-xxl {
    padding: 120px 0 !important;
  }
}
@media print {
  .section-xxl {
    padding: 120px 0 !important;
  }
}
.box,
.box--white,
.box--sm {
  background-color: #fcfaf2;
  border-radius: 8px;
  padding: 24px 16px;
}

@media print, screen and (min-width: 768px) {
  .box,
  .box--white,
  .box--sm {
    border-radius: 24px;
    padding: 64px 40px;
  }
}
@media print {
  .box,
  .box--white,
  .box--sm {
    border-radius: 24px;
    padding: 64px 40px;
  }
}
@media print, screen and (min-width: 1520px) {
  .box,
  .box--white,
  .box--sm {
    padding: 64px;
  }
}
@media print {
  .box,
  .box--white,
  .box--sm {
    padding: 64px;
  }
}
.box--sm {
  padding: 24px 16px;
}

@media print, screen and (min-width: 768px) {
  .box--sm {
    padding: 24px 40px;
  }
}
@media print {
  .box--sm {
    padding: 24px 40px;
  }
}
.box--white {
  background-color: #fff;
}

.box__inner,
.box__inner--contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

@media print, screen and (min-width: 768px) {
  .box__inner--contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media print {
  .box__inner--contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.design-box,
.design-box--lp {
  padding-left: 16px;
}

@media print, screen and (min-width: 768px) {
  .design-box,
  .design-box--lp {
    padding-left: 40px;
  }
}
@media print {
  .design-box,
  .design-box--lp {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1520px) {
  .design-box,
  .design-box--lp {
    padding-left: calc(50% - 600px);
  }
}
@media print {
  .design-box,
  .design-box--lp {
    padding-left: calc(50% - 600px);
  }
}
.design-box--lp .design-box__box {
  background-color: #ffbd14;
}

.design-box__box {
  background-color: #fcfaf2;
  border-radius: 8px 0 0 8px;
  padding: 24px 16px;
}

@media print, screen and (min-width: 768px) {
  .design-box__box {
    border-radius: 24px 0 0 24px;
    padding: 64px 40px;
  }
}
@media print {
  .design-box__box {
    border-radius: 24px 0 0 24px;
    padding: 64px 40px;
  }
}
@media print, screen and (min-width: 1520px) {
  .design-box__box {
    padding: 64px;
    padding-right: calc(50% - 600px);
  }
}
@media print {
  .design-box__box {
    padding: 64px;
    padding-right: calc(50% - 600px);
  }
}
.breadcrumbs {
  position: relative;
  z-index: 10;
}

.breadcrumbs ul,
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.breadcrumbs ul li,
.breadcrumbs ol li {
  align-items: center;
  display: flex;
  font-size: 0.625rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    font-size: 0.8125rem;
  }
}
@media print {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    font-size: 0.8125rem;
  }
}
.breadcrumbs ul li::before,
.breadcrumbs ol li::before {
  -webkit-transform: skew(-30deg, 0);
  background-color: #030303;
  content: "";
  display: block;
  height: 65%;
  margin-left: 1em;
  margin-right: 1em;
  opacity: 0.15;
  position: relative;
  transform: skew(-30deg, 0);
  width: 1px;
}

.breadcrumbs ul li:first-child::before,
.breadcrumbs ol li:first-child::before {
  content: none;
}

.breadcrumbs ul li a,
.breadcrumbs ol li a {
  color: #aaa;
  text-decoration: none !important;
  z-index: 2;
}

.breadcrumbs ul li > a,
.breadcrumbs ul li > span,
.breadcrumbs ol li > a,
.breadcrumbs ol li > span {
  align-items: center;
  display: flex;
  height: 2em;
  justify-content: center;
  line-height: 1.3;
}

.breadcrumbs__home {
  background-image: url("./assets/img/common/icon-home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: 0;
  font-size: 100%;
  height: 1.15em;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 1.15em;
}

.cashless-block__icons,
.cashless-block__icons--03,
.cashless-block__icons--02 {
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  padding: 8px;
}

@media print, screen and (min-width: 768px) {
  .cashless-block__icons,
  .cashless-block__icons--03,
  .cashless-block__icons--02 {
    padding: 12px 16px;
  }
}
@media print {
  .cashless-block__icons,
  .cashless-block__icons--03,
  .cashless-block__icons--02 {
    padding: 12px 16px;
  }
}
.cashless-block__icons img,
.cashless-block__icons--03 img,
.cashless-block__icons--02 img {
  height: auto;
  max-width: 100%;
  width: 240px;
}

@media print, screen and (min-width: 768px) {
  .cashless-block__icons img,
  .cashless-block__icons--03 img,
  .cashless-block__icons--02 img {
    width: 486px;
  }
}
@media print {
  .cashless-block__icons img,
  .cashless-block__icons--03 img,
  .cashless-block__icons--02 img {
    width: 486px;
  }
}
.cashless-block__icons--02 img {
  height: auto;
  max-width: 100%;
  width: 327px;
}

@media print, screen and (min-width: 768px) {
  .cashless-block__icons--02 img {
    width: 654px;
  }
}
@media print {
  .cashless-block__icons--02 img {
    width: 654px;
  }
}
.cashless-block__icons--03 img {
  height: auto;
  max-width: 100%;
  width: 219px;
}

@media print, screen and (min-width: 768px) {
  .cashless-block__icons--03 img {
    width: 438px;
  }
}
@media print {
  .cashless-block__icons--03 img {
    width: 438px;
  }
}
.cashless-header {
  background-color: #f4f3ed;
  border-radius: 8px 8px 0 0;
}

@media print, screen and (min-width: 768px) {
  .cashless-header {
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 40px;
    width: 100%;
  }
}
@media print {
  .cashless-header {
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 40px;
    width: 100%;
  }
}
.cashless-header__main {
  padding: 24px 16px;
}

@media print, screen and (min-width: 768px) {
  .cashless-header__main {
    flex: 1;
    padding: 40px;
  }
}
@media print {
  .cashless-header__main {
    flex: 1;
    padding: 40px;
  }
}
.cashless-header__main img {
  max-width: 100%;
  width: min(240px, 100%);
}

@media print, screen and (min-width: 768px) {
  .cashless-header__main img {
    width: 385px;
  }
}
@media print {
  .cashless-header__main img {
    width: 385px;
  }
}
.cashless-header__illust {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cashless-header__illust {
    align-self: flex-end;
    padding: 0;
    width: 280px;
  }
}
@media print {
  .cashless-header__illust {
    align-self: flex-end;
    padding: 0;
    width: 280px;
  }
}
@media print, screen and (min-width: 1520px) {
  .cashless-header__illust {
    width: 335px;
  }
}
@media print {
  .cashless-header__illust {
    width: 335px;
  }
}
.cashless-header__illust img {
  max-width: 100%;
  width: min(240px, 70vw);
}

@media print, screen and (min-width: 768px) {
  .cashless-header__illust img {
    height: auto;
    width: 100%;
  }
}
@media print {
  .cashless-header__illust img {
    height: auto;
    width: 100%;
  }
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .cat-list {
    font-size: 1rem;
  }
}
@media print {
  .cat-list {
    font-size: 1rem;
  }
}
.cat-list p {
  margin-top: 1em;
}

.cat-list p:first-child {
  margin-top: 0;
}

.cat-list li {
  display: flex;
  margin: 0;
  margin-bottom: 1em;
  margin-right: 1.75em;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .cat-list li {
    margin-right: 2em;
  }
}
@media print {
  .cat-list li {
    margin-right: 2em;
  }
}
.cat-list li.current-cat a {
  font-weight: 700;
}

.cat-list li.current-cat a::after {
  width: 100%;
}

.cat-list a {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #030303;
  cursor: pointer;
  display: flex;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cat-list a:hover {
    color: #030303;
  }
  .cat-list a:hover::after {
    width: 100%;
  }
}
.cat-list a::after {
  background-color: #e94d45;
  border-radius: 999em;
  bottom: 0;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease;
  width: 0;
}

.container,
.container--md {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .container,
  .container--md {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .container,
  .container--md {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container--md {
  max-width: 960px;
}

.row-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .row-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .row-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .row-container {
    display: flex;
    justify-content: space-between;
  }
}
.row-container__title {
  margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
  .row-container__title {
    margin-bottom: 40px;
  }
}
@media print {
  .row-container__title {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container__title {
    margin-bottom: 0;
    padding-right: 30px;
    width: 360px;
  }
  .row-container__title [class^=section-title] {
    position: sticky;
    top: 120px;
  }
}
@media print {
  .row-container__title {
    margin-bottom: 0;
    padding-right: 30px;
    width: 360px;
  }
  .row-container__title [class^=section-title] {
    position: sticky;
    top: 120px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container__content {
    max-width: 1200px;
    width: calc(100% - 360px);
  }
}
@media print {
  .row-container__content {
    max-width: 1200px;
    width: calc(100% - 360px);
  }
}
.drawer {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  top: 56px;
  width: 0;
  z-index: 990;
}

@media print, screen and (min-width: 768px) {
  .drawer {
    top: 64px;
  }
}
@media print {
  .drawer {
    top: 64px;
  }
}
@media print, screen and (min-width: 992px) {
  .drawer {
    bottom: auto;
    flex-direction: row;
    height: auto;
    left: auto;
    position: initial;
    top: auto;
    z-index: auto;
  }
}
@media print {
  .drawer {
    bottom: auto;
    flex-direction: row;
    height: auto;
    left: auto;
    position: initial;
    top: auto;
    z-index: auto;
  }
}
.drawer__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 992px) {
  .drawer__backdrop {
    display: none;
  }
}
@media print {
  .drawer__backdrop {
    display: none;
  }
}
.drawer__inner {
  -webkit-transform: translate(-100%, 0);
  background-color: #e94d45;
  height: 100%;
  overflow: auto;
  padding-top: 16px;
  transform: translate(-100%, 0);
  width: calc(100vw - 56px);
}

@media print, screen and (min-width: 768px) {
  .drawer__inner {
    overflow: visible;
    padding-top: 24px;
    width: calc(100vw - 64px);
  }
}
@media print {
  .drawer__inner {
    overflow: visible;
    padding-top: 24px;
    width: calc(100vw - 64px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    -webkit-transform: none;
    background-color: transparent;
    height: auto;
    padding-top: 0;
    transform: none;
    width: 100%;
  }
}
@media print {
  .drawer__inner {
    -webkit-transform: none;
    background-color: transparent;
    height: auto;
    padding-top: 0;
    transform: none;
    width: 100%;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] {
    transition: none;
  }
}
.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}

.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}

.drawer[aria-hidden=false] .drawer__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    transform: none;
  }
}
@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    transform: none;
  }
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}

@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
@media print {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.faq-block {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #030303;
}

.faq-block:first-child {
  border-top: 1px solid #eee;
  margin-top: 0;
}

.faq-block__check {
  display: none;
}

.faq-block__label {
  cursor: pointer;
  display: block;
  font-weight: 500;
  position: relative;
}

.faq-block__label::before,
.faq-block__label::after {
  -webkit-transform-origin: center center;
  -webkit-transform: translate(0, -50%);
  background-color: #e94d45;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center center;
  width: 1.5em;
}

.faq-block__label::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) {
  .faq-block__label {
    transition: background 0.25s ease;
  }
  .faq-block__label:hover {
    background-color: #fcfaf2;
  }
}
@media print {
  .faq-block__label {
    transition: background 0.25s ease;
  }
  .faq-block__label:hover {
    background-color: #fcfaf2;
  }
}
.faq-block__question,
.faq-block__answer {
  display: flex;
  padding-left: 0.5em;
  padding-right: 2.5em;
  position: relative;
}

.faq-block__question::before,
.faq-block__answer::before {
  color: #e41919;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 0.25em;
  position: relative;
  text-align: center;
  width: 1em;
}

.faq-block__question {
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  min-height: 64px;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

@media print, screen and (min-width: 768px) {
  .faq-block__question {
    min-height: 96px;
  }
}
@media print {
  .faq-block__question {
    min-height: 96px;
  }
}
.faq-block__question::before {
  align-self: center;
  color: #e94d45;
  content: "Q";
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .faq-block__question::before {
    align-self: center;
  }
}
@media print {
  .faq-block__question::before {
    align-self: center;
  }
}
.faq-block__question > div,
.faq-block__question > span {
  flex: 1;
}

.faq-block__content {
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s ease-out;
}

.faq-block .faq-block__check:checked + .faq-block__label + .faq-block__content {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
  padding-top: 24px;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .faq-block .faq-block__check:checked + .faq-block__label + .faq-block__content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media print {
  .faq-block .faq-block__check:checked + .faq-block__label + .faq-block__content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.faq-block .faq-block__check:checked + .faq-block__label::after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-block__answer {
  padding-left: 1em;
  padding-right: 1em;
}

.faq-block__answer::before {
  color: #ffbd14;
  content: "A";
}

.faq-block__answer > div {
  flex: 1;
  padding-bottom: 16px;
  word-break: break-all;
}

@media print, screen and (min-width: 768px) {
  .faq-block__answer > div {
    padding-bottom: 24px;
  }
}
@media print {
  .faq-block__answer > div {
    padding-bottom: 24px;
  }
}
.flow-list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1520px) {
  .flow-list {
    display: flex;
    gap: 64px;
    position: relative;
  }
  .flow-list::before {
    background-color: #ffbd14;
    content: " ";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
  }
}
@media print {
  .flow-list {
    display: flex;
    gap: 64px;
    position: relative;
  }
  .flow-list::before {
    background-color: #ffbd14;
    content: " ";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
  }
}
.flow-list__item {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-top: 8px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .flow-list__item {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-top: 16px;
  }
}
@media print {
  .flow-list__item {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 1520px) {
  .flow-list__item {
    display: flex;
    padding: 0;
  }
}
@media print {
  .flow-list__item {
    display: flex;
    padding: 0;
  }
}
.flow-list__item:last-child {
  padding-bottom: 0;
}

.flow-list__item:last-child::before {
  content: none;
}

.flow-list__item::before {
  background-color: #ffbd14;
  bottom: 0;
  content: " ";
  display: block;
  left: 22px;
  position: absolute;
  top: 20px;
  width: 3px;
}

@media print, screen and (min-width: 768px) {
  .flow-list__item::before {
    left: 22px;
    top: 24px;
    width: 4px;
  }
}
@media print {
  .flow-list__item::before {
    left: 22px;
    top: 24px;
    width: 4px;
  }
}
@media print, screen and (min-width: 1520px) {
  .flow-list__item::before {
    content: none;
  }
}
@media print {
  .flow-list__item::before {
    content: none;
  }
}
.flow-list__number {
  align-items: center;
  background-color: #ffbd14;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 2em;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 2em;
}

@media print, screen and (min-width: 768px) {
  .flow-list__number {
    -webkit-transform: translate(-20%, -20%);
    font-size: 2rem;
    transform: translate(-20%, -20%);
  }
}
@media print {
  .flow-list__number {
    -webkit-transform: translate(-20%, -20%);
    font-size: 2rem;
    transform: translate(-20%, -20%);
  }
}
@media print, screen and (min-width: 1520px) {
  .flow-list__number {
    -webkit-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
  }
}
@media print {
  .flow-list__number {
    -webkit-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
  }
}
.flow-list__number::before,
.flow-list__number::after {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.flow-list__number::before {
  content: "Step";
  font-size: 50%;
  padding-top: 0.25em;
  white-space: nowrap;
}

.flow-list__number::after {
  content: counter(number);
  counter-increment: number;
  font-size: 85%;
}

.flow-list__box {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 8px 16px 32px;
}

@media print, screen and (min-width: 768px) {
  .flow-list__box {
    align-items: center;
    border-radius: 24px;
    display: flex;
    padding: 40px 24px;
  }
}
@media print {
  .flow-list__box {
    align-items: center;
    border-radius: 24px;
    display: flex;
    padding: 40px 24px;
  }
}
@media print, screen and (min-width: 1520px) {
  .flow-list__box {
    flex-direction: column;
  }
}
@media print {
  .flow-list__box {
    flex-direction: column;
  }
}
.flow-list__image {
  margin-bottom: 16px;
  width: 160px;
}

@media print, screen and (min-width: 768px) {
  .flow-list__image {
    margin-bottom: 0;
    margin-right: 40px;
    width: 40%;
  }
}
@media print {
  .flow-list__image {
    margin-bottom: 0;
    margin-right: 40px;
    width: 40%;
  }
}
@media print, screen and (min-width: 1520px) {
  .flow-list__image {
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
  }
}
@media print {
  .flow-list__image {
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
  }
}
.flow-list__image img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .flow-list__image img {
    border-radius: 16px;
  }
}
@media print {
  .flow-list__image img {
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-list__main {
    flex: 1;
  }
}
@media print {
  .flow-list__main {
    flex: 1;
  }
}
.flow-list__text {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 768px) {
  .flow-list__text {
    font-size: 1rem;
  }
}
@media print {
  .flow-list__text {
    font-size: 1rem;
  }
}
.flow-list__text p {
  margin-top: 1em;
}

.flow-list__text p:first-child {
  margin-top: 0;
}

.flow-list__detailbox {
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 16px;
  padding: 4px;
}

@media print, screen and (min-width: 768px) {
  .flow-list__detailbox {
    font-size: 0.8125rem;
  }
}
@media print {
  .flow-list__detailbox {
    font-size: 0.8125rem;
  }
}
.flow-list__detailbox p {
  margin-top: 1em;
}

.flow-list__detailbox p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .flow-list__detailbox {
    margin-top: 24px;
    padding: 8px 16px;
  }
}
@media print {
  .flow-list__detailbox {
    margin-top: 24px;
    padding: 8px 16px;
  }
}
.flow-list__btn {
  margin-top: 16px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .flow-list__btn {
    margin-top: 24px;
  }
}
@media print {
  .flow-list__btn {
    margin-top: 24px;
  }
}
.form-table,
.form-table--confirmed {
  border-top: 1px solid #e6e6e6;
  display: block;
  line-height: 1.3;
}

.form-table tbody,
.form-table--confirmed tbody {
  display: block;
}

.form-table--confirmed {
  font-size: 85%;
}

@media print, screen and (min-width: 768px) {
  .form-table--confirmed .form-table__head {
    width: 120px;
  }
}
@media print {
  .form-table--confirmed .form-table__head {
    width: 120px;
  }
}
.form-table__row {
  background: none;
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .form-table__row {
    align-items: center;
    display: flex;
  }
}
@media print {
  .form-table__row {
    align-items: center;
    display: flex;
  }
}
.form-table__head,
.form-table__content {
  display: block;
  padding: 8px 0;
}

@media print, screen and (min-width: 768px) {
  .form-table__head,
  .form-table__content {
    padding: 16px 0;
  }
}
@media print {
  .form-table__head,
  .form-table__content {
    padding: 16px 0;
  }
}
.form-table__head {
  font-weight: 900;
  margin-top: 8px;
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .form-table__head {
    margin-top: 0;
    width: 200px;
  }
}
@media print {
  .form-table__head {
    margin-top: 0;
    width: 200px;
  }
}
.form-table__head label {
  font-weight: 900;
}

.form-table__head .mark-req {
  -webkit-transform: translate(0, -50%);
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.form-table__head .min {
  color: #666;
  display: block;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .form-table__content {
    flex: 1;
    padding-left: 24px;
  }
}
@media print {
  .form-table__content {
    flex: 1;
    padding-left: 24px;
  }
}
.form-table__content .min {
  font-size: 85%;
  font-weight: normal;
}

.form-adornments {
  align-items: center;
  display: flex;
}

.form-adornments__before {
  font-size: 85%;
  margin-right: 0.5em;
  opacity: 0.6;
}

.form-adornments__after {
  font-size: 85%;
  margin-left: 0.5em;
  opacity: 0.6;
}

.form-adornments .wpcf7-form-control-wrap {
  flex: 1;
}

.form-control,
.form-control--inline {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1rem;
  height: 40px;
  padding: 4px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-control,
  .form-control--inline {
    font-size: 1rem;
    height: 48px;
    padding: 4px 16px;
  }
}
@media print {
  .form-control,
  .form-control--inline {
    font-size: 1rem;
    height: 48px;
    padding: 4px 16px;
  }
}
.form-control--inline {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.form-control::-webkit-input-placeholder,
.form-control--inline::-webkit-input-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder,
.form-control--inline:-ms-input-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder,
.form-control--inline::-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .form-control--inline::-webkit-input-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder, .form-control--inline:-ms-input-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder, .form-control--inline::-ms-input-placeholder {
  color: #999;
}

.form-control::placeholder,
.form-control--inline::placeholder {
  color: #999;
}

input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}

.radio-block .wpcf7-list-item {
  display: block;
}

.radio-inlineblock .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.radio-block label,
.radio-inlineblock label {
  align-items: center;
  display: inline-flex;
  font-weight: normal;
  margin: 8px 0;
}

.radio-block label .wpcf7-list-item-label,
.radio-inlineblock label .wpcf7-list-item-label {
  display: inline-flex;
  margin-right: 8px;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    font-size: 1rem;
    margin-right: 16px;
    min-width: 96px;
  }
}
@media print {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    font-size: 1rem;
    margin-right: 16px;
    min-width: 96px;
  }
}
.radio-block label input,
.radio-inlineblock label input {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 7px;
  vertical-align: middle;
}

.form-select,
.form-select--white {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f4f4;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  min-width: 60px;
  padding: 0.5em 2.5em 0.5em 0.5em;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-select,
  .form-select--white {
    height: 4em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
@media print {
  .form-select,
  .form-select--white {
    height: 4em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
.form-select--white {
  background-color: #fff;
}

.form-select:-moz-focusring,
.form-select--white:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select::-ms-expand,
.form-select--white::-ms-expand {
  display: none;
}

.form-file {
  align-items: center;
  display: flex;
}

.form-file .wpcf7-form-control-wrap input {
  display: none;
}

.form-file.use-floating-validation-tip {
  position: relative;
}

.form-file.use-floating-validation-tip .wpcf7-form-control-wrap {
  position: initial;
}

.form-file.use-floating-validation-tip .wpcf7-not-valid-tip {
  -webkit-transform: translate(0, -100%);
  left: 0;
  min-width: 13em;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  width: auto;
}

.form-file label {
  align-items: center;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 90%;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  white-space: nowrap;
  width: 9em;
}

@media (hover: hover) and (pointer: fine) {
  .form-file label {
    transition: 0.3s ease-out;
  }
  .form-file label:hover {
    opacity: 0.7;
  }
}
.form-file label:after {
  color: black;
  content: "選択されていません";
  font-weight: 400;
  position: absolute;
  right: -10em;
}

.form-file label.changed:after {
  content: "";
}

.form-file .filename {
  display: block;
  font-size: 90%;
  padding-left: 1em;
}

.form-file__delete {
  background-color: #999;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-left: 1em;
  position: relative;
  text-decoration: none;
  width: 1.5em;
}

.form-file__delete::before,
.form-file__delete::after {
  background-color: #fff;
  content: " ";
  display: block;
  font-size: 20px;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}

.form-file__delete::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-file__delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
  .form-file__delete {
    transition: all 0.25s ease;
  }
  .form-file__delete:hover {
    opacity: 0.7;
  }
}
.form-file__delete.active {
  display: block !important;
}

.add-files {
  display: none;
}

.btn-addfile {
  background-color: transparent;
  border: none;
  opacity: 0.65;
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
@media print {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
.btn-addfile .icon,
.btn-addfile .txt {
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
@media print {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
.btn-addfile .txt {
  font-weight: 500;
}

.btn-addfile .icon {
  color: #666;
  margin-right: 5px;
}

textarea.form-control,
textarea.form-control--inline {
  height: auto;
  line-height: 1.5;
}

.form-label {
  display: block;
  font-size: 85%;
  margin-bottom: 3px;
  opacity: 0.65;
}

.form-radio-label,
.form-radio-label--block {
  align-items: center;
  display: inline-flex;
  font-size: 95%;
  font-weight: normal;
  margin: 8px 0;
  margin-right: 24px;
  min-width: 80px;
}

@media print, screen and (min-width: 768px) {
  .form-radio-label,
  .form-radio-label--block {
    margin-right: 40px;
  }
}
@media print {
  .form-radio-label,
  .form-radio-label--block {
    margin-right: 40px;
  }
}
.form-radio-label:last-child,
.form-radio-label--block:last-child {
  margin-left: 0;
}

.form-radio-label--block {
  display: flex;
  margin-left: 0;
  margin-top: 16px;
}

.form-radio-label--block:first-child {
  margin-top: 8px;
}

.form-radio-label__input {
  margin-right: 0.5em;
}

.form-radio-label__text {
  flex: 1;
}

.form-row {
  align-items: center;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.form-row.form-ymd {
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .form-row.form-ymd {
    flex-wrap: nowrap;
  }
}
@media print {
  .form-row.form-ymd {
    flex-wrap: nowrap;
  }
}
.form-row.form-ymd .form-row__col,
.form-row.form-ymd .form-row__col--inline {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .form-row.form-ymd .form-row__col,
  .form-row.form-ymd .form-row__col--inline {
    width: auto;
  }
}
@media print {
  .form-row.form-ymd .form-row__col,
  .form-row.form-ymd .form-row__col--inline {
    width: auto;
  }
}
.form-row.form-ymd .form-row__col:first-child,
.form-row.form-ymd .form-row__col--inline:first-child {
  margin-bottom: 8px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-row.form-ymd .form-row__col:first-child,
  .form-row.form-ymd .form-row__col--inline:first-child {
    margin-bottom: 0;
    width: auto;
  }
}
@media print {
  .form-row.form-ymd .form-row__col:first-child,
  .form-row.form-ymd .form-row__col--inline:first-child {
    margin-bottom: 0;
    width: auto;
  }
}
.form-row__col,
.form-row__col--inline {
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}

.form-row__col--inline {
  width: auto;
}

.mark-req {
  background-color: #e41919;
  border-radius: 999em;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.25em 0.5em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mark-req {
    font-size: 0.8125rem;
  }
}
@media print {
  .mark-req {
    font-size: 0.8125rem;
  }
}
.privacy-block__title {
  font-size: 0.875rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .privacy-block__title {
    font-size: 1rem;
  }
}
@media print {
  .privacy-block__title {
    font-size: 1rem;
  }
}
.privacy-block__text {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 768px) {
  .privacy-block__text {
    font-size: 0.8125rem;
  }
}
@media print {
  .privacy-block__text {
    font-size: 0.8125rem;
  }
}
.privacy-block__box,
.privacy-block__box--visibled {
  background-color: #eee;
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 8px;
  max-height: 240px;
  overflow: auto;
  padding: 8px;
}

@media print, screen and (min-width: 768px) {
  .privacy-block__box,
  .privacy-block__box--visibled {
    font-size: 0.75rem;
    max-height: 320px;
    padding: 16px;
  }
}
@media print {
  .privacy-block__box,
  .privacy-block__box--visibled {
    font-size: 0.75rem;
    max-height: 320px;
    padding: 16px;
  }
}
.privacy-block__box--visibled {
  max-height: none;
}

.privacy-block__list {
  margin: 0;
}

.privacy-block__list li {
  margin-top: 0.5em;
}

.privacy-block__list li:first-child {
  margin-top: 0;
}

.privacy-block__list li > ol {
  margin-top: 0.5em;
}

.privacy-block__list li > ol li ol {
  margin-top: 0.3em;
}

.privacy-block__h1 {
  font-size: 110%;
  font-weight: 700;
  margin-top: 1em;
}

.privacy-block__h1:first-child {
  margin-top: 0;
}

.privacy-block__h2 {
  font-weight: 700;
  margin-top: 1em;
}

.privacy-block__h2:first-child {
  margin-top: 0;
}

.privacy-block p {
  margin-top: 0.5em;
}

.privacy-block p:first-child {
  margin-top: 0;
}

.privacy-block a {
  text-decoration: underline;
}

.privacy-block__check {
  font-size: 0.9375rem;
  margin-top: 16px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .privacy-block__check {
    font-size: 1.125rem;
  }
}
@media print {
  .privacy-block__check {
    font-size: 1.125rem;
  }
}
.privacy-block__check label {
  align-items: center;
  display: inline-flex;
}

.privacy-block__check input {
  margin-right: 4px;
}

.privacy-block__check a {
  color: #030303;
}

.zip-btn {
  align-items: center;
  background-color: #666;
  border: none;
  border-radius: 2px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  max-width: 100%;
  min-width: 80px;
  padding: 4px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .zip-btn {
    transition: all 0.25s ease;
  }
  .zip-btn:hover {
    color: #fff;
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 768px) {
  .zip-btn {
    font-size: 0.875rem;
  }
}
@media print {
  .zip-btn {
    font-size: 0.875rem;
  }
}
.wpcf7 form .ajax-loader {
  margin-top: 5px;
}

.wpcf7 form .formError {
  z-index: 9;
}

.wpcf7 form .formError .formErrorContent {
  min-width: 140px;
}

.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  border: none;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 10px 0 0;
  text-shadow: none;
}

@media print, screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media print {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    text-align: center;
  }
}
.wpcf7 form .wpcf7-response-output.hide {
  display: none !important;
}

.wpcf7 form .wpcf7-validation-errors {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}

.show-sent {
  display: none;
}

.help-block.with-errors {
  font-size: 90%;
  margin: 0;
}

.help-block.with-errors ul {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  padding-left: 1.5em;
}

.help-block.with-errors ul li {
  color: #ea321f;
}

.wpcf7-not-valid-tip {
  font-size: 85%;
}

.has-error .form-control,
.has-error .form-control--inline {
  border-color: #ea321f;
}

input[type=checkbox][disabled],
input[type=checkbox][disabled] ~ span {
  display: none;
}

input[type=checkbox][disabled]:checked,
input[type=checkbox][disabled]:checked ~ span {
  display: inline;
}

/*確認画面*/
.custom-wpcf7c-confirmed .form-control.wpcf7c-conf,
.custom-wpcf7c-confirmed .wpcf7c-conf.form-control--inline {
  background-color: #fff !important;
  border-color: #fff;
}

.custom-wpcf7c-confirmed .form-control:read-only,
.custom-wpcf7c-confirmed .form-control--inline:read-only,
.custom-wpcf7c-confirmed input[type=date]:read-only {
  background-color: transparent !important;
  border: none;
  height: auto;
  padding: 0;
}

.custom-wpcf7c-confirmed textarea:read-only {
  resize: none;
}

.custom-wpcf7c-confirmed .form-control:read-only:-webkit-autofill,
.custom-wpcf7c-confirmed .form-control--inline:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.custom-wpcf7c-confirmed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

.custom-wpcf7c-confirmed select.wpcf7c-conf {
  background: none;
  border: none;
  height: auto;
  padding: 0;
  padding-right: 5px;
}

.custom-wpcf7c-confirmed .form-ymd select.wpcf7c-conf#your_year {
  min-width: 0;
  padding-right: 0;
  text-align: -webkit-right;
  width: 3em;
}

.custom-wpcf7c-confirmed .form-ymd select.wpcf7c-conf#your_month {
  min-width: 0;
  padding-right: 0;
  text-align: -webkit-right;
  width: 2em;
}

.custom-wpcf7c-confirmed .form-ymd select.wpcf7c-conf#your_day {
  min-width: 0;
  padding-right: 0;
  text-align: -webkit-right;
  width: 2em;
}

.custom-wpcf7c-confirmed input[type=radio]:disabled,
.custom-wpcf7c-confirmed input[type=radio]:disabled ~ * {
  display: none;
}

.custom-wpcf7c-confirmed input[type=radio]:disabled:checked,
.custom-wpcf7c-confirmed input[type=radio]:disabled:checked ~ * {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapture-text {
  font-size: 0.75rem;
  margin-top: 24px;
  opacity: 0.65;
}

@media print, screen and (min-width: 768px) {
  .recapture-text {
    font-size: 0.8125rem;
  }
}
@media print {
  .recapture-text {
    font-size: 0.8125rem;
  }
}
.recapture-text a {
  color: #e94d45;
  text-decoration: underline;
}

.form-wrapper form {
  margin-top: -60px;
  padding-top: 60px;
}

#mailForm {
  margin-top: -64px;
  padding-top: 64px;
}

.inview-up[data-inview] {
  transition: opacity 0.8s ease 0.35s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

.inview-up[data-inview=false] {
  -webkit-transform: translate(0, 60px);
  opacity: 0;
  transform: translate(0, 60px);
}

.inview-up[data-inview=true] {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.inview-scale[data-inview] {
  transition: -webkit-transform 1.25s ease;
  transition: transform 1.25s ease;
  transition: transform 1.25s ease, -webkit-transform 1.25s ease;
}

.inview-scale[data-inview=false] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inview-scale[data-inview=true] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.top-kv {
  align-items: center;
  background-color: #030303;
  color: #fff;
  display: flex;
  height: calc(var(--vh, 1vh) * 100 - 112px);
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-kv {
    height: calc(var(--vh, 1vh) * 100 - 64px);
  }
}
@media print {
  .top-kv {
    height: calc(var(--vh, 1vh) * 100 - 64px);
  }
}
@media print, screen and (min-width: 992px) {
  .top-kv {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media print {
  .top-kv {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.top-kv::before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.top-kv__video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.top-kv__content {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 20;
}

.top-kv__scroll {
  bottom: 24px;
  position: absolute;
  z-index: 10;
}

.kv-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 7.5vw;
  justify-content: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .kv-block {
    font-size: 4rem;
  }
}
@media print {
  .kv-block {
    font-size: 4rem;
  }
}
.kv-block img {
  height: auto;
  max-width: 100%;
}

.kv-block p {
  line-height: 1;
}

.kv-block__en {
  width: 8em;
}

.kv-block__deco {
  left: -0.1em;
  position: absolute;
  top: 0.5em;
  width: 2em;
  z-index: 10;
}

.kv-block__main {
  align-items: flex-end;
  display: flex;
  line-height: 1;
}

@-webkit-keyframes bounce-in2 {
  0% {
    -webkit-transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.85);
  }
  60% {
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce-in2 {
  0% {
    -webkit-transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.85);
  }
  60% {
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.kv-block__number-wrap {
  -webkit-transform-origin: center bottom;
  -webkit-transform: scale(0.85);
  font-size: 4.5em;
  position: relative;
  transform: scale(0.85);
  transform-origin: center bottom;
}

.kv-block__number-wrap.active {
  -webkit-animation: bounce-in2 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1s;
  animation: bounce-in2 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1s;
}

.kv-block__number-wrap.active .kv-block__number-decos > span {
  -webkit-transform-origin: center bottom;
  -webkit-animation: bounce-in 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-transform: translateY(0.1em) scaleY(0.65);
  animation: bounce-in 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 0;
  transform: translateY(0.1em) scaleY(0.65);
  transform-origin: center bottom;
}

.kv-block__number-wrap.active .kv-block__number-decos > span:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.kv-block__number-wrap.active .kv-block__number-decos > span:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.kv-block__number-wrap.active .kv-block__number-decos > span:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: translateY(0.1em) scaleY(0.65);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(0.1em) scaleY(0.65);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    opacity: 1;
    transform: translateY(0) scaleY(1.1);
  }
  75% {
    -webkit-transform: translateY(0.02em) scaleY(0.9);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translateY(0.02em) scaleY(0.9);
  }
  90% {
    -webkit-transform: translateY(0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    opacity: 1;
    transform: translateY(0) scaleY(1.05);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
@keyframes bounce-in {
  0% {
    -webkit-transform: translateY(0.1em) scaleY(0.65);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(0.1em) scaleY(0.65);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    opacity: 1;
    transform: translateY(0) scaleY(1.1);
  }
  75% {
    -webkit-transform: translateY(0.02em) scaleY(0.9);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translateY(0.02em) scaleY(0.9);
  }
  90% {
    -webkit-transform: translateY(0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    opacity: 1;
    transform: translateY(0) scaleY(1.05);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.kv-block__number-decos {
  display: flex;
  font-size: 0.55em;
  margin-right: -0.125em;
  position: absolute;
  right: 0;
  top: 0.2em;
  z-index: 10;
}

.kv-block__number-decos > span {
  display: block;
  margin-right: -0.04em;
  opacity: 0;
  width: 1em;
}

.kv-block__number-decos > span img {
  height: auto;
  width: 100%;
}

.kv-block__number {
  -webkit-transform: scaleY(0.9);
  display: flex;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: -0.05em;
  line-height: 0.75em !important;
  text-align: right;
  transform: scaleY(0.9);
  white-space: nowrap;
  width: 2.1em;
}

.kv-block__unit {
  margin-left: 0.5em;
  padding-bottom: 0.1em;
  width: 1em;
}

.kv-block__ja {
  width: 9em;
}

.top-kv-scroll {
  align-items: center;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  .top-kv-scroll {
    font-size: 1rem;
  }
}
@media print {
  .top-kv-scroll {
    font-size: 1rem;
  }
}
.top-kv-scroll__text {
  font-size: 100%;
  line-height: 1.3;
}

@-webkit-keyframes scrolldown {
  0% {
    opacity: 0.45;
  }
  10% {
    -webkit-transform: scale(1);
    opacity: 0.45;
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.25);
    opacity: 1;
    transform: scale(1.25);
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 0.45;
    transform: scale(1);
  }
  100% {
    opacity: 0.45;
  }
}
@keyframes scrolldown {
  0% {
    opacity: 0.45;
  }
  10% {
    -webkit-transform: scale(1);
    opacity: 0.45;
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.25);
    opacity: 1;
    transform: scale(1.25);
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 0.45;
    transform: scale(1);
  }
  100% {
    opacity: 0.45;
  }
}
.top-kv-scroll > span {
  -webkit-animation: scrolldown 1s infinite linear;
  animation: scrolldown 1s infinite linear;
  background-color: #fff;
  border-radius: 50%;
  height: 0.5em;
  margin-top: 0.5em;
  opacity: 0.45;
  width: 0.5em;
}

.top-kv-scroll > span:nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-kv-scroll > span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.top-kv-scroll > span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.list li {
  line-height: 1.5;
  margin-top: 0.5em;
  padding: 0;
  padding-left: 1em;
  position: relative;
}

.list li:first-child {
  margin-top: 0;
}

.list li:after {
  -webkit-transform: translate(0, -50%);
  background-color: #e94d45;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.75em;
  transform: translate(0, -50%);
  width: 5px;
}

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

.list ul li {
  margin-top: 0.2em;
  padding: 0;
  padding-left: 0.5em;
  position: relative;
}

.list ul li:first-child {
  margin-top: 0;
}

.list ul li:after {
  background-color: #e94d45;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 3px;
}

.list--inline li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 1.5em;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .list--inline li {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media print {
  .list--inline li {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.list--inline-lg li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 1.5em;
  margin-top: 3px;
  min-width: 120px;
}

@media print, screen and (min-width: 768px) {
  .list--inline-lg li {
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 180px;
  }
}
@media print {
  .list--inline-lg li {
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 180px;
  }
}
.list--narrow li {
  margin-top: 2px;
}

@media print, screen and (min-width: 768px) {
  .list--narrow li {
    margin-top: 3px;
  }
}
@media print {
  .list--narrow li {
    margin-top: 3px;
  }
}
.number-list {
  counter-reset: number;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.number-list > li {
  display: flex;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
  width: 100%;
}

.number-list > li:last-child {
  margin-bottom: 0;
}

.number-list > li::before {
  color: #e94d45;
  content: counter(number) ".";
  counter-increment: number;
  font-size: 150%;
  font-style: italic;
  line-height: 1.25;
  margin-right: 0.25em;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  .number-list > li::before {
    margin-right: 0.5em;
  }
}
@media print {
  .number-list > li::before {
    margin-right: 0.5em;
  }
}
.number-list__content {
  flex: 1;
}

.number-list--lg {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 0.9375rem;
  font-weight: "normal";
}

@media print, screen and (min-width: 768px) {
  .number-list--lg {
    font-size: 1.25rem;
  }
}
@media print {
  .number-list--lg {
    font-size: 1.25rem;
  }
}
.number-list--lg > li {
  border-bottom: 1px solid #030303;
  padding-bottom: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .number-list--lg > li {
    align-items: flex-end;
  }
}
@media print {
  .number-list--lg > li {
    align-items: flex-end;
  }
}
.number-list--lg > li::before {
  font-size: 200%;
  font-style: normal;
}

.number-dl {
  counter-reset: number;
  margin: 0;
  padding: 0;
}

.number-dl > dt {
  display: flex;
  font-weight: normal;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  position: relative;
}

.number-dl > dt:first-of-type {
  margin-top: 0;
}

.number-dl > dt::before {
  color: #e94d45;
  content: counter(number) ".";
  counter-increment: number;
  font-size: 150%;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-right: 0.25em;
  position: relative;
  text-align: center;
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  .number-dl > dt::before {
    margin-bottom: 0;
  }
}
@media print {
  .number-dl > dt::before {
    margin-bottom: 0;
  }
}
.number-dl > dd {
  font-size: 95%;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  padding-left: 2em;
}

.block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.block-list__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.block-list__card {
  color: #030303;
  display: flex;
  min-height: 98px;
  padding: 8px;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .block-list__card {
    transition: all 0.25s ease;
  }
  .block-list__card:hover {
    background-color: rgba(252, 250, 242, 0.35);
    color: #030303;
  }
  .block-list__card:hover .block-list__thumb img {
    -webkit-transform: scale(1.03);
    opacity: 0.8;
    transform: scale(1.03);
  }
  .block-list__card:hover .link-arrow {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .block-list__card {
    padding: 32px 8px;
  }
}
@media print {
  .block-list__card {
    padding: 32px 8px;
  }
}
.block-list__thumb {
  margin-right: 8px;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .block-list__thumb {
    margin-right: 24px;
    width: 18%;
  }
}
@media print {
  .block-list__thumb {
    margin-right: 24px;
    width: 18%;
  }
}
.block-list__thumb-inner {
  background-color: #fcfaf2;
  height: 0;
  overflow: hidden;
  padding-bottom: 65.2%;
  position: relative;
}

.block-list__thumb img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.block-list__content {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .block-list__content .h3-title {
    font-size: 0.9375rem;
  }
}
.block-list__text {
  font-size: 0.6875rem;
  margin-top: 4px;
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .block-list__text {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
@media print {
  .block-list__text {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.block-list .link-arrow {
  align-self: center;
  margin-left: 1em;
}

.dl-horizontal,
.dl-horizontal--md {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.dl-horizontal dt,
.dl-horizontal--md dt {
  font-weight: 700;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: 6em;
}

.dl-horizontal dt:first-of-type,
.dl-horizontal--md dt:first-of-type {
  margin-top: 0;
}

.dl-horizontal dd,
.dl-horizontal--md dd {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: calc(100% - 6em);
}

.dl-horizontal dd:first-of-type,
.dl-horizontal--md dd:first-of-type {
  margin-top: 0;
}

.dl-horizontal--md dt {
  width: 8em;
}

.dl-horizontal--md dd {
  width: calc(100% - 8em);
}

#loader-bg {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  padding-bottom: 5vh;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

#loader-bg.loaded {
  pointer-events: none;
}

#loader-bg.loaded .icon {
  -webkit-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}

#loader-bg.subpage .icon {
  display: none;
}

#loader-bg .icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#loader-bg .loader {
  -webkit-transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-size: 10px;
  height: 1px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 10em;
}

#loader-bg .loader::after {
  -webkit-animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}
@keyframes loader {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}
.more-block,
.more-block--cashless {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .more-block,
  .more-block--cashless {
    margin-top: 48px;
  }
}
@media print {
  .more-block,
  .more-block--cashless {
    margin-top: 48px;
  }
}
.more-block--cashless {
  background-color: #efebe4;
  margin-top: 0;
}

.more-block--cashless .more-block__label {
  color: #030303;
  display: flex;
  height: 48px;
  margin-top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .more-block--cashless .more-block__label {
    height: 56px;
  }
}
@media print {
  .more-block--cashless .more-block__label {
    height: 56px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-block--cashless .more-block__label:hover {
    background-color: rgb(220.023255814, 211.2790697674, 195.976744186);
  }
}
.more-block--cashless .more-block__text::before {
  content: "詳しく見る";
}

.more-block--cashless .more-block__content {
  border-bottom: 1px solid #ddd;
}

.more-block--cashless .more-block__inner {
  padding: 0 16px;
}

@media print, screen and (min-width: 768px) {
  .more-block--cashless .more-block__inner {
    padding: 16px 40px;
  }
}
@media print {
  .more-block--cashless .more-block__inner {
    padding: 16px 40px;
  }
}
.more-block__check {
  display: none;
}

.more-block__label {
  align-items: center;
  color: #aaa;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 16px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .more-block__label {
    font-size: 1rem;
  }
}
@media print {
  .more-block__label {
    font-size: 1rem;
  }
}
.more-block__label p {
  margin-top: 1em;
}

.more-block__label p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .more-block__label {
    margin-top: 24px;
  }
}
@media print {
  .more-block__label {
    margin-top: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-block__label {
    transition: all 0.25s ease;
  }
  .more-block__label .more-block__icon {
    transition: all 0.25s ease;
  }
  .more-block__label:hover {
    color: #030303;
  }
  .more-block__label:hover .more-block__icon {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
  }
}
.more-block__icon {
  background-color: #e94d45;
  border-radius: 50%;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  width: 1.5em;
}

.more-block__icon::before,
.more-block__icon::after {
  background-color: #fff;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}

.more-block__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.more-block__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.more-block__text {
  position: relative;
}

.more-block__text::before {
  content: "もっと見る";
  display: block;
  position: relative;
}

.more-block .more-block__check:checked + .more-block__label .more-block__icon::after,
.more-block--cashless .more-block__check:checked + .more-block__label .more-block__icon::after {
  opacity: 0;
}

.more-block .more-block__check:checked + .more-block__label .more-block__text::before,
.more-block--cashless .more-block__check:checked + .more-block__label .more-block__text::before {
  content: "閉じる";
}

.more-block__content {
  height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.more-block .more-block__check:checked + .more-block__label + .more-block__content,
.more-block--cashless .more-block__check:checked + .more-block__label + .more-block__content {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
  padding-top: 24px;
  transition: all 0.2s ease-out;
}

.news-list {
  border-top: 1px solid #eee;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .news-list {
    font-size: 1rem;
  }
}
@media print {
  .news-list {
    font-size: 1rem;
  }
}
.news-list p {
  margin-top: 1em;
}

.news-list p:first-child {
  margin-top: 0;
}

.news-list__item {
  border-bottom: 1px solid #eee;
}

.news-list__content {
  display: flex;
  gap: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .news-list__content {
    gap: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media print {
  .news-list__content {
    gap: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news-list__content {
    flex-direction: row;
  }
}
@media print {
  .news-list__content {
    flex-direction: row;
  }
}
.news-list a.news-list__content {
  color: #030303;
  position: relative;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  .news-list a.news-list__content {
    transition: all 0.25s ease;
  }
  .news-list a.news-list__content:hover {
    background-color: rgba(252, 250, 242, 0.6);
  }
  .news-list a.news-list__content:hover .news-list__icon {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .news-list a.news-list__content:hover .news-list__thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@media print {
  .news-list a.news-list__content {
    transition: all 0.25s ease;
  }
  .news-list a.news-list__content:hover {
    background-color: rgba(252, 250, 242, 0.6);
  }
  .news-list a.news-list__content:hover .news-list__icon {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .news-list a.news-list__content:hover .news-list__thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.news-list a.news-list__content .link-arrow {
  margin-left: 0.5em;
}

.news-list a.news-list__content.icon-pdf .link-arrow,
.news-list a.news-list__content.icon-external .link-arrow {
  display: none;
}

.news-list a.news-list__content.icon-pdf::after,
.news-list a.news-list__content.icon-external::after {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 10px;
  margin-left: 0.5em;
  opacity: 0.6;
  position: relative;
  transition: all 0.25s ease;
  width: 10px;
}

@media print, screen and (min-width: 768px) {
  .news-list a.news-list__content.icon-pdf::after,
  .news-list a.news-list__content.icon-external::after {
    height: 20px;
    width: 20px;
  }
}
@media print {
  .news-list a.news-list__content.icon-pdf::after,
  .news-list a.news-list__content.icon-external::after {
    height: 20px;
    width: 20px;
  }
}
.news-list a.news-list__content.icon-external::after {
  background-image: url(assets/img/common/icon-external.svg);
}

.news-list a.news-list__content.icon-pdf::after {
  background-image: url(assets/img/common/icon-pdf.svg);
}

.news-list__thumb {
  border-radius: 8px;
  overflow: hidden;
  width: min(120px, 30vw);
}

@media print, screen and (min-width: 768px) {
  .news-list__thumb {
    width: 160px;
  }
}
@media print {
  .news-list__thumb {
    width: 160px;
  }
}
.news-list__thumb img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .news-list__thumb img {
    transition: all 0.25s ease;
  }
}
.news-list__row {
  align-items: center;
  display: flex;
  flex: 1;
}

.news-list__main {
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .news-list__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print {
  .news-list__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.news-list__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}

.news-list__time {
  font-family: "Outfit", sans-serif;
  font-size: 85%;
  font-weight: 700;
  margin-right: 1em;
  opacity: 0.45;
}

.news-list__cats {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}

.news-list__cat {
  align-items: center;
  border: 1px solid #e94d45;
  border-radius: 999px;
  color: #e94d45;
  display: flex;
  font-size: 85%;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0.25em;
  margin-left: 0;
  margin-right: 0.5em;
  min-width: 5em;
  padding: 0.1em 0.5em;
  position: relative;
  text-align: center;
}

.news-list__text {
  flex: 1;
  font-size: 100%;
  margin-top: 0.75em;
}

.news-list__icon {
  margin-left: 1em;
  width: 1.5em;
}

@media (hover: hover) and (pointer: fine) {
  .news-list__icon {
    transition: all 0.25s ease;
  }
}
.news-list__icon svg {
  fill: #e94d45;
  height: auto;
  width: 100%;
}

.list-cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6875rem;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .list-cat {
    font-size: 0.75rem;
  }
}
@media print {
  .list-cat {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 992px) {
  .list-cat {
    font-size: 0.8125rem;
  }
}
@media print {
  .list-cat {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .list-cat {
    font-size: 0.875rem;
  }
}
@media print {
  .list-cat {
    font-size: 0.875rem;
  }
}
.list-cat > li {
  display: flex;
  margin: 0;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .list-cat > li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
@media print {
  .list-cat > li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.list-cat > li.current-cat > a,
.list-cat > li.current-cat > span {
  background-color: #ffbd14;
  color: #fff;
}

.list-cat > li > a,
.list-cat > li > span {
  align-items: center;
  border: 2px solid #ffbd14;
  border-radius: 100px;
  color: #ffbd14;
  display: flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding: 2px 15px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .list-cat > li > a,
  .list-cat > li > span {
    height: 40px;
    padding: 5px 30px;
    transition: all 0.25s ease;
  }
}
@media print {
  .list-cat > li > a,
  .list-cat > li > span {
    height: 40px;
    padding: 5px 30px;
    transition: all 0.25s ease;
  }
}
.post-single {
  padding-bottom: 4em;
}

.post-single__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .post-single__meta {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media print {
  .post-single__meta {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.post-single__time {
  color: #030303;
  font-family: "Outfit", sans-serif;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .post-single__time {
    margin-right: 10px;
    padding-right: 15px;
  }
}
@media print {
  .post-single__time {
    margin-right: 10px;
    padding-right: 15px;
  }
}
.post-single__time::after {
  background-color: #ddd;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.post-single__cats {
  display: flex;
  flex-wrap: wrap;
}

.post-single__cat {
  display: block;
  font-size: 86%;
  margin-right: 0.3em;
  opacity: 0.6;
  padding-right: 0.5em;
  position: relative;
}

.post-single__cat::after {
  bottom: 0;
  content: " ";
  content: ",";
  display: block;
  position: absolute;
  right: 0;
}

.post-single__cat:last-child {
  padding-right: 0;
}

.post-single__cat:last-child::after {
  content: none;
}

.post-single__title {
  border-bottom: 1px solid #e94d45;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .post-single__title {
    font-size: 1.625rem;
    margin-bottom: 40px;
  }
}
@media print {
  .post-single__title {
    font-size: 1.625rem;
    margin-bottom: 40px;
  }
}
.pagetitle {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pagetitle {
    min-height: 320px;
  }
}
@media print {
  .pagetitle {
    min-height: 320px;
  }
}
.pagetitle::before {
  -webkit-transform: translate(25%, -40%);
  border: 0.175em solid #ffbd14;
  border-radius: 50%;
  content: " ";
  display: block;
  font-size: 7.5rem;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -40%);
  width: 1em;
}

@media print, screen and (min-width: 768px) {
  .pagetitle::before {
    font-size: 30rem;
  }
}
@media print {
  .pagetitle::before {
    font-size: 30rem;
  }
}
.pagetitle__breadcrumbs {
  padding-right: 16px;
  padding-top: 8px;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .pagetitle__breadcrumbs {
    padding-right: 40px;
    padding-top: 16px;
  }
}
@media print {
  .pagetitle__breadcrumbs {
    padding-right: 40px;
    padding-top: 16px;
  }
}
.pagetitle__container {
  align-items: center;
  display: flex;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  overflow: hidden;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .pagetitle__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .pagetitle__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagetitle__container {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media print {
  .pagetitle__container {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.pagetitle__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.pagetitle__cat {
  align-items: center;
  background-color: #fff;
  color: #030303;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.25em 0.5em;
}

@media print, screen and (min-width: 768px) {
  .pagetitle__cat {
    font-size: 1.25rem;
  }
}
@media print {
  .pagetitle__cat {
    font-size: 1.25rem;
  }
}
.pagetitle__en {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .pagetitle__en {
    font-size: 4rem;
  }
}
@media print {
  .pagetitle__en {
    font-size: 4rem;
  }
}
.pagetitle__en:first-child {
  margin-top: 0;
}

.pagetitle__ja {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pagetitle__ja {
    font-size: 1.5rem;
  }
}
@media print {
  .pagetitle__ja {
    font-size: 1.5rem;
  }
}
.pagetitle__ja:first-child {
  margin-top: 0;
}

.pagetitle__ja::before {
  background-color: #e94d45;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.25em;
  margin-right: 0.5em;
  position: relative;
  width: 0.25em;
}

.pagetopbtn {
  -webkit-transform: translate(0, 50%);
  bottom: 32px;
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  right: 5px;
  text-decoration: none !important;
  transform: translate(0, 50%);
  transition: all 0.25s ease;
  visibility: hidden;
  z-index: 90;
}

@media print, screen and (min-width: 768px) {
  .pagetopbtn {
    bottom: 10px;
    right: 10px;
  }
}
@media print {
  .pagetopbtn {
    bottom: 10px;
    right: 10px;
  }
}
.pagetopbtn.active {
  -webkit-transform: translate(0);
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}

.pagetopbtn__text {
  -webkit-transform-origin: right top;
  -webkit-transform: rotate(90deg);
  color: #e94d45;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 10px;
  padding-right: 0;
  position: relative;
  transform: rotate(90deg);
  transform-origin: right top;
  z-index: 10;
}

.pagetopbtn__text::after {
  -webkit-animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
  background-color: #e94d45;
  content: " ";
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  right: 110%;
  top: 50%;
  width: 0;
  z-index: 1;
}

@-webkit-keyframes pagetopanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 40px;
  }
}
@keyframes pagetopanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 40px;
  }
}
.pagination {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .pagination {
    font-size: 1.125rem;
  }
}
@media print {
  .pagination {
    font-size: 1.125rem;
  }
}
.pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul.page-numbers li {
  display: flex;
  margin: 0.25em;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .pagination ul.page-numbers li {
    margin: 0.5em;
  }
}
@media print {
  .pagination ul.page-numbers li {
    margin: 0.5em;
  }
}
.pagination ul.page-numbers li > a,
.pagination ul.page-numbers li > span {
  align-items: center;
  border-radius: 50%;
  color: #030303;
  display: flex;
  height: 2.66em;
  justify-content: center;
  opacity: 0.3;
  width: 2.66em;
}

.pagination ul.page-numbers li > span {
  background-color: #e94d45;
  color: #fff;
  opacity: 1;
}

.pagination ul.page-numbers li > a {
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  .pagination ul.page-numbers li > a {
    transition: all 0.25s ease;
  }
  .pagination ul.page-numbers li > a:hover {
    opacity: 1;
  }
}
@media print {
  .pagination ul.page-numbers li > a {
    transition: all 0.25s ease;
  }
  .pagination ul.page-numbers li > a:hover {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul.page-numbers li > a.next,
  .pagination ul.page-numbers li > a.prev {
    opacity: 1;
  }
  .pagination ul.page-numbers li > a.next:hover,
  .pagination ul.page-numbers li > a.prev:hover {
    color: #999;
  }
  .pagination ul.page-numbers li > a.next:hover .link-arrow,
  .pagination ul.page-numbers li > a.prev:hover .link-arrow {
    -webkit-transform: translate(5px, 0);
    background-color: rgba(233, 77, 69, 0.5);
    transform: translate(5px, 0);
  }
  .pagination ul.page-numbers li > a.next:hover .link-arrow--back,
  .pagination ul.page-numbers li > a.prev:hover .link-arrow--back {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
}
#lightcase-overlay {
  background-color: #f3f3f3;
}

#lightcase-loading {
  color: #999;
}

.lightcase-icon-close {
  display: none !important;
}

#lightcase-case {
  text-shadow: none;
}

#lightcase-case #lightcase-content {
  background-color: transparent;
}

#lightcase-case #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
}

#lightcase-case #lightcase-content .popup-modal {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 8px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal {
    border-radius: 32px;
    padding: 32px 40px;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal {
    border-radius: 32px;
    padding: 32px 40px;
  }
}
#lightcase-case #lightcase-content .popup-modal *,
#lightcase-case #lightcase-content .popup-modal p {
  color: #030303;
  text-shadow: none;
}

#lightcase-case #lightcase-content .popup-modal__close {
  -webkit-appearance: none;
  -webkit-transform: translate(8px, -8px);
  appearance: none;
  background-color: #030303;
  border: none;
  border-radius: 50%;
  font-size: 32px;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  transform: translate(8px, -8px);
  white-space: nowrap;
  width: 1em;
}

@media (hover: hover) and (pointer: fine) {
  #lightcase-case #lightcase-content .popup-modal__close {
    transition: all 0.25s ease;
  }
  #lightcase-case #lightcase-content .popup-modal__close:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal__close {
    -webkit-transform: none;
    font-size: 40px;
    right: 8px;
    top: 8px;
    transform: none;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__close {
    -webkit-transform: none;
    font-size: 40px;
    right: 8px;
    top: 8px;
    transform: none;
  }
}
#lightcase-case #lightcase-content .popup-modal__close::before,
#lightcase-case #lightcase-content .popup-modal__close::after {
  background-color: #fff;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}

#lightcase-case #lightcase-content .popup-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#lightcase-case #lightcase-content .popup-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#lightcase-case #lightcase-content .popup-modal__product {
  height: 40vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal__product {
    height: 200px;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__product {
    height: 200px;
  }
}
#lightcase-case #lightcase-content .popup-modal__product img {
  -o-object-fit: contain;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: contain;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

#lightcase-case #lightcase-content .popup-modal__image {
  height: 120px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal__image {
    height: 320px;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__image {
    height: 320px;
  }
}
#lightcase-case #lightcase-content .popup-modal__image img {
  border-radius: 8px;
  height: auto;
  max-height: 120px;
  max-width: 100%;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal__image img {
    border-radius: 24px;
    max-height: 320px;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__image img {
    border-radius: 24px;
    max-height: 320px;
  }
}
#lightcase-case #lightcase-content .popup-modal__btn {
  text-align: right;
}

#lightcase-case #lightcase-content .popup-modal table {
  font-size: 0.6875rem;
}

@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal table {
    font-size: 0.75rem;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal table {
    font-size: 0.75rem;
  }
}
.searchform {
  display: flex;
  font-size: 16px;
  height: 56px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .searchform {
    height: 64px;
  }
}
@media print {
  .searchform {
    height: 64px;
  }
}
.searchform input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.searchform__wrapper {
  display: flex;
  padding-right: 3.5em;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .searchform__wrapper {
    padding-right: 5em;
  }
}
@media print {
  .searchform__wrapper {
    padding-right: 5em;
  }
}
select.searchform__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #ddd 50%), linear-gradient(135deg, #ddd 50%, transparent 50%);
  background-position: calc(100% - 11px) 55%, calc(100% - 6px) 55%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  border: 1px solid #e4d8c5;
  border-radius: 4px 0 0 4px;
  border-right: none;
  margin: 0;
  padding: 8px 16px;
  padding: 0.5em 15px 0.5em 0.5em;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  select.searchform__select {
    background-position: calc(100% - 24px) 55%, calc(100% - 19px) 55%;
    padding: 0.5em 2em 0.5em 1em;
  }
}
@media print {
  select.searchform__select {
    background-position: calc(100% - 24px) 55%, calc(100% - 19px) 55%;
    padding: 0.5em 2em 0.5em 1em;
  }
}
input.searchform__btn {
  background-color: #e94d45;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
  font-weight: 700;
  height: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  width: 3.5em;
}

@media (hover: hover) and (pointer: fine) {
  input.searchform__btn {
    transition: all 0.25s ease;
  }
  input.searchform__btn:hover {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
  }
}
@media print, screen and (min-width: 768px) {
  input.searchform__btn {
    width: 5em;
  }
}
@media print {
  input.searchform__btn {
    width: 5em;
  }
}
.section,
.section--light,
.section--sm {
  padding-bottom: 64px;
  padding-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .section,
  .section--light,
  .section--sm {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media print {
  .section,
  .section--light,
  .section--sm {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.section--sm {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .section--sm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media print {
  .section--sm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section--light {
  background-color: #fcfaf2;
}

.switch-tab {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .switch-tab {
    display: flex;
    width: 100%;
  }
}
@media print {
  .switch-tab {
    display: flex;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .switch-tab__tab {
    padding-right: 24px;
    width: 264px;
  }
}
@media print {
  .switch-tab__tab {
    padding-right: 24px;
    width: 264px;
  }
}
@media print, screen and (min-width: 1520px) {
  .switch-tab__tab {
    width: 320px;
  }
}
@media print {
  .switch-tab__tab {
    width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .switch-tab__panels {
    flex: 1;
  }
}
@media print {
  .switch-tab__panels {
    flex: 1;
  }
}
.tab-list {
  display: flex;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  margin-right: -16px;
  overflow: auto;
  padding: 0;
  padding-bottom: 8px;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .tab-list {
    font-size: 1rem;
  }
}
@media print {
  .tab-list {
    font-size: 1rem;
  }
}
.tab-list p {
  margin-top: 1em;
}

.tab-list p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .tab-list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: sticky;
    top: 120px;
  }
}
@media print {
  .tab-list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: sticky;
    top: 120px;
  }
}
.tab-list__item {
  display: inline-flex;
  margin: 0;
  margin-right: 1.75em;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .tab-list__item {
    display: block;
    margin-right: 0;
    margin-top: 24px;
  }
  .tab-list__item:first-child {
    margin-top: 0;
  }
}
@media print {
  .tab-list__item {
    display: block;
    margin-right: 0;
    margin-top: 24px;
  }
  .tab-list__item:first-child {
    margin-top: 0;
  }
}
.tab-list__btn {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .tab-list__btn:hover {
    color: #030303;
  }
  .tab-list__btn:hover::after {
    width: 100%;
  }
}
.tab-list__btn::after {
  background-color: #e94d45;
  border-radius: 999em;
  bottom: 0;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease;
  width: 0;
}

.tab-list__btn[aria-selected] {
  transition: all 0.25s ease;
}

.tab-list__btn[aria-selected=true],
.tab-list__btn.current {
  font-weight: 700;
}

.tab-list__btn[aria-selected=true]::after,
.tab-list__btn.current::after {
  width: 100%;
}

.tab-panels {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .tab-panels {
    margin-top: 40px;
  }
}
@media print {
  .tab-panels {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-panels {
    margin-top: 0;
  }
}
@media print {
  .tab-panels {
    margin-top: 0;
  }
}
.tab-panels__panel[aria-hidden] {
  transition: all 0.25s ease;
}

.tab-panels__panel[aria-hidden=false] {
  display: block;
  visibility: visible;
}

.tab-panels__panel[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

.tab-panels__btn {
  margin-top: 24px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .tab-panels__btn {
    margin-top: 40px;
  }
}
@media print {
  .tab-panels__btn {
    margin-top: 40px;
  }
}
.note-text,
.note-text--right,
.note-text--alert,
.note-text--red {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.65;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 768px) {
  .note-text,
  .note-text--right,
  .note-text--alert,
  .note-text--red {
    font-size: 0.8125rem;
  }
}
@media print {
  .note-text,
  .note-text--right,
  .note-text--alert,
  .note-text--red {
    font-size: 0.8125rem;
  }
}
.note-text--red {
  color: #e41919;
  font-weight: 500;
  opacity: 1;
}

.note-text--alert {
  color: #e41919;
  font-size: 115%;
  font-weight: 500;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .note-text--alert {
    font-size: 150%;
  }
}
@media print {
  .note-text--alert {
    font-size: 150%;
  }
}
@media print, screen and (min-width: 768px) {
  .note-text--right {
    text-align: right;
  }
}
@media print {
  .note-text--right {
    text-align: right;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .lead {
    line-height: 1.5;
  }
}
@media print {
  .lead {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .lead {
    font-size: 1.75rem;
  }
}
@media print {
  .lead {
    font-size: 1.75rem;
  }
}
.lead strong {
  font-size: 115%;
}

.lead--sm {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .lead--sm {
    line-height: 1.5;
  }
}
@media print {
  .lead--sm {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .lead--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .lead--sm {
    font-size: 1.5rem;
  }
}
.lead--sm strong {
  font-size: 115%;
}

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

@media print, screen and (min-width: 768px) {
  .lead--lg {
    line-height: 1.5;
  }
}
@media print {
  .lead--lg {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .lead--lg {
    font-size: 2.5rem;
  }
}
@media print {
  .lead--lg {
    font-size: 2.5rem;
  }
}
.lead--lg strong {
  font-size: 115%;
}

.lead strong {
  font-size: 1.4em;
}

.text {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 768px) {
  .text {
    font-size: 1rem;
  }
}
@media print {
  .text {
    font-size: 1rem;
  }
}
.text p {
  margin-top: 1em;
}

.text p:first-child {
  margin-top: 0;
}

.text--sm {
  font-size: 0.8125rem;
}

@media print, screen and (min-width: 768px) {
  .text--sm {
    font-size: 0.875rem;
  }
}
@media print {
  .text--sm {
    font-size: 0.875rem;
  }
}
.text--sm p {
  margin-top: 1em;
}

.text--sm p:first-child {
  margin-top: 0;
}

.text--lg {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .text--lg {
    font-size: 1.125rem;
  }
}
@media print {
  .text--lg {
    font-size: 1.125rem;
  }
}
.text--lg p {
  margin-top: 1em;
}

.text--lg p:first-child {
  margin-top: 0;
}

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

.eng-text {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.marker-text {
  background-image: linear-gradient(transparent 70%, #f9e002 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

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

.text-red {
  color: red;
}

.toggle-menu {
  align-items: center;
  background-color: #e94d45;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  height: 2.33em;
  justify-content: center;
  margin: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.33em;
  z-index: 1000;
}

@media (hover: hover) and (pointer: fine) {
  .toggle-menu {
    transition: all 0.25s ease;
  }
  .toggle-menu:hover {
    background-color: #030303;
  }
}
@media print, screen and (min-width: 768px) {
  .toggle-menu {
    font-size: 28px;
  }
}
@media print {
  .toggle-menu {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
@media print {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu__bar {
  background-color: currentColor;
  border-radius: 999em;
  display: block;
  height: 2px;
  margin: 0.1em 0;
  transition: all 0.25s ease;
  width: 1em;
}

.toggle-menu__text {
  font-family: "Outfit", sans-serif;
  font-size: 40%;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25em;
}

.toggle-menu[aria-expanded=true] .toggle-menu__bar:nth-child(2) {
  opacity: 0;
}

.toggle-menu[aria-expanded=true] .toggle-menu__bar:nth-child(1) {
  -webkit-transform: translate(0, 0.275em) rotate(45deg);
  opacity: 1;
  transform: translate(0, 0.275em) rotate(45deg);
}

.toggle-menu[aria-expanded=true] .toggle-menu__bar:nth-child(3) {
  -webkit-transform: translate(0, -0.275em) rotate(-45deg);
  transform: translate(0, -0.275em) rotate(-45deg);
}

/* =====================
  footer
===================== */
.footer {
  background-color: #f6f6f6;
  border-top: 2px solid #e94d45;
  font-size: 0.75rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .footer {
    font-size: 0.8125rem;
  }
}
@media print {
  .footer {
    font-size: 0.8125rem;
  }
}
.footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__container {
    display: flex;
  }
}
@media print {
  .footer__container {
    display: flex;
  }
}
.footer a {
  color: #fff;
}

.footer-company {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footer-company {
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media print {
  .footer-company {
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1520px) {
  .footer-company {
    width: 320px;
  }
}
@media print {
  .footer-company {
    width: 320px;
  }
}
.footer-company__img {
  mix-blend-mode: darken;
  width: 120px;
}

.footer-company__img img {
  height: auto;
  width: 100%;
}

.footer__nav {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  .footer__nav {
    flex: 1;
    margin-top: 0;
  }
}
@media print {
  .footer__nav {
    flex: 1;
    margin-top: 0;
  }
}
.footer-nav {
  display: flex;
  width: 100%;
}

.footer-nav__col,
.footer-nav__col--service {
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footer-nav__col,
  .footer-nav__col--service {
    display: flex;
    flex: 1;
    text-align: left;
  }
}
@media print {
  .footer-nav__col,
  .footer-nav__col--service {
    display: flex;
    flex: 1;
    text-align: left;
  }
}
.footer-nav__col--child {
  margin-top: 16px;
}

.footer-nav__col--child:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .footer-nav__col--child {
    margin-top: 0;
    width: 100%;
  }
}
@media print {
  .footer-nav__col--child {
    margin-top: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__col--service {
    flex: initial;
    width: 40%;
  }
}
@media print {
  .footer-nav__col--service {
    flex: initial;
    width: 40%;
  }
}
.footer-cat {
  margin-top: 24px;
}

.footer-cat:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .footer-cat {
    margin-top: 0;
  }
}
@media print {
  .footer-cat {
    margin-top: 0;
  }
}
.footer-cat__title {
  color: #e94d45;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.footer-list,
.footer-list--wide {
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}

.footer-list:first-child,
.footer-list--wide:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .footer-list,
  .footer-list--wide {
    margin-top: 16px;
  }
}
@media print {
  .footer-list,
  .footer-list--wide {
    margin-top: 16px;
  }
}
.footer-list > li,
.footer-list--wide > li {
  margin-top: 8px;
}

.footer-list > li:first-child,
.footer-list--wide > li:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .footer-list > li,
  .footer-list--wide > li {
    display: block;
    width: auto;
  }
}
@media print {
  .footer-list > li,
  .footer-list--wide > li {
    display: block;
    width: auto;
  }
}
.footer-list > li > a,
.footer-list--wide > li > a,
.footer-list > li > span,
.footer-list--wide > li > span {
  color: #030303;
  line-height: 1.5;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .footer-list > li > a,
  .footer-list--wide > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover,
  .footer-list--wide > li > a:hover {
    opacity: 0.65;
  }
}
@media print {
  .footer-list > li > a,
  .footer-list--wide > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover,
  .footer-list--wide > li > a:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-list--wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print {
  .footer-list--wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-list--wide > li {
    width: calc(50% - 8px);
  }
  .footer-list--wide > li:nth-child(2) {
    margin-top: 0;
  }
}
@media print {
  .footer-list--wide > li {
    width: calc(50% - 8px);
  }
  .footer-list--wide > li:nth-child(2) {
    margin-top: 0;
  }
}
.footer-bottom {
  background-color: #eee;
  padding-bottom: 16px;
  padding-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom {
    padding-bottom: 24px;
  }
}
@media print {
  .footer-bottom {
    padding-bottom: 24px;
  }
}
.footer-bottom__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .footer-bottom__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-bottom__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .footer-bottom__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.footer-bottom__other {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__other {
    flex-direction: row;
    gap: 24px;
  }
}
@media print {
  .footer-bottom__other {
    flex-direction: row;
    gap: 24px;
  }
}
.footer-bottom-company__img {
  display: block;
  mix-blend-mode: darken;
  width: 120px;
}

.footer-bottom-company__img img {
  height: auto;
  width: 100%;
}

.footer-bottom__other-list {
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__other-list {
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: left;
  }
}
@media print {
  .footer-bottom__other-list {
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: left;
  }
}
.footer-bottom__other-list li {
  border-right: 1px solid rgba(3, 3, 3, 0.4);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 1em;
  padding-right: 1em;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__other-list li {
    margin-bottom: 0;
    margin-right: 1em;
    padding-right: 1em;
  }
}
@media print {
  .footer-bottom__other-list li {
    margin-bottom: 0;
    margin-right: 1em;
    padding-right: 1em;
  }
}
.footer-bottom__other-list li:last-child {
  border-right: none;
}

.footer-bottom__other-list li a {
  color: rgba(3, 3, 3, 0.4);
}

.footer-bottom__copy {
  color: #030303;
  font-family: "Outfit", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__copy {
    font-size: 0.75rem;
    text-align: right;
  }
}
@media print {
  .footer-bottom__copy {
    font-size: 0.75rem;
    text-align: right;
  }
}
.footer-bottom__spacer {
  display: flex;
  height: 64px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footer-bottom__spacer {
    display: none;
  }
}
@media print {
  .footer-bottom__spacer {
    display: none;
  }
}
.fixed-list {
  background-color: #e94d45;
  bottom: 0;
  display: flex;
  font-size: min(2.3vw, 12px);
  height: 64px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 980;
}

@media print, screen and (min-width: 768px) {
  .fixed-list {
    display: none;
  }
}
@media print {
  .fixed-list {
    display: none;
  }
}
.fixed-list__item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  width: 100%;
}

.fixed-list__item:first-child {
  border-left: none;
}

.fixed-list__btn {
  align-items: center;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
  text-decoration: none !important;
  width: 100%;
}

.fixed-list__icon {
  width: 2.4em;
}

.fixed-list__icon svg {
  fill: #fff;
  height: auto;
  width: 100%;
}

.fixed-list__text {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1em;
  text-align: center;
}

/*=====================
  header
===================== */
.header {
  background-color: #fff;
  display: flex;
  height: 56px;
  justify-content: space-between;
  transition: all 0.25s ease;
  width: 100%;
  z-index: 980;
}

@media print, screen and (min-width: 768px) {
  .header {
    height: 64px;
  }
}
@media print {
  .header {
    height: 64px;
  }
}
@media print, screen and (min-width: 992px) {
  .header {
    background-color: #e94d45;
    color: #fff;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    position: sticky;
    top: 0;
  }
}
@media print {
  .header {
    background-color: #e94d45;
    color: #fff;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    position: sticky;
    top: 0;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header__logo {
  align-items: center;
  display: flex;
  padding: 0 16px;
}

@media print, screen and (min-width: 992px) {
  .header__logo {
    flex: 1;
    justify-content: center;
    max-height: 168px;
    padding: 16px;
    width: 100%;
  }
}
@media print {
  .header__logo {
    flex: 1;
    justify-content: center;
    max-height: 168px;
    padding: 16px;
    width: 100%;
  }
}
.header__logo-inner {
  background-image: url("assets/img/common/logo.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  font-size: 0;
  height: 35px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 80px;
}

@media print, screen and (min-width: 768px) {
  .header__logo-inner {
    height: 46.6666666667px;
    width: 106.6666666667px;
  }
}
@media print {
  .header__logo-inner {
    height: 46.6666666667px;
    width: 106.6666666667px;
  }
}
@media print, screen and (min-width: 992px) {
  .header__logo-inner {
    background-image: url("assets/img/common/logo-white.svg");
    height: 70px;
    mix-blend-mode: lighten;
    width: 160px;
  }
}
@media print {
  .header__logo-inner {
    background-image: url("assets/img/common/logo-white.svg");
    height: 70px;
    mix-blend-mode: lighten;
    width: 160px;
  }
}
.header__nav-wrapper {
  width: 100%;
}

@media print, screen and (min-width: 992px) {
  .header__nav-wrapper {
    display: flex;
    flex: 1;
  }
}
@media print {
  .header__nav-wrapper {
    display: flex;
    flex: 1;
  }
}
.header__bottom {
  display: none;
  margin-top: 16px;
}

.header__bottom:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 992px) {
  .header__bottom {
    display: block;
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media print {
  .header__bottom {
    display: block;
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.header-btn-list {
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .header-btn-list {
    font-size: 0.8125rem;
  }
}
@media print {
  .header-btn-list {
    font-size: 0.8125rem;
  }
}
.header-btn-list:first-child {
  margin-top: 0;
}

.header-btn-list__item {
  display: flex;
  width: calc(50% - 4px);
}

.header-btn-list__btn {
  align-items: center;
  background-color: rgba(161, 8, 0, 0.3);
  border: 2px solid transparent;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .header-btn-list__btn {
    transition: all 0.25s ease;
  }
  .header-btn-list__btn:hover {
    -webkit-transform: scale(1.025);
    background-color: rgba(161, 8, 0, 0.5);
    border-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
    color: #fff;
    transform: scale(1.025);
    z-index: 10;
  }
  .header-btn-list__btn:hover .header-btn-list__icon {
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
}
@media print, screen and (min-width: 768px) {
  .header-btn-list__btn {
    height: 96px;
  }
}
@media print {
  .header-btn-list__btn {
    height: 96px;
  }
}
.header-btn-list__icon {
  width: 3em;
}

@media (hover: hover) and (pointer: fine) {
  .header-btn-list__icon {
    transition: all 0.25s ease;
  }
}
.header-btn-list__icon img {
  height: auto;
  width: 100%;
}

.header-btn-list__text {
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 0.25em;
}

.nav-global {
  margin-top: 16px;
}

.nav-global:first-child {
  margin-top: 0;
}

.nav-global__list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-global__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-global__item > a,
.nav-global__item > span {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.6;
  padding: 16px;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-height: 840px) {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 8px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-global__item > a,
  .nav-global__item > span {
    transition: all 0.15s linear;
  }
  .nav-global__item > a:hover,
  .nav-global__item > span:hover {
    background-color: rgba(161, 8, 0, 0.15);
    padding-left: 20px;
  }
}
.nav-global__item > a[data-isCurrent=true],
.nav-global__item > span[data-isCurrent=true] {
  color: #ffbd14;
}

.header-sns-list {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 16px;
  width: 100%;
}

.header-sns-list:first-child {
  margin-top: 0;
}

.header-sns-list__item {
  display: flex;
  padding: 0;
}

.header-sns-list__item--app {
  margin-left: auto;
  margin-right: 0;
}

.header-sns-list__btn,
.header-sns-list__btn--app {
  align-items: center;
  background-color: #dc0819;
  border-radius: 50%;
  display: flex;
  font-size: 24px;
  height: 1.666em;
  justify-content: center;
  text-align: center;
  width: 1.666em;
}

.header-sns-list__btn--app {
  align-items: center;
  border-radius: 0;
  border-radius: 0.25em;
  display: flex;
  font-size: 24px;
  height: 1.666em;
  justify-content: center;
  text-align: center;
  width: 1.666em;
}

@media (hover: hover) and (pointer: fine) {
  .header-sns-list__btn,
  .header-sns-list__btn--app {
    transition: all 0.25s ease;
  }
  .header-sns-list__btn:hover,
  .header-sns-list__btn--app:hover {
    background-color: #f90c1f;
    color: #fff;
  }
  .header-sns-list__btn:hover svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .header-sns-list__btn--app:hover img {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
}
.header-sns-list__btn svg {
  fill: #fff;
  height: auto;
  width: 1em;
}

.header-sns-list__btn--app img {
  height: auto;
  transition: 0.25s ease;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .header-sns-list__btn svg,
  .header-sns-list__btn--app img {
    transition: all 0.25s ease;
  }
}
.header-bottom-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-bottom-list__item {
  display: flex;
  line-height: 1.1;
  position: relative;
}

.header-bottom-list__item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.header-bottom-list__item:first-child::before {
  content: none;
}

.header-bottom-list__item::before {
  background-color: #fff;
  content: " ";
  display: block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  opacity: 0.45;
  position: relative;
  width: 1px;
}

.header-bottom-list__item a {
  color: #fff;
  opacity: 0.65;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .header-bottom-list__item a {
    transition: all 0.25s ease;
  }
  .header-bottom-list__item a:hover {
    opacity: 1;
  }
}
_::-webkit-full-page-media,
_:future,
:root .nav-global__list.dropdown-open::before {
  opacity: 0 !important;
}

.about-lead {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 16px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .about-lead {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 96px;
    padding-top: 0;
    text-align: center;
  }
}
@media print {
  .about-lead {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 96px;
    padding-top: 0;
    text-align: center;
  }
}
.about-lead::before,
.about-lead::after {
  content: " ";
  display: block;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .about-lead::before,
  .about-lead::after {
    height: 600px;
    width: 340px;
  }
}
@media print {
  .about-lead::before,
  .about-lead::after {
    height: 600px;
    width: 340px;
  }
}
.about-lead__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .about-lead__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .about-lead__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.about-lead__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.about-lead__en {
  font-size: 0.875rem;
  font-size: min(3vw, 20px);
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .about-lead__en {
    font-size: 1rem;
  }
}
@media print {
  .about-lead__en {
    font-size: 1rem;
  }
}
.about-lead__en p {
  margin-top: 1em;
}

.about-lead__en p:first-child {
  margin-top: 0;
}

.about-lead__en img {
  height: auto;
  width: 20em;
}

.about-lead__title {
  font-size: min(5vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.25em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .about-lead__title {
    font-size: 2.5rem;
  }
}
@media print {
  .about-lead__title {
    font-size: 2.5rem;
  }
}
.about-lead__text {
  font-size: 1rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .about-lead__text {
    font-size: 1.125rem;
  }
}
@media print {
  .about-lead__text {
    font-size: 1.125rem;
  }
}
.about-lead__text p {
  margin-top: 1em;
}

.about-lead__text p:first-child {
  margin-top: 0;
}

.about-lead__images {
  -webkit-transform: translate(-50%, 0);
  left: 50%;
  max-width: 1320px;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .about-lead__images {
    bottom: -40px;
    left: 50%;
    top: auto;
  }
}
@media print {
  .about-lead__images {
    bottom: -40px;
    left: 50%;
    top: auto;
  }
}
.about-lead__image,
.about-lead__image--02,
.about-lead__image--01 {
  max-width: 120px;
  position: absolute;
  width: 17%;
}

@media print, screen and (min-width: 768px) {
  .about-lead__image,
  .about-lead__image--02,
  .about-lead__image--01 {
    bottom: 0;
    max-width: 340px;
    width: 25%;
  }
}
@media print {
  .about-lead__image,
  .about-lead__image--02,
  .about-lead__image--01 {
    bottom: 0;
    max-width: 340px;
    width: 25%;
  }
}
.about-lead__image img,
.about-lead__image--02 img,
.about-lead__image--01 img {
  height: auto;
  max-width: 100%;
}

.about-lead__image--01 {
  left: 0;
}

.about-lead__image--02 {
  right: 0;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .feature-list {
    gap: 24px;
  }
}
@media print {
  .feature-list {
    gap: 24px;
  }
}
@media print, screen and (min-width: 1520px) {
  .feature-list {
    gap: 24px 40px;
  }
}
@media print {
  .feature-list {
    gap: 24px 40px;
  }
}
.feature-list__item {
  display: flex;
  width: calc(50% - 8px);
}

@media print, screen and (min-width: 768px) {
  .feature-list__item {
    width: calc(33.3333% - 16px);
  }
}
@media print {
  .feature-list__item {
    width: calc(33.3333% - 16px);
  }
}
@media print, screen and (min-width: 1520px) {
  .feature-list__item {
    width: calc(33.3333% - 26.6666px);
  }
}
@media print {
  .feature-list__item {
    width: calc(33.3333% - 26.6666px);
  }
}
.feature-card {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  border-radius: 8px;
  color: #030303;
  display: flex;
  flex-direction: column;
  padding: 16px 4px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card {
    border: 2px solid transparent;
    transition: all 0.25s ease;
  }
  .feature-card .feature-card__btn {
    transition: all 0.25s ease;
  }
  .feature-card:hover {
    -webkit-transform: scale(1.025);
    background-color: #fff;
    border: 3px solid #e94d45;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
    color: #030303;
    color: #030303;
    transform: scale(1.025);
    z-index: 10;
  }
  .feature-card:hover .feature-card__title {
    color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
  }
  .feature-card:hover .feature-card__icon {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .feature-card:hover .feature-card__btn {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
  }
  .feature-card:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .feature-card {
    border-radius: 24px;
    border-width: 3px;
    padding: 24px 8px;
  }
}
@media print {
  .feature-card {
    border-radius: 24px;
    border-width: 3px;
    padding: 24px 8px;
  }
}
.feature-card__icon {
  width: 56px;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card__icon {
    transition: all 0.25s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .feature-card__icon {
    width: 88px;
  }
}
@media print {
  .feature-card__icon {
    width: 88px;
  }
}
.feature-card__icon img {
  height: auto;
  width: 100%;
}

.feature-card__main {
  margin-top: 4px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .feature-card__main {
    margin-top: 8px;
  }
}
@media print {
  .feature-card__main {
    margin-top: 8px;
  }
}
.feature-card__title {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card__title {
    transition: all 0.25s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .feature-card__title {
    font-size: 1.25rem;
  }
}
@media print {
  .feature-card__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .feature-card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .feature-card__title {
    font-size: 1.5rem;
  }
}
.feature-card__marker {
  background-image: linear-gradient(transparent 70%, #f9e002 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.feature-card__text {
  font-size: 100%;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .feature-card__text {
    font-size: 0.8125rem;
  }
}
@media print {
  .feature-card__text {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .feature-card__text {
    font-size: 0.875rem;
  }
}
@media print {
  .feature-card__text {
    font-size: 0.875rem;
  }
}
.feature-card__btn {
  align-items: center;
  background-color: #e94d45;
  border-radius: 999em;
  color: #fff;
  display: inline-flex;
  font-size: 0.6875rem;
  justify-content: center;
  line-height: 1.3;
  margin-top: 1em;
  padding: 0.25em 1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .feature-card__btn {
    font-size: 0.8125rem;
  }
}
@media print {
  .feature-card__btn {
    font-size: 0.8125rem;
  }
}
.flyer-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.flyer-block__image {
  text-align: center;
}

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

.flyer-block__btns {
  display: flex;
  gap: 4px;
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .flyer-block__btns {
    gap: 16px;
    margin-top: 32px;
  }
}
@media print {
  .flyer-block__btns {
    gap: 16px;
    margin-top: 32px;
  }
}
.flyer-block__btns:first-child {
  margin-top: 0;
}

.flyer-block__main {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  .flyer-block__main {
    margin-top: 40px;
  }
}
@media print {
  .flyer-block__main {
    margin-top: 40px;
  }
}
.flyer-block__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .flyer-block__title {
    font-size: 1.5rem;
  }
}
@media print {
  .flyer-block__title {
    font-size: 1.5rem;
  }
}
.flyer-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e94d45;
  border-radius: 999em;
  color: #030303;
  display: inline-flex;
  font-size: min(13px, 3.3vw);
  font-weight: 700;
  height: 3em;
  justify-content: flex-start;
  line-height: 1.3;
  max-width: 100%;
  min-width: 96px;
  padding: 0.25em 0.5em;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .flyer-btn {
    transition: all 0.25s ease;
  }
  .flyer-btn:hover {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
    color: #fff;
  }
  .flyer-btn:hover svg {
    fill: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media print, screen and (min-width: 768px) {
  .flyer-btn {
    font-size: 1rem;
    height: 56px;
    justify-content: center;
    min-width: 200px;
    text-align: center;
  }
}
@media print {
  .flyer-btn {
    font-size: 1rem;
    height: 56px;
    justify-content: center;
    min-width: 200px;
    text-align: center;
  }
}
.flyer-btn__text {
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .flyer-btn__text {
    padding-left: 1.75em;
  }
}
@media print {
  .flyer-btn__text {
    padding-left: 1.75em;
  }
}
.flyer-btn__icon {
  margin-left: 0.25em;
  width: 1.5em;
}

.flyer-btn__icon img,
.flyer-btn__icon svg {
  height: auto;
  width: 100%;
}

.flyer-btn__icon svg {
  fill: #e94d45;
  vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {
  .flyer-btn__icon svg {
    transition: all 0.25s ease;
  }
}
.page-content {
  padding-bottom: 64px;
}

@media print, screen and (min-width: 768px) {
  .page-content {
    padding-bottom: 120px;
  }
}
@media print {
  .page-content {
    padding-bottom: 120px;
  }
}
.page-fv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .page-fv__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .page-fv__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-fv img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .page-fv img {
    border-radius: 24px;
  }
}
@media print {
  .page-fv img {
    border-radius: 24px;
  }
}
.content-row {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .content-row {
    flex-direction: row;
  }
}
@media print {
  .content-row {
    flex-direction: row;
  }
}
.content-row__image {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .content-row__image {
    margin-bottom: 0;
    margin-right: 32px;
    width: 35%;
  }
}
@media print {
  .content-row__image {
    margin-bottom: 0;
    margin-right: 32px;
    width: 35%;
  }
}
@media print, screen and (min-width: 1520px) {
  .content-row__image {
    margin-right: 48px;
    width: 400px;
  }
}
@media print {
  .content-row__image {
    margin-right: 48px;
    width: 400px;
  }
}
.content-row__image img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .content-row__image img {
    border-radius: 24px;
  }
}
@media print {
  .content-row__image img {
    border-radius: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .content-row__main {
    flex: 1;
  }
}
@media print {
  .content-row__main {
    flex: 1;
  }
}
.content-row--sm {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .content-row--sm {
    align-items: center;
    flex-direction: row;
  }
}
@media print {
  .content-row--sm {
    align-items: center;
    flex-direction: row;
  }
}
.content-row--sm__image {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .content-row--sm__image {
    margin-bottom: 0;
    margin-right: 24px;
    width: 25%;
  }
}
@media print {
  .content-row--sm__image {
    margin-bottom: 0;
    margin-right: 24px;
    width: 25%;
  }
}
@media print, screen and (min-width: 1520px) {
  .content-row--sm__image {
    margin-right: 40px;
    width: 240px;
  }
}
@media print {
  .content-row--sm__image {
    margin-right: 40px;
    width: 240px;
  }
}
.content-row--sm__image img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .content-row--sm__image img {
    border-radius: 16px;
  }
}
@media print {
  .content-row--sm__image img {
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .content-row--sm__main {
    flex: 1;
  }
}
@media print {
  .content-row--sm__main {
    flex: 1;
  }
}
.tel-block,
.tel-block--illust {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .tel-block,
  .tel-block--illust {
    font-size: 1.125rem;
  }
}
@media print {
  .tel-block,
  .tel-block--illust {
    font-size: 1.125rem;
  }
}
.tel-block--illust {
  align-items: center;
  display: flex;
}

.tel-block__illust {
  display: none;
  width: 5em;
}

@media print, screen and (min-width: 768px) {
  .tel-block__illust {
    display: block;
    margin-left: 1em;
  }
}
@media print {
  .tel-block__illust {
    display: block;
    margin-left: 1em;
  }
}
.tel-block__illust img {
  height: auto;
  width: 100%;
}

.tel-block__title {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
}

.tel-block__main {
  align-items: center;
  display: flex;
  margin-top: 0.25em;
}

.tel-block__icon {
  font-size: 2.666em;
  line-height: 1;
  margin-right: 0.25em;
  width: 1em;
}

.tel-block__icon svg {
  fill: currentColor;
  height: auto;
  width: 100%;
}

.tel-block__number {
  flex: 1;
  font-family: "Outfit", sans-serif;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .tel-block__number {
    font-size: 266%;
  }
}
@media print {
  .tel-block__number {
    font-size: 266%;
  }
}
.tel-block__detail {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
  line-height: 1.5;
  margin-top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .tel-block__detail {
    justify-content: center;
  }
}
@media print {
  .tel-block__detail {
    justify-content: center;
  }
}
.tel-block__dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-right: 2em;
  margin-top: 0.5em;
}

.tel-block__dl:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .tel-block__dl {
    margin-top: 0;
  }
}
@media print {
  .tel-block__dl {
    margin-top: 0;
  }
}
.tel-block__dl dt {
  align-items: center;
  background-color: #e4d8c5;
  display: flex;
  justify-content: center;
  margin-right: 0.5em;
  padding: 0 0.25em;
  text-align: center;
}

.tel-block__dl dd {
  margin: 0;
  padding: 0;
}

.pointcard-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header {
    flex-direction: row-reverse;
    gap: 24px;
  }
}
@media print {
  .pointcard-header {
    flex-direction: row-reverse;
    gap: 24px;
  }
}
@media print, screen and (min-width: 1520px) {
  .pointcard-header {
    gap: 48px;
  }
}
@media print {
  .pointcard-header {
    gap: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .pointcard-header__image {
    width: 40%;
  }
}
@media print {
  .pointcard-header__image {
    width: 40%;
  }
}
@media print, screen and (min-width: 1520px) {
  .pointcard-header__image {
    width: 480px;
  }
}
@media print {
  .pointcard-header__image {
    width: 480px;
  }
}
.pointcard-header__image img {
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__main {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
@media print {
  .pointcard-header__main {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
.pointcard-header__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__lead {
    line-height: 1.5;
  }
}
@media print {
  .pointcard-header__lead {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .pointcard-header__lead {
    font-size: 1.5rem;
  }
}
@media print {
  .pointcard-header__lead {
    font-size: 1.5rem;
  }
}
.pointcard-header__lead strong {
  font-size: 115%;
}

.pointcard-header__lead > span {
  display: inline-block;
}

.pointcard-header__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.75em;
  max-width: 100%;
  width: 17em;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__title {
    line-height: 1.5;
  }
}
@media print {
  .pointcard-header__title {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .pointcard-header__title {
    font-size: 1.75rem;
  }
}
@media print {
  .pointcard-header__title {
    font-size: 1.75rem;
  }
}
.pointcard-header__title strong {
  font-size: 115%;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__title {
    flex: 1;
    width: 14em;
  }
}
@media print {
  .pointcard-header__title {
    flex: 1;
    width: 14em;
  }
}
@media print, screen and (min-width: 1520px) {
  .pointcard-header__title {
    width: 17em;
  }
}
@media print {
  .pointcard-header__title {
    width: 17em;
  }
}
.pointcard-header__title img {
  height: auto;
  max-width: 100%;
}

.pointcard-header__list {
  display: flex;
  font-size: 3vw;
  gap: 4px;
  list-style: none;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__list {
    font-size: min(1.4vw, 16px);
    gap: 8px;
    margin-top: 24px;
  }
}
@media print {
  .pointcard-header__list {
    font-size: min(1.4vw, 16px);
    gap: 8px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .pointcard-header__list {
    font-size: min(1.1vw, 16px);
  }
}
@media print {
  .pointcard-header__list {
    font-size: min(1.1vw, 16px);
  }
}
@media print, screen and (min-width: 1520px) {
  .pointcard-header__list {
    font-size: 1.25rem;
  }
}
@media print {
  .pointcard-header__list {
    font-size: 1.25rem;
  }
}
.pointcard-header__list > li {
  border: 2px solid #e94d45;
  border-radius: 2px;
  color: #e94d45;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointcard-header__list > li {
    align-items: baseline;
    flex-direction: row;
  }
}
@media print {
  .pointcard-header__list > li {
    align-items: baseline;
    flex-direction: row;
  }
}
.pointcard-header__list > li strong {
  font-size: 120%;
  margin: 0 0.1em;
}

.pointsystem-flow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow {
    flex-direction: row;
  }
}
@media print {
  .pointsystem-flow {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1520px) {
  .pointsystem-flow {
    gap: 16px;
  }
}
@media print {
  .pointsystem-flow {
    gap: 16px;
  }
}
.pointsystem-flow__col {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__col {
    display: flex;
    flex: 1;
    width: auto;
  }
}
@media print {
  .pointsystem-flow__col {
    display: flex;
    flex: 1;
    width: auto;
  }
}
.pointsystem-flow__box {
  align-items: center;
  background-color: #fff;
  border: 3px solid #e94d45;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__box {
    border-radius: 24px;
    border-width: 4px;
    padding: 24px;
    padding-top: 8px;
  }
}
@media print {
  .pointsystem-flow__box {
    border-radius: 24px;
    border-width: 4px;
    padding: 24px;
    padding-top: 8px;
  }
}
.pointsystem-flow__icon {
  text-align: center;
  width: 104px;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__icon {
    width: 128px;
  }
}
@media print {
  .pointsystem-flow__icon {
    width: 128px;
  }
}
.pointsystem-flow__icon img {
  max-width: 100%;
}

.pointsystem-flow__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__title {
    font-size: 1.125rem;
  }
}
@media print {
  .pointsystem-flow__title {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .pointsystem-flow__title {
    font-size: 1.25rem;
  }
}
@media print {
  .pointsystem-flow__title {
    font-size: 1.25rem;
  }
}
.pointsystem-flow__red {
  color: #e94d45;
}

.pointsystem-flow strong {
  font-family: "Outfit", sans-serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.2;
}

.pointsystem-flow strong.strong--lg {
  font-size: 160%;
  line-height: 1.1;
}

.pointsystem-flow__text {
  font-size: 0.75rem;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__text {
    font-size: 0.875rem;
  }
}
@media print {
  .pointsystem-flow__text {
    font-size: 0.875rem;
  }
}
.pointsystem-flow__arrow {
  align-items: center;
  align-self: center;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2em 0.5em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__arrow {
    font-size: 0.875rem;
    padding: 1em 0.5em;
  }
}
@media print {
  .pointsystem-flow__arrow {
    font-size: 0.875rem;
    padding: 1em 0.5em;
  }
}
.pointsystem-flow__arrow > strong,
.pointsystem-flow__arrow > span {
  position: relative;
  z-index: 10;
}

.pointsystem-flow__arrow::before {
  background-color: #e94d45;
  bottom: 2em;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__arrow::before {
    bottom: 0;
    right: 2em;
  }
}
@media print {
  .pointsystem-flow__arrow::before {
    bottom: 0;
    right: 2em;
  }
}
.pointsystem-flow__arrow::after {
  -webkit-transform: translate(-50%, 0);
  border-color: #e94d45 transparent transparent transparent;
  border-style: solid;
  border-width: 2em 5em 0 5em;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .pointsystem-flow__arrow::after {
    -webkit-transform: translate(0, -50%);
    border-color: transparent transparent transparent #e94d45;
    border-width: 3.5em 0 3.5em 3em;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media print {
  .pointsystem-flow__arrow::after {
    -webkit-transform: translate(0, -50%);
    border-color: transparent transparent transparent #e94d45;
    border-width: 3.5em 0 3.5em 3em;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.point-bottom-text {
  font-size: min(4.5vw, 18px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .point-bottom-text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .point-bottom-text {
    line-height: 1.5;
  }
}
@media print {
  .point-bottom-text {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .point-bottom-text {
    font-size: 1.5rem;
  }
}
@media print {
  .point-bottom-text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-bottom-text strong {
    font-size: 115%;
  }
}
@media print {
  .point-bottom-text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 2;
  }
}
@media print {
  .point-bottom-text {
    line-height: 1.5;
  }
}
@media print {
  .point-bottom-text {
    line-height: 1.5;
  }
}
@media print {
  .point-bottom-text {
    font-size: 1.5rem;
  }
}
@media print {
  .point-bottom-text {
    font-size: 1.5rem;
  }
  .point-bottom-text strong {
    font-size: 115%;
  }
}
.searchshop-block {
  position: relative;
}

.searchshop-block .container {
  position: relative;
  z-index: 10;
}

.searchshop-block__container {
  margin-left: 0;
  max-width: 480px;
}

.searchshop-block::before {
  background-image: url(./assets/img/common/illust-japan.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  bottom: -160px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .searchshop-block::before {
    background-size: container;
    bottom: -240px;
    top: 0;
  }
}
@media print {
  .searchshop-block::before {
    background-size: container;
    bottom: -240px;
    top: 0;
  }
}
.shop-list {
  border-top: 1px solid #eee;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .shop-list {
    font-size: 1rem;
  }
}
@media print {
  .shop-list {
    font-size: 1rem;
  }
}
.shop-list p {
  margin-top: 1em;
}

.shop-list p:first-child {
  margin-top: 0;
}

.shop-list__item {
  border-bottom: 1px solid #eee;
}

.shop-list__link {
  color: #030303;
  display: flex;
  flex-direction: column;
  padding: 8px;
  padding-right: 40px;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .shop-list__link {
    transition: all 0.25s ease;
  }
  .shop-list__link:hover {
    background-color: rgba(252, 250, 242, 0.6);
  }
  .shop-list__link:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .shop-list__link {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 80px;
    padding: 16px;
  }
}
@media print {
  .shop-list__link {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 80px;
    padding: 16px;
  }
}
.shop-list__title {
  font-size: 125%;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .shop-list__title {
    margin-right: 24px;
    width: 10em;
  }
}
@media print {
  .shop-list__title {
    margin-right: 24px;
    width: 10em;
  }
}
.shop-list__distance {
  font-size: 65%;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.45;
}

@media print, screen and (min-width: 768px) {
  .shop-list__distance {
    display: block;
  }
}
@media print {
  .shop-list__distance {
    display: block;
  }
}
.shop-list__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 80%;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .shop-list__tags {
    margin-left: auto;
  }
}
@media print {
  .shop-list__tags {
    margin-left: auto;
  }
}
.shop-list__tags > li {
  align-items: center;
  border: 1px solid #2e9067;
  border-radius: 999px;
  color: #2e9067;
  display: flex;
  font-size: 85%;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0.25em;
  margin-left: 0;
  min-width: 5em;
  padding: 0.1em 0.5em;
  position: relative;
  text-align: center;
}

.shop-list__text {
  flex: 1;
  font-size: 100%;
}

.shop-list span[class^=link-arrow] {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
  .shop-list span[class^=link-arrow] {
    -webkit-transform: none;
    margin-left: 24px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
@media print {
  .shop-list span[class^=link-arrow] {
    -webkit-transform: none;
    margin-left: 24px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
.shop-single__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .shop-single__title {
    font-size: 2.5rem;
  }
}
@media print {
  .shop-single__title {
    font-size: 2.5rem;
  }
}
.shop-single__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 80%;
  font-size: 0.75rem;
  gap: 4px;
  list-style: none;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .shop-single__tags {
    font-size: 0.8125rem;
  }
}
@media print {
  .shop-single__tags {
    font-size: 0.8125rem;
  }
}
.shop-single__tags > li {
  align-items: center;
  border: 1px solid #2e9067;
  border-radius: 999px;
  color: #2e9067;
  display: flex;
  font-size: 85%;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0.25em;
  margin-left: 0;
  min-width: 5em;
  padding: 0.1em 0.5em;
  position: relative;
  text-align: center;
}

.shop-single__eyecatch {
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__eyecatch {
    border-radius: 24px;
  }
}
@media print {
  .shop-single__eyecatch {
    border-radius: 24px;
  }
}
.shop-single__eyecatch img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.shop-single__row {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__row {
    display: flex;
    gap: 40px;
  }
}
@media print {
  .shop-single__row {
    display: flex;
    gap: 40px;
  }
}
.shop-single__detail {
  font-size: 0.875rem;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__detail {
    font-size: 1rem;
  }
}
@media print {
  .shop-single__detail {
    font-size: 1rem;
  }
}
.shop-single__detail p {
  margin-top: 1em;
}

.shop-single__detail p:first-child {
  margin-top: 0;
}

.shop-single__map {
  margin-top: 24px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__map {
    display: flex;
    margin-top: 0;
  }
}
@media print {
  .shop-single__map {
    display: flex;
    margin-top: 0;
  }
}
.shop-single__images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media print, screen and (min-width: 768px) {
  .shop-single__images {
    gap: 24px;
  }
}
@media print {
  .shop-single__images {
    gap: 24px;
  }
}
.shop-single__image {
  width: calc(25% - 8px);
}

@media print, screen and (min-width: 768px) {
  .shop-single__image {
    width: calc(25% - 18px);
  }
}
@media print {
  .shop-single__image {
    width: calc(25% - 18px);
  }
}
.shop-single__image > a {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  padding-bottom: 66.6666%;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__image > a {
    border-radius: 16px;
  }
}
@media print {
  .shop-single__image > a {
    border-radius: 16px;
  }
}
.shop-single__image > a img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.shop-single__btns {
  display: flex;
  font-size: 0.75rem;
  gap: 8px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .shop-single__btns {
    font-size: 1.25rem;
    gap: 32px;
  }
}
@media print {
  .shop-single__btns {
    font-size: 1.25rem;
    gap: 32px;
  }
}
@media print, screen and (min-width: 1520px) {
  .shop-single__btns {
    gap: 40px;
  }
}
@media print {
  .shop-single__btns {
    gap: 40px;
  }
}
.shop-single__btn {
  align-items: center;
  background-color: #e94d45;
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 64px;
  padding: 1em;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .shop-single__btn {
    transition: all 0.25s ease;
  }
  .shop-single__btn:hover {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
    color: #fff;
  }
  .shop-single__btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  .shop-single__btn:hover .shop-single__btn-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media print, screen and (min-width: 768px) {
  .shop-single__btn {
    border-radius: 16px;
    height: 112px;
  }
}
@media print {
  .shop-single__btn {
    border-radius: 16px;
    height: 112px;
  }
}
.shop-single__btn-icon {
  margin-right: 0.5em;
  width: 2em;
}

@media print, screen and (min-width: 768px) {
  .shop-single__btn-icon {
    margin-right: 1em;
    width: 3em;
  }
}
@media print {
  .shop-single__btn-icon {
    margin-right: 1em;
    width: 3em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .shop-single__btn-icon {
    transition: all 0.25s ease;
  }
}
.shop-single__btn-icon img {
  height: auto;
  width: 100%;
}

.shop-single__btn-text {
  flex: 1;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .shop-map {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media print {
  .shop-map {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.shop-map__iframe {
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shop-map__iframe {
    border-radius: 24px;
    flex: 1;
    height: auto;
    min-height: 320px;
    padding: 0;
  }
}
@media print {
  .shop-map__iframe {
    border-radius: 24px;
    flex: 1;
    height: auto;
    min-height: 320px;
    padding: 0;
  }
}
.shop-map__iframe iframe,
.shop-map__iframe object,
.shop-map__iframe embed {
  border: none;
  height: calc(100% + 320px);
  left: 0;
  position: absolute;
  top: -160px;
  width: 100%;
}

.shop-map__link {
  font-size: 0.75rem;
  margin-top: 8px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .shop-map__link {
    font-size: 0.8125rem;
  }
}
@media print {
  .shop-map__link {
    font-size: 0.8125rem;
  }
}
.shop-map__link a {
  color: #030303;
  opacity: 0.65;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .shop-map__link a {
    transition: all 0.25s ease;
  }
  .shop-map__link a:hover {
    opacity: 1;
  }
}
.top-news {
  margin-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .top-news {
    margin-top: 120px;
  }
}
@media print {
  .top-news {
    margin-top: 120px;
  }
}
.top-news__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-news__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-news__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.top-about {
  margin-bottom: 64px;
  margin-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .top-about {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
@media print {
  .top-about {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
.top-about__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-about__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-about__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-about__container {
    align-items: center;
    display: flex;
  }
}
@media print {
  .top-about__container {
    align-items: center;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .top-about__main {
    min-width: 320px;
    padding-right: 24px;
    width: 45%;
  }
}
@media print {
  .top-about__main {
    min-width: 320px;
    padding-right: 24px;
    width: 45%;
  }
}
@media print, screen and (min-width: 1520px) {
  .top-about__main {
    padding-right: 40px;
    width: 520px;
  }
}
@media print {
  .top-about__main {
    padding-right: 40px;
    width: 520px;
  }
}
.top-about__lead {
  color: #e94d45;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-about__lead {
    line-height: 1.5;
  }
}
@media print {
  .top-about__lead {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .top-about__lead {
    font-size: 2.5rem;
  }
}
@media print {
  .top-about__lead {
    font-size: 2.5rem;
  }
}
.top-about__lead strong {
  font-size: 115%;
}

@media print, screen and (min-width: 768px) {
  .top-about__lead {
    margin-top: 40px;
  }
}
@media print {
  .top-about__lead {
    margin-top: 40px;
  }
}
.top-about__lead:first-child {
  margin-top: 0;
}

.top-about__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-about__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-about__text {
    font-size: 1.125rem;
  }
}
.top-about__text p {
  margin-top: 1em;
}

.top-about__text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .top-about__text {
    margin-top: 40px;
  }
}
@media print {
  .top-about__text {
    margin-top: 40px;
  }
}
.top-about__text:first-child {
  margin-top: 0;
}

.top-about__text p {
  margin-top: 1em;
}

.top-about__text p:first-child {
  margin-top: 0;
}

.top-about__btn {
  margin-top: 24px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .top-about__btn {
    margin-top: 40px;
    text-align: left;
  }
}
@media print {
  .top-about__btn {
    margin-top: 40px;
    text-align: left;
  }
}
.top-about__btn:first-child {
  margin-top: 0;
}

.top-about__images {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-top: 10vw;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-about__images {
    flex: 1;
    margin-top: 0;
  }
}
@media print {
  .top-about__images {
    flex: 1;
    margin-top: 0;
  }
}
.top-about__image--01 {
  margin-top: 20vw;
  width: 42%;
}

@media print, screen and (min-width: 768px) {
  .top-about__image--01 {
    margin-top: 15vw;
  }
}
@media print {
  .top-about__image--01 {
    margin-top: 15vw;
  }
}
@media print, screen and (min-width: 1520px) {
  .top-about__image--01 {
    margin-top: 200px;
  }
}
@media print {
  .top-about__image--01 {
    margin-top: 200px;
  }
}
.top-about__image--02 {
  flex: 1;
  margin-left: 24px;
}

.top-about__image > p,
.top-about__image--01 > p,
.top-about__image--02 > p {
  border-radius: 16px;
  height: 0;
  overflow: hidden;
  padding-bottom: 140%;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-about__image > p,
  .top-about__image--01 > p,
  .top-about__image--02 > p {
    border-radius: 24px;
  }
}
@media print {
  .top-about__image > p,
  .top-about__image--01 > p,
  .top-about__image--02 > p {
    border-radius: 24px;
  }
}
.top-about__image img,
.top-about__image--01 img,
.top-about__image--02 img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.top-food {
  background-color: #fcfaf2;
  padding-top: 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-food {
    padding-top: 120px;
  }
}
@media print {
  .top-food {
    padding-top: 120px;
  }
}
.top-food::before {
  background-image: url(./assets/img/common/deco-wave.svg);
  background-size: 100% 100%;
  bottom: 100%;
  content: " ";
  display: block;
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.top-food__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-food__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-food__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.top-food__header {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-food__header {
    align-items: baseline;
    display: flex;
    padding-right: 160px;
  }
}
@media print {
  .top-food__header {
    align-items: baseline;
    display: flex;
    padding-right: 160px;
  }
}
.top-food__title {
  padding-right: 40px;
  white-space: nowrap;
}

@media print, screen and (min-width: 1520px) {
  .top-food__title {
    min-width: 240px;
  }
}
@media print {
  .top-food__title {
    min-width: 240px;
  }
}
.top-food__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-food__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-food__text {
    font-size: 1.125rem;
  }
}
.top-food__text p {
  margin-top: 1em;
}

.top-food__text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .top-food__text {
    margin-top: 0;
  }
}
@media print {
  .top-food__text {
    margin-top: 0;
  }
}
.top-food__illust {
  -webkit-transform: translate(8px, 45%);
  bottom: 100%;
  position: absolute;
  right: 0;
  transform: translate(8px, 45%);
  width: 100px;
}

@media print, screen and (min-width: 768px) {
  .top-food__illust {
    -webkit-transform: translate(16px, -64px);
    bottom: auto;
    top: 0;
    transform: translate(16px, -64px);
    width: 160px;
  }
}
@media print {
  .top-food__illust {
    -webkit-transform: translate(16px, -64px);
    bottom: auto;
    top: 0;
    transform: translate(16px, -64px);
    width: 160px;
  }
}
.top-food__illust img {
  height: auto;
  max-width: 100%;
}

.top-food__content {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-food__content {
    margin-top: 40px;
  }
}
@media print {
  .top-food__content {
    margin-top: 40px;
  }
}
.top-food__btn {
  margin-top: 24px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .top-food__btn {
    margin-top: 40px;
  }
}
@media print {
  .top-food__btn {
    margin-top: 40px;
  }
}
.top-food__btn:first-child {
  margin-top: 0;
}

.food-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .food-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media print {
  .food-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media print, screen and (min-width: 1520px) {
  .food-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print {
  .food-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.food-list__item {
  margin-top: 16px;
  width: 100%;
}

.food-list__item:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .food-list__item {
    margin-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
    width: 33.33333%;
  }
  .food-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media print {
  .food-list__item {
    margin-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
    width: 33.33333%;
  }
  .food-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1520px) {
  .food-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .food-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.food-card {
    transition: all 0.25s ease;
  }
  a.food-card .food-card__title,
  a.food-card .food-card__image,
  a.food-card .food-card__image img,
  a.food-card .food-card__btn {
    transition: all 0.25s ease;
  }
  a.food-card:hover {
    background-color: #fff;
    color: #030303;
  }
  a.food-card:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  a.food-card:hover .food-card__title {
    color: #e94d45;
  }
  a.food-card:hover .food-card__image {
    border-color: #e94d45;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
    z-index: 10;
  }
  a.food-card:hover .food-card__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  a.food-card:hover .food-card__btn {
    background-color: rgb(224.4519230769, 36.2019230769, 26.5480769231);
  }
}
.food-card {
  align-items: center;
  color: #030303;
  display: flex;
  font-size: 0.875rem;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  .food-card {
    font-size: 1rem;
  }
}
@media print {
  .food-card {
    font-size: 1rem;
  }
}
.food-card p {
  margin-top: 1em;
}

.food-card p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .food-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media print {
  .food-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
.food-card__image {
  background-color: #fff;
  border: 2px solid #e4d8c5;
  border-radius: 8px;
  margin-right: 16px;
  overflow: hidden;
  width: 120px;
}

@media print, screen and (min-width: 768px) {
  .food-card__image {
    border-radius: 24px;
    border-width: 4px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
}
@media print {
  .food-card__image {
    border-radius: 24px;
    border-width: 4px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
}
.food-card__image-inner {
  padding-bottom: 66.6666%;
  position: relative;
  width: 100%;
}

.food-card__image img {
  -o-object-fit: "contain";
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: "contain";
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.food-card__main {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .food-card__main {
    align-items: center;
    width: 100%;
  }
}
@media print {
  .food-card__main {
    align-items: center;
    width: 100%;
  }
}
.food-card__title {
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .food-card__title {
    text-align: center;
  }
}
@media print {
  .food-card__title {
    text-align: center;
  }
}
.food-card__btn {
  align-items: center;
  background-color: #e94d45;
  border-radius: 999em;
  color: #fff;
  display: inline-flex;
  font-size: 0.6875rem;
  justify-content: center;
  line-height: 1.3;
  margin-top: 1em;
  padding: 0.25em 1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .food-card__btn {
    font-size: 0.8125rem;
  }
}
@media print {
  .food-card__btn {
    font-size: 0.8125rem;
  }
}
.top-shop {
  background-color: #fcfaf2;
  padding-bottom: 60vw;
  padding-top: 64px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-shop {
    padding-bottom: 400px;
    padding-top: 120px;
  }
}
@media print {
  .top-shop {
    padding-bottom: 400px;
    padding-top: 120px;
  }
}
.top-shop::before {
  background-image: url(./assets/img/common/illust-japan.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 160px;
}

@media print, screen and (min-width: 768px) {
  .top-shop::before {
    background-size: container;
    top: 0;
  }
}
@media print {
  .top-shop::before {
    background-size: container;
    top: 0;
  }
}
.top-shop__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-shop__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-shop__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-shop__container {
    padding-left: 80px;
  }
}
@media print {
  .top-shop__container {
    padding-left: 80px;
  }
}
@media print, screen and (min-width: 1520px) {
  .top-shop__container {
    padding-left: 160px;
  }
}
@media print {
  .top-shop__container {
    padding-left: 160px;
  }
}
.top-shop__text {
  font-size: 1rem;
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-shop__text {
    font-size: 1.125rem;
  }
}
@media print {
  .top-shop__text {
    font-size: 1.125rem;
  }
}
.top-shop__text p {
  margin-top: 1em;
}

.top-shop__text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .top-shop__text {
    margin-top: 40px;
  }
}
@media print {
  .top-shop__text {
    margin-top: 40px;
  }
}
.top-shop__content {
  display: flex;
  margin-top: 24px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-shop__content {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media print {
  .top-shop__content {
    flex-direction: column;
    margin-top: 40px;
  }
}
.top-shop__areasearch {
  flex: 1;
  max-width: 460px;
}

.top-shop__input {
  margin-top: 16px;
}

.top-shop__locationsearch {
  display: flex;
  margin-left: 16px;
}

@media print, screen and (min-width: 768px) {
  .top-shop__locationsearch {
    margin-left: 0;
    margin-top: 24px;
    width: 460px;
  }
}
@media print {
  .top-shop__locationsearch {
    margin-left: 0;
    margin-top: 24px;
    width: 460px;
  }
}
.voice-block {
  display: flex;
}

.voice-block__voice {
  align-items: center;
  background-color: #ffbd14;
  border-radius: 999em;
  color: #030303;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5em 1.5em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .voice-block__voice {
    font-size: 1rem;
  }
}
@media print {
  .voice-block__voice {
    font-size: 1rem;
  }
}
.voice-block__voice p {
  margin-top: 1em;
}

.voice-block__voice p:first-child {
  margin-top: 0;
}

.voice-block__voice::after {
  border-color: #ffbd14 transparent transparent transparent;
  border-style: solid;
  border-width: 1.732em 1em 0 1em;
  content: " ";
  display: block;
  font-size: 0.4em;
  height: 0;
  left: 4em;
  position: absolute;
  top: 100%;
  width: 0;
}

.voice-block__icon {
  margin-right: 0.5em;
  width: 1.5em;
}

.voice-block__icon svg {
  fill: #030303;
  height: auto;
  width: 100%;
}

.voice-block__text {
  font-weight: 700;
}

.top-service {
  background-color: #faf3ed;
  padding-bottom: 64px;
  padding-top: 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-service {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media print {
  .top-service {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.top-service::before {
  background-image: url(./assets/img/common/deco-wave2.svg);
  background-size: 100% 100%;
  bottom: 100%;
  content: " ";
  display: block;
  height: 30vw;
  left: 0;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .top-service::before {
    height: 240px;
  }
}
@media print {
  .top-service::before {
    height: 240px;
  }
}
.top-service__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-service__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-service__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.top-service__content {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 16px 8px;
}

@media print, screen and (min-width: 768px) {
  .top-service__content {
    border-radius: 24px;
    margin-top: 40px;
    padding: 24px;
  }
}
@media print {
  .top-service__content {
    border-radius: 24px;
    margin-top: 40px;
    padding: 24px;
  }
}
@media print, screen and (min-width: 1520px) {
  .top-service__content {
    padding: 64px;
  }
}
@media print {
  .top-service__content {
    padding: 64px;
  }
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list__item {
  border-left: 2px dotted #ccc;
  display: flex;
  margin-top: 24px;
  width: 50%;
}

.service-list__item:nth-child(odd) {
  border-left: none;
}

.service-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .service-list__item {
    margin-top: 40px;
    width: 33.33333%;
  }
  .service-list__item:nth-child(odd) {
    border-left: 2px dotted #ccc;
  }
  .service-list__item:nth-child(3n-2) {
    border-left: none;
  }
  .service-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media print {
  .service-list__item {
    margin-top: 40px;
    width: 33.33333%;
  }
  .service-list__item:nth-child(odd) {
    border-left: 2px dotted #ccc;
  }
  .service-list__item:nth-child(3n-2) {
    border-left: none;
  }
  .service-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.service-btn {
  align-items: center;
  border-radius: 16px;
  color: #030303;
  display: flex;
  flex-direction: column;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .service-btn {
    border: 2px solid transparent;
    transition: all 0.25s ease;
  }
  .service-btn:hover {
    -webkit-transform: scale(1.025);
    background-color: #fff;
    border: 3px solid #e94d45;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
    color: #030303;
    transform: scale(1.025);
    z-index: 10;
  }
  .service-btn:hover .service-btn__title {
    color: #e94d45;
  }
  .service-btn:hover .service-btn__icon {
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
  .service-btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .service-btn {
    border-width: 3px;
    padding: 24px 8px;
  }
}
@media print {
  .service-btn {
    border-width: 3px;
    padding: 24px 8px;
  }
}
.service-btn__icon {
  width: 56px;
}

@media (hover: hover) and (pointer: fine) {
  .service-btn__icon {
    transition: all 0.25s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .service-btn__icon {
    width: 88px;
  }
}
@media print {
  .service-btn__icon {
    width: 88px;
  }
}
.service-btn__icon img {
  height: auto;
  width: 100%;
}

.service-btn__main {
  margin-top: 4px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .service-btn__main {
    margin-top: 8px;
  }
}
@media print {
  .service-btn__main {
    margin-top: 8px;
  }
}
.service-btn__title {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  .service-btn__title {
    transition: all 0.25s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .service-btn__title {
    font-size: 1.25rem;
  }
}
@media print {
  .service-btn__title {
    font-size: 1.25rem;
  }
}
.service-btn__title span[class^=link-arrow] {
  margin-left: 0.5em;
}

.service-btn__text {
  font-size: 100%;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .service-btn__text {
    font-size: 0.875rem;
  }
}
@media print {
  .service-btn__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .service-btn__text {
    font-size: 1rem;
  }
}
@media print {
  .service-btn__text {
    font-size: 1rem;
  }
}
.top-bottom {
  padding-bottom: 64px;
  padding-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .top-bottom {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media print {
  .top-bottom {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.top-bottom__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-bottom__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .top-bottom__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-bottom__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media print {
  .top-bottom__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.top-bottom__col {
  margin-top: 46px;
  width: 100%;
}

.top-bottom__col:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .top-bottom__col {
    display: flex;
    margin-top: 0;
    width: calc(50% - 20px);
  }
}
@media print {
  .top-bottom__col {
    display: flex;
    margin-top: 0;
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 1520px) {
  .top-bottom__col {
    width: calc(50% - 60px);
  }
}
@media print {
  .top-bottom__col {
    width: calc(50% - 60px);
  }
}
.top-twitter {
  width: 100%;
}

.top-twitter__content {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-twitter__content {
    margin-top: 40px;
  }
}
@media print {
  .top-twitter__content {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-links {
    display: flex;
    flex-direction: column;
  }
}
@media print {
  .top-links {
    display: flex;
    flex-direction: column;
  }
}
.top-links__content {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .top-links__content {
    display: flex;
    flex: 1;
    margin-top: 40px;
  }
}
@media print {
  .top-links__content {
    display: flex;
    flex: 1;
    margin-top: 40px;
  }
}
.top-banner-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-banner-list__item {
  margin: 0;
  margin-top: 8px;
  padding: 0;
}

.top-banner-list__item:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .top-banner-list__item {
    margin-top: 12px;
  }
}
@media print {
  .top-banner-list__item {
    margin-top: 12px;
  }
}
.top-banner {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .top-banner {
    transition: all 0.25s ease;
  }
  .top-banner:hover {
    opacity: 0.65;
  }
}
.top-banner img {
  height: auto;
  max-width: 100%;
}

.app-header {
  display: flex;
  font-size: 0.625rem;
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .app-header {
    font-size: 0.8125rem;
    margin: 0;
    width: 100%;
  }
}
@media print {
  .app-header {
    font-size: 0.8125rem;
    margin: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1520px) {
  .app-header {
    font-size: 1rem;
  }
}
@media print {
  .app-header {
    font-size: 1rem;
  }
}
.app-header__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.app-header img {
  height: auto;
  width: 100%;
}
.app-header__bg {
  -webkit-transform: translateX(-46%);
  left: 50%;
  position: absolute;
  top: 8em;
  transform: translateX(-46%);
  width: 42.3em;
}
.app-header__en {
  width: 21.9em;
}
.app-header__mobile {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 20em;
}
.app-header__frame {
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 10;
}
.app-header__slide {
  left: 1.125em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 5em;
}
.app-header__text {
  -webkit-transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 5em;
  transform: translateX(-50%);
  width: 40em;
  z-index: 20;
}
@media print, screen and (min-width: 992px) {
  .app-header__text {
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
    width: 48.5em;
  }
}
@media print {
  .app-header__text {
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
    width: 48.5em;
  }
}

.app-slide-swiper {
  display: flex;
  margin: 0;
  padding: 0;
}
.app-slide-swiper .swiper-wrapper {
  width: 18em !important;
}
.app-box {
  margin-top: -40px;
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .app-box {
    padding-left: 40px;
  }
}
@media print {
  .app-box {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .app-box {
    margin-top: -80px;
  }
}
@media print {
  .app-box {
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 1520px) {
  .app-box {
    padding-left: calc(50% - 600px);
  }
}
@media print {
  .app-box {
    padding-left: calc(50% - 600px);
  }
}
.app-box__box {
  background-color: #ffbd14;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 8px, transparent 8px, transparent 16px);
  border-radius: 8px 0 0 8px;
  padding: 48px 0 0 8px;
}
@media print, screen and (min-width: 768px) {
  .app-box__box {
    border-radius: 24px 0 0 24px;
    padding: 96px 40px 0px;
  }
}
@media print {
  .app-box__box {
    border-radius: 24px 0 0 24px;
    padding: 96px 40px 0px;
  }
}
@media print, screen and (min-width: 1520px) {
  .app-box__box {
    padding: 96px 40px 0px;
    padding-right: calc(50% - 600px);
  }
}
@media print {
  .app-box__box {
    padding: 96px 40px 0px;
    padding-right: calc(50% - 600px);
  }
}
.app-box__content {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .app-box__content {
    gap: 8px;
  }
}
@media print {
  .app-box__content {
    gap: 8px;
  }
}
.app-box__main {
  align-items: center;
  display: flex;
  gap: 8px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 992px) {
  .app-box__main {
    gap: 32px;
    padding-bottom: 48px;
  }
}
@media print {
  .app-box__main {
    gap: 32px;
    padding-bottom: 48px;
  }
}
.app-box__qr {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .app-box__qr {
    background-color: #fff;
    display: block;
    padding: 16px;
    width: 248px;
  }
}
@media print {
  .app-box__qr {
    background-color: #fff;
    display: block;
    padding: 16px;
    width: 248px;
  }
}
.app-box__qr img {
  height: auto;
  width: 100%;
}
.app-box__icon {
  width: 88px;
}
@media print, screen and (min-width: 992px) {
  .app-box__icon {
    display: none;
  }
}
@media print {
  .app-box__icon {
    display: none;
  }
}
.app-box__icon img {
  width: 100%;
}
.app-box__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.5;
}
.app-box__text-sm {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .app-box__text-sm {
    font-size: 1.25rem;
  }
}
@media print {
  .app-box__text-sm {
    font-size: 1.25rem;
  }
}
.app-box__text-lg {
  border-bottom: 2px solid #e94d45;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .app-box__text-lg {
    border-bottom-width: 4px;
    font-size: 1.75rem;
  }
}
@media print {
  .app-box__text-lg {
    border-bottom-width: 4px;
    font-size: 1.75rem;
  }
}
.app-box__illust {
  position: relative;
  width: 96px;
}
@media print, screen and (min-width: 992px) {
  .app-box__illust {
    width: 322px;
  }
}
@media print {
  .app-box__illust {
    width: 322px;
  }
}
.app-box__illust img {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

.app-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .app-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media print {
  .app-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.app-list__item {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .app-list__item {
    width: calc(50% - 12px);
  }
}
@media print {
  .app-list__item {
    width: calc(50% - 12px);
  }
}

.app-card {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 16px;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .app-card {
    border-radius: 16px;
    padding: 40px;
  }
}
@media print {
  .app-card {
    border-radius: 16px;
    padding: 40px;
  }
}
.app-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .app-card__body {
    gap: 16px;
  }
}
@media print {
  .app-card__body {
    gap: 16px;
  }
}
.app-card__header {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media print, screen and (min-width: 992px) {
  .app-card__header {
    gap: 16px;
  }
}
@media print {
  .app-card__header {
    gap: 16px;
  }
}
.app-card__number {
  align-items: center;
  background-color: #e94d45;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Outfit", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  height: 4.57em;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  width: 4.57em;
}
@media print, screen and (min-width: 992px) {
  .app-card__number {
    font-size: 0.875rem;
  }
}
@media print {
  .app-card__number {
    font-size: 0.875rem;
  }
}
.app-card__number strong {
  font-size: 2.28em;
}
.app-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .app-card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .app-card__title {
    font-size: 1.5rem;
  }
}
.app-card__image {
  width: 96px;
}
@media print, screen and (min-width: 992px) {
  .app-card__image {
    width: 168px;
  }
}
@media print {
  .app-card__image {
    width: 168px;
  }
}
.app-card__image img {
  width: 100%;
}

#pop-label {
  display: none;
}

#pop-label:checked + .pop-banner {
  display: none;
}

.pop-banner {
  bottom: 72px;
  color: #fff;
  position: fixed;
  right: 8px;
  text-align: center;
  width: 35vw;
  z-index: 910;
}
@media print, screen and (min-width: 768px) {
  .pop-banner {
    bottom: 24px;
    min-width: 200px;
    right: 40px;
    width: min(280px, 17.5vw);
  }
}
@media print {
  .pop-banner {
    bottom: 24px;
    min-width: 200px;
    right: 40px;
    width: min(280px, 17.5vw);
  }
}
.pop-banner > a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .pop-banner > a:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
.pop-banner img {
  height: auto;
  transition: 0.25s ease;
  width: 100%;
}
.pop-banner label {
  -webkit-transform: translate(25%, -50%);
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 3vw;
  height: 1.5em;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -50%);
  width: 1.5em;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  .pop-banner label {
    transition: 0.25s ease;
  }
  .pop-banner label:hover {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media print, screen and (min-width: 768px) {
  .pop-banner label {
    font-size: 15px;
  }
}
@media print {
  .pop-banner label {
    font-size: 15px;
  }
}

/* =====================
  2026 Point Service Page
===================== */
.nav-global__icon {
  align-items: center;
  background-color: #f9e002;
  border-radius: 2px;
  color: #e94d45;
  display: inline-flex;
  font-family: "Outfit", sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  justify-content: center;
  margin-left: 0.25em;
  min-width: 1.5em;
  padding: 0 0.25em;
  text-transform: uppercase;
}

.pointservice-header {
  display: flex;
  overflow-x: clip;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-header {
    padding-bottom: 40px;
  }
}
@media print {
  .pointservice-header {
    padding-bottom: 40px;
  }
}
.pointservice-header__container {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  .pointservice-header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.pointservice-header__logos {
  max-width: 100%;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .pointservice-header__logos {
    width: 480px;
  }
}
@media print {
  .pointservice-header__logos {
    width: 480px;
  }
}
@media print, screen and (min-width: 1400px) {
  .pointservice-header__logos {
    width: 632px;
  }
}
@media print {
  .pointservice-header__logos {
    width: 632px;
  }
}
.pointservice-header__logos img {
  height: auto;
  width: 100%;
}
.pointservice-header__character {
  position: absolute;
  right: 4px;
  top: 0;
  width: 64px;
}
@media print, screen and (min-width: 768px) {
  .pointservice-header__character {
    -webkit-transform: translateX(240px);
    left: 50%;
    transform: translateX(240px);
    width: 160px;
  }
}
@media print {
  .pointservice-header__character {
    -webkit-transform: translateX(240px);
    left: 50%;
    transform: translateX(240px);
    width: 160px;
  }
}
@media print, screen and (min-width: 1400px) {
  .pointservice-header__character {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    width: 208px;
  }
}
@media print {
  .pointservice-header__character {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    width: 208px;
  }
}
.pointservice-header__character img {
  height: auto;
  width: 100%;
}

.pointservice-poster {
  background-color: #d63f2b;
  color: #fff;
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-poster {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media print {
  .pointservice-poster {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.pointservice-poster__container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.pointservice-poster__container img {
  height: auto;
  width: 110%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-poster__container img {
    max-width: 100%;
    width: 1029px;
  }
}
@media print {
  .pointservice-poster__container img {
    max-width: 100%;
    width: 1029px;
  }
}

.pointservice-arrow {
  -webkit-transform: translateX(-50%);
  aspect-ratio: 2.5/1;
  background-color: #d63f2b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  font-size: 8px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 8em;
}
@media print, screen and (min-width: 768px) {
  .pointservice-arrow {
    font-size: 14px;
  }
}
@media print {
  .pointservice-arrow {
    font-size: 14px;
  }
}

.pointservice-paper {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper {
    border-radius: 24px;
    gap: 24px;
    padding: 64px;
  }
}
@media print {
  .pointservice-paper {
    border-radius: 24px;
    gap: 24px;
    padding: 64px;
  }
}
.pointservice-paper__label {
  -webkit-transform: translate(-50%, -50%);
  font-size: 9px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 25em;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__label {
    font-size: 16px;
  }
}
@media print {
  .pointservice-paper__label {
    font-size: 16px;
  }
}
.pointservice-paper__label img {
  height: auto;
  max-width: 100%;
}
.pointservice-paper__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__header {
    gap: 24px;
  }
}
@media print {
  .pointservice-paper__header {
    gap: 24px;
  }
}
.pointservice-paper__title {
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__title {
    font-size: 44px;
  }
}
@media print {
  .pointservice-paper__title {
    font-size: 44px;
  }
}
.pointservice-paper__lead {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__lead {
    font-size: 24px;
    text-align: center;
  }
}
@media print {
  .pointservice-paper__lead {
    font-size: 24px;
    text-align: center;
  }
}
.pointservice-paper__image img {
  font-size: 24px;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__image img {
    font-size: 40px;
  }
}
@media print {
  .pointservice-paper__image img {
    font-size: 40px;
  }
}
.pointservice-paper__body {
  padding-top: 40px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-paper__body {
    padding-top: 0;
  }
}
@media print {
  .pointservice-paper__body {
    padding-top: 0;
  }
}

.pointservice-cards {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 888px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-cards {
    gap: 16px;
    padding-top: 0;
  }
}
@media print {
  .pointservice-cards {
    gap: 16px;
    padding-top: 0;
  }
}
.pointservice-cards__plus {
  color: #e94d45;
  height: 16px;
  line-height: 0;
  margin: 0;
  margin-top: 28px;
  width: 16px;
}
.pointservice-cards__plus svg {
  fill: currentColor;
  display: block;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointservice-cards__plus {
    align-self: flex-start;
    height: 56px;
    margin-top: 96px;
    text-align: center;
    width: 56px;
  }
}
@media print {
  .pointservice-cards__plus {
    align-self: flex-start;
    height: 56px;
    margin-top: 96px;
    text-align: center;
    width: 56px;
  }
}
.pointservice-cards__badge {
  -webkit-transform: translateX(-50%);
  align-items: center;
  background-color: #ffbd14;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  left: 50%;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  top: -56px;
  transform: translateX(-50%);
  width: 72px;
  z-index: 2;
}
.pointservice-cards__badge p {
  margin: 0;
}
.pointservice-cards__badge::before {
  -webkit-transform: translateX(-50%);
  background-color: #ffbd14;
  bottom: -7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 12px;
}
@media print, screen and (min-width: 768px) {
  .pointservice-cards__badge {
    -webkit-transform: translateX(-50%);
    font-size: 20px;
    height: 144px;
    left: 50%;
    position: absolute;
    top: 242px;
    transform: translateX(-50%);
    width: 144px;
  }
  .pointservice-cards__badge::before {
    bottom: auto;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    height: 12px;
    top: -10px;
    width: 18px;
  }
}
@media print {
  .pointservice-cards__badge {
    -webkit-transform: translateX(-50%);
    font-size: 20px;
    height: 144px;
    left: 50%;
    position: absolute;
    top: 242px;
    transform: translateX(-50%);
    width: 144px;
  }
  .pointservice-cards__badge::before {
    bottom: auto;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    height: 12px;
    top: -10px;
    width: 18px;
  }
}

.pointservice-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  width: calc((100% - 32px) / 2);
}
.pointservice-card__visual {
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  padding-top: 63.25%;
  position: relative;
}
.pointservice-card__visual.--rakuten {
  background-color: #efefef;
  border: 1px solid #d6d6d6;
}
.pointservice-card__visual.--amika {
  background-color: #f5d617;
  border: 1px solid #ead343;
}
.pointservice-card__visual > img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.pointservice-card__amika-image {
  -o-object-position: right top;
  object-position: right top;
}
.pointservice-card__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.pointservice-card__title {
  color: #030303;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.pointservice-card__text {
  color: #030303;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
}
.pointservice-card__link-wrap {
  margin: -10px 0 0;
}
.pointservice-card__link {
  color: #030303;
  font-size: 10px;
  line-height: 1.25;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .pointservice-card__link {
    transition: opacity 0.2s ease;
  }
  .pointservice-card__link:hover {
    opacity: 0.65;
  }
}
.pointservice-card__price {
  align-items: center;
  color: #e94d45;
  display: flex;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  line-height: 1;
  margin: 0;
}
.pointservice-card__price-num {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.pointservice-card__price-unit {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  justify-content: center;
}
.pointservice-card__price-unit small {
  display: block;
  font-size: 10px;
  line-height: 1.1;
}
.pointservice-card__arrow {
  color: #ffbd14;
  height: 13px;
  line-height: 0;
  margin: 0;
  width: 24px;
}
.pointservice-card__arrow svg {
  fill: currentColor;
  display: block;
  height: 100%;
  width: 100%;
}
.pointservice-card__point {
  align-items: baseline;
  color: #e94d45;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
  line-height: 1;
  margin: 0;
}
.pointservice-card__point span {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .pointservice-card {
    gap: 8px;
    max-width: 400px;
    width: 100%;
  }
  .pointservice-card__visual {
    border-radius: 16px;
  }
  .pointservice-card__body {
    gap: 8px;
  }
  .pointservice-card__title {
    font-size: 24px;
  }
  .pointservice-card__text {
    font-size: 16px;
  }
  .pointservice-card__link-wrap {
    margin: -8px 0 0;
  }
  .pointservice-card__link {
    font-size: 16px;
  }
  .pointservice-card__price-num {
    font-size: 48px;
  }
  .pointservice-card__price-unit {
    font-size: 28px;
  }
  .pointservice-card__price-unit small {
    font-size: 13px;
  }
  .pointservice-card__arrow {
    height: 17px;
    margin: -2px 0 0;
    width: 32px;
  }
  .pointservice-card__point {
    font-size: 24px;
  }
  .pointservice-card__point span {
    font-size: 38px;
  }
}
@media print {
  .pointservice-card {
    gap: 8px;
    max-width: 400px;
    width: 100%;
  }
  .pointservice-card__visual {
    border-radius: 16px;
  }
  .pointservice-card__body {
    gap: 8px;
  }
  .pointservice-card__title {
    font-size: 24px;
  }
  .pointservice-card__text {
    font-size: 16px;
  }
  .pointservice-card__link-wrap {
    margin: -8px 0 0;
  }
  .pointservice-card__link {
    font-size: 16px;
  }
  .pointservice-card__price-num {
    font-size: 48px;
  }
  .pointservice-card__price-unit {
    font-size: 28px;
  }
  .pointservice-card__price-unit small {
    font-size: 13px;
  }
  .pointservice-card__arrow {
    height: 17px;
    margin: -2px 0 0;
    width: 32px;
  }
  .pointservice-card__point {
    font-size: 24px;
  }
  .pointservice-card__point span {
    font-size: 38px;
  }
}

.pointservice-title {
  height: auto;
  max-width: 100%;
}
.pointservice-title.--01 {
  width: 15em;
}
.pointservice-title.--02 {
  width: 14em;
}