@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/

body {
	font: x-small;
	font-size: 130%;
	font-family: "century-gothic-std", "Noto Sans JP", sans-serif;
	letter-spacing: 1px;
	line-height: 1.8em;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	font-size: 100%;
}
a {
	text-decoration:none;
}

/*===================================================
					共通CSS
===================================================*/



#ccBOx {
	width: 100%;
/*	background-color: #d0cece;*/
	padding-top: 140px;
	padding-bottom: 5%;
	text-align: center;
	align-items: center;
}

@media screen and (max-width: 980px) {
#ccBOx {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5%;
}
}

/*===================================================
				Century Gothic フォント
===================================================*/

@import url("https://p.typekit.net/p.css?s=1&k=izc7peq&ht=tk&f=60838&a=87929704&app=typekit&e=css");

@font-face {
font-family:"century-gothic-std";
src:url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/d3f1b9/0000000000000000773f3cf0/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

/*===================================================
			   オリジナルCSS
===================================================*/

/*メインバナー*/

.brandBox {
	text-align: center;
	margin:0 auto 5% auto ;
}

.brandBox .titleImg_pc {
		width: 80%;
		display: block;
		margin:0 auto 5% auto ;
}
.brandBox .titleImg_pc img {
	width: 100%;
	display: block;
}
.brandBox .titleImg_sp {
		display: none;
}

/*メインバナー下の見出し＆テキスト部分*/
.mainBox {
	width: 90%;
	margin:0 auto 0 auto ;
}

.textBox {
	width: 65%;
	margin:0 auto 5% auto ;
	}

.newsTitle {
	text-align: center;
	width: 90%;
	margin:8% auto;
}

.newsTitle h1{
	font-size: 170% ;
	font-weight: 750;
	letter-spacing: 1px;
	}

.subTxt {
	display: flex;
	text-align: left;
	width: 70%;
    margin: 5% auto ;

}
.subTxt span {
	font-size: 110%;
    font-family: "Noto Sans JP",sans-serif;
}
.Detail-area {
	display: flex;
	margin: 10% auto;
}

.Detail-area .picture {
	display: flex;
	width: 50%;
	justify-content: center;
}
.Detail-area .picture img {
	width: 60%;
}
.Detail-area .detailTxt {
	margin: auto;
}
.Detail-area .detailTxt h1 {
  display: block;
  margin: 0 auto 10% auto;
}
.Detail-area .detailTxt span {
	display: flex;
	text-align: left;
}
@media screen and (max-width: 980px) {
	.Detail-area {
		flex-direction: column-reverse;
	}
	.Detail-area .detailTxt span {
		margin: auto;
		width: 90%;
	}
	.Detail-area .picture {
		width: 90%;
		margin: 10% auto;
	}
	.Detail-area .picture {
		width: 100%;
	}
	.Detail-area .detailTxt h1 {
		font-size: 160%;
	}

}

/**画像横並び３つ/テキスト１文の構図**/
.wideList3 {
	width: 100%;
	margin-bottom: 3%;
}
.itemBox-text {
	width: 60%;
	margin: 7% auto 2% auto;
}

.itemBox-text-sp {
	display: none;
}

.itemBox-text h1 {
	font-size: 160% ;
	font-weight: 750;
    font-family: "century-gothic-std",sans-serif;
}
.swiperBox-text {
	width: 100%;
	margin: 7% auto 2% auto;
}

.swiperBox-text h1 {
	font-size: 200% ;
	font-weight: 750;
    font-family: "century-gothic-std",sans-serif;
}

@media screen and (max-width: 980px) {
	.swiperBox-text h1 {
			font-size: 160% ;
	}
}


.item_container{
	width: 75%;
	max-width: fit-content;
	display: grid;
	grid-template-columns: repeat(3, 1fr);/**画像二つの時は(2,1fr)に修正**/

	column-gap: 5%;
	align-items: center;
	margin: 0 auto 5% auto;
}
.item_container .container_item img {
	width: 100%;
	max-width: fit-content;
}

.wideList3-text01 {
	width: 50%;
	margin: 0 auto 5% auto;
	text-align: justify;
}

.wideList3-text01 span {
	font-size: 100% ;
	letter-spacing: 0px;
}

/*画像の下に商品名・商品ボタン*/
.yokoBox {
	width: 100% !important;
	margin: 0 auto 3% auto;
}
.gullBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7% 0;
}
.gullBox .gull_container {
	margin-bottom: 5%;
	width: 30%;
}
.gullBox .gull_container .gullTxtCen{
	font-family: "Noto Sans JP",sans-serif;
}
.gullBox .gull_container .gull_item00 {
	margin:0 auto;
}
.gullBox .gull_container .gull_item00 img {
	width:90% !important;
	margin:0 auto 5% auto;
}
.linkBtn {
	background-color: #1c2743;
	padding: 3%;
	color: #fff;
	width: 40%;
	margin: 5% auto 0 auto;
}
.linkBtn a {
	color: #FFFFFF;
	text-decoration: none;
}
.linkBtn:hover {
	color: #275D9C;
	background-color: #7AABC7;
}

/*白背景ボタン*/
.shopBtn {
	background-color: #fff;
	padding: 1%;
	color: #1c2743;
	width: 25%;
	margin: 0 auto 5% auto;
	border: 2px solid #1c2743;
	font-weight: 400;
	font-size: 120%;
}
.shopBtn a {
	color: #1c2743;
	text-decoration: none;
}
.shopBtn:hover {
	background-color: #1c2743;
}
.shopBtn:hover a {
	color: #fff;
}

@media screen and (max-width: 980px) {
	.shopBtn {
		width: 70%;
		padding: 2% 0;
	}
	.linkBtn {
		width: 50%;
	}
}


/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*===================================================
　　　　　　　ストアインフォメーション
===================================================*/

.storeinfo {
	background:#d0cece;
	padding:3% 5%;
	box-sizing:border-box;
}

.storeinfo .info__txt {
	margin: 1% auto;
	line-height:170%;
}

.info__txt h1 {
	font-size: 100%;
	font-weight: 600;
	margin: 0 auto ;
}

.info__txt span {
	font-size: 100%;
	font-weight: 400;
	margin: 0 auto;
}

/*===================================================
            Swiper CSS
===================================================*/
.swiperBox {
    margin: 15% auto;
    /* height: 50%; ← この行を削除 */
}

.p-slider-wrap {
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.p-slider.swiper {
    overflow: hidden;
    min-height: 400px; /* ← 追加：最小高さを設定 */
}

.slide-link {
  pointer-events: auto; /* ✅ クリック判定を優先 */
  cursor: pointer;
}

.p-slider .swiper-slide {
    height: auto;
}

.p-slider .slide-img {
    display: block;
    width: 75%;
    margin: 0 auto;
    height: auto;
    pointer-events: auto; /* ✅ これだけ追加 */
    cursor: pointer; /* ✅ これだけ追加 */
}

@media screen and (max-width: 980px) {
    .p-slider.swiper {
        min-height: 300px;
    }
    
    .p-slider .slide-img {
        width: 100%;
    }
    
    .p-slider-wrap {
        width: 85%;
    }
    
  .slide-link {
    display: block;
    position: relative;
  }

  .slide-img{
	-webkit-tap-highlight-color: transparent;
  }
  .slide-img:active, 
  .slide-img:focus, 
  .slide-img:hover,
  .slide-img:active img, 
  .slide-imge:focus img {
  opacity: 1 !important;        /* 透明度を1（不透明）に固定 */
  background: none !important;  /* 背景色をなしに固定 */
  filter: none !important;      /* フィルターを無効化 */
}
  
}

/* 繝峨ャ繝� */
.p-slider .swiper-pagination {
  bottom: 0 !important;
  text-align: center;
}


.p-slider .swiper-slide {
  height: auto;
}

.p-slider .swiper-pagination {
  position: static;
  margin-top: 10px;
  text-align: center;
}

.p-slider .swiper-pagination {
  position: static;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-slider-wrap {
    padding: 0 40px 40px;
  }

  .p-slider .swiper-button-prev,
  .p-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .p-slider .swiper-button-prev::after,
  .p-slider .swiper-button-next::after {
    font-size: 14px;
  }
}

/*===================================================
スマホ表示用調整
===================================================*/

@media screen and (max-width: 980px) {
	.body {
		letter-spacing: initial;
	}

	.brandBox {
	text-align: center;
	margin:0 auto 5% auto ;
}

.brandBox .titleImg_pc {
		display: none
}

.brandBox .titleImg_sp {
		display: block;
		width: 100%;
		margin: 5% auto;
}

.brandBox .titleImg_sp img {
	width: 100%;
	margin: 5% auto;
}

/*メインバナー下の見出し＆テキスト部分*/
.mainBox {
	width: 90%;
	margin:0 auto ;
}

.textBox {
	width: 100%;
	margin:5% auto ;
	}

.newsTitle {
	text-align: center;
	width: 100%;
	margin:3% auto;
}

.newsTitle h1 {
	font-size: 130%;
	font-weight: 600;
	font-family: "century-gothic-std", sans-serif;
	letter-spacing: 1px;
	margin: 5% auto;
	word-break: keep-all;        /* normal → keep-all に変更 */
	overflow-wrap: break-word;   /* はみ出し対策として残す */
	line-break: strict;
}

.subTxt {
	text-align: justify;
	width: 90%;
    margin: 0 5% 5% 5% ;

}

.subTxt span {
	font-size: 95%;
    font-family: "Noto Sans JP",sans-serif;
	letter-spacing: initial;

}

/**画像横並び３つ/テキスト１文の構図**/
.wideList3 {
	width: 100%;
	margin:20% auto ;
}

.item_container{
	width: 85%;
	max-width: fit-content;
	display: block;
	align-items: center;
	gap: 2%;
	margin: 0 auto 2% auto;
}

.item_container .container_item img {
	width: 100%;
	max-width: fit-content;
	margin-bottom: 2%;
}

.wideList3-text01 {
	text-align: justify;	
	width: 85%;
	margin: 0 auto 10% auto;
}

.wideList3-text01 span {
	font-size: 100% ;
    font-family: "century-gothic-std",sans-serif;
	letter-spacing: initial;
}

.itemBox-text {
	display: none;
}

.itemBox-text-sp {
	display: block;
	margin-bottom: 7%;
}

.itemBox-text-sp h1 {
	display: block;
		font-size: 140%;
	}

.gullBox .gull_container {
	width: 90%;
}

}