@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: heading
 * 2: paragraph
 * 3: list
 * 4: table
 * 5: box
 * 6: form
 * 7: link
 * 8: other
 *
 * ****************************
 */

/*======= 1: heading =====================================================*/
.sttl__lg {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6em; /* 24px */
  font-weight: 600;
}
.sttl__md {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.4em; /* 24px */
  font-weight: 600;
}
h2.sttl {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.57em; /* 24px */
  font-weight: 600;
}
h2.sttl__bg01 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.28em; /* 18px */
  font-weight: 600;
  background: #f6f2ed;
}
@media screen and (max-width: 768px) {
  .sttl__lg {
    font-size: 1.8em; /* 24px */
  }
  .sttl__md {
    font-size: 1.5em;
  }
  h2.sttl__bg01 {
    width: 100%;
    height: inherit;
    padding: 15px 10px 15px 15px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.23em; /* 16px */
  }
}

h3.sttl__marker {
  margin-bottom: 1rem;
  font-size: 1.14em; /* 16px */
}
h3.sttl__marker span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
h3.sttl__marker span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103%;
  height: 5px;
  background: #f6f2ed;
}
@media screen and (max-width: 768px) {
  h3.sttl__marker {
    font-size: 1.07em; /* 14px */
  }
}
/**/
.ttlBox__btm {
  margin-bottom: 3rem;
  text-align: center;
}
.ttlBox__btm .btmLine {
  margin-bottom: 1.3rem
}
@media screen and (max-width: 768px) {
  h2.sttl {
    margin-bottom: 1.5rem;
    font-size: 1.38em; /* 18px */
  }
  .ttlBox__btm {
    margin-bottom: 1.5rem;
  }
  .ttlBox__btm .btmLine {
    margin-bottom: .6rem
  }
}

/* 見出しへの罫線 */
.btmLine {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.85em; /* 26px */
}
.btmLine span {
  position: relative;
  display: inline-block;
  padding-bottom: .3rem;
}
.btmLine span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 106%;
  margin-left: -53%;
  height: 5px;
  background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 100%;
}
h1.btmLine {
  font-size: 2em; /* 28px */
  font-weight: 700;
  letter-spacing: .05em;
}
h1.btmLine span {
  padding-bottom: .6rem;
}
.btmLine.left_full {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
}
.btmLine.left_full span {
  width: 100%;
}
.btmLine.left_full span::after {
  left: 0;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .btmLine {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.35em; /* 18px */
  }
  h1.btmLine {
    font-size: 1.69em; /* 22px */
  }
}

/*------------------------------------------------
括弧のタイプ
------------------------------------------------*/
/* ｛｝タイプ */
.braces {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.85em; /* 26px */
}
.braces span {
  position: relative;
  display: inline-block;
  padding: 20px 100px;
}
.braces span {
  background: url(/item/img/common/braces_l.png) no-repeat 0 50%;
}
.braces span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  padding: 40px;
  background: url(/item/img/common/braces_r.png) no-repeat 100% 50%;
}
@media screen and (max-width: 768px) {
  .braces {
    margin-bottom: 2rem;
    font-size: 1.35em; /* 18px */
  }
  .braces span {
    position: relative;
    display: inline-block;
    padding: 20px 10%;
  }
  .braces span::after { /* 2行の時だけ（1行用を作成する） */
    top: 5px;
    background: url(/item/img/common/braces_r.png) no-repeat 100% 100%;
  }
}
/* 『』タイプ */
.angles span {
  position: relative;
  display: inline-block;
  padding: 13px 35px;
}
.angles span {
  background: url(/item/img/common/angles_l.png) no-repeat 0 0;
}
.angles span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  padding: 32px;
  background: url(/item/img/common/angles_r.png) no-repeat 100% 100%;
}
@media screen and (max-width: 768px) {
  
}


/*------------------------------------------------
吹き出しタイプ
------------------------------------------------*/
/* スラッシュタイプ */
.slash {
  margin-bottom: 1.5rem;
  font-size: 1.28em; /* 18px */
  font-weight: 600;
}
.slash span {
  position: relative;
  padding: 0 40px;
}
.slash span::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  width: 26px;
  height: 37px;
  background: url(/item/img/common/line_balloon_l.png) no-repeat 0 0;
}
.slash span::before {
  content: "";
  position: absolute;
  top: -40%;
  right: 0;
  width: 26px;
  height: 37px;
  background: url(/item/img/common/line_balloon_r.png) no-repeat 0 0;
}
.noslash span::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  width: 26px;
  height: 37px;
}
.noslash span::before {
  content: "";
  position: absolute;
  top: -40%;
  right: 0;
  width: 26px;
  height: 37px;
}
.slash.big {
  margin-bottom: .5rem;
  font-size: 1.57em;
}
.noslash.big {
  margin-bottom: .5rem;
  font-size: 1.57em;
}
@media screen and (max-width: 768px) {
  .slash {
    margin-bottom: .5rem;
    font-size: 1em; /* 13px */
  }
  .slash span {
    display: inline-block;
    padding: 0 8px;
  }
  .slash span::after {
    top: 2px;
    left: -18%;
  }
  .slash span::before {
    top: 2px;
    right: -20%;
  }
  .slash.big {
    font-size: 1.24em;
    line-height: 1.5;
  }
  .slash.big span::after {
    top: inherit;
    left: -18%;
    bottom: 10px;
  }
  .slash.big span::before {
    top: inherit;
    right: -20%;
    bottom: 10px;
  }
}    

/*======= 2: paragraph ===================================================*/
p {
	line-height: 1.8;
}

/* [indent] ----------------------------------------*/

/*-- boxIdt01 -----------------------*/
.boxIdt01 p {
	margin-left: 1em;
	text-indent: -1em;
}

/*-- txtIdt01 -----------------------*/
.txtIdt01 {
	margin-left: 1.6em;
	text-indent: -1.6em;
}

/*======= 3: list ========================================================*/

/* [ul] --------------------------------------------*/
ul li {
	list-style: none;
}

/*======= 4: table =======================================================*/
table {
	width: 100%;
  border-collapse: collapse;
}

/*-- tbl_base01 ----------------------*/
.tbl_base01 {
	border: 1px solid #a29f9e;
	background: #FFF;
}
.tbl_base01.mid {
  width: 80%;
  margin: 0 auto;
}
.tbl_base01 th,
.tbl_base01 td {
	padding: 20px;
	text-align: left;
	border-top: 1px solid #a29f9e;
}
.tbl_base01.mid th {
  width: 150px;
}
.tbl_base01 tr:first-child th,
.tbl_base01 tr:first-child td {
	border-top: none;
}
.tbl_base01 tbody:not(:first-child) tr th,
.tbl_base01 tbody:not(:first-child) tr td {
	border-top: 1px solid #a29f9e;
}
.tbl_base01 th {
	padding-right: 10px;
	background: #f6f2ed;
}
.tbl_base01 th div {
	position: relative;
	padding-right: 60px;
}

/*-- tbl_line01 ----------------------*/
.tbl_line01 {
  margin-bottom: 4rem;
	border: 0;
	background-color: #fff;
  background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 0;
}
.tbl_line01 th {
  width: 150px;
  vertical-align: top;
}
.tbl_line01 th,
.tbl_line01 td {
	padding: 20px;
	text-align: left;
	background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 100%;
}

/*-- tbl_line__shipping ----------------------*/
.tbl_line__shipping {
  margin-bottom: 1.5rem;
	border: 0;
	background-color: #fff;
  background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 0;
}
.tbl_line__shipping td.price {
  width: 200px;
  padding-right: 35px;
  vertical-align: top;
  text-align: right;
}
.tbl_line__shipping th,
.tbl_line__shipping td {
	padding: 20px;
	text-align: left;
	background: url(/item/img/common/ttl_btm_line.png) repeat-x 0 100%;
}
.tbl_line__shipping dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5;
}
.tbl_line__shipping dl dt {
  width: 8%;
  margin-right: 3%;
  font-weight: 600;
}
.tbl_line__shipping dl dd {
  width: 89%;
}

/*-- tblThWid (with .tbl_base01) -----*/
.tbl_th_wid01 th { width: 114px; }
.tbl_th_wid02 th { width: 243px; }

@media screen and (max-width: 768px) {
	.tbl_base01 {
		margin-bottom: 15px;
		border: none !important;
	}
  .tbl_base01.mid {
    width: 100%;
  }
	.tbl_base01 th,
	.tbl_base01 td {
		display: block;
		width: 100% !important;
		padding: 15px 10px;
		box-sizing: border-box;
		border-top: none;
	}
  .tbl_base01.mid th {
    width: 100%;
  }
	.tbl_base01 th {
		padding: 8px 0 8px 10px;
		font-size: 13px;
	}
	.tbl_base01 th a {
		color: #AAB1DD;
	}
	.tbl_base01 th br {
		display: none;
	}
  
  .tbl_line01 {
    margin-bottom: 2rem;
    font-size: .923em; /* 12px */
  }
  .tbl_line01 th {
    width: 90px;
  }
  .tbl_line01.company th {
    width: 75px;
  }
  .tbl_line01 th,
  .tbl_line01 td {
    padding: 13px 10px;
  }
  .tbl_line01 td {
    font-size: .916em; /* 11px */
  }
  
  
  
  .tbl_line__shipping th,
  .tbl_line__shipping td {
    padding: 13px 10px;
    font-size: .916em; /* 11px */
  }
  .tbl_line__shipping td.price {
    width: 50px;
    padding-right: 10px;
  }
  .tbl_line__shipping dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.5;
  }
  .tbl_line__shipping dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1.09em; /* 12px */
  }
  .tbl_line__shipping dl dd {
    width: 100%;
  }
  .tbl_line__shipping dl dd + dt {
    margin-top: 15px;
  }
}

/*======= 5: box =========================================================*/
/* breadcrumb */
.fs-c-breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 2rem;
  box-sizing: border-box;
  background: url(/item/img/common/breadcrumb_line.png) repeat-x 50% 100%;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
  width: 1120px;
  margin: 0 auto;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list li {
  font-size: .92em; /* 13px */
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a {
  text-decoration: none;
  color: #453e3c;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 10px 15px;
    height: inherit;
  }
  .fs-c-breadcrumb ol.fs-c-breadcrumb__list {
    width: 100%;
  }
  .fs-c-breadcrumb ol.fs-c-breadcrumb__list li {
    font-size: .769em; /* 10px */
  }
  .fs-c-breadcrumb ol.fs-c-breadcrumb__list li::after {
    padding: 0 4px;
  }
}


.anchor_link {
  display: flex;
  flex-wrap: wrap;
  width: 830px;
  margin: 0 auto 3rem;
}
.anchor_link.column3 {
  width: 620px;
  justify-content: center;
}
.anchor_link li {
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/item/img/common/btn_200.png);
}
.anchor_link.column3 li:nth-child(3n) {
  margin-right: 0;
}
.anchor_link.column4 li:nth-child(4n) {
  margin-right: 0;
}
.anchor_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 51px;
  text-decoration: none;
  color: #453e3c;
  font-size: .928em; /* 13px */
}


@media screen and (min-width: 769px) { /* for PC */
	.anchor_link li:hover {
    background-image: url(/item/img/common/btn_200_o.png);
  }
  .anchor_link li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .anchor_link {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .anchor_link.column3,
  .anchor_link.column4 {
    width: 100%;
  }  
  .anchor_link li {
    position: relative;
    width: 49%;
    height: 46px;
    margin-right: 1%;
    margin-bottom: 2px;
    background-size: 100% auto;
    z-index: 5;
  }
  .anchor_link li::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-image: url(/item/img/common/btn_200.png);
    background-size: 100% auto;
    z-index: 10;
  }
  .anchor_link li a {
    width: 100%;
    height: 51px;
  }
  .anchor_link.column3 li:nth-child(3n) {
    margin-right: 1%;
  }
  .anchor_link.column4 li:nth-child(4n),
  .anchor_link.column3 li:nth-child(2n) {
    margin-right: 0;
  }
}


.fs-c-subgroupList {
  display: flex;
  flex-wrap: wrap;
  width: 830px;
  margin: 0 auto 3rem;
}
.fs-c-subgroupList.column3 {
  width: 620px;
  justify-content: center;
}
.fs-c-subgroupList li {
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/item/img/common/btn_200.png);
}
.fs-c-subgroupList__item {
  flex-basis: auto;
  margin-left: 0;
  margin-top: 0;
}
.fs-c-subgroupList__link::after {
  content: none;
}
.fs-c-subgroupList.column3 li:nth-child(3n) {
  margin-right: 0;
}
.fs-c-subgroupList.column4 li:nth-child(4n) {
  margin-right: 0;
}
.fs-c-subgroupList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 51px;
  text-decoration: none;
  color: #453e3c;
  font-size: .928em; /* 13px */
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}


@media screen and (min-width: 769px) { /* for PC */
	.fs-c-subgroupList li:hover {
    background-image: url(/item/img/common/btn_200_o.png);
  }
  .fs-c-subgroupList li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .fs-c-subgroupList.column3,
  .fs-c-subgroupList.column4 {
    width: 100%;
  }  
  .fs-c-subgroupList li {
    position: relative;
    width: 49%;
    height: 46px;
    margin-right: 1%;
    margin-bottom: 2px;
    background-size: 100% auto;
    z-index: 5;
  }
  .fs-c-subgroupList li::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-image: url(/item/img/common/btn_200.png);
    background-size: 100% auto;
    z-index: 10;
  }
  .fs-c-subgroupList li a {
    width: 100%;
    height: 51px;
  }
  .fs-c-subgroupList.column3 li:nth-child(3n) {
    margin-right: 1%;
  }
  .fs-c-subgroupList.column4 li:nth-child(4n),
  .fs-c-subgroupList.column3 li:nth-child(2n) {
    margin-right: 0;
  }
}




.contents__body {
  margin-bottom: 3rem;
}
.contents__body p {
  margin-bottom: 1.5rem;
}

.contents__body__inbox {
  margin-bottom: 2rem;
}
.contents__body__inbox p {
  margin-bottom: .5rem;
}
.contents__body__inbox p + h3 {
  margin-top: 1.5rem;
}
.revisionDate {
  margin-bottom: 2rem;
  text-align: right;
  font-size: .928em; /* 13px */
}


.keyv {
  margin-bottom: 4rem;
  padding-top: 30px;
  text-align: center;
}
.keyv p.keyv__img {
  width: 395px;
  margin: 0 auto 60px;
}
.keyv p.keyv__img img {
  width: 100%;
}
.keyv h2.keyv__ttl {
  font-size: 1.5em; /* 21px */
}
@media screen and (max-width: 768px) {
  .keyv {
    margin-bottom: 2.5rem;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .keyv p.keyv__img {
    width: 70%;
    margin: 0 auto 30px;
  }
  .keyv h2.keyv__ttl {
    font-size: 1.38em; /* 18px */
  }
}


/* アイキャッチ・見出し */
.eyecatch {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.eyecatch h2 {
  margin-bottom: 2.5rem;
  font-size: 2.28em;/* 32px */
}
.eyecatch h2.eyecatch__big {
  font-size: 2.85em;
  line-height: 1.2;
}
.eyecatch h2 span {
  display: inline-block;
  padding: 20px 0 10px;
  padding-left: 130px;
  background: url(/item/img/products/310801-009001-001001/ruck_ttl_img.png) no-repeat 0 0;
}
.eyecatch h2 span.imgnone{
  padding-left: 0;
  background: none;
}
.eyecatch h2 small {
  display: block;
  font-weight: normal;
  font-size: 1.57rem;
}
.eyecatch .imgbox {
  position: relative;
  min-width: 1120px;
  height: 640px;
  max-height: 640px;
  overflow: hidden;
}
.eyecatch .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -25%;
  margin-left: -50%;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    margin-bottom: 2rem;
  }
  .eyecatch h1,
  .eyecatch h2,
  .eyecatch h2.eyecatch__big{
    margin-bottom: 1rem;
    font-size: 1.80em;/* 21px */
    letter-spacing: -.03em;
  }
  .eyecatch h2 small {
    display: block;
    font-weight: normal;
    font-size: 1rem;
  }
  .eyecatch h2 span {
    display: inline-block;
    padding: 5px 0;
    padding-left: 60px;
    background: url(/item/img/products/310801-009001-001001/ruck_ttl_img.png) no-repeat 0 0;
    background-size: 54px auto;
  }
  .eyecatch .imgbox {
    position: relative;
    min-width: 100%;
    height: inherit;
    max-height: inherit;
    overflow: visible;
  }
  .eyecatch .imgbox img {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
}

/*-------------------------------------------
リュック一覧
-------------------------------------------*/
.ruck_itemBox {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.ruck_itemBox li {
  width: 220px;
  margin-right: 2%;
  border: 1px solid #ddd;
}
.ruck_itemBox li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  line-height: 130%;
  font-size: .928em;
  letter-spacing: -.01em;
  color: #453e3c;
  font-weight: bold;
}
.ruck_itemBox li a img {
  display: block;
  margin-bottom: .3rem;
}
@media screen and (max-width: 768px) {
  .ruck_itemBox {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .ruck_itemBox li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .ruck_itemBox li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
  }
  .ruck_itemBox li a img {
    width: 30%;
    height: inherit;
    margin-right: 15px;
  }
  .ruck_itemBox li a span {
    display: block;
    width: 68%;
  }
}

/**/
.outline {
  padding: 0 0 60px;
  text-align: center;
}
.outline h3 {
  margin-bottom: 2.5rem;
  font-size: 1.57em; /* 22px */
}
.outline h3 span {
  padding-bottom: .5rem;
}
.outline p {
  font-size: 1.21em; /* 17px */
  line-height: 2;
}

.outline.mid {
  padding: 0 0 10px;
  text-align: center;
}
.outline.mid p {
  font-size: 1.07em; /* 15px */
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .outline {
    padding: 0 0 2rem;
  }
  .outline.mid {
    padding: 0 10px 10px;
    text-align: left;
  }
  .outline h3 {
    margin-bottom: 1.5rem;
    font-size: 1.38em; /* 18px */
  }
  .outline h3 span {
    padding-bottom: .5rem;
  }
  .outline p {
    font-size: 1em; /* 13px */
    line-height: 2;
  }
  .outline.mid p {
    font-size: 1em; /* 13px */
    line-height: 1.8;
  }
  #allruck .outline.ruck_item__txt {
    padding-bottom: 0;
    text-align: left;
  }
}


.bg-color__base.commentType {
  padding: 0;
}
.commentType .contents {
  position: relative;
  bottom: -40px;
  z-index: 10;
}
.commentType::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 1;
}
.commentbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  z-index: 100;
}
.commentbox.reverse {
  flex-direction: row-reverse;
}
.commentbox .phbox {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.commentbox .phbox img {
  width: 100%;
}
.commentbox .txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 20px 0;
  margin-left: -50px;
  box-sizing: border-box;
  background: #fff;
}
.commentbox.reverse .txtbox {
  margin-left: 0;
  margin-right: -50px;
}
.commentbox .txtbox p {
  padding: 20px;
  font-size: 1.07em; /* 15px */
}
@media screen and (max-width: 768px) {
  .bg-color__base.commentType {
    padding: 2.5rem 0 1rem;
  }
  .commentType .contents {
    bottom: 0;
  }
  .commentType::before {
    content: none;
  }
  .commentbox {
    flex-direction: column;
    margin-bottom: 1.5rem;
    z-index: 100;
  }
  .commentbox.reverse {
    flex-direction: column;
  }
  .commentbox .phbox {
    width: 100%;
    height: inherit;
    overflow: visible;
  }
  .commentbox .txtbox {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  .commentbox.reverse .txtbox {
    margin-right: 0;
  }
  .commentbox .txtbox p {
    padding: 15px 10px;
    font-size: 1em; /* 13px */
  }
}


/* frame付きボックス */
.item__flameBox {
  position: relative;
  padding: 20px 30px 50px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background: url(/item/img/common/bg_flame_top.gif) no-repeat 0 0;
}
.item__flameBox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 60px;
  background: url(/item/img/common/bg_flame_btm.gif) no-repeat 0 100%;
}
.item__flameBox .flag {
  position: absolute;
  top: -7px;
  left: 30;
  z-index: 1000;
  width: 86px;
  height: 133px;
}
.item__flameBox .flag img {
  width: 100%;
}
.item__flameBox .phbox {
  width: 450px;
  height: 600px;
  overflow: hidden;
}
.item__flameBox .phbox img {
  width: 100%;
}
.item__flameBox .ttlbox {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 2rem;
}
.item__flameBox .ttlbox h2 {
  margin-bottom: 2.5rem;
}
.item__flameBox .ttlbox p {
  font-size: 1.28em; /* 18px */
  font-weight: 600;
}

.item__flameBox .two-column {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 40px;
}
.two-column .txtbox {
  width: 485px;
  padding: 20px 30px 0 0;
}
.two-column .txtbox h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5em; /* 21px */
}
.two-column .txtbox p {
  font-size: 1.07em; /* 15px */
  line-height: 2.13;
}
.pickup {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 2.5rem;
  background: #f6f2ed;
}
.pickup .txt {
  width: 280px;
  padding: 30px 22px 10px;
  box-sizing: border-box;
}
.pickup .txt h4 {
  margin-bottom: .8rem;
  font-size: 1.14em; /* 16px */
  line-height: 1.75;
}
.pickup .txt p {
  line-height: 1.84;
  font-size: .928em; /* 13px */
}

@media screen and (max-width: 768px) {
  /* frame付きボックス */
  .item__flameBox {
    position: relative;
    padding: 15px;
    margin-bottom: 3rem;
    box-sizing: border-box;
    background: url(/item/img/common/bg_flame_sp_top.gif) no-repeat 50% 0;
    background-size: cover;
  }
  .item__flameBox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    background: url(/item/img/common/bg_flame_sp_btm.gif) no-repeat 50% 100%;
    background-size: cover;
  }

  .item__flameBox .flag {
    top: -7px;
    left: 15px;
    width: 56px;
    height: auto;
  }
  .item__flameBox .phbox {
    width: 100%;
    height: inherit;
    margin-top: 1rem;
    overflow: visible;
  }
  .item__flameBox .ttlbox {
    padding-top: 10px;
    margin-bottom: 1rem;
  }
  .item__flameBox .ttlbox h2 {
    font-size: 1.38em; /* 18px */
    margin-bottom: .8rem;
  }
  .item__flameBox .ttlbox p {
    font-size: 1em; /* 13px */
  }
  .item__flameBox .ttlbox p span {
    position: relative;
    width: 100%;
    padding: 0 0;
  }
  
  .item__flameBox .two-column {
    flex-direction: column;
    padding: 0;
  }
  .two-column .txtbox {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .two-column .txtbox h3 {
    margin-bottom: .5rem;
    font-size: 1.38em; /* 18px */
  }
  .two-column .txtbox p {
    font-size: 1em; /* 13px */
    line-height: 2.13;
  }
  .pickup {
    width: 100%;
    margin: 1.5rem auto 0;
    background: #f6f2ed;
  }
  .pickup .txt {
    width: 50%;
    padding: 25px 10px;
  }
  .pickup .txt h4 {
    margin-bottom: .5rem;
    font-size: .923em; /* 12px */
    line-height: 1.75;
  }
  .pickup .ph {
    width: 50%;
  }
  .pickup .ph img {
    width: 100%;
  }
  .pickup .txt p {
    line-height: 1.5;
    font-size: .846em; /* 11px */
    margin-bottom: 1rem;
  }
}


.ruck__kodawari {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ruck__kodawari_box {
  width: 540px;
  margin-bottom: 3.5rem;
  text-align: center;
}
.ruck__kodawari_box_left {
  width: 540px;
  margin-bottom: 3.5rem;
  text-align: left;
  font-size: 1.21em; /* 17px */
}
.ruck__kodawari__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.ruck__kodawari_box .cynical {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  background: #dbbe78;
  font-size: 1em; /* 16px */
  line-height: 1;
}
.ruck__kodawari_box .cynical span {
  display: block;
  font-weight: 600;
  padding-top: 5px;
}
.ruck__kodawari_box .cynical .num {
  font-size: 1.85; /* 26px */
}
.ruck__kodawari_box h4 {
  margin-left: 15px;
  font-size: 1.5em; /* 21px */
}
.ruck__kodawari_box p.ruck__kodawari_txt {
  font-size: 1.21em; /* 17px */
}
.ruck__kodawari_box .ruck__kodawari_img {
  width: 540px;
  height: 324px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.ruck__kodawari_box .ruck__kodawari_img img {
  width: 100%;
}
.note {
  width: 980px;
  margin: 0 auto;
  border: 1px solid #453e3c;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: .857em; /* 12px */
}
@media screen and (max-width: 768px) {
  .ruck__kodawari {
    flex-direction: column;
  }
  .ruck__kodawari_box {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .ruck__kodawari_box_left {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: left;
    font-size: 1.21em; /* 17px */
  }
  .ruck__kodawari__ttl {
    margin-bottom: .5rem;
  }
  .ruck__kodawari_box .cynical {
    width: 60px;
    height: 60px;
    font-size: .846em; /* 11px */
  }
  .ruck__kodawari_box .cynical .num {
    font-size: 1.23em; /* 16px */
  }
  .ruck__kodawari_box h4 {
    font-size: 1.23em; /* 16px */
  }
  .ruck__kodawari_box p.ruck__kodawari_txt {
    font-size: .923em; /* 12px */
  }
  .ruck__kodawari_box .ruck__kodawari_img {
    width: 100%;
    height: inherit;
    overflow: visible;
    margin-bottom: .8rem;
  }
  .note {
    width: 94%;
    text-align: left;
    padding: 15px;
    font-size: .923em; /* 12px */
  }
}

/*　ItemList */
.itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1rem;
}
.itemlist__box {
  width: 240px;
  margin-bottom: 3rem;
  text-align: center;
}
.itemlist__box .itemlist__img {
  margin-bottom: 1rem;
}
.itemlist__box h5 {
  margin-bottom: .5rem;
  font-size: 1.14em; /* 16px */
}
.itemlist__box .itemlist__txt {
  font-size: .857em; /* 12px */
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  /*　ItemList */
  .itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem 5px 0;
  }
  .itemlist__box {
    width: 48%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .itemlist__box .itemlist__img img {
    width: 100%;
  }
}
/* ========================================================
商品詳細のカート誘導フローティングボタン 
======================================================== */
.floting {
  position: fixed;
  bottom: 0;
  transform: translate3d(0,100px,0);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 10px;
  z-index: 900;
}
.floting .lisu-button--flotingToCart {
  width: 80px;
  height: 80px;
}
.floting .lisu-button--flotingToCart img {
  width: 100%;
}
.floting.on {
  transform: translate3d(0,0,0);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lisu-button--flotingToCart__label{
  display: none;
}
@media screen and (max-width: 768px) {
  .floting .lisu-button--flotingToCart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 98%;
    height: 50px;
    background: #E8BF4D;
    color: #453E3C;
    font-weight: bold;
    padding: 1.2em 1.2em 1.1em;
    text-decoration: none;
  }
  .lisu-button--flotingToCart__label {
    display: block;
    font-size: 1.28em;
    padding-left: 30px;
    background: url(/item/img/common/icon_btn_cart_bk.svg) no-repeat 0 46%;
    background-size: 18px 15px;
  }
  
  .floting .lisu-button--flotingToCart img{
    display: none;
  }
}





/* Wrapping */
.wrappingbox {
  display: flex;
  justify-content: space-between;
}
.wrappingbox__box {
  width: 540px;
}
.wrappingbox__img {
  margin-bottom: 1.5rem;
}
.wrappingbox__box h3 {
  margin-bottom: .8rem;
  font-size: 1.28em; /* 18px */
}
.wrappingbox__box h4 {
  margin-bottom: .5rem;
  font-size: 1.07em; /* 15px */
}
.wrappingbox__txt {
  margin-bottom: 1.5rem;
  font-size: .928em; /* 13px */
}

.wrappingbox__box_in {
  display: flex;
}
.wrappingbox__box_in .txt {
  padding: 10px 0 10px 20px;
}
.wrappingbox__box_in .txt h4 {
  margin-bottom: .3rem;
}
@media screen and (max-width: 768px) {
  /* Wrapping */
  .wrappingbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .wrappingbox__box {
    width: 100%;
  }
  .wrappingbox__img {
    margin-bottom: 1.5rem;
  }
  .wrappingbox__img img {
    width: 100%;
  }
  .wrappingbox__box h3 {
    margin-bottom: .5rem;
    font-size: 1.28em; /* 18px */
  }
  .wrappingbox__box h4 {
    margin-bottom: .5rem;
    font-size: 1.07em; /* 15px */
  }
  .wrappingbox__txt {
    margin-bottom: 1.5rem;
    font-size: .928em; /* 12px */
  }
  .wrappingbox__txt:last-child {
    margin-bottom: 0;
  }

  .wrappingbox__box_in {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 3rem;
    background: #fff;
  }
  .wrappingbox__box_in img {
    width: 100%;
  }
  .wrappingbox__box_in .txt {
    padding: 15px 15px 0 16px;
    font-size: .928em; /* 12px */
  }
  .wrappingbox__box_in .txt h4 {
    margin-bottom: .3rem;
    font-size: 1em;
  }
}


.multi-column {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.multi-column .thumbbox {
  text-align: center;
  text-decoration: none;
  color: #453e3c;
  width: 360px;
  margin-right: 20px;
  margin-bottom: 2rem;
  font-size: .857em; /* 12px */
}
.multi-column .thumbbox:nth-child(3n) {
  margin-right: 0;
}
.multi-column .thumbbox .thumb {
  margin-bottom: 1rem;
}
.multi-column .thumbbox .sttl {
  margin-bottom: .5rem;
  font-weight: bold;
  font-size: 1.28em; /* 18px */
}
@media screen and (max-width: 768px) {
  .multi-column {
    width: 100%;
    margin-bottom: 3rem;
  }
  .multi-column .thumbbox {
    color: #453e3c;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.8rem;
    font-size: .923em; /* 12px */
  }
  .multi-column .thumbbox img {
    width: 100%;
  }
  .multi-column .thumbbox .thumb {
    margin-bottom: .5rem;
  }
  .multi-column .thumbbox .sttl {
    margin-bottom: .3rem;
    font-size: 1.23em; /* 16px */
  }
  .multi-column .thumbbox p {
    padding: 0 10px;
  }
}

/* レコメンド */
.recommendbox {
  display: flex;
  flex-wrap: wrap;
}
.recommendbox .thumbbox {
  width: 210px;
  margin-right: 17px;
  margin-bottom: 2rem;
  font-size: .928em; /* 13px */
}
.recommendbox .thumbbox:nth-child(5n) {
  margin-right: 0;
}
.recommendbox .thumbbox .thumb {
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  /* レコメンド */
  .recommendbox {
    display: flex;
    flex-wrap: wrap;
  }
  .recommendbox .thumbbox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    font-size: .923em; /* 12px */
  }
  .recommendbox .thumbbox:nth-child(5n) {
    margin-right: 2%;
  }
  .recommendbox .thumbbox:nth-child(2n) {
    margin-right: 0;
  }
  .recommendbox .thumbbox .thumb {
    margin-bottom: .5rem;
  }
  .recommendbox .thumbbox .thumb img {
    width: 100%;
  }
}

.itembox {
  display: flex;
  flex-wrap: wrap;
}
.itembox .thumbbox {
  width: 250px;
  margin-right: 40px;
  margin-bottom: 2rem;
  font-size: .928em; /* 13px */
}
.itembox .thumbbox:nth-child(4n) {
  margin-right: 0;
}
.itembox .thumbbox .thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.itembox .thumbbox .thumb img {
  width: 100%;
}
.itembox .thumbbox .brand span {
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: .2rem;
  background: #f6f2ed;
  font-size: .857em; /* 12px */
}
.itembox .thumbbox .price {
  font-size: .928em; /* 13px */
}
.itembox .thumbbox .price span {
  display: inline-block;
  padding: 0 2px;
  font-weight: 600;
  font-size: 1.07em; /* 14px */
}

@media screen and (max-width: 768px) {
  /*  */
  .itembox {
    display: flex;
    flex-wrap: wrap;
  }
  .itembox .thumbbox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    font-size: .923em; /* 12px */
  }
  .itembox .thumbbox:nth-child(5n) {
    margin-right: 0;
  }
  .itembox .thumbbox:nth-child(2n) {
    margin-right: 0;
  }
  .itembox .thumbbox .thumb {
    width: 100%;
    height: inherit;
    margin-bottom: .5rem;
  }
  .itembox .thumbbox .thumb img {
    width: 100%;
  }
}



.fs-c-productList__controller {
  align-items: flex-end;
}
.fs-c-sortItems {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.fs-c-sortItems p.fs-c-sortItems__label {
  margin-right: 20px;
}
.fs-c-sortItems__list {
  display: flex;
  margin-left: 20px;
}
.fs-c-sortItems__list li {
  margin-right: 20px;
}
.fs-c-sortItems__list li:last-child {
  margin-right: 0;
}
.fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
  display: inline-block;
  min-width: 80px;
  padding: 6px 15px;
  border-radius: 20px;
  text-align: center;
  background: #ece4da;
  text-decoration: none;
  color: #453e3c;
}
.fs-c-sortItems__list li span.fs-c-sortItems__list__item__label {
  background: #453e3c;
  color: #fff;
}

.fs-c-pagination {
  display: flex;
  justify-content: center;
  align-content: center;
}
.fs-c-pagination__item--prev {
  margin-right: 25px;
}
.fs-c-pagination__item--next {
  margin-left: 25px;
}

.fs-c-pagination__item {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  text-decoration: none;
}
a.fs-c-pagination__item:hover {
  text-decoration: underline;
}

.fs-c-pagination__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #333;
}

.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
  position: relative;
  top: 8px;
  display: flex;
  align-items: center;
  min-width: 30px;
  height: 28px;
  text-align: center;
  background: #ece4da;
  text-decoration: none;
  color: #453e3c;
}

.fs-c-pagination__item--prev.fs-c-pagination__item::after,
.fs-c-pagination__item--next.fs-c-pagination__item::after {
  content: none;
}
.fs-c-pagination__item.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #333;
}
.fs-c-pagination__item--prev.fs-c-pagination__item::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-left: 1px solid #453e3c;
  border-bottom: 1px solid #453e3c;
  border-right: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}
.fs-c-pagination__item--next.fs-c-pagination__item::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #453e3c;
  border-top: 1px solid #453e3c;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}


@media screen and (max-width: 768px) {
  .fs-c-sortItems {
    position: relative;
    display: flex;
    width: 98%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px auto 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-size: 1.15em;
  }
  .fs-c-sortItems .fs-c-sortItems__label {
    position: relative;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    margin-top: -15px;
    font-weight: 600;
  }
  .fs-c-sortItems .fs-c-sortItems__label {
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
  }
  .fs-c-sortItems__list {
    position: relative;
    z-index: 100;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
    border-left: none;
    margin-left: 0;
  }
  .fs-c-sortItems__list li {
    margin-right: 0;
  }
  .fs-c-sortItems__list li .fs-c-sortItems__list__item__label {
    display: inline-block;
    min-width: 90px;
    padding: 6px 14px;
    border-radius: 20px;
    text-align: center;
    background: #ece4da;
    text-decoration: none;
    color: #453e3c;
    font-size: .8em; /* 12px */
    white-space: nowrap;
  }

  .fs-c-listControl {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}



.lisu-cartbox {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto 2rem;
}
.lisu-cartbox__leftbox {
  width: 536px;
}
.lisu-cartbox__rightbox {
  width: 536px;
}


/* 見出し領域 */
.fs-c-productNameHeading {
  margin-bottom: .8rem;
  font-weight: 600;
}
.fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: .3rem;
  font-size: 1.07em; /* 15px */
}
.fs-c-productNameHeading__name {
  font-size: 1.5em; /* 21px */
}

/* ブランド、商品番号 */
.lisu-productInfo {
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
}
.lisu-shippingSchedule {/* 発送予定日（独自？） */
  margin-bottom: .5rem;
}

/* ブランドタイプ */
.brand__lisumom.fs-c-productMark__mark--9 {
  display: inline-block;
  padding: 6px 10px;
  margin-right: .6rem;
  background: #f6f2ed;
  font-size: .857em; /* 12px */
}


/* 料金とポイント表示 */
.lisu-pricePoint {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.fs-c-productPrices {
  margin-right: .8rem;
}
.fs-c-price__currencyMark {
  font-size: 1.28em; /* 18px */
  font-weight: 600;
}
.fs-c-price__value {
  font-size: 1.57em; /* 22px */
  font-weight: 600;
}
.product-naire_check {
  display: none;
  margin-bottom: 1.3rem;
}
.product-naire_check a.modal-check {
  padding: 8px 45px 8px 25px;
  border: 1px solid #453e3c;
  text-decoration: none;
  color: #453e3c;
  background: url(/item/img/common/icon_plus_modal.svg) no-repeat 95% 50%;
  background-size: 11px 11px;
}
.product-naire_check.show {
  display: block;
}


/* バリエーション */
dt.fs-c-productOption__name,
dt.fs-c-productSelection__name {
  display: flex;
  align-items: center;
  width: 34%;
  border-top: 1px solid #a29f9e;
}
dd.fs-c-productOption__option,
dd.fs-c-productSelection__selection {
  width: 66%;
  border-top: 1px solid #a29f9e;
  font-size: .923em; /* 13px */
}
.fs-c-variationAndActions__variationLabel,
.fs-c-productOption__name,
.fs-c-productSelection__name {
  padding: 10px;
  background: #f6f2ed;
  font-weight: 600;
}
.fs-c-productOption__option,
.fs-c-variationAndActions__variation,
.fs-c-productSelection__selection {
  padding: 10px;
}

dl.fs-c-productOption,
dl.fs-c-productSelection {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: .928em; /* 13px */
  border: 1px solid #a29f9e;
  border-top: 0;
}
.fs-c-variationAndActions__variationLabel {
  border: 1px solid #a29f9e;
  font-size: .923em; /* 13px */
}
.fs-c-variationAndActions__variation {
  border: 1px solid #a29f9e;
  border-top: 0;
  margin-bottom: 1rem;
  font-size: .923em; /* 13px */
}
.fs-c-buttonContainer--inquiryAboutProduct {
  display: flex;
  justify-content: flex-end;
}

.lisu-link__giftWrapping {
  margin-bottom: 1rem;
}


.fs-c-productSelection__selection {
  margin: 0;
}
.fs-c-dropdown::after {
  padding: 8px 5px;
}
.fs-c-dropdown__menu {
  padding: 4px 3.5em 0 8px;
}
@media screen and (max-width: 768px) {
  dl.fs-c-productOption,
  dl.fs-c-productSelection {
    flex-direction: column;
  }
  dt.fs-c-productOption__name,
  dt.fs-c-productSelection__name {
    width: 100%;
  }
  dd.fs-c-productOption__option,
  dd.fs-c-productSelection__selection {
    width: 100%;
  }
}

.lisu-link__giftWrapping a {
  position: relative;
  padding-left: 16px;
}
.lisu-link__giftWrapping a:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #453e3c;
  border-top: 1px solid #453e3c;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* カート領域 */
.lisu-cartbox .fs-c-quantity {
  position: relative;
  padding-left: 40px;
}
.lisu-cartbox .fs-c-quantity::before {
  content: "数量";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.lisu-cartbox .fs-c-quantity select {
  width: 3.5em;
}
.fs-c-productQuantityAndWishlist {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.lisu-button--addToCart--detail {
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 1.28em; /* 18px */
  margin-bottom: 1rem;
  background: #453e3c;
}
.lisu-button--addToCart--detail span {
  padding-left: 30px;
  background: url(/item/img/common/icon_btn_cart.svg) no-repeat 0 46%;
  background-size: 18px 15px;
}
.lisu-button--contact--detail {
  color: #fff;
  width: 100%;
  max-width: 243px;
  height: 36px;
  box-sizing: border-box;
  font-size: .928em; /* 13px */
  padding-left: 15px;
  margin-bottom: 1rem;
  background: #b4b1b0 url(/item/img/common/icon_btn_mail.svg) no-repeat 13px 46%;
  background-size: 15px 11px;
}

.lisu-button--fav--detail {
  color: #fff;
  width: 100%;
  max-width: 243px;
  height: 36px;
  box-sizing: border-box;
  font-size: .928em; /* 13px */
  padding: 0 20px 0 37px;
  background: #b4b1b0; 
  /*background: #b4b1b0 url(/item/img/common/icon_btn_fav.svg) no-repeat 13px 48%;
  background-size: 15px 11px;*/
}
.fs-c-productQuantityAndWishlist {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.fs-c-productOption__comment {
  margin-top: .5rem;
}
.fs-c-variationAndActions__stockSignLegend {
  margin-bottom: 1.3rem;
  font-size: .928em; /* 13px */
}
.fs-c-price__currencyMark {
  
}

/* レビュー */
.lisu-bg--Review {
  position: relative;
  margin-bottom: 5rem;
  padding: 20px 0;
  background: #f6f2ed;
}
.fs-c-productReview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: #f6f2ed;
}
.fs-c-productReview__aggregateRating {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 1.14em; /* 16px */
  font-weight: 600;
}
.fs-c-aggregateRating__count {
}
.fs-c-rating__value {
  color: #c1272d;
}

.fs-c-reviewList__item {
  width: 100%;
  margin-bottom: 1rem;
  padding: 20px 50px;
  box-sizing: border-box;
  background: #fff;
}
.fs-c-reviewInfo__reviewer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.fs-c-reviewer__name {
  margin-right: 20px;
}
.fs-c-reviewer__name__nickname {
  font-size: 1.14em; /* 16px */
}
.fs-c-reviewer__status {
  margin-right: 15px;
}
.fs-c-reviewInfo__date {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.fs-c-reviewInfo__date dt {
  padding-right: 8px;
}
.fs-c-reviewRating {
  font-size: 1.14em; /* 16px */
}
.fs-c-reviewList__item__info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #a29f9e;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.fs-c-button--addReview--detail {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #453e3c;
  width: 100%;
  max-width: 250px;
  height: 40px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #a29f9e;
  background: #fff;
  text-decoration: none;
}

.fs-c-button--viewAllReviews {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  max-width: 250px;
  height: 40px;
  box-sizing: border-box;
  padding: 0;
  background: #453e3c;
  background-size: 15px 11px;
  text-decoration: none;
}
a.fs-c-button--viewAllReviews:hover,
a.fs-c-button--viewAllReviews:visited {
  color: #fff;
}

.fs-c-buttonContainer--viewAllReviews {
  width: 250px;
  margin-right: 20px;
}
.fs-c-productReview__addReview {
  width: 250px;
}

.fs-c-modal__header {
  padding: 20px;
  text-align: center;
  background: #f6f2ed;
}

@media screen and (max-width: 768px) {
  .lisu-cartbox {
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lisu-cartbox__leftbox {
    width: 100%;
  }
  .lisu-cartbox__rightbox {
    width: 100%;
  }
  
  /**/
  .fs-l-productLayout {
    display: block;
  }
  
  .fs-c-reviewList__item {
    padding: 20px 15px;
  }
}


#fs_ReviewsByProduct .fs-c-listControl {
  margin-bottom: 1rem;
}

#fs_ReviewsByProduct .fs-c-reviewList--product .fs-c-reviewList__item {
  grid-template: 1fr / 1fr;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
  display: flex;
  border: 1px solid #a29f9e;
}
#fs_ReviewsByProduct .fs-c-reviewList--product .fs-c-reviewList__item__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 2;
}
#fs_ReviewsByProduct .fs-c-reviewInfo__reviewer {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
#fs_ReviewsByProduct .fs-c-reviewList--product .fs-c-reviewList__item__body {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  font-size: .857em;
}





/* ショッピングカート */
.cartnav {
  margin-top: 2rem;
}
.fs-c-cartTable__productName__name {
  font-size: 1.28em; /* 18px */
  font-weight: 600;
}
.fs-c-cartTable__headerCell--action {
  width: 12%;
}
.fs-c-cartTable__actionButton__container > button {
  font-size: .857em; /* 12px */
}
.fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity {
  width: 60px;
}
.fs-c-cartTable .fs-c-price__price {
  align-items: baseline;
}
.fs-c-cartTable__unitPrice {
  display: flex;
  flex-wrap: wrap;
  font-size: .714em;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: .857em;
}
.fs-c-cartTable__row .fs-c-listedOptionPrice {
  font-size: 1em;
  align-items: center;
}
.fs-c-cartDiscountInfo__info {
  align-items: baseline;
}
.fs-c-cartTable__row .fs-c-price__addon {
  display: inline-block;
  font-size: .857em;
}
.fs-c-anotherLogin {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fs-c-anotherLogin {
    width: 100%;
    margin: 0 auto;
  }
}
/**/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: .857em;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-size: 2.8em;
}

.fs-c-dropdown__menu > option {
  font-weight: 500;
}

.fs-c-continueShopping {
  margin-bottom: 3rem;
}


/* お気に入り */
.fs-c-wishlistProduct {
  
}
.fs-c-wishlistProduct__header {
  margin-bottom: 2rem;
}


/* 会員情報詳細 */
/*-- fs-c-inputTable ----------------------*/

.fs-c-inputTable {
	border: 1px solid #cccccc;
	background: #FFF;
}
.fs-c-inputTable th {
  background: #f6f2ed;
}
.fs-c-inputTable th,
.fs-c-inputTable td {
  padding: 10px;
	text-align: left;
	border-top: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.fs-c-inputTable tr:first-child th,
.fs-c-inputTable tr:first-child td {
	border-top: none;
}
.fs-c-inputTable tbody:not(:first-child) tr th,
.fs-c-inputTable tbody:not(:first-child) tr td {
	border-top: 1px solid #e4e4e4;
}
.fs-c-inputTable th {
	background: #f4f4f4;
}
.fs-body-newsletter-subscribe .fs-c-inputTable th {
  width: 230px;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .fs-c-inputInformation__field {
    margin: 24px auto;
    max-width: 800px;
  }
  .fs-c-inputTable > tbody > tr {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .fs-c-inputTable td {
    width: 100%;
  }
  
  .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    width: 220px;
  }
  .fs-c-inputTable th {
    width: 220px;
  }
}

/* 商品グループ一覧 */
.fs-c-productList__list__item .fs-c-productName__copy,
.fs-c-productListCarousel__list__item .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list__item > * + * {
  margin-top: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--plain {
  width: 180px;
}
.fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 1em;
}
.fs-c-productList__list .fs-c-productListItem__image {
  margin-bottom: .8rem;
}
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-price {
  font-size: .857em;
}

.fs-c-productList__list .fs-c-productMarks {
  margin-bottom: .3em;
}
.fs-c-productList__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  background: #f7f7f7;
  border: none;
  box-shadow: none;
  padding: 0;
}
.fs-c-productList__list .fs-c-button--particular.fs-c-button--addToWishList--icon {
  background: #b4b1b0;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
}
.fs-c-productList__list .fs-c-button--particular {
  color: #fff;
  width: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 36px;
}
.fs-c-productList__list .fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  color: #453e3c;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  font-size: .857em;
}
.fs-c-viewAllProductsLink span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.fs-c-viewAllProductsLink span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 0;
  bottom: inherit;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #453e3c;
  border-top: 1px solid #453e3c;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}



.fs-c-checkout-confirmationList > dd {
  font-size: 1.28em;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  padding: 10px;
}
.fs-c-checkout-confirmationList {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.fs-c-pairList .fs-c-history__quantity + dd {
  padding-top: 0;
}
.fs-c-history__total dt.fs-c-history__quantity {
  padding-top: 9px;
}


/* 商品スライド */
.fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
  width: 500px;
  height: auto;
}

.fs-c-photoswipe .pswp__bg {
  opacity: .8 !important;
}
.fs-c-slick.slick-initialized .slick-slide {
  cursor: pointer;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  border: 2px solid #eeeeee;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: rgba(30, 30, 30, 0.3);
}
.fs-c-slick .slick-prev:hover:before, .fs-c-slick .slick-prev:focus:before,
.fs-c-slick .slick-next:hover:before,
.fs-c-slick .slick-next:focus:before {
  opacity: 1;
  background: #000;
}

.fs-c-slick .slick-prev.slick-disabled:before,
.fs-c-slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  background: rgba(30, 30, 30, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* おすすめ商品（カート） */
.cartnav .fs-c-featuredProduct__header {
  margin-bottom: 1.5rem;
}


/* おすすめ商品（商品詳細） */
#recommend-item .fs-c-featuredProduct__header {
  margin-bottom: 2rem !important;
}


@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage .fs-c-slick.slick-slider,
  .fs-c-slick.slick-slider {
    width: 96%;
    overflow: auto;
  }
  .slick-list.draggable {
    padding: 0 !important;
  }
}
/*======= 6: form ========================================================*/
input,
label,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	vertical-align: middle;
}
/*----*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
	padding: 10px 15px;
	border: 1px solid #BBB;
	border-radius: 2px;
	background: #F9F9F9;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
	width: 100%;
}
textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	min-height: 130px;
	padding: 10px 15px;
	font-size: 100%;
}

/*----*/
input[type=checkbox],
input[type=radio] {
	margin-right: 10px;
	margin-bottom: 3px
}

.input_column {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.input_column span {
  white-space: nowrap;
}
.input_column input[type=text] {
  width: 12%;
  margin-right: 4px;
}
/*----*/
select {
	height: 40px;
	padding: 0 5px;
	border: 1px solid #BBB;
	border-radius: 2px;
	background: #F9F9F9;
}


@media screen and (max-width: 768px) {
  
	::-ms-expand {
		display: none;
	}

	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=password],
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 10px;
		border: 1px solid #bbb;
		border-radius: 2px;
		box-sizing: border-box;
	}
  
	/*input::-webkit-input-placeholder{
		padding-top: 3px;
		font-size: 12px;
	}
	input:-moz-placeholder{
		padding-top: 3px;
		font-size: 12px;
	}
	input::-moz-placeholder{
		padding-top: 3px;
		font-size: 12px;
	}
	input:placeholder-shown {
    padding-top: 3px;
		font-size: 12px;
	}
	input:-ms-input-placeholder {
		padding-top: 3px;
		font-size: 12px;
	}*/
  
  .input_column {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .input_column span {
    white-space: nowrap;
  }
  .input_column input[type=text] {
    width: 12%;
    margin-right: 4px;
  }

}
button {
	display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
}


label.error {
  color: #da4453;
  font-weight: 600;
}
input.error {
  border-color: #da4453;
  background-color: #fcf5c2;
}
/*======= 7: link ========================================================*/
a {
	color: #254294;
	text-decoration: underline;
}
a:hover {
	opacity: 1;
	text-decoration: none;
}
a.ov:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
a.blank {
  padding: .2rem 1.3rem 0 0;
  background: #fff url(/item/img/common/icon_blank.svg) no-repeat 100% 50%;
  background-size: 13px 13px;
}
a.disabled {
  pointer-events: none;
}
.logout__mypage {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
/*.logout__mypage a.fs-pt-menu__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f13e";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}*/
@media screen and (max-width: 768px) {
  .ft_navlist a.disabled {
    pointer-events: auto;
  }
}


/*======= 8: other =======================================================*/
/*-- Lazy Load --*/
.afbox {
  opacity: 0;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  zoom: 1;
  transition: all 1s;
}
/* [img] -------------------- */
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* [display] ---------------- */
@media screen and (min-width: 769px) { /* for PC */
	.pc	{ display: block; }
  .sp	{ display: none; }
}
@media screen and (max-width: 768px) {
	.pc	{ display: none; }
  .sp	{ display: block; }
  .imgfull { width: 100%; }
}

/* [align] ------------------ */
.al_l { text-align: left !important; }
.al_r { text-align: right !important; }
.al_c { text-align: center !important; }
.vl_t { vertical-align: top !important; }
.vl_m { vertical-align: middle !important; }
.vl_b { vertical-align: bottom !important; }

/* [font-family] ------------------ */
.fw1{
  font-family:'こぶりなゴシック W1 JIS2004','Koburina Gothic W3 JIS2004','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif !important;
  transform: rotate(0.001deg);
}
.fw3{
  font-family:'こぶりなゴシック W3 JIS2004','Koburina Gothic W3 JIS2004','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif !important;
  transform: rotate(0.001deg);
}
.fw6{
  font-family:'こぶりなゴシック W6 JIS2004','Koburina Gothic W6 JIS2004','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif !important;
  transform: rotate(0.001deg);
}

/* [font size] ------------------ */
.fs_sm { font-size: .857em; /* 12px */ }
.fs_m { font-size: 1em; /* 14px */ }
.fs_l { font-size: 1.28em; /* 18px */ }

/* [color] ------------------ */
.text-red { color: #c1272d; }

/* [margin,padding] --------- */
.ma0a { margin: 0 auto; }
.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt5, .mv5, .ma5 { margin-top:    5px !important; }
.mr5, .mh5, .ma5 { margin-right:  5px !important; }
.mb5, .mv5, .ma5 { margin-bottom: 5px !important; }
.ml5, .mh5, .ma5 { margin-left:   5px !important; }
.pt5, .pv5, .pa5 { padding-top:   5px !important; }
.pr5, .ph5, .pa5 { padding-right: 5px !important; }
.pb5, .pv5, .pa5 { padding-bottom:5px !important; }
.pl5, .ph5, .pa5 { padding-left:  5px !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt15, .mv15, .ma15 { margin-top:    15px !important; }
.mr15, .mh15, .ma15 { margin-right:  15px !important; }
.mb15, .mv15, .ma15 { margin-bottom: 15px !important; }
.ml15, .mh15, .ma15 { margin-left:   15px !important; }
.pt15, .pv15, .pa15 { padding-top:   15px !important; }
.pr15, .ph15, .pa15 { padding-right: 15px !important; }
.pb15, .pv15, .pa15 { padding-bottom:15px !important; }
.pl15, .ph15, .pa15 { padding-left:  15px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.mt50, .mv50, .ma50 { margin-top:    50px !important; }
.mr50, .mh50, .ma50 { margin-right:  50px !important; }
.mb50, .mv50, .ma50 { margin-bottom: 50px !important; }
.ml50, .mh50, .ma50 { margin-left:   50px !important; }
.pt50, .pv50, .pa50 { padding-top:   50px !important; }
.pr50, .ph50, .pa50 { padding-right: 50px !important; }
.pb50, .pv50, .pa50 { padding-bottom:50px !important; }
.pl50, .ph50, .pa50 { padding-left:  50px !important; }
.mt60, .mv60, .ma60 { margin-top:    60px !important; }
.mr60, .mh60, .ma60 { margin-right:  60px !important; }
.mb60, .mv60, .ma60 { margin-bottom: 60px !important; }
.ml60, .mh60, .ma60 { margin-left:   60px !important; }
.pt60, .pv60, .pa60 { padding-top:   60px !important; }
.pr60, .ph60, .pa60 { padding-right: 60px !important; }
.pb60, .pv60, .pa60 { padding-bottom:60px !important; }
.pl60, .ph60, .pa60 { padding-left:  60px !important; }
.mt80, .mv80, .ma80 { margin-top:    80px !important; }
.mr80, .mh80, .ma80 { margin-right:  80px !important; }
.mb80, .mv80, .ma80 { margin-bottom: 80px !important; }
.ml80, .mh80, .ma80 { margin-left:   80px !important; }
.pt80, .pv80, .pa80 { padding-top:   80px !important; }
.pr80, .ph80, .pa80 { padding-right: 80px !important; }
.pb80, .pv80, .pa80 { padding-bottom:80px !important; }
.pl80, .ph80, .pa80 { padding-left:  80px !important; }

@media screen and (max-width: 768px) {
  .sp_mb0 { margin-bottom: 0 !important; }
  .sp_mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp_mb30 { margin-bottom: 30px !important; }
}

/* [clearfix] --------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* clearfix end */