
/* ----------------------------------------
 Base
---------------------------------------- */

html {
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 62.5%;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}



body {
	background: #f3f2ed;

	color: #1a1a1a;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42;
}

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #f1704d;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

a img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:focus,
*:focus {
	outline: none;
}

br {
	line-height: 1;
}

img {
	vertical-align: top;
}



 


.pc {
	display: block;
}

.sp {
	display: none !important;
}

.pc-in {
	display: inline-block;
}

.sp-in {
	display: none;
}

.pc-table {
	display: table;
}

.sp-table {
	display: none;
}

.goodsinfo img{
max-width: 165px;
}



.goodslineup img{
max-width: 200px;
}


#nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	z-index: 10;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	    margin-bottom: 40px;
    margin-top: -20px;
}

#nav.fixed {
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}

#nav .in {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	      border-top: 2px solid #60C6DB;
    padding: 22px;
    border-bottom: 2px solid #60C6DB;
}

#nav .in li {
	margin: 0 15px;
	  display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;  
	 -webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;   

}
#nav .in li:hover{
opacity: 0.6;
}

#nav  .li1{
 border-left: 1px solid #60C6DB;
    border-right: 1px solid #60C6DB;   
    padding: 0 25px;
}
#nav a {
	display: block;
}

#nav a span {
	display: inline-block;
	position: relative;
	height: 36px;
	padding: 10px 15px 0 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#nav a span::before,
#nav a span::after {
	content: "";
	background: #ffc38a;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#nav a span::before {
	top: 4px;
}

#nav a span::after {
	bottom: 4px;
}

#nav a svg {
	fill: #f1704d;
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

footer {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 240px;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

footer .inner {
	max-width: 1000px;
	padding: 0 210px;
}

footer .footer_sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -10px;
}

footer .footer_sns > div {
	margin: 0 2px;
}

footer .copy {
	margin-top: 10px;
}


footer p {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    max-width: 430px;
    height: 25px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .inner {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.footerul li {
    /* float: left; */
    font-size: 0.9em;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    text-align: -webkit-match-parent;
    color: #000;
}

.footerul li.con:after {
    content: "｜";
    margin: 0 .5em;
}

.footerul li a{
    color: #000;
}

.footerul li a:hover{
    color: #000;
}


footer div.back {
    margin: 1em auto;
    width: 250px;
}

footer div.back a {
    border: 1px solid #000;
    padding: 0.7em;
    font-size: 100%;
    color: #000;
    display: block;
}

footer p.copy {
    font-size: 0.8em;
	color: #000000;
}

footer .inner .footer_sns {
    width: 190px;
    margin: 0 auto;
    padding: 15px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 99999;
}
#page-top a {
    background: #60C6DB;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
    width: 75px;}
#page-top a:hover {
    text-decoration: none;
    background: #308AA2;
}

.product_img hr{
      margin: 22px auto;
    width: 85%;

}

.bx-wrapper{
	border: none;
	height: auto !important;
	
}

.bx-wrapper .bx-viewport {
    background: none;
	height: auto !important;
}

.product_txt{
margin: 0 0px;
text-align: left;
max-width: 431px;
}

.product_txt h3 .bold{
font-size: 1.3em;
    font-weight: bold;
}

.product_txt h3 .small{
font-size: 0.95em;
    font-weight: bold;
}

.product_txt h1{
font-size: 1.5em;
    margin: 0 0px 7px;
	text-align: center;
	
}
.product_txt h3{
font-weight: normal;
    font-size: 1.1em;
    margin: 0px 0 12px;
	    float: left;
		    padding: 13px;
	}
	
	.product_txt .f_b{
	    font-size: 1.2em;
	}
	
	.product_txt p{
line-height: 1.8;
	}
.contents{
background: linear-gradient( #FFFFFF, #f3f2ed);
}
.cyanpasu {
    max-width: 583px;
    margin: 0 auto 35px;
    display: block;
    width: 100%;
    border: 2px solid #60c6db;
    padding: 15px 25px;
}

.cyanpasu h1{
font-size: 1.1em;
text-align: center;
}

.main-visual h1 {
    font-family: 'Noto Serif JP', YakuHanJP, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, serif;
    color: #60C6DB;
    text-align: center;
    line-height: 50px;
    margin-bottom: 60px;
    font-size: 2.5em;
    border-bottom: 1px solid;
    padding: 0px 0 45px 0px;
	
	}
	
.main-visual h1 span{
font-size:0.75em;
}

.main-visual .visual {
background-color: #f6fbfc;
	background-position: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.main-visual .logo {
max-width: 750px;
	display: block;
	margin: 0 auto;
}

.main-visual .logo img{
	    padding: 50px 0 45px;
	width: 100%;
}

.easel{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}


.easel li{
max-width: 330px;
    margin: 5px 10px 40px;
    text-align: center;
}
.easel li img{
    width: 100%;
    margin: 0 0 15px 0;
}
.sizef{
font-size: 1.1em;
    font-weight: bold;
	}

.re{
position: relative;
    z-index: -999;
}

.re .rellax1{
    left: 0;
    position: absolute;
}

.re .rellax2{
top: 300px;
    right: 0;
    position: absolute;
}

.re .rellax3{
top: 700px;
    left: 0;
    position: absolute;
}

.re .rellax4{
top: 900px;
    right: 0;
    position: absolute;
}

#nav h1{
font-family: 'Noto Serif JP', YakuHanJP, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, serif;
color: #60C6DB;
}



.in2{
    margin: 0 auto;
    display: block;
    max-width: 660px;
}

.nav_1000{
display: inline-block;
}

.nav_1000 img{
width: 300px;
    margin: 0 55px 35px 0px;
	}
	
.nav_2000{
display: inline-block;
}

.nav_2000 img{
width: 300px;
	}
	
	
.nav_revo{
display: inline-block;
}

.nav_revo img{
width: 300px;
    margin: 0 45px 35px 0px;
	}
	
.nav_lege{
display: inline-block;
}

.nav_lege img{
width: 310px;
	}

.none{

display:  none !important;
}

.goodsinfo-block{
}

.goodsinfo-block .inner{
    max-width: 900px;
    margin: 0 auto;
	border-radius: 15px;
    padding: 1em 4.5em 4em;
    background-color: rgba(255, 255, 255, 0.79);
	z-index: 999;
	position: relative;
	box-shadow: 0px 10px 25px 5px rgba(221, 221, 221, 0.5);
}

.goodsinfo-block .inner h2{
font-family: 'Noto Serif JP', YakuHanJP, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, serif;
margin: 1em auto;
    padding: 10px 0 5px 20px;
       max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
   color: #60C6DB;
    border-bottom: 2px solid #60C6DB;
}


.cart_btn img{
max-width: 100%  !important;
}

.goodsinfo-block .inner h2 span{
font-size: 1.25em;
}

.goodsinfo-block .lead{

}

.goodsinfo-block .lead p{
    font-size: 1.3em;
    text-align: center;
    margin: 0.55em 0;
}

.uke1{
text-align: center;
    font-size: 1.3em;
    margin: 25px auto 30px;
    padding: 20px 10px;
   max-width: 755px;
   width: 100%;
    color: #ffffff;
    background: #60C6DB;

    line-height: 1.5;
}
.uke1 h1{
text-align: center;
    font-size: 1.1em;
    margin: 0px auto 15px;
}

.uke1 .line{
border-bottom: 1px dashed;
    width: 280px;
    margin: 18px auto -11px;
}

.uke1 .big{
    font-size: 1.1em;
	font-weight: bold;
}

.uke1 .small{
    font-size: 0.9em;
}
.uke2{
text-align: center;
    font-size: 1.3em;
    margin: 25px auto 30px;
    border: 2px solid #3f647f;
    padding: 20px 10px;
   width: 755px;
    color: #ffffff;
    background: #486c85;

    line-height: 1.5;
}

.uke2 .big{
    font-size: 1.1em;
	font-weight: bold;
}

.uke2 .small{
    font-size: 0.9em;
}


.goodslineup-block{
padding: 10px;
}


.goodslineup-block .inner{
	max-width: 1400px;
	margin: 0 auto;
    margin: 0 auto;
	border-radius: 15px;
    padding: 1em 1em 2em;
    background-color: rgba(255, 255, 255, 0.79);
	box-shadow: 0px 10px 25px 5px rgba(221, 221, 221, 0.5);
}

.goodslineup-block .inner h2{
margin: 1.5em auto 2em;
font-family: 'Noto Serif JP', YakuHanJP, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, serif;
    padding: 10px 0 5px 20px;
        max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
   color: #60C6DB;
    border-bottom: 2px solid #60C6DB;
}

.size-list .bg1 h2{
margin: -1em auto 2em;
    padding: 10px 0 5px 20px;
        max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
    border-bottom: 2px solid #60C6DB;
}

.goodslineup-block .inner h2 span{
font-size: 1.25em;
}

.contents .goodslineup-block .goods-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	/*max-width: 1280px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.contents .goodslineup-block .goods-list li {
	width: 440px !important;
    margin: 5px 0px 8px;
    position: relative !important;
    text-align: center;
}

.contents .goodslineup-block .goods-list .big{
	width:890px !important;
}

.lead .card img{
    margin: 2em auto 0;
}

.contents .goodslineup-block .goods-list li img {
	max-width: 70%;
}


.contents .goodslineup-block .size-list .table-wrap {
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.contents .goodslineup-block .size-list .table-wrap p:nth-of-type(2) {
	margin-top: 30px;
}

.contents .goodslineup-block .size-list .table-wrap .size-table {
	margin-top: 10px;
	max-width: 812px;
	margin-left: auto;
	margin-right: auto;
}

.contents .goodslineup-block .size-list .table-wrap .note {
	margin-top: 30px;
	padding-left: 34px;
}

.contents .goodslineup-block .size-list .table-wrap .dot-list {
	max-width: 812px;
	margin: 10px auto 20px;
}

.contents .goodslineup-block .size-list .table-wrap .dot-list > li {
	margin-bottom: 0;
}


.contents .size-table {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	line-height: 1.6;
}

.contents .size-table th {
padding: 8px 10px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #60C6DB;
    font-size: 15px;
    background: #60C6DB;
    font-weight: normal;
    line-height: 1.3;
    color: #fff;
}

.contents .size-table td {
	padding: 14px 10px 16px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #60C6DB;
	font-size: 1.4rem;
}

.contents .size-table .span2 {
	padding: 0 10px;
	height: 100%;
	overflow: hidden;
}

.contents .size-table th.span2 span,
.contents .size-table td.span2 span {
	height: 100%;
	width: 50%;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}

.contents .size-table td.span2 span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contents .size-table td.span2 span:nth-child(1),
.contents .size-table th.span2 span:nth-child(1) {
	padding-right: 10px;
	border-right: 1px solid #f98b00;
}

.contents .size-table td.span2 span:nth-child(2),
.contents .size-table th.span2 span:nth-child(2) {
	padding-left: 10px;
}
.mainimage .thumb {
    max-width: 446px;
    margin: 0 auto;
	display: block;
}

.mainimage .thumb span {
    width: 23%;
    margin: -3% -23% 3% 25.5%;
    float: left;
}

.main-visual h1 img{
max-width: 530px;
    margin: 0 auto;
    display: block;
    width: 100%;
}


.inner h4{
    text-align: center;
    font-size: 1.3em;
    margin: 25px auto 30px;
    padding: 20px 10px;
    max-width: 755px;
    width: 100%;
    color: #ffffff;
    background: #60C6DB;
    line-height: 1.5;
}

.fade{

  animation: fadeIn 3s ease 0.3s 1 normal;

}

.fade1{

  animation: fadeIn 5s ease 0.3s 1 normal;

}


@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

@keyframes fadeIn1 { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
70% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}


/* ---------- Sprite SVG END ---------- */

/* ----------------------------------------
 Animation
---------------------------------------- */


@media screen and (max-width: 1280px) {

#pagetop a img {
	max-width: 64px;
}

}

@media screen and (max-width: 1000px) {



}



@media screen and (max-width: 750px) {
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

.pc-in {
	display: none;
}

.sp-in {
	display: inline-block;
}

.pc-table {
	display: none;
}

.sp-table {
	display: table;
}

.main-visual .logo img {
       padding: 30px 5px 22px;
    width: 100%;
}

#nav {
    margin-bottom: 10px;
    margin-top: -10px;
}

#nav .in {
    border-top: 0px solid #60C6DB;
      padding: 10px;

    border-bottom: 0px solid #60C6DB;
	display: block;
	    max-width: 540px;
    width: 100%;
	
}

#nav .in li {
   margin: 10px 14px 20px;
    display: block;
}
#nav .li1 {
    border-left: 0px ;
    border-right: 0px;
	border-top: 1px solid #60C6DB;
    border-bottom: 1px solid #60C6DB;
    padding: 22px 0;
}

.product_txt h3 {
    font-weight: normal;
    font-size: 1em;
    margin: 0px 0 0;
}

.product_txt {
    margin: 0 0px;
    text-align: left;
    max-width: 383px;
    margin: 0 auto;
}

.goodslineup img {
    max-width: 300px;
	width: 100%;
}

.easel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.easel li {
    max-width: 330px;
    margin: 5px 0px 40px;
    text-align: center;
}


.re{
position: relative;
    z-index: -999;
}

.re .rellax1{
    left: 0;
    position: absolute;
}

.re .rellax2{
top: 500px;
    right: 0;
    position: absolute;
}

.re .rellax3{
top: 700px;
    left: 0;
    position: absolute;
}

.re .rellax4{
top: 900px;
    right: 0;
    position: absolute;
}

.re .rellax1 img{
width: 400px;
}

.re .rellax2 img{
width: 400px;
}

.re .rellax3 img{
width: 400px;
}

.re .rellax4 img{
width: 400px;
}

.goodsinfo-block .inner {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 1em 2em 4em;
    background-color: rgba(255, 255, 255, 0.79);
    box-shadow: 0px 10px 25px 5px rgba(221, 221, 221, 0.5);
}

.goodsinfo-block .inner h2 {
    margin: 1em auto;
    padding: 10px 0 5px 00px;
	font-size: 1.2em;
    max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
    color: #60C6DB;
    border-bottom: 2px solid #60C6DB;
}

.goodsinfo-block .inner h2 span {
    font-size: 1.1em;
}


.goodslineup-block .inner h2 {
    margin: 1em auto 2.2em;
    padding: 10px 0 5px 00px;
	font-size: 1.2em;
    max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
    color: #60C6DB;
    border-bottom: 2px solid #60C6DB;
}


.goodslineup-block .inner h2 span {
    font-size: 1.1em;
}




.contents .goodslineup-block .goods-list li {
    display: block;
width: 420px;
    margin: 0px 0px 30px;
    text-align: center;
}
.contents .goodslineup-block .size-list .bg1 {
	padding-top: 0px;
}

.contents .goodslineup-block .size-list .bg2 {
	background: none;
	padding-top: 0px;
	padding-bottom: 34px;
}

.contents .goodslineup-block .size-list .table-wrap {
	padding: 0 22px;
}

.contents .goodslineup-block .size-list .table-wrap p:nth-of-type(2) {
	margin-top: 25px;
}

.contents .goodslineup-block .size-list .table-wrap .size-table td {
	font-size: 1rem;
}

.contents .goodslineup-block .size-list .table-wrap .note {
	margin-top: 25px;
	padding-left: 10px;
}

.contents .size-table th {
	font-size: 10px;
}

.contents .size-table td {
	font-size: 9px;
	padding: 5px 1px;
}

.contents .size-table th {
	padding: 5px 1px;
}

.contents .size-table .span2 {
	padding: 0;
}

.contents .size-table td.span2 span,
.contents .size-table th.span2 span {
	width: 100%;
	float: none;
	height: auto;
	padding: 0 !important;
	line-height: 2;
}

.contents .size-table td.span2 span {
	line-height: 3;
	height: 50%;
}

.contents .size-table td.span2 span:nth-child(1) {
	border-bottom: 1px solid #f98b00;
	border-right: none;
}

.contents .size-table th.span2 span:nth-child(1) {
	border-bottom: 1px solid #f98b00;
	border-right: none;
}

footer {
padding: 1.5em 0 0;
	background-size: 750px;
	height: 225px;
	padding-top: 50px;
}



.footerul li {
    /* float: left; */
    font-size: 0.7em;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    text-align: -webkit-match-parent;
    color: #000;
}


footer .inner {
	max-width: 1000px;
	padding: 0 10px;
}

footer .footer_sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
	position: static;
}

footer .footer_sns > div {
	margin: 0 2px;
}

#footer{

 height: auto; min-width: inherit; line-height: 1.5; padding-bottom: 15px;}
	.footer_sns {
    bottom: inherit;
    margin: 0 auto; padding: 15px;
    justify-content:center;
		position: relative; margin-bottom: 15px;
    }
	
	footer{
	 padding: 2.5em 0;
	min-width: inherit;
	margin-bottom: 3.7em;
	}
	
	footer div.back {
    margin: 1.5em auto;
    width: 250px;
}

.main-visual h1 {
    font-family: 'Noto Serif JP', YakuHanJP, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, serif;
    color:  #074657;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 1.5em;
    border-bottom: 1px solid;
    padding: 0px 0 30px 0px;
}
.main-visual h1 img {
    width: 90%;
}


.nav_1000 {
    display: block;
}


.nav_1000 img {
	width: 235px;
    margin: 0px auto 35px;
    display: block;
}

.nav_2000 {
    display: block;
}

.nav_2000 img {
	width: 235px;
    margin: 0px auto 35px;
    display: block;
}



.nav_lege {
	display: block;
}

.nav_lege img {
	width: 235px;
    margin: 0px auto 35px;
    display: block;
}

.nav_revo{
	display: block;
}

.nav_revo img {
	width: 235px;
    margin: 0px auto 35px;
    display: block;
}

.goodslineup-block {
    padding: 0px;
}


}


@media screen and (max-width: 500px){

.uke1 {
    text-align: center;
    font-size: 1.2em;
	    padding: 20px 0px;

	
	}
	.product_txt {
    margin: 0 0px;
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}
	
.product_txt h3 {
    font-weight: normal;
        font-size: 0.92em;
    margin: 0px 0 12px;
    float: left;
    padding: 13px 7px;
}
.product_img hr {
    width: 70%;
}

.re{
position: relative;
    z-index: -999;
}

.re .rellax1{
    left: 0;
    position: absolute;
}

.re .rellax2{
top: 500px;
    right: 0;
    position: absolute;
}

.re .rellax3{
top: 700px;
    left: 0;
    position: absolute;
}

.re .rellax4{
top: 500px;
    right: 0;
    position: absolute;
}

.re .rellax1 img{
width: 300px;
}

.re .rellax2 img{
width: 300px;
}

.re .rellax3 img{
width: 300px;
}

.re .rellax4 img{
width: 300px;
}


.goodsinfo-block .inner h2 {
  font-size: 1.5em;
	}
	
.goodslineup-block .inner h2 {
    font-size: 1.5em;
	}

}