@charset "utf-8";

/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.c-page{
	background-color: #000000;
	color: #ffffff;
}
.c-container{
/*	padding-top: 160px;*/
	padding-top: 60px;
	padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
	.c-container{
		padding-top: 90px;
		padding-bottom: 55px;
	}
}
/* ======================================================

	共通 | 商品名

====================================================== */
.hero{
	position: relative;
	margin-bottom: 20px;
}
.hero__name{
	margin-bottom: 15px;
}
.hero__name span{
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.hero__copy{
	margin-bottom: 0.9em;

	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.27;
	color: #ffffff;
	text-align: center;
}
.hero__center{
	position: relative;
	text-align: center;
	padding-bottom: 17%;
}
@media screen and (max-width: 767px) {
	.hero{
		margin-bottom: 140px;
	}
	.hero__name{
		font-size: 5.2rem;
	}
	.hero__copy{
		font-size: 2.4rem;
	}
	.hero img{
		width: 100% !important;
	}
}
/* ======================================================

	OCTOPUZ

====================================================== */
.pdc-opz{
	position: relative;
	overflow: hidden;
}
.pdc-opz__bg{
	position: absolute;
	width: 550px;
	height: auto;
	/*top: -50px;*/
	top: 0px;
	right: -130px;
}
.pdc-opz .c-row{
	align-items: center;
}
.pdc-opz .c-col-l{ width: 36%; }
.pdc-opz .c-col-r{ width: 64%; }

.pdc-opz__fig1{
	position: relative;
	max-width: 588px;
	margin-left: -35px;
}
.pdc-opz__fig2,
.pdc-opz__fig3{
	position: relative;
	max-width: 520px;
	margin-left: -35px;
}
@media screen and (max-width: 991px) {
	.pdc-opz__fig1{
		margin-left: -15px;
	}
	.pdc-opz__fig2,
	.pdc-opz__fig3{
		margin-left: -15px;
	}
}
@media screen and (max-width: 767px) {
	.pdc-opz__bg{
		opacity: .55;
		width: 100%;
		top: 280px;
	}
	.pdc-opz__fig1,
	.pdc-opz__fig2,
	.pdc-opz__fig3{
		position: relative;
		max-width: 520px;
		margin: -35px auto 30px;
		z-index: 1;
	}	
	.pdc-opz__bnr{
		display: block;
		margin: 0 auto;
		max-width: 520px;
	}
}
/* ======================================================

	円

====================================================== */
.circle{
	position: relative;
    width: 100%;
}
.circle::before{
	content:"";
    display: block;
    padding-top: 100%;
}
.circle__content{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.circle__inner{
	width: 100%;
	max-width: 210px;
}
.circle__icon{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.47;
	color: #ffffff;
	white-space: nowrap;
}
.circle__title{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	color: #009cc0;
}
@media screen and (max-width: 767px) {
	.circle{
		max-width: 360px;
		margin: 0 auto;
	}
}
/* ======================================================

	動画

====================================================== */
.blk-movie{ margin-bottom: 70px; }
.movie{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.movie__caption{
	padding-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.blk-movie{ margin-bottom: 40px; }
}
/* ======================================================
	space
====================================================== */
.pb10{
	padding-bottom:10px;
}

.pb20{
	padding-bottom:20px;
}

.pb30{
	padding-bottom:30px;
}

.pb40{
	padding-bottom:40px;
}

.pb50{
	padding-bottom:50px;
}

.pb60{
	padding-bottom:60px;
}

.pb70{
	padding-bottom:70px;
}

.pb80{
	padding-bottom:80px;
}

.pb90{
	padding-bottom:90px;
}

.pb100{
	padding-bottom:100px;
}

.pt10{
	padding-top:10px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt50{
	padding-top:50px;
}

.pt60{
	padding-top:60px;
}

.pt70{
	padding-top:70px;
}

.pt80{
	padding-top:80px;
}

.pt90{
	padding-top:90px;
}

.pt100{
	padding-top:100px;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

@media screen and (max-width: 767px) {
	.mt100{
		margin-top:55px;
	}

	.pb100{
		padding-bottom:50px;
	}

	.pt100{
		padding-top:50px;
	}

	.pt60{
		padding-top:30px;
	}

	.mt40{
		margin-top:20px;
	}

	.pt70{
		padding-top:35px;
	}
}