* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

#lp_container {
    max-width: 430px;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
    width: 100%;
    color: #797676;
    margin: 0 auto;
    --s-val:10px;
    font-size: 10px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
    background-color: #fff;
}

@media screen and (max-width: 429px) {
    #lp_container {
        --s-val:2.35vw;
    }
}

#lp_container {
    background-color: #F7F6F1;
    color: #464646;
    letter-spacing: -0.5px;
}

#lp_container p {
    line-height: 1.9;
}

#lp_container a {
    color: #464646;
    text-decoration: none;
}

#lp_container a:hover {
    opacity: 0.8;
}

#lp_container img {
    width: 100%;
}

#lp_container .up_photo {
    position: relative;
    z-index: 1;
}

#lp_container .section_No {
    z-index: 1;
}

/*kv_area*/

#lp_container .kv_area {
    margin-bottom: calc(var(--s-val)*8.8);
}



/*共通*/

.style_wrapper {
    text-align: center;
    margin: 0 auto;
}

#lp_container section {
    margin-bottom: calc(var(--s-val)*20.5);
}

#lp_container section .text_box .item_name p:first-child {
    margin-bottom: calc(var(--s-val)*2.7);
}



/*TOP_CONTENT*/

.content_box {
    margin-bottom: calc(var(--s-val)*22.3);
}

.content_title {
    margin-bottom: calc(var(--s-val)*3);
}

.content_title h1 {
    width: 30%;
    margin: 0 auto calc(var(--s-val)*1.6);
}

#lp_container .content_title p {
    text-align: center;
    font-size: calc(var(--s-val)*1.8);
    line-height: 1.8;
    letter-spacing: -0.6px
}

.content_box .text_box {
    text-align: center;
    font-size: calc(var(--s-val)*1.3);
}

.content_box .text_box p:nth-child(1) {
    margin-bottom: calc(var(--s-val)*2.5);
}



/*一部共通*/

.photo_box {
    position: relative;
    margin-bottom: calc(var(--s-val)*6);
}

.style_wrapper .text_box .item_name {
    background-image: url(/user_data_sp/pi/img/20240813_setup/item_name_deco.png);
    background-repeat: no-repeat;
    background-position: top 50% left 50%;
    background-size: 3%;
    margin-bottom: calc(var(--s-val)*3.5);
}

.style_wrapper .text_box .item_name p {
    font-size: calc(var(--s-val)*1.6);
    background-color: #fff;
}

.style_wrapper .text_box .item_name p:first-child {
    text-align: left;
    padding-left: 5%;
}

.style_wrapper .text_box .item_name p:last-child {
    text-align: right;
    padding-right: 5%;
    margin-left: auto;
}

.style_wrapper .explanation_text {
    text-align: center;
    font-size: calc(var(--s-val)*1.4);
    margin-bottom: calc(var(--s-val)*6.6);
}

#lp_container .style_wrapper .explanation_text p {
    line-height: 2;
    letter-spacing: -0.9px;
}

.photo_box .section_No {
    position: absolute;
}

.item_area {
    background-color: #fff;
    position: relative;
    padding: 6% 0 4%;
    margin: 0 9%;
}

.item_area .item_box_name {
    width: 27%;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
}

.tops_photo, .bottom_photo {
    margin: 0 auto 3%;
}

/*style01,style03,style05*/

#style01 .main_photo, #style03 .main_photo, #style05 .main_photo {
    padding-right: 24%;
    background-image: url(/user_data_sp/pi/img/20240813_setup/coordination_01.png);
    background-repeat: no-repeat;
    background-position: top 38% right 16%;
    background-size: 5.7%;
    margin-left: -2%;
}

#style01 .up_photo, #style03 .up_photo, #style05 .up_photo {
    padding-left: 52%;
    margin-top: -41%;
    background-image: url(/user_data_sp/pi/img/20240813_setup/up_image_01.png);
    background-repeat: no-repeat;
    background-position: bottom 22% left 25%;
    background-size: 30%;
}

#style01 .section_No, #style03 .section_No, #style05 .section_No {
    top: -12%;
    right: 4%;
    width: 27%;
}

#style01 .photo_box, #style03 .photo_box, #style05 .photo_box {
    padding: 0 4%;
}



/*style02,style04*/

#style02 .main_photo, #style04 .main_photo {
    padding-left: 24%;
    background-image: url(/user_data_sp/pi/img/20240813_setup/coordination_02.png);
    background-repeat: no-repeat;
    background-position: top 35% left 15%;
    background-size: 5.5%;
    margin-right: -2%;
}

#style02 .up_photo, #style04 .up_photo {
    padding-right: 52%;
    margin-top: -42%;
    background-image: url(/user_data_sp/pi/img/20240813_setup/up_image_02.png);
    background-repeat: no-repeat;
    background-position: bottom 17% right 26%;
    background-size: 30%;
}

#style02 .section_No, #style04 .section_No {
    top: -13%;
    left: 5%;
    width: 27%;
}

#style02 .photo_box, #style04 .photo_box {
    padding: 0 3.5% 0 4.5%;
}


/*style01*/

#style01 .text_box .item_name p:first-child {
    width: 85%;
    letter-spacing: -0.6px;
}

#style01 .text_box .item_name p:last-child {
    width: 72%;
    letter-spacing: -0.5px;
}

#style01 .tops_photo {
    width: 63%;
}

#style01 .bottom_photo {
    width: 64%;
    margin-left: 21%;
}

/*style02*/

#lp_container #style02 {
    margin-bottom: calc(var(--s-val)*19.8);
}

#lp_container #style02 .text_box .item_name p:first-child {
    width: 92%;
    padding-left: 4%;
    letter-spacing: -0.55px;
    margin-bottom: calc(var(--s-val)* 3.8);
}

#style02 .text_box .item_name p:last-child {
    width: 55%;
    padding-right: 3.3%;
    letter-spacing: -0.5px;
}

#style02 .tops_photo {
    width: 66%;
    margin-bottom: 3%;
    margin-left: 19%;
}

#style02 .bottom_photo {
    width: 60%;
    margin-left: 19%;
}

#style02 .item_area {
    padding: 9% 0 4%;
}

#style02 .explanation_text {
    margin-bottom: calc(var(--s-val)* 7.6);
}

/*style03*/

#lp_container #style03 {
    margin-bottom: calc(var(--s-val)*20);
}

@media screen and (max-width: 429px) {
    #lp_container #style03 {
        margin-bottom: calc(var(--s-val)*19);
    }
}

#style03 .style_wrapper .explanation_text {
    margin-bottom: calc(var(--s-val)* 6.8);
}

#style03 .text_box .item_name p:first-child {
    width: 73%;
    letter-spacing: -0.7px;
    margin-bottom: calc(var(--s-val)* 3.6) !important;
}

#style03 .text_box .item_name p:last-child {
    width: 94%;
    padding-right: 5%;
    letter-spacing: -0.5px;
}

#style03 .tops_photo {
    width: 73%;
    margin-bottom: 4%;
    margin-left: 16%;
}

#style03 .bottom_photo {
    width: 67%;
    margin-left: 16%;
}

#style03 .item_area {
    padding: 11% 0 5%;
}

/*style04*/

#lp_container #style04 {
    margin-bottom: calc(var(--s-val)*19.5);
}

#style04 .text_box .item_name p:first-child {
    width: 88%;
    letter-spacing: -0.5px;
    padding-left: 4%;
    margin-bottom: calc(var(--s-val)*3.9)!important;
}

#style04 .text_box .item_name p:last-child {
    width: 98%;
    padding-right: 3%;
    letter-spacing: -0.5px;
}

#style04 .tops_photo {
    width: 73%;
    margin-bottom: 4%;
    margin-left: 17%;
}

#style04 .bottom_photo {
    width: 70%;
    margin-left: 15%;
}

#style04 .item_area {
    padding: 7% 0 4%;
}

/*style05*/

#style05 .text_box .item_name p:first-child {
    width: 77%;
    letter-spacing: -0.5px;
    margin-bottom: calc(var(--s-val)*3.9)!important;
}

#style05 .text_box .item_name p:last-child {
    width: 85%;
    letter-spacing: -0.6px;
}

#style05 .tops_photo {
    width: 70%;
    margin-bottom: 3%;
    margin-left: 17%;
}

#style05 .bottom_photo {
    width: 51%;
    margin-left: 18%;
}

#style05 .item_area {
    padding: 8% 0 4%;
}

#style .explanation_text {
    margin-bottom: calc(var(--s-val)* 7);
}

/*fade_in*/

/* =======================
アニメーション
====================================== */
#lp_container .fade-in-trigger {
    /* fadein ========= */
    opacity: 0;
  }
  #lp_container .fade-in {
    -webkit-animation-name: anime-fade-in;
            animation-name: anime-fade-in;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes anime-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes anime-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }