@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none;
}

/*基本セット*/
.color1{
    color: #5F8F87;
}
.colorBg1{
    background: #5F8F87;
}
/*プレミア素肌セット*/
.color2{
    color: #368AA4;
}
.colorBg2{
    background: #368AA4;
}
/*美肌集中セット*/
.color3{
    color: #B06D84;
}
.colorBg3{
    background: #B06D84;
}
/*バブリング・*/
.color4{
    color: #CA5245;
}
.colorBg4{
    background: #CA5245;
}
/*高濃度水素ゼリー*/
.color5{
    color: #CA5245;
}
.colorBg5{
    background: #CA5245;
}
/*牡丹皮せっけん*/
.color6{
    color: #CB7180;
}
.colorBg6{
    background: #CB7180;
}
/*ジュエリーエッセンス*/
.color7{
    color: #B79158;
}
.colorBg7{
    background: #B79158;
}
/*N1クリーム*/
.color8{
    color: #B79158;
}
.colorBg8{
    background: #B79158;
}
/*プロデューサー　メインカラー*/
.color9{
    color: #74A7B0;
}
.colorBg9{
    background: #74A7B0;
}
/*MV*/

#mvWrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
    padding-top: 168px;
}

#mv{
	position: relative;
	width: 100%;
    height: 789px;
	background: url("../img/top_mv.jpg") no-repeat;
	background-position: center center;
	background-size: cover; 
}

.mvInfoW{
    background: #fff;
    padding-top: 10px;
    box-sizing: border-box;
    width: 298px;
    display: inline-block;
    border-radius: 10px;
}
.mvInfo {
    margin-bottom: 5px;
}
.mvSnsW{
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform:  translateX(-28px);
    bottom: 56px;
    width: 630px;
}
.mvBtn{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    width: 310px;
    height: 86px;
}
.mvBtn:after{
    content: "";
    left: -100%;
    display: block;
    width: 310px;
    height: 100px;
    position: absolute;
    top: 0;
    transition: 0.3s;
}

.mvBtn:hover:after{
    left: 0;
}
.mvLine{
    color: #74A7B0 !important;
    display: inline-block;
}
.mvContact{
    color: #74A7B0 !important;
    display: inline-block;
}
.mvLine:before{
    content: "";
    background: url("../img/icon_line.png") no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.mvLine:hover:before{
    background: url("../img/icon_line_ov.png") no-repeat;
    background-size: contain;
}
.mvSnsW a:hover{
    color: #fff !important;
}

.mvLine:after{
    background: #74A7B0;
    z-index: 0;
}
.mvContact:after{
    background: #74A7B0;
    z-index: 0;
}
.mvContact:before{
    content: "";
    background: url("../img/icon_ope.png") no-repeat;
    background-size: contain;
    width: 43px;
    height: 54px;
    display: inline-block;
    position: absolute;
    left: 0;
    left: 20px;
    top: 15px;
    z-index: 1;
}
.mvContact:hover:before{
    background: url("../img/icon_ope_ov.png") no-repeat;
}


.mvLineTtl{
    font-size: 2.4rem;
    z-index: 1;
    position: relative;
    padding-left: 85px;
}
.mvLineTxt{
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
    padding-left: 85px;
}
.mvContTtl{
    font-size: 2.4rem;
    text-align: center;
    z-index: 1;
    position: relative;
}
.mvContTxt{
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
}

.mvTel {
    display: inline-block;
    font-size: 3.7rem;
    line-height: 3.7rem;
    color: #74A7B0;
    vertical-align: top;
    letter-spacing: normal;
    position: relative;
    padding-left: 60px;
    font-weight: 500;
    margin-bottom: 5px;
}
.mvTel:before {
    content: "";
    background: url(../img/icon_phone.png) no-repeat;
    background-size: contain;
    width: 29px;
    height: 46px;
    position: absolute;
    left: 15px;
    top: 10px;
}
.mvInfoTime {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
    color: #000;
    padding-left: 60px;
}
.mvCopy{
    font-size: 6.4rem;
    line-height: 6.4rem;
    font-weight: 700;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
}


.commonAsset1{
    width: 144px;
    height: 144px;
    background: #74A7B0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 148px;
    left: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commonAsset1:before{
    content: "";
    background: #74A7B0;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 72px;
    right: -60px;
    display: block;
}
.commonAsset1:after{
    content: "";
    background: #74A7B0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 65px;
    right: -72px;
    display: block;
    border-radius: 50%;
}
.commonAsset1Txt{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
}

.commonAsset2{
    width: 144px;
    height: 144px;
    background: #74A7B0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 148px;
    left: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commonAsset2:before{
    content: "";
    background: #74A7B0;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 72px;
    right: -60px;
    display: block;
}
.commonAsset2:after{
    content: "";
    background: #74A7B0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 65px;
    right: -72px;
    display: block;
    border-radius: 50%;
}
.commonAsset2Txt{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
}

.commonAsset3{
    width: 144px;
    height: 144px;
    background: #74A7B0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 148px;
    left: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commonAsset3:before{
    content: "";
    background: #74A7B0;
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -60px;
    left: 72px;
    display: block;
}
.commonAsset3:after{
    content: "";
    background: #74A7B0;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -65px;
    left: 66px;
    display: block;
    border-radius: 50%;
}
.commonAsset3Txt{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
}

#topSecCopy{
    position: relative;
}
.topCopyW{
    padding: 85px 0 85px 342px;
    box-sizing: border-box;
    position: relative;
}
.topCopy{
    margin-bottom: 20px;
    color: #74A7B0;
    font-weight: 500;
}
.topCopyTtl{
    font-size: 3.2rem;
    color: #575757;
    margin-bottom: 20px;
}
.topCopyTxt{
    font-size: 1.4rem;
    color: #575757;
}

#topSec01{
    position: relative;
}
.borderB{
    border-bottom: 1px solid rgba(62,62,62,0.3);
    position: relative;
}
.borderB:after{
    content: "";
    background: url("../img/section_after.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 19px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}
.topSec01W{
    padding: 70px 0;
}
.top01ImgW{
	position: relative;
}
.top01ImgAsset {
    position: absolute;
    width: 160px;
    height: 160px;
    display: block;
    left: 50%;
    bottom: -40px;
    transform: translateX(-94px);
    z-index: 1;
}
.top01Ttl1{
    font-size: 3.2rem;
    text-align: center;
    color: #2F599B;
    margin-bottom: 50px;
}
.top01Ttl1 span{
    font-size: 3.6rem;
}
.top01Wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.top01Box{
    width: 580px;
}
.top01Ttl2{
    color: #fff;
    line-height: 7.6rem;
    text-align: center;
    font-size: 3.6rem;
    border-radius: 5px;
    margin-bottom: 24px;
}
.top01MovW iframe{
    width: 580px;
    height: 320px;
}
.top01Post {
    position: absolute;
    top: 366px;
    left: 50%;
    transform: translateX(-65px);
    margin-bottom: 15px;
    z-index: 0;
    display: flex;
    width: 640px;
    justify-content: space-between;
}
.top01TxtW {
    padding-top: 10px;
}
.trialTtl {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #74a4ad;
}
.trialTxt {
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #74a4ad;
    margin-bottom: 15px;
}
.trialPrice {
    font-size: 2.7rem;
    font-weight: bold;
    color: #74a4ad;
    letter-spacing: 0.06em;
}

#topSec02{
    margin-bottom: 70px;
}
.topSec02W{
    padding: 70px 0 0;
}
.top02ImgW{
    width: 100%;
    height: 1050px;
    background: url("../img/top_sec_02.png") no-repeat;
    background-position: top left;
    position: relative;
}
.top02BtnW{
    position: absolute;
    width: 720px;
    display: flex;
    justify-content: space-between;
    left: 36px;
    top: 294px;
}
.top02Btn{
    display: inline-block;
    transition: 0.3s;
}
.top02Btn:hover{
    opacity: 0.8;
}
.top02Ttl1{
    width: 1049px;
    margin: 0 auto 140px;
}
.top02Box1{
    width: 1055px;
    margin: 0 0 100px auto;
}
.prodTtlW1{
    padding-left: 24px;
    font-weight: 500;
}
.prodTtl1{
    font-size: 3.6rem;
    color: #2F599B;
    display: block;
    margin-bottom: 24px;
}
.prodTtl2 {
    font-size: 9rem;
    letter-spacing: 0.14em;
    line-height: 9rem;
    display: block;
    color: #2F599B;
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}
.prodTtl2 .rubi {
    font-size: 1.6rem;
    letter-spacing: normal;
    display: inline-block;
    position: absolute;
    top: 0px;
    margin-right: 20px;
    left: 0;
}
.prodTxt1{
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-left: 24px;
}
.prodCartW1{
    display: flex;
    justify-content: space-between;
    width: 900px;
}
.prodImg1{
    width: 587px;
}
.prodBtnW.btnW1{
    width: 284px;
    padding-top: 50px;
}
.priceW{
    font-size: 4.8rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
}
.priceW .small1{
    font-size: 1.6rem;
    letter-spacing: normal;
    position: relative;
    top: -10px;
}
.priceW .small2{
    font-size: 3.6rem;
    position: relative;
    top: -3px;
}
.priceW .small3{
    font-size: 1.6rem;
    letter-spacing: normal;
    position: relative;
    top: -3px;
}
.priceNuki{
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    line-height: 3.2rem;
}
.proBtnW .priceNuki{
    margin-bottom: 30px;
}
.prodBtn1{
    display: inline-block;
    font-size: 2.5rem;
    width: 284px;
    background: #CF2722;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    box-sizing: border-box;
    line-height: 6rem;
    padding-left: 24px;
    padding-right: 56px;
    letter-spacing: 0.05em;
    cursor: pointer;
    border: none;
}
.prodBtn1 span{
    display: block;
    border-right: 2px solid rgba(0,0,0,0.1);
}
.prodBtn1:before{
    content: "";
    width: 420px;
    height: 108px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -76px;
    display: block;
    transition: 0.3s;
}
.prodBtn1:after{
    content: "";
    background: url("../img/icon_in_cart.png") no-repeat;
    width: 33px;
    height: 34px;
    background-size: cover;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.prodBtn1:hover:before{
    top: -22px;
}
.prodBtnW .prodBtn1{
    margin-bottom: 30px;
}
.prodBtnW .prodBtn2{
    margin-bottom: 30px;
}
.prodBtnW .prodBtn3{
    margin-bottom: 30px;
}
.prodBtn2{
    display: inline-block;
    font-size: 2.5rem;
    width: 284px;
    background: #3E3A39;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    box-sizing: border-box;
    line-height: 6rem;
    padding-left: 24px;
    padding-right: 56px;
    letter-spacing: 0.05em;
}
.prodBtn2:before{
    content: "";
    width: 284px;
    height: 60px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    left: -100%;
    top: 0px;
    display: block;
    transition: 0.3s;
}
.prodBtn2:after{
    content: "";
    background: url("../img/icon_arrow.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: cover;
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.prodBtn2:hover:before{
    left: 0;
}

.prodBtn3{
    display: inline-block;
    font-size: 2.5rem;
    width: 284px;
    background: #999;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    box-sizing: border-box;
    line-height: 6rem;
    padding-left: 24px;
    padding-right: 65px;
    letter-spacing: 0.05em;

}
.prodBtn3 span{
    display: block;
    border-right: 2px solid rgba(0,0,0,0.1);
}
.prodBtn3:before{
    content: "";
    width: 420px;
    height: 108px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -76px;
    display: block;
    transition: 0.3s;
}
.prodBtn3:after{
    content: "";
    background: url("../img/icon_pen.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: cover;
    display: block;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}
.prodBtn3:hover:before{
    top: -22px;
}

.top02Box2{
    width: 865px;
    margin: 0 auto 180px;
    box-sizing: border-box;
}
.prodCartW2{
    width: 865px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.prodImg2{
    order: 2;
    width: 398px;
}
.prodBtnW.btnW2{
    order: 1;
    width: 430px;
    box-sizing: border-box;
}

.prodTtlW2{
    padding-left: 24px;
    font-weight: 500;
}
.prodTtl3{
    font-size: 3.6rem;
    color: #AD6C6D;
    display: block;
    margin-bottom: 10px;
}
.prodTtl4{
    font-size: 9rem;
    line-height: 9rem;
    display: block;
    color: #AD6C6D;
    margin-bottom: 10px;
}
.prodTxt2{
    font-size: 1.6rem;
    line-height: 3.8rem;
    margin-bottom: 40px;
}
.priceW.color2{
    width: 285px;
}
.priceNuki.colorBg2{
    width: 285px;
}

.top02Box3{
    width: 1020px;
    margin: 0 0 260px auto;
    box-sizing: border-box;
}
.prodTtlW3{
    padding-left: 50px;
    font-weight: 500;
}
.prodTtl5{
    font-size: 3.6rem;
    color: #B1884B;
    display: block;
    margin-bottom: 24px;
}
.prodTtl6{
    font-size: 9rem;
    letter-spacing: 0.14em;
    line-height: 9rem;
    display: block;
    color: #B1884B;
    margin-bottom: 30px;
}
.prodTxt3{
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-left: 50px;
}
.prodCartW3{
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.priceW.color3{
    width: 285px;
}
.priceNuki.colorBg3{
    width: 285px;
}
.prodImg3{
    width: 639px;
    text-align: center;
}
.prodImg3 img{
    margin-bottom: 10px;
}
.prodImg3Txt{
    font-size: 1.6rem;
    color: #B1884B;
}
.prodBtnW.btnW3{
    width: 284px;
}

.top02Box4{
    width: 1200px;
    margin: 0 0 0px auto;
    box-sizing: border-box;
}
.prodTtlW4{
    padding-left: 15px;
    font-weight: 500;
}
.prodTtl7{
    font-size: 3.6rem;
    color: #569AAA;
    display: block;
    margin-bottom: 24px;
}
.prodTtl8{
    font-size: 9rem;
    letter-spacing: 0.14em;
    line-height: 9rem;
    display: block;
    color: #569AAA;
    margin-bottom: 30px;
}
.prodTxt4{
    font-size: 1.6rem;
    margin-bottom: 50px;
    padding-left: 15px;
}
.prodCartW4{
    width: 950px;
    margin: 0 114px 0px auto;
    display: flex;
    justify-content: space-between;
}
.priceW.color4{
    width: 285px;
}
.priceNuki.colorBg4{
    width: 285px;
}
.prodImg4{
    width: 534px;
}
.prodBtnW.btnW4{
    width: 284px;
}

.top02Post {
    position: absolute;
    left: 50%;
    transform: translateX(-8px);
    top: 606px;
    color: #b24544;
    width: 577px;
}
.top02W {
    display: flex;
    justify-content: space-between;
}
.top02Img {
    width: 250px;
}
.top02TxtW {
    padding-top: 25px;
}
.amenityTtl {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.amenityTxt {
    font-size: 1.6rem;
    line-height: 3.5rem;
}

#topSec03{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(62,62,62,0.3);
    position: relative;
}
.borderB:after{
    content: "";
    background: url("../img/section_after.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 19px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

/*新TOPStyle*/

.topSec03W{
    position: relative;
}
.top03W{
    border-bottom: 1px solid rgba(62,62,62,0.3);
    padding-bottom: 100px;
}
.top03W.last{
    border-bottom: none;
}
.topSetW.set1{
    height: 518px;
    background: url("../img/set_01.png") no-repeat;
    background-size: contain;
    position: relative;
}
.topSetW.set2{
    height: 475px;
    background: url("../img/set_02.png") no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 70px;
}
.topSetW.set3{
    height: 540px;
    background: url("../img/set_03.png") no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 70px;
}
.topSetW .inProdBtnW{
    position: absolute;
    bottom: 0;
}
.topSetW .inProdBtnW.btnW1 {
    letter-spacing: -0.4em;
    margin-bottom: 0;
}
.boxLine{
    background: #eee;
    border-top: 10px solid #34A837;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.boxLineW1{
    background: url("../img/sec04_bg_1.png") no-repeat;
    background-position: right top;
    padding: 25px 0 0 35px;
    height: 358px;
}
.boxLineW1L{
    display: inline-block;
    position: relative;
    width: 500px;
    vertical-align: top;
    margin-right: 15px;
}
.boxLineTtl1{
    font-size: 3rem;
    font-weight: 500;
    color: #34A837;
    margin-bottom: 20px;
    position: relative;
}
.boxLineTxt1{
    font-size: 1.6rem;
    line-height: 2.6rem;
    position: relative;
}
.boxLineImgW1{
    width: 269px;
    position: relative;
    margin-top: 10px;
    margin-left: 50px;
}
.boxLineImgW1:before{
    content: "";
    background: url("../img/icon_line.png") no-repeat;
    background-size: contain;
    width: 66px;
    height: 66px;
    position: absolute;
    left: -50px;
    top: 15px;
    display: block;
}
.boxLineImgW1:after{
    content: "";
    background: url("../img/box_line_circle.png") no-repeat;
    background-size: contain;
    width: 163px;
    height: 163px;
    position: absolute;
    right: -168px;
    top: 15px;
    display: block;
}
.boxLineW1R{
    width: 204px;
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
}
.lineId{
    background: #34A837;
    border: 1px solid #34A837;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.lineId span{
    display: table-cell;
}
.lineId .lLabel{
    color: #fff;
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 5px;
}
.lineId .lId{
    background: #fff;
    color: #34A837;
    font-size: 1.7rem;
    vertical-align: middle;
    padding: 5px;
}
.lineQr{
    box-shadow: 0 0 2px #D7D8D8;
}

.boxLineW2{
    position: relative;
    margin-bottom: 24px;
}
.boxLineImgW2{
    width: 278px;
    display: inline-block;
    position: absolute;
    left: 128px;
    top: -10px;
}
.boxLineTxtW2{
    width: 688px;
    margin: 0 0 0 auto;
    padding-top: 30px;
}
.boxLineTtl2{
    font-size: 4rem;
    line-height: 4rem;
    color: #34A837;
    margin-bottom: 20px;
    font-weight: 500;
}
.boxLineCopy{
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
    color: #34A837;
}
.boxLineTxt{
    font-size: 1.6rem;
    line-height: 3.4rem;
}
.boxBtnW1{
    margin: 0 30px 0 auto;
    width: 890px;
    display: flex;
    justify-content: space-between;
}
.boxBtnW1 a{
    margin-bottom: 0;
}

#topSec04{
    position: relative;
}
.topSec04W{
    padding-top: 100px;
    padding-bottom: 120px;
}
.top04W1{
    margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.top04W1L{
	width: 228px;
	border: 1px solid rgba(65,65,65,0.3);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px;
}
.top04W1R{
	width: 940px;
	box-sizing: border-box;
}
.top04Name{
	margin-bottom: 15px;
}
.nameL{
	font-size: 3rem;
}
.nameS{
	font-size: 1.6rem;
	margin-left: 10px;
}
.top04Txt{
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: 0.05em;
}
.boxPack{
    border-top: 10px solid #2F599B;
    margin-bottom: 40px;
}
.boxPackW1{
    position: relative;
    padding-bottom: 70px;
}
.boxPackImgW1{
    width: 423px;
    position: absolute;
    left: 32px;
    top: 77px;
}
.boxPackTxtW1{
    width: 852px;
    margin: 0 0 0 auto;
    padding-top: 55px;
    margin-bottom: 45px;
}
.boxPackTtl1{
    font-size: 4rem;
    line-height: 4rem;
    color: #2F599B;
    margin-bottom: 20px;
    font-weight: 500;
}
.boxPackCopy1{
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
    color: #2F599B;
    padding-left: 140px;
    font-weight: 500;
}
.boxPackTxt1{
    font-size: 1.6rem;
    line-height: 3.4rem;
    padding-left: 140px;
}
.boxPackW2{
    background: url("../img/sec04_bg_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 20px;
    margin-bottom: 100px;
}
.boxVoucherW{
}
.boxVoucher{
    width: 899px;
    margin: 45px 30px 30px 45px;
    display: inline-block;
}
.boxPackLine {
    width: 185px;
    display: inline-block;
    padding-top: 45px;
    vertical-align: top;
}
.boxPackW3{
    background: #fff;
    width: 1165px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
.boxPackImgW2{
    width: 371px;
    position: absolute;
    left: 69px;
    top: 26px;
}

.boxPackTxtW2{
    width: 668px;
    margin: 0 0 0 auto;
    padding-top: 55px;
    margin-bottom: 20px;
}
.boxPackTtl2{
    font-size: 4rem;
    line-height: 4rem;
    color: #2F599B;
    margin-bottom: 20px;
    font-weight: 500;
}
.boxPackCopy2{
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
    color: #2F599B;
    font-weight: 500;
}
.boxPackTxt2{
    font-size: 1.6rem;
    line-height: 3.4rem;
}

#topSec05{
    
}
.topSec05W{
    padding: 80px 0;
}
.top05Ttl{
    font-size: 6rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 80px;
    color: #74A7B0;
    font-weight: bold;
}
.topItemLists{
    letter-spacing: -0.04em;
}
.topItemList{
    letter-spacing: normal;
    width: 397px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 20px 60px;
    border-right: 1px solid rgba(62,62,62,0.3);
    vertical-align: top;
}
.topItemList:nth-child(-n+3){
    border-bottom: 1px solid rgba(62,62,62,0.3);
}
.topItemList:nth-child(3n){
    border-right: none;
}
.topItemImg{
    margin-bottom: 40px;
}
.topItemTtl1{
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.topItemTtl2{
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.topItemTtl2 span{
    font-size: 1.6rem;
}
.topItemTxt{
    font-size: 1.6rem;
    line-height: 3.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
.topItemBtnW{
    
}
.topItemPriceW{
    text-align: center;
}
.topPriceW {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: -5px;
    font-weight: 500;
}
.topPriceW .small1 {
    font-size: 1.6rem;
    position: relative;
    top: -12px;
    margin-right: 10px;
}
.topPriceW .small2 {
    font-size: 3.6rem;
    position: relative;
    top: -4px;
    margin-left: 5px;
}
.topPriceW .small3 {
    font-size: 1.6rem;
    position: relative;
    top: -4px;
    margin-left: 10px;
}
.topPriceNuki{
    color: #fff;
    line-height: 3.2rem;
    margin-bottom: 20px;
}
.topProdBtn1 {
    display: block;
    position: relative;
    background: #B54544;
    color: #fff !important;
    font-size: 2.1rem;
    line-height: 5rem;
    border: 1px solid #B54544;
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.topProdBtn1 span{
    position: relative;
}
.topProdBtn1:before{
    content: "";
    position: absolute;
    left: -100%;
    background: #fff;
    width: 100%;
    height: 60px;
    transition: 0.3s;
}
.topProdBtn1:after{
    content: "";
    background: url("../img/icon_in_cart.png") no-repeat;
    background-size: contain;
    width: 27px;
    height: 28px;
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.topProdBtn1:hover{
    color: #B54544 !important;
}
.topProdBtn1:hover:before{
    left: 0;
}
.topProdBtn1:hover:after{
    background: url("../img/icon_in_cart_ov.png") no-repeat;
    background-size: contain;
}
.topProdBtn2{
    display: block;
    position: relative;
    background: #fff;
    color: #B54544 !important;
    font-size: 2.1rem;
    line-height: 5rem;
    border: 1px solid #B54544;
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.topProdBtn2 span{
    position: relative;
}
.topProdBtn2:before{
    content: "";
    position: absolute;
    left: -100%;
    background: #B54544;
    width: 100%;
    height: 60px;
    transition: 0.3s;
}
.topProdBtn2:after{
    content: "";
    background: url("../img/icon_in_arrow.png") no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    display: block;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.topProdBtn2:hover{
    color: #fff !important;
}
.topProdBtn2:hover:before{
    left: 0;
}
.topProdBtn2:hover:after{
    background: url("../img/icon_in_arrow_ov.png") no-repeat;
    background-size: contain;
}
.topProdBtn3{
    display: block;
    position: relative;
    background: #fff;
    color: #3E3A39 !important;
    font-size: 2.1rem;
    line-height: 5rem;
    border: 1px solid #3E3A39;
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    letter-spacing: 0.05em;
}
.topProdBtn3 span{
    position: relative;
}
.topProdBtn3:before{
    content: "";
    position: absolute;
    left: -100%;
    background: #3E3A39;
    width: 100%;
    height: 60px;
    transition: 0.3s;
}
.topProdBtn3:after{
    content: "";
    background: url("../img/icon_in_pen.png") no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.topProdBtn3:hover{
    color: #fff !important;
}
.topProdBtn3:hover:before{
    left: 0;
}
.topProdBtn3:hover:after{
    background: url("../img/icon_in_pen_ov.png") no-repeat;
    background-size: contain;
}


/*中面ページStyle共通*/

#inMvWrap{
	position: relative;
	width: 100%;
	box-sizing: border-box;
    padding-top: 168px;
}
#inMvWrap h1{
    display: none;
}
#inMv1{
	position: relative;
	width: 100%;
    height: 600px;
	background-position: center center;
	background-size: cover;
}
.inMvInfoW{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 326px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(275px);
    top: 0;
}
.inMvInfo {
    margin-bottom: 5px;
}
.inMvInfoW .mvTel{
    color: #74A7B0 !important
}
.inMvInfoW .mvInfoTime{
    color: #000 !important;
}
.inMvInfoW .mvTel:before {
    content: "";
    background: url(../img/icon_phone.png) no-repeat;
    background-size: contain;
}

#inSecNews{
    padding-top: 70px;
}

/*中面カート部共通*/
.inProdBox1{
    width: 915px;
    margin: 100px auto 0 0;
}
.inProdTtlW1{
    font-weight: 500;
}
.inProdTtl1{
    font-size: 3.6rem;
    display: block;
    margin-bottom: 15px;
}
.inProdTtl2 {
    font-size: 6.5rem;
    line-height: 8rem;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.inProdTtl2 .rubi {
    font-size: 1.6rem;
    letter-spacing: normal;
    display: inline-block;
    position: absolute;
    top: 0px;
    margin-right: 20px;
    left: 0;
}
.inProdTtl2 .small {
    font-size: 3.2rem;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}
.inProdCopy1{
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.inProdCopy1 .small{
    font-size: 1.6rem;
}
.inProdTxt1 {
    font-size: 1.6rem;
    margin-bottom: 50px;
    line-height: 3.8rem;
}
.inProdCartW1{
    display: flex;
    justify-content: space-between;
    width: 915px;
}
.inProdImg1 {
    position: absolute;
    width: 560px;
    height: 560px;
    top: 0;
    left: 50%;
    transform: translateX(60px);
}
.inProdBtnW.btnW1{
    letter-spacing: -0.4em;
    margin-bottom: 60px;
}
.inPriceW{
    display: inline-block;
    margin-right: 30px;
    letter-spacing: normal;
    vertical-align: bottom;
    width: 284px;
}
.inProdBtnW .prodBtn1{
    display: inline-block;
    margin-right: 30px;
    vertical-align: bottom;
}
.inProdBtnW .prodBtn3{
    display: inline-block;
    vertical-align: bottom;
}
.inProdCauW{
    width: 100%;
    box-sizing: border-box;
    border: 25px solid #E6E6E7;
    padding: 17px 0 17px 34px;
    margin-bottom: 60px;
}
.inProdCauTtl{
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.12em;
    border-right: 1px solid rgba(76,73,72,0.3);
    padding-right: 30px;
    line-height: 8.4rem;
    vertical-align: top;
    font-weight: 500;
}
.inProdCauTxt{
    display: inline-block;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
}
.jew03Txt1{
    font-size: 1.6rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
}


.commonBoxW01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.commonBox01{
    width: 580px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding: 25px;
    text-align: left;
}
.commonBox02{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding: 25px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.commonBox03{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding: 25px;
    text-align: left;
}
.commonBoxImg01{
    margin-bottom: 20px;
}
.commonTxt01{
    font-size: 1.4rem;
    line-height: 2.7rem;
}

.commonLinkBnW{
    margin-bottom: 80px;
}
.commonLinkBn{
    width: 100%;
    height: 175px;
    display: block;
    color: #fff !important;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
.commonLinkTxtW{
    display: inline-block;
    position: absolute;
    left: 127px;
    top: 45px;
}
.commonLinkTtl1{
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 10px;
}
.commonLinkTtlEn{
    font-size: 1.4rem;
    font-weight: 300;
}
.commonLinkTtl2{
    display: inline-block;
    position: absolute;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.boxMovW1{
    position: absolute;
    top: -180px;
    background: #eaeaea;
    border-top: 10px solid #DE1F19;
    width: 100%;
    padding: 30px 35px;
    box-sizing: border-box;
}
.boxMovW1L{
    width: 515px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.boxMovTtl1{
    font-size: 3.1rem;
    line-height: 3.1rem;
    margin-bottom: 20px;
}
.boxMovTxt1{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2.6rem;
    margin-bottom: 10px;
}
.boxMovLogoW{
    width: 242px;
    text-align: center;
}
.boxMovLogo{
    margin-bottom: 20px;
}
.boxMovSearch{
    width: 225px;
    display: inline-block;
}
.boxMovImg1{
    position: absolute;
}
.boxMovW1R{
    width: 205px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin-right: 35px;
}
.youtubeLogo{
    width: 205px;
    margin-bottom: 20px;
}
.youtubeQr{
    width: 205px;
}
.boxMovVideoW{
    width: 362px;
    display: inline-block;
}
.boxMovVideoW iframe{
    width: 362px;
    height: 276px;
}

.inner main{
    padding-top: 168px;
}

/*牡丹皮*/

.botSec01W{
    position: relative;
    padding-bottom: 60px;
}
.inBotTtl2{
}
.inBotImg1{
}

.botMidImg{
    position: relative;
    z-index: 1;
}
.midTxt1{
    position: absolute;
    left: 50%;
    transform: translateX(-60px);
    top: 590px;
    font-size: 2rem;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
}
#botSec02{
    position: relative;
}
.botSec02W{
    position: relative;
    text-align: center;
    padding: 120px 0 50px;
    z-index: 1;
}
.bot02Ttl1{
    margin-bottom: 80px;
}
.bot02Box1{
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto 50px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(76,73,72,0.3);
}
.bot02Box1.last {
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0;
}
.bot02TxtW1{
    width: calc(100% - 289px);
    min-height: 271px;
}
.bot02Ttl2.night{
    font-size: 3.2rem;
    position: relative;
    padding-left: 80px;
    font-weight: 500;
    margin-bottom: 40px;
}
.bot02Ttl2.night:before{
    content: "";
    background: url("../img/botanpi/icon_moon.png") no-repeat;
    width: 65px;
    height: 68px;
    background-size: contain;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bot02Img1{
    position: absolute;
    right: 0;
    top: 0;
    width: 289px;
}
.bot02Txt1{
    font-size: 1.6rem;
    line-height: 3.8rem;
}
.bot02Tips{
    text-align: right;
    margin-top: 45px;
    display: block;
    padding-right: 30px;
    font-size: 1.6rem;
}
.bot02Ttl2.day{
    font-size: 3.2rem;
    position: relative;
    padding-left: 106px;
    font-weight: 500;
    margin-bottom: 40px;
}
.bot02Ttl2.day:before{
    content: "";
    background: url("../img/botanpi/icon_sun.png") no-repeat;
    width: 92px;
    height: 92px;
    background-size: contain;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bot02Box2{
    width: 1000px;
    margin: 0 auto 100px;
    text-align: left;
}
.bot02Ttl3{
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 25px;
}
.bot02TxtW2{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bot02Img2{
    width: 289px;
}
.botTxtW{
    width: 670px;
}
.bot02Txt2{
    font-size: 1.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.05em;
}
.bot02Asset1{
    width: 296px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-877px); 
}
.bot02Asset2{
    width: 671px;
    position: absolute;
    top: -123px;
    left: 50%;
    transform: translateX(273px); 
}
.bot02Asset3{
    width: 336px;
    position: absolute;
    top: 730px;
    left: 50%;
    transform: translateX(-920px); 
}
.bot02Asset4{
    width: 205px;
    position: absolute;
    top: 1204px;
    left: 50%;
    transform: translateX(-637px); 
}

#botSec03{
    position: relative;
}
.botSec03W{
    padding-top: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.bot03Ttl1{
    position: relative;
    margin-bottom: 70px;
}
.bot03Ttl1 span{
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: inline-block;
    letter-spacing: normal;
    position: absolute;
    bottom: 8px;
}
.bot03Box1{
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 105px;
}
.bot03Img1{
    display: inline-block;
}
.bot03Box2{
    background: url("../img/botanpi/sec03_bg.png") no-repeat;
    width: 100%;
    height: 597px;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.bot03TxtW1{
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(200px);
    top: 105px;
    text-align: center;
}
.bot03Ttl2{
    font-size: 4.5rem;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.bot03TtlS{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.bot03Txt1{
    font-size: 1.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-align: left;
}
.bot03ListW{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.bot03Lists{
    display: inline-block;
    text-align: left;
}
.bot03List{
    font-size: 1.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
}
.bot03Txt2{
    font-size: 1.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
    text-align: left;
}
.bot03Txt3{
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.bot03Asset1{
    width: 371px;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(477px); 
}
.bot03Asset2{
    width: 237px;
    position: absolute;
    top: 818px;
    left: 50%;
    transform: translateX(-928px); 
}
.bot03Ttl3{
    margin-bottom: 50px;
    text-align: center;
}
.bot03MovW {
    width: 1066px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.botMovTtl{
    width: 384px;
    height: 384px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding-left: 0;
}
.boxVideoW {
  position: relative;
  width: 580px;
}
.boxVideoW iframe {
    width: 100%;
    height: 325px;
}
#botSec04{
    position: relative;
}
.botSec04W{
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bot04Ttl{
    width: 757px;
    display: inline-block;
    margin-bottom: 35px;
}
.bot04Ttl2{
    margin-bottom: 20px;
}

.bot04LinkBn{
    background: url("../img/botanpi/sec05_bg.png") no-repeat;
    background-size: cover;
}
.bot04Asset1{
    width: 237px;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(468px); 
}
#botSec05{
    position: relative;
}
.botSec05W{
    position: relative;
}

/*youtube動画部個別*/
.bot05Ttl1{
    color: #2F5997;
}
.bot05Img1{
    left: 295px;
    top: 80px;
    width: 239px;
}
.bot05Img1:before{
    content: "";
    background: url("../img/botanpi/sec05_circle.png") no-repeat;
    background-size: contain;
    width: 148px;
    height: 149px;
    position: absolute;
    display: block;
    top: 69px;
    left: -60px;
}



/*ジュエリーエッセンス*/

#jewSec01{
    position: relative;
}
.jewSec01W{
    position: relative;
    padding-bottom: 60px;
}
.inJewImg1{
}
.jewMidImg{
    position: relative;
    z-index: 1;
}

#jewSec02{
    position: relative;
}
#jewSec02:before {
    content: "";
    background: url(../img/botanpi/jew03_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 100vw;
    height: 62.5vw;
    bottom: 0;
    z-index: 0;
    background-position: center;
}
.jewSec02W{
    position: relative;
    text-align: center;
    padding-top: 70px;
    z-index: 2;
}
.jew02Ttl1{
    letter-spacing: 0;
    margin-bottom: 30px;
}
.jew02Txt1{
    text-align: left;
    font-size: 2rem;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.jew02Box1{
    margin-bottom: 60px;
}
.jew02Box1L{
    box-sizing: border-box;
    width: 596px;
}
.jew02Ttl2{
    margin-bottom: 26px;
}
.jew02Lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.jew02List{
    width: 188px;
    background: #E6E6E7;
    text-align: center;
    font-size: 2.8rem;
    line-height: 6.3rem;
}
.jew02Txt2{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
}

.jew02Box1R{
    width: 498px;
    display: inline-block;
    position: relative;
    padding-top: 14px;
}
.jew02Box1R:before{
    content: "";
    background: url("../img/botanpi/sec08_balloon.png") no-repeat;
    background-size: contain;
    width: 202px;
    height: 196px;
    left: -222px;
    top: 244px;
    display: block;
    position: absolute;
}
.jew02Box2{
    margin-bottom: 360px;
}

.jew02Box2L{
    width: 440px;
}
.jew02Box2R{
    width: 661px;
    padding-top: 14px;
}
.jew02Txt3{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.jew02Txt4{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
}

#jewSec03{
    position: relative;
}
.jewSec03W{
    padding-top: 100px;
    text-align: center;
    position: relative;
}
.jew03Ttl1{
    margin-bottom: 60px;
    background: #EFEFEF;
    border-radius: 10px;
    line-height: 100px;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.07em;
}
.jew03Lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.jew03List{
    width: 359px;
    text-align: left;
}
.jew03Img{
    margin-bottom: 20px;
}

.jew03MovW{
    width: 580px;
    margin: 0 auto 80px;
    text-align: center;
}


#jewSec04{
    position: relative;
}
.jewSec04W{
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.jew04Ttl1{
    font-size: 5.8rem;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.jew04Txt1{
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.jew04Table1{
    width: 100%;
    border: 1px solid rgba(172,172,172,0.8);
    margin-bottom: 50px;
}
.jew04Table1 th,td{
    border-bottom: 1px solid rgba(172,172,172,0.3);
    padding: 16px 0;
    vertical-align: middle;
}
.jew04Table1 th{
    width: 280px;
}
.jew04Table1 td{
    text-align: left;
}
.jew04Th1{
    font-size: 2.9rem;
    letter-spacing: 0.15em;
}
.jew04Td1{
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 3.6rem;
}
.jew04Table2{
    width: 100%;
    border: 1px solid rgba(172,172,172,0.8);
}
.jew04Table2 th,td{
    border-bottom: 1px solid rgba(172,172,172,0.3);
    padding: 16px 0;
    vertical-align: middle;
}
.jew04Table2 th{
    width: 280px;
    color: #B79158;
}
.jew04Table2 td{
    text-align: left;
}
.jew04Th2{
    font-size: 2.3rem;
    letter-spacing: 0.15em;
}
.jew04Td2{
    font-size: 1.7rem;
    color: #3E3A39;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
}
.jew04Lists1{
    
}
.jew04List1{
    display: inline-block;
    margin-right: 30px;
}
.jew04Lists2{
    display: inline-block;
    margin-right: 20px;
}
.jew04List2{
    line-height: 3.2rem;
}

#jewSec05{
    position: relative;
}
.jewSec05W{
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.jew05Ttl1{
    width: 757px;
    display: inline-block;
    margin-bottom: 30px;
}
.jew05Ttl2{
    margin-bottom: 20px;
}
.jew05LinkBn{
    background: url("../img/botanpi/sec12_bg.png") no-repeat;
    background-size: cover;
}
#jewSec06{
    position: relative;
    padding-bottom: 170px;
}
.jewSec06W{
    position: relative;
    height: 180px;
}
.jew06Img1{
    left: 375px;
    top: 50px;
    width: 129px;
}
.jew06Img1:before{
    content: "";
    background: url("../img/botanpi/sec05_circle.png") no-repeat;
    background-size: contain;
    width: 148px;
    height: 149px;
    position: absolute;
    display: block;
    top: 101px;
    left: -130px;
}

/*N1クリーム*/

.n1Sec01W{
    position: relative;
    padding-bottom: 60px;
}
.inN1Ttl2{
}
.inN1Img1 {
}

.n1MidImg{
    position: relative;
    z-index: 1;
}
.midTxt1{
    position: absolute;
    left: 50%;
    transform: translateX(-60px);
    top: 590px;
    font-size: 2rem;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
}

#n1Sec03{
    position: relative;
}
.n1Sec03W{
    padding-top: 90px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.n103Ttl1 {
    position: relative;
    margin-bottom: 40px;
    font-size: 5.2rem;
    letter-spacing: 0;
}
.n103Txt{
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.n103Box1{
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding: 35px;
    margin-bottom: 60px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.n103MovW {
    width: 1066px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 180px;
}
.n1MovTtl{
    width: 384px;
    height: 384px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding-left: 0;
}

.n103Copy{
    padding-top: 50px;
    border-top: 1px solid rgba(76,73,72,0.3);
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    font-weight: 500;
}
.n103Img1{
}
.n103Lists1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.n103List1{
    width: 359px;
    text-align: left;
}
.n103Img2{
    margin-bottom: 20px;
}

.n103Box2{
    background: url("../img/n1/sec02_bg.jpg") no-repeat;
    width: 100%;
    height: 691px;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.n103TxtW1{
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 45px;
}
.n103Ttl2{
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}
.n103Ttl3{
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}
.n103ListW{
    display: flex;
    justify-content: space-between;
    width: 680px;
    box-sizing: border-box;
}
.n103Lists2{
    display: inline-block;
    text-align: left;
}
.n103List2{
    font-size: 1.6rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
}
.n103Txt2{
    font-size: 1.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.05em;
    text-align: left;
}
.n103Txt3{
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.n103Asset1 {
    width: 1176px;
    position: absolute;
    top: 950px;
    left: 50%;
    transform: translateX(-34px);
}
.n103Asset2 {
    width: 1774px;
    position: absolute;
    top: 1218px;
    left: 50%;
    transform: translateX(-1274px);
}

#n1Sec04{
    position: relative;
}
.n1Sec04W{
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.n104Ttl{
    width: 757px;
    display: inline-block;
    margin-bottom: 35px;
}
.n104Ttl2{
    margin-bottom: 20px;
}

.n104LinkBn{
    background: url("../img/n1/n103_faq_bg.jpg") no-repeat;
    background-size: cover;
}
.n104Asset1{
    width: 237px;
    position: absolute;
    top: -0px;
    left: 50%;
    transform: translateX(468px); 
}
#n1Sec05{
    position: relative;
}
.n1Sec05W{
    position: relative;
    height: 180px;
}

/*youtube動画部個別*/
.n105Ttl1{
}
.n105Img1{
    left: 251px;
    top: 140px;
    width: 258px;
}
.n105Img1:before{
    content: "";
    background: url("../img/botanpi/sec05_circle.png") no-repeat;
    background-size: contain;
    width: 148px;
    height: 149px;
    position: absolute;
    display: block;
    top: -114px;
    left: 0px;
}



/*バブリングビューティー*/

#bubSec01{
    position: relative;
}
.bubSec01W{
    position: relative;
    padding-bottom: 60px;
}
.bub01Ttl2 span{
    display: block;
    padding-left: 90px;
}
.inBubImg1{
}
.bubMidImg{
    position: relative;
    z-index: 1;
}

#bubSec02 {
    position: relative;
    background: url(../img/botanpi/jew03_bg.png) no-repeat;
    background-size: contain;
    background-position: center -200px;
}
.bubSec02W{
    position: relative;
    text-align: center;
    padding-top: 400px;
    z-index: 2;
}
.bub02Ttl1{
    letter-spacing: 0.05;
    margin-bottom: 30px;
}
.bub02Copy{
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 70px;
}
.bub02ListW{
    width: 950px;
    margin: 0 auto;
    border-top: 1px solid rgba(76,73,72,0.3);
    padding-top: 55px;
}

.bub02Ttl2{
    margin-bottom: 26px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 500;
}
.bub02Lists{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.bub02List{
    width: 286px;
    margin-bottom: 25px;
}
.bub02Img1{
    margin-bottom: 15px;
}
.bub02Txt1{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    min-height: 70px;
    padding-left: 55px;
    position: relative;
}
.bub02Txt1:before{
    background: #CB5245;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 3.3rem;
    line-height: 4.5rem;
    text-align: center;
    left: 0;
}
.bub02Txt1.no01:before{
    content: "1";
}
.bub02Txt1.no02:before{
    content: "2";
}
.bub02Txt1.no03:before{
    content: "3";
}
.bub02Txt1.no04:before{
    content: "4";
}
.bub02Txt1.no05:before{
    content: "5";
}
.bub02Txt1.no06:before{
    content: "6";
}
.bub02Txt2{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
}

.bub02Box1R{
    width: 498px;
    display: inline-block;
    position: relative;
    padding-top: 14px;
}
.bub02Box1R:before{
    content: "";
    background: url("../img/botanpi/sec08_balloon.png") no-repeat;
    background-size: contain;
    width: 202px;
    height: 196px;
    left: -222px;
    top: 244px;
    display: block;
    position: absolute;
}
.bub02Box2{
    margin-bottom: 260px;
}

.bub02Box2L{
    width: 440px;
}
.bub02Box2R{
    width: 661px;
    padding-top: 14px;
}
.bub02Txt3{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.bub02Txt4{
    text-align: left;
    font-size: 2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
}

#bubSec03{
    position: relative;
}
#bubSec03:before{
    content: "";
    background: url("../img/botanpi/bub03_bg.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 1920px;
    height: 1193px;
    left: 50%;
    transform: translateX(-50%);
    top: -548px;
    z-index: 0;
}
.bubSec03W{
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.bub03Ttl1{
    margin-bottom: 30px;
}
.bub03Box1{
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding: 50px 25px;
    margin-bottom: 85px;
}
.bub03Img{
    width: 1148px;
    margin: 0 auto;
}
.bub03Box2{
    background: url("../img/n1/bub03_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.bub03TxtW{
    width: 580px;
    margin: 0 0 0 auto;
    text-align: left;
    padding: 45px 45px 45px 0;
    box-sizing: border-box;
}
.bub03Ttl2{
    font-size: 4.8rem;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.bub03ListW{
    display: flex;
    justify-content: space-between;
}
.bub03Lists{
    display: inline-block;
    padding-left: 15px;
}
.bub03List{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.9rem;
}
.bub03Txt3{
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

#bubSec04{
    position: relative;
}
.bubSec04W{
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.bub04Ttl1{
    font-size: 5.8rem;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.bub04Txt1{
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.bub04Table1{
    width: 100%;
    border: 1px solid rgba(172,172,172,0.8);
    margin-bottom: 50px;
}
.bub04Table1 th,td{
    border-bottom: 1px solid rgba(172,172,172,0.3);
    padding: 16px 0;
    vertical-align: middle;
}
.bub04Table1 th{
    width: 280px;
    color: #A96C6D;
}
.bub04Table1 td{
    text-align: left;
}
.bub04Th1{
    font-size: 2.9rem;
    letter-spacing: 0.15em;
}
.bub04Td1{
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 3.6rem;
}
.bub04Table2{
    width: 100%;
    border: 1px solid rgba(172,172,172,0.8);
    margin-bottom: 10px;
}
.bub04Table2 th,td{
    border-bottom: 1px solid rgba(172,172,172,0.3);
    padding: 16px 0;
    vertical-align: middle;
}
.bub04Table2 th{
    width: 280px;
    color: #A96C6D;
}
.bub04Table2 td{
    text-align: left;
}
.bub04Th2{
    font-size: 2.3rem;
    letter-spacing: 0.15em;
}
.bub04Td2{
    font-size: 1.7rem;
    color: #3E3A39;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
}
.bub04Lists1{
    
}
.bub04List1{
    display: inline-block;
    margin-right: 30px;
}
.bub04Lists2{
    display: inline-block;
    margin-right: 20px;
}
.bub04List2{
    line-height: 3.2rem;
}

#bubSec05{
    position: relative;
    padding-bottom: 60px;
}
.bubSec05W{
    position: relative;
    text-align: center;
    padding-top: 100px;
}
.bub05Ttl1{
    width: 757px;
    display: inline-block;
    margin-bottom: 30px;
}
.bub05Ttl2{
    margin-bottom: 20px;
}
.bub05LinkBn{
    background: url("../img/n1/bub04_faq_bg.jpg") no-repeat;
    background-size: cover;
}
#bubSec06{
    position: relative;
    padding-bottom: 170px;
}
.bubSec06W{
    position: relative;
    height: 180px;
}
.bub06Img1{
    left: 375px;
    top: 50px;
    width: 129px;
}
.bub06Img1:before{
    content: "";
    background: url("../img/botanpi/sec05_circle.png") no-repeat;
    background-size: contain;
    width: 148px;
    height: 149px;
    position: absolute;
    display: block;
    top: 101px;
    left: -130px;
}

#otMv{
	position: relative;
	width: 100%;
    height: 400px;
	background-position: center center;
	background-size: cover;
    background:#74A7B0
}
#otMv2{
	position: relative;
	width: 100%;
    height: 210px;
    background: #F2F2F3;
}

.otMv2W{
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 0;
    box-sizing: border-box;
}
.otMv3W{
    width: 1200px;
    margin: 0 auto;
    padding: 160px 0 0;
    box-sizing: border-box;
}
.otMvTtl{
    font-size: 7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 7rem;
    color: #74A7B0;
}
.otMvTtl2{
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 4rem;
    color: #74A7B0;
}
.otMvTtl3{
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 4rem;
    color: #fff;
}
.otMvTtlEn{
    font-size: 1.4rem;
    color: #74A7B0;
}
.otMvTtlEn3{
    font-size: 1.4rem;
    color: #fff;
}

.inSecCom01W{
    padding: 140px 0;
}


#inSecOt01{
    position: relative;
}
.inSecOt01W{
    padding: 85px 0 85px 342px;
    box-sizing: border-box;
    position: relative;
}
#inSecOt02{
    position: relative;
}
.inSecOt02W{
    padding: 85px 0 85px 342px;
    box-sizing: border-box;
    position: relative;
}
.otTtl{
    margin-bottom: 40px;
    color: #74A7B0;
    font-weight: 500;
}
.otTxt{
    margin-bottom: 60px;
}
.otTxt span{
    color: #74A7B0;
}
.otTxt2{
    margin-bottom: 40px;
}
.otTxt2 span{
    color: #74A7B0;
}
.otTxt2 a{
    color: #74A7B0 !important;
}
.otTxt2 a:hover{
    text-decoration: underline;
}



/*ご利用規約*/

/*特定商取引法について*/


/*個人情報保護*/


/*お問い合わせ*/


.inqTtl{
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 500;
    color: #74A7B0;
}
.input1{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.input2{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.inqTxt1{
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.inqTxt2{
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
.inqTxt2 a{
    color: #74A7B0 !important;
}
.inqTxt2 a:hover{
    text-decoration: underline;
}
.inqBtnW{
    text-align: center;
}
.submitBtn{
    position: relative;
    display: inline-block;
    width: 165px;
    line-height: 5.5rem;
    color: #fff !important;
    background: #74A7B0;
    border: none;
    font-size: 1.8rem;
}

/*よくある質問*/

#inSecOt03{
    position: relative;
}
.inSecOt03W{
    padding: 85px 0 85px 482px;
    box-sizing: border-box;
    position: relative;
}
.faqW1{
    width: 634px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.faqTxt1{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid rgba(60,60,60,0.3);
    background: #f2f2f3;
    font-size: 2.4rem;
    color: #74A7B0;
    font-weight: 500;
    margin-bottom: 60px;
}
.faqTxt2{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid rgba(60,60,60,0.3);
    font-size: 2.4rem;
    color: #727171;
    font-weight: 500;
    margin-bottom: 20px;
}
.faqTxt3{
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.faqTxt3 span{
    color: #74A7B0;
}

.faqMenuW{
    width: 332px;
    box-sizing: border-box;
    position: absolute;
    top: 435px;
    left: 0;
}
.faqMenu{
    width: 332px;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 1px solid rgba(60,60,60,0.3);
    font-size: 2rem;
    color: #727171;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

/*お支払い・配送について*/

.paymentMv{
	background: url("../img/payment/ot_mv.jpg") no-repeat;
}

#inSecOt04{
    position: relative;
}
.inSecOt04W{
    padding: 85px 0;
    box-sizing: border-box;
    position: relative;
}
.payW{
    padding-bottom: 40px;
}
.payTxt1{
    font-size: 1.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.05em;
}
.payTxt1 span{
    color: #74A7B0;
}
.payTxt2{
    font-size: 1.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.payTxt3{
    font-size: 1.6rem;
    line-height: 8rem;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.payTxt3 span{
    color: #727171;
    width: 344px;
    border: 1px solid rgba(60,60,60,0.3);
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 25px;
}
.payTable1{
    width: 100%;
    border: 1px solid rgba(60,60,60,0.3);
    text-align: center;
    margin-bottom: 30px;
}
.payTable1 tr:nth-child(even) td{
    background: #f2f2f3;
}
.payTable1 th{
    letter-spacing: 0.05em;
    border: 1px solid rgba(60,60,60,0.3);
    vertical-align: middle;
    padding: 5px 0;
    width: 12.5%;
}
.payTable1 td{
    letter-spacing: 0.05em;
    border: 1px solid rgba(60,60,60,0.3);
    vertical-align: middle;
    padding: 15px 0;
}

.payTable2{
    width: 815px;
    border: 1px solid rgba(60,60,60,0.3);
    text-align: center;
    margin-bottom: 30px;
}
.payTable2 td{
    letter-spacing: 0.05em;
    border: 1px solid rgba(60,60,60,0.3);
    vertical-align: middle;
    padding: 15px 0;
    font-size: 2.4rem;
    margin-right: 25px;
    color: #727171;
}

ul.payCards {
    width: 550px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 20px;
    margin-bottom: 20px;
}
li.payCard {
    display: inline-block;
}
.payLink{
    display: block;
    margin-bottom: 20px;
}
.payKouza{
    margin-bottom: 20px;
}

/*運営会社*/

.companyTable{
    width: 100%;
    border: 1px solid rgba(60,60,60,0.3);
    text-align: center;
    margin-bottom: 30px;
}
.companyTable tr:nth-child(even) th{
    background: #f2f2f3;
}
.companyTable tr:nth-child(even) td{
    background: #f2f2f3;
}
.companyTable th{
    letter-spacing: 0.05em;
    border: 1px solid rgba(60,60,60,0.3);
    vertical-align: middle;
    padding: 15px;
}
.companyTable td{
    letter-spacing: 0.05em;
    border: 1px solid rgba(60,60,60,0.3);
    vertical-align: middle;
    padding: 15px;
    text-align: left;
}

/*セット*/

#setSecIn{
    position: relative;
}
.setSecInW{
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 1200px;
    margin: 0 auto;
}
.setSecInW img{
    position: relative;
    margin-bottom: 40px;
}
.setInBtnW{
    text-align: center;
}
.setInBtn{
    display: inline-block;
    margin-right: 20px;
    width: 290px;
    text-align: center;
    line-height: 6.9rem;
    background: #000;
    color: #fff !important;
    font-size: 2.5rem;
    border-radius: 14px;
}
.setInBtn:last-child{
    margin-right: 0;
}
.setInBtn:hover{
    background: #B44544;
}
.setSecPost {
    position: absolute;
    top: 813px;
    left: 50%;
    transform: translateX(-10px);
    color: #b24544;
    width: 577px;
}
#setSec01{
    position: relative;
}
.setSec01W{
    position: relative;
}
.inSetImg1 {
}
.setSec01_2W{
    padding-top: 100px;
}
#setSec02{
    position: relative;
}
.setSec02W{
    position: relative;
}
.set02Ttl2{
    font-size: 6.5rem;
}
.inSetImg2 {
}

.set02W2{
    position: relative;
}
.setBtn1 {
    display: inline-block;
    position: absolute;
    top: 540px;
    right: 30px;
}
.setBtn2 {
    display: inline-block;
    position: absolute;
    top: 770px;
    right: 30px;
}
.setBtn3 {
    display: inline-block;
    position: absolute;
    top: 1000px;
    right: 30px;
}
.setSec02_2W{
    padding-top: 100px;
}

#setSec03{
    position: relative;
}
.setSec03W{
    position: relative;
}
.set03Ttl2{
    font-size: 6.5rem;
}
.set03Ttl2S{
    font-size: 3.6rem;
}

.inSetImg3 {
}
.setSec03_2W{
    padding-top: 100px;
}
.setSecMovW{
    letter-spacing: -0.4em;
    padding-top: 100px;
}
.setMov{
    width: 580px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 80px;
    letter-spacing: normal;
}
.setMov:nth-child(2n){
    margin-right: 0;
}
.set01Mov{
    margin: 0 auto;
    display: block;
}



/*ユーザー登録・ログイン等共通*/

.frontend-user-admin-login {
    width: 800px;
    box-sizing: border-box;
}
.frontend-user-admin-login .message {
    width: 400px;
}
.frontend-user-admin-login #loginform {
    width: 400px;
    margin: 0 auto;
}

#loginform p label{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: 2.1rem;
    position: relative;
    color: #74A7B0;
    font-weight: 500;
}
input#user_login {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
input#user_pass {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.frontend-user-admin-login .submit{
    text-align: center;
}
input#wp-submit {
    border: none;
    background: #74A7B0;
    color: #fff;
    padding: 5px 30px;
}
.registLink{
    margin: 40px 0;
    text-align: center;
}
.registLink a{
    color: #74A7B0;
}
.registLink a:hover{
    text-decoration: underline;
}


#registerform .form-table{
    width: 100%;
    margin: 20px auto 30px;
    border: 1px solid rgba(62,62,62,0.3);
}
#registerform .form-table th{
    border: 1px solid rgba(62,62,62,0.3);
    background: #F2F2F3;
    text-align: left;
}
#registerform .form-table td{
    border: 1px solid rgba(62,62,62,0.3);
}

/*ユーザー登録*/

.registW{
    width: 660px;
    margin: 0 auto 50px;
}
.registName{
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #74A7B0;
    margin-bottom: 5px;
}
.userName{
    margin-bottom: 30px;
}

.registBtnW{
    text-align: center;
}

/*ユーザー画面*/

.fua_menu_list {
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}
.fua_menu_list li {
    display: inline-block;
    text-align: center;
    width: 180px;
    border: 1px solid #74A7B0;
    border-radius: 10px;
    line-height: 4rem;
    overflow: hidden;
}
.fua_menu_list li a {
    display: block;
    color: #74A7B0 !important;
    transition: 0.3s;
}
.fua_menu_list li a:hover {
    color: #fff !important;
    background: #74A7B0;
}

/*購入履歴*/

div#net_shop_admin_history {
    padding: 80px 0 0;
}
#net_shop_admin_history .form-table{
    width: 100%;
    margin: 20px auto 30px;
    border: 1px solid rgba(62,62,62,0.3);
}
#net_shop_admin_history .form-table th{
    border: 1px solid rgba(62,62,62,0.3);
    background: #F2F2F3;
}
#net_shop_admin_history .form-table td{
    border: 1px solid rgba(62,62,62,0.3);
}

#your-profile{
    margin: 50px 0;
}
#your-profile .form-table{
    width: 100%;
    margin: 20px auto 30px;
    border: 1px solid rgba(62,62,62,0.3);
}
#your-profile .form-table th{
    border: 1px solid rgba(62,62,62,0.3);
    background: #F2F2F3;
    text-align: left;
}
#your-profile .form-table td{
    border: 1px solid rgba(62,62,62,0.3);
}


/*レビュー用Style*/

.css-1b9e8o5{
    text-align: center;
}
.css-1k6g2ir{
    margin: 0 auto 40px !important;
}

/*カート用Style*/

.inSecCartW{
    padding: 80px 0;
}
#net_shop_admin_flow{
    margin: 0 0;
    height: inherit;
}
#net_shop_admin_flow ol {
    left: inherit !important;
    margin-bottom: 60px;
}
#net_shop_admin_flow ol li {
    display: inline-block;
    width: 183px;
    margin: 0 8px 0 8px !important;
    box-sizing: border-box;
    height: 60px !important;
    right: inherit !important;
}
#net_shop_admin_flow ol li span {
    display: block;
    width: 183px;
    height: 60px !important;
    background: #F2F2F3;
    padding: 20px 20px !important;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.4rem;
}
#net_shop_admin_flow ol li span.current {
    background: #74A7B0 !important;
    color: #fff !important;
    position: relative;
}
#net_shop_admin_flow ol li span.current:before {
    content: "";
    background: url(../img/arrow_u.png) no-repeat;
    width: 19px;
    height: 13px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    transition: 0.3s;
}
p.net_shop_admin_update_quantity {
    margin-bottom: 30px;
}

#net_shop_admin_shopping_cart .form-table {
    border: 1px solid rgba(62,62,62,0.3);
    border-collapse: collapse;
    margin: 0 0 25px !important;
}
#net_shop_admin_shopping_cart .form-table thead th {
    border: 1px solid rgba(62,62,62,0.3);
}
#net_shop_admin_shopping_cart .form-table td {
    border: 1px solid rgba(62,62,62,0.3);
    background: #F2F2F3;
    padding: 10px 0 !important;
    text-align: center;
    color: #3e3a39;
}

.net_shop_admin_coupon input.net_shop_admin_coupon_code {
    padding: 5px 10px;
}
.net_shop_admin_coupon input[type="submit"] {
    background: #74A7B0;
    border: none;
    color: #fff;
    padding: 5px 10px;
}
p.net_shop_admin_coupon {
    display: inline-block;
    float: right;
    margin-bottom: 25px;
}
p.net_shop_admin_coupon:before {
    content: "クーポンコードを入力→";
}
p.net_shop_admin_subtotal {
    margin-bottom: 25px;
    clear: both;
}
.net_shop_admin_checkout input[type="submit"] {
    background: #74A7B0;
    border: none;
    color: #fff;
    padding: 5px 10px;
}
#net_shop_admin_shopping_cart input, #net_shop_admin_checkout input, #net_shop_admin_checkout_body input {
    margin: 0 !important;
    background: #74A7B0 !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
}

#net_shop_admin_checkout_body .form-table{
    border: 1px solid rgba(62,62,62,0.3);
}
#net_shop_admin_checkout_body .form-table th{
    border: 1px solid rgba(62,62,62,0.3);
    background: #F2F2F3;
}
#net_shop_admin_checkout_body .form-table td{
    border: 1px solid rgba(62,62,62,0.3);
}

#net_shop_admin_checkout p.desc {
    color: #74A7B0 !important;
    text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#net_shop_admin_checkout_first {
    float: left;
    overflow: hidden;
    width: 49% !important;
    text-align: center;
	border: 1px solid rgba(65,65,65,0.3);
	box-sizing: border-box;
    padding: 15px 15px 31px 15px;
    background: #fff;
}
#net_shop_admin_checkout p.title span {
    background: none !important;
    font-weight: bold;
    padding: 5px;
    line-height: 1.8;
	display: block;
	margin-bottom: 20px;
}
#net_shop_admin_checkout p:nth-child(2) {
	text-align: left;
	margin-bottom: 30px;
}
#net_shop_admin_checkout label {
    margin-bottom: 30px;
    display: block;
}
#net_shop_admin_checkout_login {
    width: 49%;
	border: 1px solid rgba(65,65,65,0.3);
	box-sizing: border-box;
	padding: 15px;
    background: #fff;
}
#net_shop_admin_checkout_login dl dt {
    width: 120px;
    float: left;
    margin: 5px 0 10px;
    font-weight: normal;
}
#net_shop_admin_checkout label {
    margin-bottom: 0px;
    display: block;
}
#net_shop_admin_checkout p.submit {
    clear: both;
    text-align: center;
    padding-top: 15px;
}
