@charset "utf-8";

/* ---------------------------------------------------
- 一覧（ index )
- Eメールが届かない方へ（ for_not-received )
- Eメール配信停止について（ for_Email-delivery )
--------------------------------------------------- */



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


/* --- TOP --- */
.alist_TOP {
  padding: 10% 0 15%;
  width: 100%;
  text-align: center;
}

.alist_TOP h1 {
  margin: auto;
  width: fit-content;
  font-family: "Khand", serif;
  font-weight: 400;
  font-size: min(10vw, 75px);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

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

/* --- wrap --- */
.alist_wrap {
  margin: auto;
  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: 5% 0;
  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(172.05px, max(22.94vw, 82.584px));
  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: 3%;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: justify;
}

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

/* 区切りボックス */
.alist_box .news-box .textbox {
  margin: 5% auto 8% 0;
  padding-top: 3%;
  width: fit-content;
  padding: 0.5em;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}


/* TITLE p */
.alist_box .news-box p.TTL {
  margin: 10% auto 5%;
  font-weight: 700;
  font-size: var(--fs_16);
}

/* TITLE small p */
.alist_box .news-box p.TTLs {
  margin-top: 8%;
  font-weight: 700;
}

/* 販売開始日 */
.alist_box .news-box p.start-date {
  margin: 5% auto;
}

.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;
}

/* 区切り線 */
.alist_box .news-box .divider-line {
  margin: 5% auto 3%;
  width: 100%;
  height: 1px;
  background-color: #aaa;
  transform: scale(1,0.3);
}


/* 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,
  .alist_box .news-box .INSERT-IMG a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .alist_box .products a:active,
  .alist_box .news-box .INSERT-IMG a:active {
    opacity: 0.6;
  }

}



/* ---------------------------------------------------
- Eメールが届かない方へ   ( for_not-received )
--------------------------------------------------- */
#NEWS.not #wrap {
  color: var(--black3);
  background-color: var(--white);
} 

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

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

.not-received-TOP::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,30%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.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;
  z-index: 1;
}

.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% 0 3% 6%;
  border-left: solid min(4px, max(0.533333vw, 1.92px)) var(--black3);
}

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

/* --- TEXT --- */
.not-received-TXT {
  margin: auto;
}

.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: 200;
  font-size: var(--fs_14);
  letter-spacing: 0.08em;
  line-height: 2.2;
  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: 200;
  font-size: var(--fs_12);
  letter-spacing: 0.08em;
  line-height: 2.2;
  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.4;
}

.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;
  }

}



