/*---------------------------------
              main
---------------------------------*/
@charset "UTF-8";
@font-face {
  font-family: 'impact';
  src: url(../font/impact.ttf) format("truetype");
}
@media screen and (min-width: 981px) {
body {
  display: none;
}
}
@media screen and (max-width: 980px) {
/* main */
html {
  display: table;
  width: 100%;
  height: 100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 50px 0 0px 0; 
	padding: 0px;
  background: none;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
  border: none;
}

/*---------------------------------
            sub item
---------------------------------*/
#video01 {
  margin: 0 0 300px 0;
}
.item-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 40px 0;
}
.item {
  margin: 0 4px;
}
.item a {
  text-decoration: none;
}
.item-text-container {
  font-size: 28px;
  margin: 5px 0 20px 0;
  text-align: center;
}
.item-sale {
  color: #FFFFFF;
  background-color: #ff65b9;
  border: 1px solid #ff65b9;
  border-radius: 5px;
  padding: 0px 4px;
}
.item-text {
  font-weight: bold;
  color: #ffffff;
  background-color: #ff4747;
  border: 1px solid #ff4747;
  border-radius: 5px;
  padding: 0px 4px;
  margin: 0 0 0 13px;
}
.item-img {
  position: relative;
  width: 460px;
  height: 506px;
  overflow: hidden;
  margin: 0 5px;
}
.item-img a {
  display    : block;
  position   : absolute;
  overflow   : hidden;
  width      : 460px;
  height     : 460px;
}
.item-img img {
  width: 460px;
  height: auto;
  overflow: hidden;
}
.item-img p {
  display    : block;
  position   : absolute;
  font-size: 32px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 470px;
}
.item-transparent {
  opacity: 0;
}
.item-name {
  font-size: 32px;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.item-price {
  font-size: 33px;
  font-weight: bold;
  color: #fa4998;
  margin-top: 5px;
  text-shadow: 1px 2px 1px #ccc;
}
.blinking{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.item-name {
  color: #000000;
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 470px;
}


}