@charset "utf-8";

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

body {
	font-size: 12px;
	font-size: small;
	font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

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: 75%;
		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: 90%;
	margin:0 auto 5% auto ;
	}

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

.newsTitle h1{
	font-size: 2.2rem ;
	font-weight: 750;
    font-family: "century-gothic-std",sans-serif;
	letter-spacing: 1px;
	margin: 5% auto;
	}

.subTxt {
	display: flex;
	text-align: left;
	width: 70%;
    margin: 0 15% 5% 15% ;
	justify-content: center;

}

.subTxt span {
	font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}

/**横長写真１/商品名（タイトル）/テキストの構図**/

.itemBox {
	width: 100%;
}

.itemBox .itemBox-picture img {
	width: 75%;
	max-width: fit-content;
	display: block;
	margin:0 auto 5% auto ;
}

.itemBox-text {
	width: 60%;
	margin: 0 20% 5% 20%;
}

.itemBox-text h1 {
	font-size: 130% ;
	font-weight: 750;
    font-family: "century-gothic-std",sans-serif;
	letter-spacing: 1px;
}

.itemBox-text span {
	font-size: 100%;
    font-family: "century-gothic-std",sans-serif;
}

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

.item_container{
	width: 85%;
	max-width: fit-content;
	display: grid;
	grid-template-columns: repeat(3, 1fr);/**画像二つの時は(2,1fr)に修正**/
	column-gap: 2%;
	align-items: center;
	margin: 0 auto 2% auto;
}

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

.wideList3-text01 {
	width: 70%;
	margin: 0 auto 5% auto;
}

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

/**画像横並び３つ/各画像下にテキストの構図**/
.wideList3 {
	width: 100%;
}

.item_container{
	width: 85%;
	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_item02 img {
	width: 100%;
	max-width: fit-content;
	margin-bottom: 5%;
}

.wideList3-text02 {
	display: flex;
	width: 85%;
	margin: 0 auto 5% auto;
}

.wideList3-text02 span {
	font-size: 1.4rem ;
    font-family:sans-serif;
	text-align: left;
}

/*画像の下に商品名・商品ボタン*/
.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 .gull_item00 {
	margin:0 auto;
}
.gullBox .gull_container .gull_item00 img {
	width:90% !important;
	margin:0 auto 5% auto;
}
.linkBtn {
	background-color: #1c2743;
	padding: 4% 0;
	color: #fff;
	width: 60%;
	margin: 4% auto 0 auto;
}
.linkBtn a {
	color: #FFFFFF;
	text-decoration: none;
}
.linkBtn:hover {
	color: #275D9C;
	background-color: #7AABC7;
}

.gull_container4 {
		width: 95%;
	max-width: fit-content;
	display: grid;
	grid-template-columns: repeat(4, 1fr);/**画像二つの時は(2,1fr)に修正**/
	column-gap: 5%;
	align-items: flex-start;
	margin: 0 auto 5% auto;
}
.gull_container4_item {
	display: block;
}
.gull_container4 img {
	width: 100%;
	max-width: fit-content;
	margin-bottom: 5%;
}

@media screen and (max-width:980px) {
  .gull_container4 {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
  .gull_container4_item {
	margin-bottom: 10%;
  }
  .gullBox .gull_container {
	width: 100%;
  }
		
}

/*白背景ボタン*/
.shopBtn {
	background-color: #fff;
	padding: 1%;
	color: #1c2743;
	width: 25%;
	margin: 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%;
		margin: 5% auto;
		font-size: 1.4rem;
	}
	.linkBtn {
		width: 50%;
	}
}
.gullBox .title {
	text-align: center;
	border: 0;
	padding: 0;
	width: 90% !important;
	margin:5% auto !important;
	font-weight: 750;
    font-family: "century-gothic-std",sans-serif;
	font-size: 170% ;
	letter-spacing: 1px;

}

/*===================================================
					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;
}

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

@media screen and (max-width: 980px) {

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

.brandBox .titleImg_pc {
		display: none
}

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

.brandBox .titleImg_sp img {
	width: 100%;
}

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

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

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

.newsTitle h1{
	font-size: 1.7rem ;
	font-weight: 600;
    font-family: "century-gothic-std",sans-serif;
	letter-spacing: 1px;
	margin: 5% auto;
	display: flex;
	text-align: justify;
	word-break: auto-phrase;
	width: 85%;
	}

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

}

.subTxt span {
	font-size: 95%;
}

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

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

/**ストアインフォメーション**/
.storeinfo {
	background:#d0cece;
	padding:3% 5%;
	box-sizing:border-box;
}

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

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

.info__txt span {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 auto;
}
.gullBox .title {
	font-size: 1.8rem;
}
.wideList3-text02 {
	width: 95%;
}
.wideList3-text02 { 
	width: 100%;
}

}