@charset "UTF-8";
/* CSS Document */
/* --- 1. リセット・共通設定 --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


img {
    max-width: 100%;
    height: auto;
}
h3 {
	font-size: 1.1rem;
}

body {
    font-family: "happy-ruika", sans-serif;
    line-height: 1.6;
    color: #333;
	background: #fff9ef url("../images/bk_img.png") repeat ;
	background-size: 300px;
	overflow-x: hidden;
}
button, input, select, textarea, a {
  font-family: inherit;
}

footer {
	text-align: center;
	font-size: 0.8rem;
	font-family: sans-serif;
}
footer .nami {
	height: 10vh;
	background-image: url("../images/nami.png");
	background-position: bottom center;
	background-size: 150px;
    background-repeat: repeat-x;
}


/* --- 2. 基本レイアウト（PC・共通） --- */
header, main, footer {
    width: 100%;
   /* max-width: 1000px; */
    margin: 0 auto;
	overflow: hidden;
	height: auto;
}



/* メニュー */
.nav-container {
	position: fixed !important;
	top: 20px;
	right: 10px;
	z-index: 999999;
}
.menu-checkbox { 
	display: none; 
}

.menu-content div.nav_menu {
    border-bottom: 1px solid;
}

.nav_share {
    display: flex;
    gap: 1.2rem;
    width: 130px;
	margin: 1rem 4rem 0;
}

/* アイコン画像の設定 */
.menu-icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 99999;
}

.menu-icon img {
  width: 100%;
  height: 100%;
}

.line {
  position: absolute;
  left: 15px;      
  width: 20px;    
  height: 2px;    
  background: #CC0003;
  transition: 0.3s; 
}

.line-1 { top: 20px; }
.line-2 { top: 28px; }

.menu-checkbox:checked + .menu-icon .line-1 {
  top: 24px;
  transform: rotate(45deg);
}

.menu-checkbox:checked + .menu-icon .line-2 {
  top: 24px;
  transform: rotate(-45deg);
}
.menu-checkbox:checked + .menu-icon img {
  display: none;
}

/* メニュー本体の表示 */
.nav-container {
  position: relative; 
  display: inline-block;
}

.menu-content {
	position: absolute;
	top: -5%;
	right: 0;
	padding: 40px 10px 0 10px;
	width: 280px;
	/*glass加工*/
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	border: 1px solid rgba(255,255,255,0.3);
	box-shadow: 0 8px 32px 0 rgba(31,38,135,0.2);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.menu-checkbox:checked ~ .menu-content {
  opacity: 1; 
  visibility: visible; 
  transform: translateY(0);
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-content li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 0 20px 20px 10px;
}
.menu-content li a:hover {
	color: #CC0003;
}

/* メニュー中身の設定 */
.menu-content ul li span {
	font-size: 1.2em;
	font-family: 'happy-ruika';
	font-weight: 600;
}
.menu-content ul li {
	font-weight: 100;
}


/* TOPへ戻る */
.bak_ {
	position: relative;
	position: -webkit-sticky;
	position: sticky;

}

.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color:#CC0003;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  transition: opacity 0.3s, transform 0.3s;
	bottom: 20px;
	position: fixed;
	right: 10px !important;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  margin-bottom: 5px;
}

.back-to-top:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

html {
  scroll-behavior: smooth;
}

._title {
	width: 100%;
	max-width: 1200px;
}

.top {
	display: block;
}

.kv_img {
	
}
.kv_img img {
	width: 100%;
	height: auto

}

/* コラボレーション詳細欄 */
.collaboration {
	padding: 5%;
}

.about {
}
.lead {
	text-align: center;
	margin-bottom: 4%;
}

.about_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}
.about_fw {
	padding: 15px 0;
}
.about_fw p {
	margin: 10px 0;
	font-size: 1.1rem;
}
.about_fw ul {
	margin: 10px 5%;
}

.Annotation  {
	font-size: 0.8rem !important;
}

.ab_title {
	font-size: 1.2rem;
	color: #fff;
	background-color: #CC0003;
	border-radius: 10px;
	padding: 10px;
}

.cb_kamaboko {
	display: block;
	padding: 5%;
}

.kamaboko_lineup {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}
.kamaboko_lineup h3 {
    margin-top: 20px;
}
.store_kamaboko {
    font-size: 1.2rem;
    color: #fff;
    background-color: #CC0003;
    border-radius: 10px;
    padding: 10px;
}

.kb_lineup {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.cbkb {
	display: block;
	padding: 10px;
	width: 50%;
}
.cbkb_chilled {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.cbkb_chilled img {
	border: 1px solid #A7A7A7;
}

.online_kamaboko {
	width: 100%;
	border-top: 5px dotted;
	padding-top: 20px;
	margin-top: 20px!important;
}

.online_site {
	padding-top: 3%;
}

/* コラボ詳細欄２箇所目 */
.collaboration2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	display: block;
	padding: 5%;
}
.collaboration-goods {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}

.collaboration-container {
    width: 100%;
    overflow: hidden;
	touch-action:pan-y;
	cursor: grab;
    -webkit-overflow-scrolling: touch;
    user-select: none;
	position: relative;
}

.carousel-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
	touch-action: pan-y !important;
	cursor: grab;
	-webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

.carousel-list li {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    box-sizing: border-box;
    padding: 3px;
}
.carousel-list li img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
	border: 1px solid #A7A7A7;
	}

.nav-btn {
	position: absolute;
    top: 25%;
	transform: translateY(-10%);
    z-index: 10;
    cursor: pointer;
}
.collaboration-container button#nextBtn {
    right: 0;
}
.collaboration-container button {
	width: 50px;
	height: 50px;
	border-style: none;
	background-color: rgb(204 1 2 / 0%);
	color: #959595;
	padding: 10px;
	border-radius: 10px;
	font-size: 2rem;
}

/* モーダル */
/* モーダルの背景 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

/* 拡大された画像 */
.modal-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}


/* ECページへの誘導 */
.to_ec {
	display: flex;
	align-items: center;
	justify-content: center;
}
.to_ec a {
	border-style: none;
	padding: 3%;
	font-size: 1.5rem;
	color: #CC0003;
	text-decoration: none;
	font-family: "happy-ruika" !important;
	font-weight: 600;
	font-style: normal;
	border: 2px solid #CC0003;
	 -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.to_ec a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3%;
	height: 100%;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #CC0003;
}

.to_ec a:hover {
	color: #fff;
	background-color: #CC0003;
}
.to_ec a:hover:before {
  background: #fff;
}

.lineup {
	display: flex;
	flex-wrap: wrap;
}
.attention {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* 商品一覧 */
.goods_lineup {
	display: flex;
	flex-wrap: wrap;
	padding: 5%;
}

.goods_gp {
	display: block;
	padding: 10px;
	width: 25%;
}
.goods_gp_chilled {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.goods_gp_chilled img {
	border: 1px solid #A7A7A7;
}

.caption {
	display: block;
	font-size: 0.75rem;
	color: #777777;
	font-weight: normal;
}
.goods_price span {
	font-size: 1.2rem;
}
.goods_size {
	font-size: 0.8rem;
}
.goods_EC {
	padding: 0 10%;
}
.goods_attention {
	margin-left: auto;
	margin-right: auto;
}
.goods_attention .waku {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	padding: 3%;
	margin: 5%;
}
.shouhinmei {
	width: 70%;
	text-align: left;
	align-items: center;
	display: flex;
}
.seigen {
	flex: 1;
	text-align: right;
}
.goods_attention span {
	padding-top: 10px;
	font-size: 0.8rem !important;
}

.goods_attention .attention_text {
	text-align: left;
}


/* コラボ店舗一覧 */
.tenant {
	padding: 2.5% 5% 5% 5%;
	width: 100%;
}
.tenant table {
	width: 100%;
	table-layout: fixed;
}
.tenant thead {
	width: 100%;
	border-collapse: separate;
	border: none;
	border-spacing: 0 10px;
}
.tenant thead th {
	color: #fff;
	background: #d04749;
	font-weight: 100;
}
.tenant thead th:nth-child(1) {
	border-radius: 10px 0 0 0;
}
.tenant thead th:last-child {
	border-radius: 0 10px 0 0;
}
.tenant tbody .last_th {
	border-radius: 0 0 0 10px;
}
.tenant tbody .last_td {
	border-radius: 0 0 10px 0;
}

.tenant th,
.tenant td {
	border: 0 none !important;
}

.tenant tr:nth-child(even) td {
	background: #d0474978;
}
.tenant tr:nth-child(odd) td {
	background: #d0474933;
}
.tenant tbody th,
.tenant thead th:first-child {
	background: #d04749;
	color: #fff;
	height: 10vh;
	font-weight: 100;
}


.tenant tbody td {
	text-align: center;
}
.tenant table {
	width: 100%;
}

.tenant td {
	text-align: center;
}
.tenant dd {
	text-align: center;
}

.tenant span {
	font-size: 0.8rem;
}

/* --マップ-- */
.tenantlist {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5%;
}
.map {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}

.map_chilled {
	display: flex;
    flex-wrap: nowrap;
    margin: 10px auto 0;
	gap:1rem;
	align-items: center;
	justify-content: center;
}

.map h2 {
    border-bottom: 4px dotted;
	margin-top: 4%;
}
.g-map {
	width: 50%;
	height: 100%;
}
.map_chilled iframe {
	width: 100%;
	height: 30vh;
}
.store_joho {
	width: 50%;
}
.storebox {
	display: flex;
    gap: 1rem;
    padding-bottom: 1em;
    align-items: center;
}
.store_url {
	display: inline-block;
}
.store_url a {
	word-break: break-all;
}

.st {
    color: #fff;
    background-color: #CC0003;
    border-radius: 5px;
	width: 50%;
	text-align: center;
}
.st-text {
	width: 100%;
}
.st_p {
	padding-top: 10%;
    font-size: 0.8rem;
}

/*--*/
/* --コンセプト-- */
.concept {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5%;
}
.concept_chilled {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}

.concept-img {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.concept-text {
	text-align: center;
	line-height: 1.9;
	margin: 0 15%;
}


.qabox {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5%;
}
.precautions {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}
.precautions_box {
	margin: 0 10%;
}
.concept_sasakamakan{
	display: flex;
	justify-content: center;
}
.concept_sasakamakan h3 {
	font-size: 1.1rem;
    color: #CC0003;
    border-radius: 10px;
    padding: 5px 10px;;
	text-align: center;
	margin: 2% 0;
	border: 2px solid #CC0003;
}



/* --- */

/* --お問い合わせ-- */
.contact {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5%;
}

.contact_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 5%;
}
.contact_text {
	margin: 5% 0;
}

/* アプリ */
.application {
}
.application span {
	display: flex;
	justify-content: center;
}
.ap_gp {
	display: flex;
    align-items: center;
	justify-content: center;
	gap:20px;
}
.ap_icon {
	width: 100px;
	float: left;
}
.bage {
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-items: flex-start;
}
.kamaboko_ios {
}
.kamaboko_ios img {
	height: 50px;

}
.kamaboko_android {
}
.kamaboko_android img {
	height: 50px;
}

/* --- */



#link h3 {
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0 1rem;
}

#link .share {
    margin: 0 auto;
    display: flex;
    gap: 1.75rem;
    width: 150px;
}

#link .logo {
	width: 400px;
	margin: 0 auto;
	display: flex;
	padding-top: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
    }

#link .logo p {
	padding-left:1rem;
	padding-right: 1rem;
    }

.copyright p {
	  text-shadow: 
    1px  1px 0 #fff, -1px -1px 0 #fff,
   -1px  1px 0 #fff,  1px -1px 0 #fff,
    0px  1px 0 #fff,  0px -1px 0 #fff,
    1px  0px 0 #fff, -1px  0px 0 #fff;
}

.chugai {
    margin: 0 auto;
    width: 120px;
    padding-top: 20px;
}


/* PCにだけ設定 */
@media (min-width:750px) {
	.sub {
	padding: 0 10%;
	}	
	.collaboration-container {
    width: 100%;
    overflow: hidden;
	}
	
}

/* --- 3. スマホ用の設定 (画面幅 750px 以下) --- */
@media (max-width: 750px) {
    body {
        font-size: 14px;
    }
	h3 {
		font-size: 0.9rem;
	}
	.collaboration-goods span {
		font-size: 0.9rem;
	}
	.goods_price span {
		font-size: 1.1rem !important;
	}
	
	.nav-container {
		left: 10px;
	}
	.menu-content {
		left: 0;
	}
	.menu-content ul {
		padding: 0 0 0 50px;
	}
	
	.top {
		flex-direction: column;
	}
	.yakata {
		width: 25vw;
		height: auto;
	}
	.tenant tbody th,
	.tenant thead th{
		font-size: 0.8rem;
	}
	
	.online_kamaboko .kb_lineup {
		display: flex;
		flex-direction: column-reverse !important;
	}
	.cbkb {
		width: 100%;
	}
	.online_kamaboko h3 {
	 margin-top: 0;
	}
	
	.goods_gp {
		width: 50%;
	}
	
	.map_chilled {
		flex-direction: column;
	}
	.g-map {
		width: 100%;
	}
	.store_joho {
    width: 100%;
	}
	
	.contact_text {
	margin: 8% 0;
}
	.nav-btn {
        display: none;
    }
	.to_ec a {
		font-size: 1rem;
	}

}

