@charset "utf-8";
/* CSS Document */

/*最終更新 2021/07/14 13:40*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
a,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
th,
td {
  word-break: break-all;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif, "メイリオ",
    "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #231815;
  line-height: 1.6;
  font-size: 18px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  zoom: 1; /* old IE6or7 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #0058aa;
  text-decoration: none;
}
a:hover {
  color: #0081d1;
}

.label__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-grow: 2;
}
.label {
  width: 53px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  padding: 4px 0;
  display: block;
}
.label--tv {
  background: #79bc29;
}
.label--subcul {
  background: #783791;
}
.label--extra {
  background: #dd0000;
}

.label--pickup {
  background: #009ede;
}
.label--article {
  width: auto;
  font-size: 14px;
  background: #3296d4;
  margin: 0 0 10px 10px;
  padding: 7px 20px;
}
a.label--article:hover {
  color: #fff;
  background: #0058aa;
}

.btn_back-top-high {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 130px;
  right: 50px;
  z-index: 10000;
}
.btn_back-top-high a:link img {
  opacity: 0.8;
}
.btn_back-top-high a:hover img {
  opacity: 1;
}

/*--------------------------------------------------------------*/
/*.fixBox */
/*--------------------------------------------------------------*/
#side-fixed {
  position: sticky;
  top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* sns */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.sns__wrap {
  text-align: center;
  margin-bottom: 16px;
  font-size: 0;
}
.sns__wrap a {
  margin: 0 8px;
}
.sns__wrap img {
  height: 30px;
}

/**/
.header__inner .sns__wrap {
  position: absolute;
  top: 17px;
  right: 26px;
}
.header__inner .sns__wrap a {
  height: 30px;
  width: 30px;
  display: inline-block;
}
.header__inner .sns__wrap a img {
  max-height: 30px;
  max-width: 30px;
  height: auto;
  width: auto;
}

.conteiner__main .sns__wrap {
  text-align: right;
  margin: 10px 0;
}
.conteiner__main .sns__wrap a img {
  height: 48px;
}

.article__group .sns__wrap {
  text-align: right;
  margin: 0;
}
.article__group .sns__wrap a {
  margin: 0;
  border: none;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* share__wrap */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.share__wrap {
  font-size: 0;
  text-align: center;
  margin: 25px 0;
}
.share__item {
  margin: 0 5px;
  display: inline-block;
}
.share__wrap .btn__wrap {
  margin: 25px auto 30px;
}

.photo_acd .share__wrap {
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 1;
}
.photo_acd .share__wrap a {
  margin: 0 14px;
}

.conteiner__main .article__photo-more .share__wrap {
  margin: 0;
}
.conteiner__main .article__photo-more .share__wrap a {
  margin: 0 0 0 28px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* Wrap */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.wrap {
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* Header */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.header {
  width: 100%;
  margin: 10px auto 20px;
}
.header__inner {
  width: 1008px;
  margin: 0 auto;
  padding-left: 73px;
  position: relative;
}

.header.header--top {
  margin: 10px auto 0;
}
.header.header--top .header__inner {
  padding-left: 0;
}

.header__logo {
  width: 73px;
  background: #fff;
  padding-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: 65px;
}

/*------------------------------------------------------*/
/* globalnavi */
/*------------------------------------------------------*/
.globalnavi {
  height: 65px;
  background: #1a5d9f;
  padding-left: 22px;
}
.globalnavi__item {
  height: 65px;
  margin: 0 8px;
  display: inline-block;
}
.globalnavi__item a {
  color: #fff;
  font-weight: bold;
  line-height: 65px;
  display: block;
}
.globalnavi__item a:hover {
  color: #6cbae8;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* Footer */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.footer {
  text-align: center;
  margin-top: 40px;
  padding: 10px 0 0 0;
}
.footer__logo {
  height: 90px;
  margin-bottom: 24px;
}
.footer__title {
  color: #9fa0a0;
  font-size: 14px;
  font-weight: bold;
}
.footer_navi {
  margin: 0 10px 16px;
}
.footer_navi__item {
  line-height: 1;
  display: inline-block;
}
.footer_navi__item + .footer_navi__item::before {
  content: "/";
  color: #0067b6;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
}
.footer_navi__item a {
  font-size: 14px;
  font-weight: bold;
}
.copyright {
  color: #fff;
  font-size: 12px;
  background: #005bac;
  padding: 10px 5%;
}
.copyright p {
  margin: 5px 0;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* error */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.error {
  margin: 50px auto 0 auto;
  text-align: center;
}
.error .error__title {
  font-size: 2.2em;
  margin-bottom: 50px;
}
.error p {
  margin-bottom: 10px;
}
.error .error__btn-text {
  margin-top: 50px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* conteiner */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.conteiner__wrapper {
  width: 1008px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.conteiner__head {
  width: 100%;
  flex-shrink: 0;
}
.conteiner__main {
  width: 688px;
  margin: 0px 20px 0 0;
  flex-shrink: 0;
}
.conteiner__sub {
  width: 300px;
  flex-shrink: 0;
  position: relative;
}
.conteiner__bottom {
  margin: 40px 0;
}

/*------------------------------------------------------*/
/*title*/
/*------------------------------------------------------*/
.content-title {
  text-align: center;
  line-height: 1;
  background-image: url(/assets/ichimen/images/pc_title_back.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  margin: 30px auto 0;
  display: block;
}
.content-title span {
  color: #0058aa;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.conteiner__sub .content-title {
  margin: 20px 0 0;
}
.conteiner__sub .content-title span {
  font-size: 21px;
  margin-top: -3px;
}

.global-title {
  color: #1a5d9f;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding-bottom: 16px;
}

.local-title {
  color: #0058aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #0058aa;
  margin-top: 50px;
  padding-bottom: 20px;
}
.local-title span {
  font-size: 14px;
  border: 1px solid #0058aa;
  margin-left: 30px;
  padding: 5px 13px;
}

.page-title__wrap {
  text-align: center;
  margin: 20px 0 40px;
}
.page-title {
  color: #231815;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.page-title--lead {
  color: #e4007f;
  padding-left: 30px;
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 50%;
  height: 5px;
  background-color: #0058aa;
}

.matome-title__wrap {
  text-align: center;
  margin: 20px 0 40px;
}
.matome-title {
  color: #231815;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.matome-title--lead {
  color: #e4007f;
  padding-left: 30px;
}
.matome-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 50%;
  height: 5px;
  background-color: #0058aa;
}

/*------------------------------------------------------*/
/*btn*/
/*------------------------------------------------------*/
.btn__wrap {
  text-align: center;
  margin: 0 auto 30px;
}
.btn {
  height: 50px;
  width: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: #006fb7;
  border-radius: 5px;
  margin: 20px auto 0;
  padding: 0 55px;
  display: inline-block;
}
.btn.btn--full {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #1a5d9f;
}
.btn:hover,
.btn.btn--full:hover {
  color: #fff;
  background: #0081d1;
}

.btn.btn--wire {
  height: 46px;
  width: auto;
  color: #3296d4;
  font-size: 18px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #3296d4;
  margin: 0 auto;
  padding: 0 50px;
  display: inline-block;
}
.btn.btn--wire:hover {
  color: #fff;
  background: #3296d4;
}

.btn.btn--video {
  height: 46px;
  width: auto;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  background: #006fb7;
  border: 1px solid #006fb7;
  margin: 0 auto;
  padding: 0 50px;
  display: inline-block;
}
.btn.btn--video:hover {
  color: #006fb7;
  background: #fff;
}

.btn.btn--read {
  height: 46px;
  width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  background: #006fb7;
  background-image: url(/assets/ichimen/images/icon_arrow_bottom_off.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 50px 50%;
  border: 1px solid #006fb7;
  margin: 0 auto;
  padding: 0 50px 0 80px;
  display: inline-block;
}
.btn.btn--read:hover {
  color: #006fb7;
  background: #fff;
  background-image: url(/assets/ichimen/images/icon_arrow_bottom_on.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 50px 50%;
}

.btn--submit {
  height: 36px;
  color: #1a5d9f;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #fff;
  border: 1px solid #1a5d9f;
  border-radius: 5px;
  padding: 0 30px;
  display: inline-block;
}
.btn--submit:hover {
  color: #fff;
  background: #1a5d9f;
}

.btn--next::before,
.btn--open::before {
  content: "";
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.btn--next::before {
  height: 15px;
  width: 10px;
  background-image: url(/assets/ichimen/images/btn_arrow_right.svg);
  background-size: 10px auto;
}
.btn--open::before {
  height: 10px;
  width: 15px;
  background-image: url(/assets/ichimen/images/btn_arrow_bottom.svg);
  background-size: 15px auto;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/*breadcrumb*/

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.breadcrumb {
  color: #595757;
  font-size: 12px;
  background-image: url(/assets/ichimen/images/icon_home.svg);
  background-size: 14px 17px;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  padding-left: 24px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  margin: 0 5px;
  content: ">";
  color: #0058aa;
  font-weight: bold;
}
.breadcrumb li a {
  color: #8e8e8e;
}
.breadcrumb li a:hover {
  color: #0081d1;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* info */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.info__wrap {
  width: 100%;
}
.info__inner {
}
.info__title {
  color: #005bac;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  padding-bottom: 20px;
  position: relative;
}
.info__title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 53px;
  height: 5px;
  transform: translateX(-50%);
  background-color: #0058aa;
}
.info__title--sub {
  color: #231815;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 2px solid #005bac;
  display: inline-block;
}
.info__lead {
  color: #005bac;
  font-size: 23px;
  margin: 30px auto;
}
.info__head {
  border: 10px solid #f7f8f8;
  padding: 10px 70px;
}
.info__text {
  font-size: 14px;
  margin: 40px auto;
}
.info__head .info__text {
  font-size: 18px;
}

.info-list {
  list-style: disc;
  margin: 40px auto;
  padding-left: 1em;
}
.info-list__item {
  font-size: 14px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* seach */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.form-site-seach-warpper {
  margin: 40px 10px;
}
.form-site-search__input-text {
  border: 1px solid #a8a8a8;
  font-size: 1em;
  padding: 5px;
  border-radius: 2px;
  margin-right: 5px;
  min-height: 34px;
  width: 400px;
  height: 36px;
  vertical-align: top;
}
.form-site-search__input-text:focus {
  background-color: #fffcdb;
}
.form-site-search__btn-submit {
  background-color: #249cf8;
  border: 1px solid #e2eef7;
  height: 48px;
  width: 60px;
  padding: 0;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
}
.form-site-search__btn-submit img {
  width: 32px;
  height: 32px;
}
.form-site-search__btn-submit:hover,
.form-site-search__btn-submit:focus {
  background-color: #8bcdff;
  cursor: pointer;
}
.form-site-search__btn-submit:active {
  background-color: #e2eef7;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* head__wrap */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.head__wrap {
  background: #009ede;
  padding: 7.66px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.frontpage {
  margin: 0 4.33px;
}

.head-group {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}
.head__logo {
  width: 60px;
}
.head__media {
  background: #1a5d9f;
  margin: 10px 0 0;
  padding: 1px 0 4px;
}
.head__media.extra {
  background: #dd0000;
}
.extra__head {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid #fff;
  display: block;
  margin: 4px 4px 0;
  padding: 4px 0;
}
.head__date {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 8px 0;
}
.head__date--y,
.head__date--m,
.head__date--d {
  width: 100%;
  font-size: 42px;
  line-height: 0.9;
  display: block;
}
.head__date--y {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* timeline */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.timeline__wrap {
  background: #009ede;
  padding: 10px 7.33px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archives__group .timeline__wrap {
  padding: 0;
}

.timeline {
  width: 50%;
  overflow: hidden;
}
.archives__group .timeline {
  width: 100%;
}

.timeline__item {
  width: 314px;
  background: #fff;
  margin: 0 0 16px;
  position: relative;
  display: flex;
  position: relative;
  cursor: pointer;
}
.archives__group .timeline__item {
  width: 580px;
  margin: 0 0 20px 0;
}
.timeline__item a {
  display: flex;
  position: relative;
}
.timeline__date {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.timeline__date .head__date--y {
  font-size: 10px;
}
.timeline__date .head__date--m,
.timeline__date .head__date--d {
  font-size: 23px;
}
.archives__group .timeline__date .head__date--y {
  font-size: 18px;
}
.archives__group .timeline__date .head__date--m,
.archives__group .timeline__date .head__date--d {
  font-size: 42px;
}

.timeline__media {
  width: 224px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.archives__group .timeline__media {
  width: 440px;
}

.timeline__photo {
  height: 90px;
  width: 90px;
  background: #d3edfb;
}
.timeline__photo img {
  height: inherit;
  width: inherit;
}
.archives__group .timeline__photo {
  height: 140px;
  width: 140px;
}
.timeline__wrap--archives .timeline__photo img {
  height: inherit;
  width: inherit;
}

.timeline__title {
  color: #231815;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px;
  flex-grow: 1;
}
.archives__group .timeline__title {
  font-size: 21px;
}
.timeline__item a:hover .timeline__title {
  color: #0081d1;
}
.timeline__lead {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left: 8px;
  bottom: 4px;
}
.archives__group .timeline__lead {
  font-size: 15px;
}

.timeline__item .label {
  position: absolute;
  top: 0;
}

/*------------------------------------------------------*/
/*	*/
/*------------------------------------------------------*/
.timeline__item--subcul .timeline__date {
  color: #783791;
}
.timeline__item--subcul .timeline__lead {
  color: #783791;
}
.timeline__item--tv .timeline__date {
  color: #79bc29;
}
.timeline__item--tv .timeline__lead {
  color: #79bc29;
}
.timeline__item--extra .timeline__date {
  color: #dd0000;
}
.timeline__item--extra .timeline__lead {
  color: #dd0000;
}

/*------------------------------------------------------*/
/* .timeline__item--left */
/*------------------------------------------------------*/
.timeline__item--left .timeline__photo {
  order: 1;
}
.timeline__item--left .timeline__media {
  order: 0;
}
.timeline__item--left .timeline__date {
  margin-left: 8px;
}
.timeline__item--left .label {
  right: 0;
}
.timeline__item--left .timeline__item {
  margin-left: 3.33px;
}
.archives__group .timeline__item--left .timeline__item {
  margin-left: 0;
}
.archives__group .timeline__item--left {
  margin-left: 6.6px;
  margin-right: 93.4px;
}
.timeline__item.timeline__item--left::before,
.timeline__item--left .timeline__item::before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-left: solid 19px rgba(0, 0, 0, 0.5);
}
.archives__group .timeline__item.timeline__item--left::before,
.archives__group .timeline__item--left .timeline__item::before {
  border-bottom: solid 15px transparent;
  border-left: solid 33px rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------*/
/* .timeline__item--right */
/*------------------------------------------------------*/
.timeline__item--right .timeline__date {
  order: 1;
  margin-right: 8px;
}
.timeline__item--right .timeline__title {
  order: 0;
}
.timeline__item--right .label {
  left: 0;
}
.timeline__item--right .timeline__item {
  margin-left: 19.34px;
}
.archives__group .timeline__item--right .timeline__item {
  margin-left: 0;
}
.archives__group .timeline__item--right {
  margin-left: 101.4px;
  margin-right: 6.6px;
}
.timeline__item.timeline__item--right::before,
.timeline__item--right .timeline__item::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 19px rgba(0, 0, 0, 0.5);
}
.archives__group .timeline__item.timeline__item--right::before,
.archives__group .timeline__item--right .timeline__item::before {
  border-bottom: solid 15px transparent;
  border-right: solid 33px rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------*/
/* .timeline__item--center */
/*------------------------------------------------------*/
.timeline__item--center .timeline__photo {
  order: 1;
}
.timeline__item--center .timeline__media {
  order: 0;
}
.timeline__item--center .timeline__date {
  margin-left: 8px;
}
.timeline__item--center .label {
  right: 0;
}
.timeline__item--center .timeline__item {
  margin: 0 auto 16px;
}
.archives__group .timeline__item--center {
  margin: 0 50px 20px;
}
.timeline__item.timeline__item--center::before,
.timeline__item--center .timeline__item::before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-left: solid 19px rgba(0, 0, 0, 0.5);
}
.archives__group .timeline__item.timeline__item--center::before,
.archives__group .timeline__item--center .timeline__item::before {
  border-bottom: solid 15px transparent;
  border-left: solid 33px rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* pickup */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.pickup__wrap {
  overflow: hidden;
}
.pickup {
  margin: 27px auto 0;
  position: relative;
}
.pickup__item {
  height: 248px;
  width: 440px;
  background: #fff;
  margin: 0 auto;
  padding-top: 5px;
}
.pickup__item.slick-slide {
  opacity: 0.5;
}
.pickup__item.slick-slide.slick-active {
  opacity: 1;
}
.pickup__item a {
  width: 400px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.pickup__photo {
  height: 243px;
  width: 400px;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pickup__title {
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  background: rgba(0, 160, 233, 0.6);
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*CLS 対策*/
div.pickup > div.pickup__item:not(:first-child) {
  display: none;
}

/* label */
.pickup__item .label {
  width: auto;
  font-size: 16px;
  padding: 4px 10px 4px 16px;
  position: absolute;
  top: -5px;
  left: -10px;
}

.pickup__item .label:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 12px 0 12px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: #1a5d9f;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 6;
}
.slick-prev {
  left: 24px;
}
.slick-next {
  right: 24px;
}
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
  content: "";
  position: absolute;
  top: 19px;
}
.slick-prev:before,
.slick-next:before {
  border: 8px solid transparent;
  margin-top: -12px;
  z-index: 2;
}
.slick-prev:after,
.slick-next:after {
  border: 10px solid transparent;
  margin-top: -14px;
  z-index: 1;
}
.slick-prev:before {
  left: 4px;
  border-right: 8px solid #1a5d9f;
}
.slick-prev:after {
  left: -2px;
  border-right: 10px solid #fff;
}
.slick-next:before {
  right: 4px;
  border-left: 8px solid #1a5d9f;
}
.slick-next:after {
  right: -2px;
  border-left: 10px solid #fff;
}

.slick-slide,
.slick-slide:focus,
.slick-slide a,
.slick-arrow {
  outline: none;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* new */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.new__wrap {
}
.new__list {
  margin: 7px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new__item {
  width: 330px;
  background: #fff;
  margin: 20px 0 0;
}
.new__item a {
  display: block;
}
.new__photo {
  height: 218px;
  width: 330px;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;"; /*IE対策*/
}
.new__title {
  color: #595757;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 8px 0 0 0;
}
.new__item a:hover .new__title {
  color: inherit;
}
.new__tag {
  font-size: 0;
  margin: 8px 0 0;
}
.new__tag span {
  color: #0067b6;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-top;
  background-image: url(/assets/ichimen/images/back.png);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-right: 10px;
  padding-bottom: 7px;
  display: inline-block;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* hash */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.hash__wrap {
  background-image: url(/assets/ichimen/images/back.png);
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 8px 0;
}
.ad-rec + .hash__wrap {
  margin: 20px 0;
}
.hash {
  margin: 7px 0 10px 8px;
}
.hash a {
  color: #0067b5;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  background: #fff;
  border-radius: 5px;
  margin: 4px 5px 0 0;
  padding: 3px 7px 4px;
  display: inline-block;
}
.hash a span {
  border-bottom: 1px solid #0067b5;
  padding-bottom: 2px;
}
.hash a:hover {
  color: #fff;
  background: #0081d1;
}
.hash a:hover span {
  border-bottom: 1px solid #fff;
}

.hash__title {
  background-image: url(/assets/ichimen/images/pc_title_back_only.png);
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 8px;
  display: block;
}
.hash__title span {
  width: 110px;
  color: #1a5d9f;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* photo */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.photoslider__wrap {
  margin: 0 0 20px;
}

/*--------------------------------------- 右カラム写真スライダー
---------------------------------------*/
.photoslider__area .slider-pro .sp-slide {
  background: #000000;
}
.photoslider__area .slider-pro .sp-slide .sp-image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 300px !important;
}
.photoslider__area .slider-pro .sp-previous-arrow:before,
.photoslider__area .slider-pro .sp-previous-arrow:after {
  left: 0;
}
.photoslider__area .slider-pro .sp-next-arrow:before,
.photoslider__area .slider-pro .sp-next-arrow:after {
  right: 0;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* article-list */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.article-list__wrap {
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-list__item {
  width: 340px;
  margin-bottom: 20px;
  position: relative;
}
.article-list__unit {
  display: flex;
}
.article-list__thumb {
  position: relative;
  flex-shrink: 0;
}
.article-list__photo {
  height: 107px;
  width: 160px;
  margin-right: 14px;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
  flex-shrink: 0;
}
.article-list__date {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #3296d4;
  padding: 3px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-list__title {
  color: #595757;
  font-size: 13px;
  font-weight: bold;
}
.article-list__unit:hover .article-list__title {
  color: inherit;
}
.article-list__tag {
  font-size: 0;
  margin: 4px 0 0;
}
.article-list__tag span,
.article-list__tag a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #e4007f;
  margin: 4px 10px 0 0;
  display: inline-block;
}
.article-list__tag a:hover {
  color: #33bad4;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* archives */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.archives__wrap {
  background: #009ede;
  border-radius: 12px;
  padding-bottom: 20px;
}
.archives__wrap .head__wrap {
  margin-bottom: 0;
  padding: 0;
}
.archives__wrap .head__wrap .frontpage {
  margin-bottom: 20px;
}

.frontpage__group--extra {
  width: 100%;
}
.frontpage__group--tv {
  width: 330px;
}
.frontpage__group--subcul {
  width: 330px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* article-list */

/*------------------------------------------------------*/
/*------------------------------------------------------*/

.list__head {
  text-align: right;
  margin: 20px 0 0 0;
}
.list__btn--archive {
  height: 40px;
  color: #3296d4;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-image: url(/assets/ichimen/images/icon_archive.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border: 1px solid #0081d1;
  border-radius: 5px;
  padding: 0 20px 0 50px;
  display: inline-block;
}

.list-info--photo {
  background-image: url(/assets/ichimen/images/icon_info_photo.svg);
  background-size: 35px 30px;
  background-repeat: no-repeat;
  margin-left: 20px;
  padding-left: 50px;
}
.list-info--photo span {
  height: 28px;
  color: #3296d4;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  border: 1px solid #3296d4;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
.list-info--photo span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  z-index: 2;
}
.list-info--photo span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 4px solid #3296d4;
  z-index: 1;
}

/*------------------------------------------------------*/
/* article-list_horizontal */
/*------------------------------------------------------*/
.article-list_horizontal {
  font-size: 0;
  margin-bottom: 10px;
}
.article-list_horizontal__item {
  border-bottom: 1px solid #dcdddd;
}
.article-list_horizontal__unit {
  padding: 24px 0;
  display: flex;
}
.article-list_horizontal__photo {
  height: 150px;
  width: 150px;
  background: #ededed;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.article-list_horizontal__photo img {
  max-height: 150px;
  max-width: 150px;
  height: auto;
  width: auto;
}
.article-list_horizontal__photo--movie {
  height: 84px;
  width: 150px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.article-list_horizontal__photo--movie img {
  width: 100%;
}
.article-list_horizontal__time {
  height: 24px;
  width: 60px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: rgb(35, 24, 21, 0.9);
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-list_horizontal__media {
  width: 100%;
  position: relative;
  flex-shrink: 1;
}
.article-list_horizontal__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 12px;
}
.article-list_horizontal__text {
  color: #595757;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 42px;
}
.article-list_horizontal__date {
  color: #b5b5b6;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-list_horizontal__count {
  color: #595757;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: top;
}
.article-list_horizontal__count img {
  height: auto;
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.article-list_horizontal__info {
  padding-right: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.article-list_horizontal__info img {
  height: 30px;
}

.article-list_horizontal__item--single {
  border-bottom: 1px solid #dcdddd;
}
.article-list_horizontal__item--single .article-list_horizontal__unit {
  min-height: 86px;
  padding: 20px 0;
}
.article-list_horizontal__item--single .article-list_horizontal__title {
  font-size: 18px;
  line-height: 1.3;
}
.article-list_horizontal__item--single .article-list_horizontal__date {
  position: static;
}

/*------------------------------------------------------*/
/* article-list_grid */
/*------------------------------------------------------*/
.article-list_grid {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.article-list_grid__item {
  width: 323px;
  margin-bottom: 40px;
  position: relative;
}
.article-list_grid__unit {
}
.article-list_grid__photo {
  height: 240px;
  width: 323px;
  background: #e9f1f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-list_grid__photo img {
  max-height: 240px;
  max-width: 323px;
  height: auto;
  width: auto;
}
.article-list_grid__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}
.article-list_grid__date {
  color: #b5b5b6;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.article-list_grid__info {
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-list_grid__tag {
  margin-top: 15px;
}
.article-list_grid__tag a {
  color: #0067b6;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-image: url(/assets/ichimen/images/back.png);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-right: 20px;
  padding-bottom: 7px;
  display: inline-block;
}
.article-list_grid__item .label__wrap {
  margin-top: 12px;
  position: static;
}
.article-list_grid__item .label--article {
  margin: 0 10px 0 0;
}

/*------------------------------------------------------*/
/* movie-list */
/*------------------------------------------------------*/
.movie-list {
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-list__item {
  height: 180px;
  width: 320px;
  margin-top: 30px;
  position: relative;
}
.movie-list__item a {
  position: relative;
  display: block;
}
.movie-list__item img {
  height: 180px;
  width: 320px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.movie-list__info {
  height: 24px;
  width: auto;
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-list__date {
  color: #277ae7;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.movie-list__count {
  color: #595757;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.movie-list__count img {
  height: 8px;
  width: auto;
  margin-right: 5px;
  vertical-align: baseline;
}
.movie-list__title {
  width: 100%;
  color: #fff;
  font-size: 12px;
  background: rgba(50, 150, 212, 0.8);
  padding: 6px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*------------------------------------------------------*/
/* movie-list_grid */
/*------------------------------------------------------*/
.movie-list_grid {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.movie-list_grid__item {
  width: 330px;
  margin-bottom: 40px;
  position: relative;
}
.movie-list_grid__unit {
}
.movie-list_grid__photo {
  width: 330px;
  height: 183.625px;
  background: #e9f1f4;
  position: relative;
}
.movie-list_grid__photo img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.movie-list_grid__time {
  height: 24px;
  width: 60px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: rgb(35, 24, 21, 0.9);
  position: absolute;
  right: 0;
  bottom: 0;
}
.movie-list_grid__title {
  width: 330px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.movie-list_grid__date {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #3296d4;
  padding: 3px 10px;
  display: inline-block;
}
.movie-list_grid__count {
  color: #595757;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.movie-list_grid__count img {
  height: auto;
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.movie-list_grid__info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*------------------------------------------------------*/
/* calendar */
/*------------------------------------------------------*/
.calendar__wrap {
  margin-bottom: 20px;
  padding: 16px 0;
}
.calendar__table {
  width: 300px;
  color: #1a5d9f;
  text-align: center;
  background: #fff;
  border: 2px solid #1a5d9f;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  padding: 8px;
  position: relative;
}
.calendar__table:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.calendar__table:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #1a5d9f;
  z-index: 1;
}
.calendar__day {
  padding: 4px 0 16px;
}
.calendar__y,
.calendar__d,
.calendar__m {
  font-weight: bold;
  line-height: 1;
  display: block;
}
.calendar__y {
  font-size: 12px;
}
.calendar__d {
  font-size: 32px;
}
.calendar__m {
  font-size: 10px;
}
.calendar__table td {
  width: 14.28%;
  color: #9fa0a0;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
}
.calendar__table td a {
  height: 18px;
  width: 18px;
  color: #1a5d9f;
  margin: 0 auto;
  display: block;
}
.calendar__table td a:hover,
.calendar__table td.cr a {
  color: #fff;
  background: #1a5d9f;
  border-radius: 50%;
}

.calendar__prev,
.calendar__next {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #1a5d9f;
  margin: 18px auto 0;
  display: block;
  position: relative;
}
.calendar__prev.disabled,
.calendar__next.disabled {
  border: 1px solid #9fa0a0;
}
.calendar__prev a,
.calendar__next a {
}
.calendar__table td .calendar__prev a:hover,
.calendar__table td .calendar__next a:hover {
  background: #e9f1f4;
}
.calendar__prev img,
.calendar__next img {
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar__prev img {
  right: 2px;
}
.calendar__next img {
  left: 3px;
}

.calendar__select {
  text-align: center;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.calendar__form {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.calendar__form select {
  font-size: 20px;
  padding: 3px 10px;
}

/**/
.article-pager {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.article-pager__nav {
  height: 46px;
  width: 132px;
}
.article-pager__prev,
.article-pager__next {
  height: 46px;
  width: 132px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 46px;
  background: #3296d4;
  display: block;
}
.article-pager__prev:hover,
.article-pager__next:hover {
  color: #fff;
  background: #0081d1;
}
.article-pager__date {
  height: 46px;
  width: 424px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 46px;
}
.article-pager__date span {
  font-size: 20px;
}
.article-pager__numb {
  height: 46px;
  width: 424px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 46px;
}

.change {
  margin-bottom: 20px;
}
.change__back {
  width: 152px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #006fb7;
  border-radius: 5px 5px 0 0;
  margin: 0 3.33px 0 auto;
  padding: 5px;
  display: none;
  cursor: pointer;
}
.archives__group .change__back {
  margin: 0 125px 0 auto;
}
.change__back.show {
  display: block;
}
.change__timeline {
}
.change__frontpage {
  display: none;
  overflow: hidden;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* article */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.article__wrap {
}
.article__photo {
  max-height: 672px;
  max-width: 672px;
  margin: 0 auto;
}
.article__head {
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.article__head + .photo__photo {
  margin-top: 20px;
}
.article__title {
  width: 100%;
  color: #231815;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 5px;
}
.article__title a {
  color: #231815;
}
.article__date {
  color: #b5b5b6;
  font-size: 12px;
  margin: 15px 0;
  display: inline-block;
}
.article__tag {
  font-size: 0;
  background-image: url(/assets/ichimen/images/back.png);
  margin: 15px 0;
  padding: 10px 10px 5px;
}
.article__tag a {
  color: #0067b6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 3px 7px 6px;
  display: inline-block;
}
.article__tag a:hover {
  color: #0081d1;
}
.article__tag a span {
  border-bottom: 1px solid #0067b5;
  padding-bottom: 2px;
}
.article__tag a:hover {
  color: #fff;
  background: #0081d1;
}
.article__tag a:hover span {
  border-bottom: 1px solid #fff;
}
.article_text__wrap {
  margin: 40px 0;
}
.article__text {
  color: #595757;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
}
.article__nakamidashi {
  font-weight: bold;
  color: #231815;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
}
.article__question {
  font-weight: bold;
  color: #231815;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
}
.article__thumb {
  width: 333px;
  margin: 5px auto 20px;
}
.article__thumb_unit {
  width: 100%;
  text-align: center;
  display: block;
}
.article__thumb img {
  max-height: 333px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.article__thumb_cap {
  color: #707070;
  font-size: 14px;
}
.article__photolist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.article__photolist a {
  height: 165px;
  width: 165px;
  background: #f3f3f3;
  margin-right: 9.33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__photolist a:nth-child(n + 5) {
  margin-top: 9.33px;
}
.article__photolist a:nth-child(4n) {
  margin-right: 0;
}
.article__photolist a img {
  max-height: 165px;
  max-width: 165px;
  height: auto;
  width: auto;
}

.article__photo-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.btn__photolist {
  height: 46px;
  width: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  background: #006fb7;
  border: 1px solid #006fb7;
  border-radius: 5px;
  display: inline-block;
}
.btn__photolist-count {
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 16px;
  margin: 0 0 0 10px;
  padding: 8px 14px;
  vertical-align: bottom;
}
.btn__photolist:hover {
  color: #006fb7;
  background: #fff;
}
.btn__photolist:hover .btn__photolist-count {
  color: #006fb7;
  border-color: #006fb7;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* photo */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.photo__wrap {
  margin-bottom: 20px;
}
.photo__area {
  margin: 0 0 20px;
}
.photo__photo {
  min-height: 90px;
  max-height: 688px;
  width: 688px;
  background: #f3f3f3;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.photo__photo--minh {
  min-height: 387px;
  max-height: 688px;
  width: 688px;
  background: #f3f3f3;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.photo__horizontal {
  width: 278px;
  margin: 0 1em 1em 0;
  float: left;
}
.photo__unit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo__image {
  max-height: 688px;
  max-width: 688px;
  height: auto;
  width: auto;
}
.photo__horizontal .photo__image {
  max-height: 278px;
}
.photo__read {
  height: 114px;
  width: 114px;
  display: block;
  position: absolute;
  top: -30px;
  right: -35px;
}
.photo__numb {
  height: 37px;
  width: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 37px;
  background: rgba(0, 129, 209, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo__cap {
  color: #707070;
  font-size: 15px;
  margin: 15px 0;
}

.photo__title {
  color: #231815;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 5px;
}
.photo__title a {
  color: #231815;
}

.photo_acd {
  position: relative;
}
.photo_acd__check {
  display: none;
}
.photo_acd__label {
  background-image: none !important;
  padding: 0 55px !important;
  cursor: pointer;
  position: relative;
  z-index: 6;
}

.photo_acd__area {
}
.photo_acd .article__text {
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: linear 0.5s;
  overflow-y: hidden;
}
.photo_acd__check:checked ~ .photo_acd__area .article__text {
  max-height: 2000px;
  margin: 40px 0;
}
.photo_acd__check:checked ~ .photo_acd__area p:first-of-type {
  margin: 40px auto 0;
  padding-bottom: 20px;
}
.photo_acd__check:checked ~ .photo_acd__area p:nth-of-type(2) {
  margin: 0 auto 40px;
  padding-top: 20px;
}

.photo__photolist-wap {
  border: 1px solid #b5b5b6;
  margin: 20px 0;
  padding: 25px 35px;
  position: relative;
}
.photo__photolist {
  height: 78px;
  width: 608px;
  margin: 0 auto;
  overflow: hidden;
}
.photo__photolist--inner {
  width: 99999px;
  display: flex;
  flex-wrap: wrap;
  transition-property: margin-left;
  transition-duration: 0.1s;
}
.photo__photolist a {
  height: 78px;
  width: 78px;
  background: #f3f3f3;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo__photolist a img {
  height: auto;
  width: auto;
  max-height: 78px;
  max-width: 78px;
}

.photo__photolist--prev,
.photo__photolist--next {
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
}
.photo__photolist--prev {
  left: 0;
}
.photo__photolist--next {
  right: 0;
}
.photo__photolist--prev:before,
.photo__photolist--prev:after,
.photo__photolist--next:before,
.photo__photolist--next:after {
  content: "";
  position: absolute;
  top: 19px;
}
.photo__photolist--prev:before,
.photo__photolist--next:before {
  border: 13px solid transparent;
  margin-top: -12px;
  z-index: 2;
}
.photo__photolist--prev:after,
.photo__photolist--next:after {
  border: 15px solid transparent;
  margin-top: -14px;
  z-index: 1;
}
.photo__photolist--prev:before {
  left: 4px;
  border-right: 13px solid #fff;
}
.photo__photolist--prev:after {
  left: -4px;
  border-right: 15px solid #0081d1;
}
.photo__photolist--next:before {
  right: 4px;
  border-left: 13px solid #fff;
}
.photo__photolist--next:after {
  right: -4px;
  border-left: 15px solid #0081d1;
}

/* slider実装の追加修正分 */
div.photo__photo > div.photo__slick:not(:first-child) {
  display: none;
}
div.photo__photolist > div.photo__slick:not(:first-child) {
  display: none;
}
/* adaptiveHeight: trueなら、これは不要*/
/* slick対応　heightを固定*/
div.photo__photo .slick-track {
  display: flex;
  align-items: center;
  height: 720;
  background-color: #f3f3f3;
}
/*ここまで*/

.slide-arrow {
  background: repeat;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
  border-bottom: transparent 12px solid;
  border-left: 0;
  border-right: 12px solid #0081d1;
  border-top: transparent 12px solid;
  left: 4px;
  z-index: 100;
}
.next-arrow {
  border-bottom: transparent 12px solid;
  border-left: 12px solid #0081d1;
  border-right: 0;
  border-top: transparent 12px solid;
  right: 4px;
  z-index: 100;
}
.slick-num {
  width: 100px;
  height: 37px;
  background-color: #0081d1;
  color: #fff;
  font-size: 15px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
}
.photo__photolist .slick-list,
.photo__photolist .slick-track {
  height: 100%;
}
.photo__photolist .photo__slick img {
  width: 78px;
  height: 100%;
  object-fit: contain;
}
.photo__photo .photo__slick img,
.photo__photo img /* 2023-03-14 追加 */
 {
  height: 100%;
  width: 100%; /* 2023-03-14 追加 */
  margin: 0 auto;
  object-fit: contain;
  max-width: 688px; /* 2023-03-14 追加 */
  max-height: 688px; /* 2023-03-14 追加 */
}
.photo__photolist .photo__slick {
  margin: 0 10px;
  background-color: #f3f3f3;
}
.photo__photolist .slick-list {
  width: 90%;
  margin: 0 auto;
}
.photo__slick img {
  max-width: 712px;
  max-height: 712px;
}
/* ここまで */

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* movie */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.movie__wrap {
}
.movie__info {
  margin: 5px 0;
}
.movie__time {
  color: #595757;
  font-size: 13px;
  line-height: 1;
  margin-right: 20px;
  display: inline-block;
}
.movie__time img {
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
}

.movie__area {
  width: 100%;
  position: relative;
}
.movie__area--minh {
  width: 100%;
  min-height: 387px;
  position: relative;
}
.movie__image {
  height: auto;
  width: 100%;
}
.movie__body {
  display: block;
}
.movie__body::before {
  position: absolute;
  content: "";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 484px;
  background-color: transparent;
  background-image: url(/assets/ichimen/images/icon_videoplay.svg);
  background-size: 100px 75px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
  opacity: 0.8;
}
.movie__area:hover .movie__body::before {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/assets/ichimen/images/icon_videoplay_over.svg);
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  z-index: 3;
}
.movie__cap {
  font-size: 13px;
  margin: 10px 0;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* matome-list */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.matome-list__wrap {
}
.matome-list {
}
.matome-list__item {
  border-bottom: 1px solid #dcdddd;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.matome-list__head {
  color: #0067b5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.matome-list__count {
  color: #0067b5;
  font-size: 14px;
  background: #e9f1f4;
  background-image: url(/assets/ichimen/images/icon_related_article.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  margin-left: 40px;
  padding: 3px 20px 3px 50px;
  display: inline-block;
}
.matome-list__count span {
  font-size: 20px;
  padding: 0 5px;
}

.matome-list__unit {
  color: #595757;
  display: flex;
}
.matome-list__unit:hover {
  color: #33bad4;
}
.matome-list__photo {
  height: 233px;
  width: 233px;
  background: #e9f1f4;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.matome-list__photo img {
  height: auto;
  width: auto;
  max-height: 233px;
  max-width: 233px;
}
.matome-list__media {
  width: 435px;
  position: relative;
}
.matome-list__date {
  color: #b5b5b6;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}
.matome-list__title {
  color: #0067b5;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 25px;
}
.matome-list__text {
  font-size: 14px;
}
.matome-list__tag {
  font-size: 0;
  margin: 10px 0 0;
}
.matome-list__tag span,
.matome-list__tag a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #e4007f;
  margin-right: 10px;
  display: inline-block;
}
.matome-list__tag a:hover {
  color: #33bad4;
}

.matome-list__item .btn__wrap {
  margin: 0 0 20px;
}
.matome-list__item .btn {
  background: #0081d1;
}

.matome-list__info {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.matome-list__info img {
  height: 30px;
}

.matome__lead {
  color: #595757;
  font-size: 16px;
  line-height: 2;
  margin: 50px 0;
}
.matome__info {
  color: #0058aa;
  font-size: 14px;
  border: 1px solid #0058aa;
  margin: 20px 0 40px;
  padding: 16px 20px;
}

.matome__tag {
  margin: 20px 0 6px;
}
.matome__tag-head {
  color: #eb687a;
  font-size: 14px;
  background-image: url(/assets/ichimen/images/icon_tag.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 50%;
  margin: 0 14px 14px 0;
  padding-left: 24px;
  display: inline-block;
}
.matome__tag a {
  color: #eb687a;
  font-size: 12px;
  font-weight: bold;
  background: #f9e4e6;
  border: 1px solid #eb687a;
  border-radius: 3px;
  margin: 0 10px 14px 0;
  padding: 6px 8px;
  display: inline-block;
}
.matome__tag a:hover {
  background: #fff;
}

.matome__date {
}
.matome__date-head {
  font-size: 12px;
  border: 1px solid #231815;
  margin-right: 10px;
  padding: 3px 8px;
  display: inline-block;
}
.matome__date-group {
  color: #0058aa;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}
.matome__date-group time {
  color: #595757;
}

.movielatest__list__loader img {
  width: 64px;
  height: 7px;
}
#infscr-loading {
  clear: both;
  text-align: center;
  margin: 0px auto;
  padding: 20px 0px;
}
#infscr-loading img {
  width: 64px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* related */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.related__wrap {
  margin-bottom: 30px;
}
.related__title {
  color: #0058aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: 1px solid #0058aa;
  margin: 30px 0 16px;
  padding-bottom: 16px;
}
.related__item {
  min-height: 30px;
  margin: 16px 0 0;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.related__item a {
  color: #0058aa;
  font-size: 14px;
  display: block;
}
.related__item a:hover {
  color: #0081d1;
}
.related__item--article {
  background-image: url(/assets/ichimen/images/icon_related_article.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.related__item--outbound {
  background-image: url(/assets/ichimen/images/icon_related_outbound.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 25px;
}

/*動画のリンク化*/
.movielink {
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
.movielink img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.movielink a {
  display: block;
}
.movielink a::before {
  position: absolute;
  content: "";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 484px;
  background-color: transparent;
  background-image: url(/assets/ichimen/images/icon_videoplay.svg);
  background-size: 100px 75px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
  opacity: 0.8;
}
.movielink:hover a::before {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/assets/ichimen/images/icon_videoplay_over.svg);
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  z-index: 3;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* nextpost */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.nextpost__wrap {
  border-top: 1px solid #0058aa;
  margin: 40px 0;
}
.post-prev,
.post-next {
  color: #0058aa;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-bottom: 1px solid #0058aa;
  padding: 18px 0;
  display: block;
}
.post-prev {
  background-image: url(/assets/ichimen/images/icon_post_prev.svg);
  background-position: 0 50%;
  padding-left: 30px;
}
.post-next {
  text-align: right;
  background-image: url(/assets/ichimen/images/icon_post_next.svg);
  background-position: 100% 50%;
  padding-right: 30px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* fun_gadget */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.fun_gadget__item {
  background: #ffffff;
  border: 1px solid #0058aa;
  margin: 8px 0px;
}
.fun_gadget__item a {
  text-decoration: none;
  display: block;
  padding: 16px;
  position: relative;
  display: flex;
}
.fun_gadget__photo {
  height: 150px;
  width: 150px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.fun_gadget__photo img {
  height: auto;
  width: auto;
  max-height: 150px;
  max-width: 150px;
}
.fun_gadget__media {
  width: calc(100% - 150px);
  margin: 0 8px 0 20px;
  flex-shrink: 1;
}
.fun_gadget__title {
  color: #231815;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}
.fun_gadget__title--sub {
  color: #0058aa;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: url(/assets/ichimen/images/icon_fun_gadget.svg) no-repeat;
  background-size: 13px 16px;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
}
.fun_gadget__article_title {
  color: #595757;
  font-size: 14px;
  line-height: 1.3;
}
.fun_gadget__corner {
  height: 35px;
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding: 0 15px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.fun_gadget__item.mantanfun .fun_gadget__corner {
  background: #222;
}
.fun_gadget__item.mantanfun .fun_gadget__title {
  margin: 0 120px 15px 0;
}
.fun_gadget__item.eigajouei .fun_gadget__corner {
  background: #8d150a;
}
.fun_gadget__item.eigajouei .fun_gadget__title {
  margin: 0 126px 15px 0;
}
.fun_gadget__item.dramamiru .fun_gadget__corner {
  background: #00a199;
}
.fun_gadget__item.dramamiru .fun_gadget__title {
  margin: 0 110px 15px 0;
}
.fun_gadget__item.animepress .fun_gadget__corner {
  background: #244fa0;
}
.fun_gadget__item.animepress .fun_gadget__title {
  margin: 0 126px 15px 0;
}
.fun_gadget__item.gravurezukan .fun_gadget__corner {
  background: #f08b1a;
}
.fun_gadget__item.gravurezukan .fun_gadget__title {
  margin: 0 126px 15px 0;
}
.fun_gadget__item.fashion-check .fun_gadget__corner {
  background: #e50012;
}
.fun_gadget__item.fashion-check .fun_gadget__title {
  margin: 0 190px 15px 0;
}

.release-list {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.release-list ul {
  margin-bottom: 40px;
  padding: 5px 0;
}
.release-list ul li {
  border-top: 1px solid #eee;
  font-size: 0.9em;
  line-height: 1.3;
  overflow: hidden;
  padding: 8px 0;
}
.release-list ul li :first-child {
  border-top: none;
}
.release-list ul li .icon-new {
  color: #f39821;
  font-size: 0.7rem;
  font-weight: normal;
  font-weight: bold;
  margin-left: 5px;
}
.release-list ul li .icon-photo {
  display: inline-block;
  background: url(/assets/ichimen/images/icon_camera16.png) no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
  margin-left: 5px;
}
.release-list ul li .icon-movie {
  display: inline-block;
  background: url(/assets/ichimen/images/icon_clapperboard16.png) no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
  margin-left: 5px;
}
.release-list ul li span {
  color: #999999;
  font-size: 0.8em;
  padding-top: 6px;
  display: block;
}
.release-list ul .release-list__txt--last {
  border-bottom: none;
}
.release-list .release-list__subculture--top {
  float: left;
  width: 336px;
  margin-bottom: 20px;
}
.release-list .release-list__subculture--top li:first-child {
  font-size: 1rem;
  font-weight: bold;
}
.release-list .release-list__tv--top {
  float: left;
  margin-left: 16px;
  width: 336px;
  margin-bottom: 20px;
}
.release-list .release-list__tv--top li:first-child {
  font-size: 1rem;
  font-weight: bold;
}

/* layout */
.layout--cover {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.layout--cover_ul {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  object-position: 0 0;
}
.layout--cover_dr {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  object-position: 100% 100%;
}
.layout--contain {
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
}
.layout--contain_ul {
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
  object-position: 0 0;
}

/* test */
.sample {
  padding: 1rem;
}
/*------------------------------------------------------*/
/* ranking 2023-03-24 追加 */ 
/*------------------------------------------------------*/
.ranking {
  margin: 20px 0;
}
.ranking__header {
  color: #0058aa; 
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.ranking__header::after {
  content: '';
  background-image: url(https://mantan-web.jp/assets/ichimen/images/pc_title_back.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ranking__header::before {
  content: '';
  background-image: url(https://mantan-web.jp/assets/ichimen/images/pc_title_back.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.ranking__wrap {
  display: flex;
  padding: 8px 0;
  border-bottom: solid 1px #CCC;
  position: relative;
}
.ribbon {  
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #ff785b;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #ff785b;
  border-right: 15px solid #ff785b;
  border-bottom: 8px solid transparent;
}
.ranking__no1 {
  background: #EFAF00;
}
.ranking__no1::after {
  border-left-color: #EFAF00;
  border-right-color: #EFAF00;
}
.ranking__no2 {
  background: #009b9f;
}
.ranking__no2::after {
  border-left-color: #009b9f;
  border-right-color: #009b9f;
}
.ranking__no3 {
  background: #ff785b;
}
.ranking__no3::after {
  border-left-color: #ff785b;
  border-right-color: #ff785b;
}
.ranking__img__wrap {
  background-color: #ededed;
}
.ranking__wrap > div {
  width: 50%;
  display: flex;
  align-items: center;
}
.ranking__wrap.min > .ranking__img__wrap {
  width: 40%;
}
.ranking__wrap.min > .ranking__text__wrap {
  width: 60%;
}
.ranking__img {
  width: 100%;
  height: 120px;
  max-height: 120px;
  object-fit: contain;
}
.ranking__wrap.min img {
	max-height: 80px;
}
.ranking__text__wrap {
  display: flex;
  align-items: center;
}
.ranking__text {
  font-size: 12px;
  color: #595757;
  padding: 0 10px;
}

/* 2023-08-17 まとめボックス */
.matomebox__wrap {
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	padding: 1rem;
	box-shadow:0px 0px 4px 2px #ccc inset;
	margin-bottom: 10px;
  }
  .matomebox__wrap .related__title {
	margin: 16px 0 16px;
  }
  .matomebox {
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
	/* box-shadow:0px 0px 4px 2px #ccc inset; */
  }
  .matomebox__main {
	display: flex;
	position: relative;
  }
  .matomebox__main__new {
	position: absolute;
	top: -8px;
	left: -8px;
	background-color: #0063ad;
	color: white;
	padding: 8px;
	font-size: 12px;
  }
  .matomebox__main img {
	width: 320px;
	max-height: 120px;
	height: 100%;
	object-fit: contain;
	background-color: #f5f5f5;
  }
  .matomebox__main .matomebox__main__text {
	font-size: 16px;
	padding: 8px;
  }
  .matomebox__btn__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
  }
  .matomebox__btn {
	font-size: 14px;
	padding: 8px;
	margin-right: 8px;
	margin-top: 8px;
	background-color: #3296d4;
	color: white;
	border-radius: 4px;
  }