@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,300;1,200;1,300&display=swap');

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #f4f5f6;
	overflow: hidden;
	letter-spacing: 0.1em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/


header {
	width: 100%;
	position: relative;
}

.g_navi {
	position: fixed;
	z-index: -9999;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: linear-gradient(135deg, #a992ec, #d78ad2);
	transition: all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	overflow: auto; /*追加*/
	-webkit-overflow-scrolling: touch; /*追加*/
}

.g_navi_inner {
	display: block;
	padding: 20px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
	
.g_navi.is-active {
	z-index: 9999;
	opacity: 1;
}

.gnavi_logo {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 60px;
	transition: opacity 0.3s ease;
}
.gnavi_logo img {
	width: 100%;
}
.g_navi_inner .nav_list {
	display: flex;
	justify-content: space-between;
}

.g_navi_inner .nav_list div {
	width: 100%;
}

.g_navi li {
	margin-bottom: 15px;
}

.g_navi .nav_list a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: 0;
	display: inline-block;
	padding: 10px 0;
	transition: opacity 0.3s ease;
}

.g_navi .nav_list a.blank::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url("../img/icon_blank_grn.png") no-repeat left top;
	background-size: cover;
	position: relative;
	left: 5px;
	top: -3px;
}

.g_navi a:hover {
	opacity: 0.6;
}

.g_navi .ul_sns {
	display: inline-block;
	margin-top: 30px;
}

.g_navi .ul_sns li {
	margin: 0 15px;
	display: inline-block;
}

.g_navi .ul_sns img {
	width: 30px;
	transition: opacity 0.3s ease;
}

.g_navi .ul_sns img:hover {
	opacity: 0.6;
}

.menubtn {
	width: 160px;
	height: 80px;
	z-index: 999;
	border: none;
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
}

.btn_close {
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	border: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
}

.btn_menu {
	width: 80px;
	height: 80px;
	cursor: pointer;
    background: linear-gradient(135deg, #a992ec, #d78ad2);
	position: relative;
	transition: opacity 0.3s ease;
}
.btn_global {
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	transition: all 0.3s ease;
}

.btn_global::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/ico_global.png) no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 10px;
}

.btn_global span {
	color: #fff;
	font-size: 12px;
}

.btn_global .list {
	position: absolute;
	left: 0;
	top: 84px;
	height: 0;
	overflow: hidden;
	width: 84px;
	background-color: #fff;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0;
	font-size: 12px;
}
.btn_global .list ul {
	padding: 10px 0 0;
}
.btn_global .list a {
	color: #000;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.btn_global .list a:hover {
	text-decoration: underline;
}
.btn_global.showIn .list {
	height: 120px;
	opacity: 1;
}

.menubtn {
	width: 160px;
}

.btn_menu span,
.btn_menu::before,
.btn_menu::after {
	content: '';
	width: 38px;
	height: 2px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -19px;
	background: #fff;
	transition: all 0.3s ease;
}
.btn_close span,
.btn_close::before,
.btn_close::after {
	content: '';
	width: 38px;
	height: 2px;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -19px;
	background: #fff;
	transition: all 0.3s ease;
}

.btn_menu::before {
	transform: translateY(-18px);
}

.btn_menu::after {
	transform: translateY(18px);
}

.btn_close span {
	display: none;
}

.btn_close::before {
	transform: translateY(0) rotate(45deg);
}

.btn_close::after {
	transform: translateY(0) rotate(-45deg);
}
	
.btn_close:hover, .btn_menu:hover {
	opacity: 0.6;
}

.btn_global:hover {
	background-color: #333;
}

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

	.menubtn {
		width: 100px;
		height: 50px;
	}

	.btn_menu, .btn_global, .btn_close {
		width: 50px;
		height: 50px;
	}

	.btn_menu span,
	.btn_menu::before,
	.btn_menu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		width: 20px;
		top: 24px;
		margin-left: -10px;
	}
	
	.btn_menu::before {
		transform: translateY(-10px);
	}

	.btn_menu::after {
		transform: translateY(10px);
	}
	
	.btn_global::before {
		width: 14px;
		height: 14px;
		margin-bottom: 8px;
	}

	.btn_global span {
		font-size: 9px;
	}

	.btn_global .list {
		top: 50px;
		width: 50px;
		font-size: 11px;
	}
	.btn_global .list a {
		padding: 10px;
	}
	.btn_global.showIn .list {
		height: 110px;
	}
	
	.btn_close:hover, .btn_menu:hover, .btn_global:hover {
		opacity: 1;
	}
	
	.g_navi_inner {
		transform: translateY(0);
	}

	.g_navi_inner .nav_list {
		display: block;
	}

	.g_navi_inner .nav_list div {
		width: auto;
	}

	.g_navi ul {
		margin-bottom: 0;
	}
	
	.g_navi li {
		margin-bottom: 25px;
	}

	.g_navi .nav_list a {
		font-size: 22px;
		padding: 5px 0;
	}

	.g_navi .ul_sns li {
		margin: 0 15px;

	}
	
	.g_navi .ul_sns img {
		width: 30px;
	}
	
}

/*------イメージ-----*/

.main {
	position: relative;
	background: url(../img/bg.jpg) no-repeat 50% bottom;
	background-size: cover;
}

.main .inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	max-height: 840px;
	height: 65vw;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}

.main .left {
	max-width: 520px;
	width: 42vw;
	height: 100%;
	background: url("../img/logo.png") no-repeat left top;
	background-size: contain;
	position: relative;
}

.main .lead {
	position: absolute;
	top: 580px;
	left: 0;
	font-size: 22px;
	white-space: nowrap;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.main .lead span {
	background-color: rgba(255,255,255,0.9);
	padding: 0 5px;
}

.main .cs {
	font-size: 22px;
	font-style: italic;
	text-align: center;
    background: linear-gradient(135deg, #a992ec, #d78ad2);
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: 25px;
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.5;
	transform: rotate(-10deg);
}
.main .cs span {
	margin-top: 5px;
}

.main .right {
	max-width: 640px;
	height: 100%;
	width: 43vw;
}

.main .right a {
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 180px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	overflow: hidden;
	background-color: #000;
}

.main .right a div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 99;
	transition: opacity 0.3s ease;
}

.main .right a div::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/btn_movie.png") no-repeat left top;
	background-size: cover;
	margin-bottom: 25px;
}

.main .right a:hover div {
	opacity: 0.8;
}

.main .right a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all 0.7s ease;
	opacity: 0.6;
}

.main .right a:hover img {
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 0.8;
}

.main .telbox {
	position: absolute;
	right: 160px;
	top: 0;
	height: 80px;
	width: 250px;
}
.main .telbox a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	transition: background-color 0.3s ease;
}
.main .telbox a:hover {
	background-color: rgba(255,255,255,0.60);
}
.main .telbox .no {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.main .telbox .no::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 18px;
	background: url("../img/ico_sp_bk.png") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 12px;
}
.main .telbox .tx {
	font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 1365px){
	
	.main .cs {
		
	}
	
	.main .lead {
		top: 45vw;
	}
	
	.main .lead {
		font-size: 20px;
	}
	
}

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

	.main {
		position: relative;
		background: url(../img/bg.jpg) no-repeat 20% bottom;
		background-size: cover;
	}
	
	.main .inner {
		max-height: 100%;
		height: auto;
		padding: 0 40px;
		display: block;
	}

	.main .left {
		width: 100%;
		max-width: 550px;
		height: 720px;
		background: url("../img/logo.png") no-repeat 50% top;
		background-size: cover;
		margin: 0 auto;
	}

	.main .lead {
		top: 580px;
		left: 50%;
		transform: translateX(-50%) !important;
		font-size: 18px;
		text-align: center;
	}

	.main .cs {
		left: 10px;
		top: 30px;
	}

	.main .right {
		max-width: 580px;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 100px;
	}

	.main .right a {
		margin-top: 0;
		font-size: 12px;
	}

	.main .right a div::before {
		width: 50px;
		height: 50px;
		margin-bottom: 25px;
	}


}


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


	
	.main .telbox {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		height: auto;
		padding: 0 40px 80px;
	}
	
	.main .telbox div::after {
		content: '';
		display: inline-block;
		background: url("../img/down.png") no-repeat 50% top;
		background-size: cover;
		width: 38px;
		height: 9px;
		margin-top: 17px;
	}
	.main .telbox a {
		padding: 20px 10px 10px;
		height: auto;
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
		color: #000;
		background-color: rgba(255,255,255,0.60);	
		text-align: center;
	}
	.main .telbox .no {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.main .telbox .no::before {
		width: 10px;
		height: 16px;
		margin-right: 10px;
		background: url("../img/ico_sp_bk.png") no-repeat 50% 50%;
		background-size: cover;
	}
	.main .telbox .tx {
		font-size: 12px;
	}

}

@media screen and (max-width: 599px){
	
	.main .left {
		height: 110vw;
	}

	.main .lead {
		top: 85vw;
		font-size: 3.4vw;
	}

	.main .cs {
		top: 5vw;
		font-size: 4vw;
		width: 23vw;
		height: 23vw;
	}
	
	.main .right a {
		font-size: 9px;
	}

	.main .right a div::before {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
	
}

/*------ニュース-----*/

.news {
	height: 160px;
	position: relative;
	width: auto;
	top: -30px;
	z-index: 99;
	display: flex;
	max-width: calc( 100% - ( 100% - 1400px ) / 2 );
	margin-left: auto;
}

.news h2 {
    background: linear-gradient(135deg, #a992ec, #d78ad2);	
	width: 150px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin-left: 60px;
}

.news h2 span {
	font-style: italic;
}

.news .cont {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news img {
	width: 160px;
}

.news .swiper-wrapper {
	width: 100%;
	/*display: flex;
	justify-content: space-around;
	align-items: center;*/
}

.news .swiper-slide {
	padding: 20px;
}

.news .swiper-slide a {
	width: 100%;
	display: flex;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2em;
}

.news .swiper-slide .img {
	margin-right: 30px;
	transition: opacity 0.3s ease;
}

.news .swiper-slide .img:hover {
	opacity: 0.6;
}

.news .swiper-slide .date {
	font-size: 11px;
	margin-bottom: 1em;
}
.news .swiper-slide .txt {
	font-size: 12px;
	line-height: 1.8;
}

.news a:hover .txt {
	text-decoration: underline;
}

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

	.news {
		height: 230px;
		width: calc( 100% - 20px );
		top: -30px;
	}

	.news h2 {
		width: 44px;
		height: auto;
		writing-mode: vertical-lr;
		font-size: 18px;
		margin-left: 0;
	}

	.news img {
		width: 100px;
	}

	.news .cont {
		padding: 0;
	}

	.news .swiper-wrapper {
		display: block;
	}
	
	.news .swiper-slide {
		width: 100%;
		padding: 20px;
	}
	
	.news .swiper-slide .img {
		margin: 0 20px 0 0;
	}
	.news .swiper-slide .date {
		font-size: 10px;
		margin-bottom: 8px;
	}
	.news .swiper-slide .txt {
		font-size: 11px;
	}
	
}

/*------導入-----*/

.intro {
	position: relative;
	max-width: 1280px;
	padding: 0 40px;
	margin: 50px auto 0;
}

.intro .concept {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 72px;
	writing-mode: vertical-lr;
	font-style: italic;
	background: -webkit-linear-gradient(-90deg, #9055e7, #af43ba);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 99;
}

.intro .box {
	position: relative;
}

.intro .lead {
	position: absolute;
	top: 40px;
	font-size: 22px;
	white-space: nowrap;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.intro .lead span.obi {
	background-color: rgba(255,255,255,0.9);
	padding: 0 5px;
}

.intro .txt {
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.intro .txt::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #bad9ff, #d99af6, #ff8dd3, #f1eec6);
	/*background: linear-gradient(135deg, #e7f0ff, #f2dcfc, #fdd7f2, #faf9eb);*/
	z-index: -1;
	opacity: 0.2;
}

.intro .txt .caption {
	font-size: 14px;
	line-height: 2.5;
	padding: 180px 60px 90px 60px;
}

.box1 {
	padding-bottom: 220px;
}

.box1 .lead {
	left: 60px;
}

.box1 .img {
	width: 55%;
	height: 500px;
	background: url("../img/img_01.jpg") no-repeat 25% top;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 200px;
}

.box2 {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 150px;
}

.box2 .txt {
	margin-top: 150px;
}

.box2 .lead {
	right: 60px;
	text-align: right;
}

.box2 .img {
	width: 55%;
	height: 500px;
	background: url("../img/img_02.jpg") no-repeat right top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.box2 .bgtxt {
	content: '';
	display: inline-block;
	position: absolute;
	left: 15%;
	bottom: -12%;
	width: 1715px;
	height: 110px;
	background: url("../img/bg_sirasup.png") no-repeat left top;
	background-size: cover;
}


.intro .quality {
	position: absolute;
	left: 70px;
	top: 0;
	font-size: 72px;
	writing-mode: vertical-lr;
	font-style: italic;
	background: -webkit-linear-gradient(-90deg, #9055e7, #af43ba);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 99;
}

.box3 {
	padding: 300px 0 130px;
}

.box3 .lead {
	top: 110px;
	left: 60px;
}

.box3 .img {
	width: 65%;
	height: 500px;
	background: url("../img/img_03.jpg") no-repeat 50% top;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 100px;
}

.intro .box3 .txt .caption {
	padding: 250px 60px 90px 60px;
}

.intro .attmk {
	font-size: 10px;
	vertical-align: super;
}
.intro .att {
	font-size: 12px;
	margin-top: 25px;
}

@media screen and (max-width: 999px){
	
	.intro {
		padding: 0 30px;
	}
	
	.intro .txt .caption {
		font-size: 13px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.box1 .lead {
		left: 30px;
	}
	
	.box2 .lead {
		right: 30px;
	}
	
	.box3 .lead {
		left: 30px;
	}
	
}

@media screen and (max-width: 767px){
	
	.intro {
		padding: 0 20px;
		margin: 20px auto 0;
	}
	
	.intro .concept {
		right: 20px;
		font-size: 40px;
	}

	.intro .lead {
		top: 20px;
		font-size: 13px;
	}

	.intro .txt {
		width: 80%;
	}

	.intro .txt .caption {
		font-size: 11px;
		line-height: 2.2;
		padding: 130px 20px 30px 20px;
	}

	.box1 {
		padding-bottom: 200px;
		margin-bottom: 50px;
	}

	.box1 .lead {
		left: 20px;
	}

	.box1 .img {
		width: 70%;
		height: 250px;
		right: 0px;
		top: auto;
		bottom: 0;
	}

	.box2 {
		margin-bottom: 70px;
	}

	.box2 .txt {
		margin-top: 150px;
		width: 70%;
	}

	.box2 .lead {
		right: 20px;
	}

	.box2 .img {
		width: 70%;
		height: 250px;
		left: 0;
		bottom: 0;
	}

	.box2 .bgtxt {
		left: 5%;
		bottom: -7%;
		width: 640px;
		height: 50px;
	}


	.intro .quality {
		left: 40px;
		font-size: 40px;
	}

	.box3 {
		padding: 240px 0 60px;
	}

	.box3 .lead {
		top: 20px;
		left: 20px;
	}

	.box3 .img {
		width: 70%;
		height: 250px;
		right: 0;
		top: 30px;
	}

	.box3 .caption {
		padding: 130px 20px 30px 20px !important;
	}
	
	.intro .attmk {
		font-size: 9px;
	}
	.intro .att {
		font-size: 11px;
		margin: 0 0 25px;
	}
	
}



/*------セミナー-----*/

.wht {
	background-color: #fff;
}
.contents {
	max-width: 1060px;
	margin: 0 auto;
	padding: 100px 30px 150px;
}

.contents h2 {
	font-size: 68px;
	font-style: italic;
	background: -webkit-linear-gradient(-90deg, #9055e7, #af43ba);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	position: relative;
	top: -130px;
	margin-bottom: -80px;
	letter-spacing: 0.05em;
}

.seminor .ttl {
	width: 100%;
	margin-bottom: 50px;
}

.seminor > .lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
	margin-bottom: 50px;
	text-align: center;
}

.seminor .gaiyo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.seminor .gaiyo > div {
	width: 48%;
	background-color: #f4f5f6;
}

.seminor h3 {
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
}

.seminor .naiyou > div {
	padding: 30px 20px;
}

.seminor .gaiyo li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: bold;
}

.seminor .gaiyo li:last-child {
	margin-bottom: 0;
}

.seminor .koushi {
	display: flex;
	justify-content: space-between;
}

.seminor .gaiyo img {
	width: 140px;
	margin-right: 30px;
}

.seminor .koushi .txt {
	width: calc( 100% - 170px );
}

.seminor .gaiyo .name {
	font-size: 24px;
	margin-bottom: 30px;
}

.seminor .gaiyo .keireki {
	font-size: 13px;
	line-height: 2;
}

.seminor .howto {
	background-color: #f4f5f6;
	margin-bottom: 50px;
}

.seminor .howto > div {
	padding: 40px 0;
	text-align: center;
}

.seminor .howto .lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}

.seminor .howto .step {
	display: flex;
	justify-content: space-around;
}

.seminor .howto .step > div {
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url("../img/divider.png") no-repeat right 50%;
	padding: 0 30px 0 20px;
}

.seminor .howto .step > div:last-of-type {
	background: none;
	padding: 0 20px 0 20px;
}

.seminor .howto .no {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0;
	padding: 7px 10px 0;
	margin-bottom: 30px;
	position: relative;
	font-style: italic;
	z-index: 5;
	vertical-align: 0;
}
.seminor .howto .no span {
	font-size: 48px;
}
.seminor .howto .no::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
    background: linear-gradient(135deg, #a992ec, #d78ad2);
	transform: skewX(-10deg);
	position: absolute;
	left: 0;
	top: 7px;
	z-index: -1;
}

.seminor .howto p {
	font-size: 13px;
	line-height: 1.8;
	font-weight: bold;
}
.seminor .howto img {
	margin-bottom: 15px;
	height: 100px;
}

.morelist {
	border-top: 1px solid #d9d9d9;
	display: table;
	margin-bottom: 50px;
	width: 100%;
}

.morelist .tr {
	display: table-row;
}

.morelist .th, .morelist .td {
	display: table-cell;
	padding: 35px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.8;
	text-align: left;
}

.morelist .th {
	font-weight: bold;
}

.morelist .td a {
	color: #9055e7;
}
.morelist .td a:hover {
	text-decoration: none;
}

.link_insta {
	max-width: 540px;
	height: 70px;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}

.link_insta:hover {
	opacity: 0.6;
}

.link_insta::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("../img/ico_insta_wht.png") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 15px;
}

@media screen and (max-width: 767px){
	
	.contents {
		padding: 40px 20px 80px;
	}

	.contents h2 {
		font-size: 36px;
		top: -54px;
		margin-bottom: -30px;
	}

	.seminor .ttl {
		margin-bottom: 30px;
	}

	.seminor > .lead {
		font-weight: normal;
		font-size: 12px;
		line-height: 1.8;
		margin-bottom:30px;
		text-align: left;
	}

	.seminor .gaiyo {
		display: block;
		margin-bottom: 0px;
	}

	.seminor .gaiyo > div {
		width: 100%;
		margin-bottom: 30px;
	}

	.seminor h3 {
		font-size: 13px;
		padding: 10px;
	}

	.seminor .naiyou > div {
		padding: 20px;
	}

	.seminor .gaiyo li {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.seminor .gaiyo img {
		width: 80px;
		margin-right: 20px;
	}

	.seminor .koushi .txt {
		width: calc( 100% - 100px );
	}
	
	.seminor .gaiyo .name {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.seminor .gaiyo .keireki {
		font-size: 11px;
		line-height: 1.8;
	}

	.seminor .howto {
		margin-bottom: 30px;
	}

	.seminor .howto > div {
		padding: 20px;
	}

	.seminor .howto .lead {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.seminor .howto .step {
		display: block;
	}

	.seminor .howto .step > div {
		width: 100%;
		background: url("../img/divider_sp.png") no-repeat 50% bottom;
		margin-bottom: 20px;
	}
	
	.seminor .howto .step > div:last-of-type {
		margin-bottom: 0;
	}

	.seminor .howto .no {
		font-size: 16px;
		padding: 7px 5px 0;
		margin-bottom: 20px;
	}
	.seminor .howto .no span {
		font-size: 30px;
	}
	.seminor .howto p {
		font-size: 11px;
		line-height: 1.8;
		margin-bottom: 35px;
	}
	.seminor .howto img {
		margin-bottom: 10px;
	}

	.morelist {
		margin-bottom: 30px;
		display: block;
	}

	.morelist .tr {
		display: block;
	}

	.morelist .th, .morelist .td {
		display: block;
		padding: 0 10px 15px;
		border-bottom: 1px solid #d9d9d9;
		font-size: 12px;
	}

	.morelist .th {
		border: none;
		padding: 15px 10px 10px;
	}

	.link_insta {
		max-width: 320px;
		height: 40px;
		line-height: 40px;
		font-size: 11px;
	}

	.link_insta::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	
	
}


/*------製品-----*/

.contents.product {
	max-width: 100%;
	padding: 0;
}
.product .hdr {
	width: 100%;
	height: 430px;
	background: url(../img/bg_product.jpg) no-repeat 50% bottom;
	background-size: cover;
	padding: 100px 30px 150px;
}

.product .hdr .flex {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.product .hdr .flex .lead {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 3;
	width: calc(100% - 380px);
	margin-top: 40px;
}
.product .hdr .flex .lead span {
	background-color: rgba(255,255,255,0.6);
	padding: 3px;
}
.product .hdr .flex .img {
	width: 350px;
}
.product .hdr .flex .img img {
	width: 100%;
}
.product .point {
	padding: 70px 30px 40px;
	background-color: #000;
}
.product .point .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
}
.product .point img {
	position: absolute;
	width: 174px;
	left: 0;
	top: -90px;
}
.product .point ul {
	margin-left: 200px;
}
.product .point li {
	margin-bottom: 20px;
	background: url("../img/checkbox.png") no-repeat left 8px;
	background-size: 20px;
	padding-left: 40px;
}

@media screen and (max-width: 999px){
	
	.product .hdr {
		height: 350px;
	}
	.product .hdr .flex {
		max-width: 760px;
	}
	.product .hdr .flex .lead {
		font-size: 16px;
		margin-top: 30px;
		width: calc(100% - 300px);
	}
	.product .hdr .flex .img {
		width: 270px;
	}
	.product .point .inner {
		font-size: 16px;
	}
	.product .point li {
		background: url("../img/checkbox.png") no-repeat left 4px;
		background-size: 20px;
	}
}

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

	.product .hdr {
		height: auto;
		padding: 40px 10px 0;
	}
	.product .hdr .flex {
		display: block;
	}
	.product .hdr .flex .lead {
		font-size: 13px;
		width: 100%;
		margin-top: 0px;
	}
	.product .hdr .flex .img {
		width: 100%;
		text-align: center;
		position: relative;
		top: 20px;
	}
	.product .hdr .flex .img img {
		max-width: 280px;
	}
	.product .point {
		padding: 50px 20px 20px;
	}
	.product .point .inner {
		font-size: 13px;
	}
	.product .point img {
		width: 60px;
		left: -10px;
		top: -15px;
	}
	.product .point ul {
		margin-left: 60px;
		text-align: left;
	}
	.product .point li {
		margin-bottom: 20px;
		background: url("../img/checkbox.png") no-repeat left 3px;
		background-size: 16px;
		padding-left: 20px;
	}

}

.contents.product > .inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 100px 30px 100px;
}
.contents.product > .inner .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.contents.product > .inner .flex.left .img {
	order: -1;
}
.contents.product > .inner .flex.center {
	margin-bottom: 40px;
}
.contents.product > .inner .flex.center p {
	text-align: left;
}
.contents.product > .inner .flex.threecol div {
	width: 31%;
}
.contents.product > .inner .flex .img {
	width: 43%;
	max-width: 435px;
}
.contents.product > .inner .flex.last .img {
	max-width: 330px;
	width: 33%;
}
.contents.product > .inner .flex img {
	width: 100%;
}
.contents.product > .inner .flex .txt {
	width: 50%;
}
.contents.product > .inner .flex.last .txt {
	width: 60%;
}
.contents.product > .inner .flex h3 {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 35px;
}
.contents.product > .inner .flex p {
	font-size: 14px;
	line-height: 2.4;
}

.shomei {
	text-align: center;
	margin-bottom: 90px;
}
.shomei img {
	width: 100%;
	border: 1px solid #000;
	max-width: 440px;
	margin-bottom: 1.5em;
}
.shomei p {
	font-size: 16px;
}
@media screen and (max-width: 999px){
	
	.contents.product > .inner .flex h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 767px){
	
	.contents.product > .inner {
		padding: 30px 20px 50px;
	}
	.contents.product > .inner .flex {
		display: block;
		margin-bottom: 50px;
	}
	.contents.product > .inner .flex.left .img {
		order: auto;
	}
	.contents.product > .inner .flex.center {
		margin-bottom: 20px;
	}
	.contents.product > .inner .flex.threecol div {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 30px;
	}
	.contents.product > .inner .flex.threecol div:last-of-type {
		margin-bottom: 0;
	}
	.contents.product > .inner .flex .img {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.contents.product > .inner .flex.last .img {
		max-width: 360px;
		width: 100%;
	}
	.contents.product > .inner .flex img {
		width: 100%;
	}
	.contents.product > .inner .flex .txt {
		width: 100%;
	}
	.contents.product > .inner .flex.last .txt {
		width: 100%;
	}
	.contents.product > .inner .flex h3 {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: 20px;
		text-align: center;
	}
	.contents.product > .inner .flex p {
		font-size: 12px;
		line-height: 2.2;
		margin-bottom: 30px;
	}
	
	.shomei {
		margin-bottom: 50px;
	}
	.shomei img {
		max-width: 360px;
	}
	.shomei p {
		font-size: 13px;
	}

}

.product .haigou {
	background-color: #f4f5f6;
	padding: 50px 30px 70px;
	text-align: center;
	margin-bottom: 80px;
}

.product .haigou h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.8;
}
.product .haigou ul {
	display: inline-block;
	text-align: left;
	width: 100%;
	max-width: 800px;
}
.product .haigou li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.product .haigou li:last-child {
	margin-bottom: 0;
}
.product .haigou .img {
	width: 90px;
}
.product .haigou .img img {
	width: 100%;
}
.product .haigou .txt {
	width: calc(100% - 130px);
}
.product .haigou h4 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1em;
}
.product .haigou p {
	font-size: 14px;
	line-height: 1.8;
}
h3.youhou {
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	
	.product .haigou {
		padding: 30px 15px;
		margin-bottom: 50px;
	}

	.product .haigou h3 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.product .haigou li {
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.product .haigou .img {
		width: 50px;
	}
	.product .haigou .txt {
		width: calc(100% - 70px);
	}
	.product .haigou h4 {
		font-size: 13px;
	}
	.product .haigou p {
		font-size: 12px;
	}
	
	h3.youhou {
		font-size: 13px;
		padding: 10px;
		margin-bottom: 20px;
	}
}

.online {
	background-color: #fff;
	padding-bottom: 100px;
}
.online .inner {
    background: linear-gradient(90deg, #a992ec, #d78ad2);
	padding: 0 30px;
}
.online .box {
	margin: 0 auto;
	height: 420px;
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.online .inner .txt {
	width: calc(100% - 430px);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.online .inner .img {
	width: 376px;
	position: relative;
	top: -30px;
}
.online .inner img {
	width: 100%;
}
.online h2 {
	top: auto;
	margin-bottom: 40px;
	font-size: 64px;
	color: #fff !important;
	background: none;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #fff;
}
.online p {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 2.2;
}
.online p a {
	color: #fff;
	text-decoration: underline;
}
.online p a:hover {
	text-decoration: none;
}
.online .link {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height: 70px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
.online .link:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px){
	.online h2 {
		margin-bottom: 30px;
		font-size: 50px;
	}
	.online p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.online .link {
		font-size: 14px;
	}
	.online .box {
		height: 339px;
	}
	.online .inner .txt {
		width: calc(100% - 330px);
		}
	.online .inner .img {
		width: 300px;
		top: -20px;
	}
}

@media screen and (max-width: 767px){
	
	.online {
		padding-bottom: 50px;
	}
	.online .inner {
		padding: 40px 20px 0;
	}
	.online .box {
		height: auto;
		display: block;
	}
	.online .inner .txt {
		width: 100%;
		display: block;
	}
	.online .inner .img {
		width: 300px;
		top: auto;
		margin: 0 auto;
	}
	.online h2 {
		top: auto;
		margin-bottom: 20px;
		font-size: 36px;
	}
	.online p {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.online .link {
		max-width: 320px;
		margin: 0 auto 40px;
		height: 40px;
		font-size: 13px;
	}
	
}

/*------インスタ-----*/

.insta {
	text-align: center;
	margin-bottom: -50px;
}

.insta iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}

.link_more {
	position: relative;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	padding: 6px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	transition: opacity 0.3s ease;
}

.link_more:hover {
	opacity: 0.6;
}

.link_more::after {
	content: '';
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #000;
}

@media screen and (max-width: 767px){
	
	.insta {
		margin-bottom: -40px;
	}

	.insta iframe {
		height: 300px;
		margin-bottom: 50px;
	}

	.link_more {
		font-size: 12px;
		padding: 4px 0;
	}
	
}

/*------その他-----*/

.other {
	background: url("../img/bg_other.jpg") no-repeat 50% bottom;
	background-size: cover;
}

.other .inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 100px 30px;
	display: flex;
	justify-content: space-between;
}

.other .inner div {
	width: 48%;
	padding: 40px 40px;
	background: #fff;
	text-align: center;
}

.other .inner img {
	margin-bottom: 30px;
	width: 100%;
}

.other .inner img.oem {
	max-width: 160px;
}

.other .inner img.expo {
	max-width: 300px;
}

.other .inner h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}

.other .inner p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 35px;
	text-align: left;
}

.other .inner a {
	width: 100%;
	max-width: 320px;
	height: 50px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.other .inner a:hover {
	opacity: 0.6;
}

.remodal img {
	width: 100%;
}

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

	.other .inner {
		padding: 50px 20px;
		display: block;
	}

	.other .inner div {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		padding: 30px 20px;
	}
	
	.other .inner div:first-of-type {
		margin-bottom: 30px;
	}

	.other .inner img {
		margin-bottom: 25px;
	}

	.other .inner img.oem {
		max-width: 120px;
	}

	.other .inner img.expo {
		max-width: 200px;
	}
	
	.other .inner h2 {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.other .inner p {
		font-size: 12px;
		margin-bottom: 25px;
	}

	.other .inner a {
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	
}

/*------コンタクト-----*/

.contact {
    background: linear-gradient(135deg, #a992ec, #d78ad2);
}

.contact .inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 100px 30px;
	color: #fff;
	text-align: center;
}

.contact h2 {
	font-size: 68px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	font-style: italic;
}

.contact .lead {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
	font-weight: bold;
}

.contact .name {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}

.contact .tel {
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: bold;
}

.contact .tel::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 31px;
	background: url("../img/ico_sp.png") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 15px;
}

.contact .att {
	font-size: 13px;
	margin-bottom: 50px;
}

.contact a {
	width: 100%;
	max-width: 540px;
	height: 70px;
	border: 1px solid #fff;
	line-height: 68px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	transition: opacity 0.3s ease;
}

.contact a:hover {
	opacity: 0.6;
}

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

	.contact .inner {
		padding: 50px 20px;
	}

	.contact h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.contact .lead {
		font-size: 11px;
		margin-bottom: 30px;
	}

	.contact .name {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.contact .tel {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.contact .tel::before {
		width: 10px;
		height: 16px;
		margin-right: 10px;
	}
	
	.contact .att {
		font-size: 11px;
		margin-bottom: 30px;
	}

	.contact a {
		max-width: 320px;
		height: 40px;
		line-height: 38px;
		font-size: 13px;
	}

}


/*------フォーム-----*/

.contact_form {
    background: #fff;
}

.contact_form .inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 100px 30px;
	color: #000;
}

.contact_form .lead {
	font-size: 14px;
	line-height: 1.8;
	max-width: 700px;
	margin: 0 auto 60px;
}

.contact_form .lead a {
	color: #9055e7;
	text-decoration: underline;
}

.contact_form .lead a:hover {
	text-decoration: none;
}

.f_table {
	font-size: 14px;
	margin-bottom: 50px;
}

.f_table .tr {
	width: 100%;
	display: flex;
}

.f_table .th {
	width: 250px;
	padding: 20px 25px;
	line-height: 1.5;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.f_table span {
	background: linear-gradient(135deg, #a992ec, #d78ad2);
	font-size: 11px;
	padding: 3px 8px;
	color: #fff;
	white-space: nowrap;
	margin-left: 15px;
	line-height: 14px;
}

.f_table .td {
	width: calc( 100% - 250px );
	padding: 20px 25px;
	line-height: 1.5;
	text-align: left;
}

.f_table input[type='text'], .f_table textarea {
	border: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	width: 100%;
	height: 46px;
	padding: 5px;
	transition: all 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	line-height: 1.5;
}

.f_table input[type='text']:focus, .f_table textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid #999;
}

.f_table textarea {
	height: 200px;
}

#privacypolicy {
	font-size: 13px;
	padding: 30px;
	overflow: auto;
	height: 200px;
	line-height: 1.5;
	margin: 0 auto 50px;
	max-width: 800px;
	border: 1px solid #dcdcdc;
}
#privacypolicy h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 14px;
}

#privacypolicy h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#privacypolicy p {
	margin-bottom: 2em;
}

.privacy {
	background-color: #f4f5f6;
	padding: 30px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 640px;
}

.privacy div {
	font-weight: bold;
}

.contact_form input[type='submit'] {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 480px;
	height: 66px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	border: none;
	margin: 0 auto;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	display: block;
}

.contact_form input[type='submit']:hover {
	opacity: 0.6;
}


@media screen and (max-width: 767px){
	
	.contact_form .inner {
		padding: 50px 20px;
	}
	
	.contact_form .lead {
		font-size: 11px;
		margin: 0 auto 40px;
	}
	
	.f_table {
		font-size: 13px;
		margin: 0 auto 0;
		border: none;
		max-width: 480px;
	}

	.f_table .tr {
		display: block;
		border: none;
	}
	
	.f_table .th {
		width: 100%;
		background-color: transparent;
		padding: 0;
		display: block;
		font-size: 12px;
	}

	.f_table span {
		font-size: 10px;
		padding: 2px 5px;
		margin-left: 10px;
		line-height: 12px;
	}

	.f_table .td {
		width: 100%;
		padding: 15px 0 30px;
	}
	
	.f_table input[type='text'], .f_table textarea {
		height: 36px;
		padding: 5px;
	}

	.f_table textarea {
		height: 200px;
	}

	#privacypolicy {
		font-size: 11px;
		padding: 20px;
		height: 200px;
		margin: 0 auto 30px;
	}
	#privacypolicy h3 {
		font-size: 12px;
	}
	
	.privacy {
		max-width: 480px;
		padding: 20px 10px;
		font-size: 12px;
		margin: 0 auto 30px;
	}

	.contact_form input[type='submit'] {
		width: 100%;
		max-width: 280px;
		height: 50px;
		font-size: 13px;
	}
	
}

/*------フッター-----*/

footer {
	background-color: #000;
	color: #fff;
}

footer .ftr_link {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .ul_list_box {
	padding: 80px 0 60px;
	display: flex;
	justify-content: center;
}

footer .ul_list_box > li {
	padding: 0 60px;
}

footer .ul_list_box p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-style: italic;
}

footer .ul_list li {
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}

footer .ul_list a {
	color: #fff;
	text-decoration: none;
}

footer .ul_list a:hover {
	text-decoration: underline;
}

footer .ul_list a.blank::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url("../img/icon_blank_grn.png") no-repeat left top;
	background-size: cover;
	position: relative;
	left: 5px;
	top: -3px;
}

footer .ul_sns {
	display: flex;
	padding-bottom: 60px;
}

footer .ul_sns li {
	margin: 0 15px;
}

footer .ul_sns img {
	width: 30px;
	transition: opacity 0.3s ease;
}

footer .ul_sns img:hover {
	opacity: 0.6;
}

footer .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 20px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer small {
	font-size: 9px;
	margin-top: 30px;
	color: #999;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

footer .inner img {
	width: 90px;
	transition: opacity 0.3s ease;
}

footer .inner img:hover {
	opacity: 0.6;
}

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

	footer .ul_list_box {
		padding: 50px 20px 0;
		display: block;
		text-align: center;
	}

	footer .ul_list_box > li {
		padding: 0;
	}

	footer .ul_list_box p {
		margin-bottom: 20px;
	}

	footer .ul_list {
		margin-bottom: 50px;
	}
	
	footer .ul_list li {
		margin-bottom: 20px;
		font-size: 11px;
	}
	
	footer .ul_sns {
		padding-bottom: 30px;
	}

	footer .ul_sns li {
		margin: 0 20px;
	}

	footer .ul_sns img {
		width: 30px;
	}
	
	footer .inner {
		padding: 20px 20px 80px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	footer .inner a {
		margin-bottom: 20px;
	}
	
	footer small {
		font-size: 9px;
		margin-top: 10px;
	}
	
	footer .inner img {
		width: 80px;
	}
	
}


/*------ポップアップ-----*/
	
#popup {
	display: block;
	position: fixed;
	right: 0;
	bottom: -190px;
    background: linear-gradient(135deg, #a992ec, #d78ad2);
	width: 300px;
	height: 190px;
	font-size: 12px;
	transition: all 0.3s ease;
	z-index: 99;
	color: #fff;
}

#popup .ttl {
	cursor: pointer;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 25px;
	white-space: nowrap;
}
#popup .ttl::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../img/btn_more.png") no-repeat left top;
	background-size: cover;
}
#popup .cont {
	padding: 10px 25px 30px;
}
#popup .name {
	margin-bottom: 15px;
	font-weight: bold;
}
#popup .tel {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
#popup .tel:hover {
	opacity: 0.6;
}
#popup .tel::before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 14px;
	height: 22px;
	background: url("../img/ico_sp.png") no-repeat left top;
	background-size: cover;
}
#popup a.mail {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0;
	display: inline-block;
	width: 200px;
	position: relative;
	transition: opacity 0.3s ease;
}
#popup .mail:hover {
	opacity: 0.6;
}
#popup a.mail::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
#popup a.mail::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 5px;
	width: 25px;
	height: 7px;
	background: url("../img/btn_arrow.png") no-repeat left top;
	background-size: cover;
}
#popup.showIn {
	bottom: -140px;
}
#popup.active {
	bottom: 0;
}
#popup.active .ttl::after {
	background: url("../img/btn_more_active.png") no-repeat left top;
	background-size: cover;
}


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

	#popup {
		bottom: -200px;
		width: 100%;
		height: 200px;
		font-size: 13px;
		text-align: center;
	}

	#popup .ttl {
		height: 46px;
		font-size: 12px;
		padding: 0 15px;
	}
	#popup .ttl::after {
		width: 20px;
		height: 20px;
	}
	#popup .cont {
		padding: 10px 15px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#popup .name {
		font-size: 11px;
		margin-bottom: 15px;
	}
	#popup .tel {
		font-size: 22px;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #fff;
		border-radius: 5px;
	}
	#popup .tel::before {
		margin-right: 10px;
		width: 12px;
		height: 18px;
	}
	#popup a.mail {
		font-size: 11px;
		padding: 15px 0;
		width: 180px;
		text-align: left;
	}
	#popup a.mail::after {
		bottom: 15px;
		right: 5px;
		width: 25px;
		height: 7px;
	}
	#popup.showIn {
		bottom: -154px;
	}
	#popup.active {
		bottom: 0;
	}
	
}


.remodal .ttl .en {
	margin-bottom: 15px;
	font-size: 48px;
	font-style: italic;
	background: -webkit-linear-gradient(-90deg, #9055e7, #af43ba);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	letter-spacing: 0.05em;
}

.remodal .ttl h2.jp {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px){
	
	.remodal .ttl .en {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.remodal .ttl h2.jp {
		font-size: 13px;
		margin-bottom: 25px;
	}
	
}



/*------アニメーション-----*/

.fadeIn {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.fadeIn.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

.fi_top {
	transform: translate(0,60px);
}

.fi_right {
	transform: translate(60px,0);
	transition-delay: 0s;
}
.fi_left {
	transform: translate(-60px,0);
	transition-delay: 0s;
}

.delay {
	transition-delay: 1s;
}

/*	LOADING	*/

#loading {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #a992ec, #d78ad2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#loading .ldgimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
}
#loading .ldgimg img {
	width: 280px;
	height: auto;
	margin-bottom: 60px;
}

#loading .ldgimg .en {
	font-size: 11px;
	letter-spacing: 0.3em;
	color: #fff;
	-moz-animation: ldgtxt 1.5s infinite;
	-webkit-animation: ldgtxt 1.5s infinite;
	-o-animation: ldgtxt 1.5s infinite;
	-ms-animation: ldgtxt 1.5s infinite;
}

#loading span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #fff;
}

#loading span.loaded {
	width: 0;
	height: 0;
	-moz-animation: ldg 1.5s;
	-webkit-animation: ldg 1.5s;
	-o-animation: ldg 1.5s;
	-ms-animation: ldg 1.5s;
}

@keyframes ldg {
	0% {
		width: 0;
		height: 5px;
	}
	50% {
		width: 100%;
		height: 5px;
	}
	80% {
		width: 100%;
		height: 5px;
	}
	100% {
		width: 100%;
		height: 0;
	}
}

@keyframes ldgtxt {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 100;
	}
	60% {
		opacity: 100;
	}
	100% {
		opacity: 0;
	}
}





#sp_footer {
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#sp_footer .close {
	display: none;
}

#sp_footer li {
	margin: 15px 0;
}

#sp_footer li a {
	display: flex;
	width: 54px;
	height: 130px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
	transition: opacity 0.3s ease;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
}

#sp_footer li a:hover {
	opacity: 0.6;
}

#sp_footer .btn_line {
	background-color: #00b900;
}
#sp_footer .btn_line::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/line.png) no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 10px;
}

#sp_footer .btn_seminor {
	background-color: #63bbe5;
}
#sp_footer .btn_contact {
	background-color: #5ab9bf;
}
#sp_footer.default .btn_contact {
	background-color: #000;
}
#sp_footer .btn_insta {
	background: linear-gradient(135deg, #a992ec, #d78ad2);
}

@media screen and (max-width: 1199px){
	
	#sp_footer li {
		margin: 10px 0;
	}

	#sp_footer li a {
		width: 40px;
		height: 110px;
		font-size: 11px;
	}

	#sp_footer .btn_line::before {
		width: 24px;
		height: 24px;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 767px){
	
	#sp_footer {
		display: block;
		position: fixed;
		left: 0;
		right: auto;
		top: auto;
		bottom: -90px;
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		height: 80px;
		font-size: 12px;
		font-weight: bold;
		transition: all 0.3s ease;
		transform: translateY(0);
		z-index:1000;
	}
	#sp_footer.showIn {
		bottom: 0;
	}
	
	#sp_footer .close {
		display: block;
		position: absolute;
		left: 15px;
		top: -10px;
		cursor: pointer;
		width: 20px;
		height: 20px;
		background: #666 url("../img/ftr_close.png") no-repeat 50% 50%;
		border-radius: 50%;	
	}
	
	#sp_footer li {
		margin: 0;
	}
	
	#sp_footer li a {
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		writing-mode: horizontal-tb;
	}
	
	#sp_footer ul {
		display: flex;
		justify-content: space-around;
		padding: 20px 0 20px;
		height: 100%;
	}
	
	#sp_footer li {
		width: 31%;
		height: 100%;
	}
	
	#sp_footer .btn_line::before {
		width: 26px;
		height: 26px;
		margin: 0 8px 0 0;
	}
	#sp_footer .btn_insta {
		text-align: center;
	}
	
}
