<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
:root {
  /* color */
  --base-color: #fff;
  --main-color: #000;
  --accent-color: #6b42aa;
  --personality-color: #1a2c78;
}

/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--main-color);
  line-height: 1;
  font-feature-settings: "palt";
}

@media (max-width:768px) {
  body {
    font-size: 3.733vw;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  transition: 0.2s;
}

@media (min-width:769px) {
  a:hover {
    opacity: 0.7;
  }
}
/* -- LAYOUT -- */
.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92.1rem;
  max-height: 100vh;
  /* aspect-ratio: 1800 / 921; */
  box-sizing: border-box;
  background: url(../img/bg_header.jpg);
  background-size: cover;
  background-position: center center;
}

.header_tfm {
  position: absolute;
  top: 1.1111vw;
  right: 1.1111vw;
  display: block;
  width: 10vw;
}

.header_kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 119rem;
  max-width: 90%;
  height: auto;
}

.header_ph {
  flex: 0 0 39.0327731092%;
  width: 39.0327731092%;
  max-height: 98%;
}
.header_ph img {
  width: 100%;
  height: auto;
  max-height: 95vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_txt {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: 5.3781512605%;
}

.header_logo {
  max-height: 60vh;
}
.header_logo &gt; img {
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_time {
  width: 47.2012102874%;
  max-height: 20vh;
  margin-top: 6.5052950076%;
  margin-left: 3.1770045386%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width:768px) {
  .header {
    display: flex;
    align-items: start;
    height: auto;
    max-height: inherit;
    padding: 13.7333vw 0 7.4667vw;
    background: url(../img/sp/bg_header.jpg);
    background-size: cover;
  }
  .header_tfm {
    top: 2.1333vw;
    right: 2.1333vw;
    width: 24.6667vw;
  }
  .header_kv {
    flex-flow: column;
  }
  .header_ph {
    flex: 0 0 auto;
    width: 93.0667vw;
  }
  .header_txt {
    margin-top: 8.1333vw;
    margin-left: 0;
  }
  .header_logo {
    width: 75.4667vw;
    max-height: inherit;
  }
  .header_logo &gt; img {
    max-height: inherit;
  }
  .header_time {
    width: 33.6vw;
    max-height: inherit;
    margin-top: 2.1333vw;
  }
}
.main {
  padding: 10.6rem 0 13.2rem;
  background: url(../img/bg_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width:768px) {
  .main {
    padding: 14.6667vw 0 20.6667vw;
    background: url(../img/bg_main.jpg);
    background-repeat: repeat;
  }
}
.about {
  width: 102rem;
  max-width: 90%;
  margin: 0 auto;
}

.about_heading {
  width: 27.8rem;
  margin: 0 auto;
}

.about_container {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 7.9rem auto 0;
}

.about_txt {
  font-size: clamp(1.3rem, 0.0556rem + 1.62vw, 2rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.3em;
  text-align: center;
}
.about_txt .midium {
  font-weight: 500;
}

.about_personality {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto 0;
  color: var(--personality-color);
  font-weight: 700;
  letter-spacing: 0;
}

.about_name {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--personality-color);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.003em;
  border-bottom: 0.15rem solid var(--personality-color);
  margin-left: calc(27px + 0.5em);
  padding-bottom: 0.3rem;
}
.about_name:before {
  position: absolute;
  content: "";
  left: -2.7rem;
  top: 50%;
  width: 1.9rem;
  height: 2.7rem;
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/mic.svg);
          mask-image: url(../img/mic.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--personality-color);
}

.about_ph {
  max-width: 40%;
}

.about_btnContainer {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 84.6rem;
  max-width: 100%;
  margin: 7.1rem auto 0;
  gap: 4.9rem;
}

.about_msgBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.9rem;
  max-width: 49%;
  height: 7.4rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  background: var(--accent-color);
  box-shadow: 0.4rem 0.6rem #452771;
  border-radius: 3.7rem;
}
.about_msgBtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.3rem;
  display: block;
  width: 0.9rem;
  height: 1.1rem;
  margin: auto;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
}

.about_radikoBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.9rem;
  max-width: 49%;
  height: 7.4rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  background: #00a2e2;
  box-shadow: 0.4rem 0.6rem #0c6a8f;
  border-radius: 3.7rem;
}
.about_radikoBtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.3rem;
  display: block;
  width: 0.9rem;
  height: 1.1rem;
  margin: auto;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
}
.about_radikoBtn .radiko {
  width: 10.2rem;
  margin-right: 0.7rem;
}

@media (max-width:768px) {
  .about {
    width: auto;
    max-width: inherit;
  }
  .about_heading {
    width: 39.8667vw;
  }
  .about_container {
    margin: 7.2vw auto 0;
  }
  .about_txt {
    font-size: 3.3333vw;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .about_personality {
    margin: 8.9333vw auto 0;
  }
  .about_name {
    font-size: 4.2173vw;
    margin-left: calc(4vw + 0.2em);
    padding-left: 2.1333vw;
    padding-bottom: 0.4vw;
    border-bottom: 0.1333vw solid var(--accent-color);
  }
  .about_name::before {
    left: -3.2vw;
    top: 50%;
    width: 4vw;
  }
  .about_btnContainer {
    align-items: center;
    flex-flow: column;
    width: auto;
    margin: 12.9333vw auto 0;
    gap: 6vw;
  }
  .about_msgBtn {
    width: 86.8613vw;
    max-width: 100%;
    height: 13.028vw;
    font-size: 4.2307vw;
    box-shadow: 0.5333vw 1.2vw #452771;
    border-radius: 6.514vw;
  }
  .about_radikoBtn {
    width: 86.8613vw;
    max-width: 100%;
    height: 13.028vw;
    font-size: 4.2307vw;
    box-shadow: 0.5333vw 1.2vw #0c6a8f;
    border-radius: 6.514vw;
  }
  .about_radikoBtn .radiko {
    width: 21.4667vw;
    margin-right: 1.4667vw;
  }
}
.footer {
  position: relative;
  padding: 0;
}
.footer_common {
  margin: 0 auto;
  padding: 10px 0 0;
}
.footer_common-pc {
  display: block;
}
.footer_common-sp {
  display: none;
}
.footer_middle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.7rem;
  padding-bottom: 6.7rem;
}
.footer_tfm {
  width: 17.5rem;
}
.footer_share {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 6.3rem;
}
.footer_icon {
  display: inline-block;
  width: 5.3rem;
  margin-right: 2.7rem;
}
.footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  background: var(--accent-color);
}

@media (max-width: 1000px) {
  .footer_common {
    padding: 0;
    border-bottom: none;
  }
  .footer_common-pc {
    display: none;
  }
  .footer_common-sp {
    display: block;
  }
}
@media (max-width:768px) {
  .footer {
    padding: 0 0 calc(12% - 1px);
  }
  .footer_middle {
    flex-flow: column;
    margin-top: 7.3333vw;
    padding-bottom: 6vw;
  }
  .footer_tfm {
    width: 29.6vw;
  }
  .footer_share {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.6667vw auto 0;
  }
  .footer_icon {
    width: min(10.1333vw, 45px);
    margin-right: 2.6667vw;
    margin-left: 2.6667vw;
  }
  .footer_copyright {
    height: auto;
    padding: 2.2667vw 0;
    font-size: 1.7333vw;
  }
}
.follow_msg {
  position: fixed;
  right: 0;
  bottom: clamp(21.3rem, 13.9158rem + 9.602vw, 31.2rem);
  display: block;
}
.follow_msg img {
  width: clamp(5.4rem, 3.237rem + 2.813vw, 8.3rem);
}

.follow_radiko {
  position: fixed;
  right: 0;
  bottom: 2rem;
  display: block;
}
.follow_radiko img {
  width: clamp(5.4rem, 3.237rem + 2.813vw, 8.3rem);
}

@media (max-width:768px) {
  .follow_msg {
    left: 0;
    bottom: 0;
    width: 50%;
    font-size: 0;
  }
  .follow_msg img {
    width: 100%;
  }
  .follow_radiko {
    right: 0;
    bottom: 0;
    width: 50%;
    font-size: 0;
  }
  .follow_radiko img {
    width: 100%;
  }
}
.pagetop-pc {
  position: fixed;
  right: clamp(8rem, 5.6132rem + 3.104vw, 11.2rem);
  bottom: 2.5rem;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s;
}
.pagetop-pc:hover {
  opacity: 0.7;
}
.pagetop-pc img {
  width: 60px;
}

.pagetop-sp {
  display: none;
}

@media (max-width:768px) {
  .pagetop-pc {
    display: none !important;
  }
  .pagetop-sp {
    position: absolute;
    right: 5.4667vw;
    bottom: 6.1333vw;
    display: block;
    width: min(10.1333vw, 45px);
    margin: 6vw auto 0;
    cursor: pointer;
  }
}
/* -- COMPONENT -- */
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}/*# sourceMappingURL=style.css.map */</pre></body></html>