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


/* リセットCSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
list-style: none;
}

body {
line-height:1;
font-family: 'Noto Sans JP', sans-serif;
width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: white;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}



@media all and (min-width: 1050px) {
.pc { display: block !important; }
.sp { display: none!important; }
}

@media all and (max-width: 1050px) {
.pc { display: none !important; }
.sp { display: block!important; }
}



@media all and (min-width: 800px) {
.pc2 { display: block !important; }
.sp2 { display: none!important; }
}

@media all and (max-width: 800px) {
.pc2 { display: none !important; }
.sp2{ display: block!important; }
}







/*メニュー*/
.menu {
	background-color: black;
	height: 70px;
	position: fixed;
	z-index: 100;
	width: 100%;
}
.menu ul {
	display: flex;
	list-style: none;
	justify-content: center;
}
.nav li {
	color: white;
	margin-left: 30px;
	margin-top: 25px;
}


.nav2 :hover {
	opacity: 0.6;
	transition: 0.2s;
}


.menu li img {
	margin-right: 70px;
	margin-top: 20px;
}




nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	padding-top: 70px;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #7C7C7C;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.5em 0;
}

.menu-a a {
	font-size: 14px;
	padding: 10px 0;
}


.nav li a {
	font-size: 15px;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


/*ハンバーガー*/
.navToggle {
    display: block;
    position: fixed;
    height: 70px;
    cursor: pointer;
    z-index: 110;
    background-color: black;
    text-align: center;
	width: 100%;
	overflow: hidden;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 50px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 20px;
}
 
.navToggle span:nth-child(1) {
    top: 16px;
}
 
.navToggle span:nth-child(2) {
    top: 30px;
}
 
.navToggle span:nth-child(3) {
    top: 44px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 16px;
    font-weight: 300;
    top: 52px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    right: 20px;
	top:28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top:28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.sp-logo {
	position: fixed;
	z-index: 150;
	left: 20px;
	top: 15px;
}

.background {
	width: 100%;
}


.top {
    width:80vw;
	max-width: 1600px;
	min-width: 850px;
}


.topimage {
	display: flex;
	overflow: hidden;
	padding-top: 70px;
	position: relative;
	padding-bottom: 180px;
	width: 100%;
}




.hot-shower {
	right: -5%;
}
.hot-shower2 {
	position: absolute;
	z-index: 30;
	right: 5%;
	width: 40%;
	height: inherit;
	min-width: 500px;
	max-width: 820px;
	top: 70px;
	left: 60%;
}


.top-title {
	position: relative;
}

.top-title ul {
	position: absolute;
	z-index: 20;
	left: 0px;
	margin-left: 10vw;
	top: 120px;
}

.top-title img {
	width: 40vw;
	margin-bottom: 40px;
	max-width: 800px;
	min-width: 500px;
}

.top-p {
	transform : skew(-17deg,0deg);
	background-color: rgba(237,89,11,0.9);
	width: 75vw;
	margin-left: -400px;
	padding-left: 400px;
}

.top-title p {
	line-height: 1.9em;
	color: white;
	font-size:16px;
	padding-top: 4vh;
	padding-bottom: 4vh;
	font-weight: 400;
	transform : skew(17deg,0deg);
	width: 65%;
	max-width: 800px;
}



@media all and (max-width: 800px){
	.menu {overflow: hidden;}
	.sp-logo {width: 60%;}
	.sp-logo img {width: 100%; padding-top: 2%; max-width: 378px;}
	.top img {width: 100vw; min-width:0px;}
	.top {width:100%;}
	.topimage {padding-bottom: 650px;}
	.top-title ul {top:80px; overflow: hidden; margin-left: 0;}
	.top-title img {width: 75%; min-width: 0px; padding-left: 6%; min-width: 320px;}
	.hot-shower {width: 100%;}
	.hot-shower2 {width:90%; height: auto; top: auto; bottom: 30px; left: 12%; min-width: 400px; max-width: 570px;}
	.top-p {width: 100%; background-color:#ED590B; margin-top: 30px; transform: none;}
	.top-p p {padding-bottom: 60px; padding-top: 25px; width: 80%; padding-left:10%; transform: none;}
}




.t-product {
	overflow: hidden;
	margin-top: 0px;
}


.t-product-img {
	width: 68%;
	min-width: 750px;
	max-width: 1150px;
	padding-bottom: 20vh;
}


.t-product2 {
	position: relative;
}




.t-product3 {
	width: 70%;
	height: auto;
	background-color: #ED590B;
	position: absolute;
	right: 0;
	bottom: 50px;
	min-width: 550px;
	margin-right: -200px;
	transform : skew(-17deg,0deg);
}

.t-product2 h2 {
	font-size: 33px;
	line-height: 1.3em;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
	padding-top:10vh;
	margin-left: -50px;
	width: 65%;
}


.t-product2 p {
	width: 65%;
	max-width: 800px;
	color: white;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px;
}


.t-product2 img {
	padding-bottom:10vh;
	margin-left: 30px;
}

.t-product2 ul {
	padding-left: 100px;
}

.t-product2 li {
	transform : skew(17deg,0deg);
}




@media all and (max-width: 800px){
	.t-product-img {padding-bottom:370px; width: 120%; min-width: 0; margin-left: -15%;}
	.t-product3 { width: 90%; min-width: 520px; bottom: 0;}
	.t-product2 h2 {font-size: 23px; padding-top: 6vh; width: 55%; margin-left: -40px; }
	.t-product2 p {width: 55%; line-height: 1.5em;}
	.t-product2 img {padding-bottom: 6vh;}
	.t-product2 ul {padding-left: 70px;}
}






.athlete-t {
	margin-top: 120px;
	margin-left: 10%;
}

.athlete-t img {
	width: 23vw;
	max-width: 500px;
	min-width: 350px;
}


.a {
	position: relative;
	width: 100%;
}

.athlete-back {
	position: absolute;
	overflow: hidden;
	z-index: -10;
	right: 0px;
	top: -100px;
}

.athlete-back2 {
	z-index: -10;
	background-color: #CBD5DC;
	width: 85vw;
	height: 55vh;
	transform : skew(-17deg,0deg);
	margin-right: -200px;
}



.athlete-t p {
	width: 700px;
	line-height: 1.6em;
}


.athlete {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 110px;
	overflow: hidden;
}


.athlete1 {
	width: 80%;
	display: inline-block;
	max-width: 1350px;
	min-width: 800px;
}

.athlete2 {
	display: flex;
	justify-content: center;
}


.athlete3 img {
	width: 100%;
}


.athlete3 {
	position: relative;
	overflow: hidden;
}

.tag {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	padding: 10px 15px;
	background-color: black;
	color: white;
	font-weight: 300;
}

.tag2 {
	position: absolute;
	text-align: left;
	left: -15px;;
	bottom: 0;
	background-color: #ED590B;
	transform : skew(-17deg,0deg);
	padding: 15px;
	padding-left: 40px;
	padding-right: 30px;
}

.tag2 li {
	transform : skew(17deg,0deg);
	padding-left: 15px;
}

.name {
	font-size: 21px;
	font-weight: 500;
	color: white;
	margin-bottom: 5px;
	margin-left: -5px;
}

.name2 {
	font-size: 13px;
	color: white;
	font-weight: 300;
}


@media all and (max-width: 800px){
	.athlete-t img {min-width: 0; width: 85%; margin-left: 0;}
	.athlete-t p {width: 90%;}
	.athlete2 {flex-direction: column;}
	.athlete1 {width: 100%; min-width: 0;}
	.athlete-back2 {margin-right: -80px; height: 65vh;}
	.athlete {margin-bottom: 60px;}
}




.flex {
	display: flex;
	transform : skew(17deg,0deg);
	float: left;
	margin-top: 50px;
	width: 100%;
}

.footer {
	background-color: #393939;
	width: 100%;
	height: 300px;
	text-align: center;
}

.footer2 {
	width: 80%;
	background-color: #464646;
	height: 100%;
	display: inline-block;
	transform : skew(-17deg,0deg);
}


.footer4 img {
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer4 p {
	float: left;
	color: white;
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 300;
}

.footer5 p {
	color: white;
	font-weight: 300;
	float: left;
	margin-left: 6vw;
	margin-top: 20px;
}


.footer5 li:hover {
	opacity: 0.5;
}

.copy {
	font-size: 13px;
	color: white;
	font-weight: 300;
	margin-top: 180px;
	margin-left: auto;
}



@media all and (max-width: 1050px){
	.footer {overflow: hidden;}
	.footer4 img {width: 90%; max-width: 378px;}
	.flex {flex-direction: column; margin-top: 30px; margin-left: 10px;}
	.copy {margin-top: 20px;}
	.footer4 {text-align: left;}
}




/*アスリートボイス*/

.voice-top {
	width: 100%;
	text-align: center;
	padding-top: 70px;
}


.voice-top2 {
	position: relative;
	padding-bottom: 200px;
}

.voice-top2 img {
	width: 100%;
}


.voice-top3 ul {
	position: absolute;
	z-index: 10;
	bottom: 90px;
	left: 10%;
}


.voice-top3 li {
	background-color: #ED590B;
	transform : skew(-17deg,0deg);
	
}

.voice-top3 h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	transform : skew(17deg,0deg);
	padding: 15px 20px;
	margin-bottom: 15px;
	color: white;
}



.voice-top4 {
	position: absolute;
	text-align: left;
	width: 30%;
	height: auto;
	right: 0;
	margin-right: 8%;
	bottom: 0;
	margin-bottom: 90px;
	z-index: 10;
	background-color:#575757;
	padding: 3vh 30px 3vh;
	color: white;
	max-width: 330px;
	
}



.voice-top4 span {
	font-size: 15px;
	font-weight: 300;
}

.voice-top4 h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 2vh;
}

.voice-top4 p {
	line-height: 1.5em;
	font-weight: 300;
	font-size: 14px;
}


.voice-copy {
	font-size: 17px;
	line-height: 1.8em;
	font-weight: 400;
	margin-left: 10%;
	margin-top: -50px;
	margin-bottom: 90px;
	width: 80%;
}


.voice-main {
	text-align: center;
	width: 100%;
	margin-bottom: 100px;
}

.voice-main2 img {
	width: 70%;
	display: inline-block;
	max-width: 1500px;
	min-width: 800px;
}


.voice-main3 {
	text-align: center;
	width: 100%;
	margin-bottom: 100px;
}


.voice-main3 ul {
	display: flex;
	width: 100%;
}



.voice-main4 {
	display: inline-block;
	width: 70%;
	max-width: 1350px;
	min-width: 800px;
}


.v-img {
	width: 60%;
}


.voice-main4 img {
	width: 100%;
}

.v-copy {
	width: 40%;
}


.v-copy2 {
	width: 100%;
	text-align: left;
}

.v-copy h2 {
	font-size: 19px;
	display: inline-block;
	line-height: 1.3em;
	margin-bottom: 10px;
}


.v-copy p {
	line-height: 1.8em;
	text-align: left;
	
}


.v-space {
	width: 5%;
}

.space {
	width: 100%;
}


.voice-copy ul {
	margin-top: 50px;
	margin-top: 10vh;
}


.voice-copy li {
	background-color: #ED590B;
	transform : skew(-17deg,0deg);
	
}

.voice-copy h2 {
	font-size: 23px;
	font-weight: 500;
	text-align: left;
	transform : skew(17deg,0deg);
	padding: 12px 20px;
	margin-bottom: 10px;
	color: white;
}




@media all and (max-width: 800px){
	.voice-top4 {width: 65%; max-width: 800px;  bottom: -10%; margin-right: 12%;}
	.voice-top2 {padding-bottom: auto;}
	.voice-copy p {font-size: 16Px;  line-height: 1.7em; margin-top: 20px;}
	.voice-copy h2 {font-size: 21px;}
	.voice-main2 img {width: 100%; min-width: 0;}
	.v-img {width: 100%;}
	.voice-main3 ul {flex-direction: column;}
	.voice-main4 {min-width: 0; width: 100%;}
	.v-copy {text-align: center; width: 100%; margin-top: 30px;}
	.v-copy p {display: inline-block; width: 78%; margin-bottom: 10px;}
	.v-copy2 {width: 78%; display: inline-block;}
}




/*製品情報*/

.p-topimg {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.p-topimg2 img {
	width: 94%;
	margin-left: 22%;
	max-width: 1900px;
	min-width: 1000px;
}

.p-title {
	position: absolute;
	background-color:#ED590B;
	transform : skew(-17deg,0deg);
	top: 0;
	top: 30%;
	left: 13%;
	width: 25%;
	min-width: 400px;
}

.p-title img {
	padding: 3% 8% 3% 8%;
	width: 70%;
	transform : skew(17deg,0deg);
}


.product2 {
	text-align: center;
	margin-top: 120px;
	margin-bottom: 120px;
}


.product2 img {
	width: 60%;
	max-width: 925px;
	min-width: 650px;
	margin-bottom: 20px;
}

.product2 p {
	line-height: 1.7em;
	font-size: 18px;
}


.product3 {
	position: relative;
	margin-left: 14%;
	margin-bottom: 80px;
	overflow: hidden;
}



.product4 img {
	width: 40%;
	max-width: 830px;
	min-width: 300px;
}

.product4 ul {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #ED590B;
	z-index: 20;
	left: 35%;
	color: white;
	transform : skew(-17deg,0deg);
	width: 75%;
	min-width: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product4 li {
	transform : skew(17deg,0deg);
	width: 60%;
}

.product4 h2 {
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom:13px;
	margin-left: -60px;
}


.product4 p {
	font-weight: 400;
	line-height: 1.5em;
	margin-left: -40px;
	width: 100%;
}




.product5 {
	position: relative;
	margin-bottom: 80px;
	max-height: 500px;
	overflow: hidden;
	margin-right: 12%;
}



.product6 img {
	width: 40%;
	max-width: 830px;
	min-width: 300px;
	float: right;
}

.product6 ul {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #ED590B;
	z-index: 20;
	right: 35%;
	color: white;
	transform : skew(-17deg,0deg);
	width: 75%;
	min-width: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product6 li {
	transform : skew(17deg,0deg);
	width: 60%;
	margin-left: 20%;
}

.product6 h2 {
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom:13px;
	margin-left: -20px;
}


.product6 p {
	font-weight: 400;
	line-height: 1.5em;
	width: 100%;
}




@media all and (max-width: 800px){
	.p-title {min-width: 300px; width: 40%; left: 7%;}
	.p-topimg2 img {margin-left: 5%;}
	.product2 {margin-top: 70px;}
	.product2 img {min-width: 0; width: 85%; text-align: center;}
	.product2 p {width: 80%; display: inline-block;}
	.product4 img {width: 100%; min-width: 0; max-width: inherit;}
	.product3 {margin-left: 0; max-height: inherit;}
	.product4 ul {position: static; transform: none; left:0; min-width: 0; width: 100%;}
	.product4 li {transform: none; width: 85%;}
	.product4 h2 {padding-top: 40px; font-size: 25px; margin-left: 4%; font-weight: 600;}
	.product4 p {padding-bottom: 40px; margin-left: 4%;}
}





.p-seihin {
	text-align: center;
	margin-top: 120px;
}

.p-seihin2 {
	display: inline-block;
	width: 75%;
	margin-bottom: 90px;
	max-width: 1400px;
	min-width: 770px;
}

.p-seihin3 {
	display: flex;
	justify-content: center;
}

.p-seihin3 img {
	width: 100%;
}

.right {
	margin-right: 25px;
}
.left {
	margin-left: 25px;
}

.p-seihin3 li {
	text-align: left;
}

.p-seihin3 h3 {
	font-size: 23px;
	margin-top: 15px;
	margin-bottom: 8px;
	width: 100%;
	line-height: 1.2em;
}


.p-seihin3 p {
	width: 100%;
	line-height: 1.4em;
	max-width: 600px;
}



@media all and (max-width: 800px){
	.p-seihin2 {min-width: 0; width: 90%; margin-bottom: 0;}
	.p-seihin3 {flex-direction: column;}
	.p-seihin3 h3 {width: 100%; font-size: 20px;}
	.p-seihin3 p {width: 100%;}
	.right {margin-right: 0; margin-bottom: 40px;}
	.left {margin-left: 0; margin-bottom: 40px;}
	.p-seihin3 h3 {margin-bottom: 6px;}
}





.spec2 {
	margin-top: 80px;
}

.spec-p {
	width: 25%;
	display: inline-block;
	margin-right: 70px;
	margin-left: 40px;
}


.spec3 img {
	width: 100%;
	min-width: 270px;
	max-width: 550px;
}


.spec3 {
	display: flex;
	justify-content: center;
	margin-bottom: 130px;
}


.spec4 {
	border-bottom: solid 1px;
	border-color: #969696;
	width: 80%;
	min-width: 440px;
}

.spec5 {
	display: flex;
	width: 100%;
	
}

.spec5 li {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: solid 1px;
	border-color: #969696;
	font-size: 15px;
	width: 100%;
	display: inline-block;
}



.s-left {
	text-align: left;
	line-height: 1.4em;
	max-width: 170px;
}

.s-right {
	text-align: left;
	line-height: 1.5em;
}

.spec2 h3 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 400;
}


@media all and (max-width: 800px){
	.spec3 {flex-direction: column; margin-bottom: 80px;}
	.spec4 {min-width: 0; width: 90%; margin-left: 5%;}
	.spec2 h3 {margin-left: 5%;}
	.spec-p {margin-left: 0; margin-right: 0; width: 100%; min-width: 0; text-align: center;}
	.spec-p img {display: inline-block; width: 75%;}
}


.hover4 {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hover4:hover {
  transform: translateY(-0.5em);
}





.kaihatsu-top {
	width: 100%;
	text-align: center;
	padding-top: 70px;
}


.kaihastu-top2 {
	position: relative;
	padding-bottom: 200px;
}

.kaihatsu-top2 img {
	width: 100%;
}

.kaihatsu-top3 p {
	display: inline-block;
	font-size: 20px;
	width: 90%;
	line-height: 1.8;
	font-weight: 500;
	padding-top: 85px;
	margin-bottom: 85px;
}


.kaihatsu-all {
	background-color: #DADADA;
	text-align: center;
}


.kaihatsu-all2 {
	width: 65%;
	display: inline-block;
	background-color: white;
	max-width: 850px;
}


.k-honbun {
	text-align: center;
}

.k-honbun2 {
	width: 80%;
	display: inline-block;
	margin-bottom: 80px;
}


.k-honbun h3 {
	font-size: 25px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 25px;
}

.k-honbun2 p {
	display: inline-block;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
	width: 100%;
}

.k-honbun2 p span {
	font-weight: 600;
	font-size: 17px;
}

.story1 {
	margin-top: 40px;
}


.story2 {
	margin-bottom: 25px;
	width: 100%;
}



.morita {
	width: 75%;
	display: inline-block;
	margin-top: 50px;
}

.morita h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
}

.morita p {
	color: black;
	text-align: left;
	line-height: 1.3em;
	font-size: 15px;
	margin-bottom: 10px;
}


.morita a {
	color: #F72E31;
}


@media all and (max-width: 800px){
	.kaihatsu-all2 {width: 100%;}
	.story1 {width: 85%}
	.kaihatsu-top3 p {font-size: 18px;}
	.k-honbun h3 {font-size: 22px;}
}



.nav li {
  list-style: none;
}

.nav > li:hover > a {/*layer-1*/
  opacity: 1;
}

.nav2 {
	position: relative;
}


.nav li ul {
  display: none;
  position: absolute;
  background-color:rgba(0,0,0,0.70);
	z-index: 5;
	margin-top: 25px;
	width: 140px;
}

.nav li ul li {
	text-align: center;
	border-bottom: solid 1px rgba(255,255,255,0.50);
	width: 140px;
}

.sub li {
	color: white;
	font-size: 16px;
	transition: .1s;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}


.sub li:hover {
	opacity: 0.8;
}






.erif-top {
	width: 100%;
	text-align: center;
	padding-top: 70px;
}


.erif-top2 {
	position: relative;
}

.erif-top2 img {
	width: 100%;
}

.e-kaihatsu {
	text-align: center;
}

.e-kaihatsu h3 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: 700;
	margin-top: 50px;
	width: 80%;
	display: inline-block;
	line-height: 1.5em;
}

.e-kaihatsu p {
	font-size: 16px;
	width: 80%;
	max-width: 700px;
	display: inline-block;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 100px;
}


.chuuki {
	text-align: left;
	font-size: 16px;
	color: rgba(255,0,4,1.00);
	padding-top: 20px;
}











