@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
:root {
  --c-wht: #fff;
  --c-grn: #5ea576;
  --c-lgn: #85c89e;
  --c-brn: #54330c;
  --c-lbr: #dcc6a7;
  --c-beg: #fff7e4;
  --c-bbe: #d6cca3;
  --c-yel: #ffe560;
  --c-pnk: #f7d2d8;
  --f-maru: "Zen Maru Gothic", sans-serif;
  --w-max: calc(1200px + 40px);
  --c-pdg: 0 20px;
}

body {
  color: var(--c-brn);
  font-family: var(--f-maru);
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

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

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p, span, strong, small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/*	hover	*/
a, button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover, button:hover {
    opacity: 0.5;
  }
}

/*	tel link	*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _cmn.scss
--------------------------------------------------------------------------------  */
.header {
  background: rgba(from var(--c-wht) r g b/0.7);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .header {
    display: contents;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 765px;
  width: 100%;
}
.header__logo {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    top: 14px;
    left: 14px;
    width: 140px;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 580px;
    height: 60px;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    gap: 10px;
    bottom: 30px;
    width: 94%;
    height: 52px;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header-nav-list {
    background: rgba(from var(--c-beg) r g b/1);
    border: solid 2px var(--c-brn);
    border-radius: 25vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
            box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    width: calc(100% - 60px - 20px);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    gap: 20px;
    width: calc(100% - 50px - 10px);
  }
}
.header-nav-list-item a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav-list-item a {
    padding-right: 0;
  }
}
.header-nav-list-item a::before {
  background: url(../img/ico/ico_arrow01.svg) no-repeat center center/100% auto;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 10px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .header-nav-list-item a::before {
    content: none;
  }
}
.header-nav-list-item a p {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav-list-item a p {
    font-size: 13.5px;
    padding-bottom: 2px;
  }
}
.header-nav-list-item a p::before {
  background: var(--c-grn);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-nav-list-item a p::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    height: 2px;
  }
}
@media screen and (min-width: 769px) {
  .header-nav-list-item a:hover {
    opacity: 1;
  }
  .header-nav-list-item a:hover p::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.header-nav-searchSp {
  background: var(--c-beg);
  border: solid 2px var(--c-brn);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
          box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
  cursor: pointer;
  color: var(--c-brn);
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header-nav-searchSp {
    width: 50px;
    height: 50px;
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .header-nav-searchSp.is-active {
    background: var(--c-lgn);
    border-color: var(--c-grn);
  }
}
.header-nav-searchSp img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
}
@media screen and (min-width: 769px) {
  .header-nav-searchSp {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-nav-searchSp:hover {
    opacity: 1;
    background: rgba(from var(--c-lgn) r g b/1);
  }
}
.header-nav-search {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-nav-search {
    position: fixed;
    bottom: 114px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 580px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .header-nav-search.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-search {
    width: 94%;
    bottom: 98px;
  }
}
.header-nav-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.header-nav-search-box input[type=text] {
  background: var(--c-beg);
  border-radius: 20px;
  font-family: var(--f-maru);
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
  width: 100%;
  height: 40px;
  border: 0;
}
.header-nav-search-box input[type=text]::-webkit-input-placeholder {
  color: rgba(from var(--c-brn) r g b/0.5);
}
.header-nav-search-box input[type=text]::-moz-placeholder {
  color: rgba(from var(--c-brn) r g b/0.5);
}
.header-nav-search-box input[type=text]:-ms-input-placeholder {
  color: rgba(from var(--c-brn) r g b/0.5);
}
.header-nav-search-box input[type=text]::-ms-input-placeholder {
  color: rgba(from var(--c-brn) r g b/0.5);
}
.header-nav-search-box input[type=text]::placeholder {
  color: rgba(from var(--c-brn) r g b/0.5);
}
@media screen and (max-width: 1024px) {
  .header-nav-search-box input[type=text] {
    border: solid 2px var(--c-brn);
    border-radius: 25vw;
    -webkit-box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
            box-shadow: 0 0 8px rgba(from var(--c-brn) r g b/0.3);
    padding: 2px 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-search-box input[type=text] {
    padding: 2px 14px;
    height: 36px;
  }
}
.header-nav-search-box .submitBt {
  background: rgba(from var(--c-grn) r g b/0);
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
.header-nav-search-box .submitBt::before {
  background: url(../img/ico/ico_search01.svg) no-repeat center center/100% auto;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 2px;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .header-nav-search-box .submitBt::before {
    top: 4px;
    bottom: 0;
    right: 14px;
    width: 20px;
    height: 20px;
  }
}
.header-nav-search-box .submitBt input[type=submit] {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 90px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header-nav-search-box .submitBt {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .header-nav-search-box .submitBt:hover {
    opacity: 1;
    background: rgba(from var(--c-brn) r g b/0.3);
  }
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header-box {
    gap: 20px;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .header-box {
    gap: 14px;
    top: 18px;
    right: 18px;
  }
}
.header-box a {
  background: var(--c-grn);
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .header-box a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-box a {
    width: 40px;
    height: 40px;
  }
}
.header-box a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-box a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-box a:hover {
    opacity: 0.8;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.footer {
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 40px 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 16px 120px;
  }
}
.footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 480px;
  }
}
.footer-btList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-btList {
    margin-bottom: 40px;
  }
}
.footer-btList .cmn-bt {
  margin: 0;
}
.footer-navList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-navList {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 8px;
    max-width: 480px;
  }
}
.footer-navList li {
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-navList li {
    padding: 0 4px;
  }
}
.footer-navList li::before {
  background: var(--c-brn);
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-navList li::before {
    content: none;
  }
}
.footer-navList li:last-child::after, .footer-navList li:nth-child(4)::after {
  background: var(--c-brn);
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-navList li:last-child::after, .footer-navList li:nth-child(4)::after {
    content: none;
  }
}
.footer-navList li a {
  color: var(--c-brn);
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding-left: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-navList li a {
    border-left: solid 1px var(--c-brn);
    display: block;
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .footer-navList li a:hover {
    opacity: 1;
    color: var(--c-grn);
  }
}

.cmn-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.cmn-bt {
  background: var(--c-lgn);
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    max-width: 260px;
    height: 60px;
    border-radius: 15px;
  }
}
.cmn-bt.is-beg {
  background: var(--c-beg);
}
.cmn-bt.is-beg p {
  color: var(--c-brn);
}
.cmn-bt.is-beg::before {
  background: url(../img/ico/ico_arrow02.svg) no-repeat center center/100% auto;
}
.cmn-bt.is-pnk {
  background: var(--c-pnk);
}
.cmn-bt.is-pnk p {
  color: var(--c-brn);
}
.cmn-bt.is-pnk::before {
  background: url(../img/ico/ico_arrow02.svg) no-repeat center center/100% auto;
}
.cmn-bt::before {
  background: url(../img/ico/ico_arrow03.svg) no-repeat center center/100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .cmn-bt::before {
    right: 15px;
    width: 10px;
    height: 16px;
  }
}
.cmn-bt p {
  font-size: 20px;
  font-weight: bold;
  color: var(--c-wht);
}
@media screen and (max-width: 768px) {
  .cmn-bt p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .cmn-bt {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .cmn-bt:hover {
    opacity: 1;
    background: var(--c-grn);
  }
  .cmn-bt:hover.is-beg {
    background: var(--c-pnk);
  }
  .cmn-bt:hover.is-pnk {
    background: var(--c-beg);
  }
}

:root {
  --c-brn: #54330c;
  --c-lbr: #dcc6a7;
  --c-beg: #fff7e4;
  --c-bbe: #d6cca3;
  --f-maru: "Zen Maru Gothic", sans-serif;
  --w-max: calc(1200px + 40px);
  --c-pdg: 0 20px;
}

body {
  margin: 0;
}

/* 商品ページの余白サイズ調整 */
#pagebody > table[width="100%"][cellspacing="20"] {
  border-collapse: collapse;
}

/* IEバグへの対応 */
.skuDisplayTable {
  border-collapse: separate;
}

span.item_desc {
  border-collapse: separate;
}

body table[width="800"][cellspacing="0"][cellpadding="0"] {
  width: 100%;
}

body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td[width="100%"][align=center] {
  display: block;
}
body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td[width="100%"][align=center] table[cellspacing="0"][cellpadding="0"][border="0"] {
  margin: auto;
}
body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td[width="100%"][align=center] table[cellspacing="0"][cellpadding="0"][border="0"] span.sale_desc img {
  display: block;
  margin: 0 auto;
}
body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td.rakutenLimitedId_GPImage div[irc=Image] img {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] table[width="100%"][cellspacing="0"][cellpadding="0"][border="0"] td[width="100%"][align=center],
#pagebody table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] td[width="630"] {
  border-radius: 4px;
  background-color: #fff;
  margin: 0 auto;
  padding: var(--c-pdg);
  max-width: var(--w-max);
  width: 100%;
}

#pagebody table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] td[width="630"] {
  display: block !important;
  margin: 0 auto;
}

/* IE対策 */
_:-ms-lang(x)::-ms-backdrop, body table[width="800"][cellspacing="0"][cellpadding="0"] {
  width: 1200px !important;
}

/* Edge対策 */
@supports (-ms-ime-align: auto) {
  body table[width="800"][cellspacing="0"][cellpadding="0"] {
    width: 1200px !important;
  }
}
body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] table[width="100%"][cellspacing="0"][cellpadding="0"][border="0"] td[width="100%"][align=center] > table[cellspacing="0"][cellpadding="0"][border="0"] {
  margin-left: 0;
  margin-right: auto;
}

/* カテゴリページ用 */
body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td[width="630"] div[id=risFil] table[width="100%"][vspace="5"] tbody > tr[valign=top][align=center] {
  width: 910px;
  margin: 2rem 0;
}

body table[width="800"][cellspacing="0"][cellpadding="0"][border="0"] tbody > tr[valign=top] td[width="630"] div[id=risFil] table[width="100%"][vspace="5"] tbody > tr[valign=top][align=center] td {
  width: 33%;
}

.c-iframe-header {
  height: 700px;
  width: 100%;
}

.c-iframe-footer {
  height: 200px;
  width: 100%;
}

body.lowerBody {
  color: var(--c-brn);
  font-family: var(--f-maru);
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body.lowerBody img {
  display: block;
  width: 100%;
  height: auto;
}
body.lowerBody ul, body.lowerBody ol {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.lowerBody a {
  color: var(--c-brn);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.lowerBody a:hover {
  opacity: 0.5;
}
body.lowerBody .lowerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 0;
  padding: var(--c-pdg);
  max-width: var(--w-max);
}
body.lowerBody .lowerNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  width: 100%;
}
body.lowerBody .lowerNav-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 140px;
  width: 100%;
  height: 60px;
  padding: 0;
}
body.lowerBody .lowerNav-list li + li {
  margin-left: 10px;
}
body.lowerBody .lowerNav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
body.lowerBody .lowerNav-list li a::before, body.lowerBody .lowerNav-list li a::after {
  background: var(--c-beg);
  border-radius: 20px 20px 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.lowerBody .lowerNav-list li a::after {
  background: var(--c-lbr);
  left: 5px;
  z-index: -2;
}
body.lowerBody .lowerNav-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  width: 100%;
}
body.lowerBody .lowerNav-list02 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
body.lowerBody .lowerNav-list02 ul li {
  width: 40px;
  height: 40px;
}
body.lowerBody .lowerNav-list02 ul li a {
  background: var(--c-bbe);
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
body.lowerBody .cmn-search {
  position: relative;
  max-width: 270px;
  width: 100%;
}
body.lowerBody .cmn-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
body.lowerBody .cmn-search input[type=text] {
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 60px 0 20px;
  border-radius: 25px;
  background: var(--c-bbe);
  font-weight: 500;
  font-family: var(--f-maru);
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.lowerBody .cmn-search input[type=text]:focus {
  border-color: var(--c-brn);
  -webkit-box-shadow: 0 0 0 3px rgba(84, 51, 12, 0.1);
          box-shadow: 0 0 0 3px rgba(84, 51, 12, 0.1);
}
body.lowerBody .cmn-search input[type=text]::-webkit-input-placeholder {
  color: var(--c-beg);
  font-weight: bold;
}
body.lowerBody .cmn-search input[type=text]::-moz-placeholder {
  color: var(--c-beg);
  font-weight: bold;
}
body.lowerBody .cmn-search input[type=text]:-ms-input-placeholder {
  color: var(--c-beg);
  font-weight: bold;
}
body.lowerBody .cmn-search input[type=text]::-ms-input-placeholder {
  color: var(--c-beg);
  font-weight: bold;
}
body.lowerBody .cmn-search input[type=text]::placeholder {
  color: var(--c-beg);
  font-weight: bold;
}
body.lowerBody .cmn-search input[type=submit],
body.lowerBody .cmn-search .search-btn {
  background: none;
  position: absolute;
  right: 3px;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.lowerBody .cmn-search input[type=submit]:hover,
body.lowerBody .cmn-search .search-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body.lowerBody .cmn-search input[type=submit]:active,
body.lowerBody .cmn-search .search-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
body.lowerBody .cmn-search .search-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}
body.lowerBody .lowerMv {
  max-width: var(--w-max);
  margin: 0 auto;
  padding: var(--c-pdg);
}
body.lowerBody .lowerHeader {
  max-width: var(--w-max);
  margin: 20px auto 0;
  padding: var(--c-pdg);
}
body.lowerBody .lowerHeader-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  place-content: center;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(8, 1fr);
}
body.lowerBody .lowerHeader-nav ul li a {
  display: block;
  text-align: center;
}
body.lowerBody .lowerHeader-nav ul li a p {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 3px;
}
body.lowerBody .lowerFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 40px 0;
  width: 100%;
  height: 160px;
}
body.lowerBody .lowerFooter-bg {
  background: var(--c-beg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
body.lowerBody .lowerFooter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: var(--w-max);
  margin: 0 auto;
  padding: var(--c-pdg);
  position: relative;
  width: 100%;
  z-index: 2;
}
body.lowerBody .lowerFooter-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
body.lowerBody .lowerFooter-list li.logo {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
body.lowerBody .lowerFooter-list li.link a {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}
body.lowerBody .lowerFooter-list li.link a::before {
  background: url(../image/lower/ico_arrow_r.png) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.mv {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-top: 160px;
  padding: 0 100px 100px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding: 0 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 80px;
    padding: 0 20px 28vh;
    height: calc(100vh - 80px);
    max-height: 900px;
  }
}
@media screen and (max-width: 375px) {
  .mv {
    padding: 0 28px 20vh;
  }
}
.mv-inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv-inner {
    max-width: 800px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .mv-inner {
    max-width: 500px;
  }
}
.mv__illust {
  position: absolute;
  width: 170px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .mv__illust {
    width: 100px;
  }
}
.mv__illust.illust01 {
  top: 20px;
  left: 8%;
  width: 10%;
  -webkit-animation: stampPop 0.6s 0.2s ease-in-out forwards;
          animation: stampPop 0.6s 0.2s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust01 {
    top: 40px;
    left: 14%;
    width: 14%;
  }
}
.mv__illust.illust02 {
  top: 70px;
  left: -2%;
  width: 10%;
  -webkit-animation: stampPop 0.6s 0.4s ease-in-out forwards;
          animation: stampPop 0.6s 0.4s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust02 {
    top: 50px;
    left: -1%;
    width: 14%;
  }
}
.mv__illust.illust03 {
  top: 70px;
  right: -6%;
  width: 16%;
  -webkit-animation: stampPop 0.6s 0.6s ease-in-out forwards;
          animation: stampPop 0.6s 0.6s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust03 {
    top: 35px;
    right: -1%;
    width: 28%;
  }
}
.mv__illust.illust04 {
  bottom: 2.5%;
  left: -5%;
  width: 15%;
  -webkit-animation: stampPop 0.6s 0.8s ease-in-out forwards;
          animation: stampPop 0.6s 0.8s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust04 {
    bottom: 10%;
    left: 1%;
    width: 30%;
  }
}
.mv__illust.illust05 {
  bottom: -2%;
  left: 12%;
  width: 5%;
  -webkit-animation: stampPop 0.6s 1s ease-in-out forwards;
          animation: stampPop 0.6s 1s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust05 {
    bottom: 6%;
    left: 30%;
    width: 9%;
  }
}
.mv__illust.illust06 {
  bottom: -4%;
  right: 12%;
  width: 8%;
  -webkit-animation: stampPop 0.6s 1.2s ease-in-out forwards;
          animation: stampPop 0.6s 1.2s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust06 {
    bottom: 12%;
    right: -2%;
    width: 11%;
  }
}
.mv__illust.illust07 {
  bottom: 2%;
  right: 3%;
  width: 8%;
  -webkit-animation: stampPop 0.6s 1.4s ease-in-out forwards;
          animation: stampPop 0.6s 1.4s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .mv__illust.illust07 {
    bottom: 6%;
    right: 10%;
    width: 11%;
  }
}
.mv-scroll {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 10px;
  width: 120px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv-scroll {
    position: absolute;
    bottom: -60px;
    width: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .mv-scroll {
    gap: 8px;
    bottom: -8px;
    margin: auto;
    width: 60px;
    height: 30px;
  }
}
.mv-scroll__ttl {
  width: 100%;
}
.mv-scroll-icoList {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.mv-scroll-icoList__ico {
  display: block;
  margin-top: -4px;
  width: 30px;
  -webkit-animation: bounce 2s 0s linear infinite;
          animation: bounce 2s 0s linear infinite;
}
.mv-scroll-icoList__ico:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mv-scroll-icoList__ico {
    width: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mv-scroll-icoList__ico {
    margin-top: -2px;
    width: 14px;
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 70%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 70%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@-webkit-keyframes stampPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    visibility: visible;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes stampPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    visibility: visible;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes slideInFromLeft {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideInFromLeft {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.newyearSchedule {
  margin: 0 auto 100px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newyearSchedule {
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}

.sec01 {
  padding: 0 40px 100px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0 20px 70px;
    overflow: hidden;
  }
}
.sec01-ttl {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01-ttl {
    margin: 0 auto 25px;
    max-width: 325px;
  }
}
.sec01__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01__txt {
    font-size: 16px;
  }
}
.sec01__txt-illust {
  position: absolute;
}
.sec01__txt-illust.illust01 {
  top: 0;
  right: 0;
  width: 95px;
}
.sec01__txt-illust.illust02 {
  bottom: -10px;
  left: 0;
  width: 130px;
}
.sec01__txt-illust.illust03 {
  bottom: -10px;
  right: 8%;
  width: 60px;
}
.sec01__txt-illust.illust03Sp {
  bottom: -50px;
  left: -28px;
  width: 50px;
}
.sec01 strong {
  position: relative;
  z-index: 2;
  padding: 2px;
  text-box-trim: trim-both;
}
.sec01 strong.is-02::before {
  -webkit-transition: width 0.8s 0.5s ease-out;
  transition: width 0.8s 0.5s ease-out;
}
.sec01 strong::before {
  background: var(--c-yel);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.8s ease-out;
  transition: width 0.8s ease-out;
}
.sec01.animate strong::before {
  width: 100%;
}

.sec02 {
  padding: 0;
  position: relative;
}
.sec02 .splide {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.sec02 .splide__arrowsInner {
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 95px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .splide__arrowsInner {
    width: 90%;
    bottom: 75px;
  }
}
.sec02 .splide__arrow {
  background: var(--c-wht);
  border: 3px solid var(--c-brn);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: none;
          transform: none;
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  .sec02 .splide__arrow {
    border: 2px solid var(--c-brn);
    width: 38px;
    height: 38px;
  }
}
.sec02 .splide__arrow--prev {
  left: 0;
}
.sec02 .splide__arrow--next {
  right: 0;
}
.sec02 .splide__arrow svg {
  width: 22px;
  height: 22px;
  fill: var(--c-brn);
}
@media screen and (max-width: 768px) {
  .sec02 .splide__arrow svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .splide__arrow:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sec02 .splide__pagination {
  margin-top: 20px;
  position: static;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .splide__pagination {
    margin-top: 10px;
  }
}
.sec02 .splide__pagination__page {
  background: var(--c-wht);
  border: 2px solid var(--c-brn);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .splide__pagination__page {
    width: 16px;
    height: 16px;
  }
}
.sec02 .splide__pagination__page.is-active {
  background: var(--c-pnk);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 769px) {
  .sec02 .splide__pagination__page:hover {
    background: var(--c-pnk);
  }
}
.sec02 .splide__slide {
  opacity: 0.5;
  width: 100%;
}
.sec02 .splide__slide.is-active {
  opacity: 1;
}
.sec02 .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec02 .splide__slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .sec02 .splide__slide a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sec02 .splide__slide a:hover {
    opacity: 1;
  }
  .sec02 .splide__slide a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.sec03 {
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: -80px;
  }
}
.sec03-bg {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .sec03-bg {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec03-bg {
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .sec03-bg {
    height: 100px;
  }
}
.sec03-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
.sec03-contents {
  background: var(--c-beg);
  position: relative;
  padding: 0 40px 300px;
}
@media screen and (max-width: 768px) {
  .sec03-contents {
    padding: 0 20px 120px;
  }
}
.sec03-ttl {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 630px;
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .sec03-ttl {
    max-width: 39.375vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03-ttl {
    margin: 0 auto 30px;
    max-width: 315px;
  }
}
.sec03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03-list {
    max-width: 480px;
  }
}
.sec03-list-item {
  width: 292px;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item {
    width: 48%;
    min-height: 140px;
  }
}
.sec03-list-item a {
  background: var(--c-wht);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec03-list-item a {
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec03-list-item a:hover {
    opacity: 1;
    background: var(--c-pnk);
  }
}
.sec03-list-item a::before {
  background: url(../img/ico/ico_arrow02.svg) no-repeat center center/100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sec03-list-item a::before {
    content: none;
  }
}
.sec03-list-item img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .sec03-list-item img {
    width: 40%;
  }
}
.sec03-list-item p {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec03-list-item p {
    font-size: 16px;
    margin-top: 8px;
    width: 100%;
  }
}

.sec04 {
  margin-top: -230px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: -120px;
  }
}
.sec04-bg {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 375px;
  z-index: 2;
}
@media screen and (min-width: 1601px) {
  .sec04-bg {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec04-bg {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .sec04-bg {
    height: 100px;
  }
}
.sec04-bg img {
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec04-contents {
  margin-top: -200px;
  position: relative;
  padding: 0 40px 300px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec04-contents {
    margin: -80px auto 0;
    padding: 0 20px 100px;
    max-width: 580px;
  }
}
@media screen and (max-width: 500px) {
  .sec04-contents {
    margin: -20px auto 0;
  }
}
.sec04-illust {
  position: absolute;
}
.sec04-illust.illust04 {
  top: 0;
  bottom: 80px;
  right: -160px;
  margin: auto;
  width: 110px;
}
.sec04-illust.illust05 {
  top: 400px;
  bottom: 0;
  left: -140px;
  margin: auto;
  width: 100px;
}
.sec04-illust.illust04Sp {
  top: 190px;
  left: -20px;
  width: 25px;
}
.sec04-illust.illust05Sp {
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 25px;
}
.sec04-illust.illust06Sp {
  bottom: 100px;
  left: -20px;
  width: 25px;
}
.sec04-illust.illust07Sp {
  bottom: 0;
  left: -10px;
  width: 30px;
}
.sec04-illust.illust08Sp {
  bottom: 0;
  right: -20px;
  width: 50px;
}
.sec04 .cmn-inner {
  position: relative;
}
.sec04-ttl {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 630px;
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .sec04-ttl {
    max-width: 39.375vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04-ttl {
    max-width: 315px;
  }
}
.sec04-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec04-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 30px;
    max-width: 480px;
    width: 100%;
  }
}
.sec04-list-item a {
  background: var(--c-beg);
  border-radius: 20px;
  display: block;
  padding: 10px 10px 14px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec04-list-item a {
    border-radius: 10px;
    padding: 8px 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec04-list-item a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec04-list-item a .sec04-list-item-img img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec04-list-item a:hover {
    opacity: 1;
    background: var(--c-pnk);
  }
  .sec04-list-item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sec04-list-item-img {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec04-list-item-img {
    border-radius: 8px;
  }
}
.sec04-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04-list-item__ttl {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  width: 100%;
  min-height: 65px;
}
.sec04-list-item__ttl small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .sec04-list-item__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec04-list-item__ttl {
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-size: 14px;
    margin-top: 8px;
    min-height: auto;
  }
  .sec04-list-item__ttl small {
    font-size: 12px;
  }
}

.sec05 {
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: -60px;
  }
}
.sec05-bg {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .sec05-bg {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec05-bg {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .sec05-bg {
    height: 100px;
  }
}
.sec05-bg img {
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec05-contents {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .sec05-contents {
    margin-top: -80px;
    padding: 0 20px 70px;
  }
}
@media screen and (max-width: 500px) {
  .sec05-contents {
    margin-top: -20px;
  }
}
.sec05-contents::before {
  background: var(--c-lgn);
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec05-contents::before {
    top: 19px;
    height: calc(100% - 20px);
  }
}
.sec05-ttl {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 830px;
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .sec05-ttl {
    max-width: 51.875vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05-ttl {
    max-width: 345px;
  }
}
.sec05-listNav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto 40px;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec05-listNav {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 30px;
    max-width: 480px;
  }
}
.sec05-listNav-item {
  cursor: pointer;
  background: var(--c-beg);
  border-radius: 25vw;
  -webkit-box-shadow: 2px 3px 0 var(--c-lbr);
          box-shadow: 2px 3px 0 var(--c-lbr);
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: var(--c-brn);
  font-weight: bold;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec05-listNav-item {
    padding: 10px;
  }
}
.sec05-listNav-item.is-active {
  background: var(--c-pnk);
}
@media screen and (min-width: 769px) {
  .sec05-listNav-item:hover:not(.is-active) {
    background: var(--c-pnk);
  }
}
.sec05-list {
  display: none;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec05-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 40px;
    max-width: 480px;
    width: 100%;
  }
}
.sec05-list.is-active {
  display: -ms-grid;
  display: grid;
}
.sec05-list-item a {
  background: var(--c-beg);
  border-radius: 20px;
  display: block;
  padding: 10px 10px 14px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec05-list-item a {
    border-radius: 10px;
    padding: 8px 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec05-list-item a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec05-list-item a .sec05-list-item-img img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec05-list-item a:hover {
    opacity: 1;
    background: var(--c-pnk);
  }
  .sec05-list-item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sec05-list-item-img {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec05-list-item-img {
    border-radius: 8px;
  }
}
.sec05-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05-list-item__ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec05-list-item__ttl {
    font-size: 16px;
  }
}