@charset "UTF-8";
/* =========================================================
    Mixin/index
========================================================= */
/* =========================================================
  Common
========================================================= */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

html {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-word;
  color: #4d4d4d;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  margin: 0px;
}

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

input,
select,
textarea {
  outline: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
  outline: none;
}

blockquote,
q {
  quotes: none;
}

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

button {
  background-color: transparent;
}

button:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

fieldset {
  border: 0;
}

form {
  display: inline;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  empty-cells: show;
  width: 100%;
}

th {
  text-align: right;
}

input {
  background-color: transparent;
  border-radius: 0;
}

input[type=radio] {
  display: inline-block;
  vertical-align: top;
}

small,
big {
  font-size: 1em;
}

strong {
  font-weight: 700;
}

label {
  vertical-align: middle;
}

legend {
  display: none;
}

/* =========================   
     Styles
  ========================= */
.shop-info {
  color: #fff;
  font-size: 12px;
}

.l-footer {
  background-color: #9d2235;
  color: #fff;
  font-size: 12px;
}

.copyright {
  text-align: center;
}

.copyright a {
  font-size: 1.2rem;
  color: #fff;
}

article {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}

body {
  /* 游ゴシック体 */
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong._pink {
  color: #e95377;
}
strong._orange {
  color: #FF9C00;
}
strong._color {
  color: #1DCBC5;
}
strong .underline {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow), color-stop(85%, yellow), color-stop(85%, transparent));
  background: -webkit-linear-gradient(transparent 60%, yellow 60%, yellow 85%, transparent 85%);
  background: linear-gradient(transparent 60%, yellow 60%, yellow 85%, transparent 85%);
}
strong .underline._underline-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, white), color-stop(85%, white), color-stop(85%, transparent));
  background: -webkit-linear-gradient(transparent 60%, white 60%, white 85%, transparent 85%);
  background: linear-gradient(transparent 60%, white 60%, white 85%, transparent 85%);
}

span._color {
  color: #1DCBC5;
}
span._pink {
  color: #f460a4;
}
span._bluegreen {
  color: #1DCBC5;
}
span._orange {
  color: #FF9C00;
}
span._green {
  color: #46BF61;
}

a {
  text-decoration: none;
}
a._color {
  color: #1DCBC5;
  font-weight: 500;
}
a._white {
  color: #fff;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:visited {
  text-decoration: underline;
}

p {
  margin: 1.5em 0 0;
}

.note-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
.note-list li {
  margin-left: 1em;
  text-indent: -1em;
}
.note-list a {
  text-decoration: underline;
}

.note {
  margin: 10px 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
.note a {
  text-decoration: underline;
}

.alphabet {
  font-family: "Roboto Serif", serif;
}

.basic-list {
  margin: 1em 0 0;
  padding: 0 0 0 1.25em;
  list-style: disc outside;
}

.basic-dl dt {
  margin: 2em 0 1em;
  font-size: 110%;
}
.basic-dl dd {
  margin: 1em 0;
  text-align: justify;
}

.indent-list {
  padding: 0 0 0 4em;
  list-style: none;
}
.indent-list > li {
  margin-top: 0.75em;
  text-indent: -2em;
}
.indent-list > li ol {
  text-indent: 0;
}

ol li {
  margin-top: 0.75em;
}

.box {
  margin: 40px 0;
}
.box .box-h {
  margin: -40px -40px 0;
  background-color: #e95377;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 175%;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.link {
  text-align: center;
}
.link a {
  display: inline-block;
  padding-right: 50px;
  background: url(../images/link_arrow_s.svg) no-repeat right center/40px;
}
.link a:hover {
  text-decoration: none;
}
.link._big {
  font-size: 20px;
}
.link._big a {
  padding-right: 70px;
}

@media (max-width: ) {
  body {
    line-height: 1.8;
  }
  .box {
    padding: 20px;
  }
  .box .box-h {
    margin: -20px -20px 0;
    font-size: 150%;
  }
  .link a {
    background-size: 25px;
    padding-right: 35px;
  }
  .link._big {
    font-size: 16px;
  }
  .link._big a {
    padding-right: 35px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1281px) {
  .under1280 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .under1024 {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .under820 {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .under768 {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .under480 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .over1024 {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .over820 {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .over768 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .over480 {
    display: none !important;
  }
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.alphabet {
  font-family: "Roboto", sans-serif;
}

._weight-normal {
  font-weight: 400 !important;
}

._weight-medium {
  font-weight: 500 !important;
}

._bold,
._weight-bold {
  font-weight: 600 !important;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.title-l {
  margin: 3em 0 2em;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .title-l {
    font-size: 28px;
  }
}
.title-l::after {
  margin: 0.75em auto 0;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #000;
  display: block;
}
.title-l._withlead {
  margin-bottom: 32px;
}
.title-l._3color-border::after {
  width: 180px;
  height: 3px;
  background: url(../images/_ver2/common/border_3color.svg) no-repeat center/cover;
}
.title-l._pink {
  color: #f460a4;
}
.title-l._bluegreen {
  color: #1DCBC5;
}

.title-m {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .title-m {
    font-size: 24px;
  }
}

.title-s {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .title-s {
    font-size: 20px;
  }
}

.title-xs {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 820px) {
  .title-xs {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .title-xs {
    font-size: 16px;
  }
}

.lead {
  text-align: center;
}
.lead._border-top::before {
  margin: 0 auto 1.5em;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #000;
  display: block;
}

@media (max-width: 480px) {
  .lead {
    font-size: 16px;
  }
}
.btn-container {
  margin: 80px 0 0;
}
.btn-container._center {
  text-align: center;
}

.btn:not(.menu-trigger) {
  display: inline-block;
  padding: 15px 1.5em;
  border: 1px solid #000;
  min-width: 250px;
  text-align: center;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/_ver2/common/link_arrow_s.svg) no-repeat 95% center/36px;
}
.btn:not(.menu-trigger)._big {
  padding: 20px 1.5em;
  min-width: 438px;
  font-size: 25px;
}
.btn:not(.menu-trigger)._white {
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
}

label.btn {
  cursor: pointer;
}

@media (max-width: 820px) {
  .btn-container {
    margin: 64px 0 0;
  }
}
@media (max-width: 480px) {
  .btn-container {
    margin: 48px 0 0;
  }
}
.side-banner {
  padding: 10px 10px 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  z-index: 10;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side-banner .banner-circle a {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  pointer-events: fill;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
}
.side-banner .banner-circle a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
}

@media (max-width: 1180px) {
  .side-banner {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .side-banner .banner-circle a {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .side-banner {
    padding: 5px 5px 5px 0;
  }
  .side-banner .banner-circle:first-child {
    display: block;
  }
  .side-banner .banner-circle a {
    width: 100px;
    height: 100px;
  }
}
.slick-arrow {
  width: 45px;
  height: 45px;
  font-size: 0;
  color: transparent;
  line-height: 0;
  margin-top: -23px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 50;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow.slick-prev {
  left: 30px;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 30px;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat center/cover;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.slick-dots {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.slick-dots button {
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
  display: inline-block;
  *zoom: 1;
  border-radius: 100%;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0 !important;
}
.slick-dots li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.slick-dots li.slick-active {
  background-color: #1DCBC5;
}
.slick-dots li.slick-active::before {
  opacity: 0;
}

._dots-white .slick-dots li::before {
  background-color: rgba(255, 255, 255, 0.3);
}
._dots-white .slick-dots li.slick-active {
  background-color: #fff;
}

@media (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: 16px;
  }
  .slick-arrow.slick-next {
    right: 16px;
  }
}
@media (max-width: 480px) {
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: 5px;
  }
  .slick-dots {
    margin-top: 20px;
  }
}
.gallery-list {
  display: grid;
  grid-template-areas: "p1 p1 p4 p5" "p1 p1 p6 p6" "p2 p3 p6 p6";
  gap: 2px;
}
.gallery-list li:nth-child(1) {
  grid-area: p1;
}
.gallery-list li:nth-child(2) {
  grid-area: p2;
}
.gallery-list li:nth-child(3) {
  grid-area: p3;
}
.gallery-list li:nth-child(4) {
  grid-area: p4;
}
.gallery-list li:nth-child(5) {
  grid-area: p5;
}
.gallery-list li:nth-child(6) {
  grid-area: p6;
}
.gallery-list a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.6%;
  position: relative;
}
.gallery-list a img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
}
.gallery-list a:hover img {
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

@media (max-width: 480px) {
  .gallery-list {
    grid-template-areas: "p1 p1" "p1 p1" "p2 p3" "p4 p5" "p6 p6" "p6 p6";
  }
}
.menu-list {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu-list li {
  border: 1px solid #000;
  width: calc(16.6% - 32px);
  padding-bottom: calc(16.6% - 32px);
  position: relative;
  text-align: center;
}
.menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/_ver2/common/link_arrow_m.svg) no-repeat 90% 92%/62px !important;
}
.menu-list li a:hover {
  background-position: 98% 92%;
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
}
.menu-list li a:hover .menu-icon {
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-list li .menu-icon {
  margin: 5px auto;
  width: 68px;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
}
.menu-list li .menu-icon._wide {
  width: 126px;
}
.menu-list li .menu-text {
  margin: 0.3em 0 0;
  color: #1DCBC5;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media (max-width: 820px) {
  .menu-list li .menu-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .menu-list li .menu-text {
    font-size: 16px;
  }
}
.menu-list li .menu-text small {
  display: block;
  font-size: 80%;
}
.menu-list._blue .menu-text {
  color: #048FDE;
}

@media (max-width: 1180px) {
  .menu-list {
    margin: 64px auto;
    max-width: 800px;
    gap: 24px;
  }
  .menu-list li {
    width: 160px;
    padding-bottom: 160px;
  }
  .menu-list li .menu-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .menu-list {
    margin: 48px auto;
    display: block;
  }
  .menu-list li {
    margin: 8px 0 0;
    width: auto;
    padding-bottom: 0;
  }
  .menu-list li a {
    padding: 3px 16px 3px 3px !important;
    width: auto;
    height: auto;
    position: static;
    display: grid !important;
    grid-template-columns: 90px 1fr;
    gap: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: 95% 75% !important;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    background: url(../images/_ver2/common/link_arrow_s.svg) no-repeat 96% 80%/38px !important;
  }
  .menu-list li .menu-icon {
    width: 90px;
    text-align: center;
  }
  .menu-list li .menu-icon._wide {
    width: 90px;
  }
  .menu-list li .menu-icon img {
    width: 90px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu-list li .menu-text {
    margin: 0;
    display: block;
    height: auto;
    text-align: left;
    font-size: 20px;
  }
}
.sec-news {
  margin: 120px 0;
}

.news-list {
  border-bottom: 1px solid #000;
}
.news-list li {
  margin: 0;
  border-top: 1px solid #000;
}
.news-list li a {
  display: block;
  padding: 1.5em 0;
}

@media (max-width: 820px) {
  .sec-news {
    margin: 80px 0;
  }
}
@media (max-width: 480px) {
  .sec-news {
    margin: 48px 0;
  }
}
.sec-event-list {
  margin: 120px 0;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
}
.event-list li {
  margin: 0;
}
.event-list li .event-item-inner {
  display: block;
}
.event-list li .image {
  position: relative;
  overflow: hidden;
}
.event-list li .image img {
  height: auto;
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.64, 1);
  aspect-ratio: 1/0.558;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-list li .txt {
  margin: 0.5em 0 0;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 820px) {
  .event-list li .txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .event-list li .txt {
    font-size: 16px;
  }
}
.event-list li.isMovie .image::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/_ver2/common/ico_movie.png) no-repeat center/contain;
  position: absolute;
  left: 8px;
  bottom: 4px;
}
.event-list li .event-item-inner:hover .image img {
  -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
          transform: scale(1.075);
}

@media (max-width: 820px) {
  .sec-event-list {
    margin: 80px 0;
  }
  .event-list {
    gap: 80px 20px;
  }
}
@media (max-width: 480px) {
  .sec-event-list {
    margin: 48px 0;
  }
  .event-list {
    display: block;
  }
  .event-list li {
    max-width: 300px;
    margin: 32px auto;
  }
}
.pagination {
  margin: 48px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pagination .page-numbers {
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers.current {
  border: 2px solid #000;
  border-radius: 3em;
  font-weight: 600;
  color: #1DCBC5;
  border-color: #1DCBC5;
}
.pagination .next {
  margin-left: 1.5em;
  width: auto;
}
.pagination .next::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 8px;
  background: url(../images/_ver2/common/link_arrow_s.svg) no-repeat center/contain;
  margin-left: 10px;
}
.pagination .prev {
  margin-right: 1.5em;
  width: auto;
}
.pagination .prev::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 8px;
  background: url(../images/_ver2/common/link_arrow_s.svg) no-repeat center/contain;
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (max-width: 480px) {
  .pagination {
    gap: 5px;
  }
  .pagination .page-numbers {
    width: 2.5em;
    height: 2.5em;
  }
  .pagination .next {
    margin-left: 1em;
  }
  .pagination .next::after {
    display: none;
  }
  .pagination .prev {
    margin-right: 1em;
  }
  .pagination .prev::before {
    display: none;
  }
}
/*

<input type="checkbox" class="accordion-checkbox" name="accordion-1" id="accordion-1">
<div class="accordion-content">
  〜〜コンテンツ〜〜
</div>
<div class="accordion-btn-container"><label for="accordion-1"><span>もっと見る</span></label></div>


■オプション：_onlysp
<div class="accordion-content _onlysp">
</div>
*/
.accordion-checkbox {
  display: none;
}

.accordion-content {
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 0.85, 0.42, 1);
  transition: max-height 0.3s cubic-bezier(0, 0.85, 0.42, 1);
}

.accordion-btn-container {
  margin: 1em 0 0;
  text-align: center;
}
.accordion-btn-container label {
  display: inline-block;
  padding: 0.5em 1.5em;
  border: 1px solid #fff;
  border-radius: 3em;
}

.accordion-checkbox:checked + .accordion-content {
  max-height: 8000px;
  -webkit-transition: max-height 0.5s cubic-bezier(0.93, 0, 0.98, 0.52);
  transition: max-height 0.5s cubic-bezier(0.93, 0, 0.98, 0.52);
}

.accordion-checkbox:checked ~ .accordion-btn-container label span {
  display: none;
}
.accordion-checkbox:checked ~ .accordion-btn-container label::after {
  content: "閉じる";
}

@media (min-width: 481px) {
  .accordion-content._onlysp {
    max-height: none;
  }
  .accordion-content._onlysp + .accordion-btn-container {
    display: none;
  }
}
#header {
  margin: 0 0 0 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header::before {
  display: none;
}
#header .siteid {
  width: 198px;
}
#header .header-copy {
  margin: 0 0 0 1.5em;
}

@media (max-width: 1024px) {
  #header {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #header .siteid img {
    width: 198px;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header .header-copy {
    display: none;
  }
}
.hummenu {
  z-index: 21;
}

.header-navi._ver2 {
  z-index: 20;
}
.header-navi._ver2 .nav-list {
  margin: -50px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-navi._ver2 .nav-list a,
.header-navi._ver2 .nav-list .comingsoon {
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-navi._ver2 .nav-list .icon {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-navi._ver2 .nav-list .icon img {
  width: 18px;
}
.header-navi._ver2 .nav-list .icon-access img {
  width: 24px;
}
.header-navi._ver2 .nav-list .txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 11px;
}
.header-navi._ver2 .nav-list .comingsoon .icon {
  opacity: 0.4;
}
.header-navi._ver2 .nav-list .comingsoon .txt {
  color: #aaa;
}
.header-navi._ver2 .menu-list {
  margin: 0 auto 48px;
  display: none;
}
.header-navi._ver2 .menu-list li {
  margin: 8px 0 0;
  width: auto;
  padding-bottom: 0;
}
.header-navi._ver2 .menu-list li a {
  padding: 3px 16px 3px 3px !important;
  width: auto;
  height: auto;
  position: static;
  display: grid !important;
  grid-template-columns: 90px 1fr;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 95% 75% !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}
.header-navi._ver2 .menu-list li .menu-icon {
  width: 90px;
  text-align: center;
}
.header-navi._ver2 .menu-list li .menu-icon img {
  width: 90px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-navi._ver2 ._boder-bottom::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #000;
  margin: 48px auto;
}
.header-navi._ver2 a {
  border: none !important;
}
.header-navi._ver2 a::before {
  display: none;
}

@media (max-width: 768px) {
  .header-navi._ver2 .menu-list {
    display: block;
  }
}
.side-nav {
  position: fixed;
  width: 72px;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.side-nav-list {
  margin: 0 auto;
  max-width: 48px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
}
.side-nav-list li {
  border-top: 1px solid #000;
}
.side-nav-list a,
.side-nav-list .comingsoon {
  padding: 20px 0;
  display: block;
  text-align: center;
  font-size: 10px;
}
.side-nav-list a .icon,
.side-nav-list .comingsoon .icon {
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.side-nav-list a .icon-info,
.side-nav-list .comingsoon .icon-info {
  width: 18px;
}
.side-nav-list a .icon-instagram,
.side-nav-list .comingsoon .icon-instagram {
  width: 18px;
}
.side-nav-list a .txt,
.side-nav-list .comingsoon .txt {
  margin: 10px 0 0;
}
.side-nav-list .comingsoon .icon {
  opacity: 0.4;
}
.side-nav-list .comingsoon .txt {
  color: #aaa;
}

@media (max-width: 1024px) {
  .side-nav {
    display: none;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1180px;
}
.inner._middle {
  margin: 0 auto;
  max-width: 960px;
}
.inner._narrow {
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 1180px) {
  .inner {
    margin: 0 50px;
  }
}
@media (max-width: 1024px) {
  .inner._middle {
    margin: 0 30px;
  }
}
@media (max-width: 820px) {
  .inner {
    margin: 0 30px;
  }
  .inner._narrow {
    margin: 0 30px;
  }
}
@media (max-width: 480px) {
  .inner {
    margin: 0 16px;
  }
  .inner._middle {
    margin: 0 16px;
  }
}
#footer {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  position: relative;
  color: #000;
}
#footer::before {
  display: none;
}
#footer .footer-content {
  margin: 0 32px 0 72px;
}
#footer .footer-title {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#footer .footer-infolist {
  font-size: 16px;
}
#footer .footer-infolist dt {
  margin: 24px 0 0;
  font-weight: 500;
  color: #1DCBC5;
}
#footer .map {
  margin: 32px 0;
  padding-bottom: 299px;
  position: relative;
}
#footer .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#footer .note {
  font-size: 16px;
}
#footer .footer-photo-box {
  position: relative;
}
#footer .footer-photo-box .credit {
  position: absolute;
  left: 20px;
  bottom: 17px;
  width: 215px;
}
#footer .footer-photo img {
  max-height: 100vh;
  height: 80vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .copyright {
  position: absolute;
  right: 32px;
  bottom: 20px;
  color: #000;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  #footer .copyright {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  #footer .footer-content {
    margin: 0 24px 0 50px;
  }
}
@media (max-width: 820px) {
  #footer {
    display: block;
  }
  #footer .footer-content {
    margin: 0 30px 48px;
  }
  #footer .footer-title {
    font-size: 48px;
  }
  #footer .footer-photo img {
    height: 75vw;
  }
}
@media (max-width: 480px) {
  #footer .footer-photo-box .credit {
    display: none;
  }
  #footer .footer-photo img {
    height: 100vw;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* =========================================================
//    page/_index
========================================================= */
/* =========================================================
  幼稚園　TOP
========================================================= */
.sec-block {
  padding: 120px 0;
}
.sec-block .title-l:first-child {
  margin-top: 0;
}

.keyarea {
  margin: 0 72px;
}

.mainvisual {
  position: relative;
}
.mainvisual .mainvisual-credit {
  max-width: 215px;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.mainvisual .mainvisual-copy {
  width: 38%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainvisual .mainvisual-copy img {
  width: 100%;
}

.mainvisual-slider img {
  height: calc(65vh - 72px);
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual-slider .bgposition_top {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.mainvisual-slider .bgposition_bottom {
  -o-object-position: center 80%;
     object-position: center 80%;
}

.movie-slider-container {
  margin: 40px 0 0;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 12.6%;
  position: relative;
}
.movie-slider-container .movie-more {
  padding-bottom: 33px;
}
.movie-slider-container .movie-more a {
  display: block;
  height: 100%;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-slider-container .movie-more a::after {
  content: "";
  display: block;
  margin: 15px 0 0;
  width: 77px;
  height: 9px;
  background: url(../images/_ver2/common/link_arrow_l.svg) no-repeat center/contain;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
}
.movie-slider-container .movie-more a:hover::after {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}
.movie-slider-container .movie-dots-container {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

.movie-slider .slick-list {
  overflow: visible;
}
.movie-slider li {
  margin: 0 24px 0 0;
  position: relative;
}
.movie-slider li .event-item-inner {
  display: block;
}
.movie-slider li .image {
  position: relative;
  overflow: hidden;
}
.movie-slider li .image img {
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.64, 1);
  aspect-ratio: 1/0.558;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-slider li .txt {
  margin: 7px 0 0;
  height: auto;
  text-align: center;
  font-weight: 500;
}
.movie-slider li.isMovie .image::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/_ver2/common/ico_movie.png) no-repeat center/contain;
  position: absolute;
  left: 8px;
  bottom: 4px;
}
.movie-slider li.isNew::before {
  content: "NEW";
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 2;
}
.movie-slider li.isNew::after {
  content: "";
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/_ver2/new_r.png) no-repeat center/contain;
  position: absolute;
  left: -6px;
  top: -12px;
  -webkit-animation-name: twinklestar;
          animation-name: twinklestar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.movie-slider li .event-item-inner:hover .image img {
  -webkit-transform: scale(1.075);
      -ms-transform: scale(1.075);
          transform: scale(1.075);
}

@-webkit-keyframes blinkBorder {
  0% {
    outline: 4px dotted #fff;
    outline-offset: -6px;
  }
  100% {
    outline: none;
    outline-offset: -6px;
  }
}

@keyframes blinkBorder {
  0% {
    outline: 4px dotted #fff;
    outline-offset: -6px;
  }
  100% {
    outline: none;
    outline-offset: -6px;
  }
}
@-webkit-keyframes twinklestar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@keyframes twinklestar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
.sec-welcome {
  padding: 0 0 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), url(../images/_ver2/harayamay/bg_welcome.webp) no-repeat center/cover;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../images/_ver2/harayamay/bg_welcome.webp) no-repeat center/cover;
  background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../images/_ver2/harayamay/bg_welcome.webp) no-repeat center/cover;
}
.sec-welcome .welcome-tit {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
}
.sec-welcome .welcome-tit .welcome-tit-txt1 {
  width: 194px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-welcome .welcome-tit .welcome-tit-txt2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-welcome .welcome-tit .welcome-tit-txt2 img {
  width: 320px;
}
.sec-welcome .welcome-tit .welcome-tit-txt2::before, .sec-welcome .welcome-tit .welcome-tit-txt2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
}
.sec-welcome .container-1 {
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.sec-welcome .welbome-box a {
  display: block;
  height: 100%;
  padding: 18px 18px 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/_ver2/common/link_arrow_m.svg) no-repeat 97% 92%/62px #fff;
}
.sec-welcome .welbome-box a:hover {
  background-position: 99% 92%;
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
}
.sec-welcome .welbome-box .welcome-box-tit {
  padding: 0.35em 0.5em;
  background-color: #1DCBC5;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .sec-welcome .welbome-box .welcome-box-tit {
    font-size: 20px;
  }
}
.sec-welcome .welbome-box .copy {
  margin: 0.5em 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1DCBC5;
  font-weight: 500;
}
@media (max-width: 480px) {
  .sec-welcome .welbome-box .copy {
    font-size: 12px;
  }
}
.sec-welcome .welbome-box p {
  margin: 0.3em 0 0.75em;
  line-height: 1.6;
}
.sec-welcome .welbome-box .tag {
  margin: 0.75em 0 0;
  display: inline-block;
  color: #1DCBC5;
  background-color: #EEF9F9;
  padding: 0.25em 1em;
  border-radius: 2em;
  position: absolute;
  left: 18px;
  bottom: 18px;
}
.sec-welcome .container-2 {
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  gap: 32px;
}
.sec-welcome .photo {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.sec-welcome .photo img {
  max-height: 200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-welcome .welcome-box-small {
  width: 200px;
  padding-bottom: 200px;
  position: relative;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.sec-welcome .welcome-box-small a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/_ver2/common/link_arrow_m.svg) no-repeat 90% 92%/62px;
}
.sec-welcome .welcome-box-small a:hover {
  background-position: 98% 92%;
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
}
.sec-welcome .welcome-box-small a:hover .menu-icon {
  -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.15s cubic-bezier(0.19, 1, 0.64, 1);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-welcome .welcome-box-small .menu-icon {
  margin: 5px auto 15px;
  width: 68px;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.64, 1);
}
.sec-welcome .welcome-box-small .menu-text {
  margin: 0;
  color: #1DCBC5;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .sec-welcome .welcome-box-small .menu-text {
    font-size: 20px;
  }
}
.sec-welcome .welcome-box-small .menu-text small {
  display: block;
}

.rgk .sec-welcome {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), url(../images/_ver2/ryogoku/bg_welcome.webp) no-repeat center/cover;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../images/_ver2/ryogoku/bg_welcome.webp) no-repeat center/cover;
  background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(../images/_ver2/ryogoku/bg_welcome.webp) no-repeat center/cover;
}

.sec-philosophy {
  margin-top: -100px;
}
.sec-philosophy .philosophy-tit {
  margin-bottom: 32px;
  padding: 16px 16px 30px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.sec-philosophy .philosophy-tit .tit-text {
  display: block;
  padding: 0.25em 1em;
  background-color: #1DCBC5;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .sec-philosophy .philosophy-tit .tit-text {
    font-size: 20px;
  }
}
.sec-philosophy .philosophy-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: -19px;
  left: 0;
}
.sec-philosophy .philosophy-tit .philosophy-wakuwaku {
  font-size: 20px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 4px;
}
.sec-philosophy .philosophy-tit .philosophy-wakuwaku .dots {
  background-image: -webkit-radial-gradient(center, circle, #1DCBC5 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #1DCBC5 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
.sec-philosophy .philosophy-box {
  position: relative;
}
.sec-philosophy .philosophy-box .box-header {
  border-top: 11px solid #2F6FCD;
  padding: 10px 24px;
  color: #fff;
  background: url(../images/_ver2/common/bg_rinen_1.jpg) no-repeat center/cover;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-philosophy .philosophy-box .box-header::before {
  display: none;
}
.sec-philosophy .philosophy-box .box-header .box-num {
  font-size: 110px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.sec-philosophy .philosophy-box .box-header .box-tit {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.14;
}
.sec-philosophy .philosophy-box .box-inner {
  padding: 24px 24px 96px;
}
.sec-philosophy .philosophy-box .box-inner .copy {
  font-size: 32px;
}
.sec-philosophy .philosophy-box .box-inner p {
  margin-top: 1em;
}
.sec-philosophy .philosophy-box .box-inner .philosophy-list li {
  margin: 0.25em 0 0;
  padding-left: 1.5em;
  position: relative;
}
.sec-philosophy .philosophy-box .box-inner .philosophy-list li::before {
  content: "●";
  display: inline-block;
  color: #FF9C00;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-philosophy .philosophy-box .image {
  width: 395px;
  position: absolute;
  right: 0;
  bottom: 42px;
}
.sec-philosophy .philosophy-box._2 .box-header {
  border-color: #FF9C00;
  background-image: url(../images/_ver2/common/bg_rinen_2.jpg);
}
.sec-philosophy .philosophy-box._3 {
  margin-bottom: 60px;
}
.sec-philosophy .philosophy-box._3 .box-header {
  border-color: #1DCBC5;
  background-image: url(../images/_ver2/common/bg_rinen_3.jpg);
}
.sec-philosophy .philosophy-box._3 .box-inner {
  margin-right: 48%;
}
.sec-philosophy .philosophy-box._3 .image {
  width: 48%;
  bottom: 0;
}

.sec-approach {
  padding: 0 0 80px;
  background-color: #EEF9F9;
}
.sec-approach .approach-tit {
  text-align: center;
  position: relative;
}
.sec-approach .approach-tit small {
  margin: auto;
  padding: 0.5em 3em;
  border-radius: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #1DCBC5;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 820px) {
  .sec-approach .approach-tit small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sec-approach .approach-tit small {
    font-size: 16px;
  }
}
.sec-approach .approach-tit .tit-txt {
  padding: 1.5em 0 0;
  font-size: 32px;
  color: #1DCBC5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
.sec-approach .approach-tit .tit-txt .num {
  margin: 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  line-height: 1;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1DCBC5;
  color: #fff;
  letter-spacing: 0;
}
.sec-approach .container {
  margin: 32px 32px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sec-approach .approach-box {
  border-top: 10px solid #1DCBC5;
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.sec-approach .approach-box .illust {
  margin: 24px 0;
}
.sec-approach .approach-box .illust img {
  width: 68px;
}
.sec-approach .approach-box .box-tit {
  font-size: 36px;
  color: #1DCBC5;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.sec-approach .approach-box .box-tit::before, .sec-approach .approach-box .box-tit::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #1DCBC5;
}
.sec-approach .approach-box .box-inner {
  padding: 0 16px 0;
}
.sec-approach .approach-box .box-catch {
  line-height: 1.6;
}
.sec-approach .approach-box .profile-photo {
  margin: 16px 0 16px;
}
.sec-approach .approach-box .profile-photo img {
  width: 148px;
}
.sec-approach .approach-box .profile-txt {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #779392;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .sec-approach .approach-box .profile-txt {
    font-size: 12px;
  }
}
.sec-approach .approach-box .profile-txt._en {
  line-height: 1.3;
  letter-spacing: 0;
}
.sec-approach .approach-box .txtbox {
  margin: 24px 0;
  min-height: 130px;
  background-color: #EEF9F9;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .sec-approach .approach-box .txtbox {
    font-size: 12px;
  }
}
.sec-approach .approach-box .btn-exchange {
  margin: 24px 0;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .sec-approach .approach-box .btn-exchange {
    font-size: 12px;
  }
}
.sec-approach .approach-box #txt-jp {
  display: none;
}
.sec-approach .approach-box .btn-container {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}

.sec-partner {
  margin: 120px auto 0;
  padding: 32px 64px 80px;
  background: url(../images/_ver2/bg_partnership_altiri.webp) no-repeat center/cover #30394c;
  color: #fff;
  position: relative;
}
.sec-partner .partner-title {
  padding: 0.6em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #30394C;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 820px) {
  .sec-partner .partner-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sec-partner .partner-title {
    font-size: 16px;
  }
}
.sec-partner .partner-logo {
  margin: 0 auto;
  width: 430px;
  max-width: 100%;
}

.sec-kagai .inner {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.kagai-list {
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kagai-list li {
  width: 140px;
  height: 140px;
  text-align: center;
}
.kagai-list li .illust {
  position: relative;
  top: -12px;
  margin-bottom: -5px;
}
.kagai-list li .illust img {
  width: 100px;
}
.kagai-list li .txt {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 820px) {
  .kagai-list li .txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .kagai-list li .txt {
    font-size: 16px;
  }
}
.kagai-list li:nth-child(1) {
  background-color: #fddff1;
}
.kagai-list li:nth-child(2) {
  background-color: #fff1db;
}
.kagai-list li:nth-child(3) {
  background-color: #feffdb;
}
.kagai-list li:nth-child(4) {
  background-color: #d9feda;
}
.kagai-list li:nth-child(5) {
  background-color: #d9fffa;
}
.kagai-list li:nth-child(6) {
  background-color: #d9eaff;
}
.kagai-list li:nth-child(7) {
  background-color: #f7d9ff;
}
.kagai-list li:nth-child(8) {
  background-color: #fddff1;
}
.kagai-list li:nth-child(9) {
  background-color: #fff1db;
}
.kagai-list li:nth-child(10) {
  background-color: #feffdb;
}

.sec-yagai {
  background: url(../images/_ver2/common/bg_sky.webp) no-repeat center/cover;
}

.yagai-list {
  margin: 80px auto;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.yagai-list li {
  padding: 0 0 0 10px;
  display: grid;
  grid-template-columns: 170px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.yagai-list li:nth-child(2) {
  position: relative;
  top: 32px;
}
.yagai-list .illust img {
  display: block;
  margin-top: -30px;
}
.yagai-list .txt {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 820px) {
  .yagai-list .txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .yagai-list .txt {
    font-size: 16px;
  }
}
.yagai-list .txt small {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .yagai-list .txt small {
    font-size: 12px;
  }
}

.sec-gallery {
  background-color: #fbfbfb;
}

@media (max-width: 1180px) {
  .sec-approach .container {
    margin: 32px 24px 0;
    gap: 16px;
  }
  .sec-approach .approach-box .box-catch {
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .sec-block {
    padding: 100px 0;
  }
  .keyarea {
    margin: 0;
  }
  .movie-slider-container {
    display: block;
  }
  .movie-slider-container .movie-dots-container {
    position: static;
  }
  .movie-slider-container .movie-more {
    margin: 20px auto 0;
    max-width: 400px;
  }
  .movie-slider-container .movie-more a {
    display: block;
    padding: 20px 1.5em;
  }
  .movie-slider-container .movie-more a::after {
    margin: 0 0 2px 10px;
    display: inline-block;
  }
  .movie-slider {
    margin-left: 24px;
  }
  .sec-philosophy .philosophy-box .box-inner .copy {
    font-size: 28px;
  }
  .sec-philosophy .philosophy-box .image {
    width: 40%;
  }
  .sec-philosophy .philosophy-box._3 .image {
    width: 40%;
  }
  .sec-philosophy .philosophy-box._1 .box-inner, .sec-philosophy .philosophy-box._3 .box-inner {
    margin-right: 40%;
  }
  .sec-philosophy .philosophy-box._1 .box-inner p br, .sec-philosophy .philosophy-box._3 .box-inner p br {
    display: none;
  }
  .sec-approach .approach-box .btn {
    min-width: 200px;
  }
  .yagai-list {
    gap: 20px;
  }
  .yagai-list li {
    grid-template-columns: 120px 1fr;
  }
  .kagai-list {
    max-width: 800px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .sec-welcome .container-1 {
    display: block;
  }
  .sec-welcome .welbome-box {
    margin: 24px 0;
  }
  .sec-welcome .container-2 {
    gap: 24px 16px;
  }
  .sec-partner {
    padding: 24px 30px 64px;
  }
  .sec-philosophy {
    padding-bottom: 48px;
  }
  .sec-philosophy .philosophy-box {
    margin: 48px auto 0;
  }
  .sec-philosophy .philosophy-box .box-header .box-num {
    font-size: 80px;
  }
  .sec-philosophy .philosophy-box .box-inner {
    padding: 24px 24px;
  }
  .sec-philosophy .philosophy-box._1 .box-inner, .sec-philosophy .philosophy-box._3 .box-inner {
    margin-right: 0;
  }
  .sec-philosophy .philosophy-box._1 .image, .sec-philosophy .philosophy-box._3 .image {
    margin: 0 auto 24px;
    position: static;
    width: 450px;
    max-width: 100%;
  }
  .sec-approach .container {
    display: block;
  }
  .sec-approach .approach-box {
    margin: 24px auto 0;
    max-width: 600px;
  }
  .sec-approach .approach-box .profile-txt {
    min-height: auto;
  }
  .sec-approach .approach-box .txtbox {
    min-height: auto;
  }
  .sec-kagai .inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .kagai-list {
    margin: 64px auto;
  }
  .yagai-list {
    margin: 64px auto;
    padding: 0;
    max-width: 500px;
    display: block;
  }
  .yagai-list li {
    margin: 32px 0 0;
    height: 100px;
    grid-template-columns: 170px 1fr;
  }
  .yagai-list li:nth-child(2) {
    position: static;
  }
  .yagai-list .shukusha {
    width: 150px;
  }
  .yagai-list .inochi {
    margin-left: 10px;
    width: 157px;
  }
  .yagai-list .inochi img {
    margin-top: -40px;
  }
}
@media (max-width: 480px) {
  .sec-block {
    padding: 48px 0;
  }
  .mainvisual .mainvisual-credit {
    max-width: 160px;
    left: 8px;
    bottom: 8px;
  }
  .mainvisual .mainvisual-copy {
    width: 75%;
  }
  .mainvisual-slider img {
    height: 100vw;
  }
  .movie-slider-container {
    margin: 36px 0 0;
  }
  .movie-slider-container .movie-more {
    margin: 20px 24px;
  }
  .movie-slider {
    margin-left: 0;
    padding: 0 20px;
    overflow: visible;
  }
  .movie-slider .slick-list {
    overflow: visible;
  }
  .movie-slider li {
    margin: 0 12px;
  }
  .sec-welcome .welcome-tit {
    margin: 0 -16px;
  }
  .sec-welcome .welcome-tit .welcome-tit-txt2 {
    gap: 16px;
  }
  .sec-welcome .welcome-tit .welcome-tit-txt2 img {
    width: 275px;
  }
  .sec-welcome .welbome-box a {
    background-position: 95% 92%;
  }
  .sec-welcome .container-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px auto;
  }
  .sec-welcome .welcome-box-small {
    width: auto;
    padding-bottom: 100%;
  }
  .sec-philosophy .philosophy-box {
    margin: 24px auto 0;
  }
  .sec-philosophy .philosophy-box .box-header {
    border-width: 10px;
    padding: 5px 16px;
    gap: 10px;
  }
  .sec-philosophy .philosophy-box .box-header .box-num {
    font-size: 60px;
  }
  .sec-philosophy .philosophy-box .box-header .box-tit {
    font-size: 24px;
  }
  .sec-philosophy .philosophy-box .box-header .box-tit br {
    display: none;
  }
  .sec-philosophy .philosophy-box .box-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-philosophy .philosophy-box .box-inner .copy {
    font-size: 24px;
  }
  .sec-philosophy .philosophy-box._1 .image {
    max-width: 280px;
  }
  .sec-approach {
    padding: 0 0 48px;
  }
  .sec-approach .approach-tit .tit-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 28px;
  }
  .sec-approach .approach-tit .tit-txt span {
    width: 100%;
  }
  .sec-approach .container {
    margin: 32px 16px 0;
  }
  .sec-approach .approach-box .box-inner {
    padding: 0 16px 16px;
  }
  .sec-approach .approach-box .box-catch {
    line-height: 1.6;
  }
  .sec-approach .approach-box .illust {
    margin: 10px 0 2px;
  }
  .sec-approach .approach-box .txtbox {
    margin: 16px 0;
    padding: 16px;
  }
  .sec-partner {
    margin: 48px auto 0;
    padding: 16px 16px 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60vw, rgba(48, 57, 76, 0)), color-stop(75vw, rgb(48, 57, 76))), url(../images/_ver2/bg_partnership_altiri.webp) no-repeat center top/auto 75vw #30394c;
    background: -webkit-linear-gradient(rgba(48, 57, 76, 0) 60vw, rgb(48, 57, 76) 75vw), url(../images/_ver2/bg_partnership_altiri.webp) no-repeat center top/auto 75vw #30394c;
    background: linear-gradient(rgba(48, 57, 76, 0) 60vw, rgb(48, 57, 76) 75vw), url(../images/_ver2/bg_partnership_altiri.webp) no-repeat center top/auto 75vw #30394c;
  }
  .sec-partner .partner-logo {
    margin: 0 auto 24px;
    max-width: 250px;
  }
  .sec-kagai .inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .kagai-list {
    margin: 48px auto;
    gap: 16px;
  }
  .kagai-list li {
    width: 100px;
    height: 100px;
  }
  .kagai-list li .illust img {
    width: 70px;
  }
  .sec-yagai .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 274px;
  }
  .yagai-list {
    margin: 48px auto;
  }
  .yagai-list .txt {
    font-size: 20px;
  }
  .top .sec-menu {
    display: none;
  }
}
/* =========================================================
  幼稚園イベント singleページ
========================================================= */
.event-keyimg {
  margin: 0 auto 32px;
  max-width: 800px;
  text-align: center;
}
.event-keyimg img {
  height: auto;
}

@media (max-width: 820px) {
  .event-keyimg {
    margin: 0 30px 32px;
  }
}
@media (max-width: 480px) {
  .event-keyimg {
    margin: 0 16px 32px;
  }
}
/* =========================================================
  幼稚園　英語教育
========================================================= */
.page-english .english-lead .lead-msg {
  margin: 0 0 1em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: inherit;
}
@media (max-width: 480px) {
  .page-english .english-lead .lead-msg {
    font-size: 24px;
  }
}
.page-english .lead-catch {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: inherit;
  color: #1DCBC5;
}
@media (max-width: 480px) {
  .page-english .lead-catch {
    font-size: 24px;
  }
}
.page-english .check-list {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-english .check-list li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  background-position: left 0.25em;
}
@media (max-width: 480px) {
  .page-english .check-list li {
    font-size: 16px;
  }
}
.page-english .sec-box {
  margin: 60px auto;
  padding: 80px;
  border-radius: 24px;
  background-color: #EEF9F9;
  position: relative;
}
.page-english .sec-box .box-inner {
  margin: 0 auto;
  max-width: 560px;
}
.page-english .sec-box .catch-circle {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  background-color: #f460a4;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 0;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  z-index: 1;
}
@media (max-width: 480px) {
  .page-english .sec-box .catch-circle {
    font-size: 24px;
  }
}
.page-english .sec-box .catch-circle._right {
  left: auto;
  right: 8%;
}
.page-english .sec-box .box-tit {
  margin: 1em 0 0.5em;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.08em;
}
.page-english .sec-box .box-tit small {
  display: block;
  font-size: 62.5%;
}
.page-english .sec-box .box-tit::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 60px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.page-english .sec-box .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(228, 107, 162, 0)), color-stop(50%, rgba(228, 107, 162, 0.25)), to(rgba(228, 107, 162, 0.25)));
  background: -webkit-linear-gradient(rgba(228, 107, 162, 0) 50%, rgba(228, 107, 162, 0.25) 50%, rgba(228, 107, 162, 0.25));
  background: linear-gradient(rgba(228, 107, 162, 0) 50%, rgba(228, 107, 162, 0.25) 50%, rgba(228, 107, 162, 0.25));
}
.page-english .sec-box._pink .box-tit {
  color: #f460a4;
}
.page-english .sec-box._pink .box-tit::after {
  background-color: #f460a4;
}
.page-english .sec-box._bluegreen .catch-circle {
  background-color: #1DCBC5;
}
.page-english .sec-box._bluegreen .box-tit {
  color: #1DCBC5;
}
.page-english .sec-box._bluegreen .box-tit::after {
  background-color: #1DCBC5;
}
.page-english .sec-box._bluegreen .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(29, 203, 197, 0)), color-stop(50%, rgba(29, 203, 197, 0.25)), to(rgba(29, 203, 197, 0.25)));
  background: -webkit-linear-gradient(rgba(29, 203, 197, 0) 50%, rgba(29, 203, 197, 0.25) 50%, rgba(29, 203, 197, 0.25));
  background: linear-gradient(rgba(29, 203, 197, 0) 50%, rgba(29, 203, 197, 0.25) 50%, rgba(29, 203, 197, 0.25));
}
.page-english .sec-box._white {
  background-color: #fff;
}
.page-english .sec-system {
  padding: 80px 0;
  background-color: #fffff7;
}
.page-english .sec-system .title-l:first-child {
  margin-top: 0;
}
.page-english .sec-system .image-method {
  margin: 48px auto;
}
.page-english .sec-system .system-dl {
  margin: 32px 0 0;
}
.page-english .sec-system .system-dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 480px) {
  .page-english .sec-system .system-dl dt {
    font-size: 16px;
  }
}
.page-english .sec-system .system-dl .position {
  padding: 0.2em 1.5em;
  background-color: #f460a4;
  color: #fff;
  border-radius: 2em;
}
.page-english .sec-system .system-dl dd {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .page-english .sec-system .system-dl dd {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.page-english .sec-system .container {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 25px;
}
.page-english .sec-system .container .image {
  margin: 32px 0 0;
}
.page-english .sec-partnership {
  padding: 80px 0;
}
.page-english .sec-partnership .title-l:first-child {
  margin-top: 0;
}
.page-english .partner-box {
  margin: 24px 0 0;
  background-color: #EEF9F9;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-english .partner-box .partner-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 280px;
}
.page-english .partner-box .partner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-english .partner-box .txtbox {
  padding: 24px;
}
.page-english .partner-box .txtbox p {
  margin: 1.25em 0 0;
  line-height: 1.6;
}
.page-english .partner-box .partner-tit {
  padding-left: 1.9em;
  background: url(../images/kinder/chk-pin.png) no-repeat left center/1.4em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .page-english .partner-box .partner-tit {
    font-size: 16px;
  }
}
.page-english .partner-box .partner-tit._bluegreen {
  background-image: url(../images/kinder/chk-blu.png);
}
.page-english .english-waku,
.page-english .english-elem {
  padding: 80px 0;
}
.page-english .english-waku .h3style,
.page-english .english-elem .h3style {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3;
}
.page-english .class-key {
  margin: 48px 0 0;
  position: relative;
}
.page-english .class-key .class-key-image img {
  border-radius: 15px;
}
.page-english .class-key .class-key-box {
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 24px;
  position: absolute;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  bottom: -30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-english .class-key .class-key-box p {
  margin: 1em 0 0;
  padding-left: 1em;
  border-left: 6px solid #f460a4;
}
.page-english .class-key .class-key-catch {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .page-english .class-key .class-key-catch {
    font-size: 24px;
  }
}
.page-english .class-photolist {
  margin: 80px 0 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.page-english .class-photolist img {
  border-radius: 15px;
  aspect-ratio: 1/0.568;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-english .class-photolist .txt {
  margin: 1em 0 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .page-english .class-photolist .txt {
    font-size: 11px;
  }
}
.page-english .english-elem .movie-box {
  margin: 48px 0 0;
  border-color: #FBF0DE;
}
.page-english .english-elem .catch-circle {
  background-color: #FF9C00;
}
.page-english .english-elem .sec-box {
  margin-bottom: 0;
}

.movie-box {
  border: 15px solid #fff;
  border-radius: 12px;
  background-color: #fff;
}
.movie-box .movie-box-inner {
  padding-bottom: 56.25%;
  position: relative;
}
.movie-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 820px) {
  .page-english .sec-box .catch-circle {
    left: -2%;
  }
  .page-english .sec-box .catch-circle._right {
    right: -2%;
  }
  .page-english .sec-system .system-dl dt {
    display: block;
  }
  .page-english .sec-system .system-dl .position {
    margin: 0 0 0.25em -0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-english .sec-system .system-dl dd {
    margin: 0.5em 0 0;
  }
}
@media (max-width: 768px) {
  .page-english .class-photolist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .page-english .english-lead .lead-msg {
    font-size: 16px;
  }
  .page-english .check-list br {
    display: none;
  }
  .page-english .sec-box {
    padding: 24px;
    border-radius: 15px;
  }
  .page-english .sec-box .catch-circle {
    width: 100px;
    height: 100px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-english .sec-box .box-tit {
    font-size: 24px;
  }
  .page-english .sec-system {
    padding: 48px 0;
  }
  .page-english .sec-system .lead {
    text-align: left;
  }
  .page-english .sec-system .lead br {
    display: none;
  }
  .page-english .sec-system .container {
    display: block;
  }
  .page-english .sec-system .container .image {
    text-align: center;
  }
  .page-english .sec-system .container .image img {
    width: 200px;
  }
  .page-english .sec-partnership {
    padding: 48px 0;
  }
  .page-english .sec-partnership .partner-box {
    display: block;
  }
  .page-english .sec-partnership .partner-box .partner-image {
    width: 100%;
  }
  .page-english .class-key .class-key-image img {
    border-radius: 12px 12px 0 0;
  }
  .page-english .class-key .class-key-box {
    position: static;
    width: auto;
    border-radius: 0 0 12px 12px;
  }
  .page-english .class-key .class-key-box p {
    line-height: 1.6;
  }
  .page-english .class-photolist {
    gap: 20px 12px;
  }
  .movie-box {
    border-width: 5px;
    border-radius: 4px;
  }
}
#wpadminbar {
  display: none;
}/*# sourceMappingURL=harayamay-top-ver2.css.map */


/* ↑には原山幼稚園のcssを貼る */
/* ↓は原山保育園オリジナル */

.mainvisual .mainvisual-copy {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 55%;
  left: 0;
}

.mainvisual .mainvisual-copy img {
  width: 39%;
  min-width: 447px;
  max-width: 620px;
}

.side-nav-list {
  border-bottom: solid 1px #000;
}

.lead._border-top::before {
  content: none;
}

.news {
  padding-top: 80px;
}

.news-wrap {
  max-width: 960px;
}

.sec-block.sec-menu {
  padding: 
}

#footer .footer-kinder-list {
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 32px;
}

.recruit-link-line {
  background-color: #cbe9ac;
  text-align: center;
  padding-right: 0;
  padding: 16px;
  color: #000;
  z-index: 2;
  position: relative;
}

@media (max-width: 820px) {
  #footer {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .mainvisual .mainvisual-copy img {
    width: 80%;
    min-width: 320px;
    max-width: 384px;
  }
  #footer {
    padding-top: 48px;
  }
}




