@charset "utf-8";


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

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

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

footer {
  position: relative;
}

footer .pagetop {
 position: absolute;
 right: 20px;
 bottom: 60px;
 margin-top: 0;
 margin-right: 0;
 z-index: 100;
}

nav a, nav a:link, nav a:visited, nav a:active {
  color: #F74094;
  line-height: 1.6;
}

nav ul li a {
  width: 100%;
  max-width: 49px;
  border: solid 2px #F74094;
  font-size: 18px;
}

nav ul li a:hover {
  border: solid 2px #f8b209;
  color: #f8b209;
}

/*====================
カート
====================*/
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;
  padding: 15px;
  max-width: 1100px;
  color: #231815;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
}

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

/*====================
フェードインスライダー
====================*/
.fadeslide {
	position: relative;
	width: 350px;
	height: 320px;
	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: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 {
  max-width: 350px;
  max-height: 320px;
}


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

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


