* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

body {
    margin: 0;
    padding: 0;
}

main {
    overflow-x: hidden;
}

.kv {
    width: 100%;
    height: auto;
}

.summery {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    margin-top: 50px;
}

.summery p {
    line-height: 2.2;
    font-size: 18px;
}

.items {
    width: 100%;
    margin-top: 47px;
    background-image: url(../img/image.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.item_content {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.item_detail {
    position: relative;
    /* height: 43vw; */
}

.logo {
    border-bottom: 8px solid #000;
}

.item_image_point {
    width: 50%;
    position: absolute;
    right: 0;
    top: 10%;
}

.logo_image {
    width: 38%;
    margin: 185px 0 33px 0;
}

.item_detail p {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 50px;
}

.text {
    margin-top: 100px !important;
}

.item_image {
    position: relative;
    /* height: 72vw; */
}

.item_image_main {
    width: 1200px;
    max-width: 100%;
    height: auto;
}

.attention {
    font-size: 12px !important;
    font-weight: lighter !important;
    line-height: 1.6;
    margin-top: 20px;
}

.text_attention {
    margin-top: 18px !important;
}

.border {
    width: 100%;
    margin-top: 60px;
}

.logo02 {
    border-bottom: 8px solid #000;
    text-align: right;
}

.logo_image02 {
    width: 38%;
    height: auto;
    margin: 185px 0 33px 0;
}

.item_image_point02 {
    width: 50%;
    position: absolute;
    left: 0;
    top: -6%;
}

.logo_image03 {
    width: 25%;
    height: auto;
    margin: 114px 0 33px 0;
}

.item_image_point03 {
    width: 50%;
    position: absolute;
    right: 0;
    top: -5%;
}

.module {
    margin-top: 50px;
}

.module ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 30px;
}

.module ul li {
    width: calc(25% - 20px);
    list-style: none;
}

.module ul li a {
    text-decoration: none;
}

.module ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.module ul li img {
    width: 100%;
}

.module p {
    font-size: 14px;
    padding: 5px 0;
}

span {
    font-size: 18px;
}

.zeikomi {
    font-size: 12px;
}

.frsw01 {
    width: 27%;
    position: absolute;
    top: 20%;
    left: 0;
}

.frsw02 {
    width: 27%;
    position: absolute;
    top: 40%;
    right: 0;
}

.stormshell01 {
    width: 27%;
    position: absolute;
    top: 3%;
    left: 0;
}

.stormshell02 {
    width: 27%;
    position: absolute;
    top: 10%;
    right: 0;
}

.stormshell03 {
    width: 27%;
    position: absolute;
    bottom: 20%;
    left: 0;
}

.stormshell04 {
    width: 27%;
    position: absolute;
    bottom: 10%;
    right: 3%;
}

.lwd01 {
    width: 27%;
    position: absolute;
    top: 7%;
    right: 0;

}

.lwd02 {
    width: 27%;
    position: absolute;
    top: 20%;
    left: 0;
}

.lwd03 {
    width: 27%;
    position: absolute;
    bottom: 0;
    left: 35%;
}

.btn {
    cursor: default;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%;
    }

    .summery {
        width: 100%;
        margin-top: 30px;
    }

    .summery p {
        line-height: 2;
        font-size: 1.6rem;
    }

    .items {
        width: 100%;
        background-image: url(../img/image.png);
        background-repeat: repeat-y;
        margin-top: 20px;
    }

    .item_content {
        width: 100%;
    }

    .logo {
        border-bottom: 5px solid #000;
    }

    .item_image_point {
        right: 0;
        top: 13%;
    }

    .logo_image {
        margin: 140px 0 20px 0;
    }

    .item_detail p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-top: 30px;
    }

    .text {
        margin-top: 30px !important;
    }

    .item_image {
        margin-top: 20px;
    }

    .item_image_main {
        width: 100%;
    }

    .attention {
        font-size: 1.2rem !important;
        line-height: 1.4;
        margin-top: 20px;
    }

    .text_attention {
        margin-top: 10px !important;
    }

    .border {
        width: 100%;
        margin-top: 50px;
    }

    .logo02 {
        border-bottom: 5px solid #000;
        text-align: right;
    }

    .logo_image02 {
        margin: 80px 0 20px 0;
    }

    .item_image_point02 {
        left: 0;
        top: -2%;
    }

    .logo_image03 {
        margin: 50px 0 20px 0;
    }

    .item_image_point03 {
        right: 0;
        top: -3%;
    }

    .module {
        margin-top: 30px;
    }

    .module ul {
        flex-wrap: wrap;
        width: 90%;
        gap: 20px;
        margin: 0 auto;
    }

    .module ul li {
        width: calc(50% - 10px);
    }

    .module p {
        font-size: 1.4rem;
    }

    span {
        font-size: 1.6rem;
    }

    .zeikomi {
        font-size: 1.2rem;
    }

    .frsw01 {
        width: 27%;
        position: absolute;
        top: 20%;
        left: 0;
    }

    .frsw02 {
        width: 27%;
        position: absolute;
        top: 40%;
        right: 0;
    }

    .stormshell01 {
        width: 27%;
        position: absolute;
        top: 3%;
        left: 0;
    }

    .stormshell02 {
        width: 27%;
        position: absolute;
        top: 10%;
        right: 0;
    }

    .stormshell03 {
        width: 27%;
        position: absolute;
        bottom: 20%;
        left: 0;
    }

    .stormshell04 {
        width: 27%;
        position: absolute;
        bottom: 10%;
        right: 3%;
    }

    .lwd01 {
        width: 27%;
        position: absolute;
        top: 7%;
        right: 0;

    }

    .lwd02 {
        width: 27%;
        position: absolute;
        top: 20%;
        left: 0;
    }

    .lwd03 {
        width: 27%;
        position: absolute;
        bottom: 0;
        left: 35%;
    }

    .cancel_btn {
        position: absolute;
        top: -5%;
        right: -2%;
    }

    /* モーダル */
    .btn {
        display: flex;
        width: 27%;
        cursor: pointer;
    }

    .remodal {
        position: relative;
        padding: 25px;
    }

    .remodal img {
        width: 80%;
        height: auto;
        vertical-align: top;
    }

    .cancel_btn {
        position: absolute;
        top: -5%;
        right: -2%;
    }

    .remodal-cancel {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #222;
        margin-top: 0%;
    }

    .remodal-cancel::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 21px;
        background: #fff;
        /* バツ印の色 */
    }

    .remodal-cancel::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 21px;
        background: #fff;
        /* バツ印の色 */
    }

    .remodal-cancel::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .remodal-cancel::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}