.w100 {
    width: 100%;
}

.lp-hd {
    z-index: 10;
}

body {
    background-image: radial-gradient(#e2e5ec 30%, #f0f0f0 40%);
    background-size: 6px 6px;
}

.wrapper,
.cmn-contents-wrapper {
    background-color: transparent;
}

.breadcrumb {
    background: #fff;
}

.ornament {
    position: fixed;
}
@media (max-width: 768px) {
    .ornament {
        display: none;
    }
}
.ornament::before,
.ornament::after {
    content: '';
    display: block;
}
.ornament::before {
    position: fixed;
    left: -8.345534407vw;
    top: 27.2327964861vw;
    width: 25.4758418741vw;
    height: 33.3089311859vw;
    background: url(../images/newsstand/yellow_line.png) no-repeat 50% 0/auto 100%;
}
.ornament::after {
    position: fixed;
    right: -13.17715959vw;
    top: -6.7562225476vw;
    width: 35.5783308931vw;
    height: 20.8638360176vw;
    background: url(../images/newsstand/gray_line.png) no-repeat 50% 0/auto 100%;
}

.l-main {
    position: relative;
    color: #171717;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
.l-main img {
    max-width: 100%;
}
@media (min-width: 769px) {
    .l-main a {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .l-main a:hover {
        text-decoration: none;
        opacity: .7;
    }
}
.l-main .sp-logo {
    position: fixed;
    left: 0;
}
.l-main .sp-logo .logo {
    position: absolute;
    top: 247px;
    left: 50%;
    width: 63.961038961%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.l-main .sp-logo .logo img {
    width: 100%;
}
@media (max-width: 768px) {
    .l-main .sp-logo {
        display: none;
    }
}
.l-main .sp-nav {
    position: fixed;
    right: 0;
}
.l-main .sp-nav .sp-nav-list {
    position: absolute;
    left: 50%;
    top: 226px;
    width: 81.1688311688%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.l-main .sp-nav .sp-nav-list li {
    line-height: 0;
}
.l-main .sp-nav .sp-nav-list li:nth-child(n+2) {
    margin-top: 12.8%;
}
.l-main .sp-nav .sp-nav-list li img {
    width: 100%;
}
@media (max-width: 768px) {
    .l-main .sp-nav {
        display: none;
    }
}

.sp-contents {
    padding-bottom: 50px;
    background: #fff;
}
@media (min-width: 769px) {
    .sp-contents {
        max-width: 750px;
        padding-bottom: 100px;
        margin: 0 auto;
    }
}
.sp-contents-header .lead-title {
    margin: 40px 15px 0;
}
@media (min-width: 769px) {
    .sp-contents-header .lead-title {
        margin: 80px 30px 0;
    }
}
.sp-contents-header .lead-text {
    margin: 24px 15px 0;
    font-size: 14px;
    line-height: 1.85714286;
    text-align: center;
}
@media (min-width: 769px) {
    .sp-contents-header .lead-text {
        margin: 48px 30px 0;
        font-size: 28px;
    }
}
.sp-contents .sec-title {
    margin-top: 52px;
}
@media (min-width: 769px) {
    .sp-contents .sec-title {
        margin-top: 104px;
    }
}
.sp-contents .shop-list {
    margin: 40px 15px 0;
}
@media (min-width: 769px) {
    .sp-contents .shop-list {
        margin: 80px 30px 0;
    }
}
.sp-contents .shop-list-item:nth-child(n+2) {
    margin-top: 50px;
}
@media (min-width: 769px) {
    .sp-contents .shop-list-item:nth-child(n+2) {
        margin-top: 100px;
    }
}
.sp-contents .shop-list-item .text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.71428571;
}
@media (min-width: 769px) {
    .sp-contents .shop-list-item .text {
        margin-top: 48px;
        font-size: 28px;
    }
}
.sp-contents .shop-list-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-top: 24px;
    background: #0038ae;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
@media (min-width: 769px) {
    .sp-contents .shop-list-item .link {
        height: 120px;
        margin-top: 48px;
        font-size: 36px;
    }
}
.sp-contents .shop-list-item .link::before {
    content: '';
    display: block;
    width: 11.67px;
    margin-right: 16px;
    aspect-ratio: 11.67/17.82;
    background: url(../images/newsstand/ico.svg) no-repeat 0 0/contain;
}
@media (min-width: 769px) {
    .sp-contents .shop-list-item .link::before {
        width: 23.34px;
        margin-right: 32px;
    }
}
.sp-contents .ently-list {
    margin: 40px 30px 0;
}
@media (min-width: 769px) {
    .sp-contents .ently-list {
        margin: 80px 60px 0;
    }
}
.sp-contents .ently-list-item:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #e6e6e6;
    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
}
@media (min-width: 769px) {
    .sp-contents .ently-list-item:nth-child(n+2) {
        margin-top: 48px;
        padding-top: 48px;
        border-top: 4px solid #e6e6e6;
    }
}
.sp-contents .ently-list-item:nth-child(n+2).is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
.sp-contents .ently-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
}
@media (min-width: 769px) {
    .sp-contents .ently-list-item a {
        padding: 0 0 0 20px;
    }
}
.sp-contents .ently-list-item .image {
    width: 42.6229508197%;
}
.sp-contents .ently-list-item .body {
    width: 50.8196721311%;
}
.sp-contents .ently-list-item .date {
    font-size: 13px;
}
@media (min-width: 769px) {
    .sp-contents .ently-list-item .date {
        font-size: 26px;
    }
}
.sp-contents .ently-list-item .text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #171717;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 769px) {
    .sp-contents .ently-list-item .text {
        margin-top: 16px;
        font-size: 28px;
    }
}
.sp-contents .btn-area {
    margin: 40px 15px 0;
}
@media (min-width: 769px) {
    .sp-contents .btn-area {
        margin: 80px 30px 0;
    }
}
.sp-contents .btn-area .more_btn.is-hidden {
    display: none;
}
.sp-contents .btn-area .all_btn.is-hidden {
    display: none;
}
.sp-contents .map-area {
    margin: 40px 30px 0;
}
@media (min-width: 769px) {
    .sp-contents .map-area {
        margin: 80px 60px 0;
    }
}
.sp-contents .map-area .map {
    aspect-ratio: 1/1;
}
.sp-contents .map-area .map iframe {
    width: 100%;
    height: 100%;
}
.sp-contents .map-area .map-info {
    margin-top: 33px;
    font-size: 16px;
}
@media (min-width: 769px) {
    .sp-contents .map-area .map-info {
        margin-top: 66px;
        font-size: 32px;
    }
}
.sp-contents .map-area .map-info .title {
    color: #0038ae;
    font-weight: 700;
}
.sp-contents .map-area .map-info .title:nth-of-type(n+2) {
    margin-top: 23px;
}
@media (min-width: 769px) {
    .sp-contents .map-area .map-info .title:nth-of-type(n+2) {
        margin-top: 46px;
    }
}
.sp-contents .map-area .map-info .title .in {
    display: inline-block;
    border-bottom: 2px solid;
}
@media (min-width: 769px) {
    .sp-contents .map-area .map-info .title .in {
        border-bottom: 4px solid;
    }
}
.sp-contents .map-area .map-info .text {
    margin-top: 15px;
    line-height: 1.5;
}
@media (min-width: 769px) {
    .sp-contents .map-area .map-info .text {
        margin-top: 30px;
    }
}

.pagetop {
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background: transparent url(../../../images/newsstand/pagetop.svg) no-repeat 0 0/contain;
}
.pagetop a:before {
    display: none;
}
@media (max-width: 768px) {
    .pagetop {
        display: none;
    }
}
/*# sourceMappingURL=map/newsstand.css.map */