@charset "UTF-8";
.top-mv-msg {
    position: absolute;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    padding: 1em 2em;
    /*
    border: 2px solid rgb(91, 78, 77);
    background-color: rgba(244, 240, 233, 0.9);
    color: rgb(91, 78, 77);
    */
    color: white;
    font-weight: bold;
    z-index: 2;
    border-radius: 0.5em;
    white-space: nowrap;
}

.hero-panel{
  background: rgba(0,0,0,.38);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: .9em 1.2em;
  display: inline-block;         /* テキスト幅に合わせる */
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
}
.hero-title, .hero-sub {
    max-width: 26em; overflow-wrap:anywhere;
}

.top-images-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}.top-images-container > .top-mv-images{
    position: absolute;
    display: block;
    width: auto;
    height: 95%;
    margin: auto 0.5em;
    border-radius: 2em;
    z-index: 0;
}

.top-images-mask{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
}

.top-caption{
    width: fit-content;
    font-size: 1.5em;
    color: rgb(40, 40, 40);
    margin: 1em 0;
}

.top-images{
    width: auto;
    height: 100%;
}

.top-image-1{
    position: relative;
    width: auto;
    height: 95%;
    border-radius: 25px;
}

.top-remarks-1{
    background-image: url(../image/top/remarks/1.png);
    background-position: center 70%;
}

.top-remarks-2{
    background-image: url(../image/top/remarks/2.png);
    background-position: center 70%;
}

.top-remarks-3{
    background-image: url(../image/top/remarks/3.png);
    background-position: center 70%;
}

.top-remarks-4{
    background-image: url(../image/top/remarks/4.png);
    background-position: center 75%;
}

.top-picup-caption{
    position: relative;
    border: 1px rgb(91, 78, 77) solid;
    border-radius: 0.5em;
    padding: 1em;
}.top-picup-caption::before{
    content: "フォーマル着物特別企画";
    position: absolute;
    background-color: white;
    padding: 0 0.5em;
    transform: translate(0%, -50%);
    top: 0;
}
.top-remarks-images{
    width: 98.5%;
    height: 13em;
    margin: 0.25em auto;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 2px rgb(230, 230, 230);
}

.top-remarks-captions{
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    width: 100%;
    height: 100%;
}

.top-remarks-text{
    width: fit-content;
    height: fit-content;
    font-size: 1.2em;
    
}

.top-msg{
    font-size: 1.1em;
    color: #5A3E36;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: rgba(255, 255, 255, 0.8);
}.top-msg > div{
    line-height: 2em;
}


.top-title{
    width: fit-content;
    margin: auto;
    color: #5A3E36;
    font-weight: bold;
    border-bottom: 3px solid #d6b28c;
}

.top-service-title, .top-service-subtitle{
    width: fit-content;
    margin: auto auto auto 0;
    font-weight: bold;
}.top-service-title{
    font-size: 1.5em;
    line-height: 1em;
}.top-service-subtitle{
    font-size: 1em;
    margin: 0.5em 0;
}.top-service-container{
    width: 100%;
}.top-service-box{
    width: 100%;
}

.top-service-msg-container{
    margin: 0.5em 0 0 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 227, 217);
    line-height: 2;
    position: relative;
}.top-service-msg{
    width: 100%;
}


.top-service-caption{
    font-weight: bold;
    padding: 0 0 1em 0;
    line-height: 1.5;
    font-size: 1.1em;
}.top-service-end-caption{
    padding: 0.5em 0 0 0;
}.top-service-link-dummy{
    width: 100%;
    height: 5em;
}.top-button{
    margin: 1em 0 0.5em auto;
    color: rgb(128, 30, 30);
    background-color: white;
    padding: 0.5em 1em;
    border: 2px rgb(91, 78, 77) solid;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
}.top-button-group{
    height: 6em;
}.top-button-group > *{
    position: absolute;
    transform: translate(-25%, -50%);
    width: 40%;
    height: fit-content;
    margin: 0 auto;
    bottom: 0;
}.top-button-group > *:nth-child(1){
    left: 65%;
}.top-button-group > *:nth-child(2){
    right: 45%;
}

.top-service-footer{
    width: 100%;
    padding: 0.5em;
    background-color: rgb(91 78 77);
}

.top-caption-intro {
    color: #5A3E36;
    font-weight: bold;
    padding: 0.2em 0px;
}.top-caption-intro > div{
    margin: 0.5em 0 0.3em 0;
    padding: 0 0 0 0.3em;
    border-left: 5px solid #D4B28C;
    border-bottom: 1px solid #d4b28c;
}

.top-caption {
  font-size: 0.8em;
  color: #7F6C61;
  font-style: italic;
}

/* PC */
@media screen and (min-width: 769px) {
    .top-mv-msg {
        top: 20%;
        left: 30%;
        font-size: 1.7em;
    }

    .top-images-container{
        height: 600px;
    }

    .top-service-msg-container{
        width: 49.5%
    }

    .top-msg{
        position: absolute;
        transform: translate(0%, -50%);
        top: 50%;
        left: 36%;
        padding: 0 2em 2em;
    }
    .top-caption-intro {
        font-size: 1.5em;
    }

    .top-service-msg-left{
        margin: 10px auto 0 0;
    }

    .top-service-msg-right{
        margin: 10px 0 0 auto;
    }

    .top-service-msg-2{
        position: absolute;
        right: 0;
    }

    .top-service-b{
        padding: 1.5em 0;
    }

    .top-title{
        padding: 1em 0.5em 0em;
        font-size: 2em;
    }

    .top-service-msg, .top-service-msg-2{
        padding: 1.5em;
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .top-mv-msg {
        top: 50%;
        left: 50%;
        font-size: 1.5em;
    }

    .top-images-container{
        height: 400px;
    }

    .top-service-msg-container{
        width: 100%
    }

    .top-msg{
        font-size: 1.1em;
        padding: 0 1em 1.5em;
    }

    .top-caption-intro {
        font-size: 1.3em;
    }

    .top-service-msg{
        padding: 1em 1em 0.5em;
    }
    
    .top-title{
        padding: 0.5em 0 0;
        font-size: 1.8em;
    }
}
