
.sp {
  display: none;
}

.michael__main,
footer {
  min-width: 1430px;
}

/* hero-area
=========================================================== */
.hero-area__text {
  padding: 4.5vw 6.5vw 4.6vw 0;
  margin: 0 0 0 auto;
}

.hero-area__logo {
  margin: 0 -3.1vw 1.7vw auto;
  gap: 0.7vw;
  img {
    max-height: 4vw;
  }
  .hero-area__logo-cross {
    max-width: 0.87vw;
    max-height: 0.87vw;
  }
}

.hero-area__credit {
  font-size: 1.15vw;
  gap: 0.72vw;
}

.hero-area__title img {
  max-height: 16.2vw;
}

.hero-area__catch {
  font-size: 2.86vw;
  margin: 1vw 0;
}

.hero-area__date {
  font-size: 1vw;
  padding: 0.72vw 1.7vw;
  span {
    font-size: 1.58vw;
  }
}

.hero-area__line .splide__slide::after {
  font-size: 18px;
}

.followus {
  max-width: 4vw;
  right: 3.36vw;
}

/* 記事一覧
=========================================================== */
.article-area {
  width: fit-content;
  max-width: 1220px;
  margin: 0 auto 33px;
  display: flex;
  justify-content: space-between;
}
.article-section .article-area .article-container {
   width: 860px;
}
ul.list-thumb, ul.sp-list-thumb{
  background: none;
}
/* unorderd list */
.cinema ul.list-thumb.pc{
  padding: 0;
  background-color: inherit;
}
/* list */
.cinema ul.list-thumb.pc li{
  padding: 0 5px;
}
/* list */
.cinema ul.list-thumb.pc.col-3 li{
  width: calc((100% - 40px) / 3);
  border: 1px solid var(--black);
  padding: 5px;
  margin-bottom: 22px;
  position: relative;
  overflow-wrap: break-word;
  background-color: var(--white);
  background-clip: content-box;
}
/* リンク */
.cinema ul.list-thumb.pc.col-3 li a{
  padding: 0;
  height: inherit;
  min-height: inherit;
  position: relative;
  overflow: hidden;
  align-items: center;
  border: none;
}
/* 通常記事の画像領域 */
.cinema ul.list-thumb.pc.col-3 li .left{
  float: none;
  width: 100%;
  height: 164px;
  margin: 0 0 0 0;
  overflow: visible;
}
/* 大枠記事の画像横幅 */
.cinema ul.list-thumb.pc.col-3 li .left img{
  width: 100%;
  transition: all 0.3s ease-out;
}
/* 大枠記事の全体横幅 */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf{
  width: 100%;
  display: flex;
}
/* 大枠記事の画像領域 */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf .left{
  width: calc(100% / 2 - 5px);
  height: 321px;
  float: none;
  margin: 0 20px 0 0;
  position: relative;
}
/* 大枠記事のテキスト領域 */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf .right{
  padding: 10px 15px 25px 0;
  overflow: visible;
  width: calc(100% / 2 - 5px);
}
/* 縦長画像用の背景 */
.cinema ul.list-thumb.pc.col-3 li .left .bg-blur{
    position: absolute;
    width: 120%;
    height: 120%;
    top: 0;
    right: 0;
    bottom: 0;
    left: -28px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(8px);
    z-index: 1;
    opacity: 0.5;
}
/* 通常枠の画像 */
.cinema ul.list-thumb.pc.col-3 li .left img.normal {
    max-height: 100%;
    object-fit: cover;
    border: none;
}
/* 大枠の画像 */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf .left a img {
    max-height: 100%;
    object-fit: cover;
}
/* 通常枠の画像が大きい場合 */
.cinema ul.list-thumb.pc.col-3 li .left img.fixed-height{
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
  height: 175px;
  z-index: 2;
}
/* 大枠の画像が大きい場合*/
.cinema ul.list-thumb.pc.col-3 li.thumb-harf .left img.fixed-height{
  height: 290px;	
}
.cinema ul.list-thumb.pc.col-3 li .left:before{
  display: none;
}
/* 通常枠の著者情報 */
.cinema ul.list-thumb.pc.col-3 li div.right .cat{
  padding-right: 0;
  font-size: 1.4rem;
  min-height: 30px;
  line-height: 20px;
  width: auto;
}
/* 大枠の著者情報 */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf div.right .cat{
  min-height: 40px;
}
/* 通常枠の著者アイコン */
.cinema ul.list-thumb.pc.col-3 li div.right .list-author-icon{
  width: 30px;
  height: 30px;
}
/* 大枠の著者アイコン */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf div.right .list-author-icon{
  width: 40px;
  height: 40px;
}
/* 著者名 */
.cinema ul.list-thumb.pc.col-3 li div.right .cat a{
  font-weight: 400;
  color: var(--black);
}
/* 著者名リンクのホバーアニメーション */
.cinema ul.list-thumb.pc.col-3 li div.right .cat a:hover{
  color: #F73B3B;
  border: none;
}
/* 通常枠の日付位置 */
.cinema ul.list-thumb.pc.col-3 li div.right .list-item{
  width: 100%;
  vertical-align: top;
  padding-top: 10px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: inherit;
  float: none;
  height: inherit;
  color: var(--black);
}
/* 横3カラムの内、真ん中のカラム */
.cinema ul.list-thumb.pc.col-3.top-articles-1 li:nth-child(3),
.cinema ul.list-thumb.pc.col-3.top-articles-1 li:nth-child(6),
.cinema ul.list-thumb.pc.col-3.top-articles-1 li:nth-child(7n + 3),
.cinema ul.list-thumb.pc.col-3.top-articles-1 li:nth-child(7n + 6){
  margin-left: 20px;
  margin-right: 20px;
}
.cinema ul.list-thumb.pc.col-3.top-articles-1 li:nth-child(9){
  margin-left: 0;
  margin-right: 0;
}
/* 一覧の右側（リンク部分） */
.cinema ul.list-thumb li.harf div.right{
  padding-top: 20px;
  padding-right: 20px;
  width: auto;
}
/* 通常枠の下段 */
.cinema ul.list-thumb li.thumb-one-third div.right{
  padding: 0 10px 15px;
  margin-top: -15px;
}
/* タイトル */
.cinema ul.list-thumb.pc.col-3 li div.right .title{
  text-align: justify;
  text-justify: inherit;
}
.cinema ul.list-thumb.pc.col-3 li div.right .title a{
  color: var(--white);
  background-color: var(--black);
  display: inline;
  padding: 2px 7px;
  line-height: 185%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  transition: all 0.3s ease-out;
}
.cinema ul.list-thumb.pc.col-3 li div.right .title a:hover{
  opacity: 0.6;
}
/* 通常記事のタイトル */
.cinema ul.list-thumb.pc.col-3 li.thumb-one-third  div.right .title{
  overflow: hidden;
  position: relative;
  z-index: 3;
}
/* 大枠のタイトル */
.cinema ul.list-thumb.pc.col-3 li.thumb-harf div.right .title{
  width: calc(100%  + 59px);
}
.cinema ul.list-thumb.pc.col-3 li.thumb-harf div.right .title a{
  left: -59px;
  position: relative;
  font-size: 2.2rem;
  line-height: 180%;
}
/* 通常枠のサブタイトル */
.cinema ul.list-thumb li div.right .subtitle{
  padding: 5px 0 5px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
}
/* 大枠のサブタイトル */
.cinema ul.list-thumb li div.right .subtitle.top{
  text-align: right;
  padding-bottom: 5px;
}
.cinema ul.list-thumb li div.right .cat-box{
  float: none;
  width: auto;
  margin-top: 5px;
}
.cinema ul.list-thumb li div.right .date{
  width: 35%;
  color: #7a7a7a;
  text-align: left;
}

/* 「もっと見る」ボタン */
.more-list.full{
  margin-bottom: -22px;
}
.more-btn{
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
}
.more-btn:hover{
  cursor: pointer;
  color: var(--white) !important;
  background: var(--black) !important;
}
.more-btn:hover::after{
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  margin: -2px 0 0 8px;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid  var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.more-error {
  font-size: 1.8rem;
}

/* 雑誌紹介
=========================================================== */
.amazon-section {
  padding: 80px 0;
}

.amazon-section-txtround {
  top: 110px;
  margin: 0 -20%;
  width: 140%;
  padding: 140% 0 0 0;
}

.amazon-area {
  width: 840px;
  padding: 30px;
  margin: auto;
}

.amazon-box {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.amazon-box-img {
  width: 170px;
  margin: 0 4% 0 0;
}

.amazon-inner-box {
  width: 600px;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}

.amazon-book-date {
  width: 134px;
  height: 28px;
  font-size: 1.6rem;
  margin: 0 0 12px;
}

.amazon-book-title {
  font-size: 2.6rem;
  line-height: 140%;
}

.amazon-inner-box-button {
  width: 240px;
  height: 48px;
}

.i2bgcnc {
  position: relative;
  padding: 0.6em;
  color: white;
  text-shadow: 1px 1px 0px var(--black);
}