@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: 'VDL-V7Mincho-Bold';
	src: url(../fonts/VDL-V7Mincho-Bold.ttf);
}
@font-face {
	font-family: 'ShipporiAntique-Regular';
	src: url(../fonts/ShipporiAntique-Regular.woff);
}
@font-face {
	font-family: 'FOT-TsukuAMDMin-Std-E';
	src: url(../fonts/FOT-TsukuAMDMin-Std-E.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Medium';
	src: url(../fonts/SourceHanSansJP-Medium.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url(../fonts/SourceHanSansJP-Regular.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Heavy';
	src: url(../fonts/SourceHanSansJP-Heavy.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Bold';
	src: url(../fonts/SourceHanSansJP-Bold.otf);
}
.wrapper_landing{
    font-family: 'SourceHanSansJP-Medium';
	font-size: 16px;
	text-align: left;
    color: #262626;
}
.wrapper_landing p{
	margin: 1em 0;
}
.wrapper_landing .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper_landing .justify-between{
	justify-content: space-between;
}
.wrapper_landing .align-end{
	align-items: flex-end !important;
}
.wrapper_landing .pos-relative{
	position: relative;
}
.wrapper_landing .psuedo-deco{
	position: relative;
}
.wrapper_landing .psuedo-deco:before,
.wrapper_landing .psuedo-deco:after{
	content: '';
	position: absolute;
	background-size: 100% 100%;
}
.wrapper_landing .layout-constrained{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wrapper_landing .layout-constrained-narrow{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wrapper_landing .section{
    font-family: 'SourceHanSansJP-Medium';
	font-size: 16px;
}
.wrapper_landing .section-title{
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 36px;
	text-align: center;
}
.wrapper_landing .section-detail-title{
	font-size: 35px;
    font-family: 'VDL-V7Mincho-Bold';
}
.wrapper_landing .section-title_dec{
    position: relative;
}
.wrapper_landing .section-title_dec:before{
    content: '';
    position: absolute;
    width: 71px;
    height: 22px;
    background-image: url(../img/title_deco.svg);
    background-size: 100% 100%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper_landing .landing-top{
	background-image: url(../img/top.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 630px;
	font-family: 'VDL-V7Mincho-Bold';
	position: relative;
}
.wrapper_landing .landing-top .landing-top-content{
	width: 430px;
	position: absolute;
	left: 0;
	top: 10%;
	text-align: center;
    background-image: url(../img/bg_top_desc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 55px 0;
}
.wrapper_landing .landing-top .landing-top-desc{
	font-size: 48px;
	margin: 0;
	line-height: 1.18;
}
.wrapper_landing .landing-top .landing-top-desc small{
    font-size: 44px;
}
.wrapper_landing .landing-top .landing-top-title{
	font-size: 24px;
	margin: 0;
	line-height: 1.8;
}
.wrapper_landing .top_logo{
    width: 191px;
    position: absolute;
    text-align: center;
    font-size: 39px;
    font-family: 'SourceHanSansJP-Heavy';
    right: 5.6%;
    bottom: 7.85%;
}
.wrapper_landing .top_logo img{
    width: 100%;
}
.wrapper_landing .top_logo p{
    margin: 10px 0 0;
}
.wrapper_landing .cp_ofr_btn{
    max-width: 500px;
    margin: 25px auto 0;
    text-align: center;
    padding: 5px 0;
}
.wrapper_landing .bg1{
    padding: 105px 0 115px;
    background: #745F59;
}
.wrapper_landing .pod{
	background: white;
	padding: 50px 35px 35px 30px;
	box-sizing: border-box;
	justify-content: space-between;
}
.wrapper_landing .pod .pod-media{
	position: relative;
    width: 48%;
    text-align: center;
}
.wrapper_landing .pod .pod-media span{
    font-size: 19px;
    font-family: 'Yu Gothic';
    margin-top: 10px;
    display: block;
}
.wrapper_landing .pod .pod-media img{
    width: 100%;
}
.wrapper_landing .pod .pod-content{
	width: 50%;
}
.wrapper_landing .pod .pod-content .pod-title{
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 34px;
	margin: 0;
    text-align: center;
    line-height: 1.3
}
.wrapper_landing .pod .pod-content .pod-title span{
    font-family: 'SourceHanSansJP-Heavy';
    font-size: 39px;
    line-height: 1.2;
}
.wrapper_landing .pod .pod-content .pod-detail{
	color: #C91F19;
	font-family: 'VDL-V7Mincho-Bold';
	justify-content: space-between;
	margin-top: 28px;
}
.wrapper_landing .pod .pod-content .pod-detail .pod-sale-label{
    font-size: 22px;
    line-height: 1.3;
    border-top: 1px solid #C91F19;
    border-bottom: 1px solid #C91F19;
	padding: 0 10px;
}
.wrapper_landing .pod .pod-content .pod-detail .pod-price{
	font-size: 71px;
	line-height: 1;
}
.wrapper_landing .pod .pod-content .pod-detail .pod-tax_included{
	font-size: 17px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.wrapper_landing .pod .pod-content .pod-detail .pod-tax_included span{
	font-size: 38px;
}
.wrapper_landing .pod .pod-content .cp_ofr_btn{
	margin-top: 18px;
	line-height: 2.5;
}
.wrapper_landing .pod .pod-content .cp_ofr_btn a{
	max-width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
}
.wrapper_landing .movie{
    text-align: center;
    margin-top: 60px;
}
.wrapper_landing .movie_title{
    font-size: 26px;
    color: white;
    position: relative;
    margin: 0 auto 20px;
    font-family: 'VDL-V7Mincho-Bold';
}
.wrapper_landing .movie_title span{
    position: relative;
}
.wrapper_landing .movie_title span:before{
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(../img/check.svg);
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(5px)
}
.wrapper_landing .movie iframe{
    width: 100%;
    height: 753px;
    margin-top: 15px;
}
.wrapper_landing .recommends{
	color: white;
	text-align: center;
	padding: 100px 0 90px;
	position: relative;
	z-index: 9;
}
.wrapper_landing .recommends:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 928px;
	clip-path: polygon(0 calc(100% - 420px), 100% 0, 100% calc(100% - 83px), 50% 100%, 0 calc(100% - 83px));
	background: #A28A7E;
}
.wrapper_landing .recommends_inner{
	position: relative;
}
.wrapper_landing .recommends-title{
	margin: 0;
    font-family: 'SourceHanSansJP-Bold';
    color: black;
}
.wrapper_landing .recommends-content{
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end
}
.wrapper_landing .recommends-content .recommends-detail{
	width: 48.4%;
	font-size: 16px;
	margin-top: 22px;
	letter-spacing: .15em;
}
.wrapper_landing .recommends-content .recommends-detail img{
    width: 100%;
}
.wrapper_landing .recommends-content .recommends-detail p{
    text-align: left;
    margin: 0;
}
.wrapper_landing .recommends-intro{
    font-family: 'VDL-V7Mincho-Bold';
    margin-top: 100px;
}
.wrapper_landing .recommends-intro .intro_desc1{
    font-size: 30px;
    margin: 0;
}
.wrapper_landing .recommends-intro .intro_desc1 span{
    border-bottom: 1px solid white;
}
.wrapper_landing .recommends-intro .intro_desc2{
    font-size: 40px;
    margin: 120px 0 0;
}
.wrapper_landing .recommends-intro .intro_desc2:before{
    background-image: url(../img/deco1.svg);
    width: 276px;
    height: 62px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -110%);
}
.wrapper_landing .pod-ad{
    height: 670px;
    background-image: url(../img/bg_massage.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'VDL-V7Mincho-Bold';
    margin-top: -85px;
}
.wrapper_landing .points{
	padding: 120px 0 0;
	font-size: 14px;
    overflow: hidden;
}
.wrapper_landing .points .points_inner{
	background-image: url(../img/bg_point_inner.png);
	background-size: 100% 100%;
	padding-bottom: 40px;
}
.wrapper_landing .points .point-label{
	margin: 0;
    font-size: 40px;
}
.wrapper_landing .points .point-detail-media p{
    font-size: 14px;
    text-align: right;
}
.wrapper_landing .points .point-detail-media{
    width: 50%;
}
.wrapper_landing .points .point-detail-media img{
    width: 100%;
}
.wrapper_landing .points .point-detail-text{
    width: 50%;
    padding-left: 24px;
    box-sizing: border-box;
}
.wrapper_landing .points .point-num{
	color: #745F59;
    font-size: 21px;
    line-height: 1;
	position: relative;
    font-family: 'SourceHanSansJP-Bold';
    position: relative;
    padding-bottom: 15px;
    margin: -25px 0 0;
}
.wrapper_landing .points .point-num:after{
    content: '';
    border-bottom: 1px solid #745F59;
    width: calc(50vw - 12px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrapper_landing .points .point-num span{
	font-size: 60px;
}
.wrapper_landing .points .point-content .point-num:after{
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper_landing .points .point-title{
	text-align: center;
	font-size: 30px;
    font-family: 'VDL-V7Mincho-Bold';
	margin-top: 72px;
}
.wrapper_landing .points .point-detail{
    align-items: flex-start;
    justify-content: space-between;
}
.wrapper_landing .points .section-detail-title{
    margin: 20px 0 0;
    line-height: 1.4;
}
.wrapper_landing .points .point-detail-content{
    margin: 20px 0 0;
    line-height: 2;
}
.wrapper_landing .points .point-detail-content span{
    background: #745F59;
    color: white;
    padding: 0 4px;
}
.wrapper_landing .points .point-detail-content span+span{
    margin-left: 4px;
}
.wrapper_landing .points .point-detail_wrapper{
    background-size: 100% 100%;
}
.wrapper_landing .points .point-detail_wrapper .point-detail+.point-detail{
    margin-top: 24px;
}
.wrapper_landing .points .point-detail_wrapper:nth-child(2n) .point-detail{
    flex-direction: row-reverse;
}
.wrapper_landing .points .point-detail_wrapper:nth-child(2n) .point-detail .point-detail-text{
    padding-left: 0;
    padding-right: 24px;
}
.wrapper_landing .points .point-detail_wrapper:nth-child(2n) .point-detail .point-num:after{
    right: 0;
    left: auto;
}
.wrapper_landing .points .point1 {
    background-image: url(../img/bg_point1.png);
    background-size: 100% 100%;
    padding: 140px 0 180px;
}
.wrapper_landing .points .point1 .point-detail:last-child .point-detail-text{
   margin-bottom: 40px;
}
.wrapper_landing .points .point2 {
    margin-top: -80px;;
    background-image: url(../img/bg_point2.png);
    padding: 150px 0 180px;
}
.wrapper_landing .points .point3 .point-detail-text img{
    max-width: 354px;
    margin-left: 35px;
}
.wrapper_landing .points .point3 {
    margin-top: -85px;;
    background-image: url(../img/bg_point3.png);
    padding: 144px 0 120px;
}
.wrapper_landing .points .point3 .point-detail-title {
    font-size: 32px;
}
.wrapper_landing .points .point3 .point-detail:last-child .point-detail-text{
    margin-bottom: 50px;
}
.wrapper_landing .points .point4{
    text-align: center;
    background-image: url(../img/bg_point4.png);
    padding: 180px 0 124px;
    margin-top: -107px;
}
.wrapper_landing .points .point4 .point-num{
    width: 100%;
    margin: 0;
}
.wrapper_landing .points .point4 .point-num:after{
    width: 100%;
    left: 0;
}
.wrapper_landing .points .point4 .section-detail-title{
    font-size: 37px;
}
.wrapper_landing .points .point4 .point-detail{
    padding: 0 55px;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: row !important;
}
.wrapper_landing .points .point4 .point4_detail{
    width: 28.7%;
}
.wrapper_landing .points .point4 .point4_detail img{
    width: 100%;
}
.wrapper_landing .points .point4 .course_title{
    font-size: 35px;
    color: #61323A;
    font-family: 'VDL-V7Mincho-Bold';
    margin: 0;
}
.wrapper_landing .points .point4 .point-detail-content{
    line-height: 1.5;
    min-height: 3em;
}
.wrapper_landing .points .point4 .course_desc{
    color: white;
    font-family: 'SourceHanSansJP-Bold';
    margin: 0;
    background-image: url(../img/bg_course_desc.svg);
    background-size: 100% 100%;
    padding: 37px 0 43px;
}
.wrapper_landing .points .point5{
    padding: 178px 0 137px;
    background-image: url(../img/bg_point5.png);
    margin-top: -80px;
}
.wrapper_landing .points .media-large .point-detail-media{
    width: 61.2%;
}
.wrapper_landing .points .media-large.point-detail-text{
    width: 38.8%;
}
.wrapper_landing .points .point5 .point-detail-text .point-detail-content{
    line-height: 1.6;
}
.wrapper_landing .points .point5 .point-detail-text .point-detail-content span{
	background: none;
	border-bottom: 1px solid #A28A7E;
	color: black;
}
.wrapper_landing .points .point6{
    padding: 158px 0 175px;
    background-image: url(../img/bg_point6.png);
    margin-top: -80px;
}
.wrapper_landing .feature{
	font-size: 16px;
	padding: 120px 0;
    background: #A28A7E;
}
.wrapper_landing .feature .feature-inner{
	justify-content: space-between;
	align-items: flex-start;
    max-width: 640px;
    margin: auto;
}
.wrapper_landing .feature .feature-detail{
	width: 47.3%;
	text-align: center;
}
.wrapper_landing .feature .feature-detail .feature-title{
    height: 84px;
    background: #745F59;
    color: white;
    border-radius: 42px;
    font-size: 24px;
    font-family: 'VDL-V7Mincho-Bold';
    position: relative;
    margin: 0;
    line-height: 1.3
}
.wrapper_landing .feature .feature-detail .feature-media{
	background: white;
	height: 225px;
	font-weight: bold;
    margin-top: -25px;
    box-sizing: border-box;
}
.wrapper_landing .feature .feature-detail:first-child .feature-media {
    padding-top: 39px;
}
.wrapper_landing .feature .feature-detail:first-child .feature-media p{
    margin : 17px 0 0;
}
.wrapper_landing .feature .feature-detail:first-child .feature-media img{
    width: 87px;
}
.wrapper_landing .feature .feature-detail:last-child .feature-media img{
    width: 131px;
}
.wrapper_landing .feature .feature-detail:last-child .feature-media{
	padding-top: 46px;
}
.wrapper_landing .feature .feature-detail:last-child .feature-media p{
	margin: 40px 0 0;
}
.wrapper_landing .feature .feature-detail .feature-media .e-price{
    color: #EE8313;
    font-size: 28px;
    margin: 0 4px;
    line-height: 1;
}
.wrapper_landing .feature .feature-detail .feature-content{
    line-height: 2;
    text-align: left;
	margin: 30px 0 0;
	letter-spacing: .2;
    color: white;
}
.wrapper_landing .feature .feature-detail small{
	font-size: 13px;
	text-align: left;
	margin-top: 0;
}
.wrapper_landing .qualification{
	background-image: url(../img/bg-qualification.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 550px;
	text-align: center;
	position: relative;
}
.wrapper_landing .qualification::before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 83%);
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper_landing .qualification .qualification-inner{
	position: relative;
}
.wrapper_landing .qualification .qualification-title{
	font-size: 30px;
	font-family: 'VDL-V7Mincho-Bold';
	margin: 0;
}
.wrapper_landing .qualification h3{
	font-weight: bold;
    line-height: 1.4;
    margin: 0 0 40px;
}
.wrapper_landing .qualification .qualification-wrapper{
	flex-wrap: wrap;
}
.wrapper_landing .qualification .qualification-detail{
    font-size: 24px;
    background: linear-gradient(0deg, rgba(200,109,26,1) 0%, rgba(225,192,0,1) 100%);
    color: white;
    padding: 25px 0;
    width: 300px;
}
.wrapper_landing .qualification .qualification-detail{
    margin: 0 0 11px 1.17%;
    font-family: 'SourceHanSansJP-Bold';
    letter-spacing: .1em;
}
.wrapper_landing .qualification .qualification-detail:nth-child(3n+1){
	margin-left: 0%;
}
.wrapper_landing .qualification .qualification-number{
    font-size: 14px;
    line-height: 2;
	margin-top: 20px;
}
.wrapper_landing .thrive{
	background: #745F59;
	text-align: center;
	color: white;
	padding: 100px 0;
}
.wrapper_landing .thrive .thrive-inner{
	width: 850px;
	margin: auto;
	padding: 83px 0;
	border: 1px solid white;
	position: relative;
}
.wrapper_landing .thrive .thrive-inner .thrive-text{
	width: 77%;
	margin: auto;
	line-height: 2;
}
.wrapper_landing .thrive .thrive-title img{
	width: 323px;
}
.wrapper_landing .thrive .thrive-rewards{
	flex-wrap: wrap;
	margin-top: 35px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail{
	width: 191px;
	height: 191px;
	background-image: url(../img/thrive-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #42210B;
	text-shadow:
    -1px -1px 0 #E5D188,
     0   -1px 0 #E5D188,
     1px -1px 0 #E5D188,
     1px  0   0 #E5D188,
     1px  1px 0 #E5D188,
     0    1px 0 #E5D188,
    -1px  1px 0 #E5D188,
    -1px  0   0 #E5D188;
	font-size: 26px;
	font-family: 'FOT-TsukuAMDMin-Std-E';
	line-height: 1;
	display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: -.1em;
	position: relative;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail:not(:first-child){
	margin-left: 10px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail .large{
	font-size: 38px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail .small{
	font-size: 15px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail:nth-child(2) .large{
	font-size: 30px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail:last-child {
	font-size: 24px;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail:last-child .large{
	font-size: 31px;
	letter-spacing: 0;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail .reward-note{
	position: absolute;
    font-size: 9px;
    color: black;
    top: 57%;
    right: 22%;
    letter-spacing: 0;
	text-shadow: 1px 1px 3px white;
}
.wrapper_landing .thrive .thrive-rewards .reward-detail:nth-child(2) .reward-note{
    top: 52%;
    right: 8%;
}
.wrapper_landing .thrive .thrive-desc{
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
    letter-spacing: .1em;
}
.wrapper_landing .thrive .thrive-content{
	text-align: left;
	padding: 0 6px;
    letter-spacing: .05em
}
.wrapper_landing .thrive .thrive-content sup{
    font-size: 12px;
}
.wrapper_landing .thrive .thrive-note{
	font-size: 12px;
	text-align: left;
    letter-spacing: .05em
}
.wrapper_landing .thrive .thrive-border-deco{
	position: absolute;
	width: 98px;
	height: 98px;
	background-image: url(../img/thrive-deco.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.wrapper_landing .thrive .thrive-border-deco.top-left{
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}
.wrapper_landing .thrive .thrive-border-deco.top-right{
	top: 0;
	right: 0;
	transform: translate(50%, -50%) rotate(90deg);
}
.wrapper_landing .thrive .thrive-border-deco.bottom-left{
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%) rotate(270deg);
}
.wrapper_landing .thrive .thrive-border-deco.bottom-right{
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%) rotate(180deg);
}
.wrapper_landing .voice{
	padding: 133px 0 105px;
    position: relative;
}
.wrapper_landing .voice:before,
.wrapper_landing .voice:after
{
    content: '';
    width: 610px;
    height: 383px;
    position: absolute;
    background-size: 100% 100%;
}
.wrapper_landing .voice:before{
    background-image: url(../img/voice_deco1.png);
    left: 0;
    top: 21px;
}
.wrapper_landing .voice:after{
    background-image: url(../img/voice_deco2.png);
    right: 0;
    bottom: 40px;
}

.wrapper_landing .voice .voice-title{
	margin: 0 0 50px;
}
.wrapper_landing .voice .voice-detail{
	line-height: 2;
    position: relative;
    z-index: 10;
}
.wrapper_landing .voice .voice-detail+.voice-detail{
    margin-top: 25px;
}
.wrapper_landing .voice .voice-detail:nth-child(2n+1) .voice-detail-inner{
    flex-direction: row-reverse;
}
.wrapper_landing .voice .voice-detail .voice-detail-inner{
	justify-content: flex-start;
}
.wrapper_landing .voice .voice-detail img{
    margin: 0 15px 0 -25px;
    width: 96px;
}
.wrapper_landing .voice .voice-detail p{
    margin: 0;
    background-image: url(../img/bg_voice1.svg);
    background-size: 100% 100%;
    width: 75%;
    height: 114px;
}
.wrapper_landing .voice .voice-detail:nth-child(2n+1) .voice-detail-inner p{
    background-image: url(../img/bg_voice2.svg);
}
.wrapper_landing .voice .voice-detail:nth-child(2n+1) .voice-detail-inner img{
    margin: 0 -23px 0 15px;
}
.wrapper_landing .voice .ref{
    text-align: right;
    margin-top: 25px;
    margin-right: 90px;
    position: relative;
    z-index: 9;
}
.bg2{
    background: #A28A7E;
    padding: 165px 0 240px;
    position: relative;
}
.wrapper_landing .product-info{
	margin-top: 140px;
}
.wrapper_landing .product-info .product-info-title{
	color: white;
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 30px;
	text-align: center;
	background: #745F59;
	margin: 0 0 22px;
}
.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:first-child td{
	border-top: none;
}
.wrapper_landing .product-info .tbl-product-info tr:last-child td{
	border-bottom: none;
}
.wrapper_landing .product-info .tbl-product-info tr td:first-child{
	background: #745F59;
    color: white;
    font-weight: bold;
    font-size: 17px;
    width: 177px;
    padding: 14px 0 14px 16px;
	border-left: none;
}
.wrapper_landing .product-info .tbl-product-info tr td:last-child{
	background: white;
	font-size: 15px;
	padding-left: 20px;
	border-right: none;
}
.wrapper_landing .pod-bottom{
	margin-top: 147px;
}
/* --- オファー内の購入ボタン調整 --- */

.cp_ofr_btn a{
	font-size: 24px;
}

.goodscomment5_{
    width: 980px;
    margin: auto;
}
/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/
