html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    min-height:100%;
 background: #192451;
 

}

a {
    color:#231816;
    text-decoration: none;
}


a:hover, a:active{
text-decoration: underline;
}




body {
    margin: 0;
    padding:0;
    font-size:16px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-feature-settings:'palt';
    word-break: break-word;
    color: #231816;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;

}




p{margin:0;padding:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

*{
box-sizing:border-box;
}

img {

    vertical-align: bottom;
    -webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
    -khtml-user-drag: none; /* Konquerorを禁止する場合 */
    -moz-user-drag: none; /* Firefoxを禁止する場合 */
}

.ribeye {
  font-family: "Ribeye", serif;
  font-weight: 400;
  font-style: normal;
}

.sp{
display: none;
margin: 0;
padding: 0;
}

.ssp{
display: none;
margin: 0;
padding: 0;
}

.pc{
display: inline;
margin: 0;
padding: 0;
}

/* ファーストビュー */
.logo_fadein{
    background: #192451;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.logo_fadein .fadeimg{
	position: fixed;
	display: none;
	z-index: 9999;
width: 100%;
height: 100%;
}

.logo_fadein .fadeimg .fadelogo{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
width: 100%;
max-width: 60vw;
}

@keyframes index_animation {

  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }

to {

margin-left:100%;

}
                 

        }

.logo_fadein .fadeimg .fadechara{
  display: block;
  margin: 0;
  padding: 0;
  max-width: 200px;
position: absolute;
left: 0;
bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
/* animation: index_animation 6s linear forwards; */
}


/* ページ遷移カーテン */
.curtain .animation-bg, .curtain .animation-bg02 {
  display: none;
}
body.appear.curtain .animation-bg, body.appear.curtain .animation-bg02 {
  display: block;
}
.curtain .animation-bg, .curtain .animation-bg02 {
  background:  #192451;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  transform: scaleX(1);
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.curtain .animation-bg {
  left: 50%;
  animation-name: PageAnime-curtain01;
}
.curtain .animation-bg02 {
  right: 50%;
  animation-name: PageAnime-curtain02;
}
/* カーテン左 キーフレーム */
@keyframes PageAnime-curtain01 {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* カーテン右 キーフレーム */
@keyframes PageAnime-curtain02 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/* ページ遷移円 */
.circle .animation-bg {
  background: #F0852F;
  display: none;
  content: "";
  position: fixed;
  transform: scale(100);
  z-index: 999;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  animation-name: PageAnime-circle;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime-circle {
  0% {
    transform: scale(100);
  }
  100% {
    transform: scale(0);
  }
}



#wrapper{

width: 100%;
max-width: 100vw;

min-height: 100%;
    padding:0;
    margin:0;
text-align: center;
position: relative;
overflow-x: hidden;
background: rgb(25, 36, 81,0.3);
}
/* 背景 */
#bg{
  position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #192451;
    z-index: -1;
}

#bg li{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 40s linear 0s infinite ;
  animation: anime 40s linear 0s infinite ;
}

#bg li:nth-child(1) { 
  /* background-image: url(../img/storyimg/6.jpg);   */
}
#bg li:nth-child(2) {
  /* background-image: url(../img/storyimg/13.jpg); */
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
#bg li:nth-child(3) {
  /* background-image: url(../img/storyimg/19.jpg); */
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
#bg li:nth-child(4) {
  /* background-image: url(../img/storyimg/26.jpg); */
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

#bg li:nth-child(5) {
  /* background-image: url(../img/storyimg/28.jpg); */
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

#bg li:nth-child(5) {
  /* background-image: url(../img/storyimg/31.jpg); */
  -webkit-animation-delay: 50s;
  animation-delay: 50s;
}

#bg li:nth-child(6) {
  /* background-image: url(../img/storyimg/32.jpg); */
  -webkit-animation-delay: 60s;
  animation-delay: 60s;
}

#bg li:nth-child(7) {
  /* background-image: url(../img/storyimg/33.jpg); */
  -webkit-animation-delay: 70s;
  animation-delay: 70s;
}

#bg li:nth-child(8) {
  /* background-image: url(../img/storyimg/37.jpg); */
  -webkit-animation-delay: 80s;
  animation-delay: 80s;
}

#bg.newsbg li:nth-child(1) { 
  background-image: url(../img/storyimg/22.jpg);   /* 背景画像を入力して下さい */
}
#bg.newsbg li:nth-child(2) { 
  background-image: url(../img/storyimg/26.jpg);
}
#bg.newsbg li:nth-child(3) { 
  background-image: url(../img/storyimg/28.jpg);  
}
#bg.newsbg li:nth-child(4) { 
  background-image: url(../img/storyimg/31.jpg);   
}
#bg.newsbg li:nth-child(5) { 
  background-image: url(../img/storyimg/32.jpg);   
}
#bg.newsbg li:nth-child(6) { 
  background-image: url(../img/storyimg/33.jpg);   
}
#bg.newsbg li:nth-child(7) { 
  background-image: url(../img/storyimg/37.jpg);   
}

#bg.aboutbg li:nth-child(1) { 
  background-image: url(../img/storyimg/1.jpg);   
}
#bg.aboutbg li:nth-child(2) { 
  background-image: url(../img/storyimg/13.jpg);   
}
#bg.aboutbg li:nth-child(3) { 
  background-image: url(../img/storyimg/14.jpg);   
}
#bg.aboutbg li:nth-child(4) { 
  background-image: url(../img/storyimg/26.jpg);   
}
#bg.aboutbg li:nth-child(5) { 
  background-image: url(../img/storyimg/39.jpg);  
}

#bg.charabg li:nth-child(1) { 
  background-image: url(../img/storyimg/19.jpg);   
}
#bg.charabg li:nth-child(2) { 
  background-image: url(../img/storyimg/6.jpg);   
}
#bg.charabg li:nth-child(3) { 
  background-image: url(../img/storyimg/31.jpg);   
}
#bg.charabg li:nth-child(4) { 
  background-image: url(../img/storyimg/32.jpg);  
}
#bg.charabg li:nth-child(5) { 
  background-image: url(../img/storyimg/33.jpg);   
}
#bg.charabg li:nth-child(6) { 
  background-image: url(../img/storyimg/37.jpg);   
}

#bg.storybg li:nth-child(1) { 
  background-image: url(../img/storyimg/13.jpg);   
}
#bg.storybg li:nth-child(2) { 
  background-image: url(../img/storyimg/19.jpg);   
}
#bg.storybg li:nth-child(3) { 
  background-image: url(../img/storyimg/26.jpg);   
}
#bg.storybg li:nth-child(4) { 
  background-image: url(../img/storyimg/28.jpg);   
}
#bg.storybg li:nth-child(5) { 
  background-image: url(../img/storyimg/31.jpg);  
}
#bg.storybg li:nth-child(6) { 
  background-image: url(../img/storyimg/32.jpg);   
}
#bg.storybg li:nth-child(7) { 
  background-image: url(../img/storyimg/33.jpg);   
}
#bg.storybg li:nth-child(8) { 
  background-image: url(../img/storyimg/37.jpg);   
}

#bg.goodsbg li:nth-child(1) { 
  background-image: url(../img/storyimg/25.jpg);   
}
#bg.goodsbg li:nth-child(2) { 
  background-image: url(../img/storyimg/31.jpg);   
}
#bg.goodsbg li:nth-child(3) { 
  background-image: url(../img/storyimg/32.jpg);   
}
#bg.goodsbg li:nth-child(4) { 
  background-image: url(../img/storyimg/33.jpg);   
}
#bg.goodsbg li:nth-child(5) { 
  background-image: url(../img/storyimg/37.jpg);  
}

#bg.archivebg li:nth-child(1) { 
  background-image: url(../img/storyimg/25.jpg);   
}
#bg.archivebg li:nth-child(2) { 
  background-image: url(../img/storyimg/18.jpg);   
}
#bg.archivebg li:nth-child(3) { 
  background-image: url(../img/storyimg/19.jpg);   
}
#bg.archivebg li:nth-child(4) { 
  background-image: url(../img/storyimg/37.jpg);   
}
#bg.archivebg li:nth-child(5) { 
  background-image: url(../img/storyimg/31.jpg);  
}
#bg.archivebg li:nth-child(6) { 
  background-image: url(../img/storyimg/32.jpg);  
}
#bg.archivebg li:nth-child(7) { 
  background-image: url(../img/storyimg/33.jpg);  
}


#bg.contactbg li:nth-child(1) { 
  background-image: url(../img/storyimg/38.jpg);   
}
#bg.contactbg li:nth-child(2) { 
  background-image: url(../img/storyimg/37.jpg);   
}
#bg.contactbg li:nth-child(3) { 
  background-image: url(../img/storyimg/39.jpg);   
}



@-webkit-keyframes anime { 
  0% {
      -webkit-animation-timing-function: ease-in;
      opacity: 0;
  }
  10% {
      -webkit-transform: scale(1.1);
      opacity: 1;
  }
  40% {
      -webkit-transform: scale(1.2);
          -webkit-animation-timing-function: ease-out;
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(1.3);
      opacity: 0;
  }
  100% { opacity: 0 }
}
@keyframes anime { 
  0% {
      animation-timing-function: ease-in;
      opacity: 0;
  }
  10% {
      transform: scale(1.1);
      opacity: 1;
  }
  40% {
      transform: scale(1.2);
          animation-timing-function: ease-out;
      opacity: 1;
  }
  50% {
      transform: scale(1.3);
      opacity: 0;
  }
  100% { opacity: 0 }
}


/* 背景カルーセル */
@keyframes vertical-animation {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-100%);
    }
  }
  
  #slider-container {
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;

  }
  
  .slider-wrapper {
    display: grid; /* slideのmargin-bottom値を全て内包させる為 */
    animation: vertical-animation 120s linear infinite;
  }
  
  .slide {
    width: 100%;
    margin: 0 auto ;
  }
  
  .slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  @media (hover: hover) {
    .slider-container:hover .slider-wrapper {
      animation-play-state: paused;
    }
  }




#menu{
width: 100%;
height: 90px;
margin: 0 auto;
padding:0;
background: none;
color: #fff;
font-size: 1.3rem;
text-align: left;
line-height: 1;



}

#menu ul{
margin: 0 auto;
padding: 0;
list-style-type: none;
color: #c99f45;
font-family: "Ribeye", serif;
font-weight: 400;
font-style: normal;

}



#menu ul a{
  color: #c99f45;
}

.menu_text{
max-height: 20px;
}


#menu a{
text-decoration: none;
}




.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: fixed;
  top:20px;
  left: 20px;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 900;
 background:#fffff7;
 border-radius: 100%;
}

.navicon {
  background: #fff;
  background: #231816;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  background: #231816;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */



/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 100vw;/*最大幅（調整してください）*/
  height: 100vh;
  background: #192451;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    text-align: center;
    padding: 1rem 0;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}



#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



#nav-content ul{
  width: 100%;
  height: 100%;
  display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-size: 2rem;
    /* display: flex;
flex-wrap: wrap;
flex-flow: column;
justify-content: space-around; */
}

#nav-content ul li{
    margin: 0;

    height: 12.5%;
    height: calc(100%/9);
    display: flex;
    justify-content: center;
    align-items: center;

}
#nav-content ul li a{
  color: transparent;


  /* オレンジと黒が50%の位置で切り替わるグラデーション */
  background: linear-gradient(to right, #F0852F 50%, #c99f45 50%) 100%;
  /* 背景をテキストで切り抜く */
  background-clip: text;

  /* 横幅は200%にしてグラデーションの青部分は見えないようにする */
  background-size: 200% 100%;

  transition: background-position 0.3s;
}

#nav-content ul li a:hover{
 /* グラデーションの位置を移動して、オレンジ部分を見せる */
 background-position: 0 100%;
}

.snsicon{
  position: relative;
  width:50px;
  height:50px;
  margin: 0 1.5rem 0 0;
  padding: 0;
	display: block;
	cursor: pointer;
}

.snsicon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  max-width: 50px;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.snsicon:hover img:nth-of-type(2) {
	opacity: 0;
}

.snsicon.last{
margin: 0;
}



#header{
    margin: 0 auto;
    padding: 0;

}


h1 {
    margin:0 auto;
    padding:1em;


}



#header h1 img{
width: 100%;
max-width: 600px;
}

 
.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


/* スライドインアニメ */
.slidein{
	/* 装飾に関わるスタイルは省略 */
	margin: 50px auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}




#container{
margin: 0 auto;
padding:2em 1em;
text-align: center;
position: relative;
overflow: hidden;
max-width: 1000px;
}


.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s;
  transition-duration:1.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.load-fade.slow{
    transition-duration:2.5s;
    transition-delay: 0.2s;
}

.scroll-fade {
  opacity: 0; 
  visibility: hidden;
  transition: all 1s;
}
.scroll-fade.is-show {
  opacity: 1;
  visibility: visible;

}

  #index_story{
      margin: 0 auto 30px;
  padding: 0;
  background: none;
  width: 100%;
  max-width: 100vw;
  }

#news,#about,#character,#story,#goods,#archive,#contact,#store{
  margin: 0 auto 30px;
  padding: 0;
  background: #fffff7;
border-radius: 10px;
text-align: center;
position: relative;
z-index: 50;
  }

  .index{
    max-width: 900px;
    margin: 0 auto 50px;
  }



h2{
width: 100%;
margin:0 auto;
padding: 0.5em 0;

background:#231816;
color: #c99f45;
    font-size: 1.8rem;
text-align: center;
letter-spacing: 2px;
font-family: "Ribeye", serif;
font-weight: 400;
font-style: normal;

border-top-left-radius:8px;
border-top-right-radius:8px;
}




.contents{
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  
  }

  h3{
margin: 0 auto 1rem;
padding: 0 55px;
position: relative;
display: inline-block;
font-weight: 500;
font-size: 1.5rem;
color: #231816;
  }

  h3:before, h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #231816;
  }
  
  h3:before {
    left:0;
  }
  h3:after {
    right: 0;
  }

    .button{
    display: inline-block;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    color: #231816;
    background: #fffff7;
    border: 2px solid #231816;
    border-radius: 2rem;
    font-weight: 500;
    text-align: center;

  }

  .button:hover{
    color: #fffff7;
    background: #231816;
  }

  

.more_button{
display: inline-block;
margin: 1rem auto 0;
padding: 0.5rem 2rem;
color: #231816;
background:#fffff7 ;
border:2px solid #231816;
border-radius: 2rem;
font-family: "Ribeye", serif;
font-weight: 400;
font-style: normal;
}

.more_button:hover{
  background:#231816;
  color: #fffff7;
}
#index_story .more_button:hover{
  background:#ff8219;
  color: #231816;
}

ul.news{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  font-weight: 500;
}

ul.news li{
  width: 100%;
  margin: 0;
  padding: 1rem 0.5rem;
  border-bottom: solid 1px #231816;
    display: flex;
    justify-content: start;
}
ul.news li:first-of-type{
  padding: 0.5rem 0.5rem 1rem;

}



ul.news li p.date{
margin: 0;
padding: 0 1rem 0 0;

}

ul.news li p.title{
  margin: 0;
  padding: 0;
}

.top_chara{
  display: block;
  margin: 0 auto;
  padding: 0;
}

.index_chara{
  margin: 0 auto 1rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.index_chara .charaicon{
  margin: 0;
    padding: 0.5rem;
    width: calc(100% / 3);
}

.index_chara .charaicon img{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 320px;
}
.index_chara .charaicon p{
  margin: 1rem auto 0;
  font-size: 1.3rem;
    font-weight: 500;
}


.index_archive{
  margin: 0 auto 1rem;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.index_archive .index_archive_img{
  margin: 0;
    padding: 1rem;
    width: calc(100% / 2);

}
.index_archive .index_archive_img img{
  margin: 0;
  padding: 0;
  width: 100%;
  border:1px solid #231816;
  box-shadow: 5px 5px 0px #231816;
}

.top_slider {
  width: 100%;
  overflow: hidden;
}
.slider_inner {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;

}

.swiper{
  width: 100%;
height: auto;
  overflow: visible;
  text-align: center;
}

.swiper .swiper-wrapper{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}


.swiper .swiper-slide {
    opacity: 0.6;
    overflow: hidden;
/* transform: scale(0.8); */
transition: .5s;
}

.swiper .swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: auto;

}

.swiper .swiper-slide-active {
opacity: 1;
    z-index: 1;
    /* transform: scale(1);  */
}

.swiper .swiper-button-next,.swiper .swiper-button-prev {
  color:#FFFFF7;
  opacity: 0.9;
}

.swiper.goods .swiper-button-next,.swiper.goods .swiper-button-prev {
  color:#F0852F;
  opacity: 0.9;
}


/* .swiper .swiper-slide:not(.swiper-slide-visible){
  opacity: 0.4;
} */



/* .swiper.border .swiper-slide {
  border:1px solid #231816;

} */


.top_slider a:hover{

	transition:0.3s;
}


#news_topics{
  margin: 0 auto 30px;
  padding: 0;
text-align: center;
}

#news_topics .title{
margin: 0 auto;
padding: 1rem;
text-align: left;
}

#news_topics .title p.date{
  margin: 0 auto 0.5rem;
  padding: 0;
  color:#F0852F;
  font-size: 1.5rem;
  font-family: "Ribeye", serif;
font-weight: 400;
font-style: normal;
}

#news_topics .title p{
  margin: 0 auto 0.5rem;
  padding: 0;
  color:#F0852F;
  font-size: 2em;
font-weight: 500;
}

#news_topics .contents{
  background: #fffff7;
border-radius: 10px;
text-align: left;
padding: 2rem;
}

#news_topics .contents p{
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#news_topics .button:hover{
  background: #F0852F;
}


#news_topics .contents img{
  margin: 1rem 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
}

#news_topics a{
  text-decoration: underline;
}

.about_catch{
  margin: 0 auto 1em;
  padding: 0 0 1rem;
  font-size: 1.3rem;
  text-align: center;
}

.about_catch p {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
line-height: 1.7;
margin: 0 auto 1rem;
}
.about_catch p:first-child {
  animation: catch_anime 1.4s forwards 1s;
  /* font-weight: 500;
  font-size: 1.5rem; */
  margin: 0 auto 1rem;
  padding: 0;
  line-height: 1.5;
}
.about_catch p:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.about_catch p:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.about_catch p:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}
.about_catch p:nth-child(5) {
  animation: catch_anime 1.4s forwards 5s;
}



@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about_img{
  display: flex;
  margin: 1rem auto 0;
}
.aboutchara{
margin: 0;
padding: 0.5rem;
width: calc(100% / 3);
}
.aboutchara img{
  
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
}



.chara{
  width: 100%;
  margin: 0 auto 1rem;
  padding: 1rem 5%;
  display: flex;
  justify-content: start;
  border-bottom: 5px dotted rgb(35, 24, 22,0.5);
  position: relative;
  overflow: hidden;

}

.chara:last-of-type{
  margin: 0 auto;
border-bottom: none;
}


.chara_img{
  width: 30%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  position: relative;
}

.chara_img img{
  max-height:300px;
  width: auto;
}
.chara:nth-of-type(3) .chara_img img{
max-height: 350px;
}

.chara_img.righttop{
  display: none;
}

.chara_text{
  width: 70%;
  margin: 0;
  padding: 1rem;
  text-align: left;
position: relative;
}

.chara_text p.title{
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 2px dashed #231816;
}

.chara_text p{
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.charaback{
position: absolute;
  display: block;
  margin: 0;
  padding: 0 ;
  width: 100%;
 max-width: 130px;
 max-height: 130px;
z-index: -1;
}
.charaback.back01{
left: 0;
bottom: 5%;
}
.charaback.back02{
right: -10%;
bottom: 5%;
}

#artist{
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  background: #fffff7;
border-radius: 10px;
text-align: left;
}

#artist .contents{
  text-align: left;
  padding: 2rem 15%;
}
#artist p.title{
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-bottom: 2px dashed #231816;
}

#artist img{
  margin: 1rem 1rem 0 0;
  max-width: 40px;
}



.story_img {
  width: 100%;
  margin: 0;
padding: 0;
text-align: center;
display :flex;
  flex-wrap : wrap;
}





.img_hover {
  margin: 0;
  padding: 0;
  overflow: hidden; /*拡大した時はみ出た部分を隠す*/
  width: 100%;
  max-width: calc(100% /3); /* 画像の最大幅を設定します */
  height: auto; /* 画像の縦横比を維持します */
  display: inline-block;
}
/*画像の調整*/
.img_hover img {
  width: 100%; /*画像のサイズ*/
  height: auto;
  margin: 0;
  padding: 10px;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.3s; /*動く時間(なめらかになる)*/
}
/*ホバー*/
.img_hover img:hover {
  transform: scale(1.2); /*拡大*/
  transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  opacity: 0.5;/*半透明になる*/
}


.swiper-container{
  margin: 0 auto;
  padding: 0;
position: relative;

}

.swiper-slide img{
  width: 100%;
}
.img_hover .swiper-button-next:after,.img_hover .swiper-button-prev:after{
  font-size: 1.5rem;
  color:#FFFFF7;
  opacity: 0.8;
}

.img_hover .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left:10px;
  display: none;
}

.img_hover .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right:10px;
    display: none;
}

.img_hover.mouseon .swiper-button-next,.img_hover.mouseon .swiper-button-prev{
  display: block;
}

.img_hover .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 15px;
}

.img_hover .swiper-pagination-bullet{
  background: #FFFFF7;
  opacity: 0.4;
  bottom: 15px;
}

.img_hover .swiper-pagination-bullet-active{
  background: #FFFFF7;
  opacity: 1.0;
}

.button_area{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

.goods_button{
  margin: 0 auto;
  padding:  0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.button_area .goods_button:first-of-type{
  padding: 0 1rem 0.5rem;
}

.goods_button p{
  display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0.5rem 1.5rem;
    color: #231816;
background: #fffff7;
    border: 2px solid #231816;
    border-radius: 2rem;
font-size: 1rem;
}

.goods_button p:hover{
  color: #fffff7;
  background: #231816;
}

.goods_button a:last-of-type p{
  margin: 0;
}

p.goodstitle{
  display: block;
  width: 95%;
  margin: 0 auto 0.5rem;
  text-align: left;
    padding: 0.5rem 1rem;
    color: #231816;
    border-top: 3px double #231816;
    border-bottom: 3px double #231816;
  font-size: 1.2rem;
}

.goods {
  width: 100%;
  margin: 0 auto 1rem;
padding: 0;
text-align: center;
display :flex;
  flex-wrap : wrap;
    justify-content: left;
}


.goods_inner {
  margin: 0;
  padding: 1em;
  width: calc(100% /2); /* 画像の最大幅を設定します */
  display: block;
  
}

.goods_img {
  margin: 0;
padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto; 
  display: block;
position: relative;
box-sizing: border-box;
    border: 1px solid #231816;
    background: #fff;
}



.goods_img img {
  width: 100%; /*画像のサイズ*/
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.3s; /*動く時間(なめらかになる)*/
}

.goods_img img:hover{
    transform: scale(1.05); /*拡大*/
  transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  opacity: 1;
}

.goods_img a{
  display:block;
}
.goods_img a:hover{
  opacity:1;
	transition:0.3s;
}




.goods_img .swiper-button-next:after,.goods_img .swiper-button-prev:after{
  font-size: 1.3rem;
  color:#231816;
  opacity: 0.8;
}
.goods_img .swiper-button-prev{
left:5px;
  display: none;
}

.goods_img .swiper-button-next{
  right: 5px;
   display: none;
}

.goods_img.mouseon .swiper-button-next,.goods_img.mouseon .swiper-button-prev{
  display: block;
  margin: -0.7rem 0 0 0;
  padding: 0;

}


.goods_img .swiper-pagination-bullet{
  background: #231816;
  opacity: 0.3;
  bottom: 15px;
}

.goods_img .swiper-pagination-bullet-active{
  background: #231816;
  opacity: 1.0;
}

.goods_img .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:15px;
}

.goods_text{
margin: 0;
padding: 0.5rem;
}

.goods_text p{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1rem;
font-weight: 500;
  }

  .goods_text p span{
    font-size: 80%;
  }

  #store a{
    text-decoration: none;
  }

  #store .contents{
    text-align: left;
    padding: 2rem 15%;
  }

#store p.title{
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-bottom: 2px dashed #231816;
}

#store p{
  font-size: 1.1rem;
}
#store p.button{
  
  color:#fffff7;
  background: #231816;
  display: block;
  max-width: 400px;
  margin: 1rem 0;
  font-size: 1rem;
}

#store p.button a{
  color:#fffff7;
  display: block;
  width: 100%;
}

#store p.button:hover{
  color: #ff8219;
}

#store p.button a:hover{
  color: #ff8219;
}
  
.archive_button{
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  display: flex;
    justify-content: center;
    text-align: center;
}

.button_area .archive_button:last-of-type{
  margin: 0 auto 1rem;
}

.archive_button p{
  display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0.5rem 1.5rem;
    color: #231816;
background: #fffff7;
    border: 2px solid #231816;
    border-radius: 2rem;
font-size: 0.9rem;
}

.archive_button p:hover{
  color: #ff8219;
  color: #fffff7;
  background: #231816;
}

.archive_button a:nth-of-type(3) p{
  margin: 0;
}

.archive {
  width: 100%;
  margin: 0 auto 2rem;
padding: 0;
text-align: center;
display :flex;
  flex-wrap : wrap;
  justify-content: center;
}

.archive_box{
  margin: 0;
  padding: 1rem;
width: calc(100% /3); 

}

.archive_img {
  margin: 0;
padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto; 
  display: block;
position: relative;
box-sizing: border-box;
    border: 1px solid #231816;
    background: #fff;
}



.archive_img img{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;

}

.archive_text{
  width: 100%;
  margin: 0.5rem auto 0;
  padding: 0;
  text-align: center;
}

.archive_text p{
  margin: 0 auto ;
  padding: 0;
    font-size: 1rem;
    font-weight: 500;
}

.archive_img .swiper-button-next:after,.archive_img .swiper-button-prev:after{
  font-size: 1.2rem;
  color:#231816;
  opacity: 0.8;
}
.archive_img .swiper-button-prev{
  left:0;
  display: none;
}

.archive_img .swiper-button-next{
  right:0;
   display: none;
}

.archive_img.mouseon .swiper-button-next,.archive_img.mouseon .swiper-button-prev{
  display: block;
  margin: -0.7rem 0 0 0;
  padding: 0;

}


.archive .archive_img .swiper-pagination-bullet{
  background: #231816;
  opacity: 0.3;
  bottom: 10px;
}

.archive .archive_img .swiper-pagination-bullet-active{
  background: #231816;
  opacity: 1.0;
}

  #form{
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    width: 80%;

  }

  #contact p{
    margin: 0 auto 1rem;
    padding: 0;
  }

  #contact p.form_title{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    border-bottom: 2px dotted #231816;
  }



    #contact a:hover{
      color: #ff8219;
    }

.contact_box{
  display: flex;
  margin: 1rem auto 0;
   justify-content: center;
}
.contactchara{
margin: 0;
padding:1rem;

}
.contactchara img{
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
max-width: 250px;
}

.contacttext{
margin: auto 0;
padding: 1rem 1.5rem;

text-align: left;
}

#contact .contacttext p.button{
  padding: 0.5rem 2rem;
}
  form{
width: 100%;
    margin:0 auto;
    padding: 0;
  }
  .form_item{
    overflow: hidden;
    margin: 0 auto 1.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }
  .label{
    display: block;
margin: 0 1rem 0 0;
padding: 0.5rem 0;
    width:25%;
text-align: right;
font-size: 1rem;
font-weight: 500;

  }
  .inputs{
    display: block;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width:75%;
  }
  input[type="text"],input[type="email"]{
    border: solid 1px #231816;
    border-radius:5px;
    padding:0.5rem;
font-size: 1rem;
  }
  textarea{
    border: solid 1px #231816;
    border-radius:5px;
    padding:1rem;
    height: 160px;
    font-size: 1rem;
  }

  input[type="submit"]{
    margin: 0 auto;
    padding: 0.5rem 2rem;
    color: #fffff7;
    background: #231816;
    border: solid 2px #231816;
    border-radius: 2rem;
    font-weight: 500;
  }
  input[type="submit"]:hover{
    color: #fffff7;
    background: #F0852F;
    border: solid 2px #F0852F;
  }
  button[type="button"]{
    margin: 0 0 0 1rem;
    padding: 0.5rem 2rem;
    color: #231816;
    background: #fffff7;
    border: solid 2px #231816;
    border-radius: 2rem;
    font-weight: 500;
  }
  button[type="button"]:hover{
    color: #fffff7;
    background: #F0852F;
    border: solid 2px #F0852F;
  }

#footer{
width: 100%;
margin: 0;
padding: 0;
position: sticky;
top: 100vh;
left: 0;
bottom: 0;

z-index: 1;
}



#footer  small{
display: block;
margin: 0 auto;
padding: 1em 0;
font-size: 70%;
color: #c99f45;
color: #ff8219;
/* background: #231816;
background: #192451; */
font-weight: 500;
text-shadow: 0 0 5px #231816;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display:block;
    opacity:1;
    z-index: 800;
    margin: 0;
    padding: 0;
    color: #ff8219;
    font-size: 1.5rem;
    line-height: 1.2;
}

#page_top .fas{
  color: #ff8219;
}

@media screen and (max-width: 1024px) {



.logo_fadein .fadeimg .fadelogo{
  max-width: 80vw;
}

.logo_fadein .fadeimg .fadechara{
  bottom: 5%;
}

}

@media screen and (max-width: 896px) {








#container{
padding: 2em 1em 0;
}

.about_catch{
  font-size: 1.1rem;
}

.chara_img img{
  max-height: 250px;
width: auto;
max-width: 100%;
}







.goods_button a:last-of-type p{
  margin: 0 auto;
  
}
.goods_button p{
font-size: 1rem;
}

}

@media screen and (max-width:758px){


.sp{
display: inline;
}
.pc{
display: none;

}




    img{
        max-width: 90%;
    }

.logo_fadein .fadeimg .fadechara{
max-width: 160px;

}

#nav-content ul{
  font-size: 1.8rem;
}

#menu{
  height: 80px;
}

.menu-icon{
  top:15px;
  left: 15px;
}

h2{
  font-size: 1.6rem;
}

h3{
  margin: 0 auto 0.5rem;
  font-size: 1.3rem;
  padding: 0 35px;
}

h3:before, h3:after{
  width: 20px;
}

#archive h3{
  padding: 0 30px;
}



.swiper .swiper-wrapper{
  width: 100%;
}

.swiper .swiper-slide img{
  max-width: 100%;
}

.about_catch{
  text-align: left;

}

.about_img{
display: block;
}

.about_img .aboutchara{
width: 100%;
}

.about_img .aboutchara:first-of-type{
display: none;
}

.about_img .aboutchara:last-of-type{
display: none;
}

.index_chara{
  display: block;
  margin: 0 auto;
}

.index_chara .charaicon{
width: 100%;
margin: 0 auto 1rem;
}

#news_topics .contents img{
  max-width: 100%;
}

.chara{
  display: block;
  padding: 1rem 0;
}

.chara_img{
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
}
.chara_text{
    width: 100%;
  padding: 0 0.5rem 1rem;
}

.chara_img img{
  max-height: 200px;

}

.chara_img.righttop{
  display: block;
}

.chara_img.rightbottom{
  display: none;
}

.chara:nth-of-type(3) .chara_img img{
max-height: 250px;
}

.chara_img img.charaback{
  max-width: 120px;
  max-height: 120px;
}


.charaback.back01{
left:13%;
bottom: 5%;
}
.charaback.back02{
right: 10%;
bottom:5%;
}

.chara_img.righttop .charafront{
  margin: 0 0.5rem 0 0;
}


.chara_text p.title{
  text-align: center;
  padding: 0.5rem 0;
  border-top: 2px dashed #231816;
  font-size: 1.3rem;
}

.chara_text p{
  font-size: 1rem;
}

#artist .chara{
display: block;
margin: 0 auto;
padding: 0;
}


#artist .contents{
  padding: 1.5rem;
}

.story_img{
  display: block;

}



.img_hover{
  display: block;
  max-width: 100%;


}

.img_hover img{
  max-width: 100%;
  padding: 10px 0;

}

.goods_button{
  display: block;
  padding: 0 0 1rem;

}
.button_area .goods_button:first-of-type{
  padding: 0 0 1rem;
}



.goods_button p{
display: block;
margin: 0 auto 1rem;
width: 80%;

}

.goods{
  display: block;
  width: 100%;
}

.goods_inner{
  width: 100%;
max-width: 100%;
display: block;
padding: 1em 0;
}

.goods_text{
  padding: 0.5rem 0;
}

#store .contents{
  padding: 1rem;
}



#store p{
  text-align: center;
}

#store p.button{
  width: 100%;
  font-size: 0.9rem;
}

.index_archive{
  display: block;
  margin: 0 auto;
    padding: 0;
}

.index_archive .index_archive_img{
  width: 100%;

}

.archive_button{
  display: block;
  padding: 0;

}
.archive_button p{
  display: block;
  width: 85%;
  margin: 0 auto 0.5rem;
}
.archive_button a:nth-of-type(3) p{
  margin: 0 auto 0.5rem;
}

.archive{
  display: block;
}

.archive_box{
  width: 100%;
}

.archive_img{

}

#form{
  width: 100%;
padding: 1rem 0.5rem;
}



.contact_box{
display: block;
}

.contact_box .contactchara{
width: 100%;
}

.contactchara img{
  max-width: 200px;
}

.contacttext{
  margin: 0 auto;
  text-align: center;
}

.form_item{
  display: block;

}
.label{
  width: 100%;
  text-align: left;
}
.inputs{
  width: 100%;
  margin: 0;
}

    #page_top {
right: 0.5em;
}

#page_top img{
max-width: 25px;
}

}


@media screen and (max-width:320px){

    .ssp{
display: inline;
}

    .inner{
        padding:1em 0.7em;
    }

    .contents .text{
         padding:0 0.7em;
    }

    .contents .text p{
        font-size: 90%;
    }

    .contents .title p{
        font-size: 1.2rem;
    }

    .locaspot .locatitle{
        font-size: 1.2rem;
    }

    .locaspot .pic01 p{
        font-size: 90%;
    }

    #footer .icon a:first-of-type img{
        display: block;
        margin: 0 auto 1em;
        max-height: 40px;
    }
}
