@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;
}

:root{
	--light-brown: #604545;
	--dark-brown: #995330;
	--light-yellow: #E9E0D7;
}

/* --- parts --- */
.marker { background-color: #ffff00;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
/* @font-face {
	font-family: 'VDL-V7Mincho-Bold';
	src: url(../fonts/VDL-V7Mincho-Bold.ttf);
}
@font-face {
	font-family: 'VDL-V7Mincho-M';
	src: url(../fonts/VDL-V7Mincho-Medium.ttf);
}*/
@font-face {
	font-family: 'ShipporiMincho Medium';
	src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
	font-family: 'ShipporiMincho SemiBold';
	src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
	font-family: 'ShipporiMincho Bold';
	src: url(../fonts/shippori-mincho-japanese-700-normal.woff2);
}
@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: 'SourceHanSansJP-Regular';
	src: url(../fonts/SourceHanSansJP-Regular.otf);
}
.wrapper_landing{
	font-family: 'SourceHanSansJP-Regular';
	font-size: 16px;
	text-align: left;
    overflow: hidden;
    background: #0F0F10;
}
.wrapper_landing p{
	margin: 1em 0;
}
.wrapper_landing .pos-relative{
    position: relative;
}
.wrapper_landing .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper_landing .flex.reverse{
    flex-direction: row-reverse;
}
.wrapper_landing .justify-between{
    justify-content: space-between;
}
.wrapper_landing .layout-constrained{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wrapper_landing .w-full{
    width: 100%;
}
.wrapper_landing .section{
	font-family: 'SourceHanSansJP-Regular';
	font-size: 16px;
}
.wrapper_landing .section-title{
	font-family: 'VDL-V7Mincho-Bold';
	font-size: 35px;
	text-align: center;
    margin: 0;
}
.wrapper_landing .section-detail-title{
	font-size: 25px;
    font-family: 'VDL-V7Mincho-Bold';
}
.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 .landing-top .landing-top_content {
    text-align: center;
    position: relative;
}
.wrapper_landing .landing-top .landing-top_content .top_main{
    width: 100%;
    margin: 0 auto;
}
.wrapper_landing .landing-top .landing-top_content .top_logo{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 140px;
}
.wrapper_landing .johnharry_intro{
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    background: white;
}
.wrapper_landing .bg1 .johnharry_intro{
    margin-top: -100px;
}
.wrapper_landing .johnharry_wrapper{
    position: relative;
}
.wrapper_landing .johnharry {
    padding: 38px 45px 38px 38px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .johnharry_inner{
    align-items: flex-start;
}
.wrapper_landing .johnharry .johnharry-media{
    width: 42%;
}
.wrapper_landing .johnharry .johnharry-media img{
	width: 100%;
}
.wrapper_landing .johnharry-media_inner{
    justify-content: space-between;
}
.wrapper_landing .johnharry .johnharry-media_detail p{
    font-size: 14px;
    margin: 20px 0 0;
}
.wrapper_landing .johnharry .johnharry-media_desc{
    font-size: 12px;
    margin: 25px 0 0;
    text-align: left;
}
.wrapper_landing .johnharry .johnharry-content{
    width: 55%;
}
.wrapper_landing .johnharry .johnharry-title{
    font-family: 'ShipporiMincho Medium';
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    letter-spacing: -.1em;
}
.wrapper_landing .johnharry .johnharry-title .large{
    font-size: 30px;
}
.wrapper_landing .johnharry .johnharry-title small{
    font-size: 35px;
    font-family: 'A-OTF Shin Go Pro DB';
    margin-left: 30px;
}
.wrapper_landing .johnharry .johnharry-content .johnharry-detail{
    color: #CF2D1F;
    font-family: 'ShipporiMincho Bold';
    justify-content: space-between;
    margin-top: 30px;
}
.wrapper_landing .johnharry .johnharry-content .johnharry-detail .johnharry-sale-label{
    font-size: 24px;
    line-height: 1.3;
    border-top: 1px solid #CF2D1F;
    border-bottom: 1px solid #CF2D1F;
    padding: 0 10px;
    margin-top: 10px;
}
.wrapper_landing .johnharry .johnharry-content .johnharry-detail .johnharry-price{
	font-size: 82px;
	line-height: 1;
    letter-spacing: -.05em;
}
.wrapper_landing .johnharry .johnharry-content .johnharry-detail .johnharry-tax_included{
	font-size: 19px;
    line-height: 1;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
.wrapper_landing .johnharry .johnharry-content .johnharry-detail .johnharry-tax_included span{
	font-size: 41px;
    position: relative;
}
.wrapper_landing .johnharry-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 .johnharry .johnharry-content .cp_ofr_btn{
    margin-top: 15px;
    line-height: 2.5;
}
.wrapper_landing .johnharry .johnharry-content .cp_ofr_btn a{
    max-width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px 0;
}
/*.cp_ofr_btn a span {
    margin-bottom: 0;
}*/
.wrapper_landing .movie{
    text-align: center;
    margin-top: 90px;
}
.wrapper_landing .movie .movie-title{
    margin: 0;
    text-align: center;
}
.wrapper_landing .section-title_dec{
    position: relative;
}
.wrapper_landing .section-title_dec:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 36px;
    background-image: url(../img/title_deco.png);
    background-size: 100% 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper_landing .movie-title img {
    width: 141px;
}
.wrapper_landing .moive_subtitle {
    font-size: 31px;
    color: white;
    font-family: 'ShipporiMincho SemiBold';
    margin: 0;
}
.wrapper_landing .moive_subtitle span{
    position: relative;
}
.wrapper_landing .moive_subtitle span:before{
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../img/check1.svg);
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 30px;
    transform: translateY(2px);
}
.wrapper_landing .movie .hacobune-univideo{
    width: 570px;
    height: 570px;
    box-sizing: border-box;
    margin: 40px auto 0;
}
.wrapper_landing .bg1{
    padding-bottom: 0;
}
.wrapper_landing .recommend{
    text-align: center;
    background-image: url(../img/bg_recommends.png);
    background-size: 100% 100%;
    padding: 100px 0 240px;
    color: white;
    margin-top: -70px;
    position: relative;
}
.wrapper_landing .recommend .recommend_text {
    max-width: 511px;
    box-sizing: border-box;
    text-align: left;
    margin: 55px auto 0;
}
.wrapper_landing .recommend .recommend-title{
    font-size: 35px;
    font-weight: bold;
    font-family: 'ShipporiMincho SemiBold';
    margin: 0;
}
.wrapper_landing .recommend_detail{
    position: relative;
    font-size: 18px;
    font-family: 'ShipporiMincho SemiBold';
    margin: 0;
    padding-left: 47px;
}
.wrapper_landing .recommend_detail+.recommend_detail{
    margin-top: 40px;
}
.wrapper_landing .recommend_detail span{
    position: relative;
    z-index: 9;
}
.wrapper_landing .recommend_detail:before{
    content: '';
    width: 33px;
    height: 26px;
    background-image: url(../img/check2.svg);
    position: absolute;
    top: 0;
    left: 5px;
    background-size: 100% 100%;
    z-index: 9;
}
.wrapper_landing .recommend_detail:after{
    content: '';
    width: 100%;
    height: 26px;
    background: rgb(0 0 0 / 37%);
    position: absolute;
    left: 0;
    top: 9px;
}
.wrapper_landing .premium_diamond{
    color: white;
    text-align: center;
    padding-top: 110px;
}
.wrapper_landing .premium_diamond .title{
    font-size: 44px;
    font-family: 'ShipporiMincho SemiBold';
    margin: 0;
}
.wrapper_landing .johnharrison_text{
    width: 423px;
    margin-top: 15px;
}
.wrapper_landing .desc{
    font-size: 33px;
    font-family: 'ShipporiMincho SemiBold';
    margin: 15px 0 0;
    position: relative;
}
.wrapper_landing .premium_diamond .premium_diamond_img{
    width: 1180px;
    margin: -30px 0 0 -100px;
}
.wrapper_landing .point{
    color: white;
    padding: 280px 0 140px;
    background-image: url(../img/bg_point.png);
    background-size: 100% 100%;
    margin-top: -340px;
    position: relative;
}
.wrapper_landing .point-title{
    font-size: 40px;
}
.wrapper_landing .point-title .title-text{
    position: relative;
    z-index: 9;
}
.wrapper_landing .point-title .point_text{
    font-family: 'ShipporiMincho SemiBold';
    font-style: italic;
    position: relative;
}
.wrapper_landing .point-title .point_text:before{
    content: '';
    position: absolute;
    left: -30px;
    bottom: 5px;
    width: 180px;
    height: 42px;
    background: #BAA267;
    clip-path: polygon(27px 0, 100% 0, calc(100% - 27px) 100%, 0 100%);
    display: inline-block;
}
.wrapper_landing .point-title .point_text span{
    position: relative;
    transform: translate(5px, -6px);
    display: inline-block;
}
.wrapper_landing .point_inner{
    width: 980px;
    margin: 125px auto 0;
}
.wrapper_landing .point_detail{
    width: 850px;
    display: flex;
    justify-content: space-between;
    font-family: 'SourceHanSansJP-Medium';
    margin: 0 auto;
}
.wrapper_landing .point_detail:nth-child(2){
   margin-left: 40px;
}
.wrapper_landing .point_detail+.point_detail{
    margin-top: 180px;
}
.wrapper_landing .point_detail img{
    max-width: 100%;
}
.wrapper_landing .point_detail .point_num{
    font-family: 'ShipporiMincho Bold';
    margin: 0;
    font-size: 54px;
    font-style: italic;
    position: absolute;
    top: -80px;
    left: -30px;
    line-height: 1;
}
.wrapper_landing .point_detail .point_num span{
    font-size: 71px;
    font-family: 'SourceHanSansJP-Regular';
    transform: translate(135px, -20px);
    display: inline-block;
}
.wrapper_landing .point_detail .point_media{
    width: 350px;
    position: relative;
}
.wrapper_landing .point_detail .point_text{
    width: 460px;
    font-family: 'SourceHanSansJP-Medium';
}
.wrapper_landing .point_detail .point_detail_title{
    margin: 10px 0 0;
    font-size: 27px;
    font-family: 'ShipporiMincho SemiBold';
}
.wrapper_landing .point_detail .point_detail_desc{
    margin: 32px 0 0;
    line-height: 2.1;
    letter-spacing: .1em;
}
.wrapper_landing .point_detail .point_detail_desc .underline{
    position: relative;
}
.wrapper_landing .point_detail .point_detail_desc .underline:before{
    content: '';
    position: absolute;
    background: linear-gradient(90deg,rgba(77, 76, 68, 1) 0%, rgba(94, 83, 72, 1) 11%, rgba(53, 45, 29, 1) 100%);
    width: 100%;
    height: 10px;
    bottom: 0;
}
.wrapper_landing .point_detail .point_detail_desc .underline span{
    position: relative;
}
.wrapper_landing .point_detail:first-child .point_media:after{
    background-image: url(../img/point1_1_sub.png);
    width: 265px;
    height: 188px;
    bottom: -140px;
    right: -77px;
    box-shadow: 10px 19px #7E6958;
    border-radius: 15px;
    transform: rotate(11deg)
}
.wrapper_landing .variation{
    background: white;
    padding: 100px 0 120px;
}
.wrapper_landing .variation .title{
    font-family: 'ShipporiMincho SemiBold';
    font-size: 35px;
    margin: 0;
    text-align: center;
}
.wrapper_landing .variation_inner{
    max-width: 750px;
    margin: 110px auto 0;
    padding: 0 75px 65px;
    background-image: url(../img/bg_variation.svg);
    background-size: 100% 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.wrapper_landing .variation_inner .detail{
    width: 27.5%;
    margin-top: -45px;
}
.wrapper_landing .variation_inner .detail img{
    width: 100%;
}
.wrapper_landing .variation_inner .detail p{
    font-size: 18px;
    font-family: 'ShipporiMincho SemiBold';
    margin: 60px auto 0;
    text-align: center;
    max-width: 145px;
    padding: 4px 0;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
.wrapper_landing .variation_inner .detail:first-child p{
    background: black;
    color: white;
    border: 1px solid black;
}
.wrapper_landing .variation_inner .detail:nth-child(2) p{
    background: url(../img/bg_white_variation.svg);
    background-size: 100% 100%;
}
.wrapper_landing .variation_inner .detail:last-child p{
    background: #BAA267;
    color: white;
    border: 1px solid #BAA267;
}
.bg2{
    padding: 140px 0 240px;
    background-image: url(../img/bg2.png);
    background-size: 100% 100%;
}
.wrapper_landing .product-info{
    padding: 174px 0 169px;
}
.wrapper_landing .product-info .product-info-title{
    font-size: 27px;
    text-align: center;
    margin: 0 0 22px;
    font-family: 'SourceHanSansJP-Bold';
    padding: 11px 0;
    background: linear-gradient(90deg, rgba(186, 162, 103, 1) 0%, rgba(186, 162, 103, 1) 40%, rgba(0, 0, 0, 1) 100%);
    color: white;
}
.wrapper_landing .product-info .tbl-product-info{
	width: 100%;
	border-collapse: collapse;
	font-family: 'SourceHanSansJP-Light';
}
.wrapper_landing .product-info .tbl-product-info tr td{
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 0 10px 20px;
}
.wrapper_landing .product-info .tbl-product-info tr td:first-child{
    background: #BAA267;
    font-size: 18px;
    width: 177px;
    padding: 14px 0 14px 16px;
    color: white;
}
.wrapper_landing .product-info .tbl-product-info tr td:last-child{
	background: white;
	padding-left: 20px;
}
.wrapper_landing .cp_ofr_btn{
    display: inline-block;
    margin: 55px auto 0;
}
/* --- オファー内の購入ボタン調整 --- */
.cp_ofr_btn a{
    width: 397px;
    padding: 16px 0;
    font-size: 18px;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*
