@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*#wrapper {min-width:inherit;}*/
#wrapper {
  min-width: 1200px;
}
#contents {
  width: 100%;
  padding: 0;
}

#wrap {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  overflow: hidden;
}
.container {
/*  width: 1360px;*/
  margin: 0 auto;
}
section {min-width:1200px;}
.inner {
  display: table;
  width: 87.85%;
  max-width: 1406px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#wrap section {
  position:relative;
}
#wrap img {
  max-width:100%;
}

ruby {
    ruby-align:center;
}

rt,
rp {
  font-size: 0.7em;
}

.pc {
  display: block !important;
}
.sp {
  display:none !important;
}

.both {
  clear: both !important;
}
.c_left {
  clear: left !important;
}
.c_right {
  clear: right !important;
}

#wrap a {
  text-decoration: none;
  color: #333;
}
#wrap section {
  margin-bottom: 10px;
  margin-bottom: 0;
}

.cf {
  display: table;
  width: 100%;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
}
.right {
  float: right;
}
.m_box {
  width: 380px;
}

#hero {
  background: url(../img/main_bg.png) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
  margin-bottom: 10px !important;
}
#hero .inner {
    max-width:1200px;
}
#hero .m_box {
  background: rgba(0,0,0,0.8);
  color: #fff;
}
#hero .m_box > div {
  padding:40px;
}
#hero .image {
  text-align: center;
  margin-bottom: 25px;
}
#hero .title {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #hero .m_box > div {
    padding: 6% 4% 6%;
  }
}

/* products_area */
#products_area {}
#products_area .inner {
  display:block;
  width: 100%;
  padding: 0 4.75%;
  max-width:1200px;
}
.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 70px 0 40px;
}
.products_list li {margin:0 0 0 1.25%;}
.products_list .products_item {
    width: 31.5%;
    max-width: 372px;
    margin-bottom:70px;
    height:100%;
}
.products_item .creative:before {
    position:absolute;
    display:block;
    width:100px;
    height:50px;
    content:"";
    background:url(../img/ico_creative.png)no-repeat 5px 0;
    background-size:90%;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
.products_item .standard:before {
    position:absolute;
    display:block;
    width:100px;
    height:50px;
    content:"";
    background:url(../img/ico_standard.png)no-repeat 5px 0;
    background-size:90%;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
.products_item .entry:before {
    position:absolute;
    display:block;
    width:100px;
    height:50px;
    content:"";
    background:url(../img/ico_entry.png)no-repeat 5px 0;
    background-size:90%;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
.products_list .products_detail {
    border:solid 1px #eee;
    background-color: #eee;
    -webkit-transition: all .3s;
    transition: all .4s;
}
.products_list .products_detail:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);    
}
.products_img {
    width: 100%;
}
.products_list .products_name {
  display: table-cell;
  padding: 5px 10px;
  height:110px;
  width:100%;
  position:relative;
    vertical-align: middle;
}

.products_detail .town:before {
    position:absolute;
    display:inline-block;
    width:80px;
    height:80px;
    content:"";
    background:url(../img/icon_town.png)no-repeat 0 0;
    background-size:90%;
    top:25px;
    left:5px;
}

.products_detail .adventure:before {
    position:absolute;
    display:inline-block;
    width:80px;
    height:80px;
    content:"";
    background:url(../img/icon_adv.png)no-repeat 0 0;
    background-size:90%;
    top:25px;
    left:5px;
}
.products_detail .speed:before {
    position:absolute;
    display:inline-block;
    width:80px;
    height:80px;
    content:"";
    background:url(../img/icon_speed.png)no-repeat 0 0;
    background-size:90%;
    top:25px;
    left:5px;
}
.products_list .products_text {
  width: 100%;
  padding-left:80px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.products_list .products_buy {
    width:55%;
    display:block;
    margin:20px auto 0;
}
.products_list .products_buy .products_link_img:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  #products_area {margin-top:10%;}
  #products_area .inner {padding:0 20px!important;}
  .products_list {
    margin-top: 30px;
	padding-right:0;
	flex-direction:column;
  }
  .products_list .products_item {
    max-width: 100%;
	width:100%;
	min-height:0%;
    margin: 0 0 60px;
  }
  .products_list .products_detail {
    border:solid 1px #eee;
    background:#eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .products_list .products_detail:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);    
    }
    .products_item .creative:before,.products_item .standard:before,.products_item .entry:before {
    background-size:11vw;
    }
  .products_list .products_img {
    width: 50%;
  }
  .products_list .products_name {
    display:inline;
    width: 50%;
    vertical-align: top;
    height:106px;
  }
.products_detail .town:before,.products_detail .adventure:before,.products_detail .speed:before {
    width:50px;
    height:50px;
    left:0;
    top:5px;
}
  .products_list .products_text {
    padding: 5px 2px 5px 40px;
    font-size: 3.25vw;
    text-align:left;
  }
  .products_list .products_buy .products_link_img {
    width: 55%;
  }
    .products_list .products_buy {
    text-align:right;
    width:100%;
    }
    .products_list .products_buy a {
     width:60%;
    display:inline-block;
    }
}

/* breadcrumb */
#breadcrumb_area {
  background-color: #e01229;
}
#breadcrumb_area .inner {
  width: 100%;
  padding: 0 4.75%!important;
  background: url(../img/nav_about.png) no-repeat 4.75% center;
  background-size: auto 90%;
}
#breadcrumb_area .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#breadcrumb_area .breadcrumb_list:first-child {
  padding-left: 100px;
}
#breadcrumb_area .breadcrumb_list .breadcrumb_item {
  padding: 23px 0;
  font-size: 14px;
  color: #fad407;
}
#breadcrumb_area .breadcrumb_list .breadcrumb_item:first-child {
/*  padding-left: 60px;*/
}
#breadcrumb_area .breadcrumb_list .breadcrumb_link {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
}
#breadcrumb_area .breadcrumb_list a:hover {opacity: .7;}
#breadcrumb_area .breadcrumb_list .breadcrumb_link:after {
  position: absolute;
  top: 0;
  right: -25px;
  content: "＞";
  color: #fff;
}

@media screen and (max-width: 640px) {
  #breadcrumb_area {
    margin-bottom: 0 !important;
    text-align:left;
  }
  #breadcrumb_area .inner {
    background: url(../img/nav_about.png) no-repeat 10px center;
    background-size: auto 80%;
  }
  #breadcrumb_area .breadcrumb_list {
    display: block;
    padding: 15px 15px 15px 95px;
  }
  #breadcrumb_area .breadcrumb_list:first-child {
    padding-left: 95px;
  }
  #breadcrumb_area .breadcrumb_list .breadcrumb_item {
    padding: 0;
  }
}

/* banner_area */
#banner_area {
  background: url(../img/bg_banner.jpg) no-repeat center center;
  background-size: cover;
}
#banner_area .inner {
  width: 100%;
  padding: 150px 0 30px;
}
.banner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
.banner_flex .banner_flex_item {
  margin: 0 15px;
}
.banner_flex a:hover img,.banner_item a:hover img {
  opacity: .7;
}
.banner_item {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 0 15px 150px;
}

@media screen and (max-width: 640px) {
  #banner_area .inner {
    padding: 8vw 0 !important;
  }
	.banner_flex {margin:0 20px;justify-content:space-between;}
  .banner_flex .banner_flex_item {
    margin: 0;
	width:48.5%;
  }
  .banner_item {
    margin: 14px auto 0;
    padding: 0 20px;
  }
}

/*search*/
#narrowing_search {background:url(../img/search_bg.png)repeat center center;/*height:323px;*/padding:50px 0;}
#narrowing_search .inner {padding:0 4.75%;width:1200px;display:block!important;}
#narrowing_search h2 {text-align:center;font-weight:700;font-size:28px;}
rt {font-size:0.5em;}
#narrowing_search ul {display:flex;justify-content:space-between;flex-flow:wrap;max-width:1200px;}
#narrowing_search li {margin:20px 10px;width:130px;}
.search_category {display:block;cursor:pointer;margin:0 10px;}
.search_category > span:last-of-type,.search_category.is-active > span:first-of-type {display:none;}
.search_category.is-active > span:last-of-type {display:inline;}
.is-hide {display:none;}
input[type="radio"] {
  display: none;
}
label:hover {
    opacity:0.8;
}

@media screen and (max-width: 640px) {
	#narrowing_search {background:url(../img/search_bg_sp.png)no-repeat center top;background-size:cover;height:100%;padding:5% 0 5%;}
	#narrowing_search h2 {font-size:5vw;}
	#narrowing_search .inner {padding:0 20px!important;}
    #narrowing_search li {max-width:120px;width:30%;margin:20px 0;}
	
}

@media screen and (max-width:640px){
.inner {display:block;width:calc(100% - 20px);padding:0 10px;}
#wrapper {min-width:inherit;}
.container {width:100%;}
#footerLinks {margin-bottom:0;}

#wrap {font-size:12px;line-height:1.8em;}
.pc {display:none !important;}
.sp {display:block !important;}

.table {display:table;width:100%;}

}

/*******************/
.slide .slidePrev,
.slide .slideNext {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	margin-top: -50px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.slide .slidePrev {
	right: 50%;
	border-radius: 100px 0 0 100px;
}
.slide .slideNext {
	left: 50%;
	border-radius: 0 100px 100px 0;
}
.slide .slidePrev img,
.slide .slideNext img {
	width: 15px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12.5px 0 0 -7.5px;
}
.slide .pager {
	position: absolute;
	width: 100%;
	text-align: center;
}
.slide .pager .pagerItem {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 0 12px;
	background: #fff;
	vertical-align: bottom;
	cursor: pointer;
}
.slide .pager .pagerItem.current {
	background: #111;
	cursor: default;
}

@media screen and (max-width: 639px) {
	.slide .slidePrev,
	.slide .slideNext {
		width: 30px;
		height: 60px;
		margin-top: -30px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
	}
	.slide .slidePrev {
		right: auto;
		left: 0;
		border-radius: 60px 0 0 60px;
	}
	.slide .slideNext {
		left: auto;
		right: 0;
		border-radius: 0 60px 60px 0;
	}
	.slide .slidePrev img,
	.slide .slideNext img {
		width: 9px;
		margin: -7.5px 0 0 -4.5px;
	}
	.slide .pager {
		left: 0;
	}
	.slide .pager .pagerItem {
		width: 12px;
		height: 12px;
		margin: 0 9px;
	}
	.slide .pager .pagerItem.current {
	}
}
.section .btnLine {
	margin-top: 90px;
}
.section .btnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	background: #cbcbcb;
	border-radius: 40px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.section a.btnMore {
	background: #111;
}
.section a.btnMore:hover {
	opacity: 0.7;
}
.section .btnMore img {
	width: 100px;
	height: auto;
}

@media screen and (max-width: 639px) {
	.section .btnLine {
		margin-top: 52px;
		padding: 0 10px;
	}
	.section .btnMore {
		width: 100%;
		max-width: 225px;
		height: 50px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
	}
	.section .btnMore:hover {
	}
	.section .btnMore img {
		width: 100%;
		max-width: 90px;
	}
}
.secNewitem {
	height: 620px;
	background: url(../../img/top_newitem_bg.png) no-repeat center top;
	background-size: cover;
}
.secNewitem .secInr {
	padding-top: 67px;
	background: url(../../img/top_newitem_img.png) no-repeat center top;
	background-size: 1200px auto;
    text-align:center;
}
.secNewitem .secInr h2 {font-size:2.62em;font-weight:bold;}
.secNewitem .secInr h2 span {display:block;font-size:0.3em;font-weight:bold;letter-spacing:0.35em;}
.secNewitem .secTtl img {
	width: 108px;
}
.secNewitem .slideCol {
	margin: 63px -10px 0;
	position: relative;
}
.secNewitem .slideCol .slidBelt {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.5);
}
.secNewitem .slide {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.secNewitem .slide::before,
.secNewitem .slide::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 2;
	border-radius: 9px;
}
.secNewitem .slide::before {
	left: 50%;
	margin-left: 510px;
}
.secNewitem .slide::after {
	right: 50%;
	margin-right: 510px;
}
.secNewitem .slide .mask {
	width: 500px;
	overflow: visible;
}
.secNewitem .slide .slider .item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
.secNewitem .slide .slider .item img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.secNewitem .slide .slider .item a:hover img {
	opacity: 0.7;
}
.secNewitem .slide .slidePrev {
	margin-right: 510px;
	z-index: 3;
}
.secNewitem .slide .slideNext {
	margin-left: 510px;
	z-index: 3;
}
.secNewitem .slide .pager {
	bottom: -66px;
}

@media screen and (max-width: 639px) {
	.secNewitem {
		height: auto;
		overflow: hidden;
		background-image: url(../../img/top_newitem_bg_sp.png);
	}
	.secNewitem .secInr {
		padding-top: 64px;
		padding-bottom: 105px;
		background-image: url(../../img/top_newitem_img_sp.png);
		background-size: 375px auto;
	}
    .secNewitem .secInr h2 {font-size:1.62em;}
	.secNewitem .secTtl img {
		display: none;
	}*/
	.secNewitem .slideCol {
		margin: 62px 0 0;
	}
	.secNewitem .slideCol .slidBelt {
		padding: 10px 0;
	}
	.secNewitem .slide {
		width: auto;
		margin: 0 auto;
		padding: 0 62px;
	}
	.secNewitem .slide::before,
	.secNewitem .slide::after {
		width: 68px;
		border-radius: 4px;
		left: auto;
		right: auto;
		margin: 0;
	}
	.secNewitem .slide::before {
		right: -10px;
	}
	.secNewitem .slide::after {
		left: -10px;
	}
	.secNewitem .slide .mask {
		width: 100%;
	}
	.secNewitem .slide .slider .item {
		padding: 0 5px;
	}
	.secNewitem .slide .slider .item img {
	}
	.secNewitem .slide .slider .item a:hover img {
		opacity: 1;
	}
	.secNewitem .slide .slidePrev {
		margin-right: 0;
		left: 27px;
	}
	.secNewitem .slide .slideNext {
		margin-left: 0;
		right: 27px;
	}
	.secNewitem .slide .pager {
		bottom: -42px;
	}
}

.is_jsModalShow,
.is_jsModalShow body {
	height: 100%;
}
/*********************/


@media screen and (max-width: 640px) {
  #wrap, .inner p {
    font-size: 3.5vw;
    line-height: 1.6em;
  }
  section {min-width:320px;}
  .inner {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .m_box {
    display: block;
    width: inherit;
  }
  #hero {
    background: url(../img/main_bg_sp.png) 0 0 no-repeat;
    height: 0;
    padding-top: 75%;
    background-size: cover;
    padding-bottom: 43.5%;
  }
  #hero .m_box {
    padding-bottom: 2%;
  }
  #hero .title {
    margin-bottom: 4%;
    text-align: left;
    font-size: 7vw;
    line-height: 1.5em;
  }
  #hero .text {
      clear: both;
  }
}
