@charset "UTF-8";
/*---------------------------------------------------------
 *Theme Name: TOYHACO
 *Theme URI: toyhaco.ginema-nuts.com
 *
 *Description:
 *Author: zanzou
 *Version: 1
 *---------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(fonts/NotoSansJP-Bold.ttf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(fonts/NotoSansJP-Medium.ttf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(fonts/NotoSansJP-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url(fonts/NotoSansJP-Light.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(fonts/Montserrat-VariableFont_wght.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(fonts/Montserrat-ExtraBold.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url(fonts/Montserrat-LightItalic.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url(fonts/Montserrat-BoldItalic.ttf) format("opentype");
}
/****************************
 *
 *共通
 *
 ****************************/
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #030303;
  line-height: 140%;
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  background: #F7F7F7;
}

main {
  overflow: hidden;
}
@media (max-width: 768px) {
  main {
    padding: 0 18px;
  }
}

.col1 {
  max-width: 1400px;
  margin: 5.4rem auto 12rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .col1 {
    margin: 4.6rem auto 5.6rem;
  }
}

.col2 {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 5.4rem auto 12rem;
}
@media (max-width: 768px) {
  .col2 {
    display: block;
    margin: 4.6rem auto 5.6rem;
  }
}

.mont {
  font-family: "Montserrat", sans-serif;
}

a:hover, button:hover {
  opacity: 0.5;
}

ul {
  list-style: none;
}

h2.section-heading, h3.section-heading, p.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h2.section-heading, h3.section-heading, p.section-heading {
    display: block;
  }
}
h2.section-heading img, h3.section-heading img, p.section-heading img {
  width: 20rem;
}
@media (max-width: 768px) {
  h2.section-heading img, h3.section-heading img, p.section-heading img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  h2.section-heading span, h3.section-heading span, p.section-heading span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
h2.section-heading span:before, h3.section-heading span:before, p.section-heading span:before {
  content: "／";
  display: inline-block;
  margin: 0 16px 0 24px;
}
@media (max-width: 768px) {
  h2.section-heading span:before, h3.section-heading span:before, p.section-heading span:before {
    margin: 8px 8px 0 8px;
  }
}

input, select, option {
  background: #fff;
}

.del {
  text-decoration: line-through;
}

/*.grecaptcha-badge { visibility: hidden; }
.recaptcha-txt,
.recaptcha-txt a {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}*/
.aff-attention p {
  margin-bottom: 4rem !important;
  font-size: 1.2rem;
  text-align: center;
  color: #727272;
  font-weight: bold;
}

.sns ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.sns ul li {
  margin-right: 20px;
}
.sns ul li:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.movie-genre ul {
  display: flex;
  flex-wrap: wrap;
}
.movie-genre ul li {
  height: auto;
  margin: 0 12px 12px 0;
  border: 1px solid #C3C3C3;
  border-radius: 43px;
  background: #fff;
}
.movie-genre ul li:before {
  display: none;
}
@media (max-width: 768px) {
  .movie-genre ul li {
    margin: 0 6px 8px 0;
  }
}
.movie-genre ul li a, .movie-genre ul li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1.4rem;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #030303;
  font-size: 1.2rem;
  box-sizing: border-box;
  word-break: break-all;
}
@media (max-width: 768px) {
  .movie-genre ul li a, .movie-genre ul li span {
    font-size: 0.8rem;
  }
}
.movie-genre ul li a:before, .movie-genre ul li span:before {
  content: "＃";
}

.slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}
.slide-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/arrow-mv.png") no-repeat;
  background-size: cover;
}
.slide-arrow.next-arrow {
  right: 0;
  transform: rotate(180deg);
}
.slide-arrow.prev-arrow {
  left: 0;
}

.more-link {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  background: #030303;
  border-radius: 70px;
}
@media (max-width: 768px) {
  .more-link {
    width: 300px;
    height: 60px;
  }
}
.more-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  line-height: 70px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 800;
}
@media (max-width: 768px) {
  .more-link a {
    font-size: 2rem;
    line-height: 60px;
  }
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-list:before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  order: 1;
}
.post-list::after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}

.post-item {
  position: relative;
  width: calc(25% - 30px);
  margin-bottom: 4rem;
  background: #fff;
}
@media (max-width: 768px) {
  .post-item {
    width: calc(50% - 8px);
  }
}
.post-item a {
  display: block;
  text-decoration: none;
  color: #030303 !important;
}
.post-item .post-text .post-date {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.post-item .post-text h2, .post-item .post-text h3, .post-item .post-text p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .post-item .post-text h2, .post-item .post-text h3, .post-item .post-text p {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.post-item .post-text h2 a, .post-item .post-text h3 a, .post-item .post-text p a {
  font-weight: bold;
}
@media (max-width: 768px) {
  .post-item .post-text .post-tags ul {
    margin-bottom: 0 !important;
  }
}
.post-item .post-text .post-tags ul li span {
  padding: 0 12px 0;
  line-height: 27px;
  font-size: 1.2rem;
  font-weight: bold;
}

.post-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 71.19%; /* 670:477 の比率を維持 */
  overflow: hidden;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #000;
  overflow: visible;
}
.post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-thumb .post-cate {
  position: absolute;
  bottom: 0;
}
.post-thumb .post-cate span, .post-thumb .post-cate a {
  display: inline-block;
  height: 26px;
  margin-right: 12px;
  padding: 0 12px;
  line-height: 26px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff !important;
  background: rgba(47, 45, 43, 0.6);
}
@media (max-width: 768px) {
  .post-thumb .post-cate span, .post-thumb .post-cate a {
    margin-right: 4px;
    font-size: 1rem;
  }
}

.date span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: #727272;
}
@media (max-width: 768px) {
  .date span {
    font-size: 1.2rem;
  }
}

.breadcrumb {
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 2.4rem;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .breadcrumb ul {
    flex-wrap: wrap;
    margin-bottom: 0.8rem !important;
  }
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
}
.breadcrumb ul li:before {
  display: none;
}
.breadcrumb ul li:last-of-type a:after {
  display: none;
}
.breadcrumb ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumb ul li a span {
  display: block;
  margin-right: 1.6rem;
  font-size: 1.4rem !important;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumb ul li a span {
    font-size: 1.1rem !important;
  }
}
.breadcrumb ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("img/breadcrumb.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .breadcrumb ul li a:after {
    width: 6px;
    height: 10px;
  }
}

/***** Youtube *****/
.youtube-img {
  padding-bottom: 71.19%; /* 1280:720 の比率に調整 */
}
.youtube-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url("img/play.png") no-repeat;
  background-size: cover;
  border-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 3;
}
@media (max-width: 768px) {
  .youtube-img:before {
    width: 40px;
    height: 40px;
  }
}
.youtube-img .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(3px); /* 背景画像にぼかし効果を適用 */
  z-index: 1; /* 背景を一番後ろに配置 */
}
.youtube-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain; /* 縦横比を維持し、中央に配置 */
}

.top-youtube {
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 20%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .top-youtube {
    width: calc(100% + 36px);
    margin: 0 0 80px -18px;
  }
}
.top-youtube-inner {
  position: relative;
  padding: 48px 0 58px;
}
@media (max-width: 768px) {
  .top-youtube-inner {
    padding: 32px 0 40px;
  }
}
.top-youtube-inner:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: rgba(0, 0, 0, 0.95);
}
.top-youtube-inner h2 {
  position: relative;
  z-index: 2;
  justify-content: center;
  margin-bottom: 48px !important;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .top-youtube-inner h2 {
    margin-bottom: 30px !important;
    text-align: center;
    font-size: 2.8rem !important;
  }
}
.top-youtube-inner h2 img {
  width: auto;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .top-youtube-inner h2 img {
    width: 35px !important;
    margin: 0 auto 16px !important;
  }
}
.top-youtube-inner h2 span {
  font-weight: bold;
  color: #fff;
}
.top-youtube-list {
  display: flex;
  z-index: 2;
}
.top-youtube-list .slick-list {
  height: 343px;
}
@media (max-width: 768px) {
  .top-youtube-list .slick-list {
    height: auto;
  }
}
.top-youtube-list .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.top-youtube-list .slick-dots {
  bottom: -48px;
}
.top-youtube-list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px 0;
}
.top-youtube-list .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #707070;
  border-radius: 10px;
}
.top-youtube-list .slick-dots li button:before {
  display: none;
}
.top-youtube-list .slick-dots li.slick-active button {
  background: #fff;
}
.top-youtube-list .youtube-box {
  width: 350px;
  height: 300px;
  margin: 30px 20px 0;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .top-youtube-list .youtube-box {
    width: 250px;
    height: 255px !important;
    margin: 0 24px 0;
  }
}
.top-youtube-list .youtube-box.inactive-slide {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .top-youtube-list .youtube-box.inactive-slide {
    opacity: 1;
  }
}
.top-youtube-list .youtube-box.slick-center {
  width: 500px !important;
  height: 350px !important;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .top-youtube-list .youtube-box.slick-center {
    width: 250px !important;
    height: 255px !important;
  }
}
.top-youtube-list .youtube-box.slick-center a .youtube-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url("img/play.png") no-repeat;
  background-size: cover;
  border-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .top-youtube-list .youtube-box.slick-center a .youtube-thumb:before {
    width: 45px;
    height: 45px;
  }
}
.top-youtube-list .youtube-box a {
  display: block;
  width: 100%;
}
.top-youtube-list .youtube-box a .youtube-thumb {
  position: relative;
}
.top-youtube-list .youtube-box a .youtube-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
.top-youtube-list .youtube-box a p {
  font-size: 1.6rem;
  color: #fff;
}

/****************************

装飾関連・投稿＆固定ページ

****************************/
.col1 .post-content p, .col1 .post-content a, .col1 .post-content span, .col1 .page-content p, .col1 .page-content a, .col1 .page-content span, .col2 .post-content p, .col2 .post-content a, .col2 .post-content span, .col2 .page-content p, .col2 .page-content a, .col2 .page-content span {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .col1 .post-content p, .col1 .post-content a, .col1 .post-content span, .col1 .page-content p, .col1 .page-content a, .col1 .page-content span, .col2 .post-content p, .col2 .post-content a, .col2 .post-content span, .col2 .page-content p, .col2 .page-content a, .col2 .page-content span {
    font-size: 1.6rem;
  }
}
.col1 .post-main p, .col1 .page-main p, .col2 .post-main p, .col2 .page-main p {
  margin-bottom: 3rem;
}
.col1 a, .col2 a {
  color: #015790;
}
.col1 h1, .col2 h1 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .col1 h1, .col2 h1 {
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
  }
}
.col1 strong, .col2 strong {
  padding: 0.05em 0.05em;
  font-weight: bold;
  background: #F5ECCE !important;
  background: linear-gradient(to bottom, transparent 65%, #F5ECCE 60%) !important;
}
.col1 h2, .col2 h2 {
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 5px solid #030303;
}
@media (max-width: 768px) {
  .col1 h2, .col2 h2 {
    margin-bottom: 3rem;
    padding-bottom: 1.6rem;
    font-size: 2.5rem;
  }
}
.col1 h3, .col2 h3 {
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-left: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  border-left: 8px solid #030303;
}
@media (max-width: 768px) {
  .col1 h3, .col2 h3 {
    margin-bottom: 3rem;
    padding-left: 0.8rem;
    font-size: 2.2rem;
  }
}
.col1 h4, .col2 h4 {
  margin-top: 1rem;
  margin-bottom: 3.2rem;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .col1 h4, .col2 h4 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.col1 ul, .col1 ol, .col2 ul, .col2 ol {
  margin-bottom: 2.4rem;
}
.col1 ul li, .col1 ol li, .col2 ul li, .col2 ol li {
  list-style-position: inside;
  font-size: 1.8rem;
}
.col1 ul li:before, .col2 ul li:before {
  content: "・";
}
.col1 table, .col2 table {
  width: 100%;
  margin-bottom: 2.4rem;
  border-top: 2px solid #484848;
  border-right: 2px solid #030303;
  border-spacing: unset;
}
.col1 table tr:last-of-type td, .col1 table tr:last-of-type th, .col2 table tr:last-of-type td, .col2 table tr:last-of-type th {
  border-bottom: 2px solid #484848;
}
.col1 table tr th, .col1 table tr td, .col2 table tr th, .col2 table tr td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .col1 table tr th, .col1 table tr td, .col2 table tr th, .col2 table tr td {
    font-size: 1.6rem;
  }
}
.col1 table tr th, .col2 table tr th {
  background: #484848;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #030303;
}
@media (max-width: 768px) {
  .col1 table tr th, .col2 table tr th {
    padding-right: 2rem;
    padding-left: 2rem;
    white-space: nowrap;
  }
}
.col1 table tr td, .col2 table tr td {
  padding-left: 1.5rem;
  border-bottom: 1px solid #030303;
}
@media (max-width: 768px) {
  .col1 table tr td, .col2 table tr td {
    padding-right: 1.5rem;
  }
}

.col1 .post-content {
  margin: 0 auto;
}

/****文字装飾****/
.red {
  color: #E00011;
}
.red .futo {
  color: #E00011;
}

.blue {
  color: #76f;
}

.omoji {
  font-size: 2.5rem !important;
  font-weight: bold;
}

.smallfont {
  font-size: 1.2rem !important;
}

.underline {
  padding: 0.05em 0.05em;
  background: #F5ECCE !important;
  background: linear-gradient(to bottom, transparent 65%, #F5ECCE 60%) !important;
}

.via {
  text-align: center;
  font-size: 1.4rem !important;
  color: #aaa;
}

.futo {
  font-weight: bold;
}

.tuiki {
  display: block;
  font-weight: bold;
  margin: 0 0 1.6rem;
}

/****文字装飾****/
/*****目次*****/
.index {
  margin: 6.4rem 0;
  padding: 4rem 4rem 1.6rem;
  border: 2px solid #030303;
  background: #fff;
}
@media (max-width: 768px) {
  .index {
    padding: 2rem 1.6rem 0;
  }
}
.index > p {
  position: relative;
  margin-bottom: 1.6rem !important;
  padding-left: 22px;
  font-weight: bold;
  font-size: 2rem;
}
.index > p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 16px;
  margin: auto;
  background: url("img/index.png") no-repeat;
  background-size: cover;
}
.index .index-inner {
  padding-top: 2.4rem;
  border-top: 1px solid #C3C3C3;
}
@media (max-width: 768px) {
  .index .index-inner {
    padding-top: 1.6rem;
  }
}
.index .index-inner ol {
  margin-bottom: 0;
  list-style: none;
}
.index .index-inner ol li {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .index .index-inner ol li {
    margin-bottom: 1.6rem;
  }
}
.index .index-inner ol li a {
  display: block;
  padding-bottom: 2.4rem;
  text-decoration: none;
  font-size: 1.6rem;
  color: #030303;
  border-bottom: 1px solid #C3C3C3;
}
@media (max-width: 768px) {
  .index .index-inner ol li a {
    padding-bottom: 1.6rem;
  }
}
.index .index-inner ol li ol {
  margin: 2.4rem 0 0 2.4rem;
}
@media (max-width: 768px) {
  .index .index-inner ol li ol {
    margin: 1.6rem 0 0 1.6rem;
  }
}

/*****目次*****/
/*****リンクカード******/
.linkcard {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  margin-right: 0;
}
.linkcard .linkcard-internal-wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
  background-color: #fff;
  border: 2px solid #030303;
}
.linkcard .linkcard-internal-wrapper .linkcard-content {
  height: auto;
  margin: 0;
}
.linkcard .linkcard-internal-wrapper .linkcard-content a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #030303;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content a {
    align-items: center;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content a .linkcard-thumbnail {
  display: block;
  float: none;
  max-width: initial;
  max-height: initial;
  width: 226px;
  margin: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content a .linkcard-thumbnail {
    width: 110px;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content a .linkcard-thumbnail img {
  width: 100%;
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content a .linkcard-thumbnail img {
    width: 110px;
    height: auto;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title {
  position: relative;
  width: calc(100% - 250px);
  padding: 4.7rem 0 1.8rem;
  font-size: 2rem;
  color: #030303;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title {
    width: calc(100% - 130px);
    padding: 4rem 1rem 1rem 0;
    line-height: 20px;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title {
    margin: -8px 0 0;
    font-size: 1.3rem;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title:before {
  content: "関連記事";
  position: absolute;
  top: 1.8rem;
  display: block;
  padding-left: 8px;
  font-size: 1.4rem;
  color: #030303;
  border-left: 3px solid #030303;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-title:before {
    font-size: 1.2rem;
  }
}
.linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-excerpt {
  display: none;
}
.linkcard .linkcard-internal-wrapper .linkcard-content .linkcard-url {
  word-break: break-all;
}

/*****リンクカード******/
/*****アフィリエイトボタン******/
.aff-box {
  width: 100%;
  margin-bottom: 2.4rem;
  padding: 3rem;
  background: #fff;
  border: 2px solid #484848;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .aff-box {
    padding: 2.4rem 2.2rem;
  }
}
.aff-box .aff-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*アドセンス審査中 */
  /*アドセンス審査中 */
}
@media (max-width: 768px) {
  .aff-box .aff-inner {
    display: block;
  }
}
.aff-box .aff-inner a img {
  width: 250px;
  height: auto;
  margin: 0 2.4rem 0 0;
}
@media (max-width: 768px) {
  .aff-box .aff-inner a img {
    display: block;
    width: 200px;
    margin: 0 auto 1.6rem;
  }
}
.aff-box .aff-inner img {
  width: 250px;
  height: auto;
  margin: 0 2.4rem 0 0;
}
@media (max-width: 768px) {
  .aff-box .aff-inner img {
    display: block;
    width: 200px;
    margin: 0 auto 1.6rem;
  }
}
.aff-box .aff-inner .aff-text {
  width: 50%;
}
@media (max-width: 768px) {
  .aff-box .aff-inner .aff-text {
    width: 100%;
  }
}
.aff-box .aff-inner .aff-text .affLink {
  color: #030303;
  font-size: 2rem;
  text-decoration: none;
  border-bottom: 1px solid #030303;
}
@media (max-width: 768px) {
  .aff-box .aff-inner .aff-text .affLink {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
}
.aff-box .aff-inner .aff-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.aff-box .aff-inner .aff-links img {
  display: none !important;
}
.aff-box .aff-inner .aff-links li {
  width: calc(50% - 8px);
  margin-bottom: 8px;
}
.aff-box .aff-inner .aff-links li:before {
  display: none;
}
.aff-box .aff-inner .aff-links li .affLinkbtn {
  display: block;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: #2aa73a;
  line-height: 40px;
  color: #fff;
}

/*****アフィリエイトボタン******/
/*****アドセンス******/
.postAd {
  margin: 40px auto;
  display: block;
  width: 300px;
}

.ad-postbottom {
  width: 100%;
  padding: 0;
}
.ad-postbottom li:before {
  display: none;
}
@media (max-width: 768px) {
  .ad-postbottom {
    float: none;
    width: 100%;
    overflow: hidden;
  }
}

.ad-postbottom:after {
  content: "";
  display: block;
  clear: both;
}
.ad-postbottom li {
  float: left;
  width: 50%;
}

/*****アドセンス******/
blockquote {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 4rem 3.4rem;
  background: #EDEDED;
}
@media (max-width: 768px) {
  blockquote {
    padding: 2rem 1.6rem;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 34px;
  width: 48px;
  height: 41px;
  background: url("img/blockquote.png") no-repeat;
  background-size: cover;
}
blockquote p {
  margin-top: 65px;
}

.inyoumodoki {
  margin: 0 0 24px;
  padding: 16px;
  line-height: 200%;
  border: 1px solid #ddd;
  background: #f7f6f6;
}

.LRimg:after {
  content: "";
  display: block;
  clear: both;
}
.LRimg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.LRimg ul li {
  float: left;
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .LRimg ul li {
    width: 50%;
  }
}
.LRimg ul li:before {
  display: none;
}
.LRimg ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
.LRimg ul li p {
  width: 100%;
  margin: 0 0 24px;
  clear: both;
}
.LRimg ul p {
  width: 100%;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

#addPost {
  margin: 0 0 24px;
  padding: 16px 16px;
  font-size: 1.6rem;
  line-height: 170%;
  background: #eee;
}
#addPost .pzArea {
  margin: 16px 0 0;
}

.hatugen {
  margin: 40px 0;
  padding: 16px;
  font-size: 1.8rem;
  line-height: 200%;
  border: 1px dashed gray;
  font-style: italic;
}
.hatugen strong {
  font-weight: bold;
}
.hatugen ul {
  margin: 0;
  line-height: 30px;
}

.attentionBox {
  margin: 48px 0 24px;
  padding: 16px 24px 0;
  line-height: 230%;
  border: 1px solid #d36b08;
  background: #fff4f4;
}
.attentionBox p {
  font-weight: bold;
}
.attentionBox ul {
  margin: 0;
  line-height: 30px;
}
.attentionBox ul li {
  margin: 0 0 8px;
}
.attentionBox ul li p {
  margin-bottom: 0;
}
.attentionBox dl {
  margin: 8px 0 0;
}
.attentionBox dl dt {
  font-weight: bold;
  font-size: 1.7rem;
}

.attentionBox .attentionBoxTitle {
  display: flex;
  margin-bottom: 1rem !important;
  font-size: 1.7rem;
  line-height: 230%;
  font-weight: bold;
  border-radius: 4px;
}
.attentionBox .attentionBoxTitle:before {
  content: "●";
  margin: 1px 8px 0 0;
  font-size: 0.8rem;
  color: #606060;
}

.infoBox {
  margin: 0 0 32px;
  padding: 28px 28px 0;
  border: 2px solid #000;
}
.infoBox p {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 32px;
}

.point {
  border-color: #cc4444;
}
.point ul li {
  display: flex;
  margin: 8px 0;
  font-size: 1.6rem;
}
.point ul li:before {
  content: "✔";
  margin: 1px 8px 0 0;
  color: #c44;
  font-size: 1.4rem;
}
.point ul li:last-child {
  margin-bottom: 0;
}

.table-point {
  margin: 24px 0 42px;
  margin: 16px 0;
  font-size: 1.7rem;
  border-right: none !important;
  border-top: none !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .table-point {
    overflow-x: scroll;
    box-shadow: 3px 2px 5px 0 #ccc inset;
    border: 1px solid #ddd;
  }
  .table-point:-webkit-scrollbar {
    height: 10px;
  }
  .table-point::-webkit-scrollbar-track {
    background: #dddddd;
  }
  .table-point:-webkit-scrollbar-thumb {
    background: #2cc2e4;
  }
}
.table-point tr th, .table-point tr td {
  padding: 16px;
  font-size: 1.6rem;
}
.table-point tr th {
  font-weight: 400;
  color: #fff;
  background: #fdc44f;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: none;
}
.table-point tr td {
  border-left: none;
  border-right: 1px solid #000;
}

.red-bg {
  background: #ef4c4c !important;
}

.table-scroll {
  width: 100%;
  overflow: auto;
}
.table-scroll.active {
  padding: 16px;
  box-shadow: 2px 2px 8px #ddd inset;
}

.table-blue {
  border: none !important;
  box-shadow: 0px 3px 3px #e7e7e7;
}
.table-blue tr th {
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #00bfff;
  border-left: none;
}
@media (max-width: 768px) {
  .table-blue tr th {
    padding: 16px 8px !important;
    font-size: 1.2rem !important;
  }
}
.table-blue tr td {
  padding: 16px;
  text-align: center;
  background: #f2fbff;
  border-left: none;
  border-bottom: none;
}

.p-navi dl dt span {
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #f00, #00f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-navi dl dd {
  margin: 0 0 16px;
}

.helf-size {
  width: 60% !important;
}
@media (max-width: 768px) {
  .helf-size {
    width: 100% !important;
  }
}

.sokyu {
  margin: 0 0 0.8rem !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem !important;
  color: #4db55b;
}
.sokyu:before {
  content: "＼";
  font-size: 2rem;
}
.sokyu:after {
  content: "／";
  font-size: 2rem;
}

.shopBtn a {
  position: relative;
  top: 0;
  display: block;
  max-width: 376px;
  margin: 0 auto 24px;
  padding: 1.6rem;
  font-size: 1.6rem !important;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  line-height: 18px;
  background: #4db55b;
  border-radius: 5px;
  box-shadow: 0 3px 0 #21852e;
  transition: 0.3s ease;
}
.shopBtn a:hover {
  top: 3px;
  box-shadow: 0 0 0 #21852e;
}

@media (max-width: 768px) {
  .vodBtn {
    width: 100%;
    height: auto;
    padding: 8px 16px;
    box-sizing: border-box;
  }
  .vodBtn a {
    margin: 0;
    line-height: 25px;
  }
  .vodBtn a:after {
    display: none;
  }
}

.schedule_btn {
  display: block;
  width: 100%;
  margin-top: 8rem;
}
.schedule_btn span {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 1.6rem !important;
  line-height: 2.5rem !important;
}
@media (max-width: 768px) {
  .schedule_btn span {
    font-size: 1.4rem !important;
  }
}
.schedule_btn a {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
  text-decoration: none;
  color: #030303;
  border: 1px solid #ccc;
  background: #e6e6e6;
  box-shadow: 0 3px 4px rgba(143, 142, 142, 0.4);
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .schedule_btn a {
    padding: 1rem 1.6rem;
    line-height: 2.5rem !important;
    box-shadow: 0 2px 1px rgba(143, 142, 142, 0.4);
  }
}
.schedule_btn a br {
  display: none;
}
@media (max-width: 768px) {
  .schedule_btn a br {
    display: block;
  }
}

.vod-list-table tr th {
  padding: 12px;
  font-weight: bold;
  font-size: 1.6rem !important;
  text-align: left;
  word-break: keep-all;
  vertical-align: middle;
  background: #d6f4ff;
}
.vod-list-table tr td {
  padding: 12px;
  font-size: 1.6rem !important;
  vertical-align: middle;
}

/****************************

ヘッダー

****************************/
header .header-inner {
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  header .header-inner {
    padding: 20px 18px 20px;
  }
}
header .header-fixed {
  transition: 0.3s ease;
}
header .header-fixed.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #f7f7f7;
  padding: 1.4rem;
  width: 100%;
  box-shadow: 0 2px 5px rgba(3, 3, 3, 0.2);
  max-width: 100% !important;
  box-sizing: border-box;
  transform: translateY(0);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  header .header-fixed.scroll .nuts-toyhaco span a img {
    width: 70px;
  }
  header .header-fixed.scroll .nuts-toyhaco > a img {
    width: 160px !important;
    margin-left: 2.4rem;
  }
  header .header-fixed.scroll .header-logo a img {
    width: 400px;
  }
}
header .header-fixed.scroll .header-icons {
  margin: 0 auto;
}
header .header-icons {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  header .header-icons {
    align-items: center;
    margin: 0 auto;
  }
}
header .header-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .header-btns {
    order: 2;
  }
}
header .header-btns .menu-btn {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: 24px;
  padding: 18px 15px 9px 16px;
  background: #2F2D2B;
  border-radius: 60px;
  border: none;
}
@media (max-width: 768px) {
  header .header-btns .menu-btn {
    width: 40px;
    height: 40px;
    padding: 13px 10px;
    margin-right: 12px;
    border-radius: 40px;
  }
}
header .header-btns .menu-btn.active {
  position: fixed;
  z-index: 16;
  padding: 10px 15px 9px 16px;
}
@media (max-width: 768px) {
  header .header-btns .menu-btn.active {
    right: 50px;
    padding: 15px 10px;
  }
}
header .header-btns .menu-btn.active span:first-of-type {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  header .header-btns .menu-btn.active span:first-of-type {
    margin: 0 4px 0 0;
  }
}
header .header-btns .menu-btn.active span:nth-of-type(2) {
  transform: rotate(-44deg);
  margin: -11px 0 0 3px;
}
@media (max-width: 768px) {
  header .header-btns .menu-btn.active span:nth-of-type(2) {
    margin: -2px 0 0px 0px;
  }
}
header .header-btns .menu-btn.active span:last-of-type {
  display: none;
}
header .header-btns .menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto 9px;
  background: #fff;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  header .header-btns .menu-btn span {
    width: 20px;
    margin: 0 auto 5px;
  }
}
header .header-btns .search-btn {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  header .header-btns .search-btn {
    width: 32px;
    height: 32px;
  }
}
header .header-btns .search-btn img {
  display: block;
  width: 100%;
}
header .header-logo {
  text-align: center;
}
@media (max-width: 768px) {
  header .header-logo {
    display: grid;
    grid-template-columns: 18.8rem 1fr;
    align-items: center;
    text-align: auto;
    order: 1;
  }
}
@media (max-width: 768px) {
  header .header-logo h1, header .header-logo > div {
    display: grid;
    justify-items: left;
  }
}
header .header-logo span {
  font-size: 0.9rem;
}
header .header-logo a {
  display: block;
}
@media (max-width: 768px) {
  header .header-logo a {
    display: inline-block;
    height: 32px;
    margin-left: -6px;
  }
}
header .header-logo a img {
  width: 504px;
  height: 63px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  header .header-logo a img {
    width: 98px;
    height: 32px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  header .header-logo a.toyhaco-logo {
    height: 56px;
  }
}
header .header-logo a.toyhaco-logo img {
  width: 250px;
  height: 97px;
}
@media (max-width: 768px) {
  header .header-logo a.toyhaco-logo img {
    width: 143px;
    height: 56px;
  }
}
header .header-logo .nuts-toyhaco {
  display: flex;
  margin-right: 3.2rem;
}
@media (max-width: 768px) {
  header .header-logo .nuts-toyhaco {
    width: 59vw;
    margin-right: 0;
    margin-left: -1.2rem;
  }
}
header .header-logo .nuts-toyhaco span {
  display: flex;
  align-items: center;
}
header .header-logo .nuts-toyhaco span:after {
  content: "";
  display: block;
  width: 13px;
  height: 22px;
  margin-left: 2.4rem;
  background: url("img/arrow-g.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  header .header-logo .nuts-toyhaco span:after {
    width: 10px;
    height: 14px;
    margin-left: 0;
  }
}
header .header-logo .nuts-toyhaco span a img {
  width: 80px;
}
header .header-logo .nuts-toyhaco > a img {
  width: 250px;
}
@media (max-width: 768px) {
  header .header-logo .nuts-toyhaco > a img {
    width: 110px;
  }
}
@media (max-width: 768px) {
  header .header-sns {
    display: none;
  }
}
@media (max-width: 768px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-nav nav ul li {
  margin-right: 80px;
}
header .header-nav nav ul li:last-of-type {
  margin-right: 0;
}
header .header-nav nav ul li a {
  display: grid;
  word-break: keep-all;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  color: #030303;
  text-decoration: none;
  font-weight: 800;
}
header .header-nav nav ul li a span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #030303;
}

.menu-box {
  position: fixed;
  top: 0;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100vh;
  background: #E5C452;
}
@media (max-width: 768px) {
  .menu-box {
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
}
.menu-box-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .menu-box-wrap {
    height: auto;
  }
}
.menu-box-inner {
  display: flex;
  justify-content: space-between;
  max-width: 72.9vw;
  margin: 0 auto;
  padding-top: 20vh;
}
@media (max-width: 768px) {
  .menu-box-inner {
    display: block;
    margin: 0 auto;
    padding: 52px 26px;
  }
}
.menu-box-inner ul li a, .menu-box-inner ul li span {
  color: #030303;
}
.menu-box-inner ul.top-menu li {
  margin-bottom: 5vh;
}
@media (max-width: 768px) {
  .menu-box-inner ul.top-menu li {
    margin-bottom: 32px;
  }
}
.menu-box-inner ul.top-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 5.9vh;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-box-inner ul.top-menu li a {
    font-size: 4rem;
  }
}
.menu-box-inner ul.top-menu li a span {
  display: block;
  color: #030303;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4vh;
}
@media (max-width: 768px) {
  .menu-box-inner ul.sub-menu {
    margin-bottom: 40px;
  }
}
.menu-box-inner ul.sub-menu li {
  margin-bottom: 5vh;
}
@media (max-width: 768px) {
  .menu-box-inner ul.sub-menu li {
    margin-bottom: 28px;
  }
}
.menu-box-inner ul.sub-menu li a {
  display: inline-block;
  font-size: 3.7vh;
  text-decoration: none;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .menu-box-inner ul.sub-menu li a {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .menu-box-inner ul.policy-menu {
    margin-bottom: 54px;
  }
}
.menu-box-inner ul.policy-menu > li {
  margin-bottom: 2.4vh;
}
@media (max-width: 768px) {
  .menu-box-inner ul.policy-menu > li {
    margin-bottom: 24px;
  }
}
.menu-box-inner ul.policy-menu > li a {
  font-size: 1.4vh;
  text-decoration: none;
}
.menu-box-inner ul.policy-menu > li:first-of-type a, .menu-box-inner ul.policy-menu > li:nth-of-type(2) a {
  font-size: 2vh;
}
@media (max-width: 768px) {
  .menu-box-inner ul.policy-menu > li:first-of-type a, .menu-box-inner ul.policy-menu > li:nth-of-type(2) a {
    font-size: 1.6rem;
  }
}
.menu-box-inner ul.policy-menu > li:first-of-type a:before, .menu-box-inner ul.policy-menu > li:nth-of-type(2) a:before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background: url("img/arrow.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .menu-box-inner ul.policy-menu > li:first-of-type a:before, .menu-box-inner ul.policy-menu > li:nth-of-type(2) a:before {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .menu-box-sns {
    width: 100%;
    margin-top: 3.7vh;
    padding-top: 30px;
    border-top: 1px solid #000;
  }
  .menu-box-sns ul {
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .menu-box-sns ul li {
    width: calc(33.33333% - 40px);
    margin-right: 0;
  }
  .menu-box-sns ul li a {
    display: block;
    text-align: center;
  }
}
.menu-box-logo {
  position: absolute;
  bottom: 4%;
  right: 6%;
  display: block;
  width: 400px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-box-logo {
    position: static;
    width: 100%;
  }
}
.menu-box-logo img {
  display: block;
  width: 100%;
  margin: 0 auto 1.57vh;
}
.menu-box-logo .menu-box-copy_pc {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.29vh;
}
@media (max-width: 768px) {
  .menu-box-logo .menu-box-copy_pc {
    font-size: 1rem;
  }
}

.search-box {
  position: fixed;
  top: 0;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 14.6vh;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .search-box {
    left: 0;
    height: 100%;
    padding: 13.9vh 26px 54px;
    overflow: scroll;
    box-sizing: border-box;
  }
}
.search-box-inner {
  max-width: 72.9vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .search-box-inner {
    max-width: 100%;
  }
}
.search-box-inner .s_close {
  position: absolute;
  top: 7%;
  left: 2vw;
  display: block;
  width: 65px;
  height: 65px;
  background: #FFFFFF;
  border-radius: 65px;
  border: none;
}
@media (max-width: 768px) {
  .search-box-inner .s_close {
    left: calc(100% - 64px);
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .search-box-inner .s_close img {
    position: static;
    left: 0;
    right: 0;
    display: block;
    width: 3.38vw;
    margin: auto;
  }
}
.search-box-inner .search-main p.mont {
  display: table;
  margin-bottom: 1.66vh;
  font-size: 3.7vh;
  font-weight: 800;
}
@media (max-width: 768px) {
  .search-box-inner .search-main p.mont {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
}
.search-box-inner .search-main p.mont span {
  display: table-cell;
  padding-left: 0.8vw;
  vertical-align: middle;
  font-size: 1.66vh;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .search-box-inner .search-main p.mont span {
    display: block;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.search-box-inner .search-main .search-form-box {
  margin-bottom: 7.7vh;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box {
    margin-bottom: 40px;
  }
}
.search-box-inner .search-main .search-form-box #searchform {
  position: relative;
  width: 100%;
  max-width: 63vw;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box #searchform {
    max-width: 100%;
  }
}
.search-box-inner .search-main .search-form-box #searchform input[type=text] {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 2.3rem;
  padding: 1.6rem 10.4rem 1.6rem 1.6rem;
  font-size: 2rem;
  border: none;
  border-radius: 100px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box #searchform input[type=text] {
    height: 60px;
    margin-bottom: 1.2rem;
    padding: 0.8rem 4.4rem 0.8rem 1.2rem;
    font-size: 1.6rem;
  }
}
.search-box-inner .search-main .search-form-box #searchform .searchsubmit {
  position: absolute;
  right: 48px;
  top: 0;
  bottom: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("img/seach-icon.png") no-repeat;
  background-size: cover;
  border: none;
  text-indent: -99999px;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box #searchform .searchsubmit {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
.search-box-inner .search-main .search-form-box #searchform label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box #searchform label input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.search-box-inner .search-main .search-form-box #searchform label span {
  position: relative;
  top: -3px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-form-box #searchform label span {
    font-size: 1.4rem;
  }
}
.search-box-inner .search-main .search-genre, .search-box-inner .search-main .search-brand {
  margin-bottom: 5.9vh;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-genre, .search-box-inner .search-main .search-brand {
    margin-bottom: 40px;
  }
}
.search-box-inner .search-main .search-genre .movie-genre ul li, .search-box-inner .search-main .search-brand .movie-genre ul li {
  height: 3.9vh;
  margin: 0 1.25vw 2.2vh 0;
  font-size: 1.85vh;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-genre .movie-genre ul li, .search-box-inner .search-main .search-brand .movie-genre ul li {
    height: 33px;
    margin: 0 10px 10px 0;
    font-size: 1.2rem;
  }
}
.search-box-inner .search-main .search-genre .movie-genre ul li a, .search-box-inner .search-main .search-brand .movie-genre ul li a {
  font-size: 1.66vh;
}
@media (max-width: 768px) {
  .search-box-inner .search-main .search-genre .movie-genre ul li a, .search-box-inner .search-main .search-brand .movie-genre ul li a {
    font-size: 1.2rem;
  }
}

/****************************

フッター

****************************/
footer {
  margin-top: 100px;
}

.footer-inner {
  position: relative;
  padding: 90px 0 80px;
  background: #2F2D2B;
}
@media (max-width: 768px) {
  .footer-inner {
    padding: 37px 50px;
  }
}
.footer-inner #footnav {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-inner #footnav ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  justify-content: center;
  margin: 0 auto 64px;
}
@media (max-width: 768px) {
  .footer-inner #footnav ul {
    display: block;
    margin: 0 auto 80px;
  }
}
.footer-inner #footnav ul li {
  margin: 0 0 30px 0;
  padding: 0 20px 0 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer-inner #footnav ul li {
    margin: 0 0 24px 0;
    padding: 0;
    border-left: none;
    border-right: none;
  }
}
.footer-inner #footnav ul li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-inner #footnav ul li a {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.footer-inner .footer-sns {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .footer-inner .footer-sns {
    padding-top: 40px;
  }
}
.footer-inner .footer-sns ul {
  justify-content: center;
  margin-bottom: 40px;
}
.footer-inner .footer-sns .menu-box-copy {
  color: #fff;
  text-align: center;
}

.totop {
  position: absolute;
  bottom: 454px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #030303;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .totop {
    bottom: 679px;
    height: 50px;
  }
}
.totop:hover {
  opacity: 0.8;
}
.totop.show {
  display: block;
  opacity: 1;
  z-index: 99;
}
.totop.hide {
  opacity: 0;
}
.totop img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 37px;
  margin: auto;
}
@media (max-width: 768px) {
  .totop img {
    width: 20px;
  }
}

.footer-visible .totop {
  position: relative;
  bottom: auto;
  right: auto;
}

/*.popular-genre, .pickup-list, .newpost, .ranling, .top-youtube, .top-review, .release-figure {
  display: none;
}*/
/****************************

トップページ

****************************/
/*** MV ***/
.mv {
  margin: 54px 0 80px;
}
@media (max-width: 768px) {
  .mv {
    margin: 16px 0 60px;
  }
}
.mv-inner {
  max-width: 1512px;
  margin: 0 auto;
}
.mv-inner .slide-arrow {
  width: 32px;
  height: 80px;
  z-index: 10;
}
@media (max-width: 768px) {
  .mv-inner .slide-arrow {
    position: absolute;
    top: auto;
    bottom: -35px;
    z-index: 10;
    width: 7px;
    height: 20px;
    margin: 20px 0 0;
  }
  .mv-inner .slide-arrow.prev-arrow {
    left: 20%;
  }
  .mv-inner .slide-arrow.next-arrow {
    right: 20%;
  }
}
.mv-inner .slick-dots {
  left: 56px;
  display: flex !important;
  align-items: center;
}
@media (max-width: 768px) {
  .mv-inner .slick-dots {
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    justify-content: center;
    height: 34px;
    margin-top: 12px;
  }
}
.mv-inner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 32px 0 0;
}
@media (max-width: 768px) {
  .mv-inner .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 18px 0 0;
  }
}
.mv-inner .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #030303;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mv-inner .slick-dots li button {
    border-radius: 6px;
  }
}
.mv-inner .slick-dots li button:before {
  display: none;
}
.mv-inner .slick-dots li.slick-active {
  width: 32px !important;
  height: 32px !important;
  padding: 10px;
  border: 1px solid #030303;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mv-inner .slick-dots li.slick-active {
    width: 18px !important;
    height: 18px !important;
    margin: 4px 14px 0 0;
  }
}
.mv-inner .slick-dots li.slick-active button {
  padding: 0 !important;
  color: #030303 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem !important;
  font-weight: bold;
  background: none !important;
}
@media (max-width: 768px) {
  .mv-inner .slick-dots li.slick-active button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 10px;
    font-size: 1.2rem !important;
  }
}
.mv .slick-list {
  z-index: 9;
}
.mv-post {
  max-width: 1400px;
  margin: 0 56px 0;
}
@media (max-width: 768px) {
  .mv-post {
    margin: 0;
    height: 500px;
  }
}
.mv-post .mv-box {
  display: flex;
}
@media (max-width: 768px) {
  .mv-post .mv-box {
    flex-wrap: wrap;
  }
}
.mv-post .mv-text {
  width: calc(100% - 820px);
  margin-right: 120px;
}
@media (max-width: 768px) {
  .mv-post .mv-text {
    order: 2;
    width: 100%;
    margin-right: 0;
  }
}
.mv-post .mv-text-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mv-post .mv-text-info {
    margin-bottom: 10px;
  }
}
.mv-post .mv-text-info .mv-cate a {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 12px;
  text-decoration: none;
  background: #030303;
}
@media (max-width: 768px) {
  .mv-post .mv-text-info .mv-cate a {
    margin-right: 5px;
    padding: 3px 8px;
  }
}
.mv-post .mv-text-info .mv-cate a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv-post .mv-text-info .mv-cate a span {
    font-size: 1.2rem;
  }
}
.mv-post .mv-text .mv-title {
  display: block;
  margin-bottom: 24px;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv-post .mv-text .mv-title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.mv-post .mv-text .mv-excerpt {
  margin: 0 0 40px;
  font-size: 1.8rem;
}
.mv-post .mv-text .post-tags ul li {
  height: 30px;
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  .mv-post .mv-text .post-tags ul li {
    height: 25px;
  }
}
.mv-post .mv-text .post-tags ul li a {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mv-post .mv-text .post-tags ul li a {
    font-size: 1rem;
  }
}
.mv-img {
  position: relative;
  width: 700px;
  height: 467px;
}
@media (max-width: 768px) {
  .mv-img {
    order: 1;
    max-width: calc(100% - 5px);
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    aspect-ratio: 10/7;
  }
  .mv-img .youtube-img img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .mv-img.youtube-mv {
    height: 100%;
  }
}
.mv-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-img a img {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 5px 5px 0 rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .mv-img a img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.top-popular-genre {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top-popular-genre {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-bottom: 24px;
  }
}
.top-popular-genre .movie-genre {
  width: 100%;
  height: 60px;
  background: #030303;
  text-align: center;
  overflow: hidden;
}
.top-popular-genre .movie-genre ul {
  display: inline-block;
  white-space: nowrap;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .top-popular-genre .movie-genre ul {
    animation: scrollSample02 30s linear infinite;
    padding-left: 100%;
  }
}
.top-popular-genre .movie-genre ul li {
  display: inline;
  margin: 0 55px 0 0;
  background: none;
  border-radius: 0;
  border: none;
}
.top-popular-genre .movie-genre ul li a {
  display: inline;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@keyframes scrollSample02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pickup-list {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .pickup-list {
    margin-bottom: 2.4rem;
  }
}
.pickup-list .pickup {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1448px;
  margin: 0 auto;
}
.pickup-list .pickup-post {
  width: 213px;
  margin: 0 12px 0;
}
.pickup-list .pickup-post a {
  display: block;
  padding-bottom: 0;
  box-shadow: none;
  border: none;
  text-decoration: none;
}
.pickup-list .pickup-post a .pickup-img {
  position: relative;
}
.pickup-list .pickup-post a .pickup-img:after {
  content: "PR";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: bold;
  background: rgba(47, 45, 43, 0.6);
}
.pickup-list .pickup-post a .pickup-img img {
  position: static;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 3px 3px 0 #000;
  border: 1px solid #000;
}
.pickup-list .pickup-post a p {
  font-size: 1.4rem;
  font-weight: bold;
}
.pickup-list .pickup .slide-arrow {
  width: 16px;
  height: 46px;
}
.pickup-list .pickup .slide-arrow.prev-arrow {
  top: -40%;
  left: -32px;
}
.pickup-list .pickup .slide-arrow.next-arrow {
  top: -40%;
  right: -32px;
}

.top-newpost {
  max-width: 1400px;
  margin: 0 auto 100px;
}

.ranking {
  max-width: 1400px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .ranking {
    margin: 0 auto 80px;
  }
  .ranking .overscroll {
    overflow: scroll;
  }
}
.ranking h2 {
  justify-content: left;
}
.ranking .post-list {
  display: block;
}
@media (max-width: 768px) {
  .ranking .post-list {
    display: flex;
    flex-wrap: nowrap;
  }
}
.ranking .post-list .slick-list {
  overflow: visible;
}
.ranking .post-list .slide-arrow.slick-disabled {
  opacity: 0.3;
}
.ranking .post-list .slide-arrow.next-arrow, .ranking .post-list .slide-arrow.prev-arrow {
  top: -80px;
  width: 66px;
  height: 36px;
  margin: 0;
}
.ranking .post-list .slide-arrow.next-arrow:before, .ranking .post-list .slide-arrow.prev-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/arrow02.png") no-repeat;
  background-size: 98%;
}
.ranking .post-list .slide-arrow.next-arrow {
  transform: rotate(0deg);
  right: 0;
}
.ranking .post-list .slide-arrow.prev-arrow {
  transform: rotate(180deg);
  right: 74px;
  left: auto;
}
.ranking .post-list .post-item {
  width: 400px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item {
    width: 213px;
    margin-right: 24px;
    flex: 0 0 213px;
  }
}
.ranking .post-list .post-item:not(.slick-active) {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:not(.slick-active) {
    opacity: 1;
  }
}
.ranking .post-list .post-item:nth-child(1) .post-thumb:after, .ranking .post-list .post-item:nth-child(1) .post-thumb:before {
  content: "1";
  position: absolute;
  font-size: 10rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:nth-child(1) .post-thumb:after, .ranking .post-list .post-item:nth-child(1) .post-thumb:before {
    font-size: 6rem;
  }
}
.ranking .post-list .post-item:nth-child(2) .post-thumb:after, .ranking .post-list .post-item:nth-child(2) .post-thumb:before {
  content: "2";
  position: absolute;
  font-size: 10rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:nth-child(2) .post-thumb:after, .ranking .post-list .post-item:nth-child(2) .post-thumb:before {
    font-size: 6rem;
  }
}
.ranking .post-list .post-item:nth-child(3) .post-thumb:after, .ranking .post-list .post-item:nth-child(3) .post-thumb:before {
  content: "3";
  position: absolute;
  font-size: 10rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:nth-child(3) .post-thumb:after, .ranking .post-list .post-item:nth-child(3) .post-thumb:before {
    font-size: 6rem;
  }
}
.ranking .post-list .post-item:nth-child(4) .post-thumb:after, .ranking .post-list .post-item:nth-child(4) .post-thumb:before {
  content: "4";
  position: absolute;
  font-size: 10rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:nth-child(4) .post-thumb:after, .ranking .post-list .post-item:nth-child(4) .post-thumb:before {
    font-size: 6rem;
  }
}
.ranking .post-list .post-item:nth-child(5) .post-thumb:after, .ranking .post-list .post-item:nth-child(5) .post-thumb:before {
  content: "5";
  position: absolute;
  font-size: 10rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item:nth-child(5) .post-thumb:after, .ranking .post-list .post-item:nth-child(5) .post-thumb:before {
    font-size: 6rem;
  }
}
.ranking .post-list .post-item .post-thumb:before {
  right: 34px;
  bottom: 25px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 3px;
  color: transparent;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item .post-thumb:before {
    right: 6px;
    bottom: 9px;
  }
}
.ranking .post-list .post-item .post-thumb:after {
  right: 51px;
  bottom: 21px;
  color: #030303;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}
@media (max-width: 768px) {
  .ranking .post-list .post-item .post-thumb:after {
    right: 16px;
    bottom: 0;
  }
}
.ranking .post-list .post-item .post-thumb img {
  display: inline-block;
  float: none;
}
.ranking .post-list .post-item .post-cate {
  color: transparent;
}

.top-newitem {
  max-width: 1400px;
  margin: 0 auto 8rem;
}
.top-newitem .post-item {
  width: calc(20% - 20px);
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .top-newitem .post-item {
    width: calc(50% - 8px);
  }
}
.top-newitem .post-item h2 {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
}

.top-review {
  max-width: 1400px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .top-review {
    margin: 0 auto 80px;
  }
}
.top-review h2 {
  justify-content: left;
}
.top-review .review-inner {
  flex-wrap: nowrap;
  margin-bottom: 12.3rem;
}
@media (max-width: 768px) {
  .top-review .review-inner {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
}
.top-review .review-inner:before, .top-review .review-inner:after {
  display: none;
}
.top-review .review-inner .first-review-post {
  width: 700px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post {
    width: 100%;
    margin: 0 0 24px;
  }
}
.top-review .review-inner .first-review-post .post-thumb {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post .post-thumb {
    margin-bottom: 16px;
  }
}
.top-review .review-inner .first-review-post .post-thumb .post-cate span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post .post-thumb .post-cate span {
    font-size: 1rem;
  }
}
.top-review .review-inner .first-review-post .date {
  margin-bottom: 10px !important;
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post .date {
    margin-bottom: 8px !important;
    font-size: 1.2rem !important;
  }
}
.top-review .review-inner .first-review-post h3 {
  font-size: 2.4rem !important;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post h3 {
    font-size: 1.8rem !important;
  }
}
.top-review .review-inner .first-review-post .post-tags ul li span {
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .top-review .review-inner .first-review-post .post-tags ul li span {
    font-size: 1rem !important;
  }
}
.top-review .review-inner .side-review-post {
  width: calc(100% - 724px);
}
@media (max-width: 768px) {
  .top-review .review-inner .side-review-post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.top-review .review-inner .side-review-post .post-item {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .top-review .review-inner .side-review-post .post-item {
    display: block;
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}
.top-review .review-inner .side-review-post .post-item .post-thumb {
  width: 275px;
  margin: 0 24px 0 0;
}
@media (max-width: 768px) {
  .top-review .review-inner .side-review-post .post-item .post-thumb {
    width: 100%;
    margin: 0 0 16px;
  }
}
.top-review .review-inner .side-review-post .post-item .post-thumb .post-cate span {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .top-review .review-inner .side-review-post .post-item .post-thumb .post-cate span {
    font-size: 1rem;
  }
}
.top-review .review-inner .side-review-post .post-item .post-text .date {
  margin: 0 0 8px;
}
.top-review .review-inner .side-review-post .post-item .post-text h3 {
  margin: 8px 0 16px;
}

.brandlink .post-tags ul {
  justify-content: center;
  margin-bottom: 17px;
}
.brandlink .post-tags ul li {
  height: 43px;
  margin: 0 23px 23px 0;
}
@media (max-width: 768px) {
  .brandlink .post-tags ul li {
    height: 33px;
    margin: 0 8px 16px 0;
  }
}
.brandlink .post-tags ul li a {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .brandlink .post-tags ul li a {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.release-figure {
  max-width: 1400px;
  margin: 0 auto;
}
.release-figure-list {
  max-width: 1184px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .release-figure-list {
    width: calc(100% + 24px);
    margin: 0 0 0 -12px;
  }
}
.release-figure-list .figure-slide {
  display: flex !important;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .release-figure-list .figure-slide {
    justify-content: space-between;
    margin: 0 12px 0;
  }
}
.release-figure-list .figure-slide .figure-item {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #030303;
  box-shadow: 3px 3px 0 #030303;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .release-figure-list .figure-slide .figure-item {
    width: calc(50% - 9px);
    margin: 0 0 24px 0;
    padding: 12px;
  }
}
.release-figure-list .figure-slide .figure-item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.release-figure-list .figure-slide .figure-item a img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 10/7;
}
@media (max-width: 768px) {
  .release-figure-list .figure-slide .figure-item a img {
    margin-bottom: 12px;
  }
}
.release-figure-list .figure-slide .figure-item a p {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .release-figure-list .figure-slide .figure-item a p {
    font-size: 1.4rem;
  }
}
.release-figure .slide-arrow {
  width: 100px;
  height: 100px;
}
.release-figure .slide-arrow:before {
  background: url("img/arrow03.png");
  background-size: cover;
}
.release-figure .slide-arrow.prev-arrow {
  left: -112px;
}
.release-figure .slide-arrow.next-arrow {
  right: -112px;
}

/****************************

サイドバー

****************************/
.sidebar {
  width: 300px;
}
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    margin-top: 4rem;
  }
}
.sidebar .anaglyph {
  display: none;
}
.sidebar .widget {
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .sidebar .widget {
    margin-bottom: 4.2rem;
  }
}
.sidebar .widget img {
  width: 100%;
}
.sidebar .side-ranking {
  margin-bottom: 1.2rem;
}
.sidebar .side-ranking .post-list .post-item:not(.slick-active) {
  opacity: 1;
}
.sidebar .side-erea {
  margin-bottom: 6rem;
}
.sidebar .side-erea a img {
  width: 100%;
  height: auto;
}
.sidebar .section-heading {
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sidebar .section-heading {
    margin-bottom: 1.5rem;
  }
}
.sidebar .section-heading img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .sidebar .section-heading img {
    max-width: 200px;
  }
}
.sidebar .section-heading span {
  display: block;
  margin: -0.8rem 0 0 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .sidebar .section-heading span {
    margin: 0;
  }
}
.sidebar .section-heading span:before {
  margin: 0 1.6rem 0 0;
}
.sidebar .post-list {
  display: block;
}
@media (max-width: 768px) {
  .sidebar .post-list {
    display: flex;
  }
}
.sidebar .post-list .post-item {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .sidebar .post-list .post-item {
    margin-bottom: 2.4rem;
  }
}
.sidebar .post-list .post-item .post-thumb a {
  display: block;
}
.sidebar .post-list .post-item .post-thumb a img {
  margin-bottom: 1.6rem;
}
.sidebar .post-list .post-item .post-thumb a img.wpp-thumbnail {
  float: none;
}
.sidebar .post-list .post-item .post-text a {
  color: #030303;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
}
.sidebar .carousel_ranking {
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking {
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .overscroll {
    overflow: scroll;
  }
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}
.sidebar .carousel_ranking .post-list .post-item:nth-child(1) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(1) .post-thumb:before {
  content: "1";
  position: absolute;
  font-size: 7rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item:nth-child(1) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(1) .post-thumb:before {
    font-size: 6rem;
  }
}
.sidebar .carousel_ranking .post-list .post-item:nth-child(2) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(2) .post-thumb:before {
  content: "2";
  position: absolute;
  font-size: 7rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item:nth-child(2) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(2) .post-thumb:before {
    font-size: 6rem;
  }
}
.sidebar .carousel_ranking .post-list .post-item:nth-child(3) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(3) .post-thumb:before {
  content: "3";
  position: absolute;
  font-size: 7rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item:nth-child(3) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(3) .post-thumb:before {
    font-size: 6rem;
  }
}
.sidebar .carousel_ranking .post-list .post-item:nth-child(4) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(4) .post-thumb:before {
  content: "4";
  position: absolute;
  font-size: 7rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item:nth-child(4) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(4) .post-thumb:before {
    font-size: 6rem;
  }
}
.sidebar .carousel_ranking .post-list .post-item:nth-child(5) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(5) .post-thumb:before {
  content: "5";
  position: absolute;
  font-size: 7rem;
  font-style: italic;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item:nth-child(5) .post-thumb:after, .sidebar .carousel_ranking .post-list .post-item:nth-child(5) .post-thumb:before {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item .post-thumb {
    width: 213px;
  }
}
.sidebar .carousel_ranking .post-list .post-item .post-thumb:before {
  right: 28px;
  bottom: -23px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 3px;
  color: transparent;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item .post-thumb:before {
    right: 6px;
    bottom: -12px;
  }
}
.sidebar .carousel_ranking .post-list .post-item .post-thumb:after {
  right: 41px;
  bottom: -36px;
  color: #030303;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}
@media (max-width: 768px) {
  .sidebar .carousel_ranking .post-list .post-item .post-thumb:after {
    right: 16px;
    bottom: -21px;
  }
}
.sidebar .newpost, .sidebar .review {
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .sidebar .newpost, .sidebar .review {
    margin-bottom: 3.4rem;
  }
}
.sidebar .newpost .post-item, .sidebar .review .post-item {
  width: 100%;
}
@media (max-width: 768px) {
  .sidebar .newpost .post-item, .sidebar .review .post-item {
    width: calc(50% - 8px);
  }
}
.sidebar .movie-genre ul li:before {
  display: none;
}
.sidebar .movie-genre ul li a {
  color: #030303;
  font-size: 1.2rem;
}

/****************************

投稿

****************************/
.post .review-post-box {
  margin-bottom: 2.4rem;
}
.post .review-post-box > p {
  margin: 0 !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem !important;
  background: #030303;
}
.post .review-post-box .review-post {
  display: flex;
  justify-content: space-between;
  border: 2px solid #030303;
}
.post .review-post-box .review-post .review-img {
  width: 226px;
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-img {
    width: 110px;
    margin-top: 0.5rem;
  }
}
.post .review-post-box .review-post .review-img a {
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-img a {
    display: inline;
  }
}
.post .review-post-box .review-post .review-img a img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-img a img {
    width: 100%;
    height: auto;
  }
}
.post .review-post-box .review-post .review-title {
  width: calc(100% - 250px);
  padding: 4.7rem 0 1.8rem;
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-title {
    width: calc(100% - 130px);
    padding: 0.8rem 1rem 1rem 0;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-title p {
    margin: 0;
    line-height: 20px;
  }
}
.post .review-post-box .review-post .review-title a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem !important;
  color: #030303;
}
@media (max-width: 768px) {
  .post .review-post-box .review-post .review-title a {
    font-size: 1.4rem !important;
    line-height: 20px;
  }
}
.post .post-content {
  max-width: 825px;
}
.post .post-content article .post-header .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .post .post-content article .post-header .post-info {
    display: block;
    margin-bottom: 1.6rem;
  }
}
.post .post-content article .post-header .post-info .post-cate a {
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 1rem;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: #030303;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .post .post-content article .post-header .post-info .post-cate a {
    height: 23px;
    margin-right: 0.5rem;
    line-height: 23px;
    font-size: 1.2rem;
  }
}
.post .post-content article .post-header .post-info .date span {
  display: inline-block;
}
.post .post-content article .post-header .post-info .date span.update:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0.8rem 0 0.5rem;
  background: url("img/update.png") no-repeat;
  background-size: cover;
}
.post .post-content article .post-header .post-tags ul {
  margin-bottom: 0;
}
.post .post-content article .post-header .post-tags ul li:before {
  display: none;
}
.post .post-content article .post-header .post-tags ul li a {
  font-size: 1rem;
  color: #030303;
}
@media (max-width: 768px) {
  .post .post-content article .post-header .post-tags ul li a {
    font-size: 1.2rem;
  }
}
.post .post-content article .post-header .post-ad {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0 4rem;
}
@media (max-width: 768px) {
  .post .post-content article .post-header .post-ad {
    justify-content: center;
  }
}
.post .post-content article .post-header .post-ad > div {
  width: 45%;
}
.post .post-content article .post-main iframe {
  max-width: 100%;
}
.post .post-content article .post-main img {
  display: block;
  max-width: 100%;
  margin: 0 auto 2.4rem;
}
.post .post-content article .post-main .post-profile {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 5rem;
  padding: 5.6rem 3.4rem 4.6rem 3.4rem;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile {
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 3.2rem 0;
  }
}
.post .post-content article .post-main .post-profile .post-profile-left img {
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-left img {
    display: block;
    margin: 0 auto 1.7rem;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text {
  width: calc(100% - 124px);
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text {
    width: 100%;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text p {
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text p {
    margin-bottom: 1.6rem !important;
  }
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text p.author {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text p:not(.author) {
  font-size: 1.6rem;
  text-align: left;
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns {
  display: flex;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns {
    display: block;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p {
  display: flex;
  align-items: center;
  margin: 0 1.6rem 0 0;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p {
    margin-bottom: 0 !important;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p a {
  text-decoration: none;
  line-height: 1;
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p a span {
  font-size: 1.2rem;
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p:before {
  content: "";
  display: block;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p:before {
    margin-right: 1.8rem;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p.profile_tw:before {
  width: 12px;
  height: 12px;
  background: url("img/x-black.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p.profile_tw:before {
    width: 17px;
    height: 18px;
  }
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p.profile_yt:before {
  width: 20px;
  height: 14px;
  background: url("img/youtube.svg") no-repeat;
  background-size: cover;
}
.post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p.profile_ins:before {
  width: 15px;
  height: 15px;
  background: url("img/instagram.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .post .post-content article .post-main .post-profile .post-profile-text .post-proflie-sns p.profile_ins:before {
    width: 20px;
    height: 20px;
  }
}
.post .post-content article .post-main .afterword {
  max-width: 500px;
  margin-top: 6rem;
  padding: 0.8rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  border-radius: 6px;
  background: #d5d5d5;
}
.post .post-content article .post-main .afterword > p {
  font-size: 1.8rem;
  font-weight: bold;
}
.post .post-content article .post-main .afterword-inner {
  display: grid;
  gap: 10px;
  grid-template-columns: 60px 1fr;
  align-items: center;
}
.post .post-content article .post-main .afterword img {
  width: 40px;
  margin-bottom: 0 !important;
  border-radius: 60px;
}
.post .post-content article .post-main .afterword p {
  margin-bottom: 0 !important;
  font-size: 1.6rem !important;
  color: #393939;
}
.post .post-content .sns-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.2rem;
}
@media (max-width: 768px) {
  .post .post-content .sns-share {
    display: block;
  }
}
.post .post-content .sns-share p {
  margin: -0.3rem 4rem 0 0;
}
@media (max-width: 768px) {
  .post .post-content .sns-share p {
    margin: 0 0 2.4rem 0;
  }
}
.post .post-content .sns-share p img {
  display: block;
  width: 86px;
}
@media (max-width: 768px) {
  .post .post-content .sns-share p img {
    margin: 0 auto;
  }
}
.post .post-content .sns-share ul {
  display: flex;
  margin: 0;
}
@media (max-width: 768px) {
  .post .post-content .sns-share ul {
    justify-content: center;
  }
}
.post .post-content .sns-share ul li {
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .post .post-content .sns-share ul li {
    margin-right: 3.2rem;
  }
}
.post .post-content .sns-share ul li:before {
  display: none;
}
.post .post-content .sns-share ul li:last-of-type {
  margin-right: 0;
}
.post .post-content .sns-share ul li a {
  display: block;
  text-decoration: none;
}
.post .post-content .sns-share ul li a span {
  display: none;
}
.post .post-content .sns-share ul li.twitter a {
  width: 24px;
  height: 25px;
  background: url("img/x-black.svg") no-repeat;
  background-size: cover;
}
.post .post-content .sns-share ul li.facebook a {
  width: 25px;
  height: 25px;
  background: url("img/fb-black.svg") no-repeat;
  background-size: cover;
}
.post .post-content .sns-share ul li.line a {
  width: 26px;
  height: 25px;
  background: url("img/line-black.svg") no-repeat;
  background-size: cover;
}
.post .post-content .sns-share ul li.hatebu a {
  width: 30px;
  height: 25px;
  background: url("img/hatebu-black.svg") no-repeat;
  background-size: cover;
}
.post .post-content .sns-share ul li.link {
  position: relative;
}
.post .post-content .sns-share ul li.link a {
  width: 38px;
  height: 25px;
  background: url("img/link.svg") no-repeat;
  background-position: 0 3px;
}
.post .post-content .sns-share ul li.link #copyMessage {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  font-size: 0.9rem;
}
.post .post-content .post-related {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .post .post-content .post-related {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .post .post-content .post-related .section-heading {
    display: flex;
  }
}
@media (max-width: 768px) {
  .post .post-content .post-related .section-heading img {
    width: 150px;
    margin: 0;
  }
}
.post .post-content .post-related .related-news {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .post .post-content .post-related .related-news {
    margin-bottom: 2.8rem;
  }
}
.post .post-content .post-related .post-list::after {
  width: calc(33.3333% - 24px);
}
.post .post-content .post-related .post-list .post-item {
  width: calc(33.3333% - 24px);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .post .post-content .post-related .post-list .post-item {
    width: calc(50% - 8px);
    margin-bottom: 2.4rem;
  }
}
.post .post-content .post-related .post-list .post-item a {
  color: #030303;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
}

.yt_img {
  margin: 54px auto 0;
  background: #030303;
}
@media (max-width: 768px) {
  .yt_img {
    margin: 0.6rem auto 0;
  }
}
.yt_img #yt_iframe {
  display: block;
  width: 900px;
  height: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yt_img #yt_iframe {
    width: 100%;
    height: 250px;
  }
}
.yt_img .defaultImg {
  position: relative;
}
.yt_img .defaultImg:hover {
  opacity: 0.8;
}
.yt_img .defaultImg img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yt_img .defaultImg img {
    width: 100%;
    height: auto;
  }
}
.yt_img .defaultImg svg {
  position: absolute;
  top: 0;
  width: 100px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .yt_img .defaultImg svg {
    width: 60px;
  }
}

/****************************

固定ページ

****************************/
.page .page-content {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .page .page-content {
    margin-bottom: 3.2rem;
  }
}

.page-header .page-header-inner .excerpt {
  margin-bottom: 1.6rem;
}
.page-header .page-header-inner p {
  font-size: 1.6rem;
  text-align: center;
}

/****************************

コメント

****************************/
#comments {
  margin-bottom: 4.3rem;
  padding-bottom: 6.4rem;
  border-bottom: 1px solid #C3C3C3;
}
@media (max-width: 768px) {
  #comments {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
#comments .comment-reply-title {
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 2.4rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #comments .comment-reply-title {
    display: table;
    margin: 0 auto 0.8rem;
    padding-left: 0.8rem;
    text-align: center;
  }
}
#comments .comment-reply-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("img/comment.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #comments .comment-reply-title:before {
    left: -16px;
  }
}
#comments .logged-in-as {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
}
#comments .logged-in-as a, #comments .logged-in-as span {
  font-size: 1.4rem;
}
#comments .comment-form-comment label {
  display: none;
}
#comments .comment-form-comment textarea {
  width: 100%;
  height: 124px;
  margin-bottom: 2.4rem;
  border-radius: 8px;
  border: 2px solid #C3C3C3;
}
#comments .form-submit {
  text-align: right;
}
#comments .form-submit input[type=submit] {
  width: 144px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  background: #030303;
}
@media (max-width: 768px) {
  #comments .form-submit input[type=submit] {
    width: 100%;
  }
}
#comments .form-submit input[type=submit]:hover {
  opacity: 0.8;
}
#comments #author {
  height: 24px;
  border-radius: 4px;
  border: 2px solid #c3c3c3;
}
#comments .comment-form-author {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #comments .comment-form-author {
    margin-bottom: 2.4rem;
  }
}
#comments .comment-form-author label[for=author] {
  margin: 0 8px 0 0;
}

/****************************

アーカイブ

****************************/
.archive .popular-genre {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .archive .popular-genre {
    margin-bottom: 2.4rem;
  }
}
.archive .popular-genre .section-heading img {
  max-width: 250px;
}
@media (max-width: 768px) {
  .archive .popular-genre .section-heading img {
    max-width: 300px;
  }
}
.archive .popular-genre ul li {
  height: 43px;
}
@media (max-width: 768px) {
  .archive .popular-genre ul li {
    height: 33px;
  }
}
.archive .popular-genre ul li a {
  line-height: 43px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .archive .popular-genre ul li a {
    line-height: 33px;
    font-size: 1.2rem;
  }
}
.archive .archive-header {
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
  padding-bottom: 3.2rem;
  border-bottom: 5px solid #030303;
}
@media (max-width: 768px) {
  .archive .archive-header {
    display: block;
    margin-bottom: 3.2rem;
    padding-bottom: 1.6rem;
  }
}
.archive .archive-header h1 {
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .archive .archive-header h1 {
    margin-bottom: 0.8rem;
    font-size: 3.5rem;
    text-align: center;
  }
}
.archive .archive-header .archive-reviewbtn {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #030303 !important;
  line-height: normal;
}
@media (max-width: 768px) {
  .archive .archive-header .archive-reviewbtn {
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 1.8rem;
  }
}
.archive .archive-header .archive-reviewbtn span {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .archive .archive-header .archive-reviewbtn span {
    margin-top: 1rem;
  }
}
.archive .archive-header .archive-reviewbtn:before {
  content: "";
  position: relative;
  top: 3px;
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 1.2rem;
  background: url(//zanzou.sakura.ne.jp/ginema-nuts/wp-content/themes/ginema-nuts/img/breadcrumb.png);
  background-repeat: repeat-x;
  background-size: contain;
}
@media (max-width: 768px) {
  .archive .archive-header .archive-reviewbtn:before {
    top: 0;
    transform: rotate(90deg);
    width: 21px;
    height: 18px;
    margin: 0 auto;
    background-position: -2px 0;
  }
}
.archive .post-list:before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  order: 1;
}
.archive .post-list .post-item h2 {
  padding-bottom: 0;
  border-bottom: none;
}
.archive .post-list .post-item01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .archive .post-list .post-item01 {
    display: block;
  }
  .archive .post-list .post-item01 .movie-genre ul {
    margin-bottom: 0;
  }
}
.archive .post-list .post-item01.toyhaco-post:before {
  left: 0;
  right: auto;
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
}
.archive .post-list .post-item01 a .post-thumb {
  width: 680px;
}
@media (max-width: 768px) {
  .archive .post-list .post-item01 a .post-thumb {
    width: 100%;
  }
}
.archive .post-list .post-item01 .post-text {
  width: calc(100% - 720px);
}
@media (max-width: 768px) {
  .archive .post-list .post-item01 .post-text {
    width: 100%;
  }
}
.archive .post-list .post-item01 .post-text h2 a {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .archive .post-list .post-item01 .post-text h2 a {
    font-size: 1.8rem;
  }
}
.archive .post-list .post-item01 .post-text .mv-excerpt {
  font-weight: normal;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .nav-links {
    width: calc(100% + 16px);
  }
}
.nav-links a, .nav-links span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #666;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
  border-radius: 29px;
  transition: 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav-links a, .nav-links span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.6rem;
  }
}
.nav-links span[aria-current=page] {
  color: #fff;
  background: #030303;
}
.nav-links a:hover {
  color: #fff;
  background: #030303;
  opacity: 1;
}

.search .archive-header {
  display: block;
}
.search .archive-header h1 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .search .archive-header h1 {
    font-size: 2.4rem;
  }
}
.search .archive-header .result-form {
  position: relative;
  margin-left: 2.4rem;
}
@media (max-width: 768px) {
  .search .archive-header .result-form {
    margin-left: 0;
    margin-bottom: 1.6rem;
  }
}
.search .archive-header .result-form form input[type=text] {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 2.3rem;
  padding: 1.6rem 10.4rem 1.6rem 1.6rem;
  font-size: 2rem;
  border: none;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 500px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 1.6rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .search .archive-header .result-form form input[type=text] {
    height: 60px;
    margin-bottom: 1.2rem;
    padding: 0.8rem 4.4rem 0.8rem 1.2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .search .archive-header .result-form form input[type=text] {
    height: 50px;
    padding: 0 0.8rem 0;
    font-size: 1.4rem;
  }
}
.search .archive-header .result-form form .searchsubmit {
  position: absolute;
  right: 48px;
  top: 0;
  bottom: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("img/seach-icon.png") no-repeat;
  background-size: cover;
  border: none;
  text-indent: -99999px;
  left: 458px;
  top: 24px;
  right: auto;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .search .archive-header .result-form form .searchsubmit {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .search .archive-header .result-form form .searchsubmit {
    left: 89%;
    top: 10%;
  }
}
.search .archive-header .result-form form label {
  position: relative;
  top: 3px;
  display: inline-block;
}
.search .archive-header .result-form form label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .search .archive-header .result-form form label input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.search .archive-header .result-form form label span {
  position: relative;
  top: -3px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .search .archive-header .result-form form label span {
    font-size: 1.4rem;
  }
}
.search .archive-header .result-form form label span {
  position: relative;
  top: -4px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .search .archive-header .result-form form label span {
    top: -3px;
  }
}

/****************************

固定ページ

****************************/
.excerpt-page .page-header {
  height: 200px;
  margin-bottom: 8rem;
  padding: 0 50px;
  text-align: center;
  background: #ededed;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .excerpt-page .page-header {
    width: calc(100% + 32px);
    height: auto;
    padding: 0 18px;
    margin-left: -18px;
    margin-bottom: 2.4rem;
  }
}
.excerpt-page .page-header .page-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.excerpt-page .page-header h1 {
  width: calc(100% - 300px);
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .excerpt-page .page-header h1 {
    width: 100%;
  }
}
.excerpt-page .page-header p {
  width: calc(100% - 300px);
  text-align: left;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .excerpt-page .page-header p {
    width: 100%;
  }
}

.brands ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .brands ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.brands ul li {
  height: 72px;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  .brands ul li {
    border: 2px solid #c3c3c3;
  }
}
.brands ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5 !important;
  white-space: wrap;
  font-size: 1.4rem !important;
  word-break: break-all;
}
@media (max-width: 768px) {
  .brands ul li a {
    padding: 0 4px 0;
    font-size: 1.1rem !important;
  }
}
.brands ul li a:before {
  display: none;
}

/**** 作品別 ****/
#workArea {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
}
@media (max-width: 768px) {
  #workArea {
    display: block;
  }
}
#workArea h3 {
  margin-bottom: 2.4rem;
  line-height: 1;
}
#workArea h3 a {
  color: #030303;
  font-weight: bold;
}
#workArea #workIndex {
  width: 260px;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  #workArea #workIndex {
    display: none;
  }
}
#workArea #workIndex .workIndex-inner {
  padding: 1.6rem;
  border: 1px solid #c3c3c3;
}
#workArea #workIndex .workIndex-inner p {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
#workArea #workIndex .workIndex-inner ul li {
  margin-bottom: 1rem;
  list-style: none;
}
#workArea #workIndex .workIndex-inner ul li:before {
  display: none;
}
#workArea #workIndex .workIndex-inner ul li a {
  position: relative;
  display: block;
  padding-left: 1.8rem;
  color: #030303;
  font-size: 1.6rem;
}
#workArea #workIndex .workIndex-inner ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url("img/arrow-mv.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#workArea #worksList .post-tags {
  margin-bottom: 6rem;
}

/****************************

トイハコ

****************************/
#toyhaco {
  background: #fff;
}
#toyhaco .header-fixed {
  background: #fff;
}
#toyhaco .toyhaco-reviewes .post-item01 {
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #030303;
}
#toyhaco .post-item01 .youtube-img {
  border: 2px solid #030303;
}
#toyhaco .toyhaco-post:not(.post-item01) {
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #030303;
}
#toyhaco .post-thumb {
  border: none;
  box-shadow: none;
}
#toyhaco .post-text {
  padding: 0 1.2rem;
}

.toyhaco-main {
  padding-top: 4rem;
}
.toyhaco-mv {
  margin: 5.4rem 0 12rem;
  padding: 6rem 0 4rem;
  background: #e7e7e7;
  box-shadow: 0 0 10px #ccc inset;
}
@media (max-width: 768px) {
  .toyhaco-mv {
    width: calc(100% + 36px);
    margin: 0 0 8rem -1.8rem;
    padding: 4rem 0;
  }
}
.toyhaco-mv-inner .toyhaco-mv-item .slick-slide {
  position: relative;
  width: 500px;
  height: 600px;
  margin: 0 2rem;
  background: #fff;
}
@media (max-width: 768px) {
  .toyhaco-mv-inner .toyhaco-mv-item .slick-slide {
    width: 320px;
    height: 500px;
    margin: 0 0.9rem;
  }
}
.toyhaco-mv-inner .toyhaco-mv-item .slick-slide a {
  display: block;
  text-decoration: none;
  color: #030303;
}
.toyhaco-mv-inner .toyhaco-mv-item .slick-slide a h2 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}
.toyhaco-mv-inner .toyhaco-mv-item .slick-slide .movie-genre {
  position: absolute;
  bottom: 1.6rem;
}
@media (max-width: 768px) {
  .toyhaco-mv-inner .toyhaco-mv-item .slick-slide .movie-genre {
    bottom: 0.8rem;
  }
}
.toyhaco-mv-img-inner {
  box-shadow: none;
  border: none;
}
.toyhaco-mv-img-inner img {
  width: 100%;
  margin-bottom: 1.6rem;
}
.toyhaco-mv-text {
  padding: 0 1.6rem 1.6rem;
}
.toyhaco-mv .item-info {
  display: block;
  margin-bottom: 2.4rem;
}
.toyhaco-mv .item-info .newfigure-date, .toyhaco-mv .item-info .newfigure-place {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: rgb(185, 36, 36) !important;
  font-weight: bold;
  font-size: 1.4rem;
}
.toyhaco-mv-cate {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(185, 36, 36, 0.8);
  padding: 0.2rem 0.6rem 0.4rem;
}
.toyhaco-mv-cate span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .toyhaco-mv-cate span {
    font-size: 1rem;
  }
}
.toyhaco-mv .slick-dots {
  bottom: -35px;
}
.toyhaco-mv .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .toyhaco-mv .slick-dots li {
    margin: 0 8px;
  }
}
.toyhaco-mv .slick-dots li button {
  width: 10px;
  height: 10px;
}
.toyhaco-mv .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 1rem;
}
.toyhaco-newfigure {
  margin: 0 auto 12rem;
  padding: 6rem 0 4rem;
  background: #e7e7e7;
  box-shadow: 0 0 10px #ccc inset;
}
@media (max-width: 768px) {
  .toyhaco-newfigure {
    margin: 0 auto 6.4rem;
    padding: 0;
    box-shadow: none;
    background: #fff;
  }
}
.toyhaco-newfigure-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.toyhaco-genre,
.toyhaco-reviewes-inner {
  max-width: 1400px;
  margin: 0 auto 12rem;
}
@media (max-width: 768px) {
  .toyhaco-genre,
  .toyhaco-reviewes-inner {
    margin: 0 auto 4rem;
  }
}

.toyhaco-related .post-item {
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #030303;
}

/****************************

レビュー記事一覧

****************************/
.review .page-header {
  margin: 8rem 0 0 !important;
  padding: 4rem 4rem 0;
  background: #ededed;
  border-bottom: none !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .review .page-header {
    width: calc(100% + 32px);
    height: auto;
    margin: 0 0 0 -1.8rem !important;
    padding: 2.4rem 1.8rem 0.1rem;
    box-sizing: border-box;
  }
}
.review .page-header h1 {
  text-align: center;
  font-size: 3rem !important;
}
@media (max-width: 768px) {
  .review .page-header h1 {
    font-size: 2.8rem !important;
  }
}
.review .page-header p {
  width: 50%;
  /*アドセンス申請中*/
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .review .page-header p {
    width: 100%;
    margin: 0 auto 2.4rem !important;
    text-align: left;
  }
}
.review .review-links .schedule_btn {
  width: 45%;
  margin: -1rem auto 0;
}
@media (max-width: 768px) {
  .review .review-links .schedule_btn {
    width: 100%;
  }
}
.review .review-links .schedule_btn a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.review .review-links .schedule_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4rem;
  display: block;
  width: 6px;
  height: 19px;
  margin: auto;
  background: url("img/arrow-mv.png") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.review .figure-form form {
  padding: 4rem 0 0.2rem;
}
@media (max-width: 768px) {
  .review .figure-form form {
    padding: 4rem 1.6rem 0.2rem;
  }
}

/**** 発売予定一覧ページ ****/
.allpreorder {
  margin-top: 6rem;
}
.allpreorder .page-header {
  margin-bottom: 4rem;
}
.allpreorder .page-header h1 {
  margin-bottom: 5rem;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.allpreorder h2 {
  max-width: 1400px;
  margin: 0 auto 4rem;
  padding-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 5px solid #030303;
}
.allpreorder .brandpreorder-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 6rem;
  max-width: 1400px;
  margin: 0 auto 9.2rem;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list {
    display: block;
    margin: 0 auto 8rem;
  }
}
.allpreorder .brandpreorder-list > li {
  width: 332px;
  height: 620px;
  padding: 2rem 2rem 0;
  background: #fff;
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #000;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list > li {
    width: 100%;
    height: auto;
    margin-bottom: 2.4rem;
    padding: 1.2rem;
  }
}
.allpreorder .brandpreorder-list > li > a {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list > li > a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.4rem;
  }
}
.allpreorder .brandpreorder-list > li > a > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, #4a4a4a, transparent);
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list > li > a > p {
    position: relative;
    padding: 0.2rem 0 0 1.2rem;
    font-size: 1.6rem;
    color: #030303;
    background: none;
  }
}
.allpreorder .brandpreorder-list a {
  display: block;
  text-decoration: none;
}
.allpreorder .brandpreorder-list a img {
  width: 100%;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list a img {
    width: 200px;
  }
}
.allpreorder .brandpreorder-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allpreorder .brandpreorder-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 30px;
  margin-bottom: 1rem;
  background: #F5F5F5;
  border: 1px solid #0373EB;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list ul li {
    width: calc(50% - 4px);
    height: 25px;
    margin-bottom: 0.5rem;
  }
}
.allpreorder .brandpreorder-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 1.3rem;
  color: #0373EB;
  text-align: center;
}
@media (max-width: 768px) {
  .allpreorder .brandpreorder-list ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 25px;
  }
}

.figure-form-area {
  position: relative;
  overflow: hidden;
  height: 200px;
  transition: 0.4s;
  box-sizing: border-box;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .figure-form-area {
    width: calc(100% + 36px);
    margin-left: -1.8rem;
    overflow: hidden;
  }
}
.figure-form-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transition: 0.4s;
  z-index: 1;
}
.figure-form-area.active:before {
  opacity: 0;
  visibility: hidden;
}
.figure-form-area .toggle-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  background: #030303;
  border: none;
  z-index: 2;
}

.figure-form {
  max-width: 1400px;
  margin: 0 auto 8rem;
  /*.via {
    text-align: left;
  }*/
}
.figure-form form {
  margin-bottom: 2.4rem;
  padding: 6rem 0 0.2rem;
  background: #EDEDED;
}
@media (max-width: 768px) {
  .figure-form form {
    padding: 4rem 1rem;
  }
}
.figure-form .figure-keyword {
  position: relative;
  width: 800px;
  margin: 0 auto 2.4rem;
}
@media (max-width: 768px) {
  .figure-form .figure-keyword {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.figure-form .figure-keyword:before {
  content: "";
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("img/seach-icon-gray.png") no-repeat;
  background-size: cover;
}
.figure-form .figure-keyword input[type=search] {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #D8D8D8;
  padding: 1.4rem 2.4rem 1.4rem 5.2rem;
  font-size: 1.8rem;
  color: #727272;
}
@media (max-width: 768px) {
  .figure-form .figure-keyword input[type=search] {
    font-size: 1.6rem;
  }
}
.figure-form-select {
  display: flex;
  margin: 0 auto 2.4rem;
  max-width: 800px;
  align-items: center;
}
@media (max-width: 768px) {
  .figure-form-select {
    display: block;
    margin: 0 auto 2rem;
  }
}
.figure-form-select p {
  width: calc(100% - 678px);
  margin-right: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .figure-form-select p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.figure-form-select select {
  width: 678px;
  height: 48px;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: #727272;
  border: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .figure-form-select select {
    width: 100%;
    font-size: 1.6rem;
  }
}
.figure-form button {
  width: 264px;
  height: 66px;
  display: block;
  margin: 4rem auto 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #030303;
  border-radius: 66px;
}
.figure-form .aff-attention {
  margin-top: 2.4rem;
}

/****************************

新作フィギュア・おもちゃ

****************************/
.figure .page-header {
  margin-bottom: 0;
}
.figure .figure-form form {
  padding: 0 0 0.2rem;
}
@media (max-width: 768px) {
  .figure .figure-form form {
    padding: 4rem 1.6rem 0.2rem;
  }
}
.figure-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .figure-list {
    position: relative;
    display: block;
  }
}
.figure-post {
  position: relative;
  padding-bottom: 6rem;
  background: #fff;
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #030303;
}
@media (max-width: 768px) {
  .figure-post {
    display: flex;
    margin-bottom: 1.6rem;
    padding-bottom: 4.4rem;
  }
}
.figure-post a {
  position: relative;
  display: block;
  color: #030303;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .figure-post > a {
    width: 200px;
  }
}
.figure-post img {
  width: 100%;
}
.figure-post h2 {
  margin: 1rem 0 0;
  padding: 0;
  font-size: 1.8rem;
  border-bottom: none;
}
@media (max-width: 768px) {
  .figure-post h2 {
    margin: 0.8rem 0 0;
    font-size: 1.4rem;
  }
}
.figure-img {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .figure-img {
    margin-bottom: 0;
  }
}
.figure-cate {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .figure-cate {
    display: none;
  }
}
.figure-cate span {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.3rem 0.6rem 0.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(221, 27, 27, 0.8);
  color: #fff;
}
.figure-text {
  padding: 1.2rem;
}
@media (max-width: 768px) {
  .figure-text {
    width: calc(100% - 224px);
    padding: 0.8rem 1.2rem 0;
  }
}
@media (max-width: 768px) {
  .figure-text time span {
    font-size: 1rem !important;
  }
}
.figure-tags {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .figure-tags {
    margin-bottom: 1.2rem;
    padding: 0;
  }
}
.figure-tags ul {
  margin: 0;
}
.figure-tags ul li {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgb(181, 14, 14);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .figure-tags ul li {
    margin-right: 0.6rem;
  }
}
.figure-tags ul li:before {
  display: none;
}
.figure-tags ul li a {
  font-size: 1.2rem;
  color: rgb(181, 14, 14);
}
@media (max-width: 768px) {
  .figure-tags ul li a {
    font-size: 1rem;
  }
}
.figure-tags ul li a:before {
  content: "＃";
}

/****************************

ブランド別アーカイブ

****************************/
@media (max-width: 768px) {
  .archive form#brand-form {
    display: flex;
    justify-content: right;
  }
}
.archive form#brand-form select {
  width: 200px;
  height: 42px;
  margin: -1.6rem 0 2.4rem;
  padding: 8px;
  color: #FFF;
  font-size: 1.4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  background: #030303;
  border-radius: 30px;
}
.archive .brand-posts {
  display: flex;
  justify-content: space-between;
}
.archive .brand-posts .post-item {
  width: calc(25% - 16px);
  border: 2px solid #030303;
  box-shadow: 3px 3px 0 #030303;
}
@media (max-width: 768px) {
  .archive .brand-posts .post-item {
    width: calc(50% - 16px);
    margin-bottom: 2.4rem;
  }
}
.archive .brand-posts .post-item a {
  display: block;
}
.archive .brand-posts .post-item a .post-thumb img {
  width: 100%;
}
.archive .brand-posts .post-item a .brand-text {
  padding: 0 1.2rem;
}
.archive .brand-posts .post-item a .brand-text h2 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .archive .brand-posts .post-item a .brand-text h2 {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.archive .brand-posts .post-item a .brand-text .item-info {
  margin-bottom: 0.8rem;
}
.archive .brand-posts .post-item a .brand-text .item-info span, .archive .brand-posts .post-item a .brand-text .item-info time {
  display: block;
  font-size: 1.4rem;
  line-height: 25px;
  color: #676767;
}
@media (max-width: 768px) {
  .archive .brand-posts .post-item a .brand-text .item-info span, .archive .brand-posts .post-item a .brand-text .item-info time {
    font-size: 1.2rem;
    line-height: 18px;
  }
}
.archive .brand-posts .post-item a .brand-text .post-tags ul {
  margin-bottom: 0;
}

/****************************

問い合わせ

****************************/
.contact > p {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .contact > p {
    font-size: 1.6rem;
  }
}
.contact #form_contact {
  margin: 8rem 0 6rem;
  padding: 8rem 10rem;
  background: #fff;
}
@media (max-width: 768px) {
  .contact #form_contact {
    margin: 5.6rem 0 4rem;
    padding: 4rem 1.6rem;
    box-sizing: border-box;
  }
}
.contact #form_contact table {
  border: none;
}
.contact #form_contact table tr {
  text-align: left;
}
@media (max-width: 768px) {
  .contact #form_contact table tr {
    display: block;
  }
}
.contact #form_contact table th, .contact #form_contact table td {
  padding: 5.6rem 0;
  border-left: none;
  border-bottom: 1px solid #C3C3C3;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact #form_contact table th, .contact #form_contact table td {
    display: block;
  }
}
.contact #form_contact table th p, .contact #form_contact table td p {
  margin: 0;
}
.contact #form_contact table th {
  width: 350px;
  background: none;
}
@media (max-width: 768px) {
  .contact #form_contact table th {
    width: 100%;
    padding: 0 0 2rem;
    border-bottom: none;
  }
}
.contact #form_contact table th p {
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .contact #form_contact table th p {
    font-size: 1.6rem;
  }
}
.contact #form_contact table th p .red {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-left: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 18px;
  background: #F22500;
  border-radius: 4px;
  color: #fff;
}
.contact #form_contact table th span:not(.red) {
  color: #201E1F;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .contact #form_contact table td {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
  }
}
.contact #form_contact table td input[type=text], .contact #form_contact table td input[type=email], .contact #form_contact table td textarea {
  width: 100%;
  padding: 14px 0 14px 16px;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact #form_contact table td input[type=text], .contact #form_contact table td input[type=email], .contact #form_contact table td textarea {
    padding: 15px 0 15px 10px;
    font-size: 1.4rem;
  }
}
.contact #form_contact table td input {
  height: 50px;
}
.contact #form_contact table td textarea {
  height: 170px;
}
.contact #form_contact table td .wpcf7-radio {
  margin-bottom: 1.6rem;
}
.contact #form_contact table td .wpcf7-radio > span {
  display: block;
}
@media (max-width: 768px) {
  .contact #form_contact table td .wpcf7-radio > span {
    margin: 0;
  }
}
.contact #form_contact table td .wpcf7-radio label {
  display: flex;
  align-items: center;
}
.contact #form_contact table td .wpcf7-radio label input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #CBCBCB;
}
.contact #form_contact table td .checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact #form_contact table td .checkbox .wpcf7-list-item {
    margin: 0;
  }
}
.contact #form_contact table td .checkbox .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #CBCBCB;
}
.contact #form_contact .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  margin: 8rem auto 0;
}
@media (max-width: 768px) {
  .contact #form_contact .btns {
    width: 100%;
    display: block;
    margin: 4rem auto 0;
  }
}
.contact #form_contact .contact-btn {
  display: flex;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  border-radius: 70px;
  background: #015790;
}
@media (max-width: 768px) {
  .contact #form_contact .contact-btn {
    width: 100%;
    height: 60px;
    margin: 0 0 2.4rem;
  }
}
.contact #form_contact .contact-btn.return-btn {
  background: #030303;
}
.contact #form_contact .contact-btn input {
  background: none;
  border: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}
.contact #form_contact .contact-btn span {
  display: none;
}
.contact #form_contact .contact-btn:hover {
  opacity: 0.8;
}
.contact #form_contact.confirm td p {
  padding: 14px 0 14px 16px;
  font-size: 1.6rem !important;
  background: #F7F9FA;
}
.contact #form_contact.confirm td p.file {
  padding: 0;
  background: none;
}
.contact .wpcf7-response-output {
  display: none;
}

.thanks {
  margin-top: 6rem;
  text-align: center;
}

.return-top {
  width: 400px;
  height: 70px;
  margin: 8rem auto 0;
  border-radius: 70px;
  background: #030303;
}
@media (max-width: 768px) {
  .return-top {
    width: 100%;
    height: 60px;
    margin: 6.4rem auto 0;
  }
}
.return-top:hover {
  opacity: 0.8;
}
.return-top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 70px !important;
  text-align: center;
  font-size: 2.4rem !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .return-top a {
    line-height: 60px;
  }
}

/****************************

404

****************************/
.not404 {
  text-align: center;
  font-size: 1.8rem;
}
.not404 h1 {
  margin: 12rem 0 2.4rem;
}
.not404 h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

/****************************

広告枠

****************************/
.topNewArticle_ad {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
.topNewArticle_ad .adBox {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .topNewArticle_ad .adBox {
    margin-bottom: 2.4rem;
  }
}

.sidebar_ad {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sidebar_ad .adBox {
  margin-bottom: 4rem;
}

/****************************

作品情報

****************************/
.series-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .series-head {
    display: block;
  }
}
.series-head dd, .series-head p {
  margin-bottom: 1.2rem !important;
}
@media (max-width: 768px) {
  .series h1 {
    margin-bottom: 2rem;
  }
}
.series h1 span {
  display: block;
  color: rgb(114, 114, 114);
  font-size: 1rem;
}
.series p {
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .series p {
    margin-bottom: 1.4rem !important;
  }
}
.series h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  border: none;
}
.series dt {
  margin-bottom: 1rem;
  padding: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #030303;
}
.series-main dd {
  margin-bottom: 1.8rem;
}
.series-streaming {
  margin-bottom: 4rem;
  padding-bottom: 3.2rem;
  background: #fff;
}
.series-streaming h2 {
  margin-bottom: 3.2rem;
  padding: 1rem;
  background: #030303;
  font-size: 1.8rem;
}
.series-streaming_links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .series-streaming_links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.series-streaming a {
  text-decoration: none;
  color: #000;
  font-size: 1.1rem !important;
  text-align: center;
}
@media (max-width: 768px) {
  .series-streaming a {
    font-size: 0.8rem !important;
  }
}
.series-streaming img {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */