@charset "UTF-8";
/*
Theme Name: TOKYO YOZORA
*/

html, body {
  position: relative;
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 14px;
}

::selection {
  background-color: #7d7cb8;
}

:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.fixed {
  position: fixed;
}

.container {
  min-width: 1080px;
  padding-top: 82px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    min-width: 100%;
    padding-top: 66px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 10px;
  }
}

/* pagenavi */
.wp-pagenavi {
  text-align: center;
}

header {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  height: 82px;
  border-bottom: 2px solid #2E2D88;
}

.header_container {
  max-width: 1050px;
  margin: 0 auto;
}

.header_logo {
  float: left;
  padding: 12px 0 0 0;
}

.header_logo img {
  width: 110px;
}

.header_right {
  flex-wrap: nowrap;
  display: flex;
  display: -webkit-flex;
  float: right;
  height: 80px;
  border-right: 1px solid #2E2D88;
}

.header_share {
  display: table;
  width: 235px;
  height: 40px;
  padding: 28px 15px 0 0;
}

.icon_tw, .icon_fb, .icon_is, .icon_gp {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.header_search {
  width: 136px;
  border-left: 1px solid #2E2D88;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.icon_sc {
  padding-top: 5px;
  text-align: center;
  font-size: 27px;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 66px;
  }
  .header_container {
    max-width: 100%;
    padding: 0;
  }
  .header_logo {
    float: left;
    padding: 4px 0 0 0;
  }
  .header_logo img {
    width: 100px;
    margin: 3px 0 0 5px;
  }
  .header_right {
    height: 66px;
    border-right: none;
  }
  .header_share {
    display: none;
    padding: 0;
  }

  .header_search {
    width: 100px;
    height: 64px;
    font-size: 12px;
  }
  .icon_sc {
    padding-top: 2px;
    font-size: 23px;
  }
}


/* search-navi */
.search_navi_wrapper {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 999;
  overflow: hidden;
  transition: all 0.3s ease;
}

.navi_active {
  bottom: 0;
}

.search_navi {
  background-color: rgba(255, 255, 255, 0.97);
  height: 100%;
  padding: 60px 0;
  border: 6px solid #2E2D88;
  overflow: auto;
}

.search_keyword {
  max-width: 680px;
  height: 50px;
  margin: 0 auto 10px;
  border: 2px solid #d2d2d2;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.search_keyword [type="text"] {
  width: calc(100% - 67px);
  padding: 0 0 0 30px;
  line-height: 46px;
  border: none;
  font-size: 18px;
  appearance: none;
}

.search_keyword [type="submit"] {
  display: block;
  width: 23px;
  height: 23px;
  border: none;
  text-indent: -999px;
  position: absolute;
  top: 10px;
  right: 21px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.search_keyword i {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 20px;
}

.navi_wrapper {
  flex-wrap: nowrap;
  display: flex;
  margin-bottom: 44px;
}

.navi {
  max-width: 920px;
  padding: 50px 0;
  margin: 0 auto;
}

.area_navi {
  width: 50%;
}
.area_navi h2 {
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #000;
}
.area_navi li {
  font-size: 16px;
  line-height: 2;
}

.area_theme {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .search_navi_wrapper {
    top: 66px;
  }
  .search_navi {
    padding: 20px;
  }
  .navi {
    padding: 20px 0;
  }
  .area_navi {
    width: 100%;
  }
}

main {
  width: 100%;
}

.main_container {
  width: 1050px;
  margin: 0 auto;
}

.main_slider {
  position: relative;
  margin: 35px auto 0;
  width: 1050px;
}

.main_slider_container {
  position: relative;
  margin: 0 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-slide {
  height: 334px;
  margin: 0 5px;
  overflow: hidden;
}

.slick-slide img {
  height: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 45px;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  z-index: 150;
  transition: all 0.3s ease;
}

.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 45px;
  line-height: 1;
  opacity: .75;
  color: #2E2D88;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -45px;
}
.slick-next {
  right: -50px;
}

.main_slider::after {
  background: url(./images/bg_line.svg) repeat center;
  background-size: auto;
  background-size: auto 100%;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  z-index: 200;
  width: 1050px;
}

@media screen and (max-width: 768px) {
  .main_container, .main_slider {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .main_slider_container {
    position: relative;
    margin: 0 10px 30px 10px;
  }
  .main_slider::after {
    width: 100%;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: -5px;
  }
}

/* main */
.main_contents_container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
  width: 1050px;
  margin: 0 auto;
}

.contents_main {
  width: 740px;
  padding: 30px 0 80px;
}
.contents_side {
  width: 250px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .main_contents_container {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .contents_main {
    width: 100%;
    padding: 0 0 20px;
  }
  .contents_side {
    width: 100%;
    padding-top: 10px;
  }
}

/* left */
.article_home_container {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.article_category {
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 5px;
  position: relative;
}
.article_category span {
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.article_container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.article_wrapper {
  width: calc(50% - 15px);
  padding-bottom: 40px;
}

.article_image_wrapper {
  background-color: #fff;
  margin-bottom: 32px;
  position: relative;
}
.article_image_wrapper::after {
  background: url("./images/bg_line.svg") repeat 50% 50%;
  background-size: auto 100%;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 200;
  content: '';
}

.article_image {
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

a:hover .article_image::after {
  border-width: 8px;
}

.article_image::after {
  display: block;
  border: 0 solid rgba(46, 45, 136, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: all 0.2s ease;
}

.article_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article_title {
  height: 72px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .article_wrapper {
    width: 100%;
  }
  .article_category {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 400;
  }
  .article_category span {
    font-size: 16px;
    font-weight: 500;
  }
  .article_title {
    height: auto;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.5;
  }
}

.article_info {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 12px;
  padding-top: 15px;
  border-top: 2px solid #2E2D88;
  white-space: nowrap;
}

.article_author span {
  margin-right: 3px;
}

.article_views {
  display: flex;
  padding-left: 20px;
  align-items: center;
  justify-content: flex-end;
}
.article_views span {
  padding-right: 5px;
  font-size: 13px;
  font-weight: bold;
}

/* right */
.ad {
  margin: 0 auto 50px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.ranking {
  display: block;
}

.ranking_title {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.ranking_title_line {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 3px;
}
.ranking_title_line::before {
  display: block;
  background-color: #000;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: '';
}
.ranking_title_line span {
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 100
}
.ranking_title .memo {
  font-size: 12px;
  font-weight: bold;
}

/* ranking article */
.ranking_wrapper {
  margin-bottom: 30px;
  position: relative;
}

.ranking_image_wrapper {
  background-color: #fff;
  position: relative;
  margin-bottom: 12px;
  border-bottom: 2px solid #2E2D88;
}
.ranking_image_wrapper::after {
  background: none;
}

.ranking_image {
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.ranking .article_title {
  font-size: 14px;
  height: auto;
}

.rank {
  display: block;
  background-color: #2E2D88;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 220;
  color: #fff;
}


/* single */
.wp-block-image figcaption {
  text-align: center;
  color: #333;
}

.article_header .article_title {
  height: auto;
  font-size: 30px;
}

.article_body .content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}






footer {
  width: 100%;
}

.footer_container {
  margin: 0 auto;
  background-color: #2E2D88;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
}

.footer_nav {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding-top: 22px;
  margin-bottom: 30px;
}

.footer_nav li {
  margin: 0 22px;
}

.footer_logo {
  width: 100%;
  margin-bottom: 20px;
}

.footer_logo img {
  width: 150px;
  opacity: .8;
}
.footer_logo img:hover {
  opacity: 1;
}

.copyright {
  font-size: 11px;
  font-weight: bold;
}