
.goes{
	background: #fff;
}
.goes header{
	background: #fff;
}
.goes header .goescontact{
	position: absolute;
	right: 10px;
	top: 25px;
	width: 230px;
}
.goes header .goescontact a{
	background: #6cb25d;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 600;
}

.goes-main{
	position: relative;
	margin: 80px auto 0;
}
@media only screen and (min-width:1px) and (max-width: 680px) {
.goes header .goescontact{
		display: none;
	}
}

@media only screen and (min-width:1px) and (max-width: 530px) {
.goes-main{
	position: relative;
	margin: 70px auto 0;
}
}
.goes-main .photo{
	width: 90%;
	margin: 0 0 0 auto;
}
.goes-main .catch{
	width: 45%;
	position: absolute;
	left: 0;
	top: 18%;
}
.goes-main .photo img,
.goes-main .catch img{
	width: 100%;
	height: auto;
}


.concept{
	position: relative;
	z-index: 1;
}
.concept::before{
	content: "";
	background: url("../img/goes/concept_back.png") right center no-repeat;
	background-size: cover;
	width: 40%;
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	z-index: -1;
}
.w50l{
	width: 55%;
}
.w50r{
	width: 45%;
}

.concept p{
	font-size: 1.1em;
	line-height: 2.7em;
}
.concept p strong{
	background: url("../img/goes/grd.png") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.1em;
}

.lineup{
	background: #28a3b6 url("../img/goes/lineup_back.png") top center no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
}
.lineup h2{
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
}
.lineup .en{
	margin: 0 5% 0 auto;
	width: 40%;
}
.lineup h2 .tS{
	font-size: 0.7em;
}

.product{
	margin: 5% auto;
}
.product .txt{
	width: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .txt h2{
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 3.0em;
	color: #000;
	line-height: 1.0em;
}
.product .txt h2 sup{
	font-size: 60%;
}
.product .txt h2 span{
	font-size: 50%;
}
.product .photo{
	width: 50%;
}
.product .photo img{
	width:100%;
	height: auto;
}


/* CSS Document */

/*==================================================

top-contents
=================================================*/

article .inner{
	margin: 5% auto;
}
article p{
	margin: 0 auto;
	width: 96%;
}


.pagecontact{
	margin: 0 auto;
	padding: 5% 0;
	text-align: center;
	background: url("../img/goes/line.png") top center no-repeat;
	background-size: 100% auto;
}
.pagecontact .en{
	color: #29a4b4;
	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
.pagecontact h3{
	font-weight: 600;
	text-align: center;
}
.pagecontact p{
	text-align: center;
	margin: 2% auto;
	line-height: 1.8em;
	font-size: 1.5em;
}
.pagecontact .mailbtn a{
	background-image: linear-gradient(90deg, #4cb679, #29a3b5);
	display: block;
	margin: 10px auto;
	width: 80%;
	max-width: 300px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.0em;
}
.pagecontact .mailbtn .ico{
	width: 30px;
	margin-right: 10px;
}


.inline{
	max-width: 1000px;
	width: 90%;
	margin: auto;
	position: relative;
	background-image: linear-gradient(125deg, #0de3ac, #98e05f);
	padding: 25px;
}
.inline .waku{
	background: #fff;
	padding: 25px;
}

.inline h3{
	text-align: left;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-weight: 900;
	font-size: 4rem;
	margin-bottom: 15px;
	line-height: 1em;
}
.inline h3 .tS{
	font-size: 2rem;
}
.inline h3 sup{
	font-size: 60%;
}

.inline .txt{
	width: 50%;
	padding: 10px 30px 10px 10px;
}
.inline .txt p{
	font-size: 1.6rem;
	line-height: 1.5em;
}
.inline .photo{
	width: 50%;
}

.inline .txt table{
	width: 100%;
}
.inline .txt table th,
.inline .txt table td{
	padding: 5px 0;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.5em;
	white-space: wrap;
}
.inline .txt table th{
/*	white-space: nowrap;*/
}
.inline .txt table th .fColg,
.inline .txt table td .fColg{
	color: #20b32a;
	font-size: 60%;
}
.inline ul li{
	width: 33.3333%;
	padding: 5px;
	margin: 8% auto 2%;
}
.inline ul li a{
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4em;
	
}

@media only screen and (min-width:1px) and (max-width: 1000px) {
.concept p{
	font-size: 1em;
	line-height: 2.5em;
}
}

@media only screen and (min-width:1px) and (max-width: 960px) {

.w50l{
	width: 100%;
}
.w50r{
	width: 80%;
}
.concept::before{
	content: "";
	background: url("../img/goes/concept_back.png") right center no-repeat;
	background-size: cover;
	width: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	height: 40%;
	z-index: -1;
}
	
.lineup h2{
	color: #fff;
	font-weight: 700;
	font-size: 2.0em;
}
	.lineup h2 span{
		font-size: 50%;
	line-height: 0.8em;
		display: inline-block;
	}
.product .txt h2{
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 2.0em;
	color: #000;
	line-height: 1.0em;
}
	
.inline h3{
	font-size: 3rem;
	}
.inline .txt{
	width: 100%;
	padding: 10px 20px;
}
.inline .photo{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

}

@media only screen and (min-width:1px) and (max-width: 680px) {

.product .txt{
	margin: auto;
	width: 80%;
	padding: 30px 10px;
}
.product .photo{
	margin: auto;
	width: 80%;
}
	
.inline{
	padding: 15px;
}
.inline .waku{
	background: #fff;
	padding: 10px;
}
}

@media only screen and (min-width:1px) and (max-width: 480px) {

.product .txt{
	margin: auto;
	width: 90%;
	padding: 20px 10px;
}
.product .photo{
	margin: auto;
	width: 90%;
}
	
}