@charset "UTF-8";
/*-------------------TOPページ----------------------------*/
/* ── メインビジュアル ──────────────────────── */
.main-ver3 {
  background: #E5EFEE
}
.main-catch {
  width: 450px;
  height: 180px;
  margin: 220px 0 0 40px
}
.main-bg {
  position: relative;
  top: 160px;
  right: 0
}
/* ===== TOP：Special-topic & Feature ===== */
.home-special-topic {
  background: #F1F4F7;
  padding: 50px 0 80px
}
.home-special-topic_title {
  text-align: center;
  margin: 0 auto
}
.home-special-topic-wh {
  background: #fff;
  padding: 80px 0
}
.home-info {
  background: #fff;
  padding-top: 50px
}
.home-feature {
  background: #F1F4F7
}
.home {
  background-color: #fff;
}
/* ─────────────  Feature : 3-column grid  ───────────── */
.home-feature-ul {
  width: 90%;
  margin: 0 auto;
  padding: 75px 0 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  align-items: start; /* 上端そろえ */
  color: #171717;
}
/* ─────────────  Feature card  ───────────── */
.home-feature-ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* card title / description */
.feature-title {
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.feature-p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}
/* ─────────────  Feature icon (circle)  ───────────── */
.img-icon {
  width: 160px;
  padding: 20px;
  display: block;
  background: #fff;
  border-radius: 50%;
}
/* ─────────────  ダウンロード/マガジン───────────── */
.home-dl {
  background: #F1F4F7;
  padding: 100px 0
}
.home-story {
  background: #fff;
  padding: 100px 0
}
.home-dl_title, .home-story_title, .child-webmag-contents_title {
  text-align: center
}
.home-story-shelf {
  padding: 40px 0 80px
}
.home-story-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0
}
.home-story ul {
  max-width: 860px;
  margin: 0 auto;
  width: 100%
}
.home-story-box img {
  width: 180px;
  height: auto;
  margin-right: 30px;
  box-shadow: 0 0 10px #D6D6D6
}
.home-story-hr {
  border: 6px solid #fff;
  outline: 1px solid #D5E5EF;
  margin: -2px 0 50px;
  box-shadow: 0 5px 10px 5px #D5E5EF
}
/* ─────────────  footer : SNS follow  ───────────── */
.footer-follow {
  height: 200px;
  padding: 30px 0;
  background: url("../img/follow-bg.jpg") center/cover;
  font: 300 2.6rem 'Alegreya Sans SC', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: .3rem;
}
.footer-follow-box {
  display: flex;
  justify-content: space-around;
  max-width: 460px;
  width: 80%;
  margin: 30px auto 0;
}
.footer-follow i {
  margin-right: 5px;
}
.footer-follow-link {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #fff;
  transition: .5s;
  text-align: center;
}
.footer-follow-link:hover {
  background: #000;
  border-color: #000;
}
/* ──────────────────TOP webマガジン紹介ブロック────────────────────────────── */
.special-topic {
  margin-top: 80px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 200px 200px;
}
.special-topic-name {
  text-align: center;
  grid-row: 1 / 3;
}
.series-name {
  font-size: 1.5rem;
  font-weight: 500;
}
.comme {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem;
}
a.btn-spt1 {
  background-color: #FFC936;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  border-radius: 120px;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 40px;
}
a.btn-spt2 {
  position: relative;
  float: right;
  color: #f78e06;
  line-height: 40px;
  font-size: 1.8rem;
  font-weight: bolder;
  transition: .5s all;
}
a.btn-spt3 {
  position: relative;
  float: right;
  color: #333;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: .5s all;
}
a.btn-spt1:hover {
  background-color: #FCA500;
  color: #fff;
  transition: all .3s;
}
a.btn-spt2:hover {
  transform: translate(10px, 0px);
  transition: all .3s;
}
a.btn-spt3:hover {
  transform: translate(10px, 0px);
  transition: all .3s;
}
.journal-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 8px 0 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.special-topic-list {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 215px 215px;
}
.icon-new {
  font-family: 'Alegreya Sans SC', sans-serif;
  position: absolute;
  margin: -10px;
  color: #E9FF00;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  background-color: #000;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  z-index: 1;
}
.icon-new-pink {
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #fb376b;
  border: 1px solid #fb376b;
  padding: 0 5px;
  margin-right: 5px;
}
.pink {
  background-color: #fb376b;
  color: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 14px;
  border-radius: 5px;
  margin-left: 10px;
}
.thumb-box {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.thumb {
  width: 250px;
  height: 100%;
}
.thumb-box img, .thumb-box2 img {
  transition: .5s all;
  min-width: 100%;
}
.thumb:hover {
  transform: scale(1.1, 1.1);
}
.home-spe-date {
  font-size: 1.5rem;
  margin-top: 5px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 100;
}
.home-spe-title {
  font-size: 1.4rem;
  margin-top: 2px;
  font-weight: 600;
  line-height: 2rem;
}
.special-topic-list a:hover {
  color: #000;
}
/* ──────────────────TOP お知らせ────────────────────────────── */
.home-info-box {
  display: grid;
  gap: 5%;
  grid-template-columns: 68% 27%;
  padding-bottom: 100px;
}
.home-news_title {
  display: flex;
  line-height: 4rem;
  align-items: center;
}
/* ──────────────────TOP 装飾────────────────────────────── */
.home-title-L {
  font-size: 3rem;
  display: inline-block;
  line-height: 4rem;
  font-weight: bolder;
  color: #333;
  letter-spacing: .1rem;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.home-title span {
  vertical-align: 3px;
}
.home-title2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 5px;
}
.home-title-side {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 3rem;
  letter-spacing: .1rem;
  font-weight: 400;
}
.home-news-ul {
  border-top: 1px dotted #E2E2E2;
}
.home-news-li, .home-news-meta {
  display: flex;
  align-items: center;
}
.home-news-li {
  margin-top: 10px;
  line-height: 50px;
  border-bottom: 1px dotted #E2E2E2;
}
a.home-news-li-a {
  color: #111;
}
a.home-news-li-a:hover {
  color: #1EB2A5;
}
.home-news-title-ver2 {
  font-size: 1.5rem;
}
/* ──────────────────TOP 2カラムブロック────────────────────────────── */
.home-aside_title {
  display: flex;
  align-items: center;
  line-height: 2rem;
  margin-bottom: 10px;
}
.home-aside img {
  max-width: 100%;
}
.sns-rss {
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.sns-rss h2 {
  font-size: 2rem;
  font-weight: bold;
}
.aside-box {
  margin: 40px 0 20px 0;
}
.aside-box img {
  margin-bottom: 20px;
}
.aside-box img:hover {
  opacity: .8;
}
.aside-box-fix {
  height: 80vh;
  overflow: scroll;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 90px;
}

/*─────────────────────アコーディオン────────────────────────── */
li.current-page {
  border: 1px solid #58DBD0;
  background-color: #1CA99D;
}
/*アコーディオン全体*/
.accordion-area {
  /*  width: 96%;*/
  /*   max-width: 900px;*/
  margin: 5px auto;
  background-color: #12897F;
  border: 1px solid #08766C;
  padding: 5px;
  border-radius: 5px;
}
.accordion-area p {
  color: #728C98;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 10px 0;
  border-bottom: 1px dotted #18242F;
}
/*─────────────────────アコーディオンタイトル────────────────────────── */
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
}
.box {
  display: none; /*はじめは非表示*/
  margin: 0 2% 2% 2%;
  padding: 2%;
}
/*─────────────────────HOME Dowanload────────────────────────── */
.home-dl-list {
  margin: 50px auto;
}
.home-dl-list p {
  font-size: 1.2rem;
  text-align: center;
}
.home-dl-list li {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #CDD5D8;
  transition: all 0.5s;
  margin: 0 auto 50px auto;
}
.home-dl-list li:hover {
  box-shadow: none;
  opacity: 0.6;
}
.home-dl-list img {
  width: 100%;
  height: auto;
}
.dl-list-ul, .dl-list-ul2 {
  margin: 20px auto;
}
.dl-list p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.dl-list-ul {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dl-list-ul2 {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dl-list a {
  color: #000;
}
.dl-list-ul li, .dl-list-ul2 li {
  max-width: 200px;
  max-height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #CDD5D8;
  transition: all 0.5s;
  margin: 10px auto 50px auto;
}
.dl-list li:hover {
  box-shadow: 0px 0px 20px #CDD5D8;
}
.dl-list img {
  width: 100%;
  height: 100%;
}
.dl-child-title {
  font-size: 1.6rem;
  margin: 10px 0 30px 0;
}