@charset "UTF-8";
/* ==================================================
ヘッダーフッターリセットcss
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.header *,
.header *::before,
.header *::after,
.footer *,
.footer *::before,
.footer *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header :where([hidden]:not([hidden=until-found])),
.footer :where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
.header :where(html),
.footer :where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  .header :where(html),
  .footer :where(html) {
    block-size: 100%;
  }
}
.header,
.footer {
  /* @media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
  	scroll-behavior: smooth;
  }
     } */
}
.header :where(body),
.footer :where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.header :where(input, button, textarea, select),
.footer :where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
.header :where(textarea),
.footer :where(textarea) {
  resize: vertical;
  resize: block;
}
.header :where(button, label, select, summary, [role=button], [role=option]),
.footer :where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
.header :where(:disabled),
.footer :where(:disabled) {
  cursor: not-allowed;
}
.header :where(label:has(> input:disabled), label:has(+ input:disabled)),
.footer :where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
.header :where(button),
.footer :where(button) {
  border-style: solid;
}
.header :where(a),
.footer :where(a) {
  text-underline-offset: 0.2ex;
}
.header :where(ul, ol),
.footer :where(ul, ol) {
  list-style: none;
}
.header :where(img, svg, video, canvas, audio, iframe, embed, object),
.footer :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
.header :where(img, picture, svg),
.footer :where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
.header :where(p, h1, h2, h3, h4, h5, h6),
.footer :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
.header :where(h1, h2, h3),
.footer :where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
.header :where(hr),
.footer :where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
.header :where(:focus-visible),
.footer :where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
.header :where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)),
.footer :where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==================================================
ヘッダーフッター用共通css
================================================== */
html {
  scrollbar-gutter: stable;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

.header,
.footer {
  background-color: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.header a,
.footer a {
  color: #000;
  text-decoration: none;
}
.header img,
.footer img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

/* レスポンシブ消去
-------------------------------------------------- */
.pcB {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcB {
    display: block;
  }
}

.spB {
  display: block;
}
@media screen and (min-width: 769px) {
  .spB {
    display: none;
  }
}

.pcI {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcI {
    display: inline;
  }
}

.spI {
  display: inline;
}
@media screen and (min-width: 769px) {
  .spI {
    display: none;
  }
}

/* ヘッダー
-------------------------------------------------- */
.header {
  background-color: #FFE744;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header a {
  display: block;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 80px;
  max-width: 1200px;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    padding: 0;
    width: 93.33334%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
    width: 89.33334%;
  }
}

/* メインロゴ */
.header__logo {
  width: 174px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    flex-shrink: 0;
    width: 121px;
  }
}
.header__logo a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .header__logo a:hover {
    opacity: 0.5;
  }
}

.header__wrap {
  display: flex;
  align-items: center;
}

/* JAロゴ */
.header__logo--ja {
  margin-right: 40px;
  width: 146px;
}
@media screen and (max-width: 768px) {
  .header__logo--ja {
    margin-right: 16px;
    width: 113px;
  }
}
.header__logo--ja a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .header__logo--ja a:hover {
    opacity: 0.5;
  }
}

/* ----- 検索ボタン ----- */
.header__icon--search {
  background-color: initial;
  border: none;
  margin-right: 24px;
  height: 30px;
  width: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__icon--search {
    margin-right: 16px;
    height: 23px;
    width: 25px;
  }
}
.header__icon--search .close,
.header__icon--search .open {
  position: absolute;
  transition: 0.5s;
  top: 0;
}
.header__icon--search .close {
  opacity: 0;
}
.header__icon--search.is-active .open {
  opacity: 0;
}
.header__icon--search.is-active .close {
  opacity: 1;
}

/* ----- ハンバーガーメニュー ----- */
.header__hamburger {
  border: none;
  background-color: initial;
  position: relative;
  height: 30px;
  width: 34px;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    height: 22px;
    width: 26px;
  }
}
.header__hamburger span {
  background-color: #000;
  border-radius: 2.5px;
  display: block;
  height: 5px;
  width: 34px;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__hamburger span {
    border-radius: 2px;
    height: 4px;
    width: 100%;
  }
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: calc(50% - 2.5px);
}
@media screen and (max-width: 768px) {
  .header__hamburger span:nth-child(2) {
    top: calc(50% - 2px);
  }
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active span:nth-child(1) {
  top: calc(50% - 2.5px);
  transform: rotate(-225deg);
}
@media screen and (max-width: 768px) {
  .header__hamburger.is-active span:nth-child(1) {
    top: calc(50% - 2px);
  }
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  top: calc(50% - 2.5px);
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .header__hamburger.is-active span:nth-child(3) {
    top: calc(50% - 2px);
  }
}

/* ----- メニューパネル共通 ----- */
.header__menu {
  background-color: #FFE744;
  border-bottom: 4px solid #000;
  position: fixed;
  top: 80px;
  left: 0;
  max-height: calc(100dvh - 80px);
  width: 100%;
  overflow-y: auto;
  transform: translateY(-200%);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header__menu {
    top: 60px;
    max-height: calc(100dvh - 60px);
  }
}

.header__menu__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .header__menu__inner {
    padding: 0;
    width: 93.33334%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__inner {
    width: 89.33334%;
  }
}

/* ----- 検索メニュー ----- */
.header__menu--search.is-open {
  opacity: 1;
  transform: translateY(0);
}

.search__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .search__inner {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}

.search-form {
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-form {
    width: 100%;
  }
}
.search-form input {
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  height: 40px;
  width: 560px;
  padding: 7px 45px 9px 20px;
}
@media screen and (max-width: 768px) {
  .search-form input {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 40px 5px 17px;
    height: 43px;
    width: 100%;
  }
}
.search-form input::-moz-placeholder {
  color: #A9A9A9;
  font-size: 20px;
  font-weight: 700;
}
.search-form input::placeholder {
  color: #A9A9A9;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .search-form input::-moz-placeholder {
    font-size: 16px;
  }
  .search-form input::placeholder {
    font-size: 16px;
  }
}
.search-form button {
  background-color: initial;
  border: none;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .search-form button {
    height: 21px;
    width: 21px;
    right: 13px;
  }
}

/* ----- グローバルメニュー ----- */
.header__menu--hamburger.is-open {
  opacity: 1;
  transform: translateY(0);
}
.header__menu--hamburger .hamburger__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4584;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .header__menu--hamburger .hamburger__ttl {
    font-size: 18px;
    line-height: 1.5556;
    margin-bottom: 16px;
  }
}
.header__menu--hamburger section + section {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .header__menu--hamburger section + section {
    margin-top: 56px;
  }
}

.hamburger__inner {
  display: flex;
  gap: 0 137px;
  padding-top: 57px;
  padding-bottom: 175px;
}
@media screen and (max-width: 1199px) {
  .hamburger__inner {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .hamburger__inner {
    flex-direction: column;
    gap: 56px 0;
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.header__menu__left {
  width: 483px;
}
@media screen and (max-width: 1199px) {
  .header__menu__left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__left {
    width: auto;
  }
}
.header__menu__left .hamburger_category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .header__menu__left .hamburger_category__list {
    gap: 12px 2.8571428%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__left .hamburger_category__list {
    gap: 10px 3.880597%;
  }
}
.header__menu__left .hamburger_category__list li {
  height: 110px;
  width: 110px;
}
@media screen and (max-width: 1199px) {
  .header__menu__left .hamburger_category__list li {
    height: 96px;
    width: 22.8571428%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__left .hamburger_category__list li {
    height: 74px;
    width: 22.0895522%;
  }
}
.header__menu__left .hamburger_category__list li a {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  height: 100%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px 10px;
  transition: 0.5s;
}
@media screen and (max-width: 1199px) {
  .header__menu__left .hamburger_category__list li a {
    padding: 10px 10.4166666% 7px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__left .hamburger_category__list li a {
    font-size: 12px;
    line-height: 1.4167;
    padding: 8px 5px 6px;
  }
}
.header__menu__left .hamburger_category__list li a:not(:has(img)) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 7px;
}
@media screen and (min-width: 769px) {
  .header__menu__left .hamburger_category__list li a:hover {
    opacity: 0.5;
  }
}
.header__menu__left .hamburger_category__list li img {
  margin: 0 auto 8px;
  height: 55.91px;
}
@media screen and (max-width: 1199px) {
  .header__menu__left .hamburger_category__list li img {
    margin: 0 auto 6px;
    height: 48.59px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__left .hamburger_category__list li img {
    margin: 0 auto 5px;
    height: 37.7px;
  }
}
.header__menu__left .hamburger_mutualAid__bnr a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .header__menu__left .hamburger_mutualAid__bnr a:hover {
    opacity: 0.5;
  }
}

.header__menu__right {
  width: 432px;
}
@media screen and (max-width: 1199px) {
  .header__menu__right {
    padding-left: 3.57142855%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__right {
    padding-left: 0;
    width: auto;
  }
}
.header__menu__right .hamburger_case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 96px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .header__menu__right .hamburger_case__list {
    line-height: 1.4445;
    gap: 16px 11.2820512%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__right .hamburger_case__list {
    font-size: 16px;
    line-height: 1.5;
    gap: 10px 0;
  }
}
.header__menu__right .hamburger_case__list li {
  width: 168px;
}
@media screen and (max-width: 1199px) {
  .header__menu__right .hamburger_case__list li {
    width: 42.3076923%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__right .hamburger_case__list li {
    width: 50%;
  }
}
.header__menu__right .hamburger_case__list a {
  display: block;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__menu__right .hamburger_case__list a {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.header__menu__right .hamburger_case__list a::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .header__menu__right .hamburger_case__list a::before {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__right .hamburger_case__list a::before {
    border-radius: 6px;
    height: 12px;
    width: 12px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__right .hamburger_case__list a:hover::before {
    background-color: #3AC185;
  }
}

/* ----- ヘッダーバックグラウンド ----- */
.header_bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100dvh;
  width: 100dvw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.header_bg.is-active {
  display: block;
}

/* フッター
-------------------------------------------------- */
.footer {
  border-top: 2px solid #000;
  background-color: #FFE744 !important;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 11px 10px;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .footer__inner {
    padding: 18px 0;
    width: 93.33334%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    padding: 30px 20px;
    width: 335px;
  }
}

.footer__left {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__left {
    display: block;
    gap: initial;
    width: auto;
  }
}

/* ----- SNS ----- */
.footer__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    justify-content: center;
  }
}
.footer__sns a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .footer__sns a:hover {
    opacity: 0.5;
  }
}

/* X */
.footer__sns__x {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .footer__sns__x {
    width: 27px;
  }
}

/* X share */
.footer__sns__share {
  margin-left: 8px;
  width: 91px;
}
@media screen and (max-width: 768px) {
  .footer__sns__share {
    width: 91px;
  }
}

/* Facebook */
.footer__sns__faceBook {
  margin-left: 16px;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .footer__sns__faceBook {
    width: 27px;
  }
}

/* ----- フッターナビ ----- */
.footer__nav {
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .footer__nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 18px;
    margin-left: 0;
  }
}
.footer__nav ul {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4167;
  display: flex;
  align-items: center;
  gap: 0 32px;
  height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .footer__nav ul {
    gap: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    justify-content: center;
    gap: 0 24px;
  }
}
.footer__nav ul a {
  display: block;
}
.footer__nav ul a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/cmn/icon_footer_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  height: 11px;
  width: 11px;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .footer__nav ul a:hover::before {
    background-image: url("../img/cmn/icon_footer_01_hov.png");
  }
}

/* ----- フッターバナー ----- */
.footer__bnr {
  margin: 0 0 0 40px;
  width: 190px;
}
@media screen and (max-width: 1199px) {
  .footer__bnr {
    margin: 0 0 0 20px;
    width: 152px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bnr {
    margin: 16px auto 0;
    width: auto;
  }
}
.footer__bnr a {
  display: block;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .footer__bnr a:hover {
    opacity: 0.5;
  }
}

/* ----- コピーライト ----- */
.footer__copyright {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin: 24px 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__copyright .pcNone {
    display: none;
  }
}/*# sourceMappingURL=cmn.css.map */
