@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -15px;
}
.row--std .row__item {
  padding: 15px;
}
.row--narrow {
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .row--narrow {
    margin: -10px;
  }
}
.row--narrow .row__item {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .row--narrow .row__item {
    padding: 10px;
  }
}
.row--wide {
  margin: -15px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1080px) {
  .container--mini {
    max-width: 856px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1079px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .container--fv {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 760px;
  }
}
@media screen and (min-width: 1080px) {
  .container--fv {
    padding-left: 72px;
    padding-right: 72px;
    max-width: 1744px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 136px;
  -webkit-transform: translate(-16px, -10px);
          transform: translate(-16px, -10px);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header__logo img {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo {
    -webkit-transform: translate(-16px, -8px);
            transform: translate(-16px, -8px);
  }
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1079px) {
  .header__contact {
    display: none;
  }
}
.header--fixed {
  position: fixed;
}
.header--wide .header__body {
  padding: 15px 30px;
}
@media screen and (min-width: 1080px) {
  .header--wide .header__body {
    padding: 0 30px;
  }
}

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  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;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg_sp.jpg) center/cover no-repeat;
  padding: 30px 12px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .gnav {
    max-width: 375px;
  }
}
.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gnav__inner {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 30px 18px;
}
.gnav__logo {
  display: block;
  max-width: 136px;
  -webkit-transform: translate(-6px, -10px);
          transform: translate(-6px, -10px);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .gnav__logo:hover {
    opacity: 0.7;
  }
}
.gnav__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav__bg--open {
  opacity: 1;
  visibility: visible;
}

.gnav-list {
  display: grid;
  grid-template-columns: repeat(3, 110px);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -18px;
}
@media screen and (min-width: 1080px) {
  .gnav-list {
    margin-top: 20px;
  }
}
.gnav-list__item {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-list__link {
  position: relative;
  aspect-ratio: 1/1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #393636;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-list__link::before {
  display: block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 32px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #F49517;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .gnav-list__link:hover {
    opacity: 0.7;
  }
}
.gnav-list__link--time::before {
  content: "\e907";
}
.gnav-list__link--ticket::before {
  content: "\e908";
  background: #3FBAD6;
}
.gnav-list__link--access::before {
  content: "\e909";
  background: #F35C66;
}
.gnav-list__link--map::before {
  content: "\e90a";
  background: #F35C66;
}
.gnav-list__link--activity::before {
  content: "\e90b";
  background: #3FBAD6;
}
.gnav-list__link--food::before {
  content: "\e916";
}

.garc-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
}
.garc-list__link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #393636;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.garc-list__link::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  color: #F35C66;
  margin-right: 10px;
}
@media screen and (min-width: 1080px) {
  .garc-list__link:hover {
    opacity: 0.7;
  }
}
.garc-list__link--dantai::before {
  content: "\e917";
}
.garc-list__link--news::before {
  content: "\e903";
}
.garc-list__link--event::before {
  content: "\e901";
}

.gsub-list {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
}
.gsub-list__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #393636;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gsub-list__link::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 1080px) {
  .gsub-list__link:hover {
    opacity: 0.7;
  }
}

.menu-btn {
  display: block;
  width: 65px;
  height: 65px;
  background: #F35C66;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(47, 46, 69, 0.36);
          box-shadow: 0 0 10px rgba(47, 46, 69, 0.36);
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .menu-btn {
    width: 107px;
    height: 107px;
    top: 20px;
    right: 20px;
  }
}
.menu-btn__line {
  position: absolute;
  top: 40%;
  left: 34%;
  display: block;
  width: 33%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .menu-btn__line {
    height: 4px;
  }
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (min-width: 1080px) {
  .menu-btn__line:nth-child(1) {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
.menu-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  width: 22%;
}
@media screen and (min-width: 1080px) {
  .menu-btn__line:nth-child(3) {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
.menu-btn__letter {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 15px;
}
.menu-btn__letter::before {
  display: block;
  content: "メニュー";
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .menu-btn__letter {
    width: 60px;
    height: 24px;
  }
  .menu-btn__letter::before {
    font-size: 14px;
  }
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  opacity: 0;
}
.menu-btn--open .menu-btn__letter::before {
  content: "とじる";
}

.ticket-btn {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: fixed;
  top: 82px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(47, 46, 69, 0.36);
          box-shadow: 0 0 10px rgba(47, 46, 69, 0.36);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.ticket-btn::before, .ticket-btn::after {
  display: block;
  content: "";
  position: absolute;
}
.ticket-btn::before {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.ticket-btn::after {
  background: url(../images/ticketbtn.png) center/contain no-repeat;
  width: 50px;
  height: 59px;
  top: 5px;
  left: 5px;
  -webkit-transition: translate 0.17s ease-out, scale 0.2s cubic-bezier(0.16, 0.98, 0.51, 1.9) 0.22s;
  transition: translate 0.17s ease-out, scale 0.2s cubic-bezier(0.16, 0.98, 0.51, 1.9) 0.22s;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .ticket-btn {
    width: 107px;
    height: 107px;
    top: 136px;
    right: 20px;
  }
}
.ticket-btn--hello::before {
  -webkit-animation: 0.5s opacity ease-out forwards;
          animation: 0.5s opacity ease-out forwards;
}
.ticket-btn--hello::after {
  translate: -27px -23px;
  scale: 1.15;
}
.ticket-btn span {
  position: absolute;
  display: block;
  background: #46C4DB;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 39px 0 0;
}
.ticket-btn span::before {
  display: inline-block;
  content: "\e908";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .ticket-btn span {
    font-size: 14px;
    padding: 64px 0 0;
  }
  .ticket-btn span::before {
    font-size: 40px;
    top: 13px;
  }
}
.ticket-btn--hidden {
  opacity: 0;
  visibility: hidden;
}

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

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-link {
  position: relative;
  text-align: center;
  margin: 30px 0 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .about-link:hover {
    opacity: 0.7;
  }
}
.about-link__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-link__img {
  border: 6px solid #fff;
  border-radius: 36px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 0 8px;
}

.menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px 0 0;
}
.menu-sns__link {
  display: block;
  width: 36px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .menu-sns__link:hover {
    opacity: 0.7;
  }
}

/*********************/
/*  追従バナー  */
/*********************/
.top-banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  max-width: 200px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .top-banner {
    bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .top-banner {
    right: 20px;
    max-width: 170px;
  }
  .top-banner:hover {
    opacity: 0.7;
  }
}

/*********************/
/*  ヒーロー  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero__title {
  position: relative;
}
.hero__title-ja {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero__title-ja {
    font-size: 3rem;
    margin: 10px 0 0;
  }
}
.hero__title-en {
  display: block;
  font-size: 1.5rem;
  font-family: "Fredoka", sans-serif;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .hero__title-en {
    font-size: 1.8rem;
  }
}
.hero__title-bg {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 6.9rem;
  font-family: "Fredoka", sans-serif;
  color: rgba(112, 112, 112, 0.1);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero__title-bg {
    font-size: 11.5rem;
  }
}
.hero--home {
  min-height: 100vh;
  background: url(../images/bg_sp.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .hero--home {
    background: url(../images/bg.jpg) center/cover no-repeat;
  }
}
@media screen and (min-width: 1080px) {
  .hero--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero--home::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/fv-deco_sp.png) top 43% center/100% no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-animation: 4s movingBg ease-in-out infinite;
          animation: 4s movingBg ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  .hero--home::before {
    background: url(../images/fv-deco.png) top center/100% no-repeat;
  }
}
.hero--home::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/fv-cloud.png) center bottom/100% no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-animation: 4s movingCloud ease-in-out infinite;
          animation: 4s movingCloud ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .hero--home::after {
    background: url(../images/fv-cloud_sp.png) center bottom/100% no-repeat;
  }
}
.hero--std {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .hero--std {
    height: 400px;
  }
}
@media screen and (min-width: 1080px) {
  .hero--std {
    height: 500px;
  }
}
.hero--std .hero__message {
  top: 65%;
}
@media screen and (min-width: 1080px) {
  .hero--std .hero__message {
    top: 55%;
  }
}
.hero--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 246px;
  padding: 0 0 86px;
}
.hero--sub::before {
  position: absolute;
  content: "";
  top: -80px;
  height: 186px;
  width: 100%;
  --mask:
    radial-gradient(69.46px at 50% 95.40px,#000 99%,#0000 101%) calc(50% - 72px) 0/144px 51% repeat-x,
    radial-gradient(69.46px at 50% -59.4px,#0000 99%,#000 101%) 50% 36px/144px calc(51% - 36px) repeat-x,
    radial-gradient(69.46px at 50% calc(100% - 95.40px),#000 99%,#0000 101%) calc(50% - 72px) 100%/144px 51% repeat-x,
    radial-gradient(69.46px at 50% calc(100% + 59.40px),#0000 99%,#000 101%) 50% calc(100% - 36px)/144px calc(51% - 36px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: url(../images/hero_sp.png) top center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero--sub::before {
    top: -196px;
    height: 320px;
  }
}
@media screen and (min-width: 1080px) {
  .hero--sub::before {
    height: 392px;
    background: url(../images/hero.png) top center/cover no-repeat;
    --mask:
    radial-gradient(116.25px at 50% 161.70px,#000 99%,#0000 101%) calc(50% - 132px) 0/264px 51% repeat-x,
    radial-gradient(116.25px at 50% -95.7px,#0000 99%,#000 101%) 50% 66px/264px calc(51% - 66px) repeat-x,
    radial-gradient(116.25px at 50% calc(100% - 161.70px),#000 99%,#0000 101%) calc(50% - 132px) 100%/264px 51% repeat-x,
    radial-gradient(116.25px at 50% calc(100% + 95.70px),#0000 99%,#000 101%) 50% calc(100% - 66px)/264px calc(51% - 66px) repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .hero--sub {
    height: 360px;
    padding: 0 0 150px;
  }
}
@media screen and (min-width: 1080px) {
  .hero--sub {
    height: 420px;
  }
}
.hero--singular {
  height: 194px;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .hero--singular {
    height: 278px;
    padding: 0 0 78px;
  }
  .hero--singular::before {
    height: 210px;
    top: -80px;
  }
}
@media screen and (min-width: 1080px) {
  .hero--singular::before {
    height: 300px;
    top: -130px;
  }
}
.hero--singular .hero__title-ja {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hero--singular .hero__title-ja {
    font-size: 2.6rem;
  }
}
.hero--singular .hero__title-en {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .hero--singular .hero__title-en {
    font-size: 1.5rem;
  }
}
.hero--singular .hero__title-bg {
  top: 20px;
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
  .hero--singular .hero__title-bg {
    font-size: 7rem;
  }
}

@-webkit-keyframes movingBg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movingBg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes movingCloud {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
@keyframes movingCloud {
  0% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
@-webkit-keyframes movingDeco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes movingDeco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*********************/
/*  メインビジュアル  */
/*********************/
.fv {
  position: relative;
  display: grid;
  padding: 64px 0 100px;
  gap: 20px;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .fv {
    grid-template-columns: 5fr 7fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2vw 4vw;
  }
}
.fv__title {
  display: grid;
  place-items: end;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1079px) {
  .fv__title {
    width: calc(100% - 60px);
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .fv__title {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
  }
}
.fv__title img {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1080px) {
  .fv__title img {
    margin-top: auto;
  }
}
@media screen and (min-width: 1080px) {
  .fv__img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1080px) {
  .fv__info {
    grid-row: 2/3;
    grid-column: 1/2;
    height: 100%;
  }
}
.fv__place {
  background: #FF4E59;
  padding: 1rem 2rem;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 10px rgba(47, 46, 69, 0.36);
          box-shadow: 2px 2px 10px rgba(47, 46, 69, 0.36);
}

/*********************/
/*  ヒーロー内  */
/*********************/
.fvSwiper {
  position: relative;
  width: 80vw;
  height: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fvSwiper {
    width: 70vw;
    height: 70vw;
  }
}
@media screen and (min-width: 1080px) {
  .fvSwiper {
    width: 40vw;
    height: 40vw;
    max-width: 700px;
  }
}
.fvSwiper::after {
  content: "";
  display: block;
  background: url(../images/fv-copy.png) center/contain no-repeat;
  width: 67%;
  height: 25%;
  position: absolute;
  bottom: 4%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .fvSwiper::after {
    bottom: 20px;
    right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .fvSwiper::after {
    max-width: 400px;
    max-height: 160px;
    bottom: calc(50% - 320px);
  }
}
.fvSwiper .swiper-slide {
  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: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.info-box img {
  width: 100%;
  height: auto;
}

/*********************/
/*  フッター  */
/*********************/
.footer__flex {
  margin: 90px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__copyright {
  font-size: 1.1rem;
  color: #393636;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin: 78px 0 0;
  }
}

.footer-link {
  list-style: none;
}
.footer-link li + li {
  margin-top: 1em;
}
.footer-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #393636;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-link__link::before {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1080px) {
  .footer-link__link:hover {
    opacity: 0.7;
  }
}

.footer-policy {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-policy {
    margin: 42px 0 0;
  }
}
.footer-policy li + li {
  margin-top: 0.5em;
}
.footer-policy__link {
  font-size: 1.2rem;
  font-weight: 700;
  color: #393636;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .footer-policy__link {
    font-size: 1.1rem;
  }
  .footer-policy__link:hover {
    opacity: 0.7;
  }
}

.footer-sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
.footer-sns__link {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-sns__link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "icomoon";
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
}
@media screen and (min-width: 1080px) {
  .footer-sns__link:hover {
    opacity: 0.7;
  }
}
.footer-sns__link--x::before {
  content: "\e915";
  background: #3E3E3E;
  font-size: 20px;
}
.footer-sns__link--facebook::before {
  content: "\e913";
  background: #3C5998;
}
.footer-sns__link--line::before {
  content: "\e914";
  background: #06C754;
}
.footer-sns__link--youtube::before {
  content: "\e912";
  background: #F40005;
}

.insta-link {
  position: relative;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: radial-gradient(circle at 65% 28%, rgb(129, 237, 205), rgba(129, 237, 205, 0) 50%), radial-gradient(circle at 18% 21%, rgb(254, 210, 90), rgba(254, 210, 90, 0) 50%), radial-gradient(circle at 97% 17%, rgb(153, 207, 225), rgba(153, 207, 225, 0) 50%), radial-gradient(circle at 75% 89%, rgb(255, 228, 140), rgba(255, 228, 140, 0) 50%), radial-gradient(circle at 24% 84%, rgb(253, 188, 169), rgba(253, 188, 169, 0) 50%);
  border-radius: 50px;
  padding: 6px;
  z-index: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .insta-link {
    padding: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .insta-link:hover .insta-link__img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .insta-link:hover .insta-link__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.insta-link__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.insta-link__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  z-index: 1;
}
.insta-link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.insta-link__title::before {
  display: inline-block;
  content: "\e90c";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 28px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .insta-link__title {
    font-size: 26px;
    gap: 10px;
  }
  .insta-link__title::before {
    font-size: 40px;
  }
}
.insta-link__desc {
  display: block;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 2px 10px;
  margin: 5px 0 0;
  white-space: nowrap;
}
.insta-link__desc::after {
  display: inline-block;
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .insta-link__desc {
    font-size: 15px;
    padding: 4px 16px;
    margin: 10px 0 0;
  }
}
.insta-link__img {
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.insta-link__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.insta-link__img img {
  position: relative;
  z-index: -1;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

/*********************/
/*  TOP  */
/*********************/
.main {
  overflow: hidden;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  padding: 6rem 0;
  --size: 50px;
}
.section--white {
  background: #fff;
}
.section--green::before, .section--blue::before, .section--pink::before, .section--event::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  --mask:
    radial-gradient(69.46px at 50% 95.40px,#000 99%,#0000 101%) calc(50% - 72px) 0/144px 51% repeat-x,
    radial-gradient(69.46px at 50% -59.4px,#0000 99%,#000 101%) 50% 36px/144px calc(51% - 36px) repeat-x,
    radial-gradient(69.46px at 50% calc(100% - 95.40px),#000 99%,#0000 101%) calc(50% - 72px) 100%/144px 51% repeat-x,
    radial-gradient(69.46px at 50% calc(100% + 59.40px),#0000 99%,#000 101%) 50% calc(100% - 36px)/144px calc(51% - 36px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 2px, transparent 2px, transparent 16px), -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 2px, transparent 2px, transparent 16px), linear-gradient(var(--color), var(--color));
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .section--green::before, .section--blue::before, .section--pink::before, .section--event::before {
    --mask:
    radial-gradient(116.25px at 50% 161.70px,#000 99%,#0000 101%) calc(50% - 132px) 0/264px 51% repeat-x,
    radial-gradient(116.25px at 50% -95.7px,#0000 99%,#000 101%) 50% 66px/264px calc(51% - 66px) repeat-x,
    radial-gradient(116.25px at 50% calc(100% - 161.70px),#000 99%,#0000 101%) calc(50% - 132px) 100%/264px 51% repeat-x,
    radial-gradient(116.25px at 50% calc(100% + 95.70px),#0000 99%,#000 101%) 50% calc(100% - 66px)/264px calc(51% - 66px) repeat-x;
  }
}
.section--green {
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .section--green {
    padding: 6rem 0 15rem;
  }
}
@media screen and (min-width: 1080px) {
  .section--green {
    padding: 6rem 0 20rem;
  }
}
.section--green::before {
  --color: #B0EFC7;
}
.section--green .section__title:after {
  color: rgba(88, 211, 135, 0.4);
}
.section--blue {
  padding: 2rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .section--blue {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1080px) {
  .section--blue {
    padding: 6rem 0;
  }
}
.section--blue::before {
  top: -6rem;
  --color: #C9F2FF;
  height: 110%;
}
@media screen and (min-width: 1080px) {
  .section--blue::before {
    top: -14rem;
    height: 120%;
  }
}
.section--pink {
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .section--pink {
    padding: 10rem 0 13rem;
  }
}
@media screen and (min-width: 1080px) {
  .section--pink {
    padding: 17rem 0;
  }
}
.section--pink::before {
  --color: #FCADB9;
  height: 94%;
}
@media screen and (min-width: 768px) {
  .section--pink::before {
    height: 87%;
  }
}
.section--pink .section__title:after {
  color: #F35C66;
  opacity: 0.38;
}
.section--pale {
  background: #FFFAE8;
}
.section__img {
  width: 100%;
}
.section__header {
  display: block;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 1080px) {
  .section__header {
    margin-bottom: 3rem;
  }
}
.section__title {
  position: relative;
  z-index: 1;
}
.section__title:before {
  display: block;
  content: attr(data-en) "";
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #F35C66;
  margin-bottom: 1rem;
}
.section__title:after {
  position: absolute;
  content: attr(data-deco) "";
  font-family: "Fredoka", sans-serif;
  font-size: 9.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #F0F0F0;
  white-space: nowrap;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .section__title:after {
    font-size: 11.5rem;
    top: 20px;
  }
}
.section__title--deco {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #393636;
}
.section__description {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.1;
  color: #393636;
  text-align: center;
}
.section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5rem 0 0;
  gap: 3rem 1.8rem;
}
@media screen and (min-width: 1080px) {
  .section__footer {
    margin: 6rem 0 0;
  }
}
.section--footer {
  overflow: hidden;
  padding: 60px 0 62px;
}
.section--footer::before {
  position: absolute;
  content: "";
  bottom: -90px;
  height: 180px;
  width: 100%;
  --mask:
    radial-gradient(69.46px at 50% 95.40px,#000 99%,#0000 101%) calc(50% - 72px) 0/144px 51% repeat-x,
    radial-gradient(69.46px at 50% -59.4px,#0000 99%,#000 101%) 50% 36px/144px calc(51% - 36px) repeat-x,
    radial-gradient(69.46px at 50% calc(100% - 95.40px),#000 99%,#0000 101%) calc(50% - 72px) 100%/144px 51% repeat-x,
    radial-gradient(69.46px at 50% calc(100% + 59.40px),#0000 99%,#000 101%) 50% calc(100% - 36px)/144px calc(51% - 36px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: url(../images/footer_sp.png) top center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .section--footer::before {
    bottom: -150px;
    height: 300px;
    background: url(../images/footer.png) top center/cover no-repeat;
    --mask:
    radial-gradient(116.25px at 50% 161.70px,#000 99%,#0000 101%) calc(50% - 132px) 0/264px 51% repeat-x,
    radial-gradient(116.25px at 50% -95.7px,#0000 99%,#000 101%) 50% 66px/264px calc(51% - 66px) repeat-x,
    radial-gradient(116.25px at 50% calc(100% - 161.70px),#000 99%,#0000 101%) calc(50% - 132px) 100%/264px 51% repeat-x,
    radial-gradient(116.25px at 50% calc(100% + 95.70px),#0000 99%,#000 101%) 50% calc(100% - 66px)/264px calc(51% - 66px) repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .section--footer {
    padding: 75px 0 69px;
  }
}
.section--work::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/deco-cloud.png) left 190px top 72px/143px 74px no-repeat;
  pointer-events: none;
  z-index: -1;
  -webkit-animation: 3.2s movingDeco ease-in-out infinite;
          animation: 3.2s movingDeco ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  .section--work::after {
    background: url(../images/deco-work.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1080px) {
  .section--work .section__header {
    position: relative;
  }
}
.section--work .section-header {
  margin: 8rem 0 3rem;
}
@media screen and (min-width: 1080px) {
  .section--work .section-header {
    margin: 12rem 0 7rem;
  }
}
.section--work .section-header__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--work .section-header__title::before {
  content: "\e905";
  font-weight: normal;
  color: #58D387;
  border: solid 4px #58D387;
}
@media screen and (min-width: 1080px) {
  .section--work .section-header__title::before {
    border: solid 6px #58D387;
  }
}
.section--work .section-header__title::after {
  color: #58D387;
}
.section--work .section-header .strong {
  color: #3F905E;
}
.section--work .deco-igo {
  position: absolute;
  content: "";
  background: url(../images/deco-igo.png) center/contain no-repeat;
  top: -20px;
  right: -90px;
  width: 68px;
  height: 88px;
}
@media screen and (min-width: 1080px) {
  .section--work .deco-igo--sp {
    display: none;
  }
}
.section--work .deco-igo--pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .section--work .deco-igo--pc {
    display: block;
    top: 0;
    right: 100px;
    width: 126px;
    height: 165px;
  }
}
.section--use {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .section--use::after {
    position: absolute;
    content: "";
    top: 65%;
    left: 60px;
    z-index: -1;
    -webkit-transform: translate(0, -50%) rotate(49deg);
            transform: translate(0, -50%) rotate(49deg);
    background: url(../images/deco-triangle.png) center/contain no-repeat;
    width: 136px;
    height: 136px;
    -webkit-animation: 3.2s movingDeco ease-in-out infinite;
            animation: 3.2s movingDeco ease-in-out infinite;
  }
}
.section--use .section__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  .section--use .section__header {
    margin-bottom: 8rem;
  }
}
.section--use .section-header__title::before {
  content: "\e904";
  font-weight: normal;
  color: #3EBAD6;
  border: solid 4px #3EBAD6;
}
@media screen and (min-width: 1080px) {
  .section--use .section-header__title::before {
    border: solid 6px #3EBAD6;
  }
}
.section--use .section-header__title::after {
  color: #3EBAD6;
}
.section--use .section-header .strong {
  color: #0FABC7;
}
.section--event {
  padding: 10rem 0 6rem;
}
.section--event::before {
  --mask: none;
  --color: #FFE48C;
  position: absolute;
  border-radius: 39px;
  width: 100%;
  height: 75%;
  bottom: 0;
  right: 0;
  z-index: -2;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .section--event::before {
    border-radius: 89px 0 0 89px;
    width: calc(100% - 90px);
    height: 50%;
  }
}
.section--event::after {
  position: absolute;
  content: "";
  top: 8%;
  right: -50px;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../images/deco-flag.png) center/contain no-repeat;
  width: 155px;
  height: 92px;
}
@media screen and (min-width: 530px) {
  .section--event::after {
    top: 10%;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .section--event::after {
    top: 15%;
    right: -20px;
    width: 263px;
    height: 156px;
  }
}
.section--event .section__title:after {
  color: rgba(255, 181, 15, 0.18);
}
.section--event .section__body {
  margin-top: 6rem;
}
@media screen and (min-width: 1080px) {
  .section--event .section__body {
    margin-top: 10rem;
  }
}
.section--event .section__body::after {
  position: absolute;
  content: "";
  bottom: -160px;
  right: 0;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../images/deco-event_sp.png) center/contain no-repeat;
  width: 100%;
  height: 245px;
  pointer-events: none;
  -webkit-animation: 3.2s movingDeco ease-in-out infinite;
          animation: 3.2s movingDeco ease-in-out infinite;
}
@media screen and (min-width: 510px) {
  .section--event .section__body::after {
    bottom: -200px;
  }
}
@media screen and (min-width: 768px) {
  .section--event .section__body::after {
    background: url(../images/deco-event.png) center/contain no-repeat;
    width: 97%;
    height: 388px;
  }
}
.section--partner .section__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  .section--partner .section__header {
    margin-bottom: 12rem;
  }
}
.section--partner .section__desc {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 1080px) {
  .section--partner .section__desc {
    font-size: 2.5rem;
  }
}

.section__title--first::after {
  color: #fff;
}

.section-header__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2C2C2C;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 4rem;
  }
}
.section-header__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #2C2C2C;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-header__txt {
    font-size: 1.6rem;
  }
}

.header-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .header-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (min-width: 1080px) {
  .header-card-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 5.3rem;
  }
}
.header-card-wrap__item {
  background: #fff;
  border-radius: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-card-wrap__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 20px;
}
.header-card-wrap__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.header-card-wrap__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .header-card-wrap__title {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.header-card-wrap__box {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .header-card-wrap__box {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

.summary {
  position: relative;
}
.summary::before, .summary::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 510px) {
  .summary::before, .summary::after {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .summary::before, .summary::after {
    background-size: cover;
  }
}
@media screen and (min-width: 1366px) {
  .summary::before, .summary::after {
    background-size: contain;
  }
}
.summary::before {
  background-image: url(../images/summary-bg_sp.webp);
  -webkit-animation: 3.2s movingDeco ease-in-out infinite;
          animation: 3.2s movingDeco ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .summary::before {
    background-image: url(../images/summary-bg-r01.webp);
  }
}
.summary::after {
  background-image: url(../images/summary_sp.webp);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 2.1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .summary::after {
    background-image: url(../images/summary.webp);
  }
}
.summary.customlazy--inview::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.summary__inner {
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .work-card {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1080px) {
  .work-card {
    margin-top: 0;
  }
}
.work-card__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .work-card__item {
    background: #fff;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .work-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.work-card__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .work-card__item--reverse .work-card__thumb {
    margin-right: 0;
    margin-left: -8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .work-card__item--reverse .work-card__box {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .work-card__item--reverse .work-card__link {
    padding: 2rem 10rem 2rem 2rem;
  }
}
.work-card__item--reverse .work-card__inner {
  margin: 0 auto 0 0;
}
.work-card__item + .work-card__item {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .work-card__item + .work-card__item {
    margin-top: 5.5rem;
  }
}
.work-card__thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .work-card__thumb {
    width: 50%;
    margin-right: -8.3333333333%;
    z-index: 1;
  }
}
.work-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.work-card__box {
  position: relative;
  top: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .work-card__box {
    width: 58.3333333333%;
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .work-card__box:hover {
    top: -10px;
  }
  .work-card__box:hover .work-card__inner::after {
    right: -10px;
  }
}
.work-card__link {
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 40px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .work-card__link {
    padding: 2rem 2rem 2rem 10rem;
  }
}
@media screen and (min-width: 1080px) {
  .work-card__link {
    padding: 5rem 6rem !important;
  }
}
.work-card__inner {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  .work-card__inner {
    max-width: 420px;
    margin: 0 0 0 auto;
  }
}
.work-card__inner::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.work-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .work-card__head {
    gap: 1.6rem;
  }
}
.work-card__logo {
  border: solid 3px #58D387;
  border-radius: 16px;
  width: 82px;
  height: 82px;
  min-width: 82px;
  padding: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .work-card__logo {
    width: 133px;
    height: 133px;
    min-width: 133px;
    padding: 7px;
  }
}
.work-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.work-card__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #393636;
}
@media screen and (max-width: 1079px) {
  .work-card__title {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .work-card__title {
    font-size: 2.7rem;
  }
}
.work-card__title::after {
  display: block;
  content: attr(data-company) "";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #58D387;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .work-card__title::after {
    font-size: 1.8rem;
  }
}
.work-card__body {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.9;
  color: #393636;
  margin-top: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .work-card__body {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.dot-text {
  padding-top: 0.1em;
  background-position: top right 8px;
  background-repeat: repeat-y;
  background-size: 0.2em 1.1em;
  background-image: radial-gradient(0.1em 0.1em at center center, #393636, #393636 100%, transparent);
}

.use-card {
  display: grid;
  gap: 5.5rem;
}
@media screen and (min-width: 768px) {
  .use-card {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .use-card {
    gap: 5.5rem;
  }
}
.use-card__item {
  position: relative;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .use-card__item {
    padding: 3.1rem 3.2rem 4.1rem;
  }
}
.use-card__item::before {
  position: absolute;
  content: "";
  bottom: -70px;
  right: 10px;
}
.use-card .use::before {
  background: url(../images/deco-use-mony.png) center/contain no-repeat;
  width: 135px;
  height: 98px;
}
@media screen and (max-width: 1079px) {
  .use-card .use::before {
    bottom: -60px;
    right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .use-card .use::before {
    width: 165px;
    height: 128px;
  }
}
.use-card .use .use-card__head {
  background: url(../images/top-use-title-back01.png) center/contain no-repeat;
}
.use-card .save::before {
  background: url(../images/deco-igo.png) center/contain no-repeat;
  width: 167px;
  height: 97px;
}
@media screen and (min-width: 1080px) {
  .use-card .save::before {
    width: 222px;
    height: 130px;
  }
}
.use-card .save .use-card__head {
  background: url(../images/top-use-title-back02.png) center/contain no-repeat;
}
.use-card__head {
  position: absolute;
  top: -50px;
  left: -10px;
  width: 113px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .use-card__head {
    left: -40px;
    width: 182px;
    height: 312px;
  }
}
.use-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
}
@media screen and (min-width: 1080px) {
  .use-card__img {
    border-radius: 30px;
  }
}
.use-card__box {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .use-card__box {
    margin-top: 2.5rem;
  }
}

.top-activity-card {
  position: relative;
  top: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .top-activity-card:hover {
    top: -10px;
  }
}
.top-activity-card__link {
  display: block;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}
.top-activity-card__thumbnail {
  width: 100%;
  height: 196px;
}
.top-activity-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.top-activity-card__box {
  position: relative;
  padding-bottom: 3rem;
}
.top-activity-card__box::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-activity-card__post-title {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  color: #E0555E;
  margin-top: 1.7rem;
}
.top-activity-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #393636;
}

.partner {
  background: #fff;
  border-radius: 44px;
  padding: 2rem 3rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1080px) {
  .partner {
    border-radius: 80px;
    padding: 5.5rem 10rem;
    margin-top: 5rem;
  }
}
.partner__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0.5rem -2rem;
}
@media screen and (min-width: 768px) {
  .partner__box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: -1.9rem;
  }
}
.partner__item {
  padding: 0.5rem 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .partner__item {
    padding: 1.9rem;
  }
}
@media screen and (min-width: 1080px) {
  .partner__item:hover {
    opacity: 0.7;
  }
}
.partner__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 145px;
  max-height: 65px;
}
.partner__more {
  margin-top: 3.5rem;
  text-align: right;
}

/*********************/
/*  ボタン  */
/*********************/
.btn-area {
  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;
  gap: 30px 20px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.btn-area--full .btn {
  width: 100%;
}
.btn-area--bg {
  background: #FFFAE8;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .btn-area--bg {
    padding: 40px;
  }
}
.btn-area--purchase {
  padding: 50px 14px 26px;
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  .btn-area--purchase {
    -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;
  }
}
@media screen and (min-width: 1080px) {
  .btn-area--purchase {
    padding: 60px 40px 40px;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #F35C66;
  border-radius: 40px;
  padding: 1.9rem 4rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 356px;
  }
}
@media screen and (min-width: 1080px) {
  .btn:hover {
    opacity: 0.7;
  }
}
.btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn span::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_white.svg) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.btn--external span::after {
  background: url(../svg/external.svg) center/contain no-repeat;
}
.btn--pdf span::after {
  background: url(../svg/pdf.svg) center/contain no-repeat;
}
.btn--white {
  background: #fff;
  color: #F35C66;
  border: 3px solid #F35C66;
  padding: 16px 40px;
}
.btn--white span::after {
  background: url(../svg/arrow_red.svg) center/contain no-repeat;
}

@media screen and (min-width: 1080px) {
  #home .btn {
    font-size: 21px;
    min-width: 448px;
    padding: 24px;
  }
}

.purchase-btn {
  position: relative;
  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;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 4px solid #F88F00;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.purchase-btn::after {
  content: "";
  display: block;
  background: url(../images/purchase-btn.png) center/contain no-repeat;
  width: 80px;
  height: 89px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .purchase-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .purchase-btn {
    padding: 30px 64px;
    border-radius: 70px;
  }
}
@media screen and (min-width: 1080px) {
  .purchase-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.purchase-btn__bubble {
  position: relative;
  display: block;
  width: 200px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  background: #F88F00;
  border-radius: 20px;
  border: 2px solid #fff;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 3.5s piyopiyo linear infinite;
          animation: 3.5s piyopiyo linear infinite;
}
.purchase-btn__bubble::after {
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  background: #F88F00;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .purchase-btn__bubble {
    width: 256px;
    font-size: 16px;
    padding: 7px;
  }
}
.purchase-btn__link {
  font-size: 17px;
  font-weight: 700;
  color: #F88F00;
}
.purchase-btn__link::after {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .purchase-btn__link {
    font-size: 21px;
  }
  .purchase-btn__link::before {
    top: -22px;
  }
}
.purchase-btn--short {
  border: 4px solid #0FABC7;
}
.purchase-btn--short .purchase-btn__bubble {
  background: #0FABC7;
}
.purchase-btn--short .purchase-btn__bubble::after {
  background: #0FABC7;
}
.purchase-btn--short .purchase-btn__link {
  color: #0FABC7;
}

@-webkit-keyframes piyopiyo {
  0% {
    top: -27px;
  }
  5% {
    top: -32px;
  }
  10% {
    top: -27px;
  }
  15% {
    top: -32px;
  }
  20% {
    top: -27px;
  }
}

@keyframes piyopiyo {
  0% {
    top: -27px;
  }
  5% {
    top: -32px;
  }
  10% {
    top: -27px;
  }
  15% {
    top: -32px;
  }
  20% {
    top: -27px;
  }
}
/*********************/
/*  カンドゥーとは？  */
/*********************/
.about-card {
  max-width: 1200px;
  margin: 5rem auto 4.6rem;
  display: grid;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .about-card {
    margin: 12rem auto 13rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-card__item {
  position: relative;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 4rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .about-card__item {
    padding: 3.1rem 3.2rem 4.1rem;
  }
}
.about-card__item::before {
  position: absolute;
  content: "";
  bottom: -70px;
  right: 10px;
}
.about-card__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 30px;
}
.about-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.about-card__title {
  margin-top: 2.5rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: #3FBAD6;
}
@media screen and (min-width: 768px) {
  .about-card__title {
    font-size: 3.1rem;
  }
}
.about-card__box {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #393636;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .about-card__box {
    font-size: 1.6rem;
  }
}
.about-card .use::before {
  background: url(../images/deco-use-mony.png) center/contain no-repeat;
  width: 135px;
  height: 98px;
}
@media screen and (max-width: 1079px) {
  .about-card .use::before {
    bottom: -60px;
    right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .about-card .use::before {
    width: 165px;
    height: 128px;
  }
}
.about-card .save::before {
  background: url(../images/deco-igo.png) center/contain no-repeat;
  width: 167px;
  height: 97px;
}
@media screen and (min-width: 1080px) {
  .about-card .save::before {
    width: 222px;
    height: 130px;
  }
}
.about-card .save .about-card__title {
  color: #F2B306;
}

/*********************/
/*  採用情報  */
/*********************/
.recruit {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .recruit {
    margin-top: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruit__item {
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .recruit__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.recruit__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.recruit__list {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 1.3rem;
  margin-left: 2.3rem;
}
@media screen and (min-width: 768px) {
  .recruit__list {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}
.recruit__box {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .recruit__box {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}

/*********************/
/*  アクセス  */
/*********************/
.access__txt {
  margin-top: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .access__txt {
    margin-top: 0;
  }
}
.access__map {
  margin-top: 6.5rem;
}
@media screen and (min-width: 1080px) {
  .access__map {
    margin-top: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.access__map iframe {
  width: 100%;
  border-radius: 41px;
}
@media screen and (min-width: 1080px) {
  .access__map iframe {
    max-width: 583px;
    height: 302px;
  }
}
.access__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.access__box {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .access__box {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}

/*********************/
/*  お問合せ  */
/*********************/
.contact__content {
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .contact__content {
    margin-top: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 100px;
  }
}
.contact__txt {
  max-width: 540px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact__txt {
    font-size: 1.6rem;
  }
}
.contact__title {
  margin-top: 1.3rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-top: 0;
  }
}
.contact__box {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact__box {
    font-size: 1.6rem;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 0 0 50px;
}
.page-article__title {
  margin: 0 0 36px;
}
.page-article__title-ja {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .page-article__title-ja {
    font-size: 2.7rem;
  }
}
.page-article__title-en {
  display: block;
  font-size: 1.5rem;
  font-family: "Fredoka", sans-serif;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 1.8rem;
  }
}
.page-article .section:first-child {
  padding-top: 0;
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child) {
  margin-top: 2rem;
}
.post-type-page a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
  color: #F35C66;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}
.post-type-page img {
  border-radius: 12px;
}
@media screen and (min-width: 1080px) {
  .post-type-page img {
    border-radius: 20px;
  }
}
.post-type-page .h1:first-child,
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .sub-h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}
.post-type-page .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 70px 0 26px;
}
@media screen and (min-width: 768px) {
  .post-type-page .h1 {
    font-size: 4.7rem;
    margin: 100px 0 50px;
  }
}
.post-type-page .h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 13px;
  margin: 40px 0 30px;
}
.post-type-page .h2::after {
  content: "";
  display: inline-block;
  background: #E0555E;
  border-radius: 4px;
  width: 55px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    font-size: 3.5rem;
    padding: 0 0 18px;
    margin: 60px 0 35px;
  }
}
.post-type-page .h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 10px 25px;
  margin: 30px 0 10px;
}
.post-type-page .h3::before {
  content: "";
  display: inline-block;
  background: url(../svg/h3.svg) center/100% no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}
.post-type-page .h3::after {
  content: "";
  display: inline-block;
  background: #E0E0E0;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    font-size: 3rem;
    padding: 0 0 20px 32px;
    margin: 60px 0 24px;
  }
  .post-type-page .h3::before {
    left: 6px;
    top: 12px;
  }
}
.post-type-page .sub-h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #E0555E;
  margin: 30px 0 12px;
}
@media screen and (min-width: 768px) {
  .post-type-page .sub-h3 {
    font-size: 2.5rem;
    margin: 60px 0 30px;
  }
}
.post-type-page .sub-h3--center {
  text-align: center;
}
.post-type-page .h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0FABC7;
  padding: 3px 0 4px 13px;
  border-left: 5px solid #0FABC7;
  margin: 25px 0 12px;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4 {
    font-size: 2.2rem;
    margin: 40px 0 16px;
  }
}
.post-type-page .copy {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .copy {
    font-size: 2.6rem;
    margin: 37px 0 0;
  }
}
.post-type-page .note {
  font-size: 1.2rem;
  color: #E0555E;
  margin: 10px 0 0 !important;
}
.post-type-page .attention {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #F35C66;
  background: rgba(255, 228, 140, 0.36);
  padding: 0 5px;
}
.post-type-page .ul {
  list-style: none;
  margin: 30px 0 0;
}
.post-type-page .ul li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 10px 0 0;
}
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #58D387;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 7px;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul li {
    padding: 5px 0 6px 34px;
    margin: 5px 0 0;
  }
  .post-type-page .ul li::before {
    width: 12px;
    height: 12px;
    top: 11px;
    left: 11px;
  }
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 30px 0 0;
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 20px 0 0 0;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  width: 16px;
  height: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #3FBAD6;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .ol li {
    padding: 6px 0 7px 26px;
    margin: 5px 0 0;
  }
  .post-type-page .ol li::before {
    width: 34px;
    height: 34px;
    top: 6px;
  }
}
.post-type-page .ol-list {
  list-style: none;
  margin: 50px 0 0;
  counter-reset: number 0;
}
.post-type-page .ol-list li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 24px 0 0;
}
.post-type-page .ol-list li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #3FBAD6;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1.6rem;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .ol-list li {
    padding: 6px 0 0 70px;
  }
  .post-type-page .ol-list li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
  }
}
.post-type-page .ol-list__item {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3FBAD6;
}
@media screen and (min-width: 768px) {
  .post-type-page .ol-list__item {
    font-size: 2rem;
  }
}
.post-type-page .ol-list__txt {
  font-size: 1.5rem;
  margin: 10px 0 0 !important;
}
.post-type-page .box {
  margin: 35px 0 0;
  padding: 30px 24px;
  background: #fff;
  border: 4px solid #E0E0E0;
  border-radius: 17px;
}
@media screen and (min-width: 768px) {
  .post-type-page .box {
    padding: 45px;
    border-radius: 40px;
  }
}
.post-type-page .box__head {
  font-size: 19px;
  color: #fff;
  text-align: center;
  background: #F35C66;
  border-radius: 40px;
  padding: 6px 20px;
  margin: 8rem 0 4rem;
}
.post-type-page .box__head:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .box__head {
    padding: 10px;
    font-size: 31px;
  }
}
.post-type-page .box__title {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  color: #E0555E;
  padding: 0 0 10px;
}
.post-type-page .box__title::after {
  content: "";
  display: inline-block;
  background: #E0E0E0;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .box__title {
    font-size: 2.2rem;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .box p {
    margin: 1rem 0 0 !important;
  }
}
.post-type-page .box--color {
  background: #FFFAE8;
  border: 3px solid #F35C66;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0 0;
}
.post-type-page .table tr {
  border-top: 1px solid #E0E0E0;
}
.post-type-page .table tr:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.post-type-page .table th,
.post-type-page .table td {
  padding: 15px;
}
.post-type-page .table th {
  background: #F4F4F4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post-type-page .table--vertical tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-type-page .table--vertical th {
    text-align: left;
  }
}
.post-type-page .table--kadomaru {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.post-type-page .table--kadomaru::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .post-type-page .table--kadomaru th {
    font-size: 13px;
  }
}
.post-type-page .table--kadomaru td {
  text-align: center;
}
.post-type-page .table--price td {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-type-page .table--price td {
    font-size: 15px;
  }
}
.post-type-page .qa {
  margin: 50px 0 0;
}
.post-type-page .qa__item {
  position: relative;
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 4.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .qa__item {
    padding-left: 7rem;
  }
}
.post-type-page .qa__item--q {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0FABC7;
}
.post-type-page .qa__item--q::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "Q";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0FABC7;
  font-family: "Fredoka", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .qa__item--q {
    font-size: 2rem;
    padding-top: 8px;
  }
  .post-type-page .qa__item--q::before {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.post-type-page .qa__item--a {
  margin-top: 0.5rem;
}
.post-type-page .detail-list {
  display: grid;
  gap: 20px;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .detail-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1080px) {
  .post-type-page .detail-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px 20px;
  }
}
.post-type-page .detail-list__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(circle at 65% 28%, rgb(129, 237, 205), rgba(129, 237, 205, 0) 50%), radial-gradient(circle at 18% 21%, rgb(254, 210, 90), rgba(254, 210, 90, 0) 50%), radial-gradient(circle at 97% 17%, rgb(153, 207, 225), rgba(153, 207, 225, 0) 50%), radial-gradient(circle at 75% 89%, rgb(255, 228, 140), rgba(255, 228, 140, 0) 50%), radial-gradient(circle at 24% 84%, rgb(253, 188, 169), rgba(253, 188, 169, 0) 50%);
  border-radius: 20px;
  padding: 25px;
  z-index: 0;
}
.post-type-page .detail-list__box::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 17px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .post-type-page .detail-list__box {
    padding: 20px;
  }
}
.post-type-page .detail-list__title {
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 12px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) {
  .post-type-page .detail-list__title {
    font-size: 15px;
  }
}
.post-type-page .detail-list__desc {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .detail-list__desc {
    font-size: 14px;
  }
}
.post-type-page .detail-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.post-type-page .service-title {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
}
.post-type-page .service-title::before {
  content: "\e910";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 27px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  background: #3D5AA8;
  border-radius: 50%;
}
.post-type-page .service-title--junyu::before {
  content: "\e910";
}
.post-type-page .service-title--info::before {
  content: "\e90f";
}
.post-type-page .service-title--toilet::before {
  content: "\e90d";
}
.post-type-page .service-title--omutsu::before {
  content: "\e90e";
}
.post-type-page .service-title--todora::before {
  content: "\e911";
}
.post-type-page .desc-img img {
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .desc-img img {
    border-radius: 26px 26px 0 0;
  }
}
.post-type-page .desc-box {
  font-weight: 700;
  background: #FEFAE8;
  border-radius: 0 0 12px 12px;
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-page .desc-box {
    font-size: 18px;
    border-radius: 0 0 26px 26px;
    padding: 30px;
  }
}
.post-type-page .desc-box span {
  color: #F35C66;
}
.post-type-page .price-tag {
  font-size: 13px;
  font-weight: 700;
}
.post-type-page .price-tag::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.post-type-page .price-tag--low::after {
  background: #3FBAD6;
}
.post-type-page .price-tag--middle::after {
  background: #58D387;
}
.post-type-page .price-tag--high::after {
  background: #FFBA38;
}
.post-type-page .price-tag--super::after {
  background: #FF4E59;
}
.post-type-page .price-tag--special::after {
  background: #9081E0;
}
.post-type-page .page-swiper-wrap {
  overflow: hidden;
}
.post-type-page .swiper-container {
  position: relative;
}
.post-type-page .swiper-container {
  width: 100%;
}
.post-type-page .swiper-container.slider {
  height: auto;
  overflow: hidden;
}
.post-type-page .swiper-container.slider-thumbnail {
  height: auto;
}
.post-type-page .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.post-type-page .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.post-type-page .contact-area {
  margin: 70px 0 0;
}
.post-type-page .contact-area__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-page .contact-area__title {
    font-size: 20px;
  }
}
.post-type-page .contact-area__link {
  text-align: center;
}
.post-type-page .contact-area__link a {
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.post-type-page .contact-area__link rt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #151515;
}
.post-type-page .contact-area__link::before {
  font-family: "icomoon";
  font-size: 28px;
  content: "\e902";
  color: #FED25A;
  margin-right: 6px;
}
.post-type-page .contact-area__note {
  font-size: 15px;
  color: #8D8D8D;
  text-align: center;
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 20px;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #393636;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #393636;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.thumbnail-card:hover {
  opacity: 0.7;
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.thumbnail-card__box {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 20px;
  }
}
.thumbnail-card__title {
  padding: 1rem 0;
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #393636;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #393636;
  line-height: 1.7;
}

.map-list {
  list-style: none;
  display: grid;
  gap: 1rem 4rem;
  margin: 70px 0 0;
}
@media screen and (min-width: 768px) {
  .map-list {
    grid-template-columns: 1fr 1fr;
  }
}
.map-list__item {
  position: relative;
  padding-left: 4rem;
}
.map-list__item::before {
  content: attr(data-number) "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3D5AA8;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
}
.map-list__link {
  font-size: 16px;
  font-weight: 700;
  color: #393636;
  text-decoration: underline;
}
.map-list__link::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.youtube-responsive {
  position: relative;
  aspect-ratio: 16/9;
}
.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1080px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #393636;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1080px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: #999;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #fff;
}
.breadcrumb-list__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .pager-list {
    margin: 7.3rem 0 0;
  }
}
.pager-list__item {
  list-style: none;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .pager-list__item:hover {
    opacity: 0.6;
  }
}
.pager-list__link {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.8rem;
  font-family: "Fredoka", sans-serif;
}
.pager-list__link--number {
  color: #E0E0E0;
}
.pager-list__link--active {
  color: #fff;
  background: #F35C66;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #F35C66;
  margin: 0 10px 1px 0;
  border-right: 3px solid #F35C66;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #F35C66;
  margin: 0 10px 1px 0;
  border-right: 3px solid #F35C66;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  margin: 15px 8px 10px;
  list-style: none;
  position: relative;
  background: #666;
  border-radius: 8px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 2rem 3rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-pager-list__link--number {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--number {
    font-size: 2rem;
  }
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  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: 50px;
  height: 50px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: grid;
  gap: 10px 20px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .goto {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goto__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #393636;
  text-align: center;
  padding: 10px;
  background: rgba(226, 74, 85, 0.07);
  border-radius: 12px;
  border: 2px solid #E24A55;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.goto__link::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 26px;
  height: 26px;
}
.goto:first-child {
  margin-top: 0;
}

.minigoto {
  display: grid;
  gap: 10px 20px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .minigoto {
    grid-template-columns: repeat(2, 1fr);
  }
}
.minigoto__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #393636;
  text-align: center;
  padding: 10px 40px 10px 16px;
  background: rgba(88, 211, 135, 0.07);
  border: 2px solid #58D387;
  border-radius: 12px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.minigoto__link::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../svg/arrow_green.svg) center/100% no-repeat;
  width: 20px;
  height: 20px;
}
.minigoto:first-child {
  margin-top: 0;
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.news-list__item {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 13px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 22px 11px;
  padding-right: 36px;
}
.news-list__item::after {
  display: inline-block;
  content: "";
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-list__item {
    grid-template-columns: 89px 1fr;
    gap: 16px 20px;
    padding: 25px;
    padding-right: 50px;
  }
  .news-list__item::after {
    right: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .news-list__item:hover .news-list__post-title {
    opacity: 0.7;
  }
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__time {
  font-size: 1.4rem;
  font-weight: 900;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.6rem;
  }
}
.news-list__category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  padding: 0 6px;
}
.news-list__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.news-list__post-title {
  grid-column: 1/3;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    font-size: 1.6rem;
  }
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__ctg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  padding: 0 6px;
}
.news-head__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .news-head__title {
    font-size: 3.8rem;
    margin: 20px 0 0;
  }
}
.news-head__time {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 900;
  margin: 15px 0 0;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.6rem;
  }
}

.news-hero {
  position: relative;
}
.news-hero__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-hero__time {
  font-size: 1.4rem;
  font-weight: 900;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .news-hero__time {
    font-size: 1.6rem;
  }
}
.news-hero__content {
  font-size: 14px;
  margin: 4px 0 0;
}
@media screen and (min-width: 1080px) {
  .news-hero__content {
    font-size: 16px;
  }
}

.cats {
  list-style: none;
  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;
  gap: 6px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cats {
    margin: 0 0 60px;
    gap: 12px;
  }
}
.cats__link {
  display: block;
  color: #393636;
  font-size: 14px;
  border: 2px solid #EBEBEB;
  border-radius: 30px;
  padding: 6px 13px;
}
@media screen and (min-width: 768px) {
  .cats__link {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.cats__link.active {
  background: #EBEBEB;
}

/*********************/
/*  イベント  */
/*********************/
.event-card {
  position: relative;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 20px;
}
.event-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .event-card-wrap {
    gap: 32px 22px;
  }
}
.event-card::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .event-card::after {
    right: 25px;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .event-card {
    padding: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .event-card:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.event-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-card__thumb {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.event-card__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card__txt {
  margin: 17px 0 40px;
}
.event-card__title {
  font-size: 1.7rem;
  font-weight: 700;
}
.event-card__time {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F35C66;
  margin: 5px 0 0;
}

.event-head {
  margin-bottom: 3rem;
}
.event-head__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .event-head__title {
    font-size: 3.8rem;
    margin: 20px 0 0;
  }
}
.event-head__time {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-head__time {
    font-size: 2rem;
  }
}
.event-head__ctg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  padding: 0 6px;
}
.event-head__img {
  max-width: 650px;
  margin: 0 auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1080px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1080px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  ブランドパートナー一覧  */
/*********************/
.partner-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 13px;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .partner-card-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .partner-card-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.partner-card {
  position: relative;
  background: #fff;
  min-height: 190px;
  border: 3px solid #E0E0E0;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.partner-card::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 12px;
  bottom: 14px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .partner-card::after {
    right: 26px;
    bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .partner-card {
    min-height: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .partner-card:hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .partner-card:hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.partner-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.partner-card__logo {
  padding: 10px 15px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .partner-card__logo {
    padding: 13px 26px 0;
  }
}
.partner-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 12px 0 45px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .partner-card__name {
    margin: 16px 0 0;
    padding: 0 20px;
  }
}

/*********************/
/*  ブランドパートナー詳細  */
/*********************/
.partner-img {
  border: 4px solid #E0E0E0;
  border-radius: 40px;
  max-width: 488px;
  padding: 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .partner-img {
    padding: 47px;
  }
}
.partner-img img {
  margin: 0 auto;
}

.partner-desc {
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .partner-desc {
    margin: 50px 0 0;
  }
}

/*********************/
/*  アクティビティ一覧  */
/*********************/
.activity-card {
  cursor: pointer;
  position: relative;
  height: 100%;
  background: #fff;
  min-height: 190px;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.activity-card-wrap {
  display: grid;
  gap: 35px;
  margin: 36px 0 0;
}
@media screen and (min-width: 768px) {
  .activity-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .activity-card-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.activity-card-area {
  max-width: 480px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .activity-card-area {
    max-width: 720px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .activity-card {
    min-height: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .activity-card:hover {
    opacity: 0.7;
  }
  .activity-card:hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.activity-card::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 10px;
}
.activity-card::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/100% no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  bottom: 17px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .activity-card::after {
    right: 26px;
    bottom: 22px;
  }
}
.activity-card--hide {
  display: none;
}
.activity-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.activity-card__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.activity-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  border-radius: 22px 22px 0 0;
}
.activity-card__txt {
  padding: 20px 25px 53px;
}
.activity-card__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}

.activity-tag {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 2px 0;
}
.activity-tag-wrap {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .activity-tag {
    margin: 3px 0;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 10px;
  margin: 17px 0 0;
}
.tags-box {
  padding: 25px 12px;
  border: 3px solid #E0E0E0;
  border-radius: 23px;
  max-width: 624px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .tags-box {
    padding: 35px 40px;
  }
}
.tags-box__title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .tags {
    gap: 13px;
  }
}
.tags__radio {
  display: none;
}
.tags__label {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 6px 12px;
  cursor: pointer;
}
.tags__radio:checked + .tags__label {
  border: 1px solid #F35C66;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tags__label {
    font-size: 1.4rem;
  }
}

.reset {
  font-size: 1.4rem;
  color: #fff;
  padding: 9px 25px;
  background: #F35C66;
  border-radius: 25px;
  cursor: pointer;
}
.reset-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 17px 0 0;
}
@media screen and (min-width: 768px) {
  .reset-area {
    margin: 27px 0 0;
  }
}

/*********************/
/*  アクティビティ詳細  */
/*********************/
.venue-title {
  font-size: 2rem;
  font-weight: 700;
  color: #F35C66;
  margin: 28px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .venue-title {
    font-size: 3.7rem;
    margin: 44px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 86px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.staff__thumb {
  width: 170px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.staff__thumb img {
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
            flex: 0 0 232px;
    margin: 0;
  }
  .staff__thumb img {
    margin-right: 0;
  }
}
.staff__message {
  position: relative;
  max-width: 305px;
  background: #FFF0BE;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 5px auto 0;
}
.staff__message::before {
  content: "";
  display: inline-block;
  background: #FFF0BE;
  width: 30px;
  height: 26px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .staff__message {
    max-width: 324px;
    margin: 0;
  }
  .staff__message::before {
    width: 15px;
    height: 23px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.partner-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .partner-box {
    padding: 54px;
  }
}
.partner-box__logoimg {
  max-width: 400px;
  margin: 0 auto;
}
.partner-box__name {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partner-box__name {
    font-size: 2rem;
  }
}

.photoservice-area {
  padding: 70px 0 0;
}
.photoservice-area__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1080px) {
  .photoservice-area__link:hover {
    opacity: 0.7;
  }
}
.photoservice-area__link img {
  border-radius: unset !important;
}

.ui-datepicker {
  border: 4px solid #e0e0e0;
  border-radius: 20px;
  padding: 15px;
}
.ui-datepicker-header {
  position: relative;
  color: #fff;
  text-align: center;
  background: #3EBAD6;
  border-radius: 10px;
}
.ui-datepicker-title {
  font-size: 24px;
  line-height: 50px;
}
.ui-datepicker-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-datepicker-next {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #3EBAD6;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  opacity: 0.7;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  border: 6px solid #fff;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  border: 3px solid #fff;
}
.ui-datepicker-calendar th a,
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  display: block;
  border-radius: 5px;
  line-height: 42px;
}
.ui-datepicker-calendar th a.ui-state-default,
.ui-datepicker-calendar td a.ui-state-default {
  color: #fff;
  background: #3EBAD6;
  border-radius: 5px;
}
.ui-datepicker-calendar th a.ui-state-default:hover,
.ui-datepicker-calendar td a.ui-state-default:hover {
  background: #FFBA38;
}
.ui-datepicker-calendar th a.ui-state-highlight,
.ui-datepicker-calendar td a.ui-state-highlight {
  color: #fff;
  background: #F35C66;
  border-radius: 5px;
}
.ui-datepicker-calendar th a.ui-state-active,
.ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
  background: #FFBA38;
  border-radius: 5px;
}
.ui-datepicker-calendar th span.ui-state-default,
.ui-datepicker-calendar td span.ui-state-default {
  background: #e0e0e0;
  border-radius: 5px;
}
.ui-datepicker-calendar th:first-child {
  color: #E0555E;
}
.ui-datepicker-calendar th:last-child {
  color: #3EBAD6;
}

.ticket-board {
  border: 4px solid #e0e0e0;
  border-radius: 20px;
  padding: 15px;
}
.ticket-board__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.ticket-board__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: bold;
  text-align: left;
  background: #e0e0e0;
  border-radius: 4px;
}
.ticket-board__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: inherit;
  border-bottom: 2px solid #e0e0e0;
}
.ticket-board__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  background: url(../svg/arrow_yellow.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ticket-board__line:hover {
  opacity: 0.7;
}
.ticket-board__line.am {
  background: rgba(243, 92, 102, 0.07);
}
.ticket-board__line.pm {
  background: rgba(70, 196, 219, 0.07);
}
.ticket-board__line.disabled {
  pointer-events: none;
  background: #e0e0e0;
  color: #999;
}
.ticket-board__remain, .ticket-board__time, .ticket-board__ticket {
  padding: 4px 8px;
}
.ticket-board__remain {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
  line-height: 1.1;
}
.ticket-board__time {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
  border-left: 1px solid #e0e0e0;
}
.ticket-board__ticket {
  -webkit-box-flex: 6;
      -ms-flex: 6 0 0px;
          flex: 6 0 0;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}

#tbody .ticket-board__remain,
#tbody_ssp .ticket-board__remain {
  font-size: 24px;
}

#ui-datepicker-div {
  display: none;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: #393636;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1079px) {
  .form-step__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;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}
.form-step__item:nth-child(1) {
  background: #eee;
}
.form-step__item:nth-child(1):before {
  border-color: transparent transparent transparent #eee;
}
.form-step__item:nth-child(2) {
  background: #ddd;
}
.form-step__item:nth-child(2):before {
  border-color: transparent transparent transparent #ddd;
}
.form-step__item:nth-child(3) {
  background: #999;
}
.form-step__item:nth-child(3):before {
  display: none;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #393636;
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .form {
    grid-template-columns: 200px 1fr;
  }
}
.form__required {
  margin-left: 1em;
  color: #fff;
  background: #E0555E;
  border-radius: 3px;
  padding: 0 6px;
}
.form__any {
  margin-left: 1em;
  color: #fff;
  background: #999;
  border-radius: 3px;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .form__head {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .form__body {
    grid-column: 2/3;
  }
}
.form__label {
  display: block;
}
.form__label--required::after {
  content: "*";
  color: #E0555E;
  font-weight: bold;
}
.form__text, .form__textarea, .form__select {
  min-width: 9rem;
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .form__text, .form__textarea, .form__select {
    min-width: 10rem;
  }
}
.form__select {
  padding: 6px 36px 6px 6px;
}
.form .select {
  position: relative;
  display: block;
}
.form .select:after {
  content: "▼";
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 38px;
  pointer-events: none;
}

.form-row {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .form-row--column-2 {
    grid-template-columns: [row-start] repeat(2, 1fr) [row-end];
  }
}
@media screen and (min-width: 768px) {
  .form-row--column-3 {
    grid-template-columns: [row-start] repeat(3, 1fr) [row-end];
  }
}
@media screen and (min-width: 768px) {
  .form-row__item--full {
    grid-column: row;
  }
}
.form-row + .form-row {
  margin-top: 2rem;
}

/*
.form {
  font-size: 1.6rem;
  color: $color_font_base;
  background: $color_theme_gray_ultralight;
  padding: 10px;
  margin: 1rem 0;

  @include min_tablet {
    padding: 15px;
  }

  @include min_desktop {
    font-size: 1.4rem;
    padding: 30px;
  }

  &__row {
    @include only_mobile {
      padding: 10px;
    }

    @include min_tablet {
      display: flex;
      align-items: center;
    }
  }

  &__required {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #fff;
    padding: 0 5px;
    margin-left: 1rem;
    vertical-align: text-top;
    background: $color_theme_gray_dark;

    @include max_tablet {
      margin-bottom: 1rem;
    }

    @include min_tablet {
      float: right;
    }
  }

  &__item {
    color: $color_font_base;
    margin: .5rem 0;

    @include min_tablet {
      margin: 1.5rem;
    }

    br {
      @include only_mobile {
        display: none;
      }
    }

    &:first-child {
      font-weight: bold;

      @include min_tablet {
        width: 25%;
      }
    }

    &:last-child {
      position: relative;

      @include min_tablet {
        width: 75%;
      }
    }
  }

  &__text,
  &__textarea,
  &__number,
  &__email,
  &__zip {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px;
  }

  &__zip {
    display: inline-block;
    width: 220px;
    margin-bottom: 1rem;
  }

  &__select {
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0;
    color: $color_font_base;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 110px;
    padding: 5px;
  }

  &__radio,
  &__check {
    display: none;

    &:checked + .mwform-radio-field-text:before {
      opacity: 1;
    }

    &:checked + .mwform-checkbox-field-text:after {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: 4px;
      width: 7px;
      height: 10px;
      transform: rotate(40deg);
      border-bottom: 2px solid $color_theme_white;
      border-right: 2px solid $color_theme_white;
    }

    &:checked + .mwform-checkbox-field-text:before {
      background: $color_theme_gray_dark;
      ;
    }
  }

  .mwform-radio-field-text {
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    cursor: pointer;

    &:hover:after {
      border-color: $color_theme_gray_dark;
    }

    &:after {
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      border: 2px solid $color_theme_gray_dark;
      border-radius: 50%;
      content: '';
      background: $color_theme_white;
      z-index: 0;
    }

    &:before {
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 8px;
      height: 8px;
      background: $color_theme_gray_dark;
      border-radius: 50%;
      opacity: 0;
      z-index: 1;

      @include min_desktop {
        top: 7px;
      }
    }
  }

  .mwform-checkbox-field-text {
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    cursor: pointer;

    &:before {
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 2px solid $color_theme_gray_dark;
      background: $color_theme_white;
    }
  }

  .mwform-radio-field,
  .mwform-checkbox-field {
    label {
      cursor: pointer;
    }
  }

  &__image {
    width: 100%;
  }

  &__checkbox {
    &--region {
      &:after {
        border-radius: 6px;
      }

      &:before {
        width: 5px;
        height: 9px;
        border-right: 3px solid $color_theme_gray_dark;
        border-bottom: 3px solid $color_theme_gray_dark;
        transform: rotate(45deg);
      }
    }
  }

  &__btn-wrap {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
  }

  &__button,
  &__back,
  &__submit {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 45px;
    font-size: 1.6rem;
    color: $color_theme_white;
    font-weight: bold;
    background: $color_theme_gray;
    cursor: pointer;
    transition: .2s ease-out;

    &:hover {
      background: $color_theme_gray_dark;
    }

    &:visited {
      background: $color_theme_gray_light;
    }
  }

  ::-webkit-input-placeholder {
    color: $color_theme_gray;
  }

  ::-moz-placeholder {
    color: $color_theme_gray;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: $color_theme_gray;
  }

  a {
    cursor: pointer;
  }
}

.mwform-radio-field,
.mwform-checkbox-field {
  label {
    cursor: pointer;
  }
}
*/
/*********************/
/*  お問い合わせフォーム  */
/*********************/
.form-flow {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 64px 0 48px;
}
.form-flow__item {
  text-align: center;
  padding: 22px;
  font-size: 13px;
  background: #F5F5F5;
  clip-path: polygon(calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 0 0);
}
.form-flow__item:not(:first-child) {
  clip-path: polygon(0 0, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
}
@media screen and (min-width: 768px) {
  .form-flow__item {
    font-size: 15px;
  }
}
.form-flow__item--active {
  background: #FFF0C8;
}

.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1080px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #F35C66;
  margin-right: 14px;
}
.deco-form__required {
  color: #fff;
  background: #F35C66;
}
.deco-form__any {
  color: #F35C66;
  background: #fff;
}
.deco-form__item {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #393636;
  position: relative;
}
.deco-form__item:nth-child(2) {
  margin: 14px 0 0;
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--checkbox, .deco-form__item--radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--checkbox, .deco-form__item--radio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #393636;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 16px;
  background: #F5F5F5;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.deco-form__text::-webkit-input-placeholder, .deco-form__textarea::-webkit-input-placeholder, .deco-form__number::-webkit-input-placeholder, .deco-form__email::-webkit-input-placeholder, .deco-form__select::-webkit-input-placeholder, .deco-form__zip::-webkit-input-placeholder {
  color: rgba(57, 54, 54, 0.3);
}
.deco-form__text::-moz-placeholder, .deco-form__textarea::-moz-placeholder, .deco-form__number::-moz-placeholder, .deco-form__email::-moz-placeholder, .deco-form__select::-moz-placeholder, .deco-form__zip::-moz-placeholder {
  color: rgba(57, 54, 54, 0.3);
}
.deco-form__text:-ms-input-placeholder, .deco-form__textarea:-ms-input-placeholder, .deco-form__number:-ms-input-placeholder, .deco-form__email:-ms-input-placeholder, .deco-form__select:-ms-input-placeholder, .deco-form__zip:-ms-input-placeholder {
  color: rgba(57, 54, 54, 0.3);
}
.deco-form__text::-ms-input-placeholder, .deco-form__textarea::-ms-input-placeholder, .deco-form__number::-ms-input-placeholder, .deco-form__email::-ms-input-placeholder, .deco-form__select::-ms-input-placeholder, .deco-form__zip::-ms-input-placeholder {
  color: rgba(57, 54, 54, 0.3);
}
.deco-form__text::placeholder, .deco-form__textarea::placeholder, .deco-form__number::placeholder, .deco-form__email::placeholder, .deco-form__select::placeholder, .deco-form__zip::placeholder {
  color: rgba(57, 54, 54, 0.3);
}
.deco-form__text:focus, .deco-form__textarea:focus, .deco-form__number:focus, .deco-form__email:focus, .deco-form__select:focus, .deco-form__zip:focus {
  background: #fff0c8;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #F35C66;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text, .deco-form__check:checked + .mwform-checkbox-field-text {
  background: #fff0c8;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #F35C66;
}
.deco-form__check:checked + .mwform-radio-field-text:after, .deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 16px 20px 16px 50px;
  background: #F5F5F5;
  border-radius: 5px;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #F35C66;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 20px;
}
.deco-form .mwform-radio-field-text:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F35C66;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 20px 24px 20px 57px;
  background: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
}
.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #F35C66;
  border-radius: 3px;
  position: absolute;
  top: 23px;
  left: 24px;
}
.deco-form .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 27px;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1080px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-text-link {
  color: #393636;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #393636;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

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

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1080px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Fredoka", "Roboto", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #393636;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

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

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

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

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto 0;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto 0;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.txt-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  color: #F35C66;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.txt-link::after {
  content: "";
  display: inline-block;
  background: url(../svg/arrow_red.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 1080px) {
  .txt-link:hover {
    opacity: 0.7;
  }
}

.external-link {
  text-decoration: underline;
  color: #F35C66;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.external-link::after {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 5px;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .external-link:hover {
    opacity: 0.7;
  }
}

.section--archive {
  padding: 8rem 0 0;
}

.lazy {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1.2s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .lazy {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.lazy--inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}