#top .inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#top .inner h3 {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 0.9em;
    padding: 0.5em;
    font-weight: normal;
    text-align: center;
}

#main .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width:640px) {

    #top .inner h3 {
        font-size: 0.8em;
    }

    #top .inner iframe {
        width: 100%;
        height: calc((100vw - 60px) * 0.56);
    }

    #main .flex {
        display: block;
        width: 100%;
    }
}

/* main slide */
.main202012 {
    position: relative;
}

.slickimg {
    width: 100%;
    height: 43vw;
    background-color: #222;
    position: relative;
}

.slickimg::before {
    content: '';
    display: block;
    width: 100%;
    height: 7%;
    background: linear-gradient(to bottom, #0057b8 50%, #0057b8 50%, #ffd700 50%);
}

@media screen and (min-width:741px) {
    .slickimg {
        min-height: 390px;
    }
}

.slick-slide {
    height: auto;
}

.slideImg {
    width: 100%;
    height: 40vw;
    position: relative;
    opacity: .95
}

.slideImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideImg.frame-img {
    display: block;
    position: relative;
}

.slideImg.frame-img::before {
    content: '';
    width: calc(100% - 3em);
    height: calc(100% - 3em);
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    border: 1px solid #fff;
    border-radius: 20px;
    z-index: 3;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .slideImg.frame-img::before {
        width: calc(100% - 2em);
        height: calc(100% - 2em);
        top: 1em;
        left: 1em;
    }
}

.slideImg .title-wrp {
    width: 100%;
    max-width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.slideImg .title-wp img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.slickimg .slick-dots {
    bottom: -35px;
}

@media screen and (max-width:740px) {
    .slideImg {
        width: 100%;
        height: 97.8vw;
        /* opacity: .9 */
    }

    .slickimg {
        width: 100%;
        height: auto;
        background-color: #222;
    }

    .slideImg .title-wrp {
        max-width: 320px;
    }
}

.slideImg .btn {
    position: absolute;
    opacity: 0;
    transition: all .3s;
    color: #222;
    border: 1px solid;
    background-color: #fff;
    font-size: min(.75em, 3vw);
    padding: 1em 2.5em;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:767px) {
    .slideImg .btn {
        opacity: 1;
        bottom: 1em;
    }
}

.slideImg .btn::before {
    content: '';
    width: .4em;
    height: .4em;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%) rotate(45deg);
}

.slideImg:hover .btn {
    opacity: 1
}

/* NEWS */
#infoArea {
    padding: 10px 0 30px
}

#infoArea h2 {
    font-size: 1.2em;
}

#infoArea ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 30px auto;
}

#infoArea li {
    font-size: 0.8em;
    border: 1px solid #ccc;
    text-align: left;
    width: 19%;
    padding: 10px;
    box-sizing: border-box;
}

#infoArea li p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4em;
}

#infoArea li p.photo img {
    width: 100%;
    height: auto;
}

#infoArea .movie {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:640px) {
    #infoArea {
        padding: 20px 0;
    }

    #infoArea h2 {
        font-size: 1em;
    }

    #infoArea ul {
        flex-wrap: wrap;
        width: 100%;
        margin: 20px auto;
    }

    #infoArea li {
        font-size: 0.8em;
        border: 1px solid #ccc;
        text-align: left;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    #infoArea li a {
        display: flex;
        justify-content: space-between;
    }

    #infoArea li p {
        width: auto;
        margin-bottom: 10px;
        font-family: sans-serif;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    #infoArea li p.photo {
        width: 40%;
    }

    #infoArea li a div {
        width: 50%;
    }
}

/* products */
.secH {
    max-height: 390px;
    overflow: hidden;
}

#reclama5new {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#reclama5new h1 {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 200px;
}

#reclama5new h1 img {
    width: 100%;
    height: auto;
}

#reclama5new h4 {
    font-size: 0.9em;
    padding: 1em 0 1.5em;
}

@media screen and (max-width:640px) {
    .secH {
        max-height: 100%;
        overflow: visible;
    }

    #reclama5new {
        display: block;
        width: 100%;
        padding: 20px 10px 0;
        text-align: center;
        box-sizing: border-box;
    }

    #reclama5new .inner {
        padding: 0;
    }

    #reclama5new h1 img {
        width: 50%;
    }

    #reclama5new h2 {
        width: 70%;
        margin: 0 auto;
    }
}


/* store */
#store {
    margin-top: 20px;
}

#store h2 {
    font-size: 1.2em;
    padding-bottom: 0.5em;
}

#store .storeimg {
    width: 60%;
    padding-bottom: 30%;
    background-image: url(/images/sotre_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#store .info {
    width: 40%;
    background-color: #c2c8d7;
}

#store .info .inner {
    width: 80%;
    padding: 40px;
    text-align: left;
    box-sizing: border-box;
}

#store .info .inner p {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.5em 0;
}


@media screen and (max-width:640px) {

    #store {
        flex-wrap: wrap;
        margin-top: 0;
    }

    #store h2 {
        font-size: 1em;
    }

    #store .storeimg {
        width: 100%;
        padding-bottom: 50%;
    }

    #store .info {
        width: 100%;
    }

    #store .info .inner {
        width: 100%;
        padding: 30px 20px 70px;
        text-align: center;
        box-sizing: border-box;
    }

    #store .info .inner p {
        font-size: 0.7em;
    }

    #store .info .inner p span {
        display: block;
        padding: 10px;
        font-size: 0.7em;
    }

}

/* message */
.message-wrp {
    width: 100%;
    max-width: 520px;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 3em auto 150px
}

.message-wrp .message-title-en {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em;
}

.message-wrp .left {
    width: 25%;
    margin-right: 5%
}

.message-wrp .left figure {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative
}

.message-wrp .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.message-wrp .right {
    width: 70%;
    text-align: left;
    font-size: .9em
}

.message-wrp .message-title {
    text-align: left;
    margin-bottom: 1em;
}

/* photo studio */
.photostudio-wrp {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: .75em;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: 0;
    font-size: .9em;
    z-index: 90;
}

.photostudio-wrp .title {
    font-size: .8em;
    padding-bottom: .5em;
    text-align: center;
    color: #222;
}

.photostudio-wrp p {
    font-size: .8em;
    text-align: center;
    padding: .5em
}

.photostudio-wrp a.btn {
    width: 100%;
    font-size: .7em;
    text-align: center;
    margin-top: .5em
}

.photostudio-wrp .abox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:740px) {

    /* message */
    .message-wrp {
        width: 90%;
        max-width: 90%;
        font-size: 90%
    }

    .photostudio-wrp {
        font-size: 90%;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: .75em;
        z-index: 90;
    }
}