@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    filter: brightness(1.2);
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto sans JP", sans-serif;
  color: #fff;
}

#wrapper {
  overflow: hidden;
}

ul {
  list-style: none;
}

@media print {
  img {
    display: none;
  }
}
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

img {
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-main-flower.webp");
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .howto__title {
    text-align: center !important;
  }
}
.howto__subtitle {
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .howto__subtitle {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.howto__top {
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto__top {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.howto__btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .howto__btn {
    margin-top: 1.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.howto__btn li a {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .howto__btn li a {
    height: 10.6666666667vw;
  }
}
.howto__btn li a img {
  height: 100%;
  width: auto;
}
.howto__desc {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .howto__desc {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.howto__caution {
  font-size: 1.4rem;
  margin-top: 40px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .howto__caution {
    margin-top: 10.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.howto__bottom {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .howto__bottom {
    margin-top: 13.3333333333vw;
  }
}
.howto__bottom dl:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .howto__bottom dl:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.howto__bottom dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto__bottom dl dt {
    font-size: 4.8vw;
  }
}
.howto__bottom dl dd {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .howto__bottom dl dd {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.howto__bottom dl dd ul li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.howto__bottom-btn {
  width: 600px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #005DA1;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .howto__bottom-btn {
    width: 100%;
    min-height: 13.3333333333vw;
    padding: 1.3333333333vw 1.3333333333vw;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}

.howto-stationhead {
  color: #333;
}
.howto-stationhead:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .howto-stationhead:not(:first-of-type) {
    margin-top: 16vw;
  }
}
.howto-stationhead dt {
  padding: 8px 5px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .howto-stationhead dt {
    padding: 1.3333333333vw 1.3333333333vw;
    font-size: 4vw;
  }
}
.howto-stationhead dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .howto-stationhead dd {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.howto-stationhead ul {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .howto-stationhead ul {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.howto-stationhead ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .howto-stationhead ul li {
    width: 100%;
  }
}
.howto-stationhead .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .howto-stationhead .btn {
    height: 16vw;
    font-size: 4vw;
    border-radius: 10.6666666667vw;
  }
}
.howto-stationhead .btn-apple-music {
  background-color: #ff3399;
}
.howto-stationhead .btn-spotify {
  background-color: #2ebd59;
}

.detailpage .detail-contents__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .detailpage .detail-contents__inner {
    max-width: 100%;
    padding: 8vw 4.3333333333vw;
    border-radius: 0;
  }
}
.detailpage .detail-contents__body {
  max-width: 804px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .detailpage .detail-contents__body {
    max-width: 100%;
  }
}
.detailpage .btn-long {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 540px;
  max-width: 100%;
  min-height: 80px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .detailpage .btn-long {
    width: 100%;
    min-height: 16vw;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.detailpage .btn-long img {
  width: 44px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .detailpage .btn-long img {
    width: 11.7333333333vw;
    left: 2.1333333333vw;
  }
}
.detailpage.detail-howto .detail-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .detailpage.detail-howto .detail-contents {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.detailpage.detail-howto .detail-contents__inner {
  background-color: rgba(255, 255, 255, 0.3);
}

.channel-box {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .channel-box {
    flex-direction: column;
    gap: 1.6vw;
  }
}
.channel-box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .channel-box:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.channel-box__img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .channel-box__img {
    width: 60%;
    margin: 0 auto;
  }
}
.channel-box__body {
  width: calc(100% - 250px);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .channel-box__body {
    width: 100%;
  }
}
.channel-box__desc {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .channel-box__desc {
    font-size: 3.7333333333vw;
  }
}
.channel-box__desc:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .channel-box__desc:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.channel-box .text-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.channel-box__caution {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: auto;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .channel-box__caution {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}
.channel-box .img04 {
  width: 250px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .channel-box .img04 {
    width: 53.3333333333vw;
    position: static;
    margin-top: 10px;
  }
}

.block04:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .block04:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.block04__desc {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .block04__desc {
    font-size: 3.7333333333vw;
  }
}
.block04__desc-top {
  flex: 0 0 auto;
}
.block04__img {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .block04__img {
    gap: 2.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.block04__img img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .block04__img img {
    width: 40vw;
  }
}
.block04__caution {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .block04__caution {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}

.page-area {
  margin: 40px auto 0;
  max-width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .page-area {
    margin-top: 10.6666666667vw;
    height: 80vw;
  }
}

.bold {
  font-weight: bold;
}

.mt-s {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 0;
  }
}

.btn-long {
  margin-top: 80px !important;
}

#wrapper .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #333;
  color: #333;
}
#wrapper .btn-long {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #333;
  color: #333;
}/*# sourceMappingURL=channel.css.map */