@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 1100px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.999px) {
  .ad_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .ad_sp {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, system-ui, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.03em;
  word-break: break-all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.lg-inner {
  width: 1250px;
  max-width: calc(100% - 6vw);
  margin-top: 50px;
  margin: 0 auto;
}

.md-inner {
  width: 1000px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.sm-inner {
  width: 850px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.sec-pad {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media (min-width: 1101px) {
  .sec-pad {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.inner {
  width: 810px;
  max-width: 93vw;
  margin: 0 auto;
}

img {
  pointer-events: none;
}

a img {
  pointer-events: auto !important;
}

/*======================================== 
*
* Parts
*
======================================== */
/* Titles 
======================================== */
.label {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16x;
  margin: 0 auto 20px;
  font-weight: 600;
}
@media (min-width: 700px) {
  .label {
    font-size: 20px;
    margin: 0 auto 30px;
  }
}
.label.collaborate {
  aspect-ratio: 360/70.72;
  color: #fff;
  background-image: url("../img/collabo-label.png");
  margin-top: 20px;
}
.label.interview {
  color: #000;
  aspect-ratio: 721/214;
  background-image: url("../img/interview-label.png");
}
.label.interview span {
  margin-bottom: 6%;
}
.label.osusume {
  aspect-ratio: 720/192;
  color: #fff;
  background-image: url("../img/osusume-label.png");
  margin-top: 20px;
}
.label.osusume span {
  margin-bottom: 6%;
}

.ttl-circle {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ttl-circle:before {
  content: "";
  display: block;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 4px solid #fff;
}
.ttl-circle.green:before {
  border-color: #34b496;
}
.ttl-circle.orange:before {
  border-color: #f45419;
}

.has-green-bottom-border {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1101px) {
  .has-green-bottom-border {
    margin-bottom: 25px;
    margin-top: 35px;
    font-size: 28px;
  }
}
.has-green-bottom-border img {
  height: 18px;
}
@media (min-width: 1101px) {
  .has-green-bottom-border img {
    height: 26px;
  }
}
.has-green-bottom-border:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #0ba173;
  margin-top: 10px;
}
@media (min-width: 1101px) {
  .has-green-bottom-border:after {
    height: 2px;
  }
}

/* Buttons
======================================== */
.circle-btn {
  position: relative;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 100px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 600;
  max-width: 500px;
  transition: 0.3s all;
}
.circle-btn:hover {
  transform: translateY(-0.1875em);
}
@media (min-width: 700px) {
  .circle-btn {
    margin: 50px auto 0;
  }
}
.circle-btn:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon-circle-chevron.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 30px;
}
.circle-btn.navy {
  background-color: #25489c;
  margin-bottom: 20px;
}
.circle-btn.blue {
  background-color: #3ebde0;
}
.circle-btn.red {
  background-color: #da1725;
}
.circle-btn.green {
  background-color: #c4ca00;
}
.circle-btn a {
  text-decoration: none;
  padding: 0;
}

.btn-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 35px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #000;
  margin: 0 auto;
}
@media (min-width: 1101px) {
  .btn-plus {
    width: 250px;
    height: 60px;
  }
}
.btn-plus img {
  width: auto;
  height: 14px;
}
@media (min-width: 1101px) {
  .btn-plus img {
    height: 18px;
  }
}
.btn-plus:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-plus.png);
  background-size: cover;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1101px) {
  .btn-plus:before {
    width: 18px;
    height: 18px;
  }
}

/* --- もっと読むボタン --- */
.loading-icon {
  animation: spin 2s linear infinite;
  margin-right: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Header
======================================== */
header {
  height: auto;
  height: 70px;
}
@media (min-width: 1101px) {
  header {
    height: 80px;
  }
}

.header-wrap {
  width: 100%;
  background-color: #fff;
  height: 70px;
  position: fixed;
  top: 0 !important;
  z-index: 100;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1101px) {
  .header-wrap {
    height: 80px;
  }
}
@media (min-width: 1101px) {
  .header-wrap {
    border-bottom: 1px solid #f3f7f8;
  }
}
.header-wrap .header-inner {
  width: 1400px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .header-wrap .header-inner {
    background-color: #fff;
    gap: 5px;
  }
  .header-wrap .header-inner .logo-wrap {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) and (max-width: 1100px) {
  .header-wrap .header-inner .logo-wrap {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .header-wrap .header-inner .logo-wrap img {
    width: auto;
    height: 45px;
  }
}
@media (max-width: 1100px) and (min-width: 1101px) {
  .header-wrap .header-inner .logo-wrap img {
    width: 100%;
    height: auto;
  }
}
.header-wrap nav {
  overflow-x: auto;
}
.header-wrap nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1101px) {
  .header-wrap nav ul {
    gap: 15px;
    margin-left: auto;
  }
}
@media (min-width: 1101px) {
  .header-wrap nav ul li {
    padding: 5px 10px;
    line-height: 100%;
    font-size: 13px;
    color: #fff;
    border-radius: 20px;
  }
  .header-wrap nav ul li:nth-child(1) {
    background-color: #e40067; /*エンタメ*/
  }
  .header-wrap nav ul li:nth-child(2) {
    background-color: #3a3839; /*独自インタビュー*/
  }
  .header-wrap nav ul li:nth-child(3) {
    background-color: #d2691e; /*グルメ*/
  }
  .header-wrap nav ul li:nth-child(4) {
    background-color: #b73e91; /*ドラマ*/
  }
  .header-wrap nav ul li:nth-child(5) {
    background-color: #34b496; /*アニメ*/
  }
  .header-wrap nav ul li:nth-child(6) {
    background-color: #3ebde0; /*映画・舞台*/
  }
  .header-wrap nav ul li:nth-child(7) {
    background-color: #25489c; /*音楽*/
  }
  .header-wrap nav ul li:nth-child(8) {
    background-color: #f45419; /*スポーツ*/
  }
  .header-wrap nav ul li:nth-child(9) {
    background-color: #c4ca00; /*コラボ企画*/
  }
  .header-wrap nav ul li:nth-child(1) {
    outline: 1px dashed #e5e400;
    outline-offset: -3px;
    border-radius: 0;
  }
}
@media (max-width: 1100px) {
  .header-wrap nav ul li a {
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
.header-menu {
  background-color: #f5f0f0;
  margin: 0 calc(50% - 50vw);
  padding: 10px calc(50vw - 50%);
  width: 100vw;
  max-width: none;
}
.header-menu ul {
  display: flex;
  gap: 15px;
  border: none;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 97vw;
  margin-left: auto;
}
.header-menu ul li {
  border-radius: 100px;
  line-height: 1;
  padding: 5px 13px;
  color: #fff;
  font-size: 13px;
}
.header-menu ul li:nth-child(1) {
  background-color: #e40067; /*エンタメ*/
}
.header-menu ul li:nth-child(2) {
  background-color: #3a3839; /*独自インタビュー*/
}
.header-menu ul li:nth-child(3) {
  background-color: #d2691e; /*グルメ*/
}
.header-menu ul li:nth-child(4) {
  background-color: #b73e91; /*ドラマ*/
}
.header-menu ul li:nth-child(5) {
  background-color: #34b496; /*アニメ*/
}
.header-menu ul li:nth-child(6) {
  background-color: #3ebde0; /*映画・舞台*/
}
.header-menu ul li:nth-child(7) {
  background-color: #25489c; /*音楽*/
}
.header-menu ul li:nth-child(8) {
  background-color: #f45419; /*スポーツ*/
}
.header-menu ul li:nth-child(9) {
  background-color: #c4ca00; /*コラボ企画*/
}
.header-menu ul li:nth-child(1) {
  outline: 1px dashed #e5e400;
  outline-offset: -3px;
  border-radius: 0;
}

/* Search Form
======================================== */
.searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-radius: 20px;
  font-size: 14px;
}
@media (min-width: 1101px) {
  .searchform {
    padding: 5px 20px;
    width: 220px;
  }
}
@media (max-width: 1100px) {
  .searchform {
    margin: 0 calc(50% - 50vw);
    padding: 10px calc(50vw - 50%);
    width: 100vw;
  }
}
.searchform input {
  width: 100%;
}
@media (max-width: 1100px) {
  .searchform input {
    width: calc(100% - 40px);
  }
}
.searchform #searchsubmit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .searchform #searchsubmit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.searchform #searchsubmit img {
  width: 25px;
  height: auto;
}
@media (max-width: 1100px) {
  .searchform #searchsubmit img {
    width: auto;
    height: 25px;
  }
}

/* --- ヘッダー検索アイコン --- */
.sp-search {
  display: block;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  color: #fff;
  background-color: #e40067;
}
.sp-search img {
  width: auto;
  height: 20px;
}
.sp-search:after {
  content: "検索";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  margin-top: 5px;
}

.search-form {
  display: none;
}
.search-form.active {
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 200;
}
.search-form input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  background-color: #f7f7f7;
}
.search-form button {
  padding: 10px;
  background-color: #34b496;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* --- ハンバーガーメニュー --- */
.hamburger {
  display: block;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  color: #fff;
  background-color: #25489c;
}
.hamburger:after {
  content: "メニュー";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  margin-top: 5px;
}
.hamburger .bar {
  width: 50%;
  height: 20px;
  display: flex;
  flex-direction: column;
}
.hamburger .bar span {
  display: block;
  height: 2px;
  border-radius: 10px;
  margin: 5px 0 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin-left: 0;
}
.hamburger .bar span:nth-child(1) {
  margin-top: 0px;
}
.hamburger .bar span:nth-child(2) {
  width: 80%;
}
.hamburger .bar span:nth-child(3) {
  width: 60%;
}
.hamburger.active .bar span {
  width: 100%;
}
.hamburger.active .bar span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .bar span:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  color: #333;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 110;
  overflow-y: scroll;
  background-color: #f5f0f0;
  padding-bottom: 40px;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1101px) {
  .nav-container {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.nav-container.nav-active {
  right: 0;
}
.nav-container .inner_nav {
  width: 90vw;
  margin: 0 auto;
}
.nav-container .inner_nav .genre {
  margin-top: 40px;
}
.nav-container .inner_nav .sns-list {
  margin-top: 40px;
}
.nav-container .ad {
  margin: 15px 0;
}

/* Footer
======================================== */
footer {
  padding-bottom: 0 !important;
}

/* --- SNS --- */
.sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}
.sns-list li {
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.sns-list li img {
  width: 100%;
  height: 100%;
}

/* --- List --- */
.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
@media (min-width: 700px) {
  .footer-list {
    width: 500px;
    margin: 0 auto;
  }
}
.footer-list li {
  font-size: 14px;
  margin: 0;
}
.footer-list li a {
  text-decoration: underline;
  padding: 14px 0;
}
.footer-list li.contact {
  height: 33px;
}
@media (min-width: 700px) {
  .footer-list li.contact {
    width: 100%;
    max-width: none;
  }
}
.footer-list li.contact:after {
  width: 15px;
  height: 15px;
}
.footer-list li.contact a {
  text-decoration: none;
  padding: 0;
}

.copyright {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 0 !important;
}
@media (min-width: 1101px) {
  .copyright {
    padding: 30px;
  }
}

/* Adsencce Analytics
======================================== */
div[id^=div-gpt-entax] {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ad-pc-bnr-container {
  display: block;
  height: 90px;
}

.ad-sp-bnr-container {
  display: none;
}

@media (max-width: 760px) {
  .ad-pc-bnr-container {
    display: none;
  }
  .ad-sp-bnr-container {
    display: block;
    height: 100px;
  }
  .ad-container {
    height: 250px;
  }
}
#div-gpt-entax_pc_bnr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.is-provider-youtube > div {
  position: relative;
  width: 100%;
}

.wp-embed-aspect-16-9 > div {
  padding-top: 56.25%;
}

.wp-embed-aspect-4-3 > div {
  padding-top: 75%;
}

.is-provider-youtube > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#div-gpt-entax_pc_4th_rec,
#div-gpt-entax_pc_2nd_rec {
  display: none;
}
@media (min-width: 1101px) {
  #div-gpt-entax_pc_4th_rec,
  #div-gpt-entax_pc_2nd_rec {
    display: block;
  }
}

/*--------------------------------
  20230531 広告タグ切り替え
---------------------------------*/
.ad-rectangle-container {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.ad-rectangle-container .ad_rectangle {
  height: 90px !important;
}

.ad-rectangle-container.h90 {
  height: 90px !important;
}

.ad_rectangle {
  width: 300px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .yoneads {
    display: block !important;
    width: 300px !important;
    height: 250px !important;
    margin: 0 auto;
  }
}

.ad_square {
  width: 300px !important;
  height: 250px !important;
}

.ad-container {
  margin: 40px auto;
  text-align: center;
}
@media (min-width: 1101px) {
  .ad-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ad-container > div {
  display: inline-block;
}
@media (min-width: 1101px) {
  .ad-container > div:nth-of-type(n + 2) {
    padding-left: 25px;
  }
}
.ad-container #entax_3rd_squ {
  width: 100%;
  min-height: 250px;
}
.ad-container #entax_3rd_squ ins {
  margin: 0 auto;
}
@media (min-width: 1101px) {
  .ad-container #entax_3rd_squ {
    width: 300px;
  }
}

#entax_2nd_squ,
#entax_4th_squ,
#entax_3rd_rec {
  display: none;
}

@media screen and (min-width: 320px) {
  .ad_rectangle {
    width: 320px;
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .ad-rectangle-container {
    height: 90px;
  }
  .ad_rectangle {
    width: 728px;
    height: 90px;
  }
  #entax_2nd_rec,
  .present_sp_top {
    display: none;
  }
  #entax_2nd_squ,
  #entax_4th_squ,
  #entax_3rd_rec {
    display: inline-block;
  }
  #entax_4th_squ {
    width: 300px;
  }
}
.ad-in-article {
  margin-top: 20px;
}

.adsbygoogle {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*20250307 広告非表示フラグを追加
-------------------------------------*/
body.hide-add .ad-rectangle-container,
body.hide-add .ad-container,
body.hide-add .adsbygoogle {
  display: none !important;
}

/*20241216 Anchor Ad
-------------------------------------*/
.anchor-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 9999 !important;
  transition: 1.5s ease-in all;
}
.anchor-ad .anchor-ad-close {
  position: absolute;
  width: 100%;
  height: 6px;
  top: -5px;
  left: 0;
  right: 0;
  background: #fafafa;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.anchor-ad .anchor-ad-close #arrow {
  margin: 0px !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0% !important;
  display: block !important;
  width: 80px !important;
  height: 30px !important;
  pointer-events: initial !important;
}
.anchor-ad .anchor-ad-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.anchor-ad .anchor-ad-container::after {
  content: "";
  background: #fafafa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
.anchor-ad .anchor-ad-container > div {
  height: 100px !important;
}
.anchor-ad .anchor-ad-container > ins {
  height: 100px !important;
}
.anchor-ad.active {
  height: 101px;
}

/* Top Page Article
======================================== */
.top-article {
  background-color: #efefef;
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 30px;
  width: 100vw;
  max-width: none;
}
@media (min-width: 1101px) {
  .top-article {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.box-article-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  z-index: 10;
  /* --- 共通 --- */
  /* --- ひとつめの記事 --- */
  /* --- 2つめ以降の記事 --- */
}
@media (min-width: 1101px) {
  .box-article-list {
    gap: 30px;
  }
}
.box-article-list .post {
  position: relative;
  height: auto;
  font-weight: 600;
  transition: 0.3s all;
}
.box-article-list .post .text:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/article-diagonal.png);
  background-size: cover;
  top: -5px;
  width: 98px;
  height: 11px;
}
@media (min-width: 700px) {
  .box-article-list .post .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.box-article-list .post .text .span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 170%;
}
.box-article-list .post figure {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  aspect-ratio: 16/9;
}
.box-article-list .post figure img.portrait {
  border-radius: 0px;
}
.box-article-list .post figure:before, .box-article-list .post figure:after {
  content: "";
  display: block;
  width: 90%;
  height: 35%;
  position: absolute;
  z-index: -5;
}
.box-article-list .post figure:before {
  left: -5px;
  top: -5px;
  background-color: #3ebde0;
  border-radius: 20px 0 0 0;
}
.box-article-list .post figure:after {
  right: -5px;
  bottom: -5px;
  background-color: #e5e400;
  border-radius: 0 0 20px 0;
}
.box-article-list .large-post {
  position: relative;
  display: contents;
}
@media (min-width: 1101px) {
  .box-article-list .large-post {
    display: flex;
    width: 60%;
  }
}
.box-article-list .large-post .post {
  width: 100%;
  font-size: 14px;
  display: block;
}
.box-article-list .large-post .post figure {
  max-width: 100%;
  height: 100%;
}
@media (min-width: 1101px) {
  .box-article-list .large-post .post figure {
    height: 100%;
  }
}
.box-article-list .large-post .post .text {
  position: absolute;
  background: #fff;
  color: #333;
  padding: 10px;
  left: 0;
  bottom: 15px;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1101px) {
  .box-article-list .large-post .post .text {
    bottom: 40px;
    font-size: 20px;
  }
}
.box-article-list .large-post .post .text .span {
  -webkit-line-clamp: 1;
}
@media (min-width: 1101px) {
  .box-article-list .large-post .post .text .span {
    -webkit-line-clamp: 2;
  }
}
.box-article-list .small-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (min-width: 1101px) {
  .box-article-list .small-posts {
    flex: 1;
    gap: 20px 10px;
  }
}
.box-article-list .small-posts .post {
  width: 50%;
}
@media (min-width: 1101px) {
  .box-article-list .small-posts .post {
    width: calc((100% - 20px) / 2);
  }
}
.box-article-list .small-posts .post .text {
  position: relative;
  background: #fff;
  color: #333;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
}
.box-article-list .small-posts .post .text .span {
  -webkit-line-clamp: 2;
}
@media (min-width: 700px) {
  .box-article-list .small-posts .post .text .span {
    line-height: 180%;
    height: 3.6em;
  }
}
.box-article-list .small-posts .post .text:before {
  width: 74px;
  height: 8px;
}
.box-article-list:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  max-width: none;
  position: absolute;
  z-index: -10;
}
.box-article-list .post h3 a {
  aspect-ratio: auto !important;
}
.box-article-list .post a {
  width: 100%;
  height: auto;
  font-size: 12px;
  display: block;
  line-height: 160%;
}
@media (min-width: 1101px) {
  .box-article-list .post a {
    font-size: 16px;
  }
}
.box-article-list .post img.featured {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.box-article-list .post img.featured.portrait {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: auto !important;
}
.box-article-list.osusume {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1101px) {
  .box-article-list.osusume {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .box-article-list.osusume {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.box-article-list.osusume li {
  width: 50%;
}
@media (min-width: 1101px) {
  .box-article-list.osusume li {
    width: calc((100% - 30px) / 2);
  }
}

/* Article List Setting
======================================== */
.btn-readmore {
  background-color: #f9f9fb;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
}
.btn-readmore:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* Article List
======================================== */
.article-list {
  display: flex;
  flex-wrap: wrap;
}
.article-list li.item {
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #f7dd31;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .article-list li.item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 100px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .article-list li.item {
    width: 50%;
  }
}
@media (min-width: 1101px) {
  .article-list li.item {
    width: 33.3333333333%;
    height: auto;
  }
}
.article-list li.item a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-list li.item .pc-figure {
  aspect-ratio: 16/9;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.article-list li.item .pc-figure.landscape img {
  width: 100%;
}
.article-list li.item .pc-figure.portrait img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: auto !important;
}
.article-list li.item .featured {
  display: block;
  width: 25%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
}
@media (min-width: 1101px) {
  .article-list li.item .featured {
    width: 100%;
  }
}
.article-list li.item .spimg {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 10px;
}
@media (min-width: 1101px) {
  .article-list li.item .spimg {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.article-list li.item .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 5px;
  flex: 1;
}
@media (max-width: 1100px) {
  .article-list li.item .text {
    gap: 15px 0;
    height: 100%;
  }
}
.article-list li.item .text .ttl {
  line-height: 1.5;
  font-weight: 700;
  display: block;
  flex: 1;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin: 0;
}
@media (min-width: 1101px) {
  .article-list li.item .text .ttl {
    display: inline-block;
  }
}
.article-list li.item .text .details {
  margin-top: auto;
}
@media (min-width: 1300px) {
  .article-list li.item .text .details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.article-list li.item .text .days {
  color: #cec5c1;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 1101px) {
  .article-list li.item .text .days {
    line-height: 20px;
  }
}

.category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category li {
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #e40067;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
}
.category li.drama {
  background-color: #b73e91;
}
.category li.anime {
  background-color: #34b496;
}
.category li.gourmet {
  background-color: #d2691e;
}
.category li.movie {
  background-color: #3ebde0;
}
.category li.music {
  background-color: #25489c;
}
.category li.sports {
  background-color: #f45419;
}
.category li.original_interview {
  background-color: #3a3839;
}
.category li.collaborate {
  background-color: #c4ca00;
}

/* Featured Articles
======================================== */
section.features {
  position: relative;
  padding: 40px 0;
  margin-top: 0;
  margin-bottom: 30px;
}
section.features h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 10px;
}
section.features .features-ttl {
  margin: -60px auto 20px;
  display: block;
}
@media (max-width: 1100px) {
  section.features .features-ttl {
    width: 200px;
  }
}

/* Swiper Articles
======================================== */
.swiper-wrapper {
  height: auto !important;
}

/* Gallery ギャラリー
======================================== */
.wp-block-gallery {
  display: none !important;
}

.gallery-container .simple-btn {
  margin: 30px auto 20px;
}
.gallery-container .wp-block-gallery {
  display: block !important;
}
.gallery-container .wp-block-image {
  width: 100% !important;
  margin-top: 30px !important;
}
.gallery-container .wp-block-image img {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  max-width: none !important;
}
.gallery-container .wp-block-image figcaption {
  position: relative !important;
  background: transparent !important;
  color: #333 !important;
  text-align: left !important;
  font-size: 16px !important;
  max-height: none !important;
  padding: 0 !important;
}

ul.gallery-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
ul.gallery-list li {
  width: 100%;
}
ul.gallery-list li img {
  width: 100%;
  height: 100%;
}

/* --- Single Swiper --- */
.single-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.single-gallery.mobile {
  gap: 10px;
}
.single-gallery.mobile figure {
  width: calc((100% - 20px) / 3);
}
.single-gallery figure {
  width: calc((100% - 80px) / 5);
  aspect-ratio: 4/3;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.single-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --- Swipe --- */
.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
}
.gallery-slider {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.gallery-slider .swiper-slide {
  aspect-ratio: 1/1;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.gallery-slider .swiper-slide img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.gallery-slider .swiper-slide.landscape img {
  width: 100%;
  height: auto;
}
.gallery-slider .swiper-slide.portrait img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: auto !important;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.gallery-thumbs .swiper-slide {
  aspect-ratio: 1/1;
  width: auto;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.3;
}
@media (min-width: 1101px) {
  .gallery-thumbs .swiper-slide {
    aspect-ratio: 16/9;
  }
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  --swiper-navigation-color: #aaa;
}

.simple-btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #fff !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  padding: 15px 50px;
  line-height: 1;
  text-decoration: none !important;
  transition: 0.3s all;
  background-color: #0ba173;
  font-weight: 600;
}
.simple-btn:hover {
  opacity: 0.6;
}

/* --- PC ギャラリー --- */
.wp-block-image {
  margin-top: 10px;
}

.pc-gallery .wp-block-image img {
  max-width: none;
  width: 100%;
}
.pc-gallery .vertical img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.pc-gallery .gallery-navigation-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
.pc-gallery .gallery-navigation-links li a {
  background-color: #0ba173;
  padding: 10px 30px;
  color: #fff;
  transition: 0.3s all;
}
.pc-gallery .gallery-navigation-links li a:hover {
  opacity: 0.6;
}
.pc-gallery .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
}
.pc-gallery .thumbnails a {
  display: block;
  height: 100%;
  width: calc((100% - 50px) / 6);
  aspect-ratio: 1/1;
}
.pc-gallery .thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

/* Single
======================================== */
.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  margin-bottom: 30px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-color: #f9f9fb;
}
@media (max-width: 1100px) {
  .bread-crumbs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.bread-crumbs li {
  color: #999;
}
.bread-crumbs li a {
  text-decoration: underline;
  color: #666;
}
.bread-crumbs li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 20px;
}

.article-wrap {
  /*記事内画像も16：9にしようかとおもったけどやめ
  @include lg{
      figure:not(.mainvisual){
          img{
              aspect-ratio: 16/9;
          }
      }
  }*/
}
.article-wrap .mainvisual {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #fff;
  margin: 20px 0;
}
.article-wrap .mainvisual .eye-catch {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.article-wrap .eye-catch {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 20px 0;
}
@media (max-width: 1100px) {
  .article-wrap .eye-catch {
    width: 100vw;
    margin: 20px calc(50% - 50vw);
    margin-bottom: 20px;
  }
}
.article-wrap .eye-catch-movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.article-wrap .spimg {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
.article-wrap .ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 0;
  line-height: 1.5em;
}
.article-wrap .category {
  margin: 10px 0;
}
.article-wrap .days {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 1;
}
.article-wrap .sns-share-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  padding: 10px 0;
  border: 1px solid #f3f7f8;
}
.article-wrap .sns-share-wrap li:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.article-wrap .sns-share-wrap li img {
  display: block;
  width: 28px;
  height: 28px;
}
.article-wrap .sns-share-wrap li:not(:last-child) {
  margin-right: 30px;
}
.article-wrap .cat-list li:hover {
  opacity: 1;
}

.cat {
  display: inline-block;
  border: 1px solid #0ba173;
  color: #0ba173;
  font-size: 14px;
  padding: 0px 5px;
  font-weight: 700;
  font-size: 12px;
}

.single-information {
  margin-top: 30px;
}
@media (min-width: 1101px) {
  .single-information {
    margin-top: 40px;
  }
}
.single-information .ttl-circle {
  margin: 50px 0 10px;
}

.cat-list {
  display: inline-block;
}
.cat-list li {
  display: inline-block;
  border: 1px solid #0ba173;
  color: #0ba173;
  font-size: 14px;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.cat-list li:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cat-list li:not(:last-child) {
  margin-right: 10px;
}
.cat-list li a:before {
  content: "#";
  display: inline-block;
}

.about-articles .ttl-new {
  text-align: center;
  color: #0ba173;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1101px) {
  .about-articles .ttl-new {
    margin-bottom: 20px;
  }
}

/* Single
======================================== */
.has-text-align-right {
  text-align: right !important;
}

.article-detail_content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 20px;
}
@media (min-width: 1101px) {
  .article-detail_content h2 {
    padding-top: 30px;
  }
}
.article-detail_content p {
  font-size: 16px;
  line-height: 1.71;
}
.article-detail_content p:not(:first-child) {
  padding-top: 20px;
}
@media (min-width: 1101px) {
  .article-detail_content p:not(:first-child) {
    padding-top: 30px;
  }
}
.article-detail_content a {
  text-decoration: underline;
  color: inherit;
}
.article-detail_content h3,
.article-detail_content figcaption {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  text-align: center;
}
.article-detail_content figcaption {
  padding-top: 0px;
}
.article-detail_content img {
  width: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1101px) {
  .article-detail_content img {
    max-width: 540px;
  }
}
.article-detail_content .wp-block-embed {
  max-width: 500px;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 10px;
}
@media (min-width: 1101px) {
  .article-detail_content .wp-block-embed {
    margin-top: 30px;
  }
}
.article-detail_content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.article-detail_content .size-full {
  height: auto !important;
}
.article-detail_content .size-full img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
}
.article-detail_content .size-large {
  height: auto !important;
}
.article-detail_content .size-large img {
  max-height: inherit;
}
.article-detail_content .btn-plus {
  margin-top: 20px;
  text-decoration: none;
}

/* Pagination
======================================== */
ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media (min-width: 1101px) {
  ul.page-numbers {
    gap: 30px;
  }
}
ul.page-numbers li {
  list-style: none;
  width: 3em;
  height: 3em;
  font-size: 14px;
}
@media (min-width: 1101px) {
  ul.page-numbers li {
    width: 3em;
    height: 3em;
  }
}
ul.page-numbers li a,
ul.page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #0ba173;
  border-radius: 5px;
}
ul.page-numbers li span.dots {
  border: none;
}
ul.page-numbers li span.current {
  background-color: #0ba173;
  color: #fff;
}
ul.page-numbers li a {
  transition: 0.3s all;
}
ul.page-numbers li a:hover {
  transform: translateY(-0.1875em);
}

.page-separater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
  font-size: 14px;
}
@media (min-width: 1101px) {
  .page-separater {
    gap: 20px;
  }
}
.page-separater .post-page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #0ba173;
  border-radius: 100%;
  text-decoration: none;
}
.page-separater .post-page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0ba173;
  color: #fff;
}
.page-separater a {
  transition: 0.3s all;
}
.page-separater a:hover {
  transform: translateY(-0.1875em);
}

.custom-index {
  position: relative;
  background-color: #0ba173;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 20px;
  transition: 0.3s all;
}
.custom-index:hover {
  transform: translateY(-0.1875em);
}
.custom-index a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
@media (min-width: 1101px) {
  .custom-index a {
    padding: 20px 30px;
  }
}
.custom-index a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 10px;
}
@media (min-width: 1101px) {
  .custom-index a span {
    padding-right: 20px;
  }
}
.custom-index a:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 1101px) {
  .custom-index a:after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

/* Taxonomy Archive
======================================== */
.taxonomy .ttl-cat {
  color: #0ba173;
  margin: 30px auto 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1101px) {
  .taxonomy .ttl-cat {
    font-size: 28px;
  }
}
.taxonomy .ttl-cat span {
  border-bottom: 1px solid #0ba173;
  display: inline-block;
  padding-bottom: 5px;
}
.taxonomy .list-article_other {
  margin-top: 0px;
}

/* 縦長画像の拡大するボタン
======================================== */
.wp-block-image {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wp-block-image.vertical {
  height: 300px !important;
}
@media (min-width: 1101px) {
  .wp-block-image.vertical {
    height: 400px !important;
  }
}
.wp-block-image.vertical img {
  max-height: 280px !important;
}
@media (min-width: 1101px) {
  .wp-block-image.vertical img {
    max-height: 300px !important;
  }
}

.wp-block-image .zoom-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  font-size: 14px;
  z-index: 10;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1101px) {
  .modal img {
    width: auto;
    max-height: 90%;
  }
}

.modal.active {
  display: block;
}

.modal .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  cursor: pointer;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
}

/* 記事ページのフッター
======================================== */
section.genre.signle {
  box-shadow: none;
  padding: 40px 0 20px;
}
@media (min-width: 1101px) {
  section.genre.signle {
    padding: 60px 0 20px;
  }
}
section.genre.signle h2:after {
  display: none;
}
@media (min-width: 1101px) {
  .pc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    background-color: #f5f0f0;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
  }
  .pc-container .left {
    flex: 1;
  }
}

.gray-container {
  position: relative;
  margin: 0 calc(50% - 50vw) 100px;
  padding: 25px calc(50vw - 50%);
  width: 100vw;
  background-color: #f5f0f0;
}
@media (min-width: 1101px) {
  .gray-container {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
    width: 100vw;
  }
  .gray-container section {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 1100px) {
  .gray-container:before, .gray-container:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/bg-waves.png);
    background-size: cover;
    width: 100%;
    height: 68px;
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%) 20px;
    width: 100vw;
    max-width: none;
    left: 0;
    z-index: 0;
  }
  .gray-container:before {
    top: -34px;
  }
  .gray-container:after {
    bottom: -34px;
    transform: scaleY(-1);
  }
}

/* おすすめ記事
======================================== */
section.osusume {
  background-color: #ffffeb;
}
@media (max-width: 1100px) {
  section.osusume {
    margin: 0 calc(50% - 50vw);
    padding: 25px calc(50vw - 50%);
    width: 100vw;
  }
}
@media (min-width: 1101px) {
  section.osusume {
    padding: 70px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
section.osusume .article-list li {
  border-color: #a0a09c;
}

/* 独自インタビュー
======================================== */
section.interview {
  background-color: #f5fdfd;
  margin: 0 calc(50% - 50vw);
  padding: 25px calc(50vw - 50%) 25px;
  width: 100vw;
}
@media (min-width: 1101px) {
  section.interview {
    padding: 60px calc(50vw - 50%);
  }
}
section.interview .interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media (min-width: 1101px) {
  section.interview .interview-list {
    gap: 30px 20px;
  }
}
section.interview .interview-list li {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 1101px) {
  section.interview .interview-list li {
    width: calc((100% - 60px) / 3);
  }
}
section.interview .interview-list li figure {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1101px) {
  section.interview .interview-list li figure {
    border-radius: 20px;
  }
}
section.interview .interview-list li figure img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.interview .interview-list li .ttl {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 150%;
  margin-top: 5px;
}
@media (min-width: 1101px) {
  section.interview .interview-list li .ttl {
    line-height: 160%;
  }
}

/* ジャンル･HOTワード
======================================== */
.genre,
.hotwords {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  padding: 20px 20px 40px;
  box-shadow: 5px 5px 0 #f45419;
}
.genre h2:after,
.hotwords h2:after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -20px;
}

section.hotwords h2:after {
  background-image: url(../img/hotwords-icon.png);
  width: 59px;
  height: 51px;
}

section.genre {
  box-shadow: 5px 5px 0 #34b496;
  font-size: 14px;
  /* --- トップに戻るボタン --- */
}
@media (max-width: 1100px) {
  section.genre {
    margin-bottom: 50px;
  }
}
section.genre h2:after {
  background-image: url(../img/genre-icon.png);
  width: 50px;
  height: 50px;
}
section.genre .top {
  width: 100%;
  height: 37px;
  border-radius: 100px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #333333;
  transition: 0.3s all;
}
section.genre .top:hover {
  transform: translateY(-0.1875em);
}
section.genre ul.genre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
section.genre ul.genre-list li {
  width: calc((100% - 15px) / 2);
  border-radius: 100px;
  height: 37px;
  color: #fff;
  transition: 0.3s all;
}
section.genre ul.genre-list li:nth-child(1) {
  background-color: #e40067; /*エンタメ*/
}
section.genre ul.genre-list li:nth-child(2) {
  background-color: #3a3839; /*独自インタビュー*/
}
section.genre ul.genre-list li:nth-child(3) {
  background-color: #d2691e; /*グルメ*/
}
section.genre ul.genre-list li:nth-child(4) {
  background-color: #b73e91; /*ドラマ*/
}
section.genre ul.genre-list li:nth-child(5) {
  background-color: #34b496; /*アニメ*/
}
section.genre ul.genre-list li:nth-child(6) {
  background-color: #3ebde0; /*映画・舞台*/
}
section.genre ul.genre-list li:nth-child(7) {
  background-color: #25489c; /*音楽*/
}
section.genre ul.genre-list li:nth-child(8) {
  background-color: #f45419; /*スポーツ*/
}
section.genre ul.genre-list li:nth-child(9) {
  background-color: #c4ca00; /*コラボ企画*/
}
section.genre ul.genre-list li:hover {
  transform: translateY(-0.1875em);
}
section.genre ul.genre-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hotwords-list > p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hotwords-list > p a {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  line-height: 1;
  padding: 10px 15px;
  border: 1px solid #f45419;
  transition: 0.3s all;
}
@media (min-width: 1101px) {
  .hotwords-list > p a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.hotwords-list > p a:hover {
  transform: translateY(-0.1875em);
}

/* entaxとは･運営会社について
======================================== */
.pages .ttl {
  color: #0ba173;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 1101px) {
  .pages .ttl {
    font-size: 24px;
  }
}
.pages p {
  padding-bottom: 30px;
}
@media (min-width: 1101px) {
  .pages p {
    padding-bottom: 40px;
  }
}
.pages ul.copyright-list {
  margin-left: 1em;
  padding-top: 20px;
}
.pages ul.copyright-list li {
  font-size: 14px;
  list-style: disc;
}
.pages ul.copyright-list li:not(:last-child) {
  padding-bottom: 10px;
}
@media (min-width: 1101px) {
  .pages .company-list {
    margin-left: 24px;
  }
}
.pages .company-list dt {
  font-weight: 700;
  width: 100%;
}
@media (max-width: 1100px) {
  .pages .company-list dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #b7bec0;
  }
}
@media (min-width: 1101px) {
  .pages .company-list dt {
    width: 65px;
  }
}
.pages .company-list dd {
  width: 100%;
}
@media (max-width: 1100px) {
  .pages .company-list dd {
    margin-top: 10px;
  }
}
@media (min-width: 1101px) {
  .pages .company-list dd {
    width: calc(100% - 65px);
  }
  .pages .company-list dd:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #b7bec0;
    vertical-align: middle;
    margin-right: 30px;
  }
}
.pages .company-list dd a {
  text-decoration: underline;
}
.pages .company-list dd a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.pages .company-list .wrap {
  display: flex;
  flex-wrap: wrap;
}
.pages .company-list .wrap:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1101px) {
  .pages .company-list .wrap:not(:last-child) {
    margin-bottom: 1em;
  }
}

/* 関連番組,関連タレント　付加情報
======================================== */
.related-information {
  margin-top: 30px;
  margin-bottom: 80px;
}
.related-information h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
}
@media (min-width: 1101px) {
  .related-information .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .related-information .flex > figure {
    width: calc(30% - 10px);
  }
  .related-information .flex > div {
    width: calc(70% - 10px);
  }
}
.related-information figure img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.related-information .related-text {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.related-information a {
  color: #666;
  transition: all 0.4s ease;
}
.related-information a:hover {
  color: #0ba173;
}

.program .related-text {
  margin-top: 1rem;
}

.talent .related-text {
  margin-top: 1rem;
}
@media (min-width: 1101px) {
  .talent .related-text {
    margin-top: 0rem;
  }
}

/* コラボ企画固定ページ
======================================== */
section.collaborate {
  padding: 25px 0 70px;
}
@media (min-width: 1101px) {
  section.collaborate {
    padding: 60px 0 50px;
  }
}

/* --- Swiper --- */
.collabo-swiper {
  position: relative;
  /* 幅・高さを指定 */
  /* 矢印を消す、画像に変更 */
  /* 前に戻る画像パス */
}
.collabo-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.collabo-swiper .swiper-slide .featured {
  aspect-ratio: 175/168;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.collabo-swiper .swiper-slide h3 {
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
}
.collabo-swiper .swiper-slide h3 img {
  width: auto;
  height: 25px;
}
@media (min-width: 1101px) {
  .collabo-swiper .swiper-slide h3 img {
    height: 35px;
  }
}
.collabo-swiper .swiper-slide h3:after {
  content: "";
  position: absolute;
  right: 5px;
  display: block;
  background-image: url(../img/icon-collabo-circle.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 1101px) {
  .collabo-swiper .swiper-slide h3:after {
    right: 10px;
  }
}
.collabo-swiper .swiper-button-prev,
.collabo-swiper .swiper-button-next {
  height: 40px;
  width: 40px;
}
@media (min-width: 1101px) {
  .collabo-swiper .swiper-button-prev,
  .collabo-swiper .swiper-button-next {
    height: 60px;
    width: 60px;
  }
}
.collabo-swiper .swiper-button-prev:after,
.collabo-swiper .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  margin: auto;
}
.collabo-swiper .swiper-button-prev:after {
  background-image: url(../img/icon-slider.png);
}
.collabo-swiper .swiper-button-next:after {
  background-image: url(../img/icon-slider.png);
  transform: scaleX(-1);
}
.collabo-swiper.collabo-archive ul.box-article-list {
  flex-wrap: nowrap;
  gap: 0;
}
.collabo-swiper.collabo-archive ul.box-article-list li figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: #efefef;
  border-radius: 20px;
}
.collabo-swiper.collabo-archive ul.box-article-list li figure img.portrait {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: auto !important;
  border-radius: 0;
}
.collabo-swiper.collabo-archive ul.box-article-list li .text .span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.collabo-logo-container {
  margin: 30px;
  text-align: center;
}
.collabo-logo-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 100%;
  height: auto;
}

.collabo-logo-container.text-center {
  margin-left: auto;
  margin-right: auto;
}

section.collab-archive h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  border-bottom: 2px solid #0ba173;
  color: #666;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 1101px) {
  section.collab-archive h2 {
    margin-top: 80px;
  }
}
@media (max-width: 1100px) {
  section.collab-archive h2 {
    justify-content: center;
  }
}
section.collab-archive h2 img {
  height: 45px;
}
@media (min-width: 1101px) {
  section.collab-archive h2 img {
    height: 48px;
  }
}

/* コラボ企画トップページスライダー
======================================== */
.collabo-swiper.top .swiper-slide figure {
  aspect-ratio: 175/168;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.collabo-swiper.top .swiper-slide figure img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */