@charset "utf-8";
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
}

.title-top_sp{
    display: none;
}

.top{
    background-color: white;
}
.bg-line {
    position: fixed;
    top: 0;
    left: 0;
    width: calc((100vw/2) - 340px);
    min-width: 300px;
    height: 100%;
    background:linear-gradient(90deg, #39BCFF 0%, #008BD2 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 40px 40px 0px 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.titletop{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.titletop .left{
    padding-top: 20px;
    width: 241px;
    text-align: center;
}

.titletop .right {
    display: flex;
    align-items: center;
    width: calc(100% - 241px);
    padding-left: 40px;
    box-sizing: border-box;
}
.titletop .left img,
.titletop .right img {
    width: 100%;
}

.message{
    display: flex;
    gap: 40px;
    height: auto;
    min-height: 400px;
    margin-top: 44px;
}
.message .img-wrapper {
    width: calc(100%* 500 / 1200);
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.message .img-wrapper img{
    position: relative;
    /* left: -50px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.message .right{
    display: block;
    width: calc(100%* 660 / 1200);
    line-height: 45px;
}

.message .sentence{
    font-family: 'TsukuMinPr6-M';
    font-family: 'FOT-筑紫明朝 Pr6 M';
    padding-top: 7.5px;
    margin-bottom: 20px;
}

.message .signature{
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space:nowrap;
}

.message .signature span{
    font-size: 14px;
    font-family:'FP-ヒラギノ角ゴ StdN W4';
}

.infologo{
    display: flex;
    justify-content: center;
}

.infologo img{
    width: 550px;
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;margin-top: 120px;
}

.information{
    height: auto;
    border-radius:10px; 
    box-sizing: border-box;
    box-shadow: 0px 3px 6px #0000004D;background-color: white;
    font-family: 'FP-ヒラギノ角ゴ ProN W6';
}

.information .head{
    background-color: black;
    border-radius: 10px 10px 0 0;
}

.information .head h2{
    color: white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80px;
    font-size: 30px;
    align-content: center;
}

.information .body{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px;
}

.information .list{
    display: flex;
}

.information .listimg {
    width: 35%;
    height: 195px;
    overflow: hidden;
    border-radius: 10px;
}

.information .list img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.information .list .right{
    display: block; 
    padding-left: 20px;
    width: 65%;
    height: auto;
    box-sizing: border-box;
}

.information .list .right .right_under{
    display: flex;
    justify-content: flex-end;
}

.information .list h3{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.information .list p{
    font-size: 16px;
    line-height: 27px;
    margin-top: 32px;
    margin-bottom: 44px;
}

.information .list .linkbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    width: 200px;
    height: 40px;
    border: 1px solid #333333;
    opacity: 1;
    transition: 0.3s all;
    cursor: pointer;
}
.information .list .linkbtn:hover{
    opacity: 0.5;
}

.information-wrapper .information:not(:last-child){
    margin-bottom: 50px;
}
/* タイトルがないカードは文章に上マージンをつけない */
.information-wrapper .information .list .right > p:first-child {
    margin-top: 0;
}
/* 注釈※印 */
span.annotation {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.5em;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 0.9em;
    line-height: 1.5em;
}
span.annotation::before {
    content: '※';
    padding-right: 0.2em;
}

a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: 100%;

}

.footer{
    display: flex;
    justify-content: center;
    font-family: 'FOT-筑紫明朝 Pr6 M';
    font-size: 30px;
}

.footer .fmessage{
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}

.fmessage{
    display: flex;
    gap: 40px;
    height: auto;
    min-height: 323px;
    margin-top: 44px;
}

.footer_copy{
    text-align: center;
    margin: 0px;
}

.footerlogo{
    display: flex;
    justify-content: center;
}
.footer img{
    margin-top: 50px;
    width: 280px;
}

hr{
    width: 100%; 
    border: 0;
    border-top: 1px solid black;
}

/* 取扱終了 */
.endComments::after{
    font-weight: 600;
    color: red;
    content: "※お取扱いは終了しました";
}

/* 画像下コメント */
.imageComments{
    width: 35%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction:column;
    height: 100%;
}

.list .imageComments img{
    height: 195px;
}

@media only screen and (max-width:767px){
    .bg-line {
        display: none;
    }
    .top{
        background:#ffffff;
    }
    .container {
        padding: 0px 15px 0px 15px;
    }

    .titletop{
        display: none;
    }
    
    .title-top_sp{
        display:flex;
    }

    .title-top_sp img{
        width: 100%;
    }

    .message{
        display: flex;
        flex-direction:column;
        font-size: 14px;
        margin: 0;
        gap: 15px;
    }
    .message .photo{
        height: 100%;
        width: 100%;;
    }


     .message .img-wrapper {
        border-radius: 10px;
        overflow: hidden;
        width: auto;
        height: auto;
    }

    .message .img-wrapper img{
        position: relative;
        left: unset;
        height: 100%;
        object-fit: cover;
    }

    .message .right{
        display: block;
        width: 100%;
        line-height: 45px;
    }

    .message .sentence{
        margin-bottom: 30px;
    }

    .infologo img{
        width: 360px;
        height: auto;
        margin: 80px 0px 30px 0px;
    }

    .list{
        display: flex;
        flex-direction: column;
    }

    .information .body{
        padding: 20px;
        padding-bottom: 50px;
        gap: 50px;
    }

    .information .listimg,.imageComments{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        width: auto;
        height: auto;
    }

    .information .head h2{
        font-size: 20px;
    }
    .information .list h3{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .information .list p{
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .information .list .right{
        width: 100%;
        padding: unset;
    }
    
    .information .list .right .right_under{
        display: flex;
        justify-content: center;
    }

    .footer .fmessage{
        margin-top: 60px;
        min-height: 256px;
    }
    .footer .fmessage .footer_copy{
        font-size: 24px;
    }
    .footer img{
        margin-top: 40px;
        width: 280px;
    }
    
    img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}
    