@charset "UTF-8";

/* ===========================
独自
=========================== */
.kv {
    margin-bottom: 3rem;
}
h1.cp {
    margin-bottom: 3rem;
}
@media only screen and (max-width: 750px) {
    h1.cp {
        margin-bottom: -1.8rem;
    }
}
p.cp {
    text-align: center !important;
}
@media only screen and (min-width: 751px) {
    h1.cp {
        margin-top: 4.5rem;
    }
    p.cp {
        font-size: 1.26em !important;
        margin-top: 1.5rem !important;
    }
}



.inner_coad {
    margin: 1rem auto;
    display: flex;
    align-items: baseline;
}
.inner_coad .feature_btn .bulet {
    display: table;
    border-radius: 30rem;
    padding: 0.6rem 1.8rem;
    margin: -0.9rem 0 0 0.9rem;
}



.feature_btn .bulet:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}


.origin_txt {
    margin-top: 50px;
	font-size: 1.6rem;
    line-height: 1.75;
}

.input_screen {
    margin: 0 auto 3rem;
}
a.txt_link {
    text-decoration: underline;
}
a.txt_link:hover {
    text-decoration: none;
    color: #e40800;
}
div#shop-info {
    padding: 3rem;
    background: #F2F4F5;
}
h2.enforce {
    text-align: center;
    margin: 0.9rem auto 1.8rem;
}
.origin_detail {
    margin-bottom: 4.8rem;
}

/* クリップボードにコピー用 */
.coupon {
	display: flex;
	flex-direction: row;
	align-items: baseline;
    justify-content: center;
    font-size: 180%;
}
.coupon h2 {
	margin-right: 8rem;
}
@media  only screen and (max-width: 750px) {
	.coupon {
		flex-direction: column;
		align-items: center;
        margin-bottom: 4.5rem;
	}
	.coupon h2 {
		margin-right: 0;
	}
}
button.bulet.copybtn.copied {
    background: #e84735;
    color: #fff;
    border: 1px solid #e84735;
}

/* 追加 2021.7.20 hy */
.item_cont {
    margin: auto 0 6em;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media  only screen and (max-width: 882px) {
    .item_cont {
        max-width: calc(100% - 32px);
        margin: 24px auto;
    }
}
.item_cont img {
    width: 43%;
    box-sizing: border-box;
}
.item_cont .item_txt {
    width: 55%;
    margin: 24px 0px;
    text-align: left;
}
p.price strong {
    font-size: 2.1rem;
}
@media  only screen and (max-width: 750px) {
    .item_cont {
        max-width: calc(100% - 32px);
        flex-wrap: wrap;
    }
    .item_cont img {
        max-width: 568px;
        width: 70%;
        order: 1;
        margin: 0 auto 1.5em;
    }
    .item_cont .item_txt {
        width: 100%;
        margin: auto;
        order: 2;
    }
	h2.enforce {
		font-size: 2rem !important;
		margin: 0 -2rem;
		padding-bottom: 2rem;
	}
	.origin_detail {
		margin-bottom: 3.9rem;
	}
}
.item_cont .item_txt h3 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: normal;
}
.item_cont .item_txt h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #0087a5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.item_cont .item_txt p {
    margin: 0;
    font-size: 14px!important;
    line-height: 1.8;
}
.item_cont .item_txt p.sku {
    border: 1px solid #231815;
    display: inline-block;
    line-height: 1!important;
    padding: 3px;
    margin-bottom: 2px!important;
    color: #333;
}
.item_cont .item_txt p.price,
.item_cont .item_txt p.size,
.item_cont .item_txt p.spec {
    color: #666;
}
.item_cont .item_txt p.spec {
    margin-top: 32px;
    padding: 12px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    font-size: 1.5rem;
}
.btn-products-buy {
    margin-top: 32px!important;
}
.btn-products-buy a {
    max-width: 365px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    display: block;
    background: #0087a5;
    font-size: 22px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.slick-slide {
	height: auto;
}

section#pl_list_wrap {
	margin: auto;
}
html,
body {
	overflow-x: hidden;
}