@charset "UTF-8";

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #fff;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 14px;
}

.section-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
/*    background: #fff;*/
    text-align: center;
    height: 44px;
}

.section-header span {
    display: none;
}

.section-header h1 {
    line-height: 44px;
    color: #000;
    font-size: 14px;
}

.image {
    margin-top: 44px;
}

.image-item .sp-small {
    padding-left: 9%;
    padding-right: 9%;
}

.btn-close {
    width: 15px;
    position: fixed;
    right: 13px;
    top: 13px;
    display: block;
    z-index: 8;
}

.image .image-thumbnail-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 15px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.image .image-thumbnail-menu img {
    vertical-align: top;
}

.image .image-thumbnail-menu .icon-b {
    display: block;
}

.image .image-thumbnail-menu .icon-w {
    display: none;
}

.image .image-thumbnail {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 0;
    overflow: hidden;
}

.image .image-thumbnail .image-thumbnail-inner {
    padding: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fbfbf5;
    position: relative;
}

.image .image-thumbnail .image-thumbnail-inner ul {
    position: absolute;
    left: 0;
    top: 50%;
    width: 78vw;
    transform: translateY(-50%);
    padding: 0 11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: start;
    /* overflow: scroll; */
}

.image .image-thumbnail .image-thumbnail-inner ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    display: block;
    width: 19.5vw;
    position: relative;
}

.image .image-thumbnail .image-thumbnail-inner ul li a,
.image .image-thumbnail .image-thumbnail-inner ul li img {
    display: block;
}

.image .image-thumbnail .image-thumbnail-inner ul li img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.image .image-thumbnail .image-thumbnail-inner ul li a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.6);
}

.image-thumbnail-close {
    color: #000;
    font-size: 90%;
    position: absolute;
    left: 14px;
    top: 12px;
}


.modal-item-wrap {
    padding-top: 5px;
    padding-bottom: 42px;
}

.modal-item a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 14px 5%;
}

.modal-item a span {
    font-size: 11px;
}

.modal-item a .buy {
    padding: 3px;
    border: 1px solid #000;
    width: 92px;
    text-align: center;
    margin-top: 6px;
    font-size: 10px;
}

.image-list-col-l + .image-list-col-r {
    margin-top: 10px;
}

.intro-after {
    cursor: auto!important;
}

[data-aos="fade-up"] {
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000)!important;
    transition-duration: 2s!important;
    transition-delay: .2s!important;
}

.footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
    .spNone {
      display: none; } }