@charset "UTF-8";
/*----------------------------------------
リニューアル分
----------------------------------------*/
/*--------------------------------------*/
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/*--------------------------------------*/
/*--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*--------------------------------------*/
/* slick
=========================================== */
.slider {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
  height: auto !important;
}

.slick-slide a {
  width: 90%;
  height: auto;
  margin-left: 8%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.slick-next {
  right: -35px !important;
  z-index: 50;
}

.slick-prev {
  left: -35px !important;
  z-index: 50;
}

.slick-arrow {
  z-index: 2 !important;
}

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

.slick-arrow:before {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #212121;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.slick-next:after {
  left: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:after {
  left: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots li button:before {
  font-size: 13px;
}

.slick-dots li.slick-active button:before {
  color: #0090c7;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-slide a img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }
  .slick-slide a {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .slick-next {
    right: 30px !important;
  }
  .slick-prev {
    left: 7px !important;
  }
}
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slider01 .slick-slide a {
  width: 96%;
  margin-left: 0;
  margin-right: 0;
}

.mt6 {
  margin-top: clamp(30px, 5vw, 60px);
}

.mb6 {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.mb10 {
  margin-bottom: clamp(80px, 5vw, 100px);
}

.mt10 {
  margin-top: clamp(80px, 5vw, 100px);
}

.pt10 {
  padding-top: clamp(80px, 5vw, 100px);
}

/*--------------------------------------*/
.font-pink {
  color: #FD92AF;
}

/*--------------------------------------*/
.slider {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
  height: auto !important;
}

.slick-slide a {
  width: 90%;
  height: auto;
  margin-left: 8%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.slick-next {
  right: -35px !important;
  z-index: 50;
}

.slick-prev {
  left: -35px !important;
  z-index: 50;
}

.slick-arrow {
  z-index: 2 !important;
}

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

.slick-arrow:before {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #008ec8;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.slick-next:after {
  left: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #008ec8;
  border-right: 2px solid #008ec8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:after {
  left: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #008ec8;
  border-left: 2px solid #008ec8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots li button:before {
  font-size: 13px;
}

.slick-dots li.slick-active button:before {
  color: #0090c7;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-slide a img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }
  .slick-slide a {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .slick-next {
    right: 30px !important;
  }
  .slick-prev {
    left: 7px !important;
  }
}
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.movie_slide a {
  display: block;
  aspect-ratio: 16/9;
  /* 比率固定 */
  overflow: hidden;
}
.movie_slide a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------
共通
----------------------------------------*/
* {
  color: #333;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
* p {
  font-size: clamp(1.4rem, 1.0980966325vw, 1.6rem);
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 160px;
  /* ← ヘッダーの高さに合わせて調整 */
}

.max_wid1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body p,
body span {
  font-family: "Noto Sans JP", sans-serif;
}
body img {
  width: 100%;
}
body main h2 {
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-size: clamp(2rem, 1.756954612vw, 3.2rem);
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .pc-only,
  .pc {
    display: none;
  }
}
.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkBox {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.linkBox:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c_btn_wrapper .c_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 50px;
  border: 1px solid #7DC1DA;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_wrapper .c_btn span {
  position: relative;
  color: #7DC1DA;
}
.c_btn_wrapper .c_btn:hover span {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c_btn_wrapper .c_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #008EC6;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c_btn_wrapper .c_btn:hover {
  color: #fff;
}
.c_btn_wrapper .c_btn:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
/*---------------- 【top】ページ ------------------*/
#public_news_list {
  margin: 0;
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg_001,
.bg_002 {
  width: 100%;
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/2025renew/bg_001.png");
}
@media (max-width: 1000px) {
  .bg_001,
  .bg_002 {
    display: block;
    height: 40vh;
    background-attachment: scroll;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .bg_001,
  .bg_002 {
    background-attachment: scroll;
    /* 固定しない */
    height: 20vh;
    /* 高さを調整して画面に収める */
  }
}

.bg_002 {
  background-image: url("../images/2025renew/bg_002.png");
}

.cta_btn {
  margin-top: 60px;
  padding: 0 3%;
}
.cta_btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: clamp(1.6rem, 1.317715959vw, 2rem);
}
.cta_btn span::after, .cta_btn span::before {
  width: 1px;
  height: 15px;
  background-color: #F3963A;
  content: "";
}
.cta_btn span::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 20px;
}
.cta_btn span::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 20px;
}
.cta_btn a {
  max-width: 700px;
  background: -webkit-gradient(linear, left top, right top, from(#F3973A), to(#EEC72E));
  background: -webkit-linear-gradient(left, #F3973A 0%, #EEC72E 100%);
  background: linear-gradient(90deg, #F3973A 0%, #EEC72E 100%);
  -webkit-box-shadow: 0px 4px 0px #C2732B;
          box-shadow: 0px 4px 0px #C2732B;
  border-radius: 10px;
  padding: 40px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(1.8rem, 2.6041666667vw, 3rem);
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Noto Sans JP", sans-serif;
}
.cta_btn a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

#top_pfas {
  background: #7DC1DA;
  padding: 30px 1em;
  max-width: initial;
}
#top_pfas .container {
  padding: 30px 1em;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #top_pfas .container {
    padding: 1em;
  }
}
#top_pfas .container .row > * {
  max-width: 738px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #top_pfas .container .row > * {
    margin-bottom: 10px;
  }
}
#top_pfas .container .row > *:last-child {
  margin-bottom: 0;
}

.list {
  max-width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 1em;
  margin: 0 auto;
  /* SP用（例：768px以下） */
}
.list:hover .lineup-item {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list:hover .lineup-item:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .list:hover .lineup-item {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.list .lineup-item {
  width: calc(33.3333333333% - 1rem);
  -webkit-box-shadow: 0px 0px 15px rgba(87, 164, 193, 0.2);
          box-shadow: 0px 0px 15px rgba(87, 164, 193, 0.2);
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list .lineup-item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(87, 164, 193, 0.7);
          box-shadow: 0px 0px 15px rgba(87, 164, 193, 0.7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1023px) {
  .list .lineup-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 700px) {
  .list .lineup-item {
    width: 100%;
  }
}
.list .lineup-item a {
  text-align: center;
}
.list .lineup-item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.list .lineup-item .c_btn_wrapper {
  margin-top: auto;
}
.list .lineup-item .c_btn_wrapper a {
  width: 100%;
}
.list .lineup-item h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 1.317715959vw, 2rem);
}
.list .lineup-item h3 a {
  color: #333;
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-size: clamp(1.7rem, 1.317715959vw, 2rem);
}

#top_price {
  padding-top: clamp(60px, 5vw, 80px);
  padding-bottom: clamp(80px, 5vw, 100px);
  background: url(../images/2025renew/sec_price_bg.jpg) no-repeat center center/cover;
}
#top_price h2 {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #top_price h2 {
    padding-bottom: 60px;
  }
}
#top_price h2::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 560px;
  height: 64px;
  background: url(../images/2025renew/top_price_txt.png) no-repeat center/contain;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #top_price h2::before {
    width: 100%;
  }
}
#top_price .row {
  text-align: center;
  max-width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 4vw, 60px);
  margin: 0 auto;
  padding: 0 1%;
}
@media (max-width: 767px) {
  #top_price .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#top_price .row a.col {
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#top_price .row a.col > span:first-of-type {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 20px;
}
#top_price .row a.col > span:first-of-type::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  height: 100%;
  background: url(../images/2025renew/dot-deco01.svg) no-repeat center/contain;
}
#top_price .row a.col:nth-of-type(2) > span:first-of-type::before {
  background-image: url(../images/2025renew/dot-deco02.svg);
}
#top_price .row a.col:hover .plan {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
#top_price .row a.col .plan {
  padding: 0 0 20px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(205, 203, 198, 0.3));
          filter: drop-shadow(0px 0px 30px rgba(205, 203, 198, 0.3));
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* 常にGPUレイヤーに */
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}
#top_price .row a.col .plan > * + * {
  max-width: 354px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top_price .row a.col .plan > * + * {
    max-width: 430px;
    padding: 0 3%;
  }
}
#top_price .row a.col .plan .container p span:first-of-type {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  background: #7DC1DA;
  color: #fff;
  margin-right: clamp(1rem, 1.1713030747vw, 3rem);
}
@media (max-width: 767px) {
  #top_price .row a.col .plan .container p span:first-of-type {
    padding: 0.5em 1em;
  }
}
#top_price .row a.col .plan .container p .price_num {
  font-family: "Figtree", sans-serif;
  font-size: clamp(3.2rem, 3.2942898975vw, 5.5rem);
}
#top_price .row a.col .plan .container p:nth-child(2) {
  font-weight: bold;
  margin-bottom: 10px;
}
#top_price .row a.col .plan .container p:nth-child(3) {
  text-align: left;
  font-size: clamp(1rem, 0.878477306vw, 1.5rem);
}
#top_price .row a.col .plan .container p:first-of-type {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #top_price .row a.col .plan img {
    width: 80%;
  }
}
#top_price .row a.col .plan h3 {
  padding: 30px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#57A4C1), to(#57A4C1));
  background: -webkit-linear-gradient(left, #57A4C1 0%, #57A4C1 100%);
  background: linear-gradient(90deg, #57A4C1 0%, #57A4C1 100%);
  border-radius: 20px 20px 0 0;
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  letter-spacing: 0.06em;
  font-size: clamp(1.8rem, 1.4641288433vw, 2.4rem);
}
#top_price .row a.col .plan .under_height {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(243, 147, 58, 0.3)));
  background: -webkit-linear-gradient(transparent 70%, rgba(243, 147, 58, 0.3) 70%);
  background: linear-gradient(transparent 70%, rgba(243, 147, 58, 0.3) 70%);
}
#top_price .row a.col:nth-of-type(2) .plan h3 {
  background: -webkit-gradient(linear, left top, right top, from(#FD92AF), to(#EE809E));
  background: -webkit-linear-gradient(left, #FD92AF 0%, #EE809E 100%);
  background: linear-gradient(90deg, #FD92AF 0%, #EE809E 100%);
}
#top_price .row a.col:nth-of-type(2) .container p span:first-of-type {
  background: #FD92AF;
}

#top_kinds .list {
  max-width: 700px;
}
#top_kinds .list .lineup-item {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  #top_kinds .list .lineup-item {
    width: 100%;
  }
}
#top_kinds .list .lineup-item a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top_kinds .list .lineup-item a figure {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #top_kinds .list .lineup-item a figure img {
    width: 70%;
  }
}
#top_kinds .list .lineup-item a h3 {
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
}

#top_reason .wave-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  overflow: hidden;
  /* 背景色（任意） */
}
#top_reason .wave-section .wave-svg {
  max-height: 150px;
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  #top_reason .wave-section .wave-svg {
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  #top_reason .wave-section .wave-svg {
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  #top_reason {
    padding: 20px 0 0 0;
  }
}
#top_reason h2 {
  color: #57A4C1;
}
#top_reason h2 .font45 {
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-size: clamp(2rem, 1.756954612vw, 4.5rem);
  line-height: 2;
  letter-spacing: 0.06em;
  color: #57A4C1;
}
#top_reason .flexBox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top_reason .flexBox .grid_center {
  display: grid;
  width: 25%;
  max-width: 300px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1.25);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1.25);
  transition: transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1.25);
  transition: transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1.25), -webkit-transform 0.4s cubic-bezier(0.25, 1.25, 0.5, 1.25);
}
#top_reason .flexBox .grid_center:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 880px) {
  #top_reason .flexBox .grid_center {
    width: 50%;
  }
}
#top_reason .flexBox .grid_center img {
  justify-self: stretch;
  grid-column-start: 1;
  grid-row-start: 1;
}
#top_reason .flexBox .grid_center p {
  justify-self: center;
  align-self: center;
  grid-column-start: 1;
  grid-row-start: 1;
  text-align: center;
  position: relative;
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-weight: 500;
}
@media (max-width: 430px) {
  #top_reason .flexBox .grid_center p {
    font-size: clamp(14px, 4vw, 16px);
  }
}
#top_reason .flexBox .grid_center p::after {
  content: "";
  position: absolute;
  background: url(../images/2025renew/down.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#top_reason .flexBox .grid_center:nth-child(1) p, #top_reason .flexBox .grid_center:nth-child(3) p {
  margin-top: -30px;
}
#top_reason .flexBox .grid_center:nth-child(2), #top_reason .flexBox .grid_center:nth-child(4) {
  padding-top: 60px;
}
#top_reason .bg_wrapper {
  background: #F3F1EC;
  position: relative;
  background-image: url(../images/2025renew/wave002.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 10%;
  z-index: 0;
  overflow: hidden;
}
#top_reason .bg_wrapper::before {
  content: "";
  position: absolute;
  background: url("../images/2025renew/wave002.svg") no-repeat center/contain;
  width: 25.9150805271vw;
  height: 742px;
  left: -15%;
  z-index: -1;
  top: 35.1390922401vw;
  -webkit-animation: ripple 4s ease-in-out infinite;
          animation: ripple 4s ease-in-out infinite;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0.8;
}
#top_reason .bg_wrapper::after {
  content: "";
  position: absolute;
  background: url("../images/2025renew/wave002.svg") no-repeat center/contain;
  width: 25.9150805271vw;
  height: 742px;
  right: -15%;
  z-index: -1;
  bottom: 21.9619326501vw;
  -webkit-animation: ripple 4s ease-in-out infinite;
          animation: ripple 4s ease-in-out infinite;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  opacity: 0.8;
}
#top_reason .bg_wrapper .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #top_reason .bg_wrapper .container {
    padding-inline: 6%;
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  #top_reason .bg_wrapper .container {
    padding-inline: 0;
  }
}
#top_reason .bg_wrapper .container h2 {
  color: #333;
}
#top_reason .bg_wrapper .container h2 span {
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-size: clamp(2rem, 1.756954612vw, 3.2rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
#top_reason .bg_wrapper .container .flexBox {
  gap: 12.03%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #top_reason .bg_wrapper .container .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
#top_reason .bg_wrapper .container .flexBox:last-child {
  margin-bottom: 0;
}
#top_reason .bg_wrapper .container .flexBox:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top_reason .bg_wrapper .container .flexBox:nth-child(odd) .txt_Box {
  padding-left: 10%;
}
@media (max-width: 1000px) {
  #top_reason .bg_wrapper .container .flexBox:nth-child(odd) .txt_Box {
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  #top_reason .bg_wrapper .container .flexBox:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
#top_reason .bg_wrapper .container .flexBox figure {
  -webkit-flex-basis: 43.4375%;
      -ms-flex-preferred-size: 43.4375%;
          flex-basis: 43.4375%;
}
#top_reason .bg_wrapper .container .flexBox .txt_Box {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
}
@media (max-width: 767px) {
  #top_reason .bg_wrapper .container .flexBox .txt_Box {
    padding-inline: 5%;
  }
}
#top_reason .bg_wrapper .container .flexBox .txt_Box h3 {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  font-size: clamp(2rem, 1.756954612vw, 2.8rem);
  font-family: Zen Maru Gothic, Noto Sans JP, sans-serif;
  font-weight: 400;
  margin-bottom: clamp(20px, 3vw, 30px);
}
#top_reason .bg_wrapper .container .flexBox .txt_Box p {
  line-height: 2;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
}

svg {
  display: block;
}

#review figure {
  max-width: 475px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#review .review_list {
  display: grid;
  gap: 17px;
}
#review .review_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#review .review_list li p {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  text-align: center;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.6rem);
}
@media (max-width: 767px) {
  #review .review_list li p {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
#review .review_list li div {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #D4EDF8;
  text-align: left;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}
#review .review_list li div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #D4EDF8 transparent transparent;
  translate: -100% -50%;
}

#faq {
  max-width: 1000px;
  margin: 0 auto;
}
#faq .p-faq__headinner {
  display: block;
  padding-left: 55px;
  position: relative;
  line-height: 1.5;
}
#faq .p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #7DC1DA;
  font-size: 3rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#faq .p-faq__headinner p.p-faq__q-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #faq .p-faq__headinner {
    padding-left: 25px;
  }
  #faq .p-faq__headinner::before {
    font-size: 18px;
  }
  #faq .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
#faq .p-faq__bodyinner {
  display: block;
  padding-left: 55px;
  position: relative;
  line-height: 1.5;
}
#faq .p-faq__bodyinner::before {
  position: absolute;
  left: 4px;
  content: "A";
  color: #FD92AF;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 1;
}
#faq .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}
@media (max-width: 767px) {
  #faq .p-faq__bodyinner {
    padding-left: 25px;
  }
  #faq .p-faq__bodyinner::before {
    font-size: 18px;
  }
  #faq .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
#faq .c_btn_wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #faq .c_btn_wrapper {
    margin-top: 30px;
  }
}

.wrapper_blog {
  background: #F3F1EC;
  padding-top: clamp(30px, 5vw, 60px);
  padding-bottom: clamp(30px, 5vw, 60px);
}

#blog {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #blog {
    padding-bottom: 60px;
  }
}
#blog .pick {
  position: relative;
  font-size: clamp(1.6rem, 1.4641288433vw, 2.4rem);
  display: block;
  padding: 0 84px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  #blog .pick {
    padding: 0 40px;
  }
}
#blog .pick::after, #blog .pick::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #7DC1DA;
}
@media (max-width: 767px) {
  #blog .pick::after, #blog .pick::before {
    width: 10px;
  }
}
#blog .pick::before {
  left: 0;
}
#blog .pick::after {
  right: 0;
}
#blog .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #blog .list {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #blog .list {
    gap: 30px;
  }
}
#blog .list.slick-initialized {
  display: block;
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  gap: 0;
}
#blog .list .clearfix {
  width: calc(33.3333333333% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 0 15px rgba(5, 5, 5, 0.1);
          box-shadow: 0 0 15px rgba(5, 5, 5, 0.1);
  border-radius: 20px;
}
#blog .list .clearfix:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1023px) {
  #blog .list .clearfix {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  #blog .list .clearfix {
    width: 100%;
  }
}
.slick-initialized #blog .list .clearfix {
  width: auto;
  margin: 0 10px;
}
#blog .list .clearfix::before, #blog .list .clearfix::after {
  content: none;
}
#blog .list .clearfix figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#blog .list .clearfix figure img {
  width: 100%;
  height: auto;
  display: block;
}
#blog .list .clearfix .blockIn {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
}
#blog .list .clearfix .blockIn .date {
  margin-bottom: 16px;
}
#blog .list .clearfix .blockIn h3 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 1.317715959vw, 2rem);
  font-weight: normal;
}
#blog .list .clearfix .blockIn h3 a {
  font-family: "Noto Sans JP", sans-serif;
}
#blog .list .clearfix .blockIn p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .c_btn_wrapper {
  margin-top: 70px;
}
@media (max-width: 767px) {
  #blog .c_btn_wrapper {
    margin-top: 30px;
  }
}
#blog .c_btn_wrapper .c_btn {
  background: #fff;
}

.clearfix:before,
.clearfix:after {
  content: none;
}

#factory {
  max-width: 768px;
  margin: auto;
}
#factory .list {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  #factory .list {
    padding: 0;
  }
}
#factory .list p {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
#factory .list a {
  pointer-events: none;
  text-decoration: none;
  color: #1e2f46;
}
@media (max-width: 767px) {
  #factory .list a {
    pointer-events: all;
  }
}
#factory .dot {
  position: relative;
  padding-left: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
#factory .dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7DC1DA;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#factory .gmap {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #factory .map {
    margin-top: 0.5em;
  }
}
#factory .delivery {
  word-wrap: break-word;
  border: 2px #e5e5e5 solid;
  padding: 3%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.6rem);
}
#factory .delivery h4 {
  background: url(../images/2025renew/delivery.svg) no-repeat 0 0;
  background-size: 27px auto;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 35px;
  font-size: clamp(1.6rem, 1.2445095168vw, 1.8rem);
  margin-bottom: 10px;
  background-position: left center;
}
#factory .delivery p {
  font-size: 1.5rem;
}

#factory .delivery #factory .delivery p {
  font-size: 1.2rem;
}

#cta {
  background: #F3F1EC;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  #cta {
    padding: 30px 3%;
  }
}
#cta .container {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(20px, 5%, 75px);
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1040px) {
  #cta .container {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  #cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #cta .container {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  #cta .container .cta_btn {
    margin: 0;
  }
}
#cta .container .cta_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  border-radius: 50px;
  padding: 24px 60px;
}
@media (max-width: 767px) {
  #cta .container .cta_btn a {
    border-radius: 10px;
  }
}
#cta .container .tel {
  padding-left: clamp(20px, 5%, 75px);
  border-left: 2px solid #e5e5e5;
}
@media (max-width: 1040px) {
  #cta .container .tel {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  #cta .container .tel {
    border-left: none;
    padding: 0 1%;
  }
}
#cta .container .tel > p:first-child {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #cta .container .tel > p:first-child {
    margin-bottom: 16px;
  }
}
#cta .container .tel .flexBox {
  display: grid;
  grid-template-columns: repeat(1, 240px);
  grid-template-rows: repeat(1, 1fr);
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#cta .container .tel .flexBox:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #cta .container .tel .flexBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#cta .container .tel .flexBox > a {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.317715959vw, 2.4rem);
  position: relative;
  padding-left: 45px;
  font-family: "Figtree", sans-serif;
  color: #333;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#cta .container .tel .flexBox > a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  #cta .container .tel .flexBox > a {
    padding-left: 25px;
  }
}
#cta .container .tel .flexBox > a:first-child {
  grid-area: 1/1/2/2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#cta .container .tel .flexBox > a:first-child::before {
  content: "";
  background: url(../images/2025renew/free-dial.svg) no-repeat center/contain;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  #cta .container .tel .flexBox > a:first-child::before {
    width: 25px;
    height: 25px;
  }
}
#cta .container .tel .flexBox > a:last-child {
  grid-area: 1/2/2/3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  color: #F3963A;
}
@media (max-width: 767px) {
  #cta .container .tel .flexBox > a:last-child {
    padding-left: 25px;
  }
}
#cta .container .tel .flexBox > a:last-child::before {
  content: "";
  background: url(../images/2025renew/smartphone.svg) no-repeat center/contain;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  #cta .container .tel .flexBox > a:last-child::before {
    width: 25px;
    height: 25px;
  }
}

#sns {
  padding: 60px 0;
}
#sns .flexBox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  max-width: 426px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #sns .flexBox {
    gap: 5%;
  }
}
#sns .flexBox img {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sns .flexBox img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  #sns .flexBox img {
    width: 35px;
    height: 35px;
  }
}

footer {
  margin-top: 0;
}

/*----------------------------------------
//アコーディオン
----------------------------------------*/
.accordion_area .accordion_one {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(142, 142, 142, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(142, 142, 142, 0.1));
  margin-bottom: 1rem;
}
.accordion_area .accordion_one:last-child {
  margin-bottom: 0;
}
.accordion_area .accordion_one .ac_header {
  background-color: #fff;
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #7DC1DA;
  width: 12px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header .i_box:before {
    right: -11px;
  }
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #7DC1DA;
  width: 0;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header .i_box:after {
    right: -6px;
  }
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F3F1EC;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 1rem;
    border-radius: 5px 5px 0 0;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem;
  }
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
  border: none !important;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
  background: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  top: calc(50% + 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60px;
}

@media (max-width: 767px) {
  .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
    height: 7px !important;
    width: 7px !important;
  }
  .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
    bottom: 0px !important;
  }
  .metaslider.ms-theme-blend .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
    display: none;
  }
  .metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav a {
    bottom: 5px;
  }
  .metaslider.ms-theme-blend .flexslider ul.flex-direction-nav li a::before {
    -webkit-mask-size: 20px auto;
            mask-size: 20px auto;
  }
  .metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav a.flex-next {
    left: 66px !important;
  }
  .metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav a.flex-prev {
    left: 20px !important;
  }
  .metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav a {
    bottom: 10px !important;
  }
}
/*----------------------------------------
//アニメーション関連
----------------------------------------*/
.fuwa {
  -webkit-animation: fuwaFloat 10s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: fuwaFloat 10s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.fuwa:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fuwa:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fuwa:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fuwa:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fuwaFloat {
  0% {
    -webkit-transform: translate(0, -3px) rotate(-2deg);
            transform: translate(0, -3px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(5px, -6px) rotate(0deg);
            transform: translate(5px, -6px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(3deg);
            transform: translate(0, -10px) rotate(3deg);
  }
  80% {
    -webkit-transform: translate(-5px, -6px) rotate(0deg);
            transform: translate(-5px, -6px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -3px) rotate(-2deg);
            transform: translate(0, -3px) rotate(-2deg);
  }
}

@keyframes fuwaFloat {
  0% {
    -webkit-transform: translate(0, -3px) rotate(-2deg);
            transform: translate(0, -3px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(5px, -6px) rotate(0deg);
            transform: translate(5px, -6px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(3deg);
            transform: translate(0, -10px) rotate(3deg);
  }
  80% {
    -webkit-transform: translate(-5px, -6px) rotate(0deg);
            transform: translate(-5px, -6px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -3px) rotate(-2deg);
            transform: translate(0, -3px) rotate(-2deg);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(0%, -50%) scale(0.2);
            transform: translate(0%, -50%) scale(0.2);
    opacity: 0.1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0%, -50%) scale(1.2);
            transform: translate(0%, -50%) scale(1.2);
    opacity: 0.1;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: translate(0%, -50%) scale(0.2);
            transform: translate(0%, -50%) scale(0.2);
    opacity: 0.1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0%, -50%) scale(1.2);
            transform: translate(0%, -50%) scale(1.2);
    opacity: 0.1;
  }
}
.list.active {
  margin-bottom: 40px;
}

.flexBox[id] {
  padding-top: 100px;
  margin-top: -100px;
}/*# sourceMappingURL=demo.css.map */