﻿.item__wrapper {
    width: auto;
}
.item-ttl, .item__list__ul {
    width: 1000px;
    margin: 0 auto;
}
.mv {
    background-color: #a9eafb;
    background-size: 100%;
}
.item01__block {
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #d3dfdf;
    width: 100%;
    padding: 80px 0 40px;
}
.item01__block div {
    position: relative;
    width: 1172px;
    margin: 0 auto;
}
.item01__block div img {
    width: 700px;
    margin: 0 auto;
}
.item01__block p {
    letter-spacing: 0.05em;
    position: absolute;
    top: -54px;
    left: 10.5%;
    font-size: 24px;
}
.item01__block p span {
    font-size: 36px;
    color: #cd3e9c;
}
.item__about-copy--marker--pink {
    background: linear-gradient(transparent 60%, #fcd6ef 0%);
    font-weight: 400;
    display: inline-block;
    color: #f577ca;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.item__list__wrapper {
    text-align: center;
    margin: 40px 0 56px;
}
.item-subtitle {
    font-size: 18px;

}
.item__list__title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.item__list__title img {
    margin-right: 26px;
}
.item__list__title p {
    font-size: 16px;
    margin-top: 8px;
}
.item__list__title h4 {
    font-size: 30px;
    color: #69c3f5;
    margin: 0;
    padding: 0;
}
.item__list__ul li {
    padding: 50px 0;
    border-bottom: 3px solid #e7e7e9;
}
.item__list__ul li:first-child {
    padding-top: 0;
}
.movie {
    text-align: center;
    background-color: #e2feff;
    padding: 30px 0;
    margin-bottom: 50px;
}
.item__step {
    text-align: center;
    margin-bottom: 50px;
}

.item__step img {
    margin-bottom: 0px;
}
.lead__txt {
    letter-spacing: 0.12em;
}
.lead__txt .item__about-copy--marker--pink {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
.border-b--black {
    border-bottom: 1px solid #747b81;
    padding-bottom: 4px;
}

/* お客様の声 */
.item04__list {
    margin-bottom: 50px;
    padding: 50px 0 20px;
    background-color: #fef4f7;
}
.item04__list .item__list__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.item04__list .item__list__ul li {
    display: flex;
    flex-direction: column;
    width: 470px;
    padding: 20px 25px 15px;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
}
.item04__list .item__list__ul li .user_title {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}
.item04__list .item__list__ul li .user_title span {
    background: linear-gradient(transparent 60%, #fcd6ef 0%);
    letter-spacing: .08em;
}
.item04__list .item__list__ul li .user_title:before{
    content: '';
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 19px;
    background-image: url(/img/usr/freepage/fastener/icon_user_voice.png);
    background-size: contain;
    vertical-align: middle;
}
.item04__list .item__list__ul li .user_comment {
    margin: 0 0 -1em;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: .08em;
}
.item04__list .item__list__ul li .user_comment .txt_bold {
    font-weight: bold;
}
.item04__list .item__list__ul li .user_name {
    margin-top: auto;
    text-align: right;
    font-size: 18px;
}
.item04__list .item__list__ul li .user_name:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 43px;
    height: 43px;
    background-size: contain;
    vertical-align: middle;
}
.item04__list .item__list__ul li .user_name01:before {
    background-image: url(/img/usr/freepage/fastener/icon_user01.png);
}
.item04__list .item__list__ul li .user_name02:before {
    background-image: url(/img/usr/freepage/fastener/icon_user02.png);
}
.item04__list .item__list__ul li .user_name03:before {
    background-image: url(/img/usr/freepage/fastener/icon_user03.png);
}
.item04__list .item__list__ul li .user_name04:before {
    background-image: url(/img/usr/freepage/fastener/icon_user04.png);
}

/* 商品掲載 */
.mv {
    background-color: #c7e4f7;
}
    .item01__list {
    margin-bottom: 50px;
}
.recommend_item {
    margin-bottom: 30px;
}
.recommend_item .item__list__ul {
    display: flex;
    flex-wrap: wrap;
}
.recommend_item .item__list__ul li {
    margin-right: 25px;
    padding-top: 0;
    width: calc((100% - 25px*3)/4);
    border: 0;
    display: flex;
    flex-direction: column;
}
.recommend_item .item__list__ul li:nth-child(4n) {
    margin-right: 0;
}
.recommend_item .item__list__ul li .goods_img_ {
    margin-bottom: 10px;
}
.recommend_item .item__list__ul li .goods_name_ {
    margin-bottom: 5px;
    text-align: center;
}
.recommend_item .item__list__ul li .goods_price_ {
    text-align: center;
    margin-bottom: 5px;
}
.recommend_item .item__list__ul li .goods_price_ .tax_ {
    font-size: 90%;
}
.recommend_item .item__list__ul li .goods_text_ {
    margin-bottom: 10px;
}
.recommend_item .item__list__ul li .goods_btn_cart_ {
    display: block;
    position: relative;
    margin: auto 0 10px;
    padding: 15px 0 15px 36px;
    background-color: #C80F2E;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.recommend_item .item__list__ul li .goods_btn_cart_::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/img/usr/freepage/umoucp/nav_cart.png) no-repeat;
    top: 15px;
    left: 16px;
}
.recommend_item .item__list__ul li .goods_btn_detail_ {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #90D4F8;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.recommend_item .item__list__ul li .goods_btn_detail_::after {
    content: "";
    position: absolute;
    margin: auto 0;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
/* 商品詳細ページ */
#lp_rainy_day .bnr_ {
    margin: 0 0 50px;
    text-align: center;
}

@media screen and (max-width:480px) {
    .item__wrapper {
        width: auto;
    }
    .lead__txt {
        letter-spacing: 0.12em;
        padding: 2.0em 0 0;
    }
    .lead__txt .item__about-copy--marker--pink {
        font-size: 14px;
        line-height: normal;
        font-weight: bold;
        color: #666666;
    }
    .item-subtitle {
        font-size: 13px;
        letter-spacing: 0.08em;
    }
    .item__about-copy--marker--pink {
        font-size: 22px;
        letter-spacing: 0.08em;
    }
    .item__list__title p {
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-top: 3px;
    }
    .item__list__title h4 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.25;
    }
    .item__list__title img {
        margin-right: 12px;
        width: 40px;
    }
    .movie iframe {
        /* width:94%; */
    }
    .item-ttl__txt-border {
        font-weight: 400;
        font-size: 22px;
    }
    .item-ttl__txt-inner {
        margin-bottom: 0px;
    }
    .item01__block {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 0;
        position: relative;
    }
    .item01__block p {
        letter-spacing: 0.05em;
        position: absolute;
        top: 28px;
        left: 18px;
        font-size: 15px;
    }
    .item01__block p span {
        font-size: 24px;
        color: #cd3e9c;
    }
    .item01__block img {
        height: 555px;
        width: 100%;
    }
    .item__list__wrapper {
        margin-bottom: 24px;
    }
    .item__list__wrapper h3 {
        margin: 0;
        padding: 0;
    }
    .item__list__ul {
        width: 94%;
        margin: 0 auto;
    }
    .item__list__ul li {
        padding: 30px 0;
        border-bottom: 2px solid #e7e7e9;
    }
    .item__step, .item-ttl {
        width: 94%;
        margin: 0 auto;
    }
    .item__step img {
        margin-bottom: 40px;
    }
    /* お客様の声 */
    .item04__list {
        margin-top: 25px;
        padding: 35px 0 5px;
    }
    .item04__list .item__list__ul {
        padding: 0;
    }
    .item04__list .item__list__ul li {
        width: 100%;
        display: block;
        padding: 20px 20px 10px
    }
    .item04__list .item__list__ul li .user_title {
        font-size: 18px;
    }
    .item04__list .item__list__ul li .user_comment {
        margin-bottom: 0;
        font-size: 14px;
    }
    .item04__list .item__list__ul li .user_name {
        margin-top: 5px;
        font-size: 14px;
    }
    /* 商品掲載 */
    .recommend_item .item__list__ul li {
        width: calc((100% - 25px)/2);
    }
    .recommend_item .item__list__ul li:nth-child(2n) {
        margin-right: 0;
    }
    .recommend_item .item__list__ul li p {
        font-size: 14px;
    }
    .recommend_item .item__list__ul li .goods_price_ {
        margin-top: auto;
    }
    .recommend_item .item__list__ul li .goods_btn_detail_ {
        font-size: 3.5vw;
    }
    .recommend_item .item__list__ul li .goods_btn_cart_ {
        margin: 0 0 10px;
        padding: 15px 0 15px 17%;
        font-size: 3.5vw;
    }
    .recommend_item .item__list__ul li .goods_btn_cart_::before {
        width: 5.5vw;
        height: 5.5vw;
        top: 28%;
        left: 7%;
        background-size: 100%;
    }
    /* 動画 */
    .movie {
        padding: 5% 5%;
    }
    .movie .video_wrapper {
        margin: 0 auto;
        padding: 10px;
        aspect-ratio: 16 / 9;
    }
    .movie iframe {
        /* width: 100%; */
        height: 534px;
    }
    /* 商品詳細ページ */
    #lp_rainy_day .bnr_ {
        margin: 0 10px 40px;
    }
}