@charset "UTF-8";
.toppage {
  height: auto;
}
.toppage img {
  vertical-align: bottom;
}
.toppage .inner {
  max-width: 1696px;
  padding-inline: 16px;
  margin-inline: auto;
}
.toppage .forcms_block:has(> #top_important_info) {
  /* 重要なお知らせ非表示 */
  display: none;
}
.toppage .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F1F5F2;
}
.toppage .hero-links {
  /* リンク */
  width: 100px;
  text-align: center;
}
.toppage .hero-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  height: 100%;
  background: #006230;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
}
.toppage .hero-links a:hover {
  background: #0A4827;
  opacity: 1;
}
.toppage .hero-links-sub {
  display: block;
}
.toppage .hero-links-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 700;
  margin-block: auto;
  letter-spacing: 0.4em;
}
.toppage .hero-links-icon {
  position: relative;
  background: #FFF;
  width: 68px;
  height: 28px;
  border-radius: 20px;
  margin-inline: auto;
}
.toppage .hero-links-icon::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #11723D;
  border-right: 1px solid #11723D;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.toppage .hero-main {
  width: calc(100% - 100px);
  padding-bottom: 35px;
}
.toppage .hero-info {
  /* お知らせ */
  max-width: 850px;
  margin-inline: auto;
  position: relative;
  height: 70px;
  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 20px;
}
.toppage .hero-info-btn {
  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;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #006230;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.toppage .hero-info-btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .hero-info a {
  color: #FFF;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 25px;
  padding-block: 3px;
}
.toppage .hero-info a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.toppage .hero-info a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.toppage .hero-info-contents {
  width: 100%;
  position: relative;
  padding-inline: 35px 100px;
  border-radius: 24px 24px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.toppage .hero-info-head {
  height: 100%;
}
.toppage .hero-info-head a {
  color: #11723D;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.toppage .hero-info-head a:before, .toppage .hero-info-head a:after {
  display: none;
}
.toppage .hero-info-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 24px 24px;
  z-index: 10;
  padding-bottom: 15px;
  padding-inline: 35px 100px;
  background: #0A4827;
}
.toppage .hero-info .is-open {
  background: #FFF;
  padding: 0;
}
.toppage .hero-info .is-open:before {
  border-color: #006230;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.toppage .hero-info .is-open + .hero-info-contents {
  background: #0A4827;
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  padding-top: 20px;
}
.toppage .hero-info .is-open + .hero-info-contents .hero-info-head a:before, .toppage .hero-info .is-open + .hero-info-contents .hero-info-head a:after {
  display: block;
}
.toppage .hero-info .is-open + .hero-info-contents a {
  color: #FFF;
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
}
@media screen and (min-width: 789px) {
  .toppage .hero-info + .hero-mainvisual {
    margin-top: 0;
  }
}
.toppage .hero-mainvisual {
  /* メインビジュアル */
  opacity: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 789px) {
  .toppage .hero-mainvisual {
    margin-top: 35px;
  }
}
.toppage .hero-mainvisual.slick-initialized {
  opacity: 1;
}
.toppage .hero-mainvisual div {
  -webkit-transition: none;
  transition: none;
}
.toppage .hero-mainvisual-slide {
  margin-inline: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.toppage .hero-mainvisual-slide a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.toppage .hero-mainvisual-slide {
  /* スライド内動画 */
}
.toppage .hero-mainvisual-slide .hacobune-app-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.toppage .hero-mainvisual-slide .hacobune-unit-video {
  margin: 0;
}
.toppage .hero-mainvisual-slide .hacobune-unit-video-outline {
  display: none;
}
.toppage .hero-mainvisual .slick-dots {
  display: none !important;
}
.toppage .hero-mainvisual .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.toppage .hero-mainvisual .slick-arrow:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #11723D;
  border-right: 2px solid #11723D;
  top: 50%;
  opacity: 1;
}
.toppage .hero-mainvisual .slick-arrow.slick-prev {
  left: 10%;
  padding-left: 3px;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.toppage .hero-mainvisual .slick-arrow.slick-prev:before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.toppage .hero-mainvisual .slick-arrow.slick-next {
  right: 10%;
  padding-right: 3px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.toppage .hero-mainvisual .slick-arrow.slick-next:before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.toppage .hero-anchors {
  /*アンカーリンク*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.toppage .hero-anchors-item {
  width: calc((100% - 160px) / 6);
}
@media screen and (max-width: 1040px) {
  .toppage .hero-anchors-item {
    width: calc((100% - 64px) / 3);
  }
}
.toppage .hero-anchors-item a {
  aspect-ratio: 240/172;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background: #FFF;
  border-radius: 8px;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #006230;
}
.toppage .hero-anchors-item a:hover {
  opacity: 1;
  background: #DEE5DF;
}
.toppage .hero-anchors-item a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #11723D;
  border-right: 1px solid #11723D;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.toppage .hero-anchors-item--link a {
  padding-top: 15px;
  background: #E57373;
  color: #FFF;
}
.toppage .hero-anchors-item--link a:hover {
  background: #0A4827;
}
.toppage .hero-anchors-item--link a:after {
  display: none;
}
.toppage .hero-anchors-name {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
.toppage .hero-anchors-name span {
  display: block;
  font-size: clamp(10px, 0.5729166667vw, 11px);
  font-weight: 400;
  font-family: "Elms Sans", sans-serif;
}
.toppage .hero-anchors-item--link .hero-anchors-name {
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 500;
}
.toppage .hero-anchors-item--link .hero-anchors-name span {
  font-size: min(26px, 1.3541666667vw);
  font-weight: 700;
}
.toppage .top-section {
  background: #F1F5F2;
  border-radius: 8px;
  padding: 0 30px 30px;
  margin-bottom: 100px;
}
.toppage .top-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  margin-left: -30px;
  padding: 6px 20px;
  background: url("/cms/img/usr/top/2502/icon_title.png") #FFF no-repeat left 14px/12px auto;
  margin-bottom: 30px;
  border-bottom-right-radius: 8px;
  z-index: 1;
  line-height: 1.375;
}
.toppage .top-title:before, .toppage .top-title:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background: radial-gradient(circle at bottom right, transparent 0, transparent 8px, #FFF 8px);
  background-position: bottom right;
}
.toppage .top-title:before {
  top: 100%;
  left: 0;
}
.toppage .top-title:after {
  top: 0;
  left: 100%;
}
.toppage .top-title--gr {
  color: #11723D;
}
.toppage .top-title-sub {
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
}
.toppage .top-detailbtn {
  position: relative;
  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;
  gap: 5px;
  width: 82px;
  height: 36px;
  border-radius: 23px;
  overflow: hidden;
  background: #006230;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  z-index: 5;
}
.toppage .top-detailbtn:after {
  content: "";
  width: 13px;
  aspect-ratio: 31/26;
  background: url("/cms/img/usr/top/2502/icon_arrow_pc.png") no-repeat center/100% auto;
}
.toppage .top-detailbtn:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #0A4827;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 23px;
}
.toppage .top-detailbtn:hover {
  opacity: 1;
}
.toppage .top-detailbtn:hover:before {
  width: 100%;
}
.toppage .top-detailbtn--large {
  width: 120px;
  height: 46px;
  font-size: 15px;
}
.toppage .top-arrowbtn {
  display: block;
  position: relative;
  width: 80px;
  height: 36px;
  border-radius: 23px;
  z-index: 1;
  overflow: hidden;
  background: #006230;
}
.toppage .top-arrowbtn:before, .toppage .top-arrowbtn:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
}
.toppage .top-arrowbtn:before {
  width: 100%;
  background: url("/cms/img/usr/top/2502/icon_arrow_pc.png") no-repeat center/15px auto;
}
.toppage .top-arrowbtn:after {
  width: 0;
  background: #0A4827;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 23px;
}
.toppage .top-arrowbtn:hover {
  opacity: 1;
}
.toppage .top-arrowbtn:hover:after {
  width: 100%;
}
.toppage .top-arrowbtn--wh {
  background: #FFF;
  color: #11723D;
}
.toppage .top-arrowbtn--wh:before {
  -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(22%) saturate(1542%) hue-rotate(94deg) brightness(93%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(35%) sepia(22%) saturate(1542%) hue-rotate(94deg) brightness(93%) contrast(91%);
}
.toppage .top-morebtn {
  position: relative;
  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;
  gap: 10px;
  width: 170px;
  height: 46px;
  border-radius: 23px;
  overflow: hidden;
  background: #006230;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  z-index: 1;
}
.toppage .top-morebtn:after {
  content: "";
  width: 13px;
  aspect-ratio: 31/26;
  background: url("/cms/img/usr/top/2502/icon_arrow_pc.png") no-repeat center/100% auto;
}
.toppage .top-morebtn:before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 0;
  background: #0A4827;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 23px;
}
.toppage .top-morebtn:hover {
  opacity: 1;
  color: #FFF;
}
.toppage .top-morebtn:hover:before {
  width: calc(100% + 2px);
}
.toppage .top-morebtn:hover:after {
  -webkit-filter: none;
          filter: none;
}
.toppage .top-morebtn--wh {
  background: #FFF;
  color: #11723D;
}
.toppage .top-morebtn--wh:after {
  -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(22%) saturate(1542%) hue-rotate(94deg) brightness(93%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(35%) sepia(22%) saturate(1542%) hue-rotate(94deg) brightness(93%) contrast(91%);
}
.toppage .store {
  /* ３つの店舗 */
  padding-block: 110px 80px;
  margin-bottom: 100px;
  background: url("/cms/img/usr/top/2502/bg_store.png") #F1F5F2 no-repeat center top/max(1812px, 80%) auto;
}
.toppage .store .top-section {
  background: #FFF;
  margin-bottom: 0;
}
.toppage .store .top-title {
  background-color: #F1F5F2;
}
.toppage .store .top-title:before, .toppage .store .top-title:after {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 8px, #F1F5F2 8px);
}
.toppage .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1040px) {
  .toppage .store-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.toppage .store-item {
  width: calc((100% - 64px) / 3);
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F1F5F2;
}
@media screen and (max-width: 1040px) {
  .toppage .store-item {
    width: calc((100% - 32px) / 2);
    min-height: auto;
  }
}
.toppage .store-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 53.125%;
}
.toppage .store-name {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  text-align: center;
}
.toppage .store-name span {
  display: block;
  font-family: "Elms Sans", sans-serif;
  color: #11723D;
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
  margin-bottom: 15px;
}
.toppage .store-img {
  position: relative;
  width: 46.875%;
}
.toppage .store-img:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(150, 201, 174, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.toppage .store-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .store-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  z-index: 1;
}
.toppage .store-text p {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .store-text:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0A4827;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.toppage .store-item:hover .store-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.toppage .store-item:hover .store-text:before {
  width: 100%;
}
.toppage .strengths {
  /* 選ばれる理由 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(32px, 1.6666666667vw);
}
@media screen and (max-width: 1040px) {
  .toppage .strengths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
.toppage .strengths-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 10px 35px;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1040px) {
  .toppage .strengths-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc((100% - 64px) / 3);
  }
}
.toppage .strengths-img {
  width: 118px;
  margin: 0 auto 40px;
}
.toppage .strengths-text {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  font-weight: 700;
  margin-bottom: 25px;
  color: #11723D;
  line-height: 1.5625;
}
.toppage .strengths .top-arrowbtn {
  margin-inline: auto;
}
.toppage .strengths-item:hover {
  background: #DEE5DF;
}
.toppage .scene {
  /* 利用シーン */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.toppage .scene-item {
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #FFF;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .scene-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
}
.toppage .scene-name {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.toppage .scene-name span {
  display: block;
  font-family: "Elms Sans", sans-serif;
  color: #11723D;
  font-size: 28px;
  margin-bottom: 10px;
}
.toppage .scene-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .scene-item:hover {
  background: #DEE5DF;
}
.toppage .scene-item._col3 {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1040px) {
  .toppage .scene-item._col3 {
    width: calc((100% - 32px) / 2);
  }
}
.toppage .scene-item._col2 {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 1040px) {
  .toppage .scene-item._col2:last-child {
    width: 100%;
  }
}
.toppage .scene-item:has(.is-comingsoon) {
  position: relative;
}
.toppage .scene-item:has(.is-comingsoon):hover {
  background: #FFF;
}
.toppage .scene-item:has(.is-comingsoon):before, .toppage .scene-item:has(.is-comingsoon):after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.toppage .scene-item:has(.is-comingsoon):before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.toppage .scene-item:has(.is-comingsoon):after {
  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;
  content: "Coming Soon";
  font-family: "Elms Sans", sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 32px;
  letter-spacing: 0.08em;
}
.toppage .scene-item:has(.is-comingsoon) a {
  pointer-events: none;
}
.toppage .top-section:has(.catalog) {
  position: relative;
}
.toppage .top-section:has(.catalog) .top-detailbtn {
  position: absolute;
  top: 20px;
  right: 23px;
}
.toppage .catalog {
  /* カタログ */
}
.toppage .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-bottom: 30px;
}
.toppage .catalog-item {
  width: calc((100% - 32px) / 2);
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #FFF;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 20px 6.6298342541%;
}
@media screen and (max-width: 1040px) {
  .toppage .catalog-item {
    display: block;
  }
}
.toppage .catalog-img {
  height: 100%;
  width: 51.9337016575%;
  padding: min(42px, 2.1875vw) min(58px, 3.0208333333vw);
  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;
}
@media screen and (max-width: 1040px) {
  .toppage .catalog-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.toppage .catalog-img img {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.toppage .catalog-img._pink {
  background: #ebd6e7;
}
.toppage .catalog-img._red {
  background: #BC3325;
}
.toppage .catalog-img._yellow {
  background: #EAD73E;
}
.toppage .catalog-desc {
  width: 41.4364640884%;
}
@media screen and (max-width: 1040px) {
  .toppage .catalog-desc {
    width: 100%;
  }
}
.toppage .catalog-desc p {
  font-size: 14px;
}
.toppage .catalog-name {
  font-family: "Elms Sans", sans-serif;
  color: #11723D;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F8F5F2;
}
.toppage .catalog-lead {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.toppage .catalog .top-arrowbtn {
  margin-top: 40px;
  width: 120px;
  height: 46px;
}
.toppage .catalog-item:hover {
  background: #DEE5DF;
}
.toppage .catalog-bottom {
  position: relative;
  width: 100%;
  height: 459px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  background: #FFF;
  z-index: 1;
}
.toppage .catalog-bottom:before {
  content: "";
  width: 60px;
  aspect-ratio: 119/99;
  background: url("/cms/img/usr/top/2502/icon_catalog.png") no-repeat center/100% auto;
}
.toppage .catalog-bottom:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/cms/img/usr/top/2502/bg_catalog_pc.jpg") no-repeat center/cover;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: -1;
}
.toppage .catalog-bottom-lead {
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  line-height: 1.5;
}
.toppage .catalog-bottom-text {
  font-size: 22px;
  padding: 0;
}
.toppage .catalog-bottom .top-arrowbtn {
  margin-top: 20px;
}
.toppage .brand {
  /* ブランド */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.toppage .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 32px) / 2);
  background: #FAFAFA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1040px) {
  .toppage .brand-item {
    display: block;
  }
}
.toppage .brand-img {
  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;
  width: 50%;
  background: #FFF;
  padding: 10px 20px;
}
@media screen and (max-width: 1040px) {
  .toppage .brand-img {
    width: 100%;
    height: 215px;
  }
}
.toppage .brand-img img {
  max-width: 180px;
  max-height: 150px;
}
.toppage .brand-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 50%;
  padding: 40px 20px;
}
@media screen and (max-width: 1040px) {
  .toppage .brand-desc {
    width: 100%;
  }
}
.toppage .brand-desc p {
  padding: 0;
  font-size: 14px;
}
.toppage .brand-contents {
  display: contents;
}
.toppage .brand-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.toppage .brand-name span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.toppage .brand p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.toppage .brand .top-arrowbtn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.toppage .brand-item:hover {
  background: #DEE5DF;
}
.toppage .instagram-gallery {
  /* Instagram */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/cms/img/usr/top/2502/bg_instagram.png") repeat center/auto auto;
  padding: 0;
  margin-bottom: 145px;
}
.toppage .instagram-gallery-headline {
  width: clamp(280px, 28.3333333333vw, 544px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  gap: 30px;
  padding-block: 20px;
}
.toppage .instagram-gallery-headline:before {
  margin-bottom: -15px;
  content: "";
  width: 42px;
  aspect-ratio: 52/47;
  background: url("/cms/img/usr/top/2502/icon_instagram.png") no-repeat center/100% auto;
}
.toppage .instagram-gallery-title {
  font-family: "Elms Sans", sans-serif;
  font-size: min(60px, 3.125vw);
  font-weight: 700;
}
.toppage .instagram-gallery-text {
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.toppage .instagram-gallery-text a {
  color: #FFF;
  text-decoration: underline;
  margin-inline: 8px;
}
.toppage .instagram-gallery-text a:hover {
  text-decoration: none;
  opacity: 1;
}
.toppage .instagram-gallery-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F1F5F2;
}
.toppage .instagram-gallery-body .hacobune-app-container {
  /* visumoタグ */
  padding: 0;
  background: transparent;
}
.toppage .instagram-gallery-body .hacobune-gallery,
.toppage .instagram-gallery-body .hacobune-containers-base.hacobune-containers-mix,
.toppage .instagram-gallery-body .hacobune-mix-list,
.toppage .instagram-gallery-body .hacobune-grid-container.hacobune-mix-grid,
.toppage .instagram-gallery-body .hacobune-grid-content,
.toppage .instagram-gallery-body .hacobune-grid-row,
.toppage .instagram-gallery-body .hacobune-mix-list-item,
.toppage .instagram-gallery-body .hacobune-mix-list-item-wrapper,
.toppage .instagram-gallery-body .hacobune-mix-list-item-main,
.toppage .instagram-gallery-body .hacobune-mix-list-item-figure {
  height: 100%;
}
.toppage .instagram-gallery-body .hacobune-grid-row {
  gap: 2px;
}
.toppage .instagram-gallery-body .hacobune-grid-col {
  width: 100%;
  max-width: calc((100% - 6px) / 4);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 789px) {
  .toppage .instagram-gallery-body .hacobune-grid-col:nth-child(n+9) {
    display: none;
  }
}
.toppage .instagram-gallery-body .hacobune-mix-list-item {
  padding: 0;
}
.toppage .instagram-gallery-body .hacobune-mix-list-item-figure {
  position: relative;
  z-index: 97;
}
.toppage .instagram-gallery-body .hacobune-mix-list-item-figure:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/cms/img/usr/top/2502/icon_instagram.png") rgba(0, 0, 0, 0.4) no-repeat center/40px auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
.toppage .instagram-gallery-body .hacobune-mix-list-item-figure:hover:after {
  opacity: 1;
}
.toppage .instagram-gallery-body .hacobune-mix-list-item-figure-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .instagram-gallery-body .hacobune-mix-search,
.toppage .instagram-gallery-body .hacobune-mix-list-item-title,
.toppage .instagram-gallery-body .hacobune-mix-list-item-description,
.toppage .instagram-gallery-body .hacobune-mix-list-item-caption,
.toppage .instagram-gallery-body .hacobune-video-icon.hacobune-mix-video-icon,
.toppage .instagram-gallery-body .hacobune-logo {
  display: none;
}
.toppage .arrangement {
  /* フラワーアレンジアイデア集 */
  margin-bottom: 100px;
}
.toppage .arrangement-headline {
  max-width: 1310px;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 1310/275;
  padding: 4.2% 16px 0;
  background: url("/cms/img/usr/top/2502/bg_arrangement.png") no-repeat left top/74.0458015267% auto;
}
.toppage .arrangement-headline .top-title {
  background-color: transparent;
  margin: 0 0 0 39.6946564885%;
}
.toppage .arrangement-headline .top-title:before, .toppage .arrangement-headline .top-title:after {
  display: none;
}
.toppage .arrangement-headline .top-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 90%;
  left: 50%;
  padding: 0;
  line-height: 2;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.toppage .arrangement-headline .top-title-sub:before, .toppage .arrangement-headline .top-title-sub:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #000;
  background: #11723D;
}
.toppage .arrangement-headline .top-title-sub:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-right: 10px;
}
.toppage .arrangement-headline .top-title-sub:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.toppage .arrangement-headline:before {
  position: absolute;
  display: block;
  content: "";
  background: url("/cms/img/usr/top/2502/img_arrangement.png") no-repeat left center/100% auto;
  right: 45px;
  top: calc(50% - 10px);
  width: 37.4045801527%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toppage .arrangement-body {
  position: relative;
  background: #F1F5F2;
  padding-block: 24px;
}
.toppage .arrangement-slider {
  opacity: 0;
}
.toppage .arrangement-slider.slick-initialized {
  opacity: 1;
}
.toppage .arrangement-slider div {
  -webkit-transition: none;
  transition: none;
}
.toppage .arrangement-slide {
  padding-inline: 16px;
}
.toppage .arrangement-btn {
  left: 50%;
  bottom: calc(100% + 16px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  max-width: 1310px;
  width: 100%;
  margin-inline: auto;
}
.toppage .arrangement-btn .top-morebtn {
  margin-left: auto;
}
.toppage #event-area:has(.event) {
  background: none !important;
}
.toppage .event {
  /* イベント */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.toppage .event-item {
  position: relative;
  width: calc((100% - 32px) / 2);
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .toppage .event-item {
    width: 100%;
  }
}
.toppage .event-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 72, 39, 0.15);
}
.toppage .event-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 28px;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.toppage .event-item a:hover {
  opacity: 1;
}
.toppage .event-item a:hover .top-arrowbtn:after {
  width: 100%;
}
.toppage .event-img {
  height: 100%;
}
.toppage .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .event-desc p {
  line-height: 1.25;
}
.toppage .event-lead {
  font-size: min(22px, 1.1458333333vw);
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
}
.toppage .event-headline {
  margin-bottom: 15px;
  font-size: 13px;
}
.toppage .event-headline-title {
  font-family: "Elms Sans", sans-serif;
  font-size: min(36px, 1.875vw);
  font-weight: 700;
  padding-right: 16px;
}
.toppage .event-text {
  margin: 0;
  padding: 0;
}
.toppage .top-section:has(.exhibition) {
  position: relative;
}
.toppage .top-section:has(.exhibition) .top-detailbtn {
  position: absolute;
  top: 20px;
  right: 23px;
}
.toppage .exhibition {
  /* 展示会 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
}
.toppage .exhibition-item {
  width: calc((100% - 32px) / 2);
}
.toppage .exhibition-done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  padding-block: 0 45px;
}
.toppage .exhibition-done:before {
  content: "";
  background: url("/cms/img/usr/top/2502/icon_exhibition.png") no-repeat center/100% auto;
  width: 82px;
  height: 68px;
}
.toppage .topics {
  /* トピックス */
}
.toppage .topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.toppage .topics-list li {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 1040px) {
  .toppage .topics-list li {
    width: calc((100% - 32px) / 2);
  }
}
.toppage .topics-list li a {
  display: block;
  height: 100%;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
}
.toppage .topics-img img {
  width: 100%;
}
.toppage .topics-desc {
  padding: 25px 25px 35px;
  color: #333333;
}
.toppage .topics-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.toppage .topics-icon-date {
  font-family: "Elms Sans", sans-serif;
}
.toppage .topics-icon-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.toppage .topics-icon-cate span {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  padding: 1px 10px 0;
  border-radius: 2px;
  background: #11723D;
}
.toppage .topics-icon-cate span[data-color=cate_cfl_topics_cate_topics_2] {
  background: #333333;
}
.toppage .topics-icon-cate span[data-color=cate_cfl_topics_cate_topics_8] {
  background: #E57373;
}
.toppage .topics-text {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.toppage .topics .top-morebtn {
  display: none;
  width: 420px;
  height: 56px;
  border-radius: 28px;
  margin: 30px auto 0;
}
.toppage .topics .top-morebtn:before {
  border-radius: 28px;
}
.toppage .topics-btn {
  display: block;
  position: relative;
  width: 420px;
  height: 56px;
  border-radius: 28px;
  background: #FFF;
  border: none;
  cursor: pointer;
  margin: 30px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .topics-btn:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid #11723D;
  border-right: 1px solid #11723D;
  width: 10px;
  height: 10px;
  top: 50%;
  left: calc(50% - 12px);
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
  margin-top: -8px;
}
.toppage .topics-btn:hover {
  background: #DEE5DF;
}
.toppage .topics:has(+ .topics-btn) li:nth-child(n+9) {
  display: none;
}
.toppage .topics .is-open li:nth-child(n+9) {
  display: block;
}
.toppage .topics .is-open + .top-morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toppage .topics:has(.is-open) + .topics-btn:after {
  left: calc(50% + 3px);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  margin-top: -2px;
}
.toppage .news {
  /* お知らせ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DEE5DF;
  border-radius: 8px;
  margin-bottom: 100px;
  overflow: hidden;
}
.toppage .news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: clamp(230px, 21.25vw, 408px);
  background: #DEE5DF;
}
.toppage .news-img {
  width: 120px;
}
.toppage .news-title {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.toppage .news-title span {
  display: block;
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Elms Sans", sans-serif;
}
.toppage .news-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toppage .news-list li + li {
  border-top: 1px solid #DEE5DF;
}
.toppage .news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #FFF;
  padding: 20px 40px;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .news-list li a:hover {
  opacity: 1;
  background: #F1F5F2;
}
.toppage .news-list-img {
  border-radius: 8px;
  width: 120px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: url("/cms/img/usr/top/2502/bg_news-thumb.png") #CBCBCB no-repeat center/80% auto;
}
.toppage .news-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .news-list-desc {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "icon btn" "ttl btn";
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1040px) {
  .toppage .news-list-desc {
    display: block;
  }
}
.toppage .news-list-icon {
  grid-area: icon;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.toppage .news-list-icon-date {
  font-size: 14px;
  font-family: "Elms Sans", sans-serif;
}
.toppage .news-list-icon-cate {
  font-size: 12px;
}
.toppage .news-list-icon-cate span {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  padding: 1px 10px 0;
  border-radius: 2px;
  background: #333333;
}
.toppage .news-list-icon-cate span[data-color=cate_cfl_topics_cate_topics_2] {
  background: #333333;
}
.toppage .news-list-icon-cate span[data-color=cate_cfl_topics_cate_topics_8] {
  background: #E57373;
}
.toppage .news-list-text {
  display: contents;
}
.toppage .news-list-title {
  grid-area: ttl;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  line-height: 1.5;
}
.toppage .news-list .top-detailbtn {
  grid-area: btn;
}
@media screen and (max-width: 1040px) {
  .toppage .news-list .top-detailbtn {
    margin-top: 24px;
    margin-left: auto;
  }
}
.toppage .deal {
  /* 新規ご登録について */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.toppage .deal-item {
  padding: 40px 10px 45px;
  width: max(320px, (100% - 64px) / 3);
  background: #FAFAFA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 1.6;
  border-radius: 8px;
}
.toppage .deal-name {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 10px;
}
.toppage .deal-text {
  min-height: 44.8px;
  font-size: 14px;
  margin-bottom: 30px;
}
.toppage .deal-img {
  width: 88px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.toppage .deal .top-detailbtn {
  margin-inline: auto;
}
.toppage .deal-item:hover {
  background: #DEE5DF;
}
.toppage .corporate {
  /* 企業情報 */
}
.toppage .corporate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toppage .corporate a:before, .toppage .corporate a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.toppage .corporate a:before {
  width: 16px;
  height: 16px;
  background: #11723D;
  border-radius: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toppage .corporate a:after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.toppage .corporate a:hover {
  opacity: 1;
  background: #DEE5DF;
}
.toppage .corporate-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(32px, 1.6666666667vw);
  margin-bottom: 24px;
}
.toppage .corporate-links-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1040px) {
  .toppage .corporate-links-list {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 32px) / 2);
  }
}
.toppage .corporate-links-list li + li {
  margin-top: 1px;
}
.toppage .corporate-links-list li a {
  gap: min(24px, 1.25vw);
}
.toppage .corporate-links-img {
  width: 37.6953125%;
}
.toppage .corporate-links-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage .corporate-links-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 57.6171875%;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 700;
  padding: 10px 35px 10px 0;
  line-height: 1.4;
}
.toppage .corporate-links-name span {
  display: block;
  font-weight: 400;
  font-family: "Elms Sans", sans-serif;
  font-size: 10px;
  color: #888888;
  letter-spacing: 0.2em;
}
.toppage .corporate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(32px, 1.6666666667vw);
}
.toppage .corporate-btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-inline: 35px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media screen and (max-width: 1040px) {
  .toppage .corporate-btn a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 32px) / 2);
  }
}
.toppage .sponsor {
  /* 協賛 */
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 1040px) {
  .toppage .sponsor-item {
    width: calc((100% - 35px) / 2);
  }
}
.toppage .sponsor-item img {
  height: min(136px, 7.0833333333vw);
}
@media screen and (max-width: 1040px) {
  .toppage .sponsor-item img {
    height: auto;
    width: 100%;
  }
}
.toppage .icon-animation {
  position: relative;
  aspect-ratio: 1/1;
}
.toppage .icon-animation01 .circle {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.toppage .icon-animation01 .r-tl {
  top: 0;
  left: 0;
  background-color: #DE59A2;
  -webkit-animation-name: move-tl;
          animation-name: move-tl;
}
.toppage .icon-animation01 .r-tr {
  top: 0;
  left: 50%;
  background-color: #9ABC00;
  -webkit-animation-name: move-tr;
          animation-name: move-tr;
}
.toppage .icon-animation01 .r-br {
  top: 50%;
  left: 50%;
  background-color: #8BD8BD;
  -webkit-animation-name: move-br;
          animation-name: move-br;
}
.toppage .icon-animation01 .r-bl {
  top: 50%;
  left: 0;
  background-color: #79AFDD;
  -webkit-animation-name: move-bl;
          animation-name: move-bl;
}
.toppage .icon-animation01 .center-white-circle {
  position: absolute;
  width: 36.44%;
  height: 36.44%;
  background-color: #ffffff;
  border-radius: 50%;
  top: 31.78%;
  left: 31.78%;
  z-index: 10;
}
@-webkit-keyframes move-tl {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes move-tl {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes move-tr {
  0% {
    top: 0;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 0;
  }
  75% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes move-tr {
  0% {
    top: 0;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 0;
  }
  75% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes move-br {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 50%;
  }
}
@keyframes move-br {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 50%;
  }
}
@-webkit-keyframes move-bl {
  0% {
    top: 50%;
    left: 0;
  }
  25% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 0;
  }
}
@keyframes move-bl {
  0% {
    top: 50%;
    left: 0;
  }
  25% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 0;
  }
}
.toppage .icon-animation02 .shape-block {
  position: absolute;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.toppage .icon-animation02 {
  /* --- 1. オレンジ (#EB6A31) --- */
}
.toppage .icon-animation02 .block-orange {
  background-color: #EB6A31;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  -webkit-animation-name: morph-orange;
          animation-name: morph-orange;
}
@-webkit-keyframes morph-orange {
  0% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  15% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  30% {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 0;
  }
  45% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  60% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  80% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  100% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
}
@keyframes morph-orange {
  0% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  15% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  30% {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 0;
  }
  45% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  60% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  80% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0;
  }
  100% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
}
.toppage .icon-animation02 {
  /* --- 2. ライラック (#9C92BC) --- */
}
.toppage .icon-animation02 .block-lilac {
  background-color: #9C92BC;
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 0 29.5px 29.5px 0;
  -webkit-animation-name: morph-lilac;
          animation-name: morph-lilac;
}
@-webkit-keyframes morph-lilac {
  0%, 15% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
  30% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
  45% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0 0 29.5px 29.5px;
  }
  60% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 0 29.5px 29.5px;
  }
  80% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0 0 29.5px 29.5px;
  }
  100% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
}
@keyframes morph-lilac {
  0%, 15% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
  30% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
  45% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0 0 29.5px 29.5px;
  }
  60% {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 0 29.5px 29.5px;
  }
  80% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 0 0 29.5px 29.5px;
  }
  100% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 29.5px 29.5px 0;
  }
}
.toppage .icon-animation02 {
  /* --- 3. イエロー (#FFE258) --- */
}
.toppage .icon-animation02 .block-yellow {
  background-color: #FFE258;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 0 50% 50% 0;
  -webkit-animation-name: morph-yellow;
          animation-name: morph-yellow;
}
@-webkit-keyframes morph-yellow {
  0% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 50% 50% 0;
  }
  15% {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 29.5px 0 0 29.5px;
  }
  30% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 0 0 29.5px;
  }
  45% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 29.5px 0 0;
  }
  60% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 29.5px 0 0;
  }
  80% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 29.5px 29.5px 0 0;
  }
  100% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 50% 50% 0;
  }
}
@keyframes morph-yellow {
  0% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 50% 50% 0;
  }
  15% {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 29.5px 0 0 29.5px;
  }
  30% {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 0 0 29.5px;
  }
  45% {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 29.5px 0 0;
  }
  60% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 29.5px 29.5px 0 0;
  }
  80% {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 29.5px 29.5px 0 0;
  }
  100% {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 0 50% 50% 0;
  }
}
.toppage .icon-animation03 .card3-shape {
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  z-index: 1;
}
.toppage .icon-animation03 {
  /* ピンク (#E018A2) */
}
.toppage .icon-animation03 .c3-pink {
  background-color: #E018A2;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-animation-name: c3-pink-anim;
          animation-name: c3-pink-anim;
}
@-webkit-keyframes c3-pink-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16.66% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  33.33% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  66.66%, 100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes c3-pink-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16.66% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  33.33% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  66.66%, 100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.toppage .icon-animation03 {
  /* ブラウン (#8B6E48) */
}
.toppage .icon-animation03 .c3-brown {
  background-color: #8B6E48;
  top: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-animation-name: c3-brown-anim;
          animation-name: c3-brown-anim;
}
@-webkit-keyframes c3-brown-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16.66% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  33.33% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  66.66%, 100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes c3-brown-anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16.66% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  33.33% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  66.66%, 100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.toppage .icon-animation03 {
  /* イエロー (#CCE018) */
}
.toppage .icon-animation03 .c3-yellow {
  background-color: #CCE018;
  top: 50%;
  left: 0;
  border-radius: 0;
  -webkit-animation-name: c3-yellow-anim;
          animation-name: c3-yellow-anim;
}
@-webkit-keyframes c3-yellow-anim {
  0% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  8.33% {
    -webkit-transform: scale(0.8) rotate(45deg);
            transform: scale(0.8) rotate(45deg);
  }
  16.66% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(135deg);
            transform: scale(0.8) rotate(135deg);
  }
  33.33% {
    top: 0;
    left: 50%;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  41.66% {
    -webkit-transform: scale(0.8) rotate(225deg);
            transform: scale(0.8) rotate(225deg);
  }
  50% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(270deg);
            transform: scale(1) rotate(270deg);
  }
  58.33% {
    -webkit-transform: scale(0.8) rotate(315deg);
            transform: scale(0.8) rotate(315deg);
  }
  66.66% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  100% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes c3-yellow-anim {
  0% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  8.33% {
    -webkit-transform: scale(0.8) rotate(45deg);
            transform: scale(0.8) rotate(45deg);
  }
  16.66% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(135deg);
            transform: scale(0.8) rotate(135deg);
  }
  33.33% {
    top: 0;
    left: 50%;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  41.66% {
    -webkit-transform: scale(0.8) rotate(225deg);
            transform: scale(0.8) rotate(225deg);
  }
  50% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(270deg);
            transform: scale(1) rotate(270deg);
  }
  58.33% {
    -webkit-transform: scale(0.8) rotate(315deg);
            transform: scale(0.8) rotate(315deg);
  }
  66.66% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  100% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.toppage .icon-animation03 {
  /* パープル (#B28BC6) */
}
.toppage .icon-animation03 .c3-purple {
  background-color: #B28BC6;
  top: 50%;
  left: 50%;
  border-radius: 0;
  -webkit-animation-name: c3-purple-anim;
          animation-name: c3-purple-anim;
}
@-webkit-keyframes c3-purple-anim {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  8.33% {
    -webkit-transform: scale(0.8) rotate(45deg);
            transform: scale(0.8) rotate(45deg);
  }
  16.66% {
    top: 0;
    left: 50%;
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(135deg);
            transform: scale(0.8) rotate(135deg);
  }
  33.33% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  41.66% {
    -webkit-transform: scale(0.8) rotate(225deg);
            transform: scale(0.8) rotate(225deg);
  }
  50% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(270deg);
            transform: scale(1) rotate(270deg);
  }
  58.33% {
    -webkit-transform: scale(0.8) rotate(315deg);
            transform: scale(0.8) rotate(315deg);
  }
  66.66% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes c3-purple-anim {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  8.33% {
    -webkit-transform: scale(0.8) rotate(45deg);
            transform: scale(0.8) rotate(45deg);
  }
  16.66% {
    top: 0;
    left: 50%;
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
  }
  25% {
    -webkit-transform: scale(0.8) rotate(135deg);
            transform: scale(0.8) rotate(135deg);
  }
  33.33% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  41.66% {
    -webkit-transform: scale(0.8) rotate(225deg);
            transform: scale(0.8) rotate(225deg);
  }
  50% {
    top: 50%;
    left: 0;
    -webkit-transform: scale(1) rotate(270deg);
            transform: scale(1) rotate(270deg);
  }
  58.33% {
    -webkit-transform: scale(0.8) rotate(315deg);
            transform: scale(0.8) rotate(315deg);
  }
  66.66% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.toppage .icon-animation04 .p-square {
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
}
.toppage .icon-animation04 .p-sq1 {
  background-color: #DE59A2;
  top: 0;
  left: 0;
  -webkit-animation-name: pulse-move-sq1;
          animation-name: pulse-move-sq1;
}
.toppage .icon-animation04 .p-sq2 {
  background-color: #9ABC00;
  top: 0;
  left: 50%;
  -webkit-animation-name: pulse-move-sq2;
          animation-name: pulse-move-sq2;
}
.toppage .icon-animation04 .p-sq3 {
  background-color: #8BD8BD;
  top: 50%;
  left: 50%;
  -webkit-animation-name: pulse-move-sq3;
          animation-name: pulse-move-sq3;
}
.toppage .icon-animation04 .p-sq4 {
  background-color: #79AFDD;
  top: 50%;
  left: 0;
  -webkit-animation-name: pulse-move-sq4;
          animation-name: pulse-move-sq4;
}
@-webkit-keyframes pulse-move-sq1 {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes pulse-move-sq1 {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes pulse-move-sq2 {
  0% {
    top: 0;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 0;
  }
  75% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes pulse-move-sq2 {
  0% {
    top: 0;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 0;
  }
  75% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes pulse-move-sq3 {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 50%;
  }
}
@keyframes pulse-move-sq3 {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 50%;
  }
}
@-webkit-keyframes pulse-move-sq4 {
  0% {
    top: 50%;
    left: 0;
  }
  25% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 0;
  }
}
@keyframes pulse-move-sq4 {
  0% {
    top: 50%;
    left: 0;
  }
  25% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  100% {
    top: 50%;
    left: 0;
  }
}
.toppage .icon-animation04 {
  /* --- 白い要素 (拡大縮小) --- */
}
.toppage .icon-animation04 .pulse-white-bg {
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-animation: pulse-white-anim 4s ease-in-out infinite;
          animation: pulse-white-anim 4s ease-in-out infinite;
}
@-webkit-keyframes pulse-white-anim {
  0% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
  25% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  50% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  75% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
  100% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
}
@keyframes pulse-white-anim {
  0% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
  25% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  50% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  75% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
  100% {
    width: 36.44%;
    height: 36.44%;
    border-radius: 50%;
  }
}
.toppage .icon-animation04 {
  /* --- 色付き円 (出現・色変化) --- */
}
.toppage .icon-animation04 .pulse-color-circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  -webkit-animation: pulse-color-size-anim 4s ease-in-out infinite, pulse-color-change-anim 16s step-end infinite;
          animation: pulse-color-size-anim 4s ease-in-out infinite, pulse-color-change-anim 16s step-end infinite;
}
@-webkit-keyframes pulse-color-size-anim {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 36.44%;
    height: 36.44%;
  }
  50% {
    width: 36.44%;
    height: 36.44%;
  }
  75% {
    width: 0;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes pulse-color-size-anim {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 36.44%;
    height: 36.44%;
  }
  50% {
    width: 36.44%;
    height: 36.44%;
  }
  75% {
    width: 0;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes pulse-color-change-anim {
  0% {
    background-color: #48D19C;
  }
  25% {
    background-color: #AC8BD8;
  }
  50% {
    background-color: #DD7979;
  }
  75% {
    background-color: #DEA159;
  }
}
@keyframes pulse-color-change-anim {
  0% {
    background-color: #48D19C;
  }
  25% {
    background-color: #AC8BD8;
  }
  50% {
    background-color: #DD7979;
  }
  75% {
    background-color: #DEA159;
  }
}
.toppage .icon-animation05 {
  /* 上段の長方形共通 */
}
.toppage .icon-animation05 .c5-rect {
  position: absolute;
  width: 50%;
  height: 71.19%;
  top: 0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.toppage .icon-animation05 {
  /* 左上 */
}
.toppage .icon-animation05 .c5-rect-left {
  left: 0;
  background-color: #B8D148;
  -webkit-animation-name: c5-left-color;
          animation-name: c5-left-color;
}
@-webkit-keyframes c5-left-color {
  0%, 50% {
    background-color: #B8D148;
  }
  75% {
    background-color: #8BD8BD;
  }
  100% {
    background-color: #B8D148;
  }
}
@keyframes c5-left-color {
  0%, 50% {
    background-color: #B8D148;
  }
  75% {
    background-color: #8BD8BD;
  }
  100% {
    background-color: #B8D148;
  }
}
.toppage .icon-animation05 {
  /* 右上 */
}
.toppage .icon-animation05 .c5-rect-right {
  left: 50%;
  background-color: #8BD8BD;
  -webkit-animation-name: c5-right-color;
          animation-name: c5-right-color;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@-webkit-keyframes c5-right-color {
  0%, 50% {
    background-color: #8BD8BD;
  }
  75% {
    background-color: #B8D148;
  }
  100% {
    background-color: #8BD8BD;
  }
}
@keyframes c5-right-color {
  0%, 50% {
    background-color: #8BD8BD;
  }
  75% {
    background-color: #B8D148;
  }
  100% {
    background-color: #8BD8BD;
  }
}
.toppage .icon-animation05 {
  /* 下段の円共通 */
}
.toppage .icon-animation05 .c5-circle {
  position: absolute;
  width: 28.81%;
  height: 28.81%;
  border-radius: 50%;
  top: 71.19%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.toppage .icon-animation05 {
  /* パープル (#A881D6): 左下 */
}
.toppage .icon-animation05 .c5-purple {
  left: 0;
  background-color: #A881D6;
  -webkit-animation-name: c5-purple-move;
          animation-name: c5-purple-move;
}
@-webkit-keyframes c5-purple-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50%, 75% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes c5-purple-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50%, 75% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.toppage .icon-animation05 {
  /* ピンク (#DE59A2): パープルの右 */
}
.toppage .icon-animation05 .c5-pink {
  left: 40%;
  background-color: #DE59A2;
  -webkit-animation-name: c5-pink-move;
          animation-name: c5-pink-move;
}
@-webkit-keyframes c5-pink-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes c5-pink-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.toppage .icon-animation06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* --- 左列 (Width: 50%, 縦移動) --- */
}
.toppage .icon-animation06 .c6-col-left {
  position: relative;
  width: 50%;
  height: 100%;
}
.toppage .icon-animation06 .c6-slider-left {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  -webkit-animation: slide-up-step 4s ease-in-out infinite;
          animation: slide-up-step 4s ease-in-out infinite;
}
.toppage .icon-animation06 .c6-box-l {
  width: 100%;
  height: 25%;
}
.toppage .icon-animation06 .c6-l1 {
  background-color: #C6D148;
}
.toppage .icon-animation06 .c6-l2 {
  background-color: #D8D8D8;
}
@-webkit-keyframes slide-up-step {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  45% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  55% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes slide-up-step {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  45% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  55% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.toppage .icon-animation06 {
  /* --- 右列 (Width: 50%, 3分割横移動) --- */
}
.toppage .icon-animation06 .c6-col-right {
  position: relative;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toppage .icon-animation06 .c6-row-wrapper {
  position: relative;
  width: 100%;
  height: 33.333%; /* 親の1/3の高さ */
  overflow: hidden;
}
.toppage .icon-animation06 .c6-slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* 3つの要素が並ぶため幅は300% */
  width: 300%;
  -webkit-animation: slide-left-step 4s ease-in-out infinite;
          animation: slide-left-step 4s ease-in-out infinite;
}
.toppage .icon-animation06 .c6-rect-r {
  width: 33.333%; /* スライダー全体の1/3 */
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toppage .icon-animation06 .c6-r-red {
  background-color: #D88B8B;
}
.toppage .icon-animation06 .c6-r-purple {
  background-color: #7D59DE;
}
.toppage .icon-animation06 .c6-r-white {
  background-color: #ffffff;
}
@-webkit-keyframes slide-left-step {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* 1ブロック分(-33.333%)左に移動 */
  10% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  45% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  /* 2ブロック分(-66.666%)左に移動 */
  55% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
  90% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
  100% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
}
@keyframes slide-left-step {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* 1ブロック分(-33.333%)左に移動 */
  10% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  45% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  /* 2ブロック分(-66.666%)左に移動 */
  55% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
  90% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
  100% {
    -webkit-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
}
.toppage .icon-animation06 {
  /* --- B (中段): 静止 (白) --- */
}
.toppage .icon-animation06 .c6-row-b {
  background-color: #ffffff;
}
.toppage .icon-animation07 .square {
  width: 47.73%;
  height: 47.73%;
  position: absolute;
  opacity: 0.8;
}
.toppage .icon-animation07 .square-a {
  -webkit-animation: moveA 2s ease-in-out infinite alternate;
          animation: moveA 2s ease-in-out infinite alternate;
}
.toppage .icon-animation07 .square-b {
  -webkit-animation: moveB 2s ease-in-out infinite alternate;
          animation: moveB 2s ease-in-out infinite alternate;
}
.toppage .icon-animation07 .square-c {
  -webkit-animation: moveC 2s ease-in-out infinite alternate;
          animation: moveC 2s ease-in-out infinite alternate;
}
@-webkit-keyframes moveA {
  0% {
    top: 52.27%;
    left: 0%;
    background-color: #64B4A1;
  }
  30% {
    top: 26.14%;
    left: 26.14%;
  }
  70% {
    top: 26.14%;
    left: 26.14%;
  }
  100% {
    top: 0%;
    left: 0%;
    background-color: #E57373;
  }
}
@keyframes moveA {
  0% {
    top: 52.27%;
    left: 0%;
    background-color: #64B4A1;
  }
  30% {
    top: 26.14%;
    left: 26.14%;
  }
  70% {
    top: 26.14%;
    left: 26.14%;
  }
  100% {
    top: 0%;
    left: 0%;
    background-color: #E57373;
  }
}
@-webkit-keyframes moveB {
  0% {
    top: 26.14%;
    left: 26.14%;
    background-color: #E57373;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 26.14%;
    left: 26.14%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    top: 26.14%;
    left: 26.14%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 26.14%;
    left: 26.14%;
    background-color: #64B4A1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes moveB {
  0% {
    top: 26.14%;
    left: 26.14%;
    background-color: #E57373;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 26.14%;
    left: 26.14%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    top: 26.14%;
    left: 26.14%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 26.14%;
    left: 26.14%;
    background-color: #64B4A1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes moveC {
  0% {
    top: 0%;
    left: 52.27%;
    background-color: #64B4A1;
  }
  30% {
    top: 26.14%;
    left: 26.14%;
  }
  70% {
    top: 26.14%;
    left: 26.14%;
  }
  100% {
    top: 52.27%;
    left: 52.27%;
    background-color: #E57373;
  }
}
@keyframes moveC {
  0% {
    top: 0%;
    left: 52.27%;
    background-color: #64B4A1;
  }
  30% {
    top: 26.14%;
    left: 26.14%;
  }
  70% {
    top: 26.14%;
    left: 26.14%;
  }
  100% {
    top: 52.27%;
    left: 52.27%;
    background-color: #E57373;
  }
}
.toppage .icon-animation08 .obj-a-container {
  width: 100%;
  height: 100%;
  background-color: #FFE46E;
  position: relative;
  overflow: hidden;
}
.toppage .icon-animation08 .centered-obj {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.toppage .icon-animation08 .obj-b {
  background-color: #8AC97D;
  z-index: 1;
  -webkit-animation: animObjB 2s ease-in-out infinite normal;
          animation: animObjB 2s ease-in-out infinite normal;
}
.toppage .icon-animation08 .obj-c {
  background-color: #FFE46E;
  z-index: 2;
  -webkit-animation: animObjC 2s ease-in-out infinite normal;
          animation: animObjC 2s ease-in-out infinite normal;
}
.toppage .icon-animation08 .obj-d {
  background-color: #8AC97D;
  z-index: 3;
  -webkit-animation: animObjD 2s ease-in-out infinite normal;
          animation: animObjD 2s ease-in-out infinite normal;
}
.toppage .icon-animation08 .obj-e {
  background-color: #FFE46E;
  z-index: 4;
  -webkit-animation: animObjE 2s ease-in-out infinite normal;
          animation: animObjE 2s ease-in-out infinite normal;
}
@-webkit-keyframes animObjB {
  0% {
    width: 72.73%;
    height: 72.73%;
  }
  50%, 100% {
    width: 181.82%;
    height: 181.82%;
  }
}
@keyframes animObjB {
  0% {
    width: 72.73%;
    height: 72.73%;
  }
  50%, 100% {
    width: 181.82%;
    height: 181.82%;
  }
}
@-webkit-keyframes animObjC {
  0% {
    width: 25%;
    height: 25%;
  }
  50% {
    width: 72.73%;
    height: 72.73%;
  }
  100% {
    width: 181.82%;
    height: 181.82%;
  }
}
@keyframes animObjC {
  0% {
    width: 25%;
    height: 25%;
  }
  50% {
    width: 72.73%;
    height: 72.73%;
  }
  100% {
    width: 181.82%;
    height: 181.82%;
  }
}
@-webkit-keyframes animObjD {
  0% {
    width: 0%;
    height: 0%;
  }
  50% {
    width: 25%;
    height: 25%;
  }
  100% {
    width: 72.73%;
    height: 72.73%;
  }
}
@keyframes animObjD {
  0% {
    width: 0%;
    height: 0%;
  }
  50% {
    width: 25%;
    height: 25%;
  }
  100% {
    width: 72.73%;
    height: 72.73%;
  }
}
@-webkit-keyframes animObjE {
  0%, 50% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 25%;
    height: 25%;
  }
}
@keyframes animObjE {
  0%, 50% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 25%;
    height: 25%;
  }
}
.toppage .icon-animation09 .color-grey {
  background-color: #D8D8D8;
}
.toppage .icon-animation09 .color-lime {
  background-color: #C6D148;
}
.toppage .icon-animation09 .color-purple {
  background-color: #7D59DE;
}
.toppage .icon-animation09 .color-white {
  background-color: #FFFFFF;
}
.toppage .icon-animation09 .color-red {
  background-color: #D88B8B;
}
.toppage .icon-animation09 .top-row-container {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.toppage .icon-animation09 .top-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-animation: slideRight 2s infinite normal;
          animation: slideRight 2s infinite normal;
}
.toppage .icon-animation09 .top-block {
  width: 25%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toppage .icon-animation09 {
  /* --- 下段 (Bottom Row) --- */
}
.toppage .icon-animation09 .bottom-row-container {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toppage .icon-animation09 {
  /* カラム共通設定 */
}
.toppage .icon-animation09 .col {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.toppage .icon-animation09 {
  /* 縦スライド用ストリップ */
}
.toppage .icon-animation09 .v-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 400%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: slideUp 2s infinite normal;
          animation: slideUp 2s infinite normal;
}
.toppage .icon-animation09 .v-block {
  width: 100%;
  height: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toppage .icon-animation09 {
  /* 静止ブロック */
}
.toppage .icon-animation09 .static-block {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  37.5% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  87.5% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  37.5% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  87.5% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  37.5% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  87.5% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  37.5% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  87.5% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.toppage .icon-animation10 .c4-lime {
  background-color: #CCE018;
}
.toppage .icon-animation10 .c4-purple {
  background-color: #B28BC6;
}
.toppage .icon-animation10 .grid-row {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
}
.toppage .icon-animation10 .top-row {
  top: 0;
}
.toppage .icon-animation10 .bottom-row {
  top: 50%;
}
.toppage .icon-animation10 .grid-sq {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.toppage .icon-animation10 .sq-bg-l {
  left: 0;
  z-index: 0;
}
.toppage .icon-animation10 .sq-main-l {
  left: 0;
  z-index: 2;
}
.toppage .icon-animation10 .sq-main-r {
  left: 50%;
  z-index: 1;
}
.toppage .icon-animation10 .sq-bg-l {
  -webkit-animation: anim4BgL 4s infinite;
          animation: anim4BgL 4s infinite;
}
.toppage .icon-animation10 .sq-main-l {
  -webkit-animation: anim4MainL 4s ease-in-out infinite;
          animation: anim4MainL 4s ease-in-out infinite;
}
.toppage .icon-animation10 .sq-main-r {
  -webkit-animation: anim4MainR 4s ease-in-out infinite;
          animation: anim4MainR 4s ease-in-out infinite;
}
@-webkit-keyframes anim4BgL {
  0%, 49.9% {
    opacity: 1;
  }
  50%, 99.9% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim4BgL {
  0%, 49.9% {
    opacity: 1;
  }
  50%, 99.9% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim4MainL {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translateX(100%) rotate(0deg);
            transform: translateX(100%) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes anim4MainL {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translateX(100%) rotate(0deg);
            transform: translateX(100%) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translateX(100%) rotate(180deg);
            transform: translateX(100%) rotate(180deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes anim4MainR {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translateX(-100%) rotate(-180deg);
            transform: translateX(-100%) rotate(-180deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes anim4MainR {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translateX(-100%) rotate(-180deg);
            transform: translateX(-100%) rotate(-180deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .toppage .inner {
    padding: 0;
  }
  .toppage .hero {
    display: block;
    margin-bottom: 60px;
  }
  .toppage .hero-links {
    /* リンク */
    display: none;
  }
  .toppage .hero-main {
    width: 100%;
    padding-bottom: 16px;
  }
  .toppage .hero-info {
    /* お知らせ */
    height: 55px;
    padding: 5px 10px;
  }
  .toppage .hero-info-btn {
    width: 20px;
    height: 20px;
    right: 16px;
    padding-bottom: 2px;
  }
  .toppage .hero-info-btn:before {
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
  .toppage .hero-info a {
    font-size: 14px;
    margin-left: 0;
  }
  .toppage .hero-info-contents {
    padding: 0;
    border-radius: 12px 12px 0 0;
  }
  .toppage .hero-info-head {
    padding-inline: 10px;
  }
  .toppage .hero-info-list {
    padding-left: 10px;
    padding-right: 40px;
    border-radius: 0 0 12px 12px;
    padding-bottom: 8px;
  }
  .toppage .hero-info .is-open + .hero-info-contents {
    padding-top: 8px;
  }
  .toppage .hero-info .is-open + .hero-info-contents .hero-info-head {
    padding-right: 40px;
  }
  .toppage .hero-mainvisual {
    /* メインビジュアル */
    margin-bottom: 16px;
  }
  .toppage .hero-mainvisual-slide {
    width: 100vw;
    border-radius: 0;
    margin-inline: 0;
  }
  .toppage .hero-mainvisual-slide a {
    border-radius: 0;
  }
  .toppage .hero-mainvisual .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
  }
  .toppage .hero-mainvisual .slick-dots li {
    margin: 0;
    width: 100%;
    height: 4px;
  }
  .toppage .hero-mainvisual .slick-dots li button {
    background: #A3B1A0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .toppage .hero-mainvisual .slick-dots li button:before {
    display: none;
  }
  .toppage .hero-mainvisual .slick-dots li.slick-active button {
    background: #006230;
  }
  .toppage .hero-mainvisual .slick-arrow.slick-prev {
    left: 0;
    padding-left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .toppage .hero-mainvisual .slick-arrow.slick-next {
    right: 0;
    padding-right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .toppage .hero-anchors {
    /*アンカーリンク*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    padding-inline: 16px;
  }
  .toppage .hero-anchors-item {
    width: calc((100% - 32px) / 3);
  }
  .toppage .hero-anchors-item a {
    max-height: 108px;
    aspect-ratio: 122/108;
    padding: 10px 8px 15px;
    gap: min(4px, 0.9302325581vw);
  }
  .toppage .hero-anchors-item a:after {
    width: 6px;
    height: 6px;
  }
  .toppage .hero-anchors-img {
    max-height: 30px;
  }
  .toppage .hero-anchors-img img {
    height: 100%;
  }
  .toppage .hero-anchors-name {
    font-size: min(14px, 3.2558139535vw);
    line-height: 1.1;
  }
  .toppage .hero-anchors-name span {
    display: none;
  }
  .toppage .hero-anchors-item--link .hero-anchors-img {
    padding-block: 2px;
  }
  .toppage .hero-anchors-item--link .hero-anchors-name {
    font-family: "Elms Sans", sans-serif;
    font-size: min(15px, 3.488372093vw);
    text-align: center;
  }
  .toppage .top-section {
    border-radius: 0;
    padding: 0 16px 25px;
    margin-bottom: 60px;
  }
  .toppage .top-title {
    width: 100vw;
    font-size: 22px;
    margin-inline: -16px;
    padding: 2px 16px 10px 40px;
    background-position: 16px 8px;
    margin-bottom: 25px;
    border-bottom-right-radius: 20px;
  }
  .toppage .top-title:before, .toppage .top-title:after {
    display: none;
  }
  .toppage .top-title-sub {
    display: block;
    font-size: 13px;
    padding-left: 0;
  }
  .toppage .top-detailbtn {
    gap: 5px;
    width: 78px;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
  }
  .toppage .top-detailbtn:after {
    aspect-ratio: 25/21;
    background-image: url("/cms/img/usr/top/2502/icon_arrow_sp.png");
  }
  .toppage .top-detailbtn + .top-title {
    padding-right: 100px;
  }
  .toppage .top-arrowbtn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .toppage .top-arrowbtn:before, .toppage .top-arrowbtn:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
  }
  .toppage .top-arrowbtn:before {
    width: 100%;
    background: url("/cms/img/usr/top/2502/icon_arrow_sp.png") no-repeat center/12px auto;
  }
  .toppage .top-arrowbtn:after {
    width: 0;
    background: #0A4827;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    border-radius: 23px;
  }
  .toppage .top-morebtn:after {
    width: 18px;
    aspect-ratio: 25/21;
    background-image: url("/cms/img/usr/top/2502/icon_arrow_sp.png");
  }
  .toppage .sp-scroll {
    /* SP時スクロール */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    margin-right: -16px;
    padding-right: 16px;
    width: calc(100% + 16px);
  }
  .toppage .sp-scroll > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .toppage .top-section:has(.strengths) {
    position: relative;
  }
  .toppage .top-section:has(.strengths) .top-detailbtn {
    position: absolute;
    top: -2px;
    right: 16px;
  }
  .toppage .strengths {
    /* 選ばれる理由 */
    gap: 16px;
  }
  .toppage .strengths-item {
    width: 160px;
    padding: 30px 10px 20px;
  }
  .toppage .strengths-img {
    width: 76px;
    margin-bottom: 30px;
  }
  .toppage .strengths-text {
    font-size: min(14px, 3.2558139535vw);
    margin-bottom: 10px;
    color: #333;
  }
  .toppage .scene {
    /* 利用シーン */
    gap: 16px;
  }
  .toppage .scene-item {
    padding: 16px 16px 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    width: calc((100% - 16px) / 2) !important;
  }
  .toppage .scene-item._sp-wide {
    width: 100% !important;
  }
  .toppage .scene-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0;
    min-width: auto;
  }
  .toppage .scene-name {
    font-size: 11px;
    text-align: left;
  }
  .toppage .scene-name span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .toppage .scene-img {
    height: auto;
    width: 100%;
  }
  .toppage .scene-item:not(._sp-wide) .scene-img {
    aspect-ratio: 504/418;
  }
  .toppage .scene-item:not(._sp-wide) .scene-img img {
    -o-object-position: 72% center;
       object-position: 72% center;
  }
  .toppage .scene-item:has(.is-comingsoon):after {
    font-size: min(18px, 4.8vw);
  }
  .toppage .top-section:has(.catalog) .top-detailbtn {
    top: -2px;
    right: 16px;
  }
  .toppage .catalog {
    /* カタログ */
  }
  .toppage .catalog-list {
    gap: 16px;
  }
  .toppage .catalog-item {
    width: 240px;
    padding: 20px;
  }
  .toppage .catalog-img {
    padding: 20px 30px;
    margin-bottom: 15px;
  }
  .toppage .catalog-desc p {
    font-size: 13px;
  }
  .toppage .catalog-name {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .toppage .catalog-lead {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .toppage .catalog .top-arrowbtn {
    margin: 15px auto 0;
    border-radius: 23px;
  }
  .toppage .catalog-bottom {
    height: 376px;
  }
  .toppage .catalog-bottom:after {
    background-image: url("/cms/img/usr/top/2502/bg_catalog_sp.jpg");
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .toppage .catalog-bottom-lead {
    font-size: 20px;
  }
  .toppage .catalog-bottom-text {
    font-size: 15px;
  }
  .toppage .catalog-bottom .top-arrowbtn {
    margin-top: 10px;
  }
  .toppage .brand {
    /* ブランド */
    gap: 16px;
  }
  .toppage .brand-item {
    width: 292px;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 1040px) {
  .toppage .brand-img {
    height: 165px;
  }
}
@media screen and (max-width: 768px) {
  .toppage .brand-img img {
    max-width: 110px;
    max-height: 94px;
  }
  .toppage .brand-desc {
    display: block;
    padding: 20px;
  }
  .toppage .brand-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .toppage .brand-name {
    font-size: 11px;
    text-align: left;
  }
  .toppage .brand-name span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .toppage .instagram-gallery {
    /* Instagram */
    display: block;
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
  .toppage .instagram-gallery-headline {
    width: 100%;
    padding: 40px 10px;
    gap: 15px;
  }
  .toppage .instagram-gallery-headline:before {
    margin-bottom: -10px;
    width: 24px;
  }
  .toppage .instagram-gallery-title {
    font-size: 48px;
  }
  .toppage .instagram-gallery-body {
    width: 100%;
    min-height: auto;
  }
  .toppage .instagram-gallery-body .hacobune-app-container {
    /* visumoタグ */
    width: 100%;
  }
  .toppage .instagram-gallery-body .hacobune-grid-row {
    gap: 1px;
  }
  .toppage .instagram-gallery-body .hacobune-grid-col {
    max-width: calc((100% - 2px) / 3);
  }
  .toppage .instagram-gallery-body .hacobune-grid-col:nth-child(n+10) {
    display: none;
  }
  .toppage .instagram-gallery-body .hacobune-mix-list-item-figure:after {
    display: none;
  }
  .toppage .arrangement {
    /* フラワーアレンジアイデア集 */
    margin-bottom: 60px;
  }
  .toppage .arrangement-headline {
    aspect-ratio: auto;
    background: none;
    padding: 0 0 calc(34.5360824742vw - 22px);
    background: url("/cms/img/usr/top/2502/bg_arrangement.png") no-repeat center bottom -22px/98% auto;
  }
  .toppage .arrangement-headline .top-title {
    margin: 0;
  }
  .toppage .arrangement-headline .top-title-sub {
    display: block;
    font-size: 11px;
    position: static;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-left: -22px;
  }
  .toppage .arrangement-headline .top-title-sub:before, .toppage .arrangement-headline .top-title-sub:after {
    display: none;
  }
  .toppage .arrangement-headline:before {
    right: 0;
    top: auto;
    bottom: -21px;
    width: 39.5348837209vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .toppage .arrangement-body {
    padding-top: 20px;
  }
  .toppage .arrangement-slide {
    padding-inline: 8px;
  }
  .toppage .arrangement-btn {
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-top: 24px;
  }
  .toppage .arrangement-btn .top-morebtn {
    margin-inline: auto;
  }
  .toppage .event {
    /* イベント */
    gap: 16px;
  }
  .toppage .event-item {
    min-height: auto;
  }
  .toppage .event-item:before {
    background: rgba(10, 72, 39, 0.2);
  }
  .toppage .event-item a {
    padding: 20px;
  }
  .toppage .event-lead {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .toppage .event-headline {
    margin-bottom: 10px;
  }
  .toppage .event-headline-title {
    font-size: 28px;
  }
  .toppage .event-text {
    font-size: 14px;
    font-weight: 700;
  }
  .toppage .top-section:has(.exhibition) .top-detailbtn {
    top: -2px;
    right: 16px;
  }
  .toppage .exhibition {
    /* 展示会 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .toppage .exhibition-item {
    width: 100%;
  }
  .toppage .exhibition-done {
    gap: 10px;
    font-size: 14px;
    padding-block: 0;
  }
  .toppage .topics {
    /* トピックス */
  }
  .toppage .topics-list {
    gap: 16px;
  }
  .toppage .topics-list li {
    width: calc((100% - 16px) / 2);
  }
  .toppage .topics-desc {
    padding: 12px 15px 15px;
  }
  .toppage .topics-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
  }
  .toppage .topics-icon-date {
    font-size: 12px;
  }
  .toppage .topics-text {
    font-size: 13px;
    font-weight: bold;
  }
  .toppage .topics .top-morebtn, .toppage .topics-btn {
    width: 180px;
    height: 46px;
  }
  .toppage .topics:has(+ .topics-btn) li:nth-child(n+7) {
    display: none;
  }
  .toppage .topics .is-open li:nth-child(n+7) {
    display: block;
  }
  .toppage .news {
    /* お知らせ */
    display: block;
    border: none;
    border-radius: 0;
    margin-bottom: 60px;
    padding: 40px 16px 20px;
    background: #F1F5F2;
  }
  .toppage .news-head {
    width: 100%;
    background: none;
    margin-bottom: 40px;
  }
  .toppage .news-img {
    width: 72px;
  }
  .toppage .news-title {
    font-size: 13px;
  }
  .toppage .news-title span {
    font-size: 30px;
  }
  .toppage .news-body {
    width: 100%;
    border: 1px solid #DEE5DF;
    border-radius: 8px;
    overflow: hidden;
  }
  .toppage .news-list li a {
    gap: 16px;
    padding: 20px;
  }
  .toppage .news-list-img {
    width: 102px;
    background-size: 80px auto;
    background-color: #A3B1A0;
  }
  .toppage .news-list-text {
    display: block;
    width: 100%;
  }
  .toppage .news-list-title {
    font-size: 16px;
  }
  .toppage .deal {
    /* 新規ご登録について */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .toppage .deal-item {
    padding-block: 30px;
    width: 100%;
  }
  .toppage .deal-name {
    font-size: 20px;
  }
  .toppage .deal-text {
    min-height: none;
    font-size: 13px;
  }
  .toppage .deal-img {
    margin-bottom: 30px;
  }
  .toppage .corporate {
    /* 企業情報 */
  }
  .toppage .corporate-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .toppage .corporate-links-list {
    width: 100%;
  }
  .toppage .corporate-links-list li + li {
    margin-top: 4px;
  }
  .toppage .corporate-links-list li a {
    gap: 16px;
  }
  .toppage .corporate-links-img {
    width: 30.6532663317%;
  }
  .toppage .corporate-links-name {
    width: 65.3266331658%;
    font-size: 16px;
  }
  .toppage .corporate-links-name span {
    font-size: 9px;
    margin-top: 3px;
  }
  .toppage .corporate-btn {
    gap: 16px;
  }
  .toppage .corporate-btn a {
    width: calc((100% - 16px) / 2);
    height: 60px;
    font-size: min(14px, 3.2558139535vw);
    min-width: auto;
    padding-left: 10px;
    line-height: 1.4;
  }
  .toppage #sec_index_sponsor:has(.sponsor) {
    padding-block: 0 !important;
  }
  .toppage #sec_index_sponsor:has(.sponsor) .top-section {
    margin-bottom: 0;
  }
  .toppage .sponsor {
    /* 協賛 */
    gap: 10px;
  }
  .toppage .sponsor-item {
    width: calc((100% - 10px) / 2);
    max-width: 398px;
  }
}/*# sourceMappingURL=top.css.map */