@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Noto+Serif+JP:wght@500;600&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1050px;
	
	color: #000000;
	background-color: #ffffff;
	
	-webkit-text-size-adjust: 100%;
}
#myc
{
	text-align: left;	
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;	
	font-size: 16px;
	word-break: break-word;
	color: #000000;	
	background-color: #ffffff;
}
#myc .en
{
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}
#myc .green
{
	color: #4f8870;
}
#myc a
{
	text-decoration: none;
}
#myc a:hover
{
	text-decoration: underline;
}
#myc .cf:after
{
	content: "";
	display: block;
	clear: both;
}
#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}
#myc table,
#myc tr,
#myc th,
#myc td,
#myc form
{
	margin: 0;
	padding: 0;

	border-collapse: collapse;
}
#myc input[type=text],
#myc input[type=mail],
#myc input[type=password],
#myc textarea,
#myc select,
#myc input+label
{
	font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button]
{
    border: none;
	-webkit-appearance: none;
	border-radius: 0;
}
#myc th,
#myc td
{
	vertical-align: top;
}
#myc ol,
#myc ul
{
	padding: 0;
	list-style-position: inside;
}
#myc img
{
	border: 0;

	vertical-align: top;
}
#myc .ez-wide
{
	width: 100%;
	height: auto;
}
#myc .sp-only
{
	display: none;
}
#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 1000px;
}
#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}
#myc .partition:after
{
	content: "";
	display: block;
	clear: both;
}
#myc .partition .left
{
	float: left;
	width: 50%;
}
#myc .partition .right
{
	float: right;
	width: 50%;
}
#myc .text+.text
{
	margin-top: 1em;
}
#myc .text-line
{
	display: inline-block;
}
#myc .top-ss
{
	margin-top: 12px;
}
#myc .top-s
{
	margin-top: 16px;
}
#myc .top-m
{
	margin-top: 24px;
}
#myc .top-l
{
	margin-top: 32px;
}
#myc .top-ll
{
	margin-top: 40px;
}
#myc .center
{
	text-align: center;
}
#myc .pagetop-show-position
{
	position: relative;
}
#myc .pagetop-parents
{
	position: relative;
}
#myc #myc-pagetop
{
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 1px;
	height: 1px;
	
	z-index: 1;
}
html.remodal-is-locked #myc #myc-pagetop .pagetop
{
	display: none !important;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;
	
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show
{
	opacity: 1;
	pointer-events: inherit;
}
#myc #myc-pagetop .fix-area
{
	position: fixed;
	right: 0;
	bottom: 0;
	
	padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area
{
	position: inherit;
}
#myc .video
{
	margin: 0 auto;
	width: 1000px;
	
	text-align: center;
}
#myc .gyao-player
{
	margin: 0 auto;
	width: 640px;
	height: 380px;
}
#myc #myc-loading
{
	display: none;
	
	font-size: 13px;
	color: #ccc;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}
#myc #myc-loading .inner
{
	display: table;
	width: 100%;
	height: 100vh;
}
#myc #myc-loading .inner .inner-sub
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}
#myc .common-shadow
{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
#myc.standby .accordion .accordion-open .is-open
{
	display: none;
}
#myc.standby .accordion.show .accordion-open .is-open
{
	display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close
{
	display: none;
}
#myc.standby .accordion .accordion-main
{
	display: none;
}
#myc .section
{
	padding: 72px 0;
}
#myc .section-title
{
	box-sizing: border-box;
	padding-top: 48px;
	height: 226px;	
	text-align: center;	
	background-image: url("../images/title_bg_studio.jpg");
	background-position: left top 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#myc #myc-price .section-title
{
	padding-top: 0;
	height: 243px;
	background-image: url("../images/title_bg_price.jpg");
	background-position: left top 76px;
}
#myc #myc-reserve .section-title
{
	padding-top: 0;
	height: inherit;
	background-image: inherit;
	background-position: inherit;
}
#myc #myc-access .section-title
{
	padding-top: 0;
	height: inherit;
	background-image: url("../images/title_bg_access.jpg");
	background-position: left top 48px;
}
#myc #myc-information .section-title
{
	padding-top: 108px;
	height: 205px;
	background-image: url("../images/title_bg_information.jpg");
	background-position: left top 0;
}
#myc #myc-contact .section-title
{
	padding-top: 0;
	height: 91px;
	background-image: url("../images/title_bg_contact.jpg");
	background-position: left top 8px;
}
#myc .section-title .en
{
	font-size: 38px;
	letter-spacing: 0.2em;
}
#myc .section-title .jp
{
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #4f8870;
}
#myc .section-inner
{
	margin-top: 48px;
}
#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 32px;
}
#myc .ez-row-m
{
	margin-top: 16px;
}
#myc .ez-row-s
{
	margin-top: 8px;
}
#myc .ez-pad-l
{
	padding: 32px 48px;
}
#myc .ez-pad-m
{
	padding: 16px 24px;
}
#myc .ez-pad-s
{
	padding: 8px 12px;
}
#myc .ez-inline
{
	display: inline-block;
}
#myc .ez-zerolist
{
	font-size: 0;
}
#myc .ez-left
{
	text-align: left;
}
#myc .ez-right
{
	text-align: right;
}
#myc .ez-center
{
	text-align: center;
}
#myc .ez-table
{
	display: table;
	
	width: 100%;
}
#myc .ez-tr
{
	display: table-row;
}
#myc .ez-th
{
	display: table-cell;
}
#myc .ez-td
{
	display: table-cell;
}
#myc .ez-wide
{
	width: 100%;
}
#myc .ez-half
{
	width: 50%;
}
#myc .ez-third
{
	width: 33.33%;
}
#myc .ez-flex
{
	display: flex;
}
#myc .ez-content-center
{
	justify-content: center;
}
#myc .ez-flex-wrap
{
	flex-wrap: wrap;
}
#myc .ez-vmiddle
{
	vertical-align: middle;
}
#myc .ez-vtop
{
	vertical-align: top;
}
#myc .ez-small
{
	font-size: 85%;
}
#myc .ez-small-2
{
	font-size: 9px;
}
#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 190%;
}
#myc .ez-bold
{
	font-weight: 600;
}
#myc .ez-nowrap
{
	white-space: nowrap;
}
#myc .ez-relative
{
	position: relative;
}
#myc .ez-red
{
	color: #ff0000;
}
#myc .ez-white
{
	color: #fff;
}
#myc .ez-bg-white
{
	background-color: #ffffff;
}
#myc .ez-double
{
	line-height: 2;
}
#myc .ez-subsection
{
	padding: 32px 0;
	padding: 0;
}
#myc .ez-subsection.el_student {
	margin-bottom: 64px;
}
#myc .ez-subsection:first-child
{
	padding-top: 0;
}
#myc .ez-subsection:last-child
{
	padding-bottom: 0;
}
#myc .ez-subsection-inner
{
	margin-top: 20px;
}
#myc .ez-mark
{
	position: relative;
	padding-left: 1em;
}
#myc .ez-mark:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '*';
}
#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;
}
#myc .ez-pcwidebox .item
{
	width: 100%;
}
#myc .ez-pcwidebox .item+.item
{
	margin-left: 24px;
}
#myc .ez-image-border
{
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}
#myc .ez-tabview .ez-tabview-header
{
	display: flex;
}
#myc .ez-tabview .ez-tabview-header .item
{
	flex-grow: 1;

	background-color: #ccc;
}
#myc .ez-tabview .ez-tabview-header .item.active
{
	background-color: #fff;
}
#myc .ez-tabview .ez-tabview-header .item a
{
	display: block;
}
#myc .ez-tabview .ez-tabview-header .item.active a
{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
#myc .ez-tabview .ez-tabview-content .item
{
	display: none;
}
#myc .ez-tabview .ez-tabview-content .item.active
{
	display: inherit;
}
/*
	modal
*/
#myc .modal
{
	vertical-align: top;
	
	box-sizing: border-box;
	margin: 0 auto;
	padding: 72px 0;
	
	text-align: left;
	
	pointer-events: none;
}
#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 56px 56px 72px;
	width: 647px;
	
	background-size: cover;
	
	pointer-events: auto;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1000px;
	
	background-image: inherit;
}
#myc .modal .firstview .close-button
{
	position: absolute;
	right: 0;
	top: -43px;

	width: 42px;
	height: 42px;
}
#myc .modal .firstview .photo-area
{
	position: relative;
}
#myc .modal .firstview .photo-area .button
{
	position: absolute;
	top: 50%;
	transform: translateY(-15px);
}
#myc .modal .firstview .photo-area .slider
{
	position: relative;
}
#myc .modal .firstview .photo-area .swiper-button-prev
{
	left: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(../images/modal_prev.png);
	background-size: contain;
}
#myc .modal .firstview .photo-area .swiper-button-next
{
	right: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(../images/modal_next.png);
	background-size: contain;
}
#myc .modal .firstview .text-list .item
{
	display: none;
}
#myc .modal .firstview .text-list .item:first-child
{
	display: inherit;
}
#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}
/*
	remodal animation
*/
#myc .remodal-overlay.remodal-is-opening,
#myc .remodal-overlay.remodal-is-closing
{
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
#myc .remodal-overlay.remodal-is-opening
{
	animation-name: remodal-overlay-opening-keyframes;
}
#myc .remodal-overlay.remodal-is-closing
{
	animation-name: remodal-overlay-closing-keyframes;
}
#myc .remodal.remodal-is-opening,
#myc .remodal.remodal-is-closing
{
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#myc .remodal.remodal-is-opening
{
	animation-name: remodal-opening-keyframes;
}
#myc .remodal.remodal-is-closing
{
	animation-name: remodal-closing-keyframes;
}
@keyframes remodal-opening-keyframes
{
	from
	{
		transform: translateY(-4px);
		opacity: 0;
	}
	to
	{
		transform: none;
		opacity: 1;
	}
}
@keyframes remodal-closing-keyframes
{
	from
	{
		transform: translateY(0px);
		opacity: 1;
	}
	to
	{
		transform: translateY(-4px);
		opacity: 0;
	}
}
@keyframes remodal-overlay-opening-keyframes
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
@keyframes remodal-overlay-closing-keyframes
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}
/*
	menu
*/
#myc #myc-menu-open
{
	position: fixed;
	right: 0;
	top: 0;
	
	z-index: 1;
}
#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 2;
}
#myc #myc-menu .bg
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,0.3);
	
	transition-duration: 0.4s;
}
#myc #myc-menu .contents
{
	position: relative;
	
	display: flex;
	align-items: center;
	
	padding-left: 200px;
	height: 100%;
	
	margin-left: 50%;
	background-color: #fff;
	
	transition-duration: 0.4s;
}
#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
	
	transition-duration: 0.4s;
}
#myc #myc-menu .list .item+.item
{
	margin-top: 64px;
}
#myc #myc-menu .list .item img
{
	width: 377px;
}
#myc #myc-menu.hide
{
	pointer-events: none;
}
#myc #myc-menu.hide .bg
{
	opacity: 0;
	
	transition-duration: 0.8s;
}
#myc #myc-menu.hide .contents
{
	opacity: 0;
	transform: translateX(2%);
	
	transition-duration: 0.8s;
}
#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;
	
	transition-duration: 0.8s;
}
#myc #myc-reserve-button
{
	position: fixed;
	right: 32px;
	top: 40px;
	
	z-index: 2;
}
#myc #myc-reserve-button:hover
{
	opacity: 0.85;
}
#myc #myc-reserve-button .link
{
	display: block;
	padding: 20px 44px;
	
	color: #fff;
	letter-spacing: 0.1em;
	white-space: nowrap;
	
	background-color: #4F8870;
	border-radius: 8px;
}
#myc #myc-reserve-button .link:hover
{
	text-decoration: none;
}
#myc #myc-reserve-button .link .icon
{
	margin-right: 16px;
	vertical-align: middle;
}
#myc #myc-header .centerview
{
	height: 848px;	
	background-image: url("../images/header_bg.jpg");
	background-size: 948px auto;
	background-position: center top 72px;
	background-repeat: no-repeat;
}
#myc #myc-header .title-box
{
	padding-top: 340px;	
	justify-content: center;
}
#myc #myc-header .title-box .text-area
{
	flex-direction: column;	
	margin-left: 28px;
	margin-top: 72px;
}
#myc #myc-header .title-box .text-area .title
{
	font-size: 38px;
	letter-spacing: 0.1em;
}
#myc #myc-header .title-box .text-area .sub
{
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}
#myc #myc-price .capacity
{
	margin-top: 120px;
}
#myc #myc-price .pc-table .row
{
	display: flex;
}
#myc #myc-price .pc-table .row .column
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	box-sizing: border-box;
	width: 250px;
	height: 124px;	
	color: #4f8870;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#myc #myc-price .pc-table .row .column+.column
{
	border-left: 1px solid #4F8870;
}
#myc #myc-price .pc-table .row .column:last-child
{
	border-right: 1px solid #4F8870;
}
#myc #myc-price .pc-table .row:nth-child(2n-1) .column
{
	background-color: #F8FAF9;
}
#myc #myc-price .pc-table .row:nth-child(2n) .column
{
	background-color: #E6EEEB;
}
#myc #myc-price .pc-table .row .column.type-header
{
	color: #fff;
	background-color: #4F8870;
}
#myc #myc-price .pc-table .row .column.type-double
{
	width: 500px;
}
#myc #myc-price .pc-table .row .column.type-triple
{
	width: 750px;
}
#myc #myc-price .pc-table .row .column.type-disabled
{
	background-color: #D4D4D4;
}
#myc #myc-price .pc-table .row:first-child .column
{
	height: 80px;
}
#myc #myc-price .pc-table .row:first-child .column:nth-child(1)
{
	background-color: inherit;
}
#myc #myc-price .pc-table .row:first-child .column:nth-child(2)
{
	border-top-left-radius: 8px;
}
#myc #myc-price .pc-table .row:first-child .column:nth-child(4)
{
	border-top-right-radius: 8px;
}
#myc #myc-price .pc-table .row:last-child .column:nth-of-type(2),
#myc #myc-price .pc-table .row:last-child .column:nth-of-type(3) {
	border-right: 0;
}
#myc #myc-price .pc-table .row:last-child .column:nth-of-type(3),
#myc #myc-price .pc-table .row:last-child .column:nth-of-type(4) {
	border-left: 0;
}
#myc #myc-price .pc-table .row .list
{
	width: 380px;
}
#myc #myc-price .pc-table .row .list .item
{
	display: flex;
	justify-content: space-between;
}
#myc #myc-price .pc-table .row .list .item+.item
{
	margin-top: 1em;
}
#myc #myc-price .pc-table .row .column .label
{
	color: #000;
	letter-spacing: 0;
}
#myc #myc-price .pc-table .row .column .option
{
	display: flex;
	justify-content: space-between;
	
	box-sizing: border-box;
	padding: 24px 12px;
	width: 100%;
}
#myc #myc-price .pc-table .row .column .option+.option
{
	border-top: 1px solid #4F8870;
}
#myc #myc-price .pc-table .row .column .option .option-label
{
	display: flex;
	align-items: center;
}
#myc #myc-price .pc-table .row .column .option .option-price
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#myc #myc-price .el_student .pc-table .row .column {
	background: #E6EEEB!important;
}
#myc #myc-price .el_student .pc-table .label .ez-large {
	font-size: 120%;
	margin-left: 10px;
	color: #4F8870;
}
/*
	pc-table.type-option
*/
#myc #myc-price .pc-table.type-option
{
	border: 1px solid rgb(79, 136, 112);
	border-radius: 8px;
}
#myc #myc-price .pc-table.type-option .row .column
{
	padding: 32px 72px;
  width: 100%;
  height: inherit;	
	border-right: inherit;
}
#myc #myc-price .pc-table.type-option .row+.row .column
{
	border-top: 1px solid rgb(79, 136, 112);
}
#myc #myc-price .pc-table.type-option .row .column .option
{
    padding: 8px 0;
}
#myc #myc-price .pc-table.type-option .row .column .option+.option
{
    border-top: none;
}
#myc #myc-price .pc-table.type-option .row .column .title
{
	display: block;
	width: 100%;
}
#myc #myc-access .list
{
	justify-content: space-between;
}
#myc #myc-access .list tr:last-child td
{
	border-top: 1.2em solid transparent;
}
#myc #myc-access .list .data
{
	padding-left: 1.6em;
	padding-top: 0.1em;
}
#myc #myc-contact .form-area
{
	margin: 0 auto;
	width: 750px;
}
#myc #myc-contact .form-area .row+.row
{
	margin-top: 20px;
}
#myc #myc-contact .form-area .input
{
	margin-top: 12px;
}
#myc #myc-contact .form-area .input input,
#myc #myc-contact .form-area .input textarea
{
	box-sizing: border-box;
	
	padding: 8px;
	width: 100%;
	
	border: 1px solid #D3D3D3;
}
#myc #myc-contact .form-area .input textarea
{
	height: 10em;
}
#myc #myc-contact .form-area .submit-area input,
#myc .link-button
{
	display: inline-block;	
	padding: 20px 48px;	
	color: #fff;
	font-size: 120%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	white-space: nowrap;	
	background-color: #4F8870;
	border-radius: 8px;	
	cursor: pointer;
}
#myc #myc-footer
{
	font-family: sans-serif;
	color: #fff;	
	background-color: #4F8870;
}
#myc #myc-footer a
{
	color: #fff;
}
#myc #myc-footer .centerview.type-linklist
{
	padding: 40px 0;
}
#myc #myc-footer .list .item
{
	padding: 0 32px;
	
	line-height: 1;
}
#myc #myc-footer .list .item+.item
{
	border-left: 1px solid #fff;
}
#myc #myc-footer .copyright
{
	padding: 20px 0;
}
#myc #myc-footer .copyright .text
{
	font-size: 11px;
}
#myc .slider
{
	position: relative;
}
#myc .slider .swiper-slide
{
	width: 890px;/*828*/	
	text-align: center;
}
#myc .slider .swiper-slide img
{
	width: 828px;
	height: auto;	
  opacity: 0.2;
  transition-duration: 1.2s;
}
#myc .slider .swiper-slide.swiper-slide-active img
{
    opacity: 1;
}
#myc .modal .firstview .swiper-wrapper
{
	text-align: center;
	align-items: center;
}
#myc .slider .swiper-button-prev
{
	margin-top: -15px;
	left: 0;
	width: 14px;
	height: 30px;	
	background-image: url("../images/mainvisual_arrow_01.png");
	background-size: contain;
}
#myc .slider .swiper-button-next
{
	margin-top: -15px;
	right: 0;
	width: 14px;
	height: 30px;	
	background-image: url("../images/mainvisual_arrow_02.png");
	background-size: contain;
}
#myc .slider .swiper-pagination
{
	position: inherit;
	margin-top: 20px;
	text-align: center;
}
#myc .slider .swiper-pagination-bullet
{
	box-sizing: border-box;
	margin: 0 8px;
	width: 8px;
	height: 8px;	
	border: inherit;
	background: #D3D3D3;
	opacity: inherit;
}
#myc .slider .swiper-pagination-bullet-active
{
	border: inherit;	
	background: #4f8870;
}
#myc .slider .swiper-pagination-bullets
{
    bottom: 0;
}
#myc #myc-privacy .item
{
    padding: 3.2em 1.6em;
    border-bottom: 1px dashed #dddddd;
}
#myc #myc-privacy .item:first-child
{
    border-top: 1px dashed #dddddd;
}
#myc #myc-privacy .item .inner
{
    margin-top: 1.6em;
    padding: 0 1em;
}
#myc #myc-law .table-parent
{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 32px;
    width: 860px;    
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}
#myc #myc-law .table-parent th,
#myc #myc-law .table-parent td
{
    padding: 1.6em 0;
}
#myc #myc-law .table-parent th
{
    box-sizing: border-box;
    padding-right: 1em;
    width: 14em;
}
#myc #myc-law .table-parent td
{
    padding-left: 1em;
}
#myc #myc-law .table-parent tr+tr th,
#myc #myc-law .table-parent tr+tr td
{
    border-top: 1px dashed #dddddd;
}
/*
	scrollmagic
*/
#myc.standby .scrollmagic
{
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: sine-out;
	transform: translateY(12px);
}
#myc.standby .scrollmagic.show
{
	opacity: 1 !important;
	transform: translateX(0) translateY(0) scale(1) !important;
}
#myc.standby .scrollmagic:nth-child(2) {transition-delay: 0.1s;}
#myc.standby .scrollmagic:nth-child(3) {transition-delay: 0.2s;}
#myc.standby .scrollmagic:nth-child(4) {transition-delay: 0.3s;}
#myc.standby .scrollmagic:nth-child(5) {transition-delay: 0.4s;}
#myc.standby .scrollmagic:nth-child(6) {transition-delay: 0.5s;}
#myc.standby .scrollmagic:nth-child(n+7) {transition-delay: 0.6s;}
/*
	transition
*/
#myc.standby.reset *
{
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}
/***X真ん中に***/
.twitter-timeline {
	margin: auto;
}
/***SNS***/
#myc-sns h2 {
	text-align: center;
	font-size: 25px; 
	letter-spacing:  0.1em;
	margin-bottom: 30px;
}
#myc-sns .bl_snsUnit_inner {
	display: flex;
	justify-content: center;
	gap: 35px;
}
::marker {
	content: none;
}
#myc-sns .bl_sns {
	display: flex; 
	align-items: center;
	font-size: 14px;
}
#myc-sns .bl_sns a {
	color: #000;
}
#myc-sns .bl_sns::before {
	content: "";
	display: block;
	margin-right: 15px;
}
#myc-sns .bl_instagram::before {
	background: url(../images/icon_instagram.svg) center / contain no-repeat;
	width: 30px;
	height: 30px;
}
#myc-sns .bl_fb::before {
	background: url(../images/icon_facebook.png) center / contain no-repeat;
	width: 34px;
	height: 34px;
}
#myc-sns .bl_twitter::before {
	background: url(../images/icon_x.svg) center / contain no-repeat;
	width: 26px;
	height: 27px;
}
/***footer SNS***/
#myc-footer .bl_snsUnit {
	display: flex;
	align-items: center; 
	justify-content: center;
	gap: 30px;
}
#myc-footer .bl_instagram img {
	width: 32px;
	height: 32px;
}
#myc-footer .bl_fb img {
	width: 34px;
	height: 34px;
}
#myc-footer .bl_twitter img {
	width: 26px;
	height: 27px;
}
/***学生限定プラン***/
#myc #myc-project .section-title {
	background-image: url(../images/title_bg_studio2.jpg);
	padding-top: 80px;
  height: 207px;
}
#myc #myc-project .section-inner {
	margin-top: 0;
}
#myc #myc-project .section-inner > p {
	margin: 0 50px;
}
#myc #myc-project .el_lv3Header {
	margin-top: 40px;
	background: #E6EEEB;
	font-size: 20px;
	padding: 15px 30px; 
	margin-bottom: 30px;
}
#myc #myc-project .bl_projectUnit div {
	display: flex; 
	align-items: flex-start;
}
#myc #myc-project .bl_projectUnit dt {
	flex-shrink: 0;
	background: #4F8870;
	color: #fff; 
	border-radius: 20px;
	padding: 10px;
	text-align: center; 
	width: 180px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
#myc #myc-project .bl_projectUnit dd {
	line-height: 2;
	margin-top: 5px;
}
#myc #myc-project .bl_projectUnit .schedule div {
	display: block;
}
#myc #myc-project .bl_projectUnit .schedule ol span {
	margin-right: 20px;
}
/***プラン表***/
#myc #myc-price .el_student .column:nth-child(1) {
	flex-shrink: 0;
	height: initial!important;
	background: #F8FAF9!important;
}
#myc #myc-price .el_student .column:nth-child(2) {
	width: 100%!important;
	border-radius: 0!important;
	border-right: 1px solid #4F8870!important;
	padding: 20px 50px;
	height: initial!important;
	justify-content: flex-start;
	flex-direction: initial;
}
#myc #myc-price .el_student .column:nth-child(2) p {
	text-align: left;
	line-height: 2;
}
#myc #myc-price .el_student .column:nth-child(2) span {
	font-size: 14px;
	margin-left: 20px;
}
@media screen and (max-width : 768px) {
	#myc-sns h2 {
		font-size: 6vw;
	}
	#myc-sns .bl_snsUnit_inner {
		display: block;
		max-width: 320px;
		margin: auto;
	}
	#myc-sns .bl_sns {
		margin-bottom: 30px;
	}
	#myc #myc-project.section {
		padding-top: 0;
	}
	#myc #myc-project .section-title {
		background-image: url(../images/sp/title_bg_studio2.jpg);
		padding-top: 8vw;
  	height: 24vw;
	}
	#myc #myc-project .jp {
		font-size: 150%;
	}
	#myc #myc-project .section-inner > p {
		margin: 3vw 0;
	}
	#myc #myc-project .el_lv3Header {
		font-size: 120%;
	}
	#myc #myc-project .bl_projectUnit div {
		display: block;
		margin-bottom: 20px;
	}
	#myc #myc-project .bl_projectUnit dt {
		margin: auto auto 10px;
	}
	#myc #myc-project .bl_projectUnit dd {
		margin-left: 0;
		text-align: center;
	}
	#myc #myc-price .sp-table .set.el_student ul {
		display: flex; 
		flex-wrap: wrap;
	}
	#myc #myc-price .sp-table .set.el_student ul li {
		margin-right: 20px;
		margin-bottom: 10px;
	}
	#myc #myc-project .bl_projectUnit .schedule ol {
		max-width: 190px;
    margin: auto;
    text-align: left;
	}
}
@media screen and (max-width : 425px) {
	#myc #myc-price .sp-table .row .el_price {
		padding-left: 50px;
	}
	
	#myc #myc-price .sp-table .set.el_student ul {
		display: block;
		text-align: left;
	} 
}
/*全て税込*/
#myc .el_att {
	text-align: right;
	margin-top: 10px;
}