@charset "utf-8";

body#top header #logo span {
  margin-left: -1em;
}
body.kyoto header #logo span {
  margin-left: -1.7em;
  transform: scale(.81);
}
body.nara header #logo span {
  margin-left: -1.3em;
  transform: scale(.85);
}

/* sec_mv
============================================ */
main > section.sec_mv {
  padding: 0 0 5px;
}
body#top .sec_mv {
  background: #000;
}

/* sec_rank
============================================ */
main > section.sec_rank {
  padding: 25px 10%;
  background-color: #000;
  /* background-color: #040700; */
  /* background-image: url(../img/rank/rank_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%; */
}
/* .rank_crown1 {
  margin: 0 auto;
  width: 75%;
  max-width: 864px;
} */
.rank_crown2 {
  margin: 15px auto 0;
  width: 100%;
  /* max-width: 1060px; */
  max-width: 938px;
}
.rank_txt {
  margin-top: 12px;
  color: #d8bb34;
  font-size: .625rem;
  text-align: center;
}
.rank_txt span {
  display: none;
}
.rank_academy {
  /* margin-top: 60vw; */
  margin: 0 auto;
}
.rank_academy h1 {
  margin-top: 12px;
}

/* sec_news
============================================ */
.sec_news,
.sec_studio,
.sec_activity {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 108px;
}
.news_list {
  margin: 0 auto -3.6vw;
  max-width: 1900px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.news_list article {
  margin-bottom: 3.6vw;
  width: 48%;
  position: relative;
}
.news_list article:nth-child(2n) {
  margin-left: 4%;
}
.news_list article a {
  height: 100%;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  display: block;
  /* display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; */
}
.news_list article a:hover {
  color: var(--black);
  transform: scale(1.1);
}
.news_list article a:hover img {
  opacity: 1;
}
.news_list article p {
  padding: 1em;
  width: 100%;
  font-size: .625rem;
  font-weight: 700;
  background: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  /* -webkit-box-flex: 1;
  flex: 1; */
}

/* sec_about
============================================ */
.about_image {
  margin: 0 auto 30px;
  width: 70%;
}
.about_image figcaption {
  margin-top: 1em;
  font-size: .75rem;
  text-align: center;
  line-height: 1.5;
}
.signature {
  width: 100%;
  font-size: .75rem;
  text-align: right;
  display: inline-block;
}

/* sec_studio
============================================ */
.studio_image {
  margin-top: 20px;
}
.studio_list {
  margin-top: 20px;
  margin-bottom: -3.6vw;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.studio_list li {
  margin-bottom: 3.6vw;
  width: 48%;
}
.studio_list li:nth-child(2n) {
  margin-left: 4%;
}
.studio_list li figcaption {
  margin-bottom: .5em;
  font-size: .875rem;
  border-bottom: 1px solid var(--black);
}
.studio_list li p {
  margin-top: .7em;
  font-size: .75rem;
  line-height: 1.5;
}

/* sec_activity
============================================ */
main > section.sec_studio,
main > section.sec_course,
/* main > section.sec_fees, */
main > section.sec_lesson,
main > section.sec_access,
main > section.sec_trial {
  padding-bottom: 0;
}
.activity_box {
  margin: 0 -5vw;
  padding: 40px 5%;
  width: 100vw;
  background-color: #000b00;
  background-image: url(../img/activity/activity_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.activity_box ul,
.outside_list {
  margin: 0 auto;
  max-width: 1900px;
}
.activity_box li:not(:last-of-type) {
  margin-bottom: 20px;
}
.activity_outside,
.features_box,
.item_box,
.insurance_box,
.production_support {
  margin-top: 50px;
}
.outside_list article {
  padding: 1em;
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .3);
}
.outside_list article:not(:last-of-type) {
  margin-bottom: 25px;
}
.outside_list .outside_ttl {
  margin-top: 1em;
  padding: 0 1em;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.outside_list .outside_ttl::before,
.outside_list .outside_ttl::after {
  content: '';
  width: 1.5em;
  height: 2px;
  background: var(--main-color);
  display: block;
  position: absolute;
  top: calc(50% - 1px);
}
.outside_list .outside_ttl::before {
  left: -1em;
}
.outside_list .outside_ttl::after {
  right: -1em;
}
.outside_list .outside_txt {
  margin-top: .5em;
  font-size: .875rem;
}

/* sec_academy
============================================ */
main > section.sec_academy {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--main-color);
  background-image: url(../img/academy/academy_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}
.sec_academy .ttl_box h2 p {
  color: #fff;
}
.academy_list {
  margin-bottom: -3.6vw;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.academy_list li {
  margin-bottom: 3.6vw;
  width: 48%;
}
.academy_list li:nth-child(2n) {
  margin-left: 4%;
}
.academy_list li a {
  display: block;
}
.academy_list li a:hover {
  color: var(--black);
  transform: scale(1.1);
}
.academy_list li a:hover img {
  opacity: 1;
}
.academy_list li p {
  padding: .5em 1em .25em;
  color: #fff;
  font-size: .75rem;
  line-height: 1;
  background: var(--black);
}
.academy_list li p span {
  margin-right: .4em;
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
}

/* sec_course
============================================ */
.sec_course > div:not(:first-of-type) {
  margin-top: 80px;
}
.sec_course .ttl_box h2,
.sec_fees .ttl_box h2,
.sec_lesson .ttl_box h2,
.sec_privacy .ttl_box h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sec_course .ttl_box h2 span,
.sec_fees .ttl_box h2 span,
.sec_lesson .ttl_box h2 span,
.sec_privacy .ttl_box h2 span {
  margin: 15px auto 0 0;
}
.course_model .ttl_box div {
  margin-left: -7.6em;
}
.course_dance .ttl_box div {
  margin-left: -7.3em;
}
.course_image {
  margin: 0 auto;
  width: 70%;
}
.sec_course h3 {
  margin-top: 20px;
}
.course_box {
  position: relative;
}
.course_model .course_box::before,
.course_dance .course_box::before {
  content: '';
  width: 97vw;
  aspect-ratio: 1 / .652;
  background-image: url(../img/deco.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  display: block;
  position: absolute;
  left: -5vw;
  top: 0;
  z-index: -1;
}
.course_original .ttl_box div {
  margin-left: -9.8em;
}
.course_original > div:not(.ttl_box),
.sec_lesson > div:not(.ttl_box) {
  margin-bottom: 50px;
}
.course_original > div:last-of-type,
.sec_lesson > div:last-of-type {
  margin-bottom: 0!important;
}
.course_original h3,
.sec_lesson h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.sec_lesson h3 span:not(:last-of-type) {
  margin-right: 1em;
}
.course_original h3 em,
.sec_lesson h3 em {
  margin-right: .3em;
  font-family: 'Bebas Neue';
  font-size: 2.125rem;
  font-style: normal;
}
.course_original .course_image {
  margin-top: 20px;
  width: 100%;
}

/* sec_fees
============================================ */
.sec_fees .ttl_box div {
  margin-left: -.2em;
}
.fees_image {
  margin: 20px auto 0;
  max-width: 800px;
}
.fees_image + .note {
  margin-top: 1em;
  font-size: .75rem;
  text-align: center;
}
.features_box li:not(:last-of-type) {
  margin-bottom: 1em;
}
.features_box dt {
  margin-bottom: .7em;
  font-weight: 700;
}
.features_box dt em {
  color: var(--main-color);
  font-style: normal;
}
.features_box dd {
  font-size: .875rem;
}
.features_image {
  margin: 1em auto;
  width: 60%;
}
.item_image {
  margin: 0 auto;
  max-width: 979px;
}
.insurance_list {
  margin-top: 20px;
  margin-bottom: -15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.insurance_list li {
  margin-bottom: 15px;
  width: 48%;
  display: -webkit-box;
  display: flex;
}
.insurance_list li:nth-child(2n) {
  margin-left: 4%;
}
.insurance_list li figure {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.insurance_list li figcaption {
  margin-bottom: .5em;
  font-size: .625rem;
  line-height: 1.5;
}
.insurance_list li figure img {
  margin-top: auto;
}
.insurance_list li.coverage {
  width: 100%;
}

/* sec_production
============================================ */
.production_list {
  margin-top: 20px;
}
.production_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.support_image {
  margin-top: 20px;
}

/* sec_experience
============================================ */
.experience_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.experience_btn li {
  width: 48%;
  max-width: 430px;
  display: -webkit-box;
  display: flex;
}
.experience_btn li:nth-child(2n) {
  margin-left: 4%;
}
.experience_btn li a {
  width: 100%;
  text-decoration: none;
  display: block;
}
.experience_btn li a:hover {
  transform: scale(1.1);
}
.experience_btn li a:hover img {
  opacity: 1;
}
.experience_btn li figure {
  position: relative;
}
.experience_btn li figcaption {
  color: #fff;
  font-family: 'Bebas Neue';
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  left: .4em;
  bottom: .2em;
}
.experience_btn li p {
  padding: .5em 1em;
  color: #fff;
  font-size: .875rem;
  line-height: 1;
  background: var(--black);
}

/* sec_lesson
============================================ */
body#school main h1 {
  margin-top: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
body#school main h1 p {
  margin-right: .4em;
  font-family: 'Bebas Neue';
  font-size: 3.125rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.sec_lesson .ttl_box div {
  margin-left: -7.6em;
}
.sec_lesson table,
.lesson_image {
  margin-top: 20px;
}
.sec_lesson table th {
  font-size: .875rem;
}
.sec_lesson table td {
  font-size: .75rem;
  text-align: center;
}
.sec_lesson .note {
  margin-top: 1em;
  font-size: .625rem;
}

/* sec_access
============================================ */
.access_box {
  display: -webkit-box;
  display: flex;
}
.access_image {
  width: 40%;
}
.access_image img:not(:first-of-type) {
  margin-top: 1em;
}
.access_image .btn {
  margin-top: 1em;
}
.access_image .btn a {
  padding: .4em;
  color: #fff;
  font-family: 'Bebas Neue';
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background: var(--main-color);
  border-radius: 2px;
  display: block;
}
.access_image .btn a::before {
  content: '';
  margin-right: .2em;
  width: .8em;
  aspect-ratio: 1 / 1.3;
  vertical-align: middle;
  background-image: url(../img/access/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
}
.access_image .btn a:hover {
  color: #fff;
}
.access_info {
  margin-left: 5%;
  -webkit-box-flex: 1;
  flex: 1;
}
.access_info dl:not(:last-of-type) {
  margin-bottom: .7em;
}
.access_info dt {
  margin-bottom: .1em;
  color: var(--main-color);
  font-family: 'Bebas Neue';
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
}
.access_info dd {
  font-size: .75rem;
}
main .map_box {
  margin: 20px -5vw 0;
  width: 100vw;
  aspect-ratio: 16 / 9;
}
.map_box iframe {
  width: 100%;
  height: 100%;
}

/* sec_briefing
============================================ */
.briefing_image,
.briefing_btn {
  margin: 20px auto 0;
}
.briefing_image {
  max-width: 798px;
}
.briefing_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.briefing_btn p {
  width: 48%;
  max-width: 291px;
}
.briefing_btn p:nth-child(2n) {
  margin-left: 4%;
}

/* sec_free
============================================ */
.free {
	padding-top: 25px;
}
.free_in {
  max-width: 980px!important;
}
.free_in a {
	text-decoration: none;
}
.free_in dl.backdata {
	margin: 20px 10px;
	overflow: hidden;
}
.free_in dl.backdata dt {
	width: 30%;
	padding: 5px 10px;
	color: #fff;
    background: #656565;
	border-right: 1px solid #fff;
	float: left;
}
.free_in dl.backdata dd {
	width: 70%;
	padding: 5px 10px;
	background: #F5F5F5;
	float: left;
}

.free_in > p {
	margin:10px auto;
	padding:0 10px;
	text-align:center;
	line-height:1.5;
}

.free_in p.backdata {
	margin-top: 20px;
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.free_in h2 {
	margin: 20px 10px;
	padding-bottom: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 3px solid #000;
}
.free_in h2 img {
	margin-right: 10px;
	width: 100%;
}

.free_in h3 {
	margin-bottom:10px;
}

.free_in .step ol {
	margin:0 10px -10px;
	padding-right:10px;
	overflow:hidden;
}
.free_in .step li {
	margin-bottom:10px;
	padding-top:5px;
	width:48%;
	float:left;
	position:relative;
}
.free_in .step li:nth-child(2n) {
	float:right;
}
.free_in .step li:after {
	content:"";
	margin-top:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #ff0000;
	position:absolute;
	top:50%;
	right:-10px;
}
.free_in .step li:last-child:after {
	display:none;
}
.free_in .step li h4 {
	width:55%;
	position:absolute;
	top:0;
	left:5px;
}
.free_in .step li p {
	padding:20% 10px 10px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background:url(../img/step_bg.png) repeat left top;
	background-size:25px;
}

.free_in .lesson {
	margin-top:20px;
}
.free_in .lesson dl {
	margin:0 10px;
}
.free_in .lesson dt {
	margin-bottom:10px;
}
.free_in .lesson dd {
	margin-bottom:20px;
}
.free_in .lesson dd em {
	font-weight:bold;
}

.free_in .btn {
	margin:10px 10px 0;
	padding:0;
	font-size:16px;
	text-align:center;
	position:relative;
}
.free_in .btn a {
	padding: 10px;
    color: #fff;
    background: #ff0000;
    border-radius: 4px;
    display: block;
}
.free_in .btn:after {
    content: "";
	margin-top:-6px;
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
	top: 50%;
    right: 10px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.free_in .btn.back a {
	background: #666;
}
.free_in .btn.back:after {
    left: 10px;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* form */
.free_in .error {
	color:#ff0000;
}
.free_in #form {
  margin-top: 20px;
}
.free_in #form .btn {
	line-height:1;
}
.free_in #form dl {
  margin-bottom: 20px;
}
.free_in #form dt {
  font-size: .875rem;
}
.free_in #form dt ul {
	margin-top:10px;
	overflow:hidden;
}
.free_in #form dt li {
	width:65%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.free_in #form dt li a {
	color:#000;
}
.free_in #form dt li.prev {
	width:15%;
	text-align:left;
}
.free_in #form dt li.next {
	width:15%;
	text-align:right;
}
.free_in #form dd table {
	margin-top:10px;
	width:100%;
}
.free_in #form dd th,
.free_in #form dd td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
}
.free_in #form dd th {
	color:#fff;
  font-size: .875rem;
	background:#656565;
}
.free_in #form dd th.sun {
	background:#ff0000;
}
.free_in #form dd td {
  font-size: .75rem;
	background:#F5F5F5;
}
.free_in #form dd td.model {
	background:#FFD1DC;
}
.free_in #form dd td.active {
	background:#ff7d7f;
}
.free_in #form dd td.on {
	background: #ff0000;
}
.free_in #form dd td a {
	color:#606060;
	display:block;
}
.free_in #form dd td.active a {
	color:#fff;
}
.free_in #form dd td.on a {
	color:#fff;
}
.free_in #form input,
.free_in #form select,
.free_in #form textarea {
	padding:10px;
	width:100%;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
}
.free_in #form input:focus,
.free_in #form select:focus,
.free_in #form textarea:focus {
	border:1px solid #ff0000;
}
.free_in #form input[type="radio"] {
	margin-right: 5px;
	width: 28px;
  height: 28px;
  vertical-align: middle;
	background:#fff;
	border:1px solid #ccc;
	border-radius: 14px;
  position: relative;
  -webkit-appearance: none;
}
.free_in #form input[type="radio"]:checked:before {
	content: "";
	margin: -5px 0 0 -5px;
	width: 10px;
    height: 10px;
	background:#ff0000;
	border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
}
.free_in #form .check_box {
	margin-bottom: .5em;
	padding: .7em 1em;
	width: 100%;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 2px;
	display: block;
	cursor: pointer;
}
.free_in #form .check_box:last-of-type {
	margin-bottom: 0;
}
.free_in #form .check_box input[type="checkbox"] {
  margin-right: .5em;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: #dfdfdf;
	border: none;
  border-radius: 2px;
  position: relative;
  -webkit-appearance: none;
}
.free_in #form .check_box input[type="checkbox"]:checked {
	background: #ff0000;
}
.free_in #form .check_box input[type="checkbox"]:checked:before {
    position: absolute;
    left: 2px;
    top: 12px;
    display: block;
    content: "";
    width: 8px;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transform-origin: right center;
	transform-origin: right center;
}
.free_in #form .check_box input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 8px;
    top: 13px;
    content: "";
    width: 14px;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
	transform: rotate(-53deg);
    -webkit-transform-origin: left center;
	transform-origin: left center;
}
.free_in #form #age {
	width:55px;
}
.free_in #form button {
  width: 85%;
	max-width:300px;
}

.free_in #form #prof > p {
	margin-bottom: 5px;
	font-size: 14px;
}

/* confirmation */
.free_in #form .return {
	background:#777;
}

/* completion */
.free_in #form > div > div {
	padding-top:20px;
	text-align:left;
	line-height:1.7;
	border-top:1px dotted #ccc;
}
.free_in #form > div > div > p {
	margin-bottom:20px;
	line-height:1.7;
}

/* sec_company
============================================ */
.company_info {
  margin-top: 30px;
}
.company_info dl:not(:last-of-type) {
  margin-bottom: 1em;
}
.company_info dt {
  margin-bottom: .5em;
  padding: .5em;
  font-weight: 700;
  line-height: 1;
  background: #eee;
}
.company_info dd {
  font-size: .875rem;
}
.company_info dd li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.company_info dd li::before {
  content: '・';
}
.company_info dd li:not(:last-of-type) {
  margin-bottom: .5em;
}

/* sec_contact
============================================ */
.sec_contact .inner {
  max-width: 740px;
}
.sec_contact .txt {
  margin-bottom: 30px;
}
.sec_contact input.name {
  width: calc(((100% - 3.2em) / 2) - 4px);
}
.sec_contact input.kana {
  width: calc(((100% - 5.1em) / 2) - 4px);
}
.contact_info {
  margin-top: 20px;
  padding: 1em;
  font-size: .75rem;
  background: #f1f1f1;
}
.contact_back {
  width: auto;
  font-size: .875rem;
  background-color: #aaa;
}
.error_messe {
  padding: .2em 0;
  font-size: .875rem;
}
.sec_contact .thanks li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: .875rem;
}
.sec_contact .thanks li:not(:last-of-type) {
  margin-bottom: .5em;
}
.sec_contact .thanks li::before {
  content: '※';
}
.sec_contact .thanks li em {
  color: var(--main-color);
  font-style: normal;
}

/* sec_privacy
============================================ */
.sec_privacy .ttl_box div {
  margin-left: -5.2em;
}
.sec_privacy dl:first-of-type {
  margin-top: 30px;
}
.sec_privacy dl:not(:first-of-type) {
  margin-top: 1.5em;
}
.sec_privacy dt {
  margin-bottom: .5em;
  color: var(--main-color);
  font-size: 1.125rem;
  font-weight: 700;
}
.sec_privacy dt span {
  margin-top: -.2em;
  margin-right: .4em;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  font-family: 'Bebas Neue';
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  background: var(--main-color);
  display: inline-block;
}
.sec_privacy dd {
  font-size: .875rem;
}
.sec_privacy dd ol {
  margin-top: .5em;
}
.sec_privacy dd ol li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

/* access
============================================ */
body#access .sec_access {
  padding-bottom: 80px;
}
body#access .sec_access > section:not(:first-of-type) {
  margin-top: 80px;
}
body#access .sec_access h2 {
  margin: 0 auto 15px;
  max-width: 1200px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
body#access .sec_access h2 p {
  margin-right: .3em;
  font-family: 'Bebas Neue';
  font-size: 2.125rem;
  font-style: normal;
  line-height: .7;
}

/* entry
============================================ */
body#entry header {
  height: 70px;
}
body#entry header .inner {
  -webkit-box-pack: center;
  justify-content: center;
}
body#entry header #logo {
  width: 210px;
}
body#entry main {
  padding-top: 70px;
}
body#entry main .ttl_box {
  margin-left: auto!important;
  width: 100%;
  text-align: center;
  display: inline-block;
}
body#entry main h2 {
  display: inline-block;
}
body#entry p.date {
  margin-bottom: 1em;
  color: var(--main-color);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
body#entry footer {
  padding: 15px;
}
body#entry footer small {
  margin-top: 0;
}


@media (max-width: 320px) {
  .studio_list li figcaption {
    font-size: .8rem;
  }
  .studio_list li p {
    font-size: .65rem;
  }
  .outside_list .outside_ttl {
    font-size: .95rem;
  }
  .outside_list .outside_txt {
    font-size: .8rem;
  }
  .academy_list li p {
    font-size: .65rem;
  }
  .academy_list li p span {
    font-size: 1.4rem;
  }
  .course_model .ttl_box div {
    margin-left: -6.5em;
  }
  .course_dance .ttl_box div {
    margin-left: -6.25em;
  }
  .course_original .ttl_box div {
    margin-left: -8.55em;
  }
  .sec_fees .ttl_box div {
    margin-left: -.4em;
  }
  .fees_image + .note {
    font-size: .625rem;
  }
  .experience_btn li figcaption {
    font-size: 1.1rem;
  }

  /* sec_lesson
  ============================================ */
  .sec_lesson .ttl_box div {
    margin-left: -6.6em;
  }

  /* sec_access
  ============================================ */
  .access_image .btn a {
    font-size: 1.125rem;
  }

  /* sec_company
  ============================================ */
  .company_info dd {
    font-size: .75rem;
  }

  /* sec_privacy
  ============================================ */
  .sec_privacy .ttl_box div {
    margin-left: -4.5em;
  }
  .sec_privacy dt {
    font-size: 1rem;
  }
  .sec_privacy dt span {
    width: 1em;
    height: 1em;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}


@media (min-width: 601px) {
  /* sec_rank
  ============================================ */
  main > section.sec_rank {
    /* padding-top: 60px;
    padding-bottom: 60px; */
  }
  .rank_box {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  /* .rank_crown1 {
    width: 100%;
    order: 1;
  } */
  .rank_crown2 {
    /* order: 3; */
  }
  .rank_txt {
    /* order: 2; */
  }
  .rank_txt span {
    display: initial;
  }
  .rank_txt br {
    display: none;
  }

  /* sec_news
  ============================================ */
  .news_list article p {
    padding: .5em 1em;
    font-size: 1rem;
  }

  /* sec_about
  ============================================ */
  .about_box {
    display: -webkit-box;
    display: flex;
  }
  .about_image {
    margin-right: 5%;
    width: 45%;
  }
  .about_box .txt {
    -webkit-box-flex: 1;
    flex: 1;
  }

  /* sec_studio
  ============================================ */
  .studio_image,
  .studio_list,
  .sec_course h3,
  .course_original .course_image,
  .fees_image,
  .sec_lesson table,
  .lesson_image {
    margin-top: 30px;
  }
  .studio_list li figcaption {
    margin-bottom: .7em;
    font-size: 1.25rem;
  }
  .studio_list li p {
    font-size: .875rem;
  }

  /* sec_activity
  ============================================ */
  .activity_box {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/activity/activity_bg.jpg);
    background-position: right bottom;
    background-size: 35%;
  }
  .activity_box ul {
    display: -webkit-box;
    display: flex;
  }
  .activity_box li {
    width: 32%;
  }
  .activity_box li:not(:last-of-type) {
    margin-right: 2%;
    margin-bottom: 0;
  }

  .activity_outside,
  .features_box,
  .item_box,
  .insurance_box,
  .production_support {
    margin-top: 80px;
  }
  .outside_list {
    margin-bottom: -3.6vw;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .outside_list article {
    margin-bottom: 3.6vw;
    width: 48%;
  }
  .outside_list article:not(:last-of-type) {
    margin-bottom: 3.6vw;
  }
  .outside_list article:nth-of-type(2n) {
    margin-left: 4%;
  }
  .outside_list .outside_txt {
    margin-top: 1em;
    font-size: .75rem;
  }

  /* sec_activity
  ============================================ */
  main > section.sec_academy {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/academy/academy_bg.jpg);
    background-size: 100%;
  }
  .academy_list li p {
    font-size: 1rem;
  }
  .academy_list li p span {
    font-size: 2.5rem;
  }

  /* sec_course
  ============================================ */
  .sec_course > div:not(:first-of-type) {
    margin-top: 120px;
  }
  .sec_course .ttl_box h2,
  .sec_fees .ttl_box h2,
  .sec_lesson .ttl_box h2,
  .sec_privacy .ttl_box h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .sec_course .ttl_box h2 span,
  .sec_fees .ttl_box h2 span,
  .sec_lesson .ttl_box h2 span,
  .sec_privacy .ttl_box h2 span {
    margin: 0 0 0 1em;
  }
  .course_model .ttl_box div,
  .course_dance .ttl_box div,
  .course_original .ttl_box div,
  .sec_fees .ttl_box div,
  .sec_lesson .ttl_box div,
  .sec_privacy .ttl_box div {
    margin-left: 0;
  }
  .course_original > div:not(.ttl_box),
  .sec_lesson > div:not(.ttl_box) {
    margin-bottom: 80px;
  }
  .course_original h3,
  .sec_lesson h3 {
    font-size: 1.25rem;
  }
  .course_original h3 em,
  .sec_lesson h3 em {
    font-size: 3rem;
  }

  /* sec_fees
  ============================================ */
  .fees_image + .note {
    font-size: .875rem;
  }
  .features_box h3 {
    text-align: center;
  }
  .features_box > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .features_box > div > div {
    width: 32%;
  }
  .features_box .left,
  .features_box .right {
    margin-bottom: auto;
  }
  .features_box .left {
    margin-right: 2%;
  }
  .features_box .right {
    margin-left: 2%;
  }
  .features_image {
    margin: 0;
  }
  .features_box dt {
    font-size: .875rem;
  }
  .features_box dd {
    font-size: .75rem;
  }
  .features_box li:not(:last-of-type) {
    margin-bottom: 2em;
  }

  .insurance_list li {
    width: 32%;
  }
  .insurance_list li:nth-child(2n) {
    margin-left: 0;
  }
  .insurance_list li:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
  .insurance_list li.coverage {
    width: 66%;
  }

  /* sec_production
  ============================================ */
  .production_list {
    margin-bottom: -30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .production_list li {
    margin-bottom: 30px;
    width: 48%;
  }
  .production_list li:nth-of-type(2n) {
    margin-left: 4%;
  }
  .production_list li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  /* sec_experience
  ============================================ */
  .experience_btn li figcaption {
    font-size: 2.25rem;
  }
  .experience_btn li p {
    font-size: 1rem;
  }

  /* sec_lesson
  ============================================ */
  body#school main h1 {
    margin-top: 80px;
    font-size: 1.5rem;
  }
  body#school main h1 p {
    margin-right: .3em;
    font-size: 4.875rem;
  }

  .sec_lesson table th {
    font-size: 1rem;
  }
  .sec_lesson table td {
    font-size: .875rem;
  }
  .sec_lesson .note {
    font-size: .75rem;
  }

  /* sec_access
  ============================================ */
  .access_info dt {
    font-size: 2.125rem;
  }
  .access_info dd {
    font-size: .875rem;
  }
  .access_image .btn a {
    padding: .3em;
    font-size: 2.25rem;
  }
  main .map_box {
    margin-top: 50px;
  }

  /* sec_free
  ============================================ */
  .free_in #form dt {
    font-size: 1rem;
  }

  /* sec_company
  ============================================ */
  .company_box {
    display: -webkit-box;
    display: flex;
  }
  .company_image {
    width: 40%;
  }
  .company_info {
    margin-top: 0;
    margin-left: 5%;
    -webkit-box-flex: 1;
    flex: 1;
  }

  /* access
  ============================================ */
  body#access .sec_access {
    padding-bottom: 120px;
  }
  body#access .sec_access > section:not(:first-of-type) {
    margin-top: 120px;
  }
  body#access .sec_access h2 {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  body#access .sec_access h2 p {
    font-size: 3rem;
  }

  /* entry
  ============================================ */
  body#entry footer small {
    margin: auto;
    text-align: center;
  }
}


@media (min-width: 1033px) {
  body#top header #logo span {
    margin-left: 0;
  }
  body.kyoto header #logo span {
    margin-left: -.9em;
    transform: scale(.92);
  }
  body.nara header #logo span {
    margin-left: -.5em;
    transform: scale(.97);
  }

  /* sec_rank
  ============================================ */
  main > section.sec_mv {
    padding-bottom: 10px;
  }
  main > section.sec_rank {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-image: url(../img/rank/rank_bg.jpg);
    background-position: 150% bottom;
    background-size: contain; */
  }
  .rank_academy {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .rank_academy p {
    margin-right: 25px;
    /* width: 476px; */
    width: 676px;
  }
  .rank_academy h1 {
    margin-top: 0;
    /* width: 382px; */
    width: 338px;
  }

  /* sec_news
  ============================================ */
  .news_list {
    margin-bottom: 0;
  }
  .news_list article {
    margin-bottom: 0;
    width: 23.5%;
  }
  .news_list article:nth-child(2n),
  .news_list article:not(:first-of-type) {
    margin-left: 2%;
  }

  /* sec_about
  ============================================ */
  .about_image {
    width: 30%;
  }
  .about_image figcaption {
    font-size: .875rem;
  }
  .signature {
    font-size: .875rem;
  }

  /* sec_studio
  ============================================ */
  .studio_list {
    margin-bottom: -30px;
  }
  .studio_list li {
    margin-bottom: 30px;
    width: 32%;
  }
  .studio_list li:nth-child(2n) {
    margin-left: 0;
  }
  .studio_list li:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
  .studio_list li figcaption {
    font-size: 1.5rem;
  }

  /* sec_activity
  ============================================ */
  .outside_list {
    margin-bottom: 0;
  }
  .outside_list article {
    margin-bottom: 0;
    width: 23.5%;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .3);
  }
  .outside_list article:not(:last-of-type) {
    margin-bottom: 0;
  }
  .outside_list article:not(:first-of-type) {
    margin-left: 2%;
  }
  .outside_list .outside_ttl {
    padding: 0;
    font-size: 1rem;
  }
  .outside_list .outside_ttl::before,
  .outside_list .outside_ttl::after {
    width: 1em;
  }

  /* sec_academy
  ============================================ */
  main > section.sec_academy {
    background-size: 977px;
  }
  .academy_list {
    margin-bottom: -30px;
  }
  .academy_list li {
    margin-bottom: 30px;
    width: 32%;
  }
  .academy_list li:nth-child(2n) {
    margin-left: 0;
  }
  .academy_list li:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }

  /* sec_course
  ============================================ */
  .course_model .course_box .inner,
  .course_dance .course_box .inner,
  .course_dance2 .course_box .inner {
    display: -webkit-box;
    display: flex;
  }
  .course_model .course_box::before,
  .course_dance .course_box::before {
    width: 52vw;
  }
  .course_model .course_box::before {
    top: 13.5vw;
  }
  .course_dance .course_box::before {
    top: 10vw;
  }
  .course_model .course_box .course_image,
  .course_dance .course_box .course_image,
  .course_dance2 .course_box .course_image {
    width: 40%;
  }
  .course_model .course_box .course_txt,
  .course_dance .course_box .course_txt,
  .course_dance2 .course_box .course_txt {
    margin-left: 5%;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .course_model h3,
  .course_dance h3,
  .course_dance2 h3 {
    margin-top: 0;
  }
  .course_original > div:not(.ttl_box),
  .sec_lesson > div:not(.ttl_box) {
    margin-bottom: 120px;
  }

  /* sec_fees
  ============================================ */
  .fees_image + .note {
    font-size: 1.25rem;
  }
  .features_box .left {
    margin-right: 5%;
  }
  .features_box .right {
    margin-left: 5%;
  }
  .features_image {
    max-width: 218px;
  }
  .features_box dt {
    font-size: 1.25rem;
  }
  .features_box dd {
    font-size: .875rem;
  }

  .insurance_list {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .insurance_list li {
    margin-bottom: 30px;
    width: 23.5%;
  }
  .insurance_list li:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .insurance_list li:not(:nth-child(4n + 1)) {
    margin-left: 2%;
  }
  .insurance_list li figcaption {
    font-size: .75rem;
  }
  .insurance_list li.coverage {
    width: 49%;
  }

  /* sec_production
  ============================================ */
  .production_list {
    margin-top: 30px;
  }

  /* sec_experience
  ============================================ */
  .experience_btn li figcaption {
    font-size: 2.5rem;
  }
  .experience_btn li p {
    padding: .7em 1em;
    font-size: 1.375rem;
  }

  /* sec_lesson
  ============================================ */
  body#school main h1 {
    margin-top: 120px;
  }
  body#school main h1 p {
    font-size: 5.125rem;
  }

  .sec_lesson table th {
    font-size: 1.25rem;
  }
  .sec_lesson table td {
    font-size: 1.125em;
  }
  .sec_lesson .note {
    font-size: .875rem;
  }

  /* sec_access
  ============================================ */
  .access_image {
    width: 30%;
  }
  .access_info dl:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .access_info dt {
    font-size: 2.75rem;
  }
  .access_info dd {
    font-size: 1.125rem;
  }
  .access_image .btn {
    display: none;
  }
  main .map_box {
    margin-top: 80px;
    height: 500px;
    aspect-ratio: auto;
  }

  /* sec_briefing
  ============================================ */
  .briefing_image,
  .briefing_btn {
    margin-top: 50px;
  }

  /* sec_free
  ============================================ */
  .free {
    padding-top: 50px;
  }

  /* sec_company
  ============================================ */
  .company_image {
    width: 30%;
  }
  .company_info dl:not(:last-of-type) {
      margin-bottom: 1.5em;
  }
  .company_info dt {
    font-size: 1.125rem;
  }
  .company_info dd {
    font-size: 1rem;
  }

  /* sec_contact
  ============================================ */
  .sec_contact .txt {
    font-size: 1.125rem;
    text-align: center;
  }
  .sec_contact .txt {
    margin-bottom: 60px;
  }
  .contact_info {
    margin-top: 30px;
    font-size: .875rem;
  }
  .error_messe {
    font-size: 1rem;
  }

  /* sec_privacy
  ============================================ */
  .sec_privacy dl:first-of-type {
    margin-top: 50px;
  }
  .sec_privacy dl:not(:first-of-type) {
    margin-top: 2.5em;
  }
  .sec_privacy dt {
    font-size: 1.5rem;
  }
  .sec_privacy dt span {
    font-size: 1.875rem;
    line-height: 1.35;
  }
  .sec_privacy dd {
    font-size: 1.125rem;
  }

  /* access
  ============================================ */
  body#access .sec_access {
    padding-bottom: 180px;
  }
  body#access .sec_access > section:not(:first-of-type) {
    margin-top: 180px;
  }
   body#access .sec_access h2 {
    margin-bottom: 50px;
    font-size: 1.25rem;
   }

  /* entry
  ============================================ */
  body#entry header {
    height: 142px;
  }
  body#entry header #logo {
    width: 500px;
  }
  body#entry main {
    padding-top: 142px;
  }
  body#entry main h2 {
    font-size: 2.75rem;
  }
  body#entry p.date {
    font-size: 1.75rem;
  }
}


@media (min-width: 1366px) {
  .course_dance .course_box::before {
    top: 20vw;
  }
}

@media (min-width: 1440px) {
  .course_model .course_box::before {
    top: 10vw;
  }
  .course_dance .course_box::before {
    top: 13vw;
  }
}

@media (min-width: 1536px) {
  main > section.sec_rank {
    /* background-position: right bottom; */
  }
  .outside_list .outside_ttl {
    font-size: 1.125rem;
  }
  .outside_list .outside_ttl::before,
  .outside_list .outside_ttl::after {
    width: 1.5em;
  }
  .outside_list .outside_txt {
    font-size: .875rem;
  }
  .course_model .course_box::before {
    top: 7vw;
  }
}

@media (min-width: 1600px) {
  .course_model .course_box::before {
    top: 5vw;
  }
}

@media (min-width: 1920px) {
  .course_model .course_box::before {
    top: -.5vw;
  }
  .course_dance .course_box::before {
    top: 3vw;
  }
}

@media (min-width: 2100px) {
  .course_model .course_box::before {
    top: -4vw;
  }
  .course_dance .course_box::before {
    top: -1vw;
  }
}

@media (min-width: 2400px) {
  .course_model .course_box::before {
    top: -7vw;
  }
  .course_dance .course_box::before {
    top: -5vw;
  }
}


@media (min-width:2240px), (min-width:1280px) and (-webkit-min-device-pixel-ratio:2), (min-width:1280px) and (min-resolution: 2dppx) {
  main > section.sec_rank {
    /* background-image: url(../img/rank/rank_bg@2x.jpg); */
  }
  .sec_news,
  .sec_studio,
  .sec_activity {
    background-image: url(../img/bg@2x.png);
  }
  .activity_box {
    background-image: url(../img/activity/activity_bg@2x.jpg);
  }
  main > section.sec_academy {
    background-image: url(../img/academy/academy_bg@2x.jpg);
  }
}