@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo&display=swap');

/* ----------------------------------------
- RESET BROWSER EFFECT
---------------------------------------- */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;line-height:1}article,main,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:after,q:before{content:''}abbr,acronym{border:0}img{vertical-align:top}
/* ----------------------------------------
- MODULE
---------------------------------------- */
/* CLEAR
----------------------------------------------------- */
.clear{
	clear:both;
}
/* CLEAR FIX
----------------------------------------------------- */
*:first-child+html .clearfix{display:inline-block;} /* for IE7 */
.clearfix:after {content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
* html .clearfix {
	display:inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
	clear:both;
}
/* ----------------------------------------
- FORMAT
---------------------------------------- */
html {
	font-size:62.5%;
	height:100%;
}
body {
	position:relative;
	color:#333;
	font-family: -apple-system, BlinkMacSystemFont,  "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
	-webkit-text-size-adjust:100%;
}
* {
	letter-spacing:0.05em;
}
a {
	text-decoration:none;
	outline:none;
	color:#6b4d75;
}
a:hover {
	text-decoration:none;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}
img {
	width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	width:100%;
	height: auto;
	z-index: 1;
}
.btn {
	display: inline-block;
	width: auto;
}
 .btn a {
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	padding: 0 25px;
	text-decoration: none;
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}
.btn a:hover {
	background: #ffa1e1;
	color: #000;
}
/* header
----------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 500;
	background-image:
		url(/common/images/head_bg_left.png),
		url(/common/images/head_bg_right.png),
		url(/common/images/head_bg_center.png);
	background-repeat:
		no-repeat,
		no-repeat,
		repeat-x;
	background-position:
		left top,
		right top,
		center top;
	background-size:
		173px 200px,
		173px 200px,
		99px 48px;
}
header .headerWrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 200px;
	z-index: 501;
}
header .headerWrapper h1{
	position:absolute;
	top: 10px;
	left: 30px;
	width: 150px;
	height: 104px;
	transition: linear 0.5s all;
	z-index: 503;
}
header .headerWrapper h1 a {
	display: block;
}
@media only screen and (max-width:1215px) {
	header {
		height: 150px;
		background-size:
			130px 150px,
			130px 150px,
			74px 36px;
	}
	header .headerWrapper {
		width: 100%;
		height: 150px;
	}
	header .headerWrapper h1{
		top: 5px;
		left: 20px;
		width: 140px;
		height: 97px;
	}
}
@media only screen and (max-width:768px) {
	header {
		height: 120px;
		background-size:
			104px 120px,
			104px 120px,
			59px 29px;
	}
	header .headerWrapper {
		height: 120px;
	}
	header .headerWrapper h1{
		top: 5px;
		left: 15px;
		width: 100px;
		height: 69px;
	}
}
@media only screen and (max-width:480px) {
	header {
		height: 75px;
		background-size:
			65px 75px,
			65px 75px,
			37px 18px;
	}
	header .headerWrapper {
		height: 75px;
	}
	header .headerWrapper h1{
		top: 5px;
		left: 5px;
		width: 85px;
		height: 59px;
	}
}
/* navigation
----------------------------------------------------- */
#englishNavi {
	position: absolute;
	left: 50%;
	top: -65px;
	width: 130px;
	height: 130px;
	z-index: 505;
	background-color: #fea2e0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#englishNavi:hover {
	background-color: #c38dfd;
}
#englishNavi a {
	display: block;
	font-size: 2rem;
	line-height: 175px;
	font-family: 'Baloo', cursive;
	color: #fff;
}
#drawerNavi {
	position: absolute;
	right: -25px;
	top: -25px;
	width: 100%;
	height: 100%;
	z-index: 502;
}
.navicon {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 180px;
	height: 150px;
	transition: linear 0.5s all;
	background: url(/common/images/head_menu_bg.png) no-repeat right top;
	background-size: 180px 150px;
	cursor: pointer;
	z-index: 510;
}
.navicon:before, .navicon:after {
	content: "";
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 4px;
	left: 0;
	transition: 0.8s ease;
	width: 46px;
	z-index: 511;
}
.navicon:before {
	position: absolute;
	box-shadow: #fff 0 15px 0 0;
	top: 45px;
	left: 60px;
	z-index: 512;
}
.navicon:after {
	position: absolute;
	top: 75px;
	left: 60px;
	z-index: 513;
}
.navicon--active {
	margin-top: 32px;
	transition: linear 0.5s all;
}
.navicon--active:before {
	box-shadow: transparent 0 0 0 0;
	top: 60px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.navicon--active:after {
	top: 60px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
@media only screen and (max-width:1215px) {
	#englishNavi {
		top: -55px;
		width: 110px;
		height: 110px;
	}
	#englishNavi a {
		font-size: 1.75rem;
		line-height: 150px;
	}
	#drawerNavi {
		right: -30px;
		top: -25px;
	}
	.navicon {
		width: 165px;
		height: 138px;
		background-size: 165px 138px;
	}
	.navicon:before, .navicon:after {
		height: 4px;
		width: 42px;
	}
	.navicon:before {
		top: 42px;
		left: 55px;
	}
	.navicon:after {
		top: 72px;
		left: 55px;
	}
	.navicon--active {
		margin-top: 32px;
	}
	.navicon--active:before {
		top: 55px;
	}
	.navicon--active:after {
		top: 55px;
	}
}
@media only screen and (max-width:768px) {
	#englishNavi {
		top: -50px;
		width: 100px;
		height: 100px;
	}
	#englishNavi a {
		font-size: 1.7rem;
		line-height: 140px;
	}
	.navicon {
		width: 160px;
		height: 133px;
		background-size: 160px 133px;
	}
	.navicon:before, .navicon:after {
		height: 4px;
		width: 40px;
	}
	.navicon:before {
		top: 41px;
		left: 54px;
	}
	.navicon:after {
		top: 71px;
		left: 54px;
	}
	.navicon--active {
		margin-top: 20px;
	}
	.navicon--active:before {
		top: 54px;
	}
	.navicon--active:after {
		top: 54px;
	}
}
@media only screen and (max-width:480px) {
	#englishNavi {
		top: -45px;
		width: 90px;
		height: 90px;
	}
	#englishNavi a {
		font-size: 1.5rem;
		line-height: 125px;
	}
	#drawerNavi {
		right: -35px;
		top: -20px;
	}
	.navicon {
		width: 120px;
		height: 100px;
		background-size: 120px 100px;
	}
	.navicon:before, .navicon:after {
		height: 2px;
		width: 30px;
	}
	.navicon:before {
		box-shadow: #fff 0 10px 0 0;
		top: 33px;
		left: 38px;
	}
	.navicon:after {
		top: 53px;
		left: 38px;
	}
	.navicon--active {
		margin-top: 15px;
	}
	.navicon--active:before {
		box-shadow: transparent 0 0 0 0;
		top: 42px;
	}
	.navicon--active:after {
		top: 42px;
	}
}

.toggle {
	margin: 120px auto;
	padding: 35px 15px 15px 15px;
	width: 45%;
	min-width: 380px;
	background-color: rgba(219, 213, 243, 0.9);
	opacity: 0;
	transition: ease-in 0.5s all;
	-webkit-transform: translate(-25px, -200%);
	transform: translate(-25px, -200%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,210,235,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,210,235,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,210,235,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd2eb',GradientType=0 );
}
.toggle--active {
	display: block;
	opacity: 1;
	transition: ease-in 0.5s all;
	-webkit-transform: translate(-25px, 0);
	transform: translate(-25px, 0);
}
.toggle__menu {
	margin-bottom: 25px;
}
.toggle__menu li {
	width: 65%;
	display: block;
	margin: 15px auto;
}
.toggle__menu li a {
	text-decoration: none;
	color: #333333;
	display: block;
	text-align: center;
	font-size: 24px;
	font-family: 'Baloo', cursive;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: linear 0.5s all;
	padding: 10px 0;
}
.toggle__menu li a span {
	text-transform: lowercase;
}
.toggle__menu li a:hover {
	color: #6b4d75;
	border-bottom: 2px solid #6b4d75;
	transition: linear 0.5s all;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	font-weight: bold;
}
@media only screen and (max-width:1215px) {
	.toggle {
		margin: 100px auto;
		width: 65%;
		max-width: 500px;
		-webkit-transform: translate(-30px, -200%);
		transform: translate(-30px, -200%);
	}
	.toggle--active {
		-webkit-transform: translate(-30px, 0);
		transform: translate(-30px, 0);
	}
	.toggle__menu li a {
		font-size: 16px;
	}
}
@media only screen and (max-width:768px) {
	.toggle {
		margin: 100px auto 0 auto;
		width: 75%;
		max-width: 75%;
		min-width: 75%;
	}
	.toggle__menu li a {
		font-size: 16px;
	}
}
@media only screen and (max-width:480px) {
	.toggle {
		-webkit-transform: translate(-35px, -200%);
		transform: translate(-35px, -200%);
	}
	.toggle--active {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0);
	}
}


.social {
	display: block;
	width: 100%;
	margin: 25px auto;
	text-align: center;
	font-size: 0;
}
.social li {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: top;
}
.social li a {
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	transition: linear 0.5s all;
}
.social li a i {
	font-size: 28px;
	line-height: 1.75;
}
.social li a:hover {
	color: #6b4d75;
	transition: linear 0.5s all;
}
@media only screen and (max-width:768px) {
	.social {
		margin: 20px auto;
	}
	.social li a i {
		font-size: 24px;
	}
}


/* footer
----------------------------------------------------- */
#footer{
	position:relative;
	margin:0;
	background-color: #f16bc6;
}
#footer .footerInner {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 35px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer .footerInner ul.footerSnsNav{
	position:relative;
	padding: 50px 0;
	text-align: center;
}
#footer .footerInner ul.footerSnsNav li {
	display: inline-block;
	margin:0 15px;
}
#footer .footerInner ul.footerSnsNav li a {
	display: block;
	font-size:16px;
	color:#fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 0 30px;
	line-height: 46px;
	border-radius: 23px;
}
#footer .footerInner ul.footerSnsNav li a:hover {
	background-color: #fff;
	color:#004ea2;
}
#footer .footerInner ul.footerSnsNav li a span {
	display: inline;
}
#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
@media only screen and (max-width:1215px) {
	#footer .footerInner {
		width: 95%;
		padding-bottom: 35px;
	}
	#footer .footerInner ul.footerSnsNav {
		padding: 45px 0;
	}
	#footer .footerInner ul.footerSnsNav li {
		margin: 0 5px;
	}
	#footer .footerInner ul.footerSnsNav li a {
		font-size:13px;
		padding: 0 15px;
		line-height: 40px;
	}
	#footer .footerInner ul.footerSnsNav li a span {
		display: inline;
	}
	#footer .footerInner h2 {
		width: 140px;
	}
	#footer p {
		font-size: 11px;
	}
}
@media only screen and (max-width:768px) {
	#footer .footerInner {
		padding-bottom: 30px;
	}
	#footer .footerInner ul.footerSnsNav {
		padding: 25px 0;
	}
	#footer .footerInner ul.footerSnsNav li a span {
		display: none;
	}
	#footer .footerInner ul.footerSnsNav li a {
		padding: 0 25px;
		line-height: 35px;
	}
	#footer .footerInner h2 {
		width: 100px;
	}
	#footer p {
		font-size: 10px;
	}
}
@media only screen and (max-width:480px) {
	#footer .footerInner {
		padding-bottom: 25px;
	}
	#footer .footerInner ul.footerSnsNav {
		padding: 20px 0 10px 0;
	}
	#footer .footerInner ul.footerSnsNav li {
		display: inline-block;
		width: 42.5%;
		margin:0 2.5% 15px;
	}
	#footer .footerInner ul.footerSnsNav li a {
		padding: 0 15px;
		line-height: 30px;
	}
	#footer .footerInner h2 {
		width: 85px;
	}
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
