@charset "utf-8";

/* Common */

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

/* FONT */

@font-face {
  font-family: "YrsaBO";
  src: url("../font/Yrsa-Bold.ttf");
}

@font-face {
  font-family: "YrsaME";
  src: url("../font/Yrsa-Medium.ttf");
}

@font-face {
  font-family: "YrsaSE";
  src: url("../font/Yrsa-SemiBold.ttf");
}

@font-face {
  font-family: "YrsaLI";
  src: url("../font/Yrsa-Light.ttf");
}

/* Section 共通 */

.container {
  position: relative;
}

.flex_third_outer {
  display: flex;
  flex-wrap: wrap;
}

.flex_third_outer > div {
  width: calc(100% / 3);
}

section img,
.flex_third_outer img {
  width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/* design */

.pt50 {
  padding-top: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb100 {
  padding-bottom: 100px;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #efeeed !important;
}

/* Post 共通 */

.post {
  padding: 15px;
  margin: 10px 0;
  position: relative;
}

.post a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.post:hover {
  opacity: 0.7;
}

.post_content {
  background-color: #fff;
  position: relative;
  width: 93%;
  top: -37px;
  right: 0;
  padding: 5px 0 10px 10px;
  margin-left: auto;
  margin-bottom: -37px;
}

.post_category {
  font-size: 23px;
  font-family: "YrsaSE", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding-bottom: 25px;
}

.post_title {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.75vw;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 15px;
}

.post_date {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 12px;
  color: #727172;
}

.btn_view_all {
  max-width: 300px;
}

.sp_btn_view_all {
  display: none;
}

.btn_view_all img,
.sp_btn_view_all img,
.other_manga img {
  width: 100%;
}

.other_manga {
  max-width: 300px;
}

.btn_yumexia {
  max-width: 628px;
  top: -80px;
}

.btn_view_all,
.btn_yumexia,
.other_manga {
  position: relative;
  margin-top: 15px;
  margin: 0 auto;
}

.btn_view_all .active,
.btn_yumexia .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}

.btn_view_all:hover .active,
.btn_yumexia:hover .active {
  opacity: 0;
}

/* NEWS */

.news,
.news_contents {
  max-width: 1366px;
  width: 75%;
  margin: 0 auto;
}

.news h2,
.news_contents h2 {
  font-family: "YrsaME";
  font-size: 75px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  font-weight: 500;
}

.news h2 span,
.news_contents h2 span {
  background-color: #fff;
  z-index: 1000;
  position: relative;
  padding: 0 10px;
}

.news h2::after,
.news_contents h2::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  height: 6px;
  content: "";
  border-top: solid 6px #231815;
  border-bottom: solid 1px #231815;
  padding-left: 10px;
}

.news h4,
.news_contents h4 {
  margin-bottom: 25px;
}

.news h4 img,
.news_contents h4 img {
  width: 100%;
}

.news_contents h4.other {
  font-family: "YrsaME";
  font-size: 5vw;
  text-align: center;
  border-bottom: 2px solid #251e1c;
  width: 30%;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 30px;
}

/* 記事の画像を正方形に調整 */

.news .post_image,
.interview .post_image {
  position: relative;
}

.news .post_image::before,
.interview .post_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news .post_image img,
.interview .post_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.news_category_outer {
  margin: 60px 0;
}
.news_category_outer.top {
  margin: -20px 0 30px 0;
}

.news_category_outer .news_category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "YrsaSE", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 24px;
  margin: 0 -6.3px;
}

.news_category_outer .news_category li {
  padding: 3.15px;
}
.news_category_outer .news_category li a {
  border: 0.5px solid #231815;
  padding: 10px 3.5vw;
  display: block;
  margin-bottom: 6.3px;
}
.news_category_outer .news_category li.active a {
  background-color: #231815;
  color: #ffffff;
}

.news_category_outer .news_category li:nth-of-type(1),
.news_category_outer .news_category li:nth-of-type(2) {
  width: calc(100% / 2);
  text-align: center;
}

.news_category_outer .news_category li:nth-of-type(3),
.news_category_outer .news_category li:nth-of-type(4),
.news_category_outer .news_category li:nth-of-type(5) {
  width: calc(100% / 3);
  text-align: center;
}

/* MANGA */

.manga {
  margin-top: 70px;
  background-color: #f5f3f2;
  position: relative;
}

.ttl_manga {
  position: absolute;
  top: 0;
  left: 3%;
  max-width: 100px;
  width: 8%;
}

.sp_ttl_manga {
  display: none;
}

.manga_wrapper {
  max-width: 1366px;
  width: 75%;
  margin: 0 auto;
  padding: 70px 0;
}

.more_manga {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  max-width: 120px;
}

.more_manga a:hover,
.sp_more_manga a:hover {
  opacity: 0.7;
}

.sp_more_manga {
  display: none;
  max-width: 70%;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}

.manga h4 {
  font-family: "YrsaME";
  font-size: 5vw;
  text-align: center;
  border-bottom: 2px solid #251e1c;
  width: 30%;
  margin: 0 auto;
  padding-top: 40px;
}

.manga h4.other {
  width: 100%;
  border: 0;
}

.manga h4.other img {
  width: 100%;
  border: 0;
}

.other_manga_wrapper {
  max-width: 1366px;
  width: 75%;
  margin: 0 auto;
  padding: 5px 0 60px 0;
}

/* CAREER */

.career {
  position: relative;
  margin-top: 150px;
}

.career_wrapper {
  background-color: #a3d9eb;
}

.career h2 {
  max-width: 335px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  left: 0;
}

.career .bnr_yumexia {
  max-width: 1020px;
  margin: 0 auto;
  margin-top: -105px;
}

.career .sp_bnr_yumexia {
  display: none;
}

/* LIFESTYLE */

.lifestyle {
  margin: 0 auto;
  max-width: 1020px;
  padding: 95px 0 120px 0;
  margin: 0 auto;
}

.lifestyle img {
  width: 100%;
}

.lifestyle a:hover,
.sp_lifestyle a:hover {
  opacity: 0.7;
}

.sp_lifestyle {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}

.sp_lifestyle img {
  width: 100%;
}

/* YOUTUBE */

.youtube,
.youtube_contents {
  max-width: 1366px;
  width: 75%;
  margin: 0 auto;
}

.youtube h2 {
  font-family: "YrsaME";
  font-size: 75px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  font-weight: 500;
}

.youtube h2 span {
  background-color: #fff;
  z-index: 1000;
  position: relative;
  padding: 0 10px;
}

.youtube h2::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  height: 6px;
  content: "";
  border-top: solid 6px #231815;
  border-bottom: solid 1px #231815;
  padding-left: 10px;
}

.youtube .post_image,
.youtube_contents .post_image {
  position: relative;
}

.youtube .post_image img,
.youtube_contents .post_image img {
  min-height: 300px;
  object-fit: cover;
}

.youtube .post_image .ico_youtube,
.youtube_contents .post_image .ico_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 30%
  );
}

.ico_youtube .img_youtube_outer {
  width: 30%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ico_youtube .img_youtube_outer img.img_youtube {
  width: 100%;
  min-height: 40%;
}

.youtube .post_category,
.youtube_contents .post_category {
  font-size: 19px;
  font-family: "YrsaSE", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding-bottom: 20px;
}

.youtube h4 {
  font-family: "YrsaME";
  font-size: 5vw;
  text-align: center;
  border-bottom: 2px solid #251e1c;
  width: 30%;
  margin: 0 auto 30px auto;
  padding-top: 40px;
}

.youtube h4.other {
  width: 100%;
  border: 0;
}

.youtube h4.other img {
  width: 100%;
  border: 0;
}

.youtube_contents h2 {
  font-family: "YrsaME";
  font-size: 75px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.youtube_contents h2 span {
  background-color: #fff;
  z-index: 1000;
  position: relative;
  padding: 0 10px;
}

.youtube_contents h2::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
  height: 6px;
  content: "";
  border-top: solid 6px #231815;
  border-bottom: solid 1px #231815;
  padding-left: 10px;
}

.single-youtube .entry_content .movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.single-youtube .entry_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* INTERVIEW */

.interview {
  position: relative;
}

.bg_interview {
  position: relative;
  width: 100%;
}

.ttl_interview {
  position: absolute;
  top: 0;
  right: 3%;
  max-width: 100px;
  width: 8%;
}

.sp_ttl_interview {
  display: none;
}

.interview_wrapper {
  background-color: #f5f3f2;
}

.interview_inner {
  max-width: 1366px;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.more_interview {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  max-width: 120px;
}

.sp_more_interview {
  display: none;
}

.sp_more_interview {
  display: none;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 0 10vw 0;
}

.interview .post {
  padding: 20px 15px;
  position: relative;
}

.interview .post_content {
  background-color: #fff;
  padding: 15px 20px;
  margin-left: auto;
  margin-bottom: -37px;
  width: 100%;
}

.interview .post_category {
  font-size: 23px;
  font-family: "YrsaSE", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding-bottom: 15px;
}

.interview .post_title {
  padding-bottom: 20px;
}

.interview .name,
.interview .position {
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
}

/*------------ 下層ページ ---------------*/

/* content */

.content_wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 60px;
}

.contents .content {
  width: calc((100% - 100px) / 3);
  margin: 35px 0;
  color: #3e3a39;
  display: flex;
  flex-direction: column;
}

.thumbnail {
  flex-grow: 1;
}

.thumbnail img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
}

.text {
  font-weight: bold;
}

.text .title {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 16.35px;
  border-bottom: 1px solid #dcdddd;
  padding: 5px 0;
  line-height: 1.47;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.text .name {
  font-size: 18px;
  margin: 10px 0;
}

.text .position {
  font-size: 14px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* pagenation */

.pagination {
  font-family: "YrsaLI";
  font-size: 27px;
  margin: 50px 0 80px 0;
}

.page-number-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.page-number-box .prev a {
  position: absolute;
  left: 0;
  top: -13px;
  font-size: 19px;
  border: 0.5px solid #000000;
  padding: 13px;
}

.page-number-box .next a {
  position: absolute;
  right: 0;
  top: -13px;
  font-size: 19px;
  border: 0.5px solid #000000;
  padding: 13px;
}

.page-number-box .prev span,
.page-number-box .next span {
  display: none;
}
.page-number-box li {
  margin-right: 10px;
}

.page-number-box li:last-child {
  margin-right: 0;
}

.page-numbers {
  border: 0.5px solid #000000;
  padding: 13px;
}

.page-numbers.current {
  background-color: #fff;
}

.page-numbers.dots {
  background-color: #fff;
  padding: 0;
}

/*------------ Single page ---------------*/

.content_area {
  margin: 0 auto;
  line-height: 1.75;
  margin-bottom: 80px;
}

.content_area img {
  max-width: 100%;
}

.entry_header {
  font-weight: bold;
  line-height: 1.75;
}

.entry_header .post_category {
  font-size: 32px;
  border-bottom: 6px solid #000;
  padding: 0;
  margin-bottom: 25px;
}

.entry_header .post_date {
  font-size: 19px;
}

.entry_header .post_name {
  font-size: 30px;
}

.entry_header .post_position {
  font-size: 14px;
  padding: 0 0 30px;
}

.post_thumbnail img {
  max-height: 380px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

h1.entry_title {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 40px;
}

/*------------ コンテンツ部分 ---------------*/

.entry_content {
  padding: 25px 0 40px;
}

.entry_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0 40px 0;
}

.entry_content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.entry_content h2 {
  font-size: 30px;
  line-height: 2.25;
  margin: 35px 0 20px 0;
}

.entry_content h3 {
  font-size: 20px;
  line-height: 2.25;
  margin: 35px 0 20px 0;
}

.entry_content h4 {
  font-size: 18px;
  line-height: 2;
  margin: 35px 0 20px 0;
}

.entry_content　figure {
  margin: 5px 0;
}

.entry_content .size-medium {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.entry_tags,
.entry_sns {
  margin-bottom: 45px;
}

.entry_tags p,
.entry_sns p {
  font-family: "YrsaSE", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 29px;
  margin-bottom: 10px;
}

.entry_tags span {
  border: 0.5px solid #000;
  padding: 10px;
  margin-right: 15px;
}

.entry_sns ul {
  display: flex;
}

.entry_sns ul li {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.entry_sns .fa-line {
  font-size: 40px;
  color: #09bd00;
}

.other_article {
  margin-bottom: 80px;
}

/*------------ Smartphone ---------------*/

@media screen and (max-width: 900px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  /* Post 共通 */

  .post {
    padding: 0;
    margin: 0;
  }

  .post_category {
    font-size: 1.5em;
  }

  .post_content {
    width: 100%;
    position: static;
    margin: 0;
  }

  .post_date {
    font-size: 0.7em;
  }

  .bg_gray .post_content {
    background-color: #efeeed !important;
  }

  .sub_ttl {
    text-align: center;
    padding: 40px 0;
  }

  .sub_ttl h4 {
    display: inline;
  }

  /* NEWS */

  .news .flex_third_outer,
  .news_contents .flex_third_outer,
  .youtube .flex_third_outer,
  .youtube_contents .flex_third_outer,
  .interview .flex_third_outer {
    flex-direction: column;
  }

  .news .flex_third_outer > div,
  .news_contents .flex_third_outer > div,
  .youtube .flex_third_outer > div,
  .youtube_contents .flex_third_outer > div,
  .interview .flex_third_outer > div {
    width: 100%;
  }

  .news,
  .news_contents {
    width: 90%;
  }

  .news h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .news_contents h2 {
    position: relative;
    font-family: "YrsaME";
    font-size: 10vw;
    margin-bottom: 45px;
    overflow: hidden;
    text-align: center;
  }

  .news_contents h2::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 6px;
    content: "";
    border-top: solid 6px #231815;
    border-bottom: solid 1px #231815;
    padding-left: 10px;
  }

  .news .post:first-of-type {
    padding-bottom: 5vw;
    display: block;
  }

  .news .post:first-of-type .post_image {
    width: 70%;
    margin: 0 auto;
  }

  .news .post:first-of-type .post_content {
    text-align: center;
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 10px 10px;
  }

  .news .post:first-of-type .post_title {
    font-size: 2em;
    padding-bottom: 3vw;
  }

  .news .post:first-of-type .post_date {
    font-size: 1em;
  }

  .news .post,
  .news_contents .post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .news .post .post_image,
  .news_contents .post .post_image {
    width: 48%;
    margin: 0 auto;
  }

  .news .post_content,
  .news_contents .post_content {
    padding: 15px 0 10px 30px;
  }

  .news .post .post_category,
  .news_contents .post .post_category {
    padding-bottom: 4.5vw;
  }

  .news .post .post_title,
  .news_contents .post .post_title {
    font-size: 1.65em;
    padding-bottom: 3vw;
    line-height: 1;
  }

  .news .flex_third_outer,
  .news_contents .flex_third_outer {
    margin-bottom: 40px;
  }

  .news_category_outer .news_category {
    font-size: 28px;
    flex-wrap: wrap;
  }

  .news_category_outer .news_category li a {
    padding: 10px 5.5vw;
    margin-right: 7px;
    margin-bottom: 7px;
  }

  @media screen and (max-width: 600px) {
    .news_category_outer .news_category {
      font-size: 20px;
    }
    .news_category_outer .news_category li a {
      padding: 10px 5vw;
    }
  }

  @media screen and (max-width: 450px) {
    .news_category_outer .news_category {
      font-size: 17px;
    }
    .news_category_outer .news_category li a {
      padding: 10px 0;
    }
    .news_category_outer.top {
      margin: -10px 0 30px 0;
    }
  }

  /* MANGA */

  .manga {
    margin-top: 60px;
  }

  .ttl_manga {
    display: none;
  }

  .sp_ttl_manga {
    display: block;
    padding: 30px 0 20px;
    width: 65%;
  }

  .other_manga {
    padding-top: 50px;
  }

  .manga_wrapper {
    padding: 0;
    width: 90%;
  }

  .other_manga_wrapper {
    width: 90%;
  }

  .manga .flex_third_outer > div {
    width: 50%;
  }

  .manga .post {
    padding: 2vw;
  }

  .manga .post_content {
    padding: 10px 7px 5px 7px;
  }

  .manga .post .post_title {
    font-size: 1.65em;
    padding-bottom: 1.5vw;
    line-height: 1;
  }

  .manga .post .post_category {
    padding-bottom: 1.5vw;
  }

  .more_manga {
    display: none;
  }

  .sp_more_manga {
    display: block;
  }

  .other_manga {
    max-width: 70%;
  }

  .btn_view_all {
    display: none;
  }

  .sp_btn_view_all {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }

  .manga h4 {
    font-size: 2.5em;
  }

  .youtube h4 {
    font-size: 3em;
  }

  .news_contents h4.other {
    font-size: 3em;
  }

  /* career */
  .career {
    margin-top: 105px;
  }

  .career .bnr_yumexia {
    display: none;
  }

  .career .sp_bnr_yumexia {
    width: 90%;
    display: block;
    margin: -80px auto 0 auto;
  }

  .career h2 {
    max-width: 40%;
  }

  .btn_yumexia {
    top: -20px;
    padding-bottom: 4vw;
    max-width: 70%;
  }

  /* lifestyle */
  .lifestyle {
    display: none;
  }

  .sp_lifestyle {
    display: block;
  }

  /* youtube */

  .youtube,
  .youtube_contents {
    width: 90%;
  }

  .youtube h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }

  .youtube .post,
  .youtube_contents .post {
    padding: 15px;
    margin-bottom: 20px;
  }
  .youtube .post:last-of-type,
  .youtube_contents .post:last-of-type {
    margin-bottom: 35px;
  }

  .youtube .post_image .ico_youtube,
  .youtube_contents .post_image .ico_youtube {
    background: none;
  }

  .youtube .post_image img,
  .youtube_contents .post_image img {
    min-height: 290px;
  }

  .ico_youtube .img_youtube_outer {
    width: 20%;
  }

  .youtube .post_title,
  .youtube_contents .post_title {
    font-size: 1.65em;
    padding-bottom: 4.5vw;
  }

  .youtube .post_content,
  .youtube_contents .post_content {
    padding: 10px 0 0;
  }

  .youtube .post_category,
  .youtube_contents .post_category {
    font-size: 1.3em;
  }

  .youtube_contents h2 {
    position: relative;
    font-family: "YrsaME";
    font-size: 10vw;
    margin-bottom: 45px;
    overflow: hidden;
    text-align: center;
  }

  .youtube_contents h2::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 6px;
    content: "";
    border-top: solid 6px #231815;
    border-bottom: solid 1px #231815;
    padding-left: 10px;
  }

  /* INTERVIEW */

  .ttl_interview {
    display: none;
  }

  .sp_ttl_interview {
    display: block;
    padding: 5px 0 45px;
    background-color: #f5f3f2;
  }

  .sp_ttl_interview img {
    width: 75%;
  }

  .interview_inner {
    width: 90%;
    padding-bottom: 10px;
  }

  .interview .post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
  }

  .interview .post .post_image {
    width: 48%;
  }

  .interview .post_content {
    background: none;
    margin: 0;
    padding: 0 0 0 3vw;
  }

  .interview .post_category {
    font-size: 1.5em;
    padding-bottom: 2vw;
  }

  .interview .post_title {
    font-size: 1.65em;
  }

  .interview .name,
  .interview .position {
    font-size: 0.7em;
  }

  .more_interview {
    display: none;
  }

  .sp_more_interview {
    display: block;
  }

  /*------------ 下層ページ Smartphone ---------------*/

  /* content */

  .content_wrapper {
    padding: 0;
  }

  .contents .content {
    width: 100%;
    margin: 30px 0;
  }

  .contents {
    flex-direction: column;
    padding: 0 40px;
    margin: 25px 0;
  }

  .thumbnail img {
    height: 100%;
  }

  /* pagination */

  .pagination {
    margin: 50px 0 155px 0;
    font-size: 23px;
  }

  .page-number-box .next a,
  .page-number-box .prev a {
    border: 0;
    line-height: 70px;
    display: block;
    width: 100%;
    height: 100%;
  }

  .page-number-box .prev {
    width: 50%;
    border: 3px solid #231815;
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    padding-right: 10px;
  }

  .page-number-box .next {
    width: 50%;
    text-align: right;
    border: 3px solid #231815;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    padding-right: 10px;
  }

  .page-number-box .prev span,
  .page-number-box .next span {
    display: inline-block;
    font-size: 33px;
  }
  .page-numbers {
    padding: 5px;
  }

  .page-numbers,
  .dots {
    position: relative;
    top: 90px;
  }

  /* single page */

  .entry_header,
  .entry_tags,
  .entry_sns {
    margin: 0 20px;
  }

  .entry_header {
    margin-top: 50px;
  }

  .entry_tags span {
    display: inline-block;
    margin-bottom: 13px;
  }

  .entry_header .post-name {
    font-size: 17.26px;
  }

  .entry_header .post-position {
    font-size: 10px;
  }

  h1.entry_title {
    padding: 0 0 20px 0;
    font-size: 1.8em;
  }

  .entry_content h3 {
    line-height: 1.65;
  }

  .entry_content {
    padding: 0 0 50px;
  }

  .entry_content p,
  .entry_content h2,
  .entry_content h3,
  .entry_content h4,
  .entry_content h5 {
    margin: 0 20px;
  }

  .entry_content .size-medium {
    width: 100%;
    text-align: center;
  }

  .btn-more img {
    width: 37%;
  }
}

/*------------ Smartphone small size ---------------*/

@media screen and (max-width: 500px) {
  .news .post:first-of-type .post_title {
    font-size: 1.5em;
  }

  .post_category {
    font-size: 1.3em;
  }

  .youtube .post_category,
  .youtube_contents .post_category {
    font-size: 1em;
  }

  .news .post .post_title,
  .news_contents .post .post_title,
  .manga .post .post_title,
  .youtube .post_title,
  .youtube_contents .post_title {
    font-size: 1em;
  }

  .interview .post_title {
    font-size: 0.8em;
    padding-bottom: 5px;
  }

  .sp_more_manga,
  .sp_more_interview {
    max-width: 70%;
  }

  .career {
    margin-top: 40px;
  }

  .career h2 {
    top: -10vw;
  }

  .career .sp_bnr_yumexia {
    margin-top: -11vw;
  }

  .btn_yumexia {
    padding-bottom: 10px;
  }

  .sp_lifestyle {
    padding: 40px 0;
  }

  .news h2,
  .youtube h2 {
    font-size: 2.2em;
  }

  .news h2::after,
  .news_contents h2::after,
  .news_contents h2::before,
  .youtube h2::after,
  .youtube_contents h2::after,
  .youtube_contents h2::before {
    border-top: solid 4px #231815;
  }

  .youtube .post_image img,
  .youtube_contents .post_image img {
    min-height: auto;
  }

  .interview .post_category {
    font-size: 1em;
  }

  .interview .name,
  .interview .position,
  .interview .post_date {
    font-size: 0.2em;
  }
}

/* ----------------LIFESTYLE--------
-------------------------------------- */

.lifestyle_contents {
  width: 100%;
  margin: 20px auto 0 auto;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ttl_lifestyle {
  max-width: 1360px;
  margin: 0 auto;
}

.ttl_lifestyle img {
  width: 100%;
}

.life_intro {
  text-align: center;
  margin-top: -170px;
  padding-top: 250px;
  padding-bottom: 55px;
  background: linear-gradient(to bottom, #e4dbce, #e4dbce 85%, #ffffff 100%);
}

.life_intro h3 {
  font-size: 4.4vw;
  color: #b90b4d;
  line-height: 1.15;
  margin-bottom: 65px;
}

.life_intro p {
  font-size: 2vw;
  margin-bottom: 55px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.life_content {
  max-width: 1360px;
  margin: 0 auto;
}

.life_sub_ttl01,
.life_sub_ttl02 {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 3.8vw;
  line-height: 1.47;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.life_sub_ttl01 {
  border: 1px solid #e75b80;
  color: #d9006e;
  margin: 0 auto;
  width: 75%;
  padding: 2.3vw 0;
}

.life_sub_ttl02 {
  border: 1px solid #b90b4d;
  color: #b90b4d;
  margin: 0 auto 0 0;
  width: 73%;
  padding: 1.8vw 0;
}

.life_sub_ttl01 span {
  background: url(../images/life_line_blue.svg) no-repeat;
  background-size: 84%;
  background-position: left 30% bottom;
}
.life_sub_ttl02 span {
  background: url(../images/life_line_blue.svg) no-repeat;
  background-position: left bottom;
}

.profile_outer {
  position: relative;
  margin-top: -62px;
  z-index: 0;
  margin-bottom: 90px;
}

.profile_outer img {
  width: 100%;
}

.box_profile {
  background-color: #e75b80;
  width: 30%;
  position: absolute;
  bottom: -44px;
  left: 0;
}

.box_profile.second {
  background-color: #b90b4d;
  width: 36%;
  bottom: 2vw;
  left: 2.2vw;
}
.box_profile img {
  width: 47%;
  margin-top: -12px;
  margin-bottom: 2.4vw;
}
.box_profile p {
  padding: 0 2.3vw 0 2.3vw;
  color: #fff;
}

.box_profile p.name {
  font-size: 2.3vw;
}

.box_profile p.location,
.box_profile p.txt {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: normal;
}

.box_profile p.location {
  font-weight: 700;
  font-size: 1.5vw;
  margin-bottom: 2.3vw;
}

.box_profile p.txt {
  font-weight: 400;
  font-size: 1.4vw;
  line-height: 1.94;
  padding-bottom: 2.5vw;
}

.life_inner {
  max-width: 75%;
  margin: 0 auto;
}

.life_schedule {
  margin-bottom: 100px;
}

.life_schedule .title img {
  width: 55%;
  position: relative;
}
.life_schedule .schedule img {
  width: 100%;
  margin-top: -50px;
}

.life_talk_flex {
  display: flex;
}

.life_talk_img {
  width: 51%;
  position: relative;
}

.life_talk_img img {
  max-width: 100%;
}

.life_talk_txt {
  width: 485px;
  padding-left: 35px;
}

.life_talk_txt.second {
  padding-left: 0;
  padding-right: 35px;
  padding-top: 55px;
}
.life_talk_txt.third {
  padding-left: 0;
  padding-right: 35px;
  padding-top: 25px;
}

.life_talk_txt.second p:first-of-type,
.life_talk_txt.third p:first-of-type {
  margin-top: 1vw;
}
.life_talk_ttl h4 {
  font-size: 3vw;
  color: #d9006e;
  line-height: 1.4;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 40%, rgba(217, 0, 110, 0.2) 40%);
}
.life_talk_sp_ttl h4 {
  font-size: 7.3vw;
  color: #d9006e;
  line-height: 1.27;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 40%, rgba(217, 0, 110, 0.2) 40%);
}

.life_talk_ttl.second {
  text-align: right;
}

.life_talk_flex.second h4,
.life_talk_flex.second h5 {
  color: #b90b4d;
}

.life_talk_txt h5:first-of-type {
  margin-top: 1vw;
}

.life_talk_txt h5 {
  font-size: 1.5vw;
  color: #d9006e;
  line-height: 1.7;
  font-weight: 700;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.life_talk_txt p {
  font-size: 1.5vw;
  line-height: 1.7;
  color: #000000;
  font-weight: 400;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0.001em;
}
.life_talk_sp_ttl {
  display: none;
}
.life_talk_img.second {
  margin-top: 20px;
}

.life_talk_img .point01 {
  width: 23%;
  position: absolute;
  top: -2.5vw;
  left: -2.5vw;
}

.life_talk_img .point02 {
  width: 23%;
  position: absolute;
  top: -2.5vw;
  right: -2.5vw;
  transform: rotate(90deg);
}

.txt_fyi {
  text-align: right;
  font-weight: 400;
  font-size: 1.2vw;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.life_outer {
  padding-top: calc(7vw + 10px);
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #f0e7eb;
}

.life_outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 10vw solid #f0e7eb;
  border-left: 100vw solid transparent;
  border-color: transparent transparent #f0e7eb transparent;
}

.life_outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
  border-color: transparent transparent #fff transparent;
}

.life_link_box {
  border: 10px solid #3e9f76;
  max-width: 1360px;
  margin: 0 auto 50px auto;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  text-align: center;
  padding: 3vw 0;
}

.link_box_title {
  color: #3ca77a;
  font-size: 58px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.31;
}
.link_box_title span {
  background: url(../images/life_line_pink.svg) no-repeat;
  background-size: 84%;
  background-position: right bottom;
  padding: 0 0 21px 0;
}

.link_box_txt {
  font-weight: 400;
  font-size: 2vw;
  line-height: 1.75;
  margin: 45px 0;
}

.life_bnr {
  width: 75%;
  margin: 0 auto;
}
.life_bnr img {
  width: 100%;
}

/*------------ Large size ---------------*/

@media screen and (min-width: 1360px) {
  .life_intro h3 {
    font-size: 62px;
  }
  .life_intro p {
    font-size: 25px;
  }
  .life_sub_ttl01,
  .life_sub_ttl02 {
    font-size: 51.57px;
  }
  .box_profile.second {
    width: 33%;
  }

  .box_profile p.name {
    font-size: 32px;
  }
  .box_profile p.location,
  .box_profile p.txt,
  .box_profile img {
    margin-bottom: 30px;
  }
  .txt_fyi {
    font-size: 16px;
  }

  .box_profile p.location,
  .life_talk_txt h5,
  .life_talk_txt p {
    font-size: 19px;
  }
  .box_profile p.txt {
    font-size: 17px;
  }
  .life_talk_ttl h4 {
    font-size: 37px;
  }
  .link_box_title {
    font-size: 58px;
  }
  .link_box_txt {
    font-size: 25px;
  }
}

/*------------ Smartphone ---------------*/

@media screen and (max-width: 900px) {
  .life_intro {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #e4dbce, #ffffff 100%);
  }
  .life_intro h3 {
    font-size: 7vw;
    line-height: 1.36;
    margin-bottom: 35px;
  }

  .life_intro p {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
  .life_sub_ttl01,
  .life_sub_ttl02 {
    font-size: 7vw;
    width: 95%;
  }

  .life_sub_ttl01 span {
    background-size: 75%;
    background-position: left bottom;
  }
  .profile_outer {
    margin-top: -4vw;
    margin-bottom: 10px;
  }

  .box_profile {
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: -3.5vw;
  }
  .box_profile img {
    width: 27.5%;
    margin-top: -4px;
  }

  .box_profile p.name {
    font-size: 4.6vw;
  }

  .box_profile p.location {
    font-size: 2.7vw;
  }
  .box_profile p.txt {
    font-size: 3.2vw;
  }
  .life_schedule .title {
    text-align: center;
  }
  .life_schedule .title img {
    width: 73%;
  }
  .life_inner {
    max-width: 100%;
  }
  .life_schedule .schedule img {
    margin-top: -35px;
  }
  .life_schedule {
    margin-bottom: 45px;
  }
  .life_talk_sp_ttl {
    display: block;
    margin-left: 3vw;
    margin-bottom: 6.3vw;
  }
  .life_talk_sp_ttl.second {
    text-align: right;
    margin-top: 5vw;
  }
  .life_talk_flex {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .life_talk_img {
    width: 86%;
    margin: 0 auto;
  }
  .life_talk_img .point01 {
    top: -6vw;
    left: -5vw;
  }
  .life_talk_ttl {
    display: none;
  }
  .life_talk_txt {
    padding-left: 0;
    width: 100%;
  }
  .life_talk_txt h5:first-of-type {
    margin-top: 15px;
  }
  .life_talk_txt p,
  .life_talk_txt h5 {
    font-size: 3.7vw;
  }
  .life_talk_txt.second {
    order: 2;
  }
  .life_talk_img.second {
    order: 1;
  }
  .life_talk_img.second {
    margin-top: 0;
  }
  .life_talk_txt.second,
  .life_talk_txt.third {
    padding: 0;
  }
  .txt_fyi {
    font-size: 12px;
    text-align: center;
  }
  .life_sub_ttl02 {
    margin: 0 auto;
  }
  .box_profile.second {
    width: 95%;
    position: static;
    margin-bottom: 40px;
  }

  .life_talk_txt.third {
    order: 2;
  }
  .life_link_box {
    width: 95%;
    padding: 3vw 1vw;
  }
  .link_box_title {
    font-size: 6.5vw;
  }
  .link_box_title span {
    background-size: 100%;
    padding: 0 0 10px 0;
  }
  .link_box_txt {
    font-size: 3.7vw;
    line-height: 1.66;
  }
  .life_bnr {
    width: 100%;
    padding: 0 1.8vw;
  }
}
