@charset "utf-8";

/* CSS Document */


/* MVをパンくず直下に配置する場合 */

.mgt20{
padding:20px;}

.img_bnr{
  max-width: 950px;
    height: auto;
    margin: 0 auto;}

@media screen and (max-width: 767px) {
.img_bnr{
  max-width: 484px;
    height: auto;
    margin: 0 auto;}
}


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;
}
}

.clm {
  display: flex;                 /* 横並び */
  justify-content: space-between; /* 左右にスペース */
  max-width: 1000px;             /* コンテナ幅 */
  margin: 0 auto;                /* 横中央 */
  gap: 20px;                     /* 子要素間のスペース */
}

/* 幅調整（今回は2枚なので50%-10pxくらいでOK） */
.clm_1 {
  width: calc(50% - 10px);
}

.clm_2 {
  width: calc(50% - 10px);
}

/* 画像を幅いっぱいに */
.clm_1 img,
.clm_2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* optional: 角丸 */
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .clm {
    flex-wrap: wrap;
  }
  .clm_1,
  .clm_2 {
    width: 100%;
  }
  .clm > div:not(:first-child) {
    margin-top: 20px;
  }
}


/* 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;
}
.mgt30_sp10 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.mgt30_sp10 {
  margin-top: 10px;
}
}
.mgt10{
        margin-top: 10px;
}

/* センター寄せ */

.alC {
  text-align: center;
}


/* アンカー */

a.otherwindow {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin: 10px auto;
    background-color: #c00;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 25px;
        border-radius: 3px;
}
a.otherwindow::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/img/usr/freepage/amazon-dmcp2403/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_02{
	display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.action .btn {
  margin-top: 0;
  display: block;
  padding: 16px 10px;
position: relative;
}
.btn-primary{
        max-width: 600px;
    margin: 0 auto;
}
.btn-step{
        max-width: 420px;
}

/* 商品リスト */
.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;
}
.ctm_bdrColumn .col{
        border: 1px solid #ccc;
}
.clm_2_4col .col{
        width: 280px;
        padding: 10px;
}
.clm_2_4col .col .more-button{
        padding: 0;
        margin: 0;
}
.clm_2_4col .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_4col .col {
    width: calc(50% - 5px);
}
.clm_2_4col .col:nth-of-type(n+3) {
    margin-top: 10px;
}
.ctm_bdrColumn_txt{
        height: 90px;
}
.clm_2_4col .col .more-button a{
        padding: 10px 30px;
    display: block;
    height: auto;
    line-height: 1.3;
}
}
@media screen and (max-width: 374px) {
	.ctm_bdrColumn_txt{
        height: 110px;
}}

.ippin_img{
        max-width: 600px;
        margin: 30px auto;
}


.catch_txt{
	font-size: 18px;
}