@charset "UTF-8";


/* ==========================================

  common section

========================================== */

.wrapper {
  position: relative;
}
.mainContents {
  padding-top: 60px;
}

/* cmn-bt
------------------------------------------- */
.cmn-bt a {
  display: inline-block;
  position: relative;
  right: 0;
}
.cmn-bt .bt-row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 4px solid #e6186f;
  background: #fff;
  padding: 12px 30px;
  color: #e6186f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.cmn-bt .bt-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e6186f;
  background-image:
  repeating-linear-gradient(45deg, #f8bad4, #f8bad4 1px, transparent 1px, transparent 5px);
  border-radius: 50px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.cmn-bt .bt-text {
  display: inline-block;
  margin: 0 15px;
}
.cmn-bt .bt-icon-momo {
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url("../img/icon_momo.webp") no-repeat center center / 100% auto;
}

.cmn-bt a:hover {
  right: -3px;
  bottom: -4px;
}
.cmn-bt a:hover .bt-row::after {
  right: -7px;
  bottom: -6px;
}


/* bg
------------------------------------------- */
.bg-pattern01 {
  background: url("../img/bg_pattern01.webp") repeat-y center top / 100% auto;
}
.bg-pattern02 {
  background: url("../img/bg_pattern02.webp") repeat-y center top / 1920px auto;
}
.bg-pattern02-wave {
  background: url("../img/bg_pattern02.webp") repeat-y center top / 1920px auto;
  position: relative;
}
.bg-pattern02-wave::after {
  content: "";
  display: block;
  background: url("../img/bg_pattern02_wave.webp") no-repeat center bottom / 1920px auto;
  width: 100%;
  height: 63px;
  position: absolute;
  left: 0;
  bottom: -62px;
}
.bg-grad-bottom {
  background: url("../img/bg_grad_bottom.webp") no-repeat center bottom / cover;
}


/* cmn-sec-head
------------------------------------------- */
.cmn-sec-head {
  text-align: center;
  position: relative;
  top: -20px;
}
.cmn-sec-head .title-bd-left,
.cmn-sec-head .title-bd-right {
  width: 50%;
  height: 24px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
}
.cmn-sec-head .title-bd-left::before,
.cmn-sec-head .title-bd-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  background-image: radial-gradient(#e6186f 20%, transparent 40%);
  background-size: 10px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cmn-sec-head .title-bd-left {
  left: 0;
  margin-left: -140px;
}
.cmn-sec-head .title-bd-right {
  right: 0;
  margin-right: -140px;
}
.cmn-sec-head .title-bd-left::before {
  right: 10px;
  background-position: right center;
}
.cmn-sec-head .title-bd-right::before {
  left: 10px;
  background-position: left center;
}
.cmn-sec-head .title-img {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.cmn-sec-head .title-text {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #e6186f;
  position: relative;
  top: -0.1em;
}
.cmn-sec-head .title-img img {
  position: relative;
  max-width: 242px;
  margin: auto;
}


.cmn-block-title {
  font-size: 3rem;
  font-weight: bold;
  color: #e6186f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-block-title .text {
  display: inline-block;
  padding: 0 20px;
}
.cmn-block-title .icon-momo {
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url("../img/icon_momo.webp") no-repeat center center / 100% auto;
}


@media only screen and (max-width: 767px) {

  .cmn-bt .bt-row {
    border-width: 3px;
    padding: 12px 20px;
    font-size: 2rem;
  }
  .cmn-bt .bt-icon-momo {
    width: 30px;
    height: 30px;
  }
  .cmn-bt .bt-row::after {
    position: absolute;
    right: -6px;
    bottom: -8px;
  }
  .cmn-bt a:hover {
    right: -2px;
    bottom: -3px;
  }
  .cmn-bt a:hover .bt-row::after {
    right: -4px;
    bottom: -5px;
  }

  .bg-pattern02,
  .bg-pattern02-wave {
    background-size: 1280px auto;
  }
  .bg-pattern02-wave::after {
    background-size: 1280px auto;
    height: 40px;
    bottom: -40px;
  }

  .cmn-sec-head {
    top: -17px;
  }
  .cmn-sec-head .title-bd-left,
  .cmn-sec-head .title-bd-right {
    height: 15px;
  }
  .cmn-sec-head .title-bd-left {
    margin-left: -110px;
  }
  .cmn-sec-head .title-bd-right {
    margin-right: -110px;
  }
  .cmn-sec-head .title-bd-left::before,
  .cmn-sec-head .title-bd-right::before {
    height: 8px;
    background-size: 8px 8px;
  }
  .cmn-sec-head .title-bd-left::before {
    right: 5px;
  }
  .cmn-sec-head .title-bd-right::before {
    left: 5px;
  }
  .cmn-sec-head .title-text {
    font-size: 3rem;
  }

  .cmn-block-title {
    font-size: 2.2rem;
  }
  .cmn-block-title .text {
    padding: 0px 10px;
  }
  .cmn-block-title .icon-momo {
    width: 30px;
    height: 30px;
  }


}


/* ==========================================

  home

========================================== */

body.home .header__inner {
  justify-content: center;
}
body.home .header__logo {
  display: none;
}
body.home .header__nav-list {
  margin-left: 90px;
}
body.home .mainContents {
  padding-top: 40px;
}


@-webkit-keyframes mv_logo_anime {
  0%{
    transform: scale(0);
  }
  65%{
    transform: scale(1.1);
  }
  75%{
    transform: scale(0.9);
  }
  90%{
    transform: scale(1.05);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes mv_logo_anime {
  0%{
    transform: scale(0);
  }
  50%{
    transform: scale(1.2);
  }
  75%{
    transform: scale(0.8);
  }
  85%{
    transform: scale(1.05);
  }
  95%{
    transform: scale(0.95);
  }
  100%{
    transform: scale(1);
  }
}

@-webkit-keyframes mv_chara_anime {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes mv_chara_anime {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,43% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-30px,0);
      transform: translate3d(0,-30px,0)
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0)
  }
  90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0)
  }
}
@keyframes bounce {
	0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,43% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-20px,0);
      transform: translate3d(0,-20px,0)
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0)
  }
  90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0)
  }
}

.home-mv__logo {
  transform: scale(0);
  max-width: 873px;
  margin: 0 auto 20px;
}
.home-mv__logo.is-view {
  animation-name: mv_logo_anime;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: .6s;
  animation-delay: 2.4s;
}


.home-mv__inner {
  max-width: 1920px;
}

.home-mv__count {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;

  opacity: 0;
  transform: translateY(100px);
  transition: opacity .6s, transform .6s;
  transition-delay: 3s;

  /*
  animation-name: mv_chara_anime;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: .4s;
  animation-delay: 2.6s;
  */
}
.home-mv__count.is-view {
  opacity: 1;
  transform: translateY(0);
}
.home-mv__count-text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 50px;
}
.home-mv__count-text::before,
.home-mv__count-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #e6186f;
  position: absolute;
  top: 0;
}
.home-mv__count-text::before {
  transform: rotate(-30deg);
  left: 0;
}
.home-mv__count-text::after {
  transform: rotate(30deg);
  right: 0;
}
.home-mv__count-text .num {
  color: #e6186f;
  font-size: 4rem;
  line-height: 1.3;
  display: inline-block;
  margin: 0 10px;
}


.home-mv__chara {
  position: relative;
  margin: 0 auto;
}

.home-mv__chara .chara {
  position: absolute;
  bottom: 0;

  opacity: 0;
  -webkit-transition: opacity .2s, transform .2s;
          transition: opacity .2s, transform .2s;
          transition-delay: 0.2s;
}
.home-mv__chara .chara.is-view {
  opacity: 1;
  animation-name: mv_chara_anime;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: .4s;
  animation-delay: 0.2s;
}

.home-mv__chara .chara-01 {
  width: 20%;
  left: 38.5%;
  bottom: 5.5%;
}
.home-mv__chara .chara-02 {
  width: 22%;
  left: 22.6%;
  bottom: 6.2%;
}
.home-mv__chara .chara-03 {
  width: 18.5%;
  left: 79.3%;
  bottom: 4%;
}
.home-mv__chara .chara-04 {
  width: 13.4%;
  left: 11.2%;
  bottom: 8.6%;
}
.home-mv__chara .chara-05 {
  width: 15.8%;
  left: 74.2%;
  bottom: 9%;
}
.home-mv__chara .chara-06 {
  width: 22.7%;
  left: 46%;
  bottom: 8.4%;
}
.home-mv__chara .chara-07 {
  width: 15.3%;
  left: 18.3%;
  bottom: 3%;
}
.home-mv__chara .chara-08 {
  width: 22%;
  left: 59.8%;
  bottom: 8.5%;
}
.home-mv__chara .chara-09 {
  width: 17.2%;
  left: 0;
  bottom: 5%;
}
.home-mv__chara .chara-10 {
  width: 21.5%;
  left: 68.2%;
  bottom: 1.8%;
}
.home-mv__chara .chara-11 {
  width: 14.3%;
  left: 35.1%;
  bottom: 3.6%;
}
.home-mv__chara .chara-12 {
  width: 16.5%;
  left: 26.9%;
  bottom: 2.3%;
}
.home-mv__chara .all_chara {
  display: block;
  opacity: 0;
}

.home-information {
  position: relative;
}
.home-information::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_grad01.webp") no-repeat center top / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
}
.home-information::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #f0f19a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.home-information__contents {
  position: relative;
  z-index: 22;
  margin-top: -12vw;
}
.home-information__sns-box {
  width: 48%;
  height: 350px;
  border: 10px solid #e6186f;
  border-radius: 10px;
  position: relative;
}
.home-information__sns-box .title {
  width: 264px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 1;
  transform: translateX(-50%);
}
.home-information__sns-box .box-cont {
  background: #fff;
  border-top: 8px solid #e6186f;
  position: relative;
  margin: -1px;
  height: 100%;
  padding-top: 18px;
}
.home-information__sns-box .box-cont-inner {
  height: 100%;
  overflow-y: auto;
}
.home-information__sns-box .box-cont-inner::-webkit-scrollbar{
  width: 16px;
}
.home-information__sns-box .box-cont-inner::-webkit-scrollbar-track{
  background-color: #f4f4f4;
}
.home-information__sns-box .box-cont-inner::-webkit-scrollbar-thumb{
  background-color: #e6186f;
}
.home-information__sns-box.box-tw .box-cont-inner {
  padding: 20px;
}
.home-information__sns-box.box-yt .box-cont-inner {
  padding: 20px;
  overflow: hidden;
}
.home-information__sns-box.box-yt .box-yt-frame {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.home-information__sns-box.box-yt .box-yt-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-information__sns-box .box-cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-size: auto auto;
  background-color: rgba(230, 24, 111, 0.3);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(230, 24, 111, 1) 6px, rgba(230, 24, 111, 1) 12px );
  position: absolute;
  left: 0;
  top: 0;
}

.home-topics {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home-topics__title-block {
  width: 220px;
}
.home-topics__title {
  width: 152px;
  margin: auto;
  position: relative;
  left: 5px;
  top: 12px;
  margin-bottom: 25px;
}
.home-topics .home-topics__bt {
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.home-topics__title-block .bt-row {
  width: 172px;
  font-size: 2.2rem;
  padding: 8px 17px;
}
.home-topics__title-block .bt-row::after {
  right: -5px;
  bottom: -9px;
}
.home-topics__list {
  flex: 1;
  padding-left: 30px;
}
.home-topics__list .article {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
}
.home-topics__list .article .date {
  color: #e6186f;
  font-size: 1.8rem;
  font-weight: bold;
  width: 120px;
}
.home-topics__list .article .title {
  font-size: 1.6rem;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-topics__list .article a {
  text-decoration: underline;
}
.home-topics__list .article a:hover {
  text-decoration: none;
  color: #e6186f;
}

.home-comment__box {
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.home-comment__box-icon {
  width: 171px;
}
.home-comment__box-icon i {
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url("../img/icon_momo.webp") repeat-x left center / 100% auto;
  margin: 0 10px;
}
.home-comment__box-text {
  flex: 1;
  padding: 0 20px;
  font-size: 1.6rem;
  text-align: center;
}


.home-member {
  position: relative;
  z-index: 30;
}

.home-member__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.home-member__list .item {
  width: 25%;
  padding: 2.5% 1%;
}
.home-member__list .item a {
  display: block;
}
.home-member__list .item a:hover {
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

@media only screen and (max-width: 767px) {

  body.home .header {
    padding: 0;
  }
  body.home .btn-menu {
    display: none;
  }
  .home-mv__logo {
    width: 96%;
  }
  .home-mv__count {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .home-mv__count-text {
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 1.4;
  }
  .home-mv__count-text .num {
    font-size: 2.4rem;
    margin: 0 6px;
    line-height: 1.1;
  }
  .home-mv__count-text::before, .home-mv__count-text::after {
    height: 86%;
    top: 10%;
  }

  .home-mv__chara {
    margin-left: -40px;
    margin-right: -25px;
  }

  .home-information::before {
    background: url("../img/bg_grad01_sp.png") no-repeat center top / cover;
    top: -12vw;
  }
  .home-information__contents {
    margin-top: -20vw;
  }
  .home-information__sns {
    display: block;
  }
  .home-information__sns-box {
    width: 100%;
    height: 350px;
    border: 8px solid #e6186f;
  }
  .home-information__sns-box .title {
    width: calc(264px * 0.7);
    top: -30px;
  }
  .home-information__sns-box.box-tw {
    opacity: 1;
    animation: none;
    transform: translateY(0);
  }
  .home-information__sns-box.box-yt {
    height: auto;
  }
  .home-information__sns-box {
    margin-top: 40px;
  }
  .home-information__sns-box.box-tw .box-cont-inner,
  .home-information__sns-box.box-yt .box-cont-inner {
    padding: 8px;
  }
  .home-information__sns-box .box-cont {
    padding-top: 10px;
  }
  .home-information__sns-box .box-cont::before {
    height: 10px;
  }

  .home-topics__title-block {
    width: 100%;
  }
  .home-topics__title {
    width: calc(152px * 0.8);
    top: 6px;
    left: 0;
    margin: 0;
  }
  .home-topics__list {
    flex: auto;
    padding: 20px 0 0;
  }
  .home-topics__list .article .date,
  .home-topics__list .article .title {
    width: 100%;
    font-size: 1.4rem;
    flex: auto;
  }
  .home-topics .home-topics__bt {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
  }
  .home-topics .home-topics__bt .bt-row {
    font-size: 2rem;
    padding: 6px 20px;
  }
  .home-topics .home-topics__bt .bt-icon-momo {
    width: 24px;
    height: 24px;
  }
  .home-topics .home-topics__bt .bt-text {
    display: inline-block;
    margin: 0 10px;
  }

  .home-comment__box-icon {
    width: 50px;
  }
  .home-comment__box-icon i {
    width: 30px;
    height: 30px;
  }
  .home-comment__box-icon i:not(:first-of-type) {
    display: none;
  }
  .home-comment__box-text {
    flex: 1;
    padding: 0;
    font-size: 1.4rem;
  }

  .home-member__head .title-img img {
    max-width: calc(242px * 0.7);
  }
  .home-member__head .title-bd-left {
    margin-left: -100px;
  }
  .home-member__head .title-bd-right {
    margin-right: -100px;
  }
  .home-member__list .item {
    width: 33.33%;
  }

}

/* ==========================================

  topics

========================================== */

.topics__head .title-img img {
  max-width: 209px;
}
.topics__head .title-bd-left {
  margin-left: -125px;
}
.topics__head .title-bd-right {
  margin-right: -125px;
}
.topics__list .article {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
}
.topics__list .article .date {
  color: #e6186f;
  font-size: 1.8rem;
  font-weight: bold;
  width: 120px;
}
.topics__list .article .title {
  font-size: 1.6rem;
  font-weight: 500;
  flex: 1;
}
.topics__list .article a {
  text-decoration: underline;
}
.topics__list .article a:hover {
  text-decoration: none;
  color: #e6186f;
}

@media only screen and (max-width: 767px) {

  .topics__head .title-img img {
    max-width: calc(209px * 0.7);
  }
  .topics__head .title-bd-left {
    margin-left: -88px;
  }
  .topics__head .title-bd-right {
    margin-right: -88px;
  }

  .topics__list .article .date,
  .topics__list .article .title {
    width: 100%;
    font-size: 1.4rem;
    flex: auto;
  }
}


/* ==========================================

  BIOGRAPHY

========================================== */

.biography__head .title-img img {
  max-width: 323px;
}
.biography__head .title-bd-left {
  margin-left: -160px;
}
.biography__head .title-bd-right {
  margin-right: -160px;
}

.biography-mv-text {
  font-weight: 500;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}

.biography-active__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.biography-active__list .box {
  width: 50%;
  padding: 2%;
}
.biography-active__list .box-frame {
  height: 0;
  padding-top: 56%;
  position: relative;
}
.biography-active__list .box-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.biography-active__list .box-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {

  .biography__head .title-img img {
    max-width: calc(323px * 0.7);
  }
  .biography__head .title-bd-left {
    margin-left: -110px;
  }
  .biography__head .title-bd-right {
    margin-right: -110px;
  }
  .biography-active__list .box {
    width: 100%;
  }
  .biography-active__list .box-text {
    font-size: 1.4rem;
    margin: 10px 0;
  }

}


/* ==========================================

  よくある質問

========================================== */

.faq__terms {
  padding-bottom: 40px;
}
.faq__terms-list {
  margin: 0 -10px;
}
.faq__terms .item {
  color: #e6186f;
  border: 2px solid #e6186f;
  background: #fff;
  border-radius: 9999px;
  margin: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
.faq__terms .item.is-current {
  cursor: default;
  color: #fff;
  background-color: #e6186f;
  pointer-events: none;
}

.faq__list .dt,
.faq__list .dd {
  position: relative;
}
.faq__list .dt {
  padding: 0 40px;
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.faq__list .dd {
  padding: 0 40px 20px;
  font-size: 1.6rem;
  display: none;
}
.faq__list .dt::before,
.faq__list .dd::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 28px;
  background: no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__list .dt::before {
  background-image: url("../img/icon_q.png");
}
.faq__list .dd::before {
  background-image: url("../img/icon_a.png");
}
.faq__list .dt .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e6186f;
  position: absolute;
  right: 0;
  top: 0;
}
.faq__list .dt .icon::before,
.faq__list .dt .icon::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .3s;
}
.faq__list .dt .icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq__list .is-ac--open .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}



.faq__page-contents .tab-contents {
  display: none;
}
.faq__page-contents .tab-contents.is-current {
  display: block;
}



@media only screen and (max-width: 767px) {

  .faq__terms-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
  }
  .faq__terms .item {
    width: 48.5%;
    border-width: 1px;
    font-size: 1.2rem;
    padding: 0;
    margin: 1.5% 0;
    height: 40px;
  }

  .faq__list .dt {
    padding: 0 30px 0 24px;
    margin: 20px 0 15px;
    font-size: 1.5rem;
  }
  .faq__list .dd {
    padding: 0 24px 24px 24px;
    font-size: 1.4rem;
  }
  .faq__list .dt::before,
  .faq__list .dd::before {
    width: 13px;
  }
  .faq__list .dt .icon {
    width: 24px;
    height: 24px;
  }

}


/* ==========================================

  ガイドライン

========================================== */
.guideline__contents {
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}
.guideline__contents .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.guideline__contents p,
.guideline__contents li {
  font-size: 1.6rem;
  line-height: 2.4;
}
.guideline__contents .indent li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.guideline__contents .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.guideline__contents p a {
  color: #0693e3;
  text-decoration: underline;
}
.guideline__contents .fc-red {
  color: #e6186f;
}
.guideline__contents ruby rt {
  line-height: 1.2;
}
.guideline__block-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e6186f;
}
.guideline__block-title.momo {
  margin: 0 -15px;
  text-align: center;
}
.guideline__block-title .icon-momo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_momo.webp") no-repeat center center / 100% auto;
  margin: 0 15px;
}
.guideline__block-title.line::before,
.guideline__block-title.line::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.guideline__block-title .line-text {
  display: inline-block;
  margin: 0 1em;
  white-space: nowrap;
}


@media only screen and (max-width: 767px) {

  .guideline__contents {
    padding: 40px 20px;
    border-radius: 15px;
  }
  .guideline__contents p,
  .guideline__contents li {
    font-size: 1.4rem;
    line-height: 2;
  }
  .guideline__contents ruby rt {
    line-height: 1;
    position: relative;
    bottom: -2px;
  }

  .guideline__block-title {
    font-size: 1.8rem;
  }
  .guideline__block-title.momo {
    margin: 0 -20px;
  }
  .guideline__block-title .icon-momo {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 10px;
  }

}


[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.4em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  white-space: nowrap;
  text-align: center;
}
rt {
  display: none;
}
@media only screen and (max-width: 767px) {
  ruby {
    display: inline-block;
  }
  [data-ruby]::before {
    top: -1em;
  }
}

/* ==========================================

  ILLUST

========================================== */

.illust__head .title-img img {
  max-width: 209px;
}
.illust__head .title-bd-left {
  margin-left: -125px;
}
.illust__head .title-bd-right {
  margin-right: -125px;
}


.illust-dl__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.illust-dl__list .box {
  width: 33.33%;
  padding: 2%;
}
.illust-dl__list .box a {
  display: block;
}
.illust-dl__list .box-img {
  background: #fff;
  border: 3px solid #e6186f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 40px;
}
.illust-dl__list .box-img img {
  max-width: 190px;
  margin: auto;
}
.illust-dl__list .box-btn {
  width: 220px;
  height: 40px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #e6186f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {

  .illust__head .title-img img {
    max-width: calc(209px * 0.7);
  }
  .illust__head .title-bd-left {
    margin-left: -85px;
  }
  .illust__head .title-bd-right {
    margin-right: -85px;
  }

  .illust-dl__list .box {
    width: 100%;
  }

}


/* ==========================================

  MEMBER

========================================== */
.member__head .title-bd-left {
  margin-left: -120px;
}
.member__head .title-bd-right {
  margin-right: -120px;
}
.member__list .box {
  margin-top: -30px;
  padding-top: 70px;
}
.member__list .box-in {
  background: #ffffff;
  padding: 25px;
  border: 15px solid;
  border-radius: 20px;
  position: relative;
  min-height: 580px;
}
.member__list .box-img {
  width: 415px;
  height: calc(100% + 30px);
  padding-top: 30px;
  position: absolute;
  bottom: -15px;
  overflow: hidden;
  text-align: center;
}
.member__list .box-img img {
  position: relative;
}
.member__list .box-img .bg {
  background-color: #ccc;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.35) 26%, transparent 30%),
    radial-gradient(rgba(255, 255, 255, 0.35) 26%, transparent 30%);
  background-position: 0px 0px, 16px 16px;
  background-size: 32px 32px;
  display: block;
  width: 330px;
  height: 480px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.member__list .box-odd .box-img {
  left: -15px;
}
.member__list .box-odd .box-img .bg {
  margin-left: 15px;
}
.member__list .box-even .box-img {
  right: -15px;
}
.member__list .box-even .box-img .bg {
  margin-right: 15px;
}
.member__list .box-odd .box-in {
  padding-left: 405px;
}
.member__list .box-even .box-in {
  padding-right: 405px;
}
.member__list .box-head {
  padding: 25px 15px;
}
.member__list .box-title {
  line-height: 1;
  margin-left: -0.5em;
}
.member__list .box-title .ja {
  font-size: 6.5rem;
  font-weight: 900;
  margin-right: 20px;
}
.member__list .box-title .en {
  font-size: 3.5rem;
  font-weight: 900;
}
.member__list .box-info {
  padding: 25px 15px 0;
}
.member__list .box hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: 2px dotted;
}
.member__list .box-info .title {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
.member__list .box .icon-heart {
  width: 23px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.member__list .box .icon-heart svg {
  width: 100%;
  height: 100%;
}
.member__list .box-desc {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 25px;
}
.member__list .box .text {
  font-size: 1.8rem;
  font-weight: 500;
}
.member__list .box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member__list .box-row .col3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.2;
  padding: 10px 10px 0 0;
}
.member__list .box-row .text {
  margin-left: 5px;
  padding-top: 2px;
}
.member__list .box-col1 {
  margin-top: 20px;
}
.member__list .box-col1 .text {
  margin-top: 5px;
  padding-left: 28px;
}

.member__list .box-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.member__list .box-sns .btn {
  width: 160px;
  margin-right: 10px;
}
.member__list .box-sns .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / 100% auto;
}

.member__list .JPAPA .box-in {
  border-color: #5ab651;
}
.member__list .JPAPA hr {
  border-color: #5ab651;
}
.member__list .JPAPA .clr {
  color: #5ab651;
}
.member__list .JPAPA .icon-heart {
  fill: #5ab651;
}
.member__list .JPAPA .box-img .bg {
  background-color: #5ab651;
}


.member__list .Noa .box-in {
  border-color: #eb6ea5;
}
.member__list .Noa hr {
  border-color: #eb6ea5;
}
.member__list .Noa .clr {
  color: #eb6ea5;
}
.member__list .Noa svg {
  fill: #eb6ea5;
}
.member__list .Noa .box-img .bg {
  background-color: #eb6ea5;
}

.member__list .Tattsun .box-in {
  border-color: #f1d01c;
}
.member__list .Tattsun hr {
  border-color: #f1d01c;
}
.member__list .Tattsun .clr {
  color: #f1d01c;
}
.member__list .Tattsun svg {
  fill: #f1d01c;
}
.member__list .Tattsun .box-img .bg {
  background-color: #f1d01c;
}

.member__list .Yuankun .box-in {
  border-color: #c92e33;
}
.member__list .Yuankun hr {
  border-color: #c92e33;
}
.member__list .Yuankun .clr {
  color: #c92e33;
}
.member__list .Yuankun svg {
  fill: #c92e33;
}
.member__list .Yuankun .box-img .bg {
  background-color: #c92e33;
}

.member__list .Siva .box-in {
  border-color: #b6d56a;
}
.member__list .Siva hr {
  border-color: #b6d56a;
}
.member__list .Siva .clr {
  color: #b6d56a;
}
.member__list .Siva svg {
  fill: #b6d56a;
}
.member__list .Siva .box-img .bg {
  background-color: #b6d56a;
}
.member__list .Siva .box-img {
  display: flex;
  align-items: center;
}
.member__list .Siva .box-img img {
  max-width: 360px;
  margin: auto;
}

.member__list .DNQ .box-in {
  border-color: #c0c0c0;
}
.member__list .DNQ hr {
  border-color: #c0c0c0;
}
.member__list .DNQ .clr {
  color: #c0c0c0;
}
.member__list .DNQ svg {
  fill: #c0c0c0;
}
.member__list .DNQ .box-img .bg {
  background-color: #c0c0c0;
}

.member__list .Uri .box-in {
  border-color: #595757;
}
.member__list .Uri hr {
  border-color: #595757;
}
.member__list .Uri .clr {
  color: #595757;
}
.member__list .Uri svg {
  fill: #595757;
}
.member__list .Uri .box-img .bg {
  background-color: #595757;
}

.member__list .Eto .box-in {
  border-color: #f3982d;
}
.member__list .Eto hr {
  border-color: #f3982d;
}
.member__list .Eto .clr {
  color: #f3982d;
}
.member__list .Eto svg {
  fill: #f3982d;
}
.member__list .Eto .box-img .bg {
  background-color: #f3982d;
}

.member__list .Hiro .box-in {
  border-color: #bbc6d6;
}
.member__list .Hiro hr {
  border-color: #bbc6d6;
}
.member__list .Hiro .clr {
  color: #bbc6d6;
}
.member__list .Hiro svg {
  fill: #bbc6d6;
}
.member__list .Hiro .box-img .bg {
  background-color: #bbc6d6;
}

.member__list .Naokiri .box-in {
  border-color: #0075c2;
}
.member__list .Naokiri hr {
  border-color: #0075c2;
}
.member__list .Naokiri .clr {
  color: #0075c2;
}
.member__list .Naokiri svg {
  fill: #0075c2;
}
.member__list .Naokiri .box-img .bg {
  background-color: #0075c2;
}

.member__list .Mofu .box-in {
  border-color: #7c509d;
}
.member__list .Mofu hr {
  border-color: #7c509d;
}
.member__list .Mofu .clr {
  color: #7c509d;
}
.member__list .Mofu svg {
  fill: #7c509d;
}
.member__list .Mofu .box-img .bg {
  background-color: #7c509d;
}

.member__list .Runa .box-in {
  border-color: #7ecef4;
  position: relative;
  overflow: hidden;
}
.member__list .Runa .box-in::before {
  content: "";
  display: block;
  width: calc( 100% + 30px );
  height: calc( 100% + 30px );
  background: rgba(126, 206, 244, 0.8);
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 1;
}
.member__list .Runa .box-in::after {
  content: "";
  display: block;
  width: 60%;
  max-width: 280px;
  height: 100px;
  background: url("../img/runa_oyasumi_text.webp") no-repeat center center / 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -75%);
}
.member__list .Runa hr {
  border-color: #7ecef4;
}
.member__list .Runa .clr {
  color: #7ecef4;
}
.member__list .Runa svg {
  fill: #7ecef4;
}
.member__list .Runa .box-img .bg {
  background-color: #7ecef4;
}
.member__list .Runa .box-img .bg {
  background-color: #7ecef4;
}



@media only screen and (max-width: 767px) {

  .member__head .title-img img {
    max-width: calc(242px * 0.7);
  }
  .member__head .title-bd-left {
    margin-left: -80px;
  }
  .member__head .title-bd-right {
    margin-right: -80px;
  }

  .member__list {
    margin-top: -70px;
  }
  .member__list .box .box-in {
    border-width: 8px;
    border-radius: 15px;
    padding: 15px 0 20px;
  }
  .member__list .box .box-img {
    position: relative;
    width: 70%;
    height: 70vw;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin: auto;
  }
  .member__list .box .box-img .bg {
    width: 80%;
    height: 94%;
    border-radius: 20px;
    margin: auto;
  }
  .member__list .Siva .box-img img {
    max-width: 80%;
    margin: auto;
  }
  .member__list .box-head {
    padding: 20px 15px;
  }
  .member__list .box-title {
    margin-left: -0.02em;
  }
  .member__list .box-title .ja {
    font-size: 3.4rem;
    margin-right: 10px;
  }
  .member__list .box-title .en {
    font-size: 2rem;
  }
  .member__list .box-desc {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .member__list .box-info {
    padding: 15px 15px 0;
  }
  .member__list .box-row .col3 {
    padding: 15px 0 0 0;
    width: 100%;
  }
  .member__list .box-row .text {
    padding-top: 0;
  }
  .member__list .box-col1 {
    margin-top: 12px;
  }
  .member__list .box-col1 .text {
    margin-top: 0;
  }
  .member__list .box-info .title {
    font-size: 1.6rem;
  }
  .member__list .box .text {
    font-size: 1.6rem;
  }
  .member__list .box-sns {
    flex-wrap: wrap;
    margin: 20px -2% 0;
  }
  .member__list .box-sns .btn {
    padding: 2%;
    margin: 0;
    max-width: 160px;
    width: 50%;
  }

}
