@charset "utf-8";

@media screen and (min-width: 751px), print {
/* -----------------------------------------------------------------------------

	yuri_ruck

----------------------------------------------------------------------------- */

header nav > ul > li:nth-child(2) > a {
  color: #ea551f;
  border-color: #ea551f;
}
header nav > ul > li:nth-child(2) > a:after {
  background-image: url(../common/img/icon_arw_nav_o.png);
}
.zoomContainer {
  pointer-events: none;
}
/*	mv

----------------------------------------------------------------------------- */

.mv {
  overflow: hidden;
  padding: 80px 0 60px;
  background: #f8f7f1;
}
.mvBox {
  max-width: 1100px;
  margin: 0 auto;
}
.mvImgBox {
  position: relative;
  float: left;
  width: 500px;
  padding: 0 60px;
}
.mvImgBox > div:first-child {
  width: 500px;
  height: 500px;
  overflow: hidden;
}
.mvImg p span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 2rem;
}
.mvImg p img {
  width: 500px;
}
.mvImg p img:last-child {
/*display: none;*/
}
.mvImgBox .bx-prev {
  display: block;
  position: absolute;
  top: 230px;
  left: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 200%;
  background: url(../lineup/yuri_ruck/img/btn_prev.png) no-repeat 0 0;
  background-size: 45px 45px;
  z-index: 10;
}
.mvImgBox .bx-next {
  display: block;
  position: absolute;
  top: 230px;
  right: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 200%;
  background: url(../lineup/yuri_ruck/img/btn_next.png) no-repeat 0 0;
  background-size: 45px 45px;
  z-index: 10;
}
.mvImgBox .bx-prev:hover, .mvImgBox .bx-next:hover {
  opacity: 0.7;
}
.mvImgBtn {
  overflow: hidden;
  padding: 20px 0 0;
}
.mvImgBtn a {
  display: block;
  float: left;
  width: 92px;
  margin: 0 10px 10px 0;
}
.mvImgBtn a:nth-child(5n) {
  margin-right: 0;
}
.mvImgBtn a:nth-child(5n+1) {
  clear: both;
}
.mvImgBtn a:hover {
  opacity: 0.7;
}
.mvImgBtn a img {
  width: 88px;
  border: 2px solid #f8f7f1;
}
.mvImgBtn .active img {
  border: 2px solid #ea551f;
}
.mvImgBtn a span {
  display: block;
  padding: 8px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.mvImgBox .mvImgBox_comment {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}
.mvImgBox .mvImgBox_comment a {
  color: #ea551f;
  text-decoration: underline;
}
.mvImgBox .mvImgBox_comment a:hover {
  text-decoration: none;
}
.mvDataBox {
  float: right;
  width: 420px;
}
.mvDataBox h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dcd3bc;
  font-size: 2.6rem;
  font-weight: normal;
}
.mvDataBox h2 span {
  display: block;
  margin: 0 0 20px;
  color: #ea551f;
  font-size: 1.4rem;
}
.mvText {
  margin: 0 0 100px;
}
.mvPoint {
  position: relative;
  padding: 25px 155px 25px 30px;
  border: 1px solid #ea551f;
  border-radius: 3px;
  background: #fff;
}
.mvPoint dt {
  position: absolute;
  top: -45px;
  right: -45px;
}
.mvPoint dd p {
  margin: 0 0 15px;
}
.mvPoint dd p:last-child {
  margin: 0;
}
.mt {
  padding: 40px 0 70px;
}
.mtBox {
  text-align: center;
}
.mtBox h2 {
  color: #baa272;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.mtTitle {
  margin-bottom: 30px;
}
/*	anchorLineup

----------------------------------------------------------------------------- */

.lineupAnchor {
  text-align: center;
  background: #ecdfbe;
}
.lineupAnchor ul {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.lineupAnchor li {
  float: left;
  width: 33%;
  line-height: 70px;
  text-align: center;
}
.lineupAnchor li a {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 1.6rem;
  background: url(../common/img/icon_arw_nav.png) no-repeat 100% 50%;
}
.lineupAnchor li a:hover {
  color: #ea551f;
  background: url(../common/img/icon_arw_nav_o.png) no-repeat 100% 50%;
}
/*	functionBox

----------------------------------------------------------------------------- */

.functionBox {
  padding: 85px 0 90px;
}
.functionBox h3 {
  margin: 0 0 70px;
  text-align: center;
}
.functionImgBox01 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.functionImgBox01 .bx-wrapper {
  background: url(../lineup/yuri_ruck/img/img_function_bg.png) no-repeat 100% 0;
}
.functionList {
  overflow: hidden;
}
.functionList h4 {
  float: right;
  position: relative;
  line-height: normal;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
.functionList h4 span:first-child {
  display: block;
  position: absolute;
  width: 80px;
  height: 65px;
  padding: 15px 0 0;
  background: #baa272;
}
.functionList h4 span:last-child {
  display: table-cell;
  width: 580px;
  height: 195px;
  vertical-align: middle;
  background: #f8f7f1;
  padding-top: 30px;
}
.functionList h4 img {
  width: 34px;
}
.functionList p img {
  width: 470px;
}
.functionList p span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
/*
.functionList p img:last-child {
  display: none;
}
*/
.functionImgBtn {
  position: absolute;
  top: 240px;
  right: 0;
  width: 580px;
  z-index: 79;
}
.functionImgBtn a {
  position: relative;
  display: block;
  float: left;
  margin: 0 38px 14px 0;
  border: 2px solid #fff;
}
.functionImgBtn a:hover {
  opacity: 0.7;
}
.functionImgBtn a:nth-child(4n) {
  margin-right: 0;
}
.functionImgBtn .active {
  border: 2px solid #baa272;
}
.functionOnlyImgBox .functionImgBtn a {
  border: 2px solid #baa272 !important;
}
.functionImgBtn img {
  width: 112px;
}
.functionImgBtn img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}
.bx-controls {
  display: none;
}
/*	pointBox

----------------------------------------------------------------------------- */

.pointBox {
  padding: 85px 0 35px;
  background: #f8f7f1;
}
.pointBox h3 {
  margin: 0 0 70px;
  text-align: center;
}
.pointList {
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto 50px;
}
.pointList figure {
  float: left;
}
.pointList figure img {
  width: 400px;
}
.pointList dl {
  margin: 0 0 0 450px;
}
.pointList dt {
  margin: 0 0 30px;
  font-size: 2rem;
}
.pointList dd {
  line-height: 2;
}
/*	feelingBox

----------------------------------------------------------------------------- */

.feelingBox {
  padding: 85px 0 65px;
}
.feelingBox h3 {
  margin: 0 0 70px;
  text-align: center;
}
.feelingBox dl {
  max-width: 1098px;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 1px solid #baa272;
  border-radius: 5px;
}
.feelingBox dt {
  padding: 15px;
  font-size: 1.8rem;
  text-align: center;
  background: #f8f7f1 url(../lineup/yuri_ruck/img/icon_arw02.png) no-repeat 98% 50%;
  background-size: 26px auto;
  cursor: pointer;
}
.feelingBox dt:hover {
  opacity: 0.7;
}
.feelingBox dt.js-open {
  background: #f8f7f1 url(../lineup/yuri_ruck/img/icon_arw01.png) no-repeat 98% 50%;
  background-size: 26px auto;
}
.feelingBox dt span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../lineup/yuri_ruck/img/icon_feeling01.png) no-repeat 0 5px;
  background-size: 22px auto;
}
.feelingBox dt span span {
  padding: 0 35px 0 0;
  background: url(../lineup/yuri_ruck/img/icon_feeling02.png) no-repeat 100% 5px;
  background-size: 22px auto;
}
.feelingBox dt br {
  display: none;
}
.feelingBox dd {
  display: none;
  line-height: 2;
  padding: 25px 200px;
}
/*	lineupBox

----------------------------------------------------------------------------- */

.lineupBox01 {
  padding: 90px 0 40px;
}
.lineupBox01 h3, .lineupBox02 h3 {
  margin: 0 0 60px;
  text-align: center;
}
.lineupBox01 h3 img, .lineupBox02 h3 img {
  width: 171px;
}
.lineupBox02 {
  padding: 90px 0;
  background: #f8f7f1;
}
.lineupItems {
  clear: both;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}
.lineupItem {
  float: left;
  width: 495px;
  margin: 0 0 50px;
}
.lineupItemYuriShoulder {
  float: none;
  margin: 0 auto;
}
.lineupItem:nth-child(2n) {
  float: right;
}
.lineupItem figure {
  float: left;
}
.lineupItem figure img {
  width: 245px;
}
.lineupItem figure a:hover {
  opacity: 0.7;
}
.lineupItem p {
  line-height: 1.7;
  margin: 0 0 15px 275px;
}
.lineupItem:first-child p.size {
  margin-bottom: 38px;	
}
.lineupItem p a {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #30211c;
}
.lineupItem p a:hover {
  opacity: 0.7;
}
.lineupItem p a span {
  display: inline-block;
  padding-right: 22px;
  background: url(../common/img/icon_arw02.png) no-repeat 100% 50%;
  background-size: 7px auto;
}
.seriesBtn {
  line-height: 1.7;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.seriesBtn a {
  display: inline-block;
  width: 260px;
  padding: 12px 0;
  border-radius: 3px;
  color: #fff;
  background: #ea551f url(../common/img/icon_arw02.png) no-repeat 235px 50%;
  background-size: 7px auto;
}
.seriesBtn a:hover {
  opacity: 0.7;
}



/*	lineupImdex
----------------------------------------------------------------------------- */
.lineupImdex {
  margin: 0 auto 20px;
}
.lineupImdex .seriesTab {
  border-bottom: #baa272 1px solid;
  height: 63px;
  margin-bottom: 30px;
}
.lineupImdex .seriesTab .tab {
  margin-bottom: 17px;
  background: #fff;
  width: 1100px;
  height: 63px;
  margin: 0 auto;
}
.lineupImdex .seriesTab .tab li {
  width: 545px;
  display: table;
  float: left;
}
.lineupImdex .seriesTab .tab li.current {
  border-bottom: #fff 1px solid;
}
.lineupImdex .seriesTab .tab li:last-child {
  float: right;
}
.lineupImdex .seriesTab .tab li a {
  height: 62px;
  display: table-cell;
  border: #baa272 1px solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.lineupImdex .seriesTab .tab li.current a {
  color: #ea551f;
}

  .lineupImdex .seriesTab .tab li a:hover{
    opacity: 0.7;
  }
.lineupImdex .anc {
  width: 1100px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.lineupImdex .anc li {
  float: left;
  margin-right: 1px;
}
.lineupImdex .anc li:last-child {
  margin-right: 0px;
}
.lineupImdex .seriesWrap {
    margin-bottom: 100px;
    overflow: hidden;
    background: #f8f7f1;
    margin-top: -65px;
    padding-top: 65px;
}
.lineupImdex .seriesWrap .title {
    overflow: hidden;
    height: 185px;
    margin-bottom: 60px;
    margin-top: -65px;
    border-top: 65px solid #fff;
}
.lineupImdex .seriesWrap .title .wrapTitle,
.lineupImdex .seriesWrap .title .wrapRead{
  width: 50%;
  display: inline-block;
  height: 185px;
  float: left;
  }
.lineupImdex .seriesWrap .title .wrapTitle h3{
  width: 550px;
  float: right;
  height: 185px;
  text-align: center;
}
.lineupImdex .seriesWrap .title .wrapRead{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.lineupImdex .seriesWrap .title .wrapRead p{
  width: 550px;
  float: left;
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 2em;}
.lineupImdex .seriesWrap .title .wrapTitle h3 img{
  padding-top:78px;
}
.lineupImdex #standardWrap.seriesWrap .title {
  background: #e7f1ff;
}
.lineupImdex #standardWrap.seriesWrap .title .wrapTitle{
  background: #5179b0;
}
.lineupImdex #standardWrap.seriesWrap .title .wrapRead{
  color: #5179b0;}
.lineupImdex #collectionWrap.seriesWrap .title {
  background: #fff0f3;
}
.lineupImdex #collectionWrap.seriesWrap .title .wrapTitle{
  background: #bf465d;
}
.lineupImdex #collectionWrap.seriesWrap .title .wrapRead{
  color: #bf465d;}
.lineupImdex #othersWrap.seriesWrap .title {
  background: #fffbed;
}
.lineupImdex #othersWrap.seriesWrap .title .wrapTitle{
  background: #b49434;
}
.lineupImdex #othersWrap.seriesWrap .title .wrapRead{
  color: #b49434;}
  
  
.lineupImdex .list {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70px;
    margin-top: -70px;
}
.lineupImdex .list h4{
  height: 44px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.lineupImdex .list h4:after{
  content: "";
  height: 1px;
  width: 80px;
  background: #5179b0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lineupImdex #collectionWrap .list h4:after{
  background: #bf465d;
}
.lineupImdex .list p.read{
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}
.lineupImdex .list ul{
    text-align: center;
    width: 1180px;
    margin-left: -40px;
    margin-bottom: 50px;
    /* margin: 0 auto 50px; */
  }
.lineupImdex .list li{
  width: 246px;
  margin:0 19px 35px;
  display: inline-block;
  vertical-align: top;
  
}
.lineupImdex .list li a:hover img{
  opacity: 0.7;
}
.lineupImdex .list li img{
  width: 246px;
  height: auto;
  margin-bottom: 22px;
}
.lineupImdex .list.freeItems ul{
  width: 1000px;
  margin: 0 auto;
}
.lineupImdex .list.freeItems li{
  width: 246px;;
}
.lineupImdex .list.freeItems li img{
  width: 246px;
}
.lineupImdex .list li p{
    font-size: 1.8rem;
}
.lineupImdex .list li p span{
  display: block;
    color: #ea551f;
    font-size: 1.4rem;
}
.lineupImdex .list li p a{
  text-decoration: underline;
}
.lineupImdex .list li p a:hover{
  text-decoration: none;
}

.lineupImdex .list li p span.icon_window {
    background: url(/common/img/icon_window.png) right top no-repeat;
    background-size: 12px;
    display: inline-block;
    width: 85px;
    line-height: 1;
    color: inherit;
    font-size: inherit;
}
.lineupImdex .list li p span.icon_pdf {
    background: url(/common/img/icon_pdf.png) right top no-repeat;
    background-size: 15px;
    display: inline-block;
    width: 3.5em;
    line-height: 1;
    color: inherit;
    font-size: inherit;
}
p.note{
  margin-top: 10px;
  font-size:  1.2rem;
}

/* -----------------------------------------------------------------------------

	newProduct

----------------------------------------------------------------------------- */
#contents.newProduct .visual {
  background: #ded4d3 url(../lineup/every_ruck/img/bg_visual.jpg) no-repeat center top;
}
#contents.newProduct .visual.normal {
  background: none;
}
#contents.newProduct .visual .inner {
  position: relative;
}
#contents.newProduct .visual p {
  width: 630px;
  position: absolute;
  top: 366px;
  left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#contents.newProduct .read {
  text-align: center;
  padding-top: 50px;
  font-size: 2rem;
}
#contents.newProduct .point {
  padding: 80px 0 60px;
}
#contents.newProduct .point .inner div {
  overflow: hidden;
}
#contents.newProduct .point .inner div + div {
  margin: 60px 0 0;
}
#contents.newProduct .point .inner div .left {
  float: left;
}
#contents.newProduct .point .inner div .right {
  float: right;
}
#contents.newProduct .point .inner div dl {
  width: 520px;
  padding: 60px 0 0;
}
#contents.newProduct .point .inner div dl dt {
  margin-bottom: 35px;
}
#contents.newProduct .point .inner div dl dd {
  font-size: 16px;
  line-height: 1.6;
}
#contents.newProduct .point .inner div dl dd p + p {
  margin-top: 15px;
}
#contents.newProduct .point .inner div figure {
  width: 520px;
}
#contents.newProduct .point .point02 .left {
  margin-left: 60px;
}
#contents.newProduct .lineupAnchor li {
  width: 33%;
}
#contents.newProduct .lineup {
  padding: 80px 0 60px;
  background: #f8f7f1;
}
#contents.newProduct .lineup h3 {
  margin: 0 0 60px;
  text-align: center;
}
#contents.newProduct .lineup .mv {
  padding: 0;
}
#contents.newProduct .lineup .mv + .mv {
  margin: 60px 0 0;
}
#contents.newProduct .lineup .mv .lineupItem {
  float: none;
  width: 220px;
  margin: 0;
  padding-top: 40px;
}
#contents.newProduct .lineup .mv .lineupItem p {
  margin-left: 0;
}
#contents.newProduct .lineup.lineupItem p a {
  background: #30211c;
}
/*	pickup
---------------------------------------- */
#contents.newProduct .pickup {
  padding: 0 0 80px;
  text-align: center;
  margin: 80px auto 40px;
  width: 1100px;
}
#contents.newProduct .pickup h3 {
  margin-bottom: 45px;
}
#contents.newProduct .pickup h3 img {
  width: 290px;
  height: auto;
}
#contents.newProduct .pickup ul {
  display: inline-block;
}
#contents.newProduct .pickup li {
  width: 340px;
  float: left;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
}
#contents.newProduct .pickup li:last-child, #contents.newProduct .pickup li:nth-child(4n) {
  margin-right: 0;
}
#contents.newProduct .pickup li figure {
  margin-bottom: 20px;
  position: relative;
}
#contents.newProduct .pickup li figure img {
  width: 100%;
  height: auto;
}
#contents.newProduct .pickup li.new figure:after {
  content: url(../../common/img/icon_new.png);
  position: absolute;
  top: 8px;
  left: -2px;
  height: 21px;
}
#contents.newProduct .pickup li p {
  margin-top: 22px;
  font-size: 2.0rem;
}
#contents.newProduct .pickup li p span {
  display: block;
  color: #baa272;
  font-size: 1.4rem;
}
#contents.newProduct .pickup li div {
  width: 342px;
  height: 204px;
  background-color: rgba(186,162,114,0.9);
  position: absolute;
  top: 0;
  left: -2px;
  padding: 8px;
  box-sizing: border-box;
  display: none;
}
#contents.newProduct .pickup li div dl {
  border: 1px solid #fff;
  width: 325px;
  height: 188px;
  color: #fff;
  padding: 60px 0 0;
  box-sizing: border-box;
  position: relative;
}
#contents.newProduct .pickup li div dl dt {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#contents.newProduct .pickup li:last-child div dl dt {
  margin-top: 0;
}
#contents.newProduct .pickup li div dl dd {
  position: absolute;
  bottom: 30px;
  left: 124px;
  background: url(../../img/icon_arw01.png) right center no-repeat;
  padding-right: 16px;
}
/* -----------------------------------------------------------------------------

	everyruck

----------------------------------------------------------------------------- */
#contents.everyruck .pickup {
  margin: 80px auto 40px;
}
#contents.everyruck .pickup h3 {
  margin: 0 0 60px;
  text-align: center;
}
#contents.everyruck .pickup h3 img {
  width: auto;
}
#contents.everyruck .pickup li h4 {
  text-align: center;
  margin: 13px 0 15px;
}
#contents.everyruck .pickup li h4 img {
  width: 200px;
}
#contents.everyruck .pickup li p {
  font-size: 14px;
  margin: 0;
}
#contents.everyruck .pickup li a {
  display: block;
}
#contents.everyruck .pickup li a:hover {
  opacity: 0.8;
}
#contents.everyruck .pickup li a:hover p {
  text-decoration: underline;
}
/* -----------------------------------------------------------------------------

	pocketLine

----------------------------------------------------------------------------- */
#contents.pocketLine .ttl {
  padding: 40px 0 70px;
  text-align: center;
}
#contents.pocketLine .visual {
  background: #ded4d3 url(../lineup/pocket_line/img/bg_visual.jpg) no-repeat center top;
}
#contents.pocketLine .visual .inner {
  position: relative;
}
#contents.pocketLine .visual p {
  width: 630px;
  position: absolute;
  top: 366px;
  left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#contents.pocketLine .read {
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
}
#contents.pocketLine .point {
  padding: 50px 0 10px;
  text-align: center;
}
#contents.pocketLine .point .inner div {
  overflow: hidden;
}
#contents.pocketLine .point .inner div dl {
  padding: 60px 0 0;
}
#contents.pocketLine .point .inner div dl dt {
  margin-bottom: 35px;
}
#contents.pocketLine .point .inner div dl dd {
  font-size: 16px;
  line-height: 1.6;
}
#contents.pocketLine .point .inner div dl dd p + p {
  margin-top: 15px;
}
#contents.pocketLine .point .inner div figure {
  margin: 30px 0 40px;
}
#contents.pocketLine .lineupAnchor li {
  width: 33%;
}
#contents.pocketLine .lineup {
  padding: 80px 0 60px;
  background: #f8f7f1;
}
#contents.pocketLine .lineup h3 {
  margin: 0 0 60px;
  text-align: center;
}
#contents.pocketLine .lineup .mv {
  padding: 0;
}
#contents.pocketLine .lineup .mv + .mv {
  margin: 60px 0 0;
}
#contents.pocketLine .lineup .mv .lineupItem {
  float: none;
  width: 220px;
  margin: 0;
  padding-top: 40px;
}
#contents.pocketLine .lineup .mv .lineupItem p {
  margin-left: 0;
}
#contents.pocketLine .lineup.lineupItem p a {
  background: #30211c;
}
#contents.pocketLine .lineup dl {
  width: 480px;
  float: right;
}
#contents.pocketLine .lineup dt {
  margin: 0 0 30px;
  font-size: 2rem;
}
#contents.pocketLine .lineup dd {
  line-height: 2;
}
#contents.pocketLine .pickup {
  padding: 80px 0 140px;
  background: #f8f7f1;
}
#contents.pocketLine .pickup h3 {
  margin: 0 0 60px;
  text-align: center;
}
#contents.pocketLine .pickup li {
  width: 340px;
  float: left;
  margin-left: 40px;
}
#contents.pocketLine .pickup li a {
  display: block;
}
#contents.pocketLine .pickup li a:hover {
  opacity: 0.8;
}
#contents.pocketLine .pickup li a:hover p {
  text-decoration: underline;
}
#contents.pocketLine .pickup li:first-child {
  margin-left: 0;
}
#contents.pocketLine .pickup li img {
  width: 100%;
  height: auto;
}
#contents.pocketLine .pickup li h4 {
  text-align: center;
  margin: 13px 0 15px;
}
#contents.pocketLine .pickup li h4 img {
  width: 200px;
}
#contents.pocketLine .txt {
  margin-bottom: 30px;
  font-size: 18px;
}
#contents.pocketLine .mvPoint {
  padding: 20px 25px 25px;
}
#contents.pocketLine .mvPoint span {
  display: block;
  color: #ea551f;
  font-size: 36px;
  text-align: center;
}
#contents.pocketLine .functionList h4 span:last-child {
  width: 450px;
  padding-top: 14px;
  padding-left: 130px;
  font-size: 17px;
  text-align: left;
}
.collectionDetail {
  margin: 50px 0 0;
}
.collectionBox {
  padding: 80px 0 60px;
  background: #f8f7f1;
}
.collectionBox > div {
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}
.collectionImgBox {
  position: relative;
  float: left;
  width: 500px;
  padding: 0 60px;
}
.collectionImg {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.collectionImg p span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.6rem;
}
.collectionImg p img {
  width: 500px;
}
.collectionImg p img:last-child {
  display: none;
}
.collectionImgBox .bx-prev {
  display: block;
  position: absolute;
  top: 230px;
  left: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 200%;
  background: url(../lineup/yuri_ruck/img/btn_prev.png) no-repeat 0 0;
  background-size: 45px 45px;
  z-index: 10;
}
.collectionImgBox .bx-next {
  display: block;
  position: absolute;
  top: 230px;
  right: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: 200%;
  background: url(../lineup/yuri_ruck/img/btn_next.png) no-repeat 0 0;
  background-size: 45px 45px;
  z-index: 10;
}
.collectionImgBox .bx-prev:hover, .collectionImgBox .bx-next:hover {
  opacity: 0.7;
}
.collectionImgBtn {
  overflow: hidden;
  padding: 20px 0 0;
}
.collectionImgBtn a {
  display: block;
  float: left;
  width: 92px;
  margin: 0 10px 10px 0;
}
.collectionImgBtn a:nth-child(5n) {
  margin: 0 0 10px 0;
}
.collectionImgBtn a:hover {
  opacity: 0.7;
}
.collectionImgBtn a img {
  width: 88px;
  border: 2px solid #f8f7f1;
}
.collectionImgBtn .active img {
  border: 2px solid #ea551f;
}
.collectionImgBtn a span {
  display: block;
  padding: 10px 0 0;
  font-size: 1.2rem;
}
.collectionDataBox {
  float: right;
  width: 420px;
}
.collectionDataBox p.catch {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.collectionDataBox h2 {
  margin-bottom: 30px;
  vertical-align: top;
}
.collectionDataBox h2 span {
  /* display: inline-block; */
  display: block;
  font-size: 1.3rem;
  color: #baa272;
  font-weight: bold;
  /* margin-left: 30px; */
  vertical-align: top;
  margin-top: 15px;
}
.collectionDataBox h2 img {
  height: 30px;
}
.collectionText {
  margin: 30px 0 50px;
  background: #fff;
  padding: 25px;
}
.collectionText ul {
  list-style: outside;
  margin: 0 0 -10px 15px;
}
.collectionText ul + p {
  margin: 20px 0 0 0;
}
.collectionText ul li {
  margin-bottom: 10px;
}
.collectionPoint {
  display: table;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e6decc;
}
.collectionPoint:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.collectionPoint dt {
  display: table-cell;
  width: 40px;
  padding: 0 10px;
}
.collectionPoint dd {
  display: table-cell;
}
.collectionData {
  margin: 30px 0;
  font-size: 1.3rem;
}
.collectionData dt {
  border-bottom: 1px solid #baa272;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 20px;
  vertical-align: middle;
  line-height: 22px;
  display: table;
  width: 100%;
}
.collectionDataTitle {
  display: table-cell;
  font-size: 1.8rem;
  line-height: 22px;
  width: 85px;
}
.collectionDataTitle span {
    margin: 0 5px 0 0;
    display: table-cell;
    background: #baa272;
    padding: 2px 10px;
    border-radius: 3px;
    vertical-align: middle;
}
.collectionDataTitle span.txt {
    background-color: inherit;
    display: table-cell;
    padding: 4px 0 2px 5px;
}
.collectionDataTitle span img {
  height: 14px;
  vertical-align: middle;
}
.collectionDataTitle.type02 span img {
  height: 17px;
}
.collectionDataSub {
  display: table-cell;
  line-height: 22px;
  overflow: hidden;
}
.collectionDataSub span {
  display: inline-block;
  margin-right: 10px;
}
.collectionPrice {
  margin-bottom: 20px;
}
.collectionPrice li {
  margin-bottom: 10px;
  display: table;
  text-align: right;
}
.collectionPrice li .number {
  text-align: left;
  display: block;
}
.collectionPriceSub {
  float: left;
  text-align: left;
  width: 100px;
}
.collectionPriceNamber {
  font-weight: bold;
  font-size: 1.6rem;
}
.collectionColor + .collectionColor {
  margin: 5px 0 0;
}
.collectionColor li {
  display: inline-block;
  margin-right: 30px;
}
.collectionColor span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.collectionCaution {
  font-size: 1.1rem;
  margin: 45px 0 30px;
}
.collectionCaution li {
  padding-left: 1em;
  text-indent: -1em;
}
.collectionButton {
  margin-top: 30px;
}
.collectionButton a {
  display: block;
  padding: 20px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #30211c url(../common/img/icon_arw02.png) no-repeat 96% 50%;
  background-size: 7px auto;
}
.collectionButton a:hover {
  opacity: .7;
}
.collectionButton a span {
  line-height: 20px;
  padding-left: 35px;
  color: #fff;
  background: #30211c url(../lineup/suitcase_trolley/img/icon_cart.png) no-repeat 0 50%;
}
.collectionButton.collectionButton02 a {
    background-color: #ea551f;
}
.collectionButton.collectionButton02 a span {
    background-color: #ea551f;
    background-image: none;
    padding: 0;
}

.collectionRelation {
  margin: 60px 0 0;
}
.collectionRelation figure {
  float: left;
}
.collectionRelation div {
  margin: 0 0 0 200px;
}
.collectionRelationButton {
  margin: 10px 0 0;
}
.collectionRelationButton a {
  display: block;
  padding: 15px;
  line-height: 0;
  border-radius: 5px;
  background: #ea551f url(../common/img/icon_arw02.png) no-repeat 90% center;
  background-size: 7px auto;
  text-align: center;
}
.collectionRelationButton a:hover {
  opacity: .7;
}
.collectionRelationButton a img {
  height: 19px;
  width: auto;
  vertical-align: middle;
}
/*.collectionBox#anchor01 {
	padding-bottom: 0;
}*/


.collectionOption {
  margin: auto;
  padding: 0 0 80px;
  background: #f8f7f1;
}
.collectionOption h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 45px;
}
.collectionOption ul {
  letter-spacing: -0.4em;
}
.collectionOption li {
  letter-spacing: 0;
  display: inline-block;
  width: 245px;
  vertical-align: top;
  margin: 0 40px 35px 0;
  font-size: 1.25rem;
}
.collectionOption li:nth-child(4n) {
  margin-right: 0;
}
.collectionOption li figure {
  margin: 0 0 10px;
  line-height: 100px;
  min-height: 100px;
  vertical-align: middle;
  text-align: center;
}
.collectionOption li figure img {
  vertical-align: middle;
}
.collectionOption .buttonBox {
  width: 680px;
  margin: 0 auto;
}
.collectionOptionCButton.detail {
  text-align: center;
  float: left;
}
.collectionOptionCButton.store {
  float: right;
}
.collectionOptionCButton.detail a {
  display: block;
  padding: 20px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #ea551f url(../common/img/icon_arw07.png) no-repeat 93% 50%;
  background-size: 10px auto;
  width: 320px;
}
.collectionOptionCButton.detail a span {
  line-height: 20px;
  padding-left: 0;
  color: #fff;
  font-weight: bold;
}
.collectionOptionCButton.store a {
  display: block;
  padding: 20px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #30211c url(../common/img/icon_arw02.png) no-repeat 96% 50%;
  background-size: 7px auto;
  width: 320px;
}
.collectionOptionCButton.store a span {
  line-height: 20px;
  padding-left: 35px;
  color: #fff;
  background: #30211c url(../lineup/suitcase_trolley/img/icon_cart.png) no-repeat 0 50%;
}
.collectionOptionCButton.detail a.close {
  background: #ea551f url(../lineup/suitcase_trolley/img/icon_close.png) no-repeat 90% center;
  background-size: 15px auto;
}
.collectionOptionCButton a:hover {
  opacity: .7;
}
.collectionOptionCButton.detail a img {
  height: 15px;
  width: auto;
  vertical-align: middle;
}
.collectionOption .description {
  width: 1100px;
  margin: 0 auto;
}
.collectionOption .description, .collectionOption .buttonBox.close {
  display: none;
}
.collectionOption .buttonBox {
  width: 680px;
  margin: 0 auto;
}
.collectionOptionCButton.detail {
  text-align: center;
  float: left;
}
.collectionOptionCButton.store {
  float: right;
}
ul.itemButton {
  text-align: center;
  padding: 50px 0 0 0;
}
ul.itemButton li {
  width: 320px;
  margin: 0 20px;
  display: inline-block;
}
/* pickup
----------------------------------------------------------------------------- */
#contents.top .pickup {
  padding: 0 0 80px;
  text-align: center;
  margin: 0 auto 40px;
  width: 1100px;
}
#contents.top .pickup h3 {
  margin-bottom: 45px;
}
#contents.top .pickup h3 img {
  width: 290px;
  height: auto;
}
#contents.top .pickup ul {
  display: inline-block;
}
#contents.top .pickup li {
  width: 340px;
  float: left;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
}
#contents.top .pickup li:last-child, #contents.top .pickup li:nth-child(4n) {
  margin-right: 0;
}
#contents.top .pickup li figure {
  margin-bottom: 20px;
  position: relative;
}
#contents.top .pickup li figure img {
  width: 100%;
  height: auto;
}
#contents.top .pickup li.new figure:after {
  content: url(../common/img/icon_new.png);
  position: absolute;
  top: 8px;
  left: -2px;
  height: 21px;
}
#contents.top .pickup li p {
  margin-top: 22px;
  font-size: 2.0rem;
}
#contents.top .pickup li p span {
  display: block;
  color: #baa272;
  font-size: 1.4rem;
}
#contents.top .pickup li div {
  width: 342px;
  height: 204px;
  background-color: rgba(186,162,114,0.9);
  position: absolute;
  top: 0;
  left: -2px;
  padding: 8px;
  box-sizing: border-box;
  display: none;
}
#contents.top .pickup li div dl {
  border: 1px solid #fff;
  width: 325px;
  height: 188px;
  color: #fff;
  padding: 60px 25px 0;
  box-sizing: border-box;
  position: relative;
}
#contents.top .pickup li div dl dt {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#contents.top .pickup li:last-child div dl dt {
  margin-top: 0;
}
#contents.top .pickup li div dl dd {
  position: absolute;
  bottom: 30px;
  left: 124px;
  background: url(../img/icon_arw01.png) right center no-repeat;
  padding-right: 16px;
}
/* bnr
---------------------------------------------*/
#contents.top .bnr01, #contents.top .bnr02 {
  display: block;
  border: 1px solid #ddd;
  width: 1100px;
  margin: 45px auto;
  clear: both;
  box-sizing: border-box;
}
#contents.top .bnr02 {
  border: none!important;
}
#contents.top .bnr01 a:hover, #contents.top .bnr02 a:hover {
  opacity: 0.7;
}

/*ruck11*/
.ruck11 .functionList h4 span:first-child {
    background: #5C4B38;
}
.ruck11 .functionImgBtn .active {
    border: 2px solid #5C4B38;
}
.ruck11 .mainMv { position: relative; overflow: hidden; height: 500px; margin-bottom:100px; }

.ruckblock01 {
	width:1100px;
	margin:0 auto;
}
.ruck01 {
	border-right: 1px solid #ADA59B;
	border-left: 1px solid #ADA59B;
	position: relative;
	margin-bottom:100px;
}
.ruck01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.ruck01::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.ruck01 .pt01 {
	padding: 25px;
}
.ruck01 .pt01::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.ruck01 .pt01::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.ruck01 .pt02 {
	text-align: center;
	margin-bottom: 20px;
}
.ruck01 .pt03 {
	text-align: center;
	line-height: 2.1;
	color: #000;
}
.rucktitle01 {
    margin: 0 0 70px;
    text-align: center;
}
.rucktitle01.type02 {
    margin: 0 0 40px;
}
.ruck02 .pt01 {
	margin-bottom:100px;
	width:100%;
}
.ruck02 .pt02 {
	display:table-cell;
	vertical-align:middle;
}
.ruck02 .pt02.type01 {
	float:left;
}
.ruck02 .pt02.type02 {
	float:right;
}
.ruck02 .pt03 {
	display:table;
	width:500px;
}
.ruck02 .pt03.type01 {
	float:right;
	height:400px;
}
.ruck02 .pt03.type02 {
	float:left;
	height:340px;
}
.ruck02 .pt03.type03 {
  float:left;
  height:340px;
  display: block;
}
.ruck02 .pt03 p {
	vertical-align:middle;
	display:table-cell;
	font-size: 2rem;
	color: #000;
}
.ruck11 .functionBox {
    padding: 0 0 100px;
}
.ruckblock02 {
	background-color: #F7F5F4;
	margin-bottom: 100px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.ruckcolor {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-right: 10px;
	vertical-align:middle;
}
.ruck03 .pt01.clr{
  display: block;
  text-align: center;
  margin: 0 -16.5px;
}
.ruck03 .pt02 {
	width:340px;
	float:left;
	margin-left:40px;
}
.ruck03 .pt02:first-child {
	margin-left:0;
}
/* .ruck03 .pt02.type02:first-child {
	margin-left:0;
} */
.ruck03 .pt02.type02 {
  width:250px;
  float: none;
	display: inline-block;
  margin-left:16.5px;
  margin-right: 16.5px;
  margin-bottom: 30px;
}
.ruck03 .pt02.type02 img {
	max-width:100%;
}
.ruck03 .pt03 {
	margin-bottom:20px;
}
.ruck03 .pt04 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.ruck03 .pt05 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-top:4px;
}
.ruck03 .pt04.type01 {
	color:#000;
}
.ruck03 .pt04.type02 {
	color:#7F7F7F;
}
.ruck03 .pt04.type03 {
	color:#833C0B;
}
.ruck03 .pt04.type04 {
	color:#9BC8C4;
}
.ruck03 .pt04.type05 {
	color:#A57F6C;
}
.ruck04 {
	background-color: #F7F5F4;
	padding: 15px;
	margin-bottom: 100px;
}
.ruck04 .pt01 {
	padding-top: 55px;
	padding-right: 90px;
	padding-bottom: 55px;
	padding-left: 90px;
	border: 1px solid #A9A096;
}
.ruck04 .pt03 {
	width:375px;
}
.ruck04 .pt03.type01 {
	float:left;
}
.ruck04 .pt03.type02 {
	float:right;
}
.ruck04 .pt03.type03 {
  margin: auto;
}
.ruck04 .pt04 {
	text-align: center;
	margin-bottom: 20px;
}
.ruck04 .pt05 {
	font-size: 16px;
	color: #999999;
}
.ruck04 .pt06 {
	margin-bottom: 7px;
}
.ruck04 .pt06 span {
	font-size: 24px;
	font-weight: bold;
}
.ruck04 .pt07{
	margin-bottom: 20px;
}
.ruck04 .pt08 {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.ruck04 .pt09 {
	vertical-align: middle;
	display: table-cell;
	width: 145px;
	font-size: 16px;
}
.ruck04 .pt10 {
	vertical-align: middle;
	display: table-cell;
}
.ruck04 .pt10 a {
    display: block;
    padding: 12px 0 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background: #30211c url(../common/img/icon_arw02.png) no-repeat 96% 50%;
    background-size: 7px auto;
}
.ruck04 .pt10 a span {
    line-height: 20px;
    padding-left: 35px;
    color: #fff;
    background: #30211c url(../lineup/ruck11/img/icon_cart.png) no-repeat 0 50%;
}
.ruck04 .pt10 a:hover {
    opacity: .7;
}
.ruck11 .collectionColor {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
	position: relative;
    top: -2px;
}
.ruck11 .functionList h4 span:last-child {
    width: 440px;
    padding-left: 90px;
    padding-right: 50px;
}

/*kht*/
.kht .functionList h4 span:first-child {
    background: #404040;
}
.kht .functionImgBtn .active {
    border: 2px solid #404040;
}
.kht .mainMv { position: relative; overflow: hidden; height: 500px; margin-bottom:100px; }
.kht .mainMv img { margin-left: -1000px; width: 2000px; height: auto; position: absolute; left: 50%; }
.khtblock01 {
	width:1100px;
	margin:0 auto;
}
.kht01 {
	border-right: 1px solid #ADA59B;
	border-left: 1px solid #ADA59B;
	position: relative;
	margin-bottom:100px;
}
.kht01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.kht01::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.kht01 .pt01 {
	padding: 25px;
}
.kht01 .pt01::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.kht01 .pt01::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ADA59B;
    width: 20px;
}
.kht01 .pt02 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
}
.kht01 .pt03 {
	text-align: center;
	line-height: 2.1;
	color: #000;
	margin-bottom:10px;
}
.khttitle01 {
	margin: 0 0 70px;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	position:relative;
}
.khttitle01 span {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.khttitle01::before {
	content: "";
	background-image: url(../lineup/hard_trolley/img/icon_title_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	vertical-align:middle;
	height: 37px;
	width: 25px;
	margin-right:12px;
	position: relative;
	top:-2px;
}
.khttitle01::after {
	content: "";
	background-image: url(../lineup/hard_trolley/img/icon_title_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	vertical-align:middle;
	height: 37px;
	width: 25px;
	margin-left:12px;
	position: relative;
	top:-2px;
}
.khttitle01.type02 {
    margin: 0 0 40px;
}
.kht02 .pt01 {
	margin-bottom:100px;
}
.kht02 .pt02.type01 {
	float:left;
}
.kht02 .pt02.type02 {
	float:right;
	width:550px;
}
.kht02 .pt03 {
	width:500px;
}
.kht02 .pt03.type01 {
	float:right;
}
.kht02 .pt03.type02 {
	float:left;
}
.kht02 .pt03 p {
	line-height: 2.1;
	color: #000;
}
.kht02 .pt03 p.pt04 {
	padding-top:25px;
	font-size:12px;
}
.kht02 .pt05 dt {
	font-size: 21px;
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 7px;
	position: relative;
}
.kht02 .pt05 dt::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #000;
    width: 50px;
    margin: 0 auto;
}
.kht02 .pt05.type01 dt {
	color: #2e75b6;
}
.kht02 .pt05.type02 dt {
	color: #c00000;
}
.kht02 .pt05.type01 dt::before {
	border-bottom: 2px solid #2e75b6;
}
.kht02 .pt05.type02 dt::before {
	border-bottom: 2px solid #c00000;
}
.kht02 .pt05 dd {
	font-size:26px;
	margin-bottom:30px;
	text-align:center;
	line-height:1.4;
}
.kht02 .pt03 p.pt06 {
	font-size:36px;
	line-height:1.4;
	text-align:center;
	margin-bottom:25px;
}
.kht02 .pt07 {
	text-align:center;
	margin-bottom:10px;
}
.kht02 .pt08 dt {
	font-size: 14px;
	text-align: center;
}
.kht02 .pt08 dd {
	font-size: 12px;
	text-align: center;
}
.kht .functionBox {
    padding: 0 0 100px;
}
.khtblock02 {
	background-color: #F7F5F4;
	margin-bottom: 100px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.khtcolor {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-right: 10px;
	vertical-align:middle;
}
.kht03 .pt01 {
	width: 890px;
	margin-bottom: 80px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.kht03 .pt02 {
	font-size:18px;
}
.kht04 .pt02 {
	float: left;
	margin-left: 31px;
	width: 346px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFF;
}
.kht04 .pt02:first-child {
	margin-left:0;
}
.kht04 .pt03 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.kht04 .pt03.type02 {
	color: #2f5597;
}
.kht04 .pt03.type03 {
	color: #723b44;
}
.kht04 .pt04 {
    text-align: center;
}
.kht04 .pt05 {
	width:250px;
	margin:0 auto;
}
.kht04 .pt05 a {
    display: block;
    padding: 12px 0 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background: #30211c url(../common/img/icon_arw02.png) no-repeat 96% 50%;
    background-size: 7px auto;
}
.kht04 .pt05 a span {
    line-height: 20px;
    padding-left: 35px;
    color: #fff;
    background: #30211c url(../lineup/hard_trolley/img/icon_cart.png) no-repeat 0 50%;
}
.kht04 .pt05 a:hover {
    opacity: .7;
}
.kht .collectionColor {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 7px;
	position: relative;
    top: 2px;
}
.kht .functionList h4 span:last-child {
    width: 440px;
    padding-left: 90px;
    padding-right: 50px;
}

.kht02 .pt03.typea {
	height:412px;
	display: table;
}
.kht02 .pt03.typeb {
	height:441px;
	display: table;
}
.kht02 .pt03.typec {
	height:320px;
	display: table;
}
.kht02 .pt03 p {
	vertical-align:middle;
	display:table-cell;
	font-size: 2rem;
	color: #000;
	line-height:1.6;
}

.ruck11.type02 .functionList h4 span:first-child {
    background: #253664;
}
.ruck11.type02 .functionImgBtn .active {
    border: 2px solid #253664;
}
.ruck03 .pt04.type02.type04 {
	color:#454E75;
}
.ruck03 .pt04.type03.type05 {
	color:#7F7F7F;
}
.ruck11.type02 .ruck04 .pt01 {
    border: 1px solid #253664;
}
.ruck11.type02 .ruck04 .pt03 {
    width: 390px;
}
.ruck11.type02 .ruck04 .pt09 {
    width: 145px;
}
.ruck03 .pt04.type03.type05.sb {
    color: #5A7993;
}


}
