@charset "UTF-8";

body,figure,p,h3{
    margin:0;
}
img{
    display:block;
    width:100%;
    margin:auto;
}
.txt_b{
    font-weight:bold;
    font-size:inherit;
}
small{
    font-size:1.5rem;
}
.bold {
    font-size: inherit;
    font-weight: bold;
    display: contents;
}
.footer-lower-inner{
    padding-bottom: 20px;
    width:90%;
    margin:auto;
    display:block;
}
.footer-lower-inner >img{
    width: 60%;
    margin: 0;
    display: block;
    padding: 20px 0 10px;
}
.footer-lower-inner > p{
    font-size:1.2rem !important;
    text-align:left;
}
.pc{
    display:block;
}
.sp{
    display:none;
}

/*-------------------------------------
吹き出し
-------------------------------------*/
.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.balloon-009 img,
.balloon-010 img {
    position: absolute;  /* 相対位置に指定 */
    bottom: 0px;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.balloon-010{
    margin:20px auto;
}
.balloon-009 p {
    position: relative;
    width: 320px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 25px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}
.balloon-010 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.balloon-010 p {
    position: relative;
    max-width: 300px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.balloon-010 p::before {
    position: absolute;
    right: -15px;
    width: 25px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}
/*-------------------------------------
tooltip-002
-------------------------------------*/
.tooltip-002 {
    display: inline-block;
    position: relative;
    width:100%;
}
.tooltip-002 > p {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #f4df56;
    color: #333333;
    font-size: .7em;
    white-space: nowrap;
    font-size: 1.4rem;
    text-align:center;
}

.tooltip-002 > p::before {
    position: absolute;
    bottom: -15px;
    width: 40px;
    height: 15px;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

/*-------------------------------------
fukidashi-03
-------------------------------------*/
.fukidashi-03 {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.fukidashi-03 > span {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5em 1em;
    border-radius: 50px;
    background-color: #c0a76a;
    color: #ffffff;
    font-size: 1em;
    width: 50%;
}

.fukidashi-03 > span::before {
    position: absolute;
    bottom: -6px;
    width: 9px;
    height: 6px;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}


/*-------------------------------------
mask
-------------------------------------*/
.mask {
    width:  280px;
    height: 280px;
    /*border-radius: 50%;*/
    background-position: left top;
    display: inline-block;
}

/*-------------------------------------
arrow
-------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 0 0 40px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
/*-------------------------------------
fusen-2
-------------------------------------*/
.fusen-2 {
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    border-left: 27px solid #f4df56;
    background-color: #f5f5f5;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

/*.fusen-2::before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}*/
/*-------------------------------------
marker
-------------------------------------*/
.markertest {
    font-weight:bold;
    background: -webkit-linear-gradient(left, rgb(255,233,50) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,233,50) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,233,50) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.markertest.is-active{
    background-position: 0% .5em;
}
/*-------------------------------------
fukidashi
-------------------------------------*/
.fukidashi-02-03 {
  position: relative;
  display: grid;
  place-items: center;
  width: 90%;
  height: auto;
  padding:10px;
  margin:auto;
  border: 2px solid #333333;
  border-radius: 5px;
  text-align:center;
}
.fukidashi-02-03 div {
    font-size: 2rem;
}
.fukidashi-02-03::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  /*background: #f2f2f2;*/
}
.fukidashi-02-03::after {
  content: "";
  position: absolute;
  top: 108%;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-02-03 > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(6px) translateY(5px); /* 位置をややズラす */
  border-radius: 5px;
  /*background-color: #f4df56;*/
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}
.btn_01{
  position:relative;
}
/*.btn_01 a::before {
  content:"＼ 特別説明会を開催！ ／";
  font-size:3rem;
  color: #fdf58f;
  transform: skewX(-15deg);
  font-weight: bold;
  position: absolute;
  top: -70px;
  left: 0;
  right:0;
  padding-left: 15px;
  margin:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-shadow: 4px 2px 0px rgba(249, 25, 128, 1),
    3px -2px 0px rgba(249, 25, 128, 1),
    3px 2px 0px rgba(249, 25, 128, 1),
    -2px -2px 0px rgba(249, 25, 128, 1),
    -2px -1px 0px rgba(249, 25, 128, 1),
    1px 2px 0px rgba(249, 25, 128, 1),
    1px 1px 0px rgba(249, 25, 128, 1);
}*/
.logo_txt {
    width: 100%;
    max-width: 190px;
    vertical-align: baseline;
    margin: 0 5px;
}
p.lead {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.2;
    margin: 0 auto 50px;
    transform: skewX(-15deg);
}
/*-------------------------------------
lp_250228
-------------------------------------*/
.fixed_banner {
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
}

.fixed_banner_pc {
    width: 300px;
}

.floating-banner:hover {
    opacity: .8;
}

.fixed_banner_sp {
    display: none;
}
.fixed_banner img {
    width: 100%;
    max-width: 120px;
}
@media screen and (max-width: 786px) {
    .fixed_banner_sp {
        display:none;
    }
}
/*-------------------------------------
lp_250228
-------------------------------------*/
#lp_250228 main{
    margin: 0;
    background:#f2f2f2;
}
#lp_250228 .key_visual{
    position:relative;
}
#lp_250228 .cv_area{
    margin-top:20px
    /*position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -100px;
    background: #edeff1;*/
}
#lp_250228 .cv_area .btn_01 a{
    margin: 0 auto;
}
#lp_250228 .contents{
    max-width: 1000px;
    margin: auto;
}
#lp_250228 .flex_box {
    display: flex;
    padding: 40px;
}
#lp_250228 .lead_box{
    width:100%;
    margin:0 auto;
}
#lp_250228 .lead_box figure img{
    width:100%;
    max-width: 200px;
}
#lp_250228 h1{
    color: #e3c90d;
    font-size: 2.6rem;
    margin: 0 auto 10px;
}
#lp_250228 h2{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 30%;
    padding: 10px;
    margin: 30px auto;
    text-align: center;
}
#lp_250228 .lead_box div p{
    font-size: 1.6rem;
}
#lp_250228 .lead_box div figcaption p small{
    font-size:1rem;
}
#lp_250228 figcaption span{
    display:block;
    margin: 10px auto; 
}
#lp_250228 figcaption p{
    font-size:1.4rem;
}
#lp_250228 .lead_box .box_1 {
    margin:0 50px 0 0;
}
#lp_250228 .lead_box .box_2 {
    width: 68%;
}
#lp_250228 .lead_box .box_2 img{
    margin:24px auto;
}

#lp_250228 section{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding-bottom: 1px;
}
#lp_250228 section article{
    background:#fff;
}
#lp_250228 section.evidence {
    width: 100%;
    max-width: 980px;
    margin: auto;
}
#lp_250228 section h3 span {
    padding: 20px 20px 20px 120px;
    font-size: 1.6rem;
    display: block;
}
#lp_250228 section article.features2 h3 span,
#lp_250228 section article.features3 h3 span,
#lp_250228 section article.features4 h3 span,
#lp_250228 section article.features5 h3 span{
    font-size:1.5rem;
}

#lp_250228 section .flex_box{
    gap:80px;
    padding: 0;
    margin: 70px auto;
}

#lp_250228 section .flex_box:nth-of-type(even){
    flex-direction:row-reverse;
}

#lp_250228 section.evidence .img_box {
    width: 100%;
    max-width: 380px;
}

#lp_250228 section.evidence .txt_box {
    width: 100%;
}
#lp_250228 section.evidence .txt_box h3{
    font-size: 1.6rem;
    width: 100%;
}
#lp_250228 section.evidence .flex_box div:first-of-type p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
}
#lp_250228 section.evidence .flex_box{
    gap: 50px;   
}
#lp_250228 section.evidence div:nth-of-type(1) div:first-of-type p:nth-of-type(2){
    margin-top: 50px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2rem !important;
}
#lp_250228 section.evidence .txt_box p small{
    font-size: 1.2rem !important;
    margin-top:10px;
    display:block;
}
#lp_250228 .cv_lead{
  font-size:3rem;
  text-align: center;
  color: #fdf58f;
  transform: skewX(-15deg);
  font-weight: bold;
  text-shadow: 4px 2px 0px rgba(249, 25, 128, 1),
    3px -2px 0px rgba(249, 25, 128, 1),
    3px 2px 0px rgba(249, 25, 128, 1),
    -2px -2px 0px rgba(249, 25, 128, 1),
    -2px -1px 0px rgba(249, 25, 128, 1),
    1px 2px 0px rgba(249, 25, 128, 1),
    1px 1px 0px rgba(249, 25, 128, 1);
}
#lp_250228 .lead span{
    font-size:4rem;
    font-weight:bold;
}
#lp_250228 section article p img {
    padding: 20px;
}
#lp_250228 .point_box {
    display: flex;
    gap:20px;
    padding: 0;
}
#lp_250228 .point_box li {
    width: calc(100% / 5);
    max-width: 165px;
    height: 165px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align:center;
    position:relative;
}
#lp_250228 .point_box li p{
    position:absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: auto;
}
#lp_250228 .btn_01 a{
    background: rgb(249,25,128);
    background: linear-gradient(0deg, rgba(249,25,128,1) 0%, rgba(255,69,154,1) 100%);
    border-radius: 5px;
    display: block;
    line-height: 1.3;
    /*box-shadow: 0 4px 0 #05a246;*/
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight:bold;
    padding: 5px 5px 10px;
    width:50%;
    margin:0 auto 50px;
}
#lp_250228 .btn_01 a:hover{
    /*box-shadow: none;
    transform: translateY(5px);*/
    opacity: 0.8;
}
#lp_250228 .btn_01 a small{
    font-size:1.2rem;
    color: #fff;
}
#lp_250228 .point .flex_box {
    margin: 140px auto 50px;
}
#lp_250228 .point .flex_box > div .mask{
    width:  100%;
    height: 100%;
    min-height: 340px;
}
#lp_250228 .point .flex_box > div:nth-of-type(1) .mask{
    background:url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250228/item_08.png) no-repeat top center / cover; 
}
#lp_250228 .point .flex_box > div:nth-of-type(2) .mask{
    background:url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250228/item_09.png) no-repeat top center / cover; 
}
#lp_250228 .point .flex_box > div:nth-of-type(3) .mask{
    background:url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250228/item_10.png) no-repeat top center / cover; 
}

/*-------------------------------------
lp_p1
-------------------------------------*/

#lp_p1{
  position:relative;
  margin: 80px auto 0;
  max-width:980px;
  width:100%;
}
#lp_p1 p{
  font-size:1.6rem;
  margin-bottom: 10px;
  line-height: 1.7;
}
#lp_p1 .logo {
  position: fixed;
  z-index: 99999;
  top: 0px;
  background: #fff;
  display: flex;
  padding: 10px;
  width: 100%;
  height: 80px;
  line-height: 1.2;
  max-width:980px;
  align-items: center;
}
#lp_p1 .logo a {
  display:block;
}
#lp_p1 .logo p {
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    width: 50%;
}
#lp_p1 .key_visual{
  position:relative;
}
#lp_p1 .key_visual p{
  position:absolute;
  top: 30px;
  left:0;
  right:0;
  font-size: 2rem;
  text-align: center;
}
#lp_p1 .flex_box {
    display: flex;
    padding: 10px;
    position:relative;
}
#lp_p1 .lead h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin: 5px 0;
    text-align: left;
}
#lp_p1 .lead a{
    display:block;
}
#lp_p1 .date {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
#lp_p1 .date small{
    font-size:1.4rem;
}
#lp_p1 .date table{
    width:100%;
}
.table_x{
    color: #007cee;
    font-size: 2rem;
    padding: 0 0 5px;
}
.table_o{
    color: #ffa200;
    font-size: 1.4rem;
}
#lp_p1 .btn_01 a{
    background: #26d425;
    /*background: linear-gradient(0deg, rgba(249,25,128,1) 0%, rgba(255,69,154,1) 100%);*/
    border-radius: 2px;
    display: block;
    line-height: 1.3;
    /*box-shadow: 0 4px 0 #05a246;*/
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight:bold;
    padding: 5px 5px 10px;
    width:90%;
    margin:30px auto;
}
#lp_p1 .btn_01 a small{
    font-size:1.2rem;
    color: #fff;
}
#lp_p1 article {
    margin: 40px auto;
    width: 90%;
}
#lp_p1 article p b{
    font-size:1.6rem;
    font-weight:bold;
}
#lp_p1 article table {
    width: 100%;
    margin-top: 10px;
}
#lp_p1 article table tr:first-of-type td{
    background:#f0f0f0;
}
#lp_p1 .sec2 p:nth-of-type(2) {
    width: 90%;
    margin: 20px auto;
}
#lp_p1 #bwj_lemon .sec2 p:nth-of-type(2){
    width: 80%;
    margin: 20px auto;
    line-height: 1.5;
}
#lp_p1 #bwj_lemon .sec2 p:nth-of-type(2) b,
#lp_p1 #bwj_lemon article h4 b {
    font-size: 2.4rem;
}
#lp_p1 #bwj_lemon article h4{
    color: #ff8800;
    margin: -18px;
        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 1px 2px 0 #FFF, 1px -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#lp_p1 article small{
    font-size:1.2rem;
    margin:10px auto 5px;
}
#lp_p1 #bwj_lemon table {
    margin: auto;
    text-align: center;
    width: 80%;
}
#lp_p1 #bwj_lemon table tr:first-of-type{
    background:#ffbb1c;
    color:#fff;
    font-weight:bold;
}
#lp_p1 #bwj_lemon table tr:first-of-type td{
    color:#fff;
}
#lp_p1 .sec1 .bwj_btn span{
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
}
.inner{
    width:90%;
    margin:auto;
}
/*-------------------------------------
bwj_xe-lha
-------------------------------------*/
#lp_p1 #bwj_xe-lha .logo{
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#lp_p1 #bwj_xe-lha .logo > img{
    max-width: 180px;
    margin: 0 20px 0 0;
}
#lp_p1 #bwj_xe-lha .logo .btn_01{
    width:100%;
}
#lp_p1 #bwj_xe-lha .logo .btn_01 a {
    font-weight: normal;
    padding: 10px;
    width: 100%;
    background: #007cee;
    box-shadow: 0px 3px 0px 0px #1c558a;
    border-radius: 100px;
    font-size: 1.4rem;
}
#lp_p1 #bwj_xe-lha .key_visual {
  /*background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/bwj_lemon/bg.png") no-repeat bottom center / cover;*/
  background:#819AB0;
  min-height: 280px;
}
#lp_p1 #bwj_xe-lha .sec1{
    padding-bottom:50px;
}
#lp_p1 #bwj_xe-lha .sec1 .btn_01 a{
    margin: 5px auto;
}
#lp_p1 #bwj_xe-lha .btn_01 a{
    margin: 0px auto 5px;
    background: #007cee;
    border-radius: 100px;
    box-shadow: 0px 3px 0px 0px #1c558a;
}
#lp_p1 #bwj_xe-lha .sec1 > p {
    text-align: center;
    margin: 50px auto 10px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
}
#lp_p1 #bwj_xe-lha .sec1 .btn_01 p {
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    text-align: center;
}
#lp_p1 #bwj_xe-lha .sec1 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: auto;
    line-height: 1.7;
}
.date {
    position: relative;
    width:75%;
    border-radius: 100px;
    background-color: #007cee;
    color: white;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
}
.date p{
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.date small{
    font-size: 1.2rem;
    vertical-align: middle;
    padding-bottom: 5px;
    display: inline-block;
}
.date p, .date small{
    color:#fff;
    font-weight: normal;
}
.date:before {
    position: absolute;
    top: 100%;
    left: 0;
    right:0;
    margin:auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #007cee;
    border-width: 8px;
    content: "";
}
#lp_p1 .sec1 .flex_box div:nth-of-type(2) {
    width: 55%;
    position: absolute;
    right: 0;
    top: 40px;
}
#lp_p1 #bwj_xe-lha .sec1 .bwj_btn{
  padding: 1rem 2rem;
  color: #fff;
  background: #007cee;
  -webkit-box-shadow: 5px 5px 0 #0070d6;
  box-shadow: 5px 5px 0 #0070d6;
  font-size: 1.8rem;
  font-weight: bold;
  margin:20px auto 0;
}

#lp_p1 #bwj_xe-lha .sec1 a small{
  font-size:1.4rem;
  color:#fff;
}

#lp_p1 #bwj_xe-lha .sec2{
  background:#f8f8f8;
  padding: 10px;
}
#lp_p1 #bwj_xe-lha .sec3{
    padding-bottom:50px;
}
#lp_p1 #bwj_xe-lha .sec3 p{
    text-align: center;
    margin: 50px auto 10px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
}
#lp_p1 #bwj_xe-lha .sec5{
    background:#f2f2f2;
    padding: 50px 0;
}
#lp_p1 #bwj_xe-lha h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 20px;
}
#lp_p1 #bwj_xe-lha article > img{
    margin:10px auto;
}
#lp_p1 #bwj_xe-lha .sec5 h4 {
    text-align: center;
    line-height: 1.2;
}
#lp_p1 #bwj_xe-lha .sec5 h4 b {
    text-align: center;
    color:#007cee;
}
#lp_p1 #bwj_xe-lha h4, #lp_p1 #bwj_xe-lha .sec5 h4 b {
    text-align: left;
    font-size: 2rem;
    margin: 10px auto;
    width: 100%;
}
#lp_p1 #bwj_xe-lha .sec5 h4 span {
    text-align: center;
    color: #599ede;
    font-size: 1.6rem;
}
#lp_p1 #bwj_xe-lha table {
    margin: auto;
    text-align: center;
    width: 80%;
}
#lp_p1 #bwj_xe-lha table tr:first-of-type {
    background: #007cee;
    color: #fff;
    font-weight: bold;
}
#lp_p1 #bwj_xe-lha table tr:first-of-type td {
    color: #fff;
}
#lp_p1 #bwj_xe-lha .table_o {
    color: #007cee;
    font-size: 1.4rem;
}

#lp_p1 #bwj_xe-lha .subTitle2{
  position: relative;
  text-align: center;
}
#lp_p1 #bwj_xe-lha article{
    margin:50px auto;
    width:90%;
}
#lp_p1 #bwj_xe-lha h4 {
    text-align: center;
    font-size: 1.4rem;
    margin: 10px auto;
    width: 100%;
}
.box p small{
    margin-right: 10px !important;
}
.box p {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    text-align: center;
    line-height: 1.2 !important;
}
.box {
    position: relative;
    height: 120px;
    margin-bottom: 50px;
}
#lp_p1 #bwj_xe-lha .subTitle2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 26px);
  width: 50px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}
#lp_p1 #bwj_xe-lha .footer-lower{
  background-color: #ccc;
}
#lp_p1 #bwj_xe-lha .footer-lower .footer-lower-link-box{
  background-color: #007cee;
  color:#fff;
  padding: 5px;
}
#lp_p1 #bwj_xe-lha .footer-lower .footer-lower-link span a,
#lp_p1 #bwj_xe-lha .footer-lower .footer-lower-copy,
#lp_p1 #bwj_xe-lha .footer-lower-link span:not(:last-child)::after{
    color:#fff;
}
@media screen and (min-width: 800px) {
    #lp_p1 #bwj_xe-lha .key_visual {
        min-height: 490px;
    }  
}
/*-------------------------------------
bwj_mylamination
-------------------------------------*/
#lp_p1 #bwj_mylamination .logo{
    background: #819AB0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#lp_p1 #bwj_mylamination .logo > img{
    max-height: inherit;
    max-width: 150px;
    margin-right: 20px;
}
#lp_p1 #bwj_mylamination .key_visual {
  /*background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/bwj_lemon/bg.png") no-repeat bottom center / cover;*/
  background:#819AB0;
  min-height: 280px;
}
#lp_p1 #bwj_mylamination .sec1{
  background: #819AB0;
  background: linear-gradient(160deg, rgba(129, 154, 176, 1) 31%, rgba(225, 237, 248, 1) 100%);
  padding:0 0 50px;
}
#lp_p1 .sec1 .flex_box div:nth-of-type(2) {
    width: 55%;
    position: absolute;
    right: 0;
    top: 40px;
}
#lp_p1 #bwj_mylamination .sec1 .bwj_btn{
  padding: 1rem 2rem;
  color: #fff;
  background: #395770;
  -webkit-box-shadow: 5px 5px 0 #587894;
  box-shadow: 5px 5px 0 #587894;
  font-size: 1.8rem;
  font-weight: bold;
  margin:20px auto 0;
  max-width:320px;
  line-height:1.4;
  letter-spacing: 2px;
}
#lp_p1 #bwj_mylamination .sec1 .bwj_btn span{
    font-size:1.6rem;
    font-weight:normal;
    color: #fff;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
}

#lp_p1 #bwj_mylamination .sec1 a small{
  font-size:1.4rem;
  color:#fff;
}

#lp_p1 #bwj_mylamination .sec2 > img{
  width:90%;
  margin:auto;
}
#lp_p1 #bwj_mylamination .btn_01 a{
  margin: 0px auto 5px;
  background:#314e66;
  border-radius:100px;
  box-shadow: 0px 3px 0px 0px #132a3d;
}
#lp_p1 #bwj_mylamination .logo .btn_01{
    width:100%;
}
#lp_p1 #bwj_mylamination .logo .btn_01 a{
  font-weight: normal;
  padding: 10px;
  width: 100%;
  background:#314e66;
  border-radius:100px;
  font-size: 1.4rem;
}
#lp_p1 #bwj_mylamination .logo img {
    max-width: 180px;
    margin: 0 20px 0 0;
}
#lp_p1 #bwj_mylamination .sec1 .btn_01 p{
    width:90%;
    margin: auto;
    font-size: 1.4rem;
    text-align: center;
}
#lp_p1 #bwj_mylamination h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 20px auto 0;
}
#lp_p1 #bwj_mylamination .subTitle2{
  position: relative;
  text-align: center;
}
#lp_p1 #bwj_mylamination article{
    margin:40px auto;
    width:90%;
}
#lp_p1 #bwj_mylamination h4 {
    text-align: center;
    font-size: 2rem;
    margin: 10px auto;
    width: 100%;
}
#lp_p1 #bwj_mylamination .subTitle2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 26px);
  width: 50px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}
#lp_p1 #bwj_mylamination .footer-lower{
  background-color: #587894;
}
#lp_p1 #bwj_mylamination .footer-lower .footer-lower-inner .footer-lower-link span a,
#lp_p1 #bwj_mylamination .footer-lower .footer-lower-inner .footer-lower-copy,
#lp_p1 #bwj_mylamination .footer-lower-link span:not(:last-child)::after,
#lp_p1 #bwj_mylamination .footer-lower-inner > p,
#lp_p1 #bwj_mylamination .footer-sns-link a{
    color:#fff;
}
@media screen and (min-width: 800px) {
    #lp_p1 #bwj_mylamination .key_visual {
        min-height: 490px;
    }  
}
/*-------------------------------------
bwj_lemon
-------------------------------------*/
#lp_p1 #bwj_lemon .logo{
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    justify-content: left;
    align-items: center;
}
#lp_p1 #bwj_lemon .logo p{
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    width:50%;
}
#lp_p1 #bwj_lemon .key_visual {
  background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/bwj_lemon/bg.png") no-repeat bottom center / cover;
  min-height: 280px;
}
#lp_p1 #bwj_lemon .sec1{
  background:#fdee88;
  padding-bottom:40px;
}
#lp_p1 #bwj_lemon .btn_01 a{
  margin: 0px auto 5px;
  background:#ff6000;
  border-radius:100px;
  box-shadow: 0px 3px 0px 0px #d94c14;
}
#lp_p1 #bwj_lemon .logo .btn_01{
    width:100%;
}
#lp_p1 #bwj_lemon .logo .btn_01 a{
  font-weight: normal;
  padding: 10px;
  width: 100%;
  background:#ff6000;
  border-radius:100px;
  font-size: 1.4rem;
}
#lp_p1 #bwj_lemon .sec1 > p {
    text-align: center;
    margin: 50px auto 10px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
}
#lp_p1 #bwj_lemon .sec1 ul li{
    padding-left: 1em;
    text-indent: -1em;
    margin: auto;
    line-height: 1.7;
}
#lp_p1 #bwj_lemon .logo img {
    max-width: 180px;
    margin: 0 20px 0 0;
}
#lp_p1 #bwj_lemon .sec1 .btn_01 p{
    width:90%;
    margin: auto;
    font-size: 1.4rem;
    text-align: center;
}
#lp_p1 .sec1 .flex_box div:nth-of-type(2) {
    width: 55%;
    position: absolute;
    right: 0;
    top: 40px;
}
#lp_p1 #bwj_lemon .sec1 .bwj_btn{
  padding: 1rem 2rem;
  color: #fff;
  background: #de2f86;
  -webkit-box-shadow: 5px 5px 0 #c92074;
  box-shadow: 5px 5px 0 #c92074;
  font-size: 1.8rem;
  font-weight: bold;
  margin:20px auto 0;
  max-width:320px;
  line-height:1.4;
}
#lp_p1 #bwj_lemon .sec1 .bwj_btn span{
    font-size:1.6rem;
    font-weight:normal;
    color: #fff;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
}


#lp_p1 #bwj_lemon .sec1 a small{
  font-size:1.4rem;
  color:#fff;
}

#lp_p1 #bwj_lemon .sec2{
}

#lp_p1 #bwj_lemon h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 20px auto 0;
    font-style: italic;
    letter-spacing: 1.3px;
    color: #ff8800;
}
#lp_p1 #bwj_lemon .subTitle {
    text-align: center;
    font-size: 1.6rem;
    font-weight:bold;
    background: #F6DEC2;
    background: linear-gradient(160deg, rgba(246, 222, 194, 1) 31%, rgba(247, 241, 203, 1) 100%);
    margin: 0px auto 10px;
    color: #ff8800;
    padding:10px;
}
#lp_p1 #bwj_lemon .sec2 .subTitle{
    width:80%;
}
#lp_p1 #bwj_lemon .subTitle2{
  position: relative;
  text-align: center;
}
#lp_p1 #bwj_lemon article{
    margin:50px auto;
    width:80%;
}
#lp_p1 #bwj_lemon h4,
#lp_p1 #bwj_lemon .sec4 h4 b{
    text-align: left;
    font-size: 2rem;
    margin: 10px auto;
    width: 100%;
    color: #ff8800;
}
#lp_p1 #bwj_lemon .sec4{
    background:#f9f9f9;
    padding-bottom:40px;
}
#lp_p1 #bwj_lemon .sec4 h4{
    text-align:center;
    line-height: 1.2;
}
#lp_p1 #bwj_lemon .sec4 h4 b{
    text-align:center;
}
#lp_p1 #bwj_lemon .sec4 h4 span{
    text-align:center;
    color:#ffbb1c;
    font-size:1.6rem;
}
#lp_p1 #bwj_lemon article h4 b{
    color: #ff8800;
}
#lp_p1 #bwj_lemon .subTitle2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 26px);
  width: 50px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}
.footer-sns-link{
    margin:30px auto;
}
.footer-sns-link a img {
    width: 40px;
    float: left;
    padding-right: 10px;
}
.footer-sns-link a {
    width: 80%;
    margin: 20px auto;
    display:block;
    text-align:left;
}
/*#lp_p1 .subTitle {
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    padding: 0 2.5em;
}

#lp_p1 .subTitle::before,
#lp_p1 .subTitle::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #000000;
}

#lp_p1 .subTitle::before {
    left: 10%;
}

#lp_p1 .subTitle::after {
    right: 10%;
}*/
@media screen and (min-width: 800px) {
    #lp_p1 #bwj_lemon .key_visual {
        min-height: 490px;
    }  
}
/*-------------------------------------
SP
-------------------------------------*/
@media screen and (max-width: 786px) {
    #lp_250228 .key_visual {
        margin-top: 70px;
    }
    #lp_250228 .logo {
        position: fixed;
        z-index: 99999;
        top: 0px;
        background: #fff;
        display: flex;
        padding: 10px;
    }
    #lp_250228 .logo a:nth-of-type(1){
        padding-top:5px;
    }
    #lp_250228 .cv_banner img{
        width: 100%;
        max-width: 180px;
        padding-top: 5px;
    }
    #lp_250228 .logo img{
        margin: 0;
    }
    #lp_250228 .cv_area {
        width: 100%;
        margin-top:10px;
    }
    #lp_250228 .cv_lead{
        font-size:2rem;
        width:90%;
        margin:auto;
    }
    #lp_250228 .btn_01 a{
        width:90%;
    }
    #lp_250228 p.lead {
        font-size: 1.5rem;
        width:90%;
        margin:20px auto;
    }
    #lp_250228 .lead span {
        font-size: 2rem;
        margin:0 auto 20px;
    }
    #lp_250228 .point .flex_box{
        flex-direction: column;
        width:80%;
        gap: 140px;
    }
    #lp_250228 .point .flex_box > div .mask {
        min-height: 180px;
    }
    .fukidashi-02-03::after{
        top: 106%;
    }
    #lp_250228 h2{
        width:90%;
    }
    #lp_250228 section.evidence .flex_box{
        flex-direction:column;
        width:90%;
        margin: 50px auto;
    }
}
/*-------------------------------------
レモンLP
-------------------------------------*/
#lp_2505{
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Segoe UI Historic','Iowan Old Style',sans-serif;
    font-size:1.4rem;
    background:#fff296;
}
#lp_2505 .container {
    max-width: 380px;
    margin: auto;
    background:#ffee79;
}
#lp_2505 .box{
    width:90%;
    margin:auto;
    height:auto;
}
#lp_2505 .sec1{
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_04.png") no-repeat top center / contain;
    margin: 20px auto;
}
#lp_2505 .sec5{
    background: rgba(255, 255, 255, 0.5);
    margin: 20px 15px 50px 0;
    padding: 10px 0;
    border-radius: 0 50px 50px 0;
}

#lp_2505 .sec5 ul {
    margin: 20px auto;
    display: block;
    padding:0;
}
#lp_2505 h2{
    text-align:center;
    position:relative;
    margin-top: 100px;
    display: block;
}
#lp_2505 h2 span{
    text-align:center;
    font-size: 2rem;
}
#lp_2505 h2 span::before {
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg-title02.png) no-repeat top center / contain;
    content: "";
    padding: 20px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*#lp_2505 #menu::after,
#lp_2505 #detail::after {
    content: "";
    border-bottom: 2px solid #fff29e;
    width: 100%;
    display: block;
    height: 1px;
    bottom: 0;
    margin-top: 50px;
}*/

#lp_2505 .sec5 .lead_type1{
    position:relative;
    font-size:1.6rem;
    line-height: 1.5;
    font-weight:bold;
    margin-top:30px;
}
#lp_2505 .sec5 > .lead_type1::after{
    content:"";
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_06.png") no-repeat bottom right 10px  / 150px;
    width: 100px;
    height: 110px;
    position: absolute;
    right: -10px;
    top: -32px;
    z-index: -1;
    opacity: 0.8;
}
#lp_2505 .sec5 ul li {
    width: 90%;
    display: table;
    margin-bottom:20px;
    margin: 0 auto 20px;
}
#lp_2505 .sec5 ul li a{
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
    position:relative;

}
#lp_2505 .sec5 ul li:nth-of-type(1) a:before {
    content: "1";
    position: absolute;
    left: 26px;
    top: 19px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
}
#lp_2505 .sec5 ul li:nth-of-type(1) a:after,
#lp_2505 .sec5 ul li:nth-of-type(2) a:after,
#lp_2505 .sec5 ul li:nth-of-type(3) a:after,
#lp_2505 .sec5 ul li:nth-of-type(4) a:after{
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg-title02.png) no-repeat top center / 19px 16px;
    content: "";
    padding: 10px;
    top: 5px;
    left: 20px;
    right: auto;
    margin: 0 auto;
}
#lp_2505 .sec5 ul li:nth-of-type(2) a:before {
    content: "2";
    position: absolute;
    left: 26px;
    top: 19px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
}
#lp_2505 .sec5 ul li:nth-of-type(3) a:before {
    content: "3";
    position: absolute;
    left: 26px;
    top: 19px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
}
#lp_2505 .sec5 ul li:nth-of-type(4) a:before {
    content: "4";
    position: absolute;
    left: 26px;
    top: 19px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
}
#lp_2505 .sec5 ul li a:after {
    content: "∨";
    position: absolute;
    right: 10px;
    top: 17px;
    bottom: 0;
    margin: auto;
    transform: scale(2, 1);
    font-size: 8px;
}
#lp_2505 h1 {
    margin:0;
}
#lp_2505 h1,
#lp_2505 h1 span {
    text-align:center;
    color:#c0a76a;
    font-weight:bold;
    font-size:1.6rem;
    letter-spacing: 0.8px;
}
#lp_2505 h1 {
    display: flex;
    justify-content: center;
    position: relative;
    /* max-width: 300px; */
    margin-bottom: 15px;
    padding: .5em 1.2em;
    border-radius: 100px;
    background-color: #000000;
    color: #ffffff;
    font-size: 1rem;
    width: 95%;
    margin: 0 auto 30px;
}
#lp_2505 h1::before {
    position: absolute;
    bottom: -6px;
    width: 15px;
    height: 8px;
    background-color: #000000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
#lp_2505 .titleH3{
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
    text-align:center;
}
#lp_2505 .titleH3 span{
    font-size:1rem;
    color:#ffee79;
    text-decoration: underline;
}
.lead_type1 {
    text-align: center;
    font-size:3rem;
    line-height: 0.8;
}
.lead_type1 small{
    font-size:1.2rem;
}

#lp_2505 .titleH3::before {
    position: absolute;
    bottom: -8px;
    left:0;
    right:0;
    margin:auto;
    width: 20px;
    height: 8px;
    background-color: #000000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

/*スライダー*/
@media screen and (max-width: 480px){
.scroll_list{
  margin: 0 auto;
  padding: 0;
  width: 90%;  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.scroll_list li{
  display: inline-block;  /* 横並びにする指定 */
  list-style: none;
  height: 220px;  /* 横スクロールする範囲の高さを指定 */
}
.list1{
  margin-left: 0;
}
.list2, .list3{
  margin-left: 30px;
}
}

#lp_2505 h3 {
    text-align: center;
    margin: auto;
    font-size: 1.4rem;
}
#lp_2505 .box-007 {
    width: 100%;
    text-align:center;
    margin: 0 auto;
    border: 2px solid #C0A76A;
    border-radius: 5px;
    color: #333333;
}

#lp_2505 .box-007 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    padding: 0 8px;
    background: #fff;
    color: #ffbb00;
    font-weight: 600;
    vertical-align: top;
    width:100%;
}

#lp_2505 .box-007 div::before {
    width: 40px;
    height: 40px;
    content: '';
    background: url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/icon_lemon.png") no-repeat top center / contain,#fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

#lp_2505 .box-007 p {
    margin: 0;
    padding: 10px;
    font-size:100%;
    line-height: 1.4;
}
#lp_2505 .box-007 p span{
    font-size:120%;
    color:#C0A76A;
    padding-top: 10px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
}
#lp_2505 .btn_01 {
    position: fixed;
    bottom:0;
    margin: auto;
    z-index:1;
    max-width:380px;
}
#lp_2505 .company {
    width: 90%;
    margin: 50px auto;
}
#lp_2505 .company img {
    max-width: 290px;
}
#lp_2505 .company p {
    font-size: 1.4rem;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_08.png") no-repeat top center / 100%;
    min-height:160px;
    align-content: center;
}
#lp_2505 .company table tr, table th, table td {
    border: none !important;
    padding:10px 0;
}
#lp_2505 .company table tr:nth-of-type(3) td:nth-of-type(2),
#lp_2505 .company table tr:nth-of-type(4) td:nth-of-type(1) {
    padding: 0 10px;
}
#lp_2505 .company table {
    width: 100%;
    margin: auto;
    max-width: 340px;
}
#lp_2505 .company table th {
    font-size: 2rem;
}
#lp_2505 .company table td {
    font-size: 1.6rem;
    
}
#lp_2505 .company table tr:nth-of-type(2) td:nth-of-type(2){
    padding-left: 10px;
}
#lp_2505 .company table .title{
    width: 28%;
    letter-spacing: 2px;
}
#lp_2505 .company strong a {
    font-size: 2.8rem;
}
#lp_2505 section{
    margin: 50px auto;
}

#lp_2505 .point{
    font-size: 2rem;
    text-align: center;
    margin:20px auto;
}

#lp_2505 .point strong{
    font-weight: bold;
    background: #fbde1b;
    font-size: 2.4rem;
    padding: 5px 10px 5px 15px;
    display: block;
    width: fit-content;
    margin: 5px auto 20px;
    color:#000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#lp_2505 .point strong small{
    color:#000;
}
#lp_2505 .point_answer{
    background:#fff7bc;
    border-radius:10px;
    font-size: 2rem;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: 5px auto 10px;
}

#lp_2505 .sec2 p{
    font-size: 1.4rem;
    text-align: center;
    margin: 40px auto;
    line-height: 2;
    background: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_08.png) no-repeat top center / 100%;
    min-height: 158px;
    vertical-align: middle;
    align-content: center;
}

#lp_2505 .sec2{
    background: url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_03.jpg") no-repeat center / cover;
    margin: 0 auto 50px;
    color:#000;
}
#lp_2505 .sec2 video {
    width: 100%;
    margin: auto;
}
#lp_2505 .sec2 ul {
    background: rgb(255, 255, 255, .8);
    padding: 30px 0 30px 20px;
}
#lp_2505 .sec2 ul li{
    font-size:1.4rem;
}

#lp_2505 .sec3{
    margin: 0 auto 50px;
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_04.png") no-repeat top center / contain;
}

#lp_2505 .sec4 div{
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_09.png") no-repeat center center / cover;
    margin: 0 auto 50px;
    padding: 30px 0;
}
#lp_2505 .sec4 p:nth-of-type(2) {
    margin-top: 20px;
}
#lp_2505 .sec4 .lead_type1{
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
}

#lp_2505 #detail{
    background:url("https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/bg_04.png") no-repeat top center / contain;
    margin: 0 auto 50px;
}
#lp_2505 #message{
    margin: 0 auto 50px;
}
#lp_2505 #menu{
    margin: 0 auto 50px;
    padding: 0px 10px 0;
}
#lp_2505 #message img,
#lp_2505 #menu img{
    display:block;
    width:90%;
    margin:auto;
}
.subTitle3 {
    text-align: center;
    font-size: 1.8rem !important;
    margin-bottom: 40px;
    position:relative;
}
.subTitle3::after {
    border-bottom: 1px solid #000;
    content: "";
    width: 160px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
}
#support .subTitle3::after,
#support .subTitle3::before{
    width:290px;
}
.subTitle3::before {
    border-bottom: 1px solid #000;
    content: "";
    width: 160px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -14px;
}
#lp_2505 .sec4 ol{
    padding:0 0 0 35px;
}

#lp_2505 ol li{
    padding-left:10px;
}
#lp_2505 ol li:before{
    content:"";
    font-family: 'Apple Chancery','Javanese Text',sans-serif;
    font-size: 1.4rem;
    padding-right: 10px;
    color:#9f8545;
}
#lp_2505 ol li:nth-of-type(1):before{content:"1"; font-size:1.6rem}
#lp_2505 ol li:nth-of-type(2):before{content:"2";}
#lp_2505 ol li:nth-of-type(3):before{content:"3";}
#lp_2505 ol li:nth-of-type(4):before{content:"4";}
#lp_2505 ol li:nth-of-type(5):before{content:"5";}

#lp_2505 article {
    width: 90%;
    margin: 0 auto 40px;
}
#lp_2505 article.salon01-contents{
    margin-bottom:50px;
    border-bottom: 1px solid #c0a76a;
    padding-bottom: 50px;
}
#lp_2505 article p{
    margin: 10px auto;
}
#lp_2505 .case article h3{
    line-height:1.2;
}
#lp_2505 .case article h3 small{
    font-size:1rem;
}
#lp_2505 .case article ul{
    width:100%;
    margin-top: 10px;
    padding:0;
}
#lp_2505 .case article ul li{
    margin-bottom:15px;
}
#lp_2505 .case article ul li p{
    padding-left: 1em;
    margin:5px auto;
}
#lp_2505 .case article ul li .li_title{
    display: block;
    border: 1px solid #c0a76a;
    border-radius: 50px;
    padding: 1px 10px 0;
    width: 100%;
    max-width: 100px;
    text-align: center;
    text-indent: initial;
    background: #c0a76a;
    color: #fff;
}
#lp_2505 .case article h4 {
    text-align: center;
    margin: 20px auto 5px;
}
#lp_2505 .case article table{
    text-align:center;
    width:100%;
}
#lp_2505 .case article table tr td small{
    font-size: .8rem;
    border: 1px solid #c0a76a;
    border-radius: 50px;
    padding: 2px 10px;
    background: #c0a76a;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
}
#lp_2505 .txt-big{
    font-size:130%;
}
#lp_2505 .txt-point{
    color:#9f8545 !important;
    font-weight:bold;
}
#lp_2505 .case article table tr td.title{
    background:#f0e9da;
}
#lp_2505 .case article table tr:nth-of-type(10) td.title {
    background: #ffee79;
}
.bg_gray{background:#f0f0f0;}
.bg_brown{background:#c0a76a;}

#lp_2505 .img_box {
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    width: 100px;
    height: 80px;
    border-radius: 50%;  /* 円形にする */
    position: relative;  /* 基準値とする */
    overflow: hidden; 
}
#lp_2505 #support img{
    width:50%;
    margin:20px auto;
}
#lp_2505 #support img:nth-of-type(2){
    width:90%;
    margin:40px auto 10px;
}
#lp_2505 #support{
    padding-bottom:50px;
}
#lp_2505 #support p{
    font-size:1.4rem;
    width:90%;
    margin:0 auto;
}
#lp_2505 #support p:nth-of-type(2){
    margin:50px auto;
}
#lp_2505 .footer-lower{
    padding-bottom:80px;
}
#lp_2505 .footer-lower-inner >img{
    width:100%;
}


/*-------------------------------------
アカデミー
-------------------------------------*/
#lp_academy .inner{
    width:100%;
}
#lp_academy .footer-lower-link {
    text-align: center;
}
#lp_academy{
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Segoe UI Historic','Iowan Old Style',sans-serif;
    font-size:1.4rem;
    background:#474747;
}
#lp_academy main{
    max-width: 768px;
    margin: auto;
    background: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/academy/bg.png) repeat-y top -240px center / contain, #000;
}

#lp_academy h1 {
    margin:0;
}
#lp_academy h1{
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px 30px;
    background: #000;
}

.inner img {
    margin: 50px auto;
}

.inner img:nth-child(1) {
    margin: 0 auto;
    padding:0 20px;
}
.inner img:nth-child(2) {
    margin: 10px auto;
}
.inner img:nth-child(4),
.inner img:nth-child(11),
.inner img:nth-child(13) {
    margin: 80px auto 0;
    padding: 0 20px;
}
#lp_academy .btn_01 {
    position: fixed;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width:100%;
    max-width: 768px;
}
#lp_academy .footer-lower-inner > img{
    width:100%;
}
#lp_academy .footer-lower {
    padding-bottom: 100px;
}

/*スライダー*/
@media screen and (max-width: 480px){
.scroll_list{
  margin: 0 auto;
  padding: 0;
  width: 90%;  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.scroll_list li{
  display: inline-block;  /* 横並びにする指定 */
  list-style: none;
  height: 220px;  /* 横スクロールする範囲の高さを指定 */
}
.list1{
  margin-left: 0;
}
.list2, .list3{
  margin-left: 30px;
}
}

.txt_bg{
  position: relative;
  background: linear-gradient(transparent 40%, rgba(238, 204, 129, .6));
  font-size: 1.8rem;
}

/*-------------------------------------
スライド
-------------------------------------*/
.slider {
    width: 100vw;
    height: 210px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.slider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: slide-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes slide-fade {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
.salon01-slide .slider div:first-of-type{
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon2-1.jpg);
}
.salon01-slide .slider div:nth-of-type(2){
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon2-2.jpg);
    animation-delay: 5s;
}
.salon01-slide .slider div:last-of-type{
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon2-3.jpg);
    animation-delay: 10s;
}
.salon02-slide .slider div:first-of-type{
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon1-1.jpg);
}
.salon02-slide .slider div:nth-of-type(2){
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon1-2.jpg);
    animation-delay: 5s;
}
.salon02-slide .slider div:last-of-type{
    background-image: url(https://gigaplus.makeshop.jp/Lemonbottle/lp/250528/salon1-3.jpg);
    animation-delay: 10s;
}
.lSSlideOuter .lSPager.lSGallery li{
    display:none;
}
/*-------------------------------------
アニメーション
-------------------------------------*/
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
 

/*-------------------------------------
END lp_250228
-------------------------------------*/
.fadein {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}

.fadein.show {
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------------
END lp_250228
-------------------------------------*/



@media screen and (max-width: 786px) {
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
}