.fs-xxs {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-xxs {
    font-size: 14px;
  }
}
.fs-xs {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-xs {
    font-size: 15px;
  }
}
.fs-sm {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-sm {
    font-size: 18px;
  }
}
.fs-md {
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-md {
    font-size: 24px;
  }
}
.fs-lg {
  font-size: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-lg {
    font-size: 40px;
  }
}
.fs-xl {
  font-size: calc(40px + ((64 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-xl {
    font-size: 64px;
  }
}
.mt-xs {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xs {
    margin-top: 16px;
  }
}
.mt-md {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-md {
    margin-top: 24px;
  }
}
.mt-lg {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-lg {
    margin-top: 40px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.text-cut {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body {
  font-family: 'M PLUS 1p', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-weight: bold;
}
.vh {
  height: 100vh /*CSS変数をサポートしていないブラウザ用のフォールバック*/;
  height: calc(var(--vh, 1vh) * 100);
}
.s-wid-base,
.l-main-container,
.l-footer .l-footer-inner,
.p-home-info-wrapper,
.p-home-licence-wrapper .p-home-licence__head h2,
.p-home-licence-wrapper .p-home-licence-inner,
.p-marin-category-wrapper .p-marin-category-inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-wid-pc,
.p-detail-bord,
.p-flow-wrapper,
.p-licence-pg-wrapper .p-licence-pg-body,
.p-licence-pg-ccard,
.p-shop-outline,
.p-wp-conts,
.editor-styles-wrapper {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-wid-tb,
.c-text-read,
.p-contact,
.p-note,
.p-utility,
.p-wp-conts .read,
.editor-styles-wrapper .read,
.p-wp-conts .wid-sm,
.editor-styles-wrapper .wid-sm {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-wid-sm {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --zx-zero: 0;
  --zx-sp-ui-bottom: 1;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit /*1*/;
  vertical-align: inherit /*2*/;
}
html {
  cursor: default /*1*/;
  line-height: 1.5 /*2*/;
  -moz-tab-size: 4 /*3*/;
  -moz-tab-size: 4 /*3*/;
  -o-tab-size: 4 /*3*/;
  tab-size: 4 /*3*/;
  -webkit-tap-highlight-color: transparent /*4*/;
  -ms-text-size-adjust: 100% /*5*/;
  -webkit-text-size-adjust: 100% /*5*/;
  word-break: break-word /*6*/;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
h1,
h2.c-title,
h3,
h4,
h5,
p,
dl,
ul,
dt,
dd {
  padding: 0;
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0 /*1*/;
  overflow: visible /*2*/;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
  font-size: inherit;
  color: inherit;
}
button {
  overflow: visible /*1*/;
  text-transform: none /*2*/;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0 /*1*/;
  padding: 0.35em 0.75em 0.625em /*2*/;
}
input {
  overflow: visible;
}
legend {
  color: inherit /*2*/;
  display: table /*1*/;
  max-width: 100% /*1*/;
  white-space: normal /*1*/;
}
progress {
  display: inline-block /*1*/;
  vertical-align: baseline /*2*/;
}
select {
  text-transform: none;
}
textarea {
  margin: 0 /*1*/;
  overflow: auto /*2*/;
  resize: vertical /*3*/;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='search'] {
  -webkit-appearance: textfield /*1*/;
  outline-offset: -2px /*2*/;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /*1*/;
  font: inherit /*2*/;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation /*1*/;
  touch-action: manipulation /*2*/;
}
[hidden] {
  display: none;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden='false'][hidden] {
  display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
body {
  font-size: 16px;
  color: #2c4158;
  font-weight: 400;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dt {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
p {
  font-weight: normal;
}
figure {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
}
i {
  display: inline-block;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #2c4158;
}
.c-arrow {
  position: relative;
}
.c-arrow:before,
.c-arrow:after {
  position: absolute;
  margin: auto;
  content: '';
  top: 0;
  bottom: 0;
}
.c-arrow:before {
  left: -8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.c-bigbg,
.p-home-licence-wrapper,
.p-marin-category-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.c-bigbg:before,
.p-home-licence-wrapper:before,
.p-marin-category-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.c-btn,
.c-btn-contact,
.c-btn--back,
.l-header-lng .l-header__contact,
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__btn {
  font-size: 15px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d47a1;
  color: #fff;
  padding: 12px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-btn:hover,
.c-btn-contact:hover,
.c-btn--back:hover,
.l-header-lng .l-header__contact:hover,
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__btn:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #185fc9;
}
.c-btn-disabled {
  background: #8e9191 !important;
  color: #dbdbdb !important;
  cursor: default !important;
}
.c-btn-disabled:hover {
  background: #8e9191 !important;
  color: #dbdbdb !important;
}
.c-btn-map {
  background: #ff6767;
  text-align: center;
}
.c-btn-map:before {
  content: url("../images/icon/maps.svg?hash=daab9574fdab4701909dc15d963ef826");
  margin-right: 8px;
}
.c-btn-yoyaku {
  background: #0d47a1;
}
.c-btn-yoyaku:before {
  content: url("../images/icon/yoyaku.svg?hash=b1ea59a5f953b4b75fa9a8cc967a4014");
  height: 24px;
  margin-right: 8px;
}
.c-btn-map:hover {
  background: #e03e3e;
}
.c-btn-map:before,
.c-btn-yoyaku:before {
  height: 24px;
}
.c-btn-map.is--center,
.c-btn-yoyaku.is--center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-btn-map.is--center span,
.c-btn-yoyaku.is--center span {
  display: block;
  padding-top: 4px;
}
.c-btn-map.is--center:before,
.c-btn-yoyaku.is--center:before {
  display: block;
  margin-right: 0;
}
.c-btn-contact,
.l-header-lng .l-header__contact {
  background: #8e9191;
  font-size: 14px;
}
.c-btn-contact:hover,
.l-header-lng .l-header__contact:hover {
  background: #9ca9b0;
}
.c-btn-lg {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
  width: fit-content;
  padding: 16px 4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-btn-lg {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-lg {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .c-btn-lg {
    padding: 24px 0;
  }
}
.c-btn--back {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  color: #2c4158;
  background: #f5f7f8;
  max-width: initial;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .c-btn--back {
    margin-top: 24px;
  }
}
.c-btn--back:hover {
  background: #edefef;
}
.c-btn-fixed {
  width: 110px;
  height: 110px;
  color: #fff;
  bottom: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  background: url("../images/pages/detail/set-boll.jpg?hash=533e893718e4969118c3e17348e994d2") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 2;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.4);
  border: 2px solid #fff;
  right: 8px;
  bottom: 8px;
  display: none;
}
.c-btn-fixed.is-more .c-btn-fixed__text {
  background: none;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1023px) {
  .c-btn-fixed {
    width: 170px;
    height: 170px;
    right: 2vw;
    bottom: 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.c-btn-fixed .c-btn-fixed__title {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 1023px) {
  .c-btn-fixed .c-btn-fixed__title {
    font-size: 20px;
  }
}
.c-btn-fixed .c-btn-fixed__title span {
  font-size: 16px;
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  display: block;
}
@media screen and (min-width: 1023px) {
  .c-btn-fixed .c-btn-fixed__title span {
    font-size: 20px;
  }
}
.c-btn-fixed .c-btn-fixed__text {
  font-size: 10px;
  font-weight: bold;
  background: url("../images/icon/arrow-bottom.svg?hash=ecfa8c05f4aab5672f76d1b372f8f670") no-repeat bottom center;
  padding-bottom: 16px;
  line-height: 1.2;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 1023px) {
  .c-btn-fixed .c-btn-fixed__text {
    font-size: 16px;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    padding-bottom: 24px;
  }
}
.c-btn-fix-side {
  position: fixed;
  right: 0;
  bottom: 140px;
  background: #0d47a1;
  border: 2px solid #fff;
  border-right: none;
  writing-mode: vertical-rl;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  padding: 16px 6px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-btn-fix-side {
    padding: 24px 12px;
    bottom: 40%;
  }
}
.c-btn-fix-side a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 767px) {
  .c-btn-fix-side a {
    font-size: 18px;
  }
}
.c-form-parts,
.c-form-textarea,
.c-form-select {
  border-radius: 8px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 0 16px;
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-form-parts,
  .c-form-textarea,
  .c-form-select {
    font-size: 15px;
  }
}
input[type="text"].c-form-parts {
  background: #f5f7f8;
  border: none;
  width: 100%;
  height: 52px;
  line-height: 52px;
}
@media screen and (min-width: 767px) {
  input[type="text"].c-form-parts.is-wid--xs {
    width: 160px;
  }
}
@media screen and (min-width: 767px) {
  input[type="text"].c-form-parts.is-wid--sm {
    width: 60%;
  }
}
input[type="text"].c-form-parts.is-bdr {
  background: #fff;
  border: 1px solid #dbdbdb;
}
.c-form-textarea {
  height: 8rem;
  background: #f5f7f8;
  width: 100%;
  padding: 16px;
  border: none;
}
.c-form-select {
  padding: 16px;
  border: 1px solid #dbdbdb;
  background: url("../images/common/down.svg") no-repeat right 12px center;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  padding-right: 40px;
}
.c-form-block {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .c-form-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .c-form-block.align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.c-form-block__title {
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 40px;
}
@media screen and (min-width: 767px) {
  .c-form-block__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 34%;
  }
}
.c-form-block__title:after {
  font-weight: normal;
  content: '\4EFB\610F';
  display: block;
  background: #edefef;
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .c-form-block__title:after {
    font-size: 14px;
  }
}
.c-form-block__title.is--must:after {
  background: #fff4f4;
  color: #e03e3e;
  content: '\5FC5\9808';
}
.c-form-block .c-form-block__item {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-form-block .c-form-block__item {
    margin-top: 8px;
  }
}
@media screen and (min-width: 767px) {
  .c-form-block .c-form-block__item {
    margin-top: 0;
  }
}
.mw_wp_form .error {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  color: aka_50;
}
@media screen and (min-width: 1024px) {
  .mw_wp_form .error {
    margin-top: 8px;
  }
}
.mwform-checkbox-field,
.fm-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
}
.mwform-checkbox-field input,
.fm-checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}
.mwform-checkbox-field input + span,
.fm-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding-top: 4px;
}
.mwform-checkbox-field input + span:before,
.fm-checkbox input + span:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  margin: auto;
  background: #edefef;
}
.mwform-checkbox-field input + span:after,
.fm-checkbox input + span:after {
  content: '';
  position: absolute;
  display: block;
  top: 8px;
  left: 5px;
  width: 9px;
  height: 17px;
}
.mwform-checkbox-field input:checked + span:before,
.fm-checkbox input:checked + span:before {
  background: #0795e4;
}
.mwform-checkbox-field input:checked + span:after,
.fm-checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mwform-radio-field label,
.fm-radio,
.p-fm-radio {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 8px;
}
.mwform-radio-field label input + span,
.fm-radio input + span,
.p-fm-radio input + span {
  font-weight: bold;
}
.mwform-radio-field label input,
.fm-radio input,
.p-fm-radio input {
  display: none;
}
.mwform-radio-field label input + span:before,
.fm-radio input + span:before,
.p-fm-radio input + span:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #edefef;
}
.mwform-radio-field label input:checked + span:before,
.fm-radio input:checked + span:before,
.p-fm-radio input:checked + span:before {
  background: #0795e4;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mwform-radio-field label input:checked + span:after,
.fm-radio input:checked + span:after,
.p-fm-radio input:checked + span:after {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 0px;
  bottom: 0;
  left: 6px;
  margin: auto;
  background: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-form-block__child {
  margin-bottom: 8px;
}
.c-form-block__child__title {
  margin-bottom: 8px;
  display: block;
}
.c-youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-youtube {
    margin-top: 60px;
  }
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}
.c-map {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border: 1px solid rgba(156,169,176,0.2);
}
@media screen and (min-width: 1024px) {
  .c-map {
    margin-top: 40px;
  }
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-label,
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__label {
  display: block;
  font-size: 12px;
  background: #fff4f4;
  color: #e03e3e;
  border: 1px solid rgba(224,62,62,0.2);
  width: fit-content;
  text-align: center;
  padding: 2px 4px;
  font-weight: bold;
  margin-right: 8px;
}
#modal-nav.modal-micro.is-open .modal__overlay {
  background: rgba(68,125,213,0.9);
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 12px;
}
.modal__container {
  background-color: #fff;
  max-width: 820px;
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.modal-micro {
  display: none;
}
.modal-micro.is-open {
  display: block;
}
.modal-micro[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-content {
  width: 100%;
  bottom: -100%;
  left: 0;
  background: #fff;
  position: relative;
  z-index: 11;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.modal-content.modal-sm {
  padding: 16px;
}
.modal-header {
  padding: 16px;
  border-bottom: 1px solid rgba(142,145,145,0.2);
}
.modal-header .modal-header__title {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .modal-header .modal-header__title {
    font-size: 18px;
  }
}
.modal-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px;
}
.modal-reserve .modal-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto !important;
  bottom: -10px;
}
@media screen and (min-width: 1023px) {
  .modal-reserve .modal-close {
    display: none !important;
  }
}
.modal-reserve .modal__overlay {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.modal-reserve .modal-content {
  width: auto;
  bottom: 0;
  overflow: visible;
}
.modal-reserve .modal__container {
  max-width: 1080px;
}
.modal-reserve .modal-reserve-body {
  padding-bottom: 30px;
}
@media screen and (min-width: 1023px) {
  .modal-reserve .modal-reserve-body {
    padding: 0 40px 30px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1023px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box {
    width: 48%;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__title {
  font-weight: bold;
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__title {
    font-size: 18px;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu {
    margin-top: 8px;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li {
    margin-top: 8px;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li.is-off div {
  background: #8e9191;
  color: #dbdbdb;
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li .modal-reserve-box__more {
  background: #0795e4;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  display: block;
}
@media screen and (min-width: 1023px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li .modal-reserve-box__more {
    padding: 8px 12px;
  }
}
.modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (min-width: 1023px) {
  .modal-reserve .modal-reserve-body .modal-reserve-box .modal-reserve-box__menu li a {
    padding: 8px 16px;
  }
}
@-moz-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-o-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
.c-nami-wrapper {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #e8f6ff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url("../images/common/nami-top.svg"), url("../images/common/nami-bottom.svg");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  -webkit-background-size: inherit, contain;
  -moz-background-size: inherit, contain;
  background-size: inherit, contain;
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-nami-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .c-nami-wrapper {
    padding-bottom: 160px;
  }
}
.c-tag {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .c-tag {
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) {
  .c-tag {
    gap: 16px;
  }
}
.c-tag .c-tag__item .c-tag__more {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  padding: 4px 8px;
  background: #fff;
  border-radius: 85px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .c-tag .c-tag__item .c-tag__more {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .c-tag .c-tag__item .c-tag__more {
    padding: 8px 24px;
  }
}
.c-tag .c-tag__item .c-tag__more:before {
  content: '#';
  font-size: 20px;
  font-weight: normal;
  font-family: arial;
  margin-right: 4px;
}
.c-tag .c-tag__item .c-tag__more:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0,0,0,0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-text-center {
  text-align: center;
}
.c-text-center.is-sp--left {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .c-text-center.is-sp--left {
    text-align: center;
  }
}
.c-text-right {
  text-align: right;
}
.c-text-read,
.p-wp-conts .read,
.editor-styles-wrapper .read {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
  font-weight: bold;
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-text-read,
  .p-wp-conts .read,
  .editor-styles-wrapper .read {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-text-read,
  .p-wp-conts .read,
  .editor-styles-wrapper .read {
    font-size: 18px;
  }
}
@media screen and (min-width: 1023px) {
  .c-text-read,
  .p-wp-conts .read,
  .editor-styles-wrapper .read {
    text-align: center;
  }
}
.c-text-marker,
.p-wp-conts .marker p,
.editor-styles-wrapper .marker p {
  background: -webkit-linear-gradient(transparent 60%, #ffff8d 60%);
  background: -moz-linear-gradient(transparent 60%, #ffff8d 60%);
  background: -o-linear-gradient(transparent 60%, #ffff8d 60%);
  background: -ms-linear-gradient(transparent 60%, #ffff8d 60%);
  background: linear-gradient(transparent 60%, #ffff8d 60%);
  color: #ff6767;
  font-weight: bold;
}
.c-title__enjp {
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .c-title__enjp {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.c-title__enjp .c-title__jp {
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .c-title__enjp .c-title__jp {
    text-align: left;
  }
}
.c-title__enjp.is--center {
  display: block;
  text-align: center;
}
.c-title__enjp.is--center .c-title__jp {
  margin-left: 0;
  text-align: center;
  margin-top: 10px;
}
.c-title__en {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  font-size: calc(40px + ((64 - 40) * (100vw - 320px) / (1024 - 320)));
  color: #447dd5;
}
@media screen and (min-width: 1024px) {
  .c-title__en {
    font-size: 64px;
  }
}
.c-title__jp {
  color: #00a4ff;
}
.c-title__jp br {
  display: none;
}
@media screen and (min-width: 1023px) {
  .c-title__jp {
    margin-left: 40px;
    text-align: left;
  }
  .c-title__jp br {
    display: block;
  }
}
.c-title__catch,
.p-wp-conts .copy,
.editor-styles-wrapper .copy {
  font-size: calc(18px + ((27 - 18) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
  text-align: center;
  color: #024a71;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .c-title__catch,
  .p-wp-conts .copy,
  .editor-styles-wrapper .copy {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .c-title__catch,
  .p-wp-conts .copy,
  .editor-styles-wrapper .copy {
    margin-top: 60px;
  }
}
.c-title__catch br,
.p-wp-conts .copy br,
.editor-styles-wrapper .copy br {
  display: none;
}
@media screen and (min-width: 767px) {
  .c-title__catch br,
  .p-wp-conts .copy br,
  .editor-styles-wrapper .copy br {
    display: block;
  }
}
.c-ul-links li {
  margin-top: 4px;
}
.c-ul-links li a {
  color: #447dd5;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-ul-links li a:hover {
  color: #0d47a1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.c-waku-asase,
.p-licence-pg-wrapper,
.p-service-section {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
  background: #e8f6ff;
  border-radius: 16px;
  padding: 40px 4vw;
}
@media screen and (min-width: 1024px) {
  .c-waku-asase,
  .p-licence-pg-wrapper,
  .p-service-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 767px) {
  .c-waku-asase,
  .p-licence-pg-wrapper,
  .p-service-section {
    padding: 60px 4vw;
  }
}
body,
html {
  height: 100%;
  min-height: 100%;
}
.l-site-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
}
.l-main-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html {
  height: -webkit-fill-available;
}
body,
min-height 100vh {
  min-height: -webkit-fill-available;
}
.l-site-container {
  overflow: hidden;
  padding: 0 4vw;
}
.l-footer {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url("../images/common/footer.jpg") no-repeat center center;
  background-image: url("../images/common/nami-top.svg"), url("../images/common/footer.jpg?hash=4bed9e98b355bdf64aa7158a78b4448b");
  background-position: left top -8px, left bottom;
  background-repeat: repeat-x, no-repeat;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: 60px;
}
@media screen and (min-width: 1023px) {
  .l-footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.l-footer .l-footer-inner {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .l-footer .l-footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.l-footer .l-footer-btns {
  top: 20px;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1023px) {
  .l-footer .l-footer-btns {
    position: absolute;
    top: 100px;
    width: 320px;
  }
}
@media screen and (min-width: 1340px) {
  .l-footer .l-footer-btns {
    width: 420px;
    top: 40px;
  }
}
.l-footer .l-footer-btns .c-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-footer .l-footer-btns .c-btn-map {
  width: 49%;
}
.l-footer .l-footer-btns .c-btn-yoyaku {
  width: 49%;
}
.l-footer .l-footer-bottom {
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .l-footer .l-footer-bottom {
    text-align: left;
    margin-right: 40px;
  }
}
.l-footer .l-footer-bottom .l-footer__adress {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  font-size: 12px;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .l-footer .l-footer-bottom .l-footer__adress {
    margin-top: 24px;
  }
}
.l-footer .l-footer-bottom .l-footer-id {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.l-footer .l-footer-bottom .l-footer-id .l-footer-id__sub {
  font-size: 12px;
  color: #fff;
  margin-right: 12px;
}
.l-footer .l-footer-bottom .l-footer-id .l-footer-id__sub span {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  display: block;
  font-size: 24px;
}
.l-footer .l-footer-bottom .l-footer-id .l-footer-id__gigi {
  height: 72px;
  width: 140px;
  position: relative;
  color: #fff;
}
.l-footer .l-footer-bottom .l-footer-id .l-footer-id__gigi span {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 72px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1140px) {
  .l-footer-main {
    width: 42%;
  }
}
.l-footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer-nav li {
  gap: 24px;
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .l-footer-nav li {
    text-align: left;
    width: auto;
  }
}
.l-footer-nav li a {
  color: #fff;
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  display: inline-block;
  padding: 6px;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav li a {
    font-size: 14px;
  }
}
.l-footer-nav.is-sub {
  margin-top: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023px) {
  .l-footer-nav.is-sub {
    max-width: 300px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer-nav.is-sub {
    max-width: initial;
  }
  .l-footer-nav.is-sub li {
    width: 28%;
  }
}
.l-footer-nav.is-main {
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 440px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1140px) {
  .l-footer-nav.is-main {
    margin-left: 0;
    max-width: initial;
  }
}
@media screen and (min-width: 1023px) {
  .l-footer-nav.is-main li {
    margin-right: 32px;
  }
}
.l-footer-nav.is-main li a {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav.is-main li a {
    font-size: 15px;
  }
}
.l-footer__totop {
  position: absolute;
  top: -150px;
  right: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .l-footer__totop {
    right: 0;
    left: auto;
    top: -120px;
  }
}
.l-footer__totop span {
  display: block;
}
@media screen and (min-width: 1023px) {
  .l-footer__totop span {
    display: inline-block;
  }
}
.l-footer__copy {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  right: 0;
  bottom: -40px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__copy {
    font-size: 14px;
  }
}
@media screen and (min-width: 1023px) {
  .l-footer__copy {
    position: absolute;
    padding-top: 0;
  }
}
.l-gnav-wrapper {
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 37.91%, #fff 37.91%);
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 37.91%, #fff 37.91%);
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 37.91%, #fff 37.91%);
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 37.91%, #fff 37.91%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 37.91%, #fff 37.91%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px;
}
.l-gnav-wrapper .l-gnav {
  background: #fff;
  -webkit-box-shadow: 0px -1px 3px rgba(0,0,0,0.04), 0px 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0px -1px 3px rgba(0,0,0,0.04), 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 94px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
.l-gnav-wrapper .l-gnav .l-gnav__item {
  width: 25%;
  text-align: center;
}
.l-gnav-wrapper .l-gnav .l-gnav__item.is-current .l-gnav__text {
  color: #21c17c !important;
}
.l-gnav-wrapper .l-gnav .l-gnav__item .l-gnav__more {
  padding: 6px 0;
  display: block;
  color: #9ca9b0;
  font-weight: bold;
}
.l-gnav-wrapper .l-gnav .l-gnav__item .l-gnav__more img {
  width: 30px;
}
.l-gnav-wrapper .l-gnav .l-gnav__item .l-gnav__more .l-gnav__text {
  font-size: 11px;
  padding-top: 2px;
  color: #8e9191;
}
.l-header-wrapper {
  position: absolute;
  top: 16px;
  z-index: 8;
  left: 16px;
  right: 16px;
  padding-bottom: 2px;
}
@media screen and (min-width: 1023px) {
  .l-header-wrapper {
    position: fixed;
  }
  .l-header-wrapper:before {
    content: '';
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    height: 4px;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -moz-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -o-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -ms-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: linear-gradient(278.73deg, #447dd5 -5.13%, #1eacb4 100%);
  }
  .l-header-wrapper:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: -20px;
    right: -4vw;
    bottom: 0;
    left: -4vw;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
  }
  .l-header-wrapper.is-scroll:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media screen and (min-width: 1340px) {
  .l-header-wrapper {
    left: 4vw;
    right: 4vw;
  }
}
.l-header-wrapper .l-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.l-header-id {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -4px;
}
.l-header-id .l-header-id__sub {
  font-size: 10px;
  width: 110px;
}
@media screen and (min-width: 1023px) {
  .l-header-id .l-header-id__sub {
    width: 130px;
    font-size: 12px;
  }
}
.l-header-id .l-header-id__sub span {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 1023px) {
  .l-header-id .l-header-id__sub span {
    font-size: 24px;
  }
}
.l-header-id .l-header-id__gigi {
  position: relative;
  height: 54px;
  width: 92px;
  overflow: hidden;
}
@media screen and (min-width: 1023px) {
  .l-header-id .l-header-id__gigi {
    height: 80px;
    width: 130px;
  }
}
.l-header-id .l-header-id__gigi span {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 48px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1023px) {
  .l-header-id .l-header-id__gigi span {
    font-size: 70px;
    top: -24px;
  }
}
.l-header-gnav {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  display: none;
  width: 100%;
  position: relative;
  margin-left: 40px;
  gap: 0 16px;
  bottom: 0;
}
@media screen and (min-width: 1023px) {
  .l-header-gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.l-header-gnav li a {
  font-weight: bold;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 1140px) {
  .l-header-gnav li a br {
    display: none;
  }
}
.l-header-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  display: none;
  position: absolute;
  top: -12px;
  right: 0;
  width: 280px;
  gap: 6px;
}
@media screen and (min-width: 1023px) {
  .l-header-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.l-header-btns .c-btn-map,
.l-header-btns .c-btn-yoyaku {
  border-radius: 0 0 8px 8px;
}
.l-header-btns .c-btn-map {
  width: 48%;
}
.l-header-btns .c-btn-yoyaku {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-header-lng {
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 8px;
}
@media screen and (min-width: 1023px) {
  .l-header-lng {
    right: 290px;
    width: auto;
  }
}
.l-header-lng .l-header-lng__jp,
.l-header-lng .l-header-lng__ch {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 4px 2px;
}
.l-header-lng .l-header-lng__jp.is-current,
.l-header-lng .l-header-lng__ch.is-current {
  position: relative;
}
.l-header-lng .l-header-lng__jp.is-current:after,
.l-header-lng .l-header-lng__ch.is-current:after {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-header-lng .l-header__contact {
  width: 120px;
  padding: 8px 0;
  display: none;
  margin-left: 10px;
}
@media screen and (min-width: 1023px) {
  .l-header-lng .l-header__contact {
    display: block;
  }
}
.l-header-wrapper .l-header .l-header-id,
.l-header-wrapper .l-header .l-header-gnav__more,
.l-header-wrapper .l-header .l-header-lng__jp,
.l-header-wrapper .l-header .l-header-lng__ch {
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .l-header-wrapper.is-scroll .l-header .l-header-id,
  .l-header-wrapper.is-scroll .l-header .l-header-id span {
    text-transform: capitalize;
    background: -webkit-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -moz-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -o-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: -ms-linear-gradient(171.27deg, #447dd5 -5.13%, #1eacb4 100%);
    background: linear-gradient(278.73deg, #447dd5 -5.13%, #1eacb4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-fill-color: transparent;
  }
  .l-header-wrapper.is-scroll .l-header-gnav__more {
    color: #0d47a1;
  }
  .l-header-wrapper.is-scroll .l-header-lng__jp,
  .l-header-wrapper.is-scroll .l-header-lng__ch {
    color: #2c4158;
  }
  .l-header-wrapper.is-scroll .l-header-lng__jp.is-current:after,
  .l-header-wrapper.is-scroll .l-header-lng__ch.is-current:after {
    background: #2c4158;
  }
}
@media screen and (min-width: 1023px) {
  .l-header-gnav {
    width: auto;
  }
}
.p-qa {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-qa {
    margin-top: 24px;
  }
}
.p-qa .p-qa__title,
.p-qa .p-qa__text,
.p-qa display flex {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 8px 20px 20px 60px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.p-qa .p-qa__text {
  display: block;
  padding: 8px 20px 20px 60px;
}
.p-qa .p-qa__text p {
  margin-bottom: 12px;
}
.p-qa .p-qa__title::before,
.p-qa .p-qa__text::before {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-qa .p-qa__title::before {
  background-color: #75bbff;
  content: 'Q';
}
.p-qa .p-qa__text::before {
  background-color: #ff8d8d;
  content: 'A';
}
.l-sp-nav {
  position: fixed;
  background: -webkit-linear-gradient(270deg, #0095e7 0%, #8176ff 100%);
  background: -moz-linear-gradient(270deg, #0095e7 0%, #8176ff 100%);
  background: -o-linear-gradient(270deg, #0095e7 0%, #8176ff 100%);
  background: -ms-linear-gradient(270deg, #0095e7 0%, #8176ff 100%);
  background: linear-gradient(180deg, #0095e7 0%, #8176ff 100%);
  -webkit-box-shadow: 0px 2px 8px rgba(13,71,161,0.4), 0px 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 8px rgba(13,71,161,0.4), 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 16px;
  z-index: 1;
  padding-top: 0;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1023px) {
  .l-sp-nav {
    display: none;
  }
}
.l-sp-nav .l-sp-nav__item {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 25%;
}
.l-sp-nav .l-sp-nav__item:last-child .l-sp-nav__more {
  border: none;
}
.l-sp-nav .l-sp-nav__item .l-sp-nav__more {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1.4;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.l-sp-nav .l-sp-nav__item .l-sp-nav__more span {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}
.l-sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  overflow: auto;
  padding-bottom: 160px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.l-sp-menu .l-sp-menu__home {
  text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  color: #fff;
  padding-bottom: 20px;
}
.l-sp-menu .l-sp-menu__home:focus {
  border: none;
}
.l-sp-menu .l-sp-menu__home span {
  display: block;
}
.l-sp-menu-navs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-sp-menu-navs li {
  width: 48%;
  margin-bottom: 12px;
}
.l-sp-menu-navs li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.6);
}
.l-sp-menu-navs2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
}
.l-sp-menu-navs2 li a {
  display: inline-block;
  padding: 4px 12px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}
.l-sp-menu-tel {
  color: #fff;
  padding-top: 12px;
  text-align: center;
}
.l-sp-menu-tel .l-sp-menu-tel__tel a {
  font-size: 30px;
  color: #fff;
}
.l-sp-menu-tel .l-sp-menu-tel__note {
  font-size: 14px;
}
.l-sp-menu-btn {
  display: block;
  background: #0d47a1;
  border-radius: 50px;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  margin-top: 12px;
}
.p-sp-close {
  border-radius: 50%;
  background: #fff;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 16px;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  color: kuro30;
}
@media screen and (min-width: 767px) {
  .p-sp-close {
    display: none;
  }
}
.p-table-hoken {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-table-hoken {
    margin-top: 24px;
  }
}
.p-table-hoken .p-table-hoken__bg {
  border: 1px solid #dbdbdb;
  background: #edefef;
}
.p-table-hoken th,
.p-table-hoken td {
  border: 1px solid #dbdbdb !important;
}
.p-contact-body {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact-body {
    margin-top: 40px;
  }
}
.p-contact {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact {
    margin-top: 40px;
  }
}
.p-contact .p-contact-header p {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact .p-contact-header p {
    margin-top: 8px;
  }
}
.p-contact .p-contact-header .red {
  color: #e03e3e;
}
.p-contact-tel {
  border: 1px solid #eee;
  background: #e8f6ff;
  padding: 16px;
  margin: 40px 0;
  text-align: center;
}
.p-contact-tel .p-contact-tel__title {
  font-weight: bold;
}
.p-contact-tel .p-contact-tel__tel {
  font-size: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact-tel .p-contact-tel__tel {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-tel .p-contact-tel__tel {
    margin-top: 16px;
  }
}
.p-contact-tel .p-contact-tel__tel a {
  text-decoration: none;
  font-family: arial;
}
@media screen and (min-width: 1023px) {
  .p-contact-tel .p-contact-tel__tel a {
    pointer-events: none;
  }
}
.p-contact-tel .p-contact-tel__note {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact-tel .p-contact-tel__note {
    margin-top: 16px;
  }
}
@media screen and (min-width: 767px) {
  .p-contact-tel {
    padding: 24px 4vw;
  }
}
.p-contact-btn {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-contact-btn {
    margin-top: 40px;
  }
}
.p-contact-btn .c-btn {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.p-detail-bord {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-detail-bord {
    margin-top: 60px;
  }
}
.p-detail-bord a {
  color: #0795e4;
  text-decoration: underline;
}
.p-detail-bord a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .p-detail-bord dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-bottom: 8px;
  }
}
.p-detail-bord dl dt {
  border-radius: 4px 4px 0 0;
  background: #e8f6ff;
  color: #024a71;
  font-weight: bold;
  padding: 8px 8px;
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-detail-bord dl dt {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .p-detail-bord dl dt {
    width: 24%;
    padding: 12px 16px;
  }
}
.p-detail-bord dl dd {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  padding: 12px 16px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-detail-bord dl dd {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .p-detail-bord dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-detail-bord dl dd > p:not(:first-child) {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-detail-bord dl dd > p:not(:first-child) {
    margin-top: 16px;
  }
}
.p-marine-article section {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marine-article section {
    margin-top: 60px;
  }
}
.p-marine-article .p-marin-setmenu {
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-marine-article .p-marin-setmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-marine-article .p-marin-setmenu:after {
  content: '';
  display: block;
  width: 30%;
}
.p-marine-article .p-marin-setmenu .p-marin-setmenu-box {
  text-decoration: none;
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-marine-article .p-marin-setmenu .p-marin-setmenu-box {
    width: 30%;
  }
}
.p-marine-article .p-marin-setmenu .p-marin-setmenu-box__fig {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.p-marine-article .p-marin-setmenu .p-marin-setmenu-box__fig:after {
  content: '';
  display: block;
  padding-top: 50%;
}
.p-marine-article .p-marin-setmenu .p-marin-setmenu-box__title {
  color: #0d47a1;
  font-weight: bold;
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marine-article .p-marin-setmenu .p-marin-setmenu-box__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-marine-article .p-marin-setmenu .p-marin-setmenu-box__title {
    margin-top: 20px;
  }
}
.p-marine-article .p-marin-setmenu .p-marin-setmenu-box__copy {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .p-marine-article .p-marin-setmenu .p-marin-setmenu-box__copy {
    font-size: 14px;
  }
}
.p-marine-article .p-marin-setmenu dd {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marine-article .p-marin-setmenu dd {
    margin-top: 8px;
  }
}
.p-firstview {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  position: relative;
}
.p-firstview:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-linear-gradient(270deg, rgba(17,60,91,0.6) 0%, rgba(22,130,209,0) 90%);
  background: -moz-linear-gradient(270deg, rgba(17,60,91,0.6) 0%, rgba(22,130,209,0) 90%);
  background: -o-linear-gradient(270deg, rgba(17,60,91,0.6) 0%, rgba(22,130,209,0) 90%);
  background: -ms-linear-gradient(270deg, rgba(17,60,91,0.6) 0%, rgba(22,130,209,0) 90%);
  background: linear-gradient(180deg, rgba(17,60,91,0.6) 0%, rgba(22,130,209,0) 90%);
}
.p-firstview.is-home:after {
  content: '';
  padding-top: clamp(520px, 90vw, 640px);
  display: block;
}
.p-firstview.is-home .l-firstview-inner {
  position: relative;
  z-index: 1;
}
.p-firstview.is-home .l-firstview__copy {
  color: #fff;
  font-weight: bold;
  font-size: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-home .l-firstview__copy {
    font-size: 20px;
  }
}
.p-firstview.is-home .l-firstview__title {
  color: #fff;
  font-size: calc(16px + ((32 - 16) * (100vw - 320px) / (1024 - 320)));
  line-height: 1.4;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-home .l-firstview__title {
    font-size: 32px;
  }
}
.p-firstview.is-pages {
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-firstview.is-pages:after {
  content: '';
  padding-top: clamp(320px, 60vw, 540px);
  display: block;
}
.p-firstview.is-pages .l-firstview__title {
  position: relative;
  z-index: 1;
  top: 16px;
}
.p-firstview.is-pages .l-firstview__title__en {
  font-size: calc(24px + ((32 - 24) * (100vw - 320px) / (1024 - 320)));
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-pages .l-firstview__title__en {
    font-size: 32px;
  }
}
.p-firstview.is-pages .l-firstview__title__jp {
  text-align: center;
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-pages .l-firstview__title__jp {
    font-size: 18px;
  }
}
.p-firstview.is-detail {
  color: #fff;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  position: relative;
}
.p-firstview.is-detail:after {
  content: '';
  padding-top: clamp(480px, 60vw, 740px);
  display: block;
}
.p-firstview.is-detail .l-firstview-box {
  position: relative;
  z-index: 2;
  top: 16px;
  padding-top: clamp(80px, 30vw, 140px);
  max-width: 480px;
}
.p-firstview.is-detail .l-firstview-box .l-firstview__time {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  border: 1px solid #fff;
  width: fit-content;
  padding: 2px 8px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview__time {
    font-size: 15px;
  }
}
.p-firstview.is-detail .l-firstview-box .l-firstview-box__title {
  font-size: calc(20px + ((32 - 20) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
  text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-box__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-box__title {
    margin-top: 20px;
  }
}
.p-firstview.is-detail .l-firstview-box .l-firstview-box__text {
  font-size: calc(13px + ((16 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
  font-weight: bold;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-box__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-box__text {
    margin-top: 20px;
  }
}
.p-firstview.is-detail .l-firstview-box .l-firstview-price {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  background: rgba(255,255,255,0.9);
  border-radius: 6px;
  width: fit-content;
  padding: 4px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 250px;
}
@media screen and (min-width: 1024px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-price {
    margin-top: 24px;
  }
}
@media screen and (min-width: 767px) {
  .p-firstview.is-detail .l-firstview-box .l-firstview-price {
    max-width: 300px;
  }
}
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__num {
  color: #e03e3e;
}
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__btn {
  background: #0d47a1;
  text-align: center;
  color: #fff;
  clear: both;
}
.p-firstview.is-detail .l-firstview-box .l-firstview-price .l-firstview-price__btn.is-two {
  margin-top: 4px;
}
.p-flow-wrapper {
  margin-top: 40px;
}
.p-flow-wrapper .p-flow {
  position: relative;
  overflow: hidden;
}
.p-flow-wrapper .p-flow:after {
  content: 'arrow_drop_down';
  font-family: 'Material Icons';
  font-size: 80px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #8e9191;
  clear: both;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-flow-wrapper .p-flow:after {
    font-size: 100px;
    margin: auto;
  }
}
.p-flow-wrapper .p-flow:last-child:after {
  display: none;
}
.p-flow-wrapper .p-flow .p-flow-fig {
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
  .p-flow-wrapper .p-flow .p-flow-fig {
    float: left;
    max-width: 300px;
    height: auto;
    margin-right: 40px;
  }
}
.p-flow-wrapper .p-flow .p-flow-fig:after {
  content: '';
  display: block;
  padding-top: 65%;
}
.p-flow-wrapper .p-flow .p-flow-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.p-flow-wrapper .p-flow .p-flow-item .p-flow__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-flow-wrapper .p-flow .p-flow-item .p-flow__title {
    text-align: left;
  }
}
.p-flow-wrapper .p-flow .p-flow-item .p-flow__text {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-flow-wrapper .p-flow .p-flow-item .p-flow__text {
    margin-top: 8px;
  }
}
.p-home-info-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px -22px 12px rgba(0,0,0,0.1);
  box-shadow: 0px -22px 12px rgba(0,0,0,0.1);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  top: -40px;
  padding: 12px 16px 0 16px;
}
@media screen and (min-width: 1023px) {
  .p-home-info-wrapper {
    padding: 24px 40px 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-home-info-wrapper h2 {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
  font-size: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
  color: #447dd5;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .p-home-info-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 767px) {
  .p-home-info-wrapper .p-home-info-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 1023px) {
  .p-home-info-wrapper .p-home-info-block {
    width: 68%;
  }
}
.p-home-info-wrapper .p-home-info-block .p-home-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-home-info-wrapper .p-home-info-block .p-home-info {
    width: 50%;
  }
}
.p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-fig {
  width: 46%;
  max-width: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-fig:after {
  content: '';
  display: block;
  padding-top: 60%;
}
@media screen and (min-width: 1023px) {
  .p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-fig:after {
    padding-top: 64%;
  }
}
.p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-item {
  padding: 0 0 12px 12px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-item .p-home-info__date {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-item .p-home-info__date {
    font-size: 14px;
  }
}
.p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-item .p-home-info__title {
  color: #0d47a1;
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-top: 4px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-home-info-wrapper .p-home-info-block .p-home-info .p-home-info-item .p-home-info__title {
    font-size: 14px;
  }
}
.p-home-licence-wrapper {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-home-licence-wrapper {
    margin-top: 80px;
  }
}
.p-home-licence-wrapper .p-home-licence__head {
  color: #fff;
  position: relative;
}
.p-home-licence-wrapper .p-home-licence__head h2 div {
  color: #fff !important;
}
@media screen and (min-width: 1340px) {
  .p-home-licence-wrapper .p-home-licence-inner {
    padding: 0;
  }
}
.p-home-licence-wrapper .p-home-licence-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
  margin-left: -4vw;
  margin-right: -4vw;
}
@media screen and (min-width: 1024px) {
  .p-home-licence-wrapper .p-home-licence-body {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1023px) {
  .p-home-licence-wrapper .p-home-licence-body {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.p-home-licence-wrapper .p-home-licence-body .p-home-licence {
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
  border-radius: 16px;
  text-align: center;
  padding: 40px 24px;
  width: 280px;
  margin: 0 8px;
}
@media screen and (min-width: 767px) {
  .p-home-licence-wrapper .p-home-licence-body .p-home-licence {
    margin: 0 24px 0 0;
    width: 320px;
  }
}
.p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__logo {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__title {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__title {
    margin-top: 16px;
  }
}
.p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__text {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  text-align-last: left;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__text {
    font-size: 14px;
  }
}
.p-home-licence-wrapper .p-home-licence-body .p-home-licence .p-home-licence__text br {
  display: none;
}
.p-information-article {
  min-height: 200px;
}
.p-insta {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-insta {
    margin-top: 60px;
  }
}
.p-licence-pg-wrapper .p-licence-pg-header {
  text-align: center;
  text-align: center;
}
.p-licence-pg-wrapper .p-licence-pg-header .p-licence-pg-header__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: clamp(100px, 8vw, 120px);
}
.p-licence-pg-wrapper .p-licence-pg-header .p-licence-pg-header__title {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-wrapper .p-licence-pg-header .p-licence-pg-header__title {
    font-size: 18px;
  }
}
.p-licence-pg-wrapper .p-licence-pg-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (min-width: 767px) {
  .p-licence-pg-wrapper .p-licence-pg-body {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-licence-pg-wrapper .p-licence-pg-box {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-wrapper .p-licence-pg-box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .p-licence-pg-wrapper .p-licence-pg-box {
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.p-licence-pg-wrapper .p-licence-pg-box img {
  mix-blend-mode: multiply;
}
.p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__title {
  font-weight: bold;
  text-align: center;
}
.p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__title br {
  display: none;
}
.p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__text {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__text {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__text {
    font-size: 15px;
  }
}
.p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__text br {
  display: none;
}
.p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__price {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-wrapper .p-licence-pg-box .p-licence-pg-box__info .p-licence-pg-box__info__price {
    margin-top: 8px;
  }
}
.p-licence-pg-ccard {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
  border-radius: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-ccard {
    margin-top: 80px;
  }
}
.p-licence-pg-ccard .p-licence-pg-ccard__title {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-ccard .p-licence-pg-ccard__title {
    font-size: 18px;
  }
}
.p-licence-pg-ccard .p-licence-pg-ccard__img {
  display: block;
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-ccard .p-licence-pg-ccard__img {
    margin-top: 40px;
  }
}
.p-licence-pg-ccard .p-licence-pg-ccard-body {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-ccard .p-licence-pg-ccard-body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1023px) {
  .p-licence-pg-ccard .p-licence-pg-ccard-body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1023px) {
  .p-licence-pg-ccard .p-licence-pg-ccard-body dl {
    width: 48%;
  }
}
.p-licence-pg-ccard .p-licence-pg-ccard-body dl dd {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-licence-pg-ccard .p-licence-pg-ccard-body dl dd {
    margin-top: 16px;
  }
}
.p-marin-category-wrapper {
  margin-bottom: 120px;
}
@media screen and (min-width: 1023px) {
  .p-marin-category-wrapper {
    margin-bottom: 160px;
  }
}
.p-marin-category-wrapper .p-marin-category-wrapper:last-child {
  margin-bottom: 0;
}
.p-marin-category-wrapper {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper {
    margin-top: 80px;
  }
}
.p-marin-category-wrapper .p-marin-category__title {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper .p-marin-category__title {
    margin-top: 24px;
  }
}
.p-marin-category-wrapper .p-marin-category__title .p-marin-category__title__en {
  font-family: 'Sansita', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic /*これが必要*/;
}
.p-marin-category-wrapper .p-marin-category__title .p-marin-category__title__jp {
  letter-spacing: 2px;
  font-size: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper .p-marin-category__title .p-marin-category__title__jp {
    font-size: 40px;
  }
}
@media screen and (min-width: 1340px) {
  .p-marin-category-wrapper .p-marin-category-inner {
    padding: 0;
  }
}
.p-marin-category-wrapper .p-marin-category-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  bottom: -80px;
  margin-left: -4vw;
  margin-right: -4vw;
}
@media screen and (min-width: 1023px) {
  .p-marin-category-wrapper .p-marin-category-body {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.p-marin-category-wrapper .p-marin-category-body .slick-list {
  padding-bottom: 40px !important;
}
.p-marin-category-wrapper .p-marin-category-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
  border-radius: 8px;
  width: 280px;
  margin: 0 8px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-marin-category-wrapper .p-marin-category-box {
    margin: 0 24px 0 0;
    width: 400px;
  }
}
.p-marin-category-wrapper .p-marin-category-box .p-marin-category-info {
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .p-marin-category-wrapper .p-marin-category-box .p-marin-category-info {
    padding: 24px;
  }
}
.p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__logo {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__title {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__title {
    margin-top: 16px;
  }
}
.p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__text {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-marin-category-wrapper .p-marin-category-box .p-marin-category-info .p-marin-category__text {
    font-size: 14px;
  }
}
.p-marin-menu-wrapper {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-marin-menu-wrapper {
    margin-top: 24px;
  }
}
.p-marin-menu-wrapper .p-marin-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  width: 48%;
  padding-top: 20vw;
  padding-bottom: 20vw;
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-marin-menu-wrapper .p-marin-menu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1023px) {
  .p-marin-menu-wrapper .p-marin-menu {
    width: 31%;
    height: 480px;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.p-marin-menu-wrapper .p-marin-menu:before {
  content: '';
  display: block;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-marin-menu-wrapper .p-marin-menu .p-marin-menu__item {
  z-index: 2;
  position: relative;
}
.p-marin-menu-wrapper .p-marin-menu .p-marin-menu__item .p-marin-menu__title {
  font-size: 18px;
  color: #0d47a1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-marin-menu-wrapper .p-marin-menu .p-marin-menu__item .p-marin-menu__title {
    text-align: center;
  }
}
.p-marin-menu-wrapper .p-marin-menu .p-marin-menu__item .p-marin-menu__text {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  margin-top: 8px;
  color: #fff;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .p-marin-menu-wrapper .p-marin-menu .p-marin-menu__item .p-marin-menu__text {
    font-size: 15px;
  }
}
.p-menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-menu-wrapper {
    margin-top: 24px;
  }
}
.p-menu-wrapper:before {
  content: '';
  display: block;
  width: 48%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper:before {
    width: 30%;
  }
}
.p-menu-wrapper:after {
  content: '';
  display: block;
  width: 48%;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper:after {
    width: 30%;
  }
}
.p-menu-wrapper .p-menu-box {
  margin-top: 40px;
  display: block;
  width: 48%;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box {
    width: 30%;
    margin-top: 64px;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__fig {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.p-menu-wrapper .p-menu-box .p-menu-box__fig:after {
  content: '';
  display: block;
  padding-top: 84%;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__fig:after {
    padding-top: 60%;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__info {
  margin-top: -30px;
}
.p-menu-wrapper .p-menu-box .p-menu-box__title {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  background: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 13px;
  padding: 4px 4px 4px 0;
}
@media screen and (min-width: 1024px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__title {
    margin-top: 8px;
  }
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__title {
    padding: 8px 12px 8px 0;
    font-size: 18px;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__copy {
  font-size: 12px;
}
.p-menu-wrapper .p-menu-box .p-menu-box__copy br {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__copy {
    font-size: 14px;
  }
}
.p-menu-wrapper .p-menu-box .c-label {
  font-size: 10px;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .c-label {
    font-size: 14px;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__price {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__price {
    margin-top: 8px;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__text,
.p-menu-wrapper .p-menu-box .p-menu-box__copy {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__text,
  .p-menu-wrapper .p-menu-box .p-menu-box__copy {
    -webkit-line-clamp: 3;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__btn {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  background: #00a4ff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__btn {
    margin-top: 8px;
  }
}
.p-menu-wrapper .p-menu-box .p-menu-box__btn:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #0795e4;
}
@media screen and (min-width: 767px) {
  .p-menu-wrapper .p-menu-box .p-menu-box__btn {
    padding: 8px 0;
  }
}
.modal-content {
  position: relative;
}
.modal-content .modal-close {
  position: absolute;
  top: -4px;
  right: 0;
  width: 34px;
  height: 34px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-content .modal-footer {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-content .modal-footer .c-btn {
  max-width: 200px;
}
.modal-content .modal-footer .modal-footer__close {
  background: #f5f7f8;
  border-radius: 4px;
  padding: 4px 8px;
}
.p-modal-plan .p-modal-plan__img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.p-modal-plan .p-modal-plan__img:after {
  content: '';
  display: block;
  padding-top: 60%;
}
.p-modal-plan .p-modal-plan__title {
  font-weight: bold;
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0795e4;
  color: #fff;
  padding: 4px 16px;
}
@media screen and (min-width: 1024px) {
  .p-modal-plan .p-modal-plan__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-modal-plan .p-modal-plan__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) {
  .p-modal-plan .p-modal-plan__title {
    padding: 12px 24px;
  }
}
.p-modal-plan .p-detail-bord {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-modal-plan .p-detail-bord {
    margin-top: 40px;
  }
}
.p-modal-plan .p-detail-bord dl {
  display: block;
}
.p-modal-plan .p-detail-bord dl dt {
  width: auto;
}
.p-note {
  background: #fff4f4;
  padding: 24px;
}
.p-note a {
  color: #0795e4;
  text-decoration: underline;
}
.p-note a:hover {
  text-decoration: none;
}
.p-note p {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-note p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-note p {
    margin-top: 8px;
  }
}
@media screen and (min-width: 767px) {
  .p-note {
    padding: 40px;
  }
}
.p-note .p-note__title {
  text-align: center;
  color: #e03e3e;
  font-weight: bold;
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .p-note .p-note__title {
    font-size: 24px;
  }
}
.p-note .p-note__text {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-note .p-note__text {
    margin-top: 20px;
  }
}
.p-note .p-note__text p {
  text-indent: -1em;
  margin-right: 1em;
}
.p-note .p-note__text p:before {
  content: '・';
}
.p-note .p-note__kome {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-note .p-note__kome {
    margin-top: 16px;
  }
}
.p-note .p-note__kome p {
  text-indent: -1em;
  margin-right: 1em;
}
.p-pankuzu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-pankuzu {
    margin-top: 20px;
  }
}
.p-pankuzu li {
  list-style: none;
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-pankuzu li {
    font-size: 15px;
  }
}
.p-pankuzu li:last-child:after {
  display: none;
}
.p-pankuzu li:after {
  content: '\FF0F';
  display: block;
  top: 0px;
  right: 4px;
  color: #8e9191;
  margin: 0 4px;
}
.p-pankuzu li a {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  color: #447dd5;
}
@media screen and (min-width: 1024px) {
  .p-pankuzu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-pankuzu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .p-pankuzu::-webkit-scrollbar {
    display: none;
  }
}
.p-price {
  color: #e03e3e;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .p-price {
    font-size: 30px;
  }
}
.p-price:after {
  content: '\5186\301C';
  font-size: 62%;
  font-weight: bold;
}
.p-price.is-xs {
  font-size: calc(18px + ((24 - 18) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-price.is-xs {
    font-size: 24px;
  }
}
.p-price.is-sm {
  font-size: calc(24px + ((32 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-price.is-sm {
    font-size: 32px;
  }
}
#sb_instagram {
  margin-top: 40px !important;
}
#sbi_load {
  display: none !important;
}
.p-service-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .p-service-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-wrapper .p-service {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .p-service-wrapper .p-service {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .p-service-wrapper .p-service {
    width: 30%;
  }
}
.p-service-wrapper .p-service .p-service__fig {
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.p-service-wrapper .p-service .p-service__fig:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.p-service-wrapper .p-service .p-service__item .p-service__title {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
  color: #0d47a1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-service-wrapper .p-service .p-service__item .p-service__title {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-wrapper .p-service .p-service__item .p-service__title {
    font-size: 18px;
  }
}
.p-service-wrapper .p-service .p-service__item .p-service__text {
  margin-top: 8px;
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-service-wrapper .p-service .p-service__item .p-service__text {
    font-size: 14px;
  }
}
.p-service-section {
  background: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
}
.p-service-section > h2 {
  margin-top: 0 !important;
}
.p-shop-section {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-section {
    margin-top: 60px;
  }
}
.p-shop-outline {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-outline {
    margin-top: 40px;
  }
}
.p-shop-outline a {
  color: #0795e4;
  text-decoration: underline;
}
.p-shop-outline a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .p-shop-outline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-bottom: 8px;
  }
}
.p-shop-outline dl dt {
  border-radius: 4px 4px 0 0;
  background: #e8f6ff;
  color: #024a71;
  font-weight: bold;
  padding: 8px 8px;
}
@media screen and (min-width: 767px) {
  .p-shop-outline dl dt {
    width: 24%;
    padding: 16px;
  }
}
.p-shop-outline dl dd {
  padding: 16px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-shop-outline dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-shop-staff-wrapper {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1023px) {
  .p-shop-staff-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-shop-staff-wrapper > div,
  .p-shop-staff-wrapper > li {
    width: 30%;
  }
}
.p-shop-staff-wrapper:after {
  content: '';
  display: block;
  width: 30%;
}
.p-shop-staff {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-staff {
    margin-top: 60px;
  }
}
.p-shop-staff .p-shop-staff__img {
  border-radius: 6px;
}
.p-shop-staff .p-shop-staff-info {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-staff .p-shop-staff-info {
    margin-top: 20px;
  }
}
.p-shop-staff .p-shop-staff-info .p-shop-staff-info__name {
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-shop-staff .p-shop-staff-info .p-shop-staff-info__name {
    font-size: 24px;
  }
}
.p-shop-staff .p-shop-staff-info .p-shop-staff-info__name span {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-staff .p-shop-staff-info .p-shop-staff-info__name span {
    font-size: 14px;
  }
}
.p-shop-staff .p-shop-staff-info .p-shop-staff-info__pos {
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-staff .p-shop-staff-info .p-shop-staff-info__pos {
    font-size: 14px;
  }
}
.p-shop-staff .p-shop-staff-info .p-shop-staff-info__text {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-shop-staff .p-shop-staff-info .p-shop-staff-info__text {
    margin-top: 16px;
  }
}
.p-shop-staffbg {
  background-image: url("../images/pages/shop/shop-top.png"), url("../images/pages/shop/shop-bottom.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: 100%, 100%;
  -moz-background-size: 100%, 100%;
  background-size: 100%, 100%;
  padding-top: clamp(100px, 28vw, 340px);
  padding-bottom: clamp(100px, 32vw, 330px);
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 767px) {
  .p-shop-staffbg {
    -webkit-background-size: 100%, 80%;
    -moz-background-size: 100%, 80%;
    background-size: 100%, 80%;
  }
}
.p-utility {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-utility {
    margin-top: 20px;
  }
}
.p-utility h3,
.p-utility p,
.p-utility li {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-utility h3,
  .p-utility p,
  .p-utility li {
    font-size: 15px;
  }
}
.p-utility p {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-utility p {
    margin-top: 8px;
  }
}
.p-utility h3 {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-utility h3 {
    margin-top: 20px;
  }
}
.p-utility ul {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-utility ul {
    margin-top: 16px;
  }
}
.p-utility ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 4px;
  list-style: disc;
  list-style-position: inside;
}
.p-utility ul + p {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-utility ul + p {
    margin-top: 16px;
  }
}
.p-wp-conts,
.editor-styles-wrapper {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts,
  .editor-styles-wrapper {
    margin-top: 40px;
  }
}
.p-wp-conts a,
.editor-styles-wrapper a {
  color: #447dd5;
  text-decoration: underline;
}
.p-wp-conts .center,
.editor-styles-wrapper .center {
  text-align: center;
}
.p-wp-conts p,
.editor-styles-wrapper p,
.p-wp-conts img,
.editor-styles-wrapper img {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wp-conts p,
  .editor-styles-wrapper p,
  .p-wp-conts img,
  .editor-styles-wrapper img {
    margin-top: 16px;
  }
}
.p-wp-conts .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .wp-block-image img,
  .editor-styles-wrapper .wp-block-image img {
    margin-top: 16px;
  }
}
.p-wp-conts .is-layout-flow .wp-block-image img,
.editor-styles-wrapper .is-layout-flow .wp-block-image img {
  max-width: initial;
  width: 100%;
}
.p-wp-conts .wp-block-image.size-full,
.editor-styles-wrapper .wp-block-image.size-full {
  max-width: 100%;
}
.p-wp-conts .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin-top: 24px;
  }
}
.p-wp-conts .obi,
.editor-styles-wrapper .obi {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .obi,
  .editor-styles-wrapper .obi {
    font-size: 18px;
  }
}
.p-wp-conts .obi:before,
.editor-styles-wrapper .obi:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #024a71;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 4px;
}
.p-wp-conts h3,
.editor-styles-wrapper h3 {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h3,
  .editor-styles-wrapper h3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h3,
  .editor-styles-wrapper h3 {
    font-size: 18px;
  }
}
.p-wp-conts h4,
.editor-styles-wrapper h4 {
  font-size: calc(14px + ((15 - 14) * (100vw - 320px) / (1024 - 320)));
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h4,
  .editor-styles-wrapper h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h4,
  .editor-styles-wrapper h4 {
    margin-top: 40px;
  }
}
.p-wp-conts h2,
.editor-styles-wrapper h2 {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  background: -webkit-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: -moz-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: -o-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: -ms-repeating-linear-gradient(135deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  padding: 4px 12px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h2,
  .editor-styles-wrapper h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h2,
  .editor-styles-wrapper h2 {
    font-size: 24px;
  }
}
.p-wp-conts h2 + p,
.editor-styles-wrapper h2 + p,
.p-wp-conts h2 + h3,
.editor-styles-wrapper h2 + h3 {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts h2 + p,
  .editor-styles-wrapper h2 + p,
  .p-wp-conts h2 + h3,
  .editor-styles-wrapper h2 + h3 {
    margin-top: 24px;
  }
}
.p-wp-conts .wp-block-media-text__content h3,
.editor-styles-wrapper .wp-block-media-text__content h3 {
  margin-top: auto;
}
.p-wp-conts .copy,
.editor-styles-wrapper .copy {
  background: none;
  padding: 0;
}
.p-wp-conts .copy:before,
.editor-styles-wrapper .copy:before {
  display: none;
}
.p-wp-conts ul,
.editor-styles-wrapper ul {
  margin-left: 1.1em;
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts ul,
  .editor-styles-wrapper ul {
    margin-top: 20px;
  }
}
.p-wp-conts ul li,
.editor-styles-wrapper ul li {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts ul li,
  .editor-styles-wrapper ul li {
    margin-top: 8px;
  }
}
.p-wp-conts ul li,
.editor-styles-wrapper ul li {
  list-style-type: disc;
}
.p-wp-conts ul.num li,
.editor-styles-wrapper ul.num li {
  list-style-type: decimal;
}
.p-wp-conts .marker,
.editor-styles-wrapper .marker {
  margin-top: calc(16px + ((20 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .marker,
  .editor-styles-wrapper .marker {
    margin-top: 20px;
  }
}
.p-wp-conts .marker p,
.editor-styles-wrapper .marker p {
  display: inline;
  color: initial;
}
.p-wp-conts .note,
.editor-styles-wrapper .note {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
  background: #fff4f4;
  padding: 16px;
  padding-top: clamp(12px, 2vw, 16px);
  padding-bottom: clamp(16px, 2vw, 20px);
  padding-right: clamp(16px, 2vw, 40px);
  padding-left: clamp(16px, 2vw, 40px);
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .note,
  .editor-styles-wrapper .note {
    margin-top: 8px;
  }
}
.p-wp-conts .note p:first-child,
.editor-styles-wrapper .note p:first-child {
  margin-top: 0;
}
.p-wp-conts iframe,
.editor-styles-wrapper iframe {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
  width: 100%;
  height: clamp(240px, 36vw, 500px);
  display: block;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-wp-conts iframe,
  .editor-styles-wrapper iframe {
    margin-top: 24px;
  }
}
.p-wp-conts iframe + p,
.editor-styles-wrapper iframe + p,
.p-wp-conts iframe + h2,
.editor-styles-wrapper iframe + h2,
.p-wp-conts iframe + h3,
.editor-styles-wrapper iframe + h3 {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts iframe + p,
  .editor-styles-wrapper iframe + p,
  .p-wp-conts iframe + h2,
  .editor-styles-wrapper iframe + h2,
  .p-wp-conts iframe + h3,
  .editor-styles-wrapper iframe + h3 {
    margin-top: 60px;
  }
}
.p-wp-conts .wp-block-embed.is-type-video + p,
.editor-styles-wrapper .wp-block-embed.is-type-video + p,
.p-wp-conts .wp-block-embed.is-type-video + h2,
.editor-styles-wrapper .wp-block-embed.is-type-video + h2,
.p-wp-conts .wp-block-embed.is-type-video + h3,
.editor-styles-wrapper .wp-block-embed.is-type-video + h3 {
  margin-top: calc(40px + ((60 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .wp-block-embed.is-type-video + p,
  .editor-styles-wrapper .wp-block-embed.is-type-video + p,
  .p-wp-conts .wp-block-embed.is-type-video + h2,
  .editor-styles-wrapper .wp-block-embed.is-type-video + h2,
  .p-wp-conts .wp-block-embed.is-type-video + h3,
  .editor-styles-wrapper .wp-block-embed.is-type-video + h3 {
    margin-top: 60px;
  }
}
.p-wp-conts .taisyo,
.editor-styles-wrapper .taisyo {
  margin-top: calc(32px + ((40 - 32) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .taisyo,
  .editor-styles-wrapper .taisyo {
    margin-top: 40px;
  }
}
.p-wp-conts .taisyo:before,
.editor-styles-wrapper .taisyo:before {
  background: #447dd5;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: calc(13px + ((14 - 13) * (100vw - 320px) / (1024 - 320)));
  margin-right: 8px;
  content: '\5BFE\8C61\30B3\30FC\30B9';
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .taisyo:before,
  .editor-styles-wrapper .taisyo:before {
    font-size: 14px;
  }
}
.p-wp-conts .anker,
.editor-styles-wrapper .anker {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .p-wp-conts .anker,
  .editor-styles-wrapper .anker {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.p-wp-conts .anker li,
.editor-styles-wrapper .anker li {
  margin-top: calc(4px + ((8 - 4) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-wp-conts .anker li,
  .editor-styles-wrapper .anker li {
    margin-top: 8px;
  }
}
.p-wp-conts .anker li a,
.editor-styles-wrapper .anker li a {
  display: block;
  color: #447dd5;
  text-decoration: underline;
  width: auto;
}
.p-wp-conts .anker li a:hover,
.editor-styles-wrapper .anker li a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=site-style.css.map */