@charset "utf-8";

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



/* ------------------------------
 contents TITLE
------------------------------ */
.contents-menu {
  margin-top: 10%;
  padding: 25% 0 20%;
  width: 100%;
  border-top: solid 1px var(--white);
  text-align: center;
  
}

.contents-menu h2 {
  margin: auto;
  width: fit-content;
  font-family: "CrSC", serif;
  font-weight: 500;
  font-size: min(7vw,52.5px);
  color: var(--black);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

.contents-menu h2#spl-anmt {
  text-align: left;
}

.contents-menu h2#spl-anmt::before {
  content: "";
  width: 50%;
  height: min(0.2vw,1.5px);
  background-color: var(--black);
  position: absolute;
  top: 38%;
  right: 1%;
}

.contents-menu h2#pride_philosophy {
  font-family: "CrInfant", serif;
}

.contents-menu p {
  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;
}



/* ------------------------------
 Special-announcement(spl-anmt)
------------------------------ */

/* 告知 */
.notice {
  margin: auto auto 10%;
  width: 90%;
  padding: 5% 5%;
  border: solid 2px #c00;  
}
/*  */
.notice h2 {
  margin: 5% auto 8%;
  font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: var(--fs_16);
  letter-spacing: 0.05em;
  text-align: center;
}

.notice p {
  margin-bottom: 5%;
  font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: var(--fs_13);
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 1.5;
}





.spl-anmt {
  padding: 0 5%;
}


/* --- NEWS項目 --- */
.spl-anmt-news {
  margin: auto;
  position: relative;
}

/* - 記事 - */
.spl-anmt-news__box {
  margin: auto;
  padding: 8% 0;
  display: flex;
  position: relative;
}

.spl-anmt-news__box.new::before,
.spl-anmt-news__box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #aaa;
  transform: scale(1);
  position: absolute;
  left: 0;
}

.spl-anmt-news__box.new::before {
  top: 0;
}

.spl-anmt-news__box::after {
  bottom: 0;
}

/* 日付 */
.spl-anmt-news__box .date {
  padding-left: 2%;
  width: fit-content;
  position: relative;
  
}

.spl-anmt-news__box .date p {
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 400;
  font-size: var(--fs_10);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* 記事 */
.spl-anmt-news__box .Art {
  display: flex;
  flex-direction: column;
  padding: 0 2% 0 5%;
}

.spl-anmt-news__box .report {
  display: flex;
  flex-direction: column;
}

.spl-anmt-news__box .report:not(:nth-of-type(1)) {
  margin-top: 7%;
}

.spl-anmt-news__box .report h2 {
  margin-bottom: 2%;
}

/* icon1：再入荷 */
.spl-anmt-news__box .report h2.icon_back-in-stock {
  width: min(14vw,105px);
  height: 100%;
  transform: scale(0.9);
}

/* icon2：リニューアル */
.spl-anmt-news__box .report h2.icon_renewal {
  width: min(172.125px, max(22.95vw, 82.62px));
  height: 100%;
  transform: scale(0.9);
}

/* icon3：新商品 */
.spl-anmt-news__box .report h2.icon_new-products {
  width: min(74.22px, max(9.896vw, 35.6256px));
  height: 100%;
  transform: scale(0.9);
}

/* icon4：お知らせ */
.spl-anmt-news__box .report h2.icon_notice {
  width: min(120.15px, max(16.02vw, 57.672px));
  height: 100%;
  transform: scale(0.9);
}

.spl-anmt-news__box .date {
  padding-left: 2%;
  width: fit-content;
  position: relative;
}

/* icon5：新着 */
.spl-anmt-news__box .date .icon_icon_new-arrivals {
  width: min(86.9625px, max(11.595vw, 41.742px));
  position: absolute;
  top: max(-4vw,-30px);
  left: 1.5em;
  transform: scale(1.0);
}

.spl-anmt-news__box .report p {
  padding-left: 0.5em;
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 300;
  font-size: var(--fs_11);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
}

.spl-anmt-news__box .report p span.f1 {
  display: inline-block;
  transform: scale(0.7);
}

/* icon6：イベント */
.spl-anmt-news__box .report h2.icon_event {
  margin-right: 2%;
  width: min(120.15px, max(16.02vw, 57.672px));
  height: 100%; 
  transform: scale(0.9);
}

/* リンクあり */
.spl-anmt-news__box .Art.link {
  position: relative;
  margin: auto auto auto 0;
}

/* 詳細ページへ */
.details {
  margin: auto;
  padding: 5% 15% 5%;
  width: 100%;
  line-height: 2;
  font-family: "GenjyuuGLP";
  font-size: var(--fs_11);
  text-align: center;
  letter-spacing: 0.01em;
  color: #aaa;
  position: relative;
}

.details a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 1px #aaa;
}



/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  a.link_spl-anmt:hover,
  .spl-anmt-news__box .Art.link .details a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  a.link_spl-anmt:active,
  .spl-anmt-news__box .Art.link .details a:active {
    opacity: 0.6;
  }

}



/* --- spl-anmt CONTENTS --- */
.spl-anmt-item {
  margin: 6% auto auto 0;
  width: 60%;
  position: relative;
}

.spl-anmt-item__inbox {
  position: relative;
}

.spl-anmt-item__inbox:nth-of-type(1) {
  margin-bottom: 10%;
}

.spl-anmt-item__inbox a::before {
  content: "";
  width: 22%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: auto;
  right: 0%;
  transform: translate(0%,-50%) scale(1,0.5);
}

.spl-anmt-item__inbox a::after {
  content: "";
  width: 4%; 
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: auto;
  right: 0%;
  transform: translate(0%,-50%) rotate(25deg) scale(1,0.5);
  transform-origin: 100% 50%;
}


.spl-anmt-item__inbox a p {
  font-family: "GenjyuuGLP",sans-serif;
  font-weight: 300;
  font-size: var(--fs_11);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}

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

}

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

}



/* ------------------------------
 USEFUL CONTENTS
------------------------------ */
.useful {
  margin: auto;
  position: relative;
}

.useful_box {
  margin: auto auto 10%;
  width: 90%; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.useful_box .inbox:nth-of-type(1),
.useful_box .inbox:nth-of-type(4) {
  width: 100%;  
}

.useful_box .inbox:nth-of-type(2),
.useful_box .inbox:nth-of-type(3) {
  width: 49.25%;  
}

.useful_box .inbox:not(:nth-of-type(1)) {
  margin: 1.5% 0 0;
}

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

}

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

}



/* ------------------------------
 誇りと理念 pride_philosophy
------------------------------ */
.pride_philosophy {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 0;
  scroll-padding-top: var(--head_padding);
}

.pride_philosophy__inbox {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 1;  
}

.pride_philosophy__inbox hgroup h2 {
  margin: auto auto 4%;
  width: 90%;
  font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: min(66.75px, max(8.9vw, 32.04px));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.pride_philosophy__inbox hgroup h2 span.f1 {
  letter-spacing: 0em;
}

.pride_philosophy__inbox hgroup h2 span.f2 {
  letter-spacing: -0.25em;
}

.pride_philosophy__inbox hgroup h2 span.f3 {
  letter-spacing: 0em;
}

.pride_philosophy__inbox hgroup p {
  margin: auto auto 15%;
  width: 90%;
  font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: min( 4.8vw, 36px);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

/* --- 匠 --- */
.pride_philosophy__inbox h3 {
  content: "匠";
  width: 1em;
  height: 1em;
  font-family: "TouryuN_subset", serif;
  font-weight: 400;
  font-size: min(300px, max(40vw, 144px));
  line-height: 1;
  letter-spacing: 0;
  color: #e0e0e0;
  position: absolute;
  top: 5%;
  left: 48.5%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.pride_philosophy__inbox--TXT p {
  margin: auto auto 5%;
  width: 84%;
	font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: var(--fs_13);
  line-height: 2.2;
  letter-spacing: 0.075em;
  text-align: justify;
}

.pride_philosophy__inbox--TXT p:last-child {
  margin: auto ;
}

/* --- link --- */
.pride_philosophy__link {
  margin: 15% auto auto;
  width: 100%;
  position: relative;
}

.pride_philosophy__linkbox {
  margin: auto auto 1.5%;
  width: 90%;
  position: relative;
}

.pride_philosophy__linkbox:last-child {
  margin: auto auto 0;
}

.pride_philosophy__linkbox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.pride_philosophy__linkbox a h2 {
	font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_18);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--white);
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translate(0,-50%);
}

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

}

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

}



/* ------------------------------
 CATEGORY CONTENTS
------------------------------ */
.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.category > p {
  margin: auto auto 10%;
  font-family: "ShipporiMin", serif;
  font-weight: 400;
  font-size: var(--fs_13);
}

.category__inbox {
  position: relative;
  width: 49.5%;  
}

.category__inbox:nth-of-type(3),
.category__inbox:nth-of-type(4) {
  margin: 1% 0 0;
}

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

}

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

}



/* --- 青物用モーダル --- */

/* リンクカーソル */
.category__inbox.js-modal-open {
  cursor: pointer;
}

/* --- モーダル(青物メニュー）を開く --- */
/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .category__inbox.modal-open.js-modal-open:hover {
    opacity: 0.6;
    transition: all 0.1s;
  }
}

/* for SP */
@media (hover: none) {
  .category__inbox.modal-open.js-modal-open:active {
    opacity: 0.6;
    transition: all 0.1s;
  }
}

/* modal BG */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; 
  z-index: 1;
  justify-content: center;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  background: rgba(0,0,0,0.2); 
}

.modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); 
    z-index: -1; 
}

/* (クラス追加) */
.modal.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* container(モーダル内側) */
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}


/* close(モーダルを閉じる) */
.modal-close {
  width: min(60px, max(8vw, 28.8px));
  height: min(60px, max(8vw, 28.8px));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  font-weight: 900;
  font-family: "GenjyuuGLP";
  font-size: var(--fs_18);
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(50%, -50%);
  z-index: 1;
}

/* contents(モーダルの内容) */
.modal-container .contents {
  padding: 2% 15%;
  width: min(600px, max(80vw, 288px));
  height: min(450px, max(60vw, 216px));
  background-color: rgba(51,51,51,0.7);
  border-radius: min(37.5px, max(5vw, 18px));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  opacity: 0; 
  transform: scale(0.9); 
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.modal-container .contents::before {
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal.is-active .modal-container .contents {
  opacity: 1;
  transform: scale(1);
}

/* (内側の線) */
.modal-container .contents::after {
  content: "";
  display: inline-block;
  border: solid 2px var(--white);
  border-radius: min(37.5px, max(5vw, 18px));
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 0;
}

.modal-container .contents a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* --- modal背景固定対策 --- */
.modal {
  overscroll-behavior: contain;
  overflow-y: scroll;
}

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

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



/* -------------------
 知って得する情報局
 テクニカルサポート
------------------- */
.banner-support {
  margin: 5% auto auto;
} 

.banner-support .list {
  margin: auto;
  width: 90%;
} 

.banner-support .list .inbox {
  margin-bottom: 5%;
}

.banner-support .list .inbox:last-child {
  margin-bottom: 0;
}

.banner-support .inbox:nth-of-type(1) img {
  border-radius: var(--fs_11);
}

/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .banner-support .list .inbox:nth-of-type(1):hover,
  .banner-support .list .inbox:nth-of-type(2):hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .banner-support .list .inbox:nth-of-type(1):active,
  .banner-support .list .inbox:nth-of-type(2):active {
    opacity: 0.6;
  }

}



/* ------------------------------
 order(電話・FAX注文)
------------------------------ */
.order-wrap {
  margin: auto;
  padding: 0 0 16%;
  background-color: #000;
  color: var(--white);
}

/* bnr */
.order__bnr {
  width: 100%;
}


/* --- TOP --- */
.order__TOP {
  margin: 16% auto auto;
  width: 100%;
}

.order__TOP p {
	font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
	font-size: var(--fs_16);
	line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

/* --- TEL --- */
.order__TEL {
  margin: 10% auto;
  padding: 2% 0;
  width: 100%;
  position: relative;
}

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

.order__TEL::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  t1ransform: scale(1,0.5);
  opacity: 0.5;
}

.order__TEL p {
	font-family: "GenjyuuGLP", sans-serif;
  font-weight: 700;
	font-size: min(67.5px, max(7vw, 32.4px));
	line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

/* --- TEXT --- */
.order__TXT {
  margin: auto;
  padding: 0 5%;
  width: 100%;
}

.order__TXT p {
  margin: auto;
  width: 90%;
	font-family: "GenjyuuGLP", sans-serif;
  font-weight: 400;
	font-size: var(--fs_13);
	line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
}

.order__TXT p:nth-of-type(1) {
  margin-bottom: 0.5em;
}



/* --------------------
 MOVIE 
-------------------- */
.movie-wrap {
  margin: auto;
  padding: 10% 0 15%;
  width: 100%;
  background-color: var(--gray);
  position: relative;
}

.movie-box {
  margin: auto;
  width: 70%;
  aspect-ratio: 16 / 9;
}

.movie-box:nth-of-type(2) {
  margin: 2.5% auto;
}



/* --------------------
 LINK 
-------------------- */

.link-wrap {
  margin: auto;
}

/* --- 1 --- */
.linkbox {
  margin: auto;
  padding-top: 50%;
}



/* --------------------
 kokuchi（緊急告知） 
-------------------- */
.kokuchi {
  margin: auto auto 20%;
  padding: 15% 8%;
  width: 98%;
  border: 3px dotted #e12300;
}

.kokuchi h2 {
  margin: 0 auto 15%;
  width: fit-content;
  font-family: "GenEiGP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_15);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.kokuchi h2::after {
  content: "";
  width: 0.08em;
  margin-left: -0.08em;
}

.kokuchi h3 {
  margin: 0 auto 12%;
  font-family: "GenEiGP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_13);
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: justify;
}

.kokuchi h3::after {
  content: "";
  width: 0.06em;
  margin-left: -0.06em;
}

.kokuchi .text {
  margin: 0 auto 15%;
}

.kokuchi .text p {
  margin: 0 auto 5%;
  font-family: "GenEiGP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_12);
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: justify;
}

.kokuchi .text p::after {
  content: "";
  width: 0.06em;
  margin-right: -0.06em;
}

.kokuchi .address {
  margin: auto;
  width: fit-content;
}

.kokuchi .url {
  margin-bottom: 15%;
}

.kokuchi .url:last-child {
  margin-bottom: 0;
}

.kokuchi .url h4 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-family: "GenEiGP", sans-serif;
  font-weight: 700;
  font-size: var(--fs_12);
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}

/* 
.kokuchi .url h4::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(1,0.5);
}
*/

.kokuchi .url p {
  font-family: "GenEiGP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_11);
  line-height: 1;
  letter-spacing: 0.06em;
}

.kokuchi .url p:nth-of-type(1) {
  margin-bottom: 0.5em;
}

.kokuchi .url:nth-of-type(4) {
  padding-top: 15%;
  position: relative;
}

.kokuchi .url:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1,0.5);
}

.kokuchi .icon_arrow {
  margin: -10% auto 2.5%;
  width: 25%;
}

/* --------------------
 kokuchi（緊急告知） 
-------------------- */
.kokuchi2 {
  margin: auto auto 20%;
  width: 86%;
  position: relative;
}

.kokuchi2 .EXT-LINK {
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
}

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

}

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

}



