@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}

a:hover {
opacity: .65;
-webkit-opacity: .65;
-moz-opacity: .65;
}

a {
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}

/* --- parts --- */
.marker { background-color: #ffff00;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Yu-Gothic-Bold';
	src: url(../fonts/Yu-Gothic-Bold.otf);
}
@font-face {
	font-family: 'Kaisei Opti';
	src: url(../fonts/KaiseiOpti-Bold.ttf);
}
@font-face {
	font-family: 'SourceHanSansJP-Bold';
	src: url(../fonts/SourceHanSansJP-Bold.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Medium';
	src: url(../fonts/SourceHanSansJP-Medium.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Light';
	src: url(../fonts/SourceHanSansJP-Light.otf);
}
@font-face {
	font-family: 'VDL-V7Mincho-Ultra';
	src: url(../fonts/VDL-V7Mincho-Ultra.ttf);
}
@font-face {
	font-family: 'Bintang';
	src: url(../fonts/Bintang.ttf);
}
@font-face {
	font-family: 'Hiragino-Kaku-Gothic-Pro-W6';
	src: url(../fonts/Hiragino-Kaku-Gothic-Pro-W6.otf);
}
:root{
	--orange: #E8851B;
    --pink:#FF7867;
}
.kaisei-opti-bold{
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
}
.wrapper_landing{
	font-family: 'Yu-Gothic-Bold';
	background: white;
	font-size: 16px;
	text-align: left;
}
.wrapper_landing p{
	margin: 1em 0;
}
.wrapper_landing .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper_landing .layout-constrained{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wrapper_landing .section{
	font-size: 16px;
}
.wrapper_landing .section-title{
    font-size: 35px;
    text-align: center;
    margin: 0 auto 50px;
	border-bottom: 1px solid #808080;
    padding-bottom: 22px;
	position: relative;
    color: #666666;
    max-width: 756px;
}
.wrapper_landing .section-title .section-title_deco{
	font-family: 'Bintang';
    font-size: 55px;
    position: absolute;
    content: '';
    font-weight: 400;
}
.wrapper_landing .section-detail-title{
	font-size: 27px;
}
.wrapper_landing .ref{
    font-family: 'SourceHanSansJP-Medium';
    font-size: 12px;
    color: black;
}
.wrapper_landing .p-relative{
    position: relative;
}
.wrapper_landing .landing-top{
	background-image: url(../img/top01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 43.6vw;
    position: relative;
	color: var(--pink);
}
.wrapper_landing .landing-top:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 71.6%;
    height: 54.1%;
    background-image: url(../img/bg_top_content.png);
    background-size: 100% 100%;
}
.wrapper_landing .landing-top .landing-top-title{
    text-shadow: -2px -2px 0 white, 0 -2px 0 white, 2px -2px 0 white, 2px 0 0 white, 2px 2px 0 white, 0 2px 0 white, -2px 2px 0 white, -2px 0 0 white;
    position: relative;
}
.wrapper_landing .landing-top .landing-top-title:before{
    content: '';
    height: 40px;
    width: 88%;
    position: absolute;
    background: #FFFF97;
    bottom: -5px;
}
.wrapper_landing .landing-top .landing-top-title .kaisei-opti-bold{
    font-size: 50px;
}
.wrapper_landing .landing-top .landing-top-content{
	position: absolute;
    top: 2%;
    text-align: left;
    line-height: 1.5;
    left: 6.2%;
    font-size: 38px;
    letter-spacing: .15em;
}
.wrapper_landing .landing-top .landing-top-content h4{
    position: relative;
    letter-spacing: 0;
    color: var(--pink);
    margin: 0;
}
.wrapper_landing .landing-top .landing-top-desc{
    font-size: 70px;
    margin: 18px 0 0 !important;
    line-height: 1.1;
    text-shadow:
    -2px -2px 0 white,
     0   -2px 0 white,
     2px -2px 0 white,
     2px  0   0 white,
     2px  2px 0 white,
     0    2px 0 white,
    -2px  2px 0 white,
    -2px  0   0 white;
}
.wrapper_landing .landing-top .landing-top-desc span{
	letter-spacing: -.2em;
}
.wrapper_landing .landing-top .landing-top-title .letter-spacing{
	letter-spacing: .2em;
}
.wrapper_landing .landing-top img{
    width: 300px;
    position: absolute;
    left: 6.2%;
    bottom: 6%;
}
.bg1{
    padding: 120px 0 163px;
    /* background: linear-gradient(0deg, rgba(238,183,164,1) 0%, rgba(238,183,164,0) 100%); */
    background-image: url(../img/bg1.png);
    background-size: 100% 100%;
    position: relative;
}
.bg1:before, .bg1:after{
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 665px;
    height: 944px;
}
.wrapper_landing .hinadan{
    margin: 0 auto;
    max-width: 900px;
    background: white;
    padding: 38px 51px 38px 34px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 5px solid var(--pink);
    position: relative;
}
.wrapper_landing .hinadan .hinadan-nv{
    margin-top: 20px;
}
.wrapper_landing .hinadan .flex{
    justify-content: space-between;
}
.wrapper_landing .hinadan .hinadan-media{
    width: 30%;
    margin-left: 60px;
}
.wrapper_landing .hinadan .hinadan-media p{
    font-size: 12px;
    margin-left: -50px;
}
.wrapper_landing .hinadan .hinadan-media_inner{
	position: relative;
}
.wrapper_landing .hinadan .hinadan-media span{
    font-size: 14px;
    position: absolute;
    font-family: 'SourceHanSansJP-Bold';
    left: -50px;
    bottom: 34px;
}
.wrapper_landing .hinadan .hinadan-media-desc1{
    top: 15%;
    right: 3%;
    line-height: 1;
    letter-spacing: -.1em;
}
.wrapper_landing .hinadan .hinadan-media-desc2{
    bottom: 5%;
    left: 7%;
    line-height: 1;
    letter-spacing: -.1em;
}
.wrapper_landing .hinadan .hinadan-media img{
    width: 100%;
}
.wrapper_landing .hinadan .hinadan-content{
	width: 50.5%;
}
.wrapper_landing .hinadan .hinadan-content .hinadan-title img{
	width: 242px;
}

/* ------ メーカー希望小売価格 ------ */
.disconunt {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    margin: 30px 0 -18px;
    box-sizing: border-box;
}

.disconunt-l {
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    padding: 0;
    background: url(/item/hinadan-kurumariket-cp-a/pc/img/discount_bg.png) no-repeat;
    background-size: 100%;
}
.disconunt-l .text {
    position: absolute;
    width: 110px;
    font-size: 24px;
    font-weight: bold;
    color: #ffea00;
    line-height: 103%;
    top: 12px;
    left: -4px;
    text-align: center;
}
.disconunt-l .text .f14 {
    font-size:14px;
}
.disconunt-l .text .f18 {
    font-size:18px;
}

.disconunt-r {
    box-sizing: border-box;
    padding: 20px 10px 0 0;
    margin: 0;    
    vertical-align: bottom;
    text-align: right;
}
.disconunt-r span {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    margin-left: 8px;
}
.disconunt-r span::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-10deg);
    background-color: red;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
.arrow_down {
    display: block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 30px;
    height: 30px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: -2px auto 0;
}
/* ------ //メーカー希望小売価格 ------ */

.wrapper_landing .hinadan .hinadan-content .hinadan-detail{
    color: #CF2D1F;
    justify-content: center;
    margin-top: 35px;
    font-family: 'VDL-V7Mincho-Ultra';
}
.wrapper_landing .hinadan .hinadan-content .hinadan-detail .hinadan-sale-label{
    font-size: 24px;
    line-height: 1.3;
    border-top: 1px solid #C02943;
    border-bottom: 1px solid #C02943;
	padding: 0 10px;
}
.wrapper_landing .hinadan .hinadan-content .hinadan-detail .hinadan-price{
    font-size: 82px;
    line-height: 1;
    margin: -10px 0 0;
}
.wrapper_landing .hinadan .hinadan-content .hinadan-detail .hinadan-tax_included{
	font-size: 19px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.wrapper_landing .hinadan .hinadan-content .hinadan-detail .hinadan-tax_included span{
    font-size: 41px;
    position: relative;
}
.wrapper_landing .hinadan .hinadan-content .hinadan-detail .hinadan-tax_included span:after{
    content: '';
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
	width: 33px;
    height: 8px;
    background-image: url(../img/mark.svg);
    background-size: 100% 100%;
    display: none;
}
.wrapper_landing .hinadan .cp_ofr_btn{
    margin: 36px auto 0;
}
.wrapper_landing .hinadan .cp_ofr_btn a{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
    line-height: 3.5;
}
.wrapper_landing .hinadan .hinadan-size{
	width: 13.5%;
	color: white;
	font-size: 26px;
	font-family: 'SourceHanSansJP-Bold';
	flex-direction: column;
}
.wrapper_landing .hinadan .hinadan-size span{
    background: var(--pink);
    text-align: center;
    width: 100%;
    height: 109px;
    border-radius: 100%;
    line-height: 1.1;
    padding-top: 22px;
    box-sizing: border-box;
}
.wrapper_landing .hinadan .hinadan-size span:not(:first-child){
	margin-top: 8px;
}
.wrapper_landing .hinadan .hinadan-title{
    font-size: 67px;
    color: var(--pink);
    margin: 0;
    line-height: 1.1;
}
.wrapper_landing .hinadan .hinadan-title span{
    letter-spacing: -.15em;
}
.wrapper_landing .movie{
    text-align: center;
    margin-top: 125px;
}
.wrapper_landing .movie .movie-title{
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    color: #808080;
    margin: 0 auto 55px;
    max-width: 750px;
}
.wrapper_landing .movie .movie-title:before{
    display: block;
	content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/check.svg);
    background-size: 100% 100%;
    margin-right: 15px;
}
.wrapper_landing .movie .movie-title .section-title_deco{
	right: -35px;
    bottom: -32px;
}
.wrapper_landing .movie img{
	width: 564px;
}
.wrapper_landing .movie iframe{
	width: 400px;
	height: 400px;
	box-sizing: border-box;
}
/* --- visumo --- */
#landing .movie .hacobune-univideo{
    width: 400px;
    height: 400px;
    margin: 55px auto 200px;
}
#landing .movie .hacobune-video-js .hacobune-vjs-big-play-button{
    font-size:3em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#landing .movie .hacobune-video-js .hacobune-vjs-big-play-button ::before{
    font-size:3em
}

.wrapper_landing .recommends{
    color: white;
    text-align: center;
    padding: 122px 0 90px;
    position: relative;
    background-image: url(../img/bg_recommend.png);
    background-size: 100% 100%;
    margin-top: -70px;
    z-index: 99;
}
.wrapper_landing .recommends .section-title{
	border: none;
    color: white;
}
.wrapper_landing .recommends .recommends_inner{
	max-width: 855px;
	margin: auto;
}
.wrapper_landing .recommends .recommends_detail{
    max-width: 480px;
    margin: auto;
    color: #FFFFB8;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}
.wrapper_landing .recommends .recommends_detail p{
    position: relative;
    padding-left: 50px;
}
.wrapper_landing .recommends .recommends_detail p:before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/check2.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wrapper_landing .recommends .recommend_detail{
    width: 44.7%;
    font-size: 18px;
}
.wrapper_landing .recommends .recommend_detail p{
	margin: 22px 0 0;
}
.wrapper_landing .recommends .recommend_detail img{
	max-width: 100%;
}
.wrapper_landing .recommends .recommends-media{
    justify-content: space-between;
    margin-top: 50px;
    align-items: flex-end;
}
.wrapper_landing .recommends .recommend_media{
    width: 36.6%;
    transform: translate(20%, 8%);
    position: relative;
}
.wrapper_landing .recommends .recommend_media:before{
    content: '';
    background-image: url(../img/recommend_deco.svg);
    width: 90px;
    height: 45px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-70%, 10%);
}
.wrapper_landing .recommends .recommend_media img{
    width: 100%;
}
.wrapper_landing .recommends .recommend_text{
    width: 62.1%;
    background-image: url(../img/recommend_desc_border.svg);
    background-size: 100% 100%;
    font-size: 30px;
    color: #FFFFB8;
}
.wrapper_landing .recommends .recommend_text span{
    text-decoration: underline;
    text-decoration-color: #FF7867;
    text-decoration-thickness: 2px;
}
.wrapper_landing .recommends .save_elec_title{
    font-size: 25px;
    background-image: url(../img/bg_save_elec.svg);
    background-size: 100% 100%;
    max-width: 762px;
    color: #FFFFBC;
    margin: 112px auto 0;
    padding: 35px 0;
	position: relative;
}
.wrapper_landing .recommends .save_elec_title:before{
	content: '';
    position: absolute;
    width: 65px;
    height: 33px;
    background-image: url(../img/save_title_dec.svg);
    background-size: 100% 100%;
    top: -10px;
    left: -20px;
}
.wrapper_landing .recommends .save_elec_title:after{
	content: '';
	position: absolute;
	width: 120px;
	height: 50px;
	background-image: url(../img/arrow.svg);
	background-size: 100% 100%;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}
.wrapper_landing .recommends .save_elec_title span{
	text-decoration: underline;
    text-decoration-color: #E8851B;
    text-underline-offset: 8px;
}
.wrapper_landing .recommends .recommends_desc{
    font-size: 30px;
    color: #FFFFB8;
    margin: 90px 0 0;
}
.wrapper_landing .recommends .recommends_desc span{
    text-shadow: 0px 0px 5px white, 0px 0px 10px white, 0px 0px 15px white, 0px 0px 20px white, 0px 0px 30px white, 0px 0px 40px white, 0px 0px 55px white, 0px 0px 75px white;
    color: var(--pink);
    font-size: 50px;
}
.wrapper_landing .hinadan-ad{
    height: 61vw;
    background-image: url(../img/bg_ad.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -80px;
    text-align: center;
    z-index: 9;
}
.wrapper_landing .hinadan-ad:before{
    content: '';
    background-image: url(../img/r_bg.png);
    width: 1133px;
    height: 817px;
    position: absolute;
    top: 13%;
    left: 8%;
    background-size: 100% 100%;
}
.wrapper_landing .hinadan-ad-inner{
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    line-height: 1.5;
    letter-spacing: .1em;
    font-size: 38px;
    color: var(--pink);
}
.wrapper_landing .hinadan-ad p{
	margin: 0;
	text-shadow: 0px 0px 5px white,
	0px 0px 10px white,
	0px 0px 15px white,
	0px 0px 20px white,
	0px 0px 30px white,
	0px 0px 40px white,
	0px 0px 55px white,
	0px 0px 75px white;
}
.wrapper_landing .structure{
    position: relative;
    padding: 140px 0 0;
}
.wrapper_landing .structure .deco{
    position: absolute;
    background-size: 100% 100%;
}
.wrapper_landing .structure .deco1{
    background-image: url(../img/structure_deco1.png);
    width: 223px;
    height: 228px;
    top: 0;
    left: -40px;
}
.wrapper_landing .structure .deco2{
    background-image: url(../img/structure_deco2.png);
    width: 238px;
    height: 364px;
    top: -50px;
    right: 0;
}
.wrapper_landing .structure .deco3{
    background-image: url(../img/structure_deco3.png);
    width: 333px;
    height: 434px;
    top: 40%;
    left: 0;
}
.wrapper_landing .structure .deco4{
    background-image: url(../img/structure_deco4.png);
    width: 187px;
    height: 397px;
    bottom: -220px;
    right: 0;
}
.wrapper_landing .structure .structure_title{
    text-align: center;
    font-size: 35px;
    color: #666666;
    margin: 0;
}
.wrapper_landing .structure .structure_detail{
    max-width: 940px;
    margin: auto;
}
.wrapper_landing .structure .structure_content{
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 85px;
}
.wrapper_landing .structure .structure_text{
    font-family: 'SourceHanSansJP-Medium';
    margin: 0;
    line-height: 2;
    width: 44.7%;
    letter-spacing: .2em;
}
.wrapper_landing .structure .structure_text span{
    text-decoration: underline;
    text-decoration-thickness: 19px;
    text-decoration-color: #FFFFB8;
    text-underline-offset: -15px;
}
.wrapper_landing .structure .structure_detail img{
    width: 52%;
}
.wrapper_landing .structure .structure_detail:nth-child(2){
    margin-top: 125px;
}
.wrapper_landing .structure .structure_detail:nth-child(2) .structure_content{
    flex-direction: row-reverse;
    position: relative;
    z-index: 9;
}
.wrapper_landing .points{
    background: white;
    padding: 150px 0 0;
}
.wrapper_landing .points .layout-constrained{
	max-width: 966px;
}
.wrapper_landing .points .point-content{
    position: relative;
}
.wrapper_landing .points .point-content:before{
    content: '';
    position: absolute;
    background-size: 100% 100%;
}
.wrapper_landing .points .point-label{
    margin: 0 auto 65px;
    font-weight: bold;
    color: #666666;
    max-width: 780px;
}
.wrapper_landing .point-label .section-title_deco{
    bottom: -30px;
    right: -30px;
}
.wrapper_landing .points .point-content{
    margin-bottom: 70px;
}
.wrapper_landing .points .point-num_wrapper{
    position: relative;
}
.wrapper_landing .points .point-num_wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    background-image: url(../img/curve.svg);
    width: 100%;
    height: 26px;
}
.wrapper_landing .points .point-num{
    color: white;
    font-size: 14px;
    position: relative;
    z-index: 9;
    width: 95px;
    height: 95px;
    line-height: 1;
    font-family: 'SourceHanSansJP-Bold';
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    margin: auto;
    background: #f9bca4;
    border-radius: 6px;
}
.wrapper_landing .points .point-num p{
	margin: 0;
}
.wrapper_landing .points .point-num .point-num_n{
    font-size: 47px;
}
.wrapper_landing .points .point-desc{
	width: 705px;
	margin: 0 auto 85px;
	line-height: 2;
	letter-spacing: .17em;
}
.wrapper_landing .points .point-detail{
    align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.wrapper_landing .points .point-detail .point-text{
    width: 47%;
}
.wrapper_landing .points .point-detail .point-detail-media{
    width: 51%;
    margin-top: 70px;
}
.wrapper_landing .points .point-detail .point-detail-media img{
    width: 100%;
}
.wrapper_landing .points .point-detail .point-title{
    font-size: 36px;
    text-align: center;
    color: var(--pink);
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .1em;
    margin: 15px 0 0;
}
.wrapper_landing .points .point3 .point-title{
    letter-spacing: -.05em;
}
.wrapper_landing .points .point-detail .point-detail-text{
    font-family: 'SourceHanSansJP-Medium';
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 2;
    margin: 38px 0 0;
}
.wrapper_landing .points .media_desc{
    margin: 12px 0 0;
}
.wrapper_landing .wash{
    margin-top: 160px;
}
.wrapper_landing .wash .wash_title{
    font-size: 38px;
    color: #5EBBEC;
    text-align: center;
    margin: 0;
}
.wrapper_landing .wash .wash_content{
    margin: 70px auto 0;
    max-width: 1020px;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 2;
}
.wrapper_landing .wash .wash_content .wash_media{
    width: 52%;
}
.wrapper_landing .wash .wash_content .wash_text{
    width: 46%;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .wash .wash_content .wash_text .wash_desc{
    letter-spacing: .1em;
}
.wrapper_landing .wash .wash_content .wash_text .ref{
    margin-top: 25px;
}
.wrapper_landing .voice{
    font-family: 'SourceHanSansJP-Medium';
    position: relative;
}
.wrapper_landing .voice .voice-title{
    margin: 0 auto 75px;
    max-width: 756px;
}
.wrapper_landing .voice .voice-title .section-title_deco{
    right: -10px;
    bottom: -30px;
}
.wrapper_landing .voice .voice-detail {
    margin-bottom: 75px;
}
.wrapper_landing .voice .voice-detail .voice_text{
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--pink);
    border-radius: 12px;
    box-sizing: border-box;
    width: 77.7%;
    background: white;
}
.wrapper_landing .voice .voice-detail-inner{
    max-width: 761px;
    margin: 0 auto 0;
}
.wrapper_landing .voice .voice-detail .voice-detail-inner{
    justify-content: space-between;
    font-size: 16px;
    flex-direction: row-reverse;
}
.wrapper_landing .voice .voice-detail-inner img{
    width: 151px;
}
.wrapper_landing .voice .voice-detail .voice-detail-inner p{
    line-height: 2;
    margin: 0;
    letter-spacing: .2em;
}
.wrapper_landing .voice .voice-detail .voice-detail-inner p span{
    color: var(--pink);
}
.wrapper_landing .voice .voice-detail:nth-child(3) .voice-detail-inner{
    flex-direction: row;
}
.wrapper_landing .voice .ref{
    text-align: right;
}
.wrapper_landing .size{
    margin-top: 240px;
}
.wrapper_landing .size .section-title_deco{
    bottom: -30px;
    right: -10px;
}
.wrapper_landing .hinadan_bottom_wrapper .hinadan{
    margin-top: 125px;
}
.wrapper_landing .hinadan_bottom_wrapper{
    margin-top: 110px;
    padding: 80px 0 115px;
    position: relative;
    background-image: url(../img/bg_bottom.png);
    background-size: 100% 100%;
}
.wrapper_landing .hinadan_bottom_wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/voice_deco.png);
    width: 387px;
    height: 386px;
    background-size: 100% 100%;
    transform: translateY(-70%);
}
.wrapper_landing .product-info{
    padding: 120px 0 145px;
    background: #FFBDA8;
}
.wrapper_landing .product-info .product-info-title{
    font-size: 27px;
    text-align: center;
    margin: 0 0 22px;
    background: white;
    color: black;
    font-weight: bold;
	line-height: 2.2;
}
.wrapper_landing .product-info .tbl-product-info{
	width: 100%;
	border-collapse: collapse;
}
.wrapper_landing .product-info .tbl-product-info tr td{
	border: 1px solid black;
}
.wrapper_landing .product-info .tbl-product-info tr td:first-child{
    background: #FF7867;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 177px;
    padding: 14px 0 14px 16px;
    font-family: 'Hiragino-Kaku-Gothic-Pro-W6';
}
.wrapper_landing .product-info .tbl-product-info tr td:last-child{
	background: white;
	font-size: 15px;
	padding: 15px 0 15px 20px;
    font-family: 'SourceHanSansJP-Light';
}
.wrapper_landing .hinadan-bottom-wrapper{
	background-image: url(../img/bg_hinadan_bottom.png);
	background-size: 100% 100%;
	padding: 124px 0 136px;
}

.wrapper_landing .hinadan-bottom-wrapper .hinadan-bottom{
	margin-top: 0;
}
/* --- オファー内の購入ボタン調整 --- */
.cp_ofr_btn a{
	width: 300px;
    padding: 18px;
	font-size: 28px;
}

/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*