@charset "utf-8";

/*===============
Loading背景画面設定
================*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background:#afb9b3;
  text-align:center;
  color:#fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width:150px;
}

@media screen and (max-width: 450px) {
#splash_logo img {
  width:120px;
}
}

/* アイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*=============
MVスライダー css
==============*/

.slider_box {
	width: 500px;
	margin-top: 65px;
	margin-right: 7.5%;
}
#slider {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

@media(min-width: 900px) {
.slider_box {
	height: 585px;
}
}

@media(max-width: 1050px) {
header {
	position: relative;
}
.slider_box {
	width: 400px;
}
#slider {
	width: 400px;
}
}

@media(max-width: 900px) {
header {
	position: relative;
}
.slider_box {
	width: 310px;
	height: 450px;
	margin-top: 70px;
	margin-right: 50px;
}
#slider {
	width: 310px;
	height: 450px;
	margin: 0 auto;
}
}

@media(max-width: 450px) {

header {
	position: relative;
	overflow: hidden;
}

.slider_box {
	width: 280px;
	margin-top: 50px;
	margin-right: 0;
}

#slider {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
}


/*=============
商品スライダー css
==============*/

/* ベースCSS・リセットCSS */
* {
  list-style: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  outline: none;
  border-radius: 0;
  z-index: 9999;
}

.demo-title {
  font-size: 24px;
  margin-bottom: 1em;
  padding: 1em 0;
  text-align: center;
  color: #fefefe;
  background-color: #1f5491;
}


/* スライド送りボタン */
.arow-wrap {
  width: 70%;
  height: 48px;
  margin: 70px auto 0 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1010;
}

.arrow-left, .arrow-right {
  position: absolute;
  top: 150px;
}

.arrow-left {
  left: -50px;
}

.arrow-right {
  right: 20px;
}

@media screen and (max-width: 700px) {
.arow-wrap {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  opacity: 0.7;
}

.arrow-left, .arrow-right {
  top: 170px;
}

.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}

/* 左 */
.arrow-left:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

/* 右 */
.arrow-right:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
}

@media screen and (max-width: 450px) {
.arow-wrap {
  width: 100%;
  height: 48px;
  margin: 0 auto 0 0;
}

.arrow-left, .arrow-right {
  position: absolute;
  top: 200px;
}

.arrow-left, .arrow-right {
  top: 150px;
}

.arrow-left {
  left: 10%;
}

.arrow-right {
  right: 10%;
}
}

@media screen and (max-width: 400px) {
.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}
}

.carousel {
  width: 70%;
  height: 400px;
  position: relative;
  margin: 0 0 0 auto;
  z-index: 1000;
}

.carousel-area {
  height: 100%;
  position: absolute;
  display: flex;
}

.carousel-area li p {
  margin: 7px auto 0 5px;
  font-size: 19px;
  font-family: "Bacasime Antique", serif;
  line-height: 22px;
  font-optical-sizing: auto;
  font-style: normal;
}

.carousel-area li p.price {
  font-size: 14px;
  margin-top: 0;
}

.carousel-area li p.price span {
  font-size: 12px;
  display: inline-block;
  padding-left: 2px;
}

.carousel-list {
  width: 270px;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
}

.carousel-list img {
  width: 270px;
  height: 250px;
  margin-bottom: 15px;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
.carousel {
  overflow: hidden;
}
}

@media screen and (max-width: 700px) {
  .carousel {
    width: 100%;
    height: 300px;
	margin-top: 50px;
  }

  .carousel-list {
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .carousel-list img {
  width: 200px;
  height: 180px;
}
}

@media screen and (min-width: 450px) {
  .carousel-area_pc {
  	display: block;
 }

  .carousel-area_sp {
  	display: none;
 }
}

@media screen and (max-width: 450px) {
  .carousel-area_pc {
  	display: none;
 }

  .carousel-area_sp {
  	display: block;
 }

  .carousel {
    width: 320px;
    height: 370px;
	margin: 0 auto;
  }

  .carousel-list {
    width: 270px;
    height: 370px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .carousel-list img {
  width: 100%;
  height: 270px;
}
}

@media screen and (max-width: 450px) {
  .carousel-area_pc {
  	display: none;
 }

  .carousel-area_sp {
  	display: block;
 }

  .carousel {
    width: 300px;
    height: 350px;
	margin: 0 auto;
  }

  .carousel-list {
    width: 250px;
    height: 350px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .carousel-list img {
  width: 100%;
  height: 240px;
}
}

.main #about .social {
    display: none!important;
}

/*==================
文字アニメーション css
===================*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	overflow: hidden;
	display: inline-block;
}

.header_p .slide-in_inner {
	height: 50px;
}

@media screen and (max-width: 900px) {
.header_p .slide-in_inner {
	height: 40px;
}
}

/* 上下のアニメーション*/
.downAnime{
    opacity: 0;/* 事前に透過0にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}



