/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 08:19:01 */
@charset "UTF-8";


/* bg-kumo
------------------------------------------- */
@-webkit-keyframes bgroop {
  from {
      background-position-x: 0;
  }
  to {
      background-position-x: 2150px;
  }
}
@keyframes bgroop {
  from {
    background-position-x: 0;
  }
  to {
      background-position-x: 2150px;
  }
}


/* home-mv
------------------------------------------- */
#page .home-mv {
  background: #f5f1ee;
  position: relative;
}
#page .home-mv__inner {
  height: 47vw;
  min-height: 650px;
}
#page .home-mv__catch {
  width: 42%;
  position: absolute;
  top: 20%;
  right: 13%;
}
#page .home-mv__catch-ja {
  font-size: max(1.3rem, 1.08vw);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1.5%;
}
#page .home-mv__kumo {
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/sites/454/2022/04/mv_kumo.png") repeat-x left top;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
#page .home-mv__bird {
  max-width: 125px;
  width: 8%;
  position: absolute;
  right: 3%;
  top: 13%;
}
#page .home-mv__img,
#page .home-mv__bg-img {
  width: 101%;
  position: absolute;
  left: -1vw;
  bottom: 0;
}
#page .home-mv__bg-img {
  bottom: max(28.3%, 16.6vw);
  left: -1.4vw;
}


/* home-mainbnr
------------------------------------------- */
#page .home-mainbnr {
  max-width: 1556px;
  padding: 0 20px;
  margin: -70px auto 0;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
#page .home-mainbnr__list {
  padding: 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page .home-mainbnr__list.slick-initialized {
  display: block;
}
#page .home-mainbnr__list .item {
  /*padding: 20px;
  width: 33.33%;*/
  padding: 20px 10px;
  width: 25%;
}
#page .home-mainbnr__list .item img {
  transition: transform .2s;
}
#page .home-mainbnr__list .item a:hover img {
  transform: scale(1.05);
}

#page .home-mainbnr__list .slick-dots {
  bottom: -10px;
}
#page .home-mainbnr__list .slick-dots li,
#page .home-mainbnr__list .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#page .home-mainbnr__list .slick-dots li {
  background: #cfd1d1;
}
#page .home-mainbnr__list .slick-dots .slick-active {
  background: #223542;
}
#page .home-mainbnr__list .slick-dots li button:before {
  content: none;
}
#page .home-mainbnr__list .slick-arrow {
  width: 40px;
  height: 40px;
  background: #223542;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  bottom: 0;
  top: 50%;
}
#page .home-mainbnr__list .slick-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 1;
}
#page .home-mainbnr__list .slick-next:before {
  border-style: none solid solid none;
  margin-left: -6px;
}
#page .home-mainbnr__list .slick-prev:before {
  border-style: solid none none solid;
  margin-left: 6px;
}
#page .home-mainbnr__list .slick-arrow {
  opacity: 0;
  transition: opacity 0.2s;
}
#page .home-mainbnr__list:hover .slick-arrow {
  opacity: 1;
}
#page .home-mainbnr__list .slick-arrow.slick-disabled {
  display: none !important;
}



/* home-section__title
------------------------------------------- */
#page .home-section__title {
  color: #223542;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#page .home-section__title .title-en {
  font-size: 4rem;
  line-height: 1.4;
}
#page .home-section__title .title-ja {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 6px;
}


/* home-property
------------------------------------------- */
#page .home-property__list {
  margin-left: -2%;
  margin-right: -2%;
}
#page .home-property__list .item {
  padding: 2%;
  width: 25%;
}
#page .home-property__list .item-btn {
  margin-top: 40px;
}
#page .home-property__list .item-btn a {
  display: block;
  background: #ea7777;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: background .2s;
}
#page .home-property__list .item-btn a:hover {
  background: #223542;
}
#page .home-property__list .item-btn .text {
  position: relative;
}


/* home-recommend
------------------------------------------- */
#page .home-recommend {
  position: relative;
  overflow: hidden;
}
#page .home-recommend .bg-kumo {
  width: 100%;
  background: url("/wp-content/uploads/sites/454/2022/04/bg_kumo_02.png") repeat-x;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: relative;
}

#page .home-recommend__bg-img {
  width: 108%;
  height: auto;
  position: absolute;
  left: -1%;
  bottom: -1%;
  z-index: 0;
}
#page .home-recommend__contents {
  max-width: 1350px;
  min-height: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
#page .home-recommend__bkn {
  background: rgba(255, 255, 255, .95);
}
#page .home-recommend__bkn-title {
  color: #223542;
  margin-bottom: 10px;
}
#page .home-recommend__bkn-title .title-en {
  font-size: 3.2rem;
  line-height: 1.3;
}
#page .home-recommend__bkn-title .title-ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  margin-left: 20px;
}
#page .home-recommend__bkn-list .bkn-block {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
#page .home-recommend__bkn .bkn {
  width: 25%;
  padding: 1.5%;
}

#page .home-recommend__bkn-list .bkn-block-btn a {
  display: inline-block;
  background: #ea7777;
  color: #fff;
  font-weight: bold;
  min-width: 300px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 15px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: background .2s;
}
#page .home-recommend__bkn-list .bkn-block-btn a:hover {
  background: #223542;
}
#page .home-recommend__bkn-list .bkn-block-btn .text {
  position: relative;
}

#page .home-recommend__bkn {
  padding: 40px 0;
}
#page .home-recommend__bkn-list {
  padding: 40px 0;
}

#page .home-recommend__bkn-tab {
  margin-left: -1%;
  margin-right: -1%;
}
#page .home-recommend__bkn-tab .item {
  width: 48%;
  margin: 0 1%;
  text-align: center;
  background: #f7f8f8;
  border-radius: 10px 10px 0 0;
  padding: 12px;
  cursor: pointer;
}
#page .home-recommend__bkn-tab .item.is-current {
  background: #fff;
}
#page .home-recommend__bkn-tab .item-icon {
  display: flex;
  align-items: center;
  width: 55px;
  height: 70px;
  margin: auto;
}
#page .home-recommend__bkn-tab .item-text {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}


/* home-selected
------------------------------------------- */
#page .home-selected__img {
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}
#page .home-selected__list {
  margin-left: -24px;
  margin-right: -24px;
  justify-content: center;
  max-height: 220px;
  overflow: hidden;
  transition: max-height .4s;
}
#page .home-selected__list.is-open {
  max-height: 1000px;
}
#page .home-selected__list .item {
  width: calc(100% / 6);
  padding: 0 24px;
  margin-bottom: 40px;
}
#page .home-selected__list .item-text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
#page .home-selected__list .item-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  background: #ea7777;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .2s;
}
#page .home-selected__list a:hover .item-icon {
  background: #223542;
}
#page .home-selected__list .item-icon > span {
  display: inline-block;
}
#page .home-selected__list .item-icon svg {
  vertical-align: middle;
}
#page .home-selected__list .item-icon img {
  width: 60px;
}

#page .home-selected__btn-more {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
#page .home-selected__btn-more a {
  display: block;
}
#page .home-selected__btn-more .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ea7777;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: background .2s;
}
#page .home-selected__btn-more a:hover .circle {
  background: #223542;
}
#page .home-selected__btn-more .circle::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -5px;
}
#page .home-selected__btn-more a.is-open .circle::after {
  border-style: solid none none solid;
  margin-top: 5px;
}
#page .home-selected__btn-more .close {
  display: none;
}
#page .home-selected__btn-more a.is-open .close {
  display: block;
}
#page .home-selected__btn-more a.is-open .open {
  display: none;
}


/* home-student
------------------------------------------- */
#page .home-student {
  background: #f2f5f7;
}
#page .home-student .bg-kumo {
  width: 100%;
  background: url("/wp-content/uploads/sites/454/2022/04/bg_kumo.png") repeat-x;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: relative;
}
#page .home-student__list .item {
  width: 434px;
}
#page .home-student__list .item-img {
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page .home-student__list .item-text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 10px 0;
}
#page .home-student__list .item-btn {
  max-width: 408px;
  margin: auto;
}
#page .home-student__list .item-btn a {
  display: block;
  background: #ea7777;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 18px;
  text-align: center;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: background .2s;
}
#page .home-student__list .item-btn a:hover {
  background: #223542;
}

#page .home-student__sub-title {
  font-size: 2rem;
  font-weight: bold;
}
#page .home-student__info-list .item {
  width: 340px;
}
#page .home-student__info-list .item-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#page .home-student__info-list .item-btn {
  max-width: 340px;
  margin: auto;
}
#page .home-student__info-list .item-btn a {
  display: block;
  background: #ea7777;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 18px;
  text-align: center;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: background .2s;
}
#page .home-student__info-list .item-btn a:hover {
  background: #223542;
}


/* home-news
------------------------------------------- */
#page .home-news__bg {
  width: 100%;
  background: url("/wp-content/uploads/sites/454/2022/04/bg_kumo.png") repeat-x;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: relative;
}

#page .home-news__bird {
  width: 172px;
  position: absolute;
  right: 20px;
  bottom: 110px;
  z-index: 0;
}

#page .home-news__inner {
  position: relative;
  z-index: 1;
}

#page .home-news__list {
  margin-left: -1%;
  margin-right: -1%;
}
#page .home-news__list .es-list {
  font-size: inherit;
}
#page .home-news__article {
  width: 25%;
  padding: 0 1%;
}
#page .home-news__article .article-img {
  height: 200px;
  overflow: hidden;
}
#page .home-news__article .article-img img {
  transition: transform .4s;
}
#page .home-news__article a:hover .article-img img {
  transform: scale(1.2);
}
#page .home-news__article .article-title {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .home-news__btn-more {
  text-align: right;
}
#page .home-news__btn-more a {
  display: inline-block;
  background: #223542;
  color: #fff;
  border-radius: 30px;
  font-size: 2rem;
  line-height: 1;
  padding: 6px 20px;
}


#page .home-news__list .es-list-wrapper {
  padding: 0;
}
#page .home-news__list .es-list li {
  width: 25%;
  padding: 0 1%;
  margin: 0;
}
#page .home-news__list .es-list .thumb {
  height: 200px;
  overflow: hidden;
}
#page .home-news__list .es-list .thumb img {
  transition: transform .4s;
}
#page .home-news__list .es-list li a:hover .thumb img {
  transform: scale(1.2);
}
#page .home-news__list .es-list li .wrap {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .home-news__list .es-list li .date {
  letter-spacing: 0.05em;
}



/* home-useful
------------------------------------------- */
#page .home-useful__inner {
  max-width: 1350px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#page .home-useful__wrap {
  position: relative;
}
#page .home-useful__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  left: 0;
  top: 30px;
  border: 2px solid #223542;
  z-index: 0;
}
#page .home-useful__wrap::after {
  content: "";
  display: block;
  background: #fff;
  width: 650px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#page .home-useful__title {
  position: relative;
  z-index: 2;
}
#page .home-useful__desc {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#page .home-useful__col .col-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#page .home-useful__list {
  margin-left: -2%;
  margin-right: -2%;
}
#page .home-useful__col {
  width: 25%;
  padding: 2%;
}
#page .home-useful__col .col-img {
  width: 212px;
  margin: 20px auto 30px;
}
#page .home-useful__col .col-list .item {
  margin-top: 10px;
}
#page .home-useful__col .col-list .item a {
  padding-left: 20px;
  position: relative;
}
#page .home-useful__col .col-list .item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #dd665f;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width .2s;
}
#page .home-useful__col .col-list .text {
  padding: 2px 15px;
  background: #f6f2ef;
  display: inline-block;
  border-radius: 20px;
  line-height: 1.5;
  transition: color .2s, background .2s;
}
#page .home-useful__col .col-list .item a:hover .text {
  background: #223542;
  color: #fff;
}



/* home-store
------------------------------------------- */
#page .home-store .bg-kumo {
  width: 100%;
  background: url("/wp-content/uploads/sites/454/2022/04/bg_kumo.png") repeat-x;
  background-position-y: 200px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: relative;
}

#page .home-store__block {
  margin-top: 80px;
  position: relative;
}
#page .home-store .store-name .title {
  color: #223542;
}
#page .home-store .store-name .title-en {
  font-size: 2.8rem;
  line-height: 1.3;
}
#page .home-store .store-name .title-ja {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-left: 20px;
}
#page .home-store .store-gmap-link {
  position: absolute;
  right: 0;
  top: 0;
}
#page .home-store .store-gmap-link a {
  display: inline-block;
  background: #223542;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 6px 12px;
}
#page .home-store .store-info {
  width: 428px;
}
#page .home-store .store-access {
  width: calc(100% - 428px);
  padding-left: 30px;
}
#page .home-store .store-img {
  height: 264px;
}
#page .home-store .store-gmap {
  height: 264px;
}
#page .home-store .store-info-detail-title {
  color: #223542;
  font-size: 1.8rem;
}
#page .home-store__bird {
  width: 172px;
  position: absolute;
  right: 20px;
  top: 650px;
  z-index: 0;
}

/* home-onlyone
------------------------------------------- */
#page .home-onlyone {
  background: url("/app/uploads/sites/454/2025/02/home_onlyone_bg.png") no-repeat center center / cover;
  padding: 160px 0;
  position: relative;
}
#page .home-onlyone .anime-img {
  background: url('/app/uploads/sites/454/2025/02/home_onlyone_logo.png') repeat-x center center / 335px 62px;
  width: 100%;
  height: 124px;
  border: 3px solid #fff;
  border-style: solid none;
  position: absolute;
  left: 0;
}
#page .home-onlyone .anime-img.top {
  top: 36px;
  animation: onlyone_anime_left 4s linear infinite;
}
#page .home-onlyone .anime-img.bottom {
  bottom: 36px;
  animation: onlyone_anime_right 4s linear infinite;
}

@-webkit-keyframes onlyone_anime_left {
  0% { background-position: 0 center; }
  100% { background-position: -335px center; }
}
@keyframes onlyone_anime_left {
  0% { background-position: 0 center; }
  100% { background-position: -335px center; }
}
@-webkit-keyframes onlyone_anime_right {
  0% { background-position: 0 center; }
  100% { background-position: 335px center; }
}
@keyframes onlyone_anime_right {
  0% { background-position: 0 center; }
  100% { background-position: 335px center; }
}

#page .home-onlyone__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  gap: 80px;
}
#page .home-onlyone__ttl {
  width: 94%;
  max-width: 480px;
}
#page .home-onlyone__btn {
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: 40px 0 10px;
}
#page .home-onlyone__btn a {
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  overflow: hidden;
  transition: background 0.2s;
}
#page .home-onlyone__btn a:hover {
  background: #fff;
  color: #000;
}
#page .home-onlyone__illust {
  width: 94%;
  max-width: 412px;
}

/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {


  @-webkit-keyframes bgroop {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 1200px;
    }
  }
  @keyframes bgroop {
    from {
      background-position-x: 0;
    }
    to {
        background-position-x: 1200px;
    }
  }

  #page .home-mv__inner {
    min-height: 400px;
    height: 120vw;
  }
  #page .home-mv__kumo {
    background-size: 1200px auto;
    top: 15%;
  }
  #page .home-mv__img,
  #page .home-mv__bg-img {
    width: 201%;
    transform: translateX(-31%);
  }
  #page .home-mv__catch {
    width: 92%;
    position: absolute;
    top: max(80px, 22vw);
    right: 4%;
  }
  #page .home-mv__catch-ja {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 3%;
  }
  #page .home-mainbnr__list {
    padding: 10px;
    border-radius: 10px;
  }
  #page .home-mainbnr__list .item {
    width: 100%;
    padding: 10px;
  }
  #page .home-mainbnr__list .slick-arrow {
    bottom: auto;
    top: 50%;
    opacity: 1;
  }
  #page .home-mainbnr__list .slick-next {
    right: -10px;
  }
  #page .home-mainbnr__list .slick-prev {
    left: -10px;
  }

  #page .home-section__title .title-en {
    font-size: 2.4rem;
  }
  #page .home-section__title .title-ja {
    font-size: 1.4rem;
  }

  #page .home-property__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  #page .home-property__list .item {
    padding: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
  #page .home-property__list .item-btn {
    margin-top: 20px;
  }
  #page .home-property__list .item-btn a {
    font-size: 1.4rem;
  }

  #page .home-selected__list .item-icon .icon-pc {
    width: 56px;
  }
  #page .home-selected__list .item-icon .icon-yachin {
    width: 35px;
  }
  #page .home-selected__list .item-icon .icon-key {
    width: 24px;
  }
  #page .home-selected__list .item-icon .icon-designers {
    width: 29px;
  }
  #page .home-selected__list .item-icon .icon-shinchiku {
    width: 36px;
  }
  #page .home-selected__list .item-icon .icon-kh {
    width: 36px;
  }


  #page .home-recommend .bg-kumo {
    background-size: 1200px auto;
  }
  #page .home-recommend__contents {
    min-height: 700px;
  }
  #page .home-recommend__bkn-tab .item {
    padding: 8px;
  }
  #page .home-recommend__bkn-tab .item-text {
    font-size: 1.1rem;
  }
  #page .home-recommend__bkn-tab .item-icon {
    width: 34px;
    height: 54px;
  }

  #page .home-recommend__bkn {
    padding: 20px 0;
  }
  #page .home-recommend__bkn-list {
    padding: 20px 0;
  }
  #page .home-recommend__bkn-title .title-en {
    font-size: 1.8rem;
  }
  #page .home-recommend__bkn-title .title-ja {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-left: 0;
    display: block;
  }
  #page .home-recommend__bkn .bkn {
    width: 50%;
  }
  #page .home-recommend__bg-img {
    height: auto;
  }

  #page .home-selected__list {
    margin-left: -10px;
    margin-right: -10px;
    max-height: 280px;
  }
  #page .home-selected__list .item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #page .home-selected__list .item-icon {
    width: 100px;
    height: 100px;
  }
  #page .home-selected__list .item-text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #page .home-selected__list .item-icon img {
    width: 40px;
  }
  #page .home-selected__btn-more {
    font-size: 1.2rem;
  }


  #page .home-student__list {
    display: block;
  }
  #page .home-student__list .item {
    max-width: 434px;
    width: 100%;
    margin: 20px auto;
  }
  #page .home-student .bg-kumo {
    background-size: 1200px auto;
  }
  #page .home-student__list .item-img {
    height: auto;
  }
  #page .home-student__list .item-text {
    font-size: 1.6rem;
  }
  #page .home-student__list .item-btn a {
    font-size: 1.4rem;
    padding: 15px;
  }
  
  #page .home-student__sub-title {
    font-size: 1.7rem;
  }
  #page .home-student__info-list {
    display: block;
  }
  #page .home-student__info-list .item {
    max-width: 340px;
    width: 100%;
    margin: 40px auto;
  }
  #page .home-student__info-list .item-img {
    height: auto;
  }
  #page .home-student__info-list .item-text {
    font-size: 1.6rem;
  }
  #page .home-student__info-list .item-btn a {
    font-size: 1.4rem;
    padding: 15px;
  }
	
  #page .home-news__bg {
    background-size: 1200px auto;
  }
  #page .home-news__list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  #page .home-news__article {
    width: 50%;
    padding: 0 1.5%;
    margin-bottom: 20px;
  }
  #page .home-news__article .article-img {
    height: 32vw;
  }
  #page .home-news__btn-more a {
    font-size: 1.4rem;
  }
  #page .home-news__bird {
    width: 100px;
    position: absolute;
    right: 180px;
    bottom: 40px;
  }

  #page .home-news__list .es-list li {
    width: 50%;
    padding: 0 1.5%;
    margin-bottom: 20px;
  }
  #page .home-news__list .es-list .thumb {
    height: 32vw;
  }

  #page .home-useful__wrap {
    padding: 0;
  }
  #page .home-useful__wrap::before,
  #page .home-useful__wrap::after {
    content: none;
  }
  #page .home-useful__contents {
    margin: 40px auto 0;
    padding: 40px 20px;
    border: 2px solid #223542;
  }
  #page .home-useful__desc {
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
  #page .home-useful__col {
    width: 100%;
    padding: 2%;
    margin-bottom: 30px;
  }
  #page .home-useful__col .col-title {
    font-size: 1.8rem;
  }
  #page .home-useful__col .col-img {
    width: 85%;
  }
  #page .home-useful__col .col-list {
    max-width: 85%;
    margin: auto;
  }


  #page .home-store .bg-kumo {
    background-size: 1200px auto;
    background-position-y: 0;
    background-repeat: repeat;
  }
 .home-store__block {
    margin-top: 50px;
  }
  #page .home-store .store-name .title-en {
    font-size: 1.8rem;
  }
  #page .home-store .store-name .title-ja {
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
  }
  #page .home-store .store-gmap-link {
    top: 287px;
  }
  #page .home-store .store-gmap-link a {
    font-size: 1.2rem;
  }
  #page .home-store .store-info,
  #page .home-store .store-access {
    width: 100%;
    padding: 0;
  }
  #page .home-store .store-access {
    margin-top: 30px;
    position: relative;
  }
  #page .home-store__bird {
    width: 100px;
    top: 74px;
  }



  #page .home-onlyone {
    background: url("/app/uploads/sites/454/2025/02/home_onlyone_bg.png") no-repeat center center / cover;
    padding: 80px 0;
  }
  #page .home-onlyone .anime-img {
    background-size: 162px 30px;
    height: 60px;
    border-width: 2px;
  }
  #page .home-onlyone .anime-img.top {
    top: 20px;
  }
  #page .home-onlyone .anime-img.bottom {
    bottom: 20px;
  }

  @-webkit-keyframes onlyone_anime_left {
    0% { background-position: 0 center; }
    100% { background-position: -162px center; }
  }
  @keyframes onlyone_anime_left {
    0% { background-position: 0 center; }
    100% { background-position: -162px center; }
  }
  @-webkit-keyframes onlyone_anime_right {
    0% { background-position: 0 center; }
    100% { background-position: 162px center; }
  }
  @keyframes onlyone_anime_right {
    0% { background-position: 0 center; }
    100% { background-position: 162px center; }
  }

  #page .home-onlyone__contents {
    padding: 40px 20px;
    gap: 30px;
  }
  #page .home-onlyone__btn {
    height: 50px;
    margin: 30px auto 0;
  }
  #page .home-onlyone__btn a {
    font-size: 1.4rem;
  }
  #page .home-onlyone__illust {
    margin: auto;
  }


}
