
#opening{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
}

#opening span{
	
}

.inview {
  opacity: 0;
}

.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}

.inview.active.op.delay1{
  transition-delay: .3s;
}

.inview.active.op.delay2{
  transition-delay: .4s;
}

.inview.active.op.delay3{
  transition-delay: .5s;
}

#carp article{
  font-weight: 500;
}

#innav{
  padding: 40px 0;
}

#innav ul{
  display: flex;
  justify-content: center;
}

#innav ul li{
  padding: 0 60px;
  border-right: 1px solid #10246F;
}


#innav ul li:first-child{
  border-left: 1px solid #10246F;
}

#innav ul li a{
  color: #10246F;
  text-decoration: none;
  line-height: 1;
}

#innav ul li a:hover{
  text-decoration: underline;
}


#about{
  background: url(image/first_bg.jpg?v=1) no-repeat center center;
  background-size: cover;
  padding: 0 5%;
  text-align: center;
  padding: 110px 5% 110px;
}

#about .sec-title{
  margin-bottom: 40px;
}

#about .sec-title h2{
  color: #fff;
  font-size: 4.4rem;
  font-weight: bold;
}

#about .sec-title h2 span{
  background: linear-gradient(transparent 70%, rgba(254,231,53,.75) 0%);
  display: inline-block;
  line-height: 1;
}

#about p{
  margin-bottom: 50px;
  color: #fff;
}

#about p b{
  color: #FFF500;
  text-decoration: underline;
}

#about .logo{
}

#images{
  padding: 65px 0 40px;
}

#images .slider-block .slider{
  width: 100%;
  margin-bottom: 10px;
}

#images .slider-block .slider .image{
  max-width: 350px;
  padding-right: 15px;
}

#images .slick-dots{
  margin-top: 30px;
}

#images .slick-dots li button{
  background-color: #B7B7B7;
}

#images .slick-dots li.slick-active button{
  background-color: #818181;
}

#images .slider-block .thumb{
  display: none;
  justify-content: space-between;
}

#images .slider-block .thumb .image{
  padding: 0 1%;
}

#images #item2 .slider-block .thumb .image{
}

#images .slider .slick-prev,
#images .slider .slick-next{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  margin-top: -75px;
}
#images .slider .slick-prev::after,
#images .slider .slick-next::after{
  content: none;
}
#images .slider .slick-prev{
  left: 50%;
  transform: translateX(-568px);
  background: url(image/arrow-prev.svg) no-repeat center center;
  background-size: 100%;
}
#images .slider .slick-next{
  right: 50%;
  transform: translateX(552px);
  background: url(image/arrow-next.svg) no-repeat center center;
  background-size: 100%;
}

#item{
  padding: 100px 5%;
  background: url(image/itembg.png) center center;
}

#item h2{
  margin-bottom: 100px;
}

#item .layout{
  display: flex;
  margin-bottom: 80px;
  background-color: #fff;
  padding: 50px;
}

#item .slider-block{
  width: 43%;
}

#item .slider-block .slider{
  width: 100%;
  margin-bottom: 10px;
}

#item .slider-block .thumb{
  display: flex;
  justify-content: space-between;
}

#item .slider-block .thumb .image{
  padding: 0 1%;
}

#item #item2 .slider-block .thumb .image{
}

#item .slider .slick-prev,
#item .slider .slick-next{
  background: none;
  border: 1px solid #9F0010;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
}
#item .slider .slick-prev::after,
#item .slider .slick-next::after{
  border-color: #9F0010;
  border-width: 1px;
}
#item .slider .slick-prev{
  left: -23px;;
}
#item .slider .slick-next{
  right: -23px;
}

#item .text{
  position: relative;
  flex: 1;
  padding-left: 120px;
  padding-top: 100px;
}

#item .text .sen{
  position: absolute;
  top: 0;
  right: 0;
}

#item .text h3{
  margin-bottom: 80px;
}

#item .text h3 .en{
}

#item .text h3 .jp{
  color: #9F0010;
  font-size: 2.5rem;
}

#item .text .price{
  margin-bottom: 40px;
  font-size: 3rem;
}

#item .text .price .sub{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

#item .text .price .zei{
  font-size: 2rem;
}

#item .text p{
}

#item .text p .anno{
  font-size: 1.4rem;
}

#item .text .fair{
  text-align: center;
  margin-top: 80px;
}

#item .buy{
  text-align: center;
  color: #9F0010;
  margin-top: 50px;
  font-size: 1.5rem;
}
#item .buy a{
  display: inline-block;
  line-height: 1;
  padding: 15px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  background-color: #9F0010;
  max-width: 294px;
  width: 100%;
  text-decoration: none;
}

#shop{
  background: url(image/shop_bg.jpg?v=1) no-repeat center center;
  background-size: cover;
  padding: 80px 5%;
}

#shop .sec-title{
  text-align: center;
  margin-bottom: 30px;
}

#shop .en{
}

#shop h2{
  color: #fff;
  font-size: 2rem;
}

#shop .shop-block{
  background: rgba(255,255,255,.84);
  padding: 50px;
  max-width: 1002px;
  margin: auto;
  text-align: center;
}

#shop .text{
  width: 52%;
}

#shop h3{
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #10246F;
}

#shop .text .address{
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#shop .text a{
  display: block;
  background-color: #9F0010;
  border-radius: 30px;
  width: 265px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color:#fff;
  text-decoration: none;
}

#shop .image{
  width: 48%;
}

#faq{
  padding: 80px 5%;
}

#faq h2{
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #9F0010;
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq h2 img{
  margin-right: 20px;
}


#faq .faq-block{
  border: 1px solid #10246F;
  padding: 20px 80px;
}

#faq .box{
  border-bottom: 1px solid #10246F;
  padding: 30px 0;
  color: #10246F;
}

#faq .box:last-child{
  border: none;
}

#faq .box h3{
  font-weight: 500;
  background: url(image/q.svg) no-repeat left top;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#faq .box p{
  font-weight: 500;
  background: url(image/a.svg) no-repeat left top;
  padding-left: 40px;
}

#faq .box p b,
#faq .box p a{
  font-weight: normal;
    color: #9F0010;
}




/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {
#opening{
  padding: 0 10%;
}

#innav{
  padding: 0;
}

#innav .inner{
  padding: 0;
}

#innav ul{
  flex-wrap: wrap;
}

#innav ul li{
  width: 50%;
  border: none !important;
  padding: 2px;
}

#innav ul li:nth-child(3){
  width: 100%;
}

#innav ul li a{
  background-color: #F7F7F7;
  padding: 25px 0;
  text-align: center;
  display: block;
  font-size: 1.3rem;
}

#about{
  padding: 40px 5%;
}

#about .sec-title{
  margin-bottom: 20px;
}

#about .sec-title .image{
  max-width: 258px;
  margin: auto;
}

#about .sec-title h2{
  font-size: 2.8rem;
}

#about p{
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#about .logo{
  max-width: 290px;
  margin: auto;
}

#images .slider-block .slider .image{
  max-width: 240px;
}

#images .slider-block .thumb{
  display: flex;
  padding: 20px 25px 0;
}

#item{
  padding: 50px 0 50px;
}

#item .inner{
  padding: 0;
}

#item h2{
  max-width: 70%;
  margin-bottom: 40px;
  padding: 0 5%;
}

#item .layout{
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
  padding: 25px 0;
}

#item .layout:last-child{
  margin-bottom: 20px;
}

#item .layout .slider-block{
  width: 100%;
}

#item .layout .text{
  position: static;
  width: 100%;
  padding: 30px 5%;
}

#item .text h3{
  margin-bottom: 30px;
}

#item .text h3 .en img{
  height: 34px;
}

#item .text h3 .jp{
  font-size: 1.8rem;
}

#item .text .sen{
  width: 98px;
  top: -49px;
}

#item .text .price{
  margin-bottom: 30px;
}

#item .text p{
  font-size: 1.4rem;
}

#item .slider-block .slider .image{
  padding: 0 5px;
  
}
#item .slider-block .thumb{
  padding: 0 5%;
}

#item .text .price .sub{
  display: block;
  font-size: 1.4rem;
}

#item .text .fair{
  margin-top: 40px;
}

#shop{
  padding: 40px 5%;
}

#shop h3{
  font-size: 2rem;
}

#shop .en img{
  height: 38px;
}

#shop .shop-block{
  flex-direction: column-reverse;
  padding: 5%;
}

#shop .shop-block .image{
  width: 100%;
}

#shop .shop-block .text{
  width: 100%;
}

#shop .text h3{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#shop .text .address{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#shop .text a{
  margin: auto;
  width: 180px;
  height: 42px;
  line-height: 42px;
  font-size: 1.4rem;
}

#faq{
  padding: 40px 5%;
}

#faq h2{
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#faq h2 img{
  height: 22px;
  margin-right: 10px;
}

#faq .faq-block{
  padding: 5%;
}

#faq .faq-block h3{
  font-size: 1.3rem;
  background-size: 19px 19px;
  padding-left: 30px;
}

#faq .faq-block p{
  font-size: 1.3rem;
  background-size: 19px 19px;
  padding-left: 30px;
}


}