@charset "utf-8";
/*-------------------
common
-------------------*/
.wrapper {
color :#3f3f3f;
font: 1.0rem/1.5 Noto Sans JP,sans-serif;
font-feature-settings: "palt";
letter-spacing: .1em;
padding: 0 0;
position: relative;
}
.wrapper * {
box-sizing: border-box;
}
.wrapper a {
color: inherit;
display: block;
}
.wrapper img {
    display:block;
height: auto;
width: 100%;
}
#container .wrapper{
    margin: 0 auto;
}
#container .pc-only{
    display: none;
}
#container .flex {
    align-items: flex-start;
display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
flex-wrap: wrap;
margin: 0 auto;
}
#container h1,h2,h3,p{
    text-align: center;
}
#container section{
    margin-bottom: 20%;
}
#container .section-title{
    background-color: #efeeeb;
    padding: 15px;
}
#container .section-title h2{
    font: bold 1.5rem/1.2 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    color: #715f22;
    letter-spacing: 0.1em;
    line-height: 0.;
}
#container .lineup h2 em{
    line-height: 2rem;
    font-size: 2rem;
    font-weight: bold;
}
#container .section-title .h2-catch{
    color: #FFF;
    background: #e3b945;
    border-radius: 60px;
    margin: 5px auto 20px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 55%;
}
#container .section-title .h2-catch::after{
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 8px solid transparent;
    border-top: 10px solid #e3b945;
    width: 0;
    height: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
/* ボタンデザイン */
#container .buy-btn a{
    font: bold 1rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial;
    color: #29374f;
    display: block;
    text-align: center;
    width: 80%;
    padding: 0.3rem 2rem;
    border: 1px solid #29374f;
    margin: 0 auto;
}
#container .buy-btn a::after {
    display: inline-block;
    position: relative;
    left: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #29374f;
    border-right: solid 2px #29374f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#container .buy-btn a:hover {
background-color: #29374f;
color: #fff;
}
#container .buy-btn a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
    background: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/worldlash-glue-2403_sp.jpg) no-repeat;background-size: 100% auto;
    background-color: #e6e6e6;
    padding: 30px 0 20px;
}
#container .mainvisual .worldlash-logo{
    display: block;
    margin-left: 5%;
    width: 30%;
}
#container .mainvisual h1{
color: #3f3f3f;
font: bold 2rem/1.4 'Yu Mincho Light','YuMincho','Yu Mincho','Hiragino Mincho ProN',sans-serif;
margin: 3% 0;
text-align: center;
}
#container .mainvisual .head-catch{
    font: bold 1.2rem/1.3 'Yu Mincho Light','YuMincho','Yu Mincho','Hiragino Mincho ProN',sans-serif;
    margin: 30px auto 0.5em;
    text-align: center;
}
#container .mainvisual .head-subcatch{
    color: #FFF;
    background: #29374f;
    border-radius: 60px;
    font-size: 1.2rem;
    margin: 0 auto 5%;
    padding: 1% 3%;
    text-align: center;
    width: 82%;
}
#container .mainvisual .buy-btn{
    margin-top: 55%;
}
/*-------------------
   feature
-------------------*/
#container .feature .feature-inner{
    padding: 0 8%;
    margin: 0 auto;
    width: 100%;
}
#container .feature h3{
    font: bold 1.7rem/1.3 'Yu Mincho Light','YuMincho','Yu Mincho','Hiragino Mincho ProN',sans-serif;
    color: #a18d5a;
    text-align: center;
    margin: 0 0 3%;
    position: relative;
    z-index: 1;
}
#container .feature .feature-box p{
    margin: 0 0 5%;
    text-align: justify;
    text-justify:inter-ideograph;
}

#container .feature .feature-box{
    margin: 25% auto 10%;
}
#container .feature .feature-box li{
    width : 100%;
}
#container .feature .feature-box .text-box{
    position:relative;
    z-index: 1; 
}
#container .feature .feature-box .text-box .point-icon{
    position: absolute;
    top: -40%;
    width: 35%;
    z-index: 0;
}
#container .feature .feature-box:nth-of-type(2) .point-icon{
    top: -50%;
}
#container .feature .feature-box:nth-of-type(3) .point-icon{
    top: -35%;
}
#container .feature .feature-box:nth-of-type(4) .point-icon,
#container .feature .feature-box:nth-of-type(5) .point-icon{
    top: -30%;
}
#container .feature .feature-box .text-box .point-icon-right{
    right: 0;
}
#container .feature .feature-box .text-box .point-icon-left{
    left: 0;
}
#container .feature .feature-inner img.madeinjapan{
width: 70%;
display:block;
margin: 20px auto 0;
}
/*-------------------
   howto
-------------------*/
#container .howto ul{
    margin: 0% auto;
    padding: 40px 3% 0%;
}
#container .howto .contentsWrapper .title{
    font: 1.1em/1.2 Noto Sans JP,sans-serif;
    color: #212121;
}
#container .howto .title::before {
    vertical-align: middle;
    padding-right: 10px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 38px;
    background: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/howto-icon_1.png) no-repeat;
    background-size: contain;
}
#container .howto .cont-2 .title::before {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/howto-icon_2.png);
}
#container .howto .cont-3 .title::before {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/howto-icon_3.png);
}
#container .howto .cont-4 .title::before {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/howto-icon_4.png);
}
#container .howto li{
    width: 45%;
    position: relative;
    display: inline-block;
     margin: 0 auto 20px;
}
#container .howto li:before{
    content: "";
  position: absolute;
  top: 115px;
  left: 95%;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 15px solid #cc9704;
}
#container .howto .cont-4:before{
    display: none;
}
#container .howto li p{
    text-align: justify;
    }
#container .howto li img{
    margin-bottom: 10px;
}
/*-------------------
   flatsable
-------------------*/
#container .flatsable h3{
    color: #a18d5a;
    font: bold 1.5em/1.5 '小塚明朝 Pro' ,'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    border-bottom: solid 1px;
    text-align: center;
    margin: 0 auto 5%;
    padding: 0 0 5px 0;
}
#container .flatsable .flatsable-inner{
    padding: 20px;
}
#container .flatsable .flatsable-inner img.flatsable-img{
width: 100%;
display: block;
margin: 0 auto;
padding-top: 15px;
}
#container .flatsable .flatsable-inner p{
    text-align: justify;
    text-justify:inter-ideograph;
}
#container .flatsable .flatsable-inner p em{
    font-weight: bold;
}
#container .flatsable .flatsable-grande{
    padding: 20px 20px 30px;
    background-color: #f3f3f3;
    margin: 40px 0 0px;
}
#container .flatsable .flatsable-grande img{
    padding-bottom: 20px;
}
#container .flatsable .buy-btn a{
    width: 90%;
}
#container .flatsable .buy-btn a::after {
    left: 20px;
}
/*-------------------
   lineup
-------------------*/
#container .lineup{
    background-color: #f6f5f1;
    padding-bottom: 5%;
    margin: 0;
}
#container .lineup .section-title{
    background-color: transparent;
}
#container .sp-set{
margin: 0 auto 10px;
width: 90%;
}
#container .pc-set{
display: none;
}
/*-------------------
   比較表
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive{
background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
border-bottom: none;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0 auto;
    width: 90%;
}
/*テーブルの左側を固定するためのスタイル*/
#container .table-sticky.sticky-left thead .blank {
    background: #757576;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
}
#container .table-sticky.sticky-left tbody th {
    background-color: #38425f;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
z-index: 5;
}
#container .lineup th,
#container .lineup td{
border-collapse: collapse;
border: solid 1px #d9d9d9;
font: 1rem/1.4 "メイリオ", "Meiryo",'Helvetica Neue','Helvetica','Arial',sans-serif;
letter-spacing: -1px;
padding: 2% 1%;
text-align: center;
}
#container .lineup td{
font-size: 0.9rem;
min-width: 126px;
}
#container .lineup td:nth-child(even){
    background-color: #ebe9e0;
}
#container .lineup .vertical{
border-top: none;
border-left: none;
color: #FFF;
min-width: 80px;
}
#container .lineup .rank1,
#container .lineup .rank2,
#container .lineup .rank3,
#container .lineup .rank4,
#container .lineup .rank5{
border-top: none;
color: #FFF;
padding: 10px 0;
vertical-align: middle;
min-width: 290px;
}
#container .lineup .rank1,.rank3,.rank5{
background-color: #63493f;
}
#container .lineup .rank2,.rank5{
background-color: #8a7165;
}
#container .lineup td dt{
background-color: #999;
color: #fff;
font-size: 0.7rem;
margin: 0 0 3%;
padding: 3%;
}
#container .lineup td.item-name{
    color: #29374f;
    font-weight: bold;
}
#container .lineup .price{
color: #c40830;
font: bold 1rem/1.4"メイリオ", "Meiryo",'Helvetica Neue','Helvetica','Arial',sans-serif;
margin: 3% 0;
}
#container .lineup .price em{
color: #c40830;
font-size: 1.3rem;
font-weight: bold;
}
#container .lineup .buy-btn a{
font-size: 0.9rem;
width: 90%;
padding: 0;
}
#container .lineup .buy-btn a::after{
left: 5px;
width: 7px;
height: 7px;
}

#container .lineup .table-responsive img{
padding: 24%;
}

@media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container section{
    margin-bottom: 10%;
}
#container .buy-btn a{
    font-size: 1rem;
    width: 100%;
}
#container .flatsable .buy-btn a{
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto;
}
#container .feature li{
    margin: 0 3%;
    width: 44%;
}
#container .sp-only{
    display: none;
}
#container .section-title h2{
    font: bold 2.5em/1.4;
    font-size: 2.0em;
}
#container .section-title .h2-catch{
    padding: 7px 0%;
    width: 30%;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
    background: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/worldlash-glue-2403_ipad_FV.jpg) no-repeat;
    background-size: 100% auto;
    background-color: #e8e8e8;
    padding: 4% 0 0 5%;
    height: 380px;
    }
#container .mainvisual .worldlash-logo{
    width: 18%;
}
#container .mainvisual .head-catch{
    margin: 30px 0 0.5em;
    text-align: justify;
    font-size: 1.3rem;
}
#container .mainvisual .head-catch br{
    display: none;
}
#container .mainvisual h1{
    font-size: 2.3em;
    text-align: justify;
    margin: 1% 0 0;
}
#container .mainvisual .headtitle em{
font-size: 5rem;
}
#container .mainvisual .head-subcatch{
    margin: 2% 0 0;
    text-align: justify;
    width: 310px;
}
#container .mainvisual .buy-btn{
    margin: 20px 0 0;
    width: 310px;
}

/*-------------------
   feature
-------------------*/
#container .feature .feature-box{
    margin: 0 auto;
    align-items: center;
    padding: 10px 5px;
    }
#container .feature .feature-box ul{
    margin: 0 auto;
    width: 92%;
}
#container .feature .feature-box li{
    margin: 8% 2% 0;
    width: 46%;
    display:table-cell;
    vertical-align: middle;
}
#container .feature h3{
    font-size: 1.5rem;
    text-align: left;
}
#container .revers{
    flex-direction: row-reverse;
}
#container .feature .feature-box:first-child .point-icon{
    top: -28%;
}
/*-------------------
   howto
-------------------*/
#container .howto ul{
    margin: 0 auto;
    width: 100%;
}
#container .howto li:before{
    top: 213px;
    left: 103%;
    border: 20px solid transparent;
    border-left: 23px solid #cc9704;
}
#container .howto .title{
        font-size: 1.5em;
}
#container .howto .title::before {
        width: 36px;
        height: 54px;
}
/*-------------------
   flatsable
-------------------*/
#container .flatsable .flatsable-inner{
    width: 100%;
}
#container .flatsable .flatsable-inner p{
    text-align: center;
    padding: 10px 20px;
}
#container .flatsable h3{
   font-size: 2.0em;
   margin: 10px auto 10px;
}
#container .flatsable .flatsable-inner img.flatsable-img{
    width: 70%;
}
#container .flatsable .flatsable-grande{
    padding: 8% 20px;
    margin: 60px 0 0;
}
#container .flatsable-grande .catch_osusume{
    margin: 0 auto;
    width: 80%;
}
#container .flatsable-grande .flatsablegrande-img{
    margin: 0 auto;
    width: 90%;
}
#container .flatsable-grande .banner{
    margin: 20px auto 0;
    width: 80%;
}
/*-------------------
   lineup
-------------------*/
#container .lineup td{
    min-width: 160px;
}
#container .lineup td{
    font-size: 1.1rem;
}
#container .table-sticky.sticky-left tbody th{
    font-size: 1.1rem;
    min-width: 110px;
}
#container .lineup .buy-btn a{
    margin: 10px auto 0;
}
#container .lineup .buy-btn a::after{
    left: 20px;
}
#container .lineup .table-responsive img{
    padding: 22%;
}

}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container section{
    margin-bottom: 150px;
}
#container .buy-btn a{
    font-size: 1.3rem;
}
#container .sp-only{
    display: none;
}
#container .pc-only{
    display: block;
}
#container .section-title{
    background-color: #efeeeb;
    padding: 30px 0;
}
#container .section-title h2{
    font-size: 2.5rem;
}
#container .section-title h2 br{
    display: none;
}
#container .section-title .h2-catch{
    width: 260px;
    font-size: 1.3rem;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
    padding: 0;
    background-image: none;
}
#container .mainvisual .mv-width {
    background: url(/contents/shop/sevenbeauty/img/freepage/worldlash-glue/worldlash-glue-2403_pc.jpg) no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    padding-top: 30px;
    width: 1040px;
    height: 540px;
}
#container .mainvisual .worldlash-logo{
    width: 180px;
    margin: 0;
}
#container .mainvisual .head-catch{
    margin: 30px auto 5px;
    text-align: justify;
    font-size: 1.6rem;
}
#container .mainvisual .head-catch br{
    display: none;
}
#container .mainvisual h1{
    font-size: 4rem;
    text-align: justify;
    margin: 0;
}
#container .mainvisual .head-subcatch{
    margin: 0;
    width: 400px;
    font-size: 1.5rem;
}
#container .mainvisual .buy-btn{
    margin-top: 60px;
}
#container .mainvisual .buy-btn a{
    width: 400px;
    font-size: 1rem;
    margin: 0;
    padding: 10px;
}

/*-------------------
   feature
-------------------*/
#container .feature .feature-inner{
    padding: 0;
}
#container .feature .feature-box{
    align-items: center;
    margin: 130px auto 0;
    width: 1000px;
}
#container .feature .feature-box li{
    margin: 0 3%;
    width: 44%;
}
#container .revers{
    flex-direction: row-reverse;
}
#container .feature .feature-inner h3{
    font-size: 2.2rem;
    text-align: justify;
}
#container .feature .feature-box p{
    font-size: 1.1rem;
}
#container .feature .feature-box .text-box .point-icon{
    top: -50%;
}
#container .feature .feature-box:nth-of-type(2) .point-icon{
    top: -55%;
}
#container .feature .feature-box:nth-of-type(3) .point-icon{
    top: -50%;
}
#container .feature .feature-box:nth-of-type(4) .point-icon,
#container .feature .feature-box:nth-of-type(5) .point-icon{
    top: -40%;
}
/*-------------------
   howto
-------------------*/
#container .howto li:before{
    left: 107%;
}
#container .howto ul{
    padding: 0;
    margin: 40px auto;
    width: 950px;
}
#container .howto ul li{
    margin: 0 auto;
    width: 21%;
}
#container .howto .title{
    font-size: 1.2rem;
}
#container .howto p{
    font-size: 1rem;
}

/*-------------------
   flatsable
-------------------*/
#container .flatsable .flatsable-inner{
    margin: 0 auto;
    width: 1040px;  
}
#container .flatsable .flatsable-inner h3{
    font-size: 2.2rem;
    margin: 40px auto 20px;
    width: 600px;
}
#container .flatsable .flatsable-inner p{
    font-size: 1.2rem;
    margin: 0 auto 30px;
    text-align: center;
    width: 680px;
}
#container .flatsable .flatsable-inner img.flatsable-img{
    width: 830px;
}
#container .flatsable .flatsable-grande{
    padding: 50px;
    margin: 100px 0 0;
}
#container .flatsable .flatsable-grande .catch_osusume{
    margin: 0 auto;
    width: 468px;
}
#container .flatsable .flatsable-grande .flatsablegrande-img{
    margin: 0 auto;
    width: 48%;
}
#container .flatsable .flatsable-grande .banner{
    margin: 10px auto 0;
    width: 515px;
}
#container .flatsable .buy-btn a{
    font-size: 1.2rem;
    margin: 0 auto;
    width: 370px;
}
/*-------------------
   lineup
-------------------*/
#container .lineup .table-responsive{
    width: 1131px;
    max-width: 90%;
}
#container .table-sticky.sticky-left tbody th{
    font-size: 1.1rem;
    min-width: 110px;
}
#container .lineup td{
    font-size: 1rem;
    min-width: 170px;
}
#container .lineup .buy-btn a::after{
    left: 20px;
}
#container .lineup .table-responsive img{
    margin: 0 auto;
    padding: 0;
    width: 65px;
}
#container .lineup .buy-btn a{
    font-size: 1rem;
    margin: 0 auto;
}
}