@charset "utf-8";

/* ************************************************
*  all すべての要素のデフォルトスタイル
* ************************************************ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* ************************************************
*  Utility ユーティリティクラス
* ************************************************ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

.block {
  display: block;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.inline-block {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.bs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  
  .sp-text-left {
    text-align: left;
  }
}

.itemList {
  margin-bottom: 40px;
}

/* 2カラムレイアウト */
.flex-2col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.flex-2col > div {
  flex: 1;
}

@media screen and (max-width: 767px) {/* SP */
  .flex-2col {
    flex-direction: column;
    gap: 20px;
  }

  .flex-2col.sp-reverse {
    flex-direction: column-reverse;
  }
}

/* ************************************************
*  Template スタイルテンプレート
* ************************************************ */
/*
table {
  width:100%;
}

a,a:hover {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
  text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
  text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
  -moz-box-shadow: inset 1px 1px 3px #000;
  -webkit-box-shadow: inset 1px 1px 3px #000;
  box-shadow: inset 1px 1px 3px #000;
}

角丸 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

トランジション {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

透明 {
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}

背景のみ透明 {
  background-color:rgba(255,255,255,0.2);
}

グラデーション {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
  background-image: -moz-linear-gradient(top, #ffffff, #000000);
  background-image: -ms-linear-gradient(top, #ffffff, #000000);
  background-image: -o-linear-gradient(top, #ffffff, #000000);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
  background-image: -webkit-linear-gradient(top, #ffffff, #000000);
  background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

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

}

スタイルテンプレート end */

/* ************************************************
*  item_box
* ************************************************ */
.item_box {
  display: inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 205px;
  vertical-align: top;
  text-align: left;
}

.item_box .item_image {
  margin: 0px;
}

.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}

.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}

.item_box .item_detail p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.item_box .item_detail p.item_description {
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family: 'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.item_price {
  text-align: center;
}

p.toDetail {
  margin-top: 15px;
}

.box_last {
  margin-right: 0;
}

.box_small .item_box {
  display: inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align: top;
  text-align: left;
}

.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error {
  display: none;
  padding: 10px 0;
  color: #DA5858;
  font-weight: bold;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin: -4px;
  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color: #fff;
  cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position: absolute !important;
  top: 0px;
  padding: 3px;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding: 3px;
  border: 1px solid #000;
  background: #222;
  color: white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear: both;
}

* html .zoom-section {
  display: inline;
  clear: both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 100%;
}

#wrap {
  position: relative;
  top: 0px;
  z-index: 10;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.mousetrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
}

/* ************************************************
*  product_option_window
* ************************************************ */
#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}

#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}

table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}

table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */
.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */
#policy {
  line-height: 1.8;
  font-size: 14px;
}

#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead {
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}

.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}

.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells: show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}

.sk_box th img.poricy_img {
  margin-bottom: 5px;
}

.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}

.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}

#payment_method table.table {
  width: 100%;
}

#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}

#shipping_method table.table {
  width: 100%;
}

#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}

table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 30px;
}

.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  padding: 10px 0 0;
  text-align: center;
  background: #f2f2f2;
}

.sort strong {
  margin-right: 5px;
}

.sort a {
  margin-right: 5px;
  text-decoration: underline;
}

.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  padding: 5px 0 10px 0;
  margin-bottom: 30px;
  text-align: center;
  background: #f2f2f2;
}

.pager a {
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out, .itemList__soldOut {
  color: #DA5858;
  font-weight: bold;
  font-family: 'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.to_top {
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}

.to_top:hover {
  text-decoration: none;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* ************************************************
*  Button
* ************************************************ */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background: #e40020 url("https://img21.shop-pro.jp/PA01369/596/etc/tpl_c1c_cartIcon.png") no-repeat;
  background-position: 26% 45%;
  background-size: 34px auto;
}

.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}

.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

.button {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;

  padding: 22px 60px 22px 20px;
  background-color: #000;
  border: 1px solid #fff;

  position: relative;
  text-decoration: none;
}

.button.arrow:not([target="_blank"]):after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 47%;
  right: 30px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.button.next-arrow {
  background-color: #000;
  color: #fff;
  position: relative;
  border-radius: 3px;
  padding: 18px 103px 18px 60px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}

.button.next-arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 31px;
  height: 8px;
  transform: skewX(42deg);
  border-right: #fff solid 2px;
  border-bottom: #fff solid 1px;
  z-index: 0;
  transition: 0.3s;
  position: absolute;
  top: 34%;
  right: 21px;
}
.button.back-arrow {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  position: relative;
  border-radius: 3px;
  padding: 18px 60px 18px 103px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}

.button.back-arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 31px;
  height: 8px;
  transform: skewX(-42deg);
  border-left: #000 solid 2px;
  border-bottom: #000 solid 1px;
  z-index: 0;
  transition: 0.3s;
  position: absolute;
  top: 34%;
  left: 21px;
}

/*ここから調整*/
body {
  color: #333333;
  /*font-family: 'Noto Sans Japanese', 'Roboto Condensed', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {/* SP */
  body {
    font-size: 12px;
  }
}

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

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 1;
}

a:hover img {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0.8;
}

.popBnrText:hover img {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0.8;
}

#container {
  margin-top: 157px;/* ヘッダーの高さ */
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {/* SP */
  #container {
    margin-top: 123px;/* ヘッダーの高さ */
    margin-bottom: 0;
  }
}

/* ************************************************
*  全体インナー
* ************************************************ */
.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  /* SPは幅いっぱい */
  .spFullWidth {
    width: 100%;
    padding: 0;
  }
}
  
/* 幅の狭いインナー */
.inner--sm {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--xs {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg-gray {
  background-color: #F8F8F8;
}

/* ************************************************
*  Margin & Padding
* ************************************************ */
.mt--lg {
  margin-top: 80px;
}

.mb--lg {
  margin-bottom: 80px;
}

.pt--lg {
  padding-top: 80px;
}

.pb--lg {
  padding-bottom: 80px;
}

.mt {
  margin-top: 60px;
}

.mb {
  margin-bottom: 60px;
}

.pt {
  padding-top: 60px;
}

.pb {
  padding-bottom: 60px;
}

.mt--sm {
  margin-top: 50px;
}

.mb--sm {
  margin-bottom: 50px;
}

.pt--sm {
  padding-top: 50px;
}

.pb--sm {
  padding-bottom: 50px;
}

.mt--xs {
  margin-top: 30px;
}

.mb--xs {
  margin-bottom: 30px;
}

.pt--xs {
  padding-top: 30px;
}

.pb--xs {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {/* SP */
  .mt--lg {
    margin-top: 50px;
  }

  .mb--lg {
    margin-bottom: 50px;
  }

  .pt--lg {
    padding-top: 50px;
  }
  
  .pb--lg {
    padding-bottom: 50px;
  }


  .mt {
    margin-top: 30px;
  }
  
  .mb {
    margin-bottom: 30px;
  }
  
  .pt {
    padding-top: 30px;
  }
  
  .pb {
    padding-bottom: 30px;
  }

  .mt--sm {
    margin-top: 30px;
  }
  
  .mb--sm {
    margin-bottom: 30px;
  }
  
  .pt--sm {
    padding-top: 30px;
  }
  
  .pb--sm {
    padding-bottom: 30px;
  }
  
  .mt--xs {
    margin-top: 20px;
  }
  
  .mb--xs {
    margin-bottom: 20px;
  }
  
  .pt--xs {
    padding-top: 20px;
  }
  
  .pb--xs {
    padding-bottom: 20px;
  }
}

/* ************************************************
*  ヘッダー ★
* ************************************************ */
header#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header__without__top .header__inner .row {
  min-height: 190px;
}

header#header a:hover {
  text-decoration: none;
}

.header__information-area {
  background-color: #000;
  height: 32px;
}

.header__information-area__inner {
  max-width: 1200px;
  height: 32px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}

.header__inner {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}

/* ヘッダーメインメニューエリア */
.header__mainNavigationArea {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}

.header__mainNavitationInner {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1240px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

/* ヘッダーメインメニュー */
.header__globalNavigation {
  height: 100%;
  display: flex;
}

.header__globalNavigation > ul {
  display: flex;
  gap: 24px;
}

.header__globalNavigation > ul > li {
  display: flex;
  align-items: center;
}

.header__globalNavigation > ul > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  height: 100%;
}

.header__globalNavigation > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 50%;
  transform: translateY(20px);
  left: 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.header__globalNavigation > ul > li > a:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.header__globalNavigation__icon {
  width: 22px;
  height: 22px;
}

.header__globalNavigation__caption {
  font-size: 16px;
  font-weight: 700;
}

/* ヘッダーサブメニュー */
.header__subNavigation > ul {
  display: flex;
}

.header__subNavigation > ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__subNavigation > ul > li > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 48px;
  gap: 5px;
}

.header__subNavigation__icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__subNavigation__caption {
  font-size: 10px;
  flex: 0;
}

/* ヘッダー第二メニューエリア */
.header__secondNavigationArea {
  background-color: #EDECE8;
  position: relative;
}

.header__secondNavigationArea__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.header__secondNavigationArea__nav > ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.header__secondNavigationArea__nav > ul > li > a{
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  display: inline-block;
  height: 100%;
}

/* メインメニューのドロップダウンメニュー（店舗） */
.js-shopNav__dropdownArea {
  display: none;
  opacity: 0;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s ease;
}

.js-shopNav__dropdownArea.is-active {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}

.shopNav__dropdownArea__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1080px;
  min-height: 495px;
  gap: 60px 0;
}

.shopNav__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  align-items: center;
  width: calc(100% / 5);
}

.shopNav__image {
  width: 150px;
  height: 98px;
}

.shopNav__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopNav__caption {
  font-size: 18px;
  font-weight: bold;
}

/* 第二メニューのドロップダウンメニュー（コーヒー豆） */
.js-secondNav__dropdownArea {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
}

.js-secondNav__dropdownArea.is-active {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}

.secondNav__dropdownArea__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 46px 0 44px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.secondNav__dropdownArea__itemGroup {
  flex-grow: 0;
  flex-shrink: 0;
}

.secondNav__dropdownArea__itemGroup > li:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.secondNav__dropdownArea__itemGroup > li:first-child > a {
  font-weight: bold !important;
  font-size: 16px;
}

.secondNav__dropdownArea__itemGroup > li:not(:first-child) {
  margin-bottom: 8px;
}

.secondNav__dropdownArea__itemGroup > li:not(:first-child) > a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.secondNav__dropdownArea__itemGroup > li > a:hover {
  color: #333;
  text-decoration: none;
}

/* ドロップダウンメニュー黒背景オーバーレイ */
.js-dropdownBackground {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-secondNav__dropdownArea.is-active ~ .js-dropdownBackground,
.js-shopNav__dropdownArea.is-active ~ .js-dropdownBackground {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.js-hamburger {
  cursor: pointer;
}

.header__subNavigation > ul > li.header__subNavigation__hamburger {
  display: none;
}

/* モバイルスライドインメニュー */
.mobileSlideInMenu {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}

.mobileSlideInMenu.is-active {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: all 0.3s ease;
}

.mobileSlideInMenu__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 375px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  transition:all 0.3s ease;
  transform: translateX(100%);
}

.mobileSlideInMenu.is-active .mobileSlideInMenu__inner {
  transform: translateX(0);
  transition:all 0.3s ease;
}

/* スライドインメニューヘッダー */
.mobileSlideInMenu__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
  height: 80px;
  border-bottom: 1px solid #707070;
  flex-shrink: 0;
  padding-top: 20px;
}

.mobileSlideInMenu__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 8px;
}

/* スライドインメニューフッター */
.mobileSlideInMenu__footer {
  background-color: #D8D8D8;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 55px 20px 20px;
}

.mobileSlideInMenu__footer > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobileSlideInMenu__footer > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* スライドインメニューメインコンテンツ */
.mobileSlideInMenu__content {
  font-size: 16px;
  background-color: #D8D8D8;
}

/* スライドインメニューメインメニューリスト */
.mobileSlideInMenu__menuList {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobileSlideInMenu__menuList li {
  position: relative;
}

.mobileSlideInMenu__menuList > li::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #707070;
}
.mobileSlideInMenu__menuList > li > ul > li::after,
.mobileSlideInMenu__menuList > li > ul > li > ul > li::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dotted #707070;
}

/* スライドインメニューメインメニューリストリンク */
.mobileSlideInMenu__menuList a {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  color: #000;
}

.mobileSlideInMenu__menuList > li > a {
  font-weight: bold;
}

.js-mobileSlideInMenu__accordionList a:not(.js-mobileSlideInMenu__accordionTitle) {
  padding-left: 45px;
  background-color: #FFFFFF;
}

/* リンク右アイコン */
.mobileSlideInMenu__menuList a::before,
.mobileSlideInMenu__menuList a::after {
  content: "";
  height: 1px;
  width: 20px;
  background: #707070;
  position: absolute;
  right: 20px;
  transition: all 0.3s ease;
}

/* リンク右アイコン "＞" */
.mobileSlideInMenu__menuList a:not(.js-mobileSlideInMenu__accordionTitle)::before {
  transform: rotate(40deg) translateY(-50%);
  top: 41%;
  width: 13px;
  right: 23px;
}

.mobileSlideInMenu__menuList a:not(.js-mobileSlideInMenu__accordionTitle)::after {
  transform: rotate(140deg) translateY(50%);
  bottom: 41%;
  width: 13px;
  right: 23px;
}

/* リンク右アイコン "＋" */
.mobileSlideInMenu__menuList a.js-mobileSlideInMenu__accordionTitle::before {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.mobileSlideInMenu__menuList a.js-mobileSlideInMenu__accordionTitle::after {
  top: 50%;
  transform: translateY(-50%);
}

/* リンク右アイコン "─" */
.mobileSlideInMenu__menuList a.js-mobileSlideInMenu__accordionTitle.is-open::before {
  top: 50%;
  transform: translateY(-50%);
}

.mobileSlideInMenu__menuList a.js-mobileSlideInMenu__accordionTitle.is-open::after {
  top: 50%;
  transform: translateY(-50%);
}

/* アコーディオン見出し */
.js-mobileSlideInMenu__accordionTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

/* アコーディオン開閉リスト */
.js-mobileSlideInMenu__accordionList {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-bottom: 0;
  background-color: #EFEFEF;
}

.js-mobileSlideInMenu__accordionList .js-mobileSlideInMenu__accordionList {
  background-color: #FFFFFF;
}

.js-mobileSlideInMenu__accordionTitle.is-open + .js-mobileSlideInMenu__accordionList {
  max-height: 2000px;
  transition: all 0.3s ease;
}

/* ヘッダータブレット用スタイル */
@media screen and (max-width: 1175px) {
  /* ヘッダー左右マージン */
  .header__information-area {
    padding: 0 20px;
  }

  /* ヘッダーメインメニュー非表示 */
  .header__globalNavigation {
    display: none;
  }

  /* ハンバーガーメニューアイコン表示 */
  .header__subNavigation > ul > li.header__subNavigation__hamburger {
    display: block;
  }

  .header__secondNavigationArea__nav.pc-only {
    display: none !important;
  }

  .header__secondNavigationArea__nav.sp-only {
    display: block !important;
  }

  .header__secondNavigationArea__nav > ul {
    gap: 40px;
  }
}

/* SP用スタイル */
@media screen and (max-width: 767px) {
  /* ヘッダーお知らせエリア */
  .header__information-area {
    height: 25px;
    padding: 0;
  }

  .header__information-area__inner {
    height: 25px;
    margin: 0 auto;
    color: #fff;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
  }

  /* ヘッダーメインメニュー */
  .header__mainNavitationInner {
    height: 53px;
  }

  .header__logo svg{
    width: 106px;
    height: 14px;
  }

  /* ヘッダーサブメニュー */
  .header__secondNavigationArea__nav > ul > li > a {
    font-size: 10px;
    display: inline-block;
    height: 100%;
  }

  .header__subNavigation > ul {
    gap: 5px;
  }

  .header__subNavigation > ul > li > a {
    width: 35px;
  }

  .header__subNavigation > ul > li.pc-only {
    display: none;
  }

  .header__subNavigation svg{
    height: 14px;
    width: 14px;
  }

  .header__subNavigation .header__subNavigation__caption {
    font-size: 8px;
  }

  /* ヘッダー第二メニュー */
  .header__secondNavigationArea__nav > ul {
    padding: 0 20px;
    justify-content: space-between;
    gap: 0;
  }
}

/* ************************************************
*  キーワード検索ポップアップ
* ************************************************ */
.productSearchPopup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 124px;
  z-index: 1000;
  background-color: #fff;
  color: #000;
  display: none;
  border-bottom: 1px solid #707070;
}
.productSearchPopup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
.productSearchPopup__searchform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 9999px;
  width: 500px;
  padding-right: 20px;
}
.productSearchPopup__searchform input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
}
.productSearchPopup__searchform input::placeholder {
  color: #999;
}
.productSearchPopup__searchform button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.productSearchPopup__close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 8px;
}
.productSearchPopup__close svg {
  width: 14.696px;
  height: 14.276px;
}
@media screen and (max-width: 767px) {
  .productSearchPopup {
    height: 98px;
  }
  .productSearchPopup__inner > form {
    width: 100%;
  }
  .productSearchPopup__searchform {
    width: calc(100% - 40px);
  }
  .productSearchPopup__searchform input {
    width: 100%;
  }
}

/* ************************************************
*  フッター ★
* ************************************************ */
.footer {
  background-color: #000;
  color: #fff;
}

.footer__inner {
  max-width: 1240px;
  padding: 65px 20px 33px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__shopInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer__phone-hour .phonenum {
  font-family: 'ITC Avant Garde Gothic Pro','Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: Demi;
  letter-spacing: 0.1em;
  margin-top: 41px;
  margin-bottom: 5px;
}
.footer__phone-hour .businessHours {
  font-size: 12px;
}

.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}

.footer__globalNavigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.footer__globalNavigation a {
  display: flex;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.footer__globalNavigation__icon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__secondaryNavigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.footer__secondaryNavigation a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.footer__subNavigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.footer__subNavigation a {
  color: #fff;
  font-size: 16px;
}

.footer__copyright {
  max-width: 1240px;
  padding: 40px 20px;
  margin: 0 auto;
  font-size: 10px;
  text-align: left;
}
.footer__inner.sp-only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer__inner.pc-only {
    display: none;
  }

  .footer__inner.sp-only {
    display: flex;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 320px;
  }

  .footer__sns {
    margin-top: 0;
    margin-bottom: 44px;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }

  .footer__secondaryNavigation {
    margin: 0 0 50px;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer__secondaryNavigation > li {
    display: inline-block;
  }

  .footer__phone-hour {
    margin: 0;
    padding: 0;
  }

  .footer__subNavigation {
    width: 100%;
    margin-bottom: 39px;
  }

  .footer__phone-hour {
    margin-bottom: 32px;
  }
  .footer__phone-hour .phonenum {
    margin-top: 0;
  }

  .footer__copyright {
    padding-top: 0;
    text-align: center;
  }
}

/* ************************************************
*  ページトップスクロールボタン
* ************************************************ */
.page-top-wrapper {
  position: sticky;
  bottom: 0;
  z-index: 100;
}

.page-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-top-wrapper {
    display: block;
    text-align: center;
    position: static;
  }

  .page-top {
    position: static;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin: 20px auto 26px;
  }
}

/* ************************************************
*  アイキャッチ
* ************************************************ */
.eyecatch {
  position: relative;
  width: 100%;
  height: 444px;
  background-color: #000;
}

.eyecatch__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.eyecatch__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyecatch__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max(calc(50% - 620px + 20px), 20px);
  z-index: 1;

  width: 220px;
  height: auto;
}

.eyecatch__content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.eyecatch__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.eyecatch__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {/* SP */
  .eyecatch__btn {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    transform: none;
    border: none;
  }

  .eyecatch__btn:after {
    right: auto;
    left: 20px;
  }
}

/* ************************************************
*  セクションタイトル
* ************************************************ */
.sectionTitle {
  text-align: center;
  margin-bottom: 30px;
}
.sectionTitle__main {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.sectionTitle__sub {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .sectionTitle__main {
    font-size: 26px;
  }

  .sectionTitle__sub {
    font-size: 16px;
    margin-top: 8px;
  }
}

/* ************************************************
*  商品リスト
* ************************************************ */
.productList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: space-between;
}

.productList__unit {
  width: calc(20% - 15px);
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

.productList__unit > a {
  display: block;
  width: 100%;
  height: 100%;
}

.productList__unit > a:hover {
  text-decoration: none;
}

.productList__detail {
  padding: 15px 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.productList__imageBox {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}

.productList__image,
.productList__imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productList__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 5px 8px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.productList__badge--limited {
  left: auto;
  right: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.productList__name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  min-height: 57px;
}

.productList__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.productList__price.js-price-format::after {
  content: '（税込み）~';
  font-size: 12px;
  font-weight: bold;
}

.productList__description {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.productList__tags {
  border-top: 1px solid #EFEFEF;
  padding-top: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.productList__tags span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
}
.productList__tags span + span:not(.js-row-start) {
  border-left: 1px solid #EFEFEF;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .productList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .productList__unit {
    width: calc(50% - 10px);
  }

  .productList__unit:nth-child(5) {
    display: none;
  }

  .productList__detail {
    padding: 10px 10px 15px;
  }

  .productList__badge {
    top: 6px;
    left: 6px;
    font-size: 10px;
  }
  
  .productList__badge--limited {
    left: auto;
    right: 6px;
  }
  
  .productList__name {
    font-size: 10px;
    min-height: auto;
  }

  .productList__price {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .productList__price.js-price-format::after {
    font-size: 10px;
    transform: scale(0.8);
  }

  .productList__tags {
    font-size: 10px;
  }
}

/* ************************************************
*  ブログ
* ************************************************ */
.blogList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: space-between;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.blogList__unit {
  width: calc(20% - 15px);
}

.blogList__unit > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.blogList__unit > a:hover {
  text-decoration: none;
}

.blogList__imageBox {
  width: 100%;
  aspect-ratio: 228/160;
  position: relative;
  border: 1px solid #EFEFEF;
  flex: 0;
}

.blogList__image,
.blogList__imageBox img {
  width: 100%;
  height: 100%;
  aspect-ratio: 228/160;
  object-fit: cover;
}

.blogList__title {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  flex: 1;
}

.blogList__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0;
}

.blogList__date {
  font-size: 12px;
  color: #666;
}

.blogList__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.blogList__tags span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
}
.blogList__tags span + span {
  border-left: 1px solid #EFEFEF;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .blogList {
    padding: 0;
    max-width: auto;
  }

  .blogList__unit {
    padding: 0 5px 0 5px;
    display: flex !important;

  }

  /* カルーセル設定 */
  .blogList .slick-track {
    display: flex;
    justify-content: center;
  }

  .blogList.slick-dotted.slick-slider {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .blogList .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #000;
    border: 1px solid #707070;
    border-radius: 1000px;
  }

  .blogList .slick-dots li.slick-active button:before {
    background-color: #000;
    border-color: #000;
  }

  .blogList .slick-next,
  .blogList .slick-prev {
    top: auto;
    bottom: -21px;
    transform: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
  }

  .blogList .slick-next:before,
  .blogList .slick-prev:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #707070;
    border-color: #707070  #707070 transparent transparent;
  }

  .blogList .slick-next {
    right: 50%;
    transform: translateX(100px);
    left: auto;
  }
  .blogList .slick-next:before {
    transform: rotate(45deg);
  }

  .blogList .slick-prev {
    left: 50%;
    transform: translateX(-100px);
    right: auto;
  }
  .blogList .slick-prev:before {
    transform: rotate(-135deg);
  }

}

/* ************************************************
*  pagenation
* ************************************************ */
.pagination {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.pagination span, .pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #fff;
  color: #222222;
  text-decoration: none!important;
  font-size: 14px;
  border: 1px solid #CCCCCC;
}
.pagination a.no_border {
  border: 1px solid #fff;
}
.pagination a:hover{
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
}
.pagination .current {
  padding: 8px 13px;
  background-color: #cccccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination span {
  border: none;
}
.pagination .arrow_left,
.pagination .arrow_right {
  width: 60px;
  border: none;
  background-color: #000;
  color: #fff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination .arrow_left:hover,
.pagination .arrow_right:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pagination .arrow_left:before,
.pagination .arrow_right:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination .arrow_left:before {
  transform: rotate(-135deg);
}
.pagination .arrow_right:before {
  transform: rotate(45deg);
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
    gap: 10px;
  }
}

/* ************************************************
*  free pages css
* ************************************************ */
.fp-mv-block {
  margin-left: calc((100vw - 505px) / -1);
  margin-right: calc((100vw - 505px) / -1);
  padding-left: calc(100vw - 505px);
  padding-right: calc(100vw - 505px);
  background: #000;
  margin-top: -55px;
}
.heavy {
  font-weight: 1000;
}
.clear {
  clear: both;
}
