
/* ----------------------------------------
 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: #c80019;
	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;
}

#loading{
 z-index: 999999;
  overflow: hidden;
}

.loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loading__img img{
  max-width: 700px;
  width: 100%;
}



.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;
}


.new_text{
    margin: 25px 0 0 0;
    padding: 0 30px;
}
.goodslineup img{
max-width: 200px;
}


.page-title {
    position: relative;
    margin-bottom: 40px;
	padding: 25px
}


.page-title_new {
    position: relative;
    margin-bottom: 40px;
    padding: 5px;
    width: 1000px;
	    margin: 30px 0 50px;
}

.info-tit {
    padding: 0px 20px;
    margin: auto;
    position: relative;
}

.page-title .info-tit::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #002D46;
}

.page-title_new .info-tit::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #002D46;
}



.page-title-inner {
    position: absolute;
    right: 39%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}


.page-title-inner-cd {
    position: absolute;
    right: 43%;
    background: #FFF;
    z-index: 10;
       padding: 0px 15px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}


.page-title .info-tit::after {
content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    height:0px;
    width: 40%;
    border-bottom: 4px solid #C80019;
}


.page-title {
    position: relative;
    margin-bottom: 40px;
	padding: 25px
}

.page-title_new .info-tit::after {
content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    height:0px;
    width: 40%;
    border-bottom: 4px solid #C80019;
}


.page-title {
    position: relative;
    margin-bottom: 40px;
	padding: 25px
}

.line-tit {
    padding: 0px 20px;
    margin: auto;
    position: relative;
}

.line-tit-new {
    padding: 0px 20px;
    margin: auto;
    position: relative;
}

.page-title .line-tit::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #002D46;
}

.page-title_new .line-tit-new::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #002D46;
}

.page-title-inner-line {
       position: absolute;
    right: 39.5%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}

.page-title-inner-line-new {
       position: absolute;
    right: 41.5%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}

.page-title .line-tit::after {
content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    height:0px;
    width: 47%;
    border-bottom: 4px solid #C80019;
}

.page-title_new .line-tit-new::after {
content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    height:0px;
    width: 47%;
    border-bottom: 4px solid #C80019;
}

.cd_bd{
margin: 45px 0 35px 0 !important;
}


#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: 40px;
}

#nav.fixed {
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}


#nav .in li {
display: table-cell;
    position: relative;
    text-align: center;
    padding: 0px 20px;
    line-height: 37px;
    border-left: 2px solid #002D46;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #002D46;
    min-width: 40px;

}
#nav h1{
font-family:;
color: #002D46;
}


#nav .in li:last-child {
    border-right: 2px solid #002D46;
}

#nav .in li:hover{


}

#nav h1:hover{
font-family:;
color: #C80019;
}

#nav  .li1{
 border-left: 1px solid #002D46;
    border-right: 1px solid #002D46;   
    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: #002D46;
    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: #C80019;
}

.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin: 25px auto;
    max-width: 640px;

}

.youtube .inner-y {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner-y iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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 auto;
    text-align: left;
    max-width: 490px;
}

.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 h1 img{
        max-width: 410px;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.product_txt h3{
    font-size: 1.05em;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    text-align: left;
    padding: 13px 22px 0;
    letter-spacing: 0.5px;
}


.product_txt .caph3{
	    padding: 23px 22px 17.5px !important;
}
	
	.product_txt .f_b{
	    font-size: 1.2em;
	}
	
	.product_txt p{
line-height: 1.8;
	}
	
	
.product_txt2 {
    margin: 0 auto;
    text-align: left;
    max-width: 490px;
}

.product_txt2 h3 .bold{
font-size: 1.3em;
    font-weight: bold;
}

.product_txt2 h3 .small{
font-size: 0.95em;
    font-weight: bold;
}

.product_txt2 h1{
font-size: 1.5em;
    margin: 0 0px 7px;
	text-align: center;
	
}

.product_txt2 h1 img{
        max-width: 410px;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.product_txt2 h3{
    font-size: 1.05em;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    text-align: left;
    padding: 13px 22px 0;
    letter-spacing: 0.5px;
}


.product_txt2 .caph3{
	padding: 13px 22px 19px !important;
}
	
	.product_txt2 .f_b{
	    font-size: 1.2em;
	}
	
	.product_txt2 p{
line-height: 1.8;
	}
.contents{
background: linear-gradient( #FFFFFF, #f3f2ed);
}

.main-visual h1 {
    font-family:;
    color: #002D46;
    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{
    margin: 0 auto;
    display: block;
	background: linear-gradient(#eff3f8, #e7e9ef);
}
.main img{
   margin: 0 auto;
    display: block;
    max-width: 800px;
    width: 100%;
}

.main-visual .logo img{
	position: absolute;
	max-width: 370px;
	width: 100%;
	left: 15%;
    top: 5%;
}

.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: 280px;
    margin: 5px 15px 10px;
    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;
}




.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: 1010px;
    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:;
margin: 1em auto;
    padding: 10px 0 5px 20px;
       max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
   color: #002D46;
    border-bottom: 2px solid #002D46;
}




.product_txt2 h1 img{
width: 400px !important;

}


.cart_btn img{
max-width: 100%  !important;
}

.goodsinfo-block .inner h2 span{
font-size: 1.25em;
}

.goodsinfo-block .lead{
padding: 0 30px;
}

.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: #002D46;

    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: 1100px;
	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:;
    padding: 10px 0 5px 20px;
        max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
   color: #002D46;
    border-bottom: 2px solid #002D46;
}

.size-list .bg1 h2{
margin: 2em auto 0em;
    padding: 10px 0 5px 5px;
        max-width: 810px;
    min-height: 2em;
    background-size: auto 1.6em;
    border-bottom: 2px solid #002D46;
}

.goodslineup-block .inner h2 span{
font-size: 0.8em;
}

.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: 490px !important;
    margin: 5px 0px 8px;
    position: relative !important;
    text-align: center;
}





.contents .goodsinfo-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 .goodsinfo-block .goods-list li {
	width:405px !important;
    margin: 5px 0px 8px;
    position: relative !important;
    text-align: center;
}


.waku {
border: 1px solid;
margin: 20px 15px 20px 0 !important; 
width:100%;
height:100%;
border-left: 3px solid #c80019;
border-right: 3px solid #002d46;

}

.waku:before{
content:"";
display:block;
height:3px;
width:100%;
	background:-webkit-linear-gradient(left, #c80019 100%, #002d46 30%);
	background:-moz-linear-gradient(left, #c80019 100%, #002d46 30%);
	background:linear-gradient(left, #c80019 100%, #002d46 30%);
}

.waku:after{
content:"";
display:block;
height:3px;
width:100%;
	background:-webkit-linear-gradient(right, #002d46 100%, #c80019 30%);
	background:-moz-linear-gradient(right, #002d46 100%, #c80019 30%);
	background:linear-gradient(right, #002d46　100%, #c80019 30%);
}

.waku2 {
border: 1px solid;
margin: 20px 0px 20px 15px !important; 
width:100%;
height:100%;
border-left: 3px solid #002d46;
border-right: 3px solid #c80019;

}

.waku2:before{
content:"";
display:block;
height:3px;
width:100%;
	background:-webkit-linear-gradient(left, #002d46 100%, #c80019 30%);
	background:-moz-linear-gradient(left, #002d46 100%, #c80019 30%);
	background:linear-gradient(left, #002d46 100%, #c80019 30%);
}

.waku2:after{
content:"";
display:block;
height:3px;
width:100%;
	background:-webkit-linear-gradient(right, #c80019 100%, #002d46 30%);
	background:-moz-linear-gradient(right, #c80019 100%, #002d46 30%);
	background:linear-gradient(right, #c80019　100%, #002d46 30%);
}

.slider5img{
           margin: 44px auto 30px !important;
}

.contents .goodslineup-block .goods-list .big{
	width:890px !important;
}

.contents .goodsinfo-block .goods-list .big{
	width:890px !important;
}

.lead .card img{
    margin: 2em auto 0;
}

.cd_img {
width: 300px;
margin: 25px 0 7px 0;
}

.thumb img{
max-width: 70px;
width: 100%;
}

.mainimage ul li img{
    max-width: 300px !important;
    width: 100%;
   margin: 10px auto 0 !important;
}


.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 #002D46;
    font-size: 15px;
    background: #002D46;
    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 #002D46;
	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; */
    padding: 16px;
}

.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: #002D46;
    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 #002D46;
      padding: 10px;

    border-bottom: 0px solid #002D46;
	display: block;
	    max-width: 540px;
    width: 100%;
	
}

#nav .in li {
   margin: 30px 14px 15px;
    display: block;
}
#nav .li1 {
    border-left: 0px ;
    border-right: 0px;
	border-top: 1px solid #002D46;
    border-bottom: 1px solid #002D46;
    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;
}


.product_txt2 h3 {
    font-weight: normal;
    font-size: 1em;
    margin: 0px 0 0;
}

.product_txt2 {
    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;
}


#nav .in li {
    border-right: 2px solid #002D46;
	    border-top: 1px solid #002D46;
    border-bottom: 1px solid #002D46;
}


.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: #002D46;
    border-bottom: 2px solid #002D46;
}

.goodsinfo-block .inner h2 span {
    font-size: 1.1em;
}


.goodslineup-block .inner h2 {
    text-align: center;
    margin: 1em auto 0.2em;
    padding: 10px 0 5px 0px;
	font-size: 1.2em;
    max-width: 925px;
    min-height: 2em;
    background-size: auto 1.6em;
    color: #002D46;
    border-bottom: 2px solid #002D46;
}


.goodslineup-block .inner h2 span {
    font-size: 0.75em;
}




.contents .goodslineup-block .goods-list li {
    display: block;
width: 420px;
    margin: 0px 0px 30px;
    text-align: center;
}



.contents .goodsinfo-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:;
    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;
}

.page-title-inner {
    position: absolute;
    right: 34%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}

.page-title-inner-cd {
    position: absolute;
    right: 43%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}


.page-title-inner-line {
    position: absolute;
    right: 31%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}


.page-title-inner-line-new {
    position: absolute;
    right: 32%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}

.goodsinfo-block .lead {
    padding: 0;
}
}


@media screen and (max-width: 500px){

.loading__img img{
  width:260px;
}
.page-title-inner-cd {
    position: absolute;
    right: 32%;
    background: #FFF;
    z-index: 10;
    padding: 0px 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}
.product_txt2 h1 img {
    width: 350px !important;
}
.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: bold;
        font-size: 0.92em;
    margin: 0px 0 12px;
    float: left;
    padding: 13px 7px;
}
.product_txt2 {
    margin: 0 0px;
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}
	
.product_txt2 h3 {
    font-weight: bold;
        font-size: 0.92em;
    margin: 0px 0 12px;
    float: left;
    padding: 13px 7px;
}
.product_img hr {
    width: 90%;
}

.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;
}

.mainimage ul li img {
    max-width: 310px !important;
    width: 100%;
    margin: 10px auto 0 !important;
}
.goodsinfo-block .inner h2 {
  font-size: 1.5em;
	}
	
.goodslineup-block .inner h2 {
    font-size: 1.5em;
	}
	.page-title-inner {
    position: absolute;
    right: 17%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}


	.page-title .info-tit::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #002D46;
}


.new_text {
    margin: 25px 0 0 0;
    padding: 0 0px;
}

.page-title .info-tit::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #C80019;
}

.page-title_new .info-tit::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #002D46;
}

.page-title_new .info-tit::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 16px;
    height: 0px;
    width: 40%;
    border-bottom: 4px solid #C80019;
}

.page-title-inner-line {
    position: absolute;
    right: 17%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}
.page-title-inner-line-new {
    position: absolute;
    right: 26%;
    background: #FFF;
    z-index: 10;
    padding: 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    color: #002D46;
}

.contents .goodsinfo-block .goods-list {
    padding: 0 0px;
}

.page-title .line-tit::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #C80019;
}

.page-title .line-tit::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #002D46;
}




.page-title_new .line-tit-new::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #C80019;
}

.page-title_new .line-tit-new::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 16px;
    height: 0px;
    width: 47%;
    border-bottom: 4px solid #002D46;
}

.contents .goodslineup-block .goods-list li {
    width: 380px !important;
    margin: 5px 0px 8px;
    position: relative !important;
    text-align: center;
}

.contents .goodslineup-block .goods-list li {
    width: 350px !important;
    position: relative !important;
    text-align: center;
}

.waku{
margin: 0 auto 20px !important;
}

.waku2{
margin: 0 auto 20px !important;
}

.bx-pager1 img{
    max-width: 60px;
    width: 100%;
}

.bx-pager1 span{
	padding: 5px !important;
}

.bx-pager3 img{
    max-width: 60px;
    width: 100%;
}

.bx-pager3 span{
	padding: 5px !important;
}

}