@charset "utf-8";

/* ---------------------------------------------------
- 一覧（ index )
- Eメールが届かない方へ（ for_not-received )
- Eメール配信停止について（ for_Email-delivery )
- 特別なお知らせ/記事一覧（ article-list )
--------------------------------------------------- */


/* ---------------------------------------------------
- 一覧（ index )
--------------------------------------------------- */

/* 共通 */
/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#spl-anmt #wrap::before {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* --- TOP --- */
.alist_TOP {
  padding: 10% 0 15%;
  width: 100%;
  border-top: solid 1px var(--white);
  text-align: center;
}

.alist_TOP h1 {
  margin: auto;
  width: fit-content;
  font-family: "CrSC", serif;
  font-weight: 500;
  font-size: min(52.5px, max(7vw, 25.2px));
  color: var(--black);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  text-align: left;
}

.alist_TOP h1::before {
  content: "";
  width: 50%;
  height: min(0.2vw,1.5px);
  background-color: var(--black);
  position: absolute;
  top: 38%;
  right: 1%;
}

.alist_TOP h2 {
  margin: 3% auto auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: var(--fs_14);
  color: var(--black);
  line-height: 1;
  letter-spacing: 0.05em;
}

/* --- wrap --- */
.alist_wrap {
  margin: auto;
  padding-top: 5%;
  width: 100%;
  position: relative;
}

.alist_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1,0.5);
}

/* --- 記事 --- */
.alist_box {
  margin: auto;
  padding-bottom: 5%;
  width: 90%;
  position: relative;
}

.alist_box::before {
  content: "";
  width: 111%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: -5.5%;
  transform: scale(1,0.5);
}

.alist_box:last-child::before {
  display: none;
}

/* 日付 */
.alist_box .date {
  display: flex;
  align-items: center;
}

.alist_box .date p {
  margin-right: 5%;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* - アイコン - */
/* icon1：再入荷 */
.alist_box .news-box .header3 .icon_back-in-stock {
  margin-right: 2%;
  width: min(80.925px, max(10.79vw, 38.844px));
  height: 100%;
}

/* icon2：リニューアル */
.alist_box .news-box .header3 .icon_renewal {
  margin-right: 2%;
  width: min(222.075px, max(29.61vw, 106.596px));
  height: 100%;
}

/* icon3：新商品 */
.alist_box .news-box .header3 .icon_new-products {
  margin-right: 2%;
  width: min(74.22px, max(9.896vw, 35.6256px));
  height: 100%;
}

/* icon4：お知らせ */
.alist_box .news-box .header3 .icon_notice  {
  margin-right: 2%;
  width: min(120.15px, max(16.02vw, 57.672px));
  height: 100%;
}

/* icon5：新着 */
.alist_box .date .icon_new-arrivals {
  margin-right: 2%;
  width: min(86.9625px, max(11.595vw, 41.742px));
  height: 100%; 
}

/* icon6：イベント */
.alist_box .news-box .header3 .icon_event {
  margin-right: 2%;
  width: min(120.15px, max(16.02vw, 57.672px));
  height: 100%; 
}

/* 告知終了TEXT */
/* （告知中は非表示にしておく） */
.alist_box .news-box .header3 .icon_event::before {
  content: "【終了】";
  width: fit-content;
  height: 1em;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_15);
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  top: 2.5%;
  left: 5em;
}

/* 見出し */
.alist_box .news-header {
  margin: auto;
}

.alist_box .news-header p {
  padding-bottom: 5%;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

/* - 本文 - */
.alist_box .news-box {
  margin: auto;
  padding: 5% 0;
  position: relative;
}

.alist_box .news-box:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1,0.3);
}

.alist_box .news-box .header3 {
  margin-bottom: 3%;
  display: flex;
  align-items: center;
}

.alist_box .news-box .header3 h3 {
  width: fit-content;
  margin: auto 5% 0 0;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

.alist_box .news-box p {
  padding-bottom: 5%;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

.alist_box .news-box p.left {
  padding-left: 2em;
  text-indent: -1em;
  text-align: left;
}

.alist_box .news-box p.left span.f1 {
  display: inline-block;
  transform: scale(0.6);
}

.alist_box .news-box p.left span.f2 {
  display: inline-block;
  padding-left: 2.7em;
}

/* Poster */
.alist_box .news-box .ins-poster {
  display: block;
  margin: auto auto 3%;
  width: 100%;
}








/* 商品リンク */
.alist_box .products {
  margin: 10% auto 5%;
}

.alist_box .products h4 {
  margin: auto;
  width: fit-content;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 700;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

.alist_box .products h4::before {
  content: "";
  width: 110%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 105%;
  left: 0;
  transform: scale(1,0.5);
}

.alist_box .products h4::after {
  content: "";
  width: 5%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 105%;
  right: -10%;
  transform: rotate(25deg) scale(1,0.5);
  transform-origin: 100% 0%;
}

/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .alist_box .products a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .alist_box .products a:active {
    opacity: 0.6;
  }

}





/* ---------------------------------------------------
- Eメールが届かない方へ   ( for_not-received )
--------------------------------------------------- */

/* 共通 */
/* iOS系  BUG対策（背景固定） */
/* Chrome BUG対策（Blur効果） */
#spl-anmt #wrap::before {
	content: "";
  display: block;
	margin: auto calc(50% - 50vw);
	width: 100vw;
	height: 100vh;
  background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}


.not-received {
  margin: auto;
  width: 100%;
}

/* --- TOP --- */
.not-received-TOP {
  margin: auto;
  width: 100%;
  position: relative;
  display: grid;
  place-items: center;
}

.not-received-TOP h1 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_18);
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--white);
  white-space: nowrap;
  position: absolute;
  
}

.not-received-TOP p {
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: var(--fs_15);
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

/* --- TITLE --- */
.not-received-TTL {
	margin: 18% auto 12%;
  width: 90%;
  padding: 3% 6%;
  border-left: solid min(4px, max(0.533333vw, 1.92px)) var(--black);
}

.not-received-TTL p {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_16);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}




/* --- TEXT --- */
.not-received-TXT {
  margin: auto;
  padding-bottom: 15%;
}

.not-received-TXT__text {
  margin: auto auto 10%;
}

.not-received-TXT__text h2 {
  margin: auto auto 3% 5%;
  width: 90%;
  font-family: "GenjyuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_14);
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: justify;
  padding-left: 0.7em;
  text-indent: -0.5em;
}

.not-received-TXT__text h2 span.f1 {
  display: inline-block;
  transform: scale(0.6);
  transform-origin: 50% 50%;
}

.not-received-TXT__text p {
  padding: 3% 5% 3% calc(5% + 1em);
  font-family: "GenjyuGLP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_12);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1em;
  background-color: #eee;
}

.not-received-TXT__text p.alphabet {
  margin: -4% 0;
  padding-left: 10%;
  text-align: left;
  text-indent: 0;
  white-space: nowrap;
}

.not-received-TXT__text p.indent0 {
  text-indent: 0;
}

.not-received-TXT__text p.alphabet span.f11 {
  display: inline-block;
  transform: scale(0.5);
  transform: translate(0,6%) scale(0.4);
}

.not-received-TXT__text p.symbol {
  margin: -3% 0 2% 0;
  padding-left: calc(5% + 2em);
  text-align: justify;
  text-indent: -1em;
  
}



/* ---------------------------------------------------
- Eメール配信停止について ( for_Email-delivery )
--------------------------------------------------- */

.DEL-Email {
  margin: auto;
  width: 100%;
}

/* --- TOP --- */
.DEL-Email_TOP {
  margin: 20% auto 10%;
  width: 80%;
  position: relative;
}

/* logo */
.DEL-Email_TOP .logo {
  margin: auto;
  width: 33.335%;
  opacity: 0.2;
}

.DEL-Email_TOP h1 {
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: min(48px, max(6.4vw, 23.04px));
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.DEL-Email_TOP h1 span.f1 {
  letter-spacing: 0.04em;
}

/* --- TEXT --- */
.DEL-Email_TXT {
  margin: auto auto 20%;
  width: 80%;
}

.DEL-Email_TXT p {
  margin: auto auto 5%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 300;
  font-size: var(--fs_14);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  
}

.DEL-Email_LINK {
  margin: auto auto 20%;
  width: 50%;
}

.DEL-Email_LINK a {
  display: inline-block;
  width: 100%;
  font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_18);
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  color: var(--white);
  background-color: #a0a0a0;
}

/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .DEL-Email_LINK a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .DEL-Email_LINK a:active {
    opacity: 0.6;
  }

}



