@charset "utf-8";
/*------------------------------------------------------------
   common
------------------------------------------------------------*/
/* fs-preview-header プレビューの余白非表示 */
.fs-preview-header{
    display: none;
}

/* Bettys font */
.KaiseiOpti{font-family: "Kaisei Opti", serif;} 
.LeckerliOne{font-family: "Leckerli One", serif;} 
.RobotoSlab{font-family: "Roboto Slab", serif;} 

.BGI_wall{background-image: url(https://www.plaiaden.com/bettys/img/Bettys_bg_wall.jpg);}
.BGI_FloralWall{background-image: url(https://www.plaiaden.com/bettys/img/Bettys_bg_FloralWall.jpg);}
.BGI_visual{background-image: url(https://www.plaiaden.com/bettys/img/Bettys_bg_visual_1920577.jpg);}

span.__particle{font-size: 80%;}
.LetterSpacing_narrow005 {letter-spacing: -0.05em}

/* element ・ others */
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}
@media only screen and (max-width: 840px) {
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
}


#trial{
    width: 100%;
    overflow:hidden;
}

#trial section h2{
    font-family: "Kaisei Opti", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#trial section h2 .BettysName{
    letter-spacing: -0.01em;
}

#trial section p,
#trial section dt,
#trial section dd{
    font-size: 14px;
    line-height: 1.8;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif serif !important;
}

#trial section p strong{
    background-color: #d9e9c2;
    font-weight: normal;
}

#trial section p.pd20{ 
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#trial img{
    width: 100%;
    box-sizing: border-box;
}

#trial section img.pd20{
    padding: 20px;
}

#trial section img.pd5-20{
    padding: 5px 20px;
}

#trial section img.pdb30{
    padding-bottom: 30px;
}
    
/* レビュー位置ずれ対応 */
.FS2_contents_container ul{
width:auto;
}

/*------------------------------------------------------------
   section to_cart
------------------------------------------------------------*/

#trial section.to_cart{
    margin: 50px 20px 20px;
}

.cart-submit{
    position: relative;
    height: 0;
    padding-top: 22.13%;
    background: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/bettys_trial_common_btn.png) 0 0 no-repeat;
    background-size: contain;
}


.cart-submit a {
    width: 100%;
    font-size: 18px;
    position: absolute;
    top: 36%;
    left: 47%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    line-height: 26px;
    color: #ffffff;
    font-family: "Kaisei Opti", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
    letter-spacing: -0.01em;
    font-weight: bold;
    text-align: center;
}

/*------------------------------------------------------------
    fadeIn
------------------------------------------------------------*/

.fade_in{
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1} 
}

/*------------------------------------------------------------
   section_01
------------------------------------------------------------*/

#trial .section_01 .bg01{
    background: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/Bettys_bg_FloralWall.jpg) repeat-y center center;
    background-size: cover;
}

#trial .section_01 h2{
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 10px 0 5vw;
    font-weight: bold;
}

#trial .section_01 h2:before {
    content: "";
    width: 40px;
    height: 32px;
    background: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_02_bgico.png) no-repeat center center;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 6px;
}

#trial .section_01 ul.checkBox{
    padding: 4vw;
    margin: 0 20px 30px;
    background: rgba(255 , 255 , 255 , .7);
}

#trial .section_01 ul.checkBox li{
    font-size: 3.5vw;
    line-height: 1.5;
    padding-left: 5vw;
    position: relative;
    margin-bottom: 5px;
}

#trial .section_01 ul.checkBox li:before{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_03_bgico.png) no-repeat center center;
    display: inline-block;
    background-size: 100%;
}

#trial .section_01 ul.checkBox strong{
    color: #437983;
    font-weight: bold;
}

#trial .section_01 .copy p{
    padding: 5vw 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    font-family: "Kaisei Opti", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#trial .section_01 .copy p strong{
    color: #3B801C;
    font-weight: bold;
    letter-spacing: -0.01em;
    background-color: transparent;
}



/*------------------------------------------------------------
   section_02 reason
------------------------------------------------------------*/
#trial .section_02.reason .__TitleBlock{
    text-align: center;
}
#trial .section_02.reason .__TitleBlock img.BettysLogoType{
    width: 40%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 32px;
}

#trial .section_02.reason .__TitleBlock h2 {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: bold;
}

#trial .section_02.reason .__TitleBlock img.BettysLogoMark{
    width: 76%;
    height: auto;
}

#trial .section_02.reason h3 {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    background: no-repeat center center;
    height: 34vw;
    width: 100vw;
    background-size: 100%;
    padding-top: 11vw;
    padding-bottom: 2vw;
    white-space: nowrap;
    margin-top: 8vw;
    font-weight: bold;
    font-family: "Kaisei Opti", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#trial .section_02.reason h3 span{
    font-size: 13px;
    display: block;
    margin-top: 4vw;
    font-weight: normal;
    font-family: "Leckerli One", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}


#trial .section_02 .reason_01 h3 {
    background-image: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/bettys_trial_common_reason01.png);
}

#trial .section_02 .reason_02 h3 {
    background-image: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/bettys_trial_common_reason02.png);
}

#trial .section_02 .reason_03 h3 {
    background-image: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/bettys_trial_common_reason03.png);
}

#trial .section_02.reason figure {
float: left;
    margin: 10px 7px -5px 20px;
    width: 35%;
}

#trial .section_02.reason p:last-of-type{
    padding-bottom: 30px !important;
}

/*------------------------------------------------------------
   section_03 faq
------------------------------------------------------------*/

#trial .section_03.faq h2 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    background: no-repeat center center;
    background-image: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_15_bghdg_faq.png);
    height: 40vw;
    width: 100vw;
    background-size: 100%;
    padding-top: 16vw;
    white-space: nowrap;
    font-weight: bold;
}

#trial .section_03.faq dl {
    border-top: #dbd3c8 2px dashed;
    padding-top: 10px;
    margin: 0 20px;
    
}

#trial .section_03.faq dl:nth-of-type(1) {
    padding-top: 30px; 
    
}

#trial .section_03.faq img + dl {
    border-top: none;
}

#trial .section_03.faq dl dt {
    font-weight: bold;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

#trial .section_03.faq dl dt:before {
    content: "";
    width: 30px;
    height: 30px;
    background: no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

#trial .section_03.faq dl:nth-of-type(1) dt:before {
    background-image: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_16_bgico_q1.png);
}

#trial .section_03.faq dl:nth-of-type(2) dt:before {
    background-image: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_19_bgico_q2.png);
}

#trial .section_03.faq dl dd {
    padding: 0 2vw 30px 40px;
    position: relative;
}

#trial .section_03.faq dl dd:before {
    content: "";
    width: 30px;
    height: 30px;
    background: no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-image: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_17_bgico_a.png);
}

/*------------------------------------------------------------
   section_04 user_voices
------------------------------------------------------------*/

#trial .section_04.user_voices h2 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    background: no-repeat center center;
    background-image: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_21_bghdg_voice.png);
    height: 40vw;
    width: 100vw;
    background-size: 100%;
    padding-top: 16vw;
    white-space: nowrap;
    font-weight: bold;
}

#trial .section_04.user_voices .copy_01 p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#trial .section_04.user_voices .copy_02 {
    position: relative;
    height: 0;
    padding-top: 22.13%;
    background: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_23_bgimg.png) 0 0 no-repeat;
    background-size: contain;
}

#trial .section_04.user_voices .copy_02 p {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#trial .section_04.user_voices .copy_02 p span {
        letter-spacing: -0.09em;
}

#trial .section_04.user_voices ul li {
    float: left;
    list-style: none;
    margin-top: 20px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.8;
}

#trial .section_04.user_voices ul li.user_ico {
    width: 20%;
    padding-left: 20px;
}

#trial .section_04.user_voices ul li.ml10 {
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#trial .section_04.user_voices ul li,
#trial .section_04.user_voices .voice_02 ul li,
#trial .section_04.user_voices .voice_03 ul li{
    padding-left: 20px
}

#trial .section_04.user_voices ul li:last-of-type{
    padding-bottom: 30px;
}



/*------------------------------------------------------------
   section_05 LoveForAnimals
------------------------------------------------------------*/

#trial .section_05.LoveForAnimals .bg05 {
    background: url(https://www.plaiaden.com/campaign/sp/img/c_common/trial_img_c_common_bg02.png) repeat top left;
}

#trial .section_05.LoveForAnimals h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 45px 20px 0;
}

#trial .section_05.LoveForAnimals h3{
    font-size: 14px;
    padding: 30px 20px 10px;
    font-weight: bold;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif serif !important;
}

#trial .section_05.LoveForAnimals h3:nth-of-type(1) {
    padding-top: 5px;
}

#trial .section_05.LoveForAnimals figure {
    float: right;
    margin: 2% 20px 2px 4%;
    width: 34%;
}

#trial .section_05.LoveForAnimals a{
    color: #d1b222;
}

#trial .section_05.LoveForAnimals a.link_ico img{
    width: 15px;
    height: 13px;
}

#trial .section_05.LoveForAnimals .banner_link{
    padding: 20px 0 30px;
}



/*------------------------------------------------------------
   section_06 trial_item �e���i���Ƃɕʃt�@�C��
------------------------------------------------------------*/

body #trial .section_06.trial_item .bg06 {
    background: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/Bettys_bg_FloralWall.jpg) repeat-y center center;
    background-size: 150%;
}


#trial .section_06.trial_item dt,
#trial .section_06.trial_item dd{
    font-size: 12px;
    line-height: 1.6;
    margin: 5px;
}



/*------------------------------------------------------------
   ?????????
------------------------------------------------------------*/

#trial .section_06 .Initial-price p{ 
letter-spacing: normal;
text-align: center;
font-size: 15px;
font-weight: bold;
    font-family: "Kaisei Opti", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#trial .section_06 .Initial-price .price.fMch{
    font-size: 38px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
    text-decoration: line-through 1.5px #A52D2D;
}
#trial .section_06 .Initial-price span{
margin-right: 7px;
}
#trial .section_06 .Initial-price .arrow-line{
margin: 0 auto;
width: 4px;
height: 34px;
background-color: #A52D2D;
}
#trial .section_06 .Initial-price .arrow {
width: 22px;
height: 22px;
border: 4px solid;
border-color: transparent transparent #A52D2D #A52D2D;
transform: rotate(-45deg);
margin: -25px auto 10px;
}
#trial .section_06 .Initial-price .free-shopping {
color: #A52D2D;
font-size: 21px;
position: relative;
top: 15px;
background: url(https://www.plaiaden.com/campaign/sp/img/treats_tb_01/sp-lp_trial_price-line.png) center no-repeat;
background-size: contain;
}
#trial .section_06 .Initial-price .price-box_wrapper{
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 48px;
}
#trial .section_06 .Initial-price .price-box_wrapper p{
font-size: 20px;
letter-spacing: -1px;
position: absolute;
right: 68vw;
}
#trial .section_06 .Initial-price .price-box_wrapper .yen{
position: absolute;
bottom: 4vw;
right: -2vw;
}
#trial .section_06 .Initial-price .price.fMch.fsL{
font-size: 65px;
text-decoration: none;
letter-spacing: 2px;
right: 25vw;
bottom: -12px;
position: absolute;
}



/*改修により追加　ｖ2*/
#trial .main .main-img .main-img_top-content{
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    font-size: 19px;
    padding-top: 15px;
}
#trial .main .main-img .main-img_top-content span{
    font-size: 24px;
    line-height: 20px;
}
#trial .content01-box_prod-content{
    text-align: center;
    font-weight: bold;
}
#trial .content01-box_prod-content h2{
    font-size: 17px;
}
#trial .content01-box_prod-content p{
    font-size: 13px !important;
}
#trial .content01-box_prod-content img{
    width: 46% !important}
#trial .trial_hdg-content h2{
    background: url(https://www.plaiaden.com/campaign/sp/img/bettys/common/bettys_trial_bghdg.png) no-repeat center;
    background-size: 80%;
    height: 36vw;
    width: 100vw;
    padding-top: 6vw;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
#trial .trial_hdg-content h2 .BettysName{
    font-size: 20px;
    letter-spacing: -0.01em;
}
#trial .trial_hdg-content .content{
    font-size: 4vw;
    white-space: normal;
    margin: 0 auto;
    line-height: 1.8;
    padding-top: 0px;
    padding-bottom: 12px;
    background-image: none;
    height: auto;
    width: 100%;
    text-shadow: 1px 1px 3px #c0c0c0;
}
#trial .section_06.trial_item dl.present{
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
  padding: 10px;
  border-bottom:none;
}
#trial .section_06.trial_item dl.present{
  margin:3vw auto;
  background-color:#fff;
  -moz-box-shadow: 1px 1px 6px #000 inset;
  -webkit-box-shadow: 1px 1px 6px #000 inset;
  -o-box-shadow: 1px 1px 6px #000 inset;
  -ms-box-shadow: 1px 1px 6px #000 inset;

}
#trial .section_06.trial_item dl.present dt:nth-child(1){
  width:20%;
}
#trial .section_06.trial_item dl.present dt:nth-child(2){
  width:70%;
  line-height:1.8;
  font-size:3vw;
  font-weight:bold;
  padding-top:1vw;
}


/*価格改定後　追加*/
#trial .section_06 .Initial-price .price.fMch{
  font-size: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: line-through 1.5px #A52D2D;
}
#trial .section_06 .Initial-price span{
  margin-right: 7px;
}
#trial .section_06 .Initial-price .arrow-line{
  margin: 0 auto;
  width: 4px;
  height: 34px;
  background-color: #A52D2D;
}
#trial .section_06 .Initial-price .arrow {
  width: 22px;
  height: 22px;
  border: 4px solid;
  border-color: transparent transparent #A52D2D #A52D2D;
  transform: rotate(-45deg);
  margin: -25px auto 10px;
}
#trial .section_06 .Initial-price .free-shopping {
  color: #A52D2D;
  font-size: 21px;
  position: relative;
  top: 15px;
  background: url(https://www.plaiaden.com/campaign/sp/img/treats_tb_01/sp-lp_trial_price-line.png) center no-repeat;
  background-size: contain;
}
#trial .section_06 .Initial-price .price-box_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 48px;
}
#trial .section_06 .Initial-price .price-box_wrapper p{
  font-size: 20px;
  letter-spacing: -1px;
  position: absolute;
  right: 68vw;
}
#trial .section_06 .Initial-price .price-box_wrapper .yen{
  position: absolute;
  bottom: 4vw;
  right: -2vw;
}
#trial .section_06 .Initial-price .price.fMch.fsL{
  font-size: 55px;
  text-decoration: none;
  letter-spacing: 2px;
  right: 24vw;
  bottom: -6px;
  position: absolute;
}
