@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  color: #231815;
  font-family: -apple-system, "BlinkMacSystemFont", "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
}

a, button {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

a:hover, button:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.event_wrap_sp {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

body, head {
  max-width: 100vw;
  overflow-x: hidden;
}

button {
  appearance: none;
  background: #9690D7;
  border: none;
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
  border-radius: 23px;
  height: 45px;
  display: flex;
  align-items: center;
  width: 190px;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}

button a {
  color: white;
}

.wave {
  width: 611px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1001;
  pointer-events: none;
}

.wave_right {
  width: 596px;
  height: auto;
  top: unset;
  z-index: 999;
}

.wave_left {
  width: 596px;
  height: auto;
  top: unset;
  transform: scale(-1, 1);
  left: 0;
  right: unset;
  z-index: 999;
}

.single_title {
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 83px;
}

.single_title.min {
  margin-bottom: 40px;
}

.single_title::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #9690D7;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top.campaign_banner {
    margin: 1em 0 3em;
}

.top.campaign_banner > a > img {
    margin: auto;
}

.top.campaign_banner > a > img:hover {
    opacity: 0.8;
}

.campaign_banner {
    margin-top: 1em;
}

.campaign_caption {
    margin-top: 1em;
    font-size: 14px;
    color: red;
}

.campaign_caption a {
    font-size: 14px;
    color: #9B9B9B;
    margin: 0;
    text-decoration: underline;
}

@media (max-width: 1440px) {
  .wave_left, .wave_right {
    width: 35.4762vw;
    min-width: 257px;
  }
}

@media (max-width: 768px) {
  .top.campaign_banner {
      margin: 1em 0 1.5em;
  }

  .wave_left {
    display: none;
  }
  .single_title {
    font-size: 24px;
    letter-spacing: 2.2px;
    line-height: 57px;
    margin-bottom: 57px;
  }
  .single_title.min {
    margin-bottom: 30px;
  }
  .single_title::after {
    width: 30px;
    /* height: 3px; */
  }
  button {
    font-size: 14px;
  }
  .wave {
    width: 179px;
    height: 106px;
  }
  .space::after {
    white-space: pre-line;
    content: "\a";
  }
}

.header_sp {
  display: none;
}

header {
  width: 100vw;
  height: 92px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background: white;
}

header nav {
  display: grid;
  justify-content: space-between;
  column-gap: 4.167vw;
  grid-template-columns: auto auto auto auto auto auto;
  position: relative;
  padding-left: 60px;
  align-items: center;
}

header nav a {
  display: grid;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

header nav a span {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}

header > .medal_icon {
    display: none;
}

header .login_btn {
  color: #FFFFFF;
  width: 130px;
  height: 45px;
  /*background: #9690D7;*/
  background: #000000;
  border-radius: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.footer_sticky_area {
    position: fixed;
    bottom: 0;
    height: 4em;
    width: 100vw;
    z-index: 1000;
    background-color: #000000;
    text-align: right;
}

.footer_sticky_area:hover {
    opacity: 0.8 !important;
}

.footer_medal_purchase {
    display: flex;
    justify-content: flex-end;
    line-height: 4em;
    color: #FFFFFF;
    margin-right: 4em;
    font-weight: bold;
}

.footer_medal_purchase > img {
    margin-right: 0.5em;
    width: 25px;
}

@media (max-width: 768px) {
  header {
    height: 60px;
    padding: 10px 10px 10px 18px;
    z-index: 1010;
  }
  header img {
    width: 159px;
    height: 21px;
  }
  .sp_menu {
    display: block;
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #9690D7 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    z-index: 1000000;
  }
  .sp_menu.menu--isOpen {
    border: 2px solid #FFFFFF;
  }
  .menu__button {
    width: 15px;
    position: relative;
  }
  .sp_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 3px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  .menu__lineTop {
    transform: translateY(-5.46px);
  }
  .menu__lineBottom {
    transform: translateY(5.46px);
  }
  .menu--isOpen .menu__lineTop {
    transform: rotate(45deg);
  }
  .menu--isOpen .menu__lineMiddle {
    opacity: 0;
  }
  .menu--isOpen .menu__lineBottom {
    transform: rotate(-45deg);
  }
  .header_sp {
    display: block;
    width: 100vw;
    height: 120vh;
    background: #9690D7 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0px;
    right: -100vw;
    transition: right 0.3s;
  }
  .header_sp.menu--open {
    right: 0;
  }
  .header_sp nav {
    display: block;
    width: 90.666vw;
    max-width: 340px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 0;
  }
  .header_sp nav .download_img_wrap {
    width: 100%;
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
  }
  .header_sp nav .download_img_wrap img {
    width: 165px;
    height: 52px;
  }
  .header_sp nav a {
    display: flex;
    align-items: center;
    justify-content: left;
    color: white;
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .header_sp nav a span {
    color: white;
    padding-left: 13px;
    font-size: 14px;
  }
  .header_sp .medal_icon {
      display: flex;
  }
  .header_sp .medal_icon > img {
      width: 33px;
  }
  .header_sp nav .login_btn {
    /*background: white;*/
    /*color: #9690D7;*/
    background: #000000;
    color: #ffffff;
    width: 340px;
    height: 60px;
    justify-content: center;
    border-radius: 36px;
    font-size: 16px;
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .header_sp nav .login_btn > img {
    width: auto;
  }
  .header_sp footer {
    background: unset;
    width: 290px;
    padding: 0px;
    height: auto;
  }
  .header_sp footer .icon_wrap {
    display: none;
  }
  .header_sp footer .copy {
    display: none;
  }
  .header_sp footer nav {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    height: 62px;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 4px;
  }
  .header_sp footer nav a {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .header_sp footer nav a::after {
    content: "|";
    padding-left: 4px;
  }
  .header_sp footer nav a:nth-last-child(1)::after {
    content: "";
  }
  .header_sp footer .jasrac {
    white-space: pre-line;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: white;
  }
  .header_sp footer .logo {
    display: none;
  }
  .header_sp footer .copy {
    margin-top: 26px;
  }
  .header_pc {
    display: none;
  }
  header > .medal_icon {
      display: block;
      margin-left: auto;
      margin-right: 10px;
  }
  header > .medal_icon > img {
      width: 35px;
      height: 35px;
  }
  .header_sp > nav > .medal_icon {
      display: none;
  }
  .header_sp > nav > .footer_sticky {
      display: none;
  }
  .footer_sticky_area {
      position: fixed;
      bottom: 0;
      height: 3.8em;
      width: 100vw;
      z-index: 1000;
      background-color: #000000;
  }

  .footer_medal_purchase {
      display: flex;
      justify-content: center;
      line-height: 3.8rem;
      color: #FFFFFF;
      font-size: 0.9em;
      font-weight: bold;
      margin-right: auto;
  }

  .footer_medal_purchase > img {
      margin-right: 0.5em;
      width: 20px;
  }
}

main {
  margin-top: 184px;
  margin-bottom: 90px;
}

.index {
  margin-top: 92px;
}

.row {
  width: 90vw;
  max-width: 1100px;
  margin: 60px auto 0;
}

.row h2 {
  color: #9690D7;
  font-size: 45px;
  margin-bottom: 32px;
}

.row .news_twitter_wrap {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
}

.row .news {
  width: 100%;
  max-width: 800px;
}

.row .news .news_wrap {
  width: 100%;
  max-width: 640px;
  height: 400px;
  overflow-y: scroll;
  padding: 27px 20px;
  border: 2px solid #BEBCD5;
  border-radius: 20px;
}

.row .news .news_wrap .news_content {
  display: grid;
  grid-template-columns: 113px auto;
  margin-bottom: 20px;
}

.row .news .news_wrap .news_content:nth-last-child(1) {
  margin-bottom: 0px;
}

.row .news .news_wrap .news_content .news_time {
  color: #9690D7;
  font-size: 18px;
  font-weight: 600;
  width: 113px;
}

.row .event {
  margin-top: 50px;
}

.row .event h2 {
  position: relative;
}

.row .event h2 .event_link {
  color: #9690D7;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.row .event h2 .event_link img {
  padding-left: 14px;
  padding-top: 1px;
}

.row .event .event_wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 31px;
}

.row .event .event_wrap .event_content {
  max-width: 346px;
  width: 100%;
  cursor: pointer;
}

.row .event .event_wrap .event_content .img_wrap {
  width: 100%;
  height: 202px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.row .event .event_wrap .event_content .img_wrap img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  transition: all 0.2s;
}

.row .event .event_wrap .event_content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row .event .event_wrap .event_content p {
  font-size: 18px;
  font-weight: 600;
  color: #C7C7C7;
}

@media (max-width: 768px) {
  .index {
    margin-top: 60px;
  }
  main {
    margin-top: 104px;
  }
  .row {
    margin-top: 40px;
  }
  .row .news_twitter_wrap {
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .row h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .row .news .news_wrap {
    height: 150px;
  }
  .row .news .news_wrap .news_content {
    grid-template-columns: auto;
    margin-bottom: 20px;
  }
  .row .news .news_wrap .news_content .news_time {
    font-size: 16px;
  }
  .row .news .news_wrap .news_content .news_title {
    font-size: 14px;
  }
  .row .event .event_wrap {
    display: block;
  }
  .row .event .event_wrap .event_content .img_wrap {
    height: auto;
  }
  .row .event .event_wrap .event_content .img_wrap img {
    height: auto;
  }
  .row .event .event_wrap_pc {
    display: none;
  }
  .row .event .event_wrap_sp {
    display: block;
    width: 100%;
    margin: 0;
  }
  .row .event .event_wrap_sp .event_content h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .row .event .event_wrap_sp .event_content p {
    font-size: 15px;
  }
}

.download {
  position: relative;
}

.download .download_bg {
  width: 100vw;
  height: 265px;
  object-fit: cover;
  object-position: center;
}

.download .downlaod_wrap {
  position: absolute;
  width: 394px;
  margin: 0 auto;
  justify-content: space-between;
  display: grid;
  grid-template-columns: max-content max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.download .downlaod_wrap .icon {
  width: 192px;
  height: 192px;
  box-shadow: 0px 15px 15px #0702031A;
  border-radius: 37px;
}

.download .downlaod_wrap .download_right img {
  width: 100%;
}

.download .downlaod_wrap .download_right p {
  font-weight: 600;
  font-size: 19px;
  margin: 27px 0 11px;
}

.download .downlaod_wrap .download_right .download_img_wrap {
  width: 394px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: max-content max-content;
}

.download .downlaod_wrap .download_right .download_img_wrap img {
  width: 191px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .download .download_bg {
    height: 200px;
  }
  .download .downlaod_wrap {
    grid-template-columns: auto;
    width: fit-content;
  }
  .download .downlaod_wrap .icon {
    width: 118px;
    height: 118px;
    margin: 0 auto 24px;
  }
  .download .downlaod_wrap .download_right img {
    width: 100%;
    margin: 0 auto;
  }
  .download .downlaod_wrap .download_right p {
    font-size: 19px;
    text-align: center;
    margin: 12px auto 24px;
  }
  .download .downlaod_wrap .download_right .download_img_wrap {
    width: 310px;
  }
  .download .downlaod_wrap .download_right .download_img_wrap img {
    width: 150px;
  }
}

.concept {
  width: 90vw;
  max-width: 1100px;
  margin: 184px auto 173px;
  position: relative;
}

.concept .sub_title {
  font-size: 28px;
  font-weight: 600;
}

.concept .title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.concept .title::after {
  width: 45px;
  height: 0.5px;
  padding-left: 9px;
  content: "";
  display: block;
  border: 1px solid #201715;
  position: relative;
  left: 9px;
}

.concept h1 {
  font-size: 60px;
  letter-spacing: 3px;
  color: #9690D7;
  letter-spacing: 3px;
}

.concept span {
  font-size: 28px;
}

.concept .middle_text {
  margin: 80px auto 28px;
  white-space: pre-line;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.concept .char {
  width: 533px;
  height: 416px;
  position: absolute;
  right: 0%;
  bottom: -32px;
}

.how_to {
  margin-top: 184px;
}

.how_to .step_wrap {
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto 68px;
}

.how_to .step_wrap h2 {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}

.how_to .step_wrap h2 span {
  color: #FFFFFF;
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #231815;
  border-radius: 25px;
  margin-right: 15px;
}

.how_to .step_wrap .step_content_wrap {
  display: grid;
  grid-template-columns: 346px 346px 346px;
  column-gap: 32px;
}

.how_to .step_wrap .step_content_wrap img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.how_to .step_wrap .step_content_wrap .step_content h3 {
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.how_to .step_wrap .step_content_wrap .step_content p {
  font-size: 15px;
}

@media (max-width: 768px) {
  .how_to {
    margin: 102px auto;
  }
  .how_to .step_wrap {
    margin: 0 auto 50px;
  }
  .how_to .step_wrap h2 {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .how_to .step_wrap h2 span {
    width: 70px;
    height: 29px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .how_to .step_wrap .step_content_wrap {
    overflow-x: scroll;
    grid-template-columns: 262px 262px 262px;
    column-gap: 20px;
  }
  .concept {
    width: fit-content;
    margin: 89px auto;
  }
  .concept .title {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .concept .title ::after {
    width: 31px;
  }
  .concept h1 {
    font-size: 28px;
    letter-spacing: 1.55px;
  }
  .concept .sub_title {
    font-size: 20px;
  }
  .concept .middle_text {
    margin: 70px 0 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .concept img {
    width: 199px;
    height: 26px;
  }
  .concept .char {
    position: unset;
    width: 267px;
    height: 208px;
    margin-top: 55px;
  }
}

.live .live_content_wrap {
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto 68px;
}

.live .live_content_wrap .live_content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
  margin-bottom: 100px;
}

.live .live_content_wrap .live_content h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #9690D7;
}

.live .live_content_wrap .live_content:nth-last-child(1) {
  margin-bottom: 0px;
}

.live .live_content_wrap .live_content:nth-child(odd)>img {
  order: 2;
}

.live .live_content_wrap .live_content:nth-child(even)>.text_wrap>h2 {
  color: #D65764;
}

.live .live_content_wrap .live_content img {
  width: 500px;
  height: 370px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  min-width: 240px;
}

.live .live_content_wrap .live_content .text_wrap {
  font-weight: 400;
}

.live .live_content_wrap .live_content .text_wrap p {
  font-size: 20px;
  white-space: pre-line;
  line-height: 40px;
}

@media (max-width: 768px) {
  .live .live_content_wrap .live_content {
    grid-template-columns: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  .live .live_content_wrap .live_content:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .live .live_content_wrap .live_content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .live .live_content_wrap .live_content:nth-child(odd)>img {
    order: unset;
  }
  .live .live_content_wrap .live_content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .live .live_content_wrap .live_content .text_wrap p {
    font-size: 15px;
    line-height: 25px;
  }
}

p.single_title_text {
  font-size: 18px;
  font-weight: 600;
  white-space: pre-line;
  text-align: center;
  line-height: 34px;
}

p.single_title_text.normal {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Noto Sans JP";
}

.single_event .event {
  margin-bottom: 50px;
}

.single_event .event_wrap {
  row-gap: 50px;
}

@media (max-width: 768px) {
  p.single_title_text {
    white-space: unset;
    text-align: left;
    padding: 0 18px;
    font-size: 14px;
    line-height: 24px;
  }
  .single_event .row .event .event_wrap .event_content {
    max-width: unset;
    margin-bottom: 40px;
  }
}

.client .contact_wrap {
  display: grid;
  grid-template-columns: 310px 310px;
  column-gap: 50px;
  margin: 62px auto 0;
  max-width: 670px;
  width: 90vw;
}

.client .contact_wrap img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 20px;
}

.client .contact_wrap h2 {
  font-size: 18px;
  font-weight: 600px;
  margin-bottom: 20px;
  text-align: center;
  white-space: pre-line;
}

.client .contact_wrap p {
  white-space: pre-line;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.client .contact_wrap div {
  width: 310px;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 47px 0 68px;
}

.client .contact_wrap .agent button {
  background: #D65764;
}

@media (max-width: 768px) {
  .client .contact_wrap {
    grid-template-columns: auto;
    width: fit-content;
    margin: 40px auto 0;
    row-gap: 20px;
  }
  .client .contact_wrap p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .client .contact_wrap img {
    margin-bottom: 10px;
  }
  .client .contact_wrap div {
    padding: 30px 0;
  }
}

.login .single_title_text a {
  color: #9690D7;
  border-bottom: 1px solid #9690D7;
}

.login .login_btn_wrap {
  width: 300px;
  display: grid;
  row-gap: 15px;
  margin: 41px auto 40px;
}

.login .login_btn_wrap img {
  width: 300px;
  height: 50px;
}

.login_btn > img {
    margin-right: 5px;
}

.login p.small {
  font-size: 12px;
  text-align: center;
}

.login p.bold {
  font-weight: bold;
}

.SMS_btn {
  color: #5AB3C2;
  border: solid 1px #5AB3C2;
  border-radius: 10px;
  font: normal normal bold 15px/18px SF UI Display;
  font-family: -apple-system, 'BlinkMacSystemFont',  Sans-Serif;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.form_wrap {
  width: 88vw;
  max-width: 330px;
  margin: 0 auto 30px;
}

.form_wrap label {
  display: block;
  font: normal normal bold 14px/24px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #231815;
}

.form_wrap .login_input {
  margin-top: 10px;
  height: 50px;
  border-radius: 10px;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border: none;
  display: block;
  width: 100%;
  padding-left: 10px;
}

.form_wrap input[type="submit"] {
  width: 175px!important;
  /* padding-left: 0!important; */
  height: 50px;
  padding: 0!important;
  pointer-events: none;
  margin: 30px auto 0!important;
}

.form_wrap input[type=text] {
  font: normal normal bold 18px/21px SF UI Display;
  font-family: -apple-system, 'BlinkMacSystemFont',  Sans-Serif;
  letter-spacing: 0px;
  color: #262628;
}

.form_wrap input[type="submit"].active {
  cursor: pointer;
  pointer-events: unset;
  background: #9690D7 0% 0% no-repeat padding-box;
}

.back {
  font: normal normal bold 13px/23px "Noto Sans JP";
  letter-spacing: 0px;
  color: #9690D7;
  text-align: center;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 22px auto 0;
}

.back::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url(../images/left_arrow.svg);
  margin-right: 6px;
}

.sms_done_img {
  width: 52px;
  height: 52px;
  margin: 100px auto 12px;
}

.sms_done_text {
  font: normal normal bold 18px/31px "Noto Sans JP";
  letter-spacing: 0px;
  /* font-family: -apple-system, 'BlinkMacSystemFont',  Sans-Serif; */
  color: #262628;
  text-align: center;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .login p.single_title_text {
    text-align: center;
  }
}

footer {
  background: #F8F8F8;
  /* height: 338px; */
  padding: 52px 0 40px;
}

footer nav {
  text-align: center;
}

footer nav a {
  font-size: 13px;
  font-weight: 600;
}

footer nav a::after {
  content: "|";
  padding-left: 4px;
  padding-right: 4px;
}

footer nav a:nth-last-child(1)::after {
  content: "";
}

footer .jasrac {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

footer .logo {
  width: 220px;
  height: 29px;
  margin: 30px auto 30px;
}

footer .icon_wrap {
  display: grid;
  grid-template-columns: 56px 56px 56px 56px 56px;
  column-gap: 14px;
  margin: 0 auto;
  width: fit-content;
}

footer .copy {
  font-size: 12px;
  text-align: center;
  margin-top: 28px;
}

.pb-4em {
    padding-bottom: 4em;
}

.slider {
  margin: 100px auto;
  width: 80%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/

.slick-prev:before, .slick-next:before {
  color: #000;
}

@media (max-width: 768px) {
  footer {
    height: unset;
    padding: 50px 18px 30px;
  }
  footer nav {
    display: flex;
    flex-wrap: wrap;
    height: 62px;
    line-height: 20px;
  }
  footer .jasrac {
    white-space: pre-line;
    text-align: left;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  footer .logo {
    width: 154px;
    height: 20px;
    margin: 44px auto 26.7px;
  }
  footer .copy {
    margin-top: 26px;
  }
}

a, button {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

a:hover, button:hover {
  opacity: 0.7;
}

.non_scroll {
  overflow-y: hidden;
}

iframe.twitter-timeline {
  border: 2px solid #BEBCD5 !important;
  border-radius: 20px !important;
  max-height: 312px !important;
}

@media (max-width: 768px) {
  iframe.twitter-timeline {
    max-height: 400px !important;
  }
}

.non_header_footer .single_title {
  font-size: 22px;
  letter-spacing: 0px;
  text-align: left;
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto 24px;
}

.non_header_footer .single_title::after {
  content: "";
  display: none;
  letter-spacing: 0px;
}

.non_header_footer h3 {
  margin: 38px 0 12px;
}

.non_header_footer ul.indent {
  padding: 0;
}

.non_header_footer ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.link_wrap {
  max-width: 1100px;
  width: 90vw;
  margin: 0 auto 24px;
}

.link_wrap a {
  color: #0070ff;
  margin-right: 24px;
  font-size: 16px;
}

.mv {
  position: relative;
}

.mv_btn_wrap {
  height: 25.8vw;
  position: absolute;
  top: 55%;
  left: 10.25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 33.5vw;
  /* opacity: .6; */
  display: grid;
}

.mv_btn_wrap .logo {
  width: 98%;
  margin-left: 2%;
  /* margin-bottom: 16%; */
}

.mv_btn_w {
  padding: 0;
  background-color: none;
  height: 18.5vw;
  position: absolute;
  bottom: 0;
  border-radius: 1vw;
}

.w_regist {
  width: 10%;
  width: 94%;
  margin: 0% 0 0 1.4%;
}

.w_title {
  width: 94%;
  margin: 0 0 5.3% 1.4%;
  display: block;
}

.btn_flex_wrap {
  padding: 0;
  margin-top: 9%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 2%;
}

@media(max-width: 768px) {
  .mv_btn_wrap {
    width: 100vw;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 47vw;
  }
  .mv_btn_wrap .logo {
    display: none;
  }
  .mv_btn_w {
    /* background-color: tomato; */
    height: 100%;
    padding: 5% 5% 5% 5%;
    border-radius: 4vw;
  }
  .mv h1 img {
    width: 100vw;
  }
}

.non_header_footer {
  margin-top: 120px;
}

.popup_close {
  opacity: 0;
  transition: opacity .3s ease;
  width: 88vw;
  max-width: 450px;
  padding: 24px;
  padding-top: 9px;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000;
  background: white;
  border-radius: 20px;
  padding-bottom: 54px;
}

.popup_open {
  opacity: 1;
  visibility: unset;
}

.popup_close .close {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-bottom: 24px;
  cursor: pointer;
  left: 14px;
}

.popup_close img {
  width: 80%;
  margin: 0 auto;
}

.popup_bg {
  width: 100vw;
  height: 130vh;
  display: block;
  visibility: hidden;
  background: black;
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 9999;
}

.popup_bg-active {
  visibility: unset;
  opacity: .7;
}

.popup_close .close::before, .popup_close .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  /* border-radius: 2px; */
}

.popup_close .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

@media(min-width:769px) {
  .header_active {
    color: #9690D7;
  }
  .header_active span {
    color: #9690D7;
  }
}
