﻿@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");


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

/*背景色*/
#yearend2025 .bgwrap {
  width: 100%;
  margin: 0 auto;
  padding: 48px 24px;
  background-color: #94281D;
}
@media screen and (max-width: 640px) {
#yearend2025 .bgwrap {
  padding: 32px 18px;
  }
}

/*-------------------------
タイトルヘッダー部
--------------------------*/
#yearend2025 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;
}
#yearend2025 header h1 img{
  width: 100%;
  max-width: 640px;
  margin-bottom: 32px;
}
#yearend2025 header h2 img{
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1420px) {
#yearend2025 header{
  background-size:140% auto;
  }
}
@media screen and (max-width: 1000px) {
#yearend2025 header{
  background-size:200% auto;
  }
}
@media screen and (max-width: 767px) {
#yearend2025 header{
  padding: 42px 12px 0;
  }
}
@media screen and (max-width: 480px) {
#yearend2025 header{
  padding: 24px 8px 0;
  }
#yearend2025 header h1 img{
  margin-bottom: 18px;
  }
}

/*-------------------------
注意事項
--------------------------*/
#yearend2025 .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);
}
#yearend2025 .notebox h1 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.6;
  color: #ED1C28;
  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;
}
#yearend2025 .notebox h1 br{
  display: none;
}
@media screen and (max-width: 960px) {
#yearend2025 .notebox h1 br{
  display: block;
  }
}
@media screen and (max-width: 640px) {
#yearend2025 .notebox {
  padding: 24px;
  margin-bottom: 64px;
  }
#yearend2025 .notebox h1{
  text-align: left;
  font-size: 1.25em;
  }
#yearend2025 .notebox h1 br{
  display: none;
  }
}

/*ドット付き項目*/
#yearend2025 .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;
}
#yearend2025 .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) {
#yearend2025 .notebox p{
  font-size: 0.9em;
  }
}

/*-------------------------
対象商品一覧
--------------------------*/
#yearend2025 h4 {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  margin-top: 32px;
}
#yearend2025 h5 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6;
  margin: 12px 0 24px;
  text-align: center;
  color: #FFF;
}
#yearend2025 h5 br{
  display: none;
}
@media screen and (max-width: 767px) {
#yearend2025 h5 {
  font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
#yearend2025 h4 {
  font-size: 1.6em;
  margin-top: -36px;
  }
#yearend2025 h5 {
  font-size: 1em;
  }
#yearend2025 h5 br{
  display: block;
  }
}

/*一覧並び*/
#yearend2025 .itemlist {
  width:100%;
  max-width: 1420px;
  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;
}
#yearend2025 .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) {
#yearend2025 .itemlist li{
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  }
}
@media screen and (max-width: 1000px) {
#yearend2025 .itemlist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  }
}
@media screen and (max-width: 840px) {
#yearend2025 .itemlist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 640px) {
#yearend2025 .itemlist {
  max-width: 420px;
  }
#yearend2025 .itemlist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
#yearend2025 .itemlist li{
  padding: 0 6px 12px;
  }
}

/*ボックス*/
#yearend2025 .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;
}
#yearend2025 .itemlist div img{
  width: 84%;
}
#yearend2025 .itemlist a{
  display: block;
  text-decoration: none;
  color: #333;
  height: 100%;
}
#yearend2025 .itemlist div h2{
  text-align: center;
  line-height: 1.45;
  font-size: 0.9em;
  margin-top: 8px;
}
#yearend2025 .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) {
#yearend2025 .itemlist div h2{
  font-size: 0.85em;
  }
#yearend2025 .itemlist div h3{
  font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
#yearend2025 .itemlist div{
  padding: 8px 8px 12px;
  }
#yearend2025 .itemlist div h2{
  font-size: 0.75em;

  padding: 0 0.3em;
  }

#yearend2025 .itemlist div h3{
  text-align: left;
  font-size: 0.65em;
  padding: 0 0.3em;
  }
}

/*ラベルアイコン*/
#yearend2025 .itemlist div span{
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}
#yearend2025 .itemlist div span img{
  width: 100%;
  max-width: 48px;
}
@media screen and (max-width: 767px) {
#yearend2025 .itemlist div span img{
  max-width: 42px;
  }
}
@media screen and (max-width: 480px) {
#yearend2025 .itemlist div span{
  right: 5px;
  }
#yearend2025 .itemlist div span img{
  max-width: 36px;
  }
}

