@charset "UTF-8";

/*-------------------枠線消す用------------*/
.b1 {
  border: 0 !important;
}

#special-content.p_25 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #contents {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .main-top {
    padding: 0 !important;
    margin: 0 !important;
  }

  .p_25 {
    padding: 0 !important;
  }

  #contents .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*-------------------枠線消す用------------*/

h1.top-box .top-back {
	z-index: 0;
}

.top-back img {
	width: 1900px;
	max-width: 100%;
	margin: 0 auto;
}

p.priceCon {
	color: red;
	font-size: x-large;
}

#menu {
	margin: 0 auto;
	width: 1100px;
	margin-top: 2%;
	max-width: 100%;
}

.menu-ttl img {
	width: 120px;
	max-width: 100%;
    border-radius: 100px;
    box-shadow: 2px 3px 5px 0.2px #7aa7f0;
	margin: 0 auto;
}

.menu-ttl p {
	margin-top: 6%;
	color: #0061ff;
}

h2.item-ttl img {
	width: 100%;
	margin: 3% 0 1% auto;
}

.menu-ttl img:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}

    100% {
		opacity: 1;
	}
}

.item img {
	width: 80%;
}

.item img:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

.item img:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}

    100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}

    100% {
		opacity: 1;
	}
}

a.button-y {
	color: #555555;
}

.button-y {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	border: 1px solid #e1c493;
	color: #e1c493;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

.button-y:hover {
	color: #fff;
}

.button-y::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #e1c493;
	transform-origin: center center;
	transform: scale(0, 1);
	transition: transform .3s;
}

.button-y:hover::before {
	transform: scale(1, 1);
}

.back {
	background-image: url(https://pics.premoa.co.jp/optim/feature/measures-summer/back.png);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	margin-top: 4%;
}

.tokusyulink {
	margin: 0 auto;
	max-width: 100%;
}

.tokusyulink img {
	width: 400px;
	max-width: 100%;
}

.tokusyulink img:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

.main-top {
	padding: 0 !important;
	margin: 0 !important;
}

.b1 {
	border: 0 !important;
}

.p_25 {
	padding: 0 !important;
}

.header_top_sale {
	display: none;
}

@media screen and (max-width:991px) {
    .button-y {
		padding: 0.5em 12em;
	}

	.button-b {
		padding: 0.5em 12em;
	}

	h2.item-ttl img {
		object-fit: cover;
		height: 60px;
	}

    .item-list {
		margin: 0 auto;
		width: 380px;
		max-width: 100%;
	}

	.menu-ttl img {
		max-width: 80%;
	}

	.tokusyubox {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.tokusyuimg {
		padding-bottom: 20px;
	}

	.item-ttl {
		margin: 0;
	}

	.item-ttl2 {
		margin: 0;
	}
}

@media screen and (max-width:655px) {
	h2.item-ttl img {
		object-fit: unset;
		height: auto;
	}

	.button-y {
		padding: 2% 20%;
	}

	.button-b {
		padding: 2% 20%;
	}
}

/* 2022追加 */
.box a:focus,.box a:hover {
	text-decoration: none;
}

.box {
	max-width: 1500px;
	margin: 0 auto;
}

.mainbox {
    background-image: url(https://pics.premoa.co.jp/optim/feature/measures-summer/2022/img/bg.png);
    background-attachment: fixed;
    background-size: cover;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 80px 0 0;
}

.item-ttl {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  border: 2px solid #fff;
  background-color: #0045ff;
  box-shadow: 0px 0px 0px 8px #0045ff;
  padding: 4px;
}

.item-ttl2 {
	color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    background-color: #0087ff;
    box-shadow: 0px 0px 0px 8px #0087ff;
    padding: 4px;
}

.linettl {
  border-bottom: 4px solid;
	border-image: linear-gradient(to right, #335fff 0%, #1afff4 100%);
	border-image-slice: 1;
  margin: 40px auto;
	font-size: 28px;
  font-weight: bold;
}



/*価格*/
p.productName {
	font-size: 15px;
    color: #343434;
	font-weight:  bold;
    padding: 20px 0 10px;
}

p.price {
	font-size: 30px;
	text-align: right;
    color: #ff0000;
    font-family: Impact,'Oswald',Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans-serif;
}

p.zaiko {
    text-align: right;
    font-size: 13px;
    color: #00a686;
    font-weight: bold;
    padding: 7px 0 10px;
}

/*ナビ*/
.navi {
    margin-bottom: 60px;
}

/*もっと見る*/
.more {
    text-align: center;
    margin: 30px 0 40px;
}

a.morebtn {
  min-width: 280px;
  max-width: 100%;
	text-decoration: none;
	padding: 10px;
  letter-spacing: 0.02em;
}
  
/* ボタン本体の装飾 */
.morebtn {
	position: relative; /* static以外を指定 */
	z-index: 0;
	display: inline-block;
	background: transparent;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
  
.morebtn::before,
.morebtn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
  
  /* グラデーション1 */
.morebtn::before {
	transition: all 0.6s;
	z-index: -1;
	background: linear-gradient(135deg, #0087ff 0%, #0045ff 100%);
}
  
  /* グラデーション2 */
.morebtn::after {
	z-index: -2;
	background: linear-gradient(135deg, #0045ff 0%, #0087ff 100%);
}
  
.morebtn:hover::before {
	opacity: 0;
}

.moreimg {
    max-width: 60px;
    align-items: center;
}

.tokusyubox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*roading*/
.shohintem {
	position: relative;
    z-index: 9999;
}

.shohintem:not(:empty)+.anime {
    display: none;
}

.anime {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 35px;
    height: 35px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63,249,220);
    background: linear-gradient(0deg, rgba(135 203 255 / 10%) 15%, rgb(53 59 70) 100%);
    animation: spin .8s linear 2s infinite;
}

.circle-core {
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    border-radius: 50%;
}

.circle-border:not(:root) {
    overflow: hidden;
}

@keyframes spin {
	from {
	  transform: rotate(0);
	}
	to{
	  transform: rotate(359deg);
	}
}
  
  @keyframes configure-clockwise {
	0% {
	  transform: rotate(0);
	}
	25% {
	  transform: rotate(90deg);
	}
	50% {
	  transform: rotate(180deg);
	}
	75% {
	  transform: rotate(270deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
  
  @keyframes configure-xclockwise {
	0% {
	  transform: rotate(45deg);
	}
	25% {
	  transform: rotate(-45deg);
	}
	50% {
	  transform: rotate(-135deg);
	}
	75% {
	  transform: rotate(-225deg);
	}
	100% {
	  transform: rotate(-315deg);
	}
}
  
@keyframes pulse {
	from {
	  opacity: 1;
	  transform: scale(1);
    }
	to {
	  opacity: .25;
	  transform: scale(.75);
    }
}

/*非家電navi遷移ボタン*/
.hinavi {
    margin: 50px 0 0;
}

.hinavibtn{
  position: relative;
  display:inline-block;
  background: #20c1ff;
  color: #fff !important;
  padding: 20px 50px;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  font-size: 17px;
}

.hinavibtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

.hinavibtn:hover::before {
  animation: shine 0.7s;
}

a.hinavibtn {
    color: #ffff;
}

/* ナビゲーションボタン */
.navCon{
  width: 900px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.navCon > a{
  display: block;
  margin: 0 15px;
}

/* リード文 */
.leadCon{
  padding: 30px 10px;
}
.leadCon p{
  line-height: 1.8;
  font-size: 16px;
}
.lead_marker{
  color: #ff4715;
  font-weight: bold;
}

/* おすすめ */
.osusume{
  margin-bottom: 40px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*エアコンテキスト*/
.textBox {
    margin: 50px auto 0;
    max-width: 1200px;
}
.airttlsub {
    font-size: 20px;
    font-weight: bold;
    color: #0087ff;
  	text-align: left;
}

.subtextBox {
    text-align: left;
    font-size: 17px;
    color: #303030;
  	padding: 10px 0 20px 0;
	  line-height: 1.8;
}

.subtextBox p{
  padding-bottom: 15px;
}

.marker {
    background: linear-gradient(transparent 60%, #e2e1fc 0%);
    font-weight: bold;
}
.textimg img {
    margin: 15px auto;
}

/*bxslider*/

.search-item {
  transition: .3s;
}

.search-item:hover {
  opacity: .7;
}

.items__others {
  text-align: left;
}

.product-list ul li .txt-productname {
  line-height: 1.5 !important;
  margin: 10px 0 5px;
  font-weight: bold;
  color: #393939;
  font-size: 14px;
  height: 4.3em !important;
  overflow: hidden;
}

p.txt-productname>a {
  color: #393939;
}

.txt-price {
  font-size: 25px !important;
  color: #e60012;
}

.txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}

.product-list p.txt-stock {
  font-size: 12px !important;
  font-weight: normal !important;
  height: unset !important;
  color: #393939 !important;
}

.product-list {
  border: none !important;
  max-width: 1200px !important;
  margin: 10px auto 0;
  height: auto !important;
}

.product-list ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0 !important;
  position: relative;
}


.bx-controls-direction {
  display: none;
}

.product-list ul li {
  height: auto !important;
  border: none !important;
  width: calc(25% - 10px) !important;
  padding: 5px !important;
  margin: 0 5px 15px;
  max-width: 290px;
  background: #fff;
  border-radius: 5px;
}

.product-list ul li img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: auto;
  margin: auto;
}

.product-list .txt-stock {
  font-size: 12px;
}

.product-list ul li:hover {
  background: #fff;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}


.bx-wrapper .bx-viewport {
  height: auto !important;
}

a.img-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: .2s;
}

.product-list ul:empty::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #999 #00000010 #00000010;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: calc(50% - 20px);
  top: 30px;
  content: "";
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width:767px) {
  .product-list ul li {
    width: calc(50% - 10px) !important;
    max-width: 230px;
  }

  .txt-price {
    font-size: 20px !important;
  }
}
/*reponsive*/


@media screen and (max-width:991px) {
  .textBox{
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
	.navi {
		margin: 30px;
	}

	.item-ttl {
		margin: 0;
		font-size: 30px;
	}

	.item-ttl2 {
		margin: 0;
		font-size: 30px;
	}
	
	.more {
		margin: 0 15px 60px;
	}

	p.productName {
		max-width: 80%;
		margin: auto;
		line-height: 1.3 !important;
	}

	p.naviname {
		margin-bottom: 20px;
		font-size: 13px;
	}

  .navCon > a{
    margin: 0 2.5px;
  }

  .leadCon{
    padding: 10px;
    text-align: left;
  }

  .leadCon p{
    font-size: 14px;
  }

  .linettl{
    margin: 0 auto;
  }

  .osusume{
    margin-bottom: 60px;
  }
}


@media screen and (max-width:480px) {
    .flexitem {
		padding: 10px 10px 0;
    }

	.navi {
		margin: 30px 5px;
	}

	.linettl {
		font-size: 24px;
	}

	.menu-ttl img {
		max-width: 100%;
	}

	.morebtn {
		font-size: 18px;
	}

	.moreimg {
		max-width: 40px;
	}

	p.zaiko {
		padding: 0 0 10px;
		margin-right: 10px;
	}

	.flexbox {
		padding: 50px 0 0;
	}

	p.price {
		margin-right: 6px;
		font-size: 23px;
	}

	.tokusyuimg {
		padding-left: 5px !important;
		padding-right: 5px !important;
		padding-bottom: 15px;
	}

	.mainbox {
		background-image: none;
	}

	.anime {
		width: auto !important;
	}

	.subtextBox {
		font-size: 15px;
	}

	.hinavi {
		margin: 10px 0 50px;
	}

	.hinavibtn {
		padding: 15px 40px;
	}
}