/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
main#topics a {
  text-decoration: none;
}
.center {text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}

.subbox h4 {
  font-size:1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.subbox h5 {
  font-size:1em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

/* BUTTON */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--radius {
   border-radius: 100vh;
}

a.comingsoon {
  pointer-events: none;
  background: #707070;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}


/* Custam area */

/* spweek layout */

.img_main img {
  border-radius: 8px;
}

.spweek {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
.spweek-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 20px 20px;
}
.spweek-nav__btn {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}
.spweek-nav__btn--blue { background: #39a8e6; }
.spweek-nav__btn--green { background: #000; border-bottom: solid 5px #05B531; }
.spweek-nav__btn--yellow { background: #000; border-bottom: solid 5px #E1E100; }
.spweek-nav__btn--purple { background: #000; border-bottom: solid 5px #70D6FF; }
.spweek-nav__btn--pink { background: #000; border-bottom: solid 5px #EE69C2; }

.spweek-section {
  margin: 0 20px 24px;
  padding: 10px;
  border-radius: 8px;
}
.spweek-section--blue { background: #3c95e1; }
/*
.spweek-section--green { background: #e4f6ed; }
.spweek-section--yellow { background: #fff2cf; }
.spweek-section--purple { background: #d6e5ff; }
.spweek-section--pink { background: #fde6ee; } */

.spweek-section__title {
  margin-bottom: 16px;
  padding: 14px 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.spweek-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 3px;
}
.spweek-card {
  background: #ededed;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 10px;
}

.spweek-card__label {
  display: block;
  width: 100%;
  min-height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  background: #39a8e6;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  border-radius: 14px;
}
.spweek-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #666;
  font-weight: 700;
  text-decoration: none !important;
  aspect-ratio: 8 / 5;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.spweek-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spweek-card__media span {
  position: relative;
  z-index: 1;
}
.spweek-card__media img {
  position: absolute;
  inset: 0;
}

/* PICKUP SECTION */
.spweek-section--blue .spweek-card {
  background: #fff;
}
.spweek-section--blue .spweek-section__title {
  color: #ffeb02;
  border-bottom: solid 1px #fff;
}

/* SECTION TITLE UNDERLINE */
.spweek-section--green .spweek-section__title { border-bottom: solid 3px #05B531; }
.spweek-section--yellow .spweek-section__title { border-bottom: solid 3px #E1E100; }
.spweek-section--purple .spweek-section__title { border-bottom: solid 3px #70D6FF; }
.spweek-section--pink .spweek-section__title { border-bottom: solid 3px #EE69C2; }


@supports not (aspect-ratio: 1 / 1) {
  .spweek-card__media {
    height: 0;
    padding-top: 62.5%;
  }
  .spweek-card__media img,
  .spweek-card__media span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.spweek-card__text,
.spweek-card__desc {
  font-size: 1.3rem;
  line-height: 1.6;
}
.spweek-card__headline {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.spweek-card__progname {
  font-size: 1.1rem;
  line-height: 1.5;
}
.spweek-card__time {
  display: block;
  margin-top: 10px;
  padding: 8px 12px;
  text-align: center;
  background: #2d7ecf;
  color: #fff !important;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none !important;
}
.spweek-card__cta {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 8px 12px;
  text-align: center;
  background: #2d7ecf;
  color: #fff !important;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: auto;
}

@media screen and (max-width: 680px) {
  .spweek-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .spweek-section {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }
  .spweek-cards {
    grid-template-columns: 1fr;
  }
  .spweek-card {
    flex-direction: column;
  }
  .spweek-section--sp2col .spweek-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .spweek-card__label {
    font-size: 1.6rem;
  }
  .spweek-section__title {
    font-size: 1.8rem;
  }
}

/* Custam area */
