@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;
  }
  body .button-menu {
    position: absolute !important;
  }
  body .fixed-wrapper {
    position: absolute !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 {
    min-width: 1250px;
    overflow: auto scroll;
    font-size: 625%;
  }
}
body {
  color: #5e4e2e;
  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.has-modal {
    overflow: hidden;
  }
}
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.8;
}

.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;
}

.mask-common {
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .mask-common {
    -webkit-mask-image: url("../img/common/sp/mask_decor.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .mask-common {
    -webkit-mask-image: url("../img/common/mask_decor.svg");
  }
}
.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_only {
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media print, (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
}
@media only screen and (max-width: 767.98px) {
  .pc_only {
    display: none !important;
  }
}

.header-common {
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0;
  left: 0;
}
.header-common ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-common .header-logo .logo-image {
  display: block;
  pointer-events: auto;
}
.header-common .information-tags .tags-item {
  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;
  border-radius: 1rem;
  background-color: #f091a8;
  color: #fff;
  font-weight: 700;
}
.header-common .information-tags .tags-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-common .header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 0.6rem;
    margin: 0 auto;
    padding-right: 0.7rem;
    padding-left: 0.1rem;
  }
  .header-common .header-logo {
    position: relative;
    top: -1px;
    width: 2rem;
  }
  .header-common .information-tags {
    margin-left: 0.1rem;
  }
  .header-common .information-tags .tags-item {
    width: 0.7rem;
    height: 0.2rem;
    margin-bottom: 0.04rem;
    padding: 0.02rem 0.05rem;
    font-size: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1100px;
  }
  .header-common .header-wrapper {
    position: relative;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 60px);
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-common .header-logo {
    width: 320px;
    margin-top: 20px;
  }
  .header-common .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
    text-align: right;
  }
  .header-common .header-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
  }
  .header-common .information-tags {
    margin-right: 20px;
  }
  .header-common .information-tags .tags-item {
    width: 120px;
    height: 30px;
    margin-bottom: 4px;
    padding: 2px 5px;
    font-size: 0.16rem;
  }
  .header-common .information-position {
    display: none;
    line-height: 1.5;
  }
  .header-common .information-position .position-item:nth-child(2) {
    position: relative;
    left: -2px;
  }
  .header-common .information-position .item-heading {
    margin-right: 7px;
  }
  .header-common .information-position .item-text {
    font-size: 0.18rem;
    font-weight: 700;
  }
  .header-common .header-contact {
    margin-top: 2px;
    line-height: 1.45;
  }
  .header-common .header-address {
    margin-bottom: 2px;
  }
  .header-common .header-phone {
    position: relative;
    padding-left: 21px;
    color: #896843;
    font-size: 0.28rem;
    font-weight: 700;
    pointer-events: none;
  }
  .header-common .header-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 30px;
    margin-top: -11px;
    background: url("../img/common/icn_tel.svg") no-repeat center/auto 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1379.98px) {
  .header-common .header-wrapper {
    max-width: 1020px;
  }
}
.button-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease, background-color 0.3s;
  transition: all 0.3s ease, background-color 0.3s;
  background-color: #f091a8;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
}
.button-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 1rem;
}
.button-menu .text-menu {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.button-menu .text-menu.is-close {
  opacity: 0;
}
.button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.is-active .text-menu.is-close {
  opacity: 1;
}
.button-menu.is-active .text-menu.is-open {
  opacity: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-menu {
    width: 0.6rem;
    height: 0.6rem;
  }
  .button-menu span {
    width: 0.2rem;
    margin-left: -0.1rem;
    border-bottom: 0.02rem solid #fff;
  }
  .button-menu span:nth-child(1) {
    margin-top: -0.14rem;
  }
  .button-menu span:nth-child(2) {
    margin-top: -0.08rem;
  }
  .button-menu span:nth-child(3) {
    margin-top: -0.02rem;
  }
  .button-menu.is-active span {
    margin-top: -0.07rem;
  }
  .button-menu .text-menu {
    bottom: 0.04rem;
    font-size: 0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .button-menu {
    width: 100px;
    height: 100px;
  }
  .button-menu:hover {
    background-color: #f2bd66;
  }
  .is-tablet .button-menu:hover {
    background-color: #f091a8;
  }
  .button-menu span {
    width: 28px;
    margin-left: -14px;
    border-bottom: 2px solid #fff;
  }
  .button-menu span:nth-child(1) {
    margin-top: -21px;
  }
  .button-menu span:nth-child(2) {
    margin-top: -12px;
  }
  .button-menu span:nth-child(3) {
    margin-top: -2px;
  }
  .button-menu.is-active span {
    margin-top: -10px;
  }
  .button-menu .text-menu {
    bottom: 17px;
    font-size: 0.14rem;
  }
}
.header-navigation {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  -ms-transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  background: #fff;
  pointer-events: none;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-navigation.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header-navigation .navigation-item-title {
  color: #f091a8;
  font-weight: 700;
}
.header-navigation .sub-list-child .symbol {
  color: #f091a8;
}
.header-navigation .sub-item a,
.header-navigation .child-item a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.header-navigation .sub-item a:hover,
.header-navigation .child-item a:hover {
  color: #f9afbb;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    height: 100%;
    max-height: 100vh;
  }
  .header-navigation::-webkit-scrollbar {
    display: none;
  }
  .header-navigation .navigation-list {
    position: relative;
  }
  .header-navigation .navigation-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.35rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/header_decor_line.svg") repeat-x 0 0/auto 100%;
  }
  .header-navigation .navigation-item,
  .header-navigation .navigation-right-item {
    width: 3.35rem;
    margin: 0 auto;
  }
  .header-navigation .navigation-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.08rem 0.1rem 0.9rem;
    overflow: hidden;
  }
  .header-navigation .navigation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-navigation .wrapper-inner {
    margin: 0 auto;
    padding-top: 0.57rem;
  }
  .header-navigation .navigation-item-label {
    position: relative;
  }
  .header-navigation .navigation-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 0.44rem;
    margin-bottom: -0.02rem;
    padding: 0.09rem 0.5rem 0.11rem 0.1rem;
    font-size: 0.18rem;
  }
  .header-navigation .navigation-item-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../img/common/header_decor_line.svg") repeat-x 0 0/auto 100%;
  }
  .header-navigation .navigation-item:first-child .navigation-item-title::after {
    display: none;
  }
  .header-navigation .sub-list {
    display: none;
    padding: 0 0.1rem 0.1rem;
  }
  .header-navigation .sub-list-child {
    min-height: 1.6rem;
    margin: 0.13rem -0.1rem 0.1rem;
    padding: 0.23rem 0.17rem 0.17rem;
    border-radius: 0.2rem;
    background-color: #ffe9ed;
  }
  .header-navigation .sub-list-child .child-item {
    margin-bottom: 0.08rem;
    margin-left: 0.1rem;
    line-height: 0.24rem;
    text-indent: -0.07rem;
  }
  .header-navigation .button-dropdown {
    position: absolute;
    top: 0.08rem;
    right: 0;
    bottom: 0;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .header-navigation .button-dropdown::before, .header-navigation .button-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.1rem;
    width: 0.2rem;
    margin-top: -0.02rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    border-bottom: solid 0.02rem #f091a8;
  }
  .header-navigation .button-dropdown::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
    transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
    transition: opacity 0.26s ease, transform 0.26s ease;
    transition: opacity 0.26s ease, transform 0.26s ease, -webkit-transform 0.26s ease;
  }
  .header-navigation .button-dropdown.is-active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .header-navigation .navigation-contact {
    display: block;
    width: 3.35rem;
    min-height: 1.5rem;
    margin: 0.41rem auto 0;
    padding: 0.24rem 0.3rem;
    border-radius: 0.2rem;
    background-color: #fef5e6;
    line-height: 1.45;
    text-align: center;
  }
  .header-navigation .contact-address {
    display: block;
    line-height: 1.6;
  }
  .header-navigation .contact-tel {
    position: relative;
    margin-right: 1px;
    padding-left: 0.22rem;
    color: #896843;
    font-size: 0.28rem;
    font-weight: 700;
  }
  .header-navigation .contact-tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.23rem;
    height: 0.3rem;
    margin-top: -0.12rem;
    background: url("../img/common/icn_tel.svg") no-repeat center/auto 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-navigation {
    min-width: 1250px;
  }
  .header-navigation .navigation-inner {
    position: relative;
    padding: 0 50px 69px;
    overflow: hidden;
  }
  .header-navigation .navigation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 76px;
  }
  .header-navigation .navigation-logo {
    width: 320px;
    margin-left: 50px;
  }
  .header-navigation .wrapper-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .header-navigation .navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-navigation .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-navigation .navigation-item {
    width: 300px;
    margin-right: 50px;
  }
  .header-navigation .navigation-item-wrapper {
    margin-bottom: 27px;
  }
  .header-navigation .navigation-item-label {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
  .header-navigation .navigation-item-label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../img/common/header_decor_line.svg") repeat-x 0 0/auto 100%;
  }
  .header-navigation .navigation-item-title {
    margin-bottom: 17px;
    font-size: 0.18rem;
  }
  .header-navigation .sub-list {
    min-height: 85px;
  }
  .header-navigation .sub-list-child {
    margin: 5px 0 11px;
    line-height: 1.5;
  }
  .header-navigation .sub-list-child .child-item {
    margin-bottom: 8px;
    margin-left: 10px;
    text-indent: -10px;
  }
}
.header-navigation-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.header-navigation-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.footer-bottom {
  background: #8fae79;
  color: #fff;
}
.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: 500;
}
.footer-bottom .footer-item {
  position: relative;
}
.footer-bottom .footer-item::after {
  content: "";
  position: absolute;
}
.footer-bottom .footer-item-link,
.footer-bottom .footer-copyright {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.footer-bottom .footer-item-link:hover,
.footer-bottom .footer-copyright:hover {
  color: #f9afbb;
}
.footer-bottom .footer-copyright {
  display: inline-block;
  font-size: 0.15rem;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    position: relative;
    z-index: 2;
    padding: 0.37rem 0.2rem 0.77rem;
  }
  .footer-bottom .footer-item {
    width: calc((100% - 0.25rem) / 2);
    margin: 0 0.25rem 0.2rem 0;
    padding-bottom: 0.02rem;
    font-size: 0.15rem;
  }
  .footer-bottom .footer-item::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: url("../img/common/sp/footer_decor_line.svg") repeat-x 0 0/auto 100%;
  }
  .footer-bottom .footer-item:nth-child(even) {
    margin-right: 0;
  }
  .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;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 57px 0 34px;
    text-align: center;
  }
  .footer-bottom .footer-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 34px;
  }
  .footer-bottom .footer-item {
    position: relative;
    min-width: 160px;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-item::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background: url("../img/common/footer_decor_line.svg") no-repeat 0 0/auto 100%;
  }
  .footer-bottom .footer-item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 30px;
    background: url("../img/common/footer_decor_line.svg") no-repeat 0 0/auto 100%;
  }
  .footer-bottom .footer-item-link {
    margin: 0 25px;
  }
  .footer-bottom .footer-copyright {
    display: inline-block;
    text-align: center;
  }
}
.footer-main {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.27%, #fff7f9), to(#ffe9ed));
  background: linear-gradient(180deg, #fff7f9 11.27%, #ffe9ed 100%);
}
.footer-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.footer-main .footer-wrapper {
  border-radius: 0.2rem;
  background-color: #fff;
}
.footer-main .footer-logo {
  display: block;
}
.footer-main .footer-tel {
  display: inline-block;
  position: relative;
  color: #896843;
  font-weight: 700;
}
.footer-main .footer-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/icn_tel.svg") no-repeat center/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.4rem 0.2rem;
  }
  .footer-main::after {
    bottom: 0;
    left: 50%;
    width: 3.75rem;
    height: 10.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/sp/footer_bg.svg") no-repeat 0 0/auto 100%;
  }
  .footer-main .footer-wrapper {
    padding: 0.31rem 0.2rem 0.24rem;
  }
  .footer-main .map-image {
    width: 2.95rem;
    height: 2.48rem;
    margin: 0 auto 0.22rem;
  }
  .footer-main .list-common-dot {
    line-height: 1.4;
  }
  .footer-main .list-common-dot .dot-item {
    margin-bottom: 0.07rem;
  }
  .footer-main .list-common-dot .dot-item::before {
    top: 0.04rem;
  }
  .footer-main .list-common-dot .dot-item:last-child {
    margin-bottom: 0;
  }
  .footer-main .footer-information {
    margin-bottom: 0.3rem;
  }
  .footer-main .footer-logo {
    width: 2.95rem;
    margin: 0 auto 0.29rem;
  }
  .footer-main .footer-address {
    line-height: 1.4;
    text-align: center;
  }
  .footer-main .footer-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.24rem;
    padding-left: 0.21rem;
    font-size: 0.28rem;
    line-height: 1.5;
    text-align: center;
  }
  .footer-main .footer-tel::before {
    left: -0.02rem;
    width: 0.23rem;
    height: 0.3rem;
    margin-top: -0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-main {
    min-height: 680px;
    padding: 60px 0;
  }
  .footer-main::after {
    top: 0;
    right: 0;
    width: 2000px;
    height: 680px;
    background: url("../img/common/footer_bg.svg") no-repeat 0 0/auto 100%;
  }
  .footer-main .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 60px);
    max-width: 1100px;
    min-height: 560px;
    margin: 0 auto;
    padding: 60px 50px 30px;
  }
  .footer-main .footer-map {
    width: 440px;
  }
  .footer-main .map-image {
    width: 440px;
    height: 370px;
    margin-bottom: 20px;
  }
  .footer-main .footer-information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
  }
  .footer-main .footer-logo {
    width: 320px;
    margin-bottom: 11px;
  }
  .footer-main .footer-address {
    margin-bottom: 1px;
  }
  .footer-main .footer-tel {
    right: 2px;
    margin-bottom: 18px;
    padding-left: 21px;
    font-size: 0.28rem;
    line-height: 1.3;
    pointer-events: none;
  }
  .footer-main .footer-tel::before {
    left: -2px;
    width: 23px;
    height: 30px;
    margin-top: -12px;
  }
}
.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 {
    visibility: hidden;
    z-index: 1000;
    bottom: -0.02rem;
    left: 0;
    width: 100%;
    height: 0.52rem;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
    font-size: 0.12rem;
    text-align: center;
    pointer-events: none;
  }
  .fixed-wrapper.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
  }
  .fixed-wrapper .fixed-item-link span,
  .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;
    padding-top: 0.25rem;
  }
  .fixed-wrapper .fixed-item-link span::before,
  .fixed-wrapper .button-to-top span::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0.18rem;
    height: 0.24rem;
    background: center/contain no-repeat;
  }
  .fixed-wrapper .fixed-item-link {
    position: relative;
    width: 0.7rem;
    height: 0.52rem;
    color: #fff;
    text-decoration: none;
  }
  .fixed-wrapper .fixed-item-link.is-online {
    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: 2.35rem;
    height: 100%;
    padding: 0.08rem 0.1rem;
    background-color: #f2bd66;
    font-size: 0.16rem;
  }
  .fixed-wrapper .fixed-item-link.is-online span {
    padding-top: 0;
    padding-left: 0.27rem;
  }
  .fixed-wrapper .fixed-item-link.is-online span::before {
    top: 0.04rem;
    left: 0;
    background-image: url("../img/common/sp/icn_medical_online.svg");
  }
  .fixed-wrapper .fixed-item-link.is-tel {
    background-color: #8fae79;
  }
  .fixed-wrapper .fixed-item-link.is-tel span::before {
    top: 0.04rem;
    margin-left: -0.08rem;
    background-image: url("../img/common/sp/icn_fixed_tel.svg");
  }
  .fixed-wrapper .button-to-top {
    width: 0.7rem;
    height: 0.52rem;
    background-color: #fff;
    color: #8fae79;
  }
  .fixed-wrapper .button-to-top span::before {
    top: 0.09rem;
    width: 0.24rem;
    height: 0.14rem;
    margin-left: -0.12rem;
    background-image: url("../img/common/sp/icn_totop.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .fixed-wrapper {
    z-index: 999;
    right: 0;
    bottom: 20px;
    pointer-events: none;
  }
  .fixed-wrapper .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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 {
    margin-right: 20px;
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
    -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;
  }
  .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-online {
    position: relative;
    z-index: 2;
  }
  .fixed-wrapper .button-to-top {
    width: 60px;
    height: 60px;
  }
  .fixed-wrapper .fixed-item-link {
    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: 240px;
    height: 80px;
    padding: 2px 10px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 40px 0 0 40px;
    background-color: #f2bd66;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
  }
  .fixed-wrapper .fixed-item-link:hover {
    background-color: #d2a36c;
  }
  .fixed-wrapper .fixed-item-link span {
    position: relative;
    padding-left: 38px;
  }
  .fixed-wrapper .fixed-item-link span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 24px;
    height: 32px;
    background: center/contain no-repeat;
    background-image: url("../img/common/icn_medical_online.svg");
  }
}
.anchor-common-primary .anchor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.anchor-common-primary .anchor-list::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f9afbb;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.anchor-common-primary .anchor-link {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.16rem;
  text-decoration: none;
}
.anchor-common-primary .anchor-link:hover {
  color: #f091a8;
}
.anchor-common-primary .anchor-link::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../img/common/arrow_icn_down_01.svg") center/100% auto no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .anchor-common-primary {
    padding-top: 0.4rem;
  }
  .anchor-common-primary .anchor-list {
    padding-bottom: 0.15rem;
  }
  .anchor-common-primary .anchor-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 0.23rem;
  }
  .anchor-common-primary .anchor-link::after {
    top: calc(50% - 0.025rem);
    right: 0;
    width: 0.14rem;
    height: 0.08rem;
  }
  .anchor-common-primary .anchor-link:hover::after {
    -webkit-transform: translateY(0.05rem);
    -ms-transform: translateY(0.05rem);
    transform: translateY(0.05rem);
  }
  .anchor-common-primary .anchor-item {
    margin-bottom: 0.1rem;
  }
  .anchor-common-primary .anchor-item:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .anchor-common-primary {
    padding-top: 78px;
  }
  .anchor-common-primary .wrapper {
    max-width: 1000px;
  }
  .anchor-common-primary .anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 19px;
  }
  .anchor-common-primary .anchor-item {
    margin: 0 40px;
    text-align: center;
  }
  .anchor-common-primary .anchor-link {
    padding-bottom: 14px;
  }
  .anchor-common-primary .anchor-link::after {
    bottom: 0;
    left: 50%;
    width: 18px;
    height: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .anchor-common-primary .anchor-link:hover::after {
    -webkit-transform: translate(-50%, 0.05rem);
    -ms-transform: translate(-50%, 0.05rem);
    transform: translate(-50%, 0.05rem);
  }
}
.block-common-consult {
  width: 100%;
}
.block-common-consult .consult-content {
  position: relative;
}
.block-common-consult .content-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
}
.block-common-consult .content-label {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-consult .content-label .label-item {
  color: #f091a8;
  font-weight: 700;
  text-align: center;
}
.block-common-consult .content-label span {
  display: block;
  border-radius: 0.3rem;
  background-color: #ffe9ed;
}
.block-common-consult .content-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.block-common-consult .content-contact.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-common-consult .content-contact .contact-item.is-full-width {
  width: 100%;
}
.block-common-consult .content-title {
  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;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
}
.block-common-consult .content-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #d2a36c;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.block-common-consult .title-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.2rem;
  background: url("../img/common/arrow_icn_04.svg") no-repeat center 100%/100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-consult .content-icon {
    top: -0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .block-common-consult .content-title {
    margin-bottom: 0.2rem;
    padding-bottom: 0.17rem;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .block-common-consult .title-icon {
    position: absolute;
    top: -1.12rem;
    right: 0;
  }
  .block-common-consult .content-label {
    margin-bottom: 0.19rem;
  }
  .block-common-consult .content-label .label-item {
    margin-bottom: 0.1rem;
  }
  .block-common-consult .content-label span {
    padding: 0.04rem 0.3rem;
  }
  .block-common-consult .content-text {
    margin-bottom: 0.11rem;
  }
  .block-common-consult .content-contact {
    margin: 0 -0.07rem 0 -0.08rem;
  }
  .block-common-consult .content-contact .contact-item {
    padding: 0 0.07rem 0.1rem 0.08rem;
  }
  .block-common-consult .content-contact.is-center {
    margin-bottom: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-consult .content-title {
    margin-bottom: 19px;
    padding-bottom: 4px;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .block-common-consult .content-text {
    margin-bottom: 16px;
  }
  .block-common-consult .content-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 1px;
  }
  .block-common-consult .content-label .label-item {
    padding: 0 5px 10px;
  }
  .block-common-consult .content-label span {
    width: 310px;
    padding: 4px 30px;
  }
  .block-common-consult .content-icon {
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .block-common-consult .content-contact {
    margin: 0 -5px;
  }
  .block-common-consult .content-contact .contact-item {
    padding: 0 5px 10px;
  }
}
.block-common-contact {
  border-radius: 0.1rem;
  background-color: #e7f2df;
}
.block-common-contact .contact-time {
  font-size: 0.18rem;
  font-weight: 700;
}
.block-common-contact .contact-tel {
  display: inline-block;
  position: relative;
  color: #896843;
  font-weight: 700;
}
.block-common-contact .contact-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/icn_tel.svg") no-repeat center/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-contact {
    width: 3.35rem;
    min-height: 1.5rem;
    margin: 0 auto;
    padding: 0.24rem 0.21rem 0.05rem;
    text-align: center;
  }
  .block-common-contact .category-common {
    width: 2.95rem;
    min-height: 0.3rem;
    margin: 0 auto 0.06rem;
    padding-top: 1px;
    padding-bottom: 0;
    line-height: 1.8;
  }
  .block-common-contact .contact-time {
    display: block;
    margin-bottom: -0.04rem;
  }
  .block-common-contact .contact-tel {
    right: 0.02rem;
    margin-bottom: 0.08rem;
    padding-left: 0.19rem;
    font-size: 0.28rem;
    line-height: 1.3;
  }
  .block-common-contact .contact-tel::before {
    left: -0.02rem;
    width: 0.23rem;
    height: 0.3rem;
    margin-top: -0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
    min-height: 80px;
    margin: 0 auto;
    padding: 13px 21px 10px;
  }
  .block-common-contact .contact-wrapper,
  .block-common-contact .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-common-contact .category-common {
    width: 120px;
    min-height: 30px;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.8;
  }
  .block-common-contact .contact-time {
    margin-right: 14px;
    margin-bottom: 0;
  }
  .block-common-contact .contact-tel {
    right: 2px;
    margin-bottom: 2px;
    padding-left: 19px;
    font-size: 0.28rem;
    line-height: 1.3;
    pointer-events: none;
  }
  .block-common-contact .contact-tel::before {
    left: -2px;
    width: 23px;
    height: 30px;
    margin-top: -12px;
  }
}
.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;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.4rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-primary:hover {
  background-color: #fff !important;
}
.button-common-primary:hover .button-icon::before, .button-common-primary:hover .button-icon::after {
  background-color: #fff !important;
}
.button-common-primary:hover .button-icon::before {
  -webkit-transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  transform: translate(300%, -50%);
  opacity: 0;
}
.button-common-primary:hover .button-icon::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.button-common-primary .button-icon {
  display: block;
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
}
.button-common-primary .button-icon::before, .button-common-primary .button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.07rem;
  height: 0.12rem;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #8fae79;
  -webkit-mask-image: url("../img/common/arrow_icn_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.07rem 0.12rem;
}
.button-common-primary .button-icon::after {
  -webkit-transform: translate(-300%, -50%);
  -ms-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
  opacity: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 1.4rem;
  }
  .button-common-primary .button-icon {
    right: 0.09rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 150px;
  }
  .button-common-primary .button-icon {
    right: 9px;
  }
}
.button-common-primary.is-reverse {
  border: 1px solid #f091a8;
  background-color: #fff;
  color: #f091a8;
}
.button-common-primary.is-reverse .button-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #f091a8;
}
.button-common-primary.is-reverse .button-icon::before, .button-common-primary.is-reverse .button-icon::after {
  background-color: #fff;
}
.button-common-primary.is-reverse:hover {
  background-color: #f091a8 !important;
  color: #fff;
}
.button-common-primary.is-reverse:hover .button-icon {
  background-color: #fff;
}
.button-common-primary.is-reverse:hover .button-icon::before, .button-common-primary.is-reverse:hover .button-icon::after {
  background-color: #f091a8 !important;
}

.button-common-primary.is-style-green {
  padding-right: 0.35rem;
  padding-left: 0.15rem;
  border: 1px solid #8fae79;
  background-color: #8fae79;
}
.button-common-primary.is-style-green:hover {
  color: #8fae79;
}
.button-common-primary.is-style-green:hover .button-icon {
  background-color: #8fae79;
}

.button-common-primary.is-style-caramel {
  width: 2.4rem;
  min-height: 0.6rem;
  border: 1px solid #d2a36c;
  background-color: #d2a36c;
  font-size: 0.18rem;
}
.button-common-primary.is-style-caramel .button-icon {
  right: 0.11rem;
}
.button-common-primary.is-style-caramel .button-icon::before, .button-common-primary.is-style-caramel .button-icon::after {
  background-color: #d2a36c;
}
.button-common-primary.is-style-caramel:hover {
  color: #d2a36c;
}
.button-common-primary.is-style-caramel:hover .button-icon {
  background-color: #d2a36c;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-large-width {
    width: 2.95rem;
    padding-right: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .button-common-primary.is-large-width {
    width: 280px;
    padding-right: 18px;
  }
}
.button-common-primary.is-style-pink {
  min-height: 0.6rem;
  border: 1px solid #f091a8;
  background-color: #f091a8;
}
.button-common-primary.is-style-pink .button-icon::before, .button-common-primary.is-style-pink .button-icon::after {
  background-color: #f091a8;
}
.button-common-primary.is-style-pink:hover {
  color: #f091a8;
}
.button-common-primary.is-style-pink:hover .button-icon {
  background-color: #f091a8;
}

.button-common-primary.is-full-width {
  width: 100%;
  font-size: 0.18rem;
}

.calendar-table {
  font-weight: 700;
}
.calendar-table thead {
  text-align: center;
}
.calendar-table thead th {
  border: none;
  background-color: #8fae79;
  color: #fff;
  font-weight: 700;
}
.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 #8fae79;
}
.calendar-table tbody th,
.calendar-table tbody td {
  font-weight: 700;
}
.calendar-table tbody th {
  text-align: center;
}
.calendar-table tbody th:first-child {
  text-align: left;
}
.calendar-table tbody td {
  color: #f9afbb;
}
.calendar-table span {
  display: inline-block;
}
.calendar-table .line {
  position: relative;
  top: -0.02rem;
  color: #5e4e2e;
  font-size: 0.16rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-table thead th {
    height: 0.4rem;
    font-size: 0.15rem;
  }
  .calendar-table thead th:not(:first-child) {
    padding: 0;
  }
  .calendar-table thead th:last-child span {
    position: relative;
    right: 0.02rem;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 0.04rem 0.02rem;
  }
  .calendar-table th {
    width: 0.3rem;
  }
  .calendar-table th:first-child {
    width: 0.85rem;
  }
  .calendar-table tbody th {
    min-height: 0.6rem;
    padding: 0.09rem 0.1rem 0.065rem;
    font-size: 0.15rem;
    line-height: 0.22rem;
  }
  .calendar-table tbody td {
    font-size: 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-table thead th {
    height: 40px;
  }
  .calendar-table thead th:not(:first-child) {
    padding: 0 2px;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 4px 2px;
  }
  .calendar-table th {
    width: 50px;
  }
  .calendar-table th:first-child {
    width: 150px;
  }
  .calendar-table tbody th {
    padding: 14px 10px;
  }
  .calendar-table tbody td {
    font-size: 0.22rem;
  }
}
.calendar-information .information-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar-information .notes-item {
  margin-right: 0.11rem;
}
.calendar-information .item-symbol {
  color: #f9afbb;
}
.calendar-information .category-common {
  background-color: #f091a8;
  color: #fff;
  font-size: 0.15rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-information {
    margin-top: 0.09rem;
  }
  .calendar-information .information-notes {
    margin-bottom: 0.02rem;
  }
  .calendar-information .notes-item {
    margin-right: 0.11rem;
  }
  .calendar-information .information-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar-information .category-common {
    min-width: 1.1rem;
    min-height: 0.6rem;
    margin-right: 0.15rem;
    padding-top: 0.09rem;
    padding-bottom: 0.09rem;
    border-radius: 0.04rem;
    line-height: 1.4;
  }
  .calendar-information .time-details {
    line-height: 1.4;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-information {
    margin-top: 7px;
  }
  .calendar-information .information-notes {
    margin-bottom: 1px;
  }
  .calendar-information .notes-item {
    margin-right: 11px;
  }
  .calendar-information .category-common {
    min-width: 140px;
    min-height: 32px;
    margin-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.category-common {
  display: inline-block;
  min-width: 0.62rem;
  min-height: 0.36rem;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #8fae79;
  font-weight: 700;
  text-align: center;
}

.section-common-keyvisual {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.15%, #fff7f9), color-stop(31.67%, #ffe9ed));
  background: linear-gradient(180deg, #fff7f9 7.15%, #ffe9ed 31.67%);
}
.section-common-keyvisual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section-common-keyvisual .keyvisual-image {
  overflow: hidden;
  border-radius: 0.4rem 0 0 0.4rem;
  background-color: #fff;
}
.section-common-keyvisual .keyvisual-title {
  position: relative;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-shadow: -0.02rem -0.02rem 0 #fff, 0.02rem -0.02rem 0 #fff, -0.02rem 0.02rem 0 #fff, 0.02rem 0.02rem 0 #fff;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    min-height: 3.5rem;
    padding: 0.6rem 0 0.1rem 0.15rem;
  }
  .section-common-keyvisual::after {
    z-index: 2;
    top: 0;
    left: 0;
    width: 3.01rem;
    height: 2.6rem;
    background: url("../img/common/sp/kevisual_decor.svg") no-repeat 0 0/auto 100%;
  }
  .section-common-keyvisual .keyvisual-image {
    width: 3.6rem;
    height: 2rem;
    margin-bottom: 0.14rem;
  }
  .section-common-keyvisual .keyvisual-title {
    position: relative;
    left: -0.07rem;
    font-size: 0.3rem;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 500px;
    padding: 80px 0 30px 90px;
  }
  .section-common-keyvisual::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 900px;
    height: 500px;
    background: url("../img/common/kevisual_decor.svg") no-repeat 0 0/auto 100%;
  }
  .section-common-keyvisual .keyvisual-viewport {
    max-width: 4300px;
  }
  .section-common-keyvisual .keyvisual-wrapper {
    position: relative;
    padding-left: 200px;
  }
  .section-common-keyvisual .keyvisual-image {
    width: 65vw;
    height: 350px;
    border-radius: 40px 0 0 40px;
  }
  .section-common-keyvisual .keyvisual-image img {
    -o-object-position: left center;
    object-position: left center;
  }
  .section-common-keyvisual .keyvisual-title {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    margin-right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 1264.98px) {
  .section-common-keyvisual .keyvisual-image {
    width: unset;
    max-width: 1300px;
  }
}
.list-common-dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dot .dot-item {
  position: relative;
  padding-left: 0.15rem;
}
.list-common-dot .dot-item::before {
  content: "●";
  position: absolute;
  top: 0.05rem;
  left: 0;
  border-radius: 1rem;
  color: #f2bd66;
  font-size: 0.12rem;
}

.list-links-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-links-primary .links-item {
  position: relative;
  padding-left: 0.15rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-underline-offset: 0.02rem;
}
.list-links-primary .links-item:hover {
  color: #f9afbb;
  text-decoration: underline;
}
.list-links-primary .links-item::before {
  content: "●";
  position: absolute;
  top: 0.05rem;
  left: 0;
  border-radius: 1rem;
  color: #f2bd66;
  font-size: 0.12rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-links-primary .links-item {
    margin-bottom: 0.1rem;
  }
  .is-android .list-links-primary .links-item {
    text-underline-offset: 0.03rem;
  }
  .list-links-primary .links-item:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-links-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-links-primary .links-item {
    margin-right: 45px;
    margin-bottom: 9px;
  }
}
.list-common-number {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-number .number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.14rem;
}
.list-common-number .number-item:last-child {
  margin-bottom: 0;
}
.list-common-number .number-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.28rem;
  padding-right: 0.1rem;
}
.list-common-number .heading-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 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.24rem;
  height: 0.24rem;
  padding-bottom: 0.02rem;
  border-radius: 1rem;
  background-color: #f091a8;
  color: #fff;
  font-weight: 500;
}
.list-common-number .heading-text {
  margin-left: 0.1rem;
  font-weight: 700;
}
.list-common-number .number-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-common-number .number-content p:last-child {
  margin-bottom: 0;
}

.list-common-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-check .check-item {
  position: relative;
  margin-bottom: 0.03rem;
  padding-left: 0.26rem;
}
.list-common-check .check-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../img/common/icn_check.svg") no-repeat center/auto 100%;
}
.list-common-check .check-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-check {
    line-height: 1.6;
  }
  .list-common-check .check-item::before {
    top: 0.03rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-check .check-item::before {
    top: 6px;
  }
}
.list-links-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-links-secondary .links-item:last-child {
  margin-bottom: 0;
}
.list-links-secondary .links-detail {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-underline-offset: 0.02rem;
  text-decoration-thickness: 1px;
}
.list-links-secondary .links-detail:hover {
  color: #f9afbb;
  text-decoration: underline;
}
.list-links-secondary .links-detail:hover .detail-arrow {
  overflow: hidden;
  background-color: #fff;
}
.list-links-secondary .links-detail:hover .detail-arrow::before, .list-links-secondary .links-detail:hover .detail-arrow::after {
  background-color: #f091a8 !important;
}
.list-links-secondary .links-detail:hover .detail-arrow::before {
  -webkit-transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  transform: translate(300%, -50%);
  opacity: 0;
}
.list-links-secondary .links-detail:hover .detail-arrow::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.list-links-secondary .detail-arrow {
  display: inline-block;
  position: relative;
  top: 0.02rem;
  width: 0.16rem;
  height: 0.16rem;
  overflow: hidden;
  border: 1px solid #f091a8;
  border-radius: 100%;
  background-color: #f091a8;
}
.list-links-secondary .detail-arrow.is-reverse {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-links-secondary .detail-arrow::before, .list-links-secondary .detail-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.06rem;
  height: 0.09rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  -webkit-mask-image: url("../img/common/arrow_icn_02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.06rem 0.09rem;
}
.list-links-secondary .detail-arrow::after {
  -webkit-transform: translate(-300%, -50%);
  -ms-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
  opacity: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-links-secondary .links-item {
    margin-right: -0.06rem;
    margin-bottom: 0.05rem;
  }
  .list-links-secondary .links-detail {
    padding-right: 0.26rem;
    line-height: 1.6;
  }
  .list-links-secondary .detail-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.07rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-links-secondary .links-item {
    margin-bottom: 5px;
  }
  .list-links-secondary .detail-text {
    margin-right: 10px;
  }
}
.table-common-primary .table-title {
  background-color: #fef5e6;
  text-align: center;
}
.table-common-primary .content-description p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-common-primary .table-title {
    position: relative;
    min-height: 0.5rem;
    padding: 0.09rem 0.2rem;
  }
  .table-common-primary .table-title::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #d2a36c;
    -webkit-mask-image: url("../img/common/line_common_01.svg");
    -webkit-mask-repeat: repeat-x;
  }
  .table-common-primary .table-content {
    padding: 0.2rem 0.1rem 0.24rem;
  }
  .table-common-primary .content-description {
    line-height: 1.6;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-common-primary .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-common-primary .table-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #d2a36c;
    -webkit-mask-image: url("../img/common/line_common_01.svg");
    -webkit-mask-repeat: repeat-x;
  }
  .table-common-primary .table-title,
  .table-common-primary .table-content {
    position: relative;
    min-height: 70px;
    padding: 19px 30px;
  }
  .table-common-primary .table-title::before,
  .table-common-primary .table-content::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #d2a36c;
    -webkit-mask-image: url("../img/common/line_common_01.svg");
    -webkit-mask-repeat: repeat-x;
  }
  .table-common-primary .table-title {
    width: 200px;
  }
  .table-common-primary .table-content {
    width: calc(100% - 200px);
  }
}
.title-common-primary {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
}
.title-common-primary .title-wrapper {
  display: block;
  position: relative;
  padding-bottom: 0.13rem;
}
.title-common-primary .title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.19rem;
  height: 0.18rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/decor_title_01.svg") no-repeat center/auto 100%;
}

.title-common-secondary {
  position: relative;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 2;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.02rem;
  background-color: #8fae79;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  padding: 0.09rem 0 0.09rem 0.22rem;
}
.title-common-secondary.is-style-green {
  color: #8fae79;
  font-size: 0.2rem;
}
.title-common-secondary.is-style-green .title-wrapper {
  padding-top: 0.06rem;
  padding-bottom: 0.04rem;
}

.title-common-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.09rem;
}
.title-common-dot::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.05rem;
  border-radius: 50%;
  background-color: #f2bd66;
}

.title-common-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.03rem solid #8fae79;
  background-color: #e7f2df;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 2;
}
.title-common-tertiary.is-medium {
  min-height: 0.5rem;
  font-size: 0.2rem;
}
.title-common-tertiary.is-small {
  min-height: 0.46rem;
  font-size: 0.18rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    min-height: 0.58rem;
    padding: 0.05rem 0.12rem;
    font-size: 0.24rem;
  }
  .title-common-tertiary.is-small {
    padding-right: 17px;
    padding-left: 17px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-tertiary {
    min-height: 62px;
    padding: 5px 18px;
    font-size: 0.26rem;
  }
}
.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;
  }
}
@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;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: none;
}

.pswp__top-bar {
  height: 100%;
}

.pswp__bg {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5);
}

.pswp__custom-caption {
  position: absolute;
  left: 50%;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  color: #5e4e2e;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pswp__custom-caption {
    top: calc(50% + 1.38rem);
    min-height: 0.5rem;
    max-height: 1rem;
    padding: 0.08rem;
    overflow-y: scroll;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .pswp__custom-caption {
    bottom: calc(50% - 370px);
    max-width: 820px;
    min-height: 70px;
    max-height: 100px;
    padding: 13px 8px 15px;
  }
}
@media print, (min-width: 768px) and (max-height: 820px) {
  .pswp__custom-caption {
    bottom: calc(50% - 341px);
  }
}
.hidden-caption-content {
  display: none;
}

.pswp__img {
  cursor: default;
}

@media print, (min-width: 768px) and (max-height: 820px) {
  .pswp__img {
    margin-top: -35px;
  }
}
.pswp__button--close {
  position: absolute;
  margin-right: 0;
}
.pswp__button--close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/100% auto no-repeat;
  background-image: url("../img/common/close_icn_01.svg");
}
.pswp__button--close svg {
  display: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pswp__button--close {
    top: calc(50% - 1.31rem);
    right: 0.13rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .pswp__button--close {
    top: calc(50% - 277px);
    right: calc(50% - 380px);
    width: 50px;
    height: 50px;
  }
}
@media print, (min-width: 768px) and (max-height: 820px) {
  .pswp__button--close {
    top: calc(50% - 312px);
  }
}
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media print, (min-width: 768px) {
  .pswp__button:active,
  .pswp__button:focus,
  .pswp__button:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pswp__button:active:hover,
  .pswp__button:focus:hover,
  .pswp__button:hover:hover {
    opacity: 0.7;
  }
  .is-tablet .pswp__button:active:hover,
  .is-tablet .pswp__button:focus:hover,
  .is-tablet .pswp__button:hover:hover {
    opacity: 1;
  }
}

.pswp__button--arrow svg {
  display: none;
}
.pswp__button--arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/100% auto no-repeat;
  background-image: url("../img/common/arrow_icn_03.svg");
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    top: calc(50% + 0.28rem);
    width: 0.24rem;
    height: 0.44rem;
  }
  .pswp__button--arrow--prev {
    left: 0.05rem;
  }
  .pswp__button--arrow--next {
    right: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    top: calc(50% + 62px);
    width: 26px;
    height: 46px;
  }
  .pswp__button--arrow--prev {
    left: calc(50% - 453px);
  }
  .pswp__button--arrow--next {
    right: calc(50% - 453px);
  }
}
.pswp__button--arrow--prev {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.pswp__button--arrow:disabled {
  display: block !important;
}

.pswp--touch .pswp__button--arrow {
  visibility: visible;
}

.pswp__counter {
  display: none;
}
/*# sourceMappingURL=common.css.map */