/* top-fv */
.top-banner-wrap {
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: -8px;
}

.top-banner-wrap img {
    max-width: 100%;
    width: 1600px;
    object-fit: contain;
}

/* top-fv done */

.top-insert-cta-wrap {
    margin: -20px 0 -24px;
}

/* top-insert */

.measure-banner-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -6px;
}

.measure-banner img {
    max-width: 100%;
    width: 1600px;
    height: 194px;
    object-fit: cover;
}

.top-insert-content-wrap {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
}

.h-measure {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    margin-right: 52px;
}

.measure-logo {
    width: 100%;
    position: relative;
    left: 6px;
}

.h-text {
    font-size: 32px;
    font-weight: bold;
    color: #917672;
    text-align: center;
}

.measure-context {}

.measure-context p {
    margin-bottom: 15px;
}

.exam-wrap {}

.h-exam {
    display: flex;
    align-items: center;
}

.exam-wrap h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 4px;
}

.h-title {
    font-size: 20px;
    margin: 12px 0px 20px 0;
    margin: 0;
    width: 500px;
    width: 475px;
    font-weight: bold;
}

.h-exam-line {
    height: 1px;
    width: 100%;
    background: #589fc1;
}

.exam-content {
    display: flex;
    align-items: center;
}

.exam-content img {
    width: 310px;
    margin-right: 40px;
}

.content-h {
    font-size: 16px;
    color: #589fc1;
    border-bottom: 1px dotted #589fc1;
    padding-bottom: 5.5px;
}

.exam-button-wrap {
    padding: 8px 0 24px;
    display: flex;
    justify-content: center;
}

.exam-button {
    color: white;
    background: #4a9bbf;
    padding: 12px 32px;
    font-weight: bold;
    border-radius: 8px;
}

/* exam done */

.contents p {
    font-size: 15px;
    margin: 10.5px 0 17px 0;
}

.last {
    margin: 10.5px 0 0 0;
}

.main-header {
    display: flex;
    align-items: center;
    ;
}

.main-line {
    height: 1px;
    width: 100%;
    background-color: #d1c0a5;
}

.main-h-title {
    color: #ded2bf;
    font-size: 12px;
    min-width: 112px;
    margin: 0 50px;
}

.contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 50px;*/
    margin-top: 24px;
    margin-bottom: 12px;
}

.content-item {
    display: flex;
    /*margin-bottom: 24px;*/
    margin-bottom: 20px;
    align-items: center;
}

.content-text {
    width: 172px;
    position: relative;
    margin-left: 15px;
    display: none;
}

.content-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.item-info {
    font-size: 15px;
}

/* contents done */
.story-repro-wrap {}

.custom-impact-box {
    padding: 20px 16px !important;
}

.story-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 16px;
}

.story-header img {
    width: 180px;
    height: 45px;
}

.story-header h2 {
    font-weight: bold;
    font-size: 32px;
}

.story-header span {
    font-weight: bold;
    font-size: 28px;
}

.story-text-wrap {
    padding-bottom: 24px;
    padding-bottom: 0;
}

.story-text-wrap p {
    font-size: 16px;
    color: #003366;
    margin-bottom: 18px;
    letter-spacing: 0em;
    position: relative;
    z-index: 2;
}


.store-manager-wrap {
    position: relative;
}

.store-manager {
    position: absolute;
    right: 20%;
    top: 130px;
    color: #663300;
    font-weight: 600;
}

.store-manager h2 {
    font-size: 28px;
    margin-bottom: 13px;
}

/* store info */

.store-manager p {
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.position {
    margin-right: 20px;
}

.name {}

.shop-wrap {
    max-width: 1600px;
    position: relative;
    margin-bottom: -6px;
}

.shop-wrap-bg {
    max-width: 100%;
    width: 1600px;
    z-index: 2;
    object-fit: contain;
}

.shop-wrap-bg+.white-logo {
    position: absolute;
    right: 290px;
    top: 44px;
    width: 200px;
}

.shop-content-wrap {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.shop-content-wrap.k2{
    flex-flow: row-reverse;
}

.shop-content-wrap.k2 img{
    margin-right: 0;
    margin-left: 40px;
}

.shop-content-wrap img {
    margin-right: 40px;
    height: calc(85% + 3px);
}

.shop-detail {
    position: relative;
    top: 44px;
}


@media screen and (max-width: 1000px) {
    .container {
        box-shadow: none;
    }

    .measure-banner-wrap,
    .main-section {
        /*width: calc(100% - 32px);
        padding: 0 16px;*/
    }

    .main-section {
        background-image: none !important;
        padding-bottom: 32px !important;
    }

    .top-banner-wrap img {
        max-width: 100%;
        width: 100%;
        object-fit: contain;
        position: static;
    }

    .exam-content img {
        margin: auto;
        width: auto;
    }

    .measure-banner {
        display: none;
    }

    .top-insert-content-wrap {
        position: static;
        flex-direction: column;
    }

    .h-measure {
        margin: 24px 0 12px 0;
        width: 100%;
        background-size: auto;
        background-position-x: -325px;
        padding: 12px 36px 8px;
    }

    .measure-logo {
        text-align: center;
    }

    .measure-logo img {
        width: 116px;
    }

    .measure-context {
        background: #f7f7f7;
        padding: 16px 16px 0;
    }

    .measure-context p {
        line-height: 1.65;
    }

    .h-text {
        font-size: 24px;
    }


    .exam-wrap {
        margin: 0 0 12px 0;
    }

    .exam-wrap h2 {
        font-size: 24px;
    }

    .h-title {
        font-size: 18px;
        margin: 16px 0;
    }

    .exam-content {
        flex-direction: column;
        align-items: center;
    }

    .contents-wrapper {
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }

    .content-item-wrap {
        width: 50%;
    }

    .content-item {
        margin: 0 2px 16px;
    }

    .story-header img {
        width: 120px;
        height: auto;
    }

    .story-header h2 {
        font-size: 24px;
    }

    .story-header span {
        font-size: 22px;
        margin: 0 2px 0 4px;
    }

    .story-text-wrap {
        padding-bottom: 0;
    }

    .store-manager-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .story-text-wrap p {
        font-size: 15px !important;
    }

    .store-manager-wrap img {
        width: 90px;
        height: auto;
        border-radius: 100px;
    }

    .store-manager {
        position: static;
        margin-left: 12px;
    }

    .store-manager h2 {
        font-size: 16px;
    }

    .store-manager p {
        font-size: 16px;
    }

    .shop-wrap-bg {
        max-width: 120%;
    }

    .shop-wrap-bg+.white-logo {
        display: none;
    }

    .shop-content-wrap img {
        margin-right: 10px;
        margin-left: -40px;
        width: 200px;
        height: auto;
        width: 170px;
    }

    .shop-detail {
        margin-top: -6px;
        position: static;
    }

    .shop-detail h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .shop-detail p {
        font-size: 12.4px;
    }
}

/* add */
.sp {
    display: none;
}

@media screen and (max-width: 1000px) {
    .sp {
        display: initial;
    }

    .rest-texts {
        display: none;
    }

    .separator {
        text-align: center;
        width: 100%;
    }

    .separator .button {
        width: 50%;
        height: 32px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: white;
        background: #336698;
        border-radius: 8px;
    }
}

@media screen and (min-width:1600px) {
    .shop-wrap-bg {
        margin-left: calc(50vw - 800px);
    }

    .shop-wrap-bg+.white-logo {
        right: 390px;
        top: 64px;
    }
}

/* add */
.shop-detail-info-text{
    font-size: 0.8em;
}
@media screen and (max-width: 600px) {
	.shop-wrap-bg{
		max-width: 145%;
	}
	.shop-content-wrap img{
		height: 100%;
	}
	.shop-detail h3{
		font-size: 14px;
	}
	.shop-detail p{
		font-size: 10px;
	}
}