@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&family=Roboto:wght@400;500;700;800;900&family=M+PLUS+1:wght@400;500;700;800;900&family=Zen+Maru+Gothic:wght@500;700;800;900&display=swap");

:root {
  --gold: #F0FF00;
  --maxWidth: 100%;
  --minWidth: 1080px;
}

html {
  font-size: 62.5%;
  scroll-behavior: auto;
}

.u-red {
  color: #f0027f;
}

.u-blue {
  color: #002ac6;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

#wrapper {
  font-family: "M PLUS 1", sans-serif;
}

.main-container {
  word-break: break-word;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: initial;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

body.device-type-desktop {
  overflow: scroll !important;
}

.wrapper .related-programs-subtitle-2TQOq {
  color: #333;
}

#rectangle-desktop {
  min-height: 250px;
  background: #dddddd;
  margin-bottom: 50px;
}

#rectangle-desktop,
#superbanner-mobile,
#rectangle-mobile {
  text-align: center;
}

.sp-nav-true #rectangle-mobile {
  padding-bottom: 7rem;
}

#superbanner-mobile iframe {
  vertical-align: bottom;
}

#superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.wrapper #common-onair {
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.wrapper #common-onair a.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 2.4rem;
  color: #ffffff;
}

.wrapper #common-onair .common-onair-scheduleItemTimeActiveNow-1l0Wm {
  color: #ffffff;
}

.wrapper #common-onair .common-onair-scheduleItemTitleActive-1A491 {
  color: #ffffff;
}

.wrapper #common-onair .common-onair-scheduleHeaderDayOfWeek-1CJWq {
  color: #fff;
}

.wrapper #common-onair .common-onair-scheduleHeaderDate-2khQV {
  font-family: Noto Sans Japanese, sans-serif;
}

.social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-bottom: 0.8rem;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.social-button-icon>svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-button-facebook>svg {
  fill: #fff;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-box {
  position: relative;
}

.social-box #social-button {
  display: block;
  text-align: center;
}

.social-box #social-button .social-button-icon {
  margin: 1rem 1rem 0rem;
  display: inline-block;
  vertical-align: middle;
}

.device-type-mobile .social-button {
  margin-bottom: 0;
}

.social-button-x {
  background-color: #000000;
}

.social-button-x:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.social-button-twitter {
  background-color: rgb(85, 172, 238);
}

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6);
}

.social-button-facebook {
  background-color: rgb(24, 119, 242) !important;
}

.social-button-facebook:hover {
  background-color: rgba(24, 119, 242, 0.6) !important;
}

.social-button-line {
  background-color: rgb(0, 195, 0);
}

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6);
}

.page-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
}

.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 3rem;
}

.wrapper .modal {
  display: none;
}

.wrapper .modal.active {
  display: block;
}

.wrapper .btn-more-box .load-more {
  display: none;
}

#common-footer a {
  font-size: 1.2rem;
}

.common-footer-sp-primaryContainer-19Olw {
  margin-top: 0 !important;
}

.wrapper .related-programs-container-21xlP a {
  background: #ffffff;
}

.wrapper .related-programs-container-21xlP a:hover {
  background: #ffffff;
}

.wrapper .present-moreLinkContainer-1iHUK a {
  color: #00a0c6;
}

.wrapper .present-circle-2iOfl {
  border-radius: 50%;
  position: absolute;
  right: 0.4rem;
  bottom: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.8;
  -webkit-transform: scale(1.3) rotate(0.001deg);
  transform: scale(1.3) rotate(0.001deg);
}

.wrapper .present-moreLink-3dBoY {
  padding-right: 3rem;
}

.wrapper .present-container-3kCP1 {
  margin-top: 0.6rem;
}

.wrapper .ranking-container-3O6CH {
  margin-top: 0.6rem;
}

.wrapper .present-moreLinkContainer-1iHUK {
  margin-top: 0;
}

.wrapper .present-container-3kCP1 {
  margin-bottom: 0.6rem;
}

.wrapper .present-header-1TvSX,
.wrapper .ranking-header-3Maul {
  font-size: 1.8rem;
}

.sp-header-banner,
.sp-footer-banner {
  text-align: center;
}

.param-link {
  cursor: pointer;
}

#common-onair {
  line-height: 2rem;
}

#common-onair a {
  text-decoration: none;
}

.cf:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf,
.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf,
* html .clearfix {
  height: 1%;
}

.cf,
.clearfix {
  display: block;
}

.u-pink {
  color: #f0027f !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-orange {
  color: #FF9900 !important;
}

.u-blue {
  color: #0000FF !important;
}

.u-navy {
  color: #000080 !important;
}

.u-green {
  color: #008000 !important;
}

.u-black {
  color: #000000 !important;
}

.u-silver {
  color: #C0C0C0 !important;
}

.u-gray {
  color: #808080 !important;
}

.u-white {
  color: #ffffff !important;
}

.u-black {
  color: #000000 !important;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.u-font-size-s {
  font-size: 80% !important;
  line-height: 80% !important;
}

.u-font-size-m {
  font-size: 100% !important;
  line-height: 100% !important;
}

.u-font-size-l {
  font-size: 150% !important;
  line-height: 160% !important;
}

.u-font-size-ll {
  font-size: 200% !important;
  line-height: 180% !important;
}

.u-f11 {
  font-size: 1.1rem !important;
}

.u-f12 {
  font-size: 1.2rem !important;
}

.u-f13 {
  font-size: 1.3rem !important;
}

.u-f14 {
  font-size: 1.4rem !important;
}

.u-f15 {
  font-size: 1.5rem !important;
}

.u-f16 {
  font-size: 1.6rem !important;
}

.u-f17 {
  font-size: 1.7rem !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}

.u-f19 {
  font-size: 1.9rem !important;
}

.u-f20 {
  font-size: 2rem !important;
}

.u-f21 {
  font-size: 2.1rem !important;
}

.u-f22 {
  font-size: 2.2rem !important;
}

.u-f23 {
  font-size: 2.3rem !important;
}

.u-f24 {
  font-size: 2.4rem !important;
}

.u-f25 {
  font-size: 2.5rem !important;
}

.u-f26 {
  font-size: 2.6rem !important;
}

.u-f27 {
  font-size: 2.7rem !important;
}

.u-f28 {
  font-size: 2.8rem !important;
}

.u-f29 {
  font-size: 2.9rem !important;
}

.u-f30 {
  font-size: 3rem !important;
}

.u-f31 {
  font-size: 3.1rem !important;
}

.u-f32 {
  font-size: 3.2rem !important;
}

.u-f33 {
  font-size: 3.3rem !important;
}

.u-f34 {
  font-size: 3.4rem !important;
}

.u-f35 {
  font-size: 3.5rem !important;
}

.u-f36 {
  font-size: 3.6rem !important;
}

.u-f37 {
  font-size: 3.7rem !important;
}

.u-f38 {
  font-size: 3.8rem !important;
}

.u-f39 {
  font-size: 3.9rem !important;
}

.u-f40 {
  font-size: 4rem !important;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

.device-type-desktop .u-mtn {
  margin-top: 0 !important;
}

.device-type-desktop .u-mts {
  margin-top: 1rem !important;
}

.device-type-desktop .u-mtm {
  margin-top: 2rem !important;
}

.device-type-desktop .u-mtl {
  margin-top: 3rem !important;
}

.device-type-desktop .u-mtx {
  margin-top: 4rem !important;
}

.device-type-desktop .u-mtxl {
  margin-top: 5rem !important;
}

.device-type-desktop .u-mbn {
  margin-bottom: 0 !important;
}

.device-type-desktop .u-mbs {
  margin-bottom: 1rem !important;
}

.device-type-desktop .u-mbm {
  margin-bottom: 2rem !important;
}

.device-type-desktop .u-mbl {
  margin-bottom: 3rem !important;
}

.device-type-desktop .u-mbx {
  margin-bottom: 4rem !important;
}

.device-type-desktop .u-mbxl {
  margin-bottom: 5rem !important;
}

.device-type-desktop .u-mln {
  margin-left: 0 !important;
}

.device-type-desktop .u-mls {
  margin-left: 1rem !important;
}

.device-type-desktop .u-mlm {
  margin-left: 2rem !important;
}

.device-type-desktop .u-mll {
  margin-left: 3rem !important;
}

.device-type-desktop .u-mlx {
  margin-left: 4rem !important;
}

.device-type-desktop .u-mlxl {
  margin-left: 5rem !important;
}

.device-type-desktop .u-mrn {
  margin-right: 0 !important;
}

.device-type-desktop .u-mrs {
  margin-right: 1rem !important;
}

.device-type-desktop .u-mrm {
  margin-right: 2rem !important;
}

.device-type-desktop .u-mrl {
  margin-right: 3rem !important;
}

.device-type-desktop .u-mrx {
  margin-right: 4rem !important;
}

.device-type-desktop .u-mrxl {
  margin-right: 5rem !important;
}

.device-type-desktop .u-mra {
  margin-right: auto !important;
}

.device-type-desktop .u-mla {
  margin-left: auto !important;
}

.device-type-desktop .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}

.device-type-desktop .u-ptn {
  padding-top: 0 !important;
}

.device-type-desktop .u-pts {
  padding-top: 1rem !important;
}

.device-type-desktop .u-ptm {
  padding-top: 2rem !important;
}

.device-type-desktop .u-ptl {
  padding-top: 3rem !important;
}

.device-type-desktop .u-ptx {
  padding-top: 4rem !important;
}

.device-type-desktop .u-ptxl {
  padding-top: 5rem !important;
}

.device-type-desktop .u-pbn {
  padding-bottom: 0 !important;
}

.device-type-desktop .u-pbs {
  padding-bottom: 1rem !important;
}

.device-type-desktop .u-pbm {
  padding-bottom: 2rem !important;
}

.device-type-desktop .u-pbl {
  padding-bottom: 3rem !important;
}

.device-type-desktop .u-pbx {
  padding-bottom: 4rem !important;
}

.device-type-desktop .u-pbxl {
  padding-bottom: 5rem !important;
}

.device-type-desktop .u-pln {
  padding-left: 0 !important;
}

.device-type-desktop .u-pls {
  padding-left: 1rem !important;
}

.device-type-desktop .u-plm {
  padding-left: 2rem !important;
}

.device-type-desktop .u-pll {
  padding-left: 3rem !important;
}

.device-type-desktop .u-plx {
  padding-left: 4rem !important;
}

.device-type-desktop .u-plxl {
  padding-left: 5rem !important;
}

.device-type-desktop .u-prn {
  padding-right: 0 !important;
}

.device-type-desktop .u-prs {
  padding-right: 1rem !important;
}

.device-type-desktop .u-prm {
  padding-right: 2rem !important;
}

.device-type-desktop .u-prl {
  padding-right: 3rem !important;
}

.device-type-desktop .u-prx {
  padding-right: 4rem !important;
}

.device-type-desktop .u-prxl {
  padding-right: 5rem !important;
}

.device-type-mobile .u-mtn {
  margin-top: 0 !important;
}

.device-type-mobile .u-mts {
  margin-top: 1rem !important;
}

.device-type-mobile .u-mtm {
  margin-top: 1.5rem !important;
}

.device-type-mobile .u-mtl {
  margin-top: 2rem !important;
}

.device-type-mobile .u-mtx {
  margin-top: 3rem !important;
}

.device-type-mobile .u-mtxl {
  margin-top: 3.5rem !important;
}

.device-type-mobile .u-mbn {
  margin-bottom: 0 !important;
}

.device-type-mobile .u-mbs {
  margin-bottom: 1rem !important;
}

.device-type-mobile .u-mbm {
  margin-bottom: 1.5rem !important;
}

.device-type-mobile .u-mbl {
  margin-bottom: 2rem !important;
}

.device-type-mobile .u-mbx {
  margin-bottom: 3rem !important;
}

.device-type-mobile .u-mbxl {
  margin-bottom: 3.5rem !important;
}

.device-type-mobile .u-mln {
  margin-left: 0 !important;
}

.device-type-mobile .u-mls {
  margin-left: 1rem !important;
}

.device-type-mobile .u-mlm {
  margin-left: 1.5rem !important;
}

.device-type-mobile .u-mll {
  margin-left: 2rem !important;
}

.device-type-mobile .u-mlx {
  margin-left: 3rem !important;
}

.device-type-mobile .u-mlxl {
  margin-left: 3.5rem !important;
}

.device-type-mobile .u-mrn {
  margin-right: 0 !important;
}

.device-type-mobile .u-mrs {
  margin-right: 1rem !important;
}

.device-type-mobile .u-mrm {
  margin-right: 1.5rem !important;
}

.device-type-mobile .u-mrl {
  margin-right: 2rem !important;
}

.device-type-mobile .u-mrx {
  margin-right: 3rem !important;
}

.device-type-mobile .u-mrxl {
  margin-right: 3.5rem !important;
}

.device-type-mobile .u-mra {
  margin-right: auto !important;
}

.device-type-mobile .u-mla {
  margin-left: auto !important;
}

.device-type-mobile .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}

.device-type-mobile .u-ptn {
  padding-top: 0 !important;
}

.device-type-mobile .u-pts {
  padding-top: 1rem !important;
}

.device-type-mobile .u-ptm {
  padding-top: 1.5rem !important;
}

.device-type-mobile .u-ptl {
  padding-top: 2rem !important;
}

.device-type-mobile .u-ptx {
  padding-top: 3rem !important;
}

.device-type-mobile .u-ptxl {
  padding-top: 3.5rem !important;
}

.device-type-mobile .u-pbn {
  padding-bottom: 0 !important;
}

.device-type-mobile .u-pbs {
  padding-bottom: 1rem !important;
}

.device-type-mobile .u-pbm {
  padding-bottom: 1.5rem !important;
}

.device-type-mobile .u-pbl {
  padding-bottom: 2rem !important;
}

.device-type-mobile .u-pbx {
  padding-bottom: 3rem !important;
}

.device-type-mobile .u-pbxl {
  padding-bottom: 3.5rem !important;
}

.device-type-mobile .u-pln {
  padding-left: 0 !important;
}

.device-type-mobile .u-pls {
  padding-left: 1rem !important;
}

.device-type-mobile .u-plm {
  padding-left: 1.5rem !important;
}

.device-type-mobile .u-pll {
  padding-left: 2rem !important;
}

.device-type-mobile .u-plx {
  padding-left: 3rem !important;
}

.device-type-mobile .u-plxl {
  padding-left: 3.5rem !important;
}

.device-type-mobile .u-prn {
  padding-right: 0 !important;
}

.device-type-mobile .u-prs {
  padding-right: 1rem !important;
}

.device-type-mobile .u-prm {
  padding-right: 1.5rem !important;
}

.device-type-mobile .u-prl {
  padding-right: 2rem !important;
}

.device-type-mobile .u-prx {
  padding-right: 3rem !important;
}

.device-type-mobile .u-prxl {
  padding-right: 3.5rem !important;
}

.device-type-desktop .external-style,
.device-type-desktop .device-type-mobile a.external-link.active:before,
.device-type-mobile .device-type-desktop a.external-link.active:before,
.device-type-desktop a.external-link:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000;
}

.device-type-desktop a.external-link {
  position: relative;
}

.device-type-desktop .twitter-area a[target=_blank],
.device-type-desktop .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}

.device-type-desktop .twitter-area a[target=_blank]:hover:before,
.device-type-desktop .instagram-area a[target=_blank]:hover:before {
  top: -22px;
}

.device-type-desktop #section-ticker a.external-link,
.device-type-desktop .swiper-wholl-playlist a.external-link {
  display: block;
  position: relative;
}

.device-type-desktop #section-ticker a.external-link:hover:before,
.device-type-desktop .swiper-wholl-playlist a.external-link:hover:before {
  left: 0px;
}

.device-type-mobile .external-style,
.device-type-mobile a.external-link.active:before,
.device-type-mobile .device-type-desktop a.external-link:hover:before,
.device-type-desktop .device-type-mobile a.external-link:hover:before {
  content: "";
  width: 21.3333333333vw;
  height: 8.5333333333vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8.5333333333vw;
  left: 0vw;
  z-index: 1000;
}

.device-type-mobile a.external-link {
  position: relative;
}

.device-type-mobile .twitter-area a[target=_blank],
.device-type-mobile .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

.recommend-movie-ph {
  pointer-events: none;
}

img.protect {
  pointer-events: none;
}

.api-bnr .protect-box img {
  pointer-events: none;
}

img.protect.active {
  opacity: 1;
}

#Map {
  z-index: 3;
  position: relative;
}



#common-header>div {
  padding-top: 0;
}

@keyframes fadeFlash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }

}

button:hover {
  cursor: pointer;
  animation: fadeFlash 0.7s linear 0s;
}

#wrapper a:hover {
  animation: fadeFlash 0.7s linear 0s;
}

#wrapper {
  max-width: var(--maxWidth);
  min-width: var(--minWidth);
  margin: 0 auto 0;
  letter-spacing: 0.3rem;
  position: relative;
}

#wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.parts-contact__fix {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
}

.parts-contact__fix.fixed {
  position: fixed;
}

.parts-contact__fix .btn-contact a {
  display: flex;
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  align-items: center;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: normal;
  justify-content: center;
  box-shadow: 4px 4px var(--gold);
}

body.top .hero {
  position: relative;
  height: 280px;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 0;
  min-width: var(--minWidth);
  overflow: hidden;
}

body.top .hero h1 {
  width: 500px;
}

.main,
.message-area {
  min-width: var(--minWidth);
  margin: 0 auto;
  text-align: center;
}

body.top .catch-copy {
  height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: var(--gold);
}

body.top .catch-copy::before {
  padding: 80px 16px;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 -240px;
  /* padding: 65px 280px; */
  min-width: var(--minWidth);
  height: 1300px;
  text-align: center;
  outline: 12px solid var(--gold);
  outline-offset: -20px;
  z-index: 500;
  border: 5px #fff solid;
}

body.top .catch-copy h2 {
  font-size: 45px;
  font-weight: 900;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 100px;
}

body.top .catch-copy h3 {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 190px;
}

body.top .main-contents {
  background-color: #fff;
  width: 1080px;
  margin: auto;
  margin-top: -150px;
  position: relative;
  z-index: 50;
}

body.top #wrapper .section-title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 30px;
}

body.top #wrapper .section-title.podcast-title {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: end;
}

body.top #wrapper .section-title.podcast-title::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../common-img/videopodcast-icon.png) no-repeat;
  display: block;
  background-size: 40px;
  background-position: center;
}

body.top #wrapper h2.section-title img {
  width: 150px;
  margin: auto;
}

body.top #wrapper .program-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  width: 1040px;
  margin: auto;
  margin-bottom: 30px;
}

body.top .program-item:nth-child(n+5) {
  margin-top: 15px;
}

body.top .program-item {
  margin-right: 15px;
}

body.top .program-item__wrapper {
  margin-bottom: 60px;
}

body.top #wrapper .program-item img {
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  opacity: 1;
  transition: all 0.4s ease 0s;
  box-shadow: 4px 4px var(--gold);
}

body.top .program-item {
  transition: max-height .35s ease, opacity .35s ease,
    margin .35s ease, padding .35s ease;
}

body.top .program-item__wrapper:not(.open) .program-item:nth-child(n+5) {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  margin-top: 0;
}

body.top .program-item__wrapper.open .program-item {
  max-height: 1500px;
  /* 充分に大きい値（項目が高くても開く） */
  opacity: 1;
}

body.top .program-item__wrapper button {
  padding: 20px 100px;
  border-radius: 40px;
  box-shadow: 4px 4px var(--gold);
  letter-spacing: 0.3rem;
  position: relative;
  font-weight: 800;
  font-size: 15px;
  border: none;
  background: none;
}

body.top .program-item__wrapper button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 25%;
  top: 48%;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
  transition: transform .3s ease;
}

body.top .program-item__wrapper.open button::after {
  transform: rotate(-45deg);
}

body.top .message-area {
  padding: 80px 0;
  background: var(--gold);
}

body.top .message-paragraph {
  background-image: url(../common-img/podcast-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

body.top .message-paragraph__inner,
body.top .contact-paragraph {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

body.top .contact-paragraph {
  text-align: center;
}

body.top .message-paragraph h2 {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 900;
}

body.top .message-paragraph h3 {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 20px;
}

.dash {
  display: inline-block;
  width: 2em;
  border-bottom: 1px solid currentColor;
  line-height: 0;
}

.contact-area {
  background-color: #fff;
  padding: 80px 0;
  min-width: var(--minWidth);
  margin: 0 auto;
  text-align: center;
}

.contact-area h2 {
  font-size: 30px;
  font-weight: 800;
}

#wrapper .text {
  font-size: 16px;
  line-height: 2;
}

.contact-area .text {
  font-size: 20px;
  margin: 20px auto;
}

.parts-contact__bottom {
  margin-top: 70px;
}

.contact-area .btn-contact a {
  width: 200px;
  background-color: var(--gold);
  font-size: 40px;
  font-weight: 900;
  border-radius: 140px;
  box-shadow: 14px 14px #000;
  letter-spacing: 0.3rem;
  margin: auto;
  display: block;
  padding: 36px 120px;
}

.parts-contact__bottom .btn-contact+p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
}

.parts-contact__fix .btn-contact+p {
  display: none;
}

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}

body.second section.second-logo,
body.second .main-contents__inner {
  width: 1090px;
  margin: auto;
}

body.second .main-contents__inner {
  padding-bottom: 50px;
}

body.second section.second-logo {
  padding: 50px 0;
}

body.second section.second-logo h1 {
  width: 300px;
  margin: auto;
}

.video-wrap {
  width: 1090px;
  margin: 0 auto;
}

.video-wrap .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrap .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

body.second .main-title {
  padding: 100px 0 50px;
  margin-top: -50px;
  font-size: 26px;
  font-weight: 800;
}

body.second .main-title.no-video {
  margin-top: 0;
  padding-top: 50px;
}

body.second h3.bnr-title {
  font-size: 22px;
  margin: 30px;
}

body.second .bnr-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

body.second .bnr-area a {
  padding: 10px 40px;
  border-radius: 5px;
  border: 2px solid;
}

body.second .bnr-area a.bnr_yt {
  border-color: #F20100;
}

body.second .bnr-area a.bnr_spotify {
  border-color: #1ED760;
}

body.second .bnr-area a.bnr_applemusic {
  border-color: #832BC1;
}

body.second .bnr-area a.bnr_amazonmusic {
  border-color: #00BEFF;
}

body.second .detail-area {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 50px;
}

body.second .detail {
  text-align: left;
  padding: 30px 0 0 50px;
}

body.second .detail h3.date {
  font-size: 20px;
  margin-bottom: 20px;
}

body.second .detail .text {
  margin-bottom: 20px;
}

body.second .bnr-sns {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
}

body.second .main-contents {
  background-image: url(../common-img/podcast-bg-second.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 30px;
}

body.second .contact-area {
  padding-top: 0;
}