@charset "utf-8";


@import url("/_shared/2017/css/default.css");
@import url("/_shared/2017/css/base-mobile.css");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');


::selection {
  color: #e95541;
  background: rgb(113 188 233 / 0.4);
}

a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}

header {
  background: url(/_shared/2017/img/header-logo-bg.png) center top no-repeat;
  background-size: 60%;
}

input,
textarea,
select {
  font-size: 14px;
}

footer {
  position: relative;
}

footer .pagetop {
  position: absolute;
  right: 3%;
  bottom: 10%;
  margin-top: 0;
  margin-right: 0;
  z-index: 100;
  /*display: block !important;*/
}

footer .pagetop a {
  display: block;
  width: 52px;
  height: 53px;
  background-image: url(/_shared/2017/img/footer-pagetop.png);
  background-position: -57px 0;
  background-repeat: no-repeat;
}

/*====================
カート
====================*/
select {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.cart {
  width: 100%;
  margin: 0 auto;
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 5px;
  background: #F74094;
  transition: all 0.3s linear;
}

.cart img:hover {
  background: #ccc;
}

.cart_forn_c form {
  text-align: center;
}

/*====================
注意事項
====================*/
.item_chs_caution_box {
  margin: 30px auto 0;
  width: 100%;
  color: #231815;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}

.item_chs_caution {
  text-indent: -1em;
  padding-left: 1em;
}

/*====================
コピーライト
====================*/
.copyright {
  padding-top: 10px;
  background-color: #363b5f;
  color: #fff;
  font-size: 1.2rem;
}

/*====================
フェードインスライダー_3枚
====================*/
.fadeslide {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	z-index: 0;
	
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 15s 0s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 15s 5s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 15s 10s infinite both;
	z-index: 4;
}
/*
.fadeslide div:nth-of-type(4) {
	animation: fadeslide 30s 15s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 30s 20s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 30s 25s infinite both;
	z-index: 1;
}
*/
@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}



.fadeslide_06 div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide_06 div:nth-of-type(1) {
	animation: fadeslide_06 18s 0s infinite both;
	z-index: 6;
}

.fadeslide_06 div:nth-of-type(2) {
	animation: fadeslide_06 18s 3s infinite both;
	z-index: 5;
}

.fadeslide_06 div:nth-of-type(3) {
	animation: fadeslide_06 18s 6s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide_06 18s 9s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide_06 18s 12s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide_06 18s 15s infinite both;
	z-index: 1;
}


@keyframes fadeslide_06 {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}




.fadeslide div img {
	width: 100%;
	height: 280px;
}


/*====================
トップへ戻る
====================*/
footer .pagetop {
  display: none;
}

footer .pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

footer .pagetop a:hover {
  background-position: 0 0;
}

