
.pc {
display: block
}
.sp {
display: none
}
.mt_15{
    margin-top: 15px;
}
.mv {background-color: #ffffff;}
.mv img {
    display: block;
    max-width: 1440px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.info {
    max-width: 750px;
}
.info {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    max-width: 686px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 42px 0 50px;
}

/* エントリーボタン*/
.entry_btn {
    position: relative;
    max-width: 360px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
.entry_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #f3f4f7;
    background-color: #cc0001;
    z-index: 2;
    top: 0;
    right: 0;
    transition: 0.1s;
}
.entry_btn::after {
    content: "";
    display: block;
    max-width: 360px;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    background-color: #622c37;
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
}
.entry_btn a:hover {
    top: 3.5px;
    right: -3px;
}
.entry_btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    background-image: url(/img/rakutenpoint_campaign/icon_btn_entry_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
}
p.entry_notes.entry_notes_top {
    margin-top: 20px;
}
p.entry_notes a {
    border-bottom: 1px solid;
    /* text-decoration: underline; */
}
.entry_notes {
    text-align: center;
}
.entry_btn.shopping_btn a {
    background-color: #4472c4;
}
.entry_btn.shopping_btn::after {
    background-color: #1d335a;
}
.entry_btn.shopping_btn a::after {
    right: 30px;
}


/* 商品4カラム*/
.item_contents {
    background: #ffe1e1;
}
.item_4column {
    padding: 50px 0;
    max-width: 1040px;
    width: 100%;
    margin: 70px auto 0px;
    margin: 0 auto;
}
.item_4column h2 {
    text-align: center;
    font-weight: bold;
}
.item_4column h2 span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.item_4column h2 span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
/*ボーナストクトクから*/
.recommend_box {
    margin-top: 50px;
}
ul.recommend_inner_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
li.recommend_item {
    width: 249px;
    width: 235px;
}
.recommend_item .brand {
	font-size: 12px;
	margin-bottom: 3px;
}
.recommend_item .product_name {
	font-size: 16px;
}
.recommend_item .product_price span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Montserrat", serif;
}


/*コンテンツ*/
.contents {
    max-width: 1040px;
    width: 100%;
    margin: 70px auto 0px;
}

/*テーブル*/
.table_contents {
  border-collapse: collapse;
  width: 100%;
  width: 90%;
  margin: 0 auto;
}

.table_contents th, .table_contents td {
  padding: 1em;
}
.table_contents td {
  /*border: 2px solid #dcd9d9;*/
}
.table_contents th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
vertical-align:top;
}
table.table_contents th p {
    background: #9E9E9E;
    padding: 5px;
}
table.table_contents td p {
    font-weight: bold;
}

/*キャンペーン*/

.banner__wrap {
    max-width: 1040px;
    width: 100%;
    margin: 70px auto 0px;
}
h2.banner__wrap__ttl {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px;
}
.banner__wrap a {
    display: block;
    margin: 0px auto 30px;
    transition: 0.3s;
}
@media screen and (max-width:600px){/*SP*/
	.pc {
	display: none
    }
	.sp {
	display: block
    }
    .banner__wrap {
    margin: 8vw auto 0;
    width: 90%;
    }
    h2.banner__wrap__ttl {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
    background: transparent;
    }

/* エントリーボタン*/
    .info {
    width: 80%;
    padding: 20px 0 40px;
    }
    .entry_box p {
    font-size: 2.93vw;
    }
    .entry_btn a {
    font-size: 4.53vw;
    border-radius: 10vw;
    }
    .entry_btn.shopping_btn a {
    font-size: 4vw;
    }
    .entry_btn.shopping_btn a::after{
    right: 32px; 
    }

/* 商品4カラム*/
.item_4column {
    max-width: 100%;
    padding: 20px 0;
}
.item_4column h2 {
    background: none;
}
/*ボーナストクトクから*/
.recommend_box {
    margin-top: 10px;
}
ul.recommend_inner_box {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}
li.recommend_item {
    width: 80px;
}
.recommend_item .brand {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 2.67vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend_item .product_name {
    font-size: 13px;
}
.recommend_item .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 3.2vw;
}
.product_price {
    font-size: 1.6vw;
    letter-spacing: 0.08em;
}
.recommend_item .product_price span {
    font-size: 15px;
    font-size: 2.93vw;
}

/*テーブル*/
.table_contents {
  width: 100%;
}
.table_contents th, .table_contents td {
    display: block;
    width: 100%;
}
.table_contents td {
  border: 1px solid #dcd9d9;
    width: 90%;
    margin: 0 auto;
    border: none;
}
.table_contents li {
    font-size: 12px;
    letter-spacing: normal;
}
}

/* 赤字終了文言追加 */
@media screen and (min-width: 1040px) {
    .endtext {
        margin: 30px auto 0;
        text-align: center;
        width: 70%;
        color: red;
        max-width: 900px;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        margin: 0 auto;
        color: red;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 1039px) {
    .endtext {
        margin: 20px auto 0;
        text-align: center;
        color: red;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        width: 80%;
        margin: 0 auto;
        color: red;
        font-weight: bold;
    }
}
