/*web font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Poppins:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body{
	margin: 0 auto;
	font-family:'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ' , 'Noto Sans JP', sans-serif;
	font-family: 'Inter', sans-serif;
	color: #000;
	line-height:1em;
	letter-spacing:0.07em;
}

h1,h2,h3,p{
	color:#303344;
	word-wrap: break-word;
	box-sizing: border-box;
}

@media screen and (min-width: 821px) {

a{
	text-decoration: none;
}

/*不透明度55%*/
.op{opacity: 0.55;}
	
/*color*/
.orange{color:#F07800;}
.navy{color:#1C3A82;}
.purple{color:#8A76BE;}
.basenavy{color:#303344;}

/*背景色添加*/
.orback{background-color: #F07800;}
.nvback{background-color: #1C3A82;}
.prback{background-color: #8A76BE;}
.bsback{background-color: #303344;}
.opback{background-color: #3E4459;}



#sp{
	display: none;
}
	
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #303344;
	position: sticky;
	top: 0;
	z-index: 999;
}

#header .container{
	margin: 0 auto;
	width: 1130px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.headlogo{
	width: 180px;
	margin-right: 20px;
}

.headmenu{
	margin: 20px;
}

.headmenu p{
	color: #fff;
	font-weight: 500;
}


.headmenu-buy{
	margin-left:auto;
}

.buy-button p{
	align-items: center;
	padding: 1em 2em;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
}

/*features*/
#pcmv{
	margin: 100px auto 0px;
	width: 1130px;
	display: flex;
	justify-content: space-between;
	align-items:center;	
}

.pcmv-l{
	
	width: 550px;
	padding-left: 40px;
}

.pcmv-l h1{
	font-weight: 900;
	font-size: 72px;
	line-height: 1em;
}

.pcmv-l h2{
	margin: 20px 0 ;
	font-size: 29px;
	line-height: 1.5em;
}

.pcmv-l p{
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

.pcmv-r img{
	width: 500px;
	margin-right: 0;
}

/*MOVE*/
#move {
	background: #fff;
	text-align: center;
	margin: 50px 0;
}
	#move h1 {
		padding: 50px 0 30px;
		font-size: 2em;
		line-height: 1.2;
	}
	
/*info*/
#info{
	margin: 0 auto;
	width: 1130px;
}

#info h1{
	text-align: center;
	margin: 100px auto 30px;
	font-size: 2em;
	line-height: 1.2;
}
	#info h1 span{
		display: block;
		font-size: 16px;
		font-weight: normal;
	}
.info_list {
    height: 28em;
    overflow-y: scroll;
}
.info_list li {
    background: #f1f1f5;
    padding: 35px 0;
}
.info_list li + li {
    margin-top: 5px;
    padding-top: 25px;
}
.info, .tit {
    display: inline-block;
}
.tit {
    font-size: 14px;
}
.tit a{
	text-decoration: underline;
	color: #303344;
	}
.tit a:hover{
	opacity: 0.7;
	}
.info .date {
    padding: 0 60px;
    width: 250px;
}
	#info div.btn {
    text-align: center;
}
.btn button {
    font-family: 'Questrial', sans-serif;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    color: #fff;
    background-color: #303344;
    padding: 8px 10px 8px 0;
    min-width: 200px;
    position: relative;
    height: 40px;
    margin: 30px auto;
    display: block;
}
#info div.btn button::before {
    content: ">";
    position: absolute;
    right: 50%;
    margin-right: -80px;
}
button, label {
    cursor: pointer;
}

/*キューブ*/	
/*.box_contena {
  width: 100%;
  max-width: 1130px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}*/
.box_contena .box01 {
    width: 100%;
    height: 100%;
}
.box_contena .inpos {
    position: relative;
    width: 100%;
    height: 100%;
}	
.box_contena .inpos_center {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}	
.box_contena h3.box_titleH3 {
    font-size: 40px;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 100%;
}
.box_contena p.box_p {
    font-size: 14px;
    color: #fff;
    padding: 15px 0 20px 0;
    line-height: 125%;
}
.box_contena div.photo {
    width: 100%;
    margin: 0 auto;
}	
.box_contena .botanwaku span {
    display: inline-block;
    padding: 12px 0px;
    width: 150px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Pathway Gothic One', sans-serif;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 100%;
}

.box_contena .box01on {
    width: 100%;
    height: 100%;
}	
	
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
.type_boxH {
  width: 340px;
  height: 340px;
  cursor: pointer;
  -webkit-perspective: 1600px;
  perspective: 1600px;
	margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .type_boxH {
    width: 34vw;
    height: 34vw;
  }
}

@media (max-width: 800px) {
  .type_boxH {
    width: 80vw;
    height: 80vw;
    margin-bottom: 10vw;
    margin-left: 10vw;
  }
}

.type_boxH a {
  display: inline;
}

.type_boxH .item {
  height: 100%;
  transform-style: preserve-3d;
  transition: all .5s;
  -webkit-transition: -webkit-transform .5s;
  -webkit-transform: translateZ(-170px);
  transform: translateZ(-170px);
}

@media (max-width: 1000px) {
  .type_boxH .item {
    -webkit-transform: translateZ(-20vw);
    transform: translateZ(-20vw);
  }
}

@media (max-width: 800px) {
  .type_boxH .item {
    -webkit-transform: translateZ(-40vw);
    transform: translateZ(-40vw);
  }
}

.type_boxH .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(170px);
  transform: translateZ(170px);
  z-index: 10;
}

@media (max-width: 1000px) {
  .type_boxH .item-img {
    -webkit-transform: translateZ(20vw);
    transform: translateZ(20vw);
  }
}

@media (max-width: 800px) {
  .type_boxH .item-img {
    -webkit-transform: translateZ(40vw);
    transform: translateZ(40vw);
  }
}

.type_boxH .item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-170px) rotateX(90deg);
  transform: translateY(-170px) rotateX(90deg);
  z-index: 5;
}

@media (max-width: 1000px) {
  .type_boxH .item-content {
    -webkit-transform: translateY(-20vw) rotateX(90deg);
    transform: translateY(-20vw) rotateX(90deg);
  }
}

@media (max-width: 800px) {
  .type_boxH .item-content {
    -webkit-transform: translateY(-40vw) rotateX(90deg);
    transform: translateY(-40vw) rotateX(90deg);
  }
}

/*.type_boxH:hover {
  z-index: 10;
}*/

.type_boxH.active .item {
  -webkit-transform: rotateX(-90deg) translateY(170px);
  transform: rotateX(-90deg) translateY(170px);
}

@media (max-width: 1000px) {
  .type_boxH.active:hover .item {
    -webkit-transform: rotateX(-90deg) translateY(20vw);
    transform: rotateX(-90deg) translateY(20vw);
  }
}

@media (max-width: 800px) {
  .type_boxH.active:hover .item {
    -webkit-transform: rotateX(-90deg) translateY(40vw);
    transform: rotateX(-90deg) translateY(40vw);
  }
}

@media (max-width: 800px) {
  .type_boxH.active {
    z-index: 10;
  }
  .type_boxH.active .item {
    -webkit-transform: rotateX(-90deg) translateY(40vw);
    transform: rotateX(-90deg) translateY(40vw);
  }
}

/********************/
/********************/
/***********************************************************/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie_only {
    font-size: 50px;
  }
  .type_boxH .item {
    -webkit-transform: translateZ(0px) !important;
    transform: translateZ(0px) !important;
  }
  .type_boxH .item-content {
    -webkit-transform: rotateX(-90deg) translateY(200px) !important;
    transform: rotateX(-90deg) translateY(200px) !important;
    -webkit-transform: translateZ(200px) !important;
    transform: translateZ(200px) !important;
  }
  .type_boxH:hover {
    z-index: 10;
  }
  .type_boxH:hover .item {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  .type_boxH:hover .item-img {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
  }
}

	
	
	
	
	
/*features*/
#features{
	margin: 0 auto;
	width: 1130px;
}

#features h1{
	text-align: center;
	margin: 100px auto 50px;
	font-size: 2em;
}

/*パープル*/
.secbg01{background: linear-gradient(90deg,#fff 0%,#fff 200px,#9684c3 200px,#9684c3 100%);}

/*オレンジ*/
.secbg02{	background: linear-gradient(90deg,#f1851e 0%,#f1851e 900px,#fff 900px,#fff 100%);
}

/*ネイビー*/
.secbg03{background: linear-gradient(90deg,#fff 0%,#fff 200px,#334e8e 200px,#334e8e 100%);}


.sec-r{
	margin: 50px auto;
	width:1130px;
	height: 420px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.sec-l{
	margin: 50px auto;
	width:1130px;
	height: 420px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.feat-txt-r{
	margin-left: 40px;
	width: 480px;
	color: #fff;
	text-align: left;
}

.feat-txt{
	margin-right: 40px;
	width: 480px;
	color: #fff;
	text-align: right;
}

.sec-l h2{
	font-size: 60px;
	margin-bottom: 0.6em;
}

.sec-r h2{
	font-size: 60px;
	opacity: 0.5;
	margin-bottom: 0.6em;
}

.feat-txt-r h2{
	font-size: 60px;
	opacity: 0.5;
	text-align: left;
}

.sec-l h3{
	padding: 15px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}


.sec-r h3{
	padding: 15px 0;
	font-size: 28px;
	font-weight: bold;
}

.sec-l p{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
	font-weight: bold;
    letter-spacing:0.8;
	text-align: left;
}

.sec-r p{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
	font-weight: bold;
    letter-spacing:0.8;
	text-align: left;
}



.feat-txt h1,.feat-txt h2,.feat-txt h3,.feat-txt p{color: #fff;}
.feat-txt-r h1,.feat-txt-r h2,.feat-txt-r h3,.feat-txt-r p{color: #fff;}


.feat-img img{
	width: 560px;
}


/*Gallery*/
#gallery{
	margin: 0 auto;
	width: 1130px;
}

#gallery h1{
	text-align: center;
	margin: 100px auto 50px;
	font-size: 2em;
}

.gallery {
	margin: 0 auto;
	width: 1130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	flex-wrap:wrap;
}

.gallery img{
	width: 340px;
	margin-bottom: 50px;
}





/*Function*/
#function{
}

.function-inner{
	padding-top: 1px;
	margin: 50px auto;
	width: 1130px;
	text-align: center;
}

#function h1{
	text-align: center;
	margin: 100px auto 50px;
	font-size: 2em;
	color:#fff;
}

#function .container{
	margin: 0 auto;
	width: 1130px;
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
	padding-bottom: 80px;
}

.funparts{
	width: 290px;
	font-size: 0.8em;
	padding: 32px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.funparts img{
	margin: 0 auto 15px;	
	width: 290px;
	text-align: center;
}

.funparts h2{
	font-size: 20px;
	width: 290px;
	margin: 5px auto;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

.funparts p{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	margin: auto;
	width: 290px;
	color: #fff;
	padding-bottom: 5px;
	text-align: left;
}





/*Blocks*/
#blocks{
	margin: 0 auto;
	width: 1130px;
	padding-bottom: 30px;
}

#blocks h1{
	text-align: center;
	margin: 100px auto 50px;
	font-size: 2em;
}

#blocks .container{
	margin: 0 auto;
	width: 1130px;
	display: flex;
	justify-content: space-between;
}

#blocks .productparts{
	width: 280px;
	font-size: 0.8em;
}

#blocks .productparts img{
	width: 300px;
}

#blocks .productparts h2{
	font-size: 1.2em;
	width: 300px;
	margin: 10px auto;
}

#blocks .productparts p{
	width: 300px;
}


/*BLOCK*/
.blockparts{
	width: 310px;
	padding: 0 30px;
}

.blockparts img{
	width: 310px;
}

.blockparts h2{
	font-size: 22px;
	width: 310px;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
}

.blockparts p{
	text-align: center;
	width: 310px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.blockparts .level{
	text-align: center;
	font-size: 0.9em;
}

	
	.blockparts .hash{
		font-size: 12px;
		font-weight: normal;
	}
	
	.hash span{
		display: inline-block;
		margin: 0 2px 7px;
		background: #F1F1F5;
		padding: 0 8px;
		border-radius: 20px;
	}
	
	.btn{
		margin-top: 20px;
	}
	.btn a{
		display: block;
		color: #fff;
		background: no-repeat 90% center url("../img/arrow.png") #303344;
		background-size: 5px 10px;
		padding: 8px 0;
		text-align: center;
		transition: 0.3s;
	}
	.btn a:hover{
		background: no-repeat 90% center url("../img/arrow.png") #3E4459;
		background-size: 5px 10px;
	}

/*spec系表記共通*/
.speclist{
	margin:10px auto;
	width: 320px;
	display: flex;
	line-height: 2em;
}

.speclist table{
	font-size: 13px;
	font-weight: bold;
	color:#303344;
}
.speclist table colgroup{
	width: 130px;
}


/*Products*/
#products{
	margin: 0 auto;
	width: 1130px;
}

#products h1{
	text-align: center;
	margin: 100px auto 50px;
	font-size: 2em;
}

#products .container{
	margin: 0 auto;
	width: 1130px;
	display: flex;
	justify-content: space-between;
}


#products .productparts{
	width:310px;
	padding: 30px;
}

.productparts img{
	width: 300px;
}




.productparts h2{
	margin: auto;
	font-size: 1.2em;
	width: 300px;
	padding: 30px 0;
	text-align: center;
}



.productparts p{
	width: 310px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}




/*側面に線を立てに引く*/
.sidewall{
	border-right: solid #ccc thin;
	border-left: solid #ccc thin;
}







.footer{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-color: #303344;
}

.footer .container{
	margin: 0 auto;
	width: 1130px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.footlogo{
	width: 180px;
	margin-right: 20px;
}

.footmenu{
	margin: 20px;
}

.footmenu p{
	color: #fff;
	font-weight: 500;
	font-size: 1em;
}

.footmenu-buy{
	margin-left:auto;
}

.buy-button p{
	font-weight: 500;
	align-items: center;
	padding: 1em 2em;
	border: 1px solid #fff;
	color: #fff;
}

.footmenu-right{
	display: flex;
	width: 500px;
	flex-direction:row-reverse;
}

.footmenu-left{
	display:flex;
	width: 500px;
}
	
.footmenu-left p{
	margin-right: 20px;
	color: #fff;
	font-size: 1em;
}

.footmenu-right p{
	margin-left: 20px;
	color: #fff;
	font-size: 1em;
}

