#abc-pumps_lp {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

#abc-pumps_lp img {
    width: 100%;
    height: auto;
}


/* .back_01 {
    margin: 0;
    padding: 0;
    background-image: url('back_01.png');
    background-position: center -24px;
    background-repeat: no-repeat;
    background-size: 1280px;
}

.back_02 {
    margin: 0;
    padding: 0;
    background-image: url('back_02.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1000px;

}

.back_02_inner {
    margin: 0;
    padding: 0;
    background-image: url('back_02_inner.png');
    background-position: center 90px;
    background-repeat: no-repeat;
} */


#abc-pumps_lp h2,
#abc-pumps_lp h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: bold;

}

#abc-pumps_lp h2 {
    font-size: 24px;
    padding-top: 48px;
    margin: 0 auto 75px;
    letter-spacing: 5px;
}

#abc-pumps_lp h3 {
    font-size: 18px;
    margin-bottom: 57px;
    line-height: 2;
}

#abc-pumps_lp h1 {
    width: 453px;
    margin: 73px auto 0;
}

#abc-pumps_lp p {
    font-size: 16px;
    margin-bottom: 37px;
    line-height: 1.8;
}

.nav_items {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto 73px;
}

.nav_items .nav_item {
    position: relative;
    width: 243px;
}

.nav_items .nav_item a {
    position: relative;
    display: block;
}

.nav_items .nav_item a .nav-arrow {
    width: 40px!important;
    position: absolute;
    bottom: 10px;
    left: 42%;
    transition: transform 1s;
    transform: rotateY(360deg);
}
.nav_items .nav_item:hover .nav-arrow {
    transition: transform 1s;
    transform: rotateY(180deg);
  }

#abc-pumps_lp #function{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 250, 213, 0.4) 10% 50%, rgba(255, 250, 213, 0.4) 90%, rgba(255, 255, 255, 0.4));
    padding: 50px 0;
}
#abc-pumps_lp #function h3 {
    color: #004C84;
    letter-spacing:5px;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 20px;
    font-size: 25px;
  }
#abc-pumps_lp #function h3:before, #abc-pumps_lp #function h3:after {
  content: '';
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #004C84;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#abc-pumps_lp #compare {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 250, 213, 0.6) 10% 50%, rgba(255, 250, 213, 0.6) 90%, rgba(255, 255, 255, 0.6));
    padding: 150px 0;
}
#abc-pumps_lp #wide {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 163, 72, 0.18) 10% 50%, rgba(255, 163, 72, 0.18) 90%, rgba(255, 255, 255, 1));
    padding: 50px 0;
    margin-bottom: 50px;
}
#abc-pumps_lp #wide h3 {
    color: #D99616;
    letter-spacing:5px;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 35px;
    font-size: 25px;
  }
  
  
  #abc-pumps_lp #wide h3:before, #abc-pumps_lp #wide h3:after {
    content: '';
    position: absolute;
    top: 52%;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #D99616;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
#abc-pumps_lp #wide .sub-title h2 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing:3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 35px;
    border-radius: 10px;
    width: 489px;
    height: 67px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 1), 8px 8px 0px 0px #D99616;
    background-color: #D99616;
    margin: 0 auto 50px;
    padding: 0;
}

#abc-pumps_lp #voice{
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
#abc-pumps_lp #voice .question {
    margin-bottom: 150px;
}
#abc-pumps_lp #voice .question h3 {
    display: flex;
    align-items: center;
    color: #222222;
    padding: 0;
}
#abc-pumps_lp #voice .question h3 span {
    border-bottom: 3px solid #77C8E5;
}
#abc-pumps_lp #voice .question h3::before,
#abc-pumps_lp #voice .question h3::after {
    display: none;
}
#abc-pumps_lp #voice .question h3 img {
    width: 87px;
    margin-right: 20px;
}
#abc-pumps_lp #voice .question .a-fx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#abc-pumps_lp #voice .question .a-fx>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#abc-pumps_lp #voice .question .a-fx p {
    text-align-last: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing:1px;
}
#abc-pumps_lp #voice .question .a-fx p:nth-child(1) {
    margin-bottom: 0;
}
#abc-pumps_lp #voice .question .a-fx p:nth-child(2) {
    background: linear-gradient(transparent 50%, #FFFAD5 50%);
}
#abc-pumps_lp #voice .question .a-fx p span {
    font-size: 28px;
}

#abc-pumps_lp #voice .container .question-1 .a-fx .graph {
    width: 487px;
}
#abc-pumps_lp #voice .question-2 .a-fx .graph {
    width: 577px;
}
#abc-pumps_lp #voice .question-3 .a-fx .graph {
    width: 497px;
}
#abc-pumps_lp #voice .question .a-fx .fukidashi{
    position: relative;
}
#abc-pumps_lp #voice .question .a-fx .fukidashi img{
    width: 470px;
}
#abc-pumps_lp #voice .question .a-fx .fukidashi p{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 15%;
    left: 0;
}
#abc-pumps_lp #voice .container{
    max-width: 1200px;
    margin: 0 auto;
}
#abc-pumps_lp #voice h3 {
    color: #004C84;
    letter-spacing:5px;
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
    margin-bottom: 35px;
    font-size: 25px;
  }

#abc-pumps_lp #voice h3:before, #abc-pumps_lp #voice h3:after {
    content: '';
    position: absolute;
    top: 52%;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: #004C84;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  #abc-pumps_lp #voice h3:before {
    left:0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  
#abc-pumps_lp #voice h3:after {
  right: 0;
}
.bbl_style01_02 span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#abc-pumps_lp #voice .container > h3 span::before, #abc-pumps_lp #voice .container > h3 span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 55%;
    background: #004C84;
}
#abc-pumps_lp #voice .container > h3 span::before {
    left: 0;
    transform: rotate(-55deg);
}
#abc-pumps_lp #voice .container > h3 span::after {
    right: 0;
    transform: rotate(55deg);
}
#abc-pumps_lp #voice .sub-title h2 {
    margin: 0 auto 20px;
    padding: 0;
}


#abc-pumps_lp #wide h3:before,
#abc-pumps_lp #function h3:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

#abc-pumps_lp #wide h3:after,
#abc-pumps_lp #function h3:after {
  right: 0;
}


#abc-pumps_lp .sub-title {
    width: 100%;
    margin: 0 auto;
}

#abc-pumps_lp .sub-title p {
    font-size: 12px;
    font-weight: 600;
}

#abc-pumps_lp .sub-title h2 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing:3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 35px;
    border-radius: 10px;
    width: 489px;
    height: 67px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 1), 8px 8px 0px 0px rgba(119, 200, 229, 1);
    background-color: #77c8e5;
    margin: 0 auto 50px;
    padding: 0;
}


#abc-pumps_lp #about > h2 {
    font-size: 20px;
    margin-bottom: 0;
}


#abc-pumps_lp #wide h2 span,
#abc-pumps_lp #voice h2 span,
#abc-pumps_lp #function h2 span {
    font-size: 14px;
}

#abc-pumps_lp #function .function-img,
#abc-pumps_lp #function .function-img,
#abc-pumps_lp #compare .compare-img,
#abc-pumps_lp #voice .compare-img,
#abc-pumps_lp #wide .wide-img {
    width: 975px;
    margin: 0 auto 10px;
    position: relative;
}
#abc-pumps_lp #wide .wide-img div {
    position: absolute;
    top: -70px;
}


#abc-pumps_lp #wide .jump,
#abc-pumps_lp #about .jump,
#abc-pumps_lp #voice .jump,
#abc-pumps_lp #compare .jump,
#abc-pumps_lp #function .jump {
    width: 100%;
}

#abc-pumps_lp #wide .jump-btn,
#abc-pumps_lp #voice .jump-btn,
#abc-pumps_lp #about .jump-btn,
#abc-pumps_lp #compare .jump-btn,
#abc-pumps_lp #function .jump-btn {
    display: block;
    width: 448px;
    background-color: #363636;
    padding: 1.5rem 3rem 1.5rem 2rem;
    margin: 30px auto 0;
    font-size: 20px;
    color: #fff;
    transition: .3s;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#abc-pumps_lp #wide .jump-btn:hover,
#abc-pumps_lp #voice .jump-btn:hover,
#abc-pumps_lp #about .jump-btn:hover,
#abc-pumps_lp #compare .jump-btn:hover,
#abc-pumps_lp #function .jump-btn:hover{
    text-decoration: none;
    opacity: .7;
    transition: .3s;
}
#abc-pumps_lp #voice .jump-btn,
#abc-pumps_lp #compare .jump-btn,
#abc-pumps_lp #about .jump-btn{
    width: 246px;
    font-size: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#abc-pumps_lp #about .jump-btn span,
#abc-pumps_lp #compare .jump-btn span,
#abc-pumps_lp #voice .jump-btn span{
    font-size: 17px;
}

#abc-pumps_lp #voice .question .a-fx .jump-btn img,
#abc-pumps_lp #compare .jump-btn img,
#abc-pumps_lp #about .jump-btn img{
    width: 20px;
    height: 20px;
}

#abc-pumps_lp #compare p{
    margin-bottom: 23px;
}

.about-text{
    width: 597px;
    height: 597px;
}
#abc-pumps_lp .about-text div{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
#abc-pumps_lp .about-text img{
    width: 259px;
}
#abc-pumps_lp .about-text h3 {
    position: relative;
    padding: 1em;
    width: 20em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
#abc-pumps_lp .about-text h3 span {
    background: linear-gradient(transparent 50%, #FFFAD5 50%);
}

#abc-pumps_lp .about-text h3:before,
#abc-pumps_lp .about-text h3:after {
    position: absolute;
    content: '';
}

#abc-pumps_lp .about-text h3:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #004C84;
    border-left: 2px solid #004C84;
}

#abc-pumps_lp .about-text h3:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #004C84;
    border-bottom: 2px solid #004C84;
}
#abc-pumps_lp .about-text p {
    margin-bottom: 15px;
}

#abc-pumps_lp .about-text .salepage_link{
    background: #363636;
    width: 140px;
    border-radius: 0;
    margin: 0;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}


.kinou-text{
    max-width: 610px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#abc-pumps_lp .kinou-text div{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
#abc-pumps_lp .kinou-text img{
    width: 173px;
    margin-left: 40px;
}
#abc-pumps_lp .kinou-text h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 0.5em;
    width: 16em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
#abc-pumps_lp .kinou-text h4 span {
    background: linear-gradient(transparent 50%, #FFF8AA 50%);
}

#abc-pumps_lp .kinou-text h4:before,
#abc-pumps_lp .kinou-text h4:after {
    position: absolute;
    content: '';
}

#abc-pumps_lp .kinou-text h4:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #004C84;
    border-left: 2px solid #004C84;
}

#abc-pumps_lp .kinou-text h4:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #004C84;
    border-bottom: 2px solid #004C84;
}

#abc-pumps_lp .kinou-text p {
    margin-bottom: 15px;
}

#abc-pumps_lp .kinou-text .salepage_link{
    background: #363636;
    width: 140px;
    border-radius: 0;
    margin: 0;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.movie_wrap {
    padding: 100px 0;
    margin-bottom: 43px;
}

.movie_inner {
    width: 975px;
    margin: 0 auto;
}



.slider_back {
    background: #83cde666;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 50px;
}

.slick-next {
    right: 0;
    background: url("slick-arrow-r.png") no-repeat;
    background-size: 40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.slick-prev {
    left: 2px;
    background: url("slick-arrow-r.png") no-repeat;
    background-size: 40px;
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
}

#compare .slick-next {
    right: 0;
    background: url("slick-arrow-b.png") no-repeat;
    background-size: 40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


#compare .slick-prev {
    left: 2px;
    background: url("slick-arrow-b.png") no-repeat;
    background-size: 40px;
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
}

.slick-dots li button::before {
    content: '';
}



#about {
    margin-top: 100px;
    margin-bottom: 150px;
}

#shoes {
    padding-top:100px;
    display: block;
}

#abc-pumps_lp .shoes{
    max-width: 1080px;
    margin: 0 auto 100px;
}
#abc-pumps_lp .shoes-slider{
    max-width: 975px;
    margin: 30px auto 100px;
}
#abc-pumps_lp .shoes ul{
    display: flex;
}
#abc-pumps_lp .shoes ul:nth-child(2){
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}
#abc-pumps_lp .shoes ul:nth-child(2) li{
    margin-top: 30px;
}
#abc-pumps_lp .shoes ul li{
    width: 25%;
}

#abc-pumps_lp .shoes-slider div{
    width: 100%;
    padding: 10px 0;
}
#abc-pumps_lp .shoes ul li a,
#abc-pumps_lp .shoes-slider div a{
    text-decoration: none;
    color: #222222;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    transition: all 0.5s ease 0s;
}
#abc-pumps_lp .shoes ul li a:hover{
    text-decoration: none;
    box-shadow: 0 0 4px rgba(120, 120, 120, .2);
    transition: all 0.5s ease 0s;
}
#abc-pumps_lp .shoes ul li a p,
#abc-pumps_lp .shoes-slider div a p{
    font-size: 13px;
    margin-bottom: 5px;
}
#abc-pumps_lp .shoes ul li a p.gender,
#abc-pumps_lp .shoes-slider div a p.gender{
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}
#abc-pumps_lp .shoes ul li a p.brand,
#abc-pumps_lp .shoes-slider div a p.brand{
    font-size: 1.2rem;
    color: #919191;
}
#abc-pumps_lp .shoes ul li a p.price .tax_,
#abc-pumps_lp .shoes-slider div a p.price .tax_{
    font-size: 10px;
}


#abc-pumps_lp .shoes-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 572px;
    margin: 0 auto;
}

#abc-pumps_lp #compare .shoes-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 973px;
    margin: 0 auto;
}

#abc-pumps_lp .shoes-flex p{
    margin-bottom: 10px;
}

#abc-pumps_lp #compare p,
#abc-pumps_lp #wide p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#abc-pumps_lp #wide .shoes-flex div{
    width: 171px;
    margin-top: 40px;
}

#abc-pumps_lp #compare .shoes-flex div{
    width: 171px;
    margin: 50px auto 100px;
}












