<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------
main
-------------------*/
div#sb-site {
    padding-top: 91px;
}

main {
    padding-top: 1px;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
}

main p {
    margin: 0;
    padding: 0;
}

.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.main-img {
    position: fixed;
    overflow: hidden;
    z-index: -1;
}

.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards;
    z-index: -1;
    margin-top: -8vw;
}

@keyframes rotate {
    100% {
        transform: rotate(3deg);
    }
}

.main-title-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-title {
    width: 32.4vw;
    max-width: 648px;
    margin-top: 7vw;
}

.main-title img {
    display: block;
    object-fit: cover;
    width: 100%;
}

main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 2%;
    font-family: "Shippori Mincho", serif;
}
#breadCrumb {
    font-family: Shuei MaruGo B;
}
#top-about {
    margin-bottom: 30px;
}

#top-about p {
    line-height: 160%;
    font-size: 15px;
}

#studio_gallery h2 img {
    height: 30px;
}

.top-about__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top-about__img img {
    max-width: 300px;
    width: 21.95vw;
    display: inline-block;
}

.top-about__txt {
    position: relative;
    margin-top: 124px;
    margin-left: 3vw;
    padding-left: 3vw;
    margin-right: 3vw;
    padding-right: 3vw;
    line-height: 2;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.08em;
}


.top-about__txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #4B4B4B;
}

.top-about__txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #4B4B4B;
}

.top-about__arrow {
    margin: 0 auto;
    padding-top: 100px;
    width: 30px;
    height: 30px;
    background: url(../images/top-arrow.png) center/contain;
    background-repeat: no-repeat;
}

.top-about__lead {
    padding: 123px 10px 0;
    font-size: 30px;
    letter-spacing: 0.08em;
}


/*-------------------
store
-------------------*/
.top-point__container {
    margin: 124px auto 0;
    padding: 80px 4%;
    max-width: 1500px;
    width: 75%;
    background-color: #F6F6F6;
}

.top-point__banner {
    display: block;
    max-width: 1400px;
    transition: .7s;
}

.top-point__banner:hover {
    opacity: .7;
}

.top-point__banner:nth-of-type(n+2) {
    margin-top: 85px;
}

.top-point__banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.top-point__row {
    max-width: 1600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-point__row--rev {
    flex-direction: row-reverse;
}

.top-point__row:nth-of-type(n+2) {
    margin-top: 205px;
}

.top-point__box {
    padding: 34px;
    width: 26vw;
    background: #fff;
}

.top-point__num {
    font-size: 27px;
    color: #4B4B4B;
}

.top-point__num span {
    padding-left: 5px;
    font-size: 34px;
    color: #4B4B4B;
}

.top-point__lead {
    position: relative;
    font-size: 52px;
    color: #9E8622;
}

.top-point__lead::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9E8622;
}

.top-point__txt {
    margin-top: 17px;
    font-size: 17px;
    text-align: left;
}

.top-point__col {
    width: 56%;
    max-width: 1687px;
}

.top-point__col img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

/*-------------------
photo-gallery
-------------------*/
.top-photo-gallery {
    padding-top: 230px;
}

.top-photo-gallery__ttl img {
    display: block;
    max-width: 580px;
    width: 62vw;
    margin: 0 auto;
}

.top-photo-gallery__img img {
    display: inline-block;
    width: 100%;
}

.top-photo-gallery__btn {
    padding-top: 88px;
}

.top-photo-gallery__link {
    display: block;
    margin: 0 auto;
    padding: 25px 50px;
    width: 100%;
    max-width: 370px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: #4B4B4B;
    color: #fff;
    line-height: 1;
    transition: .7s;
}

.top-photo-gallery__link:hover {
    opacity: .7;
}

/*-------------------
studio-list
-------------------*/
.top-studio-list__ttl {
    width: 36.7vw;
    max-width: 734px;
    margin: 250px auto 100px;
}

.top-studio-list__ttl img {
    display: block;
    max-width: 100%;
}

.top-studio-list__ul {
    max-width: 1600px;
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.top-studio-list__item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    cursor: pointer;
    transition: .7s;
}

.top-studio-list__item:nth-of-type(n+4) {
    margin-top: 50px;
}

.top-studio-list__item:hover {
    opacity: 0.7;
}

.top-studio-list__pic img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.top-studio-list__txt {
    text-align: center;
    font-size: min(2.5vw, 50px);
}

/*-------------------
select
-------------------*/
#shop {
    margin: 30px auto;
}

.select-shop&gt;span {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    background-image: url(../images/bg_store.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 38px 10px 25px;
    min-width: 99px;
    text-align: center;
    margin: 0px 2px;
    vertical-align: middle;
}

.select-shop&gt;span.select {
    background-image: url(../images/bg_store_select.png);
}

.select-shop&gt;span#factory,
.select-shop&gt;span#factory.select {
    padding: 29px 10px 13px;
}

/*-------------------
studio_gallery
-------------------*/
.gallry_outer {
    margin: 55px auto;
    background: linear-gradient(-16deg, #f4ece9 50%, #fff 50%);
    padding-bottom: 4%;
}

.store_title {
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 648px;
    margin: 0 auto 50px;
    box-shadow: 8px 6px #d6cbc5, 9px 7px #545454;
    background-color: #fff;
    box-sizing: border-box;
}

.store_title&gt;* {
    width: 50%;
}

h3.name {
    font-size: 20px;
    line-height: 1;
}

h3.name span {
    font-size: 13px;
}

.movie_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.movie_box {
    width: 24%;
    margin: 10px 0.5% 0;
}

.movie_box&gt;div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.movie_box&gt;div {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.movie_box h4 {
    font-size: 12px;
    margin: 10px auto 0;
}

@media screen and (min-width:641px) {

    /*-- 現状ムービーが2〜3枚しかない店舗--*/
    .factory .movie_outer,
    .obihiro .movie_outer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

footer {
    background-color: #fff;
}

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

    /*---------------
  main
---------------*/
    div#sb-site {
        padding: 65px 0px 0;
        width: 100%;
    }

    main {
        padding-top: 0;
    }

    .main {
        position: relative;
        width: 100%;
        animation: fadeIn 2s ease 0s 1 normal;
        z-index: -1;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .main-img {
        position: relative;
        overflow: hidden;
        z-index: -1;
    }

    .main-img img {
        animation: rotate 1s ease-out 0s 1 reverse forwards;
        z-index: -1;
        margin-top: 0;
    }

    @keyframes rotate {
        100% {
            transform: rotate(3deg);
        }
    }

    .main-title {
        margin: 27vw auto;
        width: 69.25vw;
    }

    .main-title {
        color: #4B4B4B;
    }

    .main-img img {
        display: block;
        width: 100%;
    }

    p.main-info {
        font-size: 12px;
        margin: 5% auto;
    }

    main article {
        margin-top: 0;
        padding-top: 0;
    }

    #top-about {
        width: 95%;
        margin: 0 auto 20px;
    }

    #top-about p {
        font-size: 12px;
        margin: 10px auto 20px;
    }

    .main-title-box {
        display: none;
    }

    .top-about__lead {
        font-size: 24px;
        padding-top: 8vw;
    }

    .top-about__container {
        display: block;
    }

    .top-about__img {
        margin-top: 13.375vw;
        text-align: center;
    }

    .top-about__img img {
        margin: 0 auto;
        width: 34vw;
    }

    .top-about__txt {
        padding: 0 10px;
        margin: 8vw auto 0;
        max-width: 68.5vw;
        font-size: 10px;
        text-align: center;
        font-size: 16px;
    }

    .top-about__txt::before {
        top: 0;
    }

    .top-about__txt::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #4B4B4B;
    }

    .top-about__arrow {
        margin: 7.5vw auto 0;
        padding-top: 0;
        width: 20px;
        height: 20px;
        background: url(../images/top-arrow-sp.png) center/contain;
        background-repeat: no-repeat;
    }


    /*-------------------
store
-------------------*/
    .top-point {
        margin-top: 7.5vw;
        padding: 0 6.75vw;
    }

    .top-point__container {
        margin-top: 0;
        padding: 6.75vw;
        width: auto;
    }

    .top-point__row:nth-of-type(n+2) {
        margin-top: 13.25vw;
    }

    .top-point__row {
        display: block;
    }

    .top-point__box {
        padding: 0;
        width: 100%;
        background-color: transparent;
        text-align: center;
    }

    .top-point__col {
        padding-top: 5vw;
        width: 100%;
    }

    .top-point__num {
        font-size: 20px;
    }

    .top-point__num span {
        font-size: 25px;
    }


    .top-point__lead {
        font-size: 4.75vw;
        padding-bottom: 2.5vw;
    }

    .top-point__txt {
        text-align: center;
    }

    /*-------------------
studio-list
-------------------*/
    .top-studio-list__ttl {
        width: 100%;
        max-width: 734px;
        margin: 16.25vw auto 8.75vw;
    }

    .top-studio-list__ttl img {
        display: block;
        max-width: 56.25vw;
        margin: 0 auto;
    }

    .top-studio-list__ul {
        max-width: 1600px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        justify-content: flex-start;
    }

    .top-studio-list__item {
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    .top-studio-list__item:nth-of-type(n+4) {
        margin-top: 0;
    }

    .top-studio-list__item:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .top-studio-list__txt {
        font-size: min(3.7vw, 30px);
    }

    /*-------------------
studio_gallery
-------------------*/
    .top-photo-gallery {
        padding-top: 12.25vw;
    }

    .top-photo-gallery__ttl {
        width: auto;
        margin: 0 auto;
    }

    .top-photo-gallery__ttl img {
        display: block;
        max-width: 100%;
    }

    .top-photo-gallery__img img {
        display: block;
        max-width: 100%;
    }

    .top-photo-gallery__btn {
        margin-bottom: 50px;
    }

    .top-photo-gallery__link {
        padding: 10px 0;
        width: 100%;
        max-width: 276px;
        font-size: 15px;
    }

    footer {
        background-color: initial;
    }
}



/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    max-width: 800px;
}

.modal__slide {
    display: flex;
    justify-content: center;/* 左右の中央揃え */
    height: 40vw;
    max-height: 600px;
    min-height: 400px;
}

.modal__content img {
    margin: 0 auto;
    display: block;
    align-self: center; /* 上下の中央揃え */
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 10;
}

.modal .swiper-button-next,
.modal .swiper-button-prev {
    color: #000;
}


/* Swiperの矢印部分 */
/* @media (max-width: 768px) {

    .modal .swiper-button-next,
    .modal .swiper-button-prev {
        display: none;
    }
} */

@media screen and (max-width:640px) {
    .modal {
        padding: 0;
    }

    .modal__content {
        padding: 0;
        width: 80%;
    }
    
    .swiper-slide.modal__slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}</pre></body></html>