@charset "UTF-8";
/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited,
a:active {
  color: #1C1C1C;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

button {
  border: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-x: hidden;
}
body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

a {
  color: #1C1C1C;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #00666A;
}
a.link {
  display: inline-block;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
a.link:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

/* common setting
-------------------------------------------------- */
/* 通常コンテンツは最初非表示 */
#content_under {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

body.is-preload {
  background: #fff !important;
}
body.is-preload #content_under {
  opacity: 0;
}

body img {
  width: 100%;
  height: auto;
  font-size: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.main_width {
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1820px;
}
@media screen and (max-width: 767px) {
  .main_width {
    width: calc(100% - 50px);
  }
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.cen {
  text-align: center;
}

.btn a {
  position: relative;
  padding: 22px 20px;
  color: #FFF;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #03858A;
  border: 1px solid #03858A;
  display: inline-block;
}
.btn a:hover {
  background: var(--wh2);
  opacity: 1;
}
.btn.icn a {
  padding: 26px 30px 26px 76px;
  min-width: 260px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .btn.icn a {
    min-width: 180px;
  }
}
.btn.icn a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/common/icn-mail-w.svg) no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .btn.icn a::before {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    left: 18px;
  }
}
.btn.icn a:hover {
  color: #03858A;
  background: #FFF;
}
.btn.icn a:hover::before {
  background: url(../img/common/icn-mail-pd.svg) no-repeat 0 0/contain;
}
.btn.icn a.cart::before {
  background: url(../img/common/icn-cart-w.svg) no-repeat 0 0/contain;
}
.btn.icn a.cart:hover::before {
  background: url(../img/common/icn-cart-pd.svg) no-repeat 0 0/contain;
}

.link_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 20px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .link_circle {
    gap: 20px 10px;
  }
}
.link_circle.btn_circle {
  width: 100px;
  display: block;
}
@media screen and (max-width: 767px) {
  .link_circle.btn_circle {
    width: 65px;
  }
}
.link_circle .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link_circle .text {
    font-size: 14px;
  }
}
.link_circle .text::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  pointer-events: none;
  z-index: 0;
}
.link_circle .text::after {
  content: "";
  position: absolute;
  bottom: -4px; /* グレーラインと完全一致 */
  left: 0;
  width: 100%;
  height: 1px;
  background: #00989F;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: 1;
}
.link_circle:hover .text::after {
  -webkit-animation: shrinkAndExpand 1s forwards;
          animation: shrinkAndExpand 1s forwards;
}
@-webkit-keyframes shrinkAndExpand {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0.05);
            transform: scaleX(0.05);
    opacity: 0.3;
  }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0.05);
            transform: scaleX(0.05);
    opacity: 0.3;
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes shrinkAndExpand {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0.05);
            transform: scaleX(0.05);
    opacity: 0.3;
  }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0.05);
            transform: scaleX(0.05);
    opacity: 0.3;
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
.link_circle .circle-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .link_circle .circle-wrapper {
    width: 65px;
    height: 65px;
  }
}
.link_circle .circle-wrapper::before {
  position: absolute;
  content: "";
  width: 86px;
  height: 86px;
  background: #FFF;
  border-radius: 50%;
  top: 7px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .link_circle .circle-wrapper::before {
    width: 57px;
    height: 57px;
    top: 4px;
    left: 4px;
  }
}
.link_circle .circle-scale {
  width: 60px;
  height: 60px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .link_circle .circle-scale {
    width: 39px;
    height: 39px;
    top: 13px;
    left: 13px;
  }
}
.link_circle .circle {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #0099a8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .link_circle .circle {
    width: 39px;
    height: 39px;
  }
}
.link_circle .arrow-svg-wrapper {
  width: 14px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
}
@media screen and (max-width: 767px) {
  .link_circle .arrow-svg-wrapper {
    width: 7px;
    height: 4px;
    margin-top: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.link_circle .wave-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .link_circle .wave-lines {
    width: 65px;
    height: 65px;
  }
}
.link_circle .wave-rotate {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.link_circle:hover .circle-scale {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.link_circle:hover .wave-rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.link_gmap {
  position: relative;
  padding-left: 17px;
}
.link_gmap::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 19px;
  background: url(../img/common/icn-marker-w.svg) no-repeat 0 0/contain;
  top: 3px;
  left: 0;
}
.link_gmap a {
  padding-bottom: 3px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.link_gmap a:hover {
  -webkit-animation: line-slide02 0.8s ease forwards;
          animation: line-slide02 0.8s ease forwards;
}

.external {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.external span {
  position: relative;
  padding-right: 35px;
  color: #03858A;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.external span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/common/icn-external.svg) no-repeat 0 0/contain;
  top: calc(50% - 3px);
  right: 0;
}

.txt_base p {
  color: #1C1C1C;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}

.cat01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #C0E4EA));
  background: linear-gradient(transparent 60%, #C0E4EA 60%);
}
.cat01.news, .cat01.news-earthgarden, .cat01.news-minashoku {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD9E8));
  background: linear-gradient(transparent 60%, #FFD9E8 60%);
}
.cat01.others, .cat01.others-earthgarden, .cat01.others-minashoku {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E8CDB1));
  background: linear-gradient(transparent 60%, #E8CDB1 60%);
}
.cat01.lunch {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDE00));
  background: linear-gradient(transparent 60%, #FFDE00 60%);
}
.cat01.daily {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #B2E595));
  background: linear-gradient(transparent 60%, #B2E595 60%);
}

.co_def {
  background: #C0E4EA;
}

.co_news {
  background: #FFD9E8;
}

.co_others {
  background: #E8CDB1;
}

.co_lunch {
  background: #FFDE00;
}

.co_daily {
  background: #B2E595;
}



.hopwiggle {
animation: hop-wiggle 5.6s ease infinite;
}

/* いつもの動き */
@keyframes hop-wiggle {
  0%, 90% {
    transform: translateY(0) rotate(0deg);
	 
  }
  92% {
    transform: translateY(3px) rotate(0deg);

  }
  95% {
    transform: translateY(-10px) rotate(0deg);

  }
  97% {
    transform: translateY(2px) rotate(0deg);

  }
  100% {
    transform: translateY(0) rotate(0deg);

  }
}





.wiggle {

  animation: wiggle-loop 5.5s ease-in-out infinite;
}

@keyframes wiggle-loop {
  /* 5秒間 完全に静止 */
  0%, 72% {
    transform: rotate(0deg);

  }

  /* ここからウィグル */

	76% {
    transform: rotate(-5deg);
  }

  80% {
    transform: rotate(5deg);
  }
	84% {
    transform: rotate(-5deg);
  }

  88% {
    transform: rotate(5deg);
  }

  92% {
    transform: rotate(-5deg);
  }

  96% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}




.delay03s{
	transition-delay: 0.3s;
}
.delay-1s{
	animation-delay:-1s;
}
.animate.ver_down_bottom {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s 0.3s ease;
}
@media screen and (max-width: 767px) {
  .animate.ver_down_bottom {
    transform: translateY(-50px);
  }
}

.animate.ver_down_bottom.scrollin {
  opacity: 1;
  transform: translateY(0px);
}






.animate.ver_down_top {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .animate.ver_down_top {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

.animate.ver_down_top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.animate.ver_left_right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate.ver_left_right.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.animate.ver_right_left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate.ver_right_left.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* bread_crumb */
/* ------------------------------------ */
.crumb {
  padding: 10px 0;
  color: #00666A;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .crumb {
    padding-bottom: 10px;
  }
}
.crumb.main_width {
  max-width: 1540px;
}
.crumb .aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.crumb .aioseo-breadcrumbs a {
  color: #00666A;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
.crumb .aioseo-breadcrumbs a:hover {
  text-decoration: none;
}
.crumb .aioseo-breadcrumbs span:first-child {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crumb .aioseo-breadcrumbs span:first-child a {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../img/common/icn-home.svg) no-repeat center;
  text-indent: -9999px;
}
.crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.crumb ul li {
  position: relative;
  line-height: 1;
}
.crumb ul li.icn-home {
  width: 12px;
}
.crumb ul li::before {
  position: absolute;
  content: "";
  width: 3.423px;
  height: 5px;
  background: url(../img/common/bread-arrow.svg) no-repeat 0 0/contain;
  top: 50%;
  left: -10px;
}
.crumb ul li:first-of-type::before {
  content: none;
}
.crumb ul li a {
  color: #00666A;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: none;
  transition: none;
}
.crumb ul li a:hover {
  text-decoration: none;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
  line-height: 1;
  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;
  /* single */
  /* list */
}
@media screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 50px auto 0;
  }
}
.page-numbers_wrap .prev_next {
  width: 18%;
  max-width: 62px;
}
.page-numbers_wrap .gotolist a {
  position: relative;
  padding-bottom: 3px;
  font-size: 1.8rem;
}
.page-numbers_wrap .gotolist a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #00989F;
  bottom: 0;
  left: 0;
}
.page-numbers_wrap ul.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-numbers_wrap ul.pagination li {
  margin: 5px;
}

.pagination li a,
.pagination li.current {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.pagination li a {
  color: #FFF;
  background: #72C2C6;
}

.pagination li:not(.prev):not(.next) a:hover {
  color: #000;
  background: #FFF;
  text-decoration: none;
}

.pagination li.current {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  background: #FFF;
  text-decoration: none;
}

.page-numbers_wrap .prev a,
.page-numbers_wrap .next a {
  position: relative;
  width: 62px;
  height: 62px;
  font-size: 1em;
  color: #FFF;
  background: #00989F;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-numbers_wrap .prev a,
  .page-numbers_wrap .next a {
    width: 31px;
    height: 31px;
  }
}
.page-numbers_wrap .prev a::after,
.page-numbers_wrap .next a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: url(../img/common/arrow-01.svg) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7460%) hue-rotate(291deg) brightness(109%) contrast(112%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7460%) hue-rotate(291deg) brightness(109%) contrast(112%);
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .page-numbers_wrap .prev a::after,
  .page-numbers_wrap .next a::after {
    width: 16px;
    height: 11px;
  }
}
.page-numbers_wrap .prev a:hover,
.page-numbers_wrap .next a:hover {
  opacity: 0.7;
}

.page-numbers_wrap .prev a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a {
  background: url(../img/common/btn_arrow_s_left.png) no-repeat center center/contain;
}

/* header */
/* -------------------------------------------------------- */
/* ham背景暗転 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(50, 50, 50, 0.55);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 900;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}