@charset "UTF-8";
/* 共通設定 -------------------------------------------------------------------------------------------------------------------- */
:root {
  --color-main: #e50012;
  --color-gradient: linear-gradient(to right, var(--color-main) 40%, #ffdc48 100%);
  --color-red: #d3141a;
  --color-yellow: #fccd18;
  --color-black: #231815;
  --color-radiko: #00a0e9;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "M PLUS 1", "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #fff;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2.2rem;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

li {
  list-style: none;
}

.container {
  padding-top: 17rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding-top: 22rem;
  }
}

.inner {
  padding-inline: 1rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 2rem;
  }
}

.br {
  display: inline-block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.section-title {
  font-size: 6rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  transform: rotate(-3deg);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 8rem;
    line-height: 1;
  }
}
.section-title::before {
  content: "";
  background: url(../img/icon_title-icon.svg) no-repeat center/100%;
  width: 14rem;
  height: 5.6rem;
  position: absolute;
  top: -5.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-title::before {
    width: 20.6rem;
    height: 8.2rem;
    top: -9rem;
  }
}

.diagonal-text {
  font-size: 1.8rem;
  transform: rotate(-3deg);
  margin-top: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .diagonal-text {
    font-size: 2.2rem;
    margin-top: 3.5rem;
    line-height: 1.7;
  }
}
.diagonal-text__big {
  font-size: 180%;
  line-height: 1.3;
  margin-block: 0.16em;
}
@media screen and (min-width: 768px) {
  .diagonal-text__big {
    font-size: 200%;
  }
}
.diagonal-text .br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .diagonal-text .br-sp {
    display: inline-block;
  }
}
.diagonal-text .br-block {
  display: block;
}
.diagonal-text .position-sp {
  transform: translateX(0.8rem);
}
@media screen and (min-width: 768px) {
  .diagonal-text .position-sp {
    transform: unset;
  }
}
.diagonal-text .position-both {
  transform: translateX(0.8rem);
}
@media screen and (min-width: 768px) {
  .diagonal-text .position-pc {
    padding-left: 0.8rem;
  }
}

.gradient-btn {
  color: #fff;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  background: linear-gradient(to right, #e50012 20%, #ffdc48 50%, #e50012 80%);
  background-size: 200% auto;
}
@media (hover: hover) {
  .gradient-btn:hover {
    opacity: 1;
    transform: scale(1.02);
    background-position: 100% center; /* ホバーでグラデーションを移動 */
  }
}
@media (hover: none) {
  .gradient-btn:active {
    transform: scale(1.02);
    background-position: 100% center; /* タップでグラデーションを移動 */
  }
}

/* column-wrapper -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1081px) {
  .column-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* header left-column -------------------------------------------------------------------------------------------------------------------- */
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  height: 102vh;
  position: sticky;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: unset;
    padding-bottom: 3rem;
  }
}
.header h1 {
  max-width: 800px;
  margin-inline: auto;
}
.header__onair-time {
  color: var(--color-main);
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .header__onair-time {
    font-size: 3.5rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1081px) {
  .header__onair-time {
    font-size: min(4rem, 2.5vw);
  }
}
.header__onair-time span {
  display: block;
}
.header__radiko {
  background: var(--color-radiko);
  color: #fff;
  width: 100%;
  max-width: 28rem;
  height: 5.3rem;
  border-radius: 10rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  font-size: 2.3rem;
  margin-top: 1.6rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__radiko {
    max-width: 39.6rem;
    height: 7.5rem;
    font-size: 3.5rem;
    margin-top: 2.8rem;
  }
}
@media (hover: hover) {
  .header__radiko:hover {
    opacity: 1;
    transform: scale(1.02);
  }
}
@media (hover: none) {
  .header__radiko:active {
    transform: scale(1.02);
  }
}
.header__radiko img {
  max-width: 10.4rem;
}
@media screen and (min-width: 768px) {
  .header__radiko img {
    max-width: 14.5rem;
  }
}

/* right-column -------------------------------------------------------------------------------------------------------------------- */
.right-column {
  position: relative;
  z-index: 1;
}

/* main -------------------------------------------------------------------------------------------------------------------- */
/* sticky-wrapper -------------------------------------------------------------------------------------------------------------------- */
.sticky-wrapper {
  position: relative;
  background: linear-gradient(150deg, #ffdc48 0%, var(--color-main) 13%, var(--color-main) 87%, #ffdc48 100%);
}
@media screen and (min-width: 768px) {
  .sticky-wrapper {
    background: linear-gradient(170deg, #ffdc48 0%, var(--color-main) 13%, var(--color-main) 87%, #ffdc48 100%);
  }
}

/* about -------------------------------------------------------------------------------------------------------------------- */
.about {
  position: relative;
}
.about::before {
  content: "";
  background: url(../img/bg_star_sp.svg) no-repeat center/96%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about::before {
    background-image: url(../img/bg_star_pc.svg);
    background-size: 90%;
    height: 125%;
    max-width: 72rem;
  }
}

/* shop -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .shop .section-title {
    letter-spacing: 0.01em;
  }
}
.shop .section-title .shop-br {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .shop .section-title .shop-br {
    display: inline-block;
  }
}
@media screen and (min-width: 1400px) {
  .shop .section-title .shop-br {
    display: inline-block;
  }
}
.shop__box {
  background: #fff;
  color: var(--color-main);
  border-radius: 1rem;
  padding: 1.5rem 1.7rem 1.8rem;
  margin-top: 2rem;
  position: relative;
  width: 96%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .shop__box {
    margin-top: 3rem;
    max-width: 78rem;
    border-radius: 2rem;
    padding: 2rem 5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1081px) {
  .shop__box {
    max-width: 78rem;
    width: 47vw;
    padding-inline: min(5rem, 2.7vw);
  }
}
@media screen and (min-width: 768px) {
  .shop__box {
    margin-top: 5rem;
  }
}
.shop__box::before {
  content: "";
  background: url(../img/icon_man_white.svg) no-repeat center/100%;
  width: 5.6rem;
  height: 10rem;
  position: absolute;
  top: -9.5rem;
  right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .shop__box::before {
    width: 10rem;
    height: 17.5rem;
    top: -17rem;
    right: 0rem;
  }
}
.shop__onair-day {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .shop__onair-day {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1081px) {
  .shop__onair-day {
    font-size: clamp(2.8rem, 2.5vw, 3rem);
  }
}
.shop__onair-day .big {
  font-size: 160%;
  line-height: 1;
  padding-inline: 0.1em;
  vertical-align: -0.07em;
}
.shop__img-wrapper {
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .shop__img-wrapper {
    gap: 4rem;
    gap: min(4rem, 2.2vw);
    margin-top: 2.3rem;
  }
}
.shop__img-wrapper img {
  width: auto;
}
.shop__name {
  font-size: 3rem;
  margin-top: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .shop__name {
    font-size: 4rem;
    margin-top: 1.8rem;
  }
}
.shop .shop-data {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .shop .shop-data {
    margin-top: 2.1rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .shop .shop-data__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    row-gap: 0.3rem;
  }
}
.shop .shop-data__title {
  width: 100%;
  min-height: 2.2rem;
  background: var(--color-main);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 1rem;
  padding-block: 0.3rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .shop .shop-data__title {
    min-width: 10.4rem;
    width: auto;
    min-height: 3.6rem;
    font-size: 2rem;
    justify-content: center;
    padding-block: 0.8rem 0.9rem;
  }
}
.shop .shop-data__content {
  font-size: 1.6rem;
  padding: 0.7rem 1rem;
}
@media screen and (min-width: 768px) {
  .shop .shop-data__content {
    font-size: 2rem;
    padding: 0.3rem 1rem;
    min-width: calc(100% - 20rem);
  }
}
.shop .shop-data__content.address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  row-gap: 0.2em;
}
@media screen and (min-width: 768px) {
  .shop .shop-data__content.address {
    row-gap: 0.3em;
  }
}
.shop .shop-data__content address {
  padding-bottom: 0.1rem;
}
.shop .shop-data__content .google-maps {
  width: 11.6rem;
  height: 2.2rem;
  font-size: 1.2rem;
  gap: 0.4rem;
  line-height: 1;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .shop .shop-data__content .google-maps {
    width: 15.5rem;
    height: 3rem;
    font-size: 1.6rem;
    gap: 0.5rem;
    padding-bottom: 0.35rem;
  }
}
.shop .shop-data__content .google-maps::before {
  content: "";
  background: url(../img/google_maps.svg) no-repeat center/100%;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .shop .shop-data__content .google-maps::before {
    width: 1.7rem;
    height: 1.7rem;
    margin-top: 0.2rem;
  }
}
.shop .shop-data__content .hp {
  display: inline-block;
  background: linear-gradient(to right, #e50012 20%, #ffdc48 50%, #e50012 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s; /* スムーズな遷移 */
  line-height: 1.2;
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) {
  .shop .shop-data__content .hp:hover {
    opacity: 1;
    transform: scale(1.02);
    background-position: 100% center; /* ホバーでグラデーションを移動 */
    -o-border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
       border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
  }
}
@media (hover: none) {
  .shop .shop-data__content .hp:active {
    transform: scale(1.02);
    background-position: 100% center; /* タップでグラデーションを移動 */
    -o-border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
       border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
  }
}
.shop__btn-archive {
  width: 100%;
  height: 6rem;
  font-size: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .shop__btn-archive {
    max-width: 32rem;
    margin-inline: auto;
    margin-top: 3.5rem;
  }
}

/* message -------------------------------------------------------------------------------------------------------------------- */
.message {
  margin-bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .message {
    padding-bottom: unset;
    margin-bottom: -4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .message .diagonal-text {
    line-height: 1.9;
  }
}
.message .diagonal-text__big {
  font-size: 145%;
  line-height: 1.7;
  margin-block: unset;
}
@media screen and (min-width: 768px) {
  .message .diagonal-text__big {
    margin-block: 0 0.16em;
  }
}
@media screen and (min-width: 768px) {
  .message .diagonal-text .br-block {
    display: inline-block;
    margin-bottom: 0.1em;
  }
}
.message__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .message__list {
    margin-top: 4.8rem;
    flex-direction: row;
    flex-wrap: wrap;
    padding-inline: 2rem;
  }
}
.message__item-btn {
  background: #fff;
  width: 96%;
  height: 10rem;
  border-radius: 2rem;
  color: var(--color-main);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
  padding-left: 2.4rem;
  margin-inline: auto;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .message__item-btn {
    width: 36rem;
    padding-left: 3.4rem;
  }
}
.message__item-btn::before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat center/100%;
  width: 7.1rem;
  height: 6.3rem;
  display: block;
  transform: rotate(-10deg);
}
.message__item-btn.mail .underline {
  line-height: 1.1;
  text-decoration: underline;
}
.message__item-btn.app {
  border: unset;
}
.message__item-btn.app .small {
  font-size: 0.7em;
  display: block;
  transform: translateX(-0.5rem);
}
.message__item-btn.app::before {
  background-image: url(../img/icon_rsk_app.png);
  transform: unset;
  width: 7rem;
  height: 7rem;
}
.message__item-btn .btn-text {
  background: linear-gradient(to right, #e50012 20%, #ffdc48 50%, #e50012 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s; /* スムーズな遷移 */
}
.message__item-btn.app .btn-text {
  border: unset;
}
@media (hover: hover) {
  .message__item-btn:hover {
    opacity: 1;
    transform: scale(1.02);
  }
  .message__item-btn:hover .btn-text {
    background-position: 100% center; /* ホバーでグラデーションを移動 */
    -o-border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
       border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
  }
}
@media (hover: none) {
  .message__item-btn:active {
    opacity: 1;
    transform: scale(1.02);
  }
  .message__item-btn:active .btn-text {
    background-position: 100% center; /* タップでグラデーションを移動 */
    -o-border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
       border-image: linear-gradient(to left, #e50012 40%, #ffdc48 100%) 2;
  }
}

/* back-to-top -------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
  position: sticky;
  bottom: 0;
  z-index: 9999;
  width: 6.2rem;
  margin-inline: auto 0.5rem;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 9rem;
    margin-inline: auto 0.9rem;
  }
}
.back-to-top img.text {
  transform: translateY(0.5rem);
}
@media screen and (min-width: 768px) {
  .back-to-top img.text {
    transform: translateY(0.7rem);
  }
}
.back-to-top img.man {
  width: 5rem;
  margin-inline: auto;
  transform: translateY(0.2rem);
}
@media screen and (min-width: 768px) {
  .back-to-top img.man {
    width: 7rem;
    transform: translateY(0.3rem);
  }
}
@media (hover: hover) {
  .back-to-top:hover {
    transform: translateY(-0.6rem) scale(1.07);
    opacity: 1;
  }
}
@media (hover: none) {
  .back-to-top:active {
    transform: translateY(-0.6rem) scale(1.07);
    opacity: 1;
  }
}

/* twitter-section -------------------------------------------------------------------------------------------------------------------- */
.twitter-section {
  padding-block: 2.5rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .twitter-section {
    padding-block: 2.5rem 2.2rem;
  }
}
.twitter-section .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .twitter-section .inner {
    gap: 2rem;
  }
}
.twitter-section__icon {
  width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .twitter-section__icon {
    width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .twitter-section__wrapper {
    margin-top: -0.8rem;
  }
}
.twitter-section__text {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .twitter-section__text {
    font-size: inherit;
  }
}
.twitter-section__btn {
  font-size: 1.4rem;
  width: 100%;
  height: 3.6rem;
  margin-top: 0.5rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .twitter-section__btn {
    font-size: 1.6rem;
  }
}

/* footer -------------------------------------------------------------------------------------------------------------------- */
.footer {
  padding-block: 1.7rem 2rem;
  background: var(--color-black);
}
.footer .breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .breadcrumb {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
  }
  .footer .breadcrumb__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .footer .breadcrumb__item:not(:last-child)::after {
    content: "";
    border-top: 0.2rem solid;
    border-right: 0.2rem solid;
    width: 1rem;
    height: 1rem;
    display: block;
    transform: rotate(45deg);
  }
}
.footer .sp-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .footer .sp-nav {
    display: none;
  }
}
.footer .sp-nav__item {
  width: 25%;
}
.footer .sp-nav__btn {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7rem;
}
.footer .sp-nav__btn.home {
  gap: 0.2rem;
}
.footer .sp-nav__btn.radio img {
  width: 44%;
}
.footer .sp-nav__btn.angle-up {
  gap: 0.1rem;
}
.footer .sp-nav__btn img {
  width: 50%;
}
.footer .sp-nav__btn-text {
  font-size: 1.2rem;
  font-weight: 700;
}
.footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
.footer .sns__btn {
  width: 6rem;
  padding: 1.3rem;
  border-radius: 10rem;
}
.footer .sns__btn.facebook {
  background: #1877f2;
}
.footer .sns__btn.twitter {
  background: #000;
  padding: 1.6rem;
}
.footer .sns__btn.line {
  background: #1eb900;
}
.footer__copyright {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */