@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Kosugi Maru', sans-serif;
font-family: 'Niconne', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/
p, li, dt, dd, th, td, h1, h2, h3, h4, h5 {
  line-height: 160%;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
section {
  width: 100%;
  padding: 80px 0;
}
.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px 0;
}
.ttl-head {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
p {
  text-align: justify;
}
img {
  width: 100%;
  height: auto;
}
.pc-none {
  display: none;
}
.comment {
  color: #FF0000;
  font-size: 14px;
  text-align: center;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/*期間延長コメント*/
.extension {
  display: block;
  width: fit-content;
  margin: 0 auto 20px auto;
  font-size: 22px;
  font-weight: 700;
  color: #ea5506;
}
@media screen and (max-width:768px) {
  p, li, dt, dd, th, td, h1, h2, h3, h4, h5 {
    letter-spacing: 0.05em;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  section {
    padding: 60px 0;
  }
  .ttl-head {
    margin: 0 0 10px 0;
  }
  h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
/*--------------------------------
    ヘッダー（header）
--------------------------------*/
header {
  height: calc(100vh - 70px);
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
header .mv {
  width: 100vw;
  height: calc(100vh - 130px);
  max-height: 700px;
  background: #EB6D94 url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/mv.webp") no-repeat top right/cover;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
header .inner {
  position: relative;
  height: calc(100% - 60px);
  min-height: 500px;
}
header .logo-head {
  width: 100%;
  height: 60px;
  background: #EB6D94;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #FFF;
}
header .logo-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .logo img {
  width: 240px;
  height: auto;
}
header .logo span {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 30px;
}
header .logo-head .philosophy {
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFF;
}
header .trial-btn {
  display: block;
  text-align: center;
  width: 180px;
  height: auto;
  position: fixed;
  bottom: 15px;
  right: 25px;
  z-index: 999;
}
header .trial-btn .txt-head {
  display: block;
  width: 150px;
  padding: 5px;
  border-radius: 3px;
  background: #FFF;
  border: 2px solid #006948;
  color: #006948;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 9999;
  transition: 0.3s;
}
header .trial-btn .txt-head::after {
  content: "";
  display: block;
  width: 80px;
  height: 100px;
  background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-03.svg") no-repeat top center/contain;
  position: absolute;
  bottom: -20px;
  right: -45px;
}
header .trial-btn a {
  display: block;
  width: 180px;
  height: 180px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0 0 0;
  border-radius: 50%;
  background: #37a34a;
  color: #FFF;
  position: relative;
}
header .trial-btn a::before {
  content: "Let's Try !";
  font-family: 'Niconne', cursive;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
  color: #000;
  transform: rotate(-5deg);
  margin: 0 0 15px 0;
  padding: 0 5px 0 0;
}
header .trial-btn a:hover {
  background: #009944;
  opacity: 1;
}
header .trial-btn a:hover > .txt-head {
  background: #006948;
  border: 2px solid #006948;
  color: #FFF;
  transition: 0.3s;
}
/*キャンペーン内容*/
header .camp-box {
  max-width: 600px;
  padding: 40px 25px 10px 25px;
  background: #FFF;
  border: 3px solid #37a34a;
  box-shadow: 0 4px #006948;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #006948;
  position: absolute;
  bottom: 20px;
}
header h1 {
  width: 550px;
  height: auto;
  position: absolute;
  top: -70px;
  left: -70px;
}
header .camp-box .extension {
  margin: 0;
  font-size: 18px;
}
header .camp-box .camp-list {
  font-size: 16px;
}
header .camp-box .price {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
header .camp-box .note {
  font-size: 1px;
}
header .camp-box .note li {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 140%;
}
header .camp-box .schedule {
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
}
header .camp-box .schedule span {
  font-size: 15px;
}
header .camp-box .camp-list {
  display: flex;
  margin: 0 0 5px 0;
}
header .camp-box .camp-list li {
  color: #006948;
  /*border-bottom: 2px solid #006948;
  border-left: 2px solid #006948;*/
  padding: 5px 10px 5px 10px;
  margin: 0 10px 0 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(transparent 55%, #fdd35c 55%)
}
header .camp-box .camp-list li img {
  width: 80px;
  height: auto;
}
header .camp-box::after {
  content: "";
  display: block;
  width: 100px;
  height: 210px;
  background: url(/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-02.svg) no-repeat bottom left/contain;
  position: absolute;
  top: -106px;
  right: -20px;
}
@media screen and (max-width:768px) {
  header {
    height: calc(100vh - 60px);
    width: 100%;
  }
  header .mv {
    height: calc(100vh - 120px);
    background: #EB6D94 url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/mv.webp") repeat-y top center/120%;
  }
  header .trial-btn {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  header .trial-btn .txt-head {
    display: block;
    width: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    position: static;
  }
  header .trial-btn .txt-head::before {
    display: inline;
    content: "\FF3C";
    margin: 0 3px 0 0;
  }
  header .trial-btn .txt-head::after {
    display: inline;
    content: "\FF0F";
    width: auto;
    height: auto;
    background: none;
    position: static;
    margin: 0 0 0 3px;
  }
  header .trial-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 5px 60px 0 0;
    border-radius: 0;
  }
  header .trial-btn a::before {
    content: none;
  }
  header .trial-btn a::after {
    content: "";
    display: block;
    width: 90px;
    height: 120px;
    background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-03.svg") no-repeat top center/contain;
    position: absolute;
    bottom: -28px;
    right: 5px;
  }
  header .logo-head {
    height: auto;
  }
  header .logo-inner {
    justify-content: center;
    flex-direction: column;
  }
  header .logo {
    margin: 0 auto;
  }
  header .logo img {
    width: 180px;
  }
  header .logo span {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 15px;
  }
  header .logo-head .philosophy {
    margin: 5px 0;
    font-size: 14px;
  }
  header .camp-box {
    bottom: 30px;
  }
}
@media screen and (max-width:640px) {
  header {
    max-height: none;
  }
  header .mv {
    background: #EB6D94 url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/mv_03.webp") repeat-y top center/contain;
  }
  header .inner {
    width: 100%;
  }
  header .camp-box {
    bottom: 15px;
    width: 100%;
    max-width: none;
    padding: 50px 15px 7px 15px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: linear-gradient(rgba(255, 255, 255, 0) 105px, #37a34a 105px, #37a34a 108px, rgba(255, 255, 255, 1) 108px);
  }
  header h1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    bottom: -10px;
    top: inherit;
    left: inherit;
  }
  header .camp-box::after {
    content: none;
  }
  header .camp-box .extension {
    margin: 0 auto;
  }
  header .camp-box .schedule {
    text-align: center;
  }
  header .camp-box .note li {
    display: inline;
    font-size: 11px;
  }
  header .camp-box .camp-list {
    justify-content: space-around;
  }
  header .camp-box .camp-list li {
    flex-wrap: wrap;
    background: linear-gradient(transparent 70%, #fdd35c 70%);
  }
  header .camp-box .camp-list li:last-child {
    margin: 0;
  }
  header .camp-box .camp-list span {
    width: 100%;
    text-align: center;
  }
  header .camp-box .camp-list li img {
    margin: 5px auto 0 auto;
  }
}
/*--------------------------------
    ナビ（nav）
--------------------------------*/
nav {
  background: #EB6D94;
  height: 70px;
  border-top: 2px solid #FFF;
}
nav.fixed {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: none;
}
nav.fixed.hide {
  transform: translateY(-100%);
  transition: 0.5s;
}
nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
nav li {
  text-align: center;
  font-size: 18px;
}
nav li + li {
  margin: 0 0 0 40px;
}
nav li a {
  display: block;
  padding: 20px 0 0 0;
  color: #FFF;
  line-height: 120%;
}
nav.fixed li a {
  padding: 10px 0 0 0;
}
nav li a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  display: block;
}
@media screen and (max-width:768px) {
  nav {
    height: auto;
  }
  nav.fixed {
    height: auto;
  }
  nav ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 7px 0;
  }
  nav li {
    width: 50%;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  nav li + li {
    margin: 0;
    letter-spacing: normal;
  }
  nav li a, nav.fixed li a {
    padding: 10px 0;
  }
  nav li a::after {
    display: inline;
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
/*--------------------------------
    タイコラボについて（about）
--------------------------------*/
.about {
  background: linear-gradient(#FFF calc(100% - 500px), #EB6D94 calc(100% - 500px));
}
.about.margin-top {
  padding: 150px 0 80px 0;
}
.about .ttl-head {
  color: #EB6D94;
}
.about h2 {
  color: #333;
}
.about h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 40px;
  background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/logo-h-bk.svg") no-repeat top center/contain;
  margin: 20px auto 0 auto;
}
.about .lead-txt {
  width: 100%;
  max-width: 600px;
  text-align: left;
  line-height: 180%;
  margin: 0 auto 70px auto;
  color: #333;
}
.about .lead-txt .catch-txt {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  text-align: center;
  ;
}
.about .lead-txt .catch-txt span::before {
  content: "\300C";
  color: #EB6D94;
  position: relative;
  left: -5px;
}
.about .lead-txt .catch-txt span::after {
  content: "\300D";
  font-weight: 400;
  color: #EB6D94;
  position: relative;
  right: -5px;
}
.about .lead-txt .catch-txt::after {
  content: "\25CF\a0\25CF\a0\25CF";
  font-size: 6px;
  color: rgba(235, 109, 148, 0.5);
  display: block;
  position: relative;
  top: 5px;
}
.about .lead-txt p + p {
  font-weight: 400;
  margin: 10px 0 0 0;
}
/*おすすめのポイント*/
.about .point {
  background: #FFF url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/bk-hougan.webp");
  border: 3px solid #EB6D94;
  padding: 0 0 40px 0;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.about .point h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  background: #EB6D94;
  color: #FFF;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  top: -5px;
  border-radius: 0 0 10px 10px;
}
.about .point h3 span {
  font-size: 18px;
  display: block;
}
.about .point .box {
  max-width: 760px;
  padding: 40px 20px;
  margin: 0 auto;
}
.about .point .box + .box {}
.about .point h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #EB6D94;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #EB6D94;
  text-shadow: 1px 1px #FFF;
}
.about .point h4 span {
  font-family: 'Niconne', cursive;
  display: block;
  font-size: 22px;
}
.about .point .txt-box p + p {
  margin: 10px 0 0 0;
}
.about .point strong {
  font-weight: 500;
  background: linear-gradient(#FFF 70%, rgba(235, 109, 148, 0.5) 70%);
}
/*講師画像cssアニメーション*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0 0;
}
.scroll-list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-left {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
.about .instructor li {
  width: 150px;
  padding: 2px;
}
.about .instructor li > img {
  width: 100%;
  border-radius: 5px;
}
/*クラス・レッスン紹介*/
.about .lesson-menu {
  margin: 30px 0 0 0;
}
.about .lesson-menu .midashi {
  font-family: 'Kosugi Maru', sans-serif;
  width: fit-content;
  background: #EB6D94;
  color: #FFF;
  padding: 3px 15px;
  border-radius: 3px;
  margin: 0 auto 20px auto;
}
.about .lesson-menu .midashi::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #EB6D94;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
}
.about .lesson-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .lesson-menu li {
  width: calc(100% / 4 - 20px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #EB6D94;
  border: 3px solid #EB6D94;
  text-align: center;
  margin: 10px 0;
  overflow: hidden;
}
.about .lesson-menu li a {
  display: block;
  height: 100%;
  background: #EB6D94;
  overflow: hidden;
  border-radius: 50%;
}
.about .lesson-menu li a p {
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-size: 15px;
  letter-spacing: normal;
  color: #FFF;
}
.about .lesson-menu li a p:first-child {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.about .lesson-menu li a p:first-child img {
  object-fit: cover;
}
.about .lesson-menu li a p + p {
  margin: 8px 0 0 0;
}
@media screen and (max-width:768px) {
  .about .point h3 {
    font-size: 20px;
  }
  .about .point .box-wrap {
    padding: 20px;
  }
  .about .lesson-menu li {
    width: calc(100% / 2 - 10px);
  }
  .about h2::after {
    width: 316px;
    height: 55px;
    margin: 10px auto 0 auto;
  }
  .about .lead-txt {
    margin: 0 auto 50px auto;
  }
  .about .lead-txt .catch-txt {
    font-size: 20px;
  }
  .about .lead-txt .catch-txt span {
    position: relative;
    padding: 0 15px;
    display: inline-block;
  }
  .about .lead-txt .catch-txt span::before {
    position: absolute;
    left: -8px;
  }
  .about .lead-txt .catch-txt span::after {
    position: absolute;
    right: -8px;
  }
  .about .point h4 {
    font-size: 18px;
  }
  .about .point .box {
    padding: 20px 15px;
  }
  .about .lesson-menu li {
    width: calc(100% / 2 - 5px);
  }
  .about .instructor li {
    width: 110px;
  }
}
/*--------------------------------
    体験レッスンについて（trial）
--------------------------------*/
.trial {
  background: #f8f4e6;
  position: relative;
}
.trial::before {
  content: "";
  display: block;
  width: 460px;
  height: 460px;
  background: #37a34a;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: calc(50% - 230px);
}
.trial .ttl-head {
  font-family: 'Niconne', cursive;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: normal;
  color: #000;
  transform: rotate(-5deg);
}
.trial h2 {
  color: #FFF;
  margin: 0 0 30px 0;
}
.trial .lead-txt {
  margin: 0 0 230px 0;
  color: #FFF;
  position: relative;
}
.trial .lead-txt p {
  text-align: center;
}
.trial .lead-txt p.camp-ban {
  width: 300px;
  background: #FFF url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/zero.svg") no-repeat bottom right/contain;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #006948;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 0 20px 18px;
  position: absolute;
  bottom: -140px;
  left: calc(50% - 200px);
  transform: rotate(-5deg);
  border: 3px solid #006948;
  box-shadow: 0 4px #006948;
}
.trial .lead-txt p.camp-ban::after {
  content: "";
  display: block;
  width: 100px;
  height: 200px;
  background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-02.svg") no-repeat;
  position: absolute;
  top: -40px;
  right: -140px;
}
.trial h3 {
  max-width: 400px;
  padding: 3px 10px 2px 10px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 18px;
  position: relative;
  background: #37a34a;
  color: #FFF;
  border-radius: 5px;
}
.trial h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #37a34a;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
}
.trial .flow {
  text-align: center;
  margin: 0 0 80px 0;
}
.trial .flow .box {
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid #37a34a;
}
.trial .flow .box + .box {
  margin: 50px auto 0 auto;
}
.trial .flow .box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  font-weight: bold;
  color: #37a34a;
  display: block;
  margin: 20px 0 0 0;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
}
.trial .flow .box:last-child::after {
  content: none;
}
.trial h4 {
  color: #37a34a;
  background: #FFF;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.trial h4 span {
  font-size: 15px;
  font-weight: 400;
}
.trial h4:hover {
  background: #37a34a;
  color: #FFF;
  transition: 0.3s;
}
.trial h4::after {
  content: "\FF0B";
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.trial h4.active {
  background: #37a34a;
  color: #FFF;
}
.trial h4.active::after {
  transform: rotate(45deg);
}
.trial .flow .box .txt {
  font-size: 15px;
}
.trial .flow .box .txt a {
  color: #37a34a;
  font-weight: 500;
}
.trial .flow .box .acordion_tree {
  background: #FFF;
  padding: 20px;
}
.trial .flow .things {
  border: 1px solid #37a34a;
  padding: 5px 10px;
  margin: 10px 0;
  color: #37a34a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trial .flow .things .midashi {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #37a34a;
  width: 70px;
}
.trial .flow .things ul {
  text-align: left;
  width: calc(100% - 90px);
  padding: 0 0 0 10px;
  border-left: 1px dotted #37a34a;
}
.trial .flow .things li {
  display: inline-block;
  font-size: 14px;
}
.trial .flow .things li::after {
  content: "/";
  padding: 0 3px;
}
.trial .flow .things li:last-child::after {
  content: none;
}
.trial .flow .txt {
  margin: 0 0 10px 0;
}
.trial .movie {
  text-align: center;
  width: 95%;
  max-width: 560px;
  margin: 0 auto;
}
.trial .movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 3px solid #FFF;
}
.trial .movie .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .trial {
    padding: 60px 0 80px 0;
  }
  .trial::before {
    width: 340px;
    height: 340px;
    left: calc(50% - 170px);
  }
  .trial .ttl-head {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
  .trial h2 {
    margin: 0 0 20px 0;
  }
  .trial .lead-txt p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.05em;
    max-width: 280px;
    margin: 0 auto;
  }
  .trial .lead-txt {
    margin: 0 0 80px 0;
  }
  .trial .lead-txt p.camp-ban {
    background: #FFF url(/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/zero.svg) no-repeat bottom right 20px/contain;
    text-align: left;
    width: 270px;
    font-size: 16px;
    transform: none;
    position: relative;
    bottom: inherit;
    left: -30px;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 10px;
  }
  .trial .lead-txt p.camp-ban::after {
    top: -60px;
    right: -70px;
    width: 90px;
    height: 190px;
  }
  .trial h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .trial .flow .box .acordion_tree {
    padding: 10px;
  }
  .trial .flow .things {
    flex-direction: column;
    padding: 5px 7px;
  }
  .trial .flow .things ul {
    width: 100%;
    padding: 5px 0 0 0;
    border-left: none;
    border-top: 1px dotted #37a34a;
    line-height: 1px
  }
  .trial .flow .things li {
    display: inline;
    line-height: 140%;
    font-size: 13px;
    text-align: justify;
  }
}
/*--------------------------------
    キャンペーン（cta）
--------------------------------*/
.cta {
  background: #fdd35c;
  padding: 80px 0 40px 0;
}
.cta .ttl-head {
  font-family: 'Niconne', cursive;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: normal;
  color: #37a34a;
}
.cta h2 {
  margin: 0 0 30px 0;
  padding: 0 0 0 10px;
  font-weight: 600;
}
.cta .lead-txt {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px 0;
}
.cta .schedule {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}
.cta .schedule dt, .cta .schedule dd {
  height: 40px;
  line-height: 38px;
  border: 2px solid #37a34a;
}
.cta .schedule dt {
  padding: 0 15px 0 20px;
  background: #37a34a;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px 0 0 20px;
}
.cta .schedule dd {
  padding: 0 20px;
  background: #FFF;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-radius: 0 20px 20px 0;
}
.cta .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  position: relative;
}
.cta .price-wrap::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-01.svg") no-repeat;
  position: absolute;
  top: -140px;
  left: 30px;
}
.cta .price-wrap::after {
  content: "\4ECA\3060\3051\FF01";
  font-weight: 600;
  color: #006948;
  border-bottom: 2px solid #006948;
  padding: 0 0 2px 3px;
  transform: rotate(-5deg);
  position: absolute;
  top: -60px;
  left: 160px;
}
.cta .price-wrap li.tokuten {
  background: #FFF;
  border: 3px solid #37a34a;
  box-shadow: 0 4px #006948;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #006948;
  position: relative;
}
.cta .price-wrap li.tokuten.taikenryo {
  width: calc(33% - 80px);
}
.cta .price-wrap li.tokuten.nyukaikin {
  width: calc(33% - 80px);
}
.cta .price-wrap li.tokuten.set.pc-none {
  display: none;
}
.cta .price-wrap li.tokuten.set {
  width: 33%;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.cta .price-wrap li.tokuten.set div {
  width: 52%;
  padding: 20px 0 10px 0;
}
.cta .price-wrap li.tokuten.set div:nth-child(2) {
  width: 48%;
  padding: 2px;
  position: relative;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.cta .price-wrap li.tokuten.set div img {
  height: 100%;
  object-fit: cover;
}
.cta .price-wrap li.tokuten.set .bachi {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: normal;
  background: #37a34a;
  color: #FFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 35px 5px 0 5px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.cta .price-wrap li .proper {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.cta .price-wrap li .proper .zero {
  width: 100px;
  display: block;
  margin: 5px auto;
}
.cta .price-wrap li.txt {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #37a34a;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: normal;
}
.cta .price-wrap li.txt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 8px 0 0 0;
}
.cta .note {
  font-size: 12px;
  text-align: center;
}
.cta .btn-wrap {
  margin: 50px 0 0 0;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
}
.cta .btn-wrap p {
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 20px auto;
  font-size: 18px;
}
.cta .btn-wrap ul {
  display: flex;
  justify-content: center;
}
.cta .btn-wrap li {
  margin: 0 10px;
  max-width: 200px;
}
@media screen and (max-width:768px) {
  .cta {
    padding: 60px 0;
  }
  .cta h2 {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .cta .lead-txt {
    text-align: left;
    font-size: 16px;
  }
  .cta .schedule dt {
    font-size: 15px;
    padding: 0 10px 0 10px;
  }
  .cta .schedule dd {
    padding: 0 10px;
  }
  .cta .price-wrap::before, .cta .price-wrap::after {
    content: none;
  }
  .cta .price-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cta .price-wrap li.tokuten.taikenryo {
    width: 100%;
    max-width: 400px;
    padding: 10px 150px 0 0;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .cta .price-wrap li.tokuten.taikenryo::after {
    content: "";
    display: block;
    width: 120px;
    height: 182px;
    background: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/illust-01.svg") no-repeat;
    position: absolute;
    bottom: -52px;
    right: 10px;
  }
  .cta .price-wrap li .proper {
    font-size: 14px;
    line-height: 140%;
  }
  .cta .price-wrap li.tokuten.set.pc-none .proper .zero {
    margin: 10px auto 0 auto;
  }
  .cta .price-wrap li.txt {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 3px;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }
  .cta .price-wrap li.txt::after {
    content: "\f063";
    display: inline;
    margin: 0 0 0 10px;
    font-size: 18px;
  }
  .cta .price-wrap li.tokuten.nyukaikin {
    display: none;
  }
  .cta .price-wrap li.tokuten.set.sp-none {
    display: none;
  }
  .cta .price-wrap li.tokuten.set.pc-none {
    display: flex;
    width: 100%;
    max-width: 400px;
    padding: 10px 0 0 0;
  }
  .cta .price-wrap li.tokuten.set div:first-child {
    width: calc(100% - 150px);
    padding: 0;
    font-size: 16px;
  }
  .cta .price-wrap li.tokuten.set div:nth-child(2) {
    width: 150px;
  }
  .cta .price-wrap li.tokuten.set div img {
    position: relative;
    top: -10px;
    height: 90%;
  }
  .cta .price-wrap li.tokuten.set .bachi {
    width: fit-content;
    height: auto;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    bottom: 3px;
    right: 3px;
  }
  .cta .note {
    letter-spacing: normal;
  }
  .cta .btn-wrap {
    padding: 10px;
  }
  .cta .btn-wrap p {
    font-size: 16px;
  }
  .cta .btn-wrap li {
    margin: 0 5px;
  }
}
/*--------------------------------
    お客様の声（voice）
--------------------------------*/
.voice {
  background: #EB6D94;
  border-top: 2px solid #FFF;
}
.voice .ttl-head {
  color: #FFF;
}
.voice h2 {
  font-size: 26px;
  color: #FFF;
}
.voice .box {
  background: #FFF;
  border-radius: 5px;
  margin: 10px;
  padding: 20px 30px 40px 30px;
  opacity: 0.3;
  position: relative;
}
.voice .box.slick-active {
  opacity: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.voice .box p {
  letter-spacing: 1px;
  line-height: 160%;
  color: #333;
}
.voice .box p:first-child {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 20px;
  color: #EB6D94;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #EB6D94;
}
.voice .box p.name {
  width: 100%;
  color: #EB6D94;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.voice .slick-prev, .voice .slick-next {
  z-index: 9;
  width: 40px;
  height: 40px;
}
.voice .slick-prev {
  left: calc(15% - 30px);
}
.voice .slick-next {
  right: calc(15% - 30px);
}
.voice .slick-prev:before, .voice .slick-next:before {
  display: block;
  width: 40px;
  height: auto;
  font-size: 50px;
  text-align: center;
  color: #fdd35c;
  font-family: "Font Awesome 5 free";
  font-weight: bold;
  opacity: 1;
}
.voice .slick-prev::before {
  content: "\f053";
}
.voice .slick-next::before {
  content: "\f054";
}
.voice .slick-prev:hover::before, .voice .slick-next:hover::before {
  transition: 0.5s;
  color: #fcc800;
}
.voice .slick-dots li button {
  background: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.voice .slick-dots li button:hover {
  background: #fcc800;
}
.voice .slick-dots li.slick-active button {
  background: #fdd35c;
}
.voice .slick-dots li button::before {
  content: none;
}
/*slick高さ合わせのための打ち消し*/
.voice .slick-track {
  display: flex;
}
.voice .slick-track::before, .voice .slick-track::after {
  content: none;
}
.voice .slick-slide {
  float: none;
  height: auto;
  cursor: grab;
}
.voice .slick-slide:active {
  cursor: grabbing;
}
@media screen and (max-width:768px) {
  .voice .slick-prev {
    left: -12px;
    width: 20px;
  }
  .voice .slick-next {
    right: -12px;
    width: 20px;
  }
  .voice .slick-prev:before, .voice .slick-next:before {
    font-size: 30px;
    width: 20px;
  }
  .voice .box {
    padding: 15px 20px 40px 20px;
  }
  .voice .box p:first-child {
    line-height: 140%;
  }
  .voice .box p {
    line-height: 140%;
    font-size: 15px;
  }
  .voice .box p + p {
    margin: 10px 0 0 0;
  }
}
/*--------------------------------
    お申し込み（studio）
--------------------------------*/
.studio {
  background: #FFF;
  padding: 80px 0 0 0;
}
.studio .ttl-head {
  color: #EB6D94;
}
.studio .catch-txt {
  text-align: center;
  color: #EB6D94;
  font-weight: 600;
  margin: 0 0 50px 0;
}
.studio .lead-txt {
  text-align: center;
  margin: 0 0 50px 0;
}
.studio .studio-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.studio-menu li {
  width: calc(100% / 3 - 5px);
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-size: 22px;
  letter-spacing: 10px;
}
.studio-menu li a {
  display: block;
  color: #FFF;
  padding: 12px 0 25px 10px;
  border-radius: 5px;
}
.studio-menu li a:hover {
  opacity: 1;
}
.studio-menu li a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 7px);
}
.studio-menu li.kyoto a {
  background: #7058a3;
  border: 2px solid #7058a3;
}
.studio-menu li.kyoto a:hover {
  background: #FFF;
  color: #7058a3;
}
.studio-menu li.osaka a {
  background: #e9546b;
  border: 2px solid #e9546b;
}
.studio-menu li.osaka a:hover {
  background: #FFF;
  color: #e9546b;
}
.studio-menu li.kobe a {
  background: #00a3af;
  border: 2px solid #00a3af;
}
.studio-menu li.kobe a:hover {
  background: #FFF;
  color: #00a3af;
}
/*店舗詳細BOX*/
.studio .box {
  padding: 80px 0;
}
.studio .box.kyoto {
  background: rgba(112, 88, 163, 0.3);
}
.studio .box.osaka {
  background: rgba(233, 84, 107, 0.3);
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.studio .box.kobe {
  background: rgba(0, 163, 175, 0.3);
}
.studio .box .box-inner {
  max-width: 1000px;
  background: #FFF;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.studio .box .box-inner + .box-inner {
  margin: 50px auto 0 auto;
}
.studio h3 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 20px 0 18px 0;
  color: #FFF;
}
.studio .box.kyoto h3 {
  background: #7058a3;
}
.studio .box.osaka h3 {
  background: #e9546b;
}
.studio .box.kobe h3 {
  background: #00a3af;
}
/*店舗情報*/
.studio .box-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.studio .box-wrap .img-box {
  width: 460px;
  height: auto;
}
.studio .slick-dots li button {
  background: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.studio .slick-dots {
  bottom: -30px;
}
.studio .slick-dots li button {
  background: #EEE;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.studio .kyoto .slick-dots li button:hover {
  background: rgba(112, 88, 163, 1);
}
.studio .kyoto .slick-dots li.slick-active button {
  background: rgba(112, 88, 163, 0.5);
}
.studio .osaka .slick-dots li button:hover {
  background: rgba(233, 84, 107, 1);
}
.studio .osaka .slick-dots li.slick-active button {
  background: rgba(233, 84, 107, 0.5);
}
.studio .kobe .slick-dots li button:hover {
  background: rgba(0, 163, 175, 1);
}
.studio .kobe .slick-dots li.slick-active button {
  background: rgba(0, 163, 175, 0.5);
}
.studio .slick-dots li button::before {
  content: none;
}
.studio .box-wrap .txt-box {
  width: calc(100% - 480px);
}
.studio .detail {
  margin: 0 0 20px 0;
}
.studio .info {
  margin: 0 0 10px 0;
}
.studio .info .address {
  margin: 0 0 15px 0;
}
.studio .info .address .map {
  display: block;
  font-size: 14px;
}
.studio .info .address .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px 0 0;
  letter-spacing: normal;
}
.studio .info .tel {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
}
.studio .info .tel span {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.studio .info .tel a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  margin: 0 10px 0 0;
}
.studio .info .time {
  font-size: 15px;
}
.studio .access {
  text-align: left;
}
.studio .access::before {
  content: "Access";
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.studio .kyoto .info .address .map, .studio .kyoto .access::before, .studio .kyoto .access .note {
  color: #7058a3;
}
.studio .osaka .info .address .map, .studio .osaka .access::before, .studio .osaka .access .note {
  color: #e9546b;
}
.studio .kobe .info .address .map, .studio .kobe .access::before, .studio .kobe .access .note {
  color: #00a3af;
}
.studio .access .note {
  font-size: 14px;
  display: inline-block;
  line-height: 120%;
}
/*体験誘導*/
.studio .btn-wrap {
  padding: 20px 0;
  background: #f8f4e6;
}
.studio .btn-wrap::after {
  font-family: 'Noto Sans JP', sans-serif;
  content: "TAIKO-LAB\306E\4E88\7D04\30DA\30FC\30B8\306B\79FB\52D5\3057\307E\3059";
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  text-align: center;
  color: #EB6D94;
}
.studio .btn-wrap .midashi {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.studio .btn-wrap ul {
  text-align: center;
}
.studio .btn-wrap .btn {
  display: inline-block;
  width: 180px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 5px;
  letter-spacing: 0.05em;
}
.studio .btn-wrap .btn a {
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  background: linear-gradient(#EB6D94 50%, #e75b8a 50%);
  color: #FFF;
}
.studio .btn-wrap .btn a span {
  font-size: 14px;
  padding: 0 0 0 3px;
}
/*その他体験誘導*/
.studio .other {
  text-align: center;
  font-size: 16px;
  background: #f8f4e6;
  padding: 0 0 20px 0;
}
.studio .other .btn {
  text-align: center;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.studio .other .btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: bold;
  margin: 0 0 0 5px;
}
.studio .other a {
  display: block;
  padding: 10px 0;
}
.studio .other a:hover {
  opacity: 1;
  color: #EB6D94;
}
.studio .other a li {
  display: inline-block;
  font-size: 12px;
}
.studio .other a li::after {
  content: "/";
  padding: 0 5px;
}
.studio .other a li:last-child::after {
  content: none;
}
@media screen and (max-width:768px) {
  .studio .lead-txt {
    text-align: justify;
  }
  .studio h3 {
    font-size: 24px;
    padding: 10px 0 9px 0;
    margin: 0 0 15px 0;
  }
  .studio .box {
    padding: 15px;
  }
  .studio .box-wrap {
    flex-direction: column;
    padding: 0 15px;
  }
  .studio .box-wrap .img-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .studio .box-wrap .txt-box {
    width: 100%;
  }
  .studio .info .address {
    margin: 0 0 10px 0;
  }
  .studio .info .address .map {
    display: inline-block;
    margin: 0 5px;
  }
  .studio .access {
    font-size: 15px;
  }
  .studio .info .tel span {
    display: block;
    line-height: 100%;
    margin: 0 0 10px 28px;
  }
}
/*--------------------------------
    よくある質問（faq）
--------------------------------*/
.faq {
  background: #f8f4e6;
  border-top: 2px solid #FFF;
}
.faq .ttl-head {
  color: #EB6D94;
}
.faq h2 {}
.faq li {
  background: #FFF;
  border-radius: 5px;
  padding: 15px;
}
.faq li + li {
  margin: 15px 0 0 0;
}
.faq .que {
  font-size: 18px;
  cursor: pointer;
  padding: 0 50px 0 30px;
  position: relative;
  line-height: 140%;
  transition: 0.3s;
}
.faq .que::before {
  content: "Q";
  font-size: 30px;
  color: #EB6D94;
  position: absolute;
  left: 0;
  top: -3px;
}
.faq .que::after {
  content: "\FF0B";
  font-size: 20px;
  line-height: 100%;
  color: #EB6D94;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.faq .que:hover {
  color: #EB6D94;
  transition: 0.3s;
}
.faq .que.active {
  color: #EB6D94;
}
.faq .que.active::after {
  content: "\30FC";
}
.faq .ans {
  padding: 20px 50px 0 30px;
}
/*--------------------------------
    お問い合わせ（contact）
--------------------------------*/
.contact {
  background: #f8f4e6;
  padding: 80px 0 200px 0;
}
.contact .ttl-head {
  color: #EB6D94;
}
.contact .lead-txt {
  text-align: center;
}
@media screen and (max-width:768px) {
  .contact .lead-txt {
    text-align: left;
  }
}
/*--------------------------------
    フッター（footer）
--------------------------------*/
footer {
  background: #EB6D94;
  position: relative;
}
footer .pagetop {
  width: 160px;
  background: #EB6D94;
  text-align: center;
  position: absolute;
  top: -36px;
  left: calc(50% - 80px);
}
footer .pagetop a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  font-size: 16px;
}
footer .logo {
  width: 160px;
  height: auto;
  padding: 30px 0 0 0;
  margin: 0 auto 30px auto;
}
footer .foot-menu {
  display: flex;
  justify-content: center;
}
footer .foot-menu li {
  text-align: center;
}
footer .foot-menu li a {
  display: block;
  font-size: 14px;
  color: #FFF;
}
footer .foot-menu li a::after {
  content: "\FF5C";
  padding: 0 10px;
}
footer .foot-menu li:last-child a::after {
  content: none;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 30px 0 10px 0;
  color: #FFF;
}
@media screen and (max-width:768px) {
  footer {
    padding: 0 0 80px 0;
  }
}
/*--------------------------------
	モーダルの設定
--------------------------------*/
#lean_overlay {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #FFF;
  display: none;
}
.modal_inner {
  display: none;
  background: #FFF;
  border: 3px solid #EB6D94;
  padding: 0 30px 30px 30px;
  width: 90%;
  max-width: 500px;
  margin-top: 50px;
}
.about .point .modal_inner h3 {
  font-size: 20px;
  padding: 10px 30px 7px 30px;
  margin: 0 0 20px 0;
  font-family: 'Kosugi Maru', sans-serif;
}
.about .point .modal_inner .txt-box p {
  font-size: 15px;
  margin: 0 0 20px 0;
}
.modal_inner p.modal-close {
  display: block;
  width: fit-content;
  height: auto;
  padding: 3px 10px;
  color: #EB6D94;
  border: 1px solid #EB6D94;
  line-height: 100%;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 2;
  cursor: pointer;
}
.modal_inner p.modal-close:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*--------------------------------
	メインビジュアル アニメーション
--------------------------------*/
#window {
  background-image: url("/admin/wp-content/themes/TAIKO-LAB-WEST/img/LP/trial-lp01/mv.webp");
  background-position: top center;
  background-size: 1000px 800px;
  width: 100vw;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: infinitescroll 30s linear infinite;
  -moz-animation: infinitescroll 30s linear infinite;
  -ms-animation: infinitescroll 30s linear infinite;
  -o-animation: infinitescroll 30s linear infinite;
  animation: infinitescroll 30s linear infinite;
  z-index: -1;
}
@-webkit-keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -800px, 0);
  }
}
@-moz-keyframes infinitescroll {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, -800px, 0);
  }
}
@-o-keyframes infinitescroll {
  0% {
    -o-transform: translate3d(0, 0, 0);
  }
  100% {
    -o-transform: translate3d(0, -800px, 0);
  }
}
@keyframes infinitescroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -800px, 0);
  }
}
@media screen and (max-width:768px) {
  #window {
    background-size: 750px 600px;
  }
  @-moz-keyframes infinitescroll {
    0% {
      -moz-transform: translate3d(0, 0, 0);
    }
    100% {
      -moz-transform: translate3d(0, -600px, 0);
    }
  }
  @-o-keyframes infinitescroll {
    0% {
      -o-transform: translate3d(0, 0, 0);
    }
    100% {
      -o-transform: translate3d(0, -600px, 0);
    }
  }
  @keyframes infinitescroll {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, -600px, 0);
    }
  }
}
/*--------------------------------
	LoadingのためのCSS
--------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #EB6D94;
  font-family: 'Roboto', sans-serif;
}
/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #EB6D94;
  width: 100%;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 60%;
  left: calc(50% - 10px);
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #EB6D94;
  width: 100%;
}
#splash_logo img {
  width: 200px;
  height: auto;
}
/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #FFF;
  transition: all .2s cubic-bezier(.04, .435, .315, .9);
  transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
  transform-origin: center top;
}
/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}

@media screen and (max-width:768px) {
  a:hover {
    opacity: 1;
  }
  header .trial-btn a:hover > .txt-head {
    background: none;
    border: none;
  }
  .trial h4:hover {
    color: #37a34a;
    background: #FFF;
  }
  .studio-menu li.kyoto a:hover {
    color: #FFF;
    background: #7058a3;
  }
  .studio-menu li.osaka a:hover {
    color: #FFF;
    background: #e9546b;
  }
  .studio-menu li.kobe a:hover {
    color: #FFF;
    background: #00a3af;
  }
  .studio .other a:hover {
    color: #000;
  }
  .faq .que:hover {
    color: #000;
  }
}