* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}
html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/ 
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;/* =14px */
	position: relative;
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}


/*ScrollTrigger*/


.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade2 {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.main {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
}
.main1000 {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

.d-menu {
	display: none;
}

.panel {
	display: none;
}

.sp_br {
	display: none;
}
.color_871bab{
	color: #871bab;
}
.pc_br{
	display: none;
}

/*header*/

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header img,
header a {
	display: block;
}
.header_box{
	width: 100%;
	background: #FFFFFF;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 99;*/
}
.header_main {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	width: 275px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo a {
	display: block;
}
.logo a img{
	display: block;
	width: 100%;
	max-width: 275px;
}
.logo a:hover {
	opacity: 0.8;
}

.header_btn02{
	width: 118px;
	display: table-cell;
	vertical-align: middle;
	background-color: #e23079;
	text-align: center;
	/* background: #901ddb;
	background: -moz-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#901ddb), color-stop(25%,#901ddb), color-stop(75%,#0194d1), color-stop(100%,#0194d1));
	background: -webkit-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
	background: -o-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
	background: -ms-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
	background: linear-gradient(to right, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901ddb', endColorstr='#0194d1',GradientType=0 ); */
	/* background-size: 200% 100%;
	background-position: center center; */
}
:root .header_btn02 {
    filter: none;
}
.header_btn02 a{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 5px 28px;
	padding: 30px 5px 26px\0;
}
.header_btn02 a span,.header_btn02 a img{
	display: inline;
}
.header_btn02 a img{
	margin-left: 5px;
	position: relative;
	top: 0;
}
.header_btn02:hover{
	background-position: 0 center;
}
.header_btn02 img.pc_none{
	display: none;
}

/*nav*/
.nav_box{
	display: table-cell;
	vertical-align: middle;
}
nav {
	display: block;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.nav_list {
	display: table;
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}

.nav_list li {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
}

.nav_list li a {
	font-size: 1.6rem;
	color: #221815;
	font-weight: bold;
	display: block;
	padding: 3px 0px;
	position: relative;
	overflow: hidden;
}
.nav_list li a:after{
	content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    display: block;
    width: 100%;
    height: 2px;
    background: #901ddb;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.nav_list li:hover a,.nav_list li.nav_select a {
	/*color: #871bab;*/
}
.nav_list li:hover a:after,.nav_list li.nav_select a:after {
	right: 0;
}
.sp_btn{
	display: none;
}

/* ----------- footer ----------- */

footer {
	
}
.footer_middle{
	background: #2e3136;
	padding: 25px 0 22px;
}

.footer_copy{
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
}


/*pagt top*/
.pagetop {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 990;
}

.pagetop img {
	display: block;
    -webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}
.pagetop:hover img{
	opacity: 1;
}



@media only screen and (max-width: 1100px) {
	/*header*/
	.nav_list {
	    padding: 0 10px;
	}
	.nav_list li {
	    padding: 0 10px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.main {
		width: 95%;
	}
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	/*header*/
	header .main1000{;
		max-width: 100%;
	}
	.header_btn01,.header_btn02{
		/* display: none; */
	}
	.header_btn02{
		width: 50px;
		height: 50px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.header_btn02 a{
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0 0;
	}
	.header_btn02 a::after{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 31px;
		height: 35px;
		background: url(../img/ico_mail.png) no-repeat center;
		background-size: 100% 100%;
		content: "";
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.header_btn02 a span{
		display: none;
	}
	header {
		padding: 10px 10px;
		position: fixed;
		top: 0;
		z-index: 999;
		border-bottom: 2px solid #901ddb;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
	}
	.header_box {
		width: 100%;
	    box-sizing: border-box;
	    position: relative !important;
	}
	.header_main {
		display: table;
	}
	.logo {
		width: auto;
		padding-right: 20px;
		padding-left: 0;
	}
	.logo a {
		width: auto;
		max-width: 247px;
	}
	
	.d-menu {
		display: table-cell;
		vertical-align: middle;
		width: 70px;
		height: 50px;
		cursor: pointer;
		position: relative;
	}
	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		/*bottom: 0;*/
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #901ddb;
		/* background: -moz-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#901ddb), color-stop(25%,#901ddb), color-stop(75%,#0194d1), color-stop(100%,#0194d1));
		background: -webkit-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -o-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -ms-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: linear-gradient(to right, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901ddb', endColorstr='#0194d1',GradientType=0 ); */
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	:root .panel-btn {
	    filter: none;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 4px;
		margin: -2px 0 0 -13px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 4px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -11px;
	}
	.panel-btn-icon:after {
		margin-top: 7px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/*nav*/
	nav {
		display: none;
		width: 100%;
		padding: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		
		background: #901ddb;
		/* background: -moz-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#901ddb), color-stop(25%,#901ddb), color-stop(75%,#0194d1), color-stop(100%,#0194d1));
		background: -webkit-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -o-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: -ms-linear-gradient(left, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		background: linear-gradient(to right, #901ddb 0%, #901ddb 25%, #0194d1 75%, #0194d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901ddb', endColorstr='#0194d1',GradientType=0 ); */
		
		overflow-y: auto;
	}
	:root nav {
	    filter: none;
	}
	.fixed {
		top: auto;
		left: auto;
	}
	.nav_list {
		width: 100%;
		display: block;
		padding: 0 0px;
	}
	.nav_list li {
		width: 100%;
		display: block;
		text-align: left;
		background: none;
		border-bottom: 1px solid #FFFFFF;
		box-sizing: border-box;
	}
	
	.nav_list li:last-of-type {
		background: none;
	}
	.nav_list li a {
		width: 100%;
		display: block;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: normal;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 20px 0;
	}
	.nav_list li a:after {
	    display: none;
	}
	.sp_share {
	    width: 100%;
	    display: table;
	    border-collapse: collapse;
	    border-bottom: 1px solid #FFFFFF;
	}
	.sp_share li {
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    border-right: 1px solid #FFFFFF;
	    border-top: 0;
	    border-left: 0;
	    width: 50%;
	}
	.sp_share li a{
		display: block;
	    padding: 20px 10px;
		
	}
	.sp_share li:nth-child(2){
		border-right: none;
	}
	.sp_share li img {
	    display: block;
	    margin: 0 auto;
	}
	.sp_btn li:nth-child(1) {
		background-color: #e23079;
	}
	.sp_btn li:nth-child(2) {
		background-color: #901ddb;
	}
	
	/* ----------- footer ----------- */
	footer {
		
	}
	/*pagt top*/
	.pagetop {
		right: 10px;
	}
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- footer ----------- */
	
	/*pagt top*/
	.pagetop {
		bottom: 100px;
		width: 45px;
	}
	
	
}

@media only screen and (max-width: 480px) {
	/*header*/
	.logo {
		padding-right: 10px;
	}
	.logo a {
	    width: auto;
	    max-width: 230px;
	}
	.logo a img {
	    height: 40px;
		width: auto;
	}
	.header_btn02 {
	    width: 40px;
	    height: 40px;
	}
	.header_btn02 a::after{
		width: 23px;
		height: 29px;
		background-size: 100% auto;
	}
	.d-menu {
		width: 55px;
		height: 40px;
	}
	.panel-btn {
		width: 40px;
		height: 40px;
	}
	.panel-btn-icon {
		width: 22px;
		height: 2px;
		margin: -1px 0 0 -11px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}
	.panel-btn-icon:before {
		margin-top: -9px;
	}
	.panel-btn-icon:after {
		margin-top: 7px;
	}
	.pc_br{
		display: block;
	}
	/*nav*/
	.nav_list li {
		
	}
	.nav_list li a {
		font-size: 16px;
		padding: 15px 0;
	}
	.sp_share li a{
	    padding: 15px 0px;
	}
	/*footer*/
	.footer_copy {
	    display: block;
	    font-size: 1.4rem;
	    text-align: center;
	}
	
}
@media only screen and (max-width: 320px) {
	.logo a img {
	    height: 35px;
	}
}

/*page common*/
/* ----------- common ----------- */
.part_title{
	text-align: center;
}
.part_title img{
	display: block;
	margin: 0 auto;
}
.part_title h2{
	font-size: 3.5rem;
	line-height: 1.3;
	letter-spacing: 3px;
	color: #221815;
	font-weight: bold;
	text-align: justify;
	
	text-align: center;
	
}

.part_title h2 span.blue{
	font-size: 4.5rem;
	color: #901ddb;
}
.part_title h2 span.blue02{
	color: #901ddb;
}
.part_title h2 span.red{
	font-size: 7.5rem;
	color: #e23079;
	font-style: italic;
	padding: 0 3px;
}
.part_title h2 span.small{
	font-size: 2.2rem;
	vertical-align: middle;
}


@media only screen and (max-width: 1024px) {
	/* ----------- common ----------- */
	.part_title h2{
		font-size: 3.2rem;
	}
	.part_title h2 span.blue{
		font-size: 4.0rem;
	}
	.part_title h2 span.red {
	    font-size: 5.5rem;
	    padding: 0 3px;
	}
	.part_title h2 span.small{
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 768px) {
	/* ----------- common ----------- */
	.module_pd{
		padding: 60px 0 !important;
	}
	.part_title h2 {
	    font-size: 3.0rem;
	}
	.part_title h2 span.blue {
	    font-size: 3.5rem;
	}
	.part_title h2 span.red {
	    font-size: 4.5rem;
	}
	.part_title h2 span.small{
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 480px) {
	/* ----------- common ----------- */
	.module_pd {
	    padding: 40px 0 !important;
	}
	.part_title h2 {
	    font-size: 2.4rem;
		letter-spacing: 0;
	}
	.part_title h2 span.blue {
	    font-size: 2.8rem;
	}
	.part_title h2 span.red {
	    font-size: 3.5rem;
	}
	.part_title h2 span.small{
		font-size: 1.3rem;
	}
	
}
