@charset "UTF-8";
@import url("https://use.typekit.net/rkl8cib.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #2c2c2c;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 50px;
  font-size: 24px;
}

section {
  margin-top: 100px !important;
}

.side-box {
  margin-top: 0px !important;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: inherit;
}

.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 9px;
}

.section-title__ja::after {
  position: absolute;
  content: "";
  background: #2c2c2c;
  width: 232px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-title__en {
  display: block;
  margin-top: 9px;
  font-size: 54px;
  line-height: 60px;
  font-family: r41-etoile, sans-serif;
  font-weight: 400;
}

.section-title__explanation {
  font-size: 21px;
  font-weight: 600;
  margin-top: 6px;
}

.front__header {
  padding: 71px 0 16.5px;
}

.front__inner {
  max-width: 1602px;
  margin: 0 auto;
  padding: 0 20px;
}

.header__nav-button-front {
  top: 50px;
  right: 3.9583333333%;
}

.front-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.front-content__sidebar {
  width: 30%;
}

.front-content__main {
  width: 70%;
  padding-right: 20px;
  margin-bottom: 100px;
}

.top-slider__big-item {
  width: 100%;
  position: relative;
}

.top-slide__details {
  display: flex;
  gap: 14.5px;
  align-items: center;
  margin: 20px 0;
  margin-bottom: 0;
}
.top-slide__details ul {
  display: flex;
  align-items: center;
}

.sw-btn {
  width: 50%;
  justify-content: center;
}

.center-border {
  width: 50%;
  position: relative;
}
.center-border::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  border-bottom: solid 1px #2c2c2c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-thumbnail img {
  width: 95%;
  cursor: pointer;
}
.slider-thumbnail .swiper-slide-thumb-active img {
  opacity: 1;
}

.top-slide__category {
  font-size: 12px;
  font-weight: 500;
  line-height: 31px;
  width: 100px;
  border: 2px solid #000;
  background: #f6e55a;
  border-radius: 30px;
  text-align: center;
}

.top-slide__time {
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
}

.top-slider__link {
  display: block;
}

.top-slide__flex {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5px;
}

.sponsor {
  margin-top: 242px;
}

.sponsor__content {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
}
.sponsor__content a {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

section.ad .ads {
  display: inline !important;
  padding: 1.5px 5px;
  font-size: 14px;
  line-height: 120%;
}

.ads {
  width: -moz-fit-content;
  width: fit-content;
  position: static;
  top: 0;
  left: 0;
  background: white;
  padding: 2.5px 10px;
  border: solid 1px gray;
  display: inline !important;
}

.sponsor__item-link {
  display: inline-block;
}

.published {
  margin-top: 184px;
}

.published__wrapper {
  margin-top: 48px;
  width: 100%;
  border-top: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  padding: 10px 0;
}

.published__content {
  margin: 0 auto;
  width: 90%;
  padding: 11px 0 13px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px 40px;
}

.published__item__logo {
  display: inline-block;
}

.news {
  margin-top: 105px;
}

.news__content,
.pickup__content {
  margin-top: 48.5px;
}

.news__item-link,
.pickup__item-link {
  display: inline-block;
}

.news__item-details,
.pickup__item-details {
  display: flex;
  gap: 14.5px;
  margin-top: 12px;
}

/*
.news__item-category,
.pickup__item-category {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    border-radius: 30px;
    padding: 0 33px;
    background: #f6e55a;
    border: 2px solid #2c2c2c;
}*/
.news__item-time,
.pickup__item-time {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.news__item-title,
.pickup__item-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
}

.swiper-button-lock {
  display: block;
}

.category {
  margin-top: 158px;
}

.category__content {
  margin-top: 40px;
}

.category__content-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.category__content-button {
  text-align: center;
  width: 190px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 15px 15px 0 0;
  border: 2px solid #2c2c2c;
  background: #f6e55a;
  border-bottom: none;
  color: #2c2c2c;
}

.category__content-button.active {
  width: 230px;
  border-radius: 0;
  background: #fff;
  border-radius: 0;
  padding: 35px 10px 28px 10px;
}

.category__content-body {
  border: 2px solid #2c2c2c;
}

.category__content-wrapper {
  position: relative;
}

.category__content-wrapper#articles2,
.category__content-wrapper#articles3,
.category__content-wrapper#articles4 {
  display: none;
}

.more-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 23px;
  border: 3px solid #2c2c2c;
  background: #f6e55a;
  padding: 3px 45px;
}

/**********************
LINE
*************************/
section.line .title {
  font-size: 23px;
  margin-bottom: 15px;
}
section.line .title span {
  position: relative;
  font-weight: 800;
}
section.line .title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 0;
  border-bottom: solid 7px rgba(237, 237, 106, 0.4823529412);
  z-index: -1;
}
section.line .sub {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 800;
}
section.line p {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 170%;
}
section.line .message {
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
  font-weight: 800;
  color: #2c2c2c;
}

.line-btn {
  margin-left: 60px;
  text-align: center;
}
.line-btn a {
  max-width: 95%;
  display: block;
  width: 330px;
  color: white;
  background: #3cbc4b;
  padding: 20px 30px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}
.line-btn a span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

.line-box {
  background: #ededed;
  padding-bottom: 15px;
}
.line-box .line-btn {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.line-box .line-btn a {
  margin: 0 auto;
  margin-bottom: 15px;
}
.line-box .line-btn a.orange {
  background: #ff7600;
}
.line-box .line-btn .btn {
  max-width: 100%;
}

/**********************
ラジオ
*************************/
.news.radio article {
  background: #f4f4f4;
  padding: 20px;
}
.news.radio article .news__item-img {
  width: 150px;
  margin: 30px auto;
  margin-top: 10px;
  max-width: 90%;
}
.news.radio article .news__item-img img {
  border-radius: 50%;
}
.news.radio .swiper-slide {
  width: 300px;
}
.news.radio .news__item-details {
  display: block;
}
.news.radio .title {
  text-align: center;
  font-weight: 600;
  background: white;
  border: solid 2px #2c2c2c;
  font-size: 16px;
  padding: 5px 10px;
}
.news.radio .news__item-title,
.news.radio .pickup__item-title {
  font-size: 15px;
}
.news.radio .news__item-time {
  font-size: 13px;
}
.news.radio .more-button-box {
  text-align: center;
  margin-top: 40px;
}
.news.radio .more-button {
  position: static;
  text-align: center;
  margin: 30px auto;
  padding: 10px 45px;
}
.news.radio .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.news.radio .swiper-pagination .swiper-pagination-bullet-active {
  background: #2c2c2c;
}

.pickup .more-button-box {
  text-align: center;
  margin-top: 50px;
}
.pickup .more-button-box a.more-button {
  position: static;
  padding: 10px 45px;
}

.playButton {
  display: inline-block;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 600;
  background: #2c2c2c;
  color: white;
  padding: 3px 25px;
  border-radius: 9999px;
  cursor: pointer;
}

.play-btn-box {
  text-align: center;
}

/**********************
ホットニュース
*************************/
.hot_news__content a.news__item-link {
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 700px;
  max-width: 100%;
}
.hot_news__content a.news__item-link .news__item-img img {
  width: 150px;
}
.hot_news__content a.news__item-link .article-profile {
  width: calc(100% - 150px);
  padding: 0 20px;
}
.hot_news__content a.news__item-link .article-profile .description {
  font-size: 14px;
}
.hot_news__content a.news__item-link .hot-title {
  font-size: 20px;
  font-weight: 800;
}
.hot_news__content a.news__item-link .news__item-details {
  margin-top: 0;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.hot_news__content a.news__item-link .top-slide__category2 {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 100%;
}
.hot_news__content a.news__item-link .news__item-time {
  font-size: 14px;
}
.hot_news__content .more-button-box {
  text-align: center;
  margin-top: 70px;
}
.hot_news__content a.more-button {
  position: static;
  padding: 10px 45px;
}

/**********************
応援
*************************/
.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 100px;
  cursor: pointer;
  overscroll-behavior: contain;
  display: none;
}
.pop-up .pop-card {
  width: 600px;
  max-width: 80%;
  top: 0px;
  background: white;
  border-radius: 20px;
  margin: 140px auto;
  cursor: default;
}
.pop-up .pop-img {
  padding: 50px;
}
.pop-up .pop-img img {
  border-radius: 20px;
}
.pop-up .pop-content {
  padding: 50px;
  padding-top: 0;
}
.pop-up .pop-flex {
  display: flex;
  justify-content: center;
}
.pop-up .pop-flex a {
  width: 48%;
  margin: 1%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.pop-up .pop-flex .recnavi {
  display: flex;
  align-items: center;
  padding: 2%;
}
.pop-up .relative {
  position: relative;
}
.pop-up .close-button {
  pointer-events: none;
  position: absolute;
  top: -40px;
  right: -60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
  width: 70px;
  height: 70px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 800;
  color: white;
}

.message .news__item-link {
  cursor: pointer;
}
.message .news__item-img {
  margin-bottom: 10px;
}
.message .news__item-link {
  text-align: center;
}
.message .news__item-title {
  text-align: center;
  border: solid 1px black;
  border-left: solid 10px black;
  padding: 5px 10px;
  display: inline;
}

/**********************
SNS
*************************/
.sns .published__wrapper {
  background: #d1af6e;
  border: 0;
  padding: 100px 0 40px 0;
  margin-top: -60px;
  margin-bottom: 50px;
}

/**********************
ランキング
*************************/
.ranking .section-title .section-title__ja {
  color: #ea5413 !important;
}
.ranking .section-title .section-title__en {
  color: #ea5413 !important;
}
.ranking .section-title .section-title__ja::after {
  background: #ea5413;
}

.ranking-no {
  font-size: 25px;
  font-family: r41-etoile, sans-serif;
  font-weight: 400;
}
.ranking-no span {
  font-size: 50px;
  line-height: 100%;
}

/**********************
デジタルブック
*************************/
.book {
  margin-bottom: 200px;
}
.book .news__item-link {
  cursor: pointer;
}
.book .news__item-img {
  margin-bottom: 10px;
}
.book .news__item-link {
  text-align: center;
}
.book .news__item-title {
  text-align: center;
  border: solid 1px black;
  border-left: solid 10px black;
  padding: 5px 10px;
  display: inline;
}
.book .news__item-link {
  width: 100%;
}

/**********************
サイドバー
*************************/
.front-content__sidebar {
  padding: 0 2.5%;
}
.front-content__sidebar .side-box {
  border: solid 1.5px #e5e5e5;
  border-radius: 15px;
}
.front-content__sidebar .side-box li {
  display: inline-block;
}
.front-content__sidebar .side-box li a {
  text-align: center;
  border: solid 1px black;
  border-left: solid 10px black;
  padding: 5px 10px;
  display: inline;
  font-size: 12px;
  display: block;
  padding: 1px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.front-content__sidebar .side-title {
  padding: 30px;
  border-bottom: solid 1.5px #e5e5e5;
}
.front-content__sidebar .side-box2 {
  padding: 30px;
  padding-top: 10px;
}
.front-content__sidebar .cat-menu {
  margin-top: 20px;
  margin-bottom: 10px;
}

.category__content-articles {
  padding: 43px 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 25px;
}

.articles-top {
  padding: 43px 25px 145px;
}

.articles-top.active {
  padding: 43px 25px 27px;
}

.articles-bottom {
  display: none;
}

.category__content-tag {
  margin-top: 10px;
  font-size: 23px;
  line-height: 43px;
  display: block;
  font-weight: 600;
}

.category__content-category {
  padding: 4px 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  border-radius: 30px;
  border: 2px solid #2c2c2c;
  background: #f6e55a;
  font-weight: 600;
}

.category__content-title {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

/**********************
サイドバー SNS
*************************/
.side-box .news__content {
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.side-box .news__content .news__item-link {
  display: flex;
}
.side-box .news__content .news__item-link .news__item-img {
  width: 40%;
}
.side-box .news__content .news__item-link .news__item-img img {
  padding: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.side-box .news__content .news__item-link .news__item-details {
  width: 60%;
  display: block;
  padding-left: 10px;
}
.side-box .insta-box {
  display: flex;
  align-items: center;
}
.side-box .insta-box .insta-img {
  width: 30px;
}
.side-box .insta-box .follow {
  color: #e96f3a;
  font-weight: 600;
  padding-left: 5px;
}
.side-box .news__item-title {
  margin-top: 10px !important;
  line-height: 120%;
  color: #e96f3a;
  font-size: 14px;
}

.side-box .swiper-button-next,
.side-box .swiper-button-prev,
.sidebar .swiper-button-next,
.sidebar .swiper-button-prev {
  position: absolute !important;
  border-radius: 50%;
  font-weight: 400;
  background: #2c2c2c;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 2px;
}
.side-box .swiper-button-prev,
.sidebar .swiper-button-prev {
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
}
.side-box .swiper-button-next,
.sidebar .swiper-button-next {
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}

.company {
  border: solid 1.5px #e5e5e5;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 100px;
}
.company .company-all {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.company .company-all .company-title {
  border-bottom: solid 1.5px #2c2c2c;
  padding: 5px 0px;
  padding-top: 0;
}
.company li {
  text-decoration: underline;
}
.company li a {
  font-size: 14px;
}

.header {
  padding: 56px 0 105px;
  position: relative;
}

.tabcontent {
  display: none;
}

#category1 {
  display: grid;
}

@media screen and (max-width: 1024px) {
  .front-content {
    flex-direction: column;
  }
  .book {
    margin-bottom: 50px;
  }
  .front-content__main {
    width: 100%;
    padding-right: 0px;
  }
  .front-content__sidebar {
    width: 400px;
    margin: 30px auto;
    max-width: 100%;
  }
  .more-button {
    padding: 3px 25px;
  }
}
@media screen and (max-width: 600px) {
  .category__content-articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 25px;
  }
  section.line .message {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .category__content-button {
    font-size: 12px;
  }
  section {
    margin-top: 70px !important;
  }
}
/********
初期コーダーのコード
*********/
@media (min-width: 1025px) and (max-width: 1500px) {
  .header {
    padding: 37px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 37px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 30px 0 56px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1556px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__logo {
  width: 168px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__logo {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
    padding-left: 10px;
  }
}
.header__nav-button {
  border: 2px solid #2c2c2c;
  width: 62px;
  height: 62px;
  border-radius: 10px;
  position: absolute;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__nav-button {
    width: 48px;
    height: 48px;
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav-button {
    width: 48px;
    height: 48px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-button {
    width: 48px;
    height: 48px;
    top: 30px;
  }
}
.header__nav-button-single {
  top: 60px;
  right: 3.9583333333%;
}

.header__nav-button-bar1,
.header__nav-button-bar2,
.header__nav-button-bar3 {
  position: absolute;
  width: 31px;
  height: 2px;
  background: #2c2c2c;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__nav-button-bar1,
  .header__nav-button-bar2,
  .header__nav-button-bar3 {
    width: 24px;
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav-button-bar1,
  .header__nav-button-bar2,
  .header__nav-button-bar3 {
    width: 24px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-button-bar1,
  .header__nav-button-bar2,
  .header__nav-button-bar3 {
    width: 24px;
    height: 2px;
  }
}
.header__nav-button-bar1 {
  top: 20px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__nav-button-bar1 {
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav-button-bar1 {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-button-bar1 {
    top: 15px;
  }
}
.header__nav-button-bar2 {
  top: 31px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__nav-button-bar2 {
    top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav-button-bar2 {
    top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-button-bar2 {
    top: 23px;
  }
}
.header__nav-button-bar3 {
  top: 42px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .header__nav-button-bar3 {
    top: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__nav-button-bar3 {
    top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-button-bar3 {
    top: 31px;
  }
}
.single-top {
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 2.9605263158;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-top {
    flex-direction: column;
    gap: 20px;
    max-width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .single-top {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
}
.single-top__detail-top {
  display: flex;
  align-items: center;
  gap: 14.5px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-top {
    gap: 12px;
    padding-top: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-top {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-top {
    gap: 12px;
  }
}
.single-top__detail-category {
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 30px;
  border: 2px solid #2c2c2c;
  background: #f6e55a;
  line-height: 31px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-category {
    font-size: 15px;
    line-height: 25px;
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-category {
    font-size: 15px;
    line-height: 25px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-category {
    font-size: 15px;
    line-height: 25px;
    padding: 0 22px;
  }
}
.single-top__detail-time {
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-time {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-time {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-time {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-top__img {
  width: 59.5394736842%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-top__img {
    width: 100%;
  }
}
.single-top__detail {
  width: 37.8289473684%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail {
    width: 100%;
  }
}
.single-top__detail-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 68px;
  margin-top: 23px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-title {
    font-size: 26px;
    line-height: 36px;
    margin-top: 16px;
  }
}
.single-top__detail-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-tags {
    margin-top: 7px;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-tags {
    margin-top: 7px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-tags {
    margin-top: 7px;
    gap: 16px;
  }
}
.single-top__detail-tag {
  font-size: 23px;
  font-weight: 600;
  line-height: 40px;
  color: #b2b2b2;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-tag {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-tag {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-tag {
    font-size: 15px;
    line-height: 27px;
  }
}
.single-top__detail-excerpt {
  margin-top: 20px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single-top__detail-excerpt {
    margin-top: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-top__detail-excerpt {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .single-top__detail-excerpt {
    font-size: 16px;
    line-height: 26px;
  }
}
.single__content {
  max-width: 1520px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 330px;
  display: flex;
  gap: 6.25%;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__content {
    padding-bottom: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__content {
    flex-direction: column;
    gap: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .single__content {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 120px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.single__main {
  width: 60.1973684211%;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main {
    width: 62.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .single__main {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }
}
.single__main-content {
  margin-top: 69px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content {
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content {
    margin-top: 40px;
  }
}
.single__main-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 60px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.single__main-content h2:not(:first-child) {
  margin-top: 69px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content h2:not(:first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content h2:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content h2:not(:first-child) {
    margin-top: 35px;
  }
}
.single__main-content h3 {
  margin-top: 59px;
  font-size: 25px;
  font-weight: 600;
  line-height: 43px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content h3 {
    margin-top: 45px;
    font-size: 22px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content h3 {
    margin-top: 45px;
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content h3 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
}
.single__main-content p {
  margin-top: 94px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content p {
    margin-top: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content p {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content p {
    margin-top: 50px;
  }
}
.single__main-content img {
  margin-top: 59px;
  display: block;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .single__main-content img {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single__main-content img {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .single__main-content img {
    margin-top: 30px;
  }
}
.single__main-content pre {
  white-space: pre-wrap; /* ホワイトスペースを折り返す */
  word-wrap: break-word; /* 単語の途中で折り返す */
  overflow: auto; /* はみ出した場合にスクロールバーを表示 */
  max-width: 100%; /* 親要素の幅を超えないようにする */
}

.single__main-content figure {
  margin: 0;
}

.related-articles {
  margin-top: 144px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .related-articles {
    margin-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-articles {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .related-articles {
    margin-top: 60px;
  }
}
.related-articles__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  color: #ea5514;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #ea5514;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .related-articles__title {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-articles__title {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__title {
    font-size: 16px;
    line-height: 26px;
  }
}
.related-articles__lists {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 5.0675675676%;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .related-articles__lists {
    gap: 40px 5.0675675676%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-articles__lists {
    gap: 40px 5.0675675676%;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__lists {
    gap: 25px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-articles__list-title {
  margin-top: 27.5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .related-articles__list-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-articles__list-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__list-title {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
  }
}
.related-articles__list-time {
  margin-top: 11px;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: #2c2c2c;
  line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .related-articles__list-time {
    margin-top: 7px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .related-articles__list-time {
    margin-top: 7px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .related-articles__list-time {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
}
.sidebar {
  width: 404px;
  margin-top: 172.5px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar {
    width: 300px;
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
}
.sidebar__information {
  border: 1px solid #2c2c2c;
  border-radius: 30px;
  width: 100%;
}

.information__title {
  text-align: center;
  padding: 26px 0 21.5px;
  border-bottom: 1px solid #2c2c2c;
  font-family: "MYCustomFont", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__title {
    padding: 18px 0 15px;
    font-size: 30px;
    line-height: 37.5px;
  }
}
@media screen and (max-width: 767px) {
  .information__title {
    padding: 18px 0 15px;
    font-size: 30px;
    line-height: 37.5px;
  }
}
.information__content {
  margin: 39px auto 0;
  max-width: 290px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__content {
    margin-top: 30px;
    max-width: 218px;
  }
}
@media screen and (max-width: 767px) {
  .information__content {
    margin-top: 30px;
  }
}
.information__logo {
  max-width: 262px;
  width: 100%;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__logo {
    width: 196px;
  }
}
.information__name {
  margin-top: 32.5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 17.5px;
  text-align: center;
  border-bottom: 1px solid #2c2c2c;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__name {
    margin-top: 24px;
    font-size: 15px;
    line-height: 22.5px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .information__name {
    margin-top: 24px;
    font-size: 15px;
    line-height: 22.5px;
    padding-bottom: 13px;
  }
}
.information__explanation {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 32.5px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__explanation {
    font-size: 15px;
    line-height: 22.5px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .information__explanation {
    font-size: 15px;
    line-height: 22.5px;
    padding-top: 24px;
  }
}
.information__details {
  margin-top: 32.5px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 51px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .information__details {
    margin-top: 24px;
    font-size: 15px;
    line-height: 22.5px;
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  .information__details {
    margin-top: 24px;
    font-size: 15px;
    line-height: 22.5px;
    padding-bottom: 37px;
  }
}
.information__details-dl {
  display: flex;
  gap: 5px;
}

.information__details-supplement {
  padding-left: 10px;
}

.sidebar__instagram {
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 28px 0;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram {
    padding: 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram {
    padding: 21px 0;
  }
}
.sidebar__instagram-message {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-message {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-message {
    font-size: 14px;
    line-height: 17px;
  }
}
.sidebar__instagram-detalis {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-detalis {
    gap: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-detalis {
    gap: 22.5px;
  }
}
.sidebar__instagram-img {
  width: 100%;
  max-width: 157px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-img {
    max-width: 100px;
  }
}
.sidebar__instagram-explanation {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-explanation {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-explanation {
    font-size: 14px;
    line-height: 17px;
  }
}
.sidebar__instagram-links {
  margin-top: 15px;
  display: block;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-links {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-links {
    margin-top: 11px;
  }
}
.sidebar__instagram-icon {
  width: 46px;
  margin: 0 auto;
  height: auto;
  display: block;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-icon {
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-icon {
    width: 33px;
  }
}
.sidebar__instagram-text {
  margin-top: 11px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #ea5514;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar__instagram-text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__instagram-text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 25px;
  }
}
.sidebar___toc {
  margin-top: 98.5px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar___toc {
    margin-top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar___toc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sidebar___toc {
    display: none;
  }
}
.sidebar-title {
  font-size: 24px;
  font-weight: 600;
  color: #ea5514;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #ea5514;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sidebar-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}
.toc__h2-ul {
  padding-top: 25.5px;
  padding-bottom: 26.5px;
  border-bottom: 1px solid #ea5514;
}

@media screen and (max-width: 767px) {
  .toc__h2-ul {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.toc__h2-li {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .toc__h2-li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .toc__h2-li {
    font-size: 16px;
    line-height: 26px;
  }
}
.toc__h2-link {
  display: inline-block;
}

.toc__h2-link-number {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 5px;
  color: #ea5514;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .toc__h2-link-number {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .toc__h2-link-number {
    font-size: 16px;
    line-height: 26px;
    padding-right: 2px;
  }
}
.toc__h3-ul {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .toc__h3-ul {
    margin-left: 13px;
  }
}
.h3-li {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .h3-li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .h3-li {
    font-size: 16px;
    line-height: 26px;
  }
}
.recommendation-articles {
  margin-top: 154px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .recommendation-articles {
    margin-top: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recommendation-articles {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-articles {
    margin-top: 60px;
  }
}
.recommendation-articles__items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .recommendation-articles__items {
    gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .recommendation-articles__items {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-articles__items {
    gap: 50px;
  }
}
.recommendation-articles__item-img img {
  aspect-ratio: 407/228;
}

.recommendation-articles__item-title {
  margin-top: 23.8px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .recommendation-articles__item-title {
    margin-top: 18px;
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-articles__item-title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
  }
}
.recommendation-articles__item-time {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  vertical-align: top;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .recommendation-articles__item-time {
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .recommendation-articles__item-time {
    font-size: 16px;
    line-height: 26px;
  }
}
.main___toc {
  max-width: 840px;
  margin: 54px auto 0;
  display: none;
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main___toc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main___toc {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */