@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 37.5);
    /*ビューポートが390pxを基準*/
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

body.is_hidden {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

/* フォント
-------------------------------------------*/
.min {
  font-family: "Noto Serif JP", serif;
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

@media (any-hover: hover) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/* 準備中
-------------------------------------------*/
.preparation {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  min-height: 180px;
}

.nolink {
  pointer-events: none;
}

/* header
-------------------------------------------*/
.header {
  transition: all 0.8s ease;
  background: #efefef;
}

.header.active {
  opacity: 1;
  pointer-events: all;
}

/*------------------------------------
ヘッダー （PC） 
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 90px;
    z-index: 100;
  }
  .header_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header_inner {
    max-width: 1180px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    align-self: center;
    display: flex;
    align-items: flex-end;
  }
  .header_logo a {
    display: block;
  }
  .header_logo img {
    height: 54px;
  }
  .header_logo > div {
    line-height: 1;
    color: #595656;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 10px 8px;
    letter-spacing: 0.1em;
  }
  .header_nav {
    display: flex;
    align-items: center;
    padding-top: 15px;
  }
  .header_nav ul {
    display: flex;
    align-items: center;
  }
  .header_nav ul li + li {
    margin-left: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 992px) {
  .header_nav ul li + li {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 992px) {
  .header_nav ul li a {
    padding: 10px;
    position: relative;
    color: #595656;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 992px) {
  .header_nav ul li a {
    font-size: 1.3333333333333335vw;
    padding: 5px;
  }
}

@media print, screen and (min-width: 992px) {
  .header_studio {
    margin-left: 26px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 992px) {
  .header_studio {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 992px) {
  .header_studio a {
    background: #c8e7f2;
    padding: 0 17px;
    height: 35px;
    color: #595656;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8e7f2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 992px) {
  .header_studio a {
    font-size: 1.3333333333333335vw;
  }
}

/*------------------------------------
ヘッダー （SP） 
------------------------------------*/
@media screen and (max-width: 991px) {
  .header {
    background: #fff;
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 9999;
  }
  .header_inner {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3%;
  }
  .header #sp_menu_btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    cursor: pointer;
  }
  .header #sp_menu_btn span {
    width: 20px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #595656;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header #sp_menu_btn span:nth-of-type(1) {
    top: 18px;
  }
  .header #sp_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .header #sp_menu_btn span:nth-of-type(3) {
    bottom: 18px;
  }
  .header #sp_menu_btn.active span {
    background: #fff;
  }
  .header #sp_menu_btn.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .header #sp_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #sp_menu_btn.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  .header_logo {
    height: 35px;
    display: flex;
    align-items: flex-end;
  }
  .header_logo > div {
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0 3px 5px;
  }
  .header_logo > a {
    display: block;
  }
  .header_logo img {
    height: 35px;
  }
}

/*===================================
  
  グローバルナビ

===================================*/
/*------------------------------------
グローバルナビ（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .sp_gnav {
    position: fixed;
    top: -100%;
    opacity: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000000;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .sp_gnav.active {
    top: 0;
    opacity: 1;
  }
  .sp_gnav_logo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp_gnav_logo .header_logo > div {
    color: #fff;
  }
  .sp_gnav_main {
    padding: 10% 8% 20% 8%;
    height: calc(100vh - 60px);
    position: relative;
  }
  .sp_gnav_main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 2;
  }
  .sp_gnav_main::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../img/img-common/bg_spnav.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .sp_gnav_main .flex {
    position: relative;
    z-index: 2;
    display: flex;
  }
  .sp_gnav_main .flex .item {
    width: 50%;
  }
  .sp_gnav_main .flex .item > ul > li + li {
    margin-top: 15px;
  }
  .sp_gnav_main .flex .item > ul > li > a {
    padding: 10px 0;
    display: block;
  }
  .sp_gnav_main .flex .item > ul > li > a > img {
    margin: 0;
    height: 16px;
    max-width: inherit;
    width: auto;
    display: block;
  }
  .sp_gnav_main .flex .item > ul > li > a > div {
    line-height: 1;
    color: #595757;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
  .sp_gnav_main .flex .item > ul > li > ul {
    padding-top: 15px;
  }
  .sp_gnav_main .flex .item > ul > li > ul > li + li {
    margin-top: 15px;
  }
  .sp_gnav_main .flex .item > ul > li > ul > li > a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 0 10px 15px;
    position: relative;
  }
  .sp_gnav_main .flex .item > ul > li > ul > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #c8e7f2;
    width: 5px;
    height: 2px;
  }
  .sp_gnav_main .flex .item > ul > li > ul > li > a > span {
    font-size: 1rem;
  }
  .sp_gnav_main .flex .item:nth-child(2) {
    padding-left: 8%;
  }
  .sp_gnav_main .flex .item:nth-child(2) > ul > li > a > div {
    color: #c8e7f2;
  }
  .sp_gnav_line {
    margin-top: 30px;
  }
  .closebtn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
  }
  .closebtn img {
    height: 14px;
  }
  .sp_gnav_main ul li,
  .sp_gnav_line,
  .closebtn {
    transform: translateY(10px);
    opacity: 0;
  }
  .sp_gnav.active .sp_gnav_main ul li,
  .sp_gnav.active .sp_gnav_line,
  .sp_gnav.active .closebtn {
    transform: translateY(0);
    opacity: 1 !important;
    transition: all 0.25s ease;
  }
  .sp_gnav.active .sp_gnav_main ul li:nth-child(1) {
    transition-delay: 0.4s !important;
  }
  .sp_gnav.active .sp_gnav_main ul li:nth-child(2) {
    transition-delay: 0.5s !important;
  }
  .sp_gnav.active .sp_gnav_main ul li:nth-child(3) {
    transition-delay: 0.6s !important;
  }
  .sp_gnav.active .sp_gnav_main ul li:nth-child(4) {
    transition-delay: 0.7s !important;
  }
  .sp_gnav.active .sp_gnav_line {
    transition-delay: 0.8s !important;
  }
  .sp_gnav.active .closebtn {
    transition-delay: 0.9s !important;
  }
}

.fixcv,
.fixcv-midoribashi {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: fixed;
  z-index: 99;
  pointer-events: none;
}

.fixcv.active,
.fixcv-midoribashi.active {
  opacity: 1;
  pointer-events: all;
}

.fixcv a,
.fixcv-midoribashi a {
  display: block;
}

@media screen and (min-width: 992px) {
  .fixcv,
  .fixcv-midoribashi {
    right: 0;
    bottom: 150px;
    width: 140px;
  }
  .fixcv ul li + li,
  .fixcv-midoribashi ul li + li {
    margin-top: 20px;
  }
  .fixcv ul li a,
  .fixcv-midoribashi ul li a {
    display: block;
  }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .fixcv,
  .fixcv-midoribashi {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .fixcv,
  .fixcv-midoribashi {
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
  }
  .fixcv ul,
  .fixcv-midoribashi ul {
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .fixcv ul li,
  .fixcv-midoribashi ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .fixcv ul li.fixcv-line a,
  .fixcv-midoribashi ul li.fixcv-line a {
    background: #06c755;
  }
  .fixcv ul li.fixcv-lesson a,
  .fixcv-midoribashi ul li.fixcv-lesson a {
    background: #4b4b4b;
  }
  .fixcv ul li a,
  .fixcv-midoribashi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 6px;
  }
  .fixcv ul li a img,
  .fixcv-midoribashi ul li a img {
    max-height: 50px;
  }
}

/* footer
-------------------------------------------*/
.footer {
  padding: 120px 0 0;
  color: #4b4b4b;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 60px 0 0;
  }
}

.footer-main {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .footer-main {
    padding-bottom: 20px;
  }
}

.footer-main .inner {
  max-width: 1300px;
}

.footer-main .grid {
  width: 100%;
  max-width: 1150px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .footer-main .grid {
    grid-template-columns: 340px 1fr auto;
    gap: 85px;
  }
  .footer-main .grid .col:nth-child(3) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-main .grid {
    grid-template-columns: 35% 1fr auto;
    gap: 5%;
  }
}

@media screen and (max-width: 991px) {
  .footer-main .grid {
    gap: 35px;
  }
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo-link {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer-logo-link {
    display: table;
  }
  .footer-logo-link img {
    max-width: 280px;
  }
}

.footer-privacy {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .footer-privacy {
    justify-content: center;
  }
}

.footer-privacy a {
  font-size: 1.1rem;
  text-decoration: underline;
  margin-top: 55px;
}

@media screen and (min-width: 992px) {
  .footer-privacy a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-privacy a {
    text-decoration: none;
    position: relative;
    padding: 0 15px;
    font-size: 1.2rem;
    margin-top: 50px;
  }
  .footer-privacy a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 1em;
    background: #aeadad;
  }
  .footer-privacy a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 1em;
    background: #aeadad;
  }
}

.footer-studio .t1 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-studio .t1 {
    font-size: 1.3333333333333335vw;
  }
}

@media screen and (max-width: 991px) {
  .footer-studio .t1 {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}

.footer-studio .t2 {
  display: flex;
  align-items: center;
}

.footer-studio .t2 > div {
  display: flex;
  align-items: center;
  padding-right: 18px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-studio .t2 > div {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .footer-studio .t2 > div {
    font-size: 2.2rem;
    padding-right: 15px;
  }
}

.footer-studio .t2 > div span {
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .footer-studio .t2 > div span {
    padding-left: 18px;
  }
}

.footer-studio .t2 a {
  width: 26px;
}

@media screen and (max-width: 991px) {
  .footer-studio .t2 a {
    width: 22px;
  }
}

.footer-studio .t2 a img {
  width: 100%;
}

.footer-nav {
  padding-top: 15px;
}

.footer-nav .flex {
  display: flex;
}

.footer-nav .flex .item + .item {
  margin-left: 100px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-nav .flex .item + .item {
    margin-left: 15%;
  }
}

.footer-nav .flex .item > ul > li + li {
  margin-top: 28px;
}

.footer-nav .flex .item > ul > li > a {
  font-size: 1.7rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-nav .flex .item > ul > li > a {
    font-size: 1.4166666666666665vw;
  }
}

.footer-nav .flex .item > ul > li > ul {
  padding-top: 15px;
}

.footer-nav .flex .item > ul > li > ul > li + li {
  margin-top: 12px;
}

.footer-nav .flex .item > ul > li > ul > li > a {
  font-size: 1.5rem;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-nav .flex .item > ul > li > ul > li > a {
    font-size: 1.25vw;
  }
}

.footer-nav .flex .item > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333333;
  width: 5px;
  height: 2px;
}

.footer-nav .flex .item > ul > li > ul > li > a > span {
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-nav .flex .item > ul > li > ul > li > a > span {
    font-size: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .footer-merrithew {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer-merrithew a {
  display: block;
  max-width: 140px;
}

@media screen and (max-width: 991px) {
  .footer-merrithew a {
    max-width: 120px;
  }
}

.footer-merrithew a img {
  width: 100%;
}

.footer-merrithew > div {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 10px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
  .footer-merrithew > div {
    font-size: 1rem;
    padding: 0 0 0 20px;
  }
}

.footer-copy {
  padding: 15px 0;
  text-align: center;
  background: #111111;
}

@media screen and (max-width: 991px) {
  .footer-copy {
    padding: 15px 0;
  }
}

.footer-copy small {
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  display: block;
}

@media screen and (max-width: 991px) {
  .single-studio .footer,
  .home .footer {
    padding-bottom: 70px;
  }
}

.main {
  padding-top: 90px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 60px;
  }
}

.main.--hidden {
  overflow: hidden;
}

.cross {
  background: url(../img/img-index/cross.png) center center no-repeat;
  background-size: contain;
  width: 260px;
  height: 248px;
  pointer-events: none;
}

.txt_photo {
  font-size: 1rem;
  color: #999999;
  text-align: right;
  padding-top: 5px;
  letter-spacing: 0.01em;
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .ttl {
    margin-bottom: 30px;
  }
}

.ttl.--w .txt {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ttl img {
    height: 30px;
  }
}

.ttl .txt {
  font-size: 1.8rem;
  color: #595757;
  text-align: center;
  padding-top: 8px;
}

@media screen and (max-width: 991px) {
  .ttl .txt {
    font-size: 1.3rem;
  }
}

.btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c8e7f2;
  color: #595757;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 20px;
  margin: auto;
  width: 60%;
  height: 80px;
  max-width: 350px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .btn-bg {
    font-size: 1.4rem;
    height: 50px;
  }
}

.pageTtl {
  margin-bottom: 50px;
  background: #000;
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .pageTtl {
    margin-bottom: 30px;
    padding: 35px 0;
  }
}

.pageTtl h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pageTtl img {
    height: 26px;
  }
}

.pageTtl .txt {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .pageTtl .txt {
    font-size: 1.3rem;
    padding-top: 15px;
    line-height: 1.5;
  }
}

.link-more {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .link-more {
    font-size: 1.3rem;
    padding-right: 35px;
  }
}

.link-more::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 991px) {
  .link-more::before {
    width: 25px;
  }
}

.link-more::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
}

@media screen and (max-width: 991px) {
  .link-more::after {
    width: 8px;
    top: -2px;
  }
}

.link-more.--w {
  color: #fff;
}

.link-more.--w::before {
  background: #fff;
}

.link-more.--w::after {
  background: #fff;
}

/* 404ページ */
.page404 {
  padding: 90px 0 150px;
}

@media screen and (max-width: 991px) {
  .page404 {
    padding: 45px 0 75px;
  }
}

.page404 p {
  display: table;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .page404 p {
    text-align: center;
    margin-bottom: 25px;
  }
}

/* プライバシーポリシー */
.policyBlk {
  padding: 30px 0 60px;
}

@media screen and (max-width: 991px) {
  .policyBlk {
    padding: 5px 0 20px;
  }
}

.policyBlk-lead p + p {
  margin-top: 20px;
}

.policyBlk-items {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .policyBlk-items {
    margin-top: 40px;
  }
}

.policyBlk-items dl + dl {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .policyBlk-items dl + dl {
    margin-top: 30px;
  }
}

.policyBlk-items dl dt {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.policyBlk-items dl dd p + p,
.policyBlk-items dl dd p + ul {
  margin-top: 15px;
}

/* TOPページ */
.home .main {
  padding-top: 0;
}

.home .header {
  background: none;
}

.home .header_nav ul li a {
  color: #fff;
}

.home .header_studio a {
  color: #fff;
}

.home .header_logo .js_logo {
  transition: all 0.4s ease;
}

.home .header #sp_menu_btn span {
  background: #fff;
}

.home .header.active {
  background: #efefef;
}

.home .header.active .header_nav ul li a {
  color: #333;
}

.home .header.active .header_studio a {
  color: #333;
}

.home .header.active #sp_menu_btn span {
  background: #595656;
}

.home .header.active #sp_menu_btn.active span {
  background: #fff;
}

.fix_studio,
.fix_studio_top {
  position: fixed;
  right: 10px;
  bottom: 110px;
  z-index: 9999;
  transition: opacity 1s;
  opacity: 0;
  width: 160px;
  pointer-events: none;
}

.fix_studio.active,
.fix_studio_top.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .fix_studio,
  .fix_studio_top {
    width: 100px;
    bottom: 65px;
    right: 5px;
  }
}

.rotate_studio {
  position: relative;
  display: block;
}

.rotate_studio img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation: spin 15s linear infinite;
}

.topMv {
  position: relative;
  z-index: 2;
}

.topMv-image {
  height: 670px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topMv-image {
    height: 440px;
  }
}

.topMv-image ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.topMv-image ul li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: left 0.3s ease-in-out;
}

.topMv-image ul li.active {
  left: 0;
  z-index: 2;
}

.topMv-image ul li.previous {
  left: -100%;
  z-index: 1;
}

.topMv-image ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topMv-logo {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1220px;
  padding: 0 50px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .topMv-logo {
    padding: 0 3%;
    top: 12.5px;
  }
}

.topMv-logo img {
  height: 54px;
}

@media screen and (max-width: 991px) {
  .topMv-logo img {
    height: 35px;
  }
}

.topMv-txt {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .topMv-txt {
    bottom: 30px;
    width: 94%;
    justify-content: flex-start;
    padding: 0 5%;
  }
}

.topMv-txt .wrap {
  position: relative;
}

.topMv-txt .wrap .txt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.topMv-txt .wrap .txt svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .topMv-txt .wrap .txt {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1080px) {
  .topMv-txt .wrap .txt {
    width: 59%;
  }
}

@media screen and (max-width: 991px) {
  .topMv-txt .wrap .txt {
    right: inherit;
    bottom: 0;
    width: 84%;
    left: 5%;
  }
}

.topMv-txt .wrap .mv_cross {
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1080px) {
  .topMv-txt .wrap .mv_cross {
    width: 17%;
    top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .topMv-txt .wrap .mv_cross {
    right: inherit;
    bottom: 0;
    width: 27%;
    left: 0;
  }
}

.topMv-open {
  background: #000000;
  padding: 35px 0;
}

@media screen and (max-width: 991px) {
  .topMv-open {
    padding: 22px 0;
  }
}

@media screen and (max-width: 991px) {
  .topMv-open .inner {
    padding: 0 4%;
  }
}

.topMv-open .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topMv-open .grid {
    grid-template-columns: max-content max-content;
    gap: 150px;
    place-content: end;
    place-items: center;
    max-width: 880px;
  }
}

@media screen and (max-width: 991px) {
  .topMv-open .grid {
    grid-template-columns: 1fr 100px;
    gap: 10px;
    place-content: center;
    place-items: center;
  }
}

.topMv-open .logo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.topMv-open .logo img {
  height: 84px;
}

@media screen and (max-width: 991px) {
  .topMv-open .logo img {
    height: 45px;
  }
}

.topMv-open .logo > h1 {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .topMv-open .logo > h1 {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

.topMv-open .logo > div {
  padding-left: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topMv-open .logo > div {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-top: 5px;
  }
}

.topMv-open .txt {
  color: #fff;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .topMv-open .txt {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topAbout {
  position: relative;
  background: url(../img/img-index/bg_about.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .topAbout {
    background: none;
  }
  .topAbout::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/img-index/bg_about_sp.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
}

.topAbout-wrap {
  padding: 120px 0 60px;
}

@media screen and (max-width: 991px) {
  .topAbout-wrap {
    padding: 70px 0;
  }
}

@media screen and (max-width: 991px) {
  .topAbout .inner {
    position: relative;
    z-index: 3;
  }
}

.topAbout .bgtxt {
  position: absolute;
  top: 110px;
  right: calc(50% + 475px);
  z-index: 1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .topAbout .bgtxt {
    right: inherit;
    left: 0;
    top: 0;
    width: 80px;
  }
}

.topAbout-ttl {
  font-size: 5.6rem;
  color: #b4b4b4;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  width: max-content;
}

@media screen and (max-width: 991px) {
  .topAbout-ttl {
    font-size: 3.3rem;
    margin: 0 auto 25px;
    margin-right: -0.7em;
  }
}

.topAbout-ttl > span {
  margin-left: -0.3em;
}

.topAbout-ttl .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  color: #fff;
  transition: width 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.topAbout .grid {
  display: grid;
  position: relative;
}

@media screen and (min-width: 992px) {
  .topAbout .grid {
    grid-template-columns: repeat(2, auto);
    gap: 160px;
  }
}

@media screen and (max-width: 991px) {
  .topAbout .grid {
    row-gap: 45px;
  }
}

.topAbout .grid .fade_b {
  animation-delay: 0.8s !important;
}

.topAbout .grid .col {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.topAbout .grid .col .image {
  max-width: 350px;
  position: relative;
  overflow: hidden;
}

.topAbout .grid .col .image::before {
  background: #4a4a4a;
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col .image {
    width: 75%;
  }
}

.topAbout .grid .col dl {
  color: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col dl {
    margin-top: -52px;
  }
}

.topAbout .grid .col dl dt img {
  height: 80px;
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col dl dt img {
    height: 65px;
  }
}

.topAbout .grid .col dl dt .txt {
  padding: 20px 0 15px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col dl dt .txt {
    padding: 10px 0 15px;
  }
}

.topAbout .grid .col dl dd p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col dl dd p {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px) {
  .topAbout .grid .col.--pilates {
    align-items: flex-start;
  }
  .topAbout .grid .col.--pilates .image {
    margin-left: 50px;
  }
  .topAbout .grid .col.--pilates dl {
    margin-top: -20px;
    display: table;
  }
  .topAbout .grid .col.--pilates dl dt {
    margin-left: auto;
    display: table;
  }
  .topAbout .grid .col.--pilates dl dt > div {
    text-align: right;
  }
  .topAbout .grid .col.--pilates dl dd p {
    text-align: right;
  }
  .topAbout .grid .col.--gym {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 40px;
  }
  .topAbout .grid .col.--gym .image {
    margin-right: 50px;
  }
  .topAbout .grid .col.--gym dl {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 991px) {
  .topAbout .grid .col.--pilates dl {
    text-align: right;
  }
  .topAbout .grid .col.--gym .image {
    margin-left: auto;
  }
}

.topAbout .grid .cross {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  margin: auto;
}

.topAbout-txt {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .topAbout-txt {
    padding-top: 40px;
  }
}

.topAbout-txt p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .topAbout-txt p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.topStudio {
  padding: 100px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topStudio {
    padding: 70px 0 0;
  }
}

.topStudio .inner {
  position: relative;
}

.topStudio .inner:after {
  content: "";
  position: absolute;
  top: -80px;
  right: -165px;
  margin: auto;
  background: url(../img/img-common/icon_bg.png) left top no-repeat;
  background-size: contain;
  width: 457px;
  height: 440px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topStudio .inner:after {
    width: 150px;
    height: 100%;
    top: -55px;
    right: 10px;
  }
}

.topStudio-wrap {
  position: relative;
  z-index: 2;
}

.topStudio-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .topStudio-ttl {
    margin-bottom: 35px;
  }
}

.topStudio-ttl .fade_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topStudio-ttl img {
    height: 26px;
  }
}

.topStudio-ttl .txt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 15px;
  color: #595757;
}

@media screen and (max-width: 991px) {
  .topStudio-ttl .txt {
    font-size: 1.3rem;
  }
}

.topStudio-map {
  display: flex;
  justify-content: center;
}

.topStudio-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topStudio-btn {
    margin-top: 25px;
  }
}

.topStudio-btn .btn-bg {
  font-size: 1.8rem;
  height: 70px;
  max-width: 320px;
}

@media screen and (max-width: 991px) {
  .topStudio-btn .btn-bg {
    font-size: 1.4rem;
    height: 50px;
  }
}

.topTrial {
  padding: 100px 0 120px;
  background: #595757;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topTrial {
    padding: 60px 0;
  }
}

.topTrial-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topTrial-ttl img {
    height: 26px;
  }
}

.topTrial-ttl .txt {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 35px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topTrial-ttl .txt {
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 15px;
  }
}

.topTrial-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topTrial-btn {
    margin-top: 30px;
  }
}

.topTrial-line {
  text-align: center;
  color: #fff;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .topTrial-line {
    margin-top: 50px;
  }
}

.topTrial-line dl dt {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topTrial-line dl dt {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.topTrial-line dl dt > div {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .topTrial-line dl dt > div {
    font-size: 1.5rem;
  }
}

.topTrial-line dl dt > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_line.png) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.topTrial-line dl dt > div b {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .topTrial-line dl dt > div b {
    font-size: 2.5rem;
  }
}

.topTrial-line dl dd {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .topTrial-line dl dd {
    text-align: left;
    line-height: 1.8;
  }
}

.featureTarget {
  padding: 20px 0 250px;
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .featureTarget {
    padding: 10px 0 140px;
  }
}

.featureTarget::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 100%;
  background: url(../img/img-common/arrow_target.png) center bottom no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .featureTarget::after {
    width: 120px;
  }
}

.featureTarget-ttl {
  font-size: 4.4rem;
  color: #4b4b4b;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 55px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .featureTarget-ttl {
    font-size: 2.8rem;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}

.featureTarget-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 45px;
  height: 2px;
  background: #cbcccc;
}

.featureTarget .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .featureTarget .grid {
    grid-template-columns: 1fr 200px;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .featureTarget .grid {
    grid-template-columns: 1fr 70px;
  }
}

.featureTarget .grid + .grid {
  margin-top: 60px;
}

.featureTarget .grid .col img {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .featureTarget .grid .col img {
    width: 100%;
  }
}

.featureTarget .grid dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .featureTarget .grid dl dt {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
}

.featureTarget .grid dl dd ul li {
  position: relative;
  padding-left: 25px;
}

.featureTarget .grid dl dd ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #7f7f7f;
}

.featureTarget .grid dl dd ul li + li {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .featureTarget .grid dl dd ul li + li {
    margin-top: 10px;
  }
}

.featurePromise {
  padding: 70px 0 160px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .featurePromise {
    padding: 65px 0 90px;
  }
}

@media screen and (min-width: 1501px) {
  .featurePromise .inner {
    position: relative;
  }
}

.featurePromise .bgtxt {
  position: absolute;
  top: 0;
  right: -230px;
}

@media screen and (max-width: 1500px) and (min-width: 992px) {
  .featurePromise .bgtxt {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .featurePromise .bgtxt {
    right: 0;
    width: 35px;
  }
}

.featurePromise-lead .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .featurePromise-lead .grid {
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .featurePromise-lead .grid {
    row-gap: 45px;
  }
}

.featurePromise-lead .grid .col {
  position: relative;
}

.featurePromise-lead .grid .col p {
  display: table;
  font-size: 3.8rem;
  margin: auto;
  color: #595757;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .featurePromise-lead .grid .col p {
    font-size: 2.7rem;
    margin: 0;
  }
}

.featurePromise-lead .grid .col .image {
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .featurePromise-lead .grid .col .image {
    padding-left: 0;
    width: 80%;
    margin: auto;
  }
}

.featurePromise-lead .grid .col .image img {
  width: 100%;
}

.featurePromise-ttl {
  position: absolute;
  left: 0;
  top: -70px;
  font-size: 6rem;
  font-weight: 600;
  color: #595757;
  line-height: 1.2;
  z-index: 2;
  animation-delay: 0.8s !important;
}

@media screen and (max-width: 991px) {
  .featurePromise-ttl {
    font-size: 4rem;
    top: -65px;
  }
}

.featurePromise-txt {
  padding: 55px 0 0;
  position: relative;
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .featurePromise-txt {
    margin-top: 35px;
    padding: 35px 0 0;
  }
}

.featurePromise-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 45px;
  height: 2px;
  background: #cbcccc;
}

.featurePromise-txt p.t1 {
  line-height: 2;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .featurePromise-txt p.t1 {
    padding-bottom: 15px;
  }
}

.featurePromise-txt p.t2 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  line-height: 2.4;
}

.featurePromise-txt p.t2 span {
  background-image: linear-gradient(#595757, #595757);
  background-size: 0 2px;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .featurePromise-txt p.t2 span {
    padding-bottom: 5px;
    background-size: 0 1px;
    /*幅をゼロにしておく*/
  }
}

@media screen and (max-width: 991px) {
  .featurePromise-txt p.t2 {
    font-size: 1.7rem;
  }
}

.featurePromise-txt.started p.t2 span {
  background-size: 100% 2px;
}

@media screen and (max-width: 991px) {
  .featurePromise-txt.started p.t2 span {
    background-size: 100% 1px;
  }
}

.featurePoint {
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .featurePoint {
    padding-bottom: 70px;
  }
}

.featurePoint .inner {
  max-width: 980px;
}

.featurePoint-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .featurePoint-ttl {
    margin-bottom: 35px;
  }
  .featurePoint-ttl img {
    display: block;
    width: 180px;
  }
}

.featurePoint-list dl + dl {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .featurePoint-list dl + dl {
    margin-top: 40px;
  }
}

.featurePoint-list dl dt {
  display: grid;
  grid-template-columns: 30px 1fr;
  place-items: end left;
}

@media screen and (min-width: 992px) {
  .featurePoint-list dl dt {
    width: 250px;
  }
}

.featurePoint-list dl dt img {
  width: 35px;
}

.featurePoint-list dl dt > div {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 5px;
}

@media screen and (min-width: 992px) {
  .featurePoint-list dl dt > div {
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 991px) {
  .featurePoint-list dl dt > div {
    font-size: 1.5rem;
  }
}

.featurePoint-list dl dt > div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fae8da;
  width: 100%;
  height: 3px;
}

.featurePoint-list dl dt > div b {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .featurePoint-list dl dt > div b {
    font-size: 2.5rem;
  }
}

.featurePoint-list dl dd {
  position: relative;
}

.featurePoint-list dl dd .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .featurePoint-list dl dd .t1 {
    margin-top: -1.1em;
    padding-left: 260px;
  }
}

@media screen and (max-width: 991px) {
  .featurePoint-list dl dd .t1 {
    margin-top: 20px;
    font-size: 1.5rem;
    padding-left: 35px;
  }
}

.featurePoint-list dl dd .flex {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 10px;
  place-items: start left;
}

@media screen and (max-width: 991px) {
  .featurePoint-list dl dd .flex {
    grid-template-columns: 110px 1fr;
    gap: 10px;
  }
}

@media screen and (min-width: 992px) {
  .featurePoint-list dl dd .flex .item:nth-child(1) {
    padding-left: 50px;
  }
}

.featurePoint-list dl dd .flex .item > img {
  max-width: 120px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .featurePoint-list dl dd .flex .item > img {
    margin-top: -10px;
  }
}

@media screen and (max-width: 991px) {
  .featurePoint-list dl dd .flex .item > img {
    max-width: 110px;
  }
}

.topFeature {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 150px 0 160px;
}

@media screen and (max-width: 991px) {
  .topFeature {
    padding: 75px 0 65px;
  }
}

.topFeature-ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .topFeature-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-ttl img {
    height: 30px;
  }
}

.topFeature-ttl .txt {
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 15px;
  color: #595757;
}

@media screen and (max-width: 991px) {
  .topFeature-ttl .txt {
    font-size: 1.4rem;
  }
}

.topFeature-mv {
  position: relative;
}

@media screen and (min-width: 992px) {
  .topFeature-mv::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 250px;
    width: 100%;
    background: #f4f4f4;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-mv .inner {
    padding: 0 6% 0 0;
  }
}

.topFeature-mv .grid {
  display: grid;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .topFeature-mv .grid .col:nth-child(1) {
    position: absolute;
    width: 375px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-mv .grid {
    grid-template-columns: 1fr 7em;
    place-items: start end;
  }
  .topFeature-mv .grid .col:nth-child(1) {
    order: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .topFeature-mv .grid .col:nth-child(2) {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .topFeature-mv .grid .image {
    display: flex;
    justify-content: flex-end;
  }
}

.topFeature-mv .grid .t1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .topFeature-mv .grid .t1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.topFeature-mv .grid .t1 > span {
  position: relative;
  display: inline-block;
}

.topFeature-mv .grid .t1 > span > span {
  position: relative;
  z-index: 2;
  display: inline;
}

.topFeature-mv .grid .t1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  margin: auto;
  width: 2px;
  height: 0;
  background: #a0d9ee;
  -webkit-transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}

.topFeature-mv .grid .t2 {
  margin: 35px auto 0;
}

@media screen and (min-width: 992px) {
  .topFeature-mv .grid .t2 {
    width: 635px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-mv .grid .t2 {
    margin-top: 20px;
    padding-left: 8%;
  }
}

.topFeature-mv.started .grid .t1 > span::before {
  height: 100%;
}

.topFeature-list {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .topFeature-list {
    margin-top: 45px;
  }
}

.topFeature-item {
  position: relative;
}

.topFeature-item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  height: 250px;
  width: 100%;
  background: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .topFeature-item .inner {
    padding: 0;
  }
}

.topFeature-item + .topFeature-item {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .topFeature-item + .topFeature-item {
    margin-top: 60px;
  }
}

.topFeature-item .grid {
  display: grid;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .topFeature-item .grid .col:nth-child(1) {
    position: absolute;
    width: 375px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-item .grid .col:nth-child(1) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.topFeature-item .grid .t1 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .topFeature-item .grid .t1 {
    font-size: 2.5rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.topFeature-item .grid .t1 > b {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
  display: inline-block;
}

.topFeature-item .grid .t1 > span {
  position: relative;
  display: inline-block;
}

.topFeature-item .grid .t1 > span > span {
  position: relative;
  z-index: 2;
  display: inline;
}

.topFeature-item .grid .t1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  margin: auto;
  width: 2px;
  height: 0;
  background: #a0d9ee;
  -webkit-transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}

.topFeature-item .grid .t2 {
  margin: 35px auto 0;
}

@media screen and (min-width: 992px) {
  .topFeature-item .grid .t2 {
    width: 635px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-item .grid .t2 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .topFeature-item:nth-child(even) .col:nth-child(1) {
    left: 0;
  }
  .topFeature-item:nth-child(even) .image {
    display: flex;
    justify-content: flex-end;
  }
  .topFeature-item:nth-child(odd) .col:nth-child(1) {
    right: 0;
  }
  .topFeature-item:nth-child(odd) .image {
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-item:nth-child(odd) .grid {
    grid-template-columns: 7em 1fr;
    place-items: start start;
    padding-left: 5%;
  }
  .topFeature-item:nth-child(odd) .t2 {
    margin-right: 8%;
  }
  .topFeature-item:nth-child(even) .grid {
    grid-template-columns: 1fr 7em;
    place-items: start end;
    padding-right: 5%;
  }
  .topFeature-item:nth-child(even) .grid .col:nth-child(1) {
    order: 2;
  }
  .topFeature-item:nth-child(even) .grid .col:nth-child(2) {
    order: 1;
  }
  .topFeature-item:nth-child(even) .grid .t2 {
    margin-left: 8%;
  }
}

.topFeature-item.started .grid .t1 > span::before {
  height: 100%;
}

.topFeature-stott {
  max-width: 880px;
  margin: 90px auto 0;
}

@media screen and (max-width: 991px) {
  .topFeature-stott {
    border: 1px solid #595757;
    width: 88%;
    margin: 60px auto 0;
  }
}

.topFeature-stott .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topFeature-stott .grid {
    grid-template-columns: 1fr 350px;
  }
  .topFeature-stott .grid dl {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    border-left: 1px solid #595757;
    height: 100%;
  }
  .topFeature-stott .grid dl dd {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-stott .grid .col:nth-child(2) {
    padding: 25px;
  }
}

.topFeature-stott .grid dl dt {
  background: #595757;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .topFeature-stott .grid dl dt {
    padding: 20px 0;
  }
}

.topFeature-stott .grid dl dt > div {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topFeature-stott .grid dl dt > div {
    font-size: 1.6rem;
    width: 90%;
    white-space: nowrap;
    letter-spacing: 0.01em;
  }
  .topFeature-stott .grid dl dt > div > span {
    margin-left: -0.3em;
  }
}

.topFeature-stott .grid dl dd {
  display: flex;
  align-items: center;
}

.topFeature-stott .grid dl dd p {
  width: 80%;
  margin: auto;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .topFeature-stott .grid dl dd p {
    width: 100%;
    padding: 20px 25px 0;
  }
}

.topFeature-stott .image {
  position: relative;
}

@media screen and (min-width: 992px) {
  .topFeature-stott .image .txt_photo {
    position: absolute;
    right: 0;
    bottom: -2em;
  }
}

@keyframes heightAnimation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.topHistory {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 0 40px;
}

@media screen and (max-width: 991px) {
  .topHistory {
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 1601px) {
  .topHistory .inner_s {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .topHistory .inner_s {
    padding: 0;
  }
}

.topHistory .bgtxt {
  position: absolute;
  left: -260px;
  top: -100px;
}

@media screen and (max-width: 1600px) and (min-width: 992px) {
  .topHistory .bgtxt {
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .topHistory .bgtxt {
    display: none;
  }
}

.topHistory-bg {
  padding: 80px 90px;
  position: relative;
  background: url(../img/img-index/bg_history.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .topHistory-bg {
    background-image: url(../img/img-index/bg_history.jpg);
  }
}

@media screen and (max-width: 991px) {
  .topHistory-bg {
    padding: 40px 6% 50px;
  }
}

.topHistory-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .topHistory-ttl {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-ttl img {
    width: 80%;
  }
}

.topHistory-ttl > div {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .topHistory-ttl > div {
    font-size: 1.4rem;
  }
}

.topHistory-ttl + p {
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .topHistory-ttl + p {
    font-size: 1.2rem;
  }
}

.topHistory-box {
  margin-top: 200px;
}

@media screen and (max-width: 991px) {
  .topHistory-box {
    margin-top: 75px;
  }
}

.topHistory-box .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topHistory-box .grid {
    grid-template-columns: 1fr 240px;
  }
  .topHistory-box .grid dl {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .topHistory-box .grid dl dd {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid .col:nth-child(2) {
    padding: 25px;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl {
    background: #fff;
    clip-path: polygon(0% 0%, 90% 0, 100% 20%, 100% 100%, 0% 100%);
  }
}

.topHistory-box .grid dl dt {
  background: #555555;
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl dt {
    padding: 8px 0;
    width: 84%;
    background: #333333;
  }
}

.topHistory-box .grid dl dt > div {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 90%;
  margin: auto;
}

.topHistory-box .grid dl dt > div > span {
  font-size: 1.5rem;
  padding-right: 25px;
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl dt > div {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 10px 0 12px;
    white-space: nowrap;
  }
  .topHistory-box .grid dl dt > div > span {
    font-size: 1rem;
    padding-right: 5px;
  }
}

.topHistory-box .grid dl dd {
  background: #fff;
  display: flex;
}

.topHistory-box .grid dl dd .txt {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl dd .txt {
    width: 100%;
    padding: 15px 10px 15px 12px;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl dd p {
    letter-spacing: 0.01em;
  }
}

.topHistory-box .grid dl dd .t1 {
  font-size: 1.5rem;
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .topHistory-box .grid dl dd .t1 {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

.topHistory-box .grid dl dd .t1 > span {
  position: relative;
  padding-left: 50px;
}

.topHistory-box .grid dl dd .t1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background: #aaaaaa;
}

.topHistory-group {
  margin: 100px auto 0;
  max-width: 880px;
  border: 1px solid #333;
  padding: 55px;
}

@media screen and (max-width: 991px) {
  .topHistory-group {
    margin: 50px auto 0;
    padding: 25px 20px;
    width: 88%;
  }
}

.topHistory-group .txt {
  padding: 0 0 35px 25px;
}

@media screen and (max-width: 991px) {
  .topHistory-group .txt {
    padding: 0 0 15px 0;
  }
}

.topHistory-group .txt .t1 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topHistory-group .txt .t1 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.topHistory-group .txt .t2 {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .topHistory-group .txt .t2 {
    font-size: 1.2rem;
  }
}

.topHistory-group .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topHistory-group .grid {
    grid-template-columns: 160px 1fr;
    gap: 35px;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-group .grid {
    grid-template-columns: 70px 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .topHistory-group .grid .image {
    margin-top: 10px;
  }
}

.topHistory-group .grid + .grid {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .topHistory-group .grid + .grid {
    margin-top: 17px;
  }
}

.topHistory-group .grid dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
  .topHistory-group .grid dl dt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 1.3;
  }
}

.topHistory-group .grid dl dd p {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
  .topHistory-group .grid dl dd p {
    font-size: 1rem;
  }
}

.program .pageTtl {
  margin-bottom: 0;
}

.programPoint {
  margin-top: 1px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .programPoint {
    padding-bottom: 70px;
  }
}

.programPoint-bg {
  background: #595757;
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .programPoint-bg {
    padding: 60px 0;
  }
}

.programPoint-bg .grid {
  position: relative;
  display: grid;
}

@media screen and (min-width: 992px) {
  .programPoint-bg .grid {
    grid-template-columns: 272px 1fr;
    gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .programPoint-bg .grid .col:nth-child(1) {
    order: 2;
  }
  .programPoint-bg .grid .col:nth-child(2) {
    order: 1;
  }
}

.programPoint-bg .grid .col dl {
  padding-top: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .programPoint-bg .grid .col dl {
    padding-top: 25px;
  }
}

.programPoint-bg .grid .col dl dt {
  display: grid;
  gap: 40px;
  position: relative;
  place-content: center;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 50px;
  animation-delay: 0.4s !important;
}

@media screen and (max-width: 991px) {
  .programPoint-bg .grid .col dl dt {
    font-size: 2.4rem;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
    margin-bottom: 15px;
  }
}

.programPoint-bg .grid .col dl dt .cross {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 80px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .programPoint-bg .grid .col dl dt .cross {
    background-image: url(../img/img-program/cross_w.png);
    height: 35px;
  }
}

.programPoint-bg .grid .col dl dd .t1 {
  font-size: 3.4rem;
  margin-bottom: 20px;
  line-height: 1.3;
  animation-delay: 0.6s !important;
}

@media screen and (max-width: 991px) {
  .programPoint-bg .grid .col dl dd .t1 {
    text-align: center;
    font-size: 2.5rem;
  }
}

.programPoint-bg .grid .col dl dd .t2 {
  animation-delay: 0.8s !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .programPoint-bg .grid .col dl dd .t2 {
    text-align: center;
  }
}

.programPoint-bg .grid .image::before {
  background: #595757;
}

.programPoint-ttl {
  display: grid;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .programPoint-ttl {
    grid-template-columns: 65px 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .programPoint-ttl {
    gap: 10px;
    grid-template-columns: 40px 1fr;
    margin-bottom: 12px;
  }
}

.programPoint-ttl .no {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .programPoint-ttl .no img {
    height: 30px;
  }
}

.programPoint-ttl .txt .t1 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .programPoint-ttl .txt .t1 {
    font-size: 1.2rem;
  }
}

.programPoint-ttl .txt .t2 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .programPoint-ttl .txt .t2 {
    font-size: 2.4rem;
  }
}

.programPoint-list {
  padding: 70px 0 0;
}

@media screen and (max-width: 991px) {
  .programPoint-list {
    padding: 50px 0 0;
  }
}

.programPoint-item {
  position: relative;
}

.programPoint-item .cross {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/img-program/cross_lesson.png);
  width: 149px;
  height: 142px;
}

@media screen and (max-width: 991px) {
  .programPoint-item .cross {
    width: 75px;
    bottom: -95px;
  }
}

.programPoint-item.--machine {
  padding-bottom: 20px;
  margin-bottom: 90px;
  background: url(../img/img-program/bg_halfcircle01.png) center bottom no-repeat;
  background-size: 880px auto;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .programPoint-item.--machine {
    background-image: url(../img/img-program/bg_halfcircle01_sp.png);
    background-size: 100% auto;
    margin-bottom: 45px;
  }
}

.programPoint-item.--gym {
  padding-top: 20px;
  background: url(../img/img-program/bg_halfcircle02.png) center top no-repeat;
  background-size: 880px auto;
}

@media screen and (max-width: 991px) {
  .programPoint-item.--gym {
    background-image: url(../img/img-program/bg_halfcircle02_sp.png);
    background-size: 100% auto;
    padding-top: 70px;
  }
}

.programPoint-item > p {
  font-weight: 700;
}

.programPoint-item .started .no::after {
  width: 100%;
}

.programPoint-item .started .fade_b {
  animation-delay: 0.2s !important;
}

.programPoint-item h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .programPoint-item h3 {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
}

.programPoint-item .grid {
  display: grid;
  margin: 50px auto 0;
}

@media screen and (min-width: 992px) {
  .programPoint-item .grid {
    grid-template-columns: 400px 1fr;
    gap: 50px;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .programPoint-item .grid {
    position: relative;
    margin-top: 30px;
    width: 92%;
    gap: 15px;
  }
  .programPoint-item .grid.--pt {
    padding-top: 0;
  }
  .programPoint-item .grid .curtain_l {
    display: block;
  }
}

.programPoint-item .grid + .grid {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .programPoint-item .grid + .grid {
    margin-top: 55px;
  }
}

.programPoint-item .grid dl dt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .programPoint-item .grid dl dt {
    font-size: 1.9rem;
    padding-left: 15px;
    margin-bottom: 8px;
  }
}

.programPoint-item .grid dl dt::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c8e7f2;
}

@media screen and (max-width: 991px) {
  .programPoint-item .grid dl dt::before {
    width: 8px;
    height: 8px;
  }
}

.programFeature {
  background: #595757;
  padding: 100px 0 150px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .programFeature {
    padding: 50px 0 70px;
  }
}

.programFeature .inner {
  max-width: 980px;
}

@media screen and (min-width: 1601px) {
  .programFeature .inner {
    position: relative;
  }
}

.programFeature .bgtxt {
  position: absolute;
  top: -50px;
  right: -265px;
}

@media screen and (max-width: 1600px) and (min-width: 992px) {
  .programFeature .bgtxt {
    right: 0;
    top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .programFeature .bgtxt {
    right: 0;
    width: 90px;
    top: 250px;
  }
}

.programFeature .stars {
  display: grid;
  grid-template-columns: repeat(5, 18px);
  gap: 5px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .programFeature .stars {
    grid-template-columns: repeat(5, 17px);
    gap: 3px;
    padding-left: 0;
  }
}

.programFeature .stars > span {
  width: 18px;
  height: 18px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .programFeature .stars > span {
    width: 17px;
    height: 17px;
  }
}

.programFeature .stars > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/img-program/star.png) left center no-repeat;
  background-size: contain;
}

.programFeature .stars > span.on::after {
  background-image: url(../img/img-program/star_on.png);
}

.programFeature-levels {
  margin-top: 55px;
  padding-bottom: 165px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .programFeature-levels {
    padding-bottom: 85px;
  }
}

.programFeature-levels::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 100%;
  background: url(../img/img-common/arrow_target.png) center bottom no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .programFeature-levels::after {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-levels {
    margin-top: 30px;
  }
}

.programFeature-levels .wbox {
  background: #fff;
  padding: 50px 60px 65px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .programFeature-levels .wbox {
    padding: 25px 20px 30px;
  }
}

.programFeature-levels .wbox > p {
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels .wbox > p {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.programFeature-levels dl dt {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt {
    margin-bottom: 30px;
  }
}

.programFeature-levels dl dt .t1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8dcfe6;
  padding-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt .t1 {
    font-size: 1.1rem;
  }
}

.programFeature-levels dl dt .t2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #595757;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt .t2 {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
}

.programFeature-levels dl dd ul li {
  display: grid;
}

@media screen and (min-width: 992px) {
  .programFeature-levels dl dd ul li {
    grid-template-columns: 120px 1fr;
    gap: 15px 30px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd ul li {
    gap: 7px;
    font-size: 1.4rem;
  }
}

.programFeature-levels dl dd ul li + li {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd ul li + li {
    margin-top: 25px;
  }
}

.programFeature-levels.--program {
  padding-bottom: 0;
}

.programFeature-levels.--program::after {
  content: none;
}

.programFeature-levels dl dt .t2 {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt .t2 {
    font-size: 1.7rem;
  }
}

.programFeature-levels dl dt .t2 > span {
  color: #42acd1;
}

.programFeature-levels dl dt .t2.--center {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .programFeature-levels dl dt .t2.--center {
    letter-spacing: 0.15em;
  }
}

.programFeature-levels dl dt .t3 {
  color: #8dcfe6;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt .t3 {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}

.programFeature-levels dl dt .t4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dt .t4 {
    font-size: 1.3rem;
  }
}

.programFeature-levels dl dd .stepbox.js_more_box.is_more {
  position: relative;
  height: 650px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox.js_more_box.is_more {
    height: 600px;
  }
}

.programFeature-levels dl dd .stepbox.js_more_box.is_more::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #fff 50%, #fff 100%);
}

.programFeature-levels dl dd .stepbox + .stepbox {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox + .stepbox {
    margin-top: 35px;
  }
}

.programFeature-levels dl dd .stepbox > b {
  display: inline-block;
  padding: 7px 10px;
  line-height: 1;
  font-size: 2.7rem;
  font-weight: 900;
  color: #595757;
  background: #c8e7f2;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox > b {
    font-size: 2rem;
  }
}

.programFeature-levels dl dd .stepbox > b + ul {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .programFeature-levels dl dd .stepbox > b + ul.--mt {
    margin-top: 8px;
  }
}

.programFeature-levels dl dd .stepbox ul li .txt > span {
  color: #42acd1;
}

.programFeature-levels dl dd .stepbox ul li .txt.--bold {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox ul li .txt.--bold {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .programFeature-levels dl dd .stepbox ul li p {
    grid-column: 1 / 3;
  }
}

.programFeature-levels dl dd .stepbox.--program + .stepbox {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox.--program + .stepbox {
    margin-top: 50px;
  }
}

.programFeature-levels dl dd .stepbox.--program ul {
  margin-top: 25px;
}

.programFeature-levels dl dd .stepbox.--program ul li + li {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #e2e3e3;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .stepbox.--program ul li + li {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.programFeature-levels dl dd .link_more + .stepbox {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .programFeature-levels dl dd .link_more + .stepbox {
    margin-top: 50px;
  }
}

.link_more {
  width: 100%;
  max-width: 200px;
  display: table;
  margin: auto;
  cursor: pointer;
}

.link_more > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 40px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 20px;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .link_more > span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .link_more > span:hover {
    background: #333333;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .link_more > span {
    font-size: 1.4rem;
  }
}

.programFeature-new {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .programFeature-new {
    padding-top: 30px;
  }
}

.programFeature-new dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .programFeature-new dl dt {
    font-size: 1.7rem;
  }
}

.programFeature-new dl dd {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .programFeature-new dl dd {
    font-size: 1.2rem;
    text-align: left;
  }
}

.programFeature-ttl {
  font-size: 4.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 991px) {
  .programFeature-ttl {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}

.programFeature-ttl span {
  color: #c8e7f2;
}

.programFeature-lead .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .programFeature-lead .flex {
    grid-template-columns: 47% 1fr;
    gap: 70px;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-lead .flex {
    gap: 30px;
  }
}

.programFeature-lead dl dt {
  display: table;
  padding: 7px 10px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .programFeature-lead dl dt {
    margin-bottom: 20px;
  }
}

.programFeature-lead dl dd ul li {
  position: relative;
  padding-left: 1.2em;
  color: #fff;
}

.programFeature-lead dl dd ul li + li {
  margin-top: 7px;
}

.programFeature-lead dl dd ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #fff;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  top: 0.5em;
}

.programFeature-lead p {
  color: #fff;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .programFeature-lead p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-lead p {
    line-height: 1.8;
  }
}

.programFeature-list {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .programFeature-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-list .stars {
    align-self: end;
  }
}

.programFeature-list .item {
  background: #fff;
  padding: 30px 50px;
}

@media screen and (max-width: 991px) {
  .programFeature-list .item {
    padding: 20px;
  }
}

.programFeature-list .item + .item {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .programFeature-list .item + .item {
    margin-top: 15px;
  }
}

.programFeature-list .item:nth-child(1) {
  animation-delay: 0s;
}

.programFeature-list .item:nth-child(2) {
  animation-delay: 0.25s;
}

.programFeature-list .item:nth-child(3) {
  animation-delay: 0.5s;
}

.programFeature-list .item:nth-child(4) {
  animation-delay: 0.75s;
}

.programFeature-list .item:nth-child(5) {
  animation-delay: 1s;
}

.programFeature-list .item dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #595757;
  padding-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .programFeature-list .item dl dt {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.programFeature-list .item dl dt .txt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 991px) {
  .programFeature-list .item dl dt .txt {
    font-size: 1.5rem;
  }
}

.programFeature-box {
  margin-top: 80px;
  background: #fff;
  padding: 50px 60px;
}

@media screen and (max-width: 991px) {
  .programFeature-box {
    margin-top: 50px;
    padding: 28px 25px;
  }
}

.programFeature-box h3 {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .programFeature-box h3 {
    margin-bottom: 20px;
  }
}

.programFeature-box h3 .t1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8dcfe6;
}

@media screen and (max-width: 991px) {
  .programFeature-box h3 .t1 {
    font-size: 1.1rem;
  }
}

.programFeature-box h3 .t2 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #595757;
}

@media screen and (max-width: 991px) {
  .programFeature-box h3 .t2 {
    font-size: 2.1rem;
    line-height: 1.5;
    padding-top: 5px;
  }
}

.programFeature-box .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .programFeature-box .flex {
    grid-template-columns: 160px 1fr;
    gap: 40px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-box .flex {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .programFeature-box .flex .item img {
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.programFeature-box .flex dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .programFeature-box .flex dl dt {
    height: 90px;
    padding-left: 110px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .programFeature-box .flex dl dt > span {
    margin-left: -0.6em;
  }
}

.programFeature-box .flex dl dd ul li {
  font-size: 1.4rem;
  color: #595757;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .programFeature-box .flex dl dd ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .programFeature-box .flex dl dd ul li + li {
    margin-top: 6px;
  }
}

.programFeature-box .txt {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .programFeature-box .txt {
    padding-top: 20px;
  }
}

.programFeature-box .txt p {
  font-size: 1.4rem;
  color: #595757;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .programFeature-box .txt p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.programFeature-box .txt p + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .programFeature-box .txt p + p {
    margin-top: 20px;
  }
}

.programLesson {
  padding: 120px 0 50px;
}

@media screen and (max-width: 991px) {
  .programLesson {
    padding: 60px 0 25px;
  }
}

.programLesson .box {
  border: 1px solid #939393;
  padding: 30px 0 45px;
}

@media screen and (max-width: 991px) {
  .programLesson .box {
    padding: 20px;
  }
}

.programLesson h3 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .programLesson h3 img {
    width: 94%;
    margin: auto;
    display: block;
  }
}

.programLesson h3 + p {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .programLesson h3 + p {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
}

.programLesson .grid {
  display: grid;
  margin: 50px auto 0;
  max-width: 780px;
}

@media screen and (min-width: 992px) {
  .programLesson .grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .programLesson .grid {
    margin-top: 30px;
    gap: 30px;
  }
}

.programLesson .grid dl dt {
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .programLesson .grid dl dt {
    font-size: 1.7rem;
  }
}

.programLesson .grid dl dd {
  padding-top: 40px;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .programLesson .grid dl dd {
    padding-top: 25px;
    margin-top: 25px;
  }
}

.programLesson .grid dl dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 60px;
  height: 2px;
  background: #cbcccc;
}

@media screen and (max-width: 991px) {
  .programLesson .grid dl dd::after {
    width: 30px;
  }
}

.programLesson .grid dl dd p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .programLesson .grid dl dd p {
    font-size: 1.3rem;
  }
}

.featureMessage {
  background: #4b4b4b;
  padding: 100px 0 120px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .featureMessage {
    padding: 60px 0 70px;
  }
}

.featureMessage-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .featureMessage-ttl img {
    height: 30px;
  }
}

.featureMessage-ttl .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .featureMessage-ttl .txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.featureMessage-ttl .txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 2px;
  background: #fff;
}

.featureMessage .grid {
  display: grid;
  background: #fff;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .featureMessage .grid {
    grid-template-columns: 320px 1fr;
    gap: 50px;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .featureMessage .grid {
    margin-top: 20px;
  }
}

.featureMessage .grid dl {
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .featureMessage .grid dl {
    padding: 35px 30px;
  }
}

.featureMessage .grid dl dt {
  font-size: 3.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .featureMessage .grid dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
}

.featureMessage .grid dl dd p {
  line-height: 2.2;
}

/* 店舗情報 */
.studioMv {
  position: relative;
  z-index: 2;
}

.studioMv-image {
  height: 400px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .studioMv-image.--tsurugashima {
    height: 66vh;
    max-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .studioMv-image {
    height: 400px;
  }
}

.studioMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postid-119 .studioMv::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background: url(../img/img-studio/midoribashi/movie_left.jpg) right center no-repeat;
  background-size: cover;
  width: 39vw;
  left: 0;
  opacity: 0;
}

.postid-119 .studioMv::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background: url(../img/img-studio/midoribashi/movie_right.jpg) left center no-repeat;
  background-size: cover;
  width: 39vw;
  right: 0;
  opacity: 0;
}

.postid-119 .studioMv.started::before,
.postid-119 .studioMv.started::after {
  animation: fadeIn 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@media screen and (min-width: 992px) and (max-height: 720px) {
  .postid-119 .studioMv::before,
  .postid-119 .studioMv::after {
    width: 50vw !important;
  }
}

.studioMv-movie {
  aspect-ratio: 1 / 1;
  height: 66vh;
  max-height: 600px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) and (max-height: 720px) {
  .studioMv-movie {
    height: 60vh;
  }
  .studioMv-movie::before,
  .studioMv-movie::after {
    width: 60vw !important;
  }
}

@media screen and (min-width: 992px) and (max-height: 600px) {
  .studioMv-movie {
    height: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .studioMv-movie {
    height: auto;
    width: 100vw;
  }
}

.studioMv-movie .txt {
  max-width: 466px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

@media screen and (min-width: 992px) and (max-height: 780px) {
  .studioMv-movie .txt {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .studioMv-movie .txt {
    left: 4%;
    bottom: 4%;
    width: 80%;
  }
}

.studioMv-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  display: block;
}

.studioLead {
  padding: 35px 0 60px;
  background: #000;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .studioLead {
    padding: 30px 0 60px;
  }
}

.studioLead .inner {
  max-width: 1200px;
}

.studioLead-ttl {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .studioLead-ttl {
    text-align: left;
  }
}

.studioLead-ttl .t1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 3px;
}

@media screen and (max-width: 991px) {
  .studioLead-ttl .t1 {
    font-size: 1.3rem;
  }
}

.studioLead-ttl .t2 {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .studioLead-ttl .t2 {
    font-size: 1.7rem;
  }
}

.studioLead-ttl .t2 b {
  font-size: 3rem;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .studioLead-ttl .t2 b {
    font-size: 2rem;
  }
}

.studioLead-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .studioLead-txt {
    flex-direction: row;
    align-items: flex-start;
  }
}

.studioLead-txt p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .studioLead-txt p {
    font-size: 1.2rem;
    width: 60%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .studioLead-txt p > span {
    display: block;
  }
}

.studioLead-txt p > span + span {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .studioLead-txt p > span + span {
    margin: 0;
  }
}

.studioLead-txt a {
  background: #c8e7f2;
  margin: 0 auto;
  display: table;
  font-size: 1.2rem;
  padding: 0 30px 0 15px;
  height: 28px;
  line-height: 28px;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  color: #595757;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 50px;
}

@media screen and (max-width: 991px) {
  .studioLead-txt a {
    padding: 0 30px 0 15px;
    font-size: 1.1rem;
    margin: 3px 0 0 auto;
    height: 25px;
    line-height: 25px;
  }
}

.studioLead-txt a::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.studioLead .wbox {
  margin-top: 35px;
  background: #fff;
  padding: 20px;
}

.studioLead .wbox .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .studioLead .wbox .flex {
    grid-template-columns: 280px 1fr;
    gap: 45px;
  }
}

@media screen and (max-width: 991px) {
  .studioLead .wbox .flex {
    gap: 15px;
  }
}

.studioLead .wbox .flex dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .studioLead .wbox .flex dl dt {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.studioLead .wbox .flex dl dd p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .studioLead .wbox .flex dl dd p {
    font-size: 1.3rem;
  }
}

.studioLead .wbox .flex dl dd p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .studioLead .wbox .flex dl dd p + p {
    margin-top: 15px;
  }
}

.studioCampaign {
  position: relative;
  z-index: 2;
  padding: 105px 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .studioCampaign {
    padding: 45px 0 60px;
  }
}

.studioCampaign-images .image {
  display: flex;
  justify-content: center;
}

.studioCampaign-images .image + .image {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .studioCampaign-images .image + .image {
    margin-top: 40px;
  }
}

.studioInformation {
  position: relative;
  background: url(../img/img-studio/bg_information.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0 70px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .studioInformation {
    padding: 45px 0 60px;
  }
}

.studioInformation .inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .studioInformation {
    background: none;
  }
  .studioInformation::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/img-studio/bg_information_sp.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
}

.studioInformation .wbox {
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .studioInformation .wbox {
    padding: 25px;
  }
}

.studioInformation-list {
  width: 90%;
  margin: auto;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 991px) {
  .studioInformation-list {
    width: 100%;
  }
}

.studioInformation-list .item {
  padding: 20px 50px 20px 20px;
  position: relative;
  display: grid;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 991px) {
  .studioInformation-list .item {
    padding: 20px 30px 20px 15px;
  }
}

.studioInformation-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9b9b9b;
  border-right: 2px solid #9b9b9b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .studioInformation-list .item::before {
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .studioInformation-list .item {
    grid-template-columns: 6em 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .studioInformation-list .item {
    gap: 10px;
  }
}

.studioInformation-list .item .date {
  color: #8dcfe6;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .studioInformation-list .item .date {
    font-size: 1.2rem;
  }
}

.studioInformation-list .item .txt {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .studioInformation-list .item .txt {
    font-size: 1.3rem;
  }
}

.studioInformation-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .studioInformation-link {
    margin-top: 10px;
    padding-right: 0;
  }
}

.studioSchedule {
  position: relative;
  z-index: 2;
  padding: 105px 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .studioSchedule {
    padding: 45px 0 60px;
  }
}

.studioSchedule .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .studioSchedule .flex {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .studioSchedule .flex .item {
    text-align: center;
  }
  .studioSchedule .flex .item + .item {
    margin-left: 20px;
  }
  .studioSchedule .flex .item img {
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .studioSchedule .flex .item {
    width: 100%;
    text-align: center;
  }
  .studioSchedule .flex .item + .item {
    margin-top: 20px;
  }
}

.studioSchedule-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .studioSchedule-btn {
    margin-top: 30px;
  }
}

.studioFacility {
  position: relative;
  z-index: 2;
  padding: 105px 0;
  background: #000;
}

@media screen and (max-width: 991px) {
  .studioFacility {
    padding: 45px 0 60px;
  }
}

.studioFacility .wbox {
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .studioFacility .wbox {
    padding: 10px 10px 30px 10px;
  }
}

.studioFacility .wbox .flex {
  width: 96%;
  margin: auto;
  display: grid;
}

@media screen and (min-width: 992px) {
  .studioFacility .wbox .flex {
    grid-template-columns: 1fr 1fr;
    gap: 50px 60px;
  }
}

@media screen and (max-width: 991px) {
  .studioFacility .wbox .flex {
    gap: 30px;
    width: 100%;
  }
}

.studioFacility .wbox .flex .image {
  aspect-ratio: 630 / 420;
  width: 100%;
}

.studioFacility .wbox .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studioFacility .wbox .flex dl {
  padding-top: 5px;
}

.studioFacility .wbox .flex dl dt {
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .studioFacility .wbox .flex dl dt {
    font-size: 1.4rem;
  }
}

.studioFacility .wbox .flex dl dd p {
  font-size: 1.3rem;
}

.studioFacility-movie {
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 991px) {
  .studioFacility-movie {
    margin-top: 35px;
  }
}

.studioFacility-movie dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .studioFacility-movie dl dt {
    font-size: 2rem;
  }
}

.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.studioPlan {
  position: relative;
  z-index: 2;
  padding: 105px 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .studioPlan {
    padding: 45px 0 60px;
  }
}

.studioPlan-ttl {
  display: grid;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .studioPlan-ttl {
    grid-template-columns: 65px 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .studioPlan-ttl {
    gap: 10px;
    grid-template-columns: 40px 1fr;
    margin-bottom: 12px;
  }
}

.studioPlan-ttl .no {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .studioPlan-ttl .no img {
    height: 30px;
  }
}

.studioPlan-ttl .txt .t1 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .studioPlan-ttl .txt .t1 {
    font-size: 1.2rem;
  }
}

.studioPlan-ttl .txt .t2 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .studioPlan-ttl .txt .t2 {
    font-size: 2.4rem;
  }
}

.studioPlan-item + .studioPlan-item {
  margin-top: 95px;
}

@media screen and (max-width: 991px) {
  .studioPlan-item + .studioPlan-item {
    margin-top: 50px;
  }
}

.studioPlan-item .flex {
  margin-top: 45px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .studioPlan-item .flex {
    grid-template-columns: 400px 1fr;
    gap: 50px;
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .studioPlan-item .flex {
    gap: 12px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .studioPlan-item .flex + .flex {
    border-top: 1px solid #dddddd;
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .studioPlan-item .flex + .flex {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .studioPlan-item .flex .item:nth-child(2) {
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .studioPlan-item .flex .item p {
    line-height: 2;
  }
}

.studioPlan-item .flex .item dl dt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .studioPlan-item .flex .item dl dt {
    font-size: 1.9rem;
    padding-left: 15px;
    margin-bottom: 12px;
  }
}

.studioPlan-item .flex .item dl dt::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c8e7f2;
}

@media screen and (max-width: 991px) {
  .studioPlan-item .flex .item dl dt::before {
    width: 8px;
    height: 8px;
  }
}

.studioPlan-item .fade_b {
  animation-delay: 0.2s !important;
}

.studioPrice {
  position: relative;
  z-index: 2;
  padding: 40px 0 100px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .studioPrice {
    padding: 20px 0 70px;
  }
}

@media screen and (min-width: 992px) {
  .studioPrice-image {
    display: table;
    margin: auto;
  }
}

.studioPrice-image .txt {
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .studioPrice-image .txt {
    margin-bottom: 20px;
  }
}

.studioPrice-image .scroll-hint-shadow-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .studioPrice-image .js-scrollable img {
    width: 150vw;
    max-width: 650px;
    display: block;
    /* 横スクロール対応 */
    margin: auto;
  }
  .studioPrice-image .scroll-hint-shadow-wrap::after,
  .studioPrice-image .scroll-hint-shadow-wrap::before {
    width: 50px;
  }
  .studioPrice-image .scroll-hint-shadow-wrap::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, white 100%);
    right: -2px;
  }
  .studioPrice-image .scroll-hint-shadow-wrap::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
    left: -2px;
  }
  .studioPrice-image .scroll-hint-icon {
    top: calc(50% - 40px);
  }
}

.studioPrice-image .scroll-hint-shadow-wrap + .scroll-hint-shadow-wrap {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .studioPrice-image .scroll-hint-shadow-wrap + .scroll-hint-shadow-wrap {
    margin-top: 40px;
  }
}

.studioInsta {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .studioInsta {
    padding-bottom: 60px;
  }
}

.studioInsta .inner {
  max-width: 1400px;
}

.studioInsta .bgbox {
  padding: 50px;
  background: #efefef;
}

@media screen and (max-width: 991px) {
  .studioInsta .bgbox {
    padding: 35px 20px;
  }
}

.studioInsta dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .studioInsta dl dt {
    margin-bottom: 15px;
  }
}

.studioInsta dl dt > div {
  position: relative;
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .studioInsta dl dt > div {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .studioInsta dl dt > div img {
    height: 20px;
  }
}

.studioInsta dl dt > div::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_insta.png) left center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .studioInsta dl dt > div::before {
    width: 25px;
    height: 25px;
  }
}

.studioInsta dl dd {
  display: table;
  margin: auto;
  width: 100%;
}

.studioInsta dl dd p {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .studioInsta dl dd p {
    font-size: 1.3rem;
  }
}

.studioInsta-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .studioInsta-list {
    margin-top: 20px;
  }
}

.studioInsta-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .studioInsta-link {
    margin-top: 15px;
    padding-right: 0;
  }
}

.studioBnr {
  background: #595757;
  padding: 100px 0 120px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .studioBnr {
    padding: 45px 0 50px;
  }
}

.studioBnr .image {
  display: flex;
  justify-content: center;
}

.studioBnr .image + .image {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .studioBnr .image + .image {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .studioBnr .image.--line img {
    width: 94%;
    margin: auto;
    display: block;
  }
}

.studioAccess {
  padding: 105px 0 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .studioAccess {
    padding: 45px 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .studioAccess-lead {
    line-height: 1.8;
  }
}

.studioAccess .gmap {
  height: 440px;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .studioAccess .gmap {
    height: 300px;
    margin-top: 20px;
  }
}

.studioAccess .gmap iframe {
  width: 100%;
  height: 100%;
}

.studioAccess-tel {
  display: grid;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .studioAccess-tel {
    grid-template-columns: auto auto auto;
    gap: 20px;
    place-content: center;
    place-items: end center;
  }
}

@media screen and (max-width: 991px) {
  .studioAccess-tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
  }
}

.studioAccess-tel .studioname {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .studioname {
    font-size: 1.6rem;
    margin-right: 15px;
  }
}

@media screen and (max-width: 390px) {
  .studioAccess-tel .studioname {
    font-size: 4.102564102564102vw;
  }
}

.studioAccess-tel .tel a {
  font-weight: 700;
  color: #4b4b4b;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.studioAccess-tel .tel a .t1 {
  font-size: 2.4rem;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .tel a .t1 {
    font-size: 1.5rem;
    padding-right: 5px;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 390px) {
  .studioAccess-tel .tel a .t1 {
    font-size: 3.8461538461538463vw;
  }
}

.studioAccess-tel .tel a .t2 {
  font-size: 3.6rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .tel a .t2 {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 390px) {
  .studioAccess-tel .tel a .t2 {
    font-size: 5.641025641025641vw;
  }
}

.studioAccess-tel .tel a .t2 span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2em;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .tel a .t2 span {
    font-size: 1.2rem;
    bottom: -1.6em;
    text-align: left;
    font-weight: 400;
  }
}

@media screen and (max-width: 390px) {
  .studioAccess-tel .tel a .t2 span {
    font-size: 3.076923076923077vw;
  }
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .icons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.studioAccess-tel .icons ul {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.studioAccess-tel .icons ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .icons ul li + li {
    margin-left: 15px;
  }
}

.studioAccess-tel .icons ul li img {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .studioAccess-tel .icons ul li img {
    width: 30px;
  }
}

.studioAccess-time {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding-top: 12px;
}

@media screen and (max-width: 991px) {
  .studioAccess-time {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

/* よくあるご質問 */
.qaBlk {
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .qaBlk-ttl img {
    height: 30px;
  }
}

.qaBlk-list {
  margin: 45px auto 0;
  max-width: 880px;
}

@media screen and (max-width: 991px) {
  .qaBlk-list {
    margin: 20px auto 0;
  }
}

.qaBlk-list dl {
  border-bottom: 1px solid #ccc;
}

.qaBlk-list dl dt {
  cursor: pointer;
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dt {
    min-height: 55px;
    padding: 0 40px 0 12px;
    line-height: 1.5;
  }
}

.qaBlk-list dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dt::before {
    right: 18px;
    height: 14px;
  }
}

.qaBlk-list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #333333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dt::after {
    right: 12px;
    width: 14px;
  }
}

.qaBlk-list dl dt.is_open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qaBlk-list dl dt > span {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dt > span {
    padding-left: 30px;
  }
}

.qaBlk-list dl dt > span::before {
  content: "";
  position: absolute;
  background: url(../img/img-common/icon_q.png) left center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dt > span::before {
    width: 18px;
    height: 18px;
  }
}

.qaBlk-list dl dd .js_ac_inner {
  padding: 0 50px 35px 35px;
}

@media screen and (max-width: 991px) {
  .qaBlk-list dl dd .js_ac_inner {
    padding: 0 40px 25px 42px;
  }
}

.qaBlk-list dl dd a {
  text-decoration: underline;
  color: #62bdde;
}

@media screen and (min-width: 992px) {
  .qaBlk-list dl dd a:hover {
    text-decoration: none;
  }
}

.qaBlk-btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .qaBlk-btn {
    margin-top: 20px;
  }
}

.qaBlk-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 50px;
  font-size: 1.4rem;
  margin: auto;
  width: 84%;
  max-width: 300px;
  height: 40px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .qaBlk-btn a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .qaBlk-btn a:hover {
    background: #333333;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .qaBlk-btn a {
    font-size: 1.2rem;
  }
}

/* お客様の声 */
.voiceBeforeafter {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter {
    padding-bottom: 60px;
  }
}

.voiceBeforeafter-lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-lead {
    margin-bottom: 30px;
  }
}

.voiceBeforeafter-lead p {
  font-size: 4.4rem;
  color: #4b4b4b;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-lead p {
    font-size: 2.3rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

.voiceBeforeafter-list {
  display: grid;
}

@media screen and (min-width: 992px) {
  .voiceBeforeafter-list {
    grid-template-columns: repeat(2, auto);
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list {
    gap: 30px;
  }
}

.voiceBeforeafter-list .item {
  background: #fff;
  border: 10px solid #efefef;
  padding: 20px 20px 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item {
    border-width: 5px;
    padding: 15px 15px 25px;
  }
}

.voiceBeforeafter-list .item .bgtxt {
  position: absolute;
  right: 20px;
  bottom: 12px;
  max-width: 140px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item .bgtxt {
    right: 15px;
    bottom: 12px;
  }
}

.voiceBeforeafter-list .item dl {
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item dl {
    padding-top: 15px;
  }
}

.voiceBeforeafter-list .item dl dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px 8px;
  border-bottom: 1px solid #aeadad;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item dl dt {
    margin-bottom: 12px;
    padding-bottom: 5px;
  }
}

.voiceBeforeafter-list .item dl dt .t1 {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item dl dt .t1 {
    font-size: 1.7rem;
  }
}

.voiceBeforeafter-list .item dl dt .t2 {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item dl dt .t2 {
    font-size: 1.2rem;
  }
}

.voiceBeforeafter-list .item dl dd {
  padding: 0 20px 0 10px;
  line-height: 2;
}

.voiceBeforeafter-list .item dl dd p {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-list .item dl dd p {
    font-size: 1.3rem;
    line-height: 1.8;
    min-height: 5em;
  }
}

.voiceBeforeafter-txt {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-txt {
    margin-top: 25px;
  }
}

.voiceBeforeafter-txt p {
  text-align: center;
  line-height: 2.6;
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-txt p {
    text-align: left;
    line-height: 2.2;
    font-size: 1.8rem;
  }
}

.voiceBeforeafter-txt p b {
  background-image: linear-gradient(#a0d9ee, #a0d9ee);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

@media screen and (max-width: 991px) {
  .voiceBeforeafter-txt p b {
    padding-bottom: 4px;
  }
}

.voiceBeforeafter-txt.started p b {
  background-size: 100% 2px;
}

.voiceSlider {
  padding: 90px 0 100px;
  position: relative;
  background: url(../img/img-voice/bg_voice_slider.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .voiceSlider {
    padding: 45px 0 50px;
    background-image: url(../img/img-voice/bg_voice_slider_sp.jpg);
  }
}

.voiceSlider .inner {
  max-width: 1300px;
}

@media screen and (max-width: 991px) {
  .voiceSlider .inner {
    padding: 0;
  }
}

.voiceSlider-lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .voiceSlider-lead {
    margin-bottom: 30px;
    padding: 0 6%;
  }
}

.voiceSlider-lead p {
  font-size: 4.4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .voiceSlider-lead p {
    font-size: 2.3rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

.voiceSlider-main {
  position: relative;
}

@media screen and (min-width: 992px) {
  .voiceSlider-main {
    min-height: 410px;
  }
}

@media screen and (min-width: 992px) {
  .voiceSlider-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .voiceSlider-image img {
    display: block;
  }
  .voiceSlider-image img + img {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .voiceSlider-image {
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
  }
  .voiceSlider-image img {
    width: 49%;
  }
}

@media screen and (min-width: 992px) {
  .voiceSlider-list {
    width: calc(100% + (100vw - 100%) / 2);
    margin: 0 0 0 auto;
    padding-left: 350px;
    display: flex;
    flex-direction: column;
    min-height: 410px;
  }
}

@media screen and (max-width: 991px) {
  .voiceSlider-list {
    margin-top: 25px;
  }
}

.voiceSlider-list .js_voice_slider .item {
  max-width: 330px;
  padding: 20px;
  margin: 0 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item {
    margin: 0 10px;
  }
}

.voiceSlider-list .js_voice_slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item::before {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  }
}

.voiceSlider-list .js_voice_slider .item::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  height: 34px;
  width: 34px;
  background-color: #c8e7f2;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item::after {
    height: 24px;
    width: 24px;
  }
}

.voiceSlider-list .js_voice_slider .item dl {
  position: relative;
  z-index: 2;
}

.voiceSlider-list .js_voice_slider .item dl dt {
  font-size: 1.9rem;
  font-weight: 700;
  border-bottom: 1px solid #c8e7f2;
  padding: 0 10px 10px;
  margin-bottom: 15px;
  min-height: 70px;
  line-height: 1.6;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item dl dt {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 390px) {
  .voiceSlider-list .js_voice_slider .item dl dt {
    font-size: 4.358974358974359vw;
  }
}

.voiceSlider-list .js_voice_slider .item dl dd .t1 {
  display: table;
  background: #efefef;
  line-height: 1;
  padding: 5px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item dl dd .t1 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .js_voice_slider .item dl dd p {
    font-size: 1.3rem;
  }
}

.voiceSlider-list .slick-track {
  display: flex;
}

.voiceSlider-list .slick-slide {
  height: auto !important;
}

.voiceSlider-list .slider_nav {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .slider_nav {
    justify-content: center;
  }
}

.voiceSlider-list .slider_nav_main {
  position: relative;
  padding: 0 60px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.voiceSlider-list .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  pointer-events: all;
  border-radius: 50%;
}

.voiceSlider-list .slider_nav .slick-prev {
  left: 0;
}

.voiceSlider-list .slider_nav .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
}

.voiceSlider-list .slider_nav .slick-next {
  right: 0;
}

.voiceSlider-list .slider_nav .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.voiceSlider-list .slider_nav .slick-dots {
  padding: 0;
}

.voiceSlider-list .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 7px;
}

@media screen and (max-width: 991px) {
  .voiceSlider-list .slider_nav .slick-dots > li {
    margin: 0 5px;
  }
}

.voiceSlider-list .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.voiceSlider-list .slider_nav .slick-dots .slick-active button {
  background-color: #c8e7f2;
}

/* 投稿ページ */
.postContent {
  padding: 25px 0 60px;
}

@media screen and (max-width: 991px) {
  .postContent {
    padding: 5px 0 20px;
  }
}

.postContent-ttl {
  background: #efefef;
  padding: 10px 25px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 2px solid #c8e7f2;
}

@media screen and (max-width: 991px) {
  .postContent-ttl {
    font-size: 1.7rem;
    padding: 10px 20px;
  }
}

.postContent-mv {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .postContent-mv {
    margin-bottom: 25px;
  }
}

.postContent-wrap {
  padding: 35px 25px 0;
}

@media screen and (max-width: 991px) {
  .postContent-wrap {
    padding: 25px 0 0;
  }
}

.postContent-wrap .date {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .postContent-wrap .date {
    font-size: 1.3rem;
    padding-left: 25px;
    margin-bottom: 20px;
  }
}

.postContent-wrap .date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_date.png) left center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

@media screen and (max-width: 991px) {
  .postContent-wrap .txt {
    font-size: 1.4rem;
  }
}

.commingBlk-image {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}

.commingBlk-text {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .commingBlk-text {
    font-size: 1.6rem;
  }
}

.studioList {
  padding: 25px 0 80px;
}

@media screen and (max-width: 991px) {
  .studioList {
    padding: 10px 0 130px;
  }
}

.studioList .flex {
  display: grid;
  position: relative;
}

@media screen and (min-width: 992px) {
  .studioList .flex {
    grid-template-columns: 1fr 1fr;
    gap: 50px 80px;
  }
}

@media screen and (max-width: 991px) {
  .studioList .flex {
    gap: 40px;
  }
}

.studioList .flex .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
  z-index: 2;
}

.studioList .flex .item .image {
  aspect-ratio: 630 / 420;
}

.studioList .flex .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.studioList .flex .item .txt {
  background: #595656;
  padding: 15px 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .studioList .flex .item .txt {
    min-height: 60px;
    padding: 12px 15px;
  }
}

.studioList .flex .item .txt dt,
.studioList .flex .item .txt > div {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .studioList .flex .item .txt dt,
  .studioList .flex .item .txt > div {
    font-size: 2rem;
  }
}

.studioList .flex .item .txt dt > span,
.studioList .flex .item .txt > div > span {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .studioList .flex .item .txt dt > span,
  .studioList .flex .item .txt > div > span {
    font-size: 1.1rem;
  }
}

.studioList .flex .item .txt dd {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .studioList .flex .item .txt dd {
    font-size: 1.1rem;
    margin-top: 3px;
  }
}

.post-type-archive-studio .main {
  position: relative;
  z-index: 3;
}

.post-type-archive-studio .footer:after {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_bg.png) left top no-repeat;
  background-size: contain;
  width: 584px;
  height: 561px;
  pointer-events: none;
}

@media screen and (min-width: 1600px) {
  .post-type-archive-studio .footer:after {
    right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .post-type-archive-studio .footer:after {
    width: 200px;
    height: 100%;
    top: -160px;
  }
}

.post-type-archive-studio .footer-main,
.post-type-archive-studio .footer-copy {
  position: relative;
  z-index: 2;
}

/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay01 {
  animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.delay02 {
  animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.curtain_l,
.curtain_r {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
}

.curtain_l:before,
.curtain_r:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  z-index: 1;
}

.curtain_l:before {
  top: 0;
  left: 0;
}

.curtain_r:before {
  top: 0;
  right: 0;
}

.curtain_l.started:before,
.started .curtain_l:before {
  transform: translate3d(100%, 0, 0);
}

.curtain_r.started:before,
.started .curtain_r:before {
  transform: translate3d(-100%, 0, 0);
}

.fade_image {
  position: relative;
  overflow: hidden;
}

.fade_image img {
  width: 100%;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transform: translate3d(-100%, 0, 0);
}

.fade_image .img_bg01 {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.fade_image .img_bg02 {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 0;
  height: 100%;
  left: 0;
  background: #777777;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.fade_image.--reverse img {
  transform: translate3d(100%, 0, 0);
}

.fade_image.--reverse .img_bg01 {
  left: inherit;
  right: 0;
}

.fade_image.--reverse .img_bg02 {
  left: inherit;
  right: 0;
}

.started .fade_image .img_bg01,
.started .fade_image .img_bg02 {
  width: 100%;
  opacity: 0;
}

.started .fade_image img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade_text_wrap {
  overflow: hidden;
  display: block;
}

.fade_text {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform: translateY(15%) scaleY(1.1) rotate(1deg);
  transform: translateY(25%) scaleY(1.1) rotate(1deg);
  opacity: 0;
  transform-origin: 0 0;
}

.started .fade_text,
.fade_text.started {
  opacity: 1;
  transform: translateY(0) rotate(0.001deg) !important;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  60% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  61% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.anim_scaling.animate {
  animation: scaleAnimation 1s cubic-bezier(0.1, 1.1, 0.1, 1) infinite;
}

@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}

.anim_rotate.animate {
  animation: rotateAnimation 4s cubic-bezier(0.1, 1.1, 0.1, 1) infinite;
  animation-delay: 0.5s !important;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

/*===================================
  
  ページトップ

===================================*/
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
  pointer-events: none;
}

.pagetop img {
  display: block;
  width: 100%;
}

.pagetop.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 10px;
  }
  .single-studio .pagetop {
    bottom: 90px;
  }
}

#sb_instagram {
  padding: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

.studioLesson {
  padding: 105px 0 0;
  position: relative;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .studioLesson {
    padding: 60px 0 0;
  }
}

.studioLesson .box {
  border: 1px solid #595657;
  padding: 60px 0 75px;
  background: #595657;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .studioLesson .box {
    padding: 50px 20px;
  }
}

.studioLesson h3 {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .studioLesson h3 img {
    max-width: 433px;
  }
}

@media screen and (max-width: 991px) {
  .studioLesson h3 img {
    width: 94%;
    margin: auto;
    display: block;
  }
}

.studioLesson h3 + p {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .studioLesson h3 + p {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.studioLesson .grid {
  display: grid;
  margin: 50px auto 0;
  max-width: 780px;
}

@media screen and (min-width: 992px) {
  .studioLesson .grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .studioLesson .grid {
    margin-top: 30px;
    gap: 30px;
  }
}

.studioLesson .grid img {
  display: block;
}

.studioLesson .grid dl {
  margin-top: -0.6em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.studioLesson .grid dl dt {
  font-size: 2.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .studioLesson .grid dl dt {
    font-size: 1.7rem;
  }
}

.studioLesson .grid dl dd {
  position: relative;
  padding-top: 10px;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .studioLesson .grid dl dd {
    margin-top: 20px;
  }
}

.studioLesson-ex {
  background: #fff;
}

.studioLesson-ex .t1 {
  background: #e2e2e2;
  padding: 10px 10px 12px;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 991px) {
  .studioLesson-ex .t1 {
    font-size: 1.3rem;
    padding: 8px 8px 10px;
  }
}

.studioLesson-ex .t2 {
  padding: 20px 20px 23px;
}

@media screen and (max-width: 991px) {
  .studioLesson-ex .t2 {
    padding: 20px 25px 23px;
  }
}

.studioLesson-ex .t2 ul {
  margin-top: -15px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .studioLesson-ex .t2 ul {
    margin-top: -12px;
  }
}

.studioLesson-ex .t2 ul li {
  margin-top: 15px;
  color: #333333;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.1em;
  margin-right: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
  .studioLesson-ex .t2 ul li {
    font-size: 1.2rem;
    margin-right: 12px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  .studioLesson-ex .t2 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.studioLesson-ex .t2 ul li:last-child {
  margin-right: 0;
}

.studioLesson-ex .t2 ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #333;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  top: 0.2em;
}

.topMedia {
  padding: 75px 0 50px;
  position: relative;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .topMedia {
    padding: 45px 0 35px;
  }
}

.topMedia-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .topMedia-ttl {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.topMedia-ttl > span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 55px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topMedia-ttl > span {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.topMedia-ttl > span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_attention.png) left center no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}

.topMedia-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.topMedia-link a {
  position: relative;
  padding-right: 50px;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .topMedia-link a {
    font-size: 1.3rem;
    padding-right: 40px;
  }
}

.topMedia-link a::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 991px) {
  .topMedia-link a::before {
    width: 30px;
  }
}

.topMedia-link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
}

@media screen and (max-width: 991px) {
  .topMedia-link a::after {
    width: 10px;
  }
}

.mediaList {
  margin: auto;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 991px) {
  .mediaList {
    width: 100%;
  }
}

.mediaList .item {
  padding: 20px 50px 20px 20px;
  position: relative;
  display: grid;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 991px) {
  .mediaList .item {
    padding: 20px 30px 20px 15px;
  }
}

.mediaList .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9b9b9b;
  border-right: 2px solid #9b9b9b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .mediaList .item::before {
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .mediaList .item {
    grid-template-columns: 6em 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mediaList .item {
    gap: 10px;
  }
}

.mediaList .item .date {
  color: #8dcfe6;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mediaList .item .date {
    font-size: 1.2rem;
  }
}

.mediaList .item .txt {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .mediaList .item .txt {
    font-size: 1.3rem;
  }
}

.archiveMedia {
  padding: 25px 0 50px;
}

@media screen and (max-width: 991px) {
  .archiveMedia {
    padding: 15px 0 35px;
  }
}

/* ページング */
.pager {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .pager {
    margin-top: 50px;
  }
}

.pager > li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .pager > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
}

.pager > li a {
  color: #595656;
  background: #fff;
  border: 1px solid #595656;
  display: block;
}

.pager > li.prev,
.pager > li.next {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.pager > li.prev {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pager > li.prev {
    margin-right: 10px;
  }
}

.pager > li.next {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .pager > li.next {
    margin-left: 10px;
  }
}

.pager > li.prev > a,
.pager > li.next > a {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #393021 !important;
}

.pager > li.prev > a:hover,
.pager > li.next > a:hover {
  text-decoration: none;
}

.pager > li.is_active,
.pager > li > a:hover {
  color: #595656;
  background: #c8e7f2;
  border: 1px solid #c8e7f2;
}

.navigation {
  position: relative;
}

.pager > a,
.pager > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .pager > a,
  .pager > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
}

.pager > a,
.pager > span {
  color: #595656;
  background: #fff;
  border: 1px solid #595656;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager > a.prev,
.pager > a.next {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.pager > a.prev {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pager > a.prev {
    margin-right: 10px;
  }
}

.pager > a.next {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .pager > a.next {
    margin-left: 10px;
  }
  .pager > a.prev,
  .pager > a.next {
    width: auto;
  }
}

.pager > a.prev,
.pager > a.next {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #393021 !important;
}

.pager > a.prev:hover,
.pager > a.next:hover {
  text-decoration: none;
}

.pager > span:not(.dots),
.pager > a:hover {
  color: #595656;
  background: #c8e7f2;
  border: 1px solid #c8e7f2;
}

.pager > span.dots {
  border: none !important;
}

.single-column .main {
  overflow: inherit;
}

.single-column .main {
  overflow: inherit;
}

.pan-navi {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .pan-navi {
    padding: 10px 3% 0 3%;
  }
}

.pan-navi ul {
  display: flex;
}

@media screen and (max-width: 991px) {
  .pan-navi ul {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}

.pan-navi ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  color: #595656;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .pan-navi ul li {
    font-size: 1rem;
  }
}

.pan-navi ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.pan-navi ul li a {
  color: #595656;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .pan-navi ul li a:hover {
    text-decoration: none;
  }
}

.column {
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .column-wrap {
    display: grid;
    grid-template-columns: 1fr 215px;
    gap: 70px;
  }
}

@media screen and (max-width: 991px) {
  .column .inner {
    padding: 0;
  }
}

.column-data {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .column-data {
    padding: 0 3%;
    margin-top: 20px;
  }
}

.column-data .cat {
  display: flex;
  align-items: center;
  padding: 5px 5px;
  line-height: 1;
  color: #fff;
  background: #a9dcef;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .column-data .cat {
    font-size: 1rem;
  }
}

.column-data .date {
  margin-left: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .column-data .date {
    font-size: 1.1rem;
  }
}

.column-data .date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-column/update.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.column-mv {
  margin: 20px 0 45px;
}

@media screen and (max-width: 991px) {
  .column-mv {
    margin: 10px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .column-lead {
    padding: 0 6%;
  }
}

.column-lead ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}

.column-lead ul li + li {
  margin-top: 3px;
}

.column-lead ul li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  margin: auto;
  background: url(../img/img-column/icon_chk.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.column-bnr {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .column-bnr {
    width: 90%;
    margin: 35px auto 0;
  }
}

.column-main h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .column-main h1 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.column-main p + p,
.column-main p + ul,
.column-main p + div,
.column-main ul + p,
.column-main ul + ul,
.column-main ul + div {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .column-main p + p,
  .column-main p + ul,
  .column-main p + div,
  .column-main ul + p,
  .column-main ul + ul,
  .column-main ul + div {
    margin-top: 25px;
  }
}

.column-contents {
  padding: 70px 0 0;
}

@media screen and (max-width: 991px) {
  .column-contents {
    padding: 60px 6%;
  }
}

.column-contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 5px 0;
  border-bottom: 2px solid #8dcfe6;
}

@media screen and (max-width: 991px) {
  .column-contents h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.column-contents h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 45px;
}

@media screen and (max-width: 991px) {
  .column-contents h3 {
    font-size: 1.6rem;
    padding: 10px 0 0 0;
  }
}

.column-contents h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #8dcfe6;
}

@media screen and (max-width: 991px) {
  .column-contents h3::before {
    bottom: inherit;
  }
}

.column-contents .image + p,
.column-contents .image + div {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .column-contents .image + p,
  .column-contents .image + div {
    margin-top: 25px;
  }
}

.column-contents ul {
  padding-left: 1em;
}

.column-item + .column-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .column-item + .column-item {
    margin-top: 60px;
  }
}

.column-item + .column-item.small {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .column-item + .column-item.small {
    margin-top: 40px;
  }
}

.column-side {
  padding-top: 65px;
}

@media screen and (max-width: 991px) {
  .column-side {
    display: none;
    padding: 0 6% 0;
  }
}

.column-side dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #8dcfe6;
}

.column-side .side-cat + .side-bnr {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .column-side .side-cat + .side-bnr {
    margin-top: 40px;
  }
}

.column-side .side-cat ul li {
  border-bottom: 1px solid #ccc;
}

.column-side .side-cat ul li a {
  padding: 15px;
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .column-side .side-cat ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px) {
  .column-side .side-bnr {
    position: sticky;
    top: 120px;
  }
}

.column-side .side-bnr .widget-title {
  display: none;
}

.column-side .side-bnr a {
  display: block;
}

.column-side .side-bnr a img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .column-side .side-bnr a img {
    width: 80%;
    margin: auto;
  }
}

.column-mokuji {
  background: #f2f2f2;
  padding: 40px 50px;
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .column-mokuji {
    width: 88%;
    margin: 60px auto 0;
    padding: 30px 25px 35px;
  }
}

.column-mokuji dl dt {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 35px;
  text-align: center;
  color: #595656;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 991px) {
  .column-mokuji dl dt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.column-mokuji dl dd ul {
  counter-reset: circle 0;
}

.column-mokuji dl dd ul li + li.normal {
  margin-top: 25px;
}

.column-mokuji dl dd ul li + li.small {
  margin-top: 10px;
}

.column-mokuji dl dd ul li a {
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .column-mokuji dl dd ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .column-mokuji dl dd ul li a {
    font-size: 1.3rem;
  }
}

.column-mokuji dl dd ul li.normal {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .column-mokuji dl dd ul li.normal {
    padding-left: 1.8em;
  }
}

.column-mokuji dl dd ul li.normal::before {
  position: absolute;
  content: counter(circle) ".";
  counter-increment: circle 1;
  font-size: 1.8rem;
  color: #75c7e5;
  font-weight: 700;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .column-mokuji dl dd ul li.normal::before {
    font-size: 1.5rem;
    top: -0.1em;
  }
}

.column-mokuji dl dd ul li.small {
  margin-left: 1em;
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}

.column-mokuji dl dd ul li.small + .small {
  margin-top: 5px;
}

.column-mokuji dl dd ul li.small::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
  font-size: 1.8rem;
}

/* 関連リンク
-------------------------------------------------*/
.blog-card {
  margin: 50px auto 0 !important;
}

.blog-card + br {
  display: none;
}

.blog-card a {
  background: #fbfaf8;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 0px;
  margin: 0px 0 40px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-card a:hover {
  opacity: 0.7;
}

.blog-card a span.blog-card-thumbnail {
  width: 90px;
  margin-right: 15px;
}

.blog-card a span.blog-card-thumbnail img {
  object-fit: cover;
  width: 90px;
  height: 90px !important;
}

.blog-card a span.blog-card-content {
  width: calc( 100% - 105px);
  margin-top: -0.5em;
}

.blog-card a span.blog-card-content > i.blog-card-title {
  margin: 0 0 3px;
  display: block;
  font-weight: bolder;
  color: #333333;
  font-size: 1.6rem;
}

.blog-card a span.blog-card-content > i.blog-card-excerpt {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .blog-card {
    margin-top: 35px !important;
  }
  .blog-card a {
    padding: 15px;
    margin-bottom: 35px;
  }
  .blog-card a span.blog-card-content {
    width: calc( 100% - 85px);
  }
  .blog-card a span.blog-card-thumbnail {
    width: auto;
    display: block;
    text-align: center;
  }
  .blog-card a span.blog-card-thumbnail img {
    width: 70px;
    height: 70px !important;
  }
  .blog-card a span.blog-card-content > i.blog-card-title {
    font-size: 1.3rem;
    display: block;
    line-height: 1.5;
  }
  .blog-card a span.blog-card-content > i.blog-card-excerpt {
    font-size: 1.1rem;
    display: block;
    padding-top: 3px;
    line-height: 1.5;
  }
  .blog-card a span.blog-card-thumbnail span.video::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 992px) {
  .widget_banner_widget a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .widget_banner_widget a:hover {
    opacity: 0.6;
  }
}
