/* ------------------------------------

  全般

------------------------------------  */
.global-header,
.WSfooter,
#share,
.topic-path,
.fb_reset,
.footer-pagetop,
.footer-bnr {
  display: none;
}
body {
  padding-top: 0;
}
.pgtop {
  z-index: 1;
}
.bt-top {
  width: 100%;
  margin: auto;
}
.bt-top img {
  vertical-align: bottom;
}
.bt-top__inner {
  margin: 0 auto;
}
.bt-content {
  display: flex;
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0;
  }
  .bt-content {
    display: block;
    margin: 0 auto 10px;
  }
  .pgtop {
    height: auto;
  }
}

/* ------------------------------------

  ヘッダー

------------------------------------  */
.bt-header__inner {
  background: linear-gradient(10deg, #80ebf3 0%, #eeaed7 40%, #f1d3ed 70%); 
  background-size: cover;
}
.bt-header__top__box01--logo {
  text-align: center;
  padding: 18px 0;
  margin: 0;
}
.bt-header__top__box01--logo img {
  width: 260px;
}
.bt-header__top__box02 {
  display: flex;
  justify-content: flex-end;
}
.bt-header__top__box02--follow {
  padding: 0 5px;
  margin-top: -90px;
}
.bt-header__top__box02--follow img {
  width: 100px;
}
.bt-header__nav {
  display: flex;
  justify-content: center;
  background: radial-gradient(circle at 22% 24%, rgba(255,120,230,.12),transparent 26%),
              radial-gradient(circle at 76% 28%, rgba(255,255,255,.08),transparent 30%),
              radial-gradient(circle at 34% 76%, rgba(210,220,255,.10),transparent 25%),
              radial-gradient(circle at 82% 84%, rgba(140,170,255,.12),transparent 24%),
              linear-gradient(180deg, #c9f4fb 0%, #aeeef9 38%, #a7eafb 72%, #a7f3fb 100%);
  margin-bottom: 20px;
}
.bt-header__nav__menu {
  width: 140px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
.bt-header__nav__menu:last-of-type {
  width: 145px;
}
.bt-header__nav__menu a {
  display: block;
}
.bt-header__nav__menu p {
  color: #000;
  cursor: pointer;
}
.bt-header__nav__new::before {
  content: "NEW";
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 38px;
  font-size: 1.0rem;
  color: #fff;
  background: #ff97c6;
  border-radius: 50%;
  z-index: 10;
  margin: 0 auto;
}
.bt-header__nav__inmenu,
.bt-header__nav__toggle::after {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 20;
  visibility: hidden;
}
.bt-header__nav__toggle:hover .bt-header__nav__inmenu,
.bt-header__nav__toggle:hover::after {
  opacity: 1;
  visibility: visible;
}
.bt-header__nav__inmenu {
  width: 80vw;
  max-width: 760px;
  top: 60px;
  right: 0;
  margin: 0 auto;
  background: #9fe128;
  padding: 15px;
}
.bt-header__nav__inmenu__gakuen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bt-header__nav__inmenu__gakuen a { 
  display: block;
  width: calc(50% - 5px);
  font-weight: bold;
  margin-bottom: 11px;
}
.bt-header__nav__inmenu__weboubo img { 
  max-height: 96px;
}
.bt-header__nav__toggle::after {
  content: "";
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent ;
  border-bottom: 30px solid #9fe128;
}
@media screen and (max-width: 768px) {
  .bt-header__top,
  .bt-header__nav
  {
    display: none;
  }
}

/* ------------------------------------

  ヘッダー（SP）

------------------------------------  */
.bt-header__sp__inner {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: linear-gradient(15deg, #00feff, #f8cbfc);
  padding: 70px 15px 50px;
  z-index: 50;
}
.bt-header__sp__inner a {
  display: block;
}
.bt-header__sp__inner a img {
  width: 100%;
}
.bt-header__spbtn {
  position: fixed;
  z-index: 100;
  right: 5px;
  top: 5px;
}
.bt-header__spbtn img {
  width: 40px;
  height: 40px;
}
.bt-header__sp__title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.bt-header__sp__nav__box {
  display: flex;
  flex-wrap: wrap;
}
.bt-header__sp__nav__menu {
  border: 1px solid #000;
  position: relative;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.bt-header__sp__nav__box .bt-header__sp__nav__menu {
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
}
.bt-header__sp__nav__box .bt-header__sp__nav__menu:nth-of-type(2n) {
  margin: 0 0 10px 0;
}
.bt-header__sp__nav__new::before {
  content: "NEW";
  width: 30px;
  line-height: 30px;
  position: absolute;
  left: -7px;
  top: -18px;
  font-size: 1.0rem;
  color: #fff;
  background: #ff97c6;
  border-radius: 50%;
  z-index: 10;
  margin: 0 auto;
}
.bt-header__sp__nav__link {
  width: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 auto 10px;
}
.bt-header__sp__nav__follow {
  margin: 40px 0;
}
.bt-header__sp__nav__follow__box {
  overflow: hidden;
  margin: 0 0 10px;
}
.bt-header__sp__nav__top {
  width: 70px;
  background: #000;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
}
.bt-header__sp__nav__top a {
  color: #fff;
}

/* ------------------------------------

  本誌

------------------------------------  */
.bt-carousel {
  width: 100%;
  max-width: 52%;
  margin-right: 15px;
}
.bt-carousel__img img {
  width: 100%;
}

/* ------------------------------------

  ボタン群

------------------------------------  */
.bt-link {
  width: 100%;
  max-width: 48%;
}
.bt-link__box01,
.bt-link__box02 a,
.bt-link__box03 {
  margin-bottom: 15px;
}
.bt-link__box01 {
  display: flex;
  justify-content: space-between;
}
.bt-link__box01__link--01,
.bt-link__box01__link--02 {
  width: calc(50% - 8px);
}
.bt-link__box02 a,
.bt-link__box04 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro";
  font-size: 2.8rem;
  font-weight: 700;
}
.bt-link__box03 {
  position: relative;
}
.bt-scroll-slider__container {
  width: 100%;
}
.bt-scroll-slider__wrapper {
  margin: 0 20px;
}
.bt-scroll-slider .slick-track {
  height: 203px;
  display: flex;
  justify-content: center;
}
.bt-scroll-slider .slick-slide {
  width: 130px !important;
  margin: 0 5px;
}
.bt-link__box04 {
  margin: 0;
}
.bt-link__box03__link {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .bt-carousel,
  .bt-link {
    max-width: none;
  }
  .bt-carousel {
    margin-bottom: 10px;
  }
  .bt-link__box01,
  .bt-link__box02,
  .bt-link__box03,
  .bt-link__box04 {
    margin-bottom: 10px;
  }
  .bt-link__box01__link--01,
  .bt-link__box01__link--02 {
    width: 100%;
  }
  .bt-link__box01 img,
  .bt-link__box02 img,
  .bt-link__box04 img {
    width: 100%;
  }
  .bt-scroll-slider .slick-slide {
    width: 100% !important;
  }
  .bt-scroll-slider .slick-track {
    height: auto;
  }
  .bt-link__box04 a::before {
    font-size: 1.2rem;
  }
}

/* ------------------------------------

  ニュース

------------------------------------  */
.bt-news {
  width: 100%;
  max-width: 700px;
}
.bt-news__title {
  background: radial-gradient(circle at 22% 24%, rgba(255,120,230,.12),transparent 26%),
              radial-gradient(circle at 76% 28%, rgba(255,255,255,.08),transparent 30%),
              radial-gradient(circle at 34% 76%, rgba(210,220,255,.10),transparent 25%),
              radial-gradient(circle at 82% 84%, rgba(140,170,255,.12),transparent 24%),
              linear-gradient(180deg, #c9f4fb 0%, #aeeef9 38%, #a7eafb 72%, #a7f3fb 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 5px 20px;
  margin: 0;
}
.bt-news__item__title {
  position: relative;
  background: linear-gradient(rgba(255,255,255,0.5)),
              radial-gradient(circle at 22% 24%, rgba(255,120,230,.12),transparent 26%),
              radial-gradient(circle at 76% 28%, rgba(255,255,255,.08),transparent 30%),
              radial-gradient(circle at 34% 76%, rgba(210,220,255,.10),transparent 25%),
              radial-gradient(circle at 82% 84%, rgba(140,170,255,.12),transparent 24%),
              linear-gradient(180deg, #c9f4fb 0%, #aeeef9 38%, #a7eafb 72%, #a7f3fb 100%);
  color: #000;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 5px 5px 5px 15px;
  margin: 0;
}
.bt-news__box {
  display: flex;
  margin: 15px;
}
.bt-news__box__img {
  width: 160px;
  aspect-ratio: 1 / 1;
}
.bt-news__box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
}
.bt-news__box__text {
  width: calc(100% - 185px);
  font-size: 1.2rem;
  margin-left: 25px;
}
.bt-news__box__text--date {
  color: #999;
}
.bt-news__box__text--detail,
.bt-news__box__text--link {
  color: #000;
}
.bt-news__more {
  border-top: 2px solid #000;
  text-align: center;
  padding-top: 20px;
}
.bt-news__more a {
  display: block;
  width: 200px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .bt-news {
    max-width: 100%;
  }
  .bt-news__box__img {
    width: 25%;
  }
  .bt-news__box__text {
    width: calc(100% - 100px);
  }
  .bt-news__more {
    padding: 20px 0 18px;
  }
  .bt-news__more a {
    width: calc(100% - 30px);
    line-height: 42px;
  }
}

/* ------------------------------------

  SNS

------------------------------------  */
.bt-follow__inner {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 20px;
}
.bt-follow__item {
  padding: 0 20px 30px;
}
.bt-follow img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .bt-follow {
    display: none;
  }
}

/* ------------------------------------

  バナー群

------------------------------------  */
.bt-banner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}
.bt-banner__inner {
  display: flex;
  flex-wrap: wrap;
}
.bt-banner__item {
  width: 188px;
  margin: 0 5px 5px 0;
}
.bt-banner__item:nth-child(5n) {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .bt-banner__item {
    width: calc(50% - 4px);
  }
  .bt-banner__item:nth-child(5n) {
    margin: 0 5px 5px 0;
  }
  .bt-banner__item:nth-child(2n) {
    margin: 0 0 5px 0;
  }
}

/* ------------------------------------

  フッター

------------------------------------  */
.bt-footerfollow__inner {
  height: 300px;
  display: flex;
  justify-content: center;
  background: linear-gradient(15deg, #00feff, #A98EFE);
  border-top: 2px solid #000;
  padding: 15px 0;
}
.bt-footerfollow__item {
  width: 100%;
  max-width: 240px;
  padding: 0 10px;
}
.bt-footerfollow__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bt-footerfollow__inner {
    display: block;
    height: 100%;
    background: #fff;
  }
  .bt-footerfollow__item {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .bt-footerfollow__item:last-of-type {
    margin: 0;
  }
}
