@charset "utf-8";

/* CSS Document */
/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
fieldset,
form,
label,
legend,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.7;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  color: #333;
  background: url("../img/top/bg.jpg") repeat-y;
  background-size: cover;
}

ol,
ul {
  list-style: none;
}

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

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.entry a:link,
.entry a:visited {
  text-decoration: underline;
  color: #337ab7;
}

.inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.inner.page {
  margin-top: 50px;
}

#wrapper {
  width: 100%;
  background: none;
}

@media only screen and (max-width: 767px) {
  iframe {
    width: 100%;
  }
}

.wrapContents {
  overflow: hidden;
  min-height: 600px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.grn {
  color: #174238;
}

.yew {
  color: #cda507;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

h1.ttl,
h2.ttl {
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 900;
  margin-bottom: 50px;
  color: #174238;
  text-align: center;
}

h1.ttl .en,
h2.ttl .en {
  color: #cda507;
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.5vw, 14px);
  font-weight: 500;
}

.in_box {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

#container {
  float: none;
  margin: 0;
  font-size: 16px;
}

#sidebar {
  float: none;
  margin: 0;
}

#store {
  margin-top: 0;
}

#content {
  font-size: clamp(14px, 2vw, 16px);
}

#content h1.archive_title {
  font-size: clamp(20px, 2.5vw, 30px);
  padding-top: 50px;
  height: auto;
  background: none;
  color: #333;
  position: relative;
  border-bottom: 5px solid #ddd;
  padding: 10px 0;
}

#content h1.archive_title:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20%;
  height: 5px;
  content: "";
  background: #30976d;
}

#content h2.entry-title {
  font-size: clamp(16px, 2.5vw, 20px);
  border-bottom: dashed 1px #30976d;
  padding: 10px 0 10px 15px;
  border-left: 4px solid #30976d;
  background: #f8fffc;
  border-top: none;
}

#content .entry-meta .meta-prep,
.entry-date,
.meta-sep,
.author {
  font-size: clamp(12px, 1.5vw, 14px);
}

#content .entry-summary p {
  font-size: clamp(14px, 2vw, 16px);
}

#content .entry-summary p a {
  color: #3333cc;
  font-size: clamp(12px, 2vw, 14px);
}

#content .entry-meta {
  border: 1px solid #ddd;
  width: max-content;
  padding: 0 10px 5px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#content .entry-utility {
  font-size: clamp(12px, 2vw, 14px);
  margin-top: 10px;
}

#content .entry-utility a {
  color: #3333cc;
}

#store {
  padding-bottom: 30px;
}

#store ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#store ul li {
  float: none;
  font-size: clamp(12px, 2vw, 14px);
  margin: 0;
  margin-bottom: 10px;
}

#SearchForm #search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 5px;
  max-width: 100%;
}

#SearchForm input[type="text"] {
  width: 55%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#SearchForm input[type="submit"] {
  padding: 6px 16px;
  background-color: #30976d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

#SearchForm label[for] {
  display: none;
}

#banner {
  margin-top: 20px;
}

#nav-below {
  margin-top: 20px;
}

.navigation a {
  font-size: clamp(14px, 2vw, 16px);
  color: #3333cc;
}

#fixed_page {
  font-size: clamp(14px, 2vw, 16px);
  margin-top: 0;
}

#fixed_page h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  padding-top: 50px;
  height: auto;
  background: none;
  color: #333;
  position: relative;
  border-bottom: 5px solid #ddd;
  padding: 10px 0;
}

#fixed_page h2:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20%;
  height: 5px;
  content: "";
  background: #30976d;
}

#fixed_page h3 {
  font-size: clamp(16px, 2.5vw, 20px);
  border-bottom: dashed 1px #30976d;
  padding: 5px 0 10px 15px;
  border-left: 4px solid #30976d;
  background: #f8fffc;
}

.entry {
  margin-top: 30px;
}

.entry p {
  margin-bottom: 10px;
}

.entry input[type="text"],
.entry input[type="email"] {
  border: 1px solid #ddd;
  padding: 5px;
}

.entry select {
  border: 1px solid #ddd;
  padding: 5px;
  padding-bottom: 8px;
  position: relative;
}

.wpcf7-form-control-wrap[data-name="Inquiry-category"] {
  position: relative;
}

.wpcf7-form-control-wrap[data-name="Inquiry-category"]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333;
  position: absolute;
  right: 15px;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.entry select.wpcf7-form-control.wpcf7-select {
  height: auto;
  width: 387px;
}

.entry textarea {
  border: 1px solid #ddd;
}

.entry .wpcf7-submit {
  background: #ddd;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin-top: 30px;
}

.entry sup {
  line-height: 1.5;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    word-break: break-all;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
  }

  .inner.page {
    margin-top: 2rem;
  }

  #fixed_page {
    margin: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  #fixed_page h2 {
    /*height: 90px;
    padding-top: 2rem; */
  }

  .in_box {
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
    gap: 0px;
  }

  #sidebar {
    width: 100%;
  }

  #banner {
    text-align: center;
  }

  #SearchForm input[type="text"] {
    width: 60%;
  }

  #container {
    width: 100%;
  }
}

/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.headerArea {
  max-width: 1400px;
  margin: auto;
  border-radius: 100rem;
  z-index: 10;
  background: #fff;
  padding: 10px 15px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px #ededed;
  position: relative;
  overflow: visible;
}

.headerArea .__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.headerArea .__box .r_Area .contact_btn {
  background: #174238;
  border-radius: 50px;
  color: #fff;
  width: 175px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.headerArea .__box .r_Area .contact_btn::before {
  content: "";
  background: url("../img/top/mail-ic.svg") no-repeat;
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* --------------------------------
       メニュー部分
    -------------------------------- */
.headerArea .mega-menu {
  margin-left: 100px;
}

.headerArea .mega-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.headerArea .mega-menu .menu-item {
}

.headerArea .mega-menu .menu-item > a {
  display: block;
  padding: 1rem 1.5rem;
  color: #333;
  font-weight: 700;
  position: relative;
}

.headerArea .mega-menu .menu .menu-item:first-child a {
  color: #c80000;
}

.headerArea .mega-menu .menu .menu-item:first-child a::after {
  content: "注目";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #d80000;
  font-size: 12px;
  font-weight: bold;
  background: #ff0;
  padding: 2px 8px;
  border-radius: 999px;
  z-index: 1;
}

.headerArea .mega-menu .menu .menu-item:first-child a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  z-index: 0;
}

.headerArea .mega-menu .menu-item.has-submenu > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}

#menulist {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1254px) {
  .headerArea .mega-menu {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .headerArea {
    max-width: 100%;
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
    padding: 0px 15px;
  }

  .headerArea .__box {
    padding: 10px 0;
  }

  .headerArea .__box .r_Area .contact_btn {
    display: none;
  }

  .headerArea .mega-menu {
    display: none;
  }

  .headerArea .menu i {
    font-size: 2rem;
  }

  #menulist {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 2rem;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  }

  #menu_close_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  #menulist ul {
    list-style: none;
    padding: 0;
    margin-top: 4rem;
  }

  #menulist ul li {
    margin-bottom: 1.5rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
  }

  #menulist ul li:first-child {
    color: #c80000;
    font-weight: bold;
  }

  #menulist ul li:first-child::after {
    content: "注目";
    position: absolute;
    left: 5rem;
    top: 0.2rem;
    text-align: center;
    color: #d80000;
    font-size: 12px;
    font-weight: bold;
    background: #ff0;
    width: max-content;
    padding: 0px 8px;
    border-radius: 100rem;
  }

  #menulist ul li a {
    text-decoration: none;
    font-size: 14px;
  }

  .headerArea .l_Area {
    width: 7rem;
  }

  #menulist .submenu {
    margin-top: 1rem;
  }

  #menulist .menu-list .submenu {
    display: none;
    padding-left: 1.5rem;
  }

  #menulist .menu-list .has-sub > a::after {
    content: "＋";
    float: right;
    font-size: 14px;
    transition: transform 0.3s;
  }

  #menulist .menu-list .has-sub.open > a::after {
    content: "−";
  }

  #menulist .sns_area {
    margin-top: 3rem;
  }

  #menulist .sns_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 0;
  }

  #menulist .sns_area ul li {
    width: calc(100% / 4 - 1.5rem);
    padding: 0;
    border: none;
    margin: 0;
  }

  #menulist .sns_area ul li:first-child::after {
    content: none;
  }

  #menulist .sns_area .ttl {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

/* --------------------------------
       サブメニュー（画面幅いっぱい）
    -------------------------------- */
.headerArea .mega-menu .submenu {
  display: none;
  /* 初期は非表示 */
  position: absolute;
  top: 100%;
  /* 親(.menu-item)の下端から */
  left: 50%;
  /* 画面中央へ */
  transform: translateX(-50%);
  /* 自分の幅の半分だけ左へ移動 */
  width: 1400px;
  /* 画面幅いっぱい */
  margin: auto;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

/* サブメニュー内のコンテンツを1200pxで中央寄せ */
.headerArea .submenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  gap: 3rem;
}

.headerArea .submenu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerArea .submenu-inner ul li {
  margin-bottom: 0.5rem;
}

.headerArea .submenu-inner ul li a {
  color: #333;
}

/* --------------------------------
       hoverで表示
    -------------------------------- */
.headerArea .menu-item.has-submenu:hover > .submenu {
  display: block;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
}

/* --------------------------------------------------------------------
/* MV
-------------------------------------------------------------------- *



/* ▼ 各スライドを背景画像にする例。 */

/* ▼ プレ表示（LCP対象） */
.mvWrap {
  min-height: 600px;
  overflow: hidden;
}

.mvWrap .mv-fade {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 50px auto 0;
}
.mvWrap .fade-img {
  border-radius: 20px;
  min-height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 2s ease;
  z-index: 0;
}
.mvWrap .fade-img.active {
  opacity: 1;
  z-index: 1;
}

.mvWrap h1,
.mvWrap h2 {
  font-size: clamp(20px, 3.5vw, 40px);
  min-height: 3em;
  position: absolute;
  left: 7px;
  top: 224px;
}

.mvWrap h1 span,
.mvWrap h2 span {
  display: block;
  width: max-content;
  background: #fff;
  border-radius: 5px;
  font-weight: 900;
  padding: 10px 5px;
  margin-bottom: 10px;
  line-height: 1;
}

.mvWrap .inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.mvWrap .icon {
  position: absolute;
  right: -55px;
  top: 335px;
}

.mvWrap .slide-item picture,
.mvWrap .slide-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .mvWrap {
    min-height: 370px;
    overflow: hidden;
  }
  .mvWrap .hero-slider {
    margin: 0 auto 50px;
    min-height: 340px;
  }

  .mvWrap .mv-fade {
    margin: 0px auto 0;
  }
  .mvWrap .fade-img {
    aspect-ratio: 1 / 1;
    max-height: none;
    object-fit: cover;
    height: 340px;
    min-height: 340px;
  }

  .mvWrap .slide-item {
    height: 340px;
  }

  .mvWrap .icon {
    display: none;
  }

  .mvWrap h1,
  .mvWrap h2 {
    font-size: clamp(20px, 3.5vw, 40px);
    min-height: 3em;
    position: absolute;
    left: 7px;
    top: 172px;
  }
}

/* --------------------------------------------------------------------
/* news
-------------------------------------------------------------------- */
.newsWrap {
  margin: 20px 0 100px;
}

.newsWrap h2 {
  margin-bottom: 30px;
}

/* タブ全体を囲うコンテナ */
.newsWrap .tab-container {
  background: #fff;
  width: 100%;
  padding: 50px 80px 50px;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
}

/* タブのリスト */
.newsWrap .tabs {
  display: flex;
  justify-content: space-between;
  /* タブを中央寄せにする例 */
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #adb6d0;
}

/* タブ1つ1つのスタイル */
.newsWrap .tab-item {
  cursor: pointer;
  padding: 10px 20px;
  margin-right: -1px;
  /* 隣接タブとの境界線を重ねるため */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: calc(100% / 4);
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
}

/* アクティブ時（選択中のタブ） */
.newsWrap .tab-item.active {
  border: 1px solid #adb6d0;
  border-bottom: none;
}

/* コンテンツ部分全体 */
.newsWrap .tab-contents {
  padding-top: 30px;
}

/* 各タブコンテンツのデフォルト状態では非表示 */
.newsWrap .tab-content {
  display: none;
}

/* アクティブになったコンテンツのみ表示 */
.newsWrap .tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

.newsWrap .news-list {
  width: 100%;
  /* デザインに合わせて余白やmax-widthなどを指定 */
  margin: 0 auto;
}

.newsWrap .news-item {
  display: grid;
  grid-template-columns: 118px 200px 1fr;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  /* 必要に応じて最後の要素のボーダーを外すなど調整 */
}

.newsWrap .news-label {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  /* 必要に応じてフォントサイズや余白を調整 */
}

/* 各ラベルのカラー設定例 */
.newsWrap .label-arrival {
  background-color: #ead88f;
  /* 入荷情報: 黄色系 */
}

.newsWrap .label-news {
  background-color: #8191c1;
  /* お知らせ: 青系 */
}

.newsWrap .label-sale {
  background-color: #ea9898;
  /* セール情報: 赤系 */
}

.newsWrap .label-event {
  background-color: #679e91;
  /* イベント情報: 緑系 */
}

.newsWrap .news-date {
  font-size: 18px;
  color: #1a274e;
  margin-left: 25px;
}

.newsWrap .news-text {
  font-size: 18px;
  color: #1a274e;
  line-height: 1.5;
  /* 必要に応じてフォントサイズや行間を変更 */
}

.newsWrap .link_btn {
  display: block;
  width: 100%;
  max-width: 177px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  position: relative;
  border-radius: 100rem;
  color: #1a274e;
  height: 45px;
  line-height: 45px;
  border: 1px solid #1a274e;
  font-size: 14px;
}

.newsWrap .link_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #1a274e #1a274e transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 2px;
}

/* TOP セール情報タブ内 注目アイコン */
.newsWrap .tab-item[data-tab="sale"] {
  position: relative;
  font-weight: bold;
  color: #d80000;
}

.newsWrap .tab-item[data-tab="sale"]::after {
  content: "注目";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: bold;
  color: #d80000;
  background: #ff0;
  padding: 3px 8px;
  border-radius: 999px;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
}

.newsWrap .tab-item[data-tab="sale"]::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff0;
  z-index: 0;
}

@media (max-width: 767px) {
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .newsWrap {
    margin: 0 0 3rem;
    height: auto;
  }

  .newsWrap .tab-container {
    position: relative;
    min-height: 600px;
    /* 最低限確保（CLS対策） */
    transition: height 0.4s ease;
    padding: 2rem 1rem;
  }

  .newsWrap .tab-item {
    font-size: 15px;
    padding: 0.5rem 0;
  }

  /* news-item のレイアウトを1カラムに変更 */
  .newsWrap .news-item {
    display: flex;
    /* または display: block; でもOK */
    flex-direction: initial;
    /* 縦方向に積む */
    grid-template-columns: none;
    /* grid指定を無効化 */
    padding: 1rem 0;
    flex-wrap: wrap;
    height: auto;
    min-height: 110px;
  }

  /* ラベル・日付・テキストをそれぞれ上下に並べる */
  .newsWrap .news-label {
    margin-bottom: 8px;
    margin-right: 1rem;
    padding: 0.1rem 0.5rem;
    font-size: 15px;
    min-width: 30px;
  }

  .newsWrap .news-date {
    font-size: 17px;
    margin-bottom: 6px;
    margin-left: 0;
  }

  .newsWrap .news-text {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 700;
  }

  .newsWrap .tab-contents {
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding-top: 1rem;
    min-height: 550px;
  }

  .newsWrap .link_btn {
    margin-top: 2rem;
  }
}

/* --------------------------------------------------------------------
/* おすすめ特集
-------------------------------------------------------------------- */
.pickupWrap {
  margin-bottom: 100px;
}

.pickupWrap .flex_box {
  display: flex;
  gap: 20px;
}

.pickupWrap .flex_box .box {
  width: calc(100% / 3);
}

.pickupWrap .flex_box .box .sub_ttl {
  border: 2px solid;
  text-align: center;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  width: max-content;
  position: relative;
  background: #fff;
  margin: auto;
}

.pickupWrap .flex_box .box.box01 .sub_ttl {
  border-color: #1a274e;
  color: #1a274e;
}

.pickupWrap .flex_box .box.box02 .sub_ttl {
  border-color: #174238;
  color: #174238;
}

.pickupWrap .flex_box .box.box03 .sub_ttl {
  border-color: #cda507;
  color: #cda507;
}

.pickupWrap .flex_box .box .sub_ttl::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.pickupWrap .flex_box .box .sub_ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1a274e;
}

.pickupWrap .flex_box .box.box02 .sub_ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #174238;
}

.pickupWrap .flex_box .box.box03 .sub_ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cda507;
}

.pickupWrap .flex_box .box .bg_area {
  margin-top: 10px;
  background: #fff;
  padding-bottom: 30px;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
}

.pickupWrap .flex_box .box .bg_area .ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pickupWrap .flex_box .box.box01 .bg_area .ttl {
  color: #1a274e;
}

.pickupWrap .flex_box .box.box02 .bg_area .ttl {
  color: #174238;
}

.pickupWrap .flex_box .box.box03 .bg_area .ttl {
  color: #cda507;
}

.pickupWrap .flex_box .box .bg_area .ttl::after {
  content: "";
  border-top: 1px solid;
  height: 1px;
  width: 20px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.pickupWrap .flex_box .box.box01 .bg_area .ttl::after {
  border-color: #1a274e;
}

.pickupWrap .flex_box .box.box02 .bg_area .ttl::after {
  border-color: #174238;
}

.pickupWrap .flex_box .box.box03 .bg_area .ttl::after {
  border-color: #cda507;
}

.pickupWrap .flex_box .box .bg_area .txt {
  margin: 0 20px;
  font-size: 14px;
  min-height: 130px;
}

.pickupWrap .flex_box .box .bg_area .link_btn {
  display: block;
  width: 177px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: relative;
  border-radius: 100rem;
}

.pickupWrap .flex_box .box .bg_area .link_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 2px;
}

.pickupWrap .flex_box .box.box01 .bg_area .link_btn {
  background: #1a274e;
}

.pickupWrap .flex_box .box.box02 .bg_area .link_btn {
  background: #174238;
}

.pickupWrap .flex_box .box.box03 .bg_area .link_btn {
  background: #cda507;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .pickupWrap {
    margin-bottom: 3rem;
  }

  .pickupWrap h2 {
    margin-bottom: 2rem;
  }

  .pickupWrap .flex_box {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .pickupWrap .flex_box .box {
    width: 80%;
    margin: auto;
  }

  .pickupWrap .flex_box .box .bg_area .txt {
    margin-bottom: 1rem;
    min-height: auto;
  }
}

/* --------------------------------------------------------------------
/* mission
-------------------------------------------------------------------- */
.missionWrap {
  margin-bottom: 150px;
}

.missionWrap h2 {
  margin-bottom: 50px;
}

.missionWrap .lead_txt {
  margin-bottom: 50px;
}

.missionWrap .lead_txt p {
  text-align: center;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 900;
  color: #174238;
}

.missionWrap .mission_slider {
  margin-bottom: 50px;
}

.missionWrap .mission_slider .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.missionWrap .mission_slider li {
  margin: 0 15px;
}

.missionWrap .mission_slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  /* or cover if needed */
}

.missionWrap .sub_txt {
  text-align: center;
  color: #174238;
  line-height: 2.5;
  margin-bottom: 30px;
}

.missionWrap .link_btn {
  display: block;
  width: 177px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  color: #1a274e;
  text-align: center;
  font-size: 14px;
  position: relative;
  border-radius: 100rem;
  background: #fff;
  border: 1px solid #1a274e;
}

.missionWrap .link_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #1a274e #1a274e transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 2px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .missionWrap {
    margin-bottom: 3rem;
  }

  .missionWrap h2 {
    margin-bottom: 1.5rem;
  }

  .missionWrap .lead_txt {
    margin-bottom: 2rem;
  }

  .missionWrap .mission_slider {
    margin-bottom: 2rem;
  }

  .missionWrap .sub_txt {
    text-align: left;
    margin: auto;
    margin-bottom: 1.5rem;
    max-width: 90%;
    line-height: 2;
  }

  .missionWrap .lead_txt p {
    text-align: center;
    font-size: clamp(14px, 2.5vw, 24px);
    font-weight: 900;
    color: #174238;
  }

  .missionWrap .mission_slider li {
    margin: 0 0.2rem;
  }
}

/* --------------------------------------------------------------------
/* store
-------------------------------------------------------------------- */
.storeWrap {
  margin-bottom: 100px;
}

.storeWrap .link_box {
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
  padding: 45px 25px;
}

.storeWrap .link_box .box {
  margin-bottom: 50px;
}

.storeWrap .link_box .box:last-child {
  margin-bottom: 0px;
}

.storeWrap .link_box .box h3 {
  font-size: clamp(16px, 2.2vw, 18px);
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  padding-top: 5px;
}

.storeWrap .link_box .box h3::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 10px;
  color: #dcf1ec;
}

.storeWrap .link_box .box h3::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  border-top: 1px solid #dcf1ec;
  width: 107px;
  height: 1px;
}

.storeWrap .link_box .box ul.list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.storeWrap .link_box .box ul.list li {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  position: relative;
}

.storeWrap .link_box .box ul.list li .new-badge {
  margin-left: 6px;
  color: #fb4747;
  font-size: 10px;
}

.storeWrap .link_box .box ul.list li.new::before {
  content: "NEW";
  color: #fb4747;
  font-size: 10px;
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.storeWrap .link_box .box ul.list li::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #222222 #222222 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 2px;
}

.storeWrap .link_box .box ul.list li a {
  font-size: clamp(12px, 1.4vw, 14px);
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 16px;
  padding-right: 45px;
  border-radius: 6px;
  min-width: 160px;
  height: 48px;
  width: auto;
}

#sidebar .storeWrap {
  margin-bottom: 30px;
}

#sidebar .storeWrap h2.ttl {
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #174238;
  padding-bottom: 3px;
  font-size: 20px;
}

#sidebar .storeWrap .link_box {
  padding: 30px 15px;
}

#sidebar .storeWrap .link_box .box ul.list li a {
  min-width: 120px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .storeWrap {
    margin-bottom: 3rem;
  }

  .storeWrap h2 {
    margin-bottom: 2rem;
  }

  .storeWrap .link_box .box ul.list li a {
    min-width: 8.5rem;
  }
}

/* --------------------------------------------------------------------
/* blog
-------------------------------------------------------------------- */
.blogWrap {
  margin-bottom: 150px;
}

.blogWrap .box {
  background: #e4eefa;
  padding: 50px 70px;
  border-radius: 15px;
}

.blogWrap h2 {
  margin-bottom: 30px;
}

.blogWrap h2,
.blogWrap h2 span.en {
  color: #1a274e;
}

.blogWrap .box .flex_box {
  display: flex;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}

.blogWrap .box .flex_box div {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 20px;
}

.blogWrap .box .flex_box div .img {
  margin-bottom: 10px;
}

.blogWrap .box .flex_box div .ttl {
  text-align: center;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}

.blogWrap .box .flex_box div .ttl span {
  font-size: clamp(14px, 2vw, 16px);
  display: block;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .blogWrap {
    margin-bottom: 3rem;
  }

  .blogWrap .box .flex_box {
    display: flex;
    gap: 1.5rem;
  }
}

/* --------------------------------------------------------------------
/* sale
-------------------------------------------------------------------- */
.saleWrap {
  background: #fbfbfb;
  padding: 100px 0;
  margin-bottom: 100px;
}

.saleWrap ul {
  max-width: 940px;
  margin: auto;
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}

.saleWrap ul li {
  width: calc(100% / 3 - 13px);
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .saleWrap {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }

  .saleWrap h2 {
    margin-bottom: 2rem;
  }

  .saleWrap ul li {
    width: calc(100% / 2 - 0.7rem);
  }
}

/* --------------------------------------------------------------------
/* service
-------------------------------------------------------------------- */
.serviceWrap {
  margin-bottom: 100px;
}

.serviceWrap h2 {
  margin-bottom: 20px;
}

.serviceWrap ul {
  max-width: 942px;
  margin: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  .serviceWrap {
    margin-bottom: 3rem;
  }

  .serviceWrap ul li {
    width: calc(100% / 2 - 1rem);
  }
}

/* --------------------------------------------------------------------
/* floating-banner {
-------------------------------------------------------------------- */
.floating-banner {
  position: fixed;
  top: 30%;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.floating-banner.show {
  opacity: 1;
  pointer-events: auto;
}

.banner-item {
  width: 50px;
  padding: 30px 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text {
  writing-mode: vertical-rl;
  /* 右から左に縦書き */
  text-orientation: mixed;
  /* 日本語を自然に表示 */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.banner-item .icon {
  font-size: 20px;
  margin-bottom: 15px;
}

.banner-item .icon img {
  width: 30px;
  height: 24px;
}

.banner-item .search-icon img {
  width: 24px;
  height: 24px;
}

.banner-item .search-icon {
  font-size: 16px;
  margin-top: 15px;
}

.banner-item.green {
  background-color: #30976d;
  /* 緑 */
}

.banner-item.navy {
  background-color: #182552;
  /* 紺 */
}

/* スマホ専用（画面下固定の横並び） */
@media only screen and (max-width: 767px) {
  .floating-banner {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
  }

  .floating-banner .banner-item .icon {
    display: none;
  }

  .floating-banner .banner-item {
    flex: 1 1 50%;
    width: 50%;
    border-radius: 0;
    padding: 0.9rem 0;
    border-top: 1px solid #ccc;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }

  .floating-banner .text {
    writing-mode: horizontal-tb;
    font-size: 14px;
  }

  .floating-banner .banner-item .search-icon img {
    width: 14px;
    height: 14px;
  }

  .floating-banner .banner-item .search-icon {
    font-size: 1rem;
    margin-top: 0;
    line-height: 0;
  }
}

/* --------------------------------------------------------------------
/* footer
-------------------------------------------------------------------- */
footer {
  background-color: #fff;
  padding: 50px 0 100px;
  clear: both;
}

footer .inner {
  max-width: 1200px;
  margin: auto;
}

footer .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

footer .flex_box .l_area h2 {
  margin-bottom: 10px;
}

footer .flex_box .l_area p {
  font-size: clamp(12px, 1.4vw, 14px);
}

footer .flex_box .c_area {
}

footer .flex_box .c_area ul {
  display: flex;
  gap: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .flex_box .c_area ul {
    gap: 2vw;
    flex-wrap: wrap;
    margin: 3vw;
  }
}

footer .flex_box .c_area ul li a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
}

footer .flex_box .r_area {
  margin-top: -20px;
}

footer .flex_box .r_area .ttl {
  font-size: clamp(12px, 1.4vw, 14px);
  margin-bottom: 10px;
}

footer .flex_box .r_area ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

footer .flex_box .r_area ul li img {
  width: 35px;
  height: 35px;
}

footer .foot_nav02 {
  background: #f6f8ff;
  padding: 20px 0;
  margin-bottom: 30px;
}

footer .foot_nav02 ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

footer .foot_nav02 ul li {
  position: relative;
}

footer .foot_nav02 ul li a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  footer .foot_nav02 ul li a {
    font-size: 16px;
  }
}

footer .foot_nav02 ul li::after {
  content: "";
  border-right: 1px solid #000;
  height: 50%;
  top: 0;
  bottom: 0;
  right: -15px;
  position: absolute;
  margin: auto;
}

footer .foot_nav02 ul li:last-child::after {
  content: none;
}

footer .copyright {
  text-align: center;
}

footer .copyright small {
}

/** SP **/
@media only screen and (max-width: 767px) {
  footer {
    padding: 10vmin 0 20vmin;
    min-height: 920px;
  }

  footer .f_box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6vmin;
  }

  footer .f_box .f_logo {
    max-width: 30%;
  }

  footer .f_box .f_logo img {
  }

  footer .f_box .f_link {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    gap: 3vmin;
  }

  footer .f_box .f_link li {
    width: 100%;
    font-size: 4vmin;
  }

  footer .f_box .f_link li a {
  }

  footer .copyright {
    margin-top: 1rem;
  }

  footer .copyright small {
  }

  footer .flex_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .flex_box .l_area {
    margin-bottom: 2rem;
  }

  footer .flex_box .l_area h2 {
    width: 10rem;
  }

  footer .flex_box .l_area h2 img {
    width: 10rem;
    min-height: 38px;
  }

  footer .flex_box .c_area {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 2rem;
    /* background: #e4eefa; */
    padding: 1rem 0;
  }

  footer .flex_box .c_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0;
  }

  footer .flex_box .c_area ul li {
    width: calc(100% / 2 - 2rem);
    padding: 1rem;
  }

  footer .flex_box .c_area ul li:nth-child(odd) {
    border-right: 1px solid #f0f2f5;
  }

  footer .flex_box .c_area ul li:nth-child(1),
  footer .flex_box .c_area ul li:nth-child(2) {
    border-bottom: 1px solid #f0f2f5;
  }

  footer .flex_box .r_area {
    margin-top: 0;
    max-width: 90%;
    margin: auto;
  }

  footer .foot_nav02 ul {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
  }

  footer .foot_nav02 ul li::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-right: none;
    border-bottom: 1px solid #efefef;
    position: absolute;
    left: 0;
    top: 2rem;
  }

  footer .foot_nav02 ul li {
    width: 100%;
  }

  footer .foot_nav02 {
    background: #f6f8ff;
    padding: 20px 0;
    margin-bottom: 0.5rem;
  }
}

/* --------------------------------------------------------------------
/* 404ページ
-------------------------------------------------------------------- */
.error-404 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.error-404 .page-content {
  text-align: center;
}

.error-404 .page-content a {
  display: block;
  background: #174238;
  color: #fff;
  text-align: center;
  margin: auto;
  max-width: 200px;
  padding: 10px 0;
  border-radius: 10px;
  margin-top: 20px;
}

/* reCAPTCHA バッジを非表示（ガイドライン準拠）*/
.grecaptcha-badge {
  visibility: hidden;
  /* 位置を確保したまま不可視 */
  opacity: 0;
  /* 画面リーダー向けに aria-hidden も追加する場合は以下 */
}
