@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&Noto+Sans+JP:wght@400;500&family=Manrope:wght@200;300;400;600&display=swap'); */

/* @font-face {
	font-family: 'Klavika';
	src: url('../fonts/Klavika-Regular.ttf') format('truetype'), url('../fonts/Klavika-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
} */

@font-face {
	font-family: 'Klavika-bc';
	src: url('../fonts/Klavika-BoldCond.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'Klavika';
	src: url('../fonts/Klavika-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: auto;
}

/* @font-face {
	font-family: 'Meiryo';
	src: url('../fonts/meiryo.ttc') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'Meiryo';
	src: url('../fonts/meiryob.ttc') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: auto;
} */



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure{
background:transparent;border:0;margin:0;padding:0;}img{vertical-align: bottom;}body{line-height:1;}
/* h1,h2,h3,h4,h5,h6,th{font-weight:normal;} */
ol,ul{list-style:none;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}
.clear:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clear{min-height:1px;}
* html .clear{height:1px;/*\*//*/height: auto;overflow: hidden;/**/
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
address{font-style:normal;}
hr{margin:0;}
main{display: block;}/*IE11*/


html{
	font-size: 62.5%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	/* letter-spacing: 0.2em; */
}

html,body{min-width: 1040px;}
body{
	position: relative;
	color:#000;
	/* background-color: #141414; */
	/* background-color: #555; */
	font-size: 1.6rem;
	font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;

	font-weight: 400;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; */
}
.wf-a{
	font-family: 'Klavika', sans-serif;
	font-weight: bold;
	letter-spacing: 0;
}

.hero .part-title .txt .wf-a,
.hero-after .title-h2 .wf-a,
.elem-feat-com .title-h2 .wf-a
{font-size: 120%;}
/* .wf-mincho{font-family: 'Noto Serif JP', serif;;} */


a{text-decoration:none;}
a:link,a:visited{color:inherit;}


.slick-slide>div *:focus,
#colorbox *:focus{outline: none;}

#cboxPrevious,
#cboxNext{display: none !important;}


/* svg{fill:#F00;} */
/* .svg{display: none;fill-rule:evenodd;clip-rule:evenodd;} */
/* .svg{display: none;} */
.svg{
	opacity: 0;
	width: 0;
	height: 0;
}

.colord{color: #f59fb1;}
.fill{background-color: #e7e4da;}
.fill-pink{background-color: #ffedf1;}

.lead{
	color: #505050;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: justify;
}
@media screen and (max-width:750px){
	html,body{min-width: 100%;}
	.lead{font-size: 1.4rem;}
}





.wid100{
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
}
.wid1000{
	max-width: 1040px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* .box2{margin: 0 -60px;}
.box2>.box{
    width: calc((100% - 240px) / 2);
    margin: 0 60px;
}
.box3{margin: 0 -19px;}
.box3>.box{
    width: calc((100% - 114px) / 3.001);
    margin: 0 19px;
}
*/

@media screen and (max-width:750px){
	.box2,
	.box3{margin: 0;}
    .box2>.box,
    .box3>.box{
        width: 100%;
        margin: 0;
	}
}



dl.dltb dt{
	clear: left;
	float: left;
	margin-top: 0.5em;
}
dl.dltb dd{
	float: left;
	margin-top: 0.5em;
}
dl.dltb:after,
dl.dltb dd:after{
	content: "";
	display: table;
	clear: both;
}


dl.dltb dt:first-of-type,
dl.dltb dd:first-of-type{margin-top: 0;}

/* @media screen and (max-width:750px){
	dl.dltb dt{float: none;}
	dl.dltb dd{float: none;}
} */


.mklist>li{
	position: relative;
	padding-left: 1em;
}
.mklist.cir>li{padding-left: 1.4em;}
.mklist>li:before{
	content: "\25CF";
	position: absolute;
	left: 0;
}
.mklist.kome>li:before{content: "\203B";}/* ※ */
.mklist.dot>li:before{content: "\30FB";}/* ・ */
.mklist.sq>li:before{content: "\25A1";}/* □ */



@media screen and (max-width:750px){
	html,body{min-width: 100%;}
	body{
		/* font-size: 1.4rem; */
		min-width: 100%;
	}
	.wid100{min-width: 100%;}


	/* .section+.section{margin-top: 20px;} */

}



/*--------------- parts ---------------*/



.com-coverbox{
	position: relative;
	width: 100%;
}
.com-coverbox:before{
    content:"";
    display: block;
    padding-top: 58%;
}
.com-coverbox>*{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}


.title-sq{
	text-align: center;
}
.title-sq>span{
	display: inline-block;
	background-color: #3264b4;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	background-size: 50% 40%;
	width: 200px;
	height: 200px;
	font-size: 2.8rem;
	padding-top: 135px;
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.6);
}

.title-sqs{
	background-color: #3264b4;
	padding: 0.4em 0.6em;
}
.title-sqm{
	display: block;
	font-size: 2.4rem;
	width: 320px;
	text-align: center;
	background-color: #3264b4;
	padding: 1.1em 0.6em;
	margin: 0 auto;
}
@media screen and (max-width:750px){
	.title-sq>span{
		background-position: 50% 25%;
		background-size: 50% 40%;
		width: 140px;
		height: 140px;
		font-size: 2rem;
		padding-top: 95px;
		box-shadow: 0 13px 20px rgba(0, 0, 0, 0.6);
	}
	.hero.addsq .title-sq>span{
		width: 120px;
		height: 120px;
		font-size: 1.6rem;
		padding-top: 82px;
	}
	.title-sqm{
		font-size: 1.8rem;
		width: 100%;
		max-width: 300px;
	}
}





#btn-top{
	position: fixed;
    z-index: 1;
    width: 100%;
}
#btn-top a{
	display: block;
	width: 50px;
	height: 50px;
	margin-left: auto;
    background: url(../img/com-btn-top.svg) no-repeat 50%;
    background-size: contain;
	cursor: pointer;
}
@media screen and (max-width:750px){
    #btn-top a{
        width: 35px;
        height: 35px;
    }
}











/*- - - - - - - - parts - - - - - - - -*/



/*--------------- hover ---------------*/
header .logo a,
.mainnav a,
.nav-ft a,
.btn-sq.type2,
.top-speed a.box,
#btn-top a,
footer a.img{
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
header .logo a:hover,
.mainnav a:hover,
.nav-ft a:hover,
.btn-sq.type2:hover,
.top-speed a.box:hover,
#btn-top a:hover,
footer a.img:hover{
	opacity: 0.7;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}

/*- - - - - - - - hover - - - - - - - -*/
.btn-accordion{cursor: pointer;}
.btn-wrap.center{text-align: center;}




.btn-detail{
	color: #f19c9e;
	font-size: 2rem;
	font-weight: 600;
}
.btn-detail>*{
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 2px solid #f19c9e;
}



.btn-sq{
	position: relative;
	display: inline-block;
	/* background-color: #333; */
	border: 3px solid #000;
	-webkit-transition: border 0.6s,background 0.6s;
	transition: border 0.6s,background 0.6s;
}

.btn-sq:not(.type2,.type3,.type4):hover{
	background-color: rgba(255, 255, 255, 0.3);
	border-color: #000;
	-webkit-transition: border 0s,background 0s;
	transition: border 0s,background 0s;
}
.btn-sq>*{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	/* min-width: 280px; */
	text-align: center;
	padding: 0.5em 1.2em;
}


.btn-sq.type2{
	background-color: #007C97;
	border: none;
}
.btn-sq.type2>*{
	font-size: 1.6rem;
	min-width: 235px;
	padding: 0.8em 1.2em;
}

.oubo-btn .btn-sq.type2>*{
	font-size: 1.6rem;
	min-width: 235px;
	padding: 0.8em 1.2em;
	background-color: #007C97;
	border: none;
}


.btn-sq.type3{
	border: 3px solid #007C97;
	background-color: #007C97;
}


.btn-sq.type4{
	border: 3px solid #000;
}
.btn-sq.type3>*,
.btn-sq.type4>*{
	font-size: 1.6rem;
	min-width: 235px;
	padding: 0.8em 1.2em;
}
.btn-sq.type3:hover,
.btn-sq.type4:hover{opacity: 0.6;}


.btn-sq.type4 a:link,
.btn-sq.type4 a:visited{color: #fff;}

.btn-sq a:link,
.btn-sq a:visited{color: #000;}
.btn-sq input{
	cursor: pointer;
	-webkit-appearance: none;
    background: none;
    border: none;
}

@media screen and (max-width:750px){
	.btn-sq>*{
		font-size: 1.2rem;
		padding: 0.3em 0.8em;
	}
	.btn-sq.type2>*{
		font-size: 1.1rem;
		min-width: 150px;
		padding: 0.5em 1.2em;
	}
}







.title-h2{
    font-size: 4.2rem;
    line-height: 1.2;
}
.title-h2 .sizeS{font-size: 57%;}

.title-box{
	display: inline-block;
	background-color: #003D4C;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 30px;
	margin-bottom: 15px;
}
/* .section{padding: 30px 0;} */


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

    .title-h2{font-size: 2.3rem;}

	.title-box{
		height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		background-position: 8px 50%;
		background-size: 10px 10px;
		font-size: 1.2rem;
		line-height: 24px;
		margin-bottom: 10px;
	}


}






ul.notes{
	display: inline-block;
	line-height: 1.4;
	font-size: 75%;
}

ul.notes>li{
	position: relative;
	padding-left: 1.1em;
}
ul.notes>li:before{
	content: "※";
	position: absolute;
	left: 0;
}
@media screen and (max-width:750px){
	ul.notes{font-size: 1.2rem;}
}


ul.mklist{
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

ul.mklist>li{
	position: relative;
	padding-left: 1.1em;
}
ul.mklist>li:before{
	content: "●";
	position: absolute;
	left: 0;
	color: #ada592;
}
ul.mklist.dot>li:before{content: "・";}
ul.mklist.sq>li:before{content: "□";}
@media screen and (max-width:750px){
	ul.mklist{font-size: 1.2rem;}
}













/*--------------- common ---------------*/


header{
    /* position: fixed; */
	position: absolute;
    z-index: 1;
    width: 100%;
    color: #FFF;
    height: 60px;
    top: 0;
    transition:top 0.6s,color 0.6s,background 0.6s;
}
header.hide:not(.open){top: -60px;}
header.addfill{
    /* color: #4e4e4e !important; */
    background-color:rgba(0, 0, 0, 0.7);
}
header>.inner{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0;
}
#nav_toggle{display: none;}
header .logo{
    width: 100%;
		background: #000;
	margin-top: 0px;
	padding-bottom: 23px;
}
header .logo img{
		width: 250px;
	margin: 23px 0 0 40px;
}

header .logo a{display: block;}
header .mainnav{
    font-size: 1.6rem;
    font-weight: 700;
	padding-top: 10px;
}
header .mainnav li>a{
    display: block;
    padding: 10px 5px;
}
header .mainnav li+li{margin-left: 10px;}











@media screen and (max-width:750px){
	#nav_toggle{
		position: fixed;
		top: 15px;
		right: 15px;
		display: block;
		min-height: 30px;
		z-index: 100;
		padding: 10px 8px 0;
		cursor: pointer;
		background-color: rgba(0, 0, 0, 0.5);
		border: 1px solid #FFF;
    }
    #nav_toggle .part-burger {
        position: relative;
		width: 12px;
		height: 20px;
		margin-right: 0;
		margin-left: auto;
    }
    #nav_toggle span{
        display: block;
        background-color: #FFF;
        position:absolute;
        height: 1px;
        left: 0;
        right: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
	#nav_toggle span:nth-child(1){top:0px;}
	#nav_toggle span:nth-child(2){top:4px;}
	#nav_toggle span:nth-child(3){top:8px;}

    .open #nav_toggle span{width: 162%;}
	.open #nav_toggle span:nth-child(1){
		top: 3px;
		left: -3.5px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2){opacity: 0;}
	.open #nav_toggle span:nth-child(3){
		top: 3px;
		left: -3.5px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}


	#nav_toggle{
		width: 30px;
		height: 30px;
		-webkit-transition: 0.3s width 0.2s,0.3s height 0.2s;
				transition: 0.3s width 0.2s,0.3s height 0.2s;
    }
	.open #nav_toggle{
		width: 180px;
		height: 180px;
		-webkit-transition: width 0.6s,height 0.6s;
				transition: width 0.6s,height 0.6s;
	}
	.drawer-nav{pointer-events: none;}
	.drawer-nav .mainnav{
		width: 100%;
		text-align: center;
		padding-top: 1.4em;
		opacity: 0;
		-webkit-transition: 0.4s opacity 0s;
				transition: 0.4s opacity 0s;
	}
	.open .drawer-nav{pointer-events: all;}
	.open .drawer-nav .mainnav{
		opacity: 1;
		-webkit-transition: 0.2s opacity 0.4s;
				transition: 0.2s opacity 0.4s;
	}

	header>.inner{
		padding: 0;
	}
	header .logo{
		width: 100%;
		margin-top: 0px;
		padding-bottom: 23px;
	}
	header .logo img{
			width: 150px;
		margin: 15px 0 0 12px;
	}

	header .mainnav li>a{
		display: block;
		padding: 10px 5px;
	}

    header .mainnav{
        font-size: 1.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .mainnav li+li {margin-left: 0;}





}









.com-cta{
    color: #FFF;
    background: url(../img/com-cta-bg_pc.jpg) no-repeat 50%;
    background-size: cover;
}
.com-cta .inner{height: 255px;}
.com-cta .txt{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}
.com-cta .btn-wrap{text-align: center;}
.com-cta .btn-sq{margin-top: 30px;}
@media screen and (max-width:750px){
    .com-cta{
        background: url(../img/com-cta-bg_sp.jpg) no-repeat 50%;
        background-size: cover;
    }
    .com-cta .inner{height: 31vw;}
    .com-cta .txt{
        font-size: 1.2rem;
        text-align: center;
    }
    .com-cta .btn-sq{margin-top: 12px;}
}








footer{
    background-color: #000;
    color: #808080;
}
footer .inner{
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

footer ol{
	padding-top: 30px;
	font-size: 1.2rem;
	color: #808080;
	line-height: 1.8;
	padding-bottom: 1.5em;
	word-wrap : break-word;
	overflow-wrap : break-word;
	position: relative;
	/* text-align: justify; */
}
footer li {
	counter-increment: cnt;
	margin-left: 20px;
}
footer ol li::before {
	position: absolute;
	left: 0;
  content: ""counter(cnt)".";
}
footer .logo{
    width: 128px;
    height: 30px;
}
footer .part1{padding: 40px 0;}
footer .nav-ft{
    font-size: 1.6rem;
	color: #FFF;
}
footer p:nth-child(2) {
	padding: 30px 0 19px 0;
}
footer .nav-ft li+li{margin-left: 2em;}
@media screen and (max-width:750px){
    footer .logo{
        width: 16%;
        height: auto;
    }
	footer .part1{padding: 20px 0;}
    footer .nav-ft{font-size: 0.6rem;}
}










/*- - - - - - - - common - - - - - - - -*/







/*--------------- 000000 ---------------*/
/*- - - - - - - - 000000 - - - - - - - -*/



/*--------------- property ---------------*/


/*- - - - - - - - property - - - - - - - -*/



















/*--------------- elem ---------------*/







/*- - - - - - - - elem - - - - - - - -*/


















.fl{float: left;}
.fr{float: right;}
.flpc{float: left;}
.frpc{float: right;}
.flsp,.frsp{float: none;}
.tbpc,.tb{display: table;}
.tbpc>.cell,.tb>.cell{display: table-cell;}



.fx,
.fxpc{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hc{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.vc{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.r-vc{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.f-just{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.f-center{
-webkit-box-pack:center;
-moz-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}
/*
.f-row>*{
  width: calc(50% - 0.5%);
  font-weight: 700;
}
*/

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

	.tbpc,.tb{display: block;}
	.tbpc>.cell,.tb>.cell{display: block;}

	.fxpc{display: block;}
	.fxsp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.hc{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.vc{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.f-just{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}

	.f-center{
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	}
	/*
	.f-row>*{
		width: calc(50% - 0.5%);
		font-weight: 700;
	}
	*/
}




/*
.css-tabs-elem {margin-top: -125px;}

.css-tabs-nav{
width: 900px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tab_item {
width: calc(50% - 15px);
transition: all 0.3s ease;
}
input[name="tab_item"] {display: none;}
.css-tabs-nav #install_btn:hover,
.css-tabs-nav #skip_btn:hover{
opacity: 1;
transition: all 0s ease;
}
.css-tabs-nav #install_btn,
.css-tabs-nav #skip_btn{
cursor: pointer;
border-radius: 16px 16px 0 0;
}

.css-tabs-nav #install_btn{background-color: #A7D2F4;}
.css-tabs-nav #skip_btn{background-color: #FFCDAF;}
#install:checked ~ .css-tabs-nav #install_btn{background-color: #248FE3;}
#skip:checked ~ .css-tabs-nav #skip_btn{background-color: #FF8337;}

.tab_content {display: none;}
#install:checked ~ #install_content,
#skip:checked ~ #skip_content{display: block;}
#install_content{border-top: 6px solid #248FE3;}
#skip_content{border-top: 6px solid #FF8337;} */



input[name="tab_btn"] {display: none;}
.part-spec {display: none;}
#core64:checked ~ #core64_cont,
#core56:checked ~ #core56_cont,
#core48:checked ~ #core48_cont,
#core32:checked ~ #core32_cont,
#core28:checked ~ #core28_cont,
#core24:checked ~ #core24_cont,
#core16:checked ~ #core16_cont,
#core8:checked ~ #core8_cont{display: block;}

#core64:checked ~ .css-tabs-nav #core64_btn,
#core56:checked ~ .css-tabs-nav #core56_btn,
#core48:checked ~ .css-tabs-nav #core48_btn,
#core32:checked ~ .css-tabs-nav #core32_btn,
#core28:checked ~ .css-tabs-nav #core28_btn,
#core24:checked ~ .css-tabs-nav #core24_btn,
#core16:checked ~ .css-tabs-nav #core16_btn,
#core8:checked ~ .css-tabs-nav #core8_btn{opacity: 1;}
.css-tabs-nav .tab_btn{
	opacity: 0.5;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	cursor: pointer;
}
.css-tabs-nav .tab_btn:hover{
	opacity: 1;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}
.nav-spec,
.part-spec{
	font-family: Klavika-bc;
	font-weight: bold;
}
.nav-spec .ital,
.part-spec .ital{font-style: italic;}

.nav-spec .tab_btn{
	width: calc(100% / 8);
	border-bottom: 4px solid #000;
}
.nav-spec{font-size: 2.2rem;}
.nav-spec .ital{font-size: 70%;}

.part-spec{font-size: 1.6rem;}
.part-spec .part1{
	padding-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.part-spec .part1{margin: 0 -10px;}
.part-spec .box{padding: 0 10px 20px;}
.part-spec .part2{
	color: #727272;
	font-family: Klavika;
	padding-top: 10px;
}
.part-spec .part2 dt{
	font-style: italic;
	padding-right: 20px;
}
.part-spec .part2 dd{
	border: 1px solid #727272;
	border-radius: 3px;
	padding: 0.4em 1em 0.2em;
}
.part-spec .part2 dd+dd{margin-left: 20px;}
.part-spec .box span{display: block;}
.part-spec .num{font-size: 3.2rem;}
.part-spec .num+.ital{font-weight: normal;}
.part-spec .ital,
.part-spec .boost{
	color: #727272;
	font-size: 1.6rem;
	font-weight: normal;
}
.part-spec .max{
	color: #727272;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: italic;
}


@media screen and (max-width:750px){
	.nav-spec{font-size: 1.8rem;}
	.part-spec{font-size: 1.2rem;}
	.part-spec .part1{padding-top: 20px;}
	.part-spec .box{padding-bottom: 10px;}
	.part-spec .part2 dt{padding-right: 10px;}
	.part-spec .part2 dd+dd{margin-left: 10px;}
	.part-spec .box span{display: block;}
	.part-spec .num{font-size: 3.2rem;}
	.part-spec .num+.ital{font-weight: normal;}
	.part-spec .ital,
	.part-spec .boost{font-size: 1.4rem;}
	.part-spec .max{font-size: 1.2rem;}
}









#cboxOverlay{background-color: #000;}
#cboxContent {padding-top: 0;}
.box-cbox1 .you>.com-coverbox{background-color: #000;}
.box-cbox1 .btn-close{cursor: pointer;}
.box-cbox1 .elem-head{
	height: 50px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.box-cbox1 .elem-head>*{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-cbox1 .elem-head .btn-close{
	position: relative;
	width: 50px;
	background-color: #333;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box-cbox1 .elem-head .btn-close:before,
.box-cbox1 .elem-head .btn-close:after{
	position: absolute;
	left: calc(25%);
	content: "";
	display: block;
	background-color: #FFF;
	width: 50%;
	height: 1px;
}
.box-cbox1 .elem-head .btn-close:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-cbox1 .elem-head .btn-close:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box-cbox1 .elem-cont{
	background-color: #bebebe;
	padding: 0;
}

.box-cbox1 .you{
	width: 100%;
	min-width: 800px;
}
@media screen and (max-width:750px){
	.box-cbox1{overflow: hidden;}
	#cboxLoadedContent {
		/* margin-bottom: 28px; */
		padding-left: 0;
		padding-right: 0;
	}
	.box-cbox1 .elem-head{height: 40px;}
	.box-cbox1 .elem-head .btn-close{width: 40px;}
	.box-cbox1 .you{
		width: 100%;
		min-width: calc(100vw - 40px);
	}
}
