/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2021 | 11:19:47 */
@charset "UTF-8";

/* ============================================
  mainheader
============================================ */
#page .mainheader {
  max-height: 650px;
  min-height: 500px;
  height: 36vw;
  position: relative;
}
#page .mainheader__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .mainheader__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(153, 142, 135, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
#page .mainheader__inner {
  height: 100%;
}
#page .mainheader__title-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  position: relative;
  z-index: 2;
  text-align: center;
}
#page .mainheader__title-text > span {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
#page .mainheader__title-text .en {
  font-size: 6rem;
}
#page .mainheader__title-text .ja {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {

  #page .mainheader {
    max-height: 650px;
    min-height: 200px;
    height: 65vw;
  }
  #page .mainheader__title-text .en {
    font-size: 3.6rem;
    font-weight: bold;
  }
  #page .mainheader__title-text .ja {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 5px;
  }

}


#page .cmn-section__inner {
  position: relative;
}
#page .cmn-section__title-en {
  font-size: 6rem;
  font-weight: bold;
  color: #998e87;
  letter-spacing: 0.1em;
  line-height: 1.4;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -2em;
  transform: translateY(30px);
  -webkit-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition-delay: 0.2s;
}
#page .cmn-section__title-en.js-inview_view {
  transform: translateY(0);
}

#page .cmn-section__block-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

  #page .cmn-section__title-en {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 5px;
    writing-mode: inherit;
    white-space: inherit;
    position: static;
  }
  #page .cmn-section__block-title {
    font-size: 2rem;
  }

}

/*---------------------------------
 pagelink
--------------------------------- */
#page .pagelink__btn-item {
  width: 490px;
  padding: 20px 60px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #a8a8a8;
}
#page .pagelink__btn-item:first-child {
  border: none;
}
#page .pagelink__btn-item a,
#page .pagelink__btn-item .text {
  height: 64px;
  background: #f7f7f7;
  transition: opacity .2s;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
#page .pagelink__btn-item.yutokulife a,
#page .pagelink__btn-item.yutokulife .text {
  background: #b3c49b;
}
#page .pagelink__btn-item.yutokuhomes a,
#page .pagelink__btn-item.yutokuhomes .text {
  background: #628c96;
}
#page .pagelink__btn-item a:hover {
  opacity: 0.7;
}
#page .pagelink__btn-item a::before,
#page .pagelink__btn-item a::after,
#page .pagelink__btn-item .text::before,
#page .pagelink__btn-item .text::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
}
#page .pagelink__btn-item a::before,
#page .pagelink__btn-item .text::before {
  transform: rotate(45deg);
  right: 40px;
  top: 30px;
}
#page .pagelink__btn-item a::after,
#page .pagelink__btn-item .text::after {
  transform: rotate(-45deg);
  right: 28px;
  top: 30px;
}

@media only screen and (max-width: 767px) {

  #page .pagelink__btn-list {
    margin: 0 -10px;
  }
  #page .pagelink__btn-item {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #page .pagelink__btn-item a,
  #page .pagelink__btn-item .text {
    height: auto;
    padding: 15px 0 30px;
    display: block;
  }
  #page .pagelink__btn-item a::before,
  #page .pagelink__btn-item a::after,
  #page .pagelink__btn-item .text::before,
  #page .pagelink__btn-item .text::after {
    width: 12px;
    top: auto;
    right: 50%;
  }
  #page .pagelink__btn-item a::before,
  #page .pagelink__btn-item .text::before {
    transform: rotate(45deg) translateX(50%);
    bottom: 18px;
    margin-left: -8px;
  }
  #page .pagelink__btn-item a::after,
  #page .pagelink__btn-item .text::after {
    transform: rotate(-45deg) translateX(50%);
    bottom: 10px;
    margin-right: -8px;
  }

}


/*---------------------------------
 cmn-btn__contact
--------------------------------- */
#page .cmn-btn__contact a {
  transition: opacity .2s;
}
#page .cmn-btn__contact a:hover {
  opacity: 0.7;
}
#page .cmn-btn__contact .row {
  background: #231815;
  color: #fff;
  padding: 50px 10px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .cmn-btn__contact .icon_mail {
  width: 65px;
  display: inline-block;
  margin-right: 40px;
}
#page .cmn-btn__contact svg {
  fill: #fff;
  vertical-align: middle;
}
#page .cmn-btn__contact .text {
  min-width: 550px;
}
#page .cmn-btn__contact .text-en {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
#page .cmn-btn__contact .text-ja {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
#page .cmn-btn__contact .text-md {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
#page .cmn-btn__contact .text-recruit::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 25px;
  background: #fff;
  margin: 0 20px;
}
#page .cmn-btn__contact .icon_arw {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  margin-left: 20px;
}


@media only screen and (max-width: 767px) {

  #page .cmn-btn__contact .row {
    padding: 20px 15px;
  }
  #page .cmn-btn__contact .icon_mail {
    width: 45px;
    margin-right: 15px;
  }
  #page .cmn-btn__contact .text {
    flex: 1;
    min-width: auto;
  }
  #page .cmn-btn__contact .text-en {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #page .cmn-btn__contact .text-md {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  #page .cmn-btn__contact .text-recruit::after {
    width: 2px;
    height: 18px;
    margin: -2px 10px;
  }
  #page .cmn-btn__contact .text-ja {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  #page .cmn-btn__contact .text-recruit {
    display: block;
  }
  #page .cmn-btn__contact .text-recruit::after {
    content: none;
  }
  #page .cmn-btn__contact .icon_arw {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
  }

}


/*---------------------------------
 recruit
--------------------------------- */

#page .recruit-outline__photo-list {
  margin: 0 -1%;
}
#page .recruit-outline__photo-img {
  width: 50%;
  padding: 0 1%;
  transition: opacity 1s, top 1s;
  margin:0 auto;
}
@media only screen and (max-width: 767px) {
  #page .recruit-outline__photo-img {
  width: 100%;
  }
}
#page .recruit-outline__photo-img:nth-child(1) {
  transition-delay: 0.2s;
}
#page .recruit-outline__photo-img:nth-child(2) {
  transition-delay: 0.4s;
}

#page .recruit-outline__table th,
#page .recruit-outline__table td {
  vertical-align: top;
  text-align: left;
}
#page .recruit-outline__table th {
  width: 180px;
  border-right: 1px solid;
  font-weight: bold;
  padding: 0 10px 30px 0;
}
#page .recruit-outline__table td {
  padding: 0 0 30px 70px;
}
#page .recruit-outline__table tr:last-child td {
  padding-bottom: 0;
}


#page .recruit-outline__yutokuhomes {
  display: none;
}

#page .recruit-outline__yutokulife .recruit-outline__title,
#page .recruit-outline__yutokulife .recruit-outline__table th {
  color: #b3c49b;
}
#page .recruit-outline__yutokulife .recruit-outline__table th {
  border-color: #b3c49b;
}
#page .recruit-outline__yutokuhomes .recruit-outline__title,
#page .recruit-outline__yutokuhomes .recruit-outline__table th {
  color: #628c96;
}
#page .recruit-outline__yutokuhomes .recruit-outline__table th {
  border-color: #628c96;
}

#page .recruit-outline__table-title {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {

  #page .recruit-outline__table tbody {
    font-size: 94%;
  }
  #page .recruit-outline__table th {
    width: 90px;
    padding: 0 5px 20px 0;
  }
  #page .recruit-outline__table td {
    padding: 0 0 20px 15px;
  }
  #page .recruit-outline__table-title {
    font-size: 2rem;
  }

}


/*---------------------------------
 overview
--------------------------------- */

#page .overview-message__img {
  width: 412px;
}
#page .overview-message__info {
  flex: 1;
  padding-right: 40px;
}

#page .overview-philosophy__cont {
  text-align: center;
}
#page .overview-philosophy__cont-catch {
  font-size: 4rem;
  font-weight: bold;
}
#page .overview-philosophy__cont-info .title {
  font-size: 2.5rem;
  font-weight: bold;
}
#page .overview-philosophy__cont-info .title .num {
  font-size: 4.3rem;
  line-height: 1.4;
}
#page .overview-philosophy__cont-info .text {
  font-size: 2rem;
  font-weight: 500;
}
#page .overview-philosophy__cont-info .text span {
  font-weight: bold;
}
#page .overview-philosophy__row {
  align-items: center;
}
#page .overview-philosophy__row-logo {
  width: 340px;
}
#page .overview-philosophy__row-text {
  flex: 1;
  padding-left: 70px;
  font-weight: 500;
}

#page .overview-company__table th,
#page .overview-company__table td {
  vertical-align: top;
  text-align: left;
}
#page .overview-company__table th {
  width: 130px;
  padding-right: 10px;
  border-right: 1px solid;
}
#page .overview-company__table td {
  padding: 0 0 30px 70px;
}
#page .overview-company__table tr:last-child td {
  padding-bottom: 0;
}

#page .overview-company__table th {
  font-weight: bold;
}

#page .overview-company__yutokuhomes {
  display: none;
}
#page .overview-company__yutokulife .overview-company__table th {
  border-color: #b3c49b;
}
#page .overview-company__yutokuhomes .overview-company__table th {
  border-color: #628c96;
}
#page .overview-company__yutokulife .overview-company__table tbody th {
  color: #b3c49b;
}
#page .overview-company__yutokuhomes .overview-company__table tbody th {
  color: #628c96;
}

#page .overview-company__table thead th {
  padding-bottom: 60px;
}
#page .overview-company__table:not(:first-child) thead th {
  padding-top: 100px;
}


@media only screen and (max-width: 767px) {

  #page .overview-message__img {
    width: 80%;
    max-width: 500px;
    margin: 40px auto 0;
  }
  #page .overview-message__info {
    flex: auto;
    padding: 0;
  }

  #page .overview-philosophy__cont-catch {
    font-size: 2.4rem;
  }
  #page .overview-philosophy__cont-info .text {
    font-size: 1.5rem;
  }

  #page .overview-philosophy__row-logo {
    width: 220px;
    margin: auto;
  }
  #page .overview-philosophy__row-text {
    flex: auto;
    padding: 0;
    margin-top: 25px;
  }

  #page .overview-company__table tbody {
    font-size: 94%;
  }
  #page .overview-company__table th {
    width: 90px;
    padding-right: 5px;
  }
  #page .overview-company__table td {
    padding: 0 0 20px 15px;
  }
  #page .overview-company__table thead th {
    padding-bottom: 40px;
  }
  #page .overview-company__table:not(:first-child) thead th {
    padding-top: 60px;
  }

}


/*---------------------------------
 owner
--------------------------------- */

#page .owner-land__img {
  width: 467px;
}
#page .owner-land__info {
  flex: 1;
  padding-right: 40px;
}
#page .owner-land__think {
  text-align: center;
}
#page .owner-land__think-title {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#page .owner-land__think-title-sub {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#page .owner-land__think-text .num {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  display: inline-block;
  padding: 0 2px;
}


#page .owner-system:not(.owner-system01) {
  display: none;
}
#page .owner-system-tab__item {
  width: 32.6%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#page .owner-system-tab__item span {
  display: block;
  padding: 20px 5px;
  transition: opacity .2s;
  cursor: pointer;
}
#page .owner-system-tab__item a:hover {
  opacity: 0.7;
}
#page .owner-system-tab__item.item-01 span {
  background: #628c96;
}
#page .owner-system-tab__item.item-02 span {
  background: #b3c49b;
}
#page .owner-system-tab__item.item-03 span {
  background: #54633f;
}

#page .owner-system__cont {
  min-height: 380px;
}
#page .owner-system__cont-title {
  font-size: 1.6rem;
  font-weight: bold;
}
#page .owner-system__cont-img {
  max-width: 804px;
  margin: 80px auto;
}


@media only screen and (max-width: 767px) {

  #page .owner-land__img {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  #page .owner-land__info {
    flex: auto;
    padding: 0;
  }
  #page .owner-land__think-title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #page .owner-land__think-title-sub {
    letter-spacing: 0.05em;
  }

  #page .owner-system-tab__list {
    display: block;
  }
  #page .owner-system-tab__item {
    font-size: 1.4rem;
    width: 100%;
    margin: 10px auto;
  }
  #page .owner-system-tab__item span {
    padding: 15px 2px;
  }

  #page .owner-system__cont {
    min-height: auto;
  }
  #page .owner-system__cont-img {
    margin: 40px auto;
  }


}

/*---------------------------------
 privacy
--------------------------------- */

#page .privacy__block-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
#page .privacy__dl {
  text-align: center;
  margin-top: 20px;
}
#page .privacy__dt {
  color: #998e87;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

  #page .privacy__block-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  #page .privacy__block-desc {
    text-align: left;
  }
  #page .privacy__dl {
    text-align: left;
    margin-top: 20px;
  }
  #page .privacy__dt {
    font-size: 1.6rem;
  }

}

/*---------------------------------
 sponsorship
--------------------------------- */
#page .sponsor-insta__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#page .sponsor-insta__title svg {
  width: 26px;
  vertical-align: middle;
  margin-left: 1rem;
}
#page .sponsor-insta__desc {
  font-weight: bold;
  margin-bottom: 30px;
}

#page .sponsor-insta__block .list {
  margin: 0 -1%;
}
#page .sponsor-insta__block .item {
  width: 25%;
  height: 234px;
  padding: 0 1%;
  opacity: 0;
  transition: opacity 1s, top 1s;
  position: relative;
  top: 30px;
}
#page .sponsor-insta__block .item a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#page .sponsor-insta__block .item-img {
  height: 100%;
}
#page .sponsor-insta__block .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 .sponsor-insta__block a:hover .item-hover {
  opacity: 1;
}
#page .sponsor-insta__block .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 .sponsor-insta__block .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 .sponsor-insta__block .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 .sponsor-insta__block .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 .sponsor-insta__block .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 .sponsor-insta__block .item-hover .viewmore::before {
  content: "";
  width: calc(82% - 110px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

#page .sponsor-insta__block .item.js-inview_view {
  top: 0;
  opacity: 1;
}
#page .sponsor-insta__block .item:nth-child(1) {
  transition-delay: 0;
}
#page .sponsor-insta__block .item:nth-child(2) {
  transition-delay: 0.2s;
}
#page .sponsor-insta__block .item:nth-child(3) {
  transition-delay: 0.4s;
}
#page .sponsor-insta__block .item:nth-child(4) {
  transition-delay: 0.6s;
}
#page .sponsor-insta__block .item a {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity .2s;
}
#page .sponsor-insta__block .item a:hover {
  opacity: 0.7;
}



#page .sponsor-profile__inner {
  position: relative;
}
#page .sponsor-profile__fixed {
  position: absolute;
  left: 300px;
  top: 0;
  transform: translateY(30px);
  -webkit-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition-delay: 0.2s;
}
#page .sponsor-profile__fixed.js-inview_view {
  transform: translateY(0);
}
#page .sponsor-profile__fixed-img {
  width: 530px;
}
#page .sponsor-profile__fixed-text {
  width: 300px;
  position: absolute;
  right: -175px;
  top: -38px;
}
#page .sponsor-profile__data .data-dl {
  margin-top: 40px;
}
#page .sponsor-profile__data .data-dt {
  color: #998e87;
  font-weight: bold;
  letter-spacing: 0.05em;
}


#page .sponsor-player__bnr-list {
  margin: 0 -1.5%;
}
#page .sponsor-player__bnr-item {
  width: 50%;
  padding: 1.5%;
  transition: opacity 1s, top 1s;
}
#page .js-inview_top.sponsor-player__bnr-item:nth-child(1) {
  transition-delay: 0.2s;
}
#page .js-inview_top.sponsor-player__bnr-item:nth-child(2) {
  transition-delay: 0.4s;
}

#page .sponsor-player__bnr-item .bnr-item-img {
  position: relative;
  overflow: hidden;
}
#page .sponsor-player__bnr-item .bnr-item-img img {
  transform: scale(1);
  transition: transform 1s;
}
#page .sponsor-player__bnr-item a:hover .bnr-item-img img {
  transform: scale(1.2);
}
#page .sponsor-player__bnr-item .bnr-item-cover {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 15px;
}
#page .sponsor-player__bnr-item .bnr-item-cover::before {
  content: "";
  display: block;
  background: rgba(153, 142, 135, 1);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
#page .sponsor-player__bnr-item .bnr-item-cover-text {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 1;
}
#page .sponsor-player__bnr-item .bnr-item-info {
  padding: 10px 0;
}
#page .sponsor-player__bnr-item .bnr-item-text {
  font-size: 1.8rem;
  font-weight: bold;
}
#page .sponsor-player__bnr-item .bnr-item-viewmore {
  color: #998e87;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 0 30px 0 100px;
  position: relative;
}
#page .sponsor-player__bnr-item .bnr-item-viewmore::before,
#page .sponsor-player__bnr-item .bnr-item-viewmore .text::before {
  content: "";
  display: inline-block;
  width: calc(100% - 180px);
  height: 1px;
  background: #998e87;
  position: absolute;
  left: 0;
  top: 50%;
}
#page .sponsor-player__bnr-item .bnr-item-viewmore .text::before {
  width: 0;
  background: #000;
  transition: width .5s;
}
#page .sponsor-player__bnr-item .bnr-item-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: 10px;
  top: 12px;
  transition: right .4s, border .4s;
}
#page .sponsor-player__bnr-item a:hover .bnr-item-viewmore .text::before {
  width: calc(100% - 180px);
}
#page .sponsor-player__bnr-item a:hover .bnr-item-viewmore {
  color: #000;
  transition-delay: .4s;
}
#page .sponsor-player__bnr-item a:hover .bnr-item-viewmore::after {
  border-color: #000;
  right: 0;
  transition-delay: .4s;
}


@media only screen and (max-width: 767px) {

  #page .sponsor-insta__block .item {
    width: 50%;
    height: 45vw;
    padding: 0 1% 10px;
    min-height: 160px;
  }
  #page .sponsor-insta__block .item-img {
    width: 100%;
    height: 100%;
  }
  #page .sponsor-insta__block .item-hover {
    padding: 10px;
  }
  #page .sponsor-insta__block .item-hover .icon {
    width: 18px;
    height: 18px;
  }
  #page .sponsor-insta__block .item-hover .text {
    font-size: 1.1rem;
    line-height: 1.6;
    min-height: calc(calc(1.1rem * 3) * 1.6);
    margin-top: 8px;
  }
  #page .sponsor-insta__block .item-hover .title {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  #page .sponsor-insta__block .item-hover .viewmore {
    font-size: 1.1rem;
    padding: 0 0 0 calc(95% - 95px);
    margin-top: 4px;
  }
  #page .sponsor-insta__block .item-hover .viewmore::before {
    content: "";
    width: calc(95% - 105px);
  }
  #page .sponsor-insta__block .item-hover .viewmore::after {
    width: 8px;
    height: 8px;
    margin: 0 0 0 5px;
  }


  #page .sponsor-profile__fixed {
    position: static;
    margin: 40px auto 20px;
  }
  #page .sponsor-profile__fixed-img {
    width: 100%;
  }
  #page .sponsor-profile__fixed-text {
    width: 160px;
    position: absolute;
    right: -10px;
    top: -30px;
  }
  #page .sponsor-profile__data .data-dl {
    margin-top: 10px;
  }

  #page .sponsor-player__bnr-item {
    width: 100%;
  }
  #page .sponsor-player__bnr-item .bnr-item-text {
    font-size: 1.4rem;
  }
  #page .sponsor-player__bnr-item .bnr-item-viewmore {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 15px 0 50px;
  }
  #page .sponsor-player__bnr-item .bnr-item-viewmore::before {
    width: calc(100% - 125px);
  }
  #page .sponsor-player__bnr-item .bnr-item-viewmore .text::before {
    width: 0;
  }
  #page .sponsor-player__bnr-item .bnr-item-viewmore::after {
    width: 8px;
    height: 8px;
    top: 10px;
    right: 0;
  }
  #page .sponsor-player__bnr-item .bnr-item-cover-text {
    font-size: 2rem;
  }

}