@charset "UTF-8";

#wrap { overflow: hidden }


@media screen and (min-width: 920px) {
    .sp { display: none !important }
}
@media screen and (max-width: 920px) {
    .pc { display: none !important }
}

.block { display: block }


/*********************************************************************
*  common
*********************************************************************/
.store {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.store.non-active { z-index: 0 }
.store .non-active { display: none }
@media screen and (max-width: 920px) {
    .store { width: 100% }
    .store .sp { display: block !important }
}

.contents {
    padding-top: 90px;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.contents h2 {
    padding: 20px 20px 14px;
    margin-bottom: 60px;
    background-color: #f3f1f0;
    text-align: center;
}
.contents h2 p {
    width: 100%;
    max-width: 880px;
    margin: auto;
    font-size: 3.0rem;
    line-height: 3.0rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
.contents h2 span {
    font-size: 1.4rem;
    letter-spacing: 0;
}
@media screen and (max-width: 920px) {
    .contents { padding-top: 55px }
    .contents h2 {
        padding: 18px 20px 10px;
        margin-bottom: 40px;
    }
    .contents h2 p {
        font-size: 2.5rem;
        line-height: 2.0rem;
    }
    .contents h2 span { font-size: 1.0rem }
}

.content-box {
    width: 100%;
    max-width: 880px;
    padding: 0 20px;
    margin: auto;
}

.detail-text {
    padding: 20px 0 40px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.06em;
    text-align: center;
}
.detail-text a {
    color: #cd1f3c;
    font-weight: 500;
    text-decoration: underline;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.detail-text a:hover { opacity: 0.75 }

.js-slide-disp {
    position: relative;
    opacity: 0;
}
.js-slide-disp.active {
    -webkit-animation: slideDisp 0.8s ease-out both;
    animation: slideDisp 0.8s ease-out both;
}
@keyframes slideDisp {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/*********************************************************************
*  header
*********************************************************************/
.header {
    width: 100%;
    height: 100vh;
    /* pointer-events: none; */
    overflow: hidden;
}
.header.sub {
    height: auto;
    margin-bottom: 0;
}
.header.top {
    height: auto;
    margin-bottom: 0;
    background-color: #f3f1f0;
}
.h_img {
    position: relative;
    width: 100%;
    height: 100%;
}
.img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.img-main .zoom {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    background: url(../img/header01.jpg) no-repeat bottom left;
    background-size: cover;
    -webkit-animation: zoom 10s 0.15s ease-out forwards;
    animation: zoom 10s 0.15s ease-out forwards;
}
@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1370px) {
    .header {
        margin-bottom: 330px;
        overflow: visible;
    }
    .img-main { overflow: hidden }
}
@media screen and (max-width: 920px) {
    .header {
        height: auto;
        margin-bottom: 0;
        pointer-events: visible;
    }
    .img-main {
        position: static;
        height: 100vh;
    }
    .img-main .zoom {
        background-size: cover;
    }
}

.h_contents {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow: hidden;
}
.catch-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: calc(100% - 600px);
    padding-left: 20px;
}
.catch-copy .catch-text {
    margin-top: -15px;
    padding-right: 20px;
    text-shadow: 0 0 5px #fff;
}
.catch-copy p {
    padding: 15px 0;
    font-size: 2.0rem;
    letter-spacing: 0.3em;
    line-height: 1.5em;
}
.catch-copy h2 {
    font-size: 4.4rem;
    line-height: 7.0rem;
    letter-spacing: 0.2em;
}
.catch-copy h2 span { font-size: 3.6rem }
.catch-copy h2 span span { font-size: 3.0rem }
.catch-copy h2 rt,
.catch-copy h2 rp { font-size: 1.2rem }
.catch-img {
    position: relative;
    width: 650px;
    max-width: 100%;
    height: 100%;
    padding-right: 50px;
}
.h_video-box {
    position: relative;
    z-index: 1;
    pointer-events: visible;
}
.h_video-box iframe {
    display: block;
    width: 600px;
    height: 337px;
    margin: auto;
}
.catch-img img { width: 100% }
.catch-img .item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    max-width: calc(100vw - 350px);
    height: calc(100% - 400px);
    margin-right: 200px;
    z-index: 0;
}
.catch-img .item-img .item-img-box {
    max-width: calc(100% - 100px);
    max-height: 80%;
    margin-bottom: 20px;
}
.catch-img .item-img .item-img-box img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.catch-img .item-img p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.3em;
    text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 1370px) {
    .h_contents {
        position: relative;
        display: block;
        overflow: visible;
    }
    .catch-copy {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .catch-copy .catch-text {
        padding-top: 24px;
        padding-right: 0;
        margin-top: 0;
    }
    .catch-img {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .h_video-box {
        margin-bottom: 20px;
    }
    .h_video-box iframe {
        width: calc((100vh - 431px) / 0.5625);
        height: calc(100vh - 431px);
    }
    .catch-img .item-img {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 300px;
        padding-top: 40px;
        margin-right: 0;
    }
    .catch-img .item-img .item-img-box {
        width: auto;
        max-width: 100%;
        height: calc(100% - 20px);
        max-height: calc(100% - 20px);
    }
    .catch-img .item-img .item-img-box img { margin: auto }
    .catch-img .item-img p {
        line-height: 2.0rem;
        text-align: center;
    }
}
@media screen and (max-width: 1370px) and (max-height: 748px) {
}
@media screen and (max-width: 920px) {
    .h_contents {
        height: auto;
        padding-top: 0;
        overflow: visible;
    }
    .catch-copy {
        position: absolute;
        top: -100vh;
        height: 100vh;
        padding-top: 55px;
    }
    .catch-copy .catch-text {
        padding: 28px 20px 0;
        width: 100%;
        text-align: center;
    }
    .catch-copy p {
        padding: 0;
        font-size: 1.25rem;
        line-height: 3.65rem;
        white-space: nowrap;
    }
    .catch-copy h2 {
        font-size: 2.7rem;
        line-height: 4.3rem;
    }
    .catch-img {
        width: 100%;
        padding: 0 20px;
        background-color: #fff;
    }
    .h_video-box {
        width: 598px;
        max-width: 100%;
        padding: 40px 0;
        margin: auto;
    }
    .h_video-box iframe {
        width: 100%;
        height: 336.375px
    }
    .catch-img .item-img {
        position: relative;
        width: 518px;
        max-width: 100%;
        height: auto;
        padding-top: 0;
        margin: 20px auto 80px;
    }
    .catch-img .item-img .item-img-box {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
    }
    .catch-img .item-img .item-img-box img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
    .catch-img .item-img p {
        position: absolute;
        top: calc(100% + 10px);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: center left;
        transform-origin: center left;
        font-size: 1.0rem;
        line-height: 1.2em;
    }
}
@media screen and (max-width: 637px) {
    .h_video-box iframe { height: calc((100vw - 40px) * 0.5625) }
}

.h_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: 9999;
    pointer-events: visible;
}
.header .h_menu.active { width: 650px }
.menu-main {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 50px;
}
@media screen and (max-width: 920px) {
    .h_menu { height: 55px }
    .header .h_menu.active { width: 100% }
    .menu-main { padding: 0 20px }
}

.header .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:center;
    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 90px;
}
.header.sub .logo { background-color: rgba(255, 255, 255, 0.75) }
.header .h_menu.active .logo {
    position: relative;
   -webkit-animation: logo 0.3s ease-out;
    animation: logo 0.3s ease-out;
    display: block;
    height: auto;
    background-color: unset;
}
@keyframes logo {
    0% { opacity:0 }
    0% { opacity:1 }
}
.logo .close, .logo .open {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.logo .open {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.active .logo .close { opacity: 0 }
.active .logo .open { opacity: 1 }
.menu_icon {
    position: absolute;
    top: 29px;
    right: 40px;
    width: 45px;
    height: 36px;
    padding: 10px;
    cursor: pointer;
}
.menu_icon span {
    position: absolute;
    left: 10px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #9b9896;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header.top .menu_icon span { background-color: #fff }
.menu_icon span:nth-child(1) { top: 10px }
.menu_icon span:nth-child(2) { top: calc(50% - 1px) }
.menu_icon span:nth-child(3) { top: calc(100% - 12px) }
.active .menu_icon span { background-color: #fff }
.active .menu_icon span:nth-child(2) { opacity: 0; }
.active .menu_icon span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.active .menu_icon span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 920px) {
    .header .logo {
        position: relative;
        display: block;
        width: 126px;
        height: auto;
        background-color: unset;
    }
    h1.logo { width: 126px }
    h1.logo img { width: 100% }
    .header .menu_icon {
        position: relative;
        top: 0;
        right: -10px;
    }
}

.menu-box {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 650px;
    height: 100vh;
    background-color: rgba(90, 90, 90, 0.75);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.active .menu-box {
    opacity: 1;
    pointer-events: visible;
}
.menu-top {
    width: 100%;
    padding: 196px 90px;
}
.menu-top li { margin: 32px 0 }
.menu-top a {
    font-size: 2.0rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
.menu-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 172px;
    padding: 30px 90px;
}
.menu-bottom li {
    max-width: 200px;
    margin-top: 10px;
}
.menu-bottom a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    white-space: nowrap;
}
.menu-top a:hover,
.menu-bottom a:hover { color: #000 }
.menu-bottom a.non-active {
    position: relative;
    color: #fff;
    text-decoration: line-through;
    opacity: 0.5;
    pointer-events: none;
}
.menu-bottom a.non-active::before {
    content: "準備中";
    position: absolute;
    left: 100%;
    padding-left: 5px;
    white-space: nowrap;
}
@media screen and (max-width: 920px) {
    .header .menu-box { width: 100% }
    .menu-top { padding: 60px 20px 280px }
    .menu-top li { margin: 28px 0 }
    .menu-top a {
        font-size: 1.8rem;
        line-height: 1.5em;
    }
    .menu-bottom {
        height: 306px;
        padding: 30px 0 150px;
    }
    .menu-bottom li {
        padding-left: 20px;
        margin-top: 0;
    }
    .menu-bottom a {
        font-size: 1.4rem;
        line-height: 3em;
    }
    .menu-top a:hover,
    .menu-bottom a:hover { color: #fff }
}

/* header new */
.header__image__container {
    position: relative;
    width: 100%;
    height: 100vh;
}
.header__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header__image__inner {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/header_image01.jpg) no-repeat center center / cover;
    -webkit-animation: zoom 20s 0.3s ease-out forwards;
    animation: zoom 20s 0.3s ease-out forwards;
}
.header__content__list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.header__content__text {
    margin-bottom: 28px;
    color: #fff;
    font-size: 3.8rem;
    line-height: 1em;
    letter-spacing: .2em;
    text-align: center;
    text-shadow:
        0 0 5px #094b7c,
        0 0 10px #094b7c;
}
.header__content__text span { letter-spacing: .06em }
.header__content__image img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 920px) {
    .header__image__container {
        height: 0;
        padding-bottom: 100%;
    }
    .header__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .header__image__inner {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/header_image01.jpg) no-repeat center center / cover;
        -webkit-animation: zoom 20s 0.3s ease-out forwards;
        animation: zoom 20s 0.3s ease-out forwards;
    }
    .header__content__list {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .header__content__text {
        margin-bottom: 1em;
        font-size: 2.0rem;
        line-height: 1.5em;
    }
    .header__content__image img {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.header__movie {
    position: absolute;
    top: 90px;
    right: 50px;
    width: min(430px, 100%); 
}
.header__movie__frame { padding-bottom: 56.25% }
.header__movie__frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .header__movie {
        position: static;
        top: auto;
        right: auto;
        padding: 4% 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .header__movie__frame { position: relative }
}


.news__container {
    padding-top: 6%;
    background-color: #f3f1f0;
}
.news__title {
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
.news__list {
    width: min(640px, 100%);
    padding: 0 20px 6%;
    margin-right: auto;
    margin-left: auto;
}
.news__item {
    padding: 16px 2%;
    border-bottom: 1px dashed #9b9896;
}
.news__item:first-child { border-top: 1px dashed #9b9896 }
.news__item p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .news__item p { font-size: 1.4rem }
}

/*********************************************************************
*  footer
*********************************************************************/
.sns-area {
    background-color: #fff;
    padding: 100px 0 40px;
}
.sns-area.blank { pointer-events: none }
.sns-area .sns-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:center;
    -webkit-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}
.sns-area.blank .sns-box::before {
    content: "準備中";
    position: absolute;
    top: calc(50% - 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.0rem;
    line-height: 1em;
}
.sns-area .sns-list { width: 47px }
.sns-area.blank .sns-list {
    position: relative;
    border-radius: 100%;
}
.sns-area .sns-list:not(:last-child) { margin-right: 30px }
.sns-area.blank .sns-list img { opacity: 0.3 }
@media screen and (max-width: 920px) {
    .sns-area { padding: 32px 0 30px }
    .sns-area.blank .sns-box::before {
        top: calc(50% - 6px);
        font-size: 1.6rem;
    }
    .sns-area .sns-list { width: 35px }
    .sns-area .sns-list:not(:last-child) { margin-right: 22px }
}


.footer {
    width: 880px;
    max-width: 100%;
    padding: 30px 0 20px;
    margin: auto;
    color: #fff;
    text-align: center;
}
.f_menu-box {
    width: 880px;
    max-width: 100%;
    padding-bottom: 40px;
    margin: auto;
}
.f_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: auto;
}
.f_menu li a {
    font-size: 1.4rem;
    line-height: 3em;
    white-space: nowrap;
}
.f_menu li a.non-active {
    color: #fff;
    text-decoration: line-through;
    opacity: 0.5;
    pointer-events: none;
}
.f_menu li a:hover { color: #000 }
.f_logo { padding-bottom: 50px }
.f_logo img {
    max-width: 90%;
    margin: auto;
}
small { font-size: 1.1rem }
@media screen and (max-width: 920px) {
    .footer { padding: 30px 20px 20px }
    .f_menu-box {
        display: block;
        padding-bottom: 30px;
    }
    .f_menu {
        -webkit-flex-pack: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .f_menu li {
        min-width: 50%;
    }
    .f_logo { padding-bottom: 40px }
    small { font-size: 1.0rem }
}

/*********************************************************************
*  Tab contents
*********************************************************************/
.list-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.tab-box {
    width: 180px;
    margin-right: 40px;
}
.tab {
    position: relative;
    height: 36px;
}
.tab::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.4em);
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.8em;
    height: 0.8em;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.tab-btn {
    width: 100%;
    height: 100%;
    padding: 2px 10px 0;
    border-radius: 6px;
    font-size: 1.6rem;
    text-align: left;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tab.active .tab-btn {
    background-color: #6084a7;
    color: #fff;
}
.tab:hover .tab-btn {
    background-color: rgba(96, 132, 167, 0.9);
    color: #fff;
}
@media screen and (max-width: 920px) {
    .list-tabs {
        -webkit-box-pack:center;
        -webkit-flex-pack:center;
        -webkit-justify-content:center;
        justify-content:center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .tab-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        width: auto;
        margin-right: 0;
        margin-bottom: 40px;
        border: 1px solid #f3f1f0;
    }
    .tab { width: 25% }
    .tab:nth-child(n + 1):not(:nth-child(n + 5)) { border-bottom: 1px solid #f3f1f0 }
    .tab:nth-child(n + 1):not(:nth-child(4)),
    .tab:nth-child(n + 5) { border-right: 1px solid #f3f1f0 }
    .tab::before { display: none }
    .tab-btn {
        padding: 1px 0 0;
        border-radius: 0;
        font-size: 1.4rem;
        text-align: center;
    }
}
@media screen and (max-width: 520px) {
    .tab { width: calc(100% / 3) }
    .tab:nth-child(n + 1):not(:nth-child(n + 5)) { border-bottom: unset }
    .tab:nth-child(n + 1):not(:nth-child(4)),
    .tab:nth-child(n + 5) { border-right: unset }
    .tab:nth-child(n + 1):not(:nth-child(n + 7)) { border-bottom: 1px solid #f3f1f0 }
    .tab:nth-child(n + 1):not(:nth-child(3n)) { border-right: 1px solid #f3f1f0 }
}
@media screen and (max-width: 414px) {
    .tab { width: 50% }
    .tab:nth-child(n + 1):not(:nth-child(3n)) { border-right: unset }
    .tab:nth-child(n + 1):not(:nth-child(n + 7)) { border-bottom: 1px solid #f3f1f0 }
    .tab:nth-child(n + 1):not(:nth-child(2n)) { border-right: 1px solid #f3f1f0 }
}

.list-container { width: calc(100% - 220px) }
.list-title {
    padding: 6px 4px 4px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f3f1f0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em;
}
.list-box { padding: 0 4px 40px }
.list { margin-bottom: 20px }
@media screen and (max-width: 920px) {
    .list-container { width: 100% }
    .list-title {
        padding: 6px 10px;
        font-size: 2.0rem;
    }
    .list-box { padding: 0 10px 30px }
}

/*********************************************************************
*  Popup
*********************************************************************/
.first-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}
.first-popup.close {
	opacity: 0;
	pointer-events: none;
}
.f_blk-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.f_popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-webkit-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.f_popup-close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: #fff;
	border: 0;
	border-radius: 100%;
	outline: none;
	-webkit-filter: drop-shadow(0, 0, 0, 0.3);
	filter: drop-shadow(0, 0, 0, 0.3);
	font-size: 20px;
	line-height: 21px;
	letter-spacing: -1px;
	text-align: center;
	cursor: pointer;
}
.f_popup-inner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90vw;
	max-height: 90vh;
}


/*********************************************************************
*  sub contents
*********************************************************************/
.shop__bnr { padding-top: 50px }
.shop__bnr__link {
    display: block;
    width: min(880px, 100%);
    margin-right: auto;
    margin-left: auto;
}
.shop__bnr__image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 920px) {
    .shop__bnr {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 750px) {
    .shop__bnr {
        padding-top: 0;
    }
}


.shop__side__bnr {
    position: fixed;
    bottom: 50px;
    right: 0;
}
.shop__side__bnr {
    display: block;
    width: 60px;
}
.shop__side__image { max-width: 100% }