@charset"utf-8";

/*base--------------------------------*/

*{
	font-family: 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 100%;
	}
.container figcaption {
	font-size: 0.75em;
}

html, body {
	height: 100%;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	list-style-type: none;
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	color: #333;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

.cf:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ruby rt {
	font-size: 50%;
}
@-moz-document url-prefix() {
	ruby rt {
		font-size: 50%;
	}
}

:root {
	font-size: 10px;
	--main-color: #fc6b92;
	--pink: #fea8bf;
	--lightpink: #fff9fd;
	--gold: #c7ba80;
	--white: #fff;
  	--black: #333;
	--gray: #666;
	--lightgray: #999;
}

.oswald {
	font-family: "Oswald", 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}


/*common--------------------------------*/

#wrap {
	overflow: hidden;
	background-color: var(--lightpink);
}

a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

.hover {
	transition: .3s ease-out;
}

.hover:hover {
	opacity:0.6;
	zoom:1;
	transition: .3s ease-out;
}

.disabled {
	pointer-events: none;
}

.pc {
	display: block;
}

.sp,
.tab {
	display: none;
}

.red {
	color: #cc0000;
}

.fit {
	width: 100%;
}

.zoom {
	transition-duration: 0.3s;
}

.zoom:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.fade_up{
    animation-name:fadeUpAnime;
    animation-duration: 2.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    50% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

section {
	padding: 80px 0;
	position: relative;
}

.content_container {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
}

.flex_container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.sec_ttl {
	padding-bottom: 60px;
}

.sec_ttl em {
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	font-weight: 200;
	font-style: normal;
	color: var(--gold);
	letter-spacing: .1em;
	line-height: 1em;
	display: block;
	padding-bottom: 20px;
}

.sec_ttl strong {
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-weight: 700;
	font-style: normal;
	color: var(--gray);
	letter-spacing: .1em;
}

.sec_ttl strong span {
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-weight: 700;
	font-style: normal;
	color: var(--gray);
	letter-spacing: .1em;
	white-space: nowrap
}

.lead_txt {
	font-size: clamp(1.8rem, 1.67vw, 2.4rem);
	font-weight: 500;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

.plain_txt {
	font-size: clamp(1.4rem, 1.25vw, 1.8rem);
	font-weight: 500;
	color: var(--black);
	line-height: 2em;
	letter-spacing: .05em;
}

.btn_container {
	padding-top: 40px;
}

.btn_container a {
	width: clamp(300px, 27.78vw, 400px);
	height: clamp(60px, 5.56vw, 80px);
	background-color: var(--pink);
	font-family: "Oswald", 'Noto Sans JP', sans-serif;
	font-size: clamp(1.8rem, 1.67vw, 2.4rem);
	font-weight: 200;
	font-style: normal;
	color: var(--white);
	text-align: center;
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition-duration: 0.3s;
}

.btn_container.center a {
	margin: 0 auto;
}

.btn_container a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 5px;
	transition-duration: 0.3s;
}

.btn_container a::after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	transition-duration: 0.3s;
}

.btn_container a:hover {
	background-color: var(--white);
	font-weight: 300;
	color: var(--main-color);
	transition-duration: 0.3s;
}

.btn_container a:hover::before {
	top: 0;
	left: 0;
	transition-duration: 0.3s;
}

.btn_container a:hover::after {
	transform: translate(70%, -50%);
	transition-duration: 0.3s;
}

.bnr_list_container,
.mv_list_container {
	opacity: 0;
	transition-duration: 0.3s;
}

.slick-initialized {
	opacity: 1;
	transition-duration: 0.3s;
}

.plain_table {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.plain_table th {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white);
	letter-spacing: .05em;
	text-align: center;
	background-color: #827744;
	padding: 20px 10px;
}

.plain_table td {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	background-color: var(--white);
	padding: 20px 10px;
}


/*--------------------------------------*/

/*header*/

/*--------------------------------------*/

header {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo_container a {
	display: flex;
	align-items: center;
}

header .logo_obj {
	width: clamp(20px, 2.78vw, 40px);
	margin-right: 10px;
}

header .logo_container strong {
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.2rem, 1.67vw, 2.4rem);
	font-weight: 200;
	color: var(--main-color);
	letter-spacing: .1em;
	padding-left: .5em;
}

header nav,
.nav_list_container {
	display: flex;
	align-items: center;
}

.nav_list_item + .nav_list_item {
	padding-left: clamp(1rem, 1.39vw, 3rem);
}

.nav_list_item a {
	font-size: clamp(1.3rem, 1.11vw, 1.6rem);
	font-weight: 500;
	color: var(--black);
	letter-spacing: .05em;
	line-height: 2em;
	transition-duration: 0.3s;
}

.underline-sweep {
	position: relative;
	display: inline-block;
	text-decoration: none; /* aタグのデフォ下線を消す */
}

/* 下線本体 */
.underline-sweep::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.5em;      /* 文字からの距離（好みで調整） */
	width: 100%;
	height: 2px;          /* 線の太さ */
	background: var(--main-color);
	transform: scaleX(0);
	transform-origin: right; /* 通常時は右を起点 → 右へ抜ける(out) */
	transition: transform 0.25s ease;
}

/* hover時：左を起点にして伸びる(in) */
.underline-sweep:hover::after,
.underline-sweep:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.inquiry_btn_container {
	padding-left: clamp(1rem, 1.39vw, 3rem);
}

.inquiry_btn_container a {
	height: 50px;
	padding: 0  clamp(10px, 1.39vw, 20px);
	border-radius: 10px;
	background-color: var(--gold);
	font-size: clamp(1.4rem, 1.25vw, 1.8rem);
	font-weight: 700;
	color: var(--white);
	letter-spacing: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
}

.inquiry_btn_container a i {
	font-size: clamp(2.4rem, 2.5vw, 3.6rem);
	margin-right: .25em;
}

.inquiry_btn_container a:hover {
	background-color: var(--main-color);
	transition-duration: 0.3s;
}



/*--------------------------------------*/

/*footer*/

/*--------------------------------------*/

/*inquiry_wrap--------------------------------*/

footer .inquiry_wrap {
	width: 100%;
	height: 100%;
	padding: 80px 3vw;
	box-sizing: border-box;
	background: url('../img/common/footer_obj.webp') center 85% / cover no-repeat;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

footer .inquiry_wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(254,192,210,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

footer .inquiry_container {
	background: rgba(255,255,255,.7);
	padding: 40px 60px 40px 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

footer .inquiry_container .ttl_container {
	padding-right: 60px;
}

footer .inquiry_container .sec_ttl strong a {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(3.6rem, 3.33vw, 4.8rem);
	font-weight: 700;
	font-style: normal;
	color: var(--gray);
	letter-spacing: .1em;
	line-height: 1em;
}

footer .inquiry_container .btn_container a {
	background-color: var(--gold);
	font-weight: 700;
}

footer .inquiry_container .btn_container a::before {
	border-color: #827744;
}

footer .inquiry_container .btn_container a::after {
	background-color: #827744;
}

footer .inquiry_container .btn_container a:hover {
	color: var(--gold);
	background-color: var(--white);
}

/*footer_wrap--------------------------------*/

.footer_wrap {
	width: 90vw;
	max-width: 1200px;
	margin: 0  auto;
	padding: 80px 0;
}

.footer_wrap .nav_list_container {
	justify-content: center;
	padding-bottom: 60px;
}

.footer_wrap .logo_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_wrap .logo_container a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_wrap .logo_obj {
	width: 50px;
	margin-right: 10px;
}

.footer_wrap .logo_container strong {
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	font-weight: 200;
	color: var(--main-color);
	letter-spacing: .1em;
	padding-left: .5em;
}

.copy_wrap {
	width: 100%;
	background-color: var(--main-color);
	text-align: center;
	padding: 15px 0;
}

.copy_wrap small {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--white);
	letter-spacing: .05em;
}


/*--------------------------------------*/

/*top*/

/*--------------------------------------*/

/*mv_wrap--------------------------------*/

.mv_wrap,
.mv_list_container {
	width: 100%;
	height: calc(100vh - 220px);
	position: relative;
}

.mv_list_item {
	width: 100%;
	height: calc(100vh - 220px);
	padding: 0 30px 3vh;
	box-sizing: border-box;
}

.mv_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}

.catch_container {
	position: absolute;
	top: 25%;
	left: 5vw;
	transform: translateY(-50%);
}

.catch_container strong {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-size: 4.8rem;
	font-weight: 700;
	color: var(--gray);
	letter-spacing: .1em;
	background-color: rgba(255,255,255,.7);
	padding: 0 .3em;
}

.slick-dots {
	position: absolute;
	bottom: 5vh;
	left: 50%;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.slick-dots li {
	padding: 0 10px;
}

.slick-dots button {
	width: 14px;
	height: 14px;
	background-color: var(--pink);
	border-radius: 100vh;
	border: none;
	text-indent: -9999px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background-color: var(--main-color);
}

.slick-dots button:focus {
	outline: none;
}

.slick-dots button:hover {
	opacity:0.6;
	zoom:1;
}



/*sec01--------------------------------*/

.latest_news_wrap {
	padding: 5px 0 0;
}

.latest_news_wrap .content_container {
	background-color: var(--white);
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
}

.latest_news_wrap .latestnews_ttl {
	font-family: "Oswald", sans-serif;
	font-size: 2.4rem;
	font-weight: 200;
	font-style: normal;
	color: var(--gold);
	letter-spacing: .3em;
	line-height: 1em;
	padding-right: clamp(40px, 6.94vw, 100px);
}

.latest_news_container a {
	display: flex;
}

.latest_news_container a em,
.latest_news_container a strong {
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	color: var(--black);
	letter-spacing: .05em;
	line-height: 1.33em;
}

.latest_news_container a em {
	width: 14em;
}

.latest_news_container a strong {
	width: calc(100% - 14em);
}



/*sec02--------------------------------*/

.top .studio_wrap .content_container {
	display: flex;
	justify-content: space-between;
}

.top .studio_wrap .ttl_container,
.top .studio_wrap .bnr_list_container {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

.top .studio_wrap .ttl_container {
	padding-right: 5em;
}

.top .bnr_list_item {
	width: 100%;
	aspect-ratio: 8 / 5;
	overflow: hidden;
}

.top .bnr_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .bnr_list_container .slick-dots {
	bottom: 15px;
}



/*sec03--------------------------------*/

.top .class_wrap {
	background: url('../img/top/studio_obj.jpg') right center / cover no-repeat;
}

.top .class_wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.top .class_wrap .sec_ttl,
.top .class_wrap .plain_txt {
	text-align: center;
}

.top .class_list_container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 60px;
}

.top .class_list_item {
	width: 48.33%;
	aspect-ratio: 29 / 6;
}

.top .class_list_item .btn_container {
	padding-top: 0;
}

.top .class_list_item .btn_container a {
	font-weight: 500;
	line-height: 1.25em;
	margin: 0 auto;
	transform: translateY(-50%);
}



/*sec04--------------------------------*/

.top .news_wrap .content_container {
	display: flex;
	justify-content: space-between;
}

.top .news_wrap .ttl_container {
	width: 38%;
}

.top .news_wrap .news_list_container {
	width: 62%;
}

.top .news_wrap .ttl_container .btn_container {
	padding-top: 0;
}

.top .news_wrap .news_list_item {
	width: 100%;
	border-bottom: 1px solid var(--gold);
	padding: 30px 0;
}

.top .news_wrap .news_list_item a.flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.top .news_wrap .news_list_item a.flex .txt_container {
	width: 65%;
}

.top .news_wrap .news_list_item a.flex .img_container {
	width: 30%;
	aspect-ratio: 4 / 3;
}

.top .news_wrap .news_list_item a.flex .news_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top .news_wrap .news_list_item em {
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
	color: var(--lightgray);
	letter-spacing: .05em;
	line-height: 1em;
	display: block;
	padding-bottom: 10px;
}

.top .news_wrap .news_list_item strong {
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	color: var(--black);
	letter-spacing: .05em;
	line-height: 1.64em;
}


/*--------------------------------------*/

/*lower*/

/*--------------------------------------*/

/*mv_wrap--------------------------------*/

.lower .mv_wrap {
	height: 240px;
}

.lower .mv_container {
	width: 96vw;
	height: 100%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	background: url('../img/common/mv_obj.jpg') center 45% / cover no-repeat;
}

.lower .catch_container {
	top: 50%;
}

.lower .catch_container strong {
	font-size: 3.6rem;
}


/*--------------------------------------*/

/*studio*/

/*--------------------------------------*/

.studio article .btn_container a {
	font-weight: 700;
}

/*sec01--------------------------------*/

.studio .studio_wrap .txt_container,
.studio .studio_wrap .img_container {
	width: 48%;
}

.studio .studio_wrap .flex_container + .flex_container {
	padding-top: 40px;
	flex-direction: row-reverse;
}

.studio .studio_wrap .txt_container .plain_txt + .plain_txt {
	padding-top: 1em;
}

.studio .studio_wrap .img_container .studio_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.studio .studio_wrap .img_container .studio_obj::after {
  content: "";
  width: 30%;
  height: 101%;
  display: block;
  background: linear-gradient(to left,rgba(255,249,253,0) 0, rgba(255,249,253,1) 80%);
  position: absolute;
  top: -1px;
  left: -1px;
}

.studio .studio_wrap .flex_container:nth-of-type(even) .img_container .studio_obj::after {
  background: linear-gradient(to right,rgba(255,249,253,0) 0, rgba(255,249,253,1) 80%);
  left: unset;
  right: -1px;
}


/*sec02--------------------------------*/

.studio .graduates_wrap .plain_txt span {
	white-space: nowrap;
	padding-left: 1em;
}

.studio .graduates_list_container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.studio .graduates_list_item {
	width: calc(100% / 3);
	padding-bottom: 30px;
}

.studio .graduates_list_obj {
	display: block;
	width: 90%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studio .graduates_list_obj.modal_trigger {
	cursor: pointer;
	position: relative;
}

.studio .graduates_list_obj.modal_trigger::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100vh;
	background-color: var(--gold);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 8px rgba(0,0,0,.8);
}

.studio .graduates_list_obj.modal_trigger::after {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%,-50%);
}

.studio .graduates_list_ttl {
	padding-top: 10px;
}

.studio .graduates_list_ttl strong {
	display: block;
	font-size: clamp(1.2rem, 1.11vw, 1.6rem);
	font-style: normal;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}

.studio .graduates_list_ttl i {
	display: block;
	font-size: clamp(1rem, .97vw, 1.4rem);
	font-style: normal;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
}

.studio .modal_wrap {
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	opacity: 0;
}

.studio .modal_wrap.current {
	display: flex;
}

.studio .modal_wrap .modal_list_container {
	display: none;
}

.studio .modal_wrap .modal_list_container.current {
	display: block;
	width: 100%;
	height: 80vh;
}

.studio .modal_wrap .modal_list_item {
	height: 80vh;
	padding: 0 5vw;
}

.studio .modal_list_obj {
	height: 100%;
}

.studio .slick_prev {
	display: block;
	width: 60px;
	height: 60px;
	border-top: 4px solid  var(--gold);
	border-left: 4px solid  var(--gold);
	position: absolute;
	top: 50%;
	left: 5vw;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	z-index: 99;
	cursor: pointer;
}

.studio .slick_next {
	display: block;
	width: 60px;
	height: 60px;
	border-top: 4px solid  var(--gold);
	border-right: 4px solid  var(--gold);
	position: absolute;
	top: 50%;
	right: 5vw;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 99;
	cursor: pointer;
}

.studio .slick-dots {
	bottom: -5vh;
}

.studio .slick-dots button {
	width: 14px;
	height: 14px;
	background-color: var(--white);
	border-radius: 100vh;
	border: none;
	text-indent: -9999px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.studio .slick-dots .slick-active button {
	background-color: var(--gold);
}

.studio .btn_close {
	font-size: 6.4rem;
	font-weight: 700;
	color: var(--gold);
	position: fixed;
	top: 0;
	right: 5vw;
	cursor: pointer;
}


/*sec03--------------------------------*/

.studio .staff_wrap .staff_ttl {
	font-size: 2.4rem;
	color: var(--main-color);
	font-weight: 700;
	padding-bottom: 20px;
}

.studio .staff_wrap .img_container {
	width: 30%;
}

.studio .staff_wrap .txt_container {
	width: 67%;
}

.studio .staff_wrap .staff_subttl {
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: 10px;
}

.studio .staff_wrap .profile_list_container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: .5em;
}

.studio .staff_wrap .profile_list_container dt {
	width: 7em;
	font-size: clamp(1.4rem, 1.11vw, 1.6rem);
	font-weight: 500;
	color: var(--black);
	line-height: 1.5em;
	letter-spacing: .05em;
	padding-bottom: .5em;
}

.studio .staff_wrap .profile_list_container dd {
	width: calc(100% - 7em);
	font-size: clamp(1.4rem, 1.11vw, 1.6rem);
	font-weight: 500;
	color: var(--black);
	line-height: 1.5em;
	letter-spacing: .05em;
	padding-bottom: .5em;
}

.studio .staff_wrap .profile_list_container dt strong {
	line-height: 2em;
	border-bottom: 2px solid var(--pink);
	padding-bottom: .2em;
}

.studio .staff_wrap .txt_container .plain_txt {
	font-size: clamp(1.4rem, 1.11vw, 1.6rem);
	line-height: 1.5em;
	padding-bottom: .5em;
}

.studio .staff_wrap .txt_container .plain_txt strong {
	line-height: 3em;
	border-bottom: 2px solid var(--pink);
	padding-bottom: .2em;
}


/*sec04--------------------------------*/

.studio .location_list_container {
	width: 100%;
	height: unset;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 30px;
}

.studio .location_list_item:nth-child(1) {
	width: 20%;
}

.studio .location_list_item:nth-child(2) {
	width: 30%;
}

.studio .location_list_item:nth-child(3) {
	width: 45%;
}

.studio .location_list_container .location_list_obj {
	height: 100%;
}

.studio .map_container {
	margin-top: 20px;
}



/*--------------------------------------*/

/*class*/

/*--------------------------------------*/

/*.class section:nth-of-type(even) {
	background-color: #fef2fa;
}*/

.class article .btn_container a {
	font-weight: 700;
}


/*sec01--------------------------------*/

.calendar_wrap {
    text-align: center;
}

.calendar_wrap iframe {
    width: 90vw;
    max-width: 1200px;
    height: 800px;
	margin: 0 auto;
}


/*sec02--------------------------------*/

.class .class_wrap .lead_txt + .plain_txt {
	transform: translateY(-1em);
	padding-bottom: 1em;
}

.class .class_list_item + .class_list_item {
	padding-top: 80px;
}

.class .class_list_item .flex_container {
	justify-self: center;
	align-items: flex-start;
}

.class .class_list_item .class_subttl {
	font-family: "Oswald", sans-serif;
	font-size: clamp(2.4rem, 2.5vw, 3.6rem);
	font-weight: 200;
	font-style: normal;
	color: var(--gold);
	letter-spacing: .3em;
	line-height: 1em;
	display: block;
}

.class .class_list_item:nth-child(odd) .class_subttl {
	text-align: right;
}

.class .class_list_item .img_container {
	width: clamp(368px, 38.89vw, 560px);
	aspect-ratio: 7 / 5;
}

.class .class_list_item .img_container .class_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.class .class_list_item .txt_container {
	width: clamp(384px, 48.96vw, 705px);
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
	padding: clamp(2.08vw, 2.08vw, 30px);
	border-radius: 10px;
	transform: translate(-30px, 30px);
}

.class .class_list_item .class_ttl,
.fee_wrap .fee_ttl {
	padding-bottom: 30px;
}

.class .class_list_item .class_ttl strong,
.fee_wrap .fee_ttl strong {
	font-size: clamp(2rem, 2.5vw, 3.6rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	position: relative;
	z-index: 1;
}

.class .class_list_item .class_ttl em {
	font-size: clamp(1.2rem, 1.25vw, 1.8rem);
	font-weight: 500;
	font-style: normal;
	letter-spacing: .05em;
	position: relative;
	z-index: 1;
}

.class .class_list_item .class_ttl span,
.fee_wrap .fee_ttl span {
	position: relative;
}

.class .class_list_item .class_ttl span::before,
.fee_wrap .fee_ttl span::before {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: 1.2em;
	background-color: var(--pink);
	border-radius: 5px;
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 0;
}

.class .class_list_item .lead_txt {
	font-size: clamp(1.6rem, 1.25vw, 1.8rem);
	font-weight: 500;
	line-height: 2em;
	letter-spacing: .05em;
}

.class .class_list_item .plain_txt {
	font-size: clamp(1.4rem, 1.11vw, 1.6rem);
	font-weight: 500;
	letter-spacing: .05em;
}

.class .class_wrap .class_list_item .lead_txt + .plain_txt {
	transform: translateY(0);
	padding-bottom: 0;
}

.class .class_list_item:nth-child(even) .flex_container {
	flex-direction: row-reverse;
}

.class .class_list_item:nth-child(even) .txt_container {
	transform: translate(30px, 30px);
}

.class .note_list_container {
	padding-top: 1em;
}

.fee_wrap .note_list_container {
	padding-top: 2em;
}

.fee_wrap .note_list_item {
	font-size: clamp(1.2rem, 1.11vw, 1.6rem);
	font-weight: 500;
	color: var(--black);
	line-height: 1.5em;
	letter-spacing: .05em;
	padding: 0 0 .5em 1em;
	text-indent: -1em;
}

.class .class_list_item .txt_container .plain_txt + .lead_txt {
	padding: 1em 0 0;
}

.fee_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}



/*--------------------------------------*/

/*trial*/

/*--------------------------------------*/

/*sec01--------------------------------*/

.trial .flex_container .img_container {
	width: 50%;
}

.trial .flex_container .txt_container {
	width: 47%;
}

.trial .flex_container .txt_container .tel_container {
	padding-top: 20px;
}

.trial .flex_container .txt_container .tel_container a {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(4.2rem, 3.75vw, 5.4rem);
	font-weight: 900;
	color: var(--gold);
	letter-spacing: .05em;
}

.trial .flex_container .img_container .trial_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.trial .flex_container .txt_container .btn_container {
	padding-top: 20px;
}

.trial .flex_container .txt_container .btn_container a {
	font-weight: 700;
}

.trial .fee_wrap {
	padding-top: 60px;
}

.trial .plain_table td i {
	font-style: normal;
}



/*sec02--------------------------------*/

.trial .trial_wrap .flex_container {
	flex-direction: row-reverse;
}

.trial .trial_ttl {
	padding-bottom: 30px;
}

.trial .trial_ttl strong {
	font-size: clamp(2.4rem, 2.5vw, 3.6rem);
	font-weight: 700;
	letter-spacing: .05em;
	position: relative;
	z-index: 1;
}

.trial .trial_ttl span {
	position: relative;
}

.trial .trial_ttl span::before {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: 1.2em;
	background-color: var(--pink);
	border-radius: 5px;
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 0;
}

.trial .trial_wrap .flex_container .img_container .trial_obj {
	background-position: center 60%;
}



/*--------------------------------------*/

/*news*/

/*--------------------------------------*/

/*sec01--------------------------------*/

.news .news_wrap .news_list_container {
	width: 90vw;
	max-width: 1000px;
	border-top: 3px solid var(--gold);
	margin: 0 auto;
}

.news .news_wrap .news_list_item {
	width: 100%;
	border-bottom: 1px solid var(--gold);
	padding: 30px 0;
}

.news .news_wrap .news_list_item a.flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.news .news_wrap .news_list_item a.flex .txt_container {
	width: 65%;
}

.news .news_wrap .news_list_item a.flex .img_container {
	width: 30%;
	aspect-ratio: 4 / 3;
}

.news .news_wrap .news_list_item a.flex .news_list_obj {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news .news_wrap .news_list_item em {
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
	color: var(--lightgray);
	letter-spacing: .05em;
	line-height: 1em;
	display: block;
	padding-bottom: 10px;
}

.news .news_wrap .news_list_item strong {
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	color: var(--black);
	letter-spacing: .05em;
	line-height: 1.64em;
}


/*post_container--------------------------------*/

.news .post_container {
	border-top: 3px solid var(--gold);
	border-bottom: 3px solid var(--gold);
	padding: 50px 5%;
}

.news .post_container img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.news .post_container img.newsletter_thumb {
	border: 1px solid #eee;
}

.news .post_container .aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.news .post_container .alignright {
	text-align: right;
}

.news .post_container h1 {
	font-size: 7.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container h2 {
	font-size: 5.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container h3 {
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container h4 {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container h5 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container h6 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: 1em;
}

.news .post_container p {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	line-height: 1.8em;
	letter-spacing: .05em;
	padding-bottom: 1em;
}

.news .post_container a {
	display: inline-block;
	font-weight: 700;
	color: #1e73be;
	transition: .3s ease-out;
}

.news .post_container a:hover {
	text-decoration: underline;
	transition: .3s ease-out;
}

.news .post_container ul {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.news .post_container ul > li {
	list-style-type: disc;
	padding-bottom: 0;
	border: 0;
	font-size: 1.8rem;
	line-height: 1.5em;
	padding-bottom: .8em;
}
.news .post_container ol {
	padding-left: 2em;
	padding-bottom: 1.5em;
}
.news .post_container ol > li {
	list-style-type: decimal;
	padding-bottom: 0;
	border: 0;
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: .8em;
}
.news .post_container blockquote {
	font-size: 2rem;
	line-height: 2em;
	margin: 10px;
	padding: 0 20px;
	background-color: #eee;
}
.news .post_container blockquote:before {
	content: '“';
	font-size: 5rem;
	line-height: 1em;
	height: 30px;
	display: block;
	padding-top: 10px;
	color: #ccc;
}
.news .post_container blockquote:after {
	content: '”';
	font-size: 5rem;
	line-height: 1em;
	height: 20px;
	color: #ccc;
	display: block;
	padding-bottom: 10px;
	width: 100%;
	text-align: right;
}

.post_container figure {
	max-width: 100%;
	margin: 0;
}



/*--------------------------------------*/

/*inquiry*/

/*--------------------------------------*/

.inquiry_wrap .btn_container a {
	font-weight: 700;
}

/*input--------------------------------*/

.inquiry_wrap .inquiry_list_container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.inquiry_wrap .inquiry_list_container dt {
	width: 30%;
	background-color: #827744;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white);
	letter-spacing: .05em;
	margin-bottom: 3px;
}

.inquiry_wrap .inquiry_list_container dd {
	width: calc(70% - 3px);
	background-color: var(--white);
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 0 0 3px 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	background-color: #eee;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}

input:focus,
textarea:focus {
	outline: 5px solid var(--pink);
}

textarea {
	width: 100%;
	height: 10em;
	font-size: 1.8rem;
	background-color: #eee;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}


.formErrorContent {
	color: #cc0000;
	padding-top: 5px;
}

.req {
	background-color: #cc0000;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .2em;
	padding: 2px 5px;
	margin-left: 10px;
    border-radius: 5px;
}

.submit_container {
	text-align: center;
	padding-top: 40px;
}

.checkbox_list_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.checkbox_list_item {
	width: 50%;
}

label {
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 500;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #ddd;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}

input[type="checkbox"]:before,input[type="checkbox"]:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .2s ease-in-out;
}

input[type="checkbox"]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

input[type="checkbox"]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}

input[type="checkbox"]:checked:before {
	left: 1px;
	top: 10px;
	width: 6px;
	height: 2px;
}

input[type="checkbox"]:checked:after {
	right: 5px;
	bottom: 1px;
	width: 2px;
	height: 14px;
}

input[type="checkbox"]:indeterminate:before,input[type="checkbox"]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

input[type="checkbox"]:indeterminate:before {
	left: 1px;
	top: 7px;
}

input[type="checkbox"]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

input[type="checkbox"] {
	border: 2px solid #ccc;
	background-color: #fff;
}

input[type="checkbox"]:checked,input[type="checkbox"]:indeterminate {
	background: var(--main-color);
	border: 2px solid var(--main-color);
}

input[type="submit"] {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 60px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	text-align: center;
    background-color: var(--gold);
    border-radius: 10px;
	border: none;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	position: relative;
}

input[type="submit"].back,
.btn_container.back a {
	background-color: #999;
	color: #eee;
}

input[type="submit"]:focus,
input[type="submit"].back:focus{
	outline: none;
}


.inquiry_wrap .btn_container.back {
	padding-top: 60px;
}

.error {
	color: #cc0000;
	font-size: 1.4rem;
}

.inquiry_wrap .center {
	text-align: center;
}

.inquiry_wrap .center.mail {
	padding: 40px 0 80px;
}

.inquiry_wrap .plain_txt,
.section ul {
	padding-bottom: 20px;
}

.inquiry.confirm .plain_txt,
.inquiry.finish .plain_txt {
	color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5em;
}

.inquiry_txt {
	display: block;
	width: 90vw;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2em;
	padding-bottom: 2em;
	text-align: center;
}







@media screen and (min-width: 768px) and (max-width: 1120px) {

}

@media screen and (min-width: 768px) and (max-width: 980px) {
	
	/*common--------------------------------*/

	.inquiry_btn_container a {
		height: 50px;
		width: 50px;
		box-sizing: border-box;
		font-size: 0;
	}

	.inquiry_btn_container a i {
		margin-right: 0;
	}


	/*--------------------------------------*/
	
	/*top*/
	
	/*--------------------------------------*/

	/*sec04--------------------------------*/
	
	.top .news_wrap .content_container {
		display: block;
	}
	
	.top .news_wrap .ttl_container {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.top .news_wrap .news_list_container {
		width: 100%;
	}

}
