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

/*------------------------------------------------------------------------------
gloval style
------------------------------------------------------------------------------*/

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    background-color: #A8885E;
    letter-spacing: 0.0em;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 600px;
    font-feature-settings: "palt" 1;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

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

img {
    vertical-align: top;
}


/** { box-sizing:border-box; }*/

a:hover {
    opacity: .7;
}

#wrap {
   /* position: static;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;*/
}

header {
    padding: 33px 56px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    background-color: #A8885E;
    transition:.22s;
    z-index: 1000;
}

header .inner h1{
    transform-origin: left top;
    display: block;
    width: 369px;
    height: 68px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    margin-bottom: 0px;
    /*transition: 0.12s cubic-bezier(0.44, 0.18, 0.49, 0.99);*/
    display: block;
    opacity: 0;
    transition: 0.22s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

header .inner h1.show{
    opacity: 1;
}

header .inner h1 a {
    display: block;
}

header .inner h1 a:before {
    content: "";
    display: block;
    width: 369px;
    height: 68px;
    background-image: url('../img/common/100th_GONESH_logo.svg');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#g-nav {
    position: fixed;
    right: -150px;
    bottom: 280px;
    transform: rotate(90deg);
    display: block;
    opacity: 0;
    transition: 0.22s cubic-bezier(0.44, 0.18, 0.49, 0.99);
    /*transform-origin: top left;*/
}

#g-nav.show{
    opacity: 1;
    bottom: 300px;
}

#g-nav ul.navi{
    display: flex;
    margin-left: 0px;
}

#g-nav .amazon_bnr {
    display: none;
}

#g-nav ul.navi li {
    text-transform: uppercase;
    margin-bottom: 0px;
    width: auto;
    font-weight: 400;
    position: relative;
}

#g-nav ul.navi li&gt;a {
    display: block;
    line-height: 0.8em;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    line-height: 1.1em;
    position: relative;
    height: auto;
    font-weight: 400;
    letter-spacing: 0.0em;
    color: #000;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    transition:.22s;
    min-width: none;
    box-sizing: border-box;
    text-align: center;
}

#g-nav ul.navi li:first-child&gt;a{
    padding-left: 0px;
}

#g-nav ul.navi li:nth-child(4)&gt;a {
    padding-right: 0px;
}

#g-nav ul.navi li + li::before{
   content: "";
   height: 100%;
   width: 0px;
   border-right: 1px solid #000;
   position: absolute;
   left: 0px;
   top: 0px;
   transform: rotate(20deg);
}

#g-nav&gt;ul&gt;li&gt;a span {
    white-space: nowrap;
    transition:.22s;
    position: relative;
}
#g-nav&gt;ul&gt;li&gt;a span.txt{
    position: relative;
    z-index: 4;
    padding: 4px 2px;
}

#g-nav&gt;ul&gt;li&gt;a span.ov::before{
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 0px;
    width: 100%;
    width: 0px;
    height: calc(100% - 7px);
    background-color: #fff;
    z-index: 2;
    transition:.22s;
}

#g-nav&gt;ul&gt;li&gt;a:hover,
#g-nav&gt;ul&gt;li&gt;a.active {
    color: #000;
    opacity: 1;
}

#g-nav&gt;ul&gt;li&gt;a.active span.ov::before,
#g-nav&gt;ul&gt;li&gt;a:hover span.ov::before{
    width: 100%;
}

footer {
    width: 100%;
    position: relative;
    z-index: 900;
}
footer .g-logo{
    margin: 0px auto;
    margin-bottom: 30px;
}

footer .g-logo,
footer .g-logo a{
    display: block;
    width: 399px;
    height: 73px;
    overflow: hidden;
}
footer .g-logo a:before {
    content: "";
    display: block;
    width: 399px;
    height: 73px;
    background-image: url('../img/common/logo.svg');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

footer nav {
    padding: 0px;
    display: inline-block;
    display: flex;
    max-width: 106px;
    margin: 0px auto;
    margin-bottom: 12px;
}

footer nav #sns-nav {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

footer nav #sns-nav li {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

footer nav #sns-nav li a {
    font-size: 13px;
    line-height: 1em;
}

footer nav #sns-nav:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

footer #copyright {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    line-height: 1em;
    color: #000;
    position: relative;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

footer nav #sns-nav li#ico-insta-nav {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-top: -3px;
    margin-right: 14px;
}

footer nav #sns-nav li#ico-insta-nav a {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    padding: 0px;
}

footer nav #sns-nav li#ico-insta-nav a:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../img/common/instagram_icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

footer nav #sns-nav li#ico-youtube-nav {
    display: inline-block;
    width: 43px;
    height: 30px;
    margin-top: -3px;
    margin-right: 14px;
}

footer nav #sns-nav li#ico-youtube-nav a {
    display: block;
    width: 43px;
    height: 30px;
    overflow: hidden;
    padding-top: 0px;
}

footer nav #sns-nav li#ico-youtube-nav a:before {
    content: "";
    display: block;
    width: 43px;
    height: 30px;
    background-image: url(../img/common/youtube_icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

footer nav #sns-nav li#sp {
    display: none !important;
}

.goneth100th_bnr{
    position: absolute;
    left: 18px;
    bottom: 148px;
}

.goneth100th_bnr a{
    size-adjust: block;
}

.goneth100th_bnr a img {
    max-width: 144px;
    height: auto;
}

.amazon_bnr {
    position: absolute;
    left: 18px;
    bottom: 60px;
}

.amazon_bnr a {
    max-width: 288px;
    display: block;
    background-color: #000;
}

.amazon_bnr a img {
    max-width: 288px;
    height: auto;
}

.sns-icons-block{
    display: none;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}


/*-- SP Style --*/

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

    header{
        display: none;
    }
    #g-nav{
        display: none;
    }


    footer .g-logo,
    footer .g-logo a{
        display: block;
        aspect-ratio: 399/73;
        width: 100%;
        height: auto;
        overflow: hidden;
        max-width: 214px;
        margin: 0 auto;
    }
    footer .g-logo a:before {
        content: "";
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 399/73;
        background-image: url('../img/common/logo.svg');
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    footer .g-logo{
        margin-bottom: 20px;
    }

    footer nav{
        max-width: 57px;
    }
    footer nav #sns-nav{
        margin-left: -8px;
        margin-right: -8px;
        width: calc(100% + 16px);
    }

    footer nav #sns-nav li#ico-insta-nav {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-top: -3px;
        margin-right: 8px;
        margin-left: 8px;
    }
    
    footer nav #sns-nav li#ico-insta-nav a {
        display: block;
        width: 18px;
        height: 18px;
        overflow: hidden;
        padding: 0px;
    }
    
    footer nav #sns-nav li#ico-insta-nav a:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background-image: url(../img/common/instagram_icon.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 3px;
    }
    
    footer nav #sns-nav li#ico-youtube-nav {
        display: inline-block;
        width: 23px;
        height: 16px;
        margin-top: -3px;
        margin-right: 8px;
        margin-left: 8px;
    }
    
    footer nav #sns-nav li#ico-youtube-nav a {
        display: block;
        width: 23px;
        height: 16px;
        overflow: hidden;
        padding-top: 0px;
    }
    
    footer nav #sns-nav li#ico-youtube-nav a:before {
        content: "";
        display: block;
        width: 23px;
        height: 16px;
        background-image: url(../img/common/youtube_icon.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 3px;
    }

    footer #copyright {
        font-size: 9px;
    }
}</pre></body></html>