@charset "utf-8";
/* CSS Document */

html {
    font-size: 10px;
    font-size: 62.5%;
    height: 100%;
}

body {
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
    font-size: 1.6em;
    line-height: 2;
    letter-spacing: 0.05em;
    height: 100%;
    color: #000;
	background: #ebe9e3;
}

a {
	color: #0A2233;
	word-break: break-word;
}

a:hover{
	color: #000;
	transition:0.2s;
	text-decoration: underline;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.all{
	max-width: 1920px;
	margin: 0 auto;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	
}

/* モバイル用メニュー */

/*----- スライドするメニュー -----*/

.mb-menu--wrap{
	display: none;
}

/* ヘッダー ------------------------------------------- */

header {
	background-color: rgba(248, 247, 245, 0.95);
	z-index: 11;
    position: fixed;
	width: 100%;
	height: 88px;
}

.header--inner {
    padding: 20px;
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1260px;
    margin: 0 auto;
}

.header--logo {
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
}

.header--logo img {
	width: 180px;
	vertical-align: sub;
}



/* ドロップダウンメニュー */
.nav-menu {
}

.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: sub;
}

.menu-list {
  display: flex;
  justify-content: center;
	gap: 18px;
}
.menu-item {
  position: relative;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
	font-size: 13px;
	padding: 10px 5px;
	display: block;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  background-color: #F8F7F5;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1;
	width: 180px;
	box-shadow: 1px 1px 3px #999;
}

.drop-menu-item a {
	font-size: 13px;
	padding: 10px 15px;
	display: block;
}

/* 検索 */
.search {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
}

.search input {
    width: 150px;
    height: 35px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 13px;
    outline: none;
}

.search input::placeholder {
    color: #777777;
}

.search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #0A2233;
    cursor: pointer;
}

.search button::after {
    width: 18px;
    height: 18px;
    background-image: url("../img/search-w.png");
    background-repeat: no-repeat;
    content: '';
	background-size: contain;
}

.header--cart{
	width: 32px;
	height: auto;
}

/* スライドショー ------------------------------------------- */

.main-img {
	margin: 0 auto;
	padding-top: 88px;
}

.main-img img {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
    overflow: hidden;
}

.sliderArea {
    margin: 0 auto;
    overflow: hidden;
}

.slick-slide img {
	max-width: 100%;
    height: 40vw;
	object-fit: cover;
}

/* slick-theme.cssの変更点 ---------------------*/
.slick-prev
{
    left: 6% !important;
	z-index: 1;
}
.slick-next
{
    right: 6% !important;
	z-index: 1;
}

.slick-prev:before {
    content: url("../img/arrow_back_icon.png")!important;
}

.slick-next:before {
    content: url("../img/arrow_forward_icon.png")!important;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    opacity: .8 !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto !important;
    height: auto !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* CONCEPT ------------------------------------------- */
.top-concept {
    background-image: url(../img/background-pattern.png);
	/*background-image: url(../img/index-concept.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
	background-position: top;
    font-weight: bold;
    padding: 50px 20px;
    text-align: center;
	font-size: 14px;
	margin: 1px auto;
	background-color: rgba(255, 255, 255, 0.6);
}

.top-concept--title {
    font-size: 24px;
    margin-bottom: 20px;
}

/* カラム ------------------------------------------- */

.top-main{
    margin: 0 auto;
	padding: 50px 20px 80px;
	display: flex;
	justify-content: center;
    max-width: 1260px;
	/*
	background-image: url(../img/background-pattern.png);
    background-repeat: repeat;
	background-color: rgba(255, 255, 255, 0.1);
  	background-blend-mode: lighten;
	*/
}

main{
    margin: 0 auto;
	padding: 120px 20px 80px;
	display: flex;
	justify-content: center;
    max-width: 1260px;
}

/* サイド */
.side {
    width: 240px;
	padding-right: 40px;
}

.side--title {
    border-left: 10px solid #0A2233;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 15px;
}

.side--menu {
    font-size: 14px;
    padding: 10px 0 10px 15px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ccc;
}

.side--menu:last-child {
    font-size: 14px;
    padding: 10px 0 10px 15px;
    margin: 0 auto 20px;
    border-bottom: none;
}

.side--menu a {
    padding: 10px 0;
	display: block;
}

.side--menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/* メイン -----------------------------*/
.container {
    width: calc(100% - 280px);
	margin-bottom: 100px;
}

/* 商品一覧 */

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.product--list {
    width: calc(33.333% - 14px);
    position: relative;
	background: #fff;
	padding: 10px;
}

.product--list:hover {
	text-decoration: none;
	opacity: 0.8;
}

.product--list img {
    width: 100%;
	height: 180px;
    object-fit: cover;
}

.product--title {
    font-size: 15px;
    line-height: 1.4;
    margin: 5px 0;
	color: #000;
}

.product--money {
    text-align: right;
    font-weight: bold;
	color: #000;
}

.product--money-sold-out {
	text-align: right;
    font-weight: bold;
	color: #999;
}

.product--headline {
	font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    font-size: 11px;
    top: 0;
    left: 0;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product--headline-new { /* NEW */
    background: #ebbf17;
}

.product--headline-cold { /* 冷凍 */
    background: #33c6e9;
}

.product--headline-limit { /* 限定 */
    background: #73b311;
}

.product--tab {
	font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    margin: 5px;
    width:fit-content;
	border-radius: 2px;
	font-weight: bold;
	color: #fff;
}

.product--tab-sold-out { /* SOLD OUT */
    background: #ccc;
}

.product--tab-coming-soon { /* COMING SOON */
    background: #666;
}

.product--tab-reservation{ /* 予約商品 */
	background: #0b71b9;
}

.product--link {
    margin: 80px auto;
    display: block;
    text-align: center;
    color: #ccc;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
	font-size: 14px;
}

.product--link:hover {
    color: #fff;
    border: 1px solid #0A2233;
	background: #0A2233;
}

/* 商品詳細 ------------------------------------------- */

.item {
    display: flex;
    gap: 40px;
	margin: 0 auto 50px;
}

.item--box01 {
    position: relative;
    width: 60%;
}

/* サムネイルクリックで画像切り替え */
/* アクティブな画像の枠線を変更 */
.item-img-sub li.current img {
  border: 2px solid #0A2233;
  transition: border .3s;
}
/* レイアウトのためのスタイル */
.item-img {
}
.item-img-main {
  width: 100%;
}
.item-img-main img {
  width: 100%;
	height: 360px;
	object-fit: cover;
}
.item-img-sub {
  display: flex;
  margin-top: 10px;
	gap: 10px;
    flex-wrap: wrap;
}
.item-img-sub li {
  width: calc(33% - 6px);
}
.item-img-sub li:nth-child(3n) {
  margin-right: 0;
}
.item-img-sub li img {
  border: 2px solid transparent;
  transition: border .3s;
	width: 100%;
    height: 120px;
    object-fit: cover;
}
.item-img-sub img {
  cursor: pointer;
  width: 100%;
}

/* モーダルウィンドウ */
/* グリッドスタイル */
  .image-grid {
      display: flex; /* フレックスボックスを使用して画像を横並びに */
      justify-content: space-around; /* 画像間のスペースを均等に */
      gap: 20px; /* 画像間の余白 */
  }
  
  /* サムネイル画像のスタイル */
  .thumbnail {
      width: 100%; /* 幅を100%に設定 */
      cursor: pointer;  /* カーソルをポインターにしてクリック可能に */
      transition: transform 0.1s; /* ホバー時の変化を滑らかに */
  }

  .thumbnail:hover {
     /* transform: scale(1.05);  ホバー時に少し拡大 */
  }

  /* モーダルのスタイル */
  .modal {
      display: none; /* 初期状態は非表示 */
      position: fixed; /* スクロールしても位置が固定 */
      z-index: 1; /* 他の要素の上に表示 */
      left: 0;
      top: 0;
      width: 100%; /* 幅は全体 */
      height: 100%; /* 高さも全体 */
      overflow: auto; /* コンテンツが多い場合はスクロール */
      background-color: rgba(0, 0, 0, 0.7); /* 背景の透明度 */
	  margin: 88px auto;
  }

  .modal-content {
      margin: 15% auto; /* 中央寄せ */
      display: block; /* ブロック要素 */
      width: 80%; /* 幅は80% */
      max-width: 700px; /* 最大幅を設定 */
  }

  .close {
      position: absolute; /* 絶対位置に配置 */
      top: 10px; /* 上から10pxの位置 */
      right: 25px; /* 右から25pxの位置 */
      color: white; /* 色を白に */
      font-size: 35px; /* フォントサイズを35pxに */
      font-weight: bold; /* 太字 */
      cursor: pointer;  /* カーソルをポインターにしてクリック可能に */
  }

.item-imag-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.item--title {
    font-size: 18px;
}

.item--box02 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item--money {
    font-size: 24px;
    font-weight: bold;
}

.item--money-sold-out {
    font-size: 24px;
    font-weight: bold;
	color: #ccc;
}

.item--notes-reservation{
	font-size: 15px;
	color: #0b71b9;
	font-weight: bold;
}

.item--notes{
	font-size: 14px;
}

.item--option {
    display: flex;
    flex-direction: column;
    margin: 0 auto 15px;
}

.item--option label{
    font-size: 14px;
}

.item--option select {
    padding: 10px;
    border-radius: 4px;
    width: 50%;
    font-size: 14px;
	background: #fff;
}

.item-btn {
    background: #0A2233;
    color: #fff;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

/* 商品説明 */
.item--text01 {
    font-size: 15px;
    border-top: 1px solid #ccc;
    padding: 50px 0;
}
/* 関連商品 */
.related-product{
	border-top: 1px solid #ccc;
    padding: 50px 0;
}

.related-product--title{
	font-size: 18px;
	margin-bottom: 40px;
	border-left: 10px solid #0A2233;
    padding: 0 0 0 10px;
}

/* お問い合わせ */
.contact {
    margin: 50px auto 0;
}

.contact__list {
    display: flex;
	align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
	gap: 20px;
}

.contact__list-name {
    width: 24%;
}

.contact__list-input {
    border: none;
    padding: 10px;
    background-color: initial;
	width: 66%;
	font-weight: 500;
	background: #fff;
}

.contact__list-select {
    padding: 20px;
    appearance: auto;
	width: 30%;
	font-weight: 500;
	border: none;
	cursor: pointer;
	background: #fff;
}

.contact__list-check{
	appearance:auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.contact__list-button{
	width: 100%;
	max-width: 450px;
    position: relative;
	margin: 50px auto;
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	background: #D1A76B;
	border-radius: 4px;
}

.contact__list-button:hover{
	background: #B07E36;
	color: #fff;
}


/* 送信完了ページ */
.contact__comp {
    margin: 50px auto;
    text-align: center;
}

.contact__comp-title {
    margin: 0 auto 20px;
    font-size: 24px;
}

.contact__comp-text {
    font-size: 14px;
}

.back a {
    color: #ccc;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 50px auto;
    text-align: center;
    display: block;
    width: 200px;
    border-radius: 4px;
	
}

.back a:hover {
    color: #fff;
    border: 1px solid #0A2233;
	background: #0A2233;
}

/* ページ共通 -----------------------------------------------*/

.on-pc{display: block}
.on-mb{display: none}

.page--title {
    font-size: 24px;
    margin: 0 auto 50px;
    /* text-align: center; */
    border-left: 10px solid #0A2233;
    padding: 0 0 0 10px;
    /* font-weight: bold; */
    line-height: 1.5;
}

.page--heading-top {
    font-size: 20px;
    border-bottom: 1px solid #0A2233;
    margin-bottom: 20px;
}

.page--heading {
    font-size: 20px;
    border-bottom: 1px solid #0A2233;
    margin: 40px 0 20px;
}

.page--box {
    font-size: 15px;
}

.page--box a{
    text-decoration: underline;
}

.page--box-title-top{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.page--box-title{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
}

.page--box-text {
    padding: 0 0 0 10px;
}

.page--img {
    margin: 50px auto;
    max-width: 640px;
	width: 100%;
}

/* フォーム */
.form-example {
    font-size: 12px;
    color: #aaa;
}

::placeholder{
	color: #ccc;
}

/* カート - 情報入力 ---------------------------------------------------------*/
.cart {
    background: #ddd;
    padding: 20px;
	display: flex;
    justify-content: space-between;
    gap: 20px;
	font-family: "Noto Sans JP", sans-serif;
	align-items: flex-start;
}

.cart-main {
    background: #fff;
	padding: 20px;
	width: 100%;
}

.cart--flow {
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap:10px;
	max-width: 560px;
    margin: 0 auto;
}

.cart--flow-item {
	color: #999;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	background: #eee;
	line-height: 48px;
}

.cart--flow01{
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	
}

.cart--flow02{
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
	margin: 0 -20px;
}

.cart--flow03{
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.cart--flow-active{
	background: #0A2233;
	color: #fff;
	font-size: 16px;
}

/* カート機能フォームパーツ */
.cart--form {
    margin: 50px auto;
	max-width: 560px;
}

.cart--form-item {
    margin-bottom: 20px;
	border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}

.cart--form-label {
    display: block;
}

.cart--form-input-box {
    display: flex;
    gap: 20px;
}

.cart--form-input {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
}

.cart--form-select {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
}

.cart--form-check , .cart--form-radio{
    padding: 10px;
    width: 100%;
    display: block;
}

.cart--form-check input[type="checkbox"],
.cart--form-radio input[type="radio"],
.cart--form-radio-payment input[type="radio"]{
  accent-color: #0A2233;
  transform: scale(1.8);
	margin-right: 10px;
}
/* お支払い */
.cart--form-payment-img {
    width: 200px;
    display: block;
    margin-bottom: 10px;
}

.cart--form-radio-payment {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cart--form-payment {
    border: 1px solid #ddd;
    margin: -11px auto 10px;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    background: #eee;
}

.cart--form-nav {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.cart--back-link{
    color: #0A2233;
    padding: 5px;
    border: 1px solid #0A2233;
    margin: 0 0 20px;
    text-align: center;
    display: block;
    width: 60px;
    border-radius: 4px;
    font-size: 12px;
	background: #fff;
}

.cart--back-link:hover{
    color: #fff;
    background: #0A2233;
}

/* カートの中身 */
.cart-in {
    background: #fff;
	padding: 20px;
	width: 100%
}

.cart-in--title {
    font-size: 15px;
    border-bottom: 2px solid #0A2233;
}

.cart-in--item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.cart-in--box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cart-in--img {
    width: 50%;
    object-fit: contain;
}

.cart-in--name {
    font-size: 18px;
    line-height: 1.4;
	margin-bottom: 10px;
}

.cart-in--money{
	font-size: 20px;
}

.cart-in--label {
    font-size: 14px;
    display: block;
	margin-bottom: 5px;
}
.cart-in--select {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    width: 100%;
	    max-width: 200px;
}

.cart-in--info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.cart-in--deletion {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 0 5px;
    background: #eee;
    color: #999;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    margin: 15px 0 0 auto;
	display: block;
}

.cart-in--total {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 20px;
	font-weight: bold;
	border-top: 2px solid #0A2233;
	padding-top: 15px;
}

/* カート入力情報確認 ------------------------------------*/
.cart--conf-box {
    margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.4;
}

.cart--conf-title {
    border-left: 10px solid #0A2233;
    padding: 0 0 0 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.cart--conf-table {
    width: 100%;
}

.cart--conf-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.cart--conf-label {
    width: 30%;
}

.cart--conf-value-goods {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cart-in--conf-img {
    width: 150px;
    display: block;
    margin-bottom: 5px;
}

/* カートの中身 */
.cart-in--conf {
    background: #fff;
	padding: 20px;
	min-width: 280px;
	max-width: 280px;
}
.cart-in--conf-piece {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
	max-width: 100px;
}
/* カート注文完了 ------------------------------------*/
.cart-main--comp {
    background: #fff;
	padding: 20px;
	width: 100%;
}

.cart--comp {
    margin: 50px auto;
    max-width: 80%;
}

.cart--comp-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.cart--comp-text {
    margin-bottom: 10px;
}


/* 中身無し ----------------------------------------*/
.cart-no {
    text-align: center;
}

.cart-no--img {
    max-width: 280px;
}
.cart-no--text {
    font-size: 20px;
    margin: 20px auto;
}



/* フッター ------------------------------------------- */

footer {
    padding: 40px;
    background: #0A2233;
}

.footer--nav01 {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.footer--nav02 {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    padding: 30px 0;
    width: fit-content;
	border-top: 1px solid #ccc;
}

.footer--nav01 a , .footer--nav02 a{
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.copy{
	font-size: 11px;
    text-align: center;
	color: #fff;
	margin: 40px auto 0;
}

/* トップへ戻る */
#js-pagetop {
	position: fixed;
	width: 44px;
	height: 44px;
	bottom: 16px;
	right: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 30;
	color: #fff;
	font-size: 12px;
	background-color: #0A2233;
	padding: 5px;
	border-radius: 4px;
}

#js-pagetop:hover{
	transition: 0.2s;
	color: #fff;
}

@media screen and (max-width:1080px){
	/* 詳細ページ */
	.item {
    display: flex;
    gap: 40px;
    margin: 0 auto 50px;
    flex-direction: column;
}
	
	.item--box01 {
    position: relative;
    width: 100%;
}
	
	.item-img-main {
    height: auto;
    width: 100%;
}
	/* カート */
	.cart--flow02 {
    margin: 0 -10px;
}
}

@media screen and (max-width:959px){
	
	.mb-menu--wrap{
	display: block;
}
/*----- スライドするメニュー -----*/
/* :::::: toggle button :::::: */
#mb-menu {
	display: none;
}
label {
	
}
.mb-menu--open {
	z-index: 101;
	top: 8px;
	left: 8px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	cursor: pointer;
	position: fixed;
}
.mb-menu--open::before,
.mb-menu--open::after {
	content: "";
}
.mb-menu--open span,
.mb-menu--open::before,
.mb-menu--open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #0A2233;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mb-menu--open::before {
	transform: translateY(-8px);
}
.mb-menu--open::after {
	transform: translateY(8px);
}
.mb-menu--close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
	cursor: pointer;
	position: fixed;
}
#mb-menu:checked + .mb-menu--open {
	transform: translateX(0);
}
#mb-menu:checked + .mb-menu--open span {
	transform: scaleX(0);
}
#mb-menu:checked + .mb-menu--open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#mb-menu:checked + .mb-menu--open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#mb-menu:checked ~ .mb-menu--close {
	pointer-events: auto;
	background: rgba(0,0,0,.6);
}

/* :::::: drawer menu :::::: */
.mb-menu--item {
	z-index: 100;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 40px 20px;
	box-sizing: border-box;
	background: rgba(248,247,245,.95);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mb-menu--item ul {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.mb-menu--item li {
	line-height: 1.4;
}
.mb-menu--item li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.mb-menu--item a {
	display: block;
	padding: 15px 10px;
	text-decoration: inherit;
	transition: background .6s;
	font-size: 13px;
}
.mb-menu--item a:hover {
}
#mb-menu:checked ~ .mb-menu--item {
	transform: none;
}
	
	.mb-menu--title {
    border-left: 5px solid #0A2233;
    padding: 0 0 0 5px;
    font-weight: bold;
    font-size: 14px;
		margin: 10px 0;
		color: #999;
}
	
	/* モバイル検索 */
.mb-search {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
	margin: 30px 0 10px;
}

.mb-search input {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 13px;
    outline: none;
}

.mb-search input::placeholder {
    color: #777777;
}

.mb-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #0A2233;
    cursor: pointer;
}

.mb-search button::after {
    width: 18px;
    height: 18px;
    background-image: url("../img/search-w.png");
    background-repeat: no-repeat;
    content: '';
	background-size: contain;
}
	
	/*----- スライドするメニューここまで -----*/
	
	header {
    height: 70px;
	}
	
	.header--logo {
    display: flex;
    justify-content: center;
    flex-grow: 1;
	padding-left: 52px;
}
	
	.nav-menu {
    display: none;
	}
	
	.search {
    display: none;
}
	
	.main-img {
    margin: 0 auto;
    padding-top: 70px;
}
	
	main {
    margin: 0 auto;
    padding: 128px 20px 80px;
    display: flex;
    justify-content: center;
    max-width: 1260px;
    flex-direction: column-reverse;
}
	
	.container {
    width: 100%;
}
	
	.side {
    width: 100%;
    padding-right: 0;
}
	
	/* 詳細ページ */
	.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 70px auto;
}
	
	footer {
    padding: 40px 20px;
    background: #0A2233;
}
	
	.footer--nav01 {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    flex-direction: column;
}
	
	.footer--nav02 {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    flex-direction: column;
}

}
	

@media screen and (max-width:768px){
	
	.header--logo img {
    width: 150px;
    vertical-align: sub;
}
	
	.slick-slide img {
	max-width: 100%;
    height: 80vw;
	object-fit: cover;
}
	
	.top-concept {
    padding: 30px 20px;
    text-align: center;
    font-size: 13px;
}
/* 商品一覧 */
	.product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
	
	.product--list {
    width: calc(50% - 5px);
    position: relative;
    background: #fff;
}
	

	.product--title {
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0;
	color: #000;
}

	/* 商品詳細ページ */
	.modal-content {
    margin: 25% auto;
    display: block;
    width: 80%;
    max-width: 700px;
}	
	
	.item--option select {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
	background: #fff;
}
	.item-img-sub li img {
    border: 2px solid transparent;
    transition: border .3s;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
	
	/* お問い合わせ */
	.contact__list {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    gap: 10px;
    flex-direction: column;
}
	
	.contact__list-name {
    width: auto;
}
	
	.contact__list-input {
    padding: 10px;
    width: 100%;
}
	
	/* カート ------------------------------------*/
	.cart {
    background: #ddd;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
	margin: 0 -20px;
}
	
	/* カート - 情報入力 */
	.cart-main {
    background: #fff;
    padding: 20px;
    width: 100%;
}
	
	.cart--flow-active {
    font-size: 14px;
}
	
	.cart--flow-item {
    font-size: 12px;
}
	
	.cart--form-nav {
    display: flex;
    gap: 20px;
    font-size: 14px;
    flex-direction: column;
}
	
	/* カートの中身 */
	.cart-in {
    background: #fff;
    padding: 20px;
    min-width: auto;
    max-width: max-content;
    width: 100%;
}
	
	.cart-in--img {
    width: 40%;
    object-fit: contain;
}
	
	.cart-in--name {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
	
	.cart-in--money {
    font-size: 18px;
}
	
	/* 確認画面のモバイルでは確認内容より上部に来てしまうため非表示に */
	.cart-in--conf{
		display: none;
	}
	
	/* カート - 注文完了 */
	.cart--comp {
    margin: 50px auto;
    max-width: 100%;
}
	
	
	/* ページ共通 -------------------------------------*/
	
	.page--title {
    font-size: 20px;
    margin: 0 auto 50px;
    border-left: 10px solid #0A2233;
    padding: 0 0 0 10px;
    line-height: 1.5;
}
		
}

@media screen and (max-width:480px){
	/* スライダー */
	.slick-slide img {
	max-width: 100%;
    height: 90vw;
	object-fit: cover;
}
	
	/* 商品一覧 */
	.product--list img {
    width: 100%;
	height: 140px;
    object-fit: cover;
}
	/* 商品詳細ページ */
	
	.item-img-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
	
	.item-img-sub li img {
    border: 2px solid transparent;
    transition: border .3s;
    width: 100%;
    height: 90px;
    object-fit: cover;
}
	
}

@media screen and (max-width:375px){
	/* 共通 ------------------------------------*/
	.on-pc{display: none}
	.on-mb{display: block}
	
	/* 商品一覧 ------------------------------------*/
	.top-concept--text {
    text-align: left;
}
	    .product--list img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
	/* 商品詳細ページ */	
	.item-img-main img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
	
	.item-img-sub li img {
    border: 2px solid transparent;
    transition: border .3s;
    width: 100%;
    height: 70px;
    object-fit: cover;
}
	/* カート ------------------------------------*/
		/* カートの中身 */
	.cart-in--box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}
	
	.cart-in--img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
	.cart-in--box-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.cart-in--select {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    width: 100%;
    max-width: none;
}
	
	.cart-in--deletion {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #eee;
    color: #999;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    margin: 20px auto 0;
    display: block;
}
	/* カート - 情報入力 */
	.cart--form-input-box {
    display: flex;
    gap: 0;
    flex-direction: column;
}
	
}
