@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;500&display=swap");
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-family: "M PLUS 1p";
  font-weight: 300;
}
img {
  width: 100%;
}
/*===============================

共通

================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
.bg_01 {
  background: #111;
}
/*===============================

ヘッダー

================================*/
header {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: calc(690 / 1920 * 100%);
  background: url(../img/header.webp) center center no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  header {
    display: none;
  }
}
header h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 20%;
}
.header_tel {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 60px;
  top: 35px;
  right: 0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  z-index: 100000000000000000000000;
}
.header_tel a {
  display: block;
  color: #af3bb4;
  text-decoration: none;
  line-height: 60px;
}
.header_tel i {
  font-size: 40px;
  line-height: 60px;
}
/*===============================

フッター

================================*/
footer {
  padding: 200px 0 50px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 120px 0 30px;
  }
}
footer a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
footer .logo {
  width: 100px;
  margin: auto;
  padding-bottom: 10px;
}

.footer_icon{
	display: flex;
	justify-content:center;
}
.footer_icon ul{
	display: flex;
	align-items:center;
	padding: 30px 0 0 
}
.footer_icon img{
	width: 40px;
	margin: 0 15px;
}
/*===============================

ナビ

================================*/
nav {
  margin: auto;
  padding: 15px 0;
  z-index: 1000000;
}
@media screen and (max-width: 599px) {
  nav {
    padding: 20px 0;
    border-bottom: 0;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav a {
  padding: 0 10px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  nav a {
    padding: 0 5px;
    color: #fff;
    font-size: 1.6rem;
  }
}
nav a button {
  margin-top: -6px;
  padding: 0;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 100;
}
@media screen and (max-width: 599px) {
  nav a button {
    font-size: 1.6rem;
  }
}
#global_nav.nav_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.9);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.9);
  z-index: 1000000;
}
@media screen and (max-width: 599px) {
  #global_nav ul {
    margin-left: -8%;
  }
}
.nav_gravure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.9);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 599px) {
  .nav_gravure ul {
    margin-left: -8%;
  }
}
.nav_gravure a {
  color: #fff;
}
.head-bar {
  background: #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 10px 2.5%;
}
.menu_btn {
  height: 100vh;
}
.menu_btn a {
  display: block;
}
.btn_1::before {
  content: "メニュー▼";
  font-weight: 100;
}
.btn_2::before {
  content: "メニュー▲";
  font-weight: 100;
}
.menu_list {
  display: none;
  height: 100vh;
}
.menu_list dl {
  display: block;
  margin: auto;
  padding-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu_list dt {
  display: block;
  min-height: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  .menu_list dt {
    min-height: 45px;
  }
}
.menu_list a {
  display: block;
}
.menu_list img {
  width: auto;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .menu_list img {
    height: 15px;
  }
}
.nav_open {
  width: 200px;
  margin: auto;
  margin-bottom: -5px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .nav_open {
    width: 150px;
  }
}
.nav_open img {
  margin: auto;
  margin-bottom: 15px;
}
.nav_open_child {
  display: none;
  text-align: center;
}
.nav_open_child a {
  display: block;
  margin-bottom: 20px;
}
.nav_open_child img {
  margin: auto;
}
.nav_open_parent {
  position: relative;
  cursor: pointer;
}
.nav_open_parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nav_tel {
  font-weight: bold;
  text-align: center;
}
.nav_tel a {
  display: block;
  padding-top: 50px;
  font-size: 3rem;
}
.nav_tel span {
  display: block;
  padding-top: 10px;
  font-size: 1.8rem;
}
/*===============================

メイン

================================*/
main {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  main {
    margin-top: 70px;
  }
}
/*===============================

パンくずリスト

================================*/
.breadcrumb {
  background: #ddd;
  padding: 12px 0;
}
.breadcrumb ol {
  width: 75%;
  margin: auto;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
}
.breadcrumb li:before {
  content: " > ";
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb span {
  color: #333;
}
/*===============================

認証ページ

================================*/
.index {
  text-align: center;
}
.index h1 {
  display: block;
  width: 15%;
  margin: auto;
  padding-top: 11%;
}
@media screen and (max-width: 768px) {
  .index h1 {
    width: 45%;
    padding-top: 35%;
  }
}
.index h2 {
  display: block;
  padding-top: 5%;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .index h2 {
    padding-top: 27%;
    font-size: 1.5rem;
  }
}
.index button {
  color: #b20670;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .index button {
    font-size: 2rem;
  }
}
.index p {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .index p {
    font-size: 1.2rem;
  }
}
.index a {
  color: #fff;
  text-decoration: none;
}
.index .rec_banner {
  width: 820px;
  margin: auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .index .rec_banner {
    width: 85%;
    padding: 40px 0 0;
  }
}
.index .rec_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index .rec_banner li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index .rec_banner li {
    width: 100%;
    padding-bottom: 15px;
  }
}
.index .rec_banner img {
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .index .rec_banner img {
    width: 100%;
  }
}
.webp .index {
  background-image: url("../img/index_pc.webp");
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .webp .index {
    background-image: url("../img/index_sp.webp");
  }
}
.no-webp .index {
  height: 100vh;
  background-image: url("../img/index_pc.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .no-webp .index {
    background-image: url("../img/index_sp.jpg");
  }
}
/*===============================

コース一覧

================================*/
.couse {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .couse {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.couse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .couse ul {
    display: none;
  }
}
.couse li {
  width: calc(100% / 2);
}
@media screen and (max-width: 599px) {
  .couse li {
    width: calc(100% / 1);
  }
}
.couse figure {
  position: relative;
  padding: 8px;
}
@media screen and (max-width: 599px) {
  .couse figure {
    padding: 0px;
  }
}
.couse figure img {
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .couse figure img {
    border-radius: 0;
  }
}
.couse p {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  line-height: 1.2;
  opacity: 0.7;
}
.couse p img {
  width: 80px;
  margin: auto;
  margin-top: 5px;
}
.couse small {
  display: block;
}
.cm_video video {
  width: 100%
}
@media screen and (max-width: 375px) {
  .cm_video {
    width: 375px;
  }
}
@media screen and (min-width:376px) and (max-width:390px) {
  .cm_video {
    width: 390px;
  }
}
@media screen and (min-width:391px) and (max-width:599px) {
  .cm_video {
    width: 414px;
  }
}
/*===============================

グラビア

================================*/
@media screen and (max-width: 599px) {
  .gravure {
    padding: 100px 20px 15px 20px;
  }
}
.gravure h2 {
  display: block;
  padding: 20px 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 599px) {
  .gravure h2 {
    font-size: 2rem;
  }
}
.gravure h3 {
  display: block;
  padding: 20px 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 599px) {
  .gravure h3 {
    padding: 10px 0 20px;
    font-size: 1.6rem;
  }
}
.gravure .comment {
  width: 480px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 599px) {
  .gravure .comment {
    width: 100%;
    padding-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.gravure .title_logo {
  width: 400px;
  margin-bottom: 20px;
}
.gravure .title_logo_sub {
  width: 100px;
  margin-bottom: 20px;
}
.gravure .ttl {
  margin-bottom: -40px;
  padding: 40px 0 0 50px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .gravure .ttl {
    padding: 20px 0 0 0;
    font-size: 1.6rem;
  }
}
.gravure_bg {
  margin-bottom: -300px;
  padding-bottom: 300px;
  background: #000;
}
.gallery_list {
  width: 75%;
  margin: auto;
  margin-top: -150px;
  padding-bottom: 60px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .gallery_list {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
.gallery_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery_list li {
  width: 25%;
}
.gallery_list h2 {
  display: block;
  padding-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .gallery_list h2 {
    font-size: 1.6rem;
  }
}
.gallery_list a {
  display: block;
  margin: 5px;
}
@media screen and (max-width: 599px) {
  .gallery_list a {
    margin: 2px;
  }
}
.gallery_list img {
  border-radius: 5px;
}

.gallery_list_sub {
    width: 75%;
    margin: auto;
    margin-top: -50px;
    padding-bottom: 60px;
    z-index: 10;
}
@media screen and (max-width: 599px) {
    .gallery_list_sub {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.gallery_list_sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery_list_sub li {
    width: 25%;
}
@media screen and (max-width: 599px) {
    .gallery_list_sub li {
        width: 50%;
    }
}
.gallery_list_sub h2 {
    display: block;
    padding-bottom: 10px;
    font-size: 2rem;
}
@media screen and (max-width: 599px) {
    .gallery_list_sub h2 {
        font-size: 1.6rem;
    }
}
.gallery_list_sub a {
    display: block;
    margin: 5px;
}
@media screen and (max-width: 599px) {
    .gallery_list_sub a {
        margin: 2px;
    }
}
.gallery_list_sub img {
    border-radius: 5px;
}
.gallery_list_sub .mejiri_no {
    padding: 5px;
}
@media screen and (max-width: 599px) {
    .gallery_list_sub .mejiri_no {
        padding: 2px;
    }
}
.video_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video_wrap video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -1;
}
.video_wrap a {
  display: block;
  width: 160px;
  margin-top: 20px;
  padding: 15px 0;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.video_wrap .inner {
  position: absolute;
  left: 50px;
  z-index: 2;
}
.video_wrap .revision {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}
#video {
  display: none;
}
.gravure_lineup {
  padding: 50px 0 0 50px;
}
@media screen and (max-width: 599px) {
  .gravure_lineup {
    padding: 50px 0 0;
  }
}
.gravure_lineup .inner {
  width: 100%;
  padding-right: 80px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .gravure_lineup .inner {
    padding-right: 20px;
  }
}
.gravure_lineup .inner img {
  border-radius: 5px;
}
.gravure_lineup .lineup {
  position: relative;
}
.gravure_lineup .lineup video {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 5px;
}
.gravure_lineup .lineup video:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.gravure_lineup .lineup_carousel li {
  text-align: center;
  margin-right: 10px;
}
.gravure_lineup .lineup_carousel_sub li {
  text-align: center;
  margin-right: 10px;
}
.gravure_lineup .slick-list {
  overflow: visible;
}
.gravure_lineup .slick-nav-arrows {
  position: absolute;
  top: -20px;
  right: -35px;
}
.gravure_lineup .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gravure_lineup .slick-next {
  right: 0;
}
.gravure_lineup .slick-prev {
  left: -80px;
}
.gravure_lineup .slick-next:before, .gravure_lineup .slick-prev:before {
  color: #fff;
}
.gravure_lineup .slick-next2 {
  right: 0;
}
.gravure_lineup .slick-prev2 {
  left: -80px;
}
.gravure_lineup .slick-next2:before, .gravure_lineup .slick-prev2:before {
  color: #fff;
}
/*===============================

グラビアトップ

================================*/
.gravure_pc {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding-top: 8px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .gravure_pc {
    display: none;
  }
}
.gravure_pc p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 2rem;
}
/*
スマホ版
================================*/
.gravure_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .gravure_sp {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.gravure_sp h2 {
  padding-bottom: 10px;
  font-size: 2rem;
}
.gravure_sp ul {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gravure_sp ul::-webkit-scrollbar {
  height: 5px;
}
.gravure_sp ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.gravure_sp ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.gravure_sp .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gravure_sp li {
  margin-right: 0;
}
/*===============================

最新情報

================================*/
.info_pc {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .info_pc {
    display: none;
  }
}
.info_pc p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 2rem;
}
/*
スマホ版
================================*/
.info_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .info_sp {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
}
.info_sp h2 {
  font-size: 2rem;
}
.info_sp figure {
  margin-top: 10px;
  position: relative;
}
.info_sp p {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.5rem;
}
/*===============================

新人

================================*/
.newface {
  width: 1200px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .newface {
    width: auto;
    padding: 5px 20px;
  }
}
.newface h2 {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .newface h2 {
    font-size: 2rem;
    text-align: left;
  }
}
.newface ul {
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .newface ul {
    padding: 0;
  }
}
.newface figure {
	position: relative;
}
.newface figure .icon_02{
	position: absolute;
	top: -10px;
	left: 0;
}
@media screen and (max-width: 599px) {
.newface figure .icon_02{
	top:-10px;
}
	}
.newface figure img {
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .newface figure img {
    border-radius: 0;
  }
}
.newface p {
  padding-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .newface p {
    font-size: 1.3rem;
  }
}
.newface span {
  display: block;
  padding-top: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .newface span {
    font-size: 1rem;
  }
}
.blinking {
  -webkit-animation: blinkEffect 1s ease-in-out infinite alternate;
  animation: blinkEffect 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===============================
モデルリスト
================================*/
.girls {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .girls {
    padding: 110px 0 0;
  }
}
.girls h2 {
  padding-bottom: 40px;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .girls h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.girls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 75px 75px 0 75px;
}
@media screen and (max-width: 1024px) {
  .girls ul {
    padding: 5px;
  }
}
.girls li {
  width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .girls li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 599px) {
  .girls li {
    width: 50%;
  }
}
.girls figure {
  position: relative;
  margin: 10px 10px 65px;
}
@media screen and (max-width: 768px) {
  .girls figure {
    margin: 5px 5px 25px;
  }
}
.girls figure .icon_01{
	position: absolute;
	top: 0;
	left: 0;
}
.girls figure .icon_02{
	position: absolute;
	top: 0;
	right: 0;
}
.girls figure .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #af3bb4;
  color: white;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .girls figure .icon_new {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.girls .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .girls .data {
    font-size: 1.5rem;
  }
}
.girls .data_inner {
  width: calc((100% - 0px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .girls .data_inner {
    width: calc((100% - 0px) / 1);
  }
}
.girls .data_inner_name {
  padding-top: 10px;
}
.girls .data_inner_time {
  background: #af3bb4;
  color: white;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .girls .data_inner_time {
    margin-top: 5px;
    padding: 5px 0;
  }
}
.girls .data_inner_time_no {
  background: #cacaca;
  color: white;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .girls .data_inner_time_no {
    margin-top: 5px;
    padding: 5px 0;
  }
}
.girls .no {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*===============================
出勤情報
================================*/
.schedule {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .schedule {
    padding: 110px 0 0;
  }
}
.schedule h2 {
  padding-bottom: 40px;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 75px 75px 0 75px;
}
@media screen and (max-width: 1024px) {
  .schedule ul {
    padding: 5px;
  }
}
.schedule li {
  width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 599px) {
  .schedule li {
    width: 50%;
  }
}
.schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 950px;
  margin: auto;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .schedule dl {
    width: 100%;
    padding: 5px;
  }
}
.schedule dt {
  width: calc(100% / 7);
}
@media screen and (max-width: 768px) {
  .schedule dt {
    width: calc(100% / 4);
    margin-bottom: 10px;
  }
}
.schedule dt a {
  display: block;
  margin: 0 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule dt a {
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
}
.schedule dt .on {
  color: #af3bb4;
  border-bottom: 1px solid #af3bb4;
}
.schedule dt .off {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.schedule figure {
  position: relative;
  margin: 10px 10px 65px;
}
@media screen and (max-width: 768px) {
  .schedule figure {
    margin: 5px 3px 25px;
  }
}
.schedule figure .icon_01{
	position: absolute;
	top: 0;
	left: 0;
}
.schedule figure .icon_02{
	position: absolute;
	top: 0;
	left: 0;
}
.schedule figure .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #af3bb4;
  color: white;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule figure .icon_new {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.schedule figure .name {
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
}
.schedule figure .name small {
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .schedule figure .name {
    font-size: 1.6rem;
  }
}
.schedule figure .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 88px;
}
@media screen and (max-width: 599px) {
  .schedule figure .icon {
    height: 48px;
  }
}
.schedule figure .icon span {
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 43px;
  line-height: 39px;
  background: #cb7db0;
  border: 2px solid #000;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule figure .icon span {
    height: 28px;
    line-height: 24px;
    font-size: 1rem;
  }
}
.schedule figure .time_bg {
  position: relative;
}
.schedule figure .time_bg .guide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background: #a10000;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule figure .time_bg .guide {
    padding: 5px 0;
    font-size: 1.6rem;
  }
}
.schedule figure .time {
  background: #af3bb4;
  margin-top: 10px;
  padding: 10px 0;
  color: white;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule figure .time {
    padding: 5px 0;
    font-size: 1.6rem;
  }
}
/*===============================
料金システム
================================*/
.system {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .system {
    padding: 110px 0 0;
  }
}
.system ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .system ul {
    width: 90%;
    padding: 0;
  }
}
.system li {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .system li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.system h2 {
  padding-bottom: 40px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 1024px) {
  .system h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
/*
基本料金
================================*/
.system_basic {
  padding: 50px 0;
}
@media screen and (max-width: 599px) {
  .system_basic {
    padding: 0;
  }
}
.system_basic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .system_basic ul {
    width: 95%;
  }
}
.system_basic li {
  width: calc(100% / 3);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.system_basic li p {
  width: 98%;
  margin: 0px auto;
  padding: 30px 0px;
  font-size: 2rem;
  border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .system_basic li p {
    padding: 10px 0px 8px;
    font-size: 1.4rem;
  }
}
.system_basic li span {
  color: #ac79a8;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .system_basic li span {
    display: block;
    margin-top: 3px;
    font-size: 2rem;
  }
}
.system_basic .card {
  padding: 25px 0px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .system_basic .card {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .system_basic .card {
    padding: 0 0 15px;
    font-size: 1.2rem;
  }
}
.system_basic .card img {
  width: 15%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .system_basic .card img {
    width: 50%;
    margin-bottom: -10px;
  }
}
/*
コース一覧
================================*/
.system_couse {
  margin-bottom: -65px;
  padding-top: 80px;
  background: #111;
}
@media screen and (max-width: 599px) {
  .system_couse {
    height: 125px;
    padding: 20px 0 0;
  }
}
.system_couse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .system_couse ul {
    width: 95%;
  }
}
.system_couse li {
  display: table;
  width: 24%;
  height: 80px;
  margin: auto;
  border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .system_couse li {
    height: 40px;
  }
}
.system_couse li p {
  display: table-cell;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .system_couse li p {
    font-size: 1rem;
  }
}
.system_couse li span {
  display: block;
  color: #ac79a8;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .system_couse li span {
    display: block;
    font-size: 1.3rem;
  }
}
.system_couse2 {
  margin-bottom: -65px;
}
@media screen and (max-width: 599px) {
  .system_couse2 {
    margin-bottom: -30px;
    padding: 20px 0;
  }
}
.system_couse2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .system_couse2 ul {
    width: 95%;
  }
}
.system_couse2 li {
  display: table;
  width: 400px;
  height: 80px;
  margin: auto;
  border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .system_couse2 li {
    width: 49%;
    height: 40px;
  }
}
.system_couse2 li p {
  display: table-cell;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .system_couse2 li p {
    font-size: 1rem;
  }
}
.system_couse2 li span {
  color: #ac79a8;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .system_couse2 li span {
    font-size: 1.3rem;
  }
}
.system_cinema {
  width: 810px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 15px;
  border: 1px solid #333;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .system_cinema {
    width: 94%;
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
.system_cinema span {
  display: block;
  margin-bottom: 5px;
  color: #ac79a8;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .system_cinema span {
    font-size: 1.8rem;
  }
}
/*
コース料金
================================*/
.system_price {
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .system_price {
    overflow-x: auto;
    padding: 20px 0 20px 10px;
  }
}
.system_price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .system_price ul {
    width: 94.5%;
  }
}
@media screen and (max-width: 599px) {
  .system_price ul {
    width: 550px;
    padding: 0;
    font-weight: bold;
  }
}
.system_price li {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .system_price li {
    height: 25px;
  }
}
.system_price p {
  width: auto;
  height: 70px;
  line-height: 70px;
  margin: 5px;
  font-size: 2.5rem;
  border: 1px solid #333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .system_price p {
    height: 40px;
    line-height: 40px;
    margin: 2px;
    font-size: 1.3rem;
  }
}
.system_price .time {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .system_price .time {
    font-size: 1.3rem;
  }
}
.system_price .yen {
  color: #ac79a8;
  font-size: 3.3rem;
}
@media screen and (max-width: 1024px) {
  .system_price .yen {
    font-size: 1.6rem;
  }
}
.system_price_sub {
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .system_price_sub {
    padding: 20px 0;
  }
}
.system_price_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .system_price_sub ul {
    width: 94.5%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .system_price_sub ul {
    width: auto;
    padding: 0 10px;
  }
}
.system_price_sub li {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .system_price_sub li {
    height: 25px;
  }
}
.system_price_sub p {
  width: auto;
  height: 70px;
  line-height: 70px;
  margin: 5px;
  font-size: 2.5rem;
  border: 1px solid #333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .system_price_sub p {
    height: 40px;
    line-height: 40px;
    margin: 2px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.system_price_sub .time {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .system_price_sub .time {
    font-size: 1.3rem;
  }
}
.system_price_sub .yen {
  color: #ac79a8;
  font-size: 3.3rem;
}
@media screen and (max-width: 1024px) {
  .system_price_sub .yen {
    font-size: 1.6rem;
  }
}
.system_bg {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .system_bg {
    padding-top: 20px;
  }
}
.system_jouou {
  width: 25%;
  margin: auto;
  margin-bottom: 15px;
  padding: 15px 0;
  border: 1px solid #333;
  font-size: 2rem;
  text-align: center;
}
.system_jouou span {
  display: block;
  margin-bottom: 5px;
  color: #ac79a8;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .system_jouou {
    width: 75%;
    padding: 7px 0;
    font-size: 1.2rem;
  }
  .system_jouou span {
    font-size: 1.8rem;
  }
}
.system_option {
  width: 75%;
  margin: auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .system_option {
    width: 100%;
    padding: 20px 0px;
  }
}
.system_option ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system_option ul {
    width: auto;
    padding: 0 10px;
  }
}
.system_option li {
  width: calc(100% / 3);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .system_option li {
    width: calc(100% / 2);
  }
}
.system_option p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .system_option p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.system_option span {
  display: block;
  padding-top: 10px;
  color: #ac79a8;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .system_option span {
    padding-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.system_option .detail {
  width: auto;
  height: 100%;
  margin: 5px;
  padding: 10px;
  border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .system_option .detail {
    margin: 2px;
    padding: 5px;
  }
}
/*===============================
妄想劇場前売りチケット
================================*/
.ticket, .ticket_sub {
  margin-bottom: -125px;
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .ticket, .ticket_sub {
    margin-bottom: 0;
    padding: 110px 0 0;
  }
}
.ticket h2, .ticket_sub h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .ticket h2, .ticket_sub h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.ticket ul, .ticket_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 175px;
}
@media screen and (max-width: 1024px) {
  .ticket ul, .ticket_sub ul {
    padding: 5px;
  }
}
.ticket li, .ticket_sub li {
  width: calc(100% / 2);
}
@media screen and (max-width: 599px) {
  .ticket li, .ticket_sub li {
    width: 50%;
  }
}
.ticket figure, .ticket_sub figure {
  position: relative;
  margin: 10px 10px 125px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ticket figure, .ticket_sub figure {
    margin: 10px 10px 50px;
  }
}
@media screen and (max-width: 599px) {
  .ticket figure, .ticket_sub figure {
    margin: 5px 5px 25px;
  }
}
.ticket figure h3, .ticket_sub figure h3 {
  padding: 15px 0 10px;
}
@media screen and (max-width: 599px) {
  .ticket figure h3, .ticket_sub figure h3 {
    font-size: 1.8rem;
  }
}
.ticket figure p, .ticket_sub figure p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ticket figure p, .ticket_sub figure p {
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .ticket figure p, .ticket_sub figure p {
    height: 30px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.ticket figure button, .ticket_sub figure button {
  width: 60%;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  background: #af3bb4;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .ticket figure button, .ticket_sub figure button {
    width: 80%;
    height: 33px;
    line-height: 30px;
    margin-top: 10px;
  }
}
.ticket_sub li {
  width: calc(100% / 3);
}
@media screen and (max-width: 599px) {
  .ticket_sub li {
    width: 50%;
  }
}
/*===============================
ご予約
================================*/
.yoyaku {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .yoyaku {
    padding: 110px 0 0;
  }
}
.yoyaku h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .yoyaku h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.yoyaku ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
  margin: auto;
  margin-bottom: 100px;
  padding: 50px;
  border: 1px solid #333;
}
@media screen and (max-width: 599px) {
  .yoyaku ul {
    width: 90%;
    padding: 15px;
  }
}
.yoyaku li {
  width: calc(100% / 2);
}
@media screen and (max-width: 599px) {
  .yoyaku li {
    width: 100%;
  }
}
.yoyaku a.click_btn {
  background: #af3bb4;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 3px;
  text-decoration: none;
}
.yoyaku a.click_btn_sub {
  display: block;
  width: 200px;
  background: #af3bb4;
  padding: 10px 0px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}
.yoyaku span {
  color: #f00;
}
.yoyaku input, .yoyaku select, .yoyaku textarea {
  border: 1px solid #333;
}
.yoyaku .image {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .yoyaku .image {
    width: 100%;
  }
}
.yoyaku .comment {
  flex: 1;
  padding: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  .yoyaku .comment {
    padding: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.yoyaku .inner {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .yoyaku .inner {
    width: 95%;
    font-size: 1.3rem;
  }
}
.yoyaku .ttl {
  padding-bottom: 10px;
  color: #ac79a8;
}
.yoyaku .data {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #333;
}
.yoyaku .text {
  padding-bottom: 60px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .yoyaku .text {
    padding-bottom: 20px;
  }
}
.yoyaku .text p {
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .yoyaku .text p {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.yoyaku .text small {
  display: block;
  padding-bottom: 20px;
  margin-top: -10px;
  font-size: 1.6rem;
}
.yoyaku .text_sub {
  padding-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .yoyaku .text_sub {
    font-size: 1.8rem;
  }
}
.yoyaku_btn {
  width: 75%;
  margin: auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .yoyaku_btn {
    width: 95%;
    padding: 20px 0;
  }
}
.yoyaku_btn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yoyaku_btn dt {
  width: calc(100% / 4);
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .yoyaku_btn dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.yoyaku_btn button {
  width: 95%;
  margin: auto;
  padding: 25px 0;
  background: #7f1085;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .yoyaku_btn button {
    width: 100%;
    padding: 15px 0;
    font-size: 2rem;
  }
}
.yoyaku_btn button em {
  display: block;
  padding-top: 5px;
  font-size: 1.8rem;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .yoyaku_btn button em {
    font-size: 1.3rem;
  }
}
/*===============================
新着ユーザーレビュー
================================*/
.review {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 110px 0 0;
  }
}
.review ul {
  width: 50%;
  margin: auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .review ul {
    width: 90%;
    padding-top: 20px;
  }
}
.review dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .review dl {
    display: block;
    width: 90%;
  }
}
.review dt {
  width: 200px;
  padding: 10px 0;
  text-align: left;
}
.review dd {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .review dd {
    padding: 0 0 10px;
  }
}
.review select {
  width: 200px;
  height: 45px;
  border: 1px solid #ddd;
}
.review input {
  width: 300px;
  height: 45px;
  border: 1px solid #ddd;
}
.review textarea {
  width: 600px;
  height: 100px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .review textarea {
    width: 100%;
  }
}
.review h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .review h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.review h3 {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .review h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .review h3 {
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.review a {
  text-decoration: none;
}
.review figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 599px) {
  .review figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.review figure .image {
  width: 20%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .review figure .image {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .review figure .image {
    width: 40%;
  }
}
.review figure .data {
  width: 80%;
  padding: 7px 0 0;
}
@media screen and (max-width: 599px) {
  .review figure .data {
    width: 60%;
    padding: 0px;
  }
}
.review figure .ttl {
  padding: 5px 5px 0 5px;
  color: #ac79a8;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .review figure .ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.review figure .text {
  padding: 10px 5px 0 5px;
  color: #555;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .review figure .text {
    overflow-y: hidden;
    height: 35px;
    padding: 3px 5px 0 5px;
    font-size: 1.1rem;
  }
}
.review figure .day {
  padding: 10px 5px 0 5px;
  color: #83919e;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .review figure .day {
    padding: 3px 5px 0 5px;
  }
}
.review figure .star {
  padding: 5px 0;
}
.review figure .star img {
  width: 150px;
  padding-left: 5px;
}
@media screen and (max-width: 599px) {
  .review figure .star img {
    width: 100px;
  }
}
.review .sent {
  width: 300px;
  margin: auto;
  padding-top: 30px;
}
.review .form_btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  margin-top: 25px;
}
.review .form_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #af3bb4;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #af3bb4;
  box-shadow: 0px 0px 0px 4px #af3bb4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review .form_btn a:hover {
  background: #ffffff;
  color: #af3bb4;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 4px #af3bb4;
  box-shadow: 0px 0px 0px 4px #af3bb4;
}
.review .backnumber {
  text-align: center;
}
.review .backnumber a {
  color: #fff;
}
/*===============================
お知らせ
================================*/
.info {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .info {
    padding: 110px 0 0;
  }
}
.info h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .info h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.info figure {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .info figure {
    width: 100%;
  }
  .info .text {
    padding: 0 10px;
    font-size: 1.5rem;
  }
}
.info div {
  line-height: 1.5;
}
.info input {
  padding: 10px 60px;
}
.info p {
  padding-top: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .info p {
    padding: 20px 10px 0;
    font-size: 1.3rem;
  }
}
.info .image {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .info .image {
    width: 100%;
  }
}
.info .inner {
  padding: 30px 30px 0 30px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .info .inner {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.info .form {
  width: 60%;
  height: 45px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .info .form {
    width: 100%;
    margin-bottom: 10px;
  }
}
.info .text_01 {
  color: #f00;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .info .text_01 {
    font-size: 1.6rem;
  }
}
.info .text_02 {
  color: #f80;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .info .text_02 {
    font-size: 1.6rem;
  }
}
.info .text_03 {
  color: #cb7db0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .info .text_03 {
    font-size: 1.6rem;
  }
}
.info .comment {
	width: 100%;
  padding: 20px 15px;
  line-height: 2
}
.info .comment img {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
/*===============================
ショップマップ
================================*/
.map {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .map {
    padding: 110px 0 0;
  }
}
.map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .map ul {
    width: 90%;
    padding-top: 20px;
  }
}
.map li {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .map li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.map h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .map h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.map iframe {
  width: 95%;
  height: 600px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .map iframe {
    width: 100%;
    height: 350px;
  }
}
.map .text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .map .text {
    font-size: 1.7rem;
  }
}
/*===============================
プロフィール
================================*/
.profile {
  padding: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .profile {
    padding: 100px 0 0;
  }
}
.profile h2 {
  padding: 20px 0;
  font-size: 2.5rem;
  text-align: center;
}
.profile h2 span {
  display: block;
  padding-top: 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .profile h2 {
    padding-bottom: 25px;
    font-size: 2rem;
  }
  .profile h2 span {
    display: block;
    padding-top: 5px;
    font-size: 1.6rem;
  }
}
.profile a {
  color: #2e9559;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
}
.profile .comment {
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile .comment {
    width: 95%;
    margin: auto;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .profile .comment {
    padding: 0 10px 10px 10px;
    font-size: 1.2rem;
  }
}
/*
可能コース・可能オプション
================================*/
.profile_play {
  width: 75%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_play {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .profile_play {
    width: auto;
    margin: 0 10px 30px 10px;
  }
}
.profile_play ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile_play li {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 599px) {
  .profile_play li {
    width: calc((100% - 0px) / 1);
  }
}
.profile_play h3 {
  width: calc((100% - 30px));
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_play h3 {
    width: calc((100% - 2.5px));
  }
}
@media screen and (max-width: 599px) {
  .profile_play h3 {
    width: calc((100% - 0px) / 1);
    margin: 20px 0 0;
  }
}
.profile_play .list {
  width: 100%;
}
.profile_play .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile_play .list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .profile_play .list dt {
    font-size: 1.2rem;
  }
}
.profile_play .list dt .right {
  padding-left: 5px;
}
.profile_play .list dt .right span {
  color: #555;
}
/*
週間出勤
================================*/
.profile_schedule {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_schedule {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .profile_schedule {
    width: 100%;
    overflow-x: hidden !important;
  }
}
.profile_schedule .week {
  width: 80%;
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_schedule .week {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .profile_schedule .week {
    width: 750px;
  }
}
.profile_schedule .week .days dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .profile_schedule .week .days dl {
    width: 750px;
    font-size: 1.3rem;
  }
}
.profile_schedule .week .days dt {
  width: calc((100% - 5px) / 7);
}
.profile_schedule .week .days dt span {
  display: block;
  width: calc((100% - 5px));
  padding: 10px 0;
  background: #af3bb4;
  color: #fff;
}
.profile_schedule .week .time dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .profile_schedule .week .time dl {
    width: 750px;
    font-size: 1.3rem;
  }
}
.profile_schedule .week .time dt {
  width: calc((100% - 5px) / 7);
}
.profile_schedule .week .time dt .inner {
  position: relative;
  width: calc((100% - 5px));
  height: 80px;
  background: #222;
}
@media screen and (max-width: 599px) {
  .profile_schedule .week .time dt .inner {
    height: 65px;
  }
}
.profile_schedule .week .time dt .inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.profile_schedule .week .time dt .inner em {
  display: block;
  color: #af3bb4;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}
.profile_schedule .contact {
  width: 20%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_schedule .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 722px;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .profile_schedule .contact {
    width: 100%;
    margin-top: 10px;
  }
}
.profile_schedule .contact .line a {
  display: block;
  height: 55px;
  line-height: 55px;
  background: #90c320;
  margin-bottom: 5px;
  color: white;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_schedule .contact .line a {
    width: 357px;
    margin: 2px;
  }
}
.profile_schedule .contact .mail a {
  display: block;
  height: 55px;
  line-height: 55px;
  background: #aaa;
  color: white;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_schedule .contact .mail a {
    width: 357px;
    margin: 2px;
  }
}
.gravure_prof {
  width: 75%;
  margin: auto;
  padding: 0px 10px 25px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .gravure_prof {
    width: 100%;
  }
}
.gravure_prof a {
  color: #80c980;
  text-decoration: none;
}
.gravure_prof i {
  font-weight: 900
}
/*
ブログ
================================*/
.profile_blog {
  width: 75%;
  margin: auto;
  margin-top: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .profile_blog {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .profile_blog {
    width: 100%;
  }
}
.horizontal_scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal_scroll img {
  width: auto;
  height: 30vw;
  max-height: 400px;
  min-height: 350px;
}
.mousedragscrollable_2 {
  width: 500px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mousedragscrollable_2 > * {
  display: inline-block;
  white-space: normal;
}
/*===============================
コスチューム
================================*/
.costume {
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .costume {
    padding: 110px 0 0;
  }
}
.costume ul {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .costume ul {
    width: 100%;
  }
}
.costume h2 {
  padding-bottom: 60px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 599px) {
  .costume h2 {
    padding-bottom: 25px;
    font-size: 2.5rem;
  }
}
.tab_contents {
  margin-top: 25px;
}
/*
タブ切り替え(新)
================================*/
.tab_menu {
  border-bottom: 1px solid #666;
}
.swiper-slide-thumb-active {
  display: block;
  padding-bottom: 20px;
  border-bottom: 4px solid #af3bb4;
  color: #af3bb4;
  font-weight: bold;
}
/*
タブ切り替え
================================*/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.tab-label {
  font-size: 2rem;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 25px 0;
  position: relative;
  text-align: center;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 599px) {
  .tab-label {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
.tab-label:hover {
  background: rgba(252, 88, 224, 0.1);
}
.tab-switch:checked + .tab-label {
  color: #af3bb4;
}
.tab-label::after {
  background: #af3bb4;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tab-content {
  height: 0;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .tab-content {
    padding: 0;
  }
}
.tab-switch:checked ~ .tab-content {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tab-wrap::after {
  content: "";
  height: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
.tab-switch {
  display: none;
}
.animation {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animation_sub {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.img_couse_01 {
  -webkit-animation-name: img_couse_01_anime;
  animation-name: img_couse_01_anime;
}
@-webkit-keyframes img_couse_01_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
@keyframes img_couse_01_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
.img_couse_02 {
  -webkit-animation-name: img_couse_02_anime;
  animation-name: img_couse_02_anime;
}
@-webkit-keyframes img_couse_02_anime {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes img_couse_02_anime {
  0% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.img_couse_03 {
  -webkit-animation-name: img_couse_03_anime;
  animation-name: img_couse_03_anime;
}
@-webkit-keyframes img_couse_03_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }
}
@keyframes img_couse_03_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }
}
.img_couse_04 {
  -webkit-animation-name: img_couse_04_anime;
  animation-name: img_couse_04_anime;
}
@-webkit-keyframes img_couse_04_anime {
  0% {
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes img_couse_04_anime {
  0% {
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.img_couse_05 {
  -webkit-animation-name: img_couse_05_anime;
  animation-name: img_couse_05_anime;
}
@-webkit-keyframes img_couse_05_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
@keyframes img_couse_05_anime {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
.img_couse_06 {
  -webkit-animation-name: img_couse_06_anime;
  animation-name: img_couse_06_anime;
}
@-webkit-keyframes img_couse_06_anime {
  0% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes img_couse_06_anime {
  0% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
/*===============================

コロナ対策

================================*/
.corona {
  max-width: 900px;
  margin: auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .corona {
    padding: 0;
  }
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
a.anchor2 {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
.tel_btn {
  width: 300px;
  height: 60px;
  line-height: 60px;
}
.tel_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #C117C0;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 3x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tel_btn a:hover {
  background: #D835B6;
  color: #FFFC00;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}
.movie_button {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  width: 300px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 5px solid #600670;
  transition: 0.3s;
  background-color: #9c27b0;
}
.movie_button:hover {
  border-bottom-width: 0;
  transform: translateY(5px);
}
.nav_logo{
	width: 125px;
	margin: auto;
	margin-top: -20px;
}
.nav_logo_pc{
	position: absolute;
	top: -7px;
	left: 15px;
	width: 125px
}
/*# sourceMappingURL=common.css.map */