﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  /*overflow: auto;*/
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
a:link, a:visited, a:hover, a:active {
  color: #111;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.65;
}
a, a:hover, a:visited {
  text-decoration: none !important;
}
.pure-toggle-label {
  display: none !important;
}
h5 {
  line-height: 1;
  height: auto;
  text-indent: 0;
  width: auto;
}
#wrapper {
  width: 100%;
}
#wrapper p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.writer_pics img, .writer_box img {
  border-radius: 100%;
  border: 1px solid #e1dfdf;
}
b {
  font-weight: normal;
  font-size: 12px;
}
b::before {
  content: "";
  background: url(https://www.receno.com/sp/img/favorite-on.svg) center left no-repeat;
  background-size: auto;
  background-size: auto;
  padding-left: 20px;
  background-size: cover;
  margin-right: 5px;
}
/* 見出し系*/
/* ----------------------------------------------------- */
.mh2 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: normal;
  color: #fff;
  font-style: italic;
}
.h2_visual_cover {
  position: relative;
  height: 718px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover !important;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
}
.mh3 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: normal;
  padding-bottom: 40px;
}
.mh3 span {
  font-size: 14px;
  letter-spacing: 1px;
}
.mh3 span::before {
  content: "";
  display: inline-block;
  width: 9px;
  background-image: url('../img/line.svg');
  background-position: center;
  background-size: contain;
  height: 16px;
  padding: 0 12px;
  background-repeat: no-repeat;
}
/* エントリー系*/
/* ----------------------------------------------------- */
.e_date {
  font-size: 13px;
  color: #9c9c9c;
  padding-bottom: 11px;
  display: block;
}
.e_title {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 8px;
  letter-spacing: 1px;
}
.e_lead {
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.wb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.entry_area .writer_area a {
  display: flex;
  align-items: center;
}
.entry_area .writer_pics {
  width: 30px;
  padding-right: 13px;
  display: flex;
  align-items: center;
}
.entry_area .writer_area p {
  font-size: 14px !important;
  color: #929191;
  text-decoration: underline;
}
/* ボタン系*/
/* ----------------------------------------------------- */
.bt_box {
  width: 316px;
  margin: 0 auto;
  text-align: center;
}
.bt_box a {
  display: block;
  color: #8e8e8e;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #9b9b9b;
  border-radius: 100px;
  position: relative;
}
.bt_box a:hover {
  color: #fff !important;
  background-color: #9b9b9b !important;
}
/* レイアウト系*/
/* ----------------------------------------------------- */
.gy {
  background-color: #eff1f2;
}
.contents_cover {
  width: 100%;
  margin: 0 auto;
}
.corner_box {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 150px 0;
}
.corner_box.popular, .corner_box.season, .corner_box.pick {
  padding-bottom: 0;
}
#book .corner_box.pick {
  padding-bottom: 150px;
}
.panel .entry_area {
  display: flex;
  align-items: center;
  border: 1px solid #bec2c3;
}
.entry_box.panel {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: scroll;
  display: grid;
  grid-template-columns: 363px 584px 584px 363px 584px 584px;
  grid-template-rows: 300px 300px;
  padding: 0 1% 30px 5%;
  gap: 10px;
  margin-bottom: 30px;
}
.panel .entry_area:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  flex-direction: column;
}
.panel .entry_area:nth-child(6) {
  grid-column: 4;
  grid-row: 1 / 3;
  flex-direction: column;
}
.panel .entry_img.thumb {
  width: 50%;
  height: 100%;
}
.panel .entry_img.thumb img {
  height: 100%;
  object-fit: cover;
}
.panel .entry_prof {
  width: 40%;
  padding: 0 5%;
}
.panel .entry_area:first-child .entry_img.thumb, .panel .entry_area:nth-child(6) .entry_img.thumb {
  width: 100%;
  height: 57%;
}
.panel .entry_area:first-child .entry_img.thumb img, .panel .entry_area:nth-child(6) .entry_img.thumb img {
  width: 100%;
  object-fit: cover;
}
.panel .entry_area:first-child .entry_prof, .panel .entry_area:nth-child(6) .entry_prof {
  width: 90%;
  padding: 0 5%;
  height: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bn_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.bn_area {
  width: 19.2%;
  padding-bottom: 1%;
}
.bn_area a {
  display: block;
}
.panel .entry_area:nth-of-type(4) {
  order: 7;
  grid-column: 2;
}
.panel .entry_area:nth-of-type(5) {
  order: 8;
  grid-column: 3;
}
.panel .entry_area:nth-of-type(7) {
  order: 3;
}
.panel .entry_area:nth-of-type(8) {
  order: 4;
}
.panel .entry_area:nth-of-type(9) {
  order: 9;
}
.panel .entry_area:nth-of-type(10) {
  order: 10;
}
/* ▼header */
/* ----------------------------------------------------- */
.h-info {
  background-color: #c6cccf !important;
  text-align: center;
}
.h-info a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.header_logo img {
  width: 263px;
}
.header_logo {
  margin: 0 auto;
  text-align: center;
  padding: 63px 0 50px 0;
}
.header_logo a {
  display: flex;
}
.header_inner {
  display: flex;
  position: relative;
}
.header_inner_2 {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 1;
}
.header_inner_2 .header_logo img {
  width: 180px;
}
.header_inner_2 .header_logo {
  margin: 0 auto;
  text-align: center;
  padding: 23px 0 25px 0;
}
.header_inner .drawer-toggle.drawer-hamburger {
  position: absolute;
  top: 38%;
}
.header_inner_2 .drawer-toggle.drawer-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon_menu {
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 44px;
  top: 26%;
}
.header_inner .icon_menu {
  top: 44%;
}
.icon_menu a {
  display: block;
  width: 34px;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_entry_area a:hover {
  opacity: 1;
}
.main_entry_area a {
  border: 1px solid #bbbfc0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main_entry_area .entry_img.thumb {
  width: 60%;
}
.main_entry_area .entry_img.thumb img {
  height: 100%;
  object-fit: cover;
}
.main_entry_prof {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.main_prof_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10%;
}
.main_writer_area {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 10%;
}
.main_writer_area p {
  font-size: 10px !important;
  padding-top: 10px;
  text-align: center !important;
  line-height: 1.2 !important;
}
.me_db {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2%;
}
.me_cate {
  background-color: #cdd6d8;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 1px;
}
.me_title {
  font-size: 19px;
  line-height: 1.5;
  padding: 7% 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  border-bottom: 1px solid #909293;
  text-align: justify;
  letter-spacing: 1px;
}
@media screen and (min-width: 1800px) {
  .me_title {
    font-size: 25px;
  }
}
@media screen and (min-width:1200px) and (max-width:1499px) {
  .me_title {
    font-size: 25px;
  }
}
.me_lead {
  font-size: 13px !important;
  padding-top: 7%;
  line-height: 1.5 !important;
}
.me_date {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: normal;
  letter-spacing: 1px;
}
b {
  font-weight: normal;
  font-size: 13px;
}
.main_entry {
  padding-bottom: 80px;
}
/* ▼owl */
/* ----------------------------------------------------- */
.owl-controls {
  padding-top: 20px;
  text-align: center;
}
.owl-prev {
  content: "";
  position: absolute;
  top: -5%;
  left: 2%;
  width: 20px;
  height: 20px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  bottom: 0;
  margin: auto;
  font-size: 0 !important;
}
.owl-next {
  content: "";
  position: absolute;
  top: -5%;
  right: 2%;
  width: 20px;
  height: 20px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
  font-size: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem;
  background: #cccccc;
  position: relative;
  opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #999999 !important;
  opacity: 1;
}
/* ▼banner */
/* ----------------------------------------------------- */
.banner {
  width: 926px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.banner_sp {
  display: none;
}
/* ▼News */
/* ----------------------------------------------------- */
.entry_box.app {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry_img.app {
  padding-bottom: 18px;
}
.app .entry_area {
  width: 32%;
  padding-bottom: 60px;
}
/* ▼category */
/* ----------------------------------------------------- */
.category_box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.category_box img {
  border-radius: 10px;
  border: 1px solid #bbbfc0;
}
.category_box a {
  padding-top: 10px;
}
.category_box p {
  padding-top: 10px;
}
/* ▼mag */
/* ----------------------------------------------------- */
#mag .h2_visual_cover {
  background-image: url("../img/bg_mag.jpg");
}
.mh2.mag {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ▼movie */
/* ----------------------------------------------------- */
#movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.mh2.movie {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_sp_only {
  display: none;
}
/* ▼book */
/* ----------------------------------------------------- */
#book .h2_visual_cover {
  background-image: url("https://www.receno.com/pen/img/img_bg_book_b.jpg");
}
.mh2.book {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#book .entry_box.panel {
  grid-template-columns: 363px 584px 584px 363px;
}
/* 一時的に列を少なく */
/* ▼writer */
/* ----------------------------------------------------- */
.writer_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, 93px);
  grid-auto-rows: 230px;
  grid-gap: 16px;
  justify-content: space-between;
  padding-bottom: 60px;
}
.writer_box p {
  padding-top: 10px;
  text-align: center !important;
}
.writer_box li a {
  display: block;
  width: 100%;
  text-align: center;
}
.writer_box img {
  width: 100%;
}
/* ▼footer */
/* ----------------------------------------------------- */
footer {
  background-color: #e4e8e9 !important;
}
.f_header {
  padding: 115px 0 78px 0;
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.menu_logo {
  text-align: center;
  width: 263px;
  margin: 0 auto;
}
.menu_sns {
  position: absolute;
  right: 0;
  height: 100px;
  bottom: 28px;
  display: flex;
  gap: 6px;
  opacity: 0.5;
}
.menu_sns img {
  width: 34px;
}
.f_mag_d_categories {
  width: 90%;
  margin: 0 auto;
}
.menu_category ul {
  display: grid;
  grid-gap: 14px;
  justify-content: space-between;
  padding-bottom: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .menu_category ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1500px) {
  .menu_category ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.menu_category ul li a {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.menu_category ul li img {
  height: 90px;
}
.menu_category ul li p {
  font-size: 13px !important;
  padding: 0 20px;
  line-height: 1.4 !important;
  font-weight: bold;
  text-align: left !important;
}
.mh3_menu a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  border-top: 1px solid #6e6e6e;
  padding: 10px 0 20px 0;
  display: block;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 17px;
}
.menu_logo_receno {
  width: 170px;
  margin: 0 auto;
  padding: 110px 0 110px 0;
  display: block;
}
.menu_logo_receno a {
  display: block;
}
.f_bottom {
  background-color: #a9b0b4;
  color: #fff;
}
.f_bottom p {
  text-align: center !important;
  font-family: garamond-premier-pro, serif !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 15px 0;
}
/* ▼グローバルナビ */
/* ----------------------------------------------------- */
.drawer-toggle.drawer-hamburger {
  position: relative;
  left: 30px;
}
.drawer-menu .menu_category ul {
  grid-template-columns: 1fr 1fr;
}
.drawer-menu .menu_category h3 a {
  font-size: 16px !important;
}
.drawer-menu .menu_category li a p {
  font-size: 12px !important;
}
.drawer-nav {
  width: 35rem;
  background-color: #e4e8e9;
}
.drawer--left .drawer-nav {
  left: -35rem;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 35rem;
}
.drawer-menu {
  width: 90%;
  margin: 0 auto;
}
nav .menu_category ul li a {
  border: 1px solid #1111111;
}
.drawer-menu .drawer_logo {
  display: flex;
  flex-direction: column;
  padding: 70px 0 50px 0;
}
.drawer-menu .menu_logo {
  width: 220px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.drawer-menu .menu_logo a {
  display: block;
}
.drawer-menu .menu_sns {
  height: 34px;
  bottom: 0;
  display: flex;
  gap: 6px;
  margin: 0 auto;
  position: relative;
}
form .btn {
  width: 21px;
  padding-left: 13px;
}
#searchform1 {
  display: flex;
  justify-content: space-between;
  width: 315px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-left: 1px solid #9b9b9b;
  padding: 2px 0;
}
#search_q, #search_q2 {
  width: 86%;
  padding: 10px 15px;
  color: #ccc !important;
  border: none;
  outline: none;
}
.menu_personal {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 315px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  border: 1px solid #9b9b9b;
  margin-bottom: 50px;
}
.menu_personal li {
  width: 50%;
  font-size: 13px;
}
.menu_personal li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.menu_personal li:first-child a::before {
  content: "";
  background: url("../img/menu_mypage.svg") center left no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  padding-left: 20px;
  background-size: cover;
  margin-right: 5px;
}
.menu_personal li:nth-child(2) a::before {
  content: "";
  background: url("../img/menu_shiori.svg") center left no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  padding-left: 20px;
  background-size: cover;
  margin-right: 5px;
}
.menu_personal li:first-child {
  border-right: 1px solid #9b9b9b;
}
.drawer-menu .menu_logo_receno {
  padding: 20px 0 90px 0;
  width: 130px;
  margin: 0 auto;
}
.drawer_global {
  margin-left: calc(50% - 56%);
  margin-right: calc(50% - 56%);
  border-bottom: 1px solid #9b9b9b;
}
.menu_global {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_global li {
  width: 33.3%;
}
.menu_global li a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 20px 0;
}
.menu_global li:nth-child(2) {
  border-right: 1px solid #9b9b9b;
  border-left: 1px solid #9b9b9b;
}
.menu_global li a::before {
  content: "";
  background-size: auto;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-size: cover;
  margin-right: 6px;
}
.menu_read {
  background-color: #c7ced0;
  text-decoration: underline !important;
}
.menu_global li .menu_shop::before {
  background: url("../img/n_shop_on.svg") center left no-repeat;
}
.menu_global li .menu_read::before {
  background: url("../img/n_mag_on.svg") center left no-repeat;
}
.menu_global li .menu_store::before {
  background: url("../img/n_store_on.svg") center left no-repeat;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media screen and (max-width: 1440px) {}
/* ▼タブレットのみ背景固定に
/* ----------------------------------------------------- */
html.touch-device .h2_visual_cover {
  background-attachment: scroll !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .h2_visual_cover {
    background-attachment: scroll !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (orientation: portrait) {
  .h2_visual_cover {
    background-attachment: scroll !important;
  }
}
/* ▼タブレットのナビスクロール問題対応 */
/* ----------------------------------------------------- */
html.touch-device .drawer--top.drawer-open .drawer-nav {
  overflow-Y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html.touch-device .drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  overflow-Y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html.touch-device .drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow-Y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* ▼タブレットのstylenewバッティング */
/* ----------------------------------------------------- */
.page .lesson .wv {
    height: auto !important;
}
/* ------------------------------------------------------------------------------------------------------ */
/* ▼スマホ
/* ------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 479px) {
  #wrapper p {
    font-size: 0.8125rem;
  }
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* 見出し系*/
  /* ----------------------------------------------------- */
  .mh2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  .h2_visual_cover {
    position: relative;
    height: 23rem;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
    background-size: cover;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1, h2, h3, h4, h5 {
    font-feature-settings: "palt";
  }
  .mh3 {
    font-size: 1.47rem;
    padding-bottom: 1.5rem;
  }
  .mh3 span {
    font-size: 0.73rem;
  }
  .mh3 span::before {
    width: 7px;
    height: 14px;
  }
  /* エントリー系*/
  /* ----------------------------------------------------- */
  .e_date {
    font-size: 0.68rem;
  }
  .e_title {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    letter-spacing: 1px;
  }
  .e_lead {
    font-size: 0.76rem !important;
    line-height: 1.5 !important;
  }
  .wb {
    padding-top: 1rem;
  }
  .entry_area .writer_area a {
    display: flex;
    align-items: center;
  }
  .entry_area .writer_pics {
    width: 2rem;
    padding-right: 0.7rem;
  }
  .entry_area .writer_area p {
    font-size: 0.72rem !important;
  }
  /* ボタン系*/
  /* ----------------------------------------------------- */
  .bt_box {
    width: 80%;
  }
  .bt_box a {
    padding: 0.5rem 0;
    font-size: 0.78rem;
  }
  /* レイアウト系*/
  /* ----------------------------------------------------- */
  .contents_cover {
    width: 100%;
    margin: 0 auto;
  }
  .corner_box {
    padding: 3rem 0 4.5rem 0;
  }
  .corner_box.popular, .corner_box.season, .corner_box.pick {
    padding-bottom: 0;
  }
  #book .corner_box.pick {
    padding-bottom: 4.5rem;
  }
  .entry_box.panel {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
    display: grid;
    grid-template-columns: 18.75rem 35rem 35rem 18.75rem 35rem 35rem;
    grid-template-rows: 17rem 17rem;
    padding: 0 5% 2rem 5%;
    gap: 10px;
    margin-bottom: 1rem;
  }
  .panel .entry_area:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    flex-direction: column;
  }
  .panel .entry_area:nth-child(6) {
    grid-column: 4;
    grid-row: 1 / 3;
    flex-direction: column;
  }
  .panel .entry_img.thumb {
    width: 50%;
    height: 100%;
  }
  .panel .entry_img.thumb img {
    height: 100%;
    object-fit: cover;
  }
  .panel .entry_prof {
    width: 40%;
    padding: 0 5%;
  }
  .panel .entry_area:first-child .entry_img.thumb, .panel .entry_area:nth-child(6) .entry_img.thumb {
    width: 100%;
    height: 57%;
  }
  .panel .entry_area:first-child .entry_img.thumb img, .panel .entry_area:nth-child(6) .entry_img.thumb img {
    width: 100%;
    object-fit: cover;
  }
  .panel .entry_area:first-child .entry_prof, .panel .entry_area:nth-child(6) .entry_prof {
    width: 90%;
    padding: 0 5%;
    height: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bn_box {
    display: grid;
    justify-content: space-between;
    overflow-x: scroll;
    overflow-y: hidden;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 6% 1.5rem 6%;
    gap: 0.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .bn_area {
    min-width: 15rem;
    padding-bottom: 0;
  }
  .bn_area a {
    display: block;
  }
  /* ▼パネルレイアウト公開前調整 */
  /* ----------------------------------------------------- */
  .entry_box.panel {
    grid-template-columns: repeat(10, 18.75rem) !important;
    grid-auto-rows: 17rem !important;
  }
  .panel .entry_area {
    order: inherit !important;
    grid-column: auto !important;
    grid-row: 1 / 3 !important;
    flex-direction: column !important;
  }
  .panel .entry_area .entry_img.thumb img {
    width: 100% !important;
    object-fit: cover !important;
  }
  .panel .entry_area .entry_prof {
    width: 90% !important;
    padding: 0 5% !important;
    height: 43% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .panel .entry_area .entry_img.thumb {
    width: 100% !important;
    height: 57% !important;
  }
  #book .entry_box.panel {
    grid-template-columns: repeat(6, 18.75rem) !important;
  }
  /* ▼header */
  /* ----------------------------------------------------- */
  .h-info a {
    font-size: 0.68rem !important;
  }
  .header_inner .header_logo img {
    width: 10rem !important;
  }
  .header_logo {
    padding: 1.8rem 0 1.6rem 0rem;
  }
  .header_logo a {
    display: flex;
  }
  .header_inner {
    display: flex;
    position: relative;
  }
  .header_inner_2 {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 1;
  }
  .header_inner_2 .header_logo img {
    width: 8rem !important;
  }
  .header_inner_2 .header_logo {
    margin: 0 auto;
    text-align: center;
    padding: 1.4rem 0 1.4rem 0.5rem;
  }
  .header_inner .drawer-toggle.drawer-hamburger {
    position: absolute;
    top: 22%;
  }
  .header_inner_2 .drawer-toggle.drawer-hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .icon_menu {
    right: 4%;
    width: 4rem;
    top: 28%;
  }
  .header_inner .icon_menu {
    top: 34%;
  }
  .icon_menu a {
    width: 1.7rem !important;
  }
  /* ▼main */
  /* ----------------------------------------------------- */
  .main_entry_area {}
  .main_entry_area a {
    align-items: stretch;
    flex-direction: column;
  }
  .main_entry_area .entry_img.thumb {
    width: 100%;
  }
  .main_prof_area {
    width: 86%;
    padding: 10% 0 5% 0;
  }
  .main_entry_prof {
    width: 100%;
    flex-direction: column-reverse;
  }
  .main_writer_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    right: auto;
    padding-bottom: 2rem;
  }
  .main_writer_area .writer_pics {
    width: 4rem;
    margin: 0 auto;
  }
  .main_writer_area p {
    font-size: 0.68rem !important;
  }
  .me_db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2%;
  }
  .me_cate {
    font-size: 0.78rem !important;
  }
  .me_title {
    font-size: 1.3125rem !important;
  }
  .me_lead {
    font-size: 0.78rem !important;
  }
  .me_date {
    font-size: 0.78rem !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: normal;
    letter-spacing: 1px;
  }
  b {
    font-weight: normal;
    font-size: 0.75rem !important;
  }
  .main_entry {
    padding-bottom: 2rem;
    width: 94%;
    margin: 0 auto;
  }
  /* ▼owl */
  /* ----------------------------------------------------- */
  .owl-nav {
    display: none;
  }
  /* ▼banner */
  /* ----------------------------------------------------- */
  .banner {
    width: 100%;
    padding-bottom: 0rem;
    display: none;
  }
  .banner_sp {
    display: block;
    padding-bottom: 1rem;
  }
  /* ▼News */
  /* ----------------------------------------------------- */
  .entry_box.app {
    display: grid;
    justify-content: space-between;
    overflow-x: scroll;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 6% 0rem 6%;
    column-gap: 1rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 1rem;
  }
  .app .entry_area {
    min-width: 18rem;
    padding-bottom: 2rem;
  }
  .entry_img.app {
    padding-bottom: 0.75rem;
  }
  /* ▼category */
  /* ----------------------------------------------------- */
  .category_box {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    overflow-x: scroll;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 6% 0 6%;
  }
  .category_box li {
    min-width: 9rem;
  }
  .category_box a {
    display: block;
    padding-top: 0;
  }
  .category_box a p {
    line-height: 1.5 !important;
    padding-top: 0.65rem;
  }
  .corner_box.category {
    padding: 3rem 0 3.5rem 0;
  }
  /* ▼mag */
  /* ----------------------------------------------------- */
  #mag .h2_visual_cover {
    background-image: url("../img/bg_mag.jpg");
  }
  .mh2.mag {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* ▼movie */
  /* ----------------------------------------------------- */
  #movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 90%;
  }
  .mh2.movie {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv_pc_only {
    display: none;
  }
  .mv_sp_only {
    display: block;
  }
  /* ▼book */
  /* ----------------------------------------------------- */
  #book .h2_visual_cover {
    background-image: url("https://www.receno.com/pen/img/img_bg_book_b.jpg");
  }
  .mh2.book {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* ▼writer */
  /* ----------------------------------------------------- */
  .writer_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, 178px);
    grid-auto-rows: 12.5rem;
    grid-gap: 0;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0 6% 0.5rem 6%;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .writer_box li {
    min-width: 7rem !important;
  }
  .writer_box p {
    text-align: center !important;
    padding-bottom: 1rem !important;
    font-size: 0.75rem !important;
  }
  .writer_box li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .writer_box img {
    width: 100%;
  }
  /* ▼footer */
  /* ----------------------------------------------------- */
  .f_header {
    padding: 7rem 0 5rem 0;
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .menu_logo {
    width: 13rem;
    padding-bottom: 1rem;
  }
  .menu_sns {
    position: relative;
    right: 0;
    height: auto;
    bottom: 0;
    display: flex;
    gap: 6px;
    margin: 0 auto;
    padding-top: 1rem;
    justify-content: center;
  }
  .menu_sns img {
    width: 2rem;
  }
  .menu_category ul {
    display: grid;
    grid-gap: 0.5rem;
    justify-content: space-between;
    padding-bottom: 64px;
    grid-template-columns: 1fr 1fr;
    overflow-x: scroll;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 6% 3rem 6%;
  }
  .menu_category ul li {
    min-width: 15rem;
  }
  .menu_category ul li a {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .menu_category ul li img {
    height: 5.65rem;
    width: auto;
    display: inherit;
    margin: inherit;
  }
  .menu_category ul li p {
    font-size: 0.75rem !important;
    padding: 0 0.85rem;
  }
    nav .header-search{
        padding: 0 !important;
    }
  .mh3_menu a {
    font-size: 1rem;
  }
  .menu_logo_receno {
    width: 8rem;
    margin: 0 auto;
    padding: 2rem 0 4rem 0;
    display: block;
  }
  .menu_logo_receno a {
    display: block;
  }
  .f_bottom {
    background-color: #a9b0b4;
    color: #fff;
  }
  .f_bottom p {
    font-size: 0.75rem !important;
    padding: 0.5rem 0;
  }
  /* ▼グローバルナビ */
  /* ----------------------------------------------------- */
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    height: 1px;
  }
  .drawer-toggle.drawer-hamburger {
    position: relative;
    left: 2%;
  }
  .drawer-menu .menu_category ul {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
  .drawer-menu .menu_category h3 a {
    font-size: 1rem !important;
  }
  .drawer-menu .menu_category li a p {
    font-size: 0.75rem !important;
  }
  .drawer-nav {
    width: 20rem;
  }
  .drawer--left .drawer-nav {
    left: -20rem;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 20rem;
  }
  .drawer-menu {
    width: 90%;
    margin: 0 auto;
    height: 100vh;
    transform: translate3d(0, 0, 0) !important;
    /*実機でナビの中をスクロールした時のずれ防止*/
  }
  nav .menu_category ul li a {
    border: 1px solid #1111111;
  }
  .drawer-menu .drawer_logo {
    display: flex;
    flex-direction: column;
    padding: 4rem 0 3rem 0;
  }
  .drawer-menu .menu_logo {
    width: 12rem;
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
  .drawer-menu .menu_logo a {
    display: block;
  }
  .drawer-menu .menu_sns {
    height: auto;
    bottom: 0;
    display: flex;
    gap: 6px;
    margin: 0 auto;
    position: relative;
  }
  form .btn {
    width: 1.2rem;
    padding-left: 5%;
  }
  #searchform1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    padding: 2px 0;
  }
  #search_q, #search_q2 {
    padding: 0.75rem 0.75rem;
  }
  .menu_personal {
    width: 100%;
    margin-bottom: 1rem;
  }
  .menu_personal li {
    width: 50%;
    font-size: 0.8rem;
  }
  .menu_personal li a {
    padding: 0.5rem 0;
  }
  .menu_personal li:first-child a::before {
    padding-left: 20px;
    margin-right: 5px;
  }
  .menu_personal li:nth-child(2) a::before {
    padding-left: 20px;
    margin-right: 5px;
  }
  .menu_personal li:first-child {
    border-right: 1px solid #9b9b9b;
  }
  .drawer-menu .menu_logo_receno {
    padding: 1rem 0 5rem 0;
    width: 7rem;
    margin: 0 auto;
  }
  .menu_global li a {
    text-align: center;
    display: block;
    font-size: 0.75rem;
    padding: 20px 0;
  }
  .menu_global li a::before {
    padding-left: 1.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-right: 0.3rem;
  }
  .drawer-hamburger {
    width: 1.5rem !important;
  }
  .drawer-hamburger-icon::before {
    top: -0.6em !important;
  }
  .drawer-hamburger-icon::after {
    top: 0.5rem !important;
  }
  .drawer-open .drawer-hamburger-icon::after {
    top: -0.5rem !important;
  }
  /* ▼ナビスクロール問題対応 */
  /* ----------------------------------------------------- */
  .drawer--top.drawer-open .drawer-nav {
    overflow-Y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    overflow-Y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    overflow-Y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}