@charset "UTF-8";
/*---------------------------------------------

Base CSS (for HTML5)

---------------------------------------------*/

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
html {
	font-family: fot-udkakugo-large-pr6n, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #343434;
	line-height: 1.6;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
a {
	color: #343434;
	text-decoration: underline;
}
a:hover {
	color: #343434;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}



/*  header */
.Header {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 7.8125vw;
	border-bottom: 2px solid #F55881;
	background-color: white;
	z-index: 1000;
	overflow: hidden;
}
.contents, .pageInfo {
	padding-top: 7.8125vw!important;
}
.Header * {
	box-sizing: border-box;
}
.Header img {
	display: block;
	object-fit: contain;
}
.Header-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: 80rem;*/
	width: 81.25%;
	height: 5.46875vw;
	margin: 0.9375vw auto 0;
}
.Header-logo {
	display: block;
}
.Header-logo a {
	display: block;
}
.Header-logo img {
	width: 14.453125vw;
	height: inherit;
}
.Header-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 14.453125vw);
	height: 80%;
}
.Header-menu a {
	display: block;
	line-height: 1;
	font-size: inherit;
	text-decoration: none;
}
.Header-menu a:hover {
  color: #F55881;
}
.Header-menu input, .Header-menu label {
	display: block;
	outline: none;
}
.Header-menu input[type="text"] {
	width: 10em;
	height: 1.875vw;
	padding: 0 0.6em;
	border: 1px solid #BEC1C2;
}
.Header-menu form {
	display: flex;
	align-items: center;
	margin-left: 1.71875vw;
}
.Header-menu label {
	width: 1.875vw;
	height: 1.875vw;
	margin-left: 0.390625vw;
}
.Header-menu-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.Header-menu-top a {
	border-left: 1px solid #A5A5A5;
	padding: 0 0.9375vw;
	color: #757575;
	font-size: 1.015625vw;
}
.Header-menu-top a:last-of-type {
	border-right: 1px solid #A5A5A5;
}
.Header-menu-bot {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.Header-menu-bot a {
	margin-left: 1.5625vw;
	font-size: 1.171875vw;
	font-weight: 600;
	color: black;
}


.Header-trg._active div:first-of-type {
	transform: translateY(0%) rotateZ(-45deg);
}
.Header-trg._active div:nth-of-type(2) {
	opacity: 0;
}
.Header-trg._active div:last-of-type {
	transform: translateY(0%) rotateZ(45deg);
}
.Header-trg {
	position: fixed;
	top: 0;
	right: 0;
	width: 6.25vw;
	height: 6.25vw;
	border: 0;
	padding: 0;
	background-color: #F55881;
	outline: none;
	z-index: 980;
}
.Header-trg div {
	position: absolute;
	top: 2.5vw;
	right: 0;
	bottom: auto;
	left: 0;
	width: 50%;
	height: 0.234375vw;
	margin: auto;
	background-color: white;
	transition: transform 0.16s ease-out;
}
.Header-trg div:first-of-type {
	transform: translateY(-300%);
}
.Header-trg div:last-of-type {
	transform: translateY(300%);
}
.Header-trg p {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 1.171875vw;
	left: 0;
	margin: auto;
	font-size: 0.78125vw;
	color: white;
}
.Header-menu_s {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 27.34375vw;
	border-bottom: 2px solid #F55881;
	/*padding-top: 6.25vw;*/
	background-color: #F55881;
	transition: transform 0.28s ease-out;
	z-index: 970;
	transform: translateY(-101%);
}
.Header-menu_s._active {
	transform: translateY(0);
}
.Header-menu_s-logo {
	display: flex;
	align-items: center;
	height: 6.25vw;
	padding-left: 1em;
	background-color: #f7f7f7;
}
.Header-menu_s-logo img {
	width: 10.9375vw;
	height: auto;
}
.Header-menu_s >a {
	display: block;
	padding: 1em 0 1em 2.9556vh;
	background-color: #F55881;
	line-height: 1;
	font-size: 1.8472vh;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.Header-menu_s form {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2em 1.6em;
	font-size: 1.8472vh;
	background-color: #f7f7f7;
}
.Header-menu_s label {
	width: 2.9556650vh;
	height: 2.9556650vh;
	margin-left: 10px;
}
.Header-menu_s label img {
	display: block;
	width: inherit;
	height: inherit
}
.Header-menu_s input[type="text"] {
	width: calc(100% - 10px - 2.9556650vh);
	height: 1.4em;
	border: 1px solid #A5A5A5;
  	padding: 0 0.6em;
}


@media screen and (min-width:1281px) {
	.Header {
		height: 100px;
	}
	.contents, .pageInfo {
		padding-top: 100px!important;
	}
	.Header-block {
		max-width: 80rem;
		width: 81.25%;
		height: 70px;
		margin: 12px auto 0;
	}
	.Header-logo img {
		width: 185px;
	}
	.Header-menu {
		width: calc(100% - 185px);
		height: 80%;
	}
	.Header-menu input[type="text"] {
		height: 24px;
	}
	.Header-menu form {
		margin-left: 22px;
	}
	.Header-menu label {
		width: 24px;
		height: 24px;
		margin-left: 5px;
	}
	.Header-menu-top a {
		padding: 0 12px;
		font-size: 13px;
	}
	.Header-menu-bot a {
		margin-left: 22px;
		font-size: 15px;
	}

	.Header-trg {
		position: fixed;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		border: 0;
		padding: 0;
		background-color: #F55881;
		outline: none;
		z-index: 980;
	}
	.Header-trg div {
		position: absolute;
		top: 32px;
		right: 0;
		bottom: auto;
		left: 0;
		width: 50%;
		height: 3px;
		margin: auto;
		background-color: white;
		transition: transform 0.16s ease-out;
	}
	.Header-trg div:first-of-type {
		transform: translateY(-300%);
	}
	.Header-trg div:last-of-type {
		transform: translateY(300%);
	}
	.Header-trg p {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 15px;
		left: 0;
		margin: auto;
		font-size: 10px;
		color: white;
	}
	.Header-menu_s {
		position: fixed;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		width: 350px;
		border-bottom: 2px solid #F55881;
		/*padding-top: 6.25vw;*/
		background-color: #F55881;
		transition: transform 0.28s ease-out;
		z-index: 970;
		transform: translateY(-101%);
	}
	.Header-menu_s._active {
		transform: translateY(0);
	}
	.Header-menu_s-logo {
		display: flex;
		align-items: center;
		height: 80px;
		padding-left: 1em;
		background-color: #f7f7f7;
	}
	.Header-menu_s-logo img {
		width: auto;
		height: 50px;
	}
	.Header-menu_s >a {
		display: block;
		padding: 1em 0 1em 2.9556vh;
		background-color: #F55881;
		line-height: 1;
		font-size: 1.8472vh;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	.Header-menu_s form {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1.2em 1.6em;
		font-size: 13px;
		background-color: #f7f7f7;
	}
	.Header-menu_s label {
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.Header-menu_s label img {
		display: block;
		width: inherit;
		height: inherit
	}
	.Header-menu_s input[type="text"] {
		width: calc(100% - 34px);
		height: 1.4em;
		border: 1px solid #A5A5A5;
		padding: 0 0.6em;
	}
}
@media screen and (max-width:768px) {
	.Header {
		position: fixed;
		height: 22.4vw;
	}
	.Header-l {
		display: none;
	}
	.contents, .pageInfo {
		padding-top: 22.4vw!important;
	}
	.Header-block {
		width: 100%;
		height: inherit;
		margin: 0;
		padding-left: 4.533vw;
	}
	.Header-trg {
		width: 22.4vw;
		height: 22.4vw;
		z-index: 1000;
	}
	.Header-trg div {
		top: 9.6vw;
		width: 8vw;
		height: 0.8vw;
	}
	.Header-trg p {
		bottom: 4.6vw;
		font-size: 2.4vw;
	}
	.Header-logo img {
		width: 42.4vw;
		height: 14.667vw;
	}
	.Header-menu_s {
		top: 22.4vw;
		left: 0;
		width: 100%;
	}
	.Header-menu_s._active {
		transform: translateY(0);
	}
	.Header-menu_s a {
		padding: 1em 0 1em 2.9556vh;
		font-size: 1.8472vh;
	}
	.Header-menu_s form {
		font-size: 1.8472vh;
	}
	.Header-menu_s label {
		width: 2.9556650vh;
		height: 2.9556650vh;
		margin-left: 10px;
	}
	.Header-menu_s input[type="text"] {
		height: 2.9556650vh;
	}
}
/* /header */



/*footer*/
footer {
	border-top: #d2d2d2 solid 1px;
}
footer nav {
	max-width: 1010px;
	margin: 0 auto;
	padding: 3rem 0;
	overflow: hidden;
	font-size: 94%;
}
footer nav div {
	width: 220px;
	margin-right: 30px;
	float: left;
}
footer nav div ul.main li {
	border-bottom: #ccc solid 1px;
	padding: 0 0 0.25em 0;
	margin-bottom: 2.2rem;
	font-weight: 700;
}
footer nav div ul.main li a {
	color: #333;
	text-decoration: none;
}
footer nav div ul.sub, footer nav div ul.snsNav {
	margin: -1.5rem 0 2.2rem;
}
footer nav div ul.sub li {
	margin: 0 0 0.25em;
	font-size: 90%;
}
footer nav div ul.snsNav li {
	margin: 0 0 0.5rem;
	padding-top: 0.5rem;
	font-size: 90%;
}
footer nav div ul.snsNav li img {
	margin-right: 0.5rem
}
footer nav div ul.sub li a, footer nav div ul.snsNav li a {
	color: #777;
	text-decoration: none;
}
footer nav div ul.sub li a:hover, footer nav div ul.snsNav li a:hover {
	color: #000;
	text-decoration: underline;
}
footer section.footer-lg {
	max-width: 65rem;
	margin: 0 auto;
	padding: 1rem 0;
	overflow: hidden;
}
footer section.footer-lg span {
	display: block;
	max-width: 170px;
	float: left;
}
footer section.footer-lg i {
	display: block;
	max-width: 120px;
	float: right;
}
footer section.credit div {
	max-width: 65rem;
	margin: 0 auto;
}
footer section.credit {
	background-color: #3E3A3A;
	padding: 1.5rem 0 5rem;
	color: #f7f7f7;
	font-size: 12px;
}
footer section.credit ul {
	display: block;
	float: left;
}
footer section.credit ul li {
	display: inline-block;
	margin-left: 0.5rem;
}
footer section.credit ul li a {
	color: #f7f7f7;
	text-decoration: none;
}
footer section.credit ul li a:hover {
	color: #f7f7f7;
	text-decoration: underline;
}
footer section.credit ul li:after {
	content: '　|';
}
footer section.credit div p {
	float: right;
}
footer ul.sns li img {
	margin: 0 .1rem 0 0;
}
/*sns*/
section.sns {
	padding: 3rem 0;
	background-color: #f7f7f7;
	text-align: center;
}
section.sns ul {
	display: inline-block;
	font-size: 0;
	padding: 0 5px;
}
section.sns ul:first-of-type {
	border-right: #d9d9d9 solid 1px;
}
section.sns ul li {
	display: inline-block;
	margin-right: 5px;
}
/*commonSNS*/
span.commonSNS {
	margin: 0!important;
	display: block;
	overflow: hidden;
}
span.commonSNS ul.btsns {
	display: block;
	overflow: hidden;
	padding: 2.5rem 0 1rem !important;
}
span.commonSNS ul.btsns li {
	float: right;
	margin: 0 0.5rem 0 0 !important;
	display: block;
}
span.commonSNS ul.btsns li div {
	padding: 0 !important;
	margin: 0 !important;
	min-width: 75px;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/*up_arrow*/
#nav-up {
}
#nav-up #back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
#nav-up #back-top span {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/common/up_arrow.png) no-repeat center center;
}
#nav-up #back-top a:hover span {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

*:not(.slick-slide) >.fluid-width-video-wrapper {
	max-width: 100%;
	width: 720px!important;
	padding-top: 26.3rem !important;
	margin: 0 auto;
}

@media screen and (max-width:1024px) {
footer nav, footer section.footer-lg, footer section.credit div {
	max-width: 85%;
}
footer nav div {
	width: 100%;
	margin-right: 0;
}
footer section.credit {
	padding: 2rem 0 1rem;
}
footer section.credit div ul, footer section.credit div p {
	display: block;
	text-align: center;
	float: none;
	padding: 0 0 10px;
}
}

@media screen and (max-width:800px) {
	
}

@media screen and (max-width:768px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
	max-width: 100%!important;
	width: 100%!important;
	padding-top: 21.1rem !important;
	margin: 0 auto;
}
}

@media screen and (max-width:750px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}


/*sp footer*/
footer nav {
	display: none;
}
footer section.footer-lg {
	max-width: 85%;
	padding: 1.5rem 0;
}
footer section.footer-lg span {
	max-width: 40%;
}
footer section.footer-lg i {
	max-width: 30%;
}
footer section.credit ul {
	float: none;
	text-align: left !important;
}
footer section.credit ul li {
	display: block;
	margin: 0 0 1rem 2rem;
	font-size: 120%;
}
footer section.credit ul li:after {
	content: '';
}
footer section.credit div {
	max-width: 100%;
}
footer section.credit div p {
	display: block;
	text-align: center;
	float: none;
	padding: 2rem 0 0;
}
/*sp sns*/
section.sns {
	margin: 0 auto;
}
section.sns h2 {
	font-size: 180%;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-bottom: 2rem;
	padding: 0;
}
h2:after {
	content: '';
	display: block;
	height: 4px;
	width: 1.5em;
	margin: 0.2rem auto 0;
	background-color: #F55881;
	border-radius: 1em;
}
section.sns ul {
	max-width: 85%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
section.sns ul li {
	margin-bottom: 0.5rem;
}
section.sns ul:first-of-type li {
	max-width: 100%;
}
section.sns ul:last-of-type li {
	max-width: 31.3%;
}
section.sns ul:first-of-type {
	border-right: none;
}
/*up_arrow*/
#nav-up {
	max-width: 100%;
}
#nav-up #back-top {
	margin-left: 84%;
}
#nav-up #back-top span {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}
footer section.footer-lg i {
	padding-right: 30px;
}
}

@media screen and (max-width:650px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
		max-width: 100%!important;
		width: 100%!important;
		padding-top: 18.4rem !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:520px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
		max-width: 100%!important;
		width: 100%!important;
		padding-top: 16.4rem !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:414px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
		max-width: 100%!important;
		width: 100%!important;
		padding-top: 13.4rem !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:375px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
		max-width: 100%!important;
		width: 100%!important;
		padding-top: 11.8rem !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:360px) {
}

@media screen and (max-width:320px) {
*:not(.slick-slide) >.fluid-width-video-wrapper {
		max-width: 100%!important;
		width: 100%!important;
		padding-top: 10.2rem !important;
		margin: 0 auto;
	}
}
