@charset "UTF-8";
/*******************************************

keyframes
*******************************************/


.lights {
    opacity: 1;
    animation: lights 3s linear  reverse infinite;
}
.lights::after {
    content: '';
    width: 150%;
    -webkit-box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
    -moz-box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
    box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
}

@keyframes lights {
    0% {
        opacity: 1;
    }
    5% {
        opacity:1;
    }
    10% {
        opacity: 0.75;
    }
    15% {
        opacity: 0.8;
    }
    25% {
        opacity: 0.95;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0.95;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity:  0.95;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fuwafuwa {
    0% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}


@keyframes fog {
    0% {
        filter: blur(10px);
        transform: rotateY(0deg);
        transform: scale(1, 1);
        opacity: 0;
        top: 400px;
    }
    13% {
        opacity: 0.2;
    }
    33% {
        filter: blur(20px);
        opacity: 0.3;
        transform: rotateY(40deg);
        transform: scale(0.6, 1.2);
    }
    66% {
        transform: rotateY(2deg);
        transform: scaleY(1.2, 0.4);
    }
    100% {
        filter: blur(16px);
        transform: rotateY(50deg);
        transform: scaleY(1.4, 1.2);
        opacity: 0;
        top: 0px;
    }
}

/*******************************************

mov
*******************************************/
.mov {
    opacity: 0;
}
.on.mov {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    -o-transition: opacity .8s, -o-transform .8s;
    transition: opacity .8s, transform .8s;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
    -ms-transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
    -o-transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
    transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
}
.on.delay01 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.on.delay02 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.on.delay03 {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.on.delay04 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.on.delay05 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.on.delay06 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.s_down {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.s_up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.s_up_s {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e5857+27,3b4241+100 */
background-color: #fef9e6;
}
/* =================================================================================
  default
================================================================================= */

#sp,
#sp.item,
#sp #inner,
#sp .pr,
#sp .content,
#sp .area,
#sp .product,
#sp .info,
.content-sss,
.content2,
.content-week {
    overflow: hidden;
    _zoom: 1;
}

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

.clearfix {
    display: inline-table;
}

/*=================================================================================
  main contents
=================================================================================*/
#container {
    padding-top: 0 !important;
}
#alpha {
    float: none;
    width: 100%;
}
#alpha-inner,
div.container1{
    background-color: transparent;
}
#beta {
    display: none;
}
#sp .page-title,
#sp .page-catchphrase,
#sp .page-description,
#sp .top-catchphrase,
#sp .top-title,
#sp .area-catchphrase,
#sp .area-title {
    height: 0;
    overflow: hidden;
    text-indent: -999px;
}

/* 全体 */
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
#sp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800; /* normal */
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    width: 100%;
}
#sp a:hover img {
    opacity: 0.85;
}
#sp .pr {
    margin: auto;
    text-align: center;
}
#sp .pr img {
    width: 100%;
    height: auto;
}
#sp .special .fog1{
    position: absolute;
    z-index: 0;
    top: 400px;
    right: 0px;
    left: 20px;
    animation: fog 20s infinite linear;
    transition: all 1s;
}
#sp .special .fog2{
    z-index: 0;
    position: absolute;
    right: 0px;
    left: 50px;
    animation: fog 24s infinite linear;
    transition: all 1s;
}

#sp .pr-text-area {
    display: block;;
    padding-top: 600px;
    box-sizing: border-box;
    position: relative;
}
#sp .pr-text-area .pr-text {
    position: absolute;
    top: 10%;
    left: 35%;
}
#sp .pr .menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 50px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 15px 0;
}
#sp .pr .menu .menu-list{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    background-color:#58a437;
}
#sp .pr .menu .menu-list:nth-child(odd){
    background:#9f783b;
}
#sp .pr .menu .menu-list a{
    color:#FFF;
    width: 100%;
    display: block;
}
#sp .pr .menu .menu-list a:hover{
    color:#FFF;
}
#sp .pr h1 {
    display: none;
}

#sp .wrap {
    margin: 0 auto;
}
/* === pageTop === */
#sp .pageTop {
    position: fixed;
    right: 30px;
    bottom: -86px;
    z-index: 1001;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}
#sp .pageTop a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
}
#sp .pageTop a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #8d6629;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#sp .pageTop a:hover:after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-size: 70px;
}
#sp .pageTop a i {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#sp .pageTop.on {
    bottom: 80px;
    opacity: 1;
}
/* === コーナー === */
#sp .corner {
    position: relative;
    padding: 60px 60px 150px;
    margin: 0 0 50px;
    background-color: #FFF;
    border-top: solid 8px #8d6629;
}
#sp .corner .corner-title{
    text-align: center;
    font-size: 40px;
    color: #58a437;
    font-weight: bold;
    border-bottom: 2px dashed;
    width: 100%;
    margin:0 auto 20px;
}
#sp .corner .corner-sub-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
#sp .corner .corner-content {
    display: grid;
    gap: 20px;
    grid-template-columns: 350px 140px 140px 140px;
}

#sp .corner .corner-content .main {
    grid-row: 1 / 4;
}
#sp .corner .more{
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin: 50px 0;
    font-size: 16px;
    background-color: #58a437;
    cursor: pointer;
    text-align: right;
    right: 30px;
    position: absolute;
    width: 30%;
}
#sp .corner .more a{
    color:#FFF;
    width: 100%;
    display: block;
    text-align: center;
}
#sp .corner .more a:hover{
    color:#d70900;
}



/* === 番外編 === */
#sp .extra-edition {
    margin: 0 0 50px;
}

#sp .extra-edition .extra-edition-content {
    display: flex;
    gap: 20px;
}
#sp .extra-edition .extra-edition-title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

/* === 1作品 === */
#sp .product {
    font-size: 16px;
}

#sp .product a,
#sp .product a:active,
#sp .product a:focus,
#sp .product a:hover,
#sp .product a:link,
#sp .product a:visited {
    color: #fff;
    text-decoration: none;
}

#sp .product a:hover {
    text-decoration: underline;
}

#sp .product .product-image-area {
    margin: 0 0 5px;
}

#sp .product img {
    height: auto;
    vertical-align: middle;
    width: 100%;
}

/* === footer === */
#sp .footer {
    margin: 0;
    border-top: 1px solid #900;
    background: #000;
}

#sp .footer .anchor {
    font-size: 10px;
    color: #666;
    padding: 20px;
    line-height: 1.2em;
}
@media (max-width: 640px) {
    #sp .pr {
        background-size: 150%;
    }
    #sp .pr-text-area {
        padding-top: 110%;
    }
    #sp .pr-text-area .pr-text {
        left: 60%;
        margin-left: -40%;
        width: 60%;
    }
    #sp .pr .menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin: 15px 0;
    }
    #sp .corner,
    #sp .extra-edition-content{
        padding: 10px 20px 100px;
        margin: 20px 15px;
    }
    #sp .corner .corner-content,
    #sp .extra-edition .extra-edition-content{
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #sp .corner .corner-content .main {
        grid-row: 1;
    }
    #sp .corner .more {
        right: 0;
        width: 100%;
    }
    .corner .corner-content .main {
        grid-row: 1;
    }
    #sp .pageTop.on {
        bottom: 20px;
    }
}
