@charset "utf-8";
/* 2024/08/08 spoon
---------------------------------------------------------- */

/* レイアウト1 動画とバナーPC/SP共縦並び */
.sp_item {
	background-color: #FFF;
	padding-top: 80px;
}
@media (max-width: 812px) {
  .sp_item {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
}

.sp_item_bnr {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffebeb;
}
@media (max-width: 812px) {
	.sp_item_bnr {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.sp_item_bnr a {
  display: block;
}
@media (min-width: 813px) {
  .sp_item_bnr a {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .sp_item_bnr a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sp_item_bnr a img {
	max-width: 100%;
}

.sp_item_ttl {
	max-width: 950px;
	height: auto;
	text-align: center;
	margin: 0 auto 3%;
}
@media screen and (max-width: 812px) {
  .sp_item_ttl {
	  max-width: 93%;
	}
}
.sp_item_ttl img {
	max-width: 100%;
	height: auto;
}

.sp_item_video_wrapper {
	max-width: 950px;
	height: auto;
	text-align: center;
	margin: 50px auto;
}
@media screen and (max-width: 812px) {
  .sp_item_video_wrapper {
	  max-width: 93%;
	  margin: 3.90625vw auto;
  }
}

.sp_item_video {
	margin-bottom: 50px;
}
@media screen and (max-width: 812px) {
  .sp_item_video {
	  margin-bottom: 3.90625vw
	}
}
.sp_item_video video {
	width: 100%;
	height: auto;
}


/* レイアウト2 動画とバナーPC横並び/SP縦並び */
.sp_item2 {
	background-color: #FFF;
	padding-top: 80px;
}
@media (max-width: 812px) {
  .sp_item2 {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
}

.sp_item2_ttl {
	max-width: 950px;
	height: auto;
	text-align: center;
	margin: 0 auto 3%;
}
@media (max-width: 812px) {
	.sp_item2_ttl {
		max-width: 93%;
		margin: 3.90625vw auto;
	}
}
.sp_item2_ttl img {
  max-width: 100%;
}

.sp_item2_bnr {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffebeb;
}
@media (max-width: 812px) {
	.sp_item2_bnr {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.sp_item2_bnr a {
  display: block;
}
@media (min-width: 813px) {
  .sp_item2_bnr a {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .sp_item2_bnr a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sp_item2_bnr a img {
	max-width: 100%;
}

.sp_item2_videoSP_wrapper {
	max-width: 93%;
	height: auto;
	text-align: center;
	margin: 3.90625vw auto;
}
.sp_item2_videoPC_wrapper {
	max-width: 950px;
	height: auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	margin: 50px auto 0;
}

.sp_item2_videoPC {
	width: 40%;
	height: auto;
	/*text-align: center;*/
}
.sp_item2_videoPC_wrapper a {
	width: 55%;
	height: auto;
}
.sp_item2_videoSP video {
	width: 100%;
	height: auto;
	margin-bottom: 3.90625vw;
}
.sp_item2_videoPC video {
	width: 100%;
	height: auto;
}



/* 2024/08/10 高評価商品税込価格
---------------------------------------------------------- */
.price_tax {
	font-size:1rem;
	color:#333;
	font-weight:normal;
}


/* 2024/08/10 おすすめ商品テキスト
---------------------------------------------------------- */
/*商品コピー*/
.txt-phrase {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	height: 3.0em; /* line-height 1.5 x 2em（行数） */
	letter-spacing: -0.02em;
	overflow: hidden;
	margin-bottom: 0.3em
}
@media (max-width: 812px) {
  .txt-phrase {
	  font-size: 1.1rem;
  }
}

/*商品名*/
.txt-productname {
	font-size: 1.3rem;
	line-height: 1.5;
	height: 3.0em; /* line-height 1.5 x 2em（行数） */
	letter-spacing: -0.02em;
	overflow: hidden;
	margin-bottom: 0.3em
}
@media (max-width: 812px) {
  .txt-productname {
	  font-size: 1.1rem;
  }
}

/*税抜き価格*/
.txt-productprice {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
    margin-bottom: 0.5em;
}
@media (max-width: 812px) {
  .txt-productprice {
	  font-size: 4.375vw;
  }
}

/*税込価格*/
.txt-productprice_tax {
	font-size:1.4rem;
	color:#333;
	font-weight: 400;
}
@media (max-width: 812px) {
  .txt-productprice_tax {
	  font-size: 2.8vw;
	}
}

/*NEWマーク*/
.txt-new {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #FFF;
	background-color: #E00501;
}
@media (max-width: 812px) {
  .txt-new {
	  font-size: 0.9rem;
  }
}


/* 2024/12/6 spoon動画下特集ページリンク
---------------------------------------------------------- */
.spoon-bnr {
	width: 100%;
	padding-bottom: 40px;
	background-color: #ffebeb;
}

.list-spoon-bnr {
  overflow: hidden;
  /*margin-top: -38px;*/
}
@media (min-width: 813px) {
  .list-spoon-bnr {
    width: 952px;/*3つの時は790px*/
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 812px) {
  .list-spoon-bnr {
    /*margin: -10px -10px 0;*/
	  padding-right: 10px;
	  padding-left: 10px;
  }
}

.list-spoon-bnr .item {
  float: left;
  margin-top: 38px;
  margin-left: 40px;
}
@media (min-width: 813px) {
  .list-spoon-bnr .item {
	  width: 208px;/*3つの時は370px*/
	  margin-top: 0;
	  margin-left: 40px;/*3つの時は50px*/
  }
  .list-spoon-bnr .item:nth-of-type(1) {
    margin-left: 0;
  }
}
/*:nth-of-type(1)は1番目のみを指定*/

@media (max-width: 812px) {
  .list-spoon-bnr .item {
    width: 50%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px;
  }
}

.list-spoon-bnr a {
  display: block;
}

@media (min-width: 813px) {
  .list-spoon-bnr a {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .list-spoon-bnr a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.list-spoon-bnr a img {
  width: 100%;
}


/* 2025/2/28 top上部キャンペーンバナー横並び2つ掲載
---------------------------------------------------------- */
.top-campaign-bnr2 {
	width: 100%;
	background: #fff;
}

.top-campaign-bnr_list {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .top-campaign-bnr_list {
	  margin: 0;
	  padding: 0 4% 4%;
	}
}

.top-campaign-bnr_list li {
	max-width: 465px;
}
@media screen and (max-width: 812px) {
  .top-campaign-bnr_list li {
	  max-width: 48%;
	}
}

@media (min-width: 813px) {
  .top-campaign-bnr_list li a {
	  opacity: 1;
	  transition: opacity 0.2s ease 0s;
  }
  .top-campaign-bnr_list li a:hover {
	  opacity: 0.7;
	  text-decoration: none;
  }
}

.top-campaign-bnr_list li a img {
	max-width: 100%;
}

/* 2025/3/28 スクールバナー上あしらい
---------------------------------------------------------- */
.school_image {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media (max-width: 812px) {
  .school_image {
	  max-width: 93%;
	}
}
.school_image img {
	max-width: 100%;
}


/* 
---------------------------------------------------------- */
@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}