@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  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@font-face {
	font-family: 'Yu-Gothic-Regular';
	src: url(../fonts/Yu-Gothic-Regular.ttf);
}
@font-face {
	font-family: 'Ten-Mincho-Text-Regular';
	src: url(../fonts/Ten-Mincho-Text-Regular.otf);
}
@font-face {
	font-family: 'ToppanBunkyuGothicPr6N';
	src: url(../fonts/ToppanBunkyuGothicPr6N.ttf);
}
@font-face {
	font-family: 'ZenMaruGothic-Bold';
	src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
	font-family: 'YUMinchoPrN';
	src: url(../fonts/YUMinchoPrN.ttf);
}
@font-face {
	font-family: 'Allura';
	src: url(../fonts/Allura-Regular.ttf);
}
@font-face {
	font-family: 'KaiseiTokumin-Regular';
	src: url(../fonts/KaiseiTokumin-Regular.ttf);
}
@font-face {
	font-family: 'VDL-V7Mincho-Ultra';
	src: url(../fonts/VDL-V7Mincho-Ultra.ttf);
}
@font-face {
	font-family: 'futura-pt-book';
	src: url(../fonts/futura-pt-book.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Bold';
	src: url(../fonts/SourceHanSansJP-Bold.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Medium';
	src: url(../fonts/SourceHanSansJP-Medium.otf);
}
:root{
	--orange: #FF802B;
    --purple: #7163A7;
}
.wrapper_landing{
    font-family: 'Yu-Gothic-Regular';
	background: white;
	font-size: 16px;
	text-align: left;
    color: black;
}
.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-subtitle{
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    color: black;
}
.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-size: 12px;
}
.wrapper_landing img{
    max-width: 100%;
}
.wrapper_landing .toppan{
    font-family: 'ToppanBunkyuGothicPr6N';
}
.wrapper_landing .landing-top{
    background-image: url(../img/top.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height:630px;
	width:1300px;
    position:relative;
	background-position-x:-100px;
}
.wrapper_landing .landing-top .landing-top-title{
    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 .landing-top .landing-top-title span{
	letter-spacing: .25em;
}
.wrapper_landing .landing-top .landing-top-content{
    width: 980px;
    height: 100%;
    position: absolute;
}
.wrapper_landing .landing-top .award{
	width:200px;
    position: absolute;
    left: 626px;
    top: 15.5px;
}
.wrapper_landing .landing-top .award2{
    width:200px;
    left: 793px;
    top: 15.5px;
}
.wrapper_landing .landing-top .winter_taste{
    font-size:28px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: #6F3DD3;
    position: absolute;
    top: 230px;
    left: 440px;
    margin: 0;
    background: white;
    clip-path: polygon(1.5vw 0%, 100% 0%, calc(100% - 1.5vw) 100%, 0% 100%);
    letter-spacing: -.01em;
    padding: 0.1vw 1.6vw;
}
.wrapper_landing .landing-top .styleup{
    width:600px;
    position: absolute;
    top: 279px;
    left: 380px;
}
.wrapper_landing .landing-top .top_compare{
    font-family: 'Ten-Mincho-Text-Regular';
    position: absolute;
    bottom: 300px;
}
.wrapper_landing .landing-top .top_before{
    font-size: 12px;
    margin: 0;
}
.wrapper_landing .landing-top .top_before .img_container{
    padding: 5px;
    background: white;
    width: 114px;
    box-shadow: 10px 12px rgb(204 204 204 / 52%);
}
.wrapper_landing .landing-top .top_before .title_before{
    font-size: 21px;
    margin: 0;
    line-height: 1;
}
.wrapper_landing .landing-top .desc_before{
    font-size: 10px;
    margin: 37px 0 0;
    font-weight: bold;
}
.wrapper_landing .landing-top .top_after{
    margin: -220px 150px;
}
.wrapper_landing .landing-top .top_after .title_after{
    font-size: 31px;
    color: #E55F80;
    margin: 0;
    line-height: 1;
}
.wrapper_landing .landing-top .top_after .img_container{
    width: 165px;
    position: relative;
}
.wrapper_landing .landing-top .top_after .img_wrapper{
    padding: 6px;
    background: white;
    position: relative;
    z-index: 9;
}
.wrapper_landing .landing-top .top_after .img_container:before{
    content: '';
    position: absolute;
    width: 81px;
    height: 64px;
    background-image: url(../img/arrow.svg);
    background-size: 100% 100%;
    left: 0;
    bottom: 50px;
    transform: translate(-90%);
    z-index: 10;
}
.wrapper_landing .landing-top .top_after .img_container:after{
    content: '';
    position: absolute;
    width: 162px;
    height: 207px;
    top: 17px;
    left: 17px;
    background: rgb(255 198 198 / 72%);
}
.wrapper_landing .landing-top .w_name{
    position: absolute;
    left: 480px;
    bottom: 80.5px;
}
.wrapper_landing .landing-top .w_name img{
    width: 180px;
}
.wrapper_landing .landing-top .top_logo{
    width: 200px;
    top: 25px;
    left: 56.8px;
    position: absolute;
}
.wrapper_landing .landing-top .top_desc{
    font-size:10px;
    font-family: 'Yu-Gothic-Regular';
    position: absolute;
    left: 724px;
    bottom: 40px;
    margin: 0;
    font-weight: bold;
    line-height: 1.6;
}
.wrapper_landing .landing-top .top_deco{
    position: absolute;
    width: 92px;
    height: 73px;
    top: 59%;
    left: 34%;
}
.wrapper_landing .sales_up {
    text-align: center;
    position: relative;
}
.wrapper_landing .sales_up .sales_up_title{
    font-size: 35px;
    color: white;
    margin: 0;
    background: #F28449;
    padding: 35px 0 45px;
    clip-path: polygon(0% 0%, 100% 0, 100% 112px, 50% 100%, 0 112px);
}
.wrapper_landing .sales_up .sales_total{
    font-size: 32px;
    margin: -80px 0 0;
    padding: 128px 0 90px;
    background-image: url(../img/bg_sales_up.jpg);
    background-size: 100% 100%;
}
.wrapper_landing .sales_up .sales_total span{
    font-size: 130px;
    color: #80803F;
    line-height: 1.2;
    letter-spacing: .1em;
    font-style: italic;
}
.wrapper_landing .sales_up .sales_total span small{
    font-size: 90px;
}
.wrapper_landing .sales_up .sales_up_desc{
    position: absolute;
    font-size: 10px;
    margin: 0;
    bottom: 90px;
    right: 8%;
}
.wrapper_landing .shapeup{
    text-align: center;
    padding: 90px 0 160px;
}


.wrapper_landing .shapeup .shapeup-inner{
    max-width: 880px;
    margin: auto;
}
.wrapper_landing .shapeup .shapeup_title{
    font-size: 43px;
    color: #765AB6;
    line-height: 1.25;
    margin: 0;
}
.wrapper_landing .shapeup .shapeup_title span{
    text-decoration: underline;
    text-decoration-thickness: 13px;
    text-underline-offset: -6px;
    text-decoration-color: yellow;
}
.wrapper_landing .title_deco {
    position: relative;
}
.wrapper_landing .title_deco:before,
.wrapper_landing .title_deco:after{
    content: '';
    position: absolute;
    background-size: 100% 100%;
}
.wrapper_landing .shapeup .shapeup_title:before{
    background-image: url(../img/shapeup_deco.svg);
    width: 57px;
    height: 96px;
    top: 50%;
    left: 0;
    transform: translate(-70%, -50%);
}
.wrapper_landing .shapeup .shapeup_title:after{
    background-image: url(../img/shapeup_deco.svg);
    width: 57px;
    height: 96px;
    top: 50%;
    right: 0;
    transform: translate(70%, -50%) rotate(180deg);
}
.wrapper_landing .shapeup .shapeup_desc{
    margin-top: 40px;
    text-align: right;
}
.wrapper_landing .shapeup .shapeup_desc2{
    margin: 10px 0 0;
}
.wrapper_landing .shapeup .shapeup_desc1 img{
    width: 298px;
    margin-right: -40px;
}
.wrapper_landing .shapeup .shapeup_detail_wrapper{
    justify-content: space-between;
}
.wrapper_landing .shapeup .shapeup_detail_wrapper .shapeup_detail{
    width: 45%;
    position: relative;
}
.wrapper_landing .shapeup .shapeup_detail_wrapper .shapeup_detail:first-child:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 54px;
    background-image: url(../img/arrow2.svg);
    background-size: 100% 100%;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}
.wrapper_landing .shapeup .shapeup_detail_wrapper .shapeup_detail:last-child:after{
    content: '';
    position: absolute;
    width: 106%;
    height: 106%;
    background-image: url(../img/after_deco.svg);
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrapper_landing .shapeup .shapeup_desc2 img{
    width: 137px;
}
.wrapper_landing .shapeup .shapeup_desc3{
    text-align: right;
    margin: 17px 0 0;
}
.wrapper_landing .genie{
    background-image: url(../img/bg_genie.png);
    background-size: cover;
    padding: 140px 0 150px;
}
.wrapper_landing .genie_inner{
    margin: 0 auto;
    background: white;
    padding: 25px 70px 30px 35px;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    width: 100%;
    border: 4px solid #6A4D91;
    border-radius: 6px;
}
.wrapper_landing .genie .genie-media{
    width: 56%;
}
.wrapper_landing .genie .genie-media_inner{
	position: relative;
}
.wrapper_landing .genie .genie-media_inner:last-child{
    justify-content: space-between;
    margin-top: 10px;
}
.wrapper_landing .genie_label{
    justify-content: space-between;
}
.wrapper_landing .genie_label p{
    margin: 0;
    font-family: "ZenMaruGothic-Bold", serif;
    font-size: 15px;
    min-height: 33px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
}
.wrapper_landing .genie_label p:first-child{
    border: 1px solid #80803F;
    color: #80803F;
    padding: 8px 9px 0;
}
.wrapper_landing .genie_label p:last-child{
    background: #CC477A;
    color: white;
    padding: 4px 14px 0;
}
.wrapper_landing .genie_label p span{
    font-size: 20px;
}
.wrapper_landing .genie .warmfit{
    font-size: 38px;
    font-family: 'Ten-Mincho-Text-Regular';
    letter-spacing: -.15em;
    line-height: 1.2;
    margin: 10px 0 0;
}
.wrapper_landing .genie .genie_set{
    font-size: 37px;
    margin: 0;
    line-height: 1;
}
.wrapper_landing .genie .genie_set span{
    font-size: 65px;
}
.wrapper_landing .genie .genie_desc_wrapper{
    margin-top: 10px;
}
.wrapper_landing .genie .genie_desc{
    font-size: 12px;
    margin-left: 40px;
    line-height: 1.5;
}
.wrapper_landing .genie .genie-media span{
    font-size: 17px;
    position: absolute;
    font-family: 'SourceHanSansJP-Bold';
    color: #801C24;
    right: 0;
    bottom: 50px;
}
.wrapper_landing .genie .genie-media img{
    width: 50%;
}
.wrapper_landing .genie .genie-content{
    width: 42.3%;
}
.wrapper_landing .genie .genie-content .genie-detail{
    color: #CC477A;
    margin-top: 20px;
    justify-content: flex-start;
}
.wrapper_landing .genie .genie-content .genie-detail .genie-sale-label{
    font-size: 24px;
    line-height: 1.3;
    border-top: 1px solid #C02943;
    border-bottom: 1px solid #C02943;
	padding: 0 10px;
}
.wrapper_landing .genie .genie-content .genie-detail .genie-price{
    font-size: 99px;
    line-height: 1;
}
.wrapper_landing .genie .genie-content .genie-detail .genie-tax_included{
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.wrapper_landing .genie .genie-content .genie-detail .genie-tax_included span{
    font-size: 53px;
    position: relative;
}
.wrapper_landing .genie .genie-content .genie-detail .genie-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 .genie .cp_ofr_btn{
    margin: 40px 0 0 0;
    width: 96%;
}
.wrapper_landing .genie .cp_ofr_btn a{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
    line-height: 3.7;
}
.wrapper_landing .cp_ofr_btn .btn_arrow_ {
    transform: rotate(135deg) translateX(5px);
}
.wrapper_landing .movie{
    text-align: center;
    padding: 65px 0 0;
}
.wrapper_landing .movie .movie-title{
    margin: 0 0 30px;
}
.wrapper_landing .movie .movie-title img{
    width: 138px;
}
.wrapper_landing .movie {
    width: 460px;
    height: 461px;
    box-sizing: border-box;
    margin: 40px auto 100px;;
}
.wrapper_landing .movie .hacobune-video-js .hacobune-vjs-big-play-button{
    font-size:3em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wrapper_landing .movie .hacobune-video-js .hacobune-vjs-big-play-button ::before{
    font-size:3em;
}
.wrapper_landing .interview{
    text-align: center;
    padding-top: 120px;
}
.wrapper_landing .interview .interview1{
    width: 980px;
    margin-top: -40px;
}
.wrapper_landing .interview p{
    font-family: "Shippori Mincho", serif;
    margin: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .02em;
}
.wrapper_landing .interview .interview_title span{
    position: relative;
}
.wrapper_landing .interview .interview_title span:after{
    content: '';
    width: 203px;
    height: 212px;
    background-image: url(../img/genie_abd.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-110%, -50%);
}
.wrapper_landing .interview .interview2_wrapper{
    background-image: url(../img/bg_interview2.png);
    margin-top: 20px;
    padding: 180px 0 60px;
    background-size: cover;
}
.wrapper_landing .interview .interview2 {
    margin: 0 auto;
    max-width: 953px;
    align-items: flex-start;
    transform: translateX(-7px);
}
.wrapper_landing .interview .interview2 .text{
    width: 58%;
    margin-left: -20.8%;
    margin-top: -140px;
}
.wrapper_landing .interview .interview2 img{
    width: 63.8%;
}
.wrapper_landing .interview .interview2 p span{
    color: #DE7430;
    font-size: 21px;
    margin-right: 10px;
}
.wrapper_landing .interview .interview2 .question{
    font-size: 23.5px;
    color: #DE7430;
    line-height: 1.6;
    background: white;
    box-shadow: 6px 6px 4px #00000045;
    max-width: 352px;
    margin: 0 0 0 auto;
    padding: 14px 0;
}
.wrapper_landing .interview .interview2 .answer{
    font-size: 18px;
    line-height: 2;
    background: white;
    box-shadow: 6px 6px 4px #00000045;
    margin-top: 14px;
    padding: 25px;
    text-align: left;
}
.wrapper_landing .interview .interview2 .answer .bg_brown{
    color: black;
    background: #EDCBB1;
    font-size: 18px;
}
.wrapper_landing .recommends{
    padding: 80px 0 150px;
    background: #E5E6E5;
    position: relative;
}
.wrapper_landing .recommends:before{
    content: "";
    display: block;
    width: 83px;
    height: 41px;
    background: #e5e6e5;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 100%);
    clip-path: polygon(49% 100%, 0 0, 100% 0);
}
.wrapper_landing .recommends .recommends_inner{
    max-width: 550px;
    margin: 0 auto;
}
.wrapper_landing .recommends .header {
    justify-content: space-between;
    font-family: "Shippori Mincho", serif;
    align-items: flex-start;
}
.wrapper_landing .recommends .header p{
    writing-mode: vertical-rl;
    line-height: 1.3;
    margin: 0;
}
.wrapper_landing .recommends .header .recommends_title{
    font-size: 43px;
    transform: translateY(50px);
}
.wrapper_landing .recommends .header .recommends_title span{
    background: white;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 75%);
    text-decoration: underline;
    text-decoration-color: yellow;
    text-decoration-thickness: 8px;
    text-underline-offset: -10px;
    padding: 5px 0;
}
.wrapper_landing .recommends .header .desc{
    font-size: 29px;
    text-indent: -1em;
    transform: translateY(80px);
}
.wrapper_landing .recommends .header img{
    width: 50.7%;
}
.wrapper_landing .recommends .recommend_detail{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 0;
    position: relative;
    padding-left: 60px;
}
.wrapper_landing .recommends .recommend_detail:before{
    content: '';
    width: 46px;
    height: 46px;
    background-image: url(../img/check.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wrapper_landing .recommends .recommend_detail span{
    color: var(--purple);
    background-image: linear-gradient(to right, var(--purple) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 8px 2.5px;
    background-repeat: repeat-x;
    padding-bottom: 6px;
}
.wrapper_landing .genie-ad{
    padding-top: 125px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.wrapper_landing .genie-ad .section-subtitle{
    margin: 0 auto;
    font-size: 49px;
}
.wrapper_landing .genie-ad .section-subtitle span{
    text-decoration: underline;
    text-decoration-thickness: 13px;
    text-underline-offset: -6px;
    text-decoration-color: yellow;
}
.wrapper_landing .genie-ad .trouble_desc{
    text-align: center;
    font-size: 40px;
    margin: 50px 0 0;
    line-height: 1.5;
    position: relative;
    letter-spacing: .1em;
}
.wrapper_landing .genie-ad .trouble_desc small{
    font-size: 33px;
}
.wrapper_landing .genie-ad .trouble_desc span{
    color: var(--purple);
    font-size: 45px;
}
.wrapper_landing .genie-ad .detail{
    text-align: center;
    padding: 25px 0 60px;
    background-image: url(../img/bg_trouble.png);
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}
.wrapper_landing .genie-ad .detail .title{
    font-size: 24px;
    margin: 0;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .genie-ad .detail .title span{
    width: 280px;
    height: 280px;
    background: white;
    display: inline-flex;
    align-items: flex-end;
    border-radius: 100%;
    justify-content: center;
    margin-top: -160px;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.wrapper_landing .genie-ad .detail .new_sense{
    font-size: 30px;
    margin: 120px auto 0;
    position: relative;
    max-width: 720px;
}
.wrapper_landing .genie-ad .new_sense:before{
    content: '';
    position: absolute;
    top: 0;
    left: 55px;
    transform: translate(-70%, -80%);
    background-image: url(../img/recommend_balloon.svg);
    background-size: 100% 100%;
    width: 250px;
    height: 183px;
}
.wrapper_landing .genie-ad .detail .desc{
	font-family: 'SourceHanSansJP-Medium';
    font-size: 36px;
    margin: 20px 0 0;
    color: #64599A;
}
.wrapper_landing .genie-ad_media{
    max-width: 1052px;
    height: 701px;
    width: 82%;
    background-image: url(../img/recommend2.png);
    background-size: cover;
    margin: 40px 0 0 calc(80% - 840px);
    padding-top: 95px;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
}
.wrapper_landing .genie-ad_media_title{
    font-size: 33px;
    writing-mode: vertical-rl;
    line-height: 1.4;
    margin: 0 200px 0 auto;
}
.wrapper_landing .genie-ad_media_title span{
    font-size: 45px;
}
.wrapper_landing .genie-ad_media_title .orange-dark {
    color: #FF5700;
}
.wrapper_landing .genie-ad_media_title .orange-light {
    color: #F28449;
}
.wrapper_landing .genie-ad .genie-ad_desc{
    font-size: 24px;
    text-align: center;
    margin: 30px 0 0;
    color: #373A3A;
}
.wrapper_landing .bg1{
    padding-top: 475px;
    background: rgb(245 166 125 / 20%);
    margin-top: -385px;
}
.wrapper_landing .points .summary{
    background-image: url(../img/bg_point_summary.png);
    background-size: 100% 130%;
    height: 750px;
    width:1400px;
    background-repeat:no-repeat;
	background-position-x:-260px;
}
.wrapper_landing .points .summary .inner{
	width: 880px;
	margin-left:30px;
	position: relative;
	height: 100%;
}
.wrapper_landing .points .summary .detail{
    position: absolute;
    font-size: 20px;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .points .summary .detail:first-child{
    top: 50px;
    left: 0;
}
.wrapper_landing .points .summary .detail p.title{
    margin: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid var(--purple);
    padding: 0 0 10px 80px;
    background: none;
    border-radius: 0;
    color: black;
    font-weight: bold;
}
.wrapper_landing .points .summary .detail img{
    margin-top: 10px;
    width: 300px;
}
.wrapper_landing .points .summary .detail .title:before{
    content: '';
    width: 91px;
    height: 75px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}
.wrapper_landing .points .summary .detail:first-child p:before{
    width: 87px;
    background-image: url(../img/point1_summary_label.svg);
    bottom: -0.85px;
}
.wrapper_landing .points .summary .detail:first-child img{
    margin-left: 20px;
}
.wrapper_landing .points .summary .detail:nth-child(2){
    width: 314px;
    left: auto;
    right: 50px;
}
.wrapper_landing .points .summary .detail:nth-child(2) p{
    padding-left: 0;
}
.wrapper_landing .points .summary .detail:nth-child(2) p:before{
    background-image: url(../img/point2_summary_label.svg);
    right: -50px;
    left: auto;
    bottom: -1px;
}
.wrapper_landing .points .summary .detail:nth-child(2) img{
    margin-left: 65px;
}
.wrapper_landing .points .summary .detail:nth-child(3){
    width: 370px;
    bottom: 0;
    left: 0;
}
.wrapper_landing .points .summary .detail:nth-child(3) p:before{
    background-image: url(../img/point3_summary_label.svg);
    bottom: -1px;
}
.wrapper_landing .points .summary .detail:nth-child(3) img{
    margin-left: 45px;
}
.wrapper_landing .points .summary .detail:last-child{
    width: 293px;
    bottom: 0;
    right: 20px;
}
.wrapper_landing .points .summary .detail:last-child p{
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
}
.wrapper_landing .points .summary .detail:last-child p:before{
    background-image: url(../img/point4_summary_label.svg);
    right: -50px;
    left: auto;
    bottom: -1px;
}
.wrapper_landing .points .summary .detail:last-child img{
    margin-left: 45px;
}
.wrapper_landing .points img{
    width: 100%;
}
.wrapper_landing .points .points_inner{
    padding: 97px 0 180px;
    background-image: url(../img/bg_point.png);
    background-size: 100% 100%;
}
.wrapper_landing .points .detail .title{
    background: var(--purple);
    color: white;
    font-size: 36px;
    font-family: "Shippori Mincho", serif;
    padding: 22px 0 45px 105px;
    border-radius: 0 30px 30px 0;
}
.wrapper_landing .points .detail .title img{
    width: 91px;
}
.wrapper_landing .points .detail .title p{
    margin: 30px 0 0;
    font-weight: bold;
}
.wrapper_landing .points .detail .body{
    justify-content: space-between;
    align-items: flex-end;
    margin: -105px auto 0;
}
.wrapper_landing .points .detail .body p{
	font-family: 'SourceHanSansJP-Medium';
	margin: 0;
}
.wrapper_landing .points .points_inner .question p{
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    padding-left: 60px;
}
.wrapper_landing .points .detail:first-child .title{
    max-width: 673px;
}
.wrapper_landing .points .detail:first-child .body{
    max-width: 960px;
    margin: -60px auto 0;
    transform: translateX(14px);
}
.wrapper_landing .points .detail:first-child .body .text{
    width: 554px;
    line-height: 1.6;
    padding-bottom: 30px;
}
.wrapper_landing .points .detail:first-child .body .media{
    width: 400px;
}
.wrapper_landing .points .detail:nth-child(2n) .title{
    background: white;
    color: var(--purple);
    border-radius: 30px 0 0 30px;
    padding: 30px 0 35px 105px;
    position: relative;
    z-index: 9;
}
.wrapper_landing .points .detail:nth-child(2n) .title p{
    margin-top: 20px;
}
.wrapper_landing .points .detail:nth-child(2n) .body{
    flex-direction: row-reverse;
}
.wrapper_landing .points .detail:nth-child(2){
    margin-top: 90px;
}
.wrapper_landing .points .detail:nth-child(2) body{
    max-width: 1100px;
    margin: 90px auto 0 0;
}
.wrapper_landing .points .detail:nth-child(2) .title{
    max-width: 710px;
    margin: 0 0 0 auto;
    position: relative;
}
.wrapper_landing .points .detail:nth-child(2) .title .reg_num{
    font-size: 16px;
    font-family: 'SourceHanSansJP-Medium';
    background: var(--purple);
    position: absolute;
    top: 10%;
    right: 5.6%;
    color: white;
    text-align: center;
    margin: 0;
    padding: 6px;
}
.wrapper_landing .points .detail:nth-child(2) .title .reg_num span{
    padding: 6px 10px;
    border: 1px solid white;
    display: inline-block;
}
.wrapper_landing .points .detail:nth-child(2) .body{
    width: 960px;
    /* transform: translateX(22px); */
}
.wrapper_landing .points .detail:nth-child(2) .body .text{
    width: 413px;
    line-height: 1.8;
    padding-bottom: 30px;
}
.wrapper_landing .points .detail .body .media{
    position: relative;
}
.wrapper_landing .points .detail .body .media:after{
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    background-size: 100% 100%;
    bottom: 0;
}
.wrapper_landing .points .detail:nth-child(2) .body .media{
    width: 53%;
}
.wrapper_landing .points .detail:nth-child(2) .body .media:after{
    left: 0;
    transform: translate(-7%, 66%);
    background-image: url(../img/point2_1.png);
}
.wrapper_landing .points .detail:nth-child(2) .point2_2{
    max-width: 660px;
    margin: 0 0 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}
.wrapper_landing .points .detail:nth-child(2) .point2_2 .text{
    padding-bottom: 10px;
}
.wrapper_landing .points .detail:nth-child(2) .point2_3{
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}
.wrapper_landing .points .detail:nth-child(2) .point2_3 .more{
    width: 65%;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 145px;
}
.wrapper_landing .points .question{
    width: 36%;
    text-align: center;
}
.wrapper_landing .points .question p{
    position: relative;
}
.wrapper_landing .points .question p:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../img/point2_q_before.svg);
    background-size: 100% 100%;
}
.wrapper_landing .points .question p span{
    color: var(--purple)
}
.wrapper_landing .points .question img{
    width: 270px;
    margin-top: 22px;
}
.wrapper_landing .points .detail:nth-child(2) .point2_3 .media:after{
    background-image: url(../img/point2_desc.svg);
    width: 258px;
    height: 143px;
    top: 0;
    left: auto;
    right: 0;
    transform: translateY(-100%);
}
.wrapper_landing .points .detail:nth-child(2) .point2_3 .text{
    width: 28%;
    padding-bottom: 10px;
    position: relative;
}
.wrapper_landing .points .detail:nth-child(2) .point2_3 .text:before{
    content: '';
    background-image: url(../img/point2_more.svg);
    width: 165px;
    height: 49px;
    position: absolute;
    background-size: 100% 100%;
    transform: translateY(-100%);
}
.wrapper_landing .points .detail:nth-child(2) .point2_3 .media{
    width: 68.8%;
}
.wrapper_landing .points .detail:nth-child(3){
    margin: 100px 0 20px;
}
.wrapper_landing .points .detail:nth-child(3) .title {
    max-width: 680px;
}
.wrapper_landing .points .detail:nth-child(3) .body{
    width: 960px;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.wrapper_landing .points .detail:nth-child(3) .body .question{
    width: 316px;
    margin: 155px 0 0 20px;
}
.wrapper_landing .points .detail:nth-child(3) .body .media_wrapper{
    width: 508px;
	margin-top: 65px;
}
.wrapper_landing .points .detail:nth-child(3) .body .media_wrapper p{
    line-height: 1.8;
    padding-left: 110px;
}
.wrapper_landing .points .detail:nth-child(3) .body .media:after {
    left: 0;
    transform: translate(-50%, 15%);
    background-image: url(../img/point3_1.png);
}
.wrapper_landing .points .detail:last-child{
    margin: 80px 0 20px;
}
.wrapper_landing .points .detail:last-child .title {
    max-width: 650px;
    margin: 0 0 0 auto;
    position: relative;
}
.wrapper_landing .points .detail:last-child .body{
    max-width: 980px;
	margin-top:30px;
}
.wrapper_landing .points .detail:last-child .body .media_wrapper{
    width: 526px;
	margin-left:20px;
}
.wrapper_landing .points .detail:last-child .body .media_wrapper .text{
    margin-top: 10px;
}
.wrapper_landing .points .detail:last-child .body .media:after {
    right: 0;
    transform: translate(40%, 30%);
    background-image: url(../img/point4_1.png);
}
.wrapper_landing .points .detail:last-child .question{
    padding-bottom: 20px;
}
.wrapper_landing .points .feature{
    max-width: 905px;
    margin: 70px auto 0;
}
.wrapper_landing .points .feature .title{
    font-size: 24px;
    font-family: 'SourceHanSansJP-Bold';
    text-align: center;
    margin: 0;
}
.wrapper_landing .points .feature .feature_title{
    margin: 0 auto;
    text-align: center;
    color: white;
    background: var(--purple);
    font-size: 30px;
    font-family: "Shippori Mincho", serif;
    max-width: 750px;
    padding: 21px 0;
    border-radius: 64px;
}
.wrapper_landing .points .feature .feature1_title{
    margin-top: 60px;
}
.wrapper_landing .points .feature .media p{
    margin: 0;
}
.wrapper_landing .points .feature .media .media_desc{
    line-height: 1.6;
    margin-top: 15px;
}
.wrapper_landing .points .feature1 .media .media_desc .large{
    font-size: 18px;
    font-weight: bold;
}
.wrapper_landing .points .feature .media .ref{
    letter-spacing: -.1em;
}
.wrapper_landing .points .feature1 .media{
    width: 50%;
    position: relative;
}
.wrapper_landing .points .feature1 .media:after{
    content: '';
    width: 250px;
    height: 254px;
    position: absolute;
    background-image: url(../img/feature1_1.png);
    background-size: 100% 100%;
    top: 40%;
    right: 0;
    transform: translateX(40%);
}
.wrapper_landing .points .feature1 .question{
    width: 42%;
	margin-top:30px;
}
.wrapper_landing .points .feature .feature_detail{
    justify-content: space-between;
}
.wrapper_landing .points .feature1{
    align-items: flex-start;
    margin-top: 28px;
}
.wrapper_landing .points .feature1 .question p{
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    padding-left: 60px;
}
.wrapper_landing .points .feature1 .question p:before{
    background-image: url(../img/point2_q_before1.svg);
}
.wrapper_landing .points .feature2 {
    max-width: 600px;
    margin: -110px auto 0;
}
.wrapper_landing .points .feature2 .text{
    width: 50.5%;
    margin: 40px 0 0;
    letter-spacing: -.1em;
}
.wrapper_landing .points .feature2 .text p{
    font-size:18px;
}
.wrapper_landing .points .feature2 .media{
    width: 43.7%;
}
.wrapper_landing .points .feature .feature2_title{
    padding-left: 60px;
    margin-top: 175px;
    text-align: left;
    box-sizing: border-box;
}
.wrapper_landing .points .feature .feature_ref{
    margin: 35px 0 50px auto;
    width: 680px;
}
.wrapper_landing .new_feeling{
    height:600px;
    background-image: url(../img/new_feeling.png);
    background-size: 100% 100%;
    color: var(--purple);
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
}
.wrapper_landing .new_feeling .text{
    position: absolute;
    top: 175px;
    left: 80px;
}
.wrapper_landing .new_feeling .desc{
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}
.wrapper_landing .new_feeling .title{
    font-size: 83px;
    font-style: italic;
    margin: 30px 0 0;
}
.wrapper_landing .sales_up2{
    background-image: url(../img/bg_sales_up2.jpg);
    background-size: 100% 100%;
    padding-top: 65px;
}
.wrapper_landing .pt-none{
    padding-top: 0;
}
.wrapper_landing .sales_up2 .sales_up_title{
    background: none;
    color: black;
    padding: 0;
    line-height: 1.2;
    text-indent: -3em;
    padding-left: 3em;
}
.wrapper_landing .sales_up2 .sales_up_title1{
    font-size: 35px;
    color: white;
    text-align: center;
    background: #CC477A;
    margin: 0;
    line-height: 1.3;
    padding: 45px 0 55px;
    clip-path: polygon(0 0%, 100% 0%, 100% 59%, 50% 100%, 0 59%);
}
.wrapper_landing .sales_up2 .sales_total{
    padding-top: 0;
    margin: 50px 0 0;
    background: none;
}
.wrapper_landing .sales_up2 .sales_total span{
    position: relative;
}
.wrapper_landing .sales_up2 .sales_total span:before{
    content: '';
    position: absolute;
    width: 195px;
    height: 59px;
    background-image: url(../img/thankyou.svg);
    background-size: 100% 100%;
    top: 55%;
    left: -20%;
}
.wrapper_landing .sales_up2 .sales_up_deco{
    background-image: url(../img/bg_total_sales.svg);
    background-size: 100% 100%;
    width: 675px;
    height: 90px;
    color: white;
    margin: 30px auto 0;
    padding-top: 10px;
    box-sizing: border-box;
}
.wrapper_landing .sales_up2 .sales_up_desc{
    bottom: 36px;
}
.wrapper_landing .size{
    padding: 90px 0 110px;
}
.wrapper_landing .size .size_title{
    font-size: 36px;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}
.wrapper_landing .size .size_title span{
    color: var(--purple);
    font-size: 50px;
}
.wrapper_landing .size .size_title span small{
    font-size: 36px;
}
.wrapper_landing .size .size_inner{
    max-width: 760px;
    margin: auto;
}
.wrapper_landing .size .size_inner .ref{
    margin: 0;
}
.wrapper_landing .size .return_policy{
    max-width: 728px;
    margin: 95px auto 0;
}
.wrapper_landing .size .return_policy p{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-family: "Shippori Mincho", serif;
}
.wrapper_landing .size .return_policy img{
    margin-top: 20px;
}
.wrapper_landing .color{
    background: rgb(113 99 167 / 20%);
    padding: 90px 0 140px;
}
.wrapper_landing .color .title, .wrapper_landing .howto .title{
    font-size: 48px;
    font-family: 'Allura';
    color: #5F4E87;
    text-align: center;
    margin: 0;
}
.wrapper_landing .color .color_inner{
    max-width: 700px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    font-family: 'SourceHanSansJP-Bold';
    flex-wrap: wrap;
    background: white;
    padding-bottom: 20px;
}
.wrapper_landing .color .color_inner .detail{
    width: 50%;
}
.wrapper_landing .color .color_inner .detail p{
    margin: 0;
}
.wrapper_landing .genie_bottom{
    background: none;
    padding: 130px 0;
}
.wrapper_landing .howto{
    padding: 90px 0 145px;
}
.wrapper_landing .howto .howto_inner{
    max-width: 1000px;
    margin: 10px auto 0;
    padding: 45px 80px 70px;
    box-sizing: border-box;
    background: rgb(113 99 167 / 20%);
    text-align: center;
}
.wrapper_landing .howto .howto_subtitle{
    font-size: 40px;
    text-align: center;
    color: #42210B;
    margin: 0;
}
.wrapper_landing .howto .howto_subtitle:before {
    background-image: url(../img/howto-deco1.svg);
    width: 203px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wrapper_landing .howto .howto_subtitle:after {
    background-image: url(../img/howto-deco2.svg);
    width: 203px;
    height: 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.wrapper_landing .howto .howto_desc{
    font-size: 20px;
    line-height: 1.7;
    margin: 50px 0 0;
    text-align: center;
    font-weight: bold;
}
.wrapper_landing .howto .howto_detail p{
    font-size: 18px;
    margin: 10px 0 0;
    padding-left: 1em;
    text-indent:-1em;
}
.wrapper_landing .howto img{
    margin: 30px auto 0;
    max-width: 660px;
}
.wrapper_landing .product-info{
    padding: 140px 0;
    background: rgb(113 99 167 / 20%);
}
.wrapper_landing .product-info .product-info-title{
    font-size: 30px;
    margin: 0 0 22px;
    background: var(--purple);
    font-weight: bold;
    line-height: 2.5;
    color: white;
    padding-left: 25px;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .product-info .tbl-product-info{
	width: 100%;
	border-collapse: collapse;
}
.wrapper_landing .product-info .tbl-product-info tr td{
	border: 1px solid var(--purple);
}
.wrapper_landing .product-info .tbl-product-info tr td:first-child{
    background: white;
    font-weight: bold;
    font-size: 18px;
    width: 177px;
    padding: 9px 0 9px 16px;
}
.wrapper_landing .product-info .tbl-product-info tr td:last-child{
	background: white;
	font-size: 15px;
	padding: 15px 0 15px 20px;
}
/* --- オファー内の購入ボタン調整 --- */
.cp_ofr_btn a{
	width: 300px;
    padding: 18px;
	font-size: 28px;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/
