@charset "UTF-8";
/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: BONANZA CREATE
Template: welcart_basic
Version: 1.0.0
*/
:root {
  --main-color: #031731;
  --text-color: #2c2c2c;
  --text-hover-color: #7a7a7a;
  --border-color: #e9e9e9;
}

/* フォント ------------------------------------------------------------------------ */
/* ExtraLight */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
/* Light */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* SemiBold */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ExtraBold */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* Black */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* テーマ調整 --------------------------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #262626;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.8em;
  word-wrap: break-word;
}

.entry-content h3, .item-description h3 {
  font-size: 24px;
}

img {
  max-width: 100%;
}

#content {
  padding: 0;
}

#content h1.post-title, #content h1.page-title {
  font-size: 26px;
  padding: 16px 0;
  border-bottom: 1px solid #CCC;
  margin-bottom: 24px;
  line-height: 1.4em;
  text-shadow: none;
  color: #262626;
  display: block;
  text-align: left;
}

a {
  color: #1175bf;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #262626;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-content p, .item-description p {
  margin-bottom: 0.5em;
  line-height: 1.8em;
}

/* カラム調整 */
#main.two-column #content {
  width: 100% !important;
}

#content header {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 1.42857em;
  padding: 0;
  border: none;
  -webkit-transform: none;
          transform: none;
}

/* wp-block カスタマイズcss */
/* グループブロック */
/* 貫通背景 */
.wp-block-group.group-bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 50px 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-group.group-bg .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-group.group-bg.type01 {
  background: url(https://mannira.com/wp-content/uploads/2017/11/subtle_grunge.png);
}

.wp-block-group.group-bg.type02 {
  background: url(https://mannira.com/wp-content/uploads/2017/11/subtle_grunge02.png);
}

.wp-block-group.group-bg.type03 {
  background: url(https://mannira.com/wp-content/uploads/2017/11/subtle_grunge03.png);
}

/* テキスト画像ブロック */
/* 画像サイズ調整 */
.wp-block-media-text.customize {
  width: 100%;
  max-width: 1600px;
}

.wp-block-media-text.customize img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 見出しデザイン */
.entry-content h2 {
  border: none;
  font-size: min(30px, 8vw);
}

h2.heading01 {
  position: relative;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: center;
  border: none;
  margin-top: 36px;
}

h2.heading01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #28a745 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

h2.heading01:first-child {
  margin-top: 0;
}

/* ヘッダー ------------------------------------------------------------------------------------------------------------ */
/* ヘッダートップ */
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  border: none;
  top: 0;
}

#header .header-wrap {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-top {
  background: rgba(0, 0, 0, 0.6784313725);
}

.logo-wrap {
  width: 300px;
  height: 118px;
  position: absolute;
  z-index: 10;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  top: 6px;
  left: 2vw;
  display: inline-block;
}

#logo {
  background: url(https://mannira.com/wp-content/uploads/2017/08/rogo.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ショップメニューバー */
.shop-menu {
  clear: right;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 0 10px;
}

.shop-menu .membership {
  padding: 0.357143em 0;
  overflow: hidden;
  margin-right: 10px;
}

.shop-menu .membership i {
  display: none;
}

.shop-menu .membership ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.shop-menu .membership li:first-child, .shop-menu .membership li a {
  font-size: 12px;
  border: none;
  margin: 0;
  padding: 0 0.833334em;
  border-right: 1px solid #aaa;
}

.shop-menu .membership li:first-child {
  color: #52ab41;
}

.shop-menu .membership li a {
  color: #FFF;
}

.incart-btn {
  margin: 0;
  float: right;
  clear: both;
}

header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
  background-color: #031731;
}

/* ヘッダーナビ ------------------------------------------------------------------------------------------ */
#gnav {
  background: #47B39D;
  margin: 0 0 0 auto;
  float: right;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#gnav .sub-menu {
  z-index: 10;
}

#gnav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#gnav-container ul li a {
  display: block;
  padding: 17px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8509803922);
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 14px;
}

/* ホバー時 */
#gnav-container ul li a:hover {
  background: #fafafa;
  color: #3a3a3a;
}

#gnav-container ul li a:hover .sub-menu {
  display: block;
}

#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: rgba(0, 0, 0, 0.8509803922);
}

#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  display: block;
}

#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}

#gnav ul li .sub-menu li a {
  color: #FFF;
  padding: 10px 15px;
}

#gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #3B4552;
}

#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

#header-right {
  height: 92px;
  z-index: 6;
  position: relative;
  right: 0;
  margin-top: 14px;
  margin-right: 10px;
  padding-left: 350px;
}

body #header #gnav {
  background: none;
}

#gnav ul li {
  display: inline-block;
  position: relative;
}

#gnav .online-shop-menu a {
  background: rgba(8, 155, 0, 0.8);
}

/* グローバルナビ アイコンメニュー */
.gnav-icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 12px;
}

.gnav-icon-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.gnav-icon-btn li.sns-x i {
  color: #000;
}

.gnav-icon-btn li.sns-insta i {
  color: #C13584;
}

.gnav-icon-btn li.sns-fb i {
  color: #3B5998;
}

.gnav-icon-btn i {
  font-size: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* ホバー時 */
.gnav-icon-btn ul li a:hover i {
  opacity: 0.4;
}

/* スクロール時、サイトロゴ縮小 */
header.smaller .logo-wrap {
  height: 80px !important;
}

/* ハンバーガーメニュー --------------------------------------------------------------------------------------------- */
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 140px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

/* スマホドロアー */
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

/* 親要素のみ */
nav.globalMenuSp #gnav-ul > li > a {
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.1);
}

nav.globalMenuSp #gnav-ul > li:has(.sub-menu) > a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 10px;
  position: absolute;
  left: 4vw;
  top: 20px;
}

nav.globalMenuSp .sub-menu {
  padding: 0 5vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* メインビジュアル ---------------------------------------------------------------------------------------------- */
.main_header_img {
  position: relative;
  margin-bottom: 4px;
  border-bottom: 1px solid #000;
}

/*トップページ　ドットオーバーレイimg要素*/
.dot-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dot-overlay:before {
  background: url(https://mannira.com/wp-content/uploads/2017/08/dot-ol.png);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* main-visual.js
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* トップ キービジュアル swiper */
.kv-swiper .swiper-slide-active .swiper-slide__item,
.kv-swiper .swiper-slide-duplicate-active .swiper-slide__item,
.kv-swiper .swiper-slide-prev .swiper-slide__item {
  -webkit-animation: zoomanime 10s linear 0s normal both;
          animation: zoomanime 10s linear 0s normal both;
}

@-webkit-keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.kv-swiper {
  position: relative;
}

.kv-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.kv-swiper .swiper-slide__item {
  width: 100%;
}

.kv-swiper .swiper-slide__item img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.kv-swiper .top-kv-cont {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.kv-swiper .top-kv-cont img {
  max-width: 500px;
  width: 100%;
}

.top-kv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background-color: black;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

/* トップページ以外 固定ヘッダー -------------------------------------------- */
.page-header {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.page-header .page-title {
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 0;
  max-width: 100%;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Meiryo, sans-serif;
  color: #FFF;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.1em;
}

/* 固定ページヘッダー画像 */
.page-bg-img-wrap {
  display: block;
  height: 380px;
  width: 100%;
  top: 0;
  position: relative;
  z-index: -1;
}

body.page-template-img-header-page .page-bg-img-wrap {
  display: block;
  height: 380px;
  width: 100%;
  top: 0;
  position: relative;
  z-index: -1;
}

body.page-template-img-header-page #content {
  margin-top: 0;
}

body.page-template-img-header-page #content .wrap {
  padding-top: 0;
}

/* その他ページ用 */
.page-bg-img-wrap.default {
  height: 128px;
}

.page-bg-img-wrap.default .page-bg-img {
  height: 128px;
}

.page-bg-img {
  background-size: cover;
  display: inline;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 380px;
  width: 100%;
  z-index: -5;
  background-color: #3e3e3e;
}

/* お品書きページのヘッダー画像 */
body.page-id-1237 .page-bg-img {
  background: url(https://mannira.com/wp-content/uploads/2017/08/IMG_0029.png) no-repeat center center;
}

/* ご注文ページのヘッダー画像 */
body.page-id-1282 .page-bg-img {
  background: url(https://mannira.com/wp-content/uploads/2017/10/IMG_0218.jpg) no-repeat center center;
}

/* お問い合わせページのヘッダー画像 */
body.page-id-18 .page-bg-img {
  background: url(https://mannira.com/wp-content/uploads/2017/09/gaikan01.png) no-repeat center center;
}

/* ドットオーバーレイ */
.dot-overlay-wrap {
  background: url(https://mannira.com/wp-content/uploads/2017/08/dot-ol.png) repeat;
  height: 100%;
}

/* ヘッダー画像がある固定ページ共通設定 */
body.page-id-1237 .page-bg-img, body.page-id-1282 .page-bg-img, body.page-id-18 .page-bg-img {
  background-size: cover;
  display: inline;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 380px;
  width: 100%;
  z-index: -5;
}

/* メインコンテンツエリア */
#main-wrap {
  background: #FFF;
}

#main {
  margin: 0 auto;
  padding: 70px 1.2rem;
}

body.home #main {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem 100px;
  max-width: 1200px;
}

/* ウィジェットエリア */
.one-column #secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border: none;
}

.one-column #secondary .columnleft, .one-column #secondary .columncenter, .one-column #secondary .columnright {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  float: none;
  margin: 0;
  text-align: center;
}

#secondary section {
  margin: 0;
  padding: 0;
}

/* フッター ------------------------------------------------------------------------------------------------------------------- */
#site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-left-cont, .footer-right-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* フッター 左側 */
/* フッターナビ */
footer nav ul ul {
  margin: 0.2rem 0 0 0;
}

footer nav li {
  width: 100%;
  float: none;
  margin: 0;
  padding: 7px 1.2rem;
  position: relative;
}

footer nav li li {
  width: 100%;
  margin: 0;
  padding-right: 0;
  float: none;
}

footer nav ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}

footer nav .sub-menu li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}

/* フッター 右側 */
.footer-right-cont p {
  margin-bottom: 10px;
}

.footer-right-cont-item {
  margin-bottom: 30px;
}

.footer-right-cont-item:last-child {
  margin-bottom: 0;
}

/* トップへボタン */
#toTop {
  position: fixed;
  right: 50px;
  bottom: 5%;
}

/* 投稿一覧ページ 詳細ボタン */
.post-footer {
  padding: 0;
  background: none;
}

.post-footer a {
  width: auto;
  display: inline-block;
  padding: 0.714286em 1.07143em;
  background: #000;
}

/* 投稿ページ ------------------------------------------------------------------------- */
.entry-meta .date:before, .entry-meta .cat:before {
  content: none;
}

/* ご注文ページ ----------------------------------------------------------------- */
.order-list a {
  color: var(--text-color);
  text-decoration: none;
}

.order-list a:hover {
  color: #6d6d6d;
  text-decoration: none;
}

/* お知らせ */
.vk_posts .postListText_title {
  margin: 0;
}

/* 商品一覧 */
.order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4rem 2%;
  margin-bottom: 30px;
}

.order-list .entry {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.sp-leftcont {
  float: none;
  width: auto;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}

.sp-leftcont img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp-rightcont {
  width: 100%;
  margin: 0;
  float: none;
  padding: 0;
}

.post-content .entry {
  margin-bottom: 30px;
  border: none;
  width: 50%;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rightcont p.title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.2em;
}

.sp-rightcont .price-area {
  margin-bottom: 10px;
}

span.price {
  font-size: 2em;
  font-weight: bold;
  color: #ED5B14;
  margin: 0px;
  padding: 0px;
}

/* 商品詳細ページ ---------------------------------------------------------------------------------------------- */
#itempage #img-box {
  width: 42%;
}

#itempage .item-info {
  padding-top: 1.2em;
}

.summary-box.clearfix {
  width: 56%;
  float: right;
}

.detail-box {
  width: 100%;
  border-top: 1px solid var(--border-color);
  padding-top: 26px;
  margin-top: 26px;
}

h2.item-name {
  font-size: 1.8em;
  margin-bottom: 0.2em;
  line-height: 1em;
}

/* 商品名 */
#itempage .itemcode {
  margin-bottom: 10px;
}

/* タグ */
.tag-area ul li {
  display: inline-block;
  margin: 0.2em 0.3em;
  padding: 0.4em 1em;
  font-size: 13px;
  font-weight: bold;
  background: #767676;
  color: #FFF;
  border-radius: 0.3rem;
}

/* タグカラー設定 */
.tag-area .tag-cool-reizou {
  background: #0056d7;
}

.tag-area .tag-cool-reitou {
  background: #00b9d7;
}

.tag-area .tag-inc-shipping-cost {
  background: #0dd700;
}

/* アイテムオプション */
.item-info .item-option dt, .item-info .itemGpExp dt {
  margin: 0;
  vertical-align: middle;
}

/* 価格 */
.item-info .field_price {
  font-size: 3em;
  font-weight: bold;
  color: #ED5B14;
  margin-bottom: 0.4em;
  padding: 0px;
  text-align: right;
  width: auto;
  display: block;
  line-height: 1em;
}

/* カートページ */
.customer_form input#search_zipcode {
  margin: 16px 0 8px;
  padding: 5px 20px;
  width: 100%;
  line-height: 1em;
  height: 3em;
}

div.cart_navi li {
  margin-bottom: 0.4em;
}

/* カートのフィールド用のスタイル */
.display-none {
  display: none;
}

span.em {
  color: red;
  font-weight: bold;
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* テーマのブロックエディタ全幅対応 */
.alignfull {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
/* PC・タブレット */
/* PC・タブレット */
/* タブレット */
@media only screen and (max-width: 991.98px) {
  /* ロゴ縮小 */
  header .logo-wrap {
    height: 80px !important;
  }
  /* メニュー非表示 */
  #header-right {
    display: none;
  }
  /*　スマホ･タブレット　ハンバーガーメニュー　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 21;
    right: 20px;
    top: 40px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.8784313725);
    border-radius: 0.2rem;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
}
/* タブレット */
/* タブレット・スマホ */
@media only screen and (max-width: 767.98px) {
  body.home #concept-area h2 {
    font-size: 28px;
  }
  body.home #concept-area p {
    font-size: 16px;
  }
  .wp-block-media-text.customize {
    grid-template-columns: 1fr;
  }
  .wp-block-media-text.customize .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.customize .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 32px;
    padding: 0;
  }
  /* 商品一覧 */
  .order-list .entry {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  /* 商品詳細 */
  #itempage #img-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .summary-box.clearfix {
    width: 100%;
    float: none;
  }
}
/* タブレット・スマホ */
/* スマホ */
@media only screen and (max-width: 575.98px) {
  /* 商品一覧 */
  .order-list .entry {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}/*# sourceMappingURL=main-style.css.map */