@charset "UTF-8";
/* CSS Document */
.new-customers__button {
  text-align: right;
  font-size: 1.6rem;
  line-height: 14px;
  margin-top: 10px;
}
.new-customers__button a {
  color: #333;
  text-decoration: none;
}
.new-customers__button a:hover {
  color: #E85940;
  text-decoration: underline;
}
.new-customers__icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  color: #333;
  border: 6px solid transparent;
  border-left: 6px solid #333;
}
.sidenavi-special-feature__item {
  margin: 20px auto 10px;
}
.tv-banner {
  width: 60%;
  margin-top: 20px;
  display: block;
  margin-right: auto;
}
.magazine-banner {
  width: 60%;
  margin-top: 80px;
  display: block;
  margin-right: auto;
}
.newspaper-banner {
  width: 60%;
  margin-top: 80px;
  display: block;
  margin-right: auto;
}
.momochi-banner {
  width: 100%;
}
.momochihama {
  margin-bottom: 80px;
}
.yoshimoto {
  margin-bottom: 80px;
}
.dekirukana {
  margin-bottom: 80px;
}
.dekirukana-banner {
  width: 50%;
}
.main-wrapper P {
  text-align: left;
  margin: 20px auto;
}
.main-wrapper span {
  font-weight: 600;
  font-size: 2.0rem;
  background: linear-gradient(transparent 70%, yellow 70%);
}
.main-wrapper h2 {
  font-size: 2.6rem;
  text-align: left;
  margin: 20px auto;
}
.tv-photo-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.tv-photo-list li {
  width: 240px;
  height: 220px;
  margin: 0 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  overflow: hidden;
}
.tv-photo-list img {
  width: 260px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto 10px;
  display: inline-block;
  transition-duration: 0.4s;
}
@media screen and (max-width:960px) {
  .header-content-wrapper {
    display: none;
  }
  .main-wrapper h2 {
    font-size: 2.4rem;
  }
  .tv-banner {
    margin-top: 20px;
    width: 70%;
  }
  .dekirukana-banner {
    width: 65%;
  }
  .magazine-banner {
    width: 70%;
    margin-top: 0;
  }
  .newspaper-banner {
    width: 70%;
    margin-top: 0;
  }
  .momochihama {
    margin-bottom: 40px;
  }
}
.yoshimoto-banner {
  width: 80%;
}
.yoshimoto-photo-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.yoshimoto-photo-list li {
  width: 360px;
  height: 220px;
  margin: 0 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  overflow: hidden;
}
.yoshimoto-photo-list img {
  width: 360px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto 10px;
  display: inline-block;
  transition-duration: 0.4s;
}
@media screen and (max-width:960px) {
  .yoshimoto {
    margin-bottom: 40px;
  }
  .dekirukana {
    margin-bottom: 40px;
  }
  .mono-magazine {
    margin-bottom: 40px;
  }
}
.magazine-photo-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.magazine-photo-list li {
  width: 260px;
  height: 360px;
  margin: 0 5px;
  text-align: center;
  color: #333;
  background-color: #fff;
  overflow: hidden;
}
.magazine-photo-list img {
  width: 260px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto 10px;
  display: inline-block;
  transition-duration: 0.4s;
}
#temask-banner {
  width: 40%;
}
.newspaper-photo-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.newspaper-photo-list li {
  width: 260px;
  height: 320px;
  margin: 0 5px;
  text-align: center;
  color: #333;
  background-color: #fff;
  overflow: hidden;
}
.newspaper-photo-list img {
  width: 260px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0 auto 10px;
  display: inline-block;
  transition-duration: 0.4s;
}
.nikkan_mj img {
  width: 100%;
}
.nikkan_2021 {
  margin: 80px auto;
}
.nikkan-shitagi {
  width: 100%;
}
.tell {
  width: 90%;
  margin: 40px auto 20px;
}
.mail__button a {
  display: block;
  background-color: #444444;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  text-decoration: none;
  padding: 18px;
  width: 100%;
  height: 58px;
  margin: 0 auto 50px;
}
#line_main-qr img {
  width: 100%;
}
@media screen and (max-width:960px) {
  .newspaper-photo-list2 li {
    width: 300px;
    height: 420px;
  }
  .nikkan_2021 {
    margin: 40px auto;
  }
  #temask-banner {
    width: 60%;
  }
  .mail__button a {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .mail__button a span {
    display: none;
  }
}