#leftnavi{display:none !important;}
#wrapper,#middle_body{/*min-width: 1200px !important;*/width: 100% !important;margin: 0 auto !important;padding: 0 !important;}
#contents{width:100% !important;margin:0 auto !important;float:none !important;padding:0 !important;}

.inner_content{width:100%;}

#summer .pc_none{
	display:none;
}
#summer .w1000{
	width:1000px;
	margin:0 auto;
}
/*看板
================================ */
#summer .kanban{
	position: relative;
}
#summer .kanban .tanpin{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
		/*DEL
	-webkit-animation: zoomIn 3s cubic-bezier(0, 0.28, 0.32, 1.4) infinite forwards;
    animation: zoomIn 3s cubic-bezier(0, 0.28, 0.32, 1.4) infinite forwards;
    animation-delay:0s;
		*/
    height: 21vw;
}

/*ADD*/
#summer .kanban .tanpin.animation{
	-webkit-animation: zoomIn 3s cubic-bezier(0, 0.28, 0.32, 1.4) infinite forwards;
    animation: zoomIn 3s cubic-bezier(0, 0.28, 0.32, 1.4) infinite forwards;
    animation-delay:0s;

}



@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0.2);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  76% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.08);
  }
  87% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}


@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0.2);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  76% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.08);
  }
  87% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

/*大見出し
================================ */
#summer h3.ti_ej{
    text-align: center;
    letter-spacing: 1px;
    font-size: 44px;
    /*width: 48%;*/
    margin: 0 auto;
    color: #11b3fb;
	margin-top: 1vw;
    
    position: relative;
    font-weight: bold;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, transparent 2px, transparent 10px);
    background-repeat: no-repeat;
    background-size: 37% 15%;
    background-position: bottom;    
}
#summer .ej{
	display: block;
	margin: 0 auto;
}
#summer .ti{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
	font-size: 20px;
    color: #565656;
}

#summer #answer1 h4.fukidashi{
    background-size: 27% 23%;
    background-position: 61% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer2 h4.fukidashi{
    background-size: 30% 23%;
    background-position: 61% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer3 h4.fukidashi{
    background-size: 23% 23%;
    background-position: 60% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer4 h4.fukidashi{
    background-size: 38% 23%;
    background-position: 72% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer5 h4.fukidashi{
    background-size: 30% 23%;
    background-position: 61% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer6 h4.fukidashi{
    background-size: 20% 23%;
    background-position: 64% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}
#summer #answer7 h4.fukidashi{
	background-size: 31% 23%;
    background-position: 78% 83%;
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, #ff0 2px, #ff0 10px);
}


/*矢印
================================ */
#summer .arrow1,
#summer .arrow2,
#summer .arrow3 {
  position: relative;
  text-decoration: none;
  height:20px;
}
#summer .arrow1:before,
#summer .arrow2:before,
#summer .arrow3:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  margin-top: -6px;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;  
}
#summer .arrow1:before{
  border-bottom: solid 2px #8adefb;
  border-right: solid 2px #8adefb;	
}
#summer .arrow2:before{
  border-bottom: solid 2px #3caed5;
  border-right: solid 2px #3caed5;	
}

#summer .arrow3:before{
	border-bottom: solid 2px #207693;
    border-right: solid 2px #207693;
}

/*うようよ
================================ */
#summer .onayami{
	margin-bottom:150px;
    margin-top: 60px;
    position: relative;
}
#summer .onayami img.mo1{
    top: -10%;
    left: 18%;
    z-index: 1;
    width: 14vw;
}
#summer .onayami img.mo2{
    bottom: -17%;
    right: 27%;
    width: 13vw;
}
#summer .onayami .fluid {
    margin: 0 auto;
    width: 124vh;
    height: 80vh;
    background: linear-gradient(45deg,rgb(232 255 255),rgb(72 196 207));
    animation: fluidrotate 35s ease 0s infinite;
    position: relative;
    background: #4eb6ce;
}

@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 40% 40%;
}
14% {
	border-radius: 38% 34% 52% 32% / 61% 66% 28% 53%;
}
28% {
    border-radius: 50% 41% 55% 43% / 68% 71% 60% 59%;
}
42% {
    border-radius: 62% 51% 65% 52% / 85% 55% 49% 51%;
}
56% {
    border-radius: 50% 41% 55% 43% / 68% 71% 60% 59%;
}
70% {
    border-radius: 38% 34% 52% 32% / 61% 66% 28% 53%;
}
84% {

}
	  
}

#summer .onayami img {
    position: absolute;
}
#summer .onayami img.title{
	left: 0;
	right: 0;
	top: 4%;
	margin: auto;
	width: 33vw;
    width: 46%;
}
#summer .onayami img.human{
    left: 0;
    right: 0;
    bottom: -2%;
    margin: auto;
    width: 34%;
}
#summer .onayami img.fukidashi1{
    top: 21%;
    left: 16%;
}
#summer .onayami img.fukidashi2{
    top: 23%;
    right: 0;
    left: 0;
    margin: auto;
}
#summer .onayami img.fukidashi3{
    right: 18%;
    top: 22%;
}
#summer .onayami img.fukidashi4{
    left: 19%;
    top: 48%;
}
#summer .onayami img.fukidashi5{
    right: 16%;
    bottom: 32%;
}
#summer .onayami img.fukidashi6{
    left: 13%;
    bottom: 9%;
}
#summer .onayami img.fukidashi7{
	right: 13%;
    bottom: 10%;
}
#summer .onayami img.fukidashi1,
#summer .onayami img.fukidashi2,
#summer .onayami img.fukidashi3,
#summer .onayami img.fukidashi4,
#summer .onayami img.fukidashi5,
#summer .onayami img.fukidashi6,
#summer .onayami img.fukidashi7{
	width: 13vw;
	width: 19%;
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
#summer .onayami img.fukidashi2,
#summer .onayami img.fukidashi4,
#summer .onayami img.fukidashi6{
	animation-duration: 2.5s;
}
#summer .onayami img.fukidashi1:hover,
#summer .onayami img.fukidashi2:hover,
#summer .onayami img.fukidashi3:hover,
#summer .onayami img.fukidashi4:hover,
#summer .onayami img.fukidashi5:hover,
#summer .onayami img.fukidashi6:hover,
#summer .onayami img.fukidashi7:hover{
	animation-play-state: paused;
	opacity:0.8;
	
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*アイテムエリア
================================ */
#summer .answer{
    position: relative;
    margin-top: 150px;
}
#summer #answer1,
#summer #answer2,
#summer #answer3,
#summer #answer4,
#summer #answer5,
#summer #answer6,
#summer #answer7{
    position: relative;
}
#summer .answer .item_erea{
    background: #d2f3ff;
    padding-top: 10px;
	margin-bottom: 150px;
    padding-bottom: 20px;
    position: relative;
}
#summer .answer .item_erea .kira2{
    position: absolute;
    right: -20%;
    top: 20%;
}
#summer .answer .item_erea .kira1{
    position: absolute;
    left: -26%;
    bottom: 14%;
}
#summer .answer .case{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -4.5%;
    margin: auto;
}

#summer .answer h4.fukidashi {
	position: relative;
    display: inline-block;
    margin: 1.5em 0 0.5em;
    padding: 7px 10px;
    border-radius: 11px;
    padding-top: 30px;
    width: 100%;
    color: #0a4d63;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #0a4d63;
    box-sizing: border-box;
    text-align: center;
    font-size: 38px;
    background-repeat: no-repeat;
}
#summer .answer h4.fukidashi .ti_hu_r,
#summer .answer h4.fukidashi .ti_hu_l,
#summer .answer h4.fukidashi .ti_mo1,
#summer .answer h4.fukidashi .ti_mo2{
    position: absolute;
}

#summer .answer h4.fukidashi .ti_hu_r{
    bottom: 0vw;
    right: 0;
}
#summer .answer h4.fukidashi .case7_d{
    right:-4vw;
}
#summer .answer h4.fukidashi .ti_hu_l{
    bottom:0;
    left:0;
}
#summer .answer h4.fukidashi .ti_mo1{
    top: -166%;
    right: -16%;
    z-index: -1;
    width: 23%;
}
#summer .answer h4.fukidashi .ti_mo2{
    top: -28%;
    left: -16%;
    z-index: -1;
	width: 18%;
}
#summer .answer h4.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#summer .answer h4.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0a4d63;
  z-index: 1;
}

#summer .answer h4.fukidashi p {
  margin: 0;
  padding: 0;
}

#summer .answer .item_erea h4{
	margin-bottom:20px;
}
#summer .answer .item_erea p.sub_ti{
    text-align: center;
    font-size: 45px;
    color: #0a4d63;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0;
}
#summer .answer .item_erea p.sub_ti span{
    display: block;
    font-size: 24px;
    color: #565656;
}
#summer .answer .col_3,
#summer .answer .col_2,
#summer .answer .col_1{
	width:980px;
	margin: 0 auto;
}
#summer .answer ul li{
    vertical-align: top;
    display: inline-block;
    /*margin-right: 2px;*/
    margin-bottom: 12px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
	width: 100%;
    background: #fff;
}
#summer .answer .col_2 li{
    width: calc((100% - 6px*1)/2);
}
#summer .answer .col_3 li{
    width: calc((100% - 6px*2)/3);
}
#summer .answer .col_2 li:nth-child(2n),
#summer .answer .col_3 li:nth-child(3n){
	margin-right:0;
}
#summer .answer .item_erea ul li a{
	display:block;
	transition: all 0.3s ease 0s; 
    font-size: 22px;
    line-height: 1.3;
	padding: 15px 23px;
    color: #565656;
}
#summer .answer ul li a span{
    font-size: 18px;
}
#summer .answer .item_erea ul li a:hover{
    color: #565656;
    transition: all 0.3s ease 0s;
}
#summer .answer .item_erea .item_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
#summer .answer .item_erea .item_txt .block{
    padding: 25px 0;
    width: 80%;
}
#summer .answer .item_erea .item_txt .block h5{
    font-size: 36px;
    color: #0a4d63;
}
#summer .answer .item_erea .item_txt .block .sub_txt{
	color: #505050;
    font-weight: 400;
    font-size: 20px;
}
#summer .answer #answer4 .item_erea .col_3 li a img{
    width: 100%;
}

#summer .answer #answer4 .item_erea ul li a::after{
    right: 4%;
    bottom: -70%;
}
#summer .answer #answer5 .item_erea ul li a::after{
    right: 4%;
    bottom: -81%;
}

#summer .answer #answer4 .item_erea ul li a:hover::after,
#summer .answer #answer5 .item_erea ul li a:hover::after{
    right: 3%;
}

/*価格プロ/矢印
================================ */
#summer .spesicalprice{
	display:none;
}
#summer .answer .item_erea ul li a,
#summer .bg1 .categori ul.col_3 li a{
    position: relative;
}
#summer .answer .item_erea ul li a::after,
#summer .bg1 .categori ul.col_3 li a::after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #565656;
    border-right: 2px solid #565656;
    top: -9%;
    right: 2%;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
#summer .bg1 .categori ul.col_3 li a::after{
    border-top: 2px solid #11b3fb;
    border-right: 2px solid #11b3fb;
    top: 0%;
    right: 4%;
}
#summer .answer .item_erea ul li a:hover:after{
    right: 1%;
    transition: all 0.3s ease 0s;
}
#summer .bg1 .categori ul.col_3 li a:hover:after{
    right: 4%;
    transition: all 0.3s ease 0s;
}
#summer .answer .item_erea ul li a .buy_price{
    border-top: 2px solid #8f8f8f;
}
#summer .answer .item_erea ul li a .buy_price ul li{
	color: #b14040;
}
#summer .answer .item_erea ul li a .buy_price ul li.price{
	margin-bottom:0;
    font-size: 30px;
    background:none;
    border:none;
}
#summer .answer .item_erea ul li a .buy_price ul li.intax{
    font-size: 10px;
    background: none;
    border:none;
    vertical-align: baseline;
}
#summer .answer .item_erea ul li a .buy_price ul li{
    display: inline;
    vertical-align: baseline;
}

/*その他夏物家電
================================ */
#summer .categori{
	padding-top: 20px;
}
#summer .bg1{
	background: #e2f7ff;
	padding-bottom:100px;
}
#summer .categori h3{
    text-align: center;
    letter-spacing: 1px;
    font-size: 44px;
    margin: 0 auto 20px;
    color: #11b3fb;
    margin-top: 50px;
    font-weight: bold;
    
    background-image: repeating-linear-gradient(308deg, #ff0 0, #ff0 4px, transparent 2px, transparent 10px);
    background-repeat: no-repeat;
    background-size: 45% 34%;
    background-position: bottom; 
}
#summer .categori h3.summer_sleep{
    line-height: 1;
    background-size: 62% 40%;
    background-position: 49% 125%;   
}
#summer .categori h3 span{
    font-size: 25px;
}
#summer .categori .col_3 li,
#summer .categori .col_2 li{
	vertical-align:top;
	display:inline-block;
	margin-right:6px;/*※1*/
	margin-bottom:12px;/*※1*/
	text-align:center;
	box-sizing:border-box;
}
#summer .categori .col_2 li{
	width:calc((100% - 12px*1)/2);
}
#summer .bg1 .w1000 .categori .col_2 li:nth-child(2n){
	margin-right:0;
}
#summer .categori .col_3 li{
    width: calc((100% - 12px*2)/3);
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #11b3fb;
}
#summer .categori .col_3 li:nth-child(3n){
	margin-right:0;
}
#summer .categori .col_3 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #565656;
    height: 80px;
    background: white;
    border-radius: 5px;
}
#summer .categori .col_3 li:hover{
	transform: translate(-2px,-2px);
    box-shadow: 2px 2px #11b3fb;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.3s;
}




/* ページTOPへ戻る 
================================ */
#summer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 1%;
	font-weight: bold;
	z-index: 1;
    background: #8de5ff;
    border-radius: 180px;	
}
#summer .pagetop a {
    text-decoration: none;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 20px 23px;
}
#summer .pagetop a:hover {
    text-decoration: none;
	transition: all 0.3s ease 0s;
	background: #ffff84;
}
#summer .p_onayami {
    bottom: 120px;
    background: none;
    right: 1%;
}
#summer .p_onayami a{
	padding:0;
}
#summer .p_onayami a:hover {
    background: none;
    bottom: 140px;    
}
