
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.none {
  display: none !important;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
}

.u-img_radiusL,
.u-img_radiusR {
  overflow: hidden;
}

.u-img_radiusL {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .u-img_radiusL {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.u-img_radiusR {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .u-img_radiusR {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.u-box-wrap {
  border: 1px solid #cccccc;
  padding: 25px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap {
    padding: 15px 20px;
  }
}
.u-box-wrap > * {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.u-box-wrap .u-box-wrap__ttl {
  position: relative;
}
.u-box-wrap .u-box-wrap__ttl span {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-box-wrap .u-box-wrap__ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__ttl span {
    font-size: 1.6rem;
  }
}
.u-box-wrap .u-box-wrap__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.u-box-wrap .u-box-wrap__list {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__list {
    margin-top: 10px;
  }
}
.u-box-wrap .u-box-wrap__list li {
  font-size: 1.8rem;
  font-weight: 500;
  width: 50%;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-box-wrap .u-box-wrap__list li {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__list li {
    width: 100%;
    font-size: 1.5rem;
  }
}

/* テキスト処理
-------------------------------------------------------*/
.u-line-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.u-line-clamp.--clamp2 {
  -webkit-line-clamp: 2;
}
.u-line-clamp.--clamp3 {
  -webkit-line-clamp: 3;
}
.u-line-clamp.--clamp4 {
  -webkit-line-clamp: 4;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

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

.u-align--right {
  text-align: right;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767.98px) {
  .gmap {
    height: 300px;
  }
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

.c-main {
  color: #009fe8;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #66c5f1;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #d00;
}

.c-black {
  color: #333333;
}

.c-white {
  color: #ffffff;
}

.c-gray {
  color: #eeeeee;
}

.u-bg-pattern--orange,
.u-bg-pattern--pink,
.u-bg-pattern--green,
.u-bg-pattern--yellow {
  background-repeat: repeat;
  background-position: top center;
  background-size: 148px;
}
@media screen and (min-width: 768px), print {
  .u-bg-pattern--orange,
  .u-bg-pattern--pink,
  .u-bg-pattern--green,
  .u-bg-pattern--yellow {
    background-size: 500px;
  }
}

.u-bg-pattern--orange {
  background-image: url(../img/news-bg.jpg);
  background-size: 100%;
}

.u-bg-pattern--pink {
  background-image: url(../img/bg_pattern--pink.png);
}

.u-bg-pattern--green {
  background-image: url(../img/bg_pattern--green.png);
}

.u-bg-pattern--yellow {
  background-image: url(../img/bg_pattern--yellow.png);
}

/* 背景
-------------------------------------------------------*/
.u-bg-main {
  background-color: #edf8fd;
}

/* 背景
-------------------------------------------------------*/
.u-bg--white {
  background-color: #fff;
}

.u-bg--yellow {
  background-color: #fff2a5;
}

.u-bg--orange {
  background-color: #fbb03b;
}

.u-bg--pink {
  background-color: #fad9d3;
}

/* グラデ
-------------------------------------------------------*/
.u-bg--grade {
  background: -webkit-gradient(linear, left top, right top, from(#e9e6f3), color-stop(#ebf5ec), color-stop(#eaf6fd), to(#fdede4));
  background: linear-gradient(to right, #e9e6f3, #ebf5ec, #eaf6fd, #fdede4);
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Montserrat", sans-serif;
}

.font-mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-mincho__shippori {
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-gothic__yu {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 5.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 52px;
    font-size: 5.2vw;
  }
}

.txt__xl2 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 46px;
    font-size: 4.6vw;
  }
}

.txt__xl {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 36px;
    font-size: 3.6vw;
  }
}

.txt__lg2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 26px;
    font-size: 2.6vw;
  }
}

.txt__lg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 22px;
    font-size: 2.2vw;
  }
}

.txt__md2 {
  font-size: 0.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 2px;
    font-size: 0.2vw;
  }
}

.txt__md {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 17px;
    font-size: 1.7vw;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 16px;
    font-size: 1.6vw;
  }
}

.txt__sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 15px;
    font-size: 1.5vw;
  }
}

.txt__xs {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 14px;
    font-size: 1.4vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 0.96rem;
  }
}

.capt_s {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 0.88rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}
@media screen and (max-width: 767.98px) {
  .radius3 {
    border-radius: 1.5px;
  }
}

.radius5 {
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .radius5 {
    border-radius: 2.5px;
  }
}

.radius7 {
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .radius7 {
    border-radius: 3.5px;
  }
}

.radius10 {
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .radius10 {
    border-radius: 5px;
  }
}

.radius15 {
  border-radius: 15px;
}
@media screen and (max-width: 767.98px) {
  .radius15 {
    border-radius: 7.5px;
  }
}

.radius20 {
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .radius20 {
    border-radius: 10px;
  }
}

.radius50 {
  border-radius: 50px;
}
@media screen and (max-width: 767.98px) {
  .radius50 {
    border-radius: 25px;
  }
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
*/
/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 2.25px;
  }
  .u5 {
    margin-bottom: 3.75px;
  }
  .u7 {
    margin-bottom: 5.25px;
  }
  .u10 {
    margin-bottom: 7.5px;
  }
  .u15 {
    margin-bottom: 11.25px;
  }
  .u20 {
    margin-bottom: 15px;
  }
  .u25 {
    margin-bottom: 18.75px;
  }
  .u30 {
    margin-bottom: 22.5px;
  }
  .u35 {
    margin-bottom: 26.25px;
  }
  .u40 {
    margin-bottom: 30px;
  }
  .u45 {
    margin-bottom: 33.75px;
  }
  .u50 {
    margin-bottom: 37.5px;
  }
  .u55 {
    margin-bottom: 41.25px;
  }
  .u60 {
    margin-bottom: 45px;
  }
  .u70 {
    margin-bottom: 52.5px;
  }
  .u80 {
    margin-bottom: 60px;
  }
  .u90 {
    margin-bottom: 67.5px;
  }
  .u100 {
    margin-bottom: 75px;
  }
  .u110 {
    margin-bottom: 82.5px;
  }
  .u120 {
    margin-bottom: 90px;
  }
  .u130 {
    margin-bottom: 97.5px;
  }
  .u140 {
    margin-bottom: 105px;
  }
  .u150 {
    margin-bottom: 112.5px;
  }
  .u160 {
    margin-bottom: 120px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -7.5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -22.5px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -30px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -37.5px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -45px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t35 {
  margin-top: 35px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

.t80 {
  margin-top: 80px;
}

.t90 {
  margin-top: 90px;
}

.t100 {
  margin-top: 100px;
}

@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 3.75px;
  }
  .t7 {
    margin-top: 5.25px;
  }
  .t10 {
    margin-top: 7.5px;
  }
  .t15 {
    margin-top: 11.25px;
  }
  .t20 {
    margin-top: 15px;
  }
  .t25 {
    margin-top: 18.75px;
  }
  .t30 {
    margin-top: 22.5px;
  }
  .t35 {
    margin-top: 26.25px;
  }
  .t40 {
    margin-top: 30px;
  }
  .t50 {
    margin-top: 37.5px;
  }
  .t60 {
    margin-top: 45px;
  }
  .t70 {
    margin-top: 52.5px;
  }
  .t80 {
    margin-top: 60px;
  }
  .t90 {
    margin-top: 67.5px;
  }
  .t100 {
    margin-top: 75px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -3.75px;
  }
  .t-10 {
    margin-top: -7.5px;
  }
  .t-15 {
    margin-top: -11.25px;
  }
  .t-20 {
    margin-top: -15px;
  }
  .t-25 {
    margin-top: -18.75px;
  }
  .t-30 {
    margin-top: -22.5px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 100px;
    padding-top: 10vw;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 85px;
    padding-top: 8.5vw;
  }
}

.section--pt_lg {
  padding-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 150px;
    padding-top: 15vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 85px;
    padding-bottom: 8.5vw;
  }
}

.section--pb_lg {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 150px;
    padding-bottom: 15vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 100px;
    margin-top: 10vw;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 85px;
    margin-top: 8.5vw;
  }
}

.section--mt_lg {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 150px;
    margin-top: 15vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 100px;
    margin-bottom: 10vw;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 85px;
    margin-bottom: 8.5vw;
  }
}

.section--mb_lg {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 150px;
    margin-bottom: 15vw;
  }
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-ku::before {
  left: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku::before {
    width: 7px;
    height: 7px;
  }
}

.arrow-ku__prev::before {
  left: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku__prev::before {
    width: 7px;
    height: 7px;
  }
}

.arrow-ku__next {
  padding-left: 0;
  padding-right: 16px;
}
.arrow-ku__next::before {
  left: auto;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku__next::before {
    width: 7px;
    height: 7px;
  }
}

/* arrow2
-------------------------------------------------------*/
.arrow2 {
  padding-left: 35px;
}

.arrow2::before,
.arrow2::after {
  left: 10px;
}

/* arrow__blank
-------------------------------------------------------*/
.arrow__blank {
  padding-right: 22px;
}
@media screen and (max-width: 767.98px) {
  .arrow__blank {
    padding-right: 20px;
  }
}
.arrow__blank::after {
  left: auto;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__blank::after {
    width: 12px;
    height: 12px;
  }
}

/* arrow__list
-------------------------------------------------------*/
.arrow__list {
  padding-left: 22px;
}
@media screen and (max-width: 767.98px) {
  .arrow__list {
    padding-left: 20px;
  }
}
.arrow__list::before {
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_list.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__list::before {
    width: 12px;
    height: 12px;
  }
}

/* arrow__list2
-------------------------------------------------------*/
.arrow__list.arrow__list2::before {
  background-image: url(../../images/common/arrow/arrow_list2.png);
  top: 6px;
  bottom: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__list.arrow__list2::before {
    top: 5px;
  }
}

.list__square li {
  list-style-type: square;
}

.list__circle li {
  list-style-type: circle;
}

.list__counter {
  counter-reset: num;
}
.list__counter li {
  counter-increment: num;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.list__counter li::before {
  content: counter(num) ". ";
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  background-color: #000;
  width: 1em;
  height: 1em;
}

/* lower-roman	ローマ数字の小文字
-------------------------------------------------------*/
.list-lower-roman {
  list-style-position: outside;
}
.list-lower-roman li {
  list-style-type: lower-roman;
}

/* upper-roman	ローマ数字の大文字
-------------------------------------------------------*/
.list-upper-roman {
  list-style-position: outside;
}
.list-upper-roman li {
  list-style-type: upper-roman;
}

figcaption {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: right;
  padding-top: 6px;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 0.96rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}
.figure.--capt_in figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 5px 7px;
  text-align: right;
}
.figure.--capt_out figcaption {
  text-align: right;
}
.figure.--capt_bg figcaption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.figure-frame {
  position: relative;
}
.figure-frame::before, .figure-frame::after {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.figure-frame::before {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to right, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}
.figure-frame::after {
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to bottom, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
input[type=email],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  input[type=email],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
input[type=email],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}
@media screen and (min-width: 1001px), print {
  input[type=text],
  input[type=email],
  textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 3px #009fe8 !important;
          box-shadow: 0 0 3px #009fe8 !important;
  border: 1px solid #009fe8 !important;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #db0816;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled],
button[type=submit][disabled] {
  background: #ccc !important;
  cursor: not-allowed;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 30px;
  }
}
.c-buttons > * {
  margin-left: auto;
  margin-right: auto;
}

.c-button__wrap {
  margin-left: auto;
  margin-right: auto;
}
.c-button__wrap > * {
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1001px), print {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    opacity: 0.5;
  }
}
.c-button a,
.c-button span {
  display: block;
  padding-right: 1.5%;
  white-space: nowrap;
  text-decoration: none;
}
.c-button.arrow {
  padding-left: 20px;
}
.c-button.arrow::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 10px;
  background-image: url(../../images/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-button.arrow::before {
    width: 25px;
    height: 7px;
  }
}
.c-button__border {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
}

.c-button__more {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #009fe8;
  width: 90%;
  max-width: 360px;
  height: 52px;
  border-radius: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-button__more {
    font-size: 1.6rem;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button__more::after {
  line-height: 0;
  content: "";
  position: absolute;
  right: 19px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-button__more::after {
    right: 15px;
  }
}
.c-button__more a,
.c-button__more span {
  width: 100%;
  height: 100%;
  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;
}
.c-button__more.--sm {
  font-size: 1.6rem;
  height: 40px;
}
.c-button__more.--white {
  color: #333;
  background-color: #fff;
}
.c-button__more.--white::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.c-button__more.--border {
  color: #333;
  background-color: #fff;
  border: 1px solid #009fe8;
}
@media screen and (min-width: 1001px), print {
  .c-button__more.--border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__more.--border:hover {
    color: #fff;
    background-color: #009fe8;
    opacity: 1;
  }
  .c-button__more.--border:hover::after {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }
}
.c-button__more.--border.--sm {
  font-weight: 400;
  width: 160px;
}
@media screen and (max-width: 767.98px) {
  .c-button__more.--border.--sm {
    font-size: 1.4rem;
    height: 36px;
  }
}
.c-button__more.--border.--sm::after {
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.c-title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-title > p {
  line-height: 1.4;
}
.c-title .eng {
  font-size: 2.6rem;
}
.c-title .jp {
  font-size: 1.6rem;
}

.c-title__line {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-title__line {
    font-size: 2.3rem;
    padding-bottom: 17px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__line {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-title__line::before, .c-title__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #009fe8;
}
.c-title__line--only {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .c-title__line--only {
    padding-bottom: 15px;
  }
}
.c-title__line--only::before, .c-title__line--only::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line--only::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #009fe8;
}
.c-title__border {
  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;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-title__border {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__border {
    font-size: 1.7rem;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 0;
  }
}

.c-title__block-blue {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #66c5f1;
  padding: 5px 15px 7px 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-title__block-blue {
    font-size: 1.8rem;
    padding: 5px 15px 7px 15px;
  }
}

.c-title__block-blue2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #edf8fd;
  padding: 5px 15px 7px 15px;
  margin-bottom: 10px;
}

.c-title__grade {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(250, 170, 60)), color-stop(50%, rgb(0, 115, 190)), color-stop(85%, rgb(115, 55, 140)));
  background: linear-gradient(90deg, rgb(250, 170, 60) 15%, rgb(0, 115, 190) 50%, rgb(115, 55, 140) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

/*
-------------------------------------------------------*/
.c-copy {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copy {
    font-size: 19px;
    font-size: 1.9vw;
  }
}
.c-table-outline {
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.c-table-outline th {
  font-weight: normal;
  width: 190px;
  background-color: #edf8fd;
}
.c-table-outline th,
.c-table-outline td {
  padding: 17px 30px;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767.98px) {
  .c-table-outline th,
  .c-table-outline td {
    display: block;
    width: 100%;
  }
}

.c-heading {
  position: relative;
}
.c-heading .c-heading__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.extend-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

.c-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-block + .c-block {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block + .c-block {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block + .c-block {
    margin-top: 50px;
  }
}
.c-block .txtArea-wrap {
  z-index: 5;
  position: relative;
  width: 460px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea-wrap {
    width: 100%;
    border-radius: 17px;
  }
}
.c-block .txtArea-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 320px;
  padding: 7% 8% 25px 8%;
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea-wrap a {
    padding: 20px;
    height: auto;
  }
}
.c-block .txtArea {
  display: block;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.c-block .c-block__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block__text {
    font-size: 1.5rem;
  }
}
.c-block .c-block-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: calc(50% + 10px);
  background-image: url(../../assets/images/common/bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  padding: 110px 90px 70px 30px;
  border-radius: 0 30px 30px 0;
  margin-right: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-left {
    width: 100%;
    padding: 20px;
    border-radius: 0 20px 20px 0;
    margin-right: 20px;
  }
}
.c-block .c-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  max-width: 1480px;
  padding-left: 50px;
  padding-right: 50px;
  margin: -430px 0 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .c-block-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-right {
    padding: 0;
    margin-top: -50px;
  }
}
.c-block .c-block-right .imgArea {
  overflow: hidden;
  width: calc(72.1428571429% + 70px);
  max-width: 1010px;
  height: 520px;
  border-top-right-radius: 25px;
  margin-left: auto;
  margin-right: 0;
  border-bottom-left-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-right .imgArea {
    width: 100%;
    height: 240px;
    border-radius: 0 !important;
  }
}
.c-block .c-block-right .imgArea figure {
  height: 100%;
}
.c-block .c-block-right .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block .c-block__btn {
  width: 40px;
  background-image: url(../../assets/images/common/arrow_white_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.c-block .c-block__btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-block.reverse .c-block-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 110px 30px 70px 90px;
  border-radius: 30px 0 0 30px;
  margin-left: 50%;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .c-block.reverse .c-block-left {
    width: 100%;
    padding: 20px;
    border-radius: 25px 0 0 25px;
    margin-left: 20px;
  }
}
.c-block.reverse .c-block-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-block.reverse .c-block-right .imgArea {
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  margin-left: 0;
  margin-right: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;
}
@media screen and (min-width: 1001px), print {
  .txtArea-wrap {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .txtArea-wrap:hover {
    color: #fff;
    background-color: #009fe8;
  }
  .txtArea-wrap:hover .c-title__border {
    border-color: #fff;
  }
  .txtArea-wrap:hover .c-block__btn img {
    opacity: 0;
  }
}

.extend-justify, .c-card .c-card__dl dd {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

.c-card {
  border-radius: 25px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-card {
    border-radius: 15px;
  }
}
.c-card .c-card-head {
  font-weight: 500;
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 2px solid #009fe8;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-head {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.c-card .c-card-head .c-card-head__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-head .c-card-head__title {
    font-size: 1.8rem;
  }
}
.c-card .c-card-inner {
  position: relative;
  margin: 30px 30px 20px;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-inner {
    margin: 20px;
  }
}
.c-card .c-card-foot {
  font-weight: 500;
  background-color: #efefef;
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 2px solid #009fe8;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-foot {
    padding-top: 0;
    padding-bottom: 0;
    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;
    height: 52px;
  }
}
.c-card .c-card-foot .c-card-foot__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-card .c-card-foot .c-card-foot__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-foot .c-card-foot__title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.c-card .c-card__img {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__img {
    margin-bottom: 7px;
  }
}
.c-card .c-card__dl {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
.c-card .c-card__dl dt,
.c-card .c-card__dl dd {
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dt,
  .c-card .c-card__dl dd {
    font-size: 1.4rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.c-card .c-card__dl dt {
  width: 18.4782608696%;
  min-width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dt {
    width: 65px;
  }
}
.c-card .c-card__dl dd {
  width: 73.9130434783%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dd {
    width: calc(100% - 65px);
  }
}
.c-card .c-card__btn {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
}

.c-card.--sm .c-card-head {
  padding-top: 6px;
  padding-bottom: 5px;
}
.c-card.--sm .c-card-inner {
  margin: 9px 30px;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card-inner {
    margin: 7px 20px;
  }
}
.c-card.--sm .c-card__img {
  display: none;
}
.c-card.--sm .c-card__dl {
  font-size: 1.6rem;
  border-bottom: 0px dashed #cccccc;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl {
    font-size: 1.4rem;
  }
}
.c-card.--sm .c-card__dl dt,
.c-card.--sm .c-card__dl dd {
  font-weight: 400;
}
.c-card.--sm .c-card__dl dt {
  width: 70px;
  min-width: auto;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl dt {
    width: 58px !important;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl dd {
    width: calc(100% - 74px) !important;
  }
}
.c-card.--sm .c-card__dl + .c-card__dl {
  border-top: 1px dashed #cccccc;
}
.c-card.--sm .c-card__btn {
  position: absolute;
  top: 34px;
  left: 0;
  width: 70px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__btn {
    width: 60px;
    top: 32px;
    left: -1px;
  }
}
.c-card.--sm .c-card__btn.c-button__more {
  font-size: 1.2rem;
  height: 20px;
}
.c-card.--sm .c-card__btn.c-button__more::after {
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__btn.c-button__more::after {
    right: 6px;
    width: 5px;
    height: 5px;
  }
}

.c-card__blue {
  position: relative;
  color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 1001px), print {
  .c-card__blue {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-card__blue:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-card__blue {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card__blue {
    border-radius: 15px;
  }
}
.c-card__blue::before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 159, 232)), color-stop(20%, rgb(0, 159, 232)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, rgb(0, 159, 232) 0%, rgb(0, 159, 232) 20%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  opacity: 0.75;
  z-index: 2;
}
.c-card__blue a {
  display: block;
}
.c-card__blue .c-card-inner {
  z-index: 5;
  display: block;
  width: 100%;
  height: 235px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .c-card__blue .c-card-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
}
.c-card__blue .c-card-head .c-card-head__title {
  border-color: rgb(255, 255, 255);
}
.c-card__blue .c-card-head .c-card-head__text {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.c-card__blue .c-card__btn {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 0;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 90%;
  }
}
.c-wrap.--full {
  width: 100%;
}
.c-wrap.--lg {
  max-width: 1400px !important;
}
.c-wrap.--md {
  max-width: 1200px !important;
}
.c-wrap.--sm {
  max-width: 1000px !important;
}
.c-wrap.--xs {
  max-width: 800px !important;
}

/*=======================================================================

ヘッダー

========================================================================*/
.l-header,
.navigation,
.l-footer {
  max-width: 500px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
}
.l-header.scroll {
  background-color: #fff;
}
.l-header .l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__inner {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__inner {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-header .l-header__left {
  width: 125px;
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__left {
    width: 160px;
  }
}
.l-header .l-header__right {
  width: 140px;
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__right {
    width: 170px;
  }
}
.l-header a {
  display: block;
}
.l-header .l-header-nav {
  width: calc(100% - 340px);
  max-width: 860px;
}
.l-header .l-header-nav .list {
  width: 62.7906976744%;
  max-width: 540px;
}
.l-header .l-header-nav .list .list-item a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .l-header-nav .list .list-item a {
    font-size: 1.6rem;
  }
}
.l-header .l-header-nav .list .list-item a:hover, .l-header .l-header-nav .list .list-item a.active {
  color: #009fe8;
}
.l-header .l-header-nav .list .list-item a:hover::before, .l-header .l-header-nav .list .list-item a.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #009fe8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header .l-header-nav .c-button__more {
  width: 90%;
  max-width: 250px;
}

.l-header.is-scroll {
  background-color: #fff;
}

.navigation {
  display: block;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .navigation {
    padding-top: 45px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px), print {
  .navigation {
    padding-top: 60px;
    overflow-y: auto;
  }
}
.navigation .logo-panfes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5%;
  width: 61%;
  height: 45px;
}
@media screen and (min-width: 768px), print {
  .navigation .logo-panfes {
    height: 61px;
  }
}
.navigation .logo-panfes img {
  height: 39px;
}
@media screen and (min-width: 768px), print {
  .navigation .logo-panfes img {
    width: auto;
    height: 40px;
  }
}
.navigation .navlist {
  width: 100%;
  max-width: 100%;
}
.navigation .navlist .navlist-item {
  border-top: 1px solid #ea4e30;
}
.navigation .navlist .navlist-item a,
.navigation .navlist .navlist-item div {
  position: relative;
  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;
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media screen and (min-width: 768px), print {
  .navigation .navlist .navlist-item a,
  .navigation .navlist .navlist-item div {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1001px), print {
  .navigation .navlist .navlist-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navigation .navlist .navlist-item a:hover {
    opacity: 0.5;
  }
}
.navigation .navlist .navlist-item .icon {
  width: 7.8%;
}
@media screen and (min-width: 768px), print {
  .navigation .navlist .navlist-item .icon {
    width: 36px;
  }
}
.navigation .navlist .navlist-item .nav {
  margin-left: 2%;
}
@media screen and (max-width: 767.98px) {
  .navigation .navlist .navlist-item .nav {
    width: 75%;
  }
}
@media screen and (min-width: 768px), print {
  .navigation .navlist .navlist-item .nav {
    width: 310px;
  }
}
.navigation .navlist .navlist-item .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .navigation .navlist .navlist-item .arrow {
    width: 34px;
    right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .navigation .navlist .navlist-item .arrow {
    width: 40px;
    right: 25px;
  }
}
.navigation .navlist .navlist-item.--bakeries {
  background-color: #ea4e30;
}
.navigation .navlist .navlist-item.--access {
  background-color: #f49c00;
  border-top: none;
}
.navigation .navlist .navlist-item.--event {
  position: relative;
  border-top: none;
}
.navigation .navlist .navlist-item.--event .icon {
  opacity: 0;
}
.navigation .navlist .navlist-item.--event:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 92%;
  border-top: 1px dashed #ea4e30 !important;
  opacity: 0.6;
}
.navigation .sns {
  margin-top: 20px;
  padding-left: 7%;
  padding-right: 7%;
}
@media screen and (min-width: 768px), print {
  .navigation .sns {
    margin-top: 30px;
  }
}
.navigation .sns .sns-item {
  width: 47%;
}
.navigation .sns .sns-item .list {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .navigation .sns .sns-item .list {
    width: 50%;
    row-gap: 40px;
  }
}
.navigation .sns .sns-item .list .list-item a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  .navigation .sns .sns-item .list .list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navigation .sns .sns-item .list .list-item a:hover {
    opacity: 0.5;
  }
}
.navigation .logo-mop {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .navigation .logo-mop {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .navigation .logo-mop {
    width: 35%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.nav_open .l-header {
  background-color: #fff;
}
.nav_open .navigation {
  opacity: 1;
  pointer-events: all;
}

.toggle_menu {
  position: fixed;
  color: #fff;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu {
    top: 45px;
    left: auto;
    right: 0;
    width: 50px;
    height: 45px;
  }
}
@media screen and (min-width: 768px), print {
  .toggle_menu {
    top: 60px;
    left: calc(50% + 190px);
    width: 60px;
    height: 60px;
  }
}
.toggle_menu hr {
  position: absolute;
  left: 0;
  right: 0;
  width: 60%;
  background: #f4a002;
  border: none;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu hr {
    height: 2px;
  }
}
@media screen and (min-width: 768px), print {
  .toggle_menu hr {
    height: 3px;
  }
}
.toggle_menu hr:nth-child(1) {
  top: 25%;
}
.toggle_menu hr:nth-child(2) {
  top: 45%;
}
.toggle_menu hr:nth-child(3) {
  top: 65%;
}
.toggle_menu .hamb_txt {
  position: absolute;
  top: 60%;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  height: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.toggle_menu .hamb_txt.close {
  opacity: 0;
}

/* メニューボタン 展開時 body.nav_open
-------------------------------------------------------*/
body.nav_open .toggle_menu hr {
  top: 47%;
}
body.nav_open .toggle_menu hr:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav_open .toggle_menu hr:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.nav_open .toggle_menu hr:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.nav_open .toggle_menu .hamb_txt.open {
  opacity: 0;
}
body.nav_open .toggle_menu .hamb_txt.close {
  opacity: 1;
}

.l-wrapper {
  position: relative;
  display: block;
  background-image: url(../img/bg_pattern--pc.png);
  background-color: #fff;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 270px;
}
@media screen and (max-width: 500px) {
  .l-wrapper {
    background-image: none;
  }
}
@media screen and (max-width: 375px) {
  .l-wrapper {
    overflow: hidden;
  }
}

.l-main {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    overflow: hidden;
  }
}

/*=======================================================================

フッター

========================================================================*/
.l-footer {
  z-index: 2;
  position: relative;
  margin-inline: auto;
}
.l-footer .l-footer__inner {
  position: relative;
  background-color: #f5e6b7;
  padding: 15px;
}
.l-footer a {
  display: inline-block;
}
.l-footer .logo_mf {
  width: 140px;
  margin-inline: auto;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px), print {
  .l-footer .logo_mf {
    width: 200px;
    padding-top: 10px;
    margin-bottom: 15px;
  }
}
.l-footer .logo_mf a {
  display: block;
}
.l-footer .logo_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
}
.l-footer .logo_list .logo_list-item {
  background-color: #fff;
  height: 48px;
}
@media screen and (min-width: 768px), print {
  .l-footer .logo_list .logo_list-item {
    height: 70px;
  }
}
.l-footer .logo_list .logo_list-item img {
  width: 142px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px), print {
  .l-footer .logo_list .logo_list-item img {
    width: 220px;
    height: 45px;
  }
}
.l-footer .logo_list .logo_list-item a {
  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;
  height: 100%;
}
.l-footer .l-footer-menu {
  width: 100%;
  color: #fff;
  background-color: #333333;
}
.l-footer .l-footer-menu .l-footer-menu-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .l-footer-menu .l-footer-menu-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-footer .l-footer-menu .logo {
  max-width: 300px;
}
.l-footer .l-footer-menu .l-footer-nav {
  width: calc(100% - 340px);
  max-width: 860px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-nav {
    width: 100%;
  }
}
.l-footer .l-footer-menu .l-footer-nav .list {
  width: 62.7906976744%;
  max-width: 540px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-nav .list {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-nav .list .list-item {
    width: 50%;
    margin-top: 10px;
  }
}
.l-footer .l-footer-menu .l-footer-nav .list .list-item a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .l-footer-menu .l-footer-nav .list .list-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-nav .list .list-item a {
    font-size: 1.6rem;
  }
}
.l-footer .l-footer-menu .l-footer-nav .c-button__more {
  width: 34.8837209302%;
  max-width: 260px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-menu .l-footer-nav .c-button__more {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.link_list__wrap {
  background: #fff;
  padding: 15px 0 7px;
}
@media screen and (min-width: 768px), print {
  .link_list__wrap {
    padding: 20px 0 10px;
  }
}
.link_list__wrap .link_list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -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 (min-width: 768px), print {
  .link_list__wrap .link_list {
    width: 90%;
  }
}
.link_list__wrap .link_list-item {
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding: 0 10px;
}
@media screen and (min-width: 768px), print {
  .link_list__wrap .link_list-item {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .link_list__wrap .link_list-item.--sp {
    border-right: 1px solid #aaaaaa;
  }
}
@media screen and (min-width: 768px), print {
  .link_list__wrap .link_list-item.--pc {
    border-right: 1px solid #aaaaaa;
  }
}

.copyright {
  background-color: #f5e6b7;
  text-align: center;
  padding-bottom: 20px;
}
.copyright .copyright-management {
  width: 80%;
  margin-inline: auto;
  padding-top: 22px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .copyright .copyright-management {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.copyright .copyright-txt {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .copyright .copyright-txt {
    font-size: 1.1rem;
  }
}

/*=======================================================================

サイドバー

========================================================================*/
/*=======================================================================

 fixed btn

========================================================================*/
.l-fixed-btn {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 100;
  width: 60px;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn {
    top: auto;
    bottom: 0;
    width: 100%;
    display: none;
  }
}
.l-fixed-btn .list .list-item + .list-item {
  border-top: 1px solid #1a1a1a;
}
.l-fixed-btn .list .list-item + .list-item a {
  border-top: 1px solid #808080;
}
.l-fixed-btn .list .list-item.--tel {
  background-color: #edf8fd;
}
.l-fixed-btn .list .list-item.--line {
  background-color: #66c5f1;
}
.l-fixed-btn .list .list-item a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn .list .list-item a {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
  }
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

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

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

p {
  line-height: 1.75;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner__in,
.inner__lg_in,
.inner__sm_in {
  padding-left: 0px;
  padding-right: 0px;
}

.inner {
  max-width: 1180px;
}

.inner_in {
  max-width: 1100px;
}

.inner__lg {
  max-width: 1480px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1080px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
/* slick-slideに指定 */
/**/
@media screen and (min-width: 1361px), print {
  .pcWidth_none {
    display: none;
  }
}
@media screen and (min-width: 1001px), print {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
@media print {
  body {
    page: print-width;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 0.85; /* なるべく多くのブラウザで切れないようにするため */
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
  /* header
    -------------------------------------------------------*/
  .toggle_menu,
  .ac-label,
  .gNav__dropdown {
    display: none;
  }
  .gNav {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .gNav::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li {
    position: relative;
    width: 16.6666666667%;
  }
  .gNav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li a {
    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;
    text-align: center;
    position: relative;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gNav > li a.active {
    pointer-events: none;
  }
  .gNav > li a:hover, .gNav > li a.active {
    opacity: 0.4;
  }
  /* footer
    -------------------------------------------------------*/
}
.slick-slider {
  -ms-touch-action: auto;
      touch-action: auto;
}

.ef-zoomLink {
  background-color: #fff;
}
.ef-zoomLink a {
  display: block;
  overflow: hidden;
}
.ef-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .ef-zoomLink a > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .ef-zoomLink a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.js-scroll {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767.98px) {
  .js-scroll {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
  }
}

/* フェード
-------------------------------------------------------*/
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.js-scroll {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.js-fadeUp.js-scroll {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.js-fadeDown.js-scroll {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.js-fadeLeft.js-scroll {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.js-fadeRight.js-scroll {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.js-fadeZoomIn {
  opacity: 0;
}

.js-fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.js-fadeScale {
  opacity: 0;
  scale: 0.9;
}

.js-fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.js-fadeBlur {
  opacity: 0;
}

.js-fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*=======================================================================

 共通

========================================================================*/
.mask-header {
  position: relative;
}
.mask-header::before {
  content: "";
  position: absolute;
  bottom: 99.9%;
  left: 0;
  width: 100%;
  height: 150px;
  height: 15vw;
  background: inherit;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 501px) {
  .mask-header::before {
    height: 57px;
  }
}
.mask-header::before {
  -webkit-mask-image: url("../img/section-mask.svg");
          mask-image: url("../img/section-mask.svg");
}

.mask-header__padding-bottom {
  padding-bottom: 90px;
}
.mask-header__padding-bottom.--sm {
  padding-bottom: 70px;
}
.mask-header__padding-bottom.--lg {
  padding-bottom: 120px;
}

.link {
  position: relative;
  display: block;
}
@media screen and (min-width: 1001px), print {
  .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1001px), print {
  .link.--zoom:hover {
    z-index: 5;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@media screen and (min-width: 1001px), print {
  .link.--opacity:hover {
    opacity: 0.4;
  }
}

p.txt {
  line-height: 1.6666666667;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  p.txt {
    font-size: 1.55rem;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  p.txt {
    font-size: 1.45rem;
  }
}

.title-eng {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn__wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .btn__wrap {
    margin-top: 27px;
    margin-bottom: 30px;
  }
}

.mask-top {
  position: relative;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  padding-top: 50px;
  padding-bottom: 220px;
  margin-top: -220px;
}
@media screen and (min-width: 768px), print {
  .mask-top {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}

.list {
  display: grid;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  row-gap: 15px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 768px), print {
  .list {
    row-gap: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .list {
    width: 93%;
  }
}
.list.--list1 {
  display: block;
}
.list.--list1 .list-item {
  width: 46%;
  margin: auto;
}
.list.--list2 {
  grid-template-columns: repeat(2, 1fr);
}
.list.--list3 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.list .list-item.--col1 {
  grid-column: 1/3;
}

.accordion-label__txt {
  font-size: clamp(15px, 1.9vw, 19px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 13px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 1px 40px;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1001px), print {
  .accordion-label__txt {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .accordion-label__txt:hover {
    color: #fff;
    border-top: 1px solid #ea6076;
    border-bottom: 1px solid #ea6076;
    color: #ea6076;
  }
}
.accordion-label__txt .close {
  display: none;
}

.accordion-label__txt:has(+ .open) .more {
  display: none;
}

.accordion-label__txt:has(+ .open) .close {
  display: block;
}

.accordion-label {
  width: 50px;
  height: 50px;
  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;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  cursor: pointer;
  -webkit-animation-name: flashing;
          animation-name: flashing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 1001px), print {
  .accordion-label {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .accordion-label:hover {
    -webkit-animation-name: none;
            animation-name: none;
    background-color: rgb(255, 255, 255);
    -webkit-transform: scale(1.25) translateY(3px);
            transform: scale(1.25) translateY(3px);
  }
  .accordion-label.open {
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.accordion-label img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-label.open {
  -webkit-animation-name: none;
          animation-name: none;
}
.accordion-label.open img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-contents {
  display: none;
}

@-webkit-keyframes flashing {
  0% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    background-color: rgb(255, 255, 255);
    -webkit-transform: scale(1.25) translateY(3px);
            transform: scale(1.25) translateY(3px);
  }
  60% {
    background-color: rgb(255, 255, 255);
    -webkit-transform: scale(1.25) translateY(3px);
            transform: scale(1.25) translateY(3px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes flashing {
  0% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    background-color: rgb(255, 255, 255);
    -webkit-transform: scale(1.25) translateY(3px);
            transform: scale(1.25) translateY(3px);
  }
  60% {
    background-color: rgb(255, 255, 255);
    -webkit-transform: scale(1.25) translateY(3px);
            transform: scale(1.25) translateY(3px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tab-contents .content {
  display: none; /* 初期状態で非表示 */
}

.tab-contents .content.show {
  display: block; /* アクティブなコンテンツを表示 */
}

.tab-container .tab-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-container .tab-btns:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.tab-container .tab-btns .btn {
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .tab-container .tab-btns .btn {
    width: auto;
    height: 45px;
  }
}
@media screen and (min-width: 768px), print {
  .tab-container .tab-btns .btn {
    width: auto;
    height: 58px;
  }
}
.tab-container .tab-btns .btn img {
  line-height: 1;
  vertical-align: bottom;
  width: auto;
  height: 100%;
}
#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 5;
  cursor: pointer;
  background-color: #eb6700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px), print {
  #pagetop {
    background-color: #fff;
    border: none;
    right: 20px;
    bottom: 30px;
  }
}
#pagetop::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 7px;
  border-top: 12px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 7px solid transparent;
  position: absolute;
  top: -14px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  #pagetop::before {
    border-bottom: 12px solid #eb6700;
  }
}

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

@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .l-header,
  .toggle_menu,
  .navigation {
    right: 15%;
  }
  .l-main,
  .l-footer {
    margin-right: 15%;
  }
  .side_navi .pc-left {
    width: calc(85% - 500px) !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .l-header,
  .toggle_menu,
  .navigation {
    right: 10%;
  }
  .l-main,
  .l-footer {
    margin-right: 10%;
  }
  .side_navi .pc-left {
    width: calc(90% - 500px) !important;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .l-header,
  .toggle_menu,
  .navigation {
    right: 4%;
  }
  .l-main,
  .l-footer {
    margin-right: 4%;
  }
  .side_navi .pc-left {
    width: calc(96% - 500px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header,
  .toggle_menu,
  .navigation {
    right: 0%;
  }
  .l-main,
  .l-footer {
    margin-right: 0%;
  }
  .side_navi .pc-left {
    width: calc(100% - 500px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header,
  .toggle_menu,
  .navigation {
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .l-main,
  .l-footer {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header,
  .toggle_menu,
  .navigation {
    right: 0%;
  }
  .toggle_menu {
    left: calc(50% + 200px);
    right: auto;
  }
  .l-main,
  .l-footer {
    margin-inline: auto;
  }
  .side_navi .pc-left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .toggle_menu {
    left: auto;
    right: 0;
  }
}
.side_navi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .side_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.side_navi .pc-left,
.side_navi .pc-right {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .side_navi .pc-left,
  .side_navi .pc-right {
    width: calc((100% - 500px) / 2);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pc-left .pc-left__inner {
  width: 470px;
  padding-left: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 1101px) {
  .pc-left .pc-left__inner {
    width: min(450px, 100%);
    max-width: 450px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-left .pc-left__inner {
    width: min(450px, 100%);
    padding-left: 0px;
  }
}
.pc-left .pc-left__nav {
  position: relative;
}
.pc-left .pc-left__nav .nav1 {
  position: relative;
  width: 50%;
  max-width: 225px;
}
.pc-left .pc-left__nav .nav1 .nav1__coming {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  width: 35.5555555556%;
}
.pc-left .pc-left__nav .nav1 a {
  display: block;
}
.pc-left .pc-left__nav .nav1.nav1_01 {
  margin-left: auto;
}
.pc-left .pc-left__nav .nav1.nav1_01 .nav1__coming {
  left: 11px;
  top: -13px;
}
.pc-left .pc-left__nav .nav1.nav1_02 {
  margin-right: auto;
  margin-top: -165px;
}
.pc-left .pc-left__nav .nav1.nav1_02 .nav1__coming {
  right: 9px;
  top: -10px;
}
.pc-left .pc-left__nav .nav1.nav1_03 {
  margin-left: auto;
  margin-top: -15px;
}
.pc-left .pc-left__nav .nav1.nav1_03 .nav1__coming {
  left: 11px;
  top: -13px;
}
.pc-left .pc-left__nav .nav1.nav1_04 {
  margin-right: auto;
  margin-top: -160px;
}
.pc-left .pc-left__nav .nav1.nav1_04 .nav1__coming {
  right: 9px;
  top: -12px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pc-left .pc-left__nav .nav1.nav1_02 {
    margin-top: -42%;
  }
  .pc-left .pc-left__nav .nav1.nav1_03 {
    margin-top: -3%;
  }
  .pc-left .pc-left__nav .nav1.nav1_04 {
    margin-top: -42%;
  }
}
.pc-left .pc-left__nav .nav1:has(.nav1__coming) {
  pointer-events: none;
}
@media screen and (max-height: 900px) {
  .pc-left .pc-left__nav .nav1.nav1_02 {
    margin-top: -185px;
  }
  .pc-left .pc-left__nav .nav1.nav1_03 {
    margin-top: -30px;
  }
  .pc-left .pc-left__nav .nav1.nav1_04 {
    margin-top: -180px;
  }
}
.pc-left .nav1_illust {
  pointer-events: none;
  position: relative;
  width: min(420px, 100%);
  margin-inline: auto;
  margin-top: -45px;
}
@media screen and (max-height: 900px) {
  .pc-left .nav1_illust {
    margin-top: -75px;
  }
}

.pc-right .pc-right__inner {
  width: 290px;
  margin-inline: auto;
  text-align: center;
}
.pc-right .c-heading {
  position: relative;
  top: -35px;
  margin-bottom: -35px;
}
.pc-right .c-heading__title {
  position: relative;
  margin-bottom: -7px;
}
.pc-right .pc-right__fair {
  position: relative;
  background-color: #fff;
  padding-inline: 10px;
}
.pc-right .pc-right__fair.mask-header::before {
  -webkit-mask-size: 290px;
          mask-size: 290px;
  height: 43px;
}
.pc-right .pc-right__sns .ttl {
  position: relative;
  width: 100px;
  margin-bottom: -15px;
  margin-inline: auto;
}
.pc-right .pc-right__sns .list {
  width: 100% !important;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pc-right .nav2_illust {
  pointer-events: none;
  position: relative;
  width: min(430px, 100%);
  margin-inline: auto;
}

.bread-position {
  position: absolute;
  pointer-events: none;
}

.mv-bread01 {
  width: 36%;
  left: -8%;
  top: 0.7%;
}
.mv-bread02 {
  width: 36%;
  right: -6.6%;
  top: -1%;
}
.mv-bread03 {
  width: 36%;
  left: -15%;
  top: 41%;
}
.mv-bread04 {
  width: 36%;
  right: -8.5%;
  top: 42%;
}
.info-bread01 {
  width: 28%;
  left: -9%;
  top: -1%;
}

.info-bread02 {
  width: 28%;
  right: -9%;
  top: -1%;
}

.bakeries-bread01 {
  width: 30%;
  left: -12%;
  top: -50px;
}

.bakeries-bread02 {
  width: 30%;
  right: -12%;
  top: -50px;
}

.event01-bread01 {
  width: 38%;
  left: -15%;
  top: -42px;
}

.event02-bread01 {
  width: 38%;
  left: -12%;
  top: -9.5%;
}

.event02-bread02 {
  width: 38%;
  right: -14%;
  top: -10%;
}

.sns-bread01 {
  width: 29%;
  left: -9%;
  top: -11.5%;
}

.access-img {
  width: 25.4%;
  position: absolute;
  left: 2%;
  top: 6%;
}

.access-bread01 {
  width: 31%;
  right: -3.5%;
  top: -13%;
}

.contents {
  background-color: #fff;
}
@media screen and (min-width: 501px) {
  .contents {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .contents {
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.contents .contents__inner {
  position: relative;
  width: 100%;
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#mv {
  z-index: 0;
  position: relative;
  padding-inline: 0;
  margin-top: 0;
}
#mv .mv-title {
  z-index: 2;
  position: relative;
}
#mv .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#news {
  position: relative;
}
#news.mask-top {
  padding-top: 45px;
  padding-bottom: 265px;
}
@media screen and (max-width: 767.98px) {
  #news .txt {
    margin-left: 7px;
    margin-right: 7px;
  }
}
#news hr {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}
#news .mapBtn .mapBtn-item {
  width: 31.1904761905%;
}
#news .mapBtn .mapBtn-item a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  #news .mapBtn .mapBtn-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #news .mapBtn .mapBtn-item a:hover {
    opacity: 0.5;
  }
}

#info.mask-top {
  padding-bottom: 270px;
}
#collabo.mask-top {
  padding-top: 55px;
  padding-bottom: 265px;
}
#collabo .collabo-mark {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -87px;
  width: 96%;
}
#collabo .c-heading {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
#collabo .list {
  margin-top: 15px;
}
#bakeries .tab-container {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
#bakeries .date,
#bakeries .content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  #bakeries .date,
  #bakeries .content {
    width: 80%;
  }
}
@media screen and (min-width: 768px), print {
  #bakeries .date,
  #bakeries .content {
    width: 85%;
  }
}
#bakeries .capt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

#event01.mask-top {
  padding-bottom: 270px;
}
#event01 .c-heading .c-heading__capt {
  position: absolute;
  right: -3.35%;
  top: -3%;
  width: 20%;
}

#event02 {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5e7d1), to(#fbf5ec));
  background: linear-gradient(to top, #f5e7d1, #fbf5ec);
}
#event02 .c-heading {
  position: relative;
  top: -55px;
  margin-inline: -20px;
  margin-bottom: -70px;
}
#event02 .event02_bg {
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
}
#fair.mask-top {
  padding-top: 10px;
  padding-bottom: 270px;
}
@media screen and (min-width: 768px), print {
  #fair.mask-top {
    padding-top: 10px;
  }
}
#fair .c-heading {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
#fair .list {
  width: 100%;
}
#fair .list.--list3 {
  position: relative;
  margin-top: -5px;
}
#fair .list .txt {
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  margin-block: 0.6em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #fair .list .txt {
    font-size: min(1.1507936508vw, 1.45rem);
  }
}
@media screen and (max-width: 767.98px) {
  #fair .list .txt {
    font-size: 3.3333333333vw;
  }
}

#sns.mask-top {
  padding-bottom: 265px;
}

#access {
  padding-bottom: 0px;
}

.l-header {
  z-index: 30;
}

.navigation {
  z-index: 20;
}

.toggle_menu {
  z-index: 9999;
}

/* コンテンツ
-------------------------------------------------------*/
.bread-position {
  z-index: 10;
}

/* それぞれ違うアニメーションを付与 */
.ani-fuwafuwa1 {
  -webkit-animation: scale1 6s ease-in-out infinite, move1 8s ease-in-out infinite;
          animation: scale1 6s ease-in-out infinite, move1 8s ease-in-out infinite;
}

.ani-fuwafuwa2 {
  -webkit-animation: scale2 7s ease-in-out infinite, move2 9s ease-in-out infinite;
          animation: scale2 7s ease-in-out infinite, move2 9s ease-in-out infinite;
}

.ani-fuwafuwa3 {
  -webkit-animation: scale3 5s ease-in-out infinite, move3 7s ease-in-out infinite;
          animation: scale3 5s ease-in-out infinite, move3 7s ease-in-out infinite;
}

.ani-fuwafuwa4 {
  -webkit-animation: scale4 8s ease-in-out infinite, move4 10s ease-in-out infinite;
          animation: scale4 8s ease-in-out infinite, move4 10s ease-in-out infinite;
}

/* ==== scale（拡大縮小） ==== */
@-webkit-keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scale2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes scale3 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scale3 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes scale4 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scale4 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* ==== move（上下・左右ゆらぎ） ==== */
@-webkit-keyframes move1 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(6%, -10px);
            transform: translate(6%, -10px);
  }
}
@keyframes move1 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(6%, -10px);
            transform: translate(6%, -10px);
  }
}
@-webkit-keyframes move2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-5px, 6px);
            transform: translate(-5px, 6px);
  }
  75% {
    -webkit-transform: translate(5px, -4px);
            transform: translate(5px, -4px);
  }
}
@keyframes move2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-5px, 6px);
            transform: translate(-5px, 6px);
  }
  75% {
    -webkit-transform: translate(5px, -4px);
            transform: translate(5px, -4px);
  }
}
@-webkit-keyframes move3 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
}
@keyframes move3 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
}
@-webkit-keyframes move4 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(4px, 7px);
            transform: translate(4px, 7px);
  }
  70% {
    -webkit-transform: translate(-5px, -4px);
            transform: translate(-5px, -4px);
  }
}
@keyframes move4 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(4px, 7px);
            transform: translate(4px, 7px);
  }
  70% {
    -webkit-transform: translate(-5px, -4px);
            transform: translate(-5px, -4px);
  }
}/*# sourceMappingURL=style.css.map */



