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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

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

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .header-clone.is-header-sticky {
    display: none !important;
  }
  .section-top-features {
    padding-top: 500px !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  body.fixed-body {
    position: fixed;
    width: 100%;
  }
  body.has-modal {
    position: fixed;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  body.has-modal {
    overflow: auto scroll;
  }
  body.has-modal .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .first-view {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pc_only {
    display: none !important;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
.header-logo {
  display: inline-block;
  position: relative;
  z-index: 3;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 2.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-logo {
    top: 14px;
    left: 4px;
    width: 199px;
  }
  .header-logo::before {
    content: "";
    position: absolute;
    top: -310px;
    left: -375px;
    width: 630px;
    height: 630px;
    background: #fff;
    pointer-events: none;
    -webkit-filter: blur(43.7778px);
    filter: blur(43.7778px);
  }
  .header-logo .logo-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-logo .logo-image.is-sticky {
    visibility: hidden;
    opacity: 0;
  }
}
.header-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-inner {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-common {
    z-index: 999;
    background-color: #fff;
  }
  .header-common .header-logo {
    margin: 0.1rem 0.11rem 0;
  }
  .header-common .header-wrapper {
    height: 0.7rem;
    background-color: #fff;
  }
  .header-common .header-navigation {
    display: none;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0.65rem;
    overflow-y: auto;
    background: #fff;
  }
  .header-common .header-navigation::-webkit-scrollbar {
    display: none;
  }
  .header-common .header-navigation .header-logo {
    margin-bottom: 0.22rem;
  }
  .header-common .navigation-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0.2rem;
  }
  .header-common .navigation-header-sitemap {
    margin-bottom: 0.6rem;
  }
  .header-common .navigation-information {
    padding: 0.25rem 0.2rem;
    background-color: #f9f6f0;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1250px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 140px;
    padding: 20px 44px;
  }
  .header-common .header-inner {
    z-index: 999;
    width: 1150px;
  }
  .header-common .header-navigation {
    display: block !important;
  }
  .header-common .navigation-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 42px;
  }
  .header-common .information-guide {
    position: relative;
    top: 1px;
    margin-right: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b79949;
    color: #b79949;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .header-common .information-tel {
    display: inline-block;
    width: 393px;
  }
}
.header-common.header-clone {
  position: fixed;
  z-index: 998;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-common.header-clone.is-header-sticky {
    z-index: 999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .header-common.header-clone .navigation-information {
    display: none;
  }
  .header-common.header-clone .header-logo {
    top: -25px;
    left: 0;
    width: 212px;
  }
  .header-common.header-clone .header-logo::before {
    display: none;
  }
  .header-common.header-clone .header-logo .logo-image {
    width: 212px;
  }
  .header-common.header-clone .header-logo .logo-image.is-default {
    visibility: hidden;
    opacity: 0;
  }
  .header-common.header-clone .header-logo .logo-image.is-sticky {
    visibility: visible;
    opacity: 1;
  }
  .header-common.header-clone .header-navigation {
    margin-top: 0;
  }
  .header-common.header-clone .header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1074px;
    min-height: 65px;
    margin: 0 auto;
    padding: 0 94px 0 0;
  }
  .header-common.header-clone .navigation-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
  }
  .header-common.header-clone .navigation-header-sitemap .navigation-item {
    margin-right: 41px;
  }
  .header-common.header-clone .navigation-header-sitemap .navigation-item:last-child {
    margin-right: 0;
  }
  .header-common.header-clone .navigation-header-sitemap .navigation-link {
    font-size: 0.16rem;
  }
}
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  position: relative;
}
.navigation-header-sitemap .navigation-link {
  position: relative;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.navigation-header-sitemap .navigation-child {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .child-link {
  position: relative;
  color: #333;
  letter-spacing: 0.03em;
}
.navigation-header-sitemap .child-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/100% auto no-repeat;
}
.navigation-header-sitemap .link-text {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-item {
    border-bottom: 1px solid #b79949;
  }
  .navigation-header-sitemap .navigation-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0.09rem;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .navigation-header-sitemap .navigation-accordion img {
    width: 0.2rem;
  }
  .navigation-header-sitemap .navigation-accordion.is-active .is-default {
    opacity: 0;
  }
  .navigation-header-sitemap .navigation-accordion.is-active .is-active {
    opacity: 1;
  }
  .navigation-header-sitemap .navigation-accordion img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .navigation-header-sitemap .navigation-accordion .is-default {
    opacity: 1;
  }
  .navigation-header-sitemap .navigation-accordion .is-active {
    opacity: 0;
  }
  .navigation-header-sitemap .navigation-link {
    display: block;
    padding: 0.11rem 0.1rem;
    font-size: 0.17rem;
    letter-spacing: 0.03em;
  }
  .navigation-header-sitemap .navigation-child {
    display: none;
    position: relative;
    top: -0.02rem;
    padding: 0 0.08rem 0.15rem;
  }
  .navigation-header-sitemap .child-link {
    padding-left: 0.13rem;
  }
  .navigation-header-sitemap .child-link::before {
    width: 0.09rem;
    height: 0.13rem;
    margin-top: 1px;
    background-image: url("../img/common/sp/icn_arrow_01.svg");
  }
  .is-android .navigation-header-sitemap .child-link::before {
    margin-top: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 3px;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 52px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 1;
    cursor: pointer;
  }
  .navigation-header-sitemap .navigation-item:hover .navigation-link {
    color: #00b1c4;
  }
  .navigation-header-sitemap .navigation-item:last-child {
    margin-right: 0;
  }
  .navigation-header-sitemap .navigation-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 0.17rem;
    letter-spacing: 0.03em;
  }
  .navigation-header-sitemap .navigation-link.is-active {
    color: #00b1c4;
  }
  .navigation-header-sitemap .child-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 10px 13px 36px;
    font-size: 0.16rem;
  }
  .navigation-header-sitemap .child-link::before {
    left: -3px;
    width: 7px;
    height: 12px;
    margin-top: 3px;
    margin-left: 20px;
    background-image: url("../img/common/icn_arrow_01.svg");
  }
  .is-tablet .navigation-header-sitemap .child-link::before {
    margin-top: 3px;
  }
  .navigation-header-sitemap .navigation-child {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% + 22px);
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    -webkit-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #f1fafe;
  }
  .is-tablet .navigation-header-sitemap .navigation-child {
    top: calc(100% + 20px);
  }
  .navigation-header-sitemap .navigation-child::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -14px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: transparent;
    cursor: default;
  }
  .navigation-header-sitemap .child-item {
    position: relative;
    padding-bottom: 5px;
    cursor: default;
  }
  .navigation-header-sitemap .child-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #aaa9a8;
  }
  .navigation-header-sitemap .child-item:last-child {
    margin-bottom: 0;
  }
  .navigation-header-sitemap .child-item:last-child::before {
    display: none;
  }
  .navigation-header-sitemap .link-text {
    top: 1px;
  }
  .navigation-header-sitemap .link-text.is-drop {
    margin-right: -2px;
  }
}
@media print, (min-width: 768px) and (max-width: 1599.98px) {
  .navigation-header-sitemap .navigation-wrapper {
    margin-left: 200px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    position: fixed;
    z-index: 1000;
    top: 0.07rem;
    right: 0.07rem;
    width: 0.69rem;
    height: 0.69rem;
    border-radius: 1rem;
    background-color: #00b1c4;
    cursor: pointer;
  }
  .button-header-burger.is-active .button-line:nth-child(1) {
    top: 0.26rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    top: 0.26rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .button-header-burger.is-active .is-open {
    opacity: 0;
  }
  .button-header-burger.is-active .is-close {
    opacity: 1;
  }
  .button-header-burger .button-line {
    position: absolute;
    width: 0.25rem;
    height: 0.02rem;
    margin-left: 0.22rem;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/hamburger_line.svg") no-repeat 0 0/0.25rem 0.02rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: 0.16rem;
  }
  .button-header-burger .button-line:nth-child(2) {
    top: 0.23rem;
  }
  .button-header-burger .button-line:nth-child(3) {
    top: 0.31rem;
  }
  .button-header-burger .button-text {
    position: absolute;
    top: 0.31rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.15rem;
    font-weight: 700;
    text-align: center;
  }
  .button-header-burger .is-close {
    opacity: 0;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-common {
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-common .footer-wrapper {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin: 0 auto;
  }
}
.footer-bottom {
  background: #00b1c4;
  color: #fff;
  letter-spacing: 0.03em;
}
.footer-bottom .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}
.footer-bottom .footer-item {
  position: relative;
}
.footer-bottom .footer-item::after {
  content: "";
  position: absolute;
}
.footer-bottom .footer-copyright {
  display: inline-block;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding: 0.26rem 0.3rem 0.7rem;
  }
  .footer-bottom .footer-list {
    margin-bottom: 0.26rem;
  }
  .footer-bottom .footer-item {
    width: 50%;
    padding-right: 0.1rem;
  }
  .footer-bottom .footer-item:nth-child(even) {
    padding-left: 0.08rem;
  }
  .footer-bottom .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.15rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 31px 0 25px;
    text-align: center;
  }
  .footer-bottom .footer-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 58px;
    font-size: 0.17rem;
  }
  .footer-bottom .footer-item {
    margin: 0 26px;
  }
  .footer-bottom .footer-copyright {
    display: inline-block;
    text-align: center;
  }
}
.footer-main .footer-logo {
  display: block;
}
.footer-main .footer-address {
  color: #333;
  letter-spacing: 0.03em;
}
.footer-main .footer-contact {
  position: relative;
}
.footer-main .contact-tel {
  display: block;
}
.footer-main .footer-map iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding-top: 0.31rem;
  }
  .footer-main .footer-logo {
    width: 3.35rem;
    margin-bottom: 0.18rem;
  }
  .footer-main .footer-information {
    padding: 0 0.2rem 0.22rem;
  }
  .footer-main .footer-address {
    margin-bottom: 0.09rem;
    text-align: center;
  }
  .footer-main .contact-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.74rem;
    height: 0.31rem;
    margin: 0 auto 0.1rem;
    padding: 0.02rem 0.05rem;
    border-radius: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.15rem;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  .footer-main .footer-contact {
    margin-bottom: 0.1rem;
  }
  .footer-main .contact-tel {
    width: 2.26rem;
    margin: 0 auto;
  }
  .footer-main .footer-fax {
    width: 1.81rem;
    margin: 0 auto 0.1rem;
  }
  .footer-main .footer-map {
    width: 100%;
    height: auto/*3.8rem*/;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-main {
    padding: 10px 0 26px;
  }
  .footer-main .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1092px;
    margin: 0 auto;
  }
  .footer-main .footer-logo {
    width: 416px;
    margin-bottom: 24px;
  }
  .footer-main .footer-information {
    width: 450px;
    margin-right: 62px;
  }
  .footer-main .footer-address {
    margin-bottom: 7px;
  }
  .footer-main .footer-contact {
    right: 4px;
    margin-bottom: 5px;
  }
  .footer-main .footer-fax {
    width: 181px;
    margin-bottom: 10px;
  }
  .footer-main .contact-tel {
    width: 392px;
    pointer-events: none;
  }
  .footer-main .footer-map {
    width: 580px;
    height: 400px/*350px*/;
  }
}
.fixed-wrapper {
  position: fixed;
  margin: 0;
  padding: 0;
}
.fixed-wrapper .fixed-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fixed-wrapper a {
  display: block;
  text-decoration: none;
}
.fixed-wrapper .button-to-top {
  cursor: pointer;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .fixed-wrapper {
    z-index: 1010;
    bottom: -0.02rem;
    left: 0;
    width: 100%;
    height: 0.52rem;
    text-align: center;
  }
  .fixed-wrapper .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: "游ゴシック", yugothic, "Yu Gothic", sans-serif;
    font-weight: 700;
  }
  .fixed-wrapper .fixed-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.2rem;
    height: 0.52rem;
    color: #fff;
    text-decoration: none;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper {
    position: relative;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    background: no-repeat center/auto 100%;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper .text-small {
    font-size: 0.13rem;
  }
  .fixed-wrapper .fixed-item-link.is-reservations {
    width: 2.03rem;
    padding: 0.07rem 0 0.12rem 0.18rem;
    background-color: #ffae34;
  }
  .is-ios .fixed-wrapper .fixed-item-link.is-reservations {
    padding-left: 0.12rem;
  }
  .fixed-wrapper .fixed-item-link.is-reservations .link-wrapper {
    padding-left: 0.3rem;
  }
  .fixed-wrapper .fixed-item-link.is-reservations .link-wrapper::before {
    top: 0.03rem;
    left: 0;
    width: 0.23rem;
    height: 0.22rem;
    background-image: url("../img/common/sp/icn_fixed_reservations.svg");
  }
  .fixed-wrapper .fixed-item-link.is-tel {
    padding: 0.07rem 0.15rem 0.09rem 0.14rem;
    background-color: #b79949;
  }
  .fixed-wrapper .fixed-item-link.is-tel .link-wrapper {
    padding-left: 0.26rem;
  }
  .fixed-wrapper .fixed-item-link.is-tel .link-wrapper::before {
    top: 0.04rem;
    width: 0.22rem;
    height: 0.22rem;
    background-image: url("../img/common/sp/icn_fixed_tel.svg");
  }
  .fixed-wrapper .button-to-top {
    width: 0.52rem;
    height: 0.52rem;
    background-color: #fff;
  }
  .fixed-wrapper .button-to-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixed-wrapper .button-to-top span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.26rem;
    height: 0.15rem;
    margin-top: -0.07rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/common/sp/icn_totop.svg") no-repeat center/auto 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .fixed-wrapper {
    z-index: 999;
    right: 0;
    bottom: 80px;
    margin-right: 10px;
    pointer-events: none;
  }
  .fixed-wrapper .fixed-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 40px;
    pointer-events: auto;
  }
  .fixed-wrapper .fixed-item:last-child {
    margin-bottom: 0;
  }
  .fixed-wrapper .fixed-item.is-to-top {
    -webkit-transform: translateY(400%);
    -ms-transform: translateY(400%);
    transform: translateY(400%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .fixed-wrapper .fixed-item.is-to-top.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fixed-wrapper .fixed-item.is-reservations {
    position: relative;
    z-index: 2;
    width: 122px;
    height: 122px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #ffae34;
    border-radius: 100px;
  }
  .fixed-wrapper .fixed-item-link {
    width: 100%;
    height: 100%;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: color 0.5s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.5s ease-in-out, background 0.3s ease-in-out;
    background: #ffae34;
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    line-height: 1;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper:hover {
    background: #fff;
    color: #ffae34;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper:hover .text-normal {
    border-color: #ffae34;
  }
  .fixed-wrapper .fixed-item-link .text-large {
    margin-bottom: 8px;
    font-size: 0.2rem;
  }
  .fixed-wrapper .fixed-item-link .text-large .text-small {
    font-size: 0.19rem;
  }
  .fixed-wrapper .fixed-item-link .text-normal {
    display: list-item;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 70px;
    min-height: 20px;
    padding: 2px 5px;
    -webkit-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
    border: 1px solid #fff;
    border-radius: 5px;
    letter-spacing: -0.08em;
    font-size: 0.14rem;
  }
}
.anchor-common .anchor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-common .anchor-link {
  letter-spacing: 0.03em;
  text-decoration: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .anchor-common {
    padding-top: 0.35rem;
  }
  .anchor-common .anchor-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.08rem 0.4rem 0.09rem 0.1rem;
    border-bottom: 1px solid #aaa9a8;
  }
  .anchor-common .anchor-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.08rem;
    width: 0.14rem;
    height: 0.09rem;
    margin-top: -0.05rem;
    background: url("../img/common/icn_arrow_02.svg") no-repeat center/auto 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .anchor-common {
    padding-top: 54px;
  }
  .anchor-common .wrapper {
    border-bottom: 1px solid #aaa9a8;
  }
  .anchor-common .anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anchor-common .anchor-item {
    position: relative;
    margin: 0 -1px 0 2px;
    padding-bottom: 12px;
  }
  .anchor-common .anchor-item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #00b1c4;
  }
  .anchor-common .anchor-item:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .anchor-common .anchor-link {
    padding: 0 40px 17px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 1;
  }
  .anchor-common .anchor-link:hover {
    color: #00b1c4;
  }
}
.block-common-notes {
  border-radius: 0.2rem;
  background-color: #f1fafe;
}
.block-common-notes .notes-list {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  list-style: none;
}
.block-common-notes .notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-common-notes .notes-symbol {
  margin-right: 0.11rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-notes {
    padding: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-notes {
    padding: 28px 20px 34px 30px;
  }
}
.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.72rem;
  min-height: 0.48rem;
  padding: 0.05rem 0.1rem 0.05rem 0.04rem;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 1px solid;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
}
.is-mac .button-common-primary {
  contain: paint;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  background-color: #fff;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.16rem;
  width: 0.09rem;
  height: 0.14rem;
  margin-top: -0.06rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icn_arrow_03.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.button-common-primary:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.button-common-primary .button-wrapper {
  position: relative;
  z-index: 2;
}

.button-common-primary.is-style-gold {
  border-color: #b79949;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
}
.button-common-primary.is-style-gold:hover {
  color: #b79949;
}
.button-common-primary.is-style-gold:hover::after {
  background-color: #b79949;
}

.button-common-primary.is-style-orange {
  border-color: #ffae34;
  background-color: #ffae34;
}
.button-common-primary.is-style-orange:hover {
  color: #ffae34;
}
.button-common-primary.is-style-orange:hover::after {
  background-color: #ffae34;
}

.calendar-common {
  color: #333;
}

.calendar-table {
  border-top: 1px solid #333;
}
.calendar-table thead {
  text-align: center;
}
.calendar-table thead tr {
  border-bottom: 1px solid #333;
}
.calendar-table thead th {
  border: none;
  letter-spacing: 0.03em;
}
.calendar-table table {
  margin-bottom: 0;
}
.calendar-table th,
.calendar-table td {
  border: unset;
  text-align: center;
}
.calendar-table tbody tr {
  border-bottom: 1px solid #333;
}
.calendar-table tbody th {
  font-weight: 700;
  text-align: center;
}
.calendar-table tbody th:first-child {
  letter-spacing: 0.03em;
  text-align: left;
}
.calendar-table tbody td span {
  position: relative;
  top: -1px;
}
.calendar-table span {
  display: inline-block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-table {
    margin-bottom: 0.03rem;
  }
  .calendar-table thead th:first-child {
    padding-right: 0.18rem;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 0.02rem 1px 1px 0.1rem;
    font-size: 0.15rem;
  }
  .calendar-table th {
    width: 0.31rem;
  }
  .calendar-table th:first-child {
    width: 1.21rem;
  }
  .calendar-table th:last-child {
    width: 0.34rem;
    padding-right: 0;
    padding-left: 0;
  }
  .calendar-table tbody th {
    padding: 0.18rem 0.06rem 0.17rem;
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .calendar-table tbody td span {
    display: block;
    top: 1px;
  }
  .calendar-table tbody td span img {
    display: block;
    width: 100%;
  }
  .calendar-table tbody .circle,
  .calendar-table tbody .reference-mark {
    width: 0.2rem;
  }
  .calendar-table tbody .dash {
    width: 0.13rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-table {
    margin-bottom: 4px;
  }
  .calendar-table thead th:first-child {
    padding: 0 23px 0 8px;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 3px 2px 4px;
  }
  .calendar-table th {
    width: 41px;
  }
  .calendar-table th:first-child {
    width: 165px;
  }
  .calendar-table tbody th {
    padding: 16px 20px 15px;
    font-size: 0.18rem;
    line-height: 1.6;
  }
}
.calendar-notes {
  letter-spacing: 0.03em;
}
.calendar-notes .notes-item {
  margin-bottom: -0.04rem;
}
.calendar-notes .notes-item:last-child {
  margin-bottom: 0;
  line-height: 1.7;
  margin-top: 0.07rem;
}
.calendar-notes .notes-icon {
  display: inline-block;
  width: 0.21rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
}
.calendar-notes .notes-icon img {
  width: 100%;
}

.category-common {
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .category-common {
    min-width: 0.68rem;
    min-height: 0.25rem;
    padding: 0.06rem 0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .category-common {
    min-width: 70px;
    min-height: 26px;
    padding: 6px 5px 7px;
  }
}
.section-keyvisual-primary {
  position: relative;
}
.section-keyvisual-primary .keyvisual-title {
  display: inline-block;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#abcd03), color-stop(45.19%, #00b1c4));
  background: linear-gradient(90deg, #abcd03 0%, #00b1c4 45.19%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-primary {
    margin-top: 0.7rem;
    text-align: center;
  }
  .section-keyvisual-primary .keyvisual-image {
    position: relative;
  }
  .section-keyvisual-primary .keyvisual-image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.4rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%);
  }
  .section-keyvisual-primary .keyvisual-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0.2rem;
    font-size: 0.34rem;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-keyvisual-primary {
    position: relative;
    margin-top: 140px;
    padding: 0 26px 0 58px;
  }
  .section-keyvisual-primary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 109px;
    height: 340px;
    background: url("../img/common/keyvisual_mask.png") no-repeat 0 0/auto 100%;
  }
  .section-keyvisual-primary::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -230px;
    bottom: 0;
    left: 230px;
    width: 340px;
    height: 800px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%);
  }
  .section-keyvisual-primary .keyvisual-image {
    position: relative;
    right: -2px;
    height: 340px;
  }
  .section-keyvisual-primary .keyvisual-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    margin: 0 121px;
    margin-top: -29px;
  }
  .section-keyvisual-primary .keyvisual-title {
    font-size: 0.42rem;
  }
}
.section-keyvisual-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left top, right top, color-stop(-8.23%, #abcd03), to(#00b1c4));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #abcd03 -8.23%, #00b1c4 100%);
}
.section-keyvisual-secondary .keyvisual-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-secondary {
    height: 1.4rem;
    margin-top: 0.7rem;
    padding: 0.2rem;
  }
  .section-keyvisual-secondary .keyvisual-title {
    font-size: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-keyvisual-secondary {
    position: relative;
    height: 220px;
    margin-top: 140px;
    margin-right: 32px;
    padding: 30px;
    border-radius: 0 78px 78px 0;
  }
  .section-keyvisual-secondary::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -290px;
    bottom: 0;
    left: 140px;
    width: 340px;
    height: 800px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%);
  }
  .section-keyvisual-secondary .keyvisual-title {
    font-size: 0.42rem;
  }
}
.list-common-dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dot .dot-item {
  position: relative;
  padding-left: 0.2rem;
  letter-spacing: 0.03em;
}
.list-common-dot .dot-item::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 1rem;
  background-color: #b79949;
}
.list-common-dot .dot-item .highlight {
  font-weight: 700;
}
.list-common-dot .item-text.is-link {
  font-weight: 700;
  text-underline-offset: 0.02rem;
}

.list-common-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-check .check-item {
  position: relative;
}
.list-common-check .check-item::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-mask-image: url("../img/common/icn_check.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: #fe715b;
}
.list-common-check.is-style-orange .check-item::before {
  background-color: #ffae34;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-check .check-item {
    margin: 0 0.22rem 0.05rem 0;
    padding-left: 0.24rem;
    line-height: 1.5;
  }
  .list-common-check .check-item::before {
    top: 0.04rem;
    width: 0.18rem;
    height: 0.18rem;
    -webkit-mask-size: 0.18rem 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-check .check-item {
    margin: 0 20px 5px 0;
    padding-left: 29px;
    font-size: 0.18rem;
  }
  .list-common-check .check-item::before {
    top: 8px;
    width: 23px;
    height: 23px;
    -webkit-mask-size: 23px 23px;
  }
}
.list-common-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 700;
  list-style: none;
}
.list-common-tags .tags-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #00b1c4;
  border-radius: 1rem;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.is-mac .list-common-tags .tags-link {
  contain: paint;
}
.list-common-tags .tags-link.is-disable {
  background-color: #fff;
  pointer-events: none;
}
.list-common-tags .tags-link .link-wrapper {
  position: relative;
  z-index: 2;
}
.list-common-tags .tags-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  background-color: #00b1c4;
}
.list-common-tags .tags-link:hover {
  color: #fff;
}
.list-common-tags .tags-link:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-tags .tags-item {
    margin: 0 0.05rem 0.05rem 0;
  }
  .list-common-tags .tags-link {
    min-height: 0.4rem;
    padding: 0.02rem 0.24rem 0.04rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-tags .tags-item {
    margin: 0 5px 15px 0;
  }
  .list-common-tags .tags-link {
    min-height: 44px;
    padding: 3px 24px;
    font-size: 0.18rem;
  }
}
.text-news-mark {
  color: #fe715b;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.title-common-primary {
  position: relative;
  padding-bottom: 0.18rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.title-common-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.19rem;
  height: 0.19rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/title_icn.svg") no-repeat center 100%/100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.24rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.28rem;
  }
}
.title-common-secondary {
  color: #a18641;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.26rem;
  font-weight: 700;
}
.title-common-secondary .title-wrapper {
  padding: 0 0.02rem 0.07rem;
  border-bottom: 1px solid #a18641;
}
.title-common-secondary.is-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15))), #b79949;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%), #b79949;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.title-common-secondary.is-gradient .title-wrapper {
  border-color: #b79949;
}

.title-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #00b1c4;
  color: #00b1c4;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.18rem;
  font-weight: 700;
}
.title-common-quaternary .title-logo {
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.25rem;
}
.title-common-quaternary.is-style-gold {
  border-bottom: 1px solid #a18641;
  color: #a18641;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    margin: 0 0.08rem 0.16rem 0.02rem;
    line-height: 1.8;
  }
  .title-common-quaternary .title-logo {
    top: -0.04rem;
    margin-right: 0.1rem;
  }
  .title-common-quaternary .title-logo img {
    width: 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-quaternary {
    margin-bottom: 30px;
  }
  .title-common-quaternary .title-logo {
    top: -3px;
    margin-right: 10px;
  }
}
.title-common-tertiary {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.005rem;
}
.title-common-tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(171, 205, 3)), color-stop(70%, rgb(0, 177, 196)));
  background: linear-gradient(180deg, rgb(171, 205, 3) 0%, rgb(0, 177, 196) 70%);
}
.title-common-tertiary .title-wrapper {
  display: inline-block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    font-size: 0.18rem;
  }
  .title-common-tertiary::before {
    top: 0;
    bottom: -0.02rem;
    width: 0.06rem;
  }
  .title-common-tertiary .title-wrapper {
    padding: 0.05rem 0.05rem 0.05rem 0.25rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.22rem;
  }
  .title-common-tertiary::before {
    top: -3px;
    bottom: -5px;
    width: 6px;
  }
  .title-common-tertiary .title-wrapper {
    padding: 5px 5px 5px 25px;
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
/*# sourceMappingURL=common.css.map */