@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    line-height: 1;
    color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #474747;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #474747;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-ms-expand {
    display: none;
}

img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a, a:visited, a:hover {
    color: #000;
    text-decoration: none;
}

.clearfix:after {
    height: 0;
    display: block;
    clear: both;
    content: " ";
}

html, body {
    width: 100%;
}

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
}

.myfont {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

@media only screen and (min-width:1000px) {
    .brpc {
        display: inline;
    }

    .brsp {
        display: none;
    }
}

@media only screen and (max-width:999px) {
    .brpc {
        display: none;
    }

    .brsp {
        display: inline;
    }
}

@media only screen and (min-width:1000px) {
    .hide-sp {
        display: block;
    }

    .hide-pc {
        display: none;
    }
}

@media only screen and (max-width:999px) {
    .hide-sp {
        display: none;
    }

    .hide-pc {
        display: block;
    }
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #272727;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: transparent;
}

.wrapper {
    width: 100%;
    background-color: transparent;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.section-green, .section-white, .section-brown {
    width: 100%;
}

.content-firstview {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.content-section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#section-about .content-section {
    padding-top: 160px;
    padding-bottom: 140px;
}
.content-columns.content-section {
    max-width: 700px;
}
.fixed-bg {
    width: 559px;
    height: 411px;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-389px, 220px);
}

.fixed-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 3s ease;
}

.fixed-bg img.active {
    opacity: 1;
    z-index: 1;
}

.fixed-bg img.first {
    transition: opacity .2s ease;
    opacity: 0;
}

@media only screen and (max-width:999px) {
    .fixed-bg {
        width: 350px;
        height: 257px;
        position: fixed;
        z-index: 5;
        top: 50%;
        left: 50%;
        transform: translate(-114px, -114px);
    }

    .content-section {
        width: 84%;
    }

    #section-about .content-section {
        padding-top: 92px;
        padding-bottom: 220px;
    }
}

.content-firstview {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 768px;
    max-height: 100vh;
}

#section-firstview {
    position: relative;
}

.logo-main {
    width: 100%;
    padding-top: 358px;
    padding-left: 107px;
}

.logo-main>span {
    display: block;
    width: 36%;
    max-width: 360px;
}

.icon-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -40px);
}

.title-about {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    letter-spacing: -.02em;
    line-height: 1.9;
    color: #272727;
    font-weight: 700;
    font-feature-settings: initial;
    margin-bottom: 80px;
}

.title---about {
    width:300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin:0 auto;
}

.title-about span {
    display: block;
    white-space: nowrap;
}

.text-about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.text-about .text-content {
    width: fit-content;
}

.text-content p {
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 2.4;
    color: #272727;
    font-weight: 400;
}

.text-content p:nth-of-type(1), .text-content p:nth-of-type(5), .text-content p:nth-of-type(6) {
    margin-bottom: 1em;
}

@media only screen and (min-width:1000px) {
    .image-about {
        width:100%;
        height:600px;
        position:relative;
        margin:0 auto;
    }
    .image-about figure.img-about-01 {
        width: 380px;
        height: 380px;
        margin-left:264px;
        margin-top:-80px;
    }
    .image-about figure.img-about-02 {
        width: 228px;
        height: 304px;
        margin-left:65px;
        margin-top:-177px;
    }
    .image-about figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-text {
        width:100%;
        height:800px;
        position:relative;
        margin:0 auto;
        padding-top:150px;
    }
    .image-text figure.img-text-01 {
        width: 400px;
        height: 320px;
        margin-left:-100px;
        margin-top:0px;
    }
    .image-text figure.img-text-02 {
        width: 320px;
        height: 214px;
        margin-left:224px;
        margin-top:90px;
    }
    .image-text figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-news {
        width:100%;
        height:900px;
        position:relative;
        margin:0 auto;
    }
    .image-news figure.img-news-01 {
        width: 225px;
        height: 300px;
        margin-left:-43px;
        margin-top:-100px;
    }
    .image-news figure.img-news-02 {
        width: 420px;
        height: 280px;
        margin-left:264px;
        margin-top:80px;
    }
    .image-news figure.img-news-03 {
        width: 230px;
        height: 184px;
        margin-left:148px;
        margin-top:-30px;
    }
    .image-news figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.js-effect>.img-fadein,.js-effect>.image-slide{
    opacity: 0;
    transition:transform 1.2s cubic-bezier(.39, .575, .565, 1), opacity 1.2s cubic-bezier(.39, .575, .565, 1);
    transform: translateY(40px);
}

.inSight>.img-fadein,.inSight>.image-slide {
    opacity: 1;
    transform: translateY(0);
    will-change: transform;
}

@media only screen and (max-width:999px) {
    .image-about {
        width:100%;
        max-width:400px;
        height:412px;
        position:relative;
        margin:0 auto;
    }
    .image-about figure.img-about-01 {
        width: 190px;
        height: 190px;
        margin-left:40px;
        margin-top:-60px;
    }
    .image-about figure.img-about-02 {
        width: 140px;
        height: 187px;
        margin-left:194px;
        margin-top:-55px;
    }
    .image-about figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-text {
        width:100%;
        max-width:400px;
        height:505px;
        height:185px;
        position:relative;
        margin:0 auto;
    }
    .image-text figure.img-text-01 {
        width: 200px;
        height: 160px;
        margin-left:102px;
        margin-top:127px;
    }
    .image-text figure.img-text-02 {
        width: 162px;
        height: 108px;
        margin-left:33px;
        margin-top:30px;
    }
    .image-text figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-news {
        width:100%;
        max-width:400px;
        height:726px;
        position:relative;
        margin:0 auto;
    }
    .image-news figure.img-news-01 {
        width: 197px;
        height: 263px;
        margin-left:36px;
        margin-top:-196px;
    }
    .image-news figure.img-news-02 {
        width: 250px;
        height: 166px;
        margin-left:83px;
        margin-top:75px;
    }
    .image-news figure.img-news-03 {
        width: 160px;
        height: 128px;
        margin-left:18px;
        margin-top:-26px;
    }
    .image-news figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.image-slide{
    width: 100%;
    height: 100%;
    position:relative;
}
.image-slide img {
    opacity: 0;
    animation :slideshow 8s ease-in-out infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
}

#section-firstview .title-news, #section-firstview .title-column {
    text-align:center;
    padding-top: 3em;
    padding-bottom: 2em;
    margin-bottom: 0px;
}

.wrap-news {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.wrap-news article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.title-news, .title-column, .title-shopinfo {
    position: relative;
    font-size: 4.3rem;
    letter-spacing: -.02em;
    line-height: 1.6;
    color: #272727;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-feature-settings: initial;
    padding-bottom: .2em;
    margin-bottom: 30px;
}
.content-breadcrumbs{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.breadcrumbs {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: -.02em;
    line-height: 1.6;
    color: #272727;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-feature-settings: initial;
    padding: 143px 0 60px;
}
@media only screen and (min-width:1000px) {
    .title-news, .title-column{
        margin-top: -0.4em;
    }
    .article-column .js-linear section{
        position: relative;
    }
    .wrap-news .js-linear::after, .list-cat-items.js-linear::after, .article-column .js-linear section::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .8s;
    }

    .wrap-news .js-linear.inSight::after, .list-cat-items.js-linear.inSight::after, .article-column .js-linear.inSight section::after {
        transform: scale(1, 1);
    }
    .list-cat-items.js-linear::after {
        background: transparent;
    }
    .wrap-news, .wrap-column{
        position: relative;
        padding-top:30px;
    }
    .wrap-news.js-linear::after, .wrap-column.js-linear::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        top: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .8s;
    }

    .wrap-news.js-linear.inSight::after,.wrap-column.js-linear.inSight::after {
        transform: scale(1, 1);
    }
    #section-firstview .title-news, #section-firstview .title-column {
        text-align:left;
        padding-top: 4em;
        padding-bottom: 1.6em;
        margin-bottom: 0px;
    }
    #section-firstview .title-news {
    }
    #section-firstview .title-column {
    }
    .content-title.content-section {
        max-width: 768px;
        margin-left:auto;
        margin-right:auto;
    }
    .js-dash::before {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        top: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .8s;
    }

    .js-dash.inSight::before {
        transform: scale(1, 1);
    }
}

@media only screen and (max-width:999px) {
    .js-linear::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .8s;
    }

    .js-linear.inSight::after {
        transform: scale(1, 1);
    }
    .wrap-column.js-linear::after,.wrap-news.js-linear::after {
        content: none;
    }
    .content-breadcrumbs{
        width: 84%;
    }
    .breadcrumbs {
        padding: 132px 0 40px;
    }
}

.link-view-all {
    display: inline-block;
    position:absolute;
    right:0;
    top:50%;
    font-size: 1.7rem;
    letter-spacing: 0;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #272727;
    white-space: nowrap;
}

.wrap-news header {
    margin-bottom: 15px;
}

.wrap-news header time {
    font-size: 1.1rem;
    letter-spacing: -.02em;
    line-height: 2;
    color: #272727;
    font-weight: 300;
    font-family: "Hiragino Kaku Gothic ProN";
    margin-bottom: 8px;
    display:block;
}

.wrap-news header .category-name {
    width:fit-content;
    font-size: 1.0rem;
    letter-spacing: .01em;
    line-height: 1.1;
    color: #272727;
    font-weight: 500;
    padding:0.4em;
    margin-bottom: 12px;
    border:1px solid #707070;
    background-color:#fff;
}

.wrap-news h1 {
    font-size: 1.7rem;
    letter-spacing: -.02em;
    line-height: 1.8;
    color: #272727;
    font-weight: 400;
}

.wrap-news article p {
    font-size: 1.3rem;
    letter-spacing: .08em;
    line-height: 2;
    color: #272727;
    font-weight: 400;
}

.wrap-instagram {
    width: 100%;
    margin: 0 auto;
}

.icon-instagram {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 48px;
}

.icon-instagram a {
    width: 26px;
    display: block;
}

#section-news {
    position: relative;
    padding-bottom: 225px;
}

#section-column {
    position: relative;
    padding-bottom: 160px;
}

#section-instagram {
    position: relative;
    padding-bottom: 220px;
}

#section-shopinfo {
    position: relative;
    padding-bottom: 0px;
    z-index: 10;
}

.cell-gglmaps {
    width: 100%;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.cell-gglmaps iframe {
    width: 100%;
    aspect-ratio: 4/3;
    vertical-align: bottom;
}

.info-around {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.6;
    color: #272727;
    padding-bottom: .8em;
    padding-top: .8em;
}

.info-around dt, .info-around dd, .info-around p {
    margin-bottom: .4em;
}

.info-around h3 {
    font-weight: 600;
}
.image-shopinfo {
    position: relative;
    padding-top: 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.wrap-footer {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    z-index:8;
}

.content-lastview {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 768px;
    max-height: 100vh;
}

#section-lastview {
    position: relative;
}

.logo-main {
    width: 100%;
    padding-top: 358px;
    padding-left: 107px;
}

.logo-main>span {
    display: block;
    width: 36%;
    max-width: 360px;
}

.icon-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -40px);
}

.copyright {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #272727;
    white-space: nowrap;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translate(-50% , 0);
}

.google-map iframe {
    pointer-events: none;
}

.google-map.active iframe {
    pointer-events: auto;
}

@media only screen and (max-width:999px) {
    .logo-main {
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-main>span {
        display: block;
        width: 100%;
        max-width: 225px;
    }

    .icon-scroll {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 30px;
        transform: translate(-50%, -40px);
    }

    .title-about {
        margin-bottom: 200px;
        margin-left: 48%;
    }

    .text-about {
        justify-content: flex-start;
    }

    .wrap-news {
        margin-bottom: 86px;
    }

    #section-news {
        padding-bottom: 200px;
    }

    #section-column {
        overflow: hidden;
        padding-bottom: 160px;
    }
    .link-view-all {
        top:calc(50% - 0.4em);
        transform: translate(0, 0%);
    }
    .copyright {
        padding: 56px 0;
        font-size: 1.1rem;
    }
}

.wrap-column {
    position: relative;
    padding-bottom: 40px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.wrap-column .slide-wrap {
    width: 100%;
}
.wrap-column .slide {
    display: flex;
}

.wrap-column .slide a {
    display: block;
    position: relative;
    width: 200px;
    margin-right: 40px;
}
.wrap-column .slide a:last-of-type {
    margin-right: 0px;
}
.wrap-column .slide span {
    display: block;
    position: relative;
    width: 200px;
}

.wrap-column .slide a .text-column, .wrap-column .slide span .text-column {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    box-sizing: border-box;
    background: transparent;
}

.wrap-column .slide a .img-column, .wrap-column .slide span .img-column {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.wrap-column .slide a .name-column, .wrap-column .slide span .name-column {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.88;
    color: #272727;
    margin-bottom: 4px;
    font-size: 1.7rem;
    font-family: "Hiragino Kaku Gothic ProN";
}

.wrap-column .slide a .date-column, .wrap-column .slide span .date-column {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.1;
    color: #272727;
    margin-bottom: 16px;
    font-size: 1.1rem;
    font-family: "Hiragino Kaku Gothic ProN";
}

.wrap-column .slide a .outset-column, .wrap-column .slide span .outset-column {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 2;
    color: #272727;
    margin-bottom: 16px;
    font-size: 1.3rem;
    font-family: "Hiragino Kaku Gothic ProN";
}

@media only screen and (min-width:1000px) {
    #section-news .content-section {
        max-width: 700px;
        display: flex;
        justify-content: space-between;
    }

    #section-column .content-section {
        max-width: 700px;
        display: flex;
        justify-content: space-between;
    }
    .wrap-news {
        max-width: 500px;
        margin: 0;
    }
    .wrap-column {
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 440px;
        max-width: 520px;
        margin: 0;
        margin-right:-64px;
    }
    .link-view-all {
        right:auto;
        left:10px;
        top:100px;
        font-size: 1.6rem;
    }
    #section-instagram .content-section {
        max-width: 700px;
    }
}

@media screen and (min-width: 1000px) {
    #section-archives .wrap-column {
        padding-top: 40px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .list-columns {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap:0 50px;
    }
    .cell-column {
        position: relative;
        width: 100%;
        width: 33%;
        max-width: 200px;
        margin: 0 0 10px;
        padding:20px 0 16px ;
    }
    .cell-column:last-of-type {
        margin-bottom: 0px;
    }
    .cell-column a {
        display: block;
    }
    .cell-column .text-column {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 24px 0;
        box-sizing: border-box;
        background: transparent;
    }

    .cell-column .img-column {
        position: relative;
        overflow: hidden;
        width: 91%;
        margin: 0 auto;
        border-radius: 50%;
        aspect-ratio: 1/1;
    }

    .cell-column .name-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.88;
        color: #272727;
        margin-bottom: 4px;
        font-size: 1.7rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }

    .cell-column .date-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.1;
        color: #272727;
        margin-bottom: 16px;
        font-size: 1.1rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }

    .cell-column .outset-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 2;
        color: #272727;
        margin-bottom: 16px;
        font-size: 1.2rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }
    .link-read-more {
        text-align:center;
        font-size: 1.6rem;
        letter-spacing: 0;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        line-height: 1.2;
        color: #272727;
        white-space: nowrap;
    }
    #section-archives .wrap-column{
        border-top:1px solid #272727;
        border-bottom:1px solid #272727;
    }
}

@media screen and (max-width: 999px) {
    .wrap-column .slide a {
        width: 180px;
        margin-right: 50px;
    }
    .wrap-column .slide a:last-of-type {
        margin-right: 0px;
    }
    .wrap-column .slide span {
        width: 180px;
    }

    .wrap-column .slide a .text-column {
        padding: 24px 0;
    }

    .wrap-column .slide a .outset-column {
        margin-bottom: 4px;
        font-size: 1.2rem;
    }

    .wrap-column .slide-wrap {
        width: 100vw;
    }
    .wrap-column {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .list-columns {
    }
    .cell-column {
        position: relative;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 10px;
        padding:20px 0 16px ;
    }
    .cell-column:last-of-type {
        margin-bottom: 0px;
    }
    .cell-column .text-column {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 24px 0;
        box-sizing: border-box;
        background: transparent;
    }

    .cell-column .img-column {
        position: relative;
        overflow: hidden;
        width: 91%;
        margin: 0 auto;
        border-radius: 50%;
        aspect-ratio: 1/1;
    }

    .cell-column .name-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.88;
        color: #272727;
        margin-bottom: 4px;
        font-size: 1.7rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }

    .cell-column .date-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.1;
        color: #272727;
        margin-bottom: 16px;
        font-size: 1.1rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }

    .cell-column .outset-column {
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 2;
        color: #272727;
        margin-bottom: 16px;
        font-size: 1.2rem;
        font-family: "Hiragino Kaku Gothic ProN";
    }
    .link-read-more {
        text-align:center;
        font-size: 1.6rem;
        letter-spacing: 0;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        line-height: 1.2;
        color: #272727;
        white-space: nowrap;
    }
    #section-archives .wrap-column{
        border-top:1px solid #272727;
        border-bottom:1px solid #272727;
    }
}
@media screen and (max-width: 999px) {
    .wrap-column .slide-wrap {
        padding-right: calc(100vw - 500px );
    }
}
@media screen and (max-width: 600px) {
    .wrap-column .slide-wrap {
        padding-right: 90px;
        padding-right: 16vw;
    }
}
@media (hover: hover) {
    .wrap-column .slide a .img-column img, .wrap-column .cell-column a .img-column img {
        transition: transform .4s cubic-bezier(.42, 0, .58, 1);
    }

    .wrap-column .slide a:hover .img-column img, .wrap-column .cell-column a:hover .img-column img {
        transform: scale(1.04);
    }

    .wrap-column .cell-column a .date-column, .wrap-column .cell-column a .name-column, .wrap-column .cell-column a .outset-column,.wrap-column .slide a .date-column, .wrap-column .slide a .name-column, .wrap-column .slide a .outset-column, .link-view-all, .button-back2top a, .button-back2top a, .link-read-more {
        transition: color .4s cubic-bezier(.42, 0, .58, 1);
    }

    .wrap-column .cell-column a:hover .date-column, .wrap-column .cell-column a:hover .name-column, .wrap-column .cell-column a:hover .outset-column, .wrap-column .slide a:hover .date-column, .wrap-column .slide a:hover .name-column, .wrap-column .slide a:hover .outset-column, .link-view-all:hover, .button-back2top a:hover, .cell-column a:hover .link-read-more, .wrap-column .slide a:hover .link-read-more {
        color: #8eff5c;
    }
}

.article-column {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.eyecatch-column {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.article-column header {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding:70px 0 80px;
}
.article-column section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom:30px;
}
.article-column article {
    margin-bottom:30px;
    position:relative;
}
.article-column header time {
    font-size: 1.3rem;
    letter-spacing: -.02em;
    line-height: 2;
    color: #272727;
    font-weight: 300;
    font-family: "Hiragino Kaku Gothic ProN";
    margin-bottom: 48px;
    display:block;
}
.article-column header h1 {
    font-size: 2.2rem;
    line-height: 1.8;
    color: #272727;
    font-weight: 700;
}
.wrap-news article p {
    font-size: 1.3rem;
    letter-spacing: .08em;
    line-height: 2;
    color: #272727;
    font-weight: 400;
}
.content-single * {
    margin: revert;
    padding: revert;
    border: revert;
    outline: revert;
    font-size: revert;
    background: revert;
    letter-spacing: 0.08em;
}
.content-single p {
    line-height: 1.9;
}
.content-single h1 {
    font-size: 2.2rem;
}
.content-single h2 {
    font-size: 2.0rem;
}
.content-single h3 {
    font-size: 1.8rem;
}
.content-single h4 {
    font-size: 1.6rem;
}
.content-single h5 {
     font-size: 1.4rem;
 }
.content-single h6 {
    font-size: 1.3rem;
}
.content-single ul, .content-single li {
    list-style: revert;
}
@media only screen and (max-width:700px) {
    .section-single {
        overflow:hidden;
    }
    .eyecatch-column {
        width: 100vw;
        margin: 0 -8vw;
    }
}

.img-fit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform .4s cubic-bezier(.42, 0, .58, 1);
}

.img-column {
    z-index: 10;
}

.pager-column {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.pager-column .swiper-button-lock {
    display: block;
}

.pager-column .button {
    width: 18px;
}

.pager-column .swiper-button-disabled path {
    stroke: #666;
    opacity: .4;
}

.pager-column {
    display: none;
}

.wrap-column .swiper-scrollbar, .wrap-column .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    height: 1px;
    background-color: rgba(231, 231, 231, 1);
    top: auto;
    left: 0;
    bottom: auto;
    width: 100%;
}

.swiper-scrollbar-drag {
    background-color: #8eff5c;
}

.entry-aside {
   /* background-color: #8eff5c;*/
    position: relative;
}

.button-back2top {
    position: relative;
    font-size: 2.3rem;
    letter-spacing: -.02em;
    line-height: 1.3;
    color: #272727;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-feature-settings: initial;
    text-align:center;
    padding:64px 0 0;
}
.wrap_paginate {
    transform: translateX(0);
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding:20px 0;
}
.wrap_paginate li{
    position: relative;
    width:20px;
}
.wrap_paginate li span{
    display:block;
    width:20px;
    height:32px;
    position: relative;
    color:transparent;
}
.wrap_paginate li span:after{
    width: 20px;
    height: 32px;
    display: inline-block;
    content: "";
    background-image: url("../images/arrow-next.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: transform ease .8s;
}
.wrap_paginate li.paginate-prev span:after{
    background-image: url("../images/arrow-prev.svg");
}
.wrap_paginate li.paginate-next span:after{
    background-image: url("../images/arrow-next.svg");
}
.wrap_paginate li span.link-nega:after{
opacity:0.3;
}
.article-column .wrap_paginate {
    max-width: 500px;
    margin:0 auto;
}
.list-cat-items{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin:0 auto 24px;
    padding-bottom:24px;
    position:relative;
}
.list-cat-items li{
    border:1px solid #707070;
}
.list-cat-items li span,.list-cat-items li a{
    display: block;
    font-size: 1.0rem;
    letter-spacing: .01em;
    line-height: 1.1;
    color: #272727;
    font-weight: 500;
    padding:0.4em;
}
.list-cat-items li span{
    background-color:#efefef;
}
@media only screen and (max-width:999px) {
    .wrap_paginate {
        max-width: 500px;
        margin: 0 auto;
    }
}

.logo-fixed {
    position: fixed;
    top: 22px;
    left: 35px;
    width: 44px;
    height: 34px;
    z-index: 30;
}

.logo-fixed:after {
    width: 81px;
    height: 34px;
    display: inline-block;
    content: "";
    background-image: url("../images/logo_organic.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: transform ease .8s;
}

.logo-fixed:after {
    transform: translate(46px, 0);
}

.logo-fixed.orbital01:after {
    transform: translate(46px, 0);
}

.logo-fixed.orbital02:after {
    transform: translate(0, 37px);
}

.logo-fixed.orbital03:after {
    transform: translate(27px, 25px);
}

.logo-fixed.orbital04:after {
    transform: translate(32px, 8px) rotate(-24deg);
}

.logo-fixed.orbital04 img {
    transform: rotate(-22deg);
}

#frontpage .logo-fixed {
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1) 0s;
    opacity: 0;
    pointer-events: none;
}

#frontpage .logo-fixed.fadein {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.logo-fixed img {
    transition: transform .8s cubic-bezier(.42, 0, .58, 1);
}

@media (hover: hover) and (pointer: fine) {
    .logo-fixed a:hover img {
        transform: rotate(-22deg);
    }

    .logo-fixed.orbital04 a:hover img {
        transform: rotate(-0deg);
    }
    .wrap_paginate li.paginate-prev a:hover span:after{
        transform: translateX(-8px);
    }
    .wrap_paginate li.paginate-next a:hover span:after{
        transform: translateX(8px);
    }
    .list-cat-items li a{
        transition: background-color .4s cubic-bezier(.42, 0, .58, 1), color .4s cubic-bezier(.42, 0, .58, 1);
    }
    .list-cat-items li a:hover{
        background-color: #707070;
        color:#fff;
    }
}
@media only screen and (min-width:1000px) {
    .list-cat-items{
        position:fixed;
        width:auto;
        height:80vh;
        max-height:560px;
        margin:0;
        z-index:9;
        top: 0;
        left: calc(50% - 500px);
        flex-direction: column;
        justify-content: flex-end;
        gap:20px;
    }
    .list-cat-items li{
    }
    .list-cat-items li a,.list-cat-items li span{
        font-size: 1.1rem;
    }
}
@media only screen and (max-width:999px) {
    .logo-fixed {
        top: 24px;
        left: 24px;
    }
}

@media only screen and (max-width:999px) {
    .nav-drawer {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        opacity: 0;
        transform: translateY(-100%);
        transition: transform .4s cubic-bezier(.42, 0, .58, 1), opacity .8s cubic-bezier(.42, 0, .58, 1);
    }

    .nav-drawer {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-1 .nav-drawer {
        background-image: url("../images/bg_01.jpg");
    }

    .bg-2 .nav-drawer {
        background-image: url("../images/bg_02.jpg");
    }

    .bg-3 .nav-drawer {
        background-image: url("../images/bg_03.jpg");
    }

    .bg-4 .nav-drawer {
        background-image: url("../images/bg_01.jpg");
    }

    .bg-5 .nav-drawer {
        background-image: url("../images/bg_02.jpg");
    }

    .bg-6 .nav-drawer {
        background-image: url("../images/bg_03.jpg");
    }

    .bg-7 .nav-drawer {
        background-image: url("../images/bg_01.jpg");
    }

    .bg-8 .nav-drawer {
        background-image: url("../images/bg_02.jpg");
    }

    .bg-9 .nav-drawer {
        background-image: url("../images/bg_03.jpg");
    }

    .drawerOverlay .nav-drawer {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-drawer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-drawer ul {
        width: 62.58%;
    }

    .nav-drawer li {
        padding-bottom: 60px;
    }

    .nav-drawer li:last-of-type {
        padding-bottom: 0;
    }

    .nav-drawer li a {
        font-size: 3.7rem;
        font-family: "Montserrat", sans-serif;
        letter-spacing: .01em;
        line-height: 1.33;
        color: #272727;
        font-weight: 300;
    }

    .li-instagram {
        width: 100%;
        height: 34px;
    }

    .li-instagram a {
        width: 34px;
        display: block;
    }
}

@media only screen and (min-width:1000px) {
    .nav-drawer {
        display: block;
        width: 40px;
        height: 100%;
        padding: 0;
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        top: 0;
        right: calc(50% - 500px);
        z-index: 30;
    }

    .nav-drawer ul {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .nav-drawer li {
        padding-bottom: 36px;
    }

    .nav-drawer li:last-of-type {
        padding-bottom: 0;
    }

    .nav-drawer li a {
        font-size: 2rem;
        font-family: "Montserrat", sans-serif;
        letter-spacing: .01em;
        line-height: 1.33;
        color: #272727;
        font-weight: 300;
        writing-mode: vertical-rl;
        text-orientation: sideways;
    }

    .li-instagram {
        width: 100%;
        height: 34px;
    }

    .li-instagram a {
        width: 34px;
        display: block;
    }
}

@media (hover: hover) and (pointer: fine) {
    .nav-drawer li a, .link-nav-drawer a strong, .link-nav-drawer a span {
        transition: color cubic-bezier(.42, 0, .58, 1) .4s;
    }

    .nav-drawer li a:hover, .link-nav-drawer a:hover strong, .link-nav-drawer a:hover span {
        color: #63aa40;
    }

    .li-instagram a img {
        transition: transform .4s;
    }

    .li-instagram a:hover img {
        transform: scale(1.07);
    }
}

.nav-drawer li:nth-of-type(3) {
    display: none;
    display: block;
}

.trigger-overlay {
    position: fixed;
    top: 11px;
    right: 8px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    z-index: 80;
    background-color: transparent;
}

.trigger-overlay span {
    display: block;
    position: relative;
    width: 30px;
    width: 30px;
    left: 50%;
    transform: translate(-50%, -40px);
}

.trigger-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1) 0s;
}

.trigger-overlay img:nth-of-type(1) {
    opacity: 1;
}

.trigger-overlay img:nth-of-type(2) {
    opacity: 0;
}

.trigger-overlay.is-pulled img:nth-of-type(1) {
    opacity: 0;
}

.trigger-overlay.is-pulled img:nth-of-type(2) {
    opacity: 1;
}

@media only screen and (min-width:1000px) {
    .trigger-overlay {
        display: none;
    }
}

.js-effect {
    opacity: 0;
    -webkit-transition: 1.2s cubic-bezier(.39, .575, .565, 1);
    -moz-transition: 1.2s cubic-bezier(.39, .575, .565, 1);
    -o-transition: 1.2s cubic-bezier(.39, .575, .565, 1);
    transition: 1.2s cubic-bezier(.39, .575, .565, 1);
}

.js-effect.inSight {
    opacity: 1;
}

.js-chain>span {
    opacity: 0;
    transition: 1.2s cubic-bezier(.39, .575, .565, 1);
    transform: translateY(-40px);
}

.js-chain.inSight>span {
    opacity: 1;
    transform: translateY(0);
    will-change: transform;
}

.js-chain.inSight>span:nth-child(1) {
    transition-delay: .4s;
}

.js-chain.inSight>span:nth-child(2) {
    transition-delay: .8s;
}

.js-chain.inSight>span:nth-child(3) {
    transition-delay: 1.2s;
}

.js-chain>p {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1);
}

.js-chain.inSight>p {
    opacity: 1;
    will-change: transform;
}

.js-chain.inSight>p:nth-child(1) {
    transition-delay: .4s;
}

.js-chain.inSight>p:nth-child(2) {
    transition-delay: .8s;
}

.js-chain.inSight>p:nth-child(3) {
    transition-delay: 1.2s;
}

.js-chain.inSight>p:nth-child(4) {
    transition-delay: 1.6s;
}

.js-chain.inSight>p:nth-child(5) {
    transition-delay: 2s;
}

.js-chain.inSight>p:nth-child(6) {
    transition-delay: 2.4s;
}

.js-chain.inSight>p:nth-child(7) {
    transition-delay: 2.8s;
}

.js-chain.inSight>p:nth-child(8) {
    transition-delay: 3.2s;
}

.js-chain.inSight>p:nth-child(9) {
    transition-delay: 3.6s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-of-type(5) {}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4 .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
    opacity: 0;
    visibility: visible;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
    opacity: 1;
    visibility: visible;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4 .eapps-instagram-feed-posts-item-template-tile {
    opacity: 0;
    transition: opacity .8s cubic-bezier(.39, .575, .565, 1);
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
    transition-delay: 0s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(2) {
    transition-delay: .4s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(3) {
    transition-delay: .8s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(4) {
    transition-delay: 1.2s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(5) {
    transition-delay: 1.6s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(6) {
    transition-delay: 2s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(7) {
    transition-delay: 2.4s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(8) {
    transition-delay: 2.8s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(9) {
    transition-delay: 3.2s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(10) {
    transition-delay: 3.6s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(11) {
    transition-delay: 4s;
}

.elfsight-app-b45b4800-f9d3-4e61-89ae-7afa124b9cb4.inSight .eapps-instagram-feed-posts-item-template-tile:nth-child(12) {
    transition-delay: 4.4s;
}

.eapps-instagram-feed-posts-grid-load-more-container .eapps-instagram-feed-posts-grid-load-more {
    display: none !important;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

@media (hover: hover) and (pointer: fine) {}

@media only screen and (max-width:999px) {}

@media only screen and (min-width:1000px) {}

@media only screen and (min-width:1280px) {}
