@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%;
    vertical-align:baseline;
    background:transparent;
}
body{
    line-height:1;
}
main{
    height:100%;
    margin:0;
    padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display:block;
}
ol, ul{
    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;
    text-decoration:none;
    color:#31312f;
}
.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}
.wf-kokoro {
    font-family: "Kokoro";
}
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}
@font-face{
    font-family:"togoshi-mincho";
    src:url("../font/togoshi-mincho.woff") format("woff");
}
body{
    background:;
    color:#31312f;
    line-height:1.3em;
    font-family:"togoshi-mincho";
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar{
    display: none;
}
.top-nav{
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    text-align: right;
    line-height: 2em;
    margin:3em 3em 0 auto;
    display: flex;
    z-index: 1;
}
.top-nav a{
    display: block;
    margin:0.4em 0;
    padding:10px;
}
/*split*/
.background {
    background-color: #D1D2D5;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
}
.split {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100vh;
}
.split > * {
    width: 50%;
}
.split__img-wrapper {
    position: relative;
}
.split__img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height:100%;
}
.split__img img{
    width:100%;
    height:100vh;
    object-fit: cover;
}
.split__img {
    opacity: 0;
    transition: opacity .7s;
}
.split.show .split__img {
    opacity: 1;
}

.split__body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}
.split__body_wrapper{
    width:300px;
/*    width:50%;*/
    margin:auto;
}
.split__maintitle {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}
.split__maintitle img{
    width:180px;
    height:auto;
}
.split__title {
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0;
    color:#fff;
    letter-spacing: 1px;
    font-family:"togoshi-mincho";
/*    font-family: "M PLUS Rounded 1c";*/
}
.split__subtitle{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 1.6em;
    line-height: 1.3em;
    font-family:"togoshi-mincho";
}
.split__text {
    line-height: 1.6;
    padding: 10px 0;
    font-weight: bold;
}
.split-shopinfo .split__text{
    font-family: "M PLUS Rounded 1c";
    font-weight: normal;
}
.link-btn{
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border:none;
    border-radius: 5px;
    margin: 1em auto auto auto;
    padding:10px;
    font-family: "M PLUS Rounded 1c";
    cursor: pointer;
}
/*body-color*/
.split-top{
    justify-content: flex-start;
    background-image: url(../img/castilla.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 90%;;
}
.split-about{
    background-color:#DAC6C5;
}
.split-story{
    background-color:#BFC5BC;
}
.split-item{
    background-color:#D4C7B7;
}
.split-shopinfo{
    background-color:#CACACA;
}
/*split*/
/*castilla*/
.castilla-box{
    position: relative;
}
.castilla01{
    position: absolute;
    width:300px;
    height:auto;
    right:0px;
    bottom:0;
}
.castilla02{
    position: absolute;
    width:45px;
    height:auto;
    right:215px;
    bottom:195px;
    z-index: 3;
}
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
.keyframe1 {
    animation-name: anim_v;
}
@keyframes anim_v {
    0%{
        transform: rotate(15deg);
    }
    100%{
        transform: rotate(-15deg);
    }
}
.img-sp{
    display: none;
}
/*about view more*/
/*
.modalArea {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Kokoro", "Sawarabi Mincho";
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height:90%;
    max-width:1200px;
    background-color: #F1E5CF;
}
.modalContents {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:100%;
    height:100%;
}
.modalImg, .modalText{
    width:50%;
    height:100%;
}
.modalImg img {
    width: 100%;
    height:100%;
    object-position: bottom;
    object-fit: cover;
}
.modalText{
    display: flex;
}
.modalText p {
    width: 50%;
    margin:auto;
    line-height: 1.6em;
}
.closeModal {
    position: absolute;
    top: 0em;
    right: 0em;
    cursor: pointer;
    color:#31312f;
    font-size:2em;
    padding:5px;
}
*/
.about-fade{
  animation: fadeIn 0.7s linear;
}
.img-bottom{
    object-position: 50% 90%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}