@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*---------------------------------------------------------------/
　Copyright © 株式会社メイト
/---------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro" !important;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0; }
  body.hide {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.container {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative; }

.contents {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  position: relative; }

p {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0; }

.large {
  font-size: 1.5rem; }

.bold {
  font-weight: 600; }

img {
  max-width: 100%; }

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

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

p.center {
  text-align: center; }

.notice p {
  border: 2px solid #B70000;
  padding: 2em;
  font-size: 1.2rem;
  width: 28em;
  max-width: 100%;
  margin: auto; }

img {
  display: block;
  margin: auto; }

.slideUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 2000ms; }

.fadeIn {
  opacity: 0;
  transition: all 2000ms; }

.active {
  opacity: 1;
  transform: translateY(0); }

.red {
  color: #C21919; }

@media (min-width: 720px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.br {
  border-radius: 3rem; }

.ruby {
  line-height: 1.5; }

ruby {
  line-height: 1; }
  ruby rt {
    font-size: 0.45em;
    text-align: center;
    line-height: 1; }

.chainfade {
  opacity: 0;
  transition: all 1s; }

.chainfade.show {
  animation-name: slideUp;
  animation-duration: .8s;
  animation-fill-mode: forwards; }

/*===================================
//滑らかに出現
===================================*/
@keyframes smoothText {
  0% {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
/*===================================
//フェードイン
===================================*/
@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*===================================
//スライドイン上から
===================================*/
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン下から
===================================*/
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*===================================
//スライドイン左から
===================================*/
@keyframes slideLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//スライドイン右から
===================================*/
@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*===================================
//2回転
===================================*/
@keyframes rotateTwice {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
/*===================================
//トゥンク
===================================*/
@keyframes shoot {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
/*===================================
//じわっ
===================================*/
@keyframes blurAnime {
  0% {
    transform: scale(1.3);
    filter: blur(10px);
    opacity: 0; }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1; } }
/*===================================
//浮遊感
===================================*/
@keyframes fuwari {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  50% {
    transform: translateY(-15px);
    animation-timing-function: ease-in; } }
/* ======================================
Global Navigation
======================================== */
.global_navi {
  z-index: 99999; }

.disnone {
  display: none; }

.header_wrap {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 99999; }
  .header_wrap .nav_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 99999; }
  .header_wrap .header-nav {
    transition: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0 60px 0 auto;
    z-index: 99999; }
    @media screen and (max-width: 1080px) {
      .header_wrap .header-nav {
        /*display: flex;
        justify-content: center;
        align-items: flex-start;*/
        display: block;
        padding: 35vw 0 0 0;
        background-color: #FFF;
        background-image: url("../images/sora.jpg");
        background-repeat: repeat;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: opacity 0.5s; }
        .header_wrap .header-nav::before {
          content: '';
          width: 50%;
          height: 15%;
          background-image: url("../images/title.png");
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          left: 10px;
          top: 10px; }
        .header_wrap .header-nav::after {
          content: '';
          width: 100%;
          height: 100%;
          background-image: url("../images/sp/main_bg.png");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center bottom;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .header_wrap .header-nav.open {
          opacity: 1;
          top: 0;
          bottom: 0; } }
  .header_wrap ul.primary-nav {
    font-weight: 600;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    z-index: 999999; }
    .header_wrap ul.primary-nav li.sp {
      display: none; }
    @media screen and (max-width: 1080px) {
      .header_wrap ul.primary-nav {
        display: block;
        margin: auto; } }
    .header_wrap ul.primary-nav > li {
      padding: 2px; }
      .header_wrap ul.primary-nav > li > a {
        display: inline-block;
        text-align: center;
        line-height: 1.4;
        transition: 0.5s;
        color: #000;
        white-space: nowrap;
        font-size: .9rem;
        position: relative;
        background-color: #FFF;
        font-weight: 600;
        padding: 0.4rem 1rem;
        border-radius: 2em;
        border: 2px solid #FFF;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 1080px) {
          .header_wrap ul.primary-nav > li > a {
            display: block;
            width: 16em;
            max-width: 80%;
            padding: 1rem;
            overflow: hidden;
            font-size: 1.6rem;
            margin: 4px auto; } }
        .header_wrap ul.primary-nav > li > a:hover, .header_wrap ul.primary-nav > li > a.active {
          background-color: #FF6000;
          color: #FFF; }
          @media screen and (max-width: 1080px) {
            .header_wrap ul.primary-nav > li > a:hover, .header_wrap ul.primary-nav > li > a.active {
              border-bottom-color: transparent;
              background-color: #FFF;
              color: #F7931E; } }

.no_link {
  pointer-events: none; }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  pointer-events: all;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  z-index: 999999;
  transition: all 300ms ease-in-out; }
  @media screen and (max-width: 1080px) {
    .navicon {
      display: block; } }

.nav-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #0068B7;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .nav-toggle:focus {
    outline: none; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 20px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #FFF;
  cursor: pointer;
  transition: all 300ms ease-in-out; }

.nav-toggle span {
  top: 0px;
  bottom: 0; }

.nav-toggle span:before {
  top: -7px; }

.nav-toggle span:after {
  top: 7px; }

.navicon.active .nav-toggle span {
  background-color: transparent; }

.navicon.active .nav-toggle span:before,
.navicon.active .nav-toggle span:after {
  top: 0; }

.navicon.active .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navicon.active .nav-toggle span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  display: none;
  position: fixed;
  right: -10px;
  bottom: 0;
  width: 8rem;
  height: 6rem;
  margin: 0;
  border-radius: 50%;
  transition: 1s;
  z-index: 9999;
  transition: 1s; }
  .scroll-to-top img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s; }
    .scroll-to-top img.txt {
      z-index: 999;
      width: 50%;
      left: 10%; }
    .scroll-to-top img.img {
      margin: auto; }
  .scroll-to-top:hover img.img {
    transform: rotate(10deg); }

.scroll-down {
  position: fixed;
  left: 20px;
  bottom: 10px;
  width: 30px;
  height: 130px;
  margin: auto;
  transition: 1s;
  z-index: 9999; }
  .scroll-down::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/*========== //ヘッダー// ==========*/
.title {
  z-index: 999;
  width: 430px; }
  @media screen and (max-width: 720px) {
    .title {
      width: 70%; } }
  .title img {
    width: 100%; }

.top-btn {
  position: fixed;
  display: flex;
  top: 10px;
  align-items: center;
  z-index: 99999; }
  .top-btn li {
    margin: 2px; }
  .top-btn .home a {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
    background-color: #0068B7;
    background-image: url("../images/mark-mono.png");
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: 0.5s; }
    .top-btn .home a:hover {
      background-color: #FFF;
      border-color: #0068B7;
      background-image: url("../images/mark-toku.png"); }

/*========== //フッター// ==========*/
footer .sns {
  background-color: #F5F0E5;
  padding: 0.5rem;
  text-align: right; }
  footer .sns img {
    width: 50px;
    display: inline-block;
    margin: 2px; }
footer .foot_wrap {
  padding: 3rem 0; }
  @media screen and (max-width: 720px) {
    footer .foot_wrap {
      padding: 1rem 0; } }
footer .foot_col {
  text-align: center; }
footer .address {
  margin-top: 2rem;
  display: inline-block;
  text-align: left;
  font-size: 0.9rem; }
footer .tel-fax {
  display: flex;
  justify-content: center; }
  footer .tel-fax p {
    margin: 0.5rem;
    font-size: 0.9rem; }
footer .notice {
  margin-top: 4rem;
  font-size: 0.9rem; }
footer .policy {
  margin: 30px auto 0; }
footer .policy a {
  font-size: 0.9rem;
  font-weight: 300;
  color: #808080;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px; }
footer .policy a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #808080;
  transition: all 0.3s ease; }
footer .policy a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #808080;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease; }
footer .policy a:hover::before {
  left: 14.5px; }
footer .policy a:hover::after {
  width: 15px; }
footer .logo {
  width: 10rem;
  margin: 2rem auto 0 auto; }
  footer .logo img {
    width: 100%; }
footer .copy {
  color: #FFF;
  background-color: #0068B7;
  text-align: center;
  padding: 1rem; }
  footer .copy p {
    display: inline-block;
    text-align: left;
    font-weight: 300;
    font-size: 0.9rem; }

/*========== //デザイン// ==========*/
.bg_midori {
  position: relative;
  background-color: #F4FDE7;
  padding: 6rem 0; }
  @media screen and (max-width: 720px) {
    .bg_midori {
      padding: 4rem 0 1rem 0; } }
  .bg_midori img {
    max-width: none; }
    .bg_midori img.parts {
      position: absolute;
      top: 0;
      width: 110%;
      margin: auto;
      transform: translateX(-5%);
      z-index: 0; }

.bg_siro {
  position: relative;
  background-color: #FFF;
  padding: 4rem 0; }
  @media screen and (max-width: 720px) {
    .bg_siro {
      padding: 3rem 0; } }
  .bg_siro::before, .bg_siro::after {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 10 / 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999; }
  .bg_siro::before {
    background-image: url("../images/wave-w-top.svg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: auto;
    bottom: 99%; }
  .bg_siro::after {
    background-image: url("../images/wave-w-btm.svg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: auto;
    top: 99%; }

.bg_check {
  background-image: url("../images/check.png");
  background-repeat: repeat;
  padding-top: 12%;
  padding-bottom: 10%; }

.bg_stripe {
  background-image: url("../images/stripe.png");
  background-repeat: repeat;
  padding-top: 12%;
  padding-bottom: 10%; }

.bg_dot {
  background-image: url("../images/dot.png");
  background-repeat: repeat;
  padding-top: 3%;
  padding-bottom: 10%; }

.bg_kinari {
  position: relative;
  background-color: #FFF6EF;
  padding: 4rem 0 10rem 0; }
  @media screen and (max-width: 720px) {
    .bg_kinari {
      padding: 3rem 0; } }
  .bg_kinari::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 10 / 1;
    background-image: url("../images/wave-bg.svg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 99.9%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999; }

.bg_aka {
  position: relative;
  background-color: #C64242;
  color: #FFF;
  padding: 4rem 0; }
  @media screen and (max-width: 720px) {
    .bg_aka {
      padding: 3rem 0; } }
  .bg_aka::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 20 / 1;
    background-image: url("../images/wave-red.svg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 99%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999; }

.btn {
  display: block;
  width: 24rem;
  max-width: 100%;
  margin: auto;
  position: relative; }
  .btn::after {
    content: '';
    display: block;
    line-height: 0;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 12px #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transition: 0.5s;
    transform: translateX(-1vw); }
  .btn img {
    width: 100%; }
  .btn:hover::after {
    transform: translate(0); }

h2.dot {
  text-align: center;
  border-bottom: 7px dotted rgba(130, 100, 80, 0.3);
  padding-bottom: 0.8rem;
  margin-bottom: 3rem; }
  h2.dot.inv {
    border-bottom: 7px dotted rgba(255, 255, 255, 0.3);
    color: #FFF; }
  h2.dot p {
    font-size: 2.6rem;
    font-weight: 700;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 720px) {
      h2.dot p {
        font-size: 2rem; } }

h3.btm {
  text-align: center;
  margin: 0 auto 1rem auto; }
  h3.btm.mt {
    margin: 4rem auto 1rem auto; }
  h3.btm p {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block; }
    h3.btm p::after {
      content: '';
      display: block;
      line-height: 0;
      width: 0;
      height: 0;
      border: solid 12px transparent;
      border-top: solid 17px #0B9FD6;
      margin: 5px auto; }

#hero {
  position: relative;
  width: 1600px;
  max-width: 95%;
  margin: 0 auto;
  padding-top: 30px; }

.top_img {
  width: 1400px;
  max-width: 95%;
  margin: auto; }

.movie {
  width: 15%;
  height: 15%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999; }
  @media screen and (max-width: 720px) {
    .movie {
      width: 30%;
      height: 30%;
      transform: translateY(-15%); } }

.lead {
  width: 800px;
  max-width: 100%;
  margin: 2rem auto; }
  @media screen and (max-width: 720px) {
    .lead {
      margin: 1rem auto; } }
  .lead.center {
    text-align: center; }
    @media screen and (max-width: 720px) {
      .lead.center {
        text-align: left; } }
  .lead p {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2; }

.page_navi {
  background-color: #FFF;
  padding: 1rem;
  width: 1000px;
  max-width: 90%;
  margin: -5rem auto 0 auto;
  border-radius: 1rem;
  position: relative;
  z-index: 99; }
  .page_navi ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 720px) {
      .page_navi ul {
        grid-template-columns: 1fr; } }
    .page_navi ul li {
      padding: 1rem;
      position: relative; }
      .page_navi ul li::after {
        content: '';
        display: block;
        line-height: 0;
        width: 0;
        height: 0;
        border: solid 8px transparent;
        border-top: solid 12px #D64545;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.5s;
        transform: translateY(-1vw); }
        @media screen and (max-width: 720px) {
          .page_navi ul li::after {
            content: '';
            display: block;
            line-height: 0;
            width: 0;
            height: 0;
            border: solid 8px transparent;
            border-left: solid 12px #D64545;
            position: absolute;
            right: 0;
            left: auto;
            top: 0;
            bottom: 0;
            transform: translateX(-2vw); } }
      .page_navi ul li img {
        width: 100%;
        margin: auto; }
      .page_navi ul li + li {
        border-left: 1px solid #CCC; }
        @media screen and (max-width: 720px) {
          .page_navi ul li + li {
            border-left: 0;
            border-top: 1px solid #CCC; } }
      .page_navi ul li:hover::after {
        transform: translate(0); }

.bg-sora {
  background-image: url("../images/sora.jpg");
  background-repeat: repeat;
  padding: 20px 0 0 0; }

.undokai_outline {
  position: relative;
  width: 100%;
  padding: 10vw 0 35vw 0;
  z-index: 0; }
  .undokai_outline img.hanabi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 800px;
    max-width: 100%;
    margin: auto;
    z-index: 0; }
  .undokai_outline img.main_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 0; }

#outline h2 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 4rem auto;
  position: relative;
  z-index: 99; }
  #outline h2 img {
    width: 100%; }

.tokucho {
  position: relative;
  z-index: 999;
  margin-top: 5rem; }
  @media screen and (max-width: 720px) {
    .tokucho {
      margin-top: 2rem; } }
  .tokucho ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem; }
    @media screen and (max-width: 720px) {
      .tokucho ul {
        grid-template-columns: 1fr;
        grid-gap: 1rem; } }
    .tokucho ul li {
      position: relative; }
      .tokucho ul li::after {
        content: '';
        line-height: 0;
        width: 0;
        height: 0;
        border: solid 8px transparent;
        border-top: solid 12px #EEE;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.5s;
        transform: translateY(-2.5vw); }
        @media screen and (max-width: 720px) {
          .tokucho ul li::after {
            transform: translateY(-4vw); } }
      .tokucho ul li:nth-child(1)::after {
        border-top-color: #2ACBB8; }
      .tokucho ul li:nth-child(2)::after {
        border-top-color: #E34C4C; }
      .tokucho ul li:nth-child(3)::after {
        border-top-color: #E59807; }
      .tokucho ul li:hover::after {
        transform: translateY(-1.5vw); }
        @media screen and (max-width: 720px) {
          .tokucho ul li:hover::after {
            transform: translateY(-2.5vw); } }

#tokucho1 .kyozai {
  margin: 0 auto;
  max-width: 100%; }
  #tokucho1 .kyozai img {
    max-width: 100%; }
#tokucho1 .tokuten {
  margin: 0 auto 4rem auto;
  max-width: 100%; }
  #tokucho1 .tokuten img {
    max-width: 100%; }
#tokucho1 .price {
  width: 900px;
  max-width: 100%;
  margin: 3rem auto; }
  @media screen and (max-width: 720px) {
    #tokucho1 .price {
      margin: 2rem auto; } }
  #tokucho1 .price dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CCC;
    padding: 1.2rem 3rem; }
    @media screen and (max-width: 720px) {
      #tokucho1 .price dl {
        padding: 1rem 0; } }
    #tokucho1 .price dl:last-child {
      border-bottom: 1px solid #CCC; }
    #tokucho1 .price dl dt, #tokucho1 .price dl dd {
      font-size: 1.1rem;
      font-weight: 600; }
      @media screen and (max-width: 720px) {
        #tokucho1 .price dl dt, #tokucho1 .price dl dd {
          font-size: 1rem; } }
#tokucho1 .disc {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem; }
  @media screen and (max-width: 720px) {
    #tokucho1 .disc {
      margin: 3rem auto;
      display: block; } }
  #tokucho1 .disc > div {
    background-color: #FFF;
    border-radius: 1rem;
    padding: 2rem; }
    @media screen and (max-width: 720px) {
      #tokucho1 .disc > div {
        padding: 1.5rem;
        margin-bottom: 1rem; } }
    #tokucho1 .disc > div h2 {
      width: 17rem;
      max-width: 100%;
      margin: 1rem 0; }
      #tokucho1 .disc > div h2 img {
        width: 100%; }
    #tokucho1 .disc > div ul li.track {
      padding: 0;
      position: relative; }
      #tokucho1 .disc > div ul li.track + li {
        border-top: 3px dotted rgba(130, 100, 80, 0.3);
        margin-top: 2rem; }
      #tokucho1 .disc > div ul li.track h3 {
        margin-top: 1rem; }
        #tokucho1 .disc > div ul li.track h3 p {
          font-size: 1.2rem;
          font-weight: 600;
          display: inline-block;
          margin-right: 1em; }
        #tokucho1 .disc > div ul li.track h3 span {
          display: inline-block;
          background-color: #3498E6;
          color: #FFF;
          font-size: 0.7rem;
          font-weight: normal;
          margin: 2px;
          border-radius: 2em;
          padding: 0.1em 0.8em; }
          #tokucho1 .disc > div ul li.track h3 span.new {
            background-color: #325BCC; }
          #tokucho1 .disc > div ul li.track h3 span.baloon {
            background-color: #FF6262; }
      #tokucho1 .disc > div ul li.track h3 + p {
        font-size: 0.9rem;
        width: 100%;
        margin-top: 0.5rem; }
      #tokucho1 .disc > div ul li.track h4 {
        margin-top: 1.5rem;
        margin-bottom: -0.5rem;
        text-align: center; }
        #tokucho1 .disc > div ul li.track h4 p {
          font-size: 1rem;
          font-weight: 600;
          display: inline-block;
          text-align: left; }
      #tokucho1 .disc > div ul li.track ul {
        margin-top: 0.5em;
        width: 85%; }
        #tokucho1 .disc > div ul li.track ul li {
          display: inline-block;
          margin-right: 1em;
          font-size: 0.9rem;
          font-weight: 600; }
          @media screen and (max-width: 720px) {
            #tokucho1 .disc > div ul li.track ul li {
              display: block; } }
          #tokucho1 .disc > div ul li.track ul li::before {
            content: '';
            color: #2ACBB8;
            margin-right: 2px; }
          #tokucho1 .disc > div ul li.track ul li:nth-child(1)::before {
            content: '対象年齢＞'; }
          #tokucho1 .disc > div ul li.track ul li:nth-child(2)::before {
            content: '時間＞'; }
          #tokucho1 .disc > div ul li.track ul li:nth-child(3)::before {
            content: 'テンポ＞'; }
      #tokucho1 .disc > div ul li.track div.play_btn {
        display: block;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        border: 2px solid transparent;
        transition: 0.5s;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 720px) {
          #tokucho1 .disc > div ul li.track div.play_btn {
            top: auto;
            bottom: 1rem; } }
        #tokucho1 .disc > div ul li.track div.play_btn:hover {
          border: 2px solid #F0A543; }
        #tokucho1 .disc > div ul li.track div.play_btn img {
          width: 100%; }
      #tokucho1 .disc > div ul li.track div.thumbnail {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        margin: 1rem auto 0 auto;
        position: relative; }
        #tokucho1 .disc > div ul li.track div.thumbnail::before {
          content: "";
          display: block;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: url(../images/thumbnail/play.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 12%;
          transition: 0.5s; }
          @media screen and (max-width: 720px) {
            #tokucho1 .disc > div ul li.track div.thumbnail::before {
              background-size: 20%; } }
        #tokucho1 .disc > div ul li.track div.thumbnail:hover {
          cursor: pointer; }
          #tokucho1 .disc > div ul li.track div.thumbnail:hover::before {
            background-color: rgba(0, 0, 0, 0); }
        #tokucho1 .disc > div ul li.track div.thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        #tokucho1 .disc > div ul li.track div.thumbnail.off::before {
          content: "準備中";
          color: #FFF;
          font-weight: 600;
          font-size: 2rem;
          display: flex;
          background-color: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center;
          background-image: none;
          background-size: 12%; }
        #tokucho1 .disc > div ul li.track div.thumbnail.off:hover {
          pointer-events: none; }
          #tokucho1 .disc > div ul li.track div.thumbnail.off:hover::before {
            background-color: rgba(0, 0, 0, 0.5); }

#tokucho1 h2,
#tokucho2 h2,
#tokucho3 h2 {
  max-width: 100%;
  margin: 0 auto 4rem auto;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 720px) {
    #tokucho1 h2,
    #tokucho2 h2,
    #tokucho3 h2 {
      margin: 0 auto 2rem auto; } }
  #tokucho1 h2 img,
  #tokucho2 h2 img,
  #tokucho3 h2 img {
    max-width: 100%; }

#tokucho1 h2 {
  width: 900px; }

#tokucho2 h2 {
  width: 700px; }

#tokucho3 h2 {
  width: 900px; }

ul.yugu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  align-items: stretch;
  margin: 4rem auto; }
  @media screen and (max-width: 720px) {
    ul.yugu {
      grid-template-columns: 1fr;
      margin: 2rem auto; } }
  ul.yugu li {
    background-color: #FDF0F0;
    border-radius: 1rem;
    padding: 5%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    ul.yugu li > div {
      flex-basis: 100%; }
      ul.yugu li > div + div {
        margin-top: 5%; }
    ul.yugu li img {
      width: 100%; }
    ul.yugu li h3 {
      text-align: center;
      color: #E34C4C;
      font-size: 1.2rem;
      margin: 1rem 0;
      font-weight: 600; }
      ul.yugu li h3 span {
        display: inline-block;
        text-align: left; }
    ul.yugu li p {
      font-size: 0.9rem; }
    ul.yugu li div.ph {
      position: relative; }
      ul.yugu li div.ph div.play_btn {
        display: block;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        border: 2px solid transparent;
        transition: 0.5s;
        position: absolute;
        right: 0;
        bottom: 0;
        margin: auto; }
        ul.yugu li div.ph div.play_btn:hover {
          border: 2px solid #E34C4C; }
        ul.yugu li div.ph div.play_btn img {
          width: 100%; }
    ul.yugu li .btn {
      width: 12rem;
      max-width: 80%;
      margin: auto; }
      @media screen and (max-width: 720px) {
        ul.yugu li .btn {
          width: 18rem;
          max-width: 60%; } }
      ul.yugu li .btn::after {
        right: 3%;
        border: solid 7px transparent;
        border-left: solid 11px #FFF; }

ul.teacher {
  width: 800px;
  max-width: 80%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  justify-content: center; }
  @media screen and (max-width: 1080px) {
    ul.teacher {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 720px) {
    ul.teacher {
      grid-template-columns: 1fr; } }
  ul.teacher li div img {
    width: 300px;
    max-width: 90%;
    margin: auto; }
  ul.teacher li h3 {
    text-align: center;
    color: #C16F00;
    font-size: 1.2rem;
    margin: 1rem 0;
    font-weight: 600; }
    ul.teacher li h3 span {
      display: block;
      font-size: 0.9rem; }
  ul.teacher li p {
    font-size: 0.9rem; }

.kaijo {
  margin-top: 3rem; }
  @media screen and (max-width: 720px) {
    .kaijo {
      margin-top: 2rem; } }
  .kaijo .area {
    background-color: #FFF;
    border: 1px solid #D0C7C1;
    padding: 1rem;
    border-radius: 3rem;
    overflow: hidden;
    margin-bottom: 1rem; }
    .kaijo .area h3 {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 2em;
      margin-left: 1.5rem; }
      @media screen and (max-width: 720px) {
        .kaijo .area h3 {
          padding-left: 0; } }
    .kaijo .area ul.link {
      padding: 1.5rem 0;
      position: relative;
      border-top: 2px dotted rgba(130, 100, 80, 0.3);
      border-bottom: 2px dotted rgba(130, 100, 80, 0.3);
      margin-top: 0; }
      @media screen and (max-width: 720px) {
        .kaijo .area ul.link {
          padding: 1rem 0;
          margin-top: 1rem; } }
      .kaijo .area ul.link li {
        font-weight: 600;
        font-size: 1.1rem;
        display: inline-block;
        margin-right: 1rem; }
        .kaijo .area ul.link li::before {
          content: '';
          display: inline-block;
          background-image: url("../images/down.svg");
          background-repeat: no-repeat;
          width: 1.5rem;
          height: 1.5rem;
          vertical-align: middle;
          margin-right: 0.3rem; }
        .kaijo .area ul.link li.off {
          opacity: 0.5;
          pointer-events: none; }
        .kaijo .area ul.link li a {
          vertical-align: middle; }
        .kaijo .area ul.link li.null {
          opacity: 0.5; }
    .kaijo .area .wrap {
      padding: 0 1rem;
      margin-top: 1.5rem;
      clear: both; }
      @media screen and (max-width: 720px) {
        .kaijo .area .wrap {
          padding: 0.5rem 0; } }
    .kaijo .area dl {
      display: grid;
      grid-template-columns: auto 40%;
      grid-gap: 1rem;
      align-items: center;
      padding: 1.2rem 0;
      border-bottom: 2px dotted rgba(130, 100, 80, 0.3); }
      .kaijo .area dl.header {
        border-top: 2px dotted rgba(130, 100, 80, 0.3); }
      @media screen and (max-width: 1280px) {
        .kaijo .area dl {
          display: block; } }
      .kaijo .area dl dt {
        line-height: 1.8; }
        .kaijo .area dl dt p {
          font-weight: 600; }
        .kaijo .area dl dt h4 {
          font-size: 1.05rem;
          font-weight: 600; }
        .kaijo .area dl dt .date {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap; }
          .kaijo .area dl dt .date li {
            font-weight: 600;
            line-height: 1.4; }
        .kaijo .area dl dt .toi {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap; }
          .kaijo .area dl dt .toi.line2 {
            display: block; }
          .kaijo .area dl dt .toi::before {
            content: "お問い合わせ・申し込み";
            white-space: nowrap;
            flex-shrink: 0;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-block;
            padding-right: 1.5rem;
            background-image: url("../images/arw1.svg");
            background-size: 0.8rem;
            background-repeat: no-repeat;
            background-position: right center;
            margin-right: 1rem; }
            @media screen and (max-width: 720px) {
              .kaijo .area dl dt .toi::before {
                background-image: url("../images/arw2.svg"); } }
          .kaijo .area dl dt .toi > ul {
            flex-shrink: 1;
            display: flex;
            flex-wrap: wrap; }
            @media screen and (max-width: 720px) {
              .kaijo .area dl dt .toi > ul {
                flex-basis: 100%; } }
            .kaijo .area dl dt .toi > ul li {
              margin-right: .8rem;
              font-size: 0.9rem;
              font-weight: normal; }
              .kaijo .area dl dt .toi > ul li::after {
                content: '｜';
                margin-left: .8rem; }
                @media screen and (max-width: 720px) {
                  .kaijo .area dl dt .toi > ul li::after {
                    display: none; } }
              .kaijo .area dl dt .toi > ul li:last-child::after {
                display: none; }
      .kaijo .area dl dd > ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-top: 1rem; }
        @media screen and (max-width: 720px) {
          .kaijo .area dl dd > ul {
            justify-content: space-between; } }
        .kaijo .area dl dd > ul li {
          flex-basis: 49%;
          padding: 0.5rem; }
          @media screen and (max-width: 720px) {
            .kaijo .area dl dd > ul li {
              padding: 0; } }
          .kaijo .area dl dd > ul li a {
            width: 100%;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 3em;
            background-repeat: no-repeat;
            background-position: 1.5em center;
            padding: 0.5em 0.5em 0.5em 2.5em;
            border: 1px solid #0B9FD6; }
            @media screen and (max-width: 720px) {
              .kaijo .area dl dd > ul li a {
                font-size: 0.9rem;
                background-position: 1em center; } }
          .kaijo .area dl dd > ul li.phone a {
            background-color: #0B9FD6;
            color: #FFF;
            background-image: url("../images/ic-phone.svg");
            background-size: 1.3rem; }
            .kaijo .area dl dd > ul li.phone a + a {
              margin-top: 0.5rem; }
          .kaijo .area dl dd > ul li.gmap a {
            background-color: #FDF0F0;
            color: #000;
            background-image: url("../images/ic-gmap.svg");
            background-size: 1.7rem; }

.toggle div.open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
.toggle div.plus {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #065D9D;
  border-radius: 50%;
  position: relative; }
  .toggle div.plus::before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 4px;
    border-radius: 10px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .toggle div.plus::after {
    content: '';
    display: block;
    width: 1.3rem;
    height: 4px;
    border-radius: 10px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: 0.5s; }
  .toggle div.plus.active {
    background-color: #0B9FD6; }
    .toggle div.plus.active::after {
      content: '';
      display: block;
      width: 1.3rem;
      height: 4px;
      border-radius: 10px;
      background-color: #FFF;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: rotate(360deg); }
.toggle .close {
  width: 9rem;
  max-width: 100%;
  margin: 1.5rem auto 0 auto;
  cursor: pointer;
  background-color: #FDF0F0;
  border-radius: 3em;
  padding: 0.5em;
  border: 1px solid #0B9FD6;
  display: flex;
  align-items: center;
  justify-content: center; }
  .toggle .close::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 5px;
    border-radius: 10px;
    background-color: #0B9FD6; }
  .toggle .close::after {
    content: '閉じる';
    font-weight: 600;
    font-size: 1rem;
    margin-left: 1rem; }
.toggle.disc1 .plus, .toggle.disc2 .plus {
  display: none; }
.toggle.disc1 .close, .toggle.disc2 .close {
  display: none; }
@media screen and (max-width: 720px) {
  .toggle.disc1 .plus, .toggle.disc2 .plus {
    display: block; }
  .toggle.disc1 .close, .toggle.disc2 .close {
    display: block; } }

#contact .contents {
  width: 900px;
  max-width: 90%;
  margin: 0 auto; }
#contact .lead {
  width: 100%;
  text-align: center; }
  #contact .lead div {
    display: inline-block;
    text-align: left; }
    #contact .lead div p {
      display: inline;
      color: #FFFF9B !important;
      border-bottom: 1px solid #FFFF9B !important; }
#contact h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  margin: 2rem 0; }
#contact ul.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem; }
  @media screen and (max-width: 720px) {
    #contact ul.contact {
      display: block; } }
  #contact ul.contact li {
    margin-bottom: 1rem; }
    #contact ul.contact li img {
      width: 100%; }

.cs_modal {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: -2;
  opacity: 0;
  transition: 0.5s; }
  .cs_modal.active {
    opacity: 1;
    z-index: 999999; }
  .cs_modal p {
    color: #FFF; }
  .cs_modal .close {
    position: absolute;
    right: 0;
    top: 0; }
    .cs_modal .close p {
      cursor: pointer;
      display: block;
      width: 50px;
      height: 50px;
      position: relative;
      padding-top: 50px;
      text-align: center; }
      .cs_modal .close p span {
        color: #FFF;
        display: block;
        font-size: 12px;
        text-align: center; }
      .cs_modal .close p::before {
        content: '';
        width: 40px;
        height: 2px;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
        transform: rotate(45deg); }
      .cs_modal .close p::after {
        content: '';
        width: 40px;
        height: 2px;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
        transform: rotate(-45deg); }
