@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Lora&family=Zen+Old+Mincho&display=swap');
/*font-family: 'Klee One', cursive; font-weight:400;
font-family: 'Lora', serif; font-weight:400;
font-family: 'Zen Old Mincho', serif; font-weight:400;*/

/* common
   ========================================================================== */
body{
  -webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #302210;
  font-size: 13px;
  line-height: 1.8;
  background: #f2f2f2;
}

::selection {background: #302210; color: #f2f2f2;}
::-moz-selection {background: #302210; color: #f2f2f2;}

img{
  max-width: 100%;
  height: auto;
}
*:focus {
  outline: none;
}


/* animation
   ========================================================================== */
.fade {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.fade.show{
  opacity: 1;
}
.fade-up {
  opacity: 0;
  transform : translate(0, 50px);
  transition-duration: 1.5s;
  transition-property: transform, opacity;
}
.fade-up.show{
  opacity: 1;
  transform: translate(0, 0);
}
.cover,
.video__cover{
  position: relative;
}
.cover::after{
  content: "";
  display: block;
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-delay: .5s;
}
.video__cover::after{
  content: "";
  display: block;
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-delay: .5s;
}
.cover.light::after,
.cover2.light::after{
  background: #fff;
}
.cover.show::after,
.cover2.show::after,
.video__cover.show::after{
  opacity: 0;
}
@media screen and (min-width:600px){
  .fade-up.delay {
    transition-delay: .2s;
  }
  .cover2.delay::after{
    transition-delay: .7s;
  }
}


/* font
   ========================================================================== */
.contents__title{
  font-family: 'Lora', serif;
  font-weight:400;
  letter-spacing: .1em;
  line-height: 1;
}
.contents__subtitle{
  font-family: 'Lora', serif;
  font-weight:400;
  line-height: 1;
  position: relative;
  text-align: center;
}
.contents__subtitle:before {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-image: linear-gradient(to right, #302210, #302210 1px, transparent 1px, transparent 2px);
  background-size: 2px 1px;
  background-repeat: repeat-x;
  top: calc(50% - 1px);
}
.contents__subtitle span {
  position: relative;
  padding: 0 1.5em;
  background: #f2f2f2;
}
.contents p{
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}
@media screen and (max-width:599px) {
  .contents__title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
  .contents__subtitle{
    font-size: 13px;
  }
}
@media screen and (min-width:600px){
  .contents__title{
    z-index: 2;
    position: absolute;
    font-family: 'Lora', serif;
    font-weight:400;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1;
    left: calc(5% - 1em);
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  #menu .contents__title,
  #access .contents__title{
    top: 120px;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  #menu .contents__title,
  #access .contents__title{
    top: 180px;
    color: #f2f2f2;
  }
}

/* layout
   ========================================================================== */
@media screen and (max-width:599px) {
  .sp_ver{display: block;}
  .pc_ver{display: none;}
  .footer{
    text-align: center;
    padding: 60px 0;
    font-family: 'Lora', serif;
    font-weight:400;
    font-size: 13px;
  }
  .container{
    position: relative;
    width: 100%;
  }
  .contents{
    position: relative;
  }
  article{
    position: relative;
    padding-top: 100px;
  }
  section{
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width:600px){
  .sp_ver{display: none;}
  .pc_ver{display: block;}
}
@media screen and (min-width:600px) and (max-width:1024px) {
  .footer{
    text-align: center;
    padding: 60px 0;
    font-family: 'Lora', serif;
    font-weight:400;
    font-size: 13px;
  }
  .container{
    position: relative;
    width: 100%;
  }
  .contents{
    position: relative;
  }
  article{
    position: relative;
    padding-top: 90px;
    margin-top: 10px;
  }
  section{
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {  
  .footer{
    text-align: center;
    padding: 120px 0;
    font-family: 'Lora', serif;
    font-weight:400;
    font-size: 14px;
  }
  .container{
    position: relative;
    width: 100%;
  }
  .contents{
    position: relative;
    margin-left: 30%;
    width: 70%;
  }
  article{
    position: relative;
    padding-top: 140px;
    margin-top: 40px;
  }
  section{
    width: 80%;
    margin: 0 auto;
  }
}


/* header
   ========================================================================== */
@media screen and (max-width:599px) {
  .header{
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .navigation{
    display: none;
    position: fixed;
    z-index: 8888;
    background: #fff;
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
  }
  .navigation__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  .logo{
    position: absolute;
    width: 80px;
    height: 98px;
    top: 30px;
    left: 30px;
    z-index: 9999;
  }
  .logo .logo__mark{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
  }
  .logo .logo__text{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .8s;
  }
  .logo.compact .logo__mark{
    opacity: 0;
  }
  .logo.compact .logo__text{
    transform:translateY(-75px);
  }
  .gnav{
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
  .gnav li+li{
    margin-top: 20px;
  }
  .sns__nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .sns__nav a+a{
    margin-left: 10px;
  }
  /*menu-btn*/
  .menu_btn{
    display: block;
    position:absolute;
    cursor:pointer;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 9999;
  }
  .menu_btn_icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    margin: 0 0 0 -15px;
    background: #302210;
    transition-duration: .2s;
    transition-property: transform;
  }
  .menu_btn_icon:before,
  .menu_btn_icon:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #302210;
    transition-duration: .2s;
    transition-property: transform;
  }
  .menu_btn_icon:before{
    margin-top: -10px;
  }
  .menu_btn_icon:after{
    margin-top: 10px;
  }
  .menu_btn .close{
    background: transparent;
  }
  .menu_btn .close:before,
  .menu_btn .close:after{
    margin-top: 0;
    width: 30px;
    background: #302210;
  }
  .menu_btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .menu_btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media screen and (orientation:portrait) and (min-width:600px) and (max-width:1024px) {
  .logo{
    position: absolute;
    width: 80px;
    height: 98px;
    top: 30px;
    left: 30px;
    z-index: 9999;
  }
  .logo .logo__mark{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
  }
  .logo .logo__text{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .8s;
  }
  .logo.compact .logo__mark{
    opacity: 0;
  }
  .logo.compact .logo__text{
    transform:translateY(-75px);
  }
}
@media screen and (orientation:landscape)  and (min-width:600px) and (max-width:1024px) {
  /*.logo{
    position: absolute;
    width: 25%;
    top: 30px;
    left: 0;
    text-align: center;
  }
  .logo img{
    width: 50%;
  }*/
  .logo{
    position: absolute;
    width: 80px;
    height: 98px;
    top: 30px;
    left: 30px;
    z-index: 9999;
  }
  .logo .logo__mark{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
  }
  .logo .logo__text{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .8s;
  }
  .logo.compact .logo__mark{
    opacity: 0;
  }
  .logo.compact .logo__text{
    transform:translateY(-75px);
  }
}
@media screen and (min-width:600px) and (max-width:1024px) {
  .header{
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .navigation{
    display: block!important;
  }
  .navigation__wrap{
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .gnav{
    display: flex;
    align-items: center;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 14px;
  }
  .gnav li+li{
    margin-left: 20px;
  }
  .navigation a{
    transition-duration: .3s;
    transition-property: opacity;
  }
  .navigation a:hover{
    opacity: .6;
  }
  .sns__nav{
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .sns__nav a+a{
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .header{
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .header h1{
    position: absolute;
    width: 30%;
    text-align: center;
    margin-top: 60px;
  }
  .header h1 img{
    width: 128px;
  }
  .navigation__wrap{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 40px;
  }
  .navigation{
    display: block!important;
  }
  .gnav{
    display: flex;
    align-items: center;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 15px;
  }
  .gnav li+li{
    margin-left: 30px;
  }
  .navigation a{
    transition-duration: .3s;
    transition-property: opacity;
  }
  .navigation a:hover{
    opacity: .6;
  }
  .sns__nav{
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  .sns__nav a+a{
    margin-left: 10px;
  }
}

/* side illust
   ========================================================================== */
@keyframes sprite-anime {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.side__illust {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.side__illust:before {
  content: '';
  display: block;
  background: url("../img/staff_sprite.png") no-repeat 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 900%;
  animation: sprite-anime 1s steps(6) infinite;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.side__illust:after {
  content: '';
  display: block;
  padding-top: 150%;
}
@media screen and (max-width:599px) {
  .side{
    width: 100%;
    overflow: hidden;
  }
  .side__illust {
    width: 40%;
    margin: 60px auto 0;
  }
}
@media screen and (orientation:portrait) and (min-width:600px) and (max-width:1024px) {
  .side{
    width: 100%;
    overflow: hidden;
  }
  .side__illust {
    width: 30%;
    margin: 80px auto 0;
  }
}
@media screen and (orientation:landscape)  and (min-width:600px) and (max-width:1024px) {
  .side{
    position: absolute;
    width: 25%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .side__illust {
    position: absolute;
    width: 70%;
    bottom: 20px;
    left: 15%;
  }
}
@media screen and (min-width: 1025px) {  
  .side{
    position: fixed;
    width: 30%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .side__illust {
    position: absolute;
    width: 60%;
    bottom: -40px;
    left: 20%;
  }
}






