/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2021 | 10:12:48 */
@charset "UTF-8";


/* mv
------------------------------------------- */
#page .header {
  display: none;
}
#page .top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
#page .top-mv__logo {
  width: 264px;
  position: absolute;
  left: 3.5%;
  top: 7%;
}
#page .top-mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#page .top-mv__contents {
  width: 100%;
  height: 100%;
  padding: 0 210px 0 4%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-mv__contents-info {
  width: 100%;
  padding-left: 4%;
  position: relative;
}
#page .top-mv__contents-left-text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
#page .top-mv__catch {
  margin: 5% 0;
}
#page .top-mv__catch-text {
  font-size: min(5vw, 7.5rem);
  font-weight: 900;
  line-height: 1.4;
}
#page .js-mv__catch-move .split {
  opacity: 0;
}

#page .top-mv__btn-message {
  margin-left: 5px;
  transition-delay: 1s;
}
#page .top-mv__btn-message a {
  display: inline-block;
  background: #998e87;
  color: #fff;
  line-height: 1;
}
#page .top-mv__btn-message .en {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 10px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
#page .top-mv__btn-message .ja {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 10px;
  vertical-align: middle;
}
#page .top-mv__btn-message a {
  position: relative;
}
#page .top-mv__btn-message .border {
  display: block;
  padding: 15px 20px;
}
#page .top-mv__btn-message .border::before,
#page .top-mv__btn-message .border::after {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
#page .top-mv__btn-message .border::before {
  top: 0;
  left: 0;
}
#page .top-mv__btn-message .border::after {
  bottom: 0;
  right: 0;
}
#page .top-mv__btn-message .border:hover {
  background: #fff;
}
#page .top-mv__btn-message .split {
  color: #fff;
  transition: color .4s;
}
#page .top-mv__btn-message .border:hover .is-view {
  color: #998e87;
}
#page .top-mv__btn-message .border:hover::before,
#page .top-mv__btn-message .border:hover::after {
  width: 100%;
  height: 100%;
}
#page .top-mv__btn-message .border:hover::before {
  border-bottom-color: #998e87;
  border-left-color: #998e87;
  transition: height .2s, width .4s .2s;
}
#page .top-mv__btn-message .border:hover::after {
  border-top-color: #998e87;
  border-right-color: #998e87;
  transition: height .2s .6s, width .4s .8s;
}

#page .top-mv__side-nav {
  width: 210px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#page .top-mv__side-nav-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#page .top-mv__side-nav-menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-mv__side-nav-menu img {
  width: 40px;
  margin: auto;
}
#page .top-mv__side-nav-sns-list {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
#page .top-mv__side-nav-sns-item {
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 15px;
}
#page .top-mv__side-nav-sns-item a {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-mv__side-nav-sns-item a:hover {
  opacity: 0.7;
}
#page .top-mv__side-nav-sns-item svg {
  fill: #fff;
  vertical-align: middle;
  width:  28px;
}



/* top-section
------------------------------------------- */
#page .top-section__contents {
  flex: 1;
}
#page .top-section__title {
  position: relative;
  width: 100%;
}
#page .top-section__title .ja {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  top: -7px;
}
#page .top-section__title .en {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 0;
}
#page .top-section__desc {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page .top-section__desc-text {
  font-size: 1.8rem;
  font-weight: bold;
}
#page .top-section__desc-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}


/* business
------------------------------------------- */
#page .top-business {
  position: relative;
}
#page .top-business::before {
  content: "";
  display: block;
  width: calc(60% - 350px);
  height: 85%;
  background: #cec8c4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page .top-business__info {
  width: 350px;
}
#page .top-business__info .top-section__title {
  text-align: right;
}
#page .top-business__info .top-section__title .ja {
  padding-right: 2em;
}
#page .top-business__info .top-section__title .en {
  right: 0;
}

#page .top-business__contents {
  padding-right: 4%;
  margin: 0 auto 0 0;
  max-width: 950px;
}
#page .top-business__bnr-img {
  height: 280px;
  flex: 1;
  overflow: hidden;
}
#page .top-business__bnr-img img {
  transform: scale(1);
  transition: transform 1.2s;
}
a:hover .top-business__bnr-img img {
  transform: scale(1.2);
}
#page .top-business__bnr-info {
  width: 300px;
  position: relative;
  padding-top: 30px;
}
#page .top-business__bnr-name {
  width: 120%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 20px 10px;
  margin-left: -20%;
  text-align: center;
  position: relative;
}
#page .top-business__bnr-name .text {
  transition-delay: 0;
}
#page .top-business__bnr-name::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 1.2s cubic-bezier(.31,.16,.12,.99);
}
#page .top-business__bnr-name.js-inview_view::before {
  width: 100%;
}
#page .top-business__bnr-name.yutokulife::before {
  background: #b3c49b;
}
#page .top-business__bnr-name.yutokuhomes::before {
  background: #628c96;
}
#page .top-business__bnr-name.grandmast::before {
  background: #54633f;
}
#page .top-business__bnr-text {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 25px;
  position: absolute;
  left: 0;
  bottom: 45px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.2s, opacity 1.2s;
  transition-delay: 0.5s;
}
#page .top-business__bnr-text.js-inview_view {
  opacity: 1;
  transform: translateY(0);
}
#page .top-business__bnr-viewmore {
  color: #998e87;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 30px 0 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: color .4s;
}
#page .top-business__bnr-viewmore::before,
#page .top-business__bnr-viewmore .text::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #998e87;
  position: absolute;
  left: 0;
  top: 50%;
}
#page .top-business__bnr-viewmore .text::before {
  width: 0;
  background: #000;
  transition: width .5s;
}
#page .top-business__bnr-viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #998e87;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 5px;
  transition: right .4s, border .4s;
}
#page a:hover .top-business__bnr-viewmore {
  color: #000;
  transition-delay: .4s;
}
#page a:hover .top-business__bnr-viewmore .text::before {
  width: 80px;
}
#page a:hover .top-business__bnr-viewmore::after {
  border-color: #000;
  right: -10px;
  transition-delay: .4s;
}



/* overview
------------------------------------------- */
#page .top-overview__inner {
  position: relative;
}
#page .top-overview__info {
  width: 640px;
  height: 32vw;
  min-height: 600px;
}
#page .top-overview__info .top-section__title {
  text-align: left;
}
#page .top-overview__info .top-section__title .ja {
  padding-left: 2em;
}
#page .top-overview__info .top-section__title .en {
  left: 0;
}
#page .top-overview__info .top-section__desc {
  padding-left: 6.5em;
  padding-bottom: 80px;
}
#page .top-overview__desc-text-text {
  transition-delay: 0.6s;
}

#page .top-overview__main-img {
  padding-left: 4%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 50px);
  max-width: calc(100% - 640px);
  height: 32vw;
  min-height: 600px;
}
#page .top-overview__btn-viewmore {
  color: #998e87;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 30px 0 calc(50% - 450px);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: color .4s;
}
#page .top-overview__btn-viewmore::before,
#page .top-overview__btn-viewmore .text::before {
  content: "";
  display: inline-block;
  width: calc(100% - 180px);
  height: 1px;
  background: #998e87;
  position: absolute;
  left: 0;
  top: 50%;
}
#page .top-overview__btn-viewmore .text::before {
  width: 0;
  background: #000;
  transition: width .5s;
}
#page .top-overview__btn-viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #998e87;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 5px;
  transition: right .4s, border .4s;
}
#page .top-overview__btn-wrap {
  display: block;
  width: 100%;
}
#page a:hover .top-overview__btn-viewmore {
  color: #000;
  transition-delay: .4s;
}
#page a:hover .top-overview__btn-viewmore .text::before {
  width: calc(100% - 180px);
}
#page a:hover .top-overview__btn-viewmore::after {
  border-color: #000;
  right: -10px;
  transition-delay: .4s;
}


/* owner
------------------------------------------- */
#page .top-owner__inner {
  position: relative;
}
#page .top-owner__info {
  width: 395px;
  margin-left: auto;
  height: 37vw;
}
#page .top-owner__info .top-section__title .ja {
  text-align: right;
  width: 100%;
  display: block;
  padding-right: 2em;
}
#page .top-owner__info .top-section__title .en {
  right: 0;
}
#page .top-owner__info .top-section__desc {
  padding-right: 5.5em;
}
#page .top-owner__contents {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(46% + 280px);
  max-width: calc(96% - 395px);
  height: 37vw;
}
#page .top-owner__main-img {
  height: 100%;
}
#page .top-owner__contents-info {
  position: absolute;
  right: 0;
  top: 15%;
}
#page .top-owner__contents-info-box {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: rgba(35, 24, 21, 0.8);
  padding: 40px;
  transition-delay: 0.6s;
}
#page .top-owner__btn-viewmore {
  color: #231815;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 40px 0 280px;
  position: relative;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin-top: 20px;
  transition: color .4s, transform .8s, opacity .8s;
  transition-delay: 0.6s;
}
#page .top-owner__btn-viewmore.js-inview {
  opacity: 0;
  transform: translateY(20px);
}
#page .top-owner__btn-viewmore.js-inview_view {
  opacity: 1;
  transform: translateY(0);
}
#page .top-owner__btn-viewmore .en {
  vertical-align: middle;
}
#page .top-owner__btn-viewmore .ja {
  font-size: 1.5rem;
  vertical-align: middle;
}
#page .top-owner__btn-viewmore::before,
#page .top-owner__btn-viewmore .text::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 1px;
  background: #231815;
  position: absolute;
  left: 0;
  top: 50%;
}
#page .top-owner__btn-viewmore .text::before {
  width: 0;
  background: #998e87;
  transition: width .5s;
}
#page .top-owner__btn-viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #231815;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 7px;
  transition: right .4s, border .4s;
}
#page a:hover .top-owner__btn-viewmore {
  color: #998e87;
  transition-delay: .4s;
}
#page a:hover .top-owner__btn-viewmore .text::before {
  width: 250px;
}
#page a:hover .top-owner__btn-viewmore::after {
  border-color: #998e87;
  right: -10px;
  transition-delay: .4s;
}


/* sponsor
------------------------------------------- */
#page .top-sponsor__title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

#page .top-sponsor__desc {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#page .top-sponsor__contents {
  position: relative;
}
#page .top-sponsor__img-text {
  width: 47%;
  position: absolute;
  left: 3%;
  bottom: 200px;
  z-index: 1;
}
#page .top-sponsor__info {
  padding: 40px 0 20px;
  width: 50%;
  min-width: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .top-sponsor__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(54, 90, 31, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .top-sponsor__info-text {
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 20px 8%;
}
#page .top-sponsor__btn-viewmore {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 30px 0 440px;
  position: relative;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin-top: 20px;
  transition: color .4s;
}
#page .top-sponsor__btn-viewmore::before,
#page .top-sponsor__btn-viewmore .text::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
#page .top-sponsor__btn-viewmore .text::before {
  width: 0;
  background: #000;
  transition: width .5s;
}

#page .top-sponsor__btn-viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 5px;
  transition: right .4s, border .4s;
}
#page a:hover .top-sponsor__btn-viewmore {
  color: #000;
  transition-delay: .4s;
}
#page a:hover .top-sponsor__btn-viewmore .text::before {
  width: 400px;
}
#page a:hover .top-sponsor__btn-viewmore::after {
  border-color: #000;
  right: -10px;
  transition-delay: .4s;
}





/* insta
------------------------------------------- */
#page .top-insta__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
#page .top-insta__title svg {
  width: 26px;
  vertical-align: middle;
  margin-left: 1rem;
}
#page .top-insta__desc {
  font-size: 2rem;
  font-weight: bold;
}

#page .top-insta__contents {
  padding-top: 4rem;
}
#page .top-insta__shop {
  margin: 4rem -1% 0;
  position: relative;
  min-height: 300px;
}
#page .top-insta__shop-title {
  color: #fff;
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .top-insta__shop-title a {
  display: block;
  width: 100%;
  height: 100%;
}
#page .top-insta__shop-title-in {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#page .top-insta__shop-title .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transform: rotate(180deg);
  width: 100%;
  height: calc(100% - 48px);
  padding-right: 30px;
}
#page .top-insta__shop-title .more {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}
#page .top-insta__shop-title .icon_insta {
  width: 24px;
  height: 24px;
  margin: auto;
}
#page .top-insta__shop-title svg {
  fill: #fff;
}
#page .top-insta__shop-title .name,
#page .top-insta__shop-title .more,
#page .top-insta__shop-title svg {
  transition: .4s;
}
#page .top-insta__shop-title a:hover .name,
#page .top-insta__shop-title a:hover .more {
  color: #000000;
}
#page .top-insta__shop-title a:hover svg {
  fill: #000000;
}
#page .top-insta__shop .list {
  padding-left: calc(80px - 1%);
}
#page .top-insta__shop .item {
  width: 25%;
  height: 300px;
  padding: 0 1%;
  opacity: 0;
  transition: opacity 1s, top 1s;
  position: relative;
  top: 30px;
}
#page .top-insta__shop .item a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#page .top-insta__shop .item-img {
  height: 100%;
}
#page .top-insta__shop .item-hover {
  width: 100%;
  height: 100%;
  color: #000;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .top-insta__shop a:hover .item-hover {
  opacity: 1;
}
#page .top-insta__shop .item-hover .icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: auto;
  background: url("/wp-content/uploads/sites/467/2021/10/icon_insta_blk.png") no-repeat center center / 100% auto;
}
#page .top-insta__shop .item-hover .title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
#page .top-insta__shop .item-hover .text {
  font-size: 1.3rem;
  line-height: 1;
  line-height: 1.8;
  min-height: calc(calc(1.3rem * 3) * 1.8);
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .top-insta__shop .item-hover .viewmore {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 calc(82% - 100px);
  margin-top: 10px;
}
#page .top-insta__shop .item-hover .viewmore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  margin-bottom: -1px;
  margin-left: 10px;
}
#page .top-insta__shop .item-hover .viewmore::before {
  content: "";
  width: calc(82% - 110px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
#page .top-insta__shop .item.js-inview_view {
  top: 0;
  opacity: 1;
}
#page .top-insta__shop .item:nth-child(1) {
  transition-delay: 0;
}
#page .top-insta__shop .item:nth-child(2) {
  transition-delay: 0.2s;
}
#page .top-insta__shop .item:nth-child(3) {
  transition-delay: 0.4s;
}
#page .top-insta__shop .item:nth-child(4) {
  transition-delay: 0.6s;
}


/* sns-sec
------------------------------------------- */
#page .sns-sec {
  padding: 160px 0;
}
#page .sns-sec__row {
  border: 1px solid #a8a8a8;
  border-style: solid none;
  padding: 10px 0;
}
#page .sns-sec__item {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #998e87;
  width: 50%;
}
#page .sns-sec__item:first-child {
  text-align: right;
  border-right: 1px solid #efefef;
}
#page .sns-sec__item a {
  display: block;
  padding: 30px 20%;
  transition: background .4s;
}
#page .sns-sec__item a:hover {
  background: #f9f9f9;
}
#page .sns-sec__item svg {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  fill: #998e87;
  margin-left: 1em;
}
#page .sns-sec__item .cls-1 {
  fill: #998e87;
}


/* @media
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1600px) {

  #page .top-business,
  #page .top-owner {
    padding-right: 150px;
  }

}

/* @media
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1450px) {

  #page .top-insta__shop .item {
    width: calc(300px + 2%);
  }
  #page .top-insta__shop .item:last-child {
    display: none;
  }

}

/* @media
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1300px) {

  #page .top-mv {
    height: 700px;
  }

}


/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  #page .top-mv {
    margin: 0;
    height: 70vh;
  }
  #page .top-mv__logo {
    width: 160px;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  #page .top-mv__contents {
    padding: 0 0 0 20px;
  }
  #page .top-mv__contents-left-text {
    font-size: 1.1rem;
  }
  #page .top-mv__catch-text {
    font-size: min(10vw, 6rem);
  }
  #page .top-mv__contents-info {
    padding-left: 20px;
  }
  #page .top-mv__btn-message .en {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  #page .top-mv__btn-message .ja {
    font-size: 1.2rem;
    padding: 0 5px;
  }



  #page .top-section__row .top-section__title .ja {
    font-size: 2.6rem;
    text-align: left;
    padding: 0 0 0 4rem;
    display: block;
  }
  #page .top-section__row .top-section__title .en {
    font-size: 3rem;
    left: -1rem;
    right: auto;
  }
  #page .top-section__row .top-section__desc {
    padding: 15px 0 30px;
  }
  #page .top-section__desc-text {
    font-size: 1.6rem;
    padding: 0 0 0 3em;
  }
  #page .top-section__contents {
    flex: auto;
  }
  #page .top-section__desc-title {
    font-size: 2rem;
  }
  #page .top-section__desc-text {
    font-size: 1.4rem;
  }


  #page .top-business__info {
    width: 100%;
  }
  #page .top-business__contents {
    padding: 0;
  }
  #page .top-business__bnr {
    position: relative;
  }
  #page .top-business__bnr-info {
    width: 100%;
    position: static;
    padding-top: 10px;
  }
  #page .top-business__bnr-img {
    height: 50vw;
    flex: auto;
  }
  #page .top-business__bnr-viewmore {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 20px 0 calc(100% - 110px);
  }
  #page .top-business__bnr-viewmore::before {
    width: calc(100% - 130px);
  }
  #page .top-business__bnr-viewmore::after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  #page .top-business__bnr-text {
    position: static;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 0;
  }
  #page .top-business__bnr-name {
    width: 70%;
    font-size: 1.6rem;
    padding: 15px 10px;
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 20px;
  }
  #page .top-business::before {
    width: 20%;
    height: 80%;
  }

  #page .top-overview__info {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  #page .top-overview__main-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    padding: 0;
    margin-top: 30px;
    position: static;
    right: 0;
    top: 0;
  }
  #page .top-overview__btn-viewmore {
    font-size: 1.4rem;
    padding: 0 20px 0 calc(100% - 110px);
    position: relative;
  }
  #page .top-overview__btn-viewmore::before {
    width: calc(100% - 130px);
  }
  #page a:hover .top-overview__btn-viewmore .text::before {
    width: calc(100% - 130px);
  }
  #page .top-overview__btn-viewmore::after {
    width: 8px;
    height: 8px;
    top: 3px;
  }


  #page .top-owner__info {
    width: 100%;
    margin-left: auto;
    height: auto;
  }
  #page .top-owner__contents {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #page .top-owner__contents-info-box {
    font-size: 1.3rem;
    padding: 20px;
    margin: 0 0 0 auto;
  }
  #page .top-owner__contents-info {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    padding-left: 20%;
  }
  #page .top-owner__btn-viewmore {
    font-size: 1.4rem;
    padding: 0 20px 0 calc(100% - 215px);
    margin: 20px 0;
  }
  #page .top-owner__btn-viewmore .ja {
    font-size: 1.3rem;
    vertical-align: middle;
  }
  #page .top-owner__btn-viewmore::after {
    width: 8px;
    height: 8px;
    top: 4px;
  }
  #page .top-owner__btn-viewmore::before,
  #page a:hover .top-owner__btn-viewmore .text::before {
    width: calc(100% - 215px);
  }


  #page .top-sponsor__title {
    font-size: 2.6rem;
  }
  #page .top-sponsor__desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #page .top-sponsor__img {
    height: 300px;
  }
  #page .top-sponsor__info {
    padding: 20px;
    width: 300px;
    min-width: auto;
  }
  #page .top-sponsor__info-text {
    font-size: 2rem;
    padding: 0;
  }
  #page .top-sponsor__btn-viewmore {
    font-size: 1.2rem;
    padding: 0 20px 0 140px;
    margin-top: 15px;
  }
  #page .top-sponsor__btn-viewmore::before,
  #page a:hover .top-sponsor__btn-viewmore .text::before {
    width: 120px;
    height: 1px;
  }
  #page .top-sponsor__btn-viewmore::after {
    width: 8px;
    height: 8px;
    top: 2px;
  }
  #page .top-sponsor__img-text {
    width: 300px;
    left: 3%;
    bottom: 105px;
  }

  #page .top-insta__shop {
    min-height: 80vw;
  }
  #page .top-insta__desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #page .top-insta__contents {
    padding-top: 0;
  }
  #page .top-insta__shop .item {
    width: 50%;
    height: 40vw;
    min-height: 160px;
    padding: 0 1% 10px;
  }
  #page .top-insta__shop .item-img {
    width: 100%;
    height: 100%;
  }
  #page .top-insta__shop-title .name {
    font-size: 1.8rem;
    height: calc(100% - 80px);
    padding-right: 16px;
  }
  #page .top-insta__shop .item-hover {
    padding: 10px;
  }
  #page .top-insta__shop .item-hover .icon {
    width: 18px;
    height: 18px;
  }
  #page .top-insta__shop .item-hover .text {
    font-size: 1.1rem;
    line-height: 1.6;
    min-height: calc(calc(1.1rem * 3) * 1.6);
    margin-top: 8px;
  }
  #page .top-insta__shop .item-hover .title {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  #page .top-insta__shop .item-hover .viewmore {
    font-size: 1.1rem;
    padding: 0 0 0 calc(100% - 95px);
    margin-top: 4px;
  }
  #page .top-insta__shop .item-hover .viewmore::before {
    content: "";
    width: calc(100% - 105px);
  }
  #page .top-insta__shop .item-hover .viewmore::after {
    width: 8px;
    height: 8px;
    margin: 0 0 0 5px;
  }

  #page .top-insta__shop-title {
    width: 50px;
    height: 260px;
    left: -8px;
  }
  #page .top-insta__shop .list {
    padding-left: calc(50px - 1%);
  }

  #page .sns-sec {
    padding: 60px 0;
  }
  #page .sns-sec__item {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #page .sns-sec__item a {
    display: block;
    padding: 20px 10%;
    text-align: center;
  }
  #page .sns-sec__item svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

}
