@charset "UTF-8";

/*
（768px以上）タブレット以上の場合 タブレットを含む
@media (min-width:768px){}

横幅1180pxより大きいとき（PC表示）
@media (min-width:1180px){
}
*/

/****************************************************************************
 	mainvisual-sec
****************************************************************************/
.visual-sec {
	background: url("../img/mainvisual_001_sp.jpg")no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 280px;
}
.visual-sec .logo {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 35%;
}
.visual-sec .schedule {
	display: inline-block;
	width: 56%;
	position: absolute;
	top: 0;
	right: 0;
}
.visual-sec .schedule .inner {
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
	background-color: #e50b6c;
	padding: 3px 10px 3px 20px;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	font-size: 1rem;
}
.visual-sec .copy-en {
	width: 100%;
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	z-index: 100;
}
@media (min-width:768px){
	.visual-sec {
		background: url("../img/mainvisual_001.jpg")no-repeat center center;
		background-size: cover;
		min-height: 500px;
	}
	.visual-sec .logo {
		top: 20px;
		left: 20px;
		width: 250px;
	}
	.visual-sec .schedule {
		width: auto;
	}
	.visual-sec .schedule .inner {
		padding: 3px 30px 3px 50px;
		font-size: 1.6rem;
	}
	.visual-sec .copy-en {
		bottom: -4rem;
	}
}
@media (min-width:1180px){
	.visual-sec {
		min-height: 860px;
	}
	.visual-sec .logo {
		top: 40px;
		left: 40px;
		width: 380px;
	}
	.visual-sec .schedule .inner {
		padding: 3px 30px 3px 70px;
		font-size: 2.4rem;
	}
	.visual-sec .copy-en {
		bottom: -5rem;
		text-align: center;
	}
	.visual-sec .copy-en img {
		max-width: 1400px;
	}
}

/****************************************************************************
 	mv-copy-sec
****************************************************************************/
.mv-copy-sec {
	background-color: #010063;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
	padding: 1.5rem 0 4rem 0;
}
.mv-copy-sec .copy-main {
	font-size: 1.4rem;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 1px;
}
.mv-copy-sec .copy-sub {
	font-size: 1.2rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.4;
	margin-top: .3rem;
}
@media (min-width:768px){
	.mv-copy-sec {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 120px));
		padding: 4rem 0 8rem 0;
	}
	.mv-copy-sec .copy-main {
		font-size: 2.8rem;
	}
	.mv-copy-sec .copy-sub {
		font-size: 1.8rem;
		margin-top: .3rem;
	}
}
@media (min-width:1180px){
	.mv-copy-sec {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
		padding: 4rem 0 13rem 0;
	}
	.mv-copy-sec .copy-main {
		font-size: 4.5rem;
	}
	.mv-copy-sec .copy-sub {
		font-size: 3rem;
		margin-top: .3rem;
	}
}


/****************************************************************************
 	intro-sec
****************************************************************************/
.intro-sec {
	position: relative;
	padding: 0 0 2rem 0;
}
@media (min-width:768px){
	
}
@media (min-width:1180px){
	
}

/* イントロボックス
-------------------------*/
.intro-sec .intro-box {
	margin-top: -2rem;
}
.intro-sec .intro-box .photo {
	width: 65%;
	margin: 0 auto;
}
.intro-sec .intro-box .note {
	margin-top: 1.5rem;
}
.intro-sec .intro-box .note .copy-main {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 2px solid #595970;
	padding: 0 0 5px 15px;
	position: relative;
	margin-bottom: 5px;
}
.intro-sec .intro-box .note .copy-main:before {
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	background-color: #e50b6c;
	border-radius: 50%;
}
.intro-sec .intro-box .note .copy-main.mt {
	margin-top: 2rem;
}
.intro-sec .intro-box .note .copy-sub {
	padding: 0 0 0 5%;
	color: #c5c3c3;
	line-height: 1.5;
	font-size: 1.1rem;
}
@media (min-width:768px){
	.intro-sec .intro-box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -5.5rem;
	}
	.intro-sec .intro-box .photo {
		width: 32%;
		max-width: 400px;
		margin: 0 0;
	}
	.intro-sec .intro-box .note {
		margin-top: 0;
		width: 63%;
	}
	.intro-sec .intro-box .note .copy-main {
		font-size: 1.6rem;
		border-bottom: 3px solid #595970;
		padding: 0 0 5px 20px;
		position: relative;
		margin-bottom: 10px;
	}
	.intro-sec .intro-box .note .copy-main:before {
		top: 9px;
		width: 15px;
		height: 15px;
	}
	.intro-sec .intro-box .note .copy-main.mt {
		margin-top: 2rem;
	}
	.intro-sec .intro-box .note .copy-sub {
		padding: 0 0 0 5%;
		line-height: 1.5;
		font-size: 1.1rem;
	}
}
@media (min-width:1180px){
	.intro-sec .intro-box {
		margin-top: -10rem;
	}
	.intro-sec .intro-box .note .copy-main {
		font-size: 2.2rem;
		border-bottom: 5px solid #595970;
		padding: 0 0 5px 25px;
		margin-bottom: 10px;
	}
	.intro-sec .intro-box .note .copy-main:before {
		top: 15px;
		width: 15px;
		height: 15px;
	}
	.intro-sec .intro-box .note .copy-main.mt {
		margin-top: 2rem;
	}
	.intro-sec .intro-box .note .copy-sub {
		padding: 0 0 0 30px;
		line-height: 1.5;
		font-size: 1.5rem;
	}
}

/* 開発
-------------------------*/
.intro-sec .dev-box {
	margin-top: 2rem;
	background-color: #010063;
	padding: 1.5rem 1.5rem;
}
.intro-sec .dev-box .copy-main {
	font-weight: 600;
	line-height: 1.8;
	font-size: 1.2rem;
}
.intro-sec .dev-box .copy-sub {
	color: #eeeeee;
	line-height: 1.8;
	font-size: .9rem;
	margin-top: 1rem;
}
.intro-sec .dev-box .copy-sub.name {
	text-align: center;
}
.intro-sec .dev-box img {
	margin-top: 1rem;
}
@media (min-width:768px){
	.intro-sec .dev-box {
		margin-top: 3rem;
		padding: 2rem 3rem;
	}
	.intro-sec .dev-box .copy-main {
		line-height: 1.5;
		font-size: 1.4rem;
		text-align: center;
	}
	.intro-sec .dev-box .copy-sub {
		line-height: 1.8;
		font-size: 1rem;
		text-align: center;
		margin-top: 1.5rem;
	}
	.intro-sec .dev-box img {
		margin-top: 1.5rem;
	}
}
@media (min-width:1180px){
	.intro-sec .dev-box {
		margin-top: 3rem;
		padding: 3rem 8rem;
	}
	.intro-sec .dev-box .copy-main {
		line-height: 1.5;
		font-size: 1.8rem;
	}
	.intro-sec .dev-box .copy-sub {
		line-height: 1.8;
		font-size: 1.2rem;
		margin-top: 2rem;
	}
	.intro-sec .dev-box img {
		margin-top: 2rem;
	}
}

/****************************************************************************
 	news-sec
****************************************************************************/
/*
.news-sec {
	background-color: #0f0f0f;
	padding: 2em 0;
}
.news-sec .list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news-sec .list-item .logo {
	width: 42%;
	background-color: #242424;
	border-radius: 10px;
	padding: 10px 5px;
}
.news-sec .list-item .note {
	width: 54%;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.3em;
}
@media (min-width:768px){
	.news-sec {
		padding: 3em 5%;
	}
	.news-sec .list-item .logo {
		width: 38%;
		max-width: 350px;
		padding: 5px 5px;
	}
	.news-sec .list-item .note {
		width: 58%;
		font-size: 1.4em;
	}
}
@media (min-width:1180px){
	.news-sec {
		padding: 3em 0;
	}
	.news-sec .m-inner {
		width: 880px;
	}
	.news-sec .list-item .logo {
		width: 350px;
		padding: 5px 5px;
	}
	.news-sec .list-item .note {
	width : -webkit-calc(100% - 380px) ;
	width : calc(100% - 380px) ;
		font-size: 1.8em;
	}
}*/


/****************************************************************************
 	points-sec
****************************************************************************/
.points-sec {
	background:url("../img/bg_logo.png")no-repeat center center #010063;
	background-size: cover;
	clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 calc(100% - 70px));
	padding: 3rem 0 6rem 0;
}
.points-sec .copy-main {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	border-left: 3px solid #f5ff00;
	padding: 3px 0 3px 10px;
}

.points-sec .list-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.points-sec .list-wrap .list {
	width: 62%;
	margin-top: 1rem;
}
.points-sec .list-item {
	background-color: #fff;
	border-radius: 5px;
	padding: .3rem .6rem;
	margin-top: .8rem;
}
.points-sec .list-item .badge {
	background-color: #e50b6c;
	display: inline-block;
	padding: 2px 10px;
	font-size: .7rem;
	line-height: 1;
}
.points-sec .list-item .badge .num {
	font-size: 1rem;
	margin-left: 5px;
}
.points-sec .list-item .copy {
	color: #010063;
	font-weight: 700;
	line-height: 1.2;
	font-size: .9rem;
}
.points-sec .list-wrap .photo {
	width: 38%;
}
@media (min-width:768px){
	.points-sec {
		clip-path: none;
		padding: 0;
		background: none;
		position: relative;
	}
	.points-sec .pc-bg {
		background:url("../img/bg_logo.png")no-repeat center center #010063;
		background-size: contain;
		clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
		padding: 5rem 0 9rem 0;
		
	}
	.points-sec .pc-photo {
		width: 230px;
		height: auto;
		position: absolute;
		top: 1rem;
		/*right: 5%;*/
		left: 70%;
	}
	.points-sec .copy-main {
		font-size: 1.5rem;
		border-left: 3px solid #f5ff00;
		padding: 3px 0 3px 10px;
	}
	.points-sec .list-wrap {
		display: block;
	}
	.points-sec .list-wrap .list {
		width: 75%;
		margin-top: 1rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.points-sec .list-item {
		width: 48.5%;
		padding: .7rem 1rem;
		margin-top: 3%;
	}
	.points-sec .list-item .badge {
		padding: 3px 10px;
		font-size: .9rem;
		line-height: 1;
	}
	.points-sec .list-item .badge .num {
		font-size: 1.2rem;
		margin-left: 5px;
	}
	.points-sec .list-item .copy {
		line-height: 1.4;
		font-size: 1.2rem;
		margin-top: .3rem;
	}
}
@media (min-width:1180px){
	.points-sec .pc-bg {
		clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
		padding: 8rem 0 13rem 0;
	}
	.points-sec .pc-photo {
		width: 320px;
		height: auto;
		position: absolute;
		top: 2rem;
		left: 62%;
	}
	.points-sec .copy-main {
		font-size: 2.3rem;
		border-left: 6px solid #f5ff00;
		padding: 3px 0 3px 15px;
	}
	.points-sec .list-wrap .list {
		width: 65%;
		margin-top: 1rem;
	}
	.points-sec .list-item {
		width: 48.5%;
		padding: 1rem 1.5rem;
		margin-top: 3%;
		border-radius: 12px;
	}
	.points-sec .list-item .badge {
		padding: 3px 10px;
		font-size: 1rem;
		line-height: 1;
	}
	.points-sec .list-item .badge .num {
		font-size: 1.6rem;
		margin-left: 5px;
	}
	.points-sec .list-item .copy {
		line-height: 1.4;
		font-size: 1.6rem;
		margin-top: .3rem;
	}
}




/****************************************************************************
 	color-sec
****************************************************************************/
.color-sec {
	padding: 0 0 2rem 0;
	margin-top: -1rem;
}
.color-sec .note {
	margin-top: .5rem;
}
.color-sec .note .list-item {
	border-bottom: 1px solid #2a2a34;
	padding: .8rem .5rem;
}
.color-sec .note .list-item .name {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
}
.color-sec .note .list-item .name .num {
	color: #e50b6c;
	margin-right: 10px;
}
.color-sec .note .list-item .copy {
	color: #8c8c8c;
	font-size: .9rem;
	line-height: 1.4;
	margin-top: .3rem;
}
@media (min-width:768px){
	.color-sec {
		padding: 0 0 0rem 0;
		margin-top: -2rem;
	}
	.color-sec .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.color-sec .photo {
		width: 45%;
	}
	.color-sec .note {
		width: 53%;
		margin-top: -1rem;
	}
	.color-sec .note .list-item {
		padding: .8rem .5rem;
	}
	.color-sec .note .list-item .name {
		font-size: 1.3rem;
	}
	.color-sec .note .list-item .copy {
		font-size: 1rem;
		line-height: 1.4;
		margin-top: .3rem;
	}
}
@media (min-width:1180px){
	.color-sec {
		padding: 0 0 0 0;
		margin-top: -3rem;
	}
	.color-sec .photo {
		width: 41%;
	}
	.color-sec .note {
		width: 55%;
		margin-top: -1rem;
	}
	.color-sec .note .list-item {
		padding: 1rem .5rem;
	}
	.color-sec .note .list-item .name {
		font-size: 1.6rem;
	}
	.color-sec .note .list-item .copy {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: .3rem;
	}
}



/****************************************************************************
 	info-sec
****************************************************************************/
.info-sec {
	background-color: #191919;
	clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 calc(100% - 70px));
	padding: 3rem 0 6rem 0;
}
@media (min-width:768px){
	.info-sec {
		clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
		padding: 5rem 0 9rem 0;
	}
}
@media (min-width:1180px){
	.info-sec {
		clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
		padding: 8rem 0 13rem 0;
	}
}

/* 表
-------------------------------*/
.info-sec table {
	width: 100%;
	border-bottom: 1px solid #2c2c2c;
}
.info-sec table th,
.info-sec table td {
	display: block;
	border-top: 1px solid #2c2c2c;
	padding: 3% 4%;
	line-height: 1.6;
}
.info-sec table th {
	background-color: #121212;
	text-align: center;
	font-weight: 500;
	font-size: .9rem;
	color: #fff;
}
.info-sec table td {
	font-size: .9rem;
	color: #aaaaaa;
}
@media (min-width:768px){
	.info-sec table th,
	.info-sec table td {
		display: table-cell;
		padding: 3% 2%;
	}
	.info-sec table th {
		width: 20%;
	}
}
@media (min-width:1180px){
	.info-sec table th,
	.info-sec table td {
		font-size: 1.2rem;
	}
}


/* 表内の価格リスト
-------------------------------*/
.info-sec .price-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
.info-sec .price-list:last-child {
	margin-bottom: 0;
}
.info-sec .price-list dt {
	width: 90px;
	border: 1px solid #aaaaaa;
	text-align: center;
}
.info-sec .price-list dd {
	width : -webkit-calc(100% - 100px) ;
	width : calc(100% - 100px) ;
}
@media (min-width:768px){
	.info-sec .price-list dt {
		width: 130px;
	}
	.info-sec .price-list dd {
		width : -webkit-calc(100% - 150px) ;
		width : calc(100% - 150px) ;
	}
}
@media (min-width:1180px){
	
}

/****************************************************************************
 	 gallery-sec
****************************************************************************/
.gallery-sec {
	padding: 0 0 2rem 0;
	margin-top: -1rem;
}
.gallery-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	margin-top: 5%
}
.gallery-sec .list-item {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.gallery-sec .list-item:nth-child(2n) {
	margin-right: 0;
}
@media (min-width:768px){
	.gallery-sec {
		padding: 0 0 4rem 0;
		margin-top: -2rem;
	}
	.gallery-sec .list-wrap:before {
		height: 400px;
	}
	/*.gallery-sec .youtube-box iframe {
		height: 420px;
	}*/
}
@media (min-width:1180px){
	.gallery-sec {
		padding: 0 0 6rem 0;
		margin-top: -3rem;
	}
	.gallery-sec .list {
		width: 1180px;
		margin: 5% auto 0 auto;
	}
	/*.gallery-sec .youtube-box iframe {
		height: 610px;
	}*/
}

/****************************************************************************
 	contact-sec
****************************************************************************/
.contact-sec {
	background:url("../img/bg_logo.png")no-repeat center center #010063;
	background-size: cover;
	padding: 2rem 0;
}
.contact-sec .m-title-L-wrap {
	text-align: center;
	margin-bottom: 1rem;
}
.contact-sec .cont-box {
	background-color:rgba(0,0,0,0.7);
	padding: 5% 5% 8% 5%;
	color: #fff;
	text-align: center;
}
.contact-sec .cont-box .tel-wrap .list-item {
	margin-top: 1em;
}
.contact-sec .cont-box .tel-wrap .list-item .title {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
.contact-sec .cont-box a.btn {
	position: relative;
	display: block;
	width: 300px;
	height: 55px;
	padding: 12px 0 0 0;
	background-color: #e50b6c;
	border: 3px solid #e50b6c;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 5px auto 0 auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-sec .cont-box a.btn.mail {
	font-size: 1.2em;
	line-height: 1.3;
}
.contact-sec .cont-box a.btn:hover {
	opacity: .85;
}
.contact-sec .cont-box .copy-sub {
	margin-top: .4em;
	font-size: .9em;
}
.contact-sec .cont-box .company {
	margin-top: 2em;
	line-height: 1.8;
	font-weight: 500;
	font-size: .9em;
}
.contact-sec .cont-box .company a {
	text-decoration: none;
}
.contact-sec .cont-box .company .link-txt-blank {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
@media (min-width:768px){
	.contact-sec {
		background-size: 100%;
		padding: 3rem 0;
	}
	.contact-sec .m-title-L-wrap {
		text-align: center;
		margin-bottom: 1rem;
	}
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		width: 50%;
		margin-top: 0;
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #80808f;
	}
	.contact-sec .cont-box .company {
		margin-top: 1em;
		font-size: 1em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	
}
@media (min-width:1180px){
	.contact-sec {
		background-size: 80%;
		padding: 3rem 0;
	}
	.contact-sec .m-title-L-wrap {
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #898989;
	}
	.contact-sec .cont-box .tel-wrap .list-item .title {
		font-size: 1.5em;
	}
	.contact-sec .cont-box a.btn {
		width: 400px;
		height: 80px;
		padding: 17px 0 0 0;
		font-size: 2.4em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	.contact-sec .cont-box a.btn.mail {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

/****************************************************************************
 	cr-sec
****************************************************************************/
.cr-sec {
	padding: .8em 0;
	font-size: .7em;
	text-align: center;
	letter-spacing: 1px;
	color: #626262;
}
@media (min-width:768px){
	.cr-sec {
		padding: .8em 0;
		font-size: .8em;
	}
}


/****************************************************************************
 	ec-fix-btn
****************************************************************************/
#ec-fix-btn {
	position: fixed;
	z-index: 100000;
	bottom: 30%;
	right: 0;
	display: block;
	width: 40px;
	height: 165px;
	background-color: #122cde;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	color: #feff00;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	padding: 36px 0 0 3px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#ec-fix-btn:hover {
	opacity: .8;
}
#ec-fix-btn .text {
	writing-mode: vertical-rl;
	line-height: 1;
}
#ec-fix-btn .en {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
#ec-fix-btn .jp {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}
#ec-fix-btn:before {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 20px;
	content:'shopping_cart';
	font-family: "Material Icons";
}
@media (min-width:768px){
	#ec-fix-btn {
		bottom: 40%;
		width: 70px;
		height: 250px;
		border-radius: 10px 0 0 10px;
		padding: 55px 0 0 8px;
	}
	#ec-fix-btn .text {
		line-height: 1.2;
	}
	#ec-fix-btn .en {
		font-size: 22px;
		letter-spacing: 2px;
	}
	#ec-fix-btn .jp {
		font-size: 13px;
		letter-spacing: 2px;
	}
	#ec-fix-btn:before {
		top: 3px;
		right: 22px;
		font-size: 30px;
	}
}
@media (min-width:1180px){
	
}
