﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
2024年末感謝SALE
========================*/
#yearend2024 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/*２色背景*/
.bicolorbg {
  width: 100%;
  margin: 0 auto;
  padding: 48px 24px 0;
  background: linear-gradient(to right, #359D90 0%, #359D90 50%, #E50016 50%, #E50016 100%);
}
@media screen and (max-width: 640px) {
.bicolorbg {
  padding: 32px 18px 0;
  }
}

/*-------------------------
タイトルヘッダー部
--------------------------*/
#yearend2024 header{
  width: 100%;
  padding: 64px 12px 0;
  margin: 0 auto;
  background: url(../img/headerbg.png) no-repeat center top;
  background-size:100% auto;
  text-align: center;
}
#yearend2024 header h1 img{
  width: 100%;
  max-width: 640px;
  margin-bottom: 32px;
}
#yearend2024 header h2 img{
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1420px) {
#yearend2024 header{
  background-size:140% auto;
  }
}
@media screen and (max-width: 1000px) {
#yearend2024 header{
  background-size:200% auto;
  }
}
@media screen and (max-width: 767px) {
#yearend2024 header{
  padding: 42px 12px 0;
  }
}
@media screen and (max-width: 480px) {
#yearend2024 header{
  padding: 24px 8px 0;
  }
#yearend2024 header h1 img{
  margin-bottom: 18px;
  }
}

/*-------------------------
注意事項
--------------------------*/
.notebox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  background:rgba(255,255,255,0.7);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
  margin-bottom: 84px;
}
.notebox h1 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.6;
  color: #222;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  margin-bottom: 12px;
  text-align: center;
}
.notebox h1 br{
  display: none;
}
@media screen and (max-width: 960px) {
.notebox h1 br{
  display: block;
  }
}
@media screen and (max-width: 640px) {
.notebox {
  padding: 24px;
  margin-bottom: 64px;
  }
.notebox h1{
  text-align: left;
  font-size: 1.25em;
  }
.notebox h1 br{
  display: none;
  }
}

/*ドット付き項目*/
.notebox p{
  padding: 0.1em 0 0 1.2em;
  margin: 0 0 0.3em;
  line-height: 1.6;
  color: #222;
  font-size: 1.05em;
  font-weight: 700;
	position: relative;
}
.notebox p:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.15em;
  color: #222;
  font-family:"Material Symbols Rounded";
	content: "\e061"; /*ドット*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 640px) {
.notebox p{
  font-size: 0.9em;
  }
}

/*-------------------------
対象商品一覧
--------------------------*/
.itemwrap {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 32px;
  background: #FFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.itemwrap h4 {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.6;
  color: #222;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  text-align: center;
  margin-top: -64px;
}
.itemwrap h5 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6;
  margin: 12px 0 8px;
  text-align: center;
}
.itemwrap h6 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.6;
  color: #B08300;
  margin: 0 0 32px;
  text-align: center;
}
.itemwrap h5 br,
.itemwrap h6 br{
  display: none;
}
@media screen and (max-width: 767px) {
.itemwrap h5 {
  font-size: 1.1em;
  }
.itemwrap h6 {
  font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
.itemwrap {
  padding: 18px 18px 15px;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  }
.itemwrap h4 {
  font-size: 1.6em;
  margin-top: -36px;
  }
.itemwrap h5 {
  font-size: 1em;
  }
.itemwrap h6 {
  font-size: 0.9em;
  margin: 0 0 24px;
  }
.itemwrap h5 br,
.itemwrap h6 br{
  display: block;
  }
}
@media screen and (max-width: 480px) {
.itemwrap {
  padding: 18px 12px 15px;
  }
}

/*一覧並び*/
.itemlist {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.itemlist li{
  width: 16.66%;
  max-width:16.66%;
  width: calc(100% / 6);
  height: auto;
  padding: 0 8px 16px;
}
@media screen and (max-width: 1240px) {
.itemlist li{
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  }
}
@media screen and (max-width: 1000px) {
.itemlist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  }
}
@media screen and (max-width: 840px) {
.itemlist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 640px) {
.itemlist {
  max-width: 420px;
  }
.itemlist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
.itemlist li{
  padding: 0 6px 12px;
  }
}

/*ボックス*/
.itemlist div{
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 100%;
  margin: 0 auto;
  padding: 8px 8px 15px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  text-align: center;
}
.itemlist div img{
  width: 84%;
}
.itemlist a{
  display: block;
  text-decoration: none;
  color: #333;
  height: 100%;
}
.itemlist a:hover div{
  background: #F0F0E1;
  box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
  transition:all 0.3s ease;
}
.itemlist a:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}
.itemlist div h2{
  text-align: center;
  line-height: 1.5;
  font-size: 0.95em;
  margin-top: 8px;
}
.itemlist div h3{
  text-align: center;
  line-height: 1.45;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 5px;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
.itemlist div h2{
  font-size: 0.9em;
  }
.itemlist div h3{
  font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
.itemlist div{
  padding: 8px 8px 12px;
  }
.itemlist div h2{
  font-size: 0.8em;
  text-align: left;
  padding: 0 0.3em;
  }
.itemlist div h2 br{
  display: none;
  }
.itemlist div h3{
  text-align: left;
  font-size: 0.65em;
  padding: 0 0.3em;
  }
}

/*会員限定アイコン*/
.itemlist div span{
  position: absolute;
  top: 0;
  right: 5px;
}
.itemlist div span img{
  width: 100%;
  max-width: 48px;
}
@media screen and (max-width: 767px) {
.itemlist div span img{
  max-width: 42px;
  }
}
@media screen and (max-width: 480px) {
.itemlist div span{
  right: 3px;
  }
.itemlist div span img{
  max-width: 34px;
  }
}


