@charset "utf-8";

/* CSS Document */


/* MVをパンくず直下に配置する場合 */

h1 {
  margin: 0;
  /*MVとヘッダの隙間をなくす*/
}

[data-browse-mode="S"] h1 {
  margin: 0 0 0;
  /*MVとヘッダの隙間をなくす*/
}
/* PC表示 */
.forPC{
	display: block!important;
}
.forSP{
	display: none!important;
}
@media screen and (max-width: 767px) {
	.forPC{
	display: none!important;
}
	.forSP{
	display: block!important;
}
}
/* pタグが続くときのマージン削除 
.freepage-frame .sec-inner p + p {
    margin-top: 0;
}*/

img {
  width: 100%;
}
/*余白調整*/
.container_main{
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.container_main{
		padding: 0 10px 100px;
	}
}
/* マージン調整 */

.noteList {
  margin-top: 0;
}
.mgt50 {
  margin-top: 50px;
}
.mgt30 {
  margin-top: 30px;
}

.mgt10{
	margin-top: 10px;
}

/* センター寄せ */

.alC {
  text-align: center;
}


/* アンカー */

a.otherwindow {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background-color: #c00;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 25px;
	border-radius: 5px;
}
a.otherwindow::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/img/usr/freepage/plusone_cp/img/icon_ext_wt.png) no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background-size: contain;
}

/* タイトル調整 */

.ttlLv2 {
  border-bottom: #A19059 1px solid;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block-top-event--header::before {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/img/usr/common/eye_catch.png) left top no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}

.block-top-event--header {
  margin-top: 60px;
}

h2.sec-headlineMgt_set {
  margin-top: 10px;
}

h3.sec-headline {
  margin-top: 50px;
  margin-bottom: 10px;
}

h3.sec-headlineMgt_set {
  margin-top: 10px;
}

.stepLabel {
  font-size: 16px!important;
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 20px 3px 22px;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1.5;
}

.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-width: 30px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
}

.ttlLv3 {
  border-bottom: #A19059 1px solid;
  margin: 40px 0 20px;
}

.ttlLv3 .heading {
  display: inline-block;
  border: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.headingMgt_set {
  margin-top: 30px
}

.freepage-frame h4::before {
  display: none;
}

/* リスト調整 */
.noteList > li:before {
    top: 0.8em;
}
.List > li:before {
    top: 0.7em;
}

/* 赤字 */

.fcRD {
  color: #cc0000;
}

/* カラム */

.clm {
  justify-content: space-between;
}

.clm_7 {
  width: calc((100% - 30%) - 20px);
}

.clm_3 {
  width: 30%;
}

.clm_5 {
  width: calc((100% - 50%) - 20px);
}

@media screen and (max-width: 767px) {
  .clm {
    flex-wrap: wrap;
  }
  .clm_7 {
    width: 100%;
  }
  .clm_3 {
    width: 100%;
  }
  .clm_5 {
    width: 100%;
  }
  .clm>div:not(:first-child) {
    margin-top: 20px;
  }
}


/* ボタン */
.action .btn {
  margin-top: 0;
  display: block;
  padding: 16px 10px;
position: relative;
}
.btn-primary{
	max-width: 600px;
    margin: 0 auto;
}


/* 商品リスト */
.block-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-list li {
  width: calc((100% - 80%) - 8px);
  margin-right: 10px;
}

.block-list li:nth-child(5n) {
  margin-right: 0;
}

.block-list li a:hover {
  text-decoration: underline;
}

.block-list .nostock .block--goods-image {
  position: relative;
}

.block-list .nostock .block--goods-image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("../../img/sys/soldout.png") left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-list--goods-image {
  margin: 0 0 10px 0;
}

.block-list--goods-image figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
.block-list-goods-name-wrap {
	margin: 0 0 10px 0;
	height: 42px;
}
.block-list-goods-name-wrap_mail {
	height: 82px;
}
.block-list--goods-description {
  margin: 0;
}
.block-list--goods-mail{
	margin-top: 2px;
	margin-bottom: 8px;
}
.block-list--goods-mail span{
	border: 1px solid;
    padding: 2px 6px;
    font-size: 13px;
}
.block-list--goods-name-wrap {
  margin: 0 0 10px 0;
}

.block-list--goods-name-wrap .block-list--goods-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-list--goods .price {
  font-weight: normal;
}

.block-list--goods .price, .block-list--goods .default-price {
  text-align: right;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .block-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-list li {
    width: calc(50% - 7.5px);
    margin: 0 0 20px 0;
  }
  .block-list--goods-image {
    width: calc(50vw - 29px);
    height: calc(50vw - 29px);
    margin: 0 0 10px 0;
  }
  .block-list--goods-image figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
  }
  .block-list--goods-description {
    margin: 0;
  }

  .block-list-goods-name-wrap .block-list--goods-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .block-list--price-items .price {
    font-weight: normal;
  }
  .block-list--price-items .price, .block-list--price-items .default-price {
    text-align: right;
  }
  .block-list--price-items .mile {
    font-size: 10px;
  }
}



/* 商品カラム */
.ctm_bdrColumn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ctm_bdrColumn .col{
	border: 1px solid #ccc;
}
.clm_2_5col .col{
	width: 220px;
	padding: 10px;
	margin-top:20px;
}
.clm_2_5col .col .more-button{
	padding: 0;
	margin: 0;
}
.clm_2_5col .col .more-button a{
	width: 100%;
}
.ctm_bdrColumn_img{
	line-height: 0;
}
.ctm_bdrColumn_mile{
    background-color: #8E7315;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.ctm_bdrColumn_txt{
	margin-top: 10px;
	height: 80px;
}
@media screen and (max-width: 767px) {
.ctm_bdrColumn{
	flex-wrap: wrap;
}
.clm_2_5col .col {
    width: calc(50% - 5px);
	margin-top:10px;
}
.ctm_bdrColumn_txt{
	height: 110px;
}
.clm_2_5col .col .more-button a{
	padding: 10px 30px;
    display: block;
    height: auto;
    line-height: 1.3;
}
}


.ippin_img{
	max-width: 600px;
	margin: 30px auto;
}


.block-icon--src1 {
	display:block;
	padding:10px 0 0;
}

.block-icon--src1 img {
  max-width: initial; /* 初期状態にリセット */
  width: auto;
}


/* mcl_tbl */
.mcl_tbl {
  width: 100%;
  margin: 0.8em auto;
}

.mcl_tbl th,
.mcl_tbl td {
  padding: 0.5em;
  border: 1px solid #b5b1b1;
  line-height: 1.6;
  background:#ffffff;
  vertical-align: middle;
}

.mcl_tbl thead th {
  background:#666666;
  color:#ffffff;
}

.mcl_tbl tr:last-child th,.mcl_tbl tr:last-child td {
	text-align:center;
}
.mcl_tbl tr:last-child span {
    display: block;
    transform: rotate(90deg); 
}

/* sp */
@media only screen and (max-width: 480px) {
  .mcl_tbl span {
    display: block;
  }
}

.block-design-title-line {
margin: 50px 0px 25px 0px;
}