@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  letter-spacing: .03em;
  background-color: #fff;
  color: #333;
}

a, button {
  text-decoration: none;
  color: #959EA7;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
}

a:hover, button:hover {
  color: #2BC8EA;
}

a:focus, *:focus {
  outline: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.inner {
  max-width: 1280px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .only_pctb {
    display: none;
  }
}

.only_tbsp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .only_tbsp {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  section.only_tbsp, div.only_tbsp {
    display: block;
  }
}

.only_sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .only_sp {
    display: inline;
  }
}

@media screen and (max-width: 896px) {
  section.only_sp, div.only_sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

@media screen and (max-width: 896px) {
  .center_sp {
    text-align: center;
  }

  .right_sp {
    text-align: right;
  }

  .left_sp {
    text-align: left;
  }
}

.caution {
  color: #666;
  font-size: 12px;
}

svg.ico_twitter {
  fill: #1da1f2;
}

svg.ico_facebook {
  fill: #1877F2;
}

svg.ico_line {
  fill: #00c300;
}

svg.ico_hatena {
  fill: #00A4DE;
}

svg.ico_feedly {
  fill: #6cc655;
}

svg.ico_rss {
  fill: #F39800;
}

.ico_instagram {
  width: 22px !important;
  height: 22px !important;
}



.blog_bnr {
  margin: 10px auto 0;
}

#wrapper {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

@media screen and (max-width: 896px) {
  #wrapper {
    margin: 0 auto 30px;
  }
}

#wrapper main {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 60px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 896px) {
  #wrapper main {
    -webkit-flex: initial;
    flex: initial;
    margin-right: 0;
  }
}

#wrapper main h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 60px;
  color: #6F7579;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.3;
}

#wrapper main h2:first-child {
  margin-top: 0;
}

#wrapper main h2 img {
  vertical-align: middle;
  margin-right: 10px;
  width: 38px;
}

#wrapper main h2 span {
  -webkit-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  #wrapper main h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: -4px;
  }

  #wrapper main h2 img {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    margin-right: 4px;
    position: relative;
    top: -2px;
  }
}

#wrapper #side {
  width: 340px;
  padding-top: 8px;
}

@media screen and (max-width: 896px) {
  #wrapper #side {
    width: 100%;
  }
}

#wrapper #side h2 {
  text-align: center;
  color: #6F7579;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
}

#wrapper #side h2:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  #wrapper #side h2 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #wrapper #side h2:first-child {
    margin-top: 20px;
  }
}

#wrapper #side p.ranking {
  text-align: center;
  color: #6F7579;
  font-size: 14px;
  margin-bottom: 24px;
}

@media screen and (max-width: 896px) {
  #wrapper #side p.ranking {
    margin-bottom: 20px;
  }
}

h3.recommend_title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #6F7579;
  border-left: 4px #becad4 solid;
  padding: 5px 10px;
}

@media screen and (max-width: 1024px) {
  h3.recommend_title {
    font-size: 16px;
  }
}

.kiji_list:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .kiji_list:first-child {
    margin-top: 20px;
  }
}

.kiji_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.kiji_list>li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
  position: relative;
}

.kiji_list>li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .kiji_list>li {
    width: 48%;
    margin-right: 4%;
  }

  .kiji_list>li:nth-child(3n) {
    margin-right: 4%;
  }

  .kiji_list>li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 896px) {
  .kiji_list>li {
    margin-bottom: 20px;
  }
}

.kiji_list>li a {
  position: relative;
}

.kiji_list>li a .tmb {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px #F0F3F5 solid;
}

@media screen and (max-width: 896px) {
  .kiji_list>li a .tmb {
    margin-bottom: 8px;
  }
}

.kiji_list>li a .tmb .tmb_line1, .kiji_list>li a .tmb .tmb_line2 {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  background-color: #2BC8EA;
}

.kiji_list>li a .tmb .tmb_line1 {
  top: 0;
  left: -100%;
}

.kiji_list>li a .tmb .tmb_line2 {
  bottom: 0;
  right: -100%;
}

.kiji_list>li a .tmb img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.kiji_list>li a .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.kiji_list>li a .textbox .category {
  background-color: #becad4;
  color: #fff;
  font-size: 10px;
  padding: 1px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .kiji_list>li a .textbox .category {
    padding: 1px 5px;
    margin-right: 5px;
  }
}

.kiji_list>li a .textbox time {
  font-size: 10px;
  color: #959EA7;
}

.kiji_list>li a .textbox .title {
  margin-top: 6px;
  color: #333;
  margin-bottom: 6px;
  font-size: 14px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .kiji_list>li a .textbox .title {
    margin-top: 4px;
    font-size: 12px;
  }
}

.kiji_list>li a .textbox .item {
  font-size: 0;
}

@media screen and (max-width: 896px) {
  .kiji_list>li a .textbox .item {
    display: none;
  }
}

.kiji_list>li a .textbox .item li {
  color: #959EA7;
  margin-right: 10px;
  display: block;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 4px;
}

.kiji_list>li a .textbox .item li::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_item_ss.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.kiji_list>li a:hover .textbox .title {
  color: #2BC8EA;
}

.kiji_list>li.new::before {
  content: "NEW";
  display: block;
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  background-color: #FF5F7E;
  opacity: 0;
}

@media screen and (max-width: 896px) {
  .kiji_list>li.new::before {
    width: 32px;
    height: 32px;
    top: -6px;
    right: -6px;
    font-size: 8px;
  }
}

.kiji_list>li.new.on::before {
  -webkit-animation: new_anime 0.45s forwards;
  animation: new_anime 0.45s forwards;
}

@-webkit-keyframes new_anime {
  0% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes new_anime {
  0% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@media screen and (max-width: 896px) {
  .kiji_list.item_slide {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin: 0 -4% 5px;
    padding-left: 4%;
  }

  .kiji_list.item_slide li {
    width: 190px;
    -webkit-flex: none;
    flex: none;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .kiji_list.item_slide li:last-child {
    padding-right: 4%;
    width: calc(190px + 4%);
  }
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.item_list.item_slide li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.item_list.item_slide li:nth-child(3n) {
  margin-right: 4%;
}

.item_list.item_slide li:nth-child(4n) {
  margin-right: 0;
}

.item_list.item_slide li a .item_name {
  font-size: 13px;
}

.item_list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.item_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .item_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .item_list li:nth-child(3n) {
    margin-right: 4%;
  }

  .item_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.item_list li a .tmb {
  margin-bottom: 4px;
  border: 1px #F0F3F5 solid;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

.item_list li a .tmb img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item_list li a .item_name {
  font-size: 14px;
  color: #333;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 896px) {
  .item_list li a .item_name {
    font-size: 12px;
  }
}

.item_list li a:hover .tmb img {
  opacity: .7;
}

.item_list li a:hover .item_name {
  color: #2BC8EA;
}

@media screen and (max-width: 896px) {
  .item_list.item_slide {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin: 0 -4% 5px;
    padding-left: 4%;
  }

  .item_list.item_slide li {
    width: 150px;
    -webkit-flex: none;
    flex: none;
    margin-right: 10px !important;
    margin-bottom: 5px;
  }

  .item_list.item_slide li:last-child {
    padding-right: 4%;
    width: calc(150px + 4%);
  }
}

.more_link a {
  border: 1px #becad4 solid;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.more_link a:hover {
  border: 1px #becad4 solid;
  background-color: #becad4;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .more_link a {
    font-size: 12px;
  }
}

.side_ranking_list li {
  margin-bottom: 20px;
  position: relative;
  counter-increment: ranking;
}

.side_ranking_list li::before {
  content: counter(ranking);
  display: inline-block;
  background-color: #becad4;
  color: #fff;
  padding: 3px 0px;
  height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 2;
}

.side_ranking_list li:first-child::before {
  background-color: #2BC8EA;
}

.side_ranking_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.side_ranking_list li a .tmb {
  width: 150px;
  margin-right: 10px;
}

.side_ranking_list li a .tmb img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  border: 1px #F0F3F5 solid;
}

@media screen and (max-width: 896px) {
  .side_ranking_list li a .tmb {
    width: 120px;
  }
}

.side_ranking_list li a .textbox {
  -webkit-flex: 1;
  flex: 1;
  font-size: 0;
}

.side_ranking_list li a .textbox .category {
  background-color: #becad4;
  color: #fff;
  font-size: 10px;
  padding: 1px 10px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 896px) {
  .side_ranking_list li a .textbox .category {
    padding: 1px 5px;
  }
}

.side_ranking_list li a .textbox .title {
  color: #333;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 896px) {
  .side_ranking_list li a .textbox .title {
    font-size: 11px;
  }
}

.side_ranking_list li a .textbox time {
  font-size: 10px;
  color: #959EA7;
  display: block;
}

.side_ranking_list li a:hover .tmb img {
  opacity: .7;
}

.side_ranking_list li a:hover .textbox .title {
  color: #2BC8EA;
}

@media screen and (max-width: 896px) {
  .side_ranking_list.item_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin: -8px -4% 5px;
    padding-left: 4%;
    padding-top: 8px;
  }

  .side_ranking_list.item_slide li {
    width: 150px;
    -webkit-flex: none;
    flex: none;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .side_ranking_list.item_slide li:last-child {
    padding-right: 4%;
    width: calc(150px + 4%);
  }

  .side_ranking_list.item_slide li a {
    display: block;
  }

  .side_ranking_list.item_slide li a .tmb {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px #F0F3F5 solid;
    width: 100%;
  }

  .side_ranking_list.item_slide li a .tmb img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}

.side_category_list li {
  border-bottom: 1px #CDD6DD solid;
}

.side_category_list li:first-child {
  border-top: 1px #CDD6DD solid;
}

.side_category_list li a {
  padding: 14px;
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.side_category_list li a::before, .side_category_list li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side_category_list li a::before {
  background: url("/images/pc/ico_arrow_r.svg") no-repeat center center;
  background-size: contain;
  opacity: 1;
}

.side_category_list li a::after {
  background: url("/images/pc/ico_arrow_r_bl.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

.side_category_list li a:hover {
  padding: 14px 14px 14px 28px;
}

.side_category_list li a:hover::before {
  opacity: 0;
}

.side_category_list li a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .side_category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }

  .side_category_list li {
    width: 49%;
    margin-right: 2%;
  }

  .side_category_list li:nth-child(2n) {
    margin-right: 0;
  }

  .side_category_list li:nth-child(2) {
    border-top: 1px #CDD6DD solid;
  }

  .side_category_list li a {
    font-size: 12px;
    padding: 10px 0;
  }

  .side_category_list li a::before, .side_category_list li a::after {
    display: none;
  }
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.tag_list li {
  margin: 0 6px 6px 0;
}

.tag_list li a {
  display: block;
  padding: 4px 10px;
  background-color: #F0F3F5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.tag_list li a:hover {
  color: #fff;
  background-color: #CDD6DD;
}

@media screen and (max-width: 896px) {
  .tag_list li a {
    font-size: 12px;
  }
}

.tag_list_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.tag_list_l li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.tag_list_l li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .tag_list_l li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.tag_list_l li a {
  display: block;
  padding: 10px 20px;
  background-color: #F0F3F5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tag_list_l li a:hover {
  color: #fff;
  background-color: #CDD6DD;
}

@media screen and (max-width: 896px) {
  .tag_list_l li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.side_more_link {
  text-align: right;
}

.side_more_link a {
  display: inline-block;
  background: url("/images/pc/ico_arrow_s_r.svg") no-repeat right center;
  background-size: 8px auto;
  font-size: 14px;
  text-align: right;
  padding: 6px 28px 6px 0;
}

@media screen and (max-width: 896px) {
  .side_more_link a {
    font-size: 12px;
  }
}

.side_more_link a:hover {
  background: url("/images/pc/ico_arrow_s_r_bl.svg") no-repeat right center;
  background-size: 8px auto;
  padding: 6px 24px 6px 0;
}

.bnr_list {
  margin-top: 60px;
}

.bnr_list li {
  margin-bottom: 20px;
}

.bnr_list li a img {
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bnr_list li a:hover img {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .bnr_list {
    width: 80%;
    margin: 30px auto 0;
  }
}

.kiji {
  border: 10px #F0F3F5 solid;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .kiji {
    border: 6px #F0F3F5 solid;
  }
}

@media screen and (max-width: 896px) {
  .kiji {
    margin-left: -2%;
    margin-right: -2%;
  }
}

.kiji .kiji_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  padding: 60px 60px 40px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_header {
    padding: 20px;
  }
}

.kiji .kiji_header .category {
  background-color: #becad4;
  color: #fff;
  font-size: 10px;
  padding: 1px 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .kiji .kiji_header .category {
    padding: 1px 5px;
  }
}

.kiji .kiji_header time {
  font-size: 10px;
  color: #959EA7;
  display: block;
}

.kiji .kiji_header h1 {
  width: 100%;
  font-size: 26px;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: bold;
  color: #2E3234;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_header h1 {
    font-size: 18px;
    margin-top: 6px;
  }
}

.kiji .kiji_detail {
  line-height: 2;
  padding: 0 60px 60px 60px;
  word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail {
    line-height: 1.8;
    font-size: 15px;
    padding: 0 20px 20px 20px;
  }
}

.kiji .kiji_detail img {
  margin-bottom: 24px;
  height: auto;
}

.kiji .kiji_detail p {
  margin-bottom: 24px;
}

.kiji .kiji_detail p img {
  margin-bottom: 0;
}

.kiji .kiji_detail a {
  color: #2BC8EA;
}

.kiji .kiji_detail a:hover {
  color: #959EA7;
}

.kiji .kiji_detail iframe:not(.instagram-media) {
  width: 740px;
  height: calc(740px * 0.5625);
}

@media screen and (max-width: 1400px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 640px;
    height: calc(640px * 0.5625);
  }
}

@media screen and (max-width: 1280px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 540px;
    height: calc(540px * 0.5625);
  }
}

@media screen and (max-width: 1140px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 440px;
    height: calc(440px * 0.5625);
  }
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 360px;
    height: calc(360px * 0.5625);
  }
}

@media screen and (max-width: 896px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 540px;
    height: calc(540px * 0.5625);
  }
}

@media screen and (max-width: 640px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 380px;
    height: calc(380px * 0.5625);
  }
}

@media screen and (max-width: 460px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 300px;
    height: calc(300px * 0.5625);
  }
}

@media screen and (max-width: 320px) {
  .kiji .kiji_detail iframe:not(.instagram-media) {
    width: 260px;
    height: calc(260px * 0.5625);
  }
}

.kiji .kiji_detail table {
  width: 100% !important;
  line-height: 1.5;
}

.kiji .kiji_detail table tr th, .kiji .kiji_detail table tr td {
  border: 1px #becad4 solid;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail table tr th, .kiji .kiji_detail table tr td {
    padding: 5px;
  }
}

.kiji .kiji_detail table tr th img, .kiji .kiji_detail table tr td img {
  max-width: 100%;
}

.kiji .kiji_detail strong {
  font-weight: bold;
}

.kiji .kiji_detail em {
  font-style: oblique;
}

.kiji .kiji_detail ul li {
  list-style: none;
  margin-bottom: 8px;
}

.kiji .kiji_detail ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

.kiji .kiji_detail h1 {
  font-size: 22px;
  color: #2BC8EA;
  line-height: 1.5;
  border-left: 4px solid #2BC8EA;
  margin-top: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  padding: 4px 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail h1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.kiji .kiji_detail h2 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail h2 {
    font-size: 18px;
  }
}

.kiji .kiji_detail h3 {
  color: #2BC8EA;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
  border-left: none;
  padding: 0;
  text-align: left;
}

.kiji .kiji_detail h4 {
  font-size: 18px;
}

.kiji .kiji_detail .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F7FAFC;
  border: 1px #becad4 solid;
  padding: 20px;
  margin-bottom: 60px;
}

.kiji .kiji_detail .item_link .item_link_img {
  width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail .item_link .item_link_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.kiji .kiji_detail .item_link .item_link_img img {
  width: 100%;
  margin-bottom: 0;
}

.kiji .kiji_detail .item_link .item_link_text {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail .item_link .item_link_text {
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
  }
}

.kiji .kiji_detail .item_link .item_link_text .item_text {
  color: #6F7579;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_detail .item_link .item_link_text .item_text {
    margin-bottom: 10px;
  }
}

.kiji .kiji_detail .item_link .item_link_text .item_btn a {
  background-color: #2BC8EA;
  color: #fff;
  padding: 12px 30px;
  display: block;
  width: 228px;
  margin: 0 auto;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 16px;
}

.kiji .kiji_data {
  border-top: 2px #F0F3F5 solid;
  padding: 40px 60px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_data {
    padding: 20px;
  }
}

.kiji .kiji_data .kiji_tag, .kiji .kiji_data .kiji_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_data .kiji_tag, .kiji .kiji_data .kiji_item {
    margin-bottom: 10px;
  }
}

.kiji .kiji_data .kiji_tag:last-child, .kiji .kiji_data .kiji_item:last-child {
  margin-bottom: 0;
}

.kiji .kiji_data .kiji_tag .kiji_data_title, .kiji .kiji_data .kiji_item .kiji_data_title {
  width: 70px;
  color: #959EA7;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_data .kiji_tag .kiji_data_title, .kiji .kiji_data .kiji_item .kiji_data_title {
    width: 100%;
    margin-bottom: 8px;
  }
}

.kiji .kiji_data .kiji_tag ul, .kiji .kiji_data .kiji_item ul {
  -webkit-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .kiji .kiji_data .kiji_tag ul, .kiji .kiji_data .kiji_item ul {
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
  }
}

.kiji .kiji_data .kiji_tag .item, .kiji .kiji_data .kiji_item .item {
  font-size: 0;
}

.kiji .kiji_data .kiji_tag .item li, .kiji .kiji_data .kiji_item .item li {
  color: #959EA7;
  margin-right: 20px;
  display: block;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 4px;
}

.kiji .kiji_data .kiji_tag .item li::before, .kiji .kiji_data .kiji_item .item li::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_item_ss.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.kiji .kiji_data .kiji_tag .item.item_link li::before, .kiji .kiji_data .kiji_item .item.item_link li::before {
  display: none;
}

.kiji .kiji_data .kiji_tag .item.item_link li a, .kiji .kiji_data .kiji_item .item.item_link li a {
  display: block;
}

.kiji .kiji_data .kiji_tag .item.item_link li a::before, .kiji .kiji_data .kiji_item .item.item_link li a::before {
  content: "";
  display: inline-block;
  background: url("/images/pc/ico_item_ss.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.kiji .kiji_data .kiji_tag .item.item_link li a:hover::before, .kiji .kiji_data .kiji_item .item.item_link li a:hover::before {
  background: url("/images/pc/ico_item_ss_bl.svg") no-repeat center center;
  background-size: contain;
}

#float_btn {
  position: fixed;
  left: -110px;
  bottom: 200px;
  width: 110px;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background-color: #fff;
  border-top: 1px #becad4 solid;
  border-right: 1px #becad4 solid;
  border-bottom: 1px #becad4 solid;
  text-align: center;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0;
  border-radius: 0 15px 15px 0;
  padding: 20px 0 16px;
  z-index: 100;
}

#float_btn.on {
  left: 0;
}

@media screen and (max-width: 1024px) {
  #float_btn {
    width: 100%;
    bottom: -100px;
    left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #float_btn.on {
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #float_btn #share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 4px;
    -webkit-flex: 1;
    flex: 1;
  }
}

#float_btn #share #share_title {
  font-size: 16px;
  color: #959EA7;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  #float_btn #share #share_title {
    font-size: 12px;
    margin-right: 14px;
  }
}

#float_btn #share ul li {
  display: inline-block;
}

#float_btn #share ul li a {
  display: block;
  padding: 4px;
}

#float_btn #share ul li a .ico {
  width: 30px;
  height: 30px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#float_btn #share ul li a:hover .ico {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media screen and (max-width: 1024px) {
  #float_btn #share ul li a {
    padding: 2px;
  }

  #float_btn #share ul li a .ico {
    width: 26px;
    height: 26px;
  }
}

#float_btn #pagetop_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #float_btn #pagetop_sp {
    display: block;
    width: 40px;
    border-left: 1px #CDD6DD solid;
    background: url("/images/pc/ico_arrow_t.svg") no-repeat center center;
    background-size: 14px auto;
  }
}

.kiji_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}

.kiji_pager .prev, .kiji_pager .next {
  -webkit-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .kiji_pager .prev a, .kiji_pager .next a {
    font-size: 14px;
  }
}

.kiji_pager .prev a {
  background: url("/images/pc/ico_arrow_l.svg") no-repeat left center;
  background-size: 8px auto;
  padding-left: 32px;
}

@media screen and (max-width: 1024px) {
  .kiji_pager .prev a {
    padding-left: 22px;
  }
}

.kiji_pager .prev a:hover {
  background: url("/images/pc/ico_arrow_l_bl.svg") no-repeat left center;
  background-size: 8px auto;
  padding-left: 28px;
}

.kiji_pager .next {
  text-align: right;
}

.kiji_pager .next a {
  background: url("/images/pc/ico_arrow_r.svg") no-repeat right center;
  background-size: 8px auto;
  padding-right: 32px;
}

@media screen and (max-width: 1024px) {
  .kiji_pager .next a {
    padding-right: 22px;
  }
}

.kiji_pager .next a:hover {
  background: url("/images/pc/ico_arrow_r_bl.svg") no-repeat right center;
  background-size: 8px auto;
  padding-right: 28px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: -40px;
  font-size: 14px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
  background: #becad4 url("/images/pc/ico_arrow_t_wh.svg") no-repeat 60% center;
  background-size: 16px auto;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#pagetop.on {
  right: 0;
}

#pagetop:hover {
  background-color: #CDD6DD;
}

@media screen and (max-width: 1024px) {
  #pagetop {
    display: none;
  }
}


.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px rgba(46, 50, 52, 0.1) solid;
  border-bottom: 1px rgba(46, 50, 52, 0.1) solid;
  margin-bottom: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 896px) {
  .pager {
    margin-left: -4%;
    margin-right: -4%;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0 4%;
  }
}

.pager .prev a, .pager .next a {
  min-width: 40px;
  min-height: 40px;
  padding: 20px;
  text-decoration: none;
}

.pager .prev a::before, .pager .next a::before {
  color: #959EA7;
}

@media screen and (max-width: 896px) {
  .pager .prev a::before, .pager .next a::before {
    display: none;
  }
}

.pager .prev a:hover::before, .pager .next a:hover::before {
  color: #2BC8EA;
}

.pager .prev a {
  background: url("/images/pc/ico_arrow_l.svg") no-repeat 10px center;
  background-size: 8px auto;
  padding-left: 30px;
}

.pager .prev a::before {
  content: "前へ";
}

.pager .prev a:hover {
  background: url("/images/pc/ico_arrow_l_bl.svg") no-repeat 5px center;
  background-size: 8px auto;
}

.pager .next a {
  background: url("/images/pc/ico_arrow_r.svg") no-repeat right 10px center;
  background-size: 8px auto;
  padding-right: 30px;
}

.pager .next a::before {
  content: "次へ";
}

.pager .next a:hover {
  background: url("/images/pc/ico_arrow_r_bl.svg") no-repeat right 5px center;
  background-size: 8px auto;
}

.pager .num {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pager .num li a, .pager .num li>div {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
}

@media screen and (max-width: 896px) {
  .pager .num li a, .pager .num li>div {
    padding: 20px 10px;
  }
}

.pager .num li a:hover {
  color: #2BC8EA;
}

/* -------- RSS -------- */
.rss_box {
  margin: 40px 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .rss_box {
    margin-top: 20px;
  }
}

.rss_box dl {
  margin: 0 0 24px 24px;
}

.text_point_box {
  background: #f6fafc;
  padding: 32px;
  border: 1px solid #e2ebef;
  margin-bottom: 24px;
}

.text_point_box .text_point_title {
  color: #7896a5;
  margin-bottom: 8px;
  font-size: 16px;
}

.text_point_box ul {
  padding: 0 0 0 24px;
  word-break: break-all;
  list-style: disc;
}

h2.rss {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 50px !important;
  color: #6F7579;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.3;
}

h2.rss:first-child {
  margin-top: 0;
}

h2.rss img {
  vertical-align: middle;
  margin-right: 10px;
  width: 38px;
}

@media screen and (max-width: 1024px) {
  h2.rss img {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    margin-right: 4px;
    position: relative;
    top: -2px;
  }
}

h2.rss span {
  -webkit-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  h2.rss {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: -4px;
  }
}
