@charset "utf-8";

/* *{border: solid red 1px;} */

.bg-1 {
    position: relative;
    margin-bottom: 200px;
}

.bg-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/wave111_1919x90.png)no-repeat center center /100% 90px;

    bottom: -90px;
    left: 0;
    position: absolute;
}

h2 {
    padding: 60px 0 100px;
    text-align: center;
}

h2 img {
    max-width: 100%;
    height: auto;
    background-position: cover;
}


.inner-1 {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


h3 {
    display: inline-block;
    font-family: 'nikumaru', sans-serif;
    font-size: 36px;
    letter-spacing: 0.4rem;
    color: #ff8182;
    position: relative;
    margin: 0 auto;
}

h3::after {
    content: '';
    width: 83px;
    height: 85px;
    background: url(../images/title_83x85.png) no-repeat left bottom;
    left: 0;
    bottom: 10px;
    position: absolute;
    transform: translateX(-100%); 

}


.guide-flow .flow-step {
    position: relative;
    display: inline-block;
    max-width: 200px;
    margin: 20px 0;
}

.guide-flow h3 {
    margin: 0 0 80px;
}



.guide-flow img {
    width: 100%;
    height: auto;
}

.guide-flow .flex {
    justify-content: center;
    align-items: stretch;
    text-align: center;
    flex-wrap: wrap;
}


.guide-flow p {
    text-align: start;
    margin: 10px;
}

.flow-item {
    display: flex;
}

.flow-arrow {
    margin-top: 50px
}

.flow-arrow p {
    color: #f79a70;
    font-size: 18px;
}

.flow-arrow img {
    width: 30px;
    height: auto;

}


.guide-flow h4 {
    color: #f79a70;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
}

.flow-step span {
    font-size: 14px;
    font-weight: bold;

}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




.price-area h3 {
    margin: 150px 0 80px;
}

.price-area {
    padding-bottom: 150px;


}

.price-area .flex {
    justify-content: center;
    gap: 150px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}


.price-container dt {
    font-family: "nikumaru";
    font-size: 28px;
    margin-bottom: 10px;

}

.price-container dd span {
    display: block;
}

.price-container dd span:nth-of-type(2),
.price-container dd span:nth-of-type(4) {
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-size: 36px;
    line-height: 1;
}

.price-item1 {
    color: #ff8182
}

.price-item2 {
    color: #FFC800;
}


.price-item3 {
    color: #50d2d0
}

.price-area p {
    font-weight: bold;
    text-align: right;
}


/* --------------------------------------- */

.item-area h3 {
    margin: 0 0 80px;
}

.item-area .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}


.item-area dl span {
    font-size: 18px;
}


.item-area dt {
    color: #f79a70;
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    letter-spacing: 0.2em;
}



.item-area .item1 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/tukigime_goods1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area .item2 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/tukigime_goods2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area .item3 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/tukigime_goods3.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area .item4 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/tukigime_goods4.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area .item5 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/tukigime_goods5.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area p {
    margin-top: 20px;
    color: #f79a70;
    font-size: 24px;
    font-weight: bold;

}

.item-area {
    padding-bottom: 300px;
}

/* --------------------------------------------------------- */

.bg-1second {
    position: relative;
}

.bg-1second::before {
    content: "";
    display: block;
    width: 100%;
    height: 257px;
    background: url(../images/wave222_1919x257.png)no-repeat center center;

    top: -257px;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.benri h3 {
    margin: 100px 0 50px;
}

.benri ul {
    justify-content: center;
    gap: 50px;
    padding-bottom: 100px;
}

.benri h4 {
    color: #f79a70;
    font-size: 24px;
    padding-bottom: 20px;
    background: linear-gradient(to top,rgba(255, 200, 0, 0.6) 30%, transparent 30%);
    display: inline;
    padding: 0 2px;
    font-weight: normal;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.benri .benri-01 {
    padding-top: 140px;
    background: url(../images/benri1_110x106.png) no-repeat center top;
}

.benri .benri-02 {
    padding-top: 140px;
    background: url(../images/benri2_110x106.png) no-repeat center top;
}

.benri .benri-03 {
    padding-top: 140px;
    background: url(../images/benri3_110x106.png) no-repeat center top;
}

.benri li p {
    font-weight: bold;
    line-height: 2.5;
}



@media screen and (max-width: 768px) {

    .bg-1::after {
        content: "";
        display: block;
        width: 100%;
        height: 90px;
        background: url(../images/wave111_1919x90.png)no-repeat right center;

        bottom: -90px;
        left: 0;
        position: absolute;
    }

    h2 {
        padding: 60px 0 0;
        text-align: center;
    }

    h2 img {
        max-width: 100%;
        height: 180px;
        object-fit: cover;
        /* padding-top: 60px; */
    }

    h3 {
        font-size: 24px;
    }

    .benri h3 {
        margin: 50px 0;
    }

    .benri h3 span {
        display: block;
    }

    .benri h3::after {
        top: -50px;
    }

    .benri .flex {
        flex-direction: column;
    }

    .benri .benri-01 {
        padding-top: 60px;
        background: url(../images/benri1_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .benri .benri-02 {
        padding-top: 60px;
        background: url(../images/benri2_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .benri .benri-03 {
        padding-top: 60px;
        background: url(../images/benri3_110x106.png) no-repeat center top;
        background-size: 55px auto;
    }

    .benri ul  {
        padding-bottom: 0;
    }


    .guide-flow .flex {
        flex-direction: column;
        align-items: center;
    }

    .flow-step img{
        width: 60%;
    }


    .flow-item {
        flex-direction: column;
        align-items: center;
    }

    .flow-step {
        font-size: 14px;
        font-weight: bold;
        align-items: center;
       

    }

    .flow-item:last-child h4{
        width: 120px;
    }

    .flow-arrow {
        margin-top: 20px;
        justify-content: center;
    }


    
    /* ーーーーーーーーーーーーーーーーーーーーー */


    .flow-arrow {
    opacity: 1;
  }

  /* imgだけにアニメーションをつける */
  .flow-arrow img {
  transform: rotate(90deg);
}

/* animateクラスがついてる時は回転をキープしつつ上下移動 */
.flow-arrow.animate img {
  animation: floatUpDownRotate 3s ease-in-out infinite;
}

@keyframes floatUpDownRotate {
  0%, 100% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(10px);
  }
}

/* --------------------- */

    .price-area {
        max-width: 100%;
        /* margin: 0 10px; */
    }

    .price-area .flex {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .price-container dt {
        font-family: "nikumaru";
        font-size: 18px;
        margin-bottom: 10px;

    }

    .price-container dd span {
        display: block;
        
    }

    .price-container dd span:nth-of-type(2),
    .price-container dd span:nth-of-type(4) {
        font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
        font-size: 24px;
        line-height: 1.2;
    }

    .price-area p span{
        display: block;
    }

    .item-area h3{
        margin: 0 0 50px;
    }


    .item-area .item1 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/tukigime_goods1.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
        margin-right: 30px;
    }

    .item-area .item2 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/tukigime_goods2.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
        margin-right: 30px;
    }

    .item-area .item3 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/tukigime_goods3.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
        margin-right: 30px;
    }

    .item-area dt {
        height: 70px;
    }

    .item-area .item4 {
        width: 230px;
        padding-bottom: 0;
        padding-left: 100px;
        background-image: url(../images/sub_images/tukigime_goods4.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
        margin-right: 30px;
    }

    .item-area .item5 {
        width: 220px;
        padding-bottom: 0;
        padding-left: 100px;
        background-image: url(../images/sub_images/tukigime_goods5.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
        margin-right: 30px;
    }

    .item-area dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-area p {
        border: dashed 2px #FFC800;
        border-radius: 30px;
        font-size: 16px;
        padding: 5px;
    }

    .item-area p span {
        display: block;
    }

    .item-area {
        padding-bottom: 150px;
    }



}