@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1000px;

	color: #666;
	background-color: #FFF;

	-webkit-text-size-adjust: 100%;
}



#myc
{
	overflow: hidden;

	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
  font-weight: 500;
	word-break: break-word;
}
#myc.type-news
{
}


#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: 500;
	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;

    width: 100%;
    height: auto;

	vertical-align: top;
}
#myc .ez-wide
{
	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 800px;

    /*★*/
    /*background-color: rgba(255,128,0,0.1);*/
}

#myc a
{
	color: #fff;
}

#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: 120px auto 0;
	width: 780px;
	text-align: center;
}

#myc .video .video-thumb
{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

#myc .video .video-thumb iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#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: 64px 0;
}

#myc .section-title
{
    margin: 100px auto 0;
    width: 100%;
		height: 74px;
  	border-radius: 50px;
		text-align: center;
	  font-family: "Spicy Rice", serif;
	  font-weight: 400;
	  font-style: normal;
		font-size: 240%;
		padding-top: 20px;
  	background-image: linear-gradient(0deg, rgba(148, 59, 176, 1), rgba(71, 176, 183, 1) 46%, rgba(173, 178, 51, 1));
}


#myc .section-title2
{
		font-family: "Spicy Rice", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 240%;
		text-align: center;
}

#myc .section-inner
{
	margin-top: 64px;
}



#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 24px;
}
#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-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 180%;
}

#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;
}
#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-attention:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '*';
}
#myc .ez-mark.type-kuromaru: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;
	}
}









#myc header
{
	background-color: #000;
	text-align: center;
}

#myc header img
{
	height: 400px;
	width: auto;
}

#myc .logo
{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}

#myc .lead
{
	width: 98%;
	margin: 0 auto;
	line-height: 180%;
}

#myc .form
{
	padding: 50px 40px 40px;
	margin: 60px 0;
	border: 3px solid #c7d1db;
	border-radius: 30px;
}

#myc .form label
{
	font-size: 90%;
}
#myc .form .hissu
{
	color:#F00;
}
#myc .form .hissu_tag
{
	font-size: 80%;
	color:#F00;
}

#myc .form input
{
	margin-top: 5px;
	display: block;
	font-size: 120%;
	width: 300px;
	height: 25px;
	border: solid 1px #DDD;
	padding: 1%;
}

#myc .form textarea
{
	margin-top: 5px;
	display: block;
	font-size: 120%;
	width: 98%;
	height: 100px;
	border: solid 1px #DDD;
	padding: 5px;
}

#myc .link-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 16px;
	font-size: 120%;
	font-weight: bold;
  min-width: 200px;
  line-height: 1;
  color: #000;
  background-color: #c0d850;
  border-radius: 100px;
}

#myc .link-button:hover {
  opacity: 0.85;
  text-decoration: none;
}

#myc footer
{
		margin-top: 64px;
		text-align: center;
    padding: 48px;
		color: #000;
		font-size: 14px;
}
