@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Oooh+Baby&display=swap');

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


html,
body {
	margin: 0;
	padding: 0;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fffffe;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body.m_fixed_sns {
	padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	outline: none;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

.inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 80px 20px;
	width: 1180px;
}




/*TOP swiperスライダー*/

/* ロゴ */

.keyVisual-image {
	position: relative;


}



section.keyVisual {
	display: flex;
}

.text-area {
	max-width: 8% !important;
	width: 100%;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
	animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
	height: auto;
	width: 100%;
}

.hero__title {
	font-size: 40px;
	font-weight: bold;
	left: 0;
	color: #fff;
	position: absolute;
	margin-left: 1em;
	text-align: left;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 100;
}

.swiper-container {
	max-width: 100%;
}

/* ーーー高さ調整ーーー */
.swiper-slide img {
	height: 40vw;
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.swiper-slide img {
		height: 40vh;
		object-fit: cover;
		aspect-ratio: 1 / 1 !important;
	}
}

@media screen and (max-width: 769px) {
	.hero__title {
		top: 76% !important;
	}
}

/*================ PCスワイパー画像切り替えSP ================*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* ------ hero title ------- */
.hero__title {
	font-size: 40px;
	font-weight: bold;
	left: 0;
	color: #fff;
	position: absolute;
	margin-left: 1em;
	text-align: left;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
}

/*================ 全体にふわっとページ遷移 ================*/


@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body {
	animation: fadeIn 3s forwards;
}


/*TOP swiperスライダーここまで*/


/*ここからpopup*/

.modal_pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 9997 !important;
}

.bg {
	background-color: #1119;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9990 !important;
}

.modal_pop img {
	height: 50vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9992 !important;
}

.modal_pop h2 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translate(-50%, -50%);
	z-index: 9999 !important;
}

/* ここまでpopup */


/* ここから */
.c-container,
.c-fluid-container {
	padding-left: 0;
	padding-right: 0;
}

.container {
	max-width: 1120px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*----------------------------------------
		mainContents
	----------------------------------------*/
.mainContents {
	max-width: 1640px;
}

@media screen and (min-width: 992px),
print {
	.mainContents {
		margin-top: 100px;
	}
}




/*----------------------------------------
		container
	----------------------------------------*/
.container {
	max-width: 1120px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}



/*----------------------------------------
		heading
	----------------------------------------*/
.headingL {
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

@media screen and (min-width: 768px),
print {
	.headingL {
		margin-bottom: 40px;
		font-size: 48px;
	}
}


/*----------------------------------------
		button
	----------------------------------------*/
.buttonM {
	display: block;
	padding: 12px 15px;
	border: 2px solid #37952F;
	background: #37952F;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.buttonM:hover {
	background: #fff;
	color: #37952F;
}

.buttonL {
	display: block;
	padding: 20px;
	border: 2px solid #37952F;
	background: #fff;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.buttonL:hover {
	background: #37952F;
	color: #fff;
}

.buttonL._ghost {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}

.buttonL._ghost:hover {
	background: rgba(255, 255, 255, 0.3);
}

.centerButton {
	max-width: 400px;
	margin: 20px auto;
}

@media screen and (min-width:768px),
print {
	.centerButton {
		margin: 40px auto;
	}
}

/* レッスン規約のボタンここから */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn-tag {
	position: relative;
	padding: 1.25rem 3rem 1.25rem 80px;
	color: #000;
}

a.btn-tag:before {
	position: absolute;
	top: 0;
	left: 0;

	width: 50px;
	height: 100%;

	content: "";

	border-radius: 0.5rem 0 0 0.5rem;
}

a.btn-tag--bookmark {
	background: #e5e5e5;
	font-family: 'Inter', sans-serif !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

a.btn-tag--bookmark:before {
	background: #F3C800;
}

a.btn-tag--bookmark i {
	font-size: 120%;

	position: absolute;
	top: 0;
	left: 0;

	width: 50px;
	padding: 1.5rem 0;

	text-align: center;
	letter-spacing: 0;

	opacity: 0.7;
	color: #fff;
}

a.btn-tag--bookmark:hover {
	color: #212529;
	background: #fff;
}

a.btn-tag--bookmark:hover i {
	opacity: 1;
	color: #fff;
}


/* レッスン規約のボタンここまで */


/*----------------------------------------
		生徒さん募集中！
	----------------------------------------*/
h2.open-class-title {
	background: antiquewhite;
}

/*----------------------------------------
		pageHeaderL
	----------------------------------------*/
.pageHeaderL {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
	padding: 0 20px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.pageHeaderL._service {
	background-image: url(../img/bg_header_service.jpg);
}

.pageHeaderL__title .sub {
	display: block;
	color: #37952F;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pageHeaderL__title .main {
	display: block;
	font-size: 22px;
	letter-spacing: 0.2em;
}

@media screen and (min-width:768px),
print {
	.pageHeaderL {
		justify-content: flex-start;
		height: 260px;
		padding: 0 50px;
		text-align: left;
	}

	.pageHeaderL__title .sub {
		font-size: 24px;
	}

	.pageHeaderL__title .main {
		font-size: 30px;
	}
}

/*----------------------------------------
		pageIntro
	----------------------------------------*/
.pageIntro {
	padding: 50px 0;
	line-height: 1.8;
}

.pageIntro__catch {
	margin: -4px 0;
	/*(行の高さ-文字サイズ)÷2 分だけデザインより余白が大きくなってしまうのをある程度補正しています。*/
	font-size: 22px;
}

.pageIntro__txt {
	margin-top: 40px;
}

@media screen and (min-width:768px),
print {
	.pageIntro {
		padding: 80px 0;
	}

	.pageIntro__catch {
		margin: -14px 0;
		text-align: center;
		font-size: 36px;
	}
}

/*----------------------------------------
		cvArea
	----------------------------------------*/
.cvArea {
	max-width: 100%;
	padding: 50px 0;
	background: #37952F;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.cvArea__title {
	font-size: 24px;
}

.cvArea__title::after {
	content: "";
	display: block;
	width: 50px;
	margin: 20px auto 0;
	border-top: 1px solid;
}

.cvArea__txt {
	margin-top: 40px;
}

.cvArea__btn {
	max-width: 400px;
	margin: 40px auto 0;
}

.cvArea__tel {
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
}

.cvArea__tel a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
}

.cvArea__tel span {
	font-size: 24px;
}

@media screen and (min-width:768px),
print {
	.cvArea {
		padding: 80px 0;
		font-size: 16px;
	}

	.cvArea__title {
		font-size: 28px;
	}

	.cvArea__tel a {
		font-size: 48px;
	}

	.cvArea__tel span {
		font-size: 30px;
	}
}

/*----------------------------------------
		breadcrumb
	----------------------------------------*/
.breadcrumb {
	display: none;
}

nav.breadcrumb {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.breadcrumb {
		display: block;
		padding: 15px 50px;
		background-image: linear-gradient(135deg, #f7f7f7 10%, #eee 100%);
	}

	.breadcrumb__list li {
		display: inline-block;
		font-size: 12px;
	}

	.breadcrumb__list li:not(:last-child)::after {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: 0 3px;
		border-top: 1px solid;
		border-right: 1px solid;
		transform: rotate(45deg);
	}
}

.pageHeaderL._service {
	background-image: url(http://snowdemo01co.local/wp-content/uploads/2023/05/bg.jpeg);
}

.pageHeaderL {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
	padding: 0 20px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

@media screen and (min-width: 768px),
print {
	.pageHeaderL {
		justify-content: flex-start;
		height: 260px;
		padding: 0 50px;
		text-align: left;
	}
}

.mainVisual {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 50px;
}

/*================ スタッフ募集 ================*/
/* ボタン全体 */
#recruit-btn {
	white-space: pre;
	width: 130px;
	height: 130px;
	position: fixed;
	right: 1.5%;
	top: 44%;
	border-radius: 50%;
	bottom: 0;
	transition: all 5s ease;
	opacity: 0.9;
	text-decoration: none;
	z-index: 20;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.32);
	background: -webkit-linear-gradient(-45deg, #F7DB70, #EABEBF, #F7DB70, #A5DEE5, #D6A3DC) ;
	background: linear-gradient(-45deg, #F7DB70, #EABEBF, #F7DB70, #A5DEE5, #D6A3DC) ;
	background-size: 800% 800%;
	animation: GradietionAnimation 15s ease infinite;
}

a#recruit-btn {
	transition: 0.3s ease-in-out;
}

@keyframes GradietionAnimation {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

#recruit-btn::after {
	content: "スタッフ\A募集中";
	font-size: 18px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width:1100px) {
	#recruit-btn {
		width: 110px;
		height: 110px;
	}

	#recruit-btn::after {
		top: 31px;
	}
}

@media screen and (max-width:1024px) {
	#recruit-btn {
		bottom: 24%;
		top: auto;
	}
}

@media screen and (max-width:768px) {
	#recruit-btn {
		width: 100px;
		height: 100px;
		bottom: 18%;
		top: auto;
	}

	#recruit-btn::after {
		font-size: 15px;
		top: 30%;
	}
}

@media screen and (max-width:600px) {
	#recruit-btn {
		width: 80px;
		height: 80px;
		bottom: 13%;
		top: auto;
	}

	#recruit-btn::after {
		font-size: 12px;
		top: 29%;
	}
}

@media screen and (max-width:400px) {
	#recruit-btn {
		width: 70px;
		height: 70px;
		bottom: 13%;
		top: auto;
	}

	#recruit-btn::after {
		font-size: 10px;
		top: 31%;
	}
}

#recruit-btn:hover::after {
	color: #333;
	transition: all 1s ease;
}

#recruit-btn:hover {
	background: #F3C800;
	color: #333;
	opacity: .9;
	transition: all 1s ease;
}

@media screen and (max-width:670px) {
	.wp-block-group.recruit-box.is-layout-constrained.wp-block-group-is-layout-constrained {

		margin: auto;
	}
}

/*================ スタッフ募集ここまで ================*/


/*テキストエリア*/
.mainVisual__body {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	margin-right: 15px;
	padding: 30px 35px;

	color: #808080;
	background: #F3C800;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.mainVisual__body::after {
	position: absolute;
	content: "";
	top: -15%;
	left: -5%;
	background: url(https://stepplaydance.com/wp-content/uploads/2023/09/aboutus.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: 78%;
}

@media screen and (max-width:600px) {
	.mainVisual__body::after {
		top: -10%;
	}
}

@media screen and (max-width:500px) {
	.mainVisual__body::after {
		top: -12%;
	}
}

@media screen and (max-width:400px) {
	.mainVisual__body::after {
		top: -9%;
	}
}

/*見出し*/
.mainVisual__ttl {
	position: relative;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
}

.mainVisual__ttl br {
	display: block;
}

p.mainVisual__txt {
	z-index: 10;
	position: relative;
}

/*固定テキスト*/
p.mainVisual__txt,
.title-area p,
p.feature-text {
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	p.mainVisual__txt {
		font-size: clamp(16px, 7px + 0.55vw, 17px);
	}

	.title-area p {
		font-size: clamp(16px, 7px + 0.55vw, 17px);
	}

	p.feature-text {
		font-size: clamp(16px, 7px + 0.55vw, 17px);
	}
}

@media screen and (min-width: 1024px) {
	p.mainVisual__txt {
		font-size: clamp(17px, 8px + 0.65vw, 18px);
	}

	.title-area p {
		font-size: clamp(17px, 8px + 0.65vw, 18px);
	}

	p.feature-text {
		font-size: clamp(17px, 8px + 0.65vw, 18px);
	}
}

@media screen and (max-width: 767px) {
	p.mainVisual__txt {
		font-size: clamp(14px, 7px + 0.25vw, 15px);
	}

	.title-area p {
		font-size: clamp(14px, 7px + 0.25vw, 15px);
	}

	p.feature-text {
		font-size: clamp(14px, 7px + 0.25vw, 15px);
	}
}

@media screen and (max-width: 350px) {
	p.mainVisual__txt {
		font-size: clamp(12px, 6px + 0.25vw, 13px);
	}

	.title-area p {
		font-size: clamp(12px, 6px + 0.25vw, 13px);
	}

	p.feature-text {
		font-size: clamp(12px, 6px + 0.25vw, 13px);
	}
}

@media screen and (max-width: 286px) {
	p.mainVisual__txt {
		font-size: clamp(11px, 5px + 0.25vw, 12px);
	}

	.title-area p {
		font-size: clamp(11px, 5px + 0.25vw, 12px);
	}

	p.feature-text {
		font-size: clamp(11px, 5px + 0.25vw, 12px);
	}
}

p.our-story-txt:nth-of-type(2) {
	margin-top: 1.2em;
}

p.our-story-txt:nth-of-type(3) {
	margin-top: 1.2em;
}

.our-title-wrap {
	width: 100%;
	margin-top: -168px;
}

@media screen and (max-width: 600px) {
	p.mainVisual__txt {

		letter-spacing: 0.5px;
	}

	p.our-story-txt:nth-of-type(2) {
		margin-top: 1.2em;
	}

	p.our-story-txt:nth-of-type(3) {
		margin-top: 1.2em;
	}
}



/*for TAB*/
@media screen and (min-width: 768px) {
	.mainVisual__ph {
		margin-left: 35px;
	}

	.mainVisual__body {
		margin-top: -114px;
		margin-right: 0;
	}


	.mainVisual__ttl::after {
		margin-left: -35px;
	}
}

@media screen and (min-width: 991px) {
	.mainVisual__body {
		width: 60%;
	}
}

@media screen and (max-width: 990px) {
	.mainVisual__body {
		width: 68%;
	}
}

@media screen and (max-width: 850px) {
	.mainVisual__body {
		width: 74%;
	}
}

@media screen and (max-width: 500px) {
	.mainVisual__body {
		width: 100%;
	}
}

@media screen and (min-width: 1381px) {
	.mainVisual__body {
		padding: 30px 60px 28px;
		top: -22% !important;
		left: -22px;
		margin-top: -210px;
	}
}

@media screen and (max-width: 1380px) {
	.mainVisual__body {
		left: calc(3% + 20px);
	}
}

@media screen and (max-width: 350px) {
	.mainVisual__body {
		left: 0;
		width: 100%;

	}

	.mainVisual__body::after {
		left: 5%;
	}
}

/*for PC*/
@media screen and (min-width: 1080px),
print {
	.mainVisual {
		max-width: 1200px;
		margin: auto;
	}

	p.mainVisual__txt {
		color: #000;
	}





	.mainVisual__ph img {
		max-width: none;
		width: 100%;
		max-height: 940px;
		object-fit: cover;
		object-position: right bottom;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}

	.keyVisual-image {
		text-align: right;
	}
}

@media screen and (min-width:1025px) {
	.mainVisual-item-img {
		margin-top: 10px;
	}
}

@media screen and (min-width: 701px) and (max-width: 1024px) {
	.mainVisual-item-img {
		margin-top: 15px;
	}
}

@media screen and (max-width:700px) {
	.mainVisual-item-img {
		margin-top: 11px;
	}
}

p.mainVisual__txt {
	text-align: left;
	white-space: nowrap;
}

.mainVisual__txt span {
	font-weight: bold;
}

/*----------------------------------------
		事業内容専用
	----------------------------------------*/

/* serviceWrap
	-------------------------------*/
.service {
	max-width: 1400px;
	width: 100%;
	margin: 180px auto 50px;
}

@media screen and (max-width: 768px) {
	.service {
		margin: 180px auto 0;
	}
}

@media screen and (min-width: 950px) {
	.feature {

		max-width: 1200px !important;
		width: 100%;

	}
}

section.feature-message {
	max-width: 1540px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 300px;
	position: relative;
}

@media screen and (min-width:1251px) and (max-width:1440px) {
	section.feature-message {
		margin-bottom: 280px;
	}
}

@media screen and (min-width:900px) and (max-width:1250px) {
	section.feature-message {
		margin-bottom: calc(300px + 17vw);
	}
}

@media screen and (max-width: 949px) {
	section.feature-message {
		margin-bottom: 70px;
		margin-top: 168px;
	}
}

@media screen and (max-width: 768px) {
	section.feature-message {
		margin-bottom: 70px;
		margin-top: 54px;
	}
}

@media screen and (max-width: 550px) {
	section.feature-message {
		margin-bottom: 70px;
		margin-top: 60vw;
	}
}

@media screen and (max-width: 350px) {
	section.feature-message {
		margin-bottom: 70px;
		margin-top: 50vw;
	}
}

.service__image.-feature {
	background-color: transparent;
	width: 60%;
	height: auto;
	object-fit: cover;

}


@media screen and (max-width:949px) {
	.service__image.-feature {
		width: 100%;
		height: 100% !important;


	}
}

/* 「特徴」と「アクセス」共通 */
.serviceWrap {


	background: #fff;
}



h1.mainVisual__ttl {
	font-family: 'Zen Old Mincho', serif;

	color: #8F8F8F;

	font-size: 29px;

	line-height: 44px;
	/* 151.724% */
	letter-spacing: 9.28px;
}

.gallery-message-title,
p.photo-text-message {
	font-family: 'Inter', sans-serif;
}

.gallery-message-title {

	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 5.2px;
}

/* 親御さんのメッセージタイトル */
p.photo-text-message {
	font-size: 18px !important;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 0;
	border-bottom: 2px dotted #e7e7e7;
	padding-bottom: 5px;
	margin-bottom: 0.7em;

}

section.keyVisual {
	margin-bottom: 50px;
	padding-left: 8%;
}

@media screen and (max-width: 600px) {
	section.keyVisual {
		margin-bottom: 40px;
		padding-left: 0;
	}
}

@media screen and (min-width: 768px),
print {

	/* 「特徴」と「アクセス」共通 */
	.serviceWrap {



		/*背景色の開始位置をずらしてブロークングリッドを表現*/
		background: linear-gradient(#FFF 140px, #fff 140px);
	}

	/*親コンテナを超えてブラウザ端まで背景を伸ばすテクニックを使う場合、
	  body要素の横スクロールが発生しないようにoverflow-x:hiddenの指定を併用する必要があります。
	  この課題のcommon.cssにはその指定が入れてありますが、自身の案件で使う場合には忘れないように気をつけましょう*/
}

.title-area.about {
	background: transparent;
}



section.about-us {
	padding: 70px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	section.about-us {
		padding: 100px 0;
	}
}

@media screen and (min-width: 1025px) {
	section.about-us {
		padding: 140px 0;
	}
}

@media screen and (max-width: 767px) {
	section.about-us {
		padding: 5px 0;
	}
}

.title-area p {
	color: #000;
	white-space: nowrap;
}

/*================ 文章「改行」 ================*/
@media screen and (min-width: 671px) {
	.sp_br {
		display: none;
	}

	.pc_br {
		display: block;
	}
}

@media screen and (max-width: 670px) {
	.sp_br {
		display: block;
	}

	.pc_br {
		display: none;
	}

	.mainVisual__body {
		padding: 30px 27px;
	}

	section.our-story {
		padding-left: 20px;
	}
}

section.our-story {
	max-width: 1540px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 0px;
	height: 600px;
}

@media screen and (max-width:949px) {
	section.our-story {
		padding-bottom: 100px;
		min-height: 550px;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:600px) {
	section.our-story {
		padding-left: 10vw;
	}
}

@media screen and (max-width:440px) {
	section.our-story {
		padding-left: 7vw;
	}
}

@media screen and (max-width: 350px) {
	.mainVisual__body {
		padding: 23px 10px;
	}

}

@media screen and (max-width: 290px) {
	.mainVisual__body {
		padding: 23px 2px;
	}
}

@media screen and (max-width: 300px) {
	section.our-story {
		padding-left: 3vw;
	}
}

/* Feature
	-------------------------------*/
.service__body.-feature {
	background: #F3C800;
	/* width: calc((516/1084)*100%); */
	padding: 28px 0px 28px 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 750px;
}

@media screen and (max-width:600px) {
	.service__body.-feature {
		padding: 28px 0px 20px 20px;
	}
}

@media screen and (max-width:498px) {
	.service__body.-feature {
		padding: 28px 0px 20px 20px;
	}
}

@media screen and (max-width:315px) {
	.service__body.-feature {
		padding: 28px 0px 20px 10px;
	}
}

@media screen and (max-width:300px) {
	.service__body.-feature {
		padding: 28px 0px 20px 1px;
	}
}


span.sub.-feature p {
	color: #000;
}

span.sub.-feature {
	color: #000;
}



@media screen and (max-width:600px) {
	.title-area p {
		margin-left: 0;
		letter-spacing: 0.5px;
	}
}

p.feature-text {
	color: #000;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	p.feature-text {
		color: #000;
		letter-spacing: 0.5px;
	}
}

.service__txt.-feature {
	padding-right: 38px;
	padding-bottom: 3px;
}

/* service
	-------------------------------*/
span.main {
	display: block;
}

.service:not(:first-child) {
	margin-top: 40px;
}

.service__body {
	position: relative;
	z-index: 1;
	margin: -50px 20px 0;
	padding: 40px 20px;
	background: #fff;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width:1220px) {
	.service__body {
		padding: 20px 20px;
		margin: -50px 0 0;
		height: 500px;
		width: calc((716/1084)*100%);
	}
}

@media screen and (max-width:740px) {
	.service__body {
		width: 100%;
	}
}






.service__title .sub {
	display: block;
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 5.2px;
	margin-bottom: 10px;
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 40px;
}

.service__title .main {
	font-size: 16px;
}

.service__txt {
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.4;
}

.service__txt p+p {
	margin-top: 1em;
}

.service__photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*flexはmargin相殺が効かないので.service__photos liの20pxと足して30pxになるように調整*/
	margin-top: 10px;
}

.service__photos li {
	width: calc((100% - 20px)/2);
	margin-top: 20px;
}

.service__photos img {
	/*素材写真が小さいので100%拡大化*/
	max-width: none;
	width: 100%;
}

@media screen and (min-width: 568px) {

	/*各サービス紹介内の写真は2カラムのままではすぐに大きくなりすぎるので早めにPC用レイアウトに変更*/
	.service__photos {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.service__photos li {
		width: calc((100% - 60px)/4);
	}

	.service__photos li:not(:last-child) {
		margin-right: 20px;
	}
}



@media screen and (min-width: 950px),
print {

	/*サービス紹介ブロック*/
	.service {
		position: relative;
		padding-top: 70px;
		max-width: 1700px;
		width: 100%;
		/*ブロック上端から70px下げる*/
	}

	.service-wrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}



	@media screen and (max-width: 950px) {
		.feature--area {
			margin-top: -340px;
		}
	}

	.service:not(:first-child) {
		margin-top: 50px;
	}

	.service__image.-feature {
		position: absolute;
		top: 35%;
		right: 0;
	}

	@media screen and (max-width:1250px) {
		.service__image.-feature {
			position: absolute;
			top: 70%;
			width: 73%;
		}
	}

	/*イメージ写真*/
	/*画像の高さが500px固定・幅は常に50vwということは、隣り合うテキストブロックの高さと連動させる必要がないため、absoluteで配置しています。*/
	.service__image {
		/*右半分を画像とするため、left起点で配置*/
		width: 50vw;
	}

	.service._reverse .service__image {
		left: auto;
		right: 50%;
		/*左半分を画像とするため、right起点で配置*/
	}



	/*テキストブロック*/
	.service__txt-wrap {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	li.contact-btn {
		width: 100%;
	}

	li.access-map {
		width: 100%;
	}


	.service._reverse .service__body {
		margin-left: auto;
		/*テキストブロックを右に寄せる*/
	}



	.service__title .main {
		font-size: 20px;
	}

	.service__txt {
		font-size: 16px;
	}
}

.access-map>p {
	margin-bottom: 20px;
}

.service__image {
	top: 0;
	width: 50vw;
	background-color: #e6e6e6;
}

.service__image.-feature img {
	vertical-align: 100%;
}

@media screen and (min-width: 950px) {
	.service {
		position: relative;
		padding-top: 70px;
		max-width: 1700px;
		width: 100%;
		margin: 250px auto 0;
	}

	.service__image {
		position: absolute;
	}
}



.service__title .sub {
	font-weight: 200;
	border-bottom: 3px solid #F3C800;
	display: inline-block;
	width: 100px;
	padding-bottom: 15px;
}

@media screen and (max-width:768px) {
	.service__title .sub {
		font-weight: 200;
		border-bottom: 2px solid #F3C800;
		display: inline-block;
		width: 55px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}



/*ここまで２面*/
html,
body {
	overflow-x: hidden;
}

p {
	color: #333;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.24px;
}




/* ② Our storyのタイトル */
.title-area {
	position: relative;
	background: linear-gradient(90deg, #fff 0%, #fff 20%, #F3C800 20%, #F3C800 100%);
	background: linear-gradient(90deg, #fff 0%, #fff 20%, #F5f5f5 20%, #f5f5f5 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 178px !important;
}

.attention {
	position: relative;
	padding: 0 30px;

}

@media screen and (min-width:1331px) {
	.our-story-image {
		position: absolute;
		top: -44%;
		right: 11%;
		padding-right: 30px;
		width: 36%;
	}
}

@media screen and (max-width:1330px) {
	.our-story-image {
		position: absolute;
		top: -44%;
		right: 5%;
		width: 36%;
	}
}

@media screen and (max-width:1050px) {
	.our-story-image {
		top: -44%;
		right: 2%;
	}
}

@media screen and (max-width:949px) {
	.our-story-image {
		position: absolute;
		top: 114%;
		right: 12%;
		width: 40%;
	}
}

@media screen and (max-width:670px) {
	.our-story-image {
		position: absolute;
		top: -22%;
		right: 8%;
		width: 42%;
	}
}

@media screen and (max-width:550px) {
	.our-story-image {
		position: absolute;
		top: 109%;
		right: 8%;
		width: 78%;
	}
}



.our-story-wrapper {
	position: absolute;
	top: 48%;
	left: 1%;
	width: 100%;


}

@media screen and (max-width:800px) {
	.attention {
		padding: 0;
	}
}

.our-title {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
}

.about-title {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
}

.gallery-area {
	width: 100%;
}

.center-gallery {
	text-align: center;
}

.section-title {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 5.2px;
	font-family: 'Inter', sans-serif;
	margin-left: 2em;
	margin-top: 60px;
}

.title-center-gallery {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 5.2px;
	font-family: 'Inter', sans-serif;
	margin-left: 2em;
	margin-top: 60px;
}

@media screen and (max-width:768px) {
	.section-title {
		font-size: 33px;
	}

	h2.service__title {
		font-size: 33px;
	}

	h2.title-center-lesson-class {
		font-size: 32px !important;
	}

	.service__title .sub {
		font-size: 32px;
	}

	h2.title-center-gallery {
		font-size: 32px;
	}


}

@media screen and (max-width:315px) {
	h2.service__title.-feature {
		padding-left: 11px;
	}
}

@media screen and (max-width:320px) {
	h2.title-center-lesson-class {
		font-size: 24px !important;
	}

	.section-title {
		font-size: 29px !important;
	}

	span.sub.-feature {
		font-size: 29px !important;
	}

	h2.title-center-gallery {
		font-size: 29px !important;
	}

	.service__title .sub {
		font-size: 29px !important;
	}
}

@media screen and (min-width:601px) {
	.pc-only_br {
		display: block;
	}

	.section-title {
		margin-left: 2em;
	}
}

@media screen and (max-width:600px) {
	.section-title {
		margin-left: 1em;
	}
}

@media screen and (max-width:599px) {
	.pc-only_br {
		display: none;
	}
}

h2.title-center-gallery {
	position: relative;
	width: 100px;
	max-width: 100%;
	margin: auto;
}

/* タイトル横の黄色斜線 */
.title-center-gallery::before {
	position: absolute;
	left: -64%;
	bottom: -40%;
	content: "";
	width: 3px;
	height: 130px;
	background: #F3C800;
	border-radius: 3px;
	transform: rotate(-125deg);
}

/* タイトル横の黄色斜線 */
.attention:before {
	position: absolute;
	left: 4%;
	top: -1%;
	content: "";
	width: 3px;
	height: 130px;
	background: #F3C800;
	border-radius: 3px;
	transform: rotate(-125deg);
}

@media screen and (max-width:768px) {
	.attention:before {
		left: 5%;
		top: 31%;
		width: 2px;
		height: 58px;
	}
}

@media screen and (max-width:600px) {
	.attention:before {
		left: 2px;
	}
}

@media screen and (max-width:768px) {
	.title-center-gallery::before {
		top: -77% !important;
		bottom: auto !important;
		width: 2px !important;
		left: -39%;
		height: 58px !important;
	}

	h2.title-center-lesson-class::before {
		left: -27%;
		top: -63%;
		width: 2px;
		height: 58px;
	}

	h2.title-center-lesson-class::before {
		left: -1% !important;
		top: -60% !important;
		width: 2px !important;
		height: 58px !important;
		bottom: auto !important;
	}
}

.feature--area {
	padding-right: 10px;
}

@media screen and (max-width:600px) {
	.feature--area img {
		width: 62%;
	}
}

@media screen and (max-width:481px) {
	.feature--area img {
		width: 42%;
	}
}

@media screen and (max-width:336px) {
	.feature--area img {
		width: 32%;
	}
}

h2.title-center-lesson-class {
	position: relative;
	width: 310px;
	max-width: 100%;
	margin: auto;
	font-weight: 200;
	color: #000;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 5.2px;
	font-family: 'Inter', sans-serif;
}

@media screen and (max-width:600px) {
	h2.title-center-lesson-class {
		letter-spacing: 4.2px;
	}
}

@media screen and (max-width:374px) {
	h2.title-center-lesson-class {
		letter-spacing: 2.2px;
	}

	h2.title-center-lesson-class::before {
		left: 4% !important;
	}
}

@media screen and (max-width:320px) {
	h2.title-center-lesson-class::before {
		left: 10% !important;
	}

	h2.title-center-lesson-class {
		letter-spacing: 0.2px;
	}
}

span.yellow {
	color: #F3C800;
}

/* タイトル横の斜線 */
h2.title-center-lesson-class::before {
	position: absolute;
	left: -23%;
	bottom: -40%;
	content: "";
	width: 3px;
	height: 130px;
	background: #F3C800;
	border-radius: 3px;
	transform: rotate(-125deg);
}

@media screen and (max-width:768px) {
	p.photo-text {
		font-size: 16.4px !important;
		line-height: 1.7;
	}
}

@media screen and (max-width:600px) {
	p.photo-text {
		font-size: 14.4px !important;
		line-height: 1.7;
	}
}


/* 発表会 */


.gallery-area.title-area {
	background: transparent;
}


.photo-text-message {
	color: #000;
	font-weight: bold;
}


/*フォトギャラリー*/
.photo-container {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	width: 100%;
	height: 1180px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 10px 10px;
	grid-template-areas:
		"areaA areaC areaC areaB"
		"areaD areaD areaE areaF"
		"areaK areaL areaJ areaJ"
		"areaG areaI areaI areaH";
	/*「セル3×3のレイアウト」に対してエリア名を指定*/
}

@media screen and (max-width: 700px) {
	.photo-container {
		height: auto;
		grid-template-columns: 100%;
		grid-template-rows: 1fr;
		grid-template-areas:
			"areaA"
			"areaB"
			"areaC"
			"areaD"
			"areaE"
			"areaF"
			"areaG"
			"areaH"
			"areaJ"
			"areaK"
			"areaL"
			"areaI";
	}

}








.itemA {
	grid-area: areaA;
	order: 1;

}

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



.itemB {
	grid-area: areaB;
	order: 3;

}

.itemB img {
	object-fit: cover;
	height: 100%;
	width: 100%;

}

.itemC {
	grid-area: areaC;
	background: #fff;
	padding: 2%;
	color: #333;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.32);
	border: 1px solid gray;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 2;

}


.itemD {
	grid-area: areaD;
	background: #fff;
	padding: 2%;
	color: #333;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.32);
	border: 1px solid gray;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 4;

}

.itemE {
	grid-area: areaE;
	order: 6;

}

.itemE img {
	object-fit: cover;
	height: 288px;
	width: 100%;

}

.itemF {
	grid-area: areaF;
	order: 5;

}

.itemF img {
	object-fit: cover;
	height: 100%;
	width: 100%;

}

.itemG {
	grid-area: areaG;
	order: 9;

}

.itemG img {
	object-fit: cover;
	height: 100%;
	width: 100%;

}


/* 上下からラインを引くアニメーション　ここから */
.lesson-class-area-item {
	display: block;
	position: relative;
	text-align: center;

}

.lesson-class-area-item p {
	font-weight: bold !important;
}

.lesson-class-area-item:before,
.lesson-class-area-item:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: width 0.2s ease;
	-moz-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
	bottom: 10px !important;
	z-index: 10;
}

.lesson-class-area-item:before {
	left: 0;
	bottom: 0;

}

.lesson-class-area-item:after {
	right: 0;
	top: 0;
	top: 10px;
}

.lesson-class-area-item:hover:before,
.lesson-class-area-item:hover:after {
	width: 90%;

}

/* 上下からラインを引くアニメーション　ここまで */



.itemG img {
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.itemH {
	grid-area: areaH;
	order: 8;
}

.itemH img {
	object-fit: cover;
	width: 100%;
	height: 101%;

}

.itemI {
	grid-area: areaI;
	background: #fff;
	padding: 2%;
	color: #333;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.32);
	border: 1px solid gray;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 7;

}





/* solid008 */
.button_solid008 a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.button_solid008 a::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 2px;
	background-color: #bbbbbb;
	transition: 0.2s ease 0s;
}

.button_solid008 a::after {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	width: 2px;
	height: 100%;
	background-color: #bbbbbb;
	transition: 0.2s ease 0.2s;
}


.button_solid008 a:hover::before {
	width: 0%;
}

.button_solid008 a:hover::after {
	height: 0%;
}

.button_solid008 a:hover {
	text-decoration: none;
	background-color: #ccc;
}

.itemH img {
	object-fit: cover;
	height: 100%;
}

.itemI img {
	object-fit: cover;

}


.itemJ {
	grid-area: areaJ;


}

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

.itemK {
	grid-area: areaK;


}

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

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

.itemL {
	grid-area: areaL;


}

.photo-text {
	color: #000;
	margin-bottom: 0;
	font-size: 18px !important;
}


p.photo-text-message.-bk {
	color: #333;
}


.photo-text-yellow {
	color: #333;
}

.lesson-class-text {
	font-size: 20px;
	color: #fff;
}

/*レッスンクラスアニメーション*/




/* 左上へ配置 */
.button-border::after {
	width: 0px;
	height: 2px;
	top: -1px;
	left: -1px;
}

/* 右下へ配置 */
.button-border::before {
	width: 0px;
	height: 2px;
	right: -1px;
	bottom: -1px;
}

/* 左下へ配置 */
.button-border span::after {
	width: 2px;
	height: 0px;
	left: -1px;
	bottom: -1px;
}

/* 右上へ配置 */
.button-border span::before {
	width: 2px;
	height: 0px;
	top: -1px;
	right: -1px;
}

/* hover */
.button-border:hover::after,
.button-border:hover::before {
	width: 100%;
	width: calc(100% + 1px);


}

.button-border:hover span::after,
.button-border:hover span::before {
	height: 100%;
	height: calc(100% + 1px);



}

/*アニメーションここまで*/



.l-gallery-class {
	position: relative;
}

.l-gallery-class p {
	position: absolute;
	/*絶対配置*/
	color: #fff;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 23px;
	width: 100%;
	z-index: 10;
}

@media screen and (min-width:501px) and (max-width:535px) {
	.l-gallery-class p {
		font-size: 20px;
	}
}

@media screen and (min-width:769px) and (max-width:801px) {
	.l-gallery-class p {
		font-size: 20px;
	}
}

.l-gallery-class p {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0;

}








/* クラス紹介写真ギャラリー */

.lesson-class {
	padding-top: 40px;
}

section.lesson-class {
	margin-top: 120px;
	padding-bottom: 100px;
}


.sch001 {
	margin-top: 40px !important;
	max-width: 1200px;
	margin: 0 auto;
}


@media screen and (max-width:768px) {
	section.lesson-class {
		margin-top: 70px;
	}
}

@media screen and (min-width:1025px) {
	section.lesson-class {
		margin-top: 140px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	section.lesson-class {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	section.lesson-class {
		padding-bottom: 20px;
	}
}

section.member-login {
	margin-top: 70px;
}

@media screen and (min-width:1201px) {
	section.member-login {
		margin-top: 120px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	section.member-login {
		margin-top: 100px;
	}
}

@media screen and (max-width:768px) {
	section.member-login {
		margin-top: 0;
	}
}

.l-gallery li a img {
	object-fit: cover;
	height: 220px;
	width: 460px;
}

.l-gallery {
	/*ベースになるギャラリーを横並びに*/
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1180px;
	margin: auto;
	flex-wrap: wrap;
}


.l-gallery li {
	width: 33.333%;
	padding: 8px;
}

@media only screen and (max-width: 768px) {
	.l-gallery li {
		width: 50%;
		padding: 8px;
	}
}

@media only screen and (max-width: 500px) {
	.l-gallery li {
		width: 100%;
		padding: 8px;
		text-align: center;
	}
}


.l-gallery li a img {
	object-fit: cover;
}

/*画像の横幅を100%にしてレスポンシブ化*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

/*========= レイアウトのためのCSS ===============*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
}

li.l-gallery-class {
	transition: 1.3s;
}

li.l-gallery-class:hover {
	opacity: .7;
}

.button_line007 {
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sns-container {
	position: relative;
	border: 1px solid #333;
	max-width: 1330px;
	margin-left: auto;
	padding: 150px;
}

/* SNS 3つのボタンをまとめる */
.sns-wrap {
	display: flex;
	position: absolute;
	top: 55%;
	left: 5%;
	content: "";
	transform: translateY(-50%);
	gap: 20px;
	z-index: 500;
	flex-wrap: wrap;
	justify-content: space-evenly;

}

@media only screen and (max-width: 612px) {
	.sns-wrap {
		gap: 10px;
	}
}

.Instagram {
	border: 1px solid #333;
	display: block;
	width: 150px;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.Instagram a {
	text-decoration: none;
}

/* LINE007 */
.button_line007 a {
	text-decoration: none;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 280px;
	padding: 8px 125px;
	color: #000;
	transition: 0.3s ease-in-out;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 34px;
	border: 1px solid gray;
}

@media screen and (max-width:767px) {
	.button_line007 a {
		font-size: 30px;
	}
}

/* メンバーログインボタン */
.sss {
	text-decoration: none;
	position: relative;


	align-items: center;
	margin-left: auto;
	max-width: 440px;
	color: #fff;
	font-weight: 900;
	transition: 0.3s ease-in-out;
	font-family: 'Inter', sans-serif;
	margin-bottom: 15px;
	font-size: 23px;
	background: #F3C800;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.button_line005 {
	margin-left: 20px;
}

.button_line006 {
	margin-left: 20px;
}

.button_line005 a:hover {
	background-color: #fff;
	color: #F3C800;
	border: #F3C800 1px solid;
}

.button_line003 a {
	text-decoration: none;
	position: relative;
	display: flex;

	align-items: center;
	margin-right: -6px;
	max-width: 380px;
	padding: 18px 45px;
	color: #000;
	border: 0.3px solid #D6D6D6;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-left: auto;
	transition: 0.3s ease-in-out;
	font-family: 'Inter', sans-serif;
	margin-bottom: 23px;
	font-size: 22px;
	background: #fff;
}

/* ラインボタン */
.button_line006 a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	max-width: 440px;
	padding: 19px 45px;
	color: #fff;
	border: 0.3px solid #333;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-left: auto;
	transition: 0.3s ease-in-out;
	font-family: 'Inter', sans-serif;

	font-size: 30px;
	background: #333;
	font-weight: bold;
	margin-right: -6px;
}

.button_line006 a:hover {
	background-color: #fff;
	color: #333;
	border: #333 1px solid;
}

.alternate__txt {
	border-right: 2px solid #fff;

}

.alternate__ttl {
	position: relative;
}

.alternate__ttl::after {
	position: absolute;
	transform: rotate(90deg);
	right: -16%;
	top: 0%;
	z-index: 0;
	content: '';
	background: url(http://snowdemo01co.local/wp-content/uploads/2023/05/FEATURE.png);
	width: 180px;
	height: 50px;
	background-repeat: no-repeat;


}

section.alternate._normal.last {
	margin-bottom: 160px;
}

@media screen and (max-width:767px) {
	section.alternate._normal.last {
		margin-top: 30px;
	}

	section.alternate._normal.last {
		margin-bottom: 100px;
	}
}

/* アバウトタイトル */
.title-area-about {
	margin-left: 100px;
	margin-bottom: 150px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.title-area-about {
		margin-bottom: 145px;
	}
}

@media screen and (max-width:768px) {
	.title-area-about {
		margin-bottom: 120px;
	}
}

@media screen and (max-width:768px) {
	.title-area-about {
		margin-left: 2em;

	}
}

/* メンバーログインタイトル */
.title-area-member {
	position: relative;
	height: 120px;
	margin-left: 100px;
	margin-bottom: 30px;
}

@media screen and (max-width:600px) {
	.title-area-member {
		margin-left: 20px;
	}
}

.member-title {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;

}

.contact-item {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
}

/* お問い合わせタイトル */

.contact-title-area {
	position: relative;
	margin-left: 300px;
	width: 100%;
	height: 120px;

}

@media screen and (max-width:768px) {
	.title-area.about.contact {
		margin-left: 100px;
	}

	.contact-title-area {
		margin-left: 100px;
	}
}

@media screen and (max-width:600px) {
	.contact-title-area {
		margin-left: 20px;
	}
}

.alternate {
	margin-bottom: 80px;
}

.alternate {
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (max-width:767px) {
	section.alternate._normal {
		margin-bottom: 27px;
	}
}

.alternate+.alternate {
	margin-top: 30px;
}

.alternate__ttl {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.alternate__sttl {
	display: block;
	font-size: 10px;
}

.alternate__txt {
	margin-top: 20px;
	line-height: 1.7;
}

.alternate__thumb {
	position: relative;
	z-index: 1;
}

.alternate__thumb::after {
	position: absolute;
	top: -30px;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
}

.alternate._normal .alternate__thumb::after {
	right: 30px;
}

.alternate._reverse .alternate__thumb::after {
	left: 30px;
}

.alternate__thumb img {
	max-width: none;
	width: 100%;
}

/*ずらし用の指定*/
@media screen and (max-width: 767px) {
	.alternate__body {
		margin-top: -40px;
		padding-top: 60px;
	}

	.alternate._normal .alternate__thumb {
		margin-left: -20px;
	}

	.alternate._normal .alternate__thumb1 {
		margin-left: -20px;
	}

	.alternate._normal .alternate__body {
		margin-right: -20px;
	}

	.alternate._reverse .alternate__thumb {
		margin-right: -20px;
	}

	.alternate._reverse .alternate__thumb1 {
		margin-right: -20px;
	}

	.alternate._reverse .alternate__body {
		margin-left: -20px;
	}
}



@media screen and (min-width: 768px),
print {

	/*PCで幅広げたい場合*/
	.alternate._normal .alternate__thumb::after {
		right: -281px;
		width: 85vw;
	}

	.alternate._normal .alternate__thumb1::after {
		left: 500px;
		width: 76vw;
	}

	/*PCで幅広げたい場合*/
	.alternate._reverse .alternate__thumb::after {
		left: 50px;
		width: 50vw;
	}

	.alternate._reverse .alternate__thumb1::after {
		left: 50px;
		width: 50vw;
	}

	.alternate {
		flex-direction: row-reverse;
		/* border: 1px solid red; */
		max-width: 1700px;
	}

	.alternate+.alternate {
		margin-top: 80px;
		/*後続ボックスとの余白を確保*/
	}

	.alternate._reverse {
		flex-direction: row;
	}

	/* コンタクトエリア（PCの時） */
	.alternate__body {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.alternate__thumb {
		width: 48%;
	}

	.alternate__thumb1 {
		width: 48%;
	}

	.alternate__thumb img {
		height: 100%;
		object-fit: cover;
	}

	.alternate__thumb1 img {
		height: 100%;
		object-fit: cover;
	}

	/*ずらし用の指定*/
	/*【補足】比較のためあえてずらす前の指定とは別にずらすために追加したプロパティ類を分けて記述しています。実際にはセレクタを統合する必要があります*/
	.alternate__body {
		position: relative;
		top: 40px;
		/*元の位置を基準に単純に40px下にずらす*/
		width: calc(50% + 80px);
		/*あらかじめ80px分広げる*/
	}

	.alternate__thumb {
		position: relative;
		z-index: 1;
	}

	.alternate__thumb1 {
		position: relative;
		z-index: 1;
	}

	.alternate._normal .alternate__body {
		margin-left: -80px;
		/*ネガティブマージンで広げた分を相殺*/
		padding-left: 110px;
		/*重なり分の余白を確保*/
	}

	.alternate._reverse .alternate__body {
		margin-right: -80px;
		padding-right: 110px;
	}
}

/* contact 白い四角エリア */
.alternate__body {
	z-index: 2;
	background: #FFF;
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.38);
	padding-top: 75px;
	padding-bottom: 75px;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.access-container {
	position: relative;
	margin-bottom: 100px;
}

.contact-btn a {
	text-decoration: none;
	position: absolute;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 380px;
	padding: 16px 50px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	background: #F3C800;
	margin-bottom: 15px;
	font-size: 20px;
	bottom: 10%;
	right: 18%;
	content: "";
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 23px;
}

@media screen and (max-width: 1282px) {
	.contact-btn a {
		padding: 16px 20px;
	}
}

@media screen and (max-width: 1220px) {
	.contact-btn a {
		text-decoration: none;
		position: absolute;
		display: block;
		max-width: 380px;
		padding: 16px 50px;
		color: #fff;
		transition: 0.3s ease-in-out;
		font-weight: bold;
		background: #F3C800;
		margin-bottom: 0;
		font-size: 20px;
		bottom: auto;
		right: auto;
	}
}

.contact-btn a::before {
	display: none;
}

.contact-btn a::after {
	display: none;
}

.contact-btn a:hover {
	background-color: #fff;
	color: #F3C800;
	border: #F3C800 1px solid;
}


.member-btn-wrap {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 1300px;
	padding: 40px;
	width: 885px;
	margin-right: auto;
	margin-left: auto;

}

.member-box-container {
	position: relative;
}

.member-box-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: #000;
	width: 200px;
	height: 200px;

}

/* コンタクトエリア */
.alternate__thumb1::after {
	position: absolute;
	bottom: -86px;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e3e3e3;
}

@media screen and (max-width:767px) {
	.alternate._normal .alternate__thumb1::after {
		left: 40vw;
		width: 65vw;
	}

	.alternate__thumb1::after {
		position: absolute;
		bottom: -42px;
	}
}

.button_line007 a:hover {
	background: #fff;
	color: #F3C800;
}

.button_line007 a:before,
.button_line007 a:after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	border: .5px solid transparent;
	width: 0;
	height: 0;
}

.button_line007 a:before {
	top: 0;
	left: 0;
}

.button_line007 a:after {
	bottom: 0;
	right: 0;
}

.button_line007 a:hover:before,
.button_line007 a:hover:after {
	width: 100%;
	height: 100%;
}

.button_line007 a:hover:before {
	border-top-color: #F3C800;
	border-right-color: #F3C800;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.button_line007 a:hover:after {
	border-bottom-color: #F3C800;
	border-left-color: #F3C800;
	transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

.sns-container {
	position: relative !important;
	border: 1px solid #D9D9D9;
	background: #F3C800;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sns-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url(../img/14.png);
	background-repeat: no-repeat;
}

.attention.sns-title {
	margin-top: -56px;
}

.google-map {


	margin: auto;

}

/*================ SNSエリア筆記体あしらい ================*/


/* SNS 斜線タイトル */
.sns-title {
	position: absolute;
	top: -20px;
	left: 16px;
	content: "";
	width: 100%;

}

section.sns {
	margin-top: 100px;
	margin-bottom: 100px;

}

.sns-image {
	z-index: -1;
	position: absolute;
	margin-left: 2vw;
	top: 73%;
	left: 39%;
}

@media screen and (max-width: 1200px) {
	.sns-image {
		margin-left: 9vw;
		top: 76%;
	}
}

@media screen and (max-width: 940px) {
	.sns-image {
		margin-left: -17vw;
		top: 82%;
		left: 48%;
	}
}

@media screen and (max-width: 928px) {
	.sns-image {
		margin-left: -17vw;
		top: 87%;
		left: 48%;
	}
}

@media screen and (max-width: 601px) {
	.sns-image {
		margin-left: 26vw;
		top: 102%;
		left: -20%;
		right: 0;
	}
}

.sns-image img {
	transform: rotate(-7deg);
	max-width: 78%;
}

.google-map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}


.access-container {
	position: relative;
	border: 1px solid #333;
	max-width: 1000px;
	margin-right: auto;
	padding: 150px;
}

span.main {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: .11em;
}

h2.service__title.-access {
	margin-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #d81f32;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	font-family: inherit;
	font-size: 1em;
	padding: 20px 24px;
	width: 100%;
	text-align: left;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	border-color: #e2e2e2;
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #e2e2e2;
}

input::-moz-placeholder {
	color: #e2e2e2;
}

input::-ms-input-placeholder {
	color: #e2e2e2;
}

input::placeholder {
	color: #e2e2e2;
}

input:focus {
	border-color: #e2e2e2;
	box-shadow: none;
	outline: none;
}


input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 1;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}

input[type="radio"]+span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="radio"]+span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked+span::after {
	-webkit-transform: translateY(-50%);
	background: #e2e2e2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 1s ease 0s;
}

input[type="checkbox"]+span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="checkbox"]+span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked+span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 4px solid #e2e2e2;
	border-left: 4px solid #e2e2e2;
	content: "";
	display: block;
	height: 15.6px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 26px;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border-color: #e2e2e2;
	box-shadow: none;
	outline: none;
}

.archive-head {
	border-top: 3px solid #F3C800;
	margin-bottom: 10px;
	padding: 6px 0 0;
}

.archive-head.m_description {
	margin-bottom: 40px;
}

.archive-lead {
	color: #F3C800;
	font-family: 'Oooh Baby', cursive !important;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: .2rem;
}

.archive-lead::first-letter {
	font-size: 38px;
}

h1.archive-title.m_category {
	font-family: 'Inter', sans-serif;
}

.archive-title {
	margin-top: 0;
	font-family: 'Inter', sans-serif;

	font-size: 26px;
	font-weight: 600;
	margin-bottom: 12px;
}

.archive-title.m_category::before {
	color: #F3C800;
	content: "";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	margin-right: 8px;
}

.archive-title.m_search span {
	color: #F3C800;
}

.archive-title.m_search::before {
	color: #F3C800;
	content: "\f002";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	margin-right: 8px;
}

.archive-description {
	font-size: 14px;
	line-height: 1.4;
}

li.cat-item.cat-item-4.current-cat {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

li.cat-item.cat-item-2 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

li.cat-item.cat-item-3 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

#content>.inner {
	display: flex;
	padding-bottom: 120px;
	padding-top: 38px;
}

#content.m_one>.inner {
	display: block;
}

#primary {
	width: 65.45455%;
}

.m_one #primary {
	margin-bottom: 0;
	width: 100%;
}

#secondary {
	margin-left: auto;
	width: 30.90909%;
}

.m_one #secondary {
	display: none;
	width: 100%;
}

.breadcrumb {
	color: #8d8d8d;
	font-size: 12px;
	margin-bottom: 14px;
}

.breadcrumb .home::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 10px;
}

.breadcrumb a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
	opacity: 0.6;
}

.breadcrumb i {
	margin-left: 15px;
	margin-right: 15px;
}

.btn {
	-webkit-appearance: none;
	background-color: #F3C800;
	background-image: none;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	margin: 0;
	min-width: 200px;
	padding: 17px 20px 14px;
	text-align: left !important;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}






@media screen and (max-width:767px) {
	.btn {
		max-width: 280px;
	}
}

.btn:hover,
.btn:focus {
	outline: none;
}

.btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.btn:hover {
	background: #fff;
	border: 1px solid #F3C800;
}

.drawer {
	display: none;
}

.drawer-icon {
	color: transparent cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 29px;
	z-index: 41;
}

.drawer-open {
	display: block;
}

.m_checked .drawer-open {
	display: none;
}

.drawer-close {
	display: none;
}

.m_checked .drawer-close {
	display: block;
}

.drawer-content {
	background: rgba(51, 51, 51, 0.9);
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 100px 16px 16px;
	position: fixed;
	text-align: left;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 40;
}

.m_checked .drawer-content {
	opacity: 1;
	visibility: visible;
}

.drawer-nav li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 6px solid transparent;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 20px 12px 24px 0;
	text-decoration: none;
}

.drawer-nav li a::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 8px;
}

.drawer-nav li:nth-child(1)>a::before {
	content: "\f015";
}

.drawer-nav li:nth-child(2)>a::before {
	content: "\f02d";
}

.drawer-nav li:nth-child(3)>a::before {
	content: "\f0f4";
}

.drawer-nav li:nth-child(4)>a::before {
	content: "\f109";
}

.drawer-nav li:nth-child(5)>a::before {
	content: "\f0e0";
}

.entries {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.entry-item {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	display: block;
	margin-bottom: 50px;
	margin-right: 40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: calc(50% - 40px / 2);
}

.entry-item:hover {
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
	margin-right: 0;
}

.entry-item-img {
	text-align: center;
}

.entry-item-body {
	padding: 20px;
}

.entry-item-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.entry-item-published {
	color: #808080;
	font-size: 12px;
	margin-top: 4px;
}

.entry-item-published::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-item-tag {
	background: #F3C800;
	color: #fff;
	display: block;
	font-size: 12px;
	margin-right: 15px;
	padding: 3px 14px 2px;
}

.entry-item-title {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42;
	margin-bottom: 14px;
}

.entry-item-excerpt {
	color: #454545;
	font-size: 14px;
	line-height: 1.71429;
}

.entries.m_horizontal {
	margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
	display: flex;
	margin-bottom: 30px;
	margin-right: 0;
	padding: 20px;
	width: 100%;
}

.entries.m_horizontal .entry-item:last-child {
	margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
	width: 36.02941%;
}

.entries.m_horizontal .entry-item .entry-item-body {
	padding: 0 0 0 20px;
	width: 63.97059%;
}

.entries.m_block .entry-item {
	width: 100%;
	margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
	padding: 20px;
	width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
	font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
	font-size: 16px;
}

.entry {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	padding: 40px 40px 12px;
}

.entry-label {
	display: inline-block;
	margin-bottom: 18px;
}

.entry-label a {
	background: #F3C800;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 16px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-label a:hover {
	opacity: 0.6;
}

.entry-title {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-top: 3px;
	text-align: left;
}

.m_page .entry-title {
	margin-bottom: 34px;
}

.entry-meta {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}

.entry-published,
.entry-updated {
	color: #808080;
	font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-updated {
	margin-left: 27px;
}

.entry-updated::before {
	content: "\f1da";
	font-weight: 900;
}

.entry-img {
	text-align: center;
}

.entry-tag-items {
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.entry-tag-head {
	background: #F3C800;
	border-radius: 3px;
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 6px 15px 0;
}

.entry-tag-head::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 5px;
}

.entry-tag-item {
	margin-bottom: 10px;
	margin-right: 15px;
}

.entry-tag-item:last-child {
	margin-right: 0;
}

span.more-article {
	color: lightgray;
}

.entry-tag-item a {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #808080;
	display: block;
	font-size: 14px;
	padding: 6px 18px 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
	background: #F3C800;
	border-color: #F3C800;
	color: #fff;

}

.entry-body {
	margin-top: 32px;
	padding-bottom: 44px;

}

.m_page .entry-body {
	padding-bottom: 12px;
}

.entry-body h2+p,
.entry-body h3+p,
.entry-body h4+p,
.entry-body h5+p,
.entry-body h6+p {
	margin-top: 0;
}

.entry-body h2 {
	position: relative;
	border-radius: 3px;
	border-top: 3px solid #efefef;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: .8;
	margin-bottom: 38px;
	margin-top: 49px;
	padding: 24px 20px;
	text-align: left;
}

.entry-body h2::after {
	position: absolute;
	top: -3px;
	left: 0;
	width: 20%;
	height: 3px;
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(#F3C800), to(#F2D349));
	background-image: -webkit-linear-gradient(left, #F3C800 0%, #F2D349 100%);
	background-image: linear-gradient(to right, #F3C800 0%, #F2D349 100%);
}

h3.wp-block-heading.privacy-policy-contact-title {
	margin-top: 2em;
}

.entry-body h3 {
	border-bottom: 3px solid #F3C800;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 24px;
	margin-top: 0;
	padding-bottom: 14px;
}

.entry-body h4 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-top: 82px;
	padding-left: 42px;
	position: relative;
}

.entry-body h4::before {
	color: #d81f32;
	content: "\f00c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -8px;
}

.entry-body h5 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 27px;
	margin-top: 60px;
}

.entry-body h6 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.entry-body p {
	line-height: 1.875;
	margin-top: 30px;
	font-family: 'Inter', sans-serif;
}

.entry-body ul {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body li {
	line-height: 1.6;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.entry-body blockquote {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
}

.entry-body blockquote> :first-child {
	margin-top: 0;
}

.entry-body blockquote> :last-child {
	margin-bottom: 0;
}

.entry-body q {
	background: #eee;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;
}

.entry-body strong,
.entry-body b {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
}

.entry-body a {
	color: gray;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.entry-body a:hover {
	opacity: 0.6;
}

.entry-body img {
	vertical-align: middle;
}

.entry-body .entry-btn {
	margin: 1em 0;
	text-align: center;
}

.entry-body .entry-btn .btn {
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
	opacity: 1;
}

.entry-links {
	margin-top: 32px;
	text-align: center;
}

.entry-links .post-page-numbers {
	background: #fff;
	border: 1px solid gray;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 30px;
	text-align: center;
}

.entry-links .post-page-numbers.current {
	background: gray;
	color: #fff;
}

.entry-links .post-page-numbers:first-child {
	margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
	margin-right: 0;
}

.entry-links a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-links a:hover {
	background: #666;
	color: #fff;
}

/* 発表会 */


.gallery-item {
	margin-bottom: 8px;
	padding: 4px;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11111%;
}

.pagination {
	margin-top: 12px;
	text-align: center;
}

.pagination a {
	transition: all 0.3s ease 0s;
}

.pagination a:hover {
	opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
	font-size: 30px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
	opacity: 0.6;
}

.page-numbers {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #808080;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
	margin-right: 14px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background: gray;
	border: 1px solid gray;
	color: #fff;
	font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
	border: none;
	line-height: 40px;
	min-width: initial;
	width: auto;
}

.widget .rpwe-ul .rpwe-li,
.widget .rpwwt-widget li {
	margin-bottom: 20px;
	display: flex;
}

.widget .rpwe-ul .rpwe-li:last-child,
.widget .rpwwt-widget li:last-child {
	margin-bottom: 0;
}

.widget .rpwwt-widget li a {
	display: block;
	font-size: 0;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.widget .rpwe-ul .rpwe-li a:hover,
.widget .rpwwt-widget li a:hover {
	opacity: 0.6;
}

.widget .rpwe-ul .rpwe-li .rpwe-img,
.widget .rpwwt-widget li a img {
	width: 120px;
}

.widget .rpwe-ul .rpwe-li .rpwe-img img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.widget .rpwe-ul .rpwe-title,
.widget .rpwwt-widget .rpwwt-post-title {
	display: inline-block;
	font-family: Yu Gothic Pr6N;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.57143;
	padding: 0 0 0 10px;
	width: calc(100% - 120px);
}

#toc_container {
	background: #fff;
	border: 2px solid #d81f32;
	margin-top: 64px;
	padding: 20px 30px;
}

#toc_container .toc_title {
	border-bottom: 2px solid #d81f32;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
	padding-bottom: 6px;
	text-align: center;
}

#toc_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#toc_container ul a {
	color: #333;
	display: inline-block;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}

#toc_container>ul>li {
	counter-increment: toc;
	margin-bottom: 20px;
	margin-top: 0;
}

#toc_container>ul>li:last-child {
	margin-bottom: 0;
}

#toc_container>ul>li>a {
	padding-left: 36px;
}

#toc_container>ul>li>a::before {
	background: #d81f32;
	border-radius: 50%;
	color: #fff;
	content: counter(toc);
	font-family: "Lato", sans-serif;
	font-weight: 700;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin-top: -2px;
	min-width: 26px;
	position: absolute;
	text-align: center;
	top: 0;
}

#toc_container>ul>li>ul {
	margin-top: 6px;
	padding-left: 36px;
}

#toc_container>ul>li>ul>li {
	margin-bottom: 2px;
	margin-top: 0;
}

#toc_container>ul>li>ul>li:last-child {
	margin-bottom: 0;
}

#toc_container>ul>li>ul>li>a {
	font-weight: 400;
	padding-left: 10px;
}

#toc_container>ul>li>ul>li>a::before {
	background: #d81f32;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	min-width: initial;
	position: absolute;
	top: 8px;
	width: 5px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption a {
	transition: all 0.3s ease 0s;
}

.wp-caption a:hover {
	opacity: 0.6;
}

.wp-caption-text {
	font-size: 14px;
	margin-top: 4px;
}

.entry-related {
	margin-top: 20px;
}

.related-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 22px;
}

.related-items {
	display: flex;
	flex-wrap: wrap;
}

.related-item {
	display: block;
	margin-bottom: 21px;
	margin-right: 18px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: calc(25% - 18px * 3 / 4);
}

.related-item:hover {
	opacity: 0.6;
}

.related-item:nth-child(4n) {
	margin-right: 0;
}

.related-item-img {
	margin-bottom: 10px;
	text-align: center;
}

.related-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.widget_archive select {
	background: transparent url(../img/select-arrow.svg) no-repeat center right 8px/12px 8px;
}

.widget {
	margin-bottom: 50px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget li {
	font-size: inherit;
	margin-bottom: 8px;
}

.widget li a {
	display: inline-block;
	font-size: inherit;
	text-decoration: none;
}

.widget li a:hover {
	opacity: 0.6;
}

.widget li ul {
	font-size: 0.85em;
	margin-top: 8px;
}

.widget-title {
	/* background: transparent url(../img/headign-line.png) repeat-x bottom center/340px auto; */
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 0 0 12px;
	border-bottom: 3px solid #F3C800;
}

.widget_block .wp-block-archives li,
.widget_archive li,
.widget_categories li {
	margin-bottom: 8px;
}

.widget_block .wp-block-archives li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
	margin-bottom: 0;
}

.widget_block .wp-block-archives li a,
.widget_archive li a,
.widget_categories li a {
	border-bottom: 1px solid #e2e2e2;
	display: block;
	font-size: 14px;
	padding: 20px 20px 14px 0;
	position: relative;
	text-decoration: none;
}

.widget_block .wp-block-archives li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover {
	opacity: 0.6;
}

.widget_block .wp-block-archives li a::after,
.widget_archive li a::after,
.widget_categories li a::after {
	-webkit-transform: translateY(-50%);
	color: #333;
	content: "\f054";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widget_block .wp-block-archives li ul,
.widget_archive li ul,
.widget_categories li ul {
	font-size: 0.85em;
	margin-top: 8px;
}

.wpost-item {
	display: flex;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.wpost-item:hover {
	opacity: 0.6;
}

.wpost-item:last-child {
	margin-bottom: 0;
}

.m_ranking .wpost-item {
	counter-increment: ranking;
	position: relative;
}

.m_ranking .wpost-item::after {
	background: #01b3a7;
	color: #fff;
	content: counter(ranking);
	font-family: "Lato", sans-serif;
	font-size: 12px;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.wpost-item-img {
	width: 120px;
}

.wpost-item-img img {
	margin-right: 0;
	float: none;
}

.wpost-item-body {
	padding: 0 0 0 10px;
	width: calc(100% - 120px);
}

.wpost-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57143;
}

.wpost-item-title a {
	text-decoration: none;
}

#wp-calendar caption {
	margin-bottom: 4px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #d81f32;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

#wp-calendar a:hover {
	opacity: 0.6;
}

.widget_categories select {
	background: transparent url(../img/select-arrow.svg) no-repeat center right 8px/12px 8px;
}

.gallery-item {
	padding: 0 4px;
	text-align: center;
}

.gallery-item a {
	transition: all 0.3s ease 0s;
}

.gallery-item a:hover {
	opacity: 0.6;
}

.gallery-caption {
	font-size: 14px;
	margin-top: 4px;
}

.gallery-columns-3 {
	display: flex;
}

.gallery-columns-3 .gallery-item {
	width: 33.33333333%;
}

.widget_meta abbr {
	text-decoration: none;
}

.wprofile-img {
	margin-bottom: 26px;
	text-align: center;
}

.wprofile-img img {
	width: 230px;
}

.wprofile-content {
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 38px;
	padding: 0 18px;
}

.wprofile-sns {
	align-items: center;
	display: flex;
	justify-content: center;
}

.wprofile-sns-item {
	margin-right: 40px;
}

.wprofile-sns-item:last-child {
	margin-right: 0;
}

.wprofile-sns-item a {
	font-size: 26px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.wprofile-sns-item a:hover {
	opacity: 0.6;
}

.wprofile-sns-item.m_twitter a {
	color: #1da1f2;
}

.wprofile-sns-item.m_facebook a {
	color: #3b5998;
}

.wprofile-sns-item.m_instagram a {
	color: #c13584;
}

.post-date {
	color: #666;
	display: block;
	font-size: 14px;
}

.widget_rss cite {
	color: #666;
	font-size: 14px;
}

.rss-widget-icon {
	margin-top: -4px;
	vertical-align: middle;
}

.rsswidget {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

.rsswidget:hover {
	opacity: 0.6;
}

.rss-date {
	color: #666;
	font-size: 14px;
}

.rssSummary {
	color: #666;
	font-size: 14px;
}

.search-form {
	position: relative;
}

.screen-reader-text {
	position: absolute;
	top: 0;
	z-index: -1;
}

.search-field {
	padding-right: 70px;
	width: 100%;
}

.search-submit {
	-webkit-transform: translateY(-50%);
	background: transparent;
	box-shadow: none;
	color: #e2e2e2;
	font-size: 26px;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.tagcloud {
	padding: 4px;
}

.tag-cloud-link {
	transition: all 0.3s ease 0s;
}

.tag-cloud-link:hover {
	opacity: 0.6;
}

.entry-404 {
	padding-bottom: 85px;
	text-align: center;
}

.entry-404-head {
	color: #f0cdd0;
	font-family: "Lato", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404-head span::after {
	content: " ";
}

.entry-404-lead {
	color: #808080;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404-lead .m_sp {
	display: none;
}

.entry-404-content {
	color: #808080;
}

.entry-404-btn {
	margin-top: 58px;
}

.entry-404-btn .btn {
	background: #ebebeb;
	color: #8d8d8d;
}

.entry-404-btn .btn:hover {
	background: #ccc;
	opacity: 1;
}

#footer-menu {
	background: #868686;
}

#footer-menu>.inner {
	padding-bottom: 42px;
	padding-top: 54px;
}

.footer-logo {
	margin-bottom: 4px;
	text-align: center;
}

.footer-logo a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 14px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.footer-logo a:hover {
	opacity: 0.6;
}

.footer-sub {
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71429;
	margin-bottom: 30px;
	text-align: center;
}

.footer-nav {
	text-align: center;
}

.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav li {
	margin-bottom: 10px;
	margin-right: 32px;
	padding: 0 4px;
	text-decoration: none;
}

.footer-nav li:last-child {
	margin-right: 0;
}

.footer-nav li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.footer-nav li a:hover {
	opacity: 0.6;
}

.footer-sns {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	bottom: -75px;
	left: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 25;
}

.footer-sns.m_fixed_sns {
	bottom: 0;
}

.footer-sns>.inner {
	align-items: center;
	display: flex;
	height: 75px;
	padding-bottom: 0;
	padding-top: 0;
}

.footer-sns-head {
	font-size: 14px;
	margin-right: auto;
}

.footer-sns-buttons ul {
	align-items: center;
	display: flex;
}

.footer-sns-buttons li {
	margin-right: 50px;
}

.footer-sns-buttons li:last-child {
	margin-right: 0;
}

.footer-sns-buttons li a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.footer-sns-buttons li a:hover {
	opacity: 0.6;
}

.footer-sns-buttons li a.m_twitter img {
	width: 26px;
}

.footer-sns-buttons li a.m_facebook img {
	width: 11px;
}

.footer-sns-buttons li a.m_hatena img {
	width: 22px;
}

.footer-sns-buttons li a.m_line img {
	width: 30px;
}

.footer-sns-buttons li a.m_pocket img {
	width: 27px;
}

#footer {
	background: #464646;
}

#footer>.inner {
	padding-bottom: 20px;
	padding-top: 18px;
}

a.privacy-policy-link {
	color: #fff !important;
	text-decoration: none;
}

.copy {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

.by {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 11px;
	text-align: center;
}

.by a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.by a:hover {
	opacity: 0.6;
}

.floating {
	bottom: 10%;
	display: none;
	position: fixed;
	right: 28px;
	z-index: 30;
}

.floating a {
	background: transparent;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;

}

.floating a:hover {
	opacity: 0.6;
}

#header {

	background-image: linear-gradient(150deg, rgba(243, 200, 0, 1) 10%, rgba(243, 200, 0, 0.79) 40%, rgba(255, 230, 116, 1) 68% 90%);

	z-index: 20;
}

#header>.inner {
	align-items: center;
	display: flex;
	padding-bottom: 36px;
	padding-top: 40px;
}

.header-logo {
	line-height: 1.2;
}

.header-logo a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.header-logo a:hover {
	opacity: 0.6;
}

.header-sub {
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71429;
	margin-top: 10px;
	padding: 0 38px;
}

.header-nav {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.header-nav>.inner {
	padding-bottom: 24px;
	padding-top: 34px;
}

.header-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header-nav li {
	margin-bottom: 12px;
	margin-right: 40px;
}

.header-nav li:last-child {
	margin-right: 0;
}

.header-nav li>a {
	color: #333;
	display: block;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.header-nav li>a:hover {
	opacity: 0.6;
}

.header-nav li>a::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 8px;
}

.header-nav li:nth-child(1)>a::before {
	content: "\f015";
}

.header-nav li:nth-child(2)>a::before {
	content: "\f02d";
}

.header-nav li:nth-child(3)>a::before {
	content: "\f0f4";
}

.header-nav li:nth-child(4)>a::before {
	content: "\f109";
}

.header-nav li:nth-child(5)>a::before {
	content: "\f0e0";
}

.header-nav li.is-home>a::before {
	content: "\f015";
}

.header-nav li.is-book>a::before {
	content: "\f02d";
}

.header-nav li.is-cup>a::before {
	content: "\f0f4";
}

.header-nav li.is-pc>a::before {
	content: "\f109";
}

.header-nav li.is-mail>a::before {
	content: "\f0e0";
}

#mv>.inner {
	height: 600px;
	padding-bottom: 0;
	padding-top: 0;
}

#pickup {
	background: #f4f4f4;
}

#pickup>.inner {
	padding-bottom: 20px;
	padding-top: 40px;
}

.pickup-items {
	display: flex;
}

.pickup-item {
	display: block;
	margin-right: 40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: calc(33.33333333% - 40px * 2 / 3);
}

.pickup-item:hover {
	opacity: 0.6;
}

.pickup-item:last-child {
	margin-right: 0;
}

.pickup-item-img {
	position: relative;
	text-align: center;
}

.pickup-item-body {
	padding: 20px 0;
}

.pickup-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.pickup-item-tag {
	background: #d81f32;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	padding: 6px 14px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

@media screen and (max-width: 1099px) {

	.inner {
		padding-left: 24px;
		padding-right: 24px;
	}

}

@media screen and (max-width: 767px) {

	body.m_fixed_sns {
		padding-bottom: 67px;
	}

	.archive-head {
		margin-bottom: 40px;
		padding-top: 0;
	}

	.archive-head.m_description {
		margin-bottom: 32px;
	}

	.archive-lead {
		margin-bottom: 8px;
		font-family: 'Inter', sans-serif;
	}

	.archive-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	#content>.inner {
		display: block;
		padding-top: 40px;
	}

	#primary {
		margin-bottom: 70px;
		width: 100%;
	}

	.m_one #primary {
		margin-bottom: 70px;
	}

	#secondary {
		width: 100%;
	}

	.m_one #secondary {
		/* display: block; */
	}

	.breadcrumb {
		margin-bottom: 14px;
	}

	.drawer {
		display: block;
	}

	.entries {
		display: block;
	}

	.entry-item {
		margin-bottom: 27px;
		margin-right: 0;
		width: 100%;
	}

	.entry-item:last-child {
		margin-bottom: 0;
	}

	.entries.m_horizontal {
		margin-bottom: 40px;
	}

	.entries.m_horizontal .entry-item {
		margin-bottom: 20px;
		padding: 10px;
	}

	.entries.m_horizontal .entry-item .entry-item-img {
		width: 45.06173%;
	}

	.entries.m_horizontal .entry-item .entry-item-body {
		padding-left: 12px;
		width: 54.93827%;
	}

	.entries.m_horizontal .entry-item .entry-item-published {
		font-size: 10px;
	}

	.entries.m_horizontal .entry-item .entry-item-tag {
		font-size: 10px;
		margin-right: 8px;
	}

	.entries.m_horizontal .entry-item .entry-item-title {
		font-size: 12px;
		margin-bottom: 0;
	}

	.entries.m_horizontal .entry-item .entry-item-excerpt {
		display: none;
	}

	.entries.m_horizontal {
		margin-bottom: 40px;
	}

	.entries.m_horizontal .entry-item {
		margin-bottom: 20px;
		padding: 10px;
	}

	.entries.m_block .entry-item .entry-item-published {
		font-size: 12px;
	}

	.entries.m_block .entry-item .entry-item-tag {
		font-size: 12px;
	}

	.entries.m_block .entry-item .entry-item-title {
		font-size: 18px;
	}

	.entries.m_block .entry-item .entry-item-excerpt {
		font-size: 14px;
	}

	.entry {
		padding: 10px;
	}

	.entry-label a {
		font-size: 11px;
		padding: 4px 14px;
	}

	.entry-title {
		font-size: 24px;
		line-height: 1.41667;
		text-align: left;
	}

	.entry-published,
	.entry-updated {
		font-size: 11px;
	}

	.entry-updated {
		margin-left: 18px;
	}

	.entry-tag-items {
		padding-top: 24px;
	}

	.entry-tag-head {
		padding: 6px 15px 0;
	}

	.entry-tag-item a {
		padding: 4px 16px 3px;
	}

	.entry-body {
		padding-bottom: 24px;
	}

	.entry-body h2 {
		font-size: 18px;
		margin-top: 80px;
		padding: 27px 5px;
	}

	.entry-body h3 {
		font-size: 20px;
	}

	#toc_container {
		padding: 20px 20px;
	}

	#toc_container .toc_title {
		margin-bottom: 18px;
	}

	#toc_container>ul>li {
		margin-bottom: 30px;
	}

	#toc_container>ul>li>ul {
		margin-top: 12px;
	}

	.related-item {
		margin-right: 30px;
		width: calc(50% - 30px * 1 / 2);
	}

	.related-item:nth-child(2n) {
		margin-right: 0;
	}

	.widget {
		margin-bottom: 57px;
	}

	.entry-404 {
		padding-bottom: 0;
		padding-top: 18px;
	}

	.entry-404-head {
		font-size: 40px;
		margin-bottom: 36px;
	}

	.entry-404-head span {
		display: block;
	}

	.entry-404-head span::after {
		display: none;
	}

	.entry-404-lead {
		font-size: 20px;
		margin-bottom: 34px;
	}

	.entry-404-lead .m_sp {
		display: block;
	}

	.entry-404-content {
		font-size: 12px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.entry-404-btn {
		margin-top: 62px;
	}

	#footer-menu>.inner {
		padding-bottom: 56px;
		padding-top: 54px;
	}

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

	.footer-logo a {
		font-size: 26px;
	}

	.footer-sub {
		font-size: 12px;
		margin-bottom: 28px;
	}

	.footer-nav ul {
		display: block;
		text-align: center;
	}

	.footer-nav li {
		margin-bottom: 12px;
		margin-right: 0;
	}

	.footer-nav li:last-child {
		margin-bottom: 0;
	}

	.footer-sns {
		bottom: -67px;
	}

	.footer-sns>.inner {
		height: 67px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.footer-sns-head {
		display: none;
	}

	.footer-sns-buttons {
		width: 100%;
	}

	.footer-sns-buttons ul {
		justify-content: space-between;
	}

	.footer-sns-buttons li {
		margin-right: auto;
	}



	#header>.inner {
		display: block;
		padding-bottom: 16px;
		padding-top: 20px;
	}

	.header-logo {
		margin-bottom: 8px;
		text-align: center;
	}

	.header-logo a {
		font-size: 26px;
	}

	.header-sub {
		font-size: 10px;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.header-nav {
		display: none;
	}

	#mv>.inner {
		height: 400px;
	}

	#pickup>.inner {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.pickup-items {
		display: block;
	}

	.pickup-item {
		display: flex;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

	.pickup-item:last-child {
		margin-bottom: 0;
	}

	.pickup-item-img {
		width: 42.40688%;
	}

	.pickup-item-body {
		padding-bottom: 0;
		padding-top: 0;
		width: 57.59312%;
	}

	.pickup-item-title {
		font-size: 16px;
		padding-left: 15px;
	}

}

@media screen and (max-width:767px) {
	.floating {
		bottom: 6.5%;
		right: 16px;
	}
}

a.footer-instagram-link,
a.footer-blog-link,
a.footer-line-link {
	color: #fff !important;
	text-decoration: none;
}

/* custom */
.mainvisual {
	height: 130px;
	background: #f4f4f4;
}

@media screen and (max-width: 767px) {
	.mainvisual {
		height: 87px;
	}
}

.mainvisual .inner {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: inherit;
}

.mainvisual-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.mainvisual-title {
	font-size: 30px;
	font-weight: 700;
	font-family: Yu Gothic Pr6N;
}

@media screen and (max-width: 767px) {
	.mainvisual-title {
		font-size: 28px;
	}
}

.mainvisual-title::before {
	color: #F3C800;
	content: "\f02c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 8px;
}

#content.content-work .inner {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	#content.content-work .inner {
		padding-top: 16px;
	}
}

#content.content-work #primary {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#content.content-work #primary {
		margin-bottom: 0;
	}
}

#content.content-work .entry-label {
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	#content.content-work .entry-label {
		margin-bottom: 14px;
	}
}

.entries-work {
	margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
	.entries-work {
		margin-bottom: 22px;
	}
}

.entries-work .entry-item {
	width: calc(33.3333333% - 40px * 2 / 3);
	margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
	.entries-work .entry-item {
		width: 100%;
	}
}

.entries-work .entry-item:nth-child(2n) {
	margin-right: 40px;
}

.entries-work .entry-item:nth-child(3n) {
	margin-right: 0;
}

.work-breadcrumb {
	padding-top: 12px;
	padding-bottom: 12px;
}

.work-breadcrumb .inner {
	padding-top: 0;
	padding-bottom: 0;
}

.work-breadcrumb .breadcrumb {
	margin-bottom: 0;
}

.genre-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
	.genre-nav {
		margin-bottom: 5px;
	}
}

.genre-nav-link {
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	.genre-nav-link {
		margin-right: 12px;
		margin-bottom: 12px;
	}
}

.genre-nav-link a {
	display: block;
	padding: 6px 14px;
	background: #fff;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	font-family: HiraKakuPro-W6, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 767px) {
	.genre-nav-link a {
		padding: 3px 8px;
		font-size: 16px;
	}
}

.genre-nav-link a.is-active,
.genre-nav-link a:hover {
	background: #d81f32;
	color: #fff;
}

.entry-work {
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.entry-work {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
	}
}

.entry-work-body {
	margin-top: 40px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.entry-work-body {
		display: block;
		margin-top: 40px;
	}
}

.entry-work-content {
	width: 62%;
	padding-right: 40px;
	line-height: 2.25;
}

@media screen and (max-width: 1099px) {
	.entry-work-content {
		width: 58%;
		padding-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.entry-work-content {
		width: 100%;
		padding-right: 0;
		line-height: 1.875;
	}
}

.entry-work-table {
	width: 38%;
	/* 384 / 1020 * 100%; */
	margin-left: auto;
}

@media screen and (max-width: 1099px) {
	.entry-work-table {
		width: 42%;
	}
}

@media screen and (max-width: 767px) {
	.entry-work-table {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}

.entry-work-table table {
	border-color: #707070;
}

.entry-work-table th,
.entry-work-table td {
	padding: 8px 16px;
	border-color: #707070;
	font-size: 14px;
	word-break: break-all;
}

.entry-work-table th {
	width: 43%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #999;
}

@media screen and (max-width: 767px) {
	.entry-work-table th {
		width: 120px;
	}
}

.entry-work-btn {
	text-align: center;
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.entry-work-btn {
		margin-top: 40px;
	}
}

.entry-work-related {
	margin-top: 74px;
}

@media screen and (max-width: 767px) {
	.entry-work-related {
		margin-top: 54px;
	}
}

.entry-work-related-entries {
	margin-bottom: 0;
}

.entry-work-related-entries .entry-item {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.entry-work-related-entries .entry-item {
		margin-bottom: 27px;
	}

	.entry-work-related-entries .entry-item:last-child {
		margin-bottom: 0;
	}
}

.entry-work-related-head {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 44px;
	position: relative;
	text-align: left;
	background: #ebebeb;
	border-radius: 3px;
	border-top: 6px solid #d81f32;
	padding: 24px 20px;
}

@media screen and (max-width: 767px) {
	.entry-work-related-head {
		font-size: 20px;
		padding: 27px 17px;
		margin-bottom: 24px;
	}
}

.entry-work-related-head::after {
	border: 5px solid transparent;
	border-top: 15px solid #ebebeb;
	content: "";
	height: 0;
	left: 24px;
	position: absolute;
	top: 100%;
	width: 0;
}

/* ポップアップlightbox */
.luminous img {
	width: 200px;

}

.lum-lightbox.lum-open {
	display: block;
	z-index: 9999;

}

/* 拡大後の画像 */
.lum-lightbox-inner img {
	max-width: 100%;
	max-height: 100%;

}

.lum-lightbox-inner img.lum-img {
	max-width: 100%;

}

/* バツボタン */
.lum-close-button {
	height: 32px;
	opacity: .3;
	position: absolute;
	right: 3%;
	top: 7%;
}

/* 矢印 */
.lum-gallery-button {
	opacity: .8;
}

/* lightboxここまで */

/* ここから動くアニメーション */
/*==================================================
ギャラリーのためのcss
===================================*/
/*＝＝＝並び替えボタンチェックマークのCSS*/
.sort-btn {
	background: #f3f3f3;
	padding: 20px;
	margin: 50px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sort-btn dt {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.sort-btn dd {
	margin: 0 0 10px 0;
}

.sort-btn ul {
	display: flex;
	flex-wrap: wrap;
}

.sort-btn li {
	margin: 0 10px;
	list-style: none;
}

.sort-btn ul li {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 30px;
	margin: 0 10px 0 0;
}

/*横幅が810px以下になった際の指定*/
@media only screen and (max-width: 810px) {
	.sort-btn li {
		width: 100%;
		margin: 0;
	}

	.sort-btn ul li {
		width: auto;
	}

}

/*チェックマークの設定*/
.sort-btn ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
}

.sort-btn ul li.active::after {
	/*現在地＝activeというクラス名がついたらチェックマークを出現*/
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	/*チェックマークの色や形*/
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 16px;
	height: 9px;
	transform: rotate(-45deg);
}



/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
	position: relative;
	/*並び替えの基準点を指定*/
}



/*内側のボックスの高さが崩れないように維持*/
.item-content {
	position: relative;
	width: 100%;
	height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
	.item {
		width: 49.5%;
		/*横並びで2つ表示*/
		padding: 0 5px 10px 5px;
	}
}


/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
	background: transparent !important;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #FA999B;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

/* ここまで動くアニメーション */

/*==================================================
ギャラリーのためのcss
===================================*/
/*＝＝＝並び替えボタンチェックマークのCSS*/
.sort-btn {
	background: #f3f3f3;
	padding: 20px;
	margin: 50px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sort-btn dt {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.sort-btn dd {
	margin: 0 0 10px 0;
}

.sort-btn ul {
	display: flex;
	flex-wrap: wrap;
}

.sort-btn li {
	margin: 0 10px;
}

.sort-btn ul li {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 30px;
	margin: 0 10px 0 0;
}

/*横幅が810px以下になった際の指定*/
@media only screen and (max-width: 810px) {
	.sort-btn li {
		width: 100%;
		margin: 0;
	}

	.sort-btn ul li {
		width: auto;
	}

}

/*チェックマークの設定*/
.sort-btn ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
}

.sort-btn ul li.active::after {
	/*現在地＝activeというクラス名がついたらチェックマークを出現*/
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	/*チェックマークの色や形*/
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 16px;
	height: 9px;
	transform: rotate(-45deg);
}



/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
	position: relative;
	/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
	display: block;
	/* position: absolute; */
	width: 33%;
	/*横並びで3つ表示*/
	padding: 0 10px 10px 10px;
	/*画像に余白をつける*/
	z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
	position: relative;
	width: 100%;
	height: 100%;
}

/* レッスンクラス 黒いフィルター */
.item-content1 {
	position: relative;
}

.item-content1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
	.item {
		width: 49.5%;
		/*横並びで2つ表示*/
		padding: 0 5px 10px 5px;
	}
}


/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
	background: transparent !important;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #FA999B;
}

/*========= レイアウトのためのCSS ===============*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 30px 0;
}

p {
	margin: 0 10px 10px 10px;
	word-wrap: break-word;
}

.fancybox-content {
	position: relative;
}

.fancybox-caption {
	position: absolute;
	background: transparent;
	top: 90vw;
	color: #fff;
}

a.openclass-btn {
	text-decoration: none;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 55px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	background: #F3C800;
	font-size: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	font-size: 16px;
}


h2.wp-block-heading.recruit-title {
	background: #fff;
	border-top: none;
	border-top: 2px solid #F3C800;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px #f7f7f7;
	color: #5C5740;
}

h2.wp-block-heading.recruit-title::after {
	display: none;
}


/*================ アクセス社名アニメーション ================*/


/* 見出し文字列の１文字 */
h2>span.bounce {
	display: inline-block;
	/* アニメーションさせるために必要 */
	padding: 0 0.25em;
}

div>span.bounce {
	display: inline-block;
	/* アニメーションさせるために必要 */
	padding: 0 0.25em;
}

/* CSSアニメーション：bounce */
.bounce {
	/* http://anicollection.github.io/#/attention_seekers/bounce */
	/* animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounce;
	transform-origin: center bottom; */
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

h2.yellow {
	color: #FFD200;
	display: inline-block;
}

h2.black {
	color: #333;
	display: inline-block;
}

.yellow {
	color: #333;
	display: inline-block;
}

.black {
	color: #333;
	display: inline-block;
}

strong {
	color: #333;
}

h2>span {
	color: #333;
}

[data-aos="aos-bounce"] {
	display: inline-block;
	/* アニメーションさせるために必要 */
	padding: 0 0.04em;
}

[data-aos="aos-bounce"].aos-animate {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounce;
	transform-origin: center bottom;
}
[data-aos="aos-bounce"]:nth-of-type(1) {
	animation-delay: 500ms;
}
[data-aos="aos-bounce"]:nth-of-type(2) {
	animation-delay: 1000ms;
}
[data-aos="aos-bounce"]:nth-of-type(3) {
	animation-delay: 1500ms;
	margin-right: .5em;
}

/*================ （にじ色）グラデーション 英字================*/
/*================ svgグラデーション ================*/
.gd-logo {
	position: relative;
}

/* グラデーション画像 */
svg.top-text {
	width: 100%;
	height: 123px;
	overflow: visible;
}

@media screen and (max-width:1700px) {
	svg.top-text {
		width: 91%;
		height: 129px;
	}
}

@media screen and (max-width:1500px) {
	svg.top-text {
		width: 100%;
		height: 117px;
	}
}

@media screen and (max-width:1300px) {
	svg.top-text {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
	svg.top-text {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	svg.top-text {
		width: 80%;
		height: 102px;
	}
}

@media screen and (max-width:600px) {
	svg.top-text {
		width: 100%;
	}
}

/*================ （にじ色）グラデーション 英字================*/
.gd-logo-o {
	position: absolute;
	top: -92px;
	left: calc(8% - 20px);
	z-index: 10;
	width: 34%;
}

@media screen and (max-width:1124px) {
	.gd-logo-o {
		top: -102px;
	}
}

@media screen and (max-width: 768px) {
	.gd-logo-o {
		width: 53%;
		top: -92px;
	}
}

@media screen and (max-width: 600px) {
	.gd-logo-o {
		width: 60%;
		top: -83px;
	}
}

@media screen and (max-width: 500px) {
	.gd-logo-o {
		width: 60%;
		top: -87px;
	}
}

@media screen and (min-width:1700px) {
	.gd-logo-o {
		left: 2%;
	}
}

path {
	fill: url(#gradient);
}

#stop1 {
	animation: step1 5s ease-in-out infinite alternate;
}

#stop2 {
	animation: step2 5s ease-in-out infinite alternate;
}

@keyframes step1 {
	0% {
		stop-color: #F76B1C;
	}

	30% {
		stop-color: #FF6A88;
	}

	50% {
		stop-color: #FAACA8;
	}

	70% {
		stop-color: #E0C925;
	}

	100% {
		stop-color: #C850C0;
	}
}

@keyframes step2 {
	0% {
		stop-color: #FFCC70;
	}

	30% {
		stop-color: #FF3CAC;
	}

	50% {
		stop-color: #B6D542;
	}

	70% {
		stop-color: #0093E9;
	}

	100% {
		stop-color: #FFCC70;
	}
}


/*========= 扉が開くローディング画面のためのCSS ===============*/



/*== 画面遷移のためのCSS ====*/

body {
	/* background: #F3C800;; */
	/*遷移アニメーションと同じ色を指定*/
}

body.appear {
	/* background: #fff; */
	/*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
	display:block;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: scaleX(1);
	background-color: #F3C800;
}
.splashbg2 {
	left:auto;
	right:50%;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
	display: block;
}

/*bodyにappear-secondクラスがついたら非表示*/
body.appear-second .splashbg1,
body.appear-second .splashbg2 {
	display: none;
}

/*右に消えるエリア*/
body.appear .splashbg1 {
	animation-name: PageAnime;
	animation-duration: 3.2s;
	/*黄色の幕 右に消える時間*/
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	content: "";
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: scaleX(1);
	background-color: #F3C800;
	/*伸びる背景色の設定*/
}

@keyframes PageAnime {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}

	50% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/*黄色の幕 左に消えるエリア*/
body.appear .splashbg2 {
	animation-name: PageAnime2;
	animation-duration: 3.2s;
	/*黄色の幕 左に消える時間*/

	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	content: "";
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 50%;
	transform: scaleX(1);
	background-color: #F3C800;
	/*伸びる背景色の設定*/
}

@keyframes PageAnime2 {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	50% {
		transform-origin: left;
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
	opacity: 0;
	/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら#containerが出現*/
body.appear #container {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

/*bodyにappear-secondクラスがついたら#containerが出現*/
body.appear-second #container {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*================ 扉ここまで ================*/

/*========= 筆記体LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* background: #F3C800; */
	pointer-events: none;
	z-index: 9999999;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 20%;
	left: 47%;
	transform: translate(-50%, -50%);
	bottom: 0;
}

/* Loading アイコンの大きさ設定　*/
@media screen and (min-width:1024px) {
	#splash_logo svg {
		width: 135%;
	}
}

#splash_logo svg {
	width: 138%;
	height: 39vw;
	color: #fff;
}

@media screen and (max-width:600px) {
	#splash_logo svg {
		height: 40vh;
		width: 153% !important;
	}

	#splash_logo {
		left: 35.5% !important;
	}
}

.our-story-textarea {
	width: 100%;
	position: relative;
	margin-top: 3.8vw;
}

@media screen and (max-width:1440px) {
	.our-story-textarea {
		margin-top: clamp(50px, 4em, 75px);
	}
}

@media screen and (max-width:1100px) {
	.our-story-textarea {
		margin-top: clamp(70px, 5em, 80px);
	}
}

@media screen and (max-width:768px) {
	.our-story-textarea {
		margin-top: 50px;
	}
}

/*== SVG操作手書き風にするためのCSS ===*/

#mask .st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 290;
	/*線の太さを指定する*/
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	/* 線の間隔を指定する */
	stroke-dashoffset: 1500;
	/* 線の位置を指定する */
}

/*========= 筆記体LoadingのためのCSS（ここまで） ===============*/





/*================ ローディング後にロゴを表示 ================*/

.logo-o {
	/*fixedで全面に固定*/
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;

}

/* Loading画像中央配置　*/
/* #splash_logo-o {
	position: absolute;
	top: 10%;
	left: 18%;
	transform: translate(-50%, -50%);
	z-index: 9999;
} */


/* Loading アイコンの大きさ設定　*/
#splash_logo-o img {
	width: 260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

p.member-message {
	margin-left: auto;
	max-width: 380px;
	font-size: 19px !important;
	font-weight: bold;
}

p.contact-message {
	margin-left: auto;
	max-width: 464px;
	font-size: 19px !important;
	font-weight: bold;
}

ul.footer-sns-link {
	display: flex;
	justify-content: center;
	font-weight: bold;
	padding: 0;
}

.privacy-policy {
	white-space: nowrap;
}

@media screen and (max-width:1309px) {
	ul.footer-sns-link {
		padding: 20px;
	}
}

span.space-slash {
	padding: 0 10px;
}



/*================ 左から右へ黄色の背景アニメーション ================*/
.yellow-bg {
	height: auto;

	position: relative;
	font-size: 30px;
}


.yellow-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: 3.8s;
	/*=====速度======*/
	z-index: -1;
}

.fade-slide::before {
	width: 100%;
}

/*================ 左から右へ黄色の背景アニメーションここまで ================*/




.footer-sns-link-item a {
	color: #fff;
	text-decoration: none;
}

.footer-sns-link-item a span {
	padding: 0 10px;
}

#footer>.inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



p.contact-message {
	text-align: right;
	font-weight: bold;
	font-size: 19px !important;
}

@media screen and (max-width:768px) {

	p.contact-message,
	p.member-message {
		font-size: 14px !important;
		text-align: center;
	}

	p.member-message,
	p.contact-message {
		margin-left: auto;
		max-width: 411px;
		text-align: left;
	}
}

@media screen and (max-width:420px) {

	p.member-message,
	p.contact-message {

		text-align: center;
	}
}

@media screen and (max-width:380px) {

	p.contact-message,
	p.member-message {
		font-size: 12px !important;
		text-align: center;
	}
}


input[type="button"] {
	background: transparent;
	box-shadow: none;
	font-size: 30px;
	padding: 19px 45px;
	width: 100%;
	display: block;
	text-align: left;
	transition: 0.3s ease-in-out;
}

input:hover {
	background-color: #fff;
	color: #F3C800;
	border: 1px solid #F3C800;
	;

}

/* TOP SVGグラデーションの影 */
svg.top-text {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
}

@media only screen and (max-width: 500px) {
	.sp_only {
		display: block;
	}
}

@media only screen and (min-width: 501px) {
	.sp_only {
		display: none
	}
}

a.g-map-link {
	font-weight: bold;
	text-decoration: none;
	background-image: linear-gradient(to right, #F3C800 1.5px, transparent 1.5px);
	background-size: 10px 1.5px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
	margin-left: 8px;
}

a.g-map-link::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 9px;
	color: #F3C800;

}

@media only screen and (min-width: 1440px) {
	section.gallery {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 1439px) {
	section.gallery {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	section.gallery {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	section.gallery {
		padding-top: 5vw;
	}
}

@media only screen and (max-width: 949px) {
	.service__body.-access {
		padding-left: 55px;
		margin-top: -470px;
	}
}

.service__image.-access {
	height: 500px;
	width: 50vw;
	margin-left: auto;
	margin-top: 0 !important;
}


.service__image.-access {
	height: 500px;
	width: 59vw;
	margin-left: auto;
	margin-top: 0 !important;
	right: -20px;
}

.container.access_container {
	max-width: 1700px;
	padding: 0;
}

@media only screen and (max-width: 600px) {
	.service__image.-access {
		width: 80vw;
	}
}

.mainVisual-item-img {
	opacity: .4 !important;
	padding-left: 3%;
	padding-right: 5px;
}

@media screen and (min-width: 1221px) {
	.service__body {
		margin: 0;
		padding: 80px 80px 80px 150px;
		width: calc((716/1550)*100%);
		border: 1px solid #D9D9D9;
		background: #FFF;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.38);

	}
}

.service__body.-access {
	padding-left: 50px;
	padding: 40px 0 80px 50px;
}

@media only screen and (max-width: 500px) {
	.service__body.-access {
		padding: 30px 0 80px 50px;
	}
}

@media only screen and (max-width: 380px) {
	.service__body.-access {
		padding: 25px 0 80px 40px;
	}

	.contact-btn a {
		max-width: 100%;
		font-size: 15px;
		padding: 1em 2em;
	}
}

@media only screen and (max-width: 600px) {
	#footer>.inner {
		flex-wrap: wrap;
	}

	.copy {
		order: 2;
		width: 100%;
		white-space: nowrap;
	}

	.footer-mid {
		order: 1;
		width: 100%;
		margin-bottom: 5px;
	}
}

div#news_logo {
	width: 200px;
	padding-left: 20px;
}

a.privacy-policy-link {
	color: #fff;
	text-decoration: none;
}

.logo {
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0 0;
	width: 1180px;
}

/* メッセージ 下線マーカー*/
span.bd-red {
	background: linear-gradient(transparent 70%, rgba(255, 153, 171, 0.7) 70%);
	font-weight: bold;
}

span.bd-yellow {
	background: linear-gradient(transparent 70%, rgba(243, 200, 0, 0.6) 70%);
	font-weight: bold;
}

/*================ マーカー下線のアニメーション ================*/

.Text-Span {
	position: relative;
	z-index: 1;
}

.Text-Span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 0%;
	height: 4px;
	background: #5bc8ac;
	z-index: -1;
	transition: all 0.8s;
}

.Text-Span.isActive:after {
	width: 100%;
}

@media screen and (max-width:500px) {
	.fancybox-navigation .fancybox-button {
		height: 89px;
		width: 63px;
	}
}


p.small-01 {
    font-size: 10px;
}
