@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Caveat|Noto+Sans+JP:300,900|Share+Tech+Mono&amp;subset=japanese);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	margin: 0;
	font-family:  "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	font-size: 1.0em;
	letter-spacing: 0.2em;
}
.wrap{
	overflow: hidden;
}

section {
	position: relative;
}
.en-title {
	font-family: 'Caveat', cursive;
	font-size: 3.5em;
}

.j-txt {
	font-family: 'Noto Sans JP', sans-serif;
}
.no-txt{
	font-family: 'Share Tech Mono', monospace;
}
img{
	width: 100%;
	height: : auto;
}
h3{
	font-size: 1.8em;
	font-weight: normal;
}
p{
	font-weight: lighter;
}
/*
Copyright (c) 2019 by Sazzad
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.a_font:hover {
    color: #000 !important;
    text-shadow: none;
}
a.a_font:hover {
    color: #000 !important;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
	padding: 10px 0;
	color: #000;
	border: 1px solid #000;
	transform: skewX(-20deg);
	font-size: 18px;
	font-weight: lighter;
}
a.animated-button.victoria-two:hover{
	color: #fff !important;
}
a.animated-button.victoria-two:after {
    background: #000;
		color: #fff !important;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.a_font{
	color: #fff !important;
	border: 1px solid #fff !important;
}
a.a_font:after{
	background: #fff !important;
	color: #000 !important;
}
a.animated-button.victoria-three {
    border: 1px solid #000;
		margin-top: 0;
		color: #000;
		font-size: 18px;
		font-weight: lighter;
}
a.animated-button.victoria-three:hover{
	color: #fff;
}
a.animated-button.victoria-three:after {
    background: #000;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}

/************************ common ************************/

.sp {
	display:none;
}
.pc {
	display:block;
}
/************************ main ************************/
main .container{
	position: relative;
}
main .pcimg{
	position: absolute;
	top: 20%;
  right: -40%;
  width: 90%;
}
main.bk{
	background: no-repeat url("../images/main.png") #000;
	background-size: cover;
}
main h2.en-title{
	font-size: 112px;
	color: #fff;
}
main h1{
	width: 50%;
}
main h3{
	color: #fff;
	font-weight: lighter;
	padding-top: 40px;
	font-size: 40px;
}
main ul{
	padding: 50px 0;
	position: relative;
}

main ul li{
	width: 145px;
	list-style: none;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 45px 37px;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 0.8em;
	margin-right: 20px;
	text-align: center;
}
main ul li.li02{
	padding: 45px 0;
}
main ul li.li03{
	padding: 33px 0;
    position: relative;
    top: 15px;
}
main ul li.li04{
	padding: 45px 0;
}
main ul li.li05{
	position: absolute;
	border: none;
	top: -50%;
	right: -10%;
}
main ul li span{
	font-weight: lighter;
	font-size: 15px;
	line-height: 0.5em;
}


/************************ sec1 ************************/
.s1bk{
	background: url(../images/s1_pc.png) no-repeat bottom right;
  background-size: contain;
}
@media screen and (max-width:1400px) {
	.s1bk{
	background: url(../images/s1_pc.png) no-repeat bottom right;
  background-size: 130%;
}
	
	}
#sec01 h3{
	font-size: 28px;
	font-weight: lighter;
	line-height: 1.5em;
  padding: 30px 0;
}
#sec01 h3 span{
	font-size: 16px;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 5px 30px;
	letter-spacing: 0.2em;
}
#sec01 dl dt{
	padding-top: 30px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.1em;
}
#sec01 dl dd{
	padding-top: 15px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
/************************ sec2 ************************/
#sec02{
	background: url(../images/s2_bk.png) no-repeat;
	background-size: cover;
	color: #fff;
}
#sec02 .s2pc{
	width: 80%;
}
#sec02 h4{
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}
#sec02 h4.no01::before{
	content: '01';
	font-family: 'Share Tech Mono', monospace;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	letter-spacing: 0;
}
#sec02 h4.no02::before{
	content: '02';
	font-family: 'Share Tech Mono', monospace;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	letter-spacing: 0;
}
#sec02 h4.no03::before{
	content: '03';
	font-family: 'Share Tech Mono', monospace;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	letter-spacing: 0;
}
#sec02 h4.no04::before{
	content: '04';
	font-family: 'Share Tech Mono', monospace;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	letter-spacing: 0;
}
#sec02 p span{
	color: #ec1e79;
}
#sec02 .border{
	border: 7px solid rgba(255,255,255,0.3) !important;
	border-radius: 20px !important;
}
#sec02 p.border_u{
	border: 1px solid #fff;
}
#sec02 .s2logo{
	width: 30%;
}

#sec02 img.yajirushi{
	width: 15%;
	position: absolute;
	z-index: 100;
}
#sec02 img.yaji01{
	left: 27%;
	top: -7%;
}
#sec02 img.yaji02{
	right: 27%;
	top: -7%;
}
#sec02 img.yaji03{
	left: 27%;
	bottom: 0%
}
#sec02 img.yaji04{
	right: 27%;
	bottom: 0%
}

/************************ sec3 ************************/
#sec03{
	background: url(../images/s3_bk.png) no-repeat;
	background-size: 50%;
}
#sec03 h2{
	padding-top: 200px;
}
#sec03 dl dt p{
	padding: 20px 0;
	font-size: 30px;
	line-height: 1.0em;
}
#sec03 dl dt p span{
	font-size: 15px;
	color: #666666;
}
#sec03 dl dt.bk01{
	background: url(../images/s3_rakuraku.png) no-repeat;
	padding-top: 150px;
}
#sec03 dl dt.bk02{
	background: url(../images/s3_longtime.png) no-repeat;
	padding-top: 150px;
}
#sec03 dl dt.bk03{
	background: url(../images/s3_strong.png) no-repeat;
	padding-top: 150px;
}
#sec03 dl dt.bk04{
	background: url(../images/s3_color.png) no-repeat;
	padding-top: 150px;
}
#sec03 dl dt p.rgbaBK{
	background-color: rgb(255,255,255,0.8);
}
#sec03 iframe{
	width: 100%;
	height: 555px;
}
/************************ sec4 ************************/
#sec04{
	background: url(../images/s2_bk.png) no-repeat;
	background-size: cover;
}
#sec04 h2,#sec04 h3,#sec04 dl{
	color: #fff;
}
#sec04 dl dd.tittle{
	font-size: 25px;
	padding: 30px 0;
}
#sec04 dl dd span{
	font-size: 18px;
}
/************************ sec5 ************************/
#sec05 .s5txt2 span{
	font-size: 15px;
	}
#sec05 ul{
	padding-left: 0;
	}
#sec05 h4{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
#sec05 dl dt span{
	font-weight: 100;
	font-size: 16px;
}
#sec05 dl dt{
	font-size: 21px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-weight: 300;
}
#sec05 .type{
	font-size: 22px;
	text-align: center;;
}
#sec05 .s5txt1{
	line-height: 1.0;
	margin-bottom: 0;
	padding-top: 15px;
	font-weight: bold;
}
#sec05 .s5txt2{
	font-size: 45px;
}
#sec05 .s5txt3{
	padding-top: 25px;
	margin-bottom: 0;
	font-weight: bold;
}
#sec05 table tbody {
	font-size: 13px;
	font-weight: 300;
}
#sec05 table tbody tr th{
	font-weight: 300;
	text-align: left;
	border: 1px solid #b2b2b2;
}
#sec05 table tbody tr td{
	border: 1px solid #b2b2b2;
}
#sec05 .core img{
	width: 70%;
}

#sec05 .core{
	position: relative;
}
#sec05 .corei5::before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 120px;
  height: 120px;
  background-image: url(../images/corei5.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	left: 70%;
  bottom: 0;
  z-index: 10;
}
#sec05 .corei7::before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 120px;
  height: 120px;
  background-image: url(../images/s2_core7.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	left: 70%;
  bottom: 0;
  z-index: 10;
}

/************************ sec6 ************************/
#sec06 .s6txt{
	font-size: 18px;
	font-weight: normal;
	border-top: 2px solid #000;
}
#sec06 a p{
	padding: 10px 0;
	color: #fff;
	background: #000;
}
#sec06 img{
	width: 20%;
}

p.type span {
    font-size: 16px;
    display: block;
    background: #eee;
    padding: 5px 0;
    font-family: "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.pickup {
    border: 1px solid #bc3185;
    padding: 7px;
    font-size: 13px;

    font-weight: 600;
    letter-spacing: 1px;
}
p.pickup span {
    font-size: 16px;
	    color: #bc3185;
}

.specification table td, .specification table th {
    padding: 11px;
}

#sec05.specification table tbody tr th {
    background: #eee;
    font-weight: 600;
    text-align: center;
}
/* ===================================================================

		#	Responsive

		=================================================================== */
		@media screen and (max-width:768px) {
		.sp {
			display:block;
		}
		.pc {
			display:none;
		}
		/************************ main ************************/
		main .pcimg{
			position: static;

		}
		main h2.en-title{
			font-size: 95px;
		}
		main h1{
			width: 70%;
			margin: 0 auto;
		}
		main h3{
			padding-top: 20px;
			font-size: 36px;
		}

		main ul{
			padding: 0;
			margin: 0 auto;
			padding-bottom: 50px;
			text-align: center;
		}


		/************************ sec1 ************************/
		#sec01 h3 span {
    font-size: 14px;
		}
		/************************ sec2 ************************/
		#sec02 h3{
			padding: 1em 0;
			font-size: 24px;
			line-height: 1.5em;
		}

		#sec02 h4{
			text-align: center;
    	padding-top: 100px;
			font-size: 1.2em;
		}
		#sec02 .s2pc{
			width: 50%;
		}
		#sec02 h4.no01::before{
			font-size: 45px;
    	top: 50px;
    	left: 45%;
		}
		#sec02 h4.no02::before{
			font-size: 45px;
    	top: 50px;
    	left: 45%;
		}
		#sec02 h4.no03::before{
			font-size: 45px;
    	top: 50px;
    	left: 45%;
		}
		#sec02 h4.no04::before{
			font-size: 45px;
    	top: 50px;
    	left: 45%;
		}
		#sec02 p span{
			color: #ec1e79;
		}
		#sec02 .border{
			border: 7px solid rgba(255,255,255,0.3) !important;
			border-radius: 20px !important;
			margin: 1em 0;
		}
		#sec02 .border h3{
			font-size: 1.2em;
		}
		#sec02 p.border_u{
			border: 1px solid #fff;
		}
		#sec02 .s2logo{
			width: 80%;
			padding: 1em;
		}
		/************************ sec3 ************************/
		#sec03{
			background: url(../images/s3_bk.png) no-repeat;
			background-size: contain;
		}
		#sec03 h2{
			padding: 200px 0 40px;
		}
		#sec03 h2.sptittle{
			padding-top: 50px;
		}
		#sec03 dl dt p{
			padding: 20px 0;
			font-size: 30px;
			line-height: 1.0em;
		}
		#sec03 dl dt p span{
			font-size: 15px;
			color: #666666;
		}
		#sec03 dl dt.bk01{
			background: url(../images/s3_rakuraku.png) no-repeat;
			background-size: cover;
			padding-top: 262px;
		}
		#sec03 dl dt.bk02{
			background: url(../images/s3_longtime.png) no-repeat;
			background-size: cover;
			padding-top: 262px;
		}
		#sec03 dl dt.bk03{
			background: url(../images/s3_strong.png) no-repeat;
			background-size: cover;
			padding-top: 262px;
		}
		#sec03 dl dt.bk04{
			background: url(../images/s3_color.png) no-repeat;
			background-size: cover;
			padding-top: 262px;
		}
		#sec03 dl dt p.rgbaBK{
			background-color: rgb(255,255,255,0.5);
		}
		#sec03 iframe{
			width: 100%;
			height: 255px;
		}

		/************************ sec4 ************************/
		#sec04 h2,#sec04 h3,#sec04 dl{
			color: #fff;
		}
		#sec04 h3{
			padding: 1em 0;
			line-height: 1.5em;
		}
		#sec04 dl{
			padding: 1em;
		}
		#sec04 dl dd.tittle{
			font-size: 25px;
			padding: 30px 0;
		}
		#sec04 dl dd span{
			font-size: 18px;
		}

		/************************ sec5 ************************/

		#sec05 h4{
			font-size: 18px;
		}
		#sec05 dl dt {
		padding: 1em;
  	}
		#sec05 dl dt span{
			font-weight: 100;
			font-size: 16px;
			letter-spacing: 0;
		}
		#sec05 .core img{
			width: 100%;
		}
		#sec05 .core{
			position: relative;
		}
		#sec05 .corei5::before{
			left: 60%;
		}
		#sec05 .corei7::before{
			left: 60%;
		}
		/************************ sec6 ************************/
		#sec06 img{
			width: 30%;
			padding-top: 30px;
		}
		}
