@charset "UTF-8";

/* =====================
  reset
===================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

main {
  display: block;
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  main {
    min-width: auto;
  }
}


img {
  max-width: 100%;
  vertical-align: bottom;
  /**
   * NOTE: widthプロパティは指定しないこと。記事内で画像が重複しているものがあり(/pr/15f53578 等)、
   * widthを指定するとどんな値でも再発してしまうため。
   */
}

img.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
}

ul:not([class]), ol:not([class]) {
  padding-left: 24px;
}

/* =====================
  breadcrumb_area
===================== */
.breadcrumb_area {  
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
  z-index: 10;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serifsans-serif;
}

.breadcrumb_area > a , .breadcrumb_area > span {
  font-size: 1.2rem;
  text-decoration: none;
  color: #333;
  padding: 0 8px;
}

.breadcrumb_area > a:hover {
  color: #2E6E4D;
  text-decoration: underline;
}

.breadcrumb_area--wrapper {
  background: #F3F5F0;
  position: relative;
  height: 42px;
}

.breadcrumb_area-home {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_home.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  display: inline-block;
  height: 18px;
}

.breadcrumb_area-home > span {
  visibility: hidden;
}

.breadcrumb_area--arrow {
  color: #F3F5F0;
  padding: 0;
  position: relative;
}

.breadcrumb_area--arrow:after {
  content: '';
  display: inline-block;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_megamenu.png);
  background-repeat: no-repeat;
  background-size:contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

/* =====================
  category_articles
===================== */
.category_articles {
  padding-top: 42px;
}

@media screen and (max-width: 1200px) {
  .category_articles {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }
}

@media screen and (max-width: 767px) {
  .category_articles {
    max-width: 100%;
    padding: 60px 15px 0;
  }
}

.category_articles--tag {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.category_articles--tag--item {
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.category_articles--tag--item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e5e9e3;
  color: #333;
  font-size: 1.3rem;
  padding: 0 6px;
  text-decoration: none;
}

.category_articles--tag--item-text::before {
  color: #2e6e4d;
  content: "# ";
  font-size: 1.2rem;
}

.category_articles--tag--item-text:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.category_articles--link {
  color: #333;
  text-decoration: none;
  overflow: hidden;
}

.category_articles--topic--thumbnail .category_articles--link {
  position: relative;
  display: inline-block;
  width: 100%;
}

.category_articles--link:hover {
  text-decoration: underline;
}

.category_articles--link:hover .category_articles--topic--thumbnail--img, .category_articles--link:hover .category_articles--card--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category_articles--date {
  color: #85938b;
  font-size: 1.3rem;
}

.category_articles--topic {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .category_articles--topic {
    display: block;
  }
}

.category_articles--topic--thumbnail {
  width: 48%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .category_articles--topic--thumbnail {
    margin-bottom: 16px;
    width: 100%;
    height: calc( 100vw * .6);
  }
}

.category_articles--topic--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 272px;
}

.category_articles--topic_content {
  display: flex;
  flex-direction: column;
  max-width: 48%;
  margin-left: 24px;
}

.category_articles--topic_content , .category_list--topic_content {
  flex: auto;
}

@media screen and (max-width: 767px) {
  .category_articles--topic--thumbnail--img {
    height: 100%;
  }

  .category_articles--topic_content {
    max-width: 100%;
    margin-left: 0;
  }
}

.category_articles--topic--category {
  color: #85938b;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .category_articles--topic--category {
    margin-bottom: 8px;
  }
}

.category_articles--topic--title {
  font-size: 2.2rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .category_articles--topic--title {
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-decoration: underline;
  }
}

.category_articles--topic--read {
  font-size: 1.3rem;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .category_articles--topic--read {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .category_articles--topic--tag {
    margin-bottom: 12px;
  }
}

.category_articles--card {
  position: relative;
  width: 31.4%;
}

.category_articles--card:nth-of-type(-n+3) {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .category_articles--card:nth-of-type(-n+3) {
    margin-bottom: 24px;
  }
}

.category_articles--card:nth-of-type(n+4) {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .category_articles--card:nth-of-type(n+4) {
    margin-bottom: 24px;
  }
}

.category_articles--card:not(:nth-of-type(3n)) {
  margin-right: 2.85%;
}

@media screen and (max-width: 767px) {
  .category_articles--card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .category_articles--card {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-bottom: 24px;
    align-items: flex-start;
  }
}

.category_articles--card--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .category_articles--card--wrapper {
    display: block;
    margin-top: 36px;
  }
}

.category_articles--card--thumbnail {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.category_articles--card--thumbnail img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
  .category_articles--card--thumbnail {
    margin: 0;
    width: 35%;
    height: calc( 100vw * .22 );
  }

  .category_articles--card--thumbnail img {
    width: unset;
    height: unset;
  }
}

.category_articles--card--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 176px;
}

@media screen and (max-width: 767px) {

  .category_articles--card--thumbnail--img {
    height: 100%;
  }

  .category_articles--card_content {
    width: 61%;
  }
}

.post_content--body .category_articles--card--category {
  color: #85938b;
  display: block;
  font-weight: 600;
}

.category_articles--card--category {
  color: #85938b;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .category_articles--card--category {
    font-size: 1.3rem;
  }
}

.post_content--body .category_articles--card--wrapper .category_articles--card--thumbnail--img {
  margin: 0 auto;
  height: 170px;
  object-fit: cover;
  object-position: 0 0;
}

.category_articles--card--title {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .category_articles--card--title {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
  }
}

.category_articles--button {
  max-width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .category_articles--button {
    margin-bottom: 36px;
  }
}

.category_articles--button-text {
  display: block;
  border-bottom: 1px solid #c2c9c5;
  margin-left: auto;
  width: 264px;
  text-align: right;
  overflow: unset;
}

.category_articles--button-text:hover {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .category_articles--button-text {
    font-size: 1.4rem;
    width: 114px;
  }
}

.category_articles--button-text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-bottom: -1px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .category_articles--button-text::after {
    height: 30px;
    width: 30px;
  }
}

/* =====================
  category_list
===================== */
.category_list {
  padding: 48px 0 56px;
}

@media screen and (max-width: 767px) {
  .category_list {
    max-width: 100%;
    padding: 0px 15px 56px 15px;
    margin-top: 20px;
  }
}

.category_list--head h1 {
  border-left: 2px solid #e2c007;
  padding-left: 32px;
}

.category_list--head {
  border-bottom: 1px solid #E5E9E3;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .category_list--head {
    padding-bottom: 9px;
  }
}

.category_list--head h1 {
  border-left: 2px solid #e2c007;
  margin-bottom: 25px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .category_list--head h1 {
    border-left: none;
    padding-left: 0
  }
}
.category_list--head-cat, .category_list--head-cap {
  display: block;
}

.category_list--head-cat {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .category_list--head-cat {
    font-size: 2.8rem;
    border-left: 2px solid #e2c007;
    padding-left: 13px;
    margin-bottom: 16px;
  }
}
.category_list--head-cap {
  font-size: 1.6rem;
  font-weight: 400;
}

.category_list--head-count {
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .category_list--head-count {
    font-size: 1.3rem;
  }
}
.category_list--head-count_num {
  font-size: 2.2rem;
  margin: 0 6px 0 9px;
}
@media screen and (max-width: 767px) {
  .category_list--head-count_num {
    font-size: 2rem;
    margin-left: 23px;
  }
}

.category_list--head-tieup {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .category_list--head-tieup {
    margin-top: 24px;
  }
}

.category_list--head-keyvisual {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .category_list--head-keyvisual {
    margin-bottom: 16px;
  }
}

.category_list--head-description {
  line-height: 2;
  margin-bottom: 24px;
}

.category_list .category_articles--topic {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .category_list .category_articles--topic:not(:nth-child(3)) {
    margin-top: 24px;
  }
  .category_list .category_articles--topic:nth-child(3) {
    margin-top: 48px;
  }
}

.category_list .category_articles--topic--category {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .category_list .category_articles--topic--category {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.category_list .category_articles--topic--title {
  margin-bottom: 12px;
}

.category_list .category_articles--tag {
  margin-bottom: 12px;
}

.category_list .category_articles--tag--item a {
  color: #333;
  background: #e5e9e3;
  font-size: 1.3rem;
  padding: 0 6px;
  text-decoration: none;
}

.category_list .category_articles--tag--item a:not(:last-child) {
  margin-right: 4px;
}

.category_list .category_articles--tag--item a::before {
  color: #2e6e4d;
  content: "# ";
  font-size: 1.2rem;
}

.category_list .category_articles--tag--item a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.category_list .category_articles--topic--thumbnail--img {
  min-height: initial;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  .category_list .category_list--topic--category {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }

  .category_list .category_list--topic--thumbnail {
    height: calc( 100vw * .23);
  }

  .category_list .category_articles--topic--thumbnail--img {
    height: 100%;
  }

  .category_list .category_list--topic--tag {
    margin-bottom: 8px;
  }

  .category_list--topic--thumbnail div {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .category_list--topic {
    display: flex;
    justify-content: space-between;
    width: auto;
  }

  .category_list--topic--thumbnail {
    width: 35%;
    align-items: normal;
  }

  .category_list--topic_content {
    width: 61%;
    margin-left: 12px;
  }

  .category_list--topic--category {
    font-size: 1.2rem;
    margin: 0;
  }

  .category_list--topic--title {
    font-size: 1.6rem;
  }
}


/* =====================
  category
===================== */
.category {
  background: linear-gradient(90deg, #f3f5f0 0%, #f3f5f0 70%, #e5e9e3 70%, #e5e9e3 100%);
}

@media screen and (max-width: 767px) {
  .category {
    background: #f3f5f0;
    padding: 0 15px;
  }
}

.category--inner {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .category--inner {
    width: auto;
  }
}

.category--left {
  background: #f3f5f0;
  flex: 1;
  padding-bottom: 60px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .category--left {
    width: 100%;
    padding-right: 0;
  }
}

.category--card {
  position: relative;
  width: 31.4%;
}

@media screen and (max-width: 767px) {
  .category--card {
    width: 46%;
  }
}

.category--card:nth-of-type(-n+3) {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .category--card:nth-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .category--card:nth-of-type(-n+4) {
    margin-bottom: 22px;
  }
}

.category--card:not(:nth-of-type(3n)) {
  margin-right: 2.85%;
}

@media screen and (max-width: 767px) {
  .category--card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .category--card:not(:nth-of-type(2n)) {
    margin-right: 5.5%;
  }
}

.category--card:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -12px;
  content: "";
  display: inline-block;
  height: 29%;
  position: absolute;
  right: -10px;
  width: 29%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .category--card:after {
    height: 36%;
    right: -4%;
    width: 36%;
  }
}


.category--card:nth-of-type(odd)::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_02.svg);
}

.category--card:nth-of-type(even)::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_03.svg);
}

@media screen and (max-width: 767px) {
  .category--card:nth-of-type(3)::after {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_03.svg);
  }
}

@media screen and (max-width: 767px) {
  .category--card:nth-of-type(4)::after {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_02.svg);
  }
}

.category--card--wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: 4.1%;
}

@media screen and (max-width: 767px) {
  .category--card--wrapper {
    margin: 30px auto 0;
    width: 100%;
  }
}

.category--card--link {
  color: #fff;
  display: flex;
  text-decoration: none;
  height: auto;
}

.category--card--link:hover .category--card--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category--card--title {
  bottom: 5%;
  font-size: 3.4rem;
  font-weight: 100;
  left: 5%;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .category--card--title {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 1023px) {
  .category--card--title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .category--card--title {
    bottom: 10%;
    font-size: 5vw;
  }
}

.category--card--sub_title {
  font-size: 1.3rem;
  color: #fff;
  left: -20px;
  position: absolute;
  text-align: right;
  top: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 80px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .category--card--sub_title {
    font-size: 1rem;
    left: -25px;
  }
}

@media screen and (max-width: 1082px) {
  .category--card--sub_title {
    font-size: 1rem;
    left: -25px;
  }
}

.category--card--thumbnail {
  box-shadow: 6px 6px 0 rgba(133, 147, 139, 0.3);
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.category--card--thumbnail::after {
  bottom: 0;
  box-shadow: 30px -15px 50px -15px #314037 inset;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .category--card--thumbnail {
    box-shadow: 4px 4px 0 rgba(133, 147, 139, 0.3);
    width: 100%;
  }
}

.category--card--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  width: 100%;
}

.category--right {
  align-items: center;
  background: #e5e9e3;
  display: flex;
  padding-left: 24px;
  width: 324px; /* NOTE: 広告が固定幅のため固定にする必要あり */
}

@media screen and (max-width: 767px) {
  .category--right {
    display: none;
  }
}

/* =====================
  excursion_area
===================== */
.excursion_area {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.excursion_area h1 {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .excursion_area {
    display: block;
    width: auto;
  }
}

.excursion_area--left {
  flex: 1;
  width: auto;
}

@media screen and (min-width: 768px) {
  .excursion_area--has-sidebar {
    justify-content: start;
  }

  .excursion_area--has-sidebar .excursion_area--left {
    flex: initial;
    width: calc(100% - 60px - 300px);
  }
}

@media screen and (max-width: 767px) {
  .excursion_area--left {
    width: 100%;
    margin-top: 24px;
    border-bottom: solid 1px #e5e9e3;
  }
}

.excursion_area--right {
  margin-left: 60px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .excursion_area--right {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
}

.excursion_area--right-widget {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .excursion_area--right-widget-recommend {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .excursion_area--recommend {
    margin: 0 auto;
    width: 80%;
  }
}

.excursion_area--recommend img {
  height: auto;
}

.excursion_area--right-widget-recommend-title {
  margin-top: 40px;
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .excursion_area--right-widget-recommend-title {
    font-size: 1.8rem;
    font-weight: normal;
  }
}

.side_articles--sns-title {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.side_articles--sns--content {
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

.side_articles--sns--list {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.side_articles--sns-item {
  width: 48px;
}

.side_articles--sns-item:not(:last-child) {
  margin-right: 16px;
}

.side_articles--sns-item:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* =====================
  widget調整
===================== */
.excursion_area--center {
  text-align: center;
}

/* SP時に記事内の広告がはみ出さないようにマージンを調整 */
@media screen and (max-width: 767px) {
  .post_content--body .excursion_area--center {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.excursion_area--pc-uzou, .excursion_area--pc-popin {
  margin-top: 15px;
}

.excursion_area--sp-uzou, .excursion_area--sp-popin {
  margin-top: 15px;
}

.excursion_area--sp-footeroverlay {
  width:100%;
  position:fixed;
  bottom:0;
  z-index: 10;
}

.excursion_area--sp-footerrectangle {
  margin-top: 36px;
}

p.simple-image {
  display: flex;
  justify-content: center;
}

p.simple-image img {
  max-width: none;
  width: auto;
  text-align: center;
}


/* =====================
  footer
===================== */
.footer {
  margin-top: 60px;
  /* min-width: 1240px; */
}

.footer--top {
  background-color: #2c3948;
  color: #fff;
  padding: 64px 0 36px;
}

@media screen and (max-width: 1199px) {
  .footer--top {
    padding: 36px 0;
  }
}

.footer--inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .footer--inner {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .footer--site_info {
    display: block;
  }
}
.footer--logo_link {
  display: inline;
  line-height: 0;
  transition: opacity 0.3s ease;
}

.footer--logo_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.footer--logo_img {
  max-width: 192px;
}

@media screen and (max-width: 1199px) {
  .footer--logo_img {
    max-width: 138px;
  }
}

.footer--text {
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  max-width: 480px;
  margin-top: 36px;
}

@media screen and (max-width: 1199px) {
  .footer--text {
    margin: 0;
    padding-top: 24px;
    width: 100%;
  }
}

.footer--category_nav {
  width: 408px;
  padding-left: 35px;
  border-left: 1px solid rgba(255,255,255,.3);
  margin-left: 72px;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav {
    width: 100%;
    padding-top: 36px;
    padding: 36px 0 0 0;
    border-left: none;
    margin: 0;
    display: inline-block;
  }
}

.footer--category_nav_title,.footer--other_nav_title {
  font-size: 1.3rem;
  color: #C2C9C5;
}

.footer--category_nav_list, .footer--other_nav_list {
  margin-top: 24px;
}

.footer--category_nav_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%; /* for IE */
  list-style: none;
  max-height: 180px;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_list {
    border-top: 1px solid #707070;
    display: block;
    margin: 0;
    max-height: none;
  }
}

.footer--category_nav_item {
  margin-bottom: 12px;
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_item {
    border-bottom: 1px solid #707070;
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
}

.footer--category_nav_link {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer--category_nav_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_link {
    display: block;
    padding: 16px 0;
    position: relative;
    transition: color 0.4s ease;
  }
  .footer--category_nav_link::before, .footer--category_nav_link::after {    
    border-top: 2px solid #fff;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 45%;
    width: 12px;
  }
  .footer--category_nav_link::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .footer--category_nav_link::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .footer--category_nav_link:hover {
    opacity: 1;
    transition: color 0.4s ease;
  }
  .footer--category_nav_link.is-open {
    color: #c2c9c5;
    transition: color 0.4s ease;
  }
  .footer--category_nav_link.is-open::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .footer--category_nav_link.is-open::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}

.footer--category_nav_sub {
  font-size: 1.3rem;
  list-style: none;
  margin-top: 24px;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_sub {
    display: none;
    margin-top: 0;
    padding-bottom: 24px;
  }
}

.footer--category_nav_sub_item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_sub_item:not(:first-child) {
    margin-top: 0;
  }
}

.footer--category_nav_sub_link {
  transition: opacity 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.footer--category_nav_sub_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .footer--category_nav_sub_link {
    display: block;
    padding: 12px 16px;
  }
}

.footer--social {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 24px 16px 0;
  max-width: 1232px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .footer--social {
    padding: 23px 0 0 0;
    max-width: 250px;
  }
}

.footer--social_item:not(:first-child) {
  margin-left: 16px;
}

.footer--social_link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}

.footer--social_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.footer--social_svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}

.footer--social_svg_fb_circle {
  fill: #fff;
}

.footer--social_svg_fb_text {
  fill: #2c3948;
}

.footer--other_nav {
  padding-left: 35px;
  border-left: 1px solid rgba(255,255,255,.3);
  margin-left: 24px;
  width: 216px;
}

@media screen and (max-width: 1199px) {
  .footer--other_nav {
    padding-left: 0;
    border-left: none;
    margin: 28px 0 12px;
    width: auto;
  }
}

.footer--other_nav_list {
  list-style: none;
}

@media screen and (max-width: 1199px) {
  .footer--other_nav_list {
    margin-top: 16px;
    max-height: 71px;
    display: flex;
    flex-wrap: wrap;
  }
}

.footer--other_nav_item {
  display: flex;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
  .footer--other_nav_item {
    display: block;
    min-width: 50%;
    padding-left: 15px;
    position: relative;
  }
  .footer--other_nav_item::before, .footer--other_nav_item::after {
    background: #fff;
    border-radius: 5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 7px;
  }
  .footer--other_nav_item::before {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer--other_nav_item::after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1199px) {
  .footer--other_nav_item:not(:last-child)::after {
    content: "";
    margin: 0 auto;
  }
}

.footer--other_nav_link {
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer--other_nav_link {
     vertical-align: bottom;
  }
}

.footer--other_nav_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.footer--abj {
  border-top: 1px solid #6c757f;
  margin-top: 24px;
  padding-top: 36px;
  text-align: center;
}

.footer--abj_text {
  font-size: 1.2rem;
  margin-top: 16px;
}

.footer--copy_right {
  font-size: 1.2rem;
  padding: 24px 0 35px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer--copy_right {
    padding: 16px 0;
  }
}

/* =====================
  header
===================== */
.header {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  min-width: 1232px;
  position: fixed;
  width: 100%;
  height: 122px;
  z-index: 20;
}

@media screen and (max-width: 1199px) {
  .header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    min-width: auto;
    position: fixed;
    top: 0;
    height: unset;
  }
}

.header--no_scroll {
  height: 100%;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

.header--inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 9px auto 0;
  max-width: 1240px;
  padding: 8px 20px 0px;
}

/* 印刷時にヘッダによって記事本文が隠れないようにする */
@media print {
  .header {
    position: static;
  }
  .header--inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .header--inner {
    margin: 0 auto;
    padding: 18px 15px;
  }
}

.header--logo {
  line-height: 0;
  position: absolute;
  top: 24px;
}

@media screen and (max-width: 1199px) {
  .header--logo {
    top: 16px;
  }
}

.header--logo_link {
  display: block;
  transition: opacity 0.3s ease;
}

.header--logo_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.header--logo_img {
  max-width: 183px;
}

@media screen and (max-width: 1199px) {
  .header--logo_img {
    max-width: 127px;
  }
}

.header--sp_buttons {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header--sp_buttons {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .header--sp_search_button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 24px;
    outline: none;
    position: relative;
    width: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .header--sp_search_button_element {
    background-color: #85938b;
    border-radius: 1.5px;
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: 0.35s ease-in-out;
    width: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header--sp_search_button_element:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 1199px) {
  .header--sp_search_svg {
    fill: none;
    height: 24px;
    stroke: #85938b;
    width: 24px;
  }
}

.header--sp_menu_button {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header--sp_menu_button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 24px;
    margin-left: 24px;
    outline: none;
    position: relative;
    width: 24px;
  }
}

.header--sp_menu_button_element {
  background-color: #85938b;
  border-radius: 1.5px;
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: 0.35s ease-in-out;
  width: 24px;
}

.header--sp_menu_button_element:nth-child(1) {
  top: 5px;
}

.header--sp_menu_button_element:nth-child(2) {
  top: 12px;
}

.header--sp_menu_button_element:nth-child(3) {
  top: 19px;
}

.header--sp_menu_button.is-open .header--sp_menu_button_element:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header--sp_menu_button.is-open .header--sp_menu_button_element:nth-child(2), .header--sp_menu_button.is-open .header--sp_menu_button_element:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header--right {
  /* margin-left: 10px; */
  /* width: 100%; */
  margin-top: 9px;
}

@media screen and (max-width: 1199px) {
  .header--right {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header--right_contents {
    background: linear-gradient(180deg, #f0f0f0 0%, white 1.2%);
    display: none;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 1199px) {
  .header--right_contents_inner {
    display: flex;
    flex-direction: column-reverse;
    /* padding: 0 15px 36px; */
  }
}

.header--right_top {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header--right_top {
    flex-direction: column-reverse;
    padding: 0 15px 36px;
    margin-top: 24px;
  }
}

.header--bottom {
  /* align-items: center; */
  display: block;
  /* justify-content: flex-start; */
  margin: 24px auto 0;
  width: 1200px;
}

@media screen and (max-width: 1199px) {
  .header--bottom {
    width: 100%;
    margin-top: 4px;
  }
}

.header--social {
  display: flex;
  list-style: none;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header--social {
    margin-top: 24px;
  }
}

.header--social_item:not(:first-child) {
  margin-left: 16px;
}

.header--social_item:last-child {
  height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.header--social_link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}

.header--social_link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.header--social_svg {
  fill: #85938b;
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 1199px) {
  .header--social_svg {
    height: 36px;
    width: 36px;
  }
}

.header--social_svg_fb_circle {
  fill: #85938b;
}

.header--social_svg_fb_text {
  fill: #fff;
}

.header--mail {
  margin-left: 16px;
}

@media screen and (max-width: 1199px) {
  .header--mail {
    margin-left: 0;
    width: 100%;
  }
}

.header--mail_button {
  transition: opacity 0.3s ease;
  background-color: #2e6e4d;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
}

.header--mail_button:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.header--mail_button_text {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 30px;
}

.header--mail_button_text::before {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 18px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

@media screen and (max-width: 1199px) {
  .header--mail_button {
    font-size: 1.8rem;
    padding: 12px 15px;
    text-align: center;
  }

  .header--mail_button_text {
    padding-left: 0;
  }

  .header--mail_button_text::before {
    left: 24px;
  }

  .header--mail_button_text::after {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_04.png);
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 18px;
    right:0;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    position:absolute;
  }
}

.header--global_nav {
  position: relative;
  padding-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav {
    width: 100%;
    padding-bottom: 0;
  }
}

.header--global_nav_list {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_list {
    display: block;
    width: 100%;
  }
}


/* 大カテゴリ */
.header--global_nav_item {
  border-right: 1px solid #c2c9c5;
  font-size: 1.6rem;
  flex: 1 0 auto;
  min-width: 104px;
  height: 23px;
  text-align: center;
}

.header--global_nav_item:last-child {
  border-right: none;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_item {
    border-right: none;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
}

@media screen and (max-width: 1199px) {
  .header--global_nav_item.use-online_store {
    padding: 0;
  }
}

.header--global_nav_item-last {
  border-right: none;
}

.header--global_nav_button_wrap{
  cursor: pointer;
  display: block;
  padding: 0 30px;
  text-decoration: none;
}

.header--global_nav_link,
.header--global_nav_button {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 2px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .header--global_nav_button_wrap:hover > .header--global_nav_link,
  .header--global_nav_button_wrap:hover > .header--global_nav_button {
    border-bottom: 2px solid #2e6e4d;
    color: #2e6e4d;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 1199px) {
  .header--global_nav_link,
  .header--global_nav_button {
    font-size: 1.8rem;
  }

  .header--global_nav_button_wrap{
    padding: 0 15px;
  }
  
  .header--global_nav_link,
  .header--global_nav_button {
    border-bottom: 1px solid #e5e9e3;
    display: block;
    color: #333;
    outline: none;
    padding: 16px 0;
    position: relative;
    text-align: left;
    transition: color 0.4s ease;
    width: 100%;
  }

  .header--global_nav_link:after {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_megamenu.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    content: "";
    display: inline-block;
    height: 18px;
    right: 0;
    position: absolute;
    top: calc(50% - 9px);
    width: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .header--global_nav_button {
    border-bottom: 1px solid #e5e9e3;
    display: block;
    color: #333;
    outline: none;
    padding: 16px 0;
    position: relative;
    text-align: left;
    transition: color 0.4s ease;
    width: 100%;
  }
  .header--global_nav_button::before, .header--global_nav_button::after {
    border-radius: 5px;
    border-top: 2px solid #2e6e4d;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
  }
  .header--global_nav_button::after {
    top: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header--global_nav_button_wrap.is-open .header--global_nav_button {
    color: #2e6e4d;
    transition: color 0.4s ease;
    border-bottom: none;
  }
  .header--global_nav_button_wrap.is-open .header--global_nav_button::after {
    -webkit-transform: rotate(-90deg) scaleX(0);
            transform: rotate(-90deg) scaleX(0);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header--global_nav_button_wrap.is-open .header--global_nav_button_en_text {
    color: #2e6e4d;
    transition: color 0.4s ease;
  }
}

.header--global_nav_button_en_text {
  color: #85938b;
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

.footer--category_nav_link .header--global_nav_button_en_text {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_button_en_text {
    color: #333;
    transition: color 0.4s ease;
    width: 100%;
  }

  .footer--category_nav_link .header--global_nav_button_en_text {
    color: #fff;
  }
}

/* メガメニュー */
.header--global_nav_megamenu {
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
  /* display: flex; */
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 16px);
  width: 100%;
  z-index: 2;
}
/* メガメニュー ドロップシャドウ（疑似） */
.header--global_nav_megamenu:before {
  box-shadow: inset 0px 13px 6px -13px rgba(0,0,0,.12);
  content: '';
  left: 0;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu {
    border-bottom: 1px solid #e5e9e3;
    /* padding: 9px 15px 24px; */
    position: static;
    box-shadow: none;
  }

  .header--global_nav_megamenu:before {
    box-shadow: none;
  }
}

.header--global_nav_megamenu_inner {
  display: flex;
}

/* メガメニューの見出し */
.header--global_nav_megamenu_heading {
  background-color: #3B4E43;
  padding: 36px 36px 48px 36px;
  text-align: left;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_heading {
    display :none;
  }
}
.header--global_nav_megamenu_heading_subtitle {
  color: #85938B;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.header--global_nav_megamenu_heading_title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

/* メガメニューの本体 */
.header--global_nav_megamenu_body {
  background-color: #E5E9E3;
  display: flex;
  position: relative;
  width: 900px;
  min-height: 225px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_body {
    background-color: #F3F5F0;
    display: block;
    width: 100%;
  }
}

/* メガメニューの関連コンテンツの説明 */
.header--global_nav_megamenu_body_series {
  bottom: 24px;
  color: #85938B;
  font-size: 13px;
  padding-left: 42px;
  position: absolute;
  text-align: right;
  right: 24px;
}
.header--global_nav_megamenu_body_series:before {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_contnet.png);
  background-repeat: no-repeat;
  background-size: 18px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_body_series {
    display: none;
  }
}


/* メガメニューの本体のカラム */
.header--global_nav_megamenu_body_col {
  width: 300px;
  list-style: none;
  padding: 36px 24px 48px;
}

/* メガメニューの記事一覧ボタン */
.header--global_nav_list_button {
  bottom: 0;
  padding: 80px 24px 23px;
  position: absolute;
  right: 100%;
  text-align: right;
  width: 300px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_list_button {
    padding: 36px 15px 24px;
    position: static;
    width: 100%;
  }
}

.header--global_nav_list_button--text {
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_list_button--text {
    border-bottom: 1px solid #c2c9c5;
    color: #333333;
    margin-left: auto;
    width: 120px;
  }
}

.header--global_nav_list_button--text:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header--global_nav_list_button--text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 12px;
  vertical-align: middle;
  width: 24px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_list_button--text::after {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }
}



@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_body_col {
    width: 100%;
    padding: 0 15px;
    background: #F3F5F0;
    border-left: none;
  }
}

.header--global_nav_megamenu_body_col:not(:first-child) {
  border-left: 1px solid #C2C9C5;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_body_col:not(:first-child) {
    border-left: none;
  }

}

/* 中カテゴリ */
.header--global_nav_megamenu_body_col > .header--global_nav_sub_item {
  font-size: 16px;
  list-style: none;
  text-align: left;
  width: 100%;
}
.header--global_nav_megamenu_body_col > .header--global_nav_sub_item:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_megamenu_body_col > .header--global_nav_sub_item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* 中カテゴリのリンク(およびグループ) */
.header--global_nav_sub_item > .header--global_nav_sub_group,
.header--global_nav_sub_item > .header--global_nav_sub_link {
  border-left: 2px solid #2E6E4D;
  color: #333333;
  display: block;
  min-height: 24px;
  padding-left: 12px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_sub_item > .header--global_nav_sub_group,
  .header--global_nav_sub_item > .header--global_nav_sub_link {
    padding: 16px 0 16px;
    border-left: none;
    border-bottom: 1px solid #C2C9C5;
    font-weight: 600;
  }
}
.header--global_nav_sub_item > .header--global_nav_sub_link::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_megamenu.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  content: "";
  display: inline-block;
  height: 18px;
  right: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

/* 小カテゴリ */
.header--global_nav_sub_item > .header--global_nav_sub_list {
  margin-top: 16px;
  margin-bottom: 36px;
  padding-left: 0;
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .header--global_nav_sub_item > .header--global_nav_sub_list {
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 36px;
    border-bottom :1px solid #C2C9C5;
  }
}

/* 小カテゴリの項目 */
.header--global_nav_sub_list > .header--global_nav_sub_item {
  list-style: none;
  margin-bottom: 16px;
}


/* 小カテゴリのリンク */
.header--global_nav_sub_list > .header--global_nav_sub_item > .header--global_nav_sub_link {
  align-items: center;
  border-left: none;
  display: flex;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: auto;
  padding-left: 16px;
  border-bottom: none;
}

@media screen and (max-width: 1199px) {

  .header--global_nav_sub_list > .header--global_nav_sub_item {
    margin-bottom: 0;
  }

  .header--global_nav_sub_list > .header--global_nav_sub_item > .header--global_nav_sub_link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: unset;
  }
}

.header--global_nav_sub_list > .header--global_nav_sub_item > .header--global_nav_sub_link::after {
  background-size: 12px;
  height: 12px;
  left: 0;
  margin-top: -6px;
  right: auto;
  width: 12px;
}

.header--search {
  line-height: 0;
  padding: 0 24px;
}

@media screen and (max-width: 1199px) {
  .header--search {
    display: none;
  }
}


.header--search_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header--search_button-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 50px;
  margin-top: -25px;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

@media screen and (max-width: 1199px) {
  .header--search_button-close {
    display: none;
  }
}

.header--search_button-element {
  background: #85938b;
  border-radius: 1.5px;
  display: block;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 5px;
  top: calc(50% - 2px);
  transition: 0.35s ease-in-out;
  width: 40px;
  z-index: 1;
}

.header--search_button-element:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header--search_button-element:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header--search_svg {
  fill: none;
  height: 24px;
  stroke: #85938b;
  width: 24px;
}

.header--search_area {
  background-color: #fff;
  display: none;
  opacity: 0;
  left: 0;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .header--search_area {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) inset;
    display: block;
    padding: 36px 15px 24px;
    top: 56px;
  }
}

.header--search_area--wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  transition: .2s;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .header--search_area--wrapper {
    top: 56px;
  }
}

.header--search_area--wrapper.is-show {
  opacity: 1;
  visibility: visible;
}

.header--search_area--inner {
  position: relative;
}

.header--search_area-item {
  margin: 0 auto 30px;
  max-width: 816px;
}

.header--search_area-item--form {
  height: 44px;
}

.header--search_area-item--form .screen-reader-text {
  display: none;
}

.header--search_area-item--form div {
  display: flex;
  justify-content: space-between;
}

.header--search_area-item--form input {
  height: 44px;
}

.header--search_area-item--form #s {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  border-bottom: 2px solid #c2c9c5;
  margin-right: 12px;
  width: 816px;
  font-size: 1.8rem;
}

.header--search_area-item--form #s:focus {
  outline: none;
}
@media screen and (max-width: 1199px) {
  .header--search_area-item--form #s {
    width: 100%;
    margin: 0;
  }
}

.header--search_area-item--form #s::-webkit-input-placeholder {
  color: #c2c9c5;
  font-size: 1.8rem;
}

.header--search_area-item--form #s::-moz-placeholder {
  color: #c2c9c5;
  font-size: 1.8rem;
}

.header--search_area-item--form #s:-ms-input-placeholder {
  color: #c2c9c5;
  font-size: 1.8rem;
}

.header--search_area-item--form #s::-ms-input-placeholder {
  color: #c2c9c5;
  font-size: 1.8rem;
}

.header--search_area-item--form #s::placeholder {
  color: #c2c9c5;
  font-size: 1.8rem;
}

.header--search_area-item--form #s:focus::-webkit-input-placeholder {
  color: transparent;
}

.header--search_area-item--form #s:focus::-moz-placeholder {
  color: transparent;
}

.header--search_area-item--form #s:focus:-ms-input-placeholder {
  color: transparent;
}

.header--search_area-item--form #s:focus::-ms-input-placeholder {
  color: transparent;
}

.header--search_area-item--form #s:focus::placeholder {
  color: transparent;
}

.header--search_area-item--form .search_submit {
  display: flex;
  position: relative;
}

.header--search_area-item--form .search_submit .search_submit-icon {
  width: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .header--search_area-item--form .search_submit .search_submit-icon {
    top: 10px;
    left: 10px;
    pointer-events: none;
  }
}

.header--search_area-item--form #searchsubmit {
  -webkit-appearance: none;
  border-radius: 0;
  background: #2e6e4d;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  width: 156px;
  padding-left: 12px;
}

@media screen and (max-width: 1199px) {
  .header--search_area-item--form #searchsubmit {
    width: 44px;
  }
}

.header--search_area--title {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
  .header--search_area--title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.header--search_area-item .keyword {
  padding-top: 8px;
}

@media screen and (max-width: 1199px) {
  .header--search_area-item .keyword {
    padding-top: 0;
  }
}

.header--search_area--keyword .keyword--item-text {
  background-color: #e5e9e3;
  border: none;
}

.header--placeholder {
  height: 121px;
}
@media screen and (max-width: 1199px) {
  .header--placeholder {
    height: 60px;
  }
}

.header--ad-pc {
  width: 970px; /* ヘッダービルボード中央寄せのため */
}

.header--ad-margin {
  margin: 20px auto;
}

@media screen and (max-width: 1199px) {
  .header--ad-pc {
    display: none;
  }
}

.header--ad-sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header--ad-sp {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* =====================
  interview
===================== */
.interview {
  background-color: #3b4e43;
}

.interview--inner {
  margin: 0 auto;
  max-width: 1242px;
  padding: 0 26px 57px 16px;
}

@media screen and (max-width: 767px) {
  .interview--inner {
    padding: 0 0 24px 15px;
    width: auto;
  }
}

.interview--title {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.interview--link-more {
  border-bottom: 1px solid #c2c9c5;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  max-width: 264px;
  position: relative;
  text-align: right;
  text-decoration: none;
  transition: color 0.3s ease;
  width: 264px;
}

.interview--link-more:hover {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .interview--link-more {
    font-size: 1.4rem;
    width: auto;
  }
}

.interview--link-more::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow_02.png);
  background-repeat: no-repeat;
  background-size: 32px;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  position: relative;
  vertical-align: middle;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .interview--link-more--wrapper-sp {
    margin-top: 36px;
    margin-right: 24px;
    text-align: right;
  }
}

.interview--list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .interview--list {
    flex-wrap: nowrap;
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
    width: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.interview--list_item {
  position: relative;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .interview--list_item {
    flex: 0 0 270px;
    padding: 10px 0 0 10px;
    scroll-snap-align: start;
    width: 270px;
  }
}

.interview--list_item:not(:first-child) {
  margin-left: 4.17%;
}

@media screen and (max-width: 767px) {
  .interview--list_item:not(:first-child) {
    margin-left: 45px;
  }
}

.interview--list_link {
  display: block;
  position: relative;
  text-decoration: none;
}

.interview--list_link:hover .interview--thumbnail_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.interview--list_link:hover .interview--info_title {
  text-decoration: underline;
}

.interview--list_link::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow_02.png);
  background-repeat: no-repeat;
  background-size: 32px;
  bottom: -12px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: -12px;
  width: 32px;
}

.interview--thumbnail {
  box-shadow: 10px 10px 0 #2a3930;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .interview--thumbnail {
    min-height: 100%;
  }
}

.interview--thumbnail_img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 360px;
}

@media screen and (max-width: 767px) {
  .interview--thumbnail_img {
    height: 270px;
  }
}

.interview--info {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  margin: -27% -20px 0 auto;
  max-width: 308px;
  padding: 24px 20px 20px 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interview--info {
    max-width: 270px;
    margin-left: 30px;
    padding: 16px 15px;
  }
}

.interview--info_title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
}

.interview--info_date {
  color: #85938b;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 12px;
}

/* =====================
  keyvisual
===================== */
.keyvisual {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .keyvisual {
    margin-top: 8px;
  }
}

.keyvisual--inner {
  margin: 0 auto;
  max-width: 920px;
  padding-bottom: 15px;
  position: relative;
  width: calc(100% - 48px - 48px);
}

@media screen and (max-width: 767px) {
  .keyvisual--inner {
    max-width: 100%;
    padding-bottom: 0;
    width: 100%;
  }
}

.keyvisual--container {
  height: 460px;
  overflow: visible;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .keyvisual--container {
    height: 278px;
  }

  .keyvisual--container > .swiper-pagination-bullets {
    bottom: 0;
  }
}

.keyvisual--link {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 460px;
}

@media screen and (max-width: 767px) {
  .keyvisual--link {
    min-height: 278px;
  }
}

.keyvisual--link::after {
  background-color: #c2c9c5;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

.keyvisual--link img {
  height: 460px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .keyvisual--link img {
    height: 188px;
  }
}

.keyvisual--info {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 24px 36px 16px;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 532px;
}

@media screen and (max-width: 767px) {
  .keyvisual--info {
    padding: 16px 15px;
    width: calc(100% - 45px);
  }
}

.keyvisual--info_category {
  color: #85938b;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .keyvisual--info_category {
    font-size: 1.3rem;
  }
}

.keyvisual--info_title {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .keyvisual--info_title {
    font-size: 1.8rem;
    margin-top: 4px;
    text-decoration: underline;
  }
}

.keyvisual--info_date {
  color: #85938b;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .keyvisual--info_date {
    margin-top: 8px;
  }
}

.keyvisual--info .use--new {
  left: auto;
  top: -14px;
}

.keyvisual--slide-active .keyvisual--link {
  transition: opacity 0.3s ease;
}

.keyvisual--slide-active .keyvisual--link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.keyvisual--slide-active .keyvisual--link::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.keyvisual--slide-active .keyvisual--info {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.keyvisual--button-prev, .keyvisual--button-next {
  transition: opacity 0.3s ease;
  background-color: #85938b;
  background-image: none;
  display: block;
  height: 48px;
  width: 48px;
}

.keyvisual--button-prev:hover, .keyvisual--button-next:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .keyvisual--button-prev, .keyvisual--button-next {
    background-color: #c2c9c5;
    height: 45px;
    top: auto;
    width: 45px;
  }
  .keyvisual--button-prev:hover, .keyvisual--button-next:hover {
    opacity: 1;
  }
}

.keyvisual--button-prev::before, .keyvisual--button-prev::after, .keyvisual--button-next::before, .keyvisual--button-next::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .keyvisual--button-prev::before, .keyvisual--button-prev::after, .keyvisual--button-next::before, .keyvisual--button-next::after {
    width: 12px;
  }

  .keyvisual--button-next::before, .keyvisual--button-next::after {
    right: 1px;
  }
}

.keyvisual--button-prev {
  left: auto;
  right: 100%;
}

@media screen and (max-width: 767px) {
  .keyvisual--button-prev {
    border-bottom: 1px solid #fff;
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.keyvisual--button-prev::before {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .keyvisual--button-prev::before {
    top: 17px;
  }
}

.keyvisual--button-prev::after {
  bottom: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.keyvisual--button-next {
  left: 100%;
}

@media screen and (max-width: 767px) {
  .keyvisual--button-next {
    border-bottom: 1px solid #fff;
    bottom: 45px;
    left: auto;
    right: 0;
  }
}

.keyvisual--button-next::before {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .keyvisual--button-next::before {
    top: 17px;
  }
}

.keyvisual--button-next::after {
  bottom: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.keyvisual--pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  top: 100%;
}

@media screen and (max-width: 767px) {
  .keyvisual--pagination {
    justify-content: flex-start;
    margin-left: 15px;
    margin-top: 0;
    top: auto;
  }
}

.keyvisual--pagination--bullet {
  background-color: #c1c8c4;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 3px;
  width: 36px;
}

.keyvisual--pagination--bullet:not(:first-child) {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .keyvisual--pagination--bullet:not(:first-child) {
    margin-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .keyvisual--pagination--bullet {
    height: 2px;
    width: 20px;
  }
}

.keyvisual--pagination--bullet-active {
  background: #edcf2c;
}

/* =====================
  keyword
===================== */
.keyword {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.keyword--wrapper {
  background: #F3F5F0;
  margin-top: 60px;
  padding: 30px 0 30px 24px;
}

@media screen and (max-width: 767px) {
  .keyword--wrapper {
    margin-top: 50px;
  }
}

.keyword--wrapper-side {
  margin-top: 36px;
  padding: 24px 20px 24px;
}

@media screen and (max-width: 767px) {
  .keyword--wrapper-side {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.keyword--title {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .keyword--title {
    font-size: 2rem;
  }
}

.keyword--title-side {
  font-size: 2rem;
}

.keyword--item {
  display: flex;
  margin-bottom: 8px;
}

.keyword--item:not(:last-child) {
  margin-right: 6px;
}

.keyword--item-text {
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #c2c9c5;
  color: #333;
  padding: 0 8px;
  text-decoration: none;
}

.keyword--item-text::before {
  color: #2E6E4D;
  content: "# ";
  font-size: 1.2rem;
}

.keyword--item-text:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.keyword--item-text-side {
  font-size: 1.3rem;
}

/* =====================
  latest_book
===================== */
.latest_book {
  background-color: #2c3948;
  color: #fff;
  padding: 8px 24px 36px;
}

@media screen and (max-width: 767px) {
  .latest_book {
    padding: 36px 15px 60px;
  }
}

@media screen and (max-width: 767px) {
  .latest_book--head {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.latest_book--title {
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .latest_book--title {
    margin-left: 30px;
    text-align: left;
  }
}

.latest_book--number {
  color: #fff;
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .latest_book--year {
    font-size: 20px;
  }

  .latest_book--number {
    font-size: 7.2rem;
  }
}

.latest_book--thumbnail {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .latest_book--thumbnail {
    margin-top: 0;
  }
}

.latest_book--thumbnail_img {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  width: 188px;
}

@media screen and (max-width: 767px) {
  .latest_book--thumbnail_img {
    max-width: 180px;
    width: auto;
  }
}

.latest_book--nav {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .latest_book--nav {
    margin-top: 24px;
  }
}

.latest_book--nav_list {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .latest_book--nav_list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .latest_book--nav_item {
    margin-bottom: 2%;
    width: 49%;
  }
}

.latest_book--nav_item:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .latest_book--nav_item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .latest_book--nav_item:nth-child(2n) {
    margin-left: 2%;
  }
}

.latest_book--nav_link {
  border: 1px solid #e5e9e3;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.latest_book--nav_link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

.latest_book--nav_link::before, .latest_book--nav_link::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  transition: right 0.3s ease;
}

.latest_book--nav_link::before {
  background-color: #fff;
  border-radius: 5px;
  height: 1px;
  top: 50%;
  width: 12px;
}

.latest_book--nav_link::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 8px;
  margin-top: -4px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

.latest_book--promotion {
  margin-top: 24px;
}

.latest_book--promotion .latest_book--thumbnail_img {
  box-shadow: none;
}

.latest_book--promotion_title_main {
  color: #edcf2c;
  font-size: 1.3rem;
  font-weight: 600;
}

.latest_book--promotion_title_sub {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .latest_book--promotion_title_sub {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .latest_book--promotion_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .latest_book--promotion_info {
    margin-left: 15px;
  }
}

.latest_book--promotion_item {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .latest_book--promotion_item {
    margin-top: 0;
  }
}

.latest_book--promotion_movie {
  width: 100%;
}

/* =====================
  latest
===================== */
.latest {
  background: #fff;
  margin-top: -15px;
  padding-bottom: 65px;
  width: 100%;
}

.latest--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .latest--inner {
    width: auto;
  }
}


.latest--title {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .latest--title {
    margin-left: 0;
  }
}

.latest--archive {
  transition: opacity 0.3s ease;
  align-items: center;
  background: #fff;
  border-bottom: 1px #c2c9c5 solid;
  color: #333;
  display: flex;
  height: 32px;
  justify-content: flex-end;
  position: absolute;
  right: 44px;
  text-decoration: none;
  top: 90px;
  width: 264px;
  z-index: 1;
}

.latest--archive:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.latest--archive::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  margin-left: 12px;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .latest--archive {
    bottom: 0px;
    font-size: 1.4rem;
    height: 30px;
    right: 0px;
    top: auto;
    width: 114px;
  }
  .latest--archive::after {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .latest {
    margin-top: 0px;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
  }
}

.latest_slide {
  display: flex;
}

.latest_slide--outer {
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: calc(100% - 44px - 44px);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .latest_slide {
    height: auto;
  }

  .latest_slide--outer {
    padding-bottom: 30px;
    width: 100%;
  }
}

.latest_slide--container {
  margin: 24px auto 0;
}

.latest_slide--button-prev {
  transition: opacity 0.3s ease;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/latest_button_left_pc.png);
  background-size: cover;
  display: block;
  height: 40px;
  left: auto;
  position: absolute;
  right: calc(100% + 20px);
  top: 25%;
  width: 20px;
}

.latest_slide--button-prev:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.latest_slide--button-prev:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .latest_slide--button-prev {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/latest_button_left_sp.png);
    bottom: 0;
    height: 30px;
    left: 0;
    right: auto;
    top: auto;
    width: 30px;
  }
}

.latest_slide--button-next {
  transition: opacity 0.3s ease;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/latest_button_right_pc.png);
  background-size: cover;
  display: block;
  height: 40px;
  left: calc(100% + 20px);
  position: absolute;
  top: 25%;
  width: 20px;
}

.latest_slide--button-next:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.latest_slide--button-next:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .latest_slide--button-next {
    background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/latest_button_right_sp.png);
    bottom: 0;
    height: 30px;
    left: 31px;
    right: auto;
    top: auto;
    width: 30px;
  }
}

.latest_slide--card {
  display: block;
  margin-right: 32px;
  width: 264px;
  position: relative;
}

.latest_slide--card:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .latest_slide--card {
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
    max-width: auto;
    width: calc(165 / 345 * 100%);
  }

  .latest_slide--card:nth-of-type(3n), .latest_slide--card:nth-of-type(4n) {
    margin-bottom: 24px;
  }
}


.latest_slide--thumbnail {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .latest_slide--thumbnail {
    margin-bottom: 12px;
    height: calc( 100vw * .3);
  }
}

.latest_slide--thumbnail img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 176px;
}

@media screen and (max-width: 767px) {
  .latest_slide--thumbnail img {
    height: 100%;
  }
}

.latest_slide--thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.use--cart{
  background-color: #FA999A;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/kajin/kajin_cart_icon.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .use--cart{
    width: 30px;
    height: 30px;
    border-radius: 0 0 0 10px;
    background-position: center 5px;
    background-size: 70%;
  }
}

.latest_slide--category {
  transition: opacity 0.3s ease;
  color: #85938b;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: none;
}

.latest_slide--category:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .latest_slide--category {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}

.latest_slide--title {
  color: #333;
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.latest_slide--title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .latest_slide--title {
    font-size: 1.3rem;
    margin-bottom: 12px;
    text-decoration: underline;
  }
}

.latest_slide--tag {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 4px;
}

.latest_slide--tag li {
  margin-bottom: 4px;
  overflow: hidden;
}

.latest_slide--tag--item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  background: #e5e9e3;
  color: #333;
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

.latest_slide--tag--item:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.latest_slide--tag--item::before {
  color: #2E6E4D;
  content: "#";
  margin-right: 5px;
}

.latest_slide--date {
  color: #85938b;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .latest_slide {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* =====================
  not_found
===================== */
.not_found {
  padding: 64px 0 77px;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/bg_404.png);
  background-repeat: no-repeat;
  background-size: 216px 300px;
  background-position: center right;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .not_found {
    padding: 0 15px 30px;
    margin-top: 26px;
    background-size: 120px 167px;
    background-position: center bottom 102px;
  }
}

.not_found h1 {
  font-size: 3.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .not_found h1{
    font-size: 2.4rem;  
  }
}

.not_found h1 span {
  font-size: 2.2rem;
  color: #2E6E4D;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .not_found h1 span {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.not_found .post_content--cv_button {
  color: #fff;
  margin: 72px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .not_found .post_content--cv_button {
    margin: 207px auto 0;
  }
}

.not_found .post_content--cv_button::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
}

/* =====================
  omikuji
===================== */
.omikuji {
  padding-top: 48px;
}

@media screen and (max-width: 767px) {
  .omikuji {
    padding: 0 15px;
  }
}
.omikuji p {
  display: block;
  margin-bottom: 36px;
}
.omikuji--take {
  text-align: center;
}
.omikuji--image {
  display: block;
  margin: 7px auto;
  width: auto;
}
.omikuji_result_banner {
  display: block;
  margin: 0 auto;
  width: auto;
}

.omikuji_result_text_area {
  border-bottom: #989898 solid 1px;
  border-left: #989898 solid 1px;
  border-right: #989898 solid 1px;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/omikuji/omikuji_result_back.png);
  background-repeat: repeat;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 640px;
  margin: 0 auto 20px;
}

.omikuji .top_button img {
  width: auto;
}

/* =====================
  page_top
===================== */
.page_top {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_pagetop.png);
  background-size: contain;
  bottom: 0;
  display: block;
  height: 56px;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 56px;
}

@media screen and (max-width: 767px) {
  .page_top {
    background: #E5E9E3;
    margin: 36px auto -60px;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_top::after {
    border-left: 2px solid #85938B;
    border-top: 2px solid #85938B;
    content: "";
    display: inline-block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 24px;
    z-index: 10;
  }
}

/* =====================
  pagination
===================== */
.page-numbers--wrapper {
  display: flex;
  justify-content: center;
  padding: 36px 0 0;
  margin-top: 36px;
  border-top: 1px solid #E5E9E3;
}

.page-numbers--wrapper a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-numbers--wrapper {
    padding: 24px 0;
  }
}

.page-numbers {
  color: #2e6e4d;
  display: flex;
  border: 1px solid #E5E9E3;
  font-size: 22px;
  margin-right: 4px;
  margin-left: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    margin: 0 2px;
  }
}

.page-numbers:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #2e6e4d;
  border-color: #2e6e4d;
  font-weight: 600;
}

.page-numbers.next,
.page-numbers.prev {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  background-size: 24px 24px;
  background-position: center;
}

.page-numbers.prev {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_pagenum_prev.png);
  margin-right: 4px;
}

.page-numbers.next {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_pagenum_next.png);
  margin-left: 4px;
}

/* =====================
  pickup
===================== */
.pickup {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .pickup {
    margin-top: 36px;
    max-width: 100%;
    padding: 0 15px;
  }
}

.pickup--link {
  color: #333;
  text-decoration: none;
}

.pickup--link:hover {
  text-decoration: underline;
}

.pickup--link:hover .pickup--card--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pickup--card {
  font-size: 1.6rem;
  position: relative;
  width: 31.4%;
}

.pickup--card:nth-of-type(-n+3) {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .pickup--card:nth-of-type(-n+3) {
    margin-bottom: 24px;
  }
}

.pickup--card:nth-of-type(n+4) {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .pickup--card:nth-of-type(n+4) {
    margin-bottom: 24px;
  }
}

.pickup--card:not(:nth-of-type(3n)) {
  margin-right: 2.85%;
}

@media screen and (max-width: 767px) {
  .pickup--card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .pickup--card {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-bottom: 24px;
  }
}

.pickup--card--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pickup--card--wrapper {
    display: block;
  }
}

.pickup--card--thumbnail {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pickup--card--thumbnail {
    margin: 0;
    width: 35%;
    height: calc( 100vw * .22 );
  }
}

.pickup--card--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 176px;
}

@media screen and (max-width: 767px) {
  .pickup--card--thumbnail--img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pickup--card_content {
    width: 61%;
  }
}

.pickup--card--category {
  color: #85938b;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pickup--card--category {
    font-size: 1.3rem;
  }
}

.pickup--card--title {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pickup--card--title {
    margin-bottom: 12px;
    overflow: hidden;
    text-decoration: underline;
  }
}

.pickup--card--tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.pickup--card--tag--item {
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.pickup--card--tag--item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e5e9e3;
  color: #333;
  font-size: 1.3rem;
  padding: 0 6px;
  text-decoration: none;
}

.pickup--card--tag--item-text::before {
  color: #2e6e4d;
  content: "# ";
  font-size: 1.2rem;
}

.pickup--card--tag--item-text:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.pickup--card--date {
  color: #85938b;
  font-size: 1.3rem;
}

.pickup_button {
  max-width: 100%;
  text-align: right;
}

.pickup_button-text {
  display: inline-block;
  border-bottom: 1px solid #c2c9c5;
  margin-left: auto;
  width: 264px;
}

.pickup_button-text:hover {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .pickup_button-text {
    font-size: 1.4rem;
    width: 114px;
  }
}

.pickup_button-text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  margin-bottom: -1px;
  vertical-align: middle;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .pickup_button-text::after {
    height: 30px;
    width: 30px;
  }
}

/* =====================
  post_content
===================== */
.post_content {
  padding-top: 48px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1199px) {
  .post_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .post_content {
    padding-top: 0;
    margin-bottom: 56px;
  }
}

.post_content--list {
  display: flex;
  list-style: none;
  align-items: center;
}

.post_content--link {
  color: #333;
  text-decoration: none;
}

.post_content--link:hover {
  text-decoration: underline;
}

.post_content--link-blank {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.post_content--link-blank::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4.5px;
  right: 0;
  content: '';
  display: inline-block;
  height: 18px;
  position: absolute;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .post_content--link-blank {
    display: inline;
  }
  .post_content--link-blank::after {
    right: auto;
    bottom: 2px;
  }
}
.post_content .use--ad-head {
  margin-bottom: 24px;
}

.post_content--meta {
  border-bottom: 1px solid #e5e9e3;
  padding-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content--meta {
    padding-bottom: 24px;
  }
}

.post_content--meta-bottom {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .post_content--meta-bottom {
    display: block;
    margin-top: 12px;
  }
}

.post_content--meta--this_cat {
  color: #2e6e4d;
  font-size: 2.2rem;
  font-weight: 700;
}

.post_content--meta .post_content--meta--this_cat {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .post_content--meta--this_cat {
    font-size: 1.8rem;
  }

  .post_content--meta .post_content--meta--this_cat {
    margin-bottom: 10px;
  }
}

.post_content--meta h1 {
  font-size: 3.4rem;
}

.post_content--meta h2 {
  font-size: 2.8rem;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .post_content--meta h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .post_content--meta h1 {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}

.post_content--meta--sponsor {
  color: #85938b;
  display: block;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  margin-top: 12px;
  text-align: right;
}

.post_content--meta--cat_list {
  margin-top: 24px;
}

.post_content--meta--cat_list::before {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_folder.png);
  background-size: contain;
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
}

.post_content--meta--cat_list-item {
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.post_content--meta--cat_list-item:first-child {
  margin-left: 8px;
}

.post_content--meta--cat_list-item:not(:last-child)::after {
  content: ",";
}

@media screen and (max-width: 767px) {
  .post_content--meta--cat_list-item {
    font-size: 1.3rem;
  }
}

.post_content--meta--tag {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .post_content--meta--tag {
    margin-top: 12px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .post_content--meta--tag-item {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}

.post_content--meta--tag-item {
  margin-right: 4px;
  margin-bottom: 4px;
}

.post_content--meta--tag-item a[rel="tag"] {
  color: #333;
  background: #e5e9e3;
  display: block;
  padding: 0 6px;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 1.3rem;
}

.post_content--meta--tag_list .post_content--meta--tag-item a[rel="tag"] {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .post_content--meta--tag_list .post_content--meta--tag-item a[rel="tag"] {
    font-size: 1.3rem;
  }
}

.post_content--meta--tag-item a[rel="tag"]::before {
  color: #2E6E4D;
  content: "#";
  font-size: 1.2rem;
  margin-right: 5px;
}

.post_content--meta--tag-item a[rel="tag"]:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.post_content--meta--date {
  color: #85938b;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .post_content--meta--date {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

.post_content--meta--sns {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .post_content--meta--sns {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

.post_content--meta--sns-item {
  width: 36px;
}

.post_content--meta--sns-item:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .post_content--meta--sns-item:not(:last-child) {
    margin-right: 8px;
  }
}

.post_content--body {
  padding: 36px 0 56px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .post_content--body {
    padding: 24px 0 48px;
  }
}

.post_content--body blockquote {
  border-left: solid 6px #e5e9e3;
  padding: 38px 48px 38px 66px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content--body blockquote {
    border-left: solid 4px #e5e9e3;
    padding: 38px 15px 34px 26px;
    position: relative;
  }
}

.post_content--body blockquote::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_before.png);
}

@media screen and (max-width: 767px) {
  .post_content--body blockquote::before {
    left: 12px;
  }
}

.post_content--body blockquote::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_after.png);
}

.post_content--body blockquote p {
  font-size: 1.6rem;
}

.post_content--body h3, .post_content--body h4, .post_content--body .wp-block-quote {
  margin: 36px 0 24px;
}

.post_content--body h3, .post_content--body h4, .post_content--body blockquote {
  margin: 36px 0 24px;
}

.post_content--body h2, .post_content--body h3, .post_content--body h4 {
  font-weight: 600;
}

.post_content--body h5, .post_content--body h6 {
  font-weight: 700;
}

.post_content--body h2 {
  border-left: 3px solid #e2c007;
  font-size: 2.8rem;
  margin: 72px 0 36px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .post_content--body h2 {
    font-size: 2.2rem;
    margin: 48px 0 24px;
    padding-left: 10px;
  }
}

.post_content--body h3 {
  border-left: 1px solid #c2c9c5;
  font-size: 2.4rem;
  padding-left: 24px;
  margin-top: 64px;
}

.post_content--body h2 + h3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post_content--body h3 {
    font-size: 2rem;
    margin: 56px 0 24px;
    padding-left: 14px;
  }
}

.post_content--body h4 {
  border-bottom: 1px solid #e5e9e3;
  font-size: 2.2rem;
  margin-top: 48px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .post_content--body h4 {
    font-size: 1.8rem;
    margin: 48px 0 16px;
  }
}

.post_content--body h5 {
  font-size: 1.8rem;
  margin: 48px 0 24px;
}

@media screen and (max-width: 767px) {
  .post_content--body h5 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

.post_content--body h6 {
  font-size: 1.6rem;
  margin: 24px 0 12px;
}

@media screen and (max-width: 767px) {
  .post_content--body h6 {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.post_content p {
  line-height: 2.0;
  margin-bottom: 36px;
}

.post_content--body a {
  color: #2e6e4d;
}

.post_content--body a.category_articles--card--title {
  color: #333;
}

.post_content--body a[target="_blank"] {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.post_content--body a[target="_blank"]::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 18px;
  position: absolute;
  width: 18px;
  margin: 6px;
}

.post_content--body .blank_url_containing_img[target="_blank"] {
  width: 100%;
  padding-right: 0;
}

.post_content--body .blank_url_containing_img[target="_blank"]::after {
  display: none;
}

.post_content--body img {
  display: block;
  margin: 16px auto;
  height: auto;
  /**
   * NOTE: widthプロパティは指定しないこと。記事内で画像が重複しているものがあり(/pr/15f53578 等)、
   * widthを指定するとどんな値でも再発してしまうため。
   */
}

@media screen and (max-width: 767px) {
  .post_content--body img {
    margin: 24px auto;
    height: auto;
  }
}

.post_content--body p:first-child img:first-child {
  margin-top: 0;
}

.post_content--body .wp-caption.aligncenter {
  margin: 0 auto 36px;
  text-align: center;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

.post_content--body .wp-block-image figcaption {
  font-size: 1.4rem;
  margin: 16px 0 28px;
}

.post_content .wp-block-group {
  display: table;
  margin: 0 auto;
}

.post_content .wp-block-group__inner-container {
  display: inline-block;
}

.post_content .wp-block-group__inner-container h6 {
  margin: 20px 0 16px;
}

@media screen and (max-width: 767px) {
  .post_content .wp-block-group__inner-container h6 {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.post_content .wp-block-group__inner-container .wp-block-image {
  margin: 0;
}

.post_content .wp-block-quote {
  align-items: center;
  border-left: 6px solid #e5e9e3;
  display: flex;
  flex-direction: column;
  min-height: 163px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content .wp-block-quote {
    padding: 38px 24px 16px 38px;
  }
}

.post_content .wp-block-quote::before, .post_content .wp-block-quote::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  font-size: 5.2rem;
  height: 22px;
  position: absolute;
  width: 24px;
}

.post_content .wp-block-quote::before {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_before.png);
  left: 20px;
  top: 0;
}

.post_content .wp-block-quote::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_after.png);
  bottom: 0;
  right: 0;
}

.post_content .wp-block-quote p {
  display: block;
  margin: 40px auto;
  width: 720px;
}

@media screen and (max-width: 767px) {
  .post_content .wp-block-quote p {
    width: 300px;
  }
}

.post_content blockquote {
  align-items: center;
  border-left: 6px solid #e5e9e3;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content blockquote {
    padding: 38px 15px 34px 26px;
    border-left: 4px solid #e5e9e3;
  }
}

.post_content blockquote p {
  display: block;
  margin: 0 auto;
}

.post_content figure.aligncenter figcaption {
  text-align: center;
}

.post_content figure.alignright figcaption {
  text-align: right;
}

.post_content .wp-block-embed.alignright {
  width: auto;
  max-width: none;
  display: block;
  float: right;
  margin-left: 1em;
}

.post_content .wp-block-embed.alignleft {
  width: auto;
  max-width: none;
  display: block;
  float: left;
  margin-right: 1em;
}

.post_content .wp-block-embed.aligncenter iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .post_content iframe[allowfullscreen] {
    width: 100%;
  }
}

.post_content--body .use--ad {
  margin: 48px auto;
}


.post_content--body .post_content--cv_button {
  color: #fff;
  display: block;
}

a[target="_blank"].post_content--cv_button {
  display: block;
}

.post_content--cv_button {
  background: #2e6e4d;
  display: block;
  font-size: 1.8rem;
  margin: 48px auto 56px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 326px;
  transition: opacity 0.3s ease;
}

.post_content--cv_button:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .post_content--cv_button {
    margin-top: 36px;
    width: 315px;
  }
}

a[target="_blank"].post_content--cv_button::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_04.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 35%;
  width: 18px;
}

.post_content--cv_button .post_cobtent--link:hover {
  text-decoration: none;
}

.post_content--body .post_content--cv_button-change {
  border: 1px solid #2E6E4D;
  background: #fff;
  color: #2E6E4D;
  margin-top: -32px;
}
a[target="_blank"].post_content--cv_button-change::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_01.png);
}

.post_content--author-cap {
  margin-top: 16px;
}

.post_content--share {
  box-shadow: 8px 8px 0 0 rgba(133, 147, 139, 0.3);
  display: flex;
  height: 258px;
  clear: both;
}

@media screen and (max-width: 767px) {
  .post_content--share {
    box-shadow: 4px 4px 0 0 rgba(133, 147, 139, 0.3);
    display: block;
    height: auto;
    position: relative;
  }
}

.post_content--share--thumbnail {
  width: 45%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .post_content--share--thumbnail {
    height: 173px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.post_content--share--content {
  align-items: center;
  border: 8px solid #f3f5f0;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 40px 16px 29px 24px;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .post_content--share--content {
    border: 6px solid #f3f5f0;
    border-top: none;
    padding: 24px 9px 18px 9px;
    width: 100%;
  }
}

.post_content--share--content-copy {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post_content--share--content-copy {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.8rem;
    height: 173px;
    padding-top: 41px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.post_content--share--phrase {
  display: block;
}

.post_content--share--good {
  background: none;
  border: none;
  margin-top: 16px;
  width: 82px;
}

.post_content--share--good:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.post_content--share--sns {
  justify-content: space-around;
  margin-top: 48px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .post_content--share--sns {
    margin-top: 0;
  }
}

.post_content--share--sns-item {
  text-align: center;
  width: 25%;
}

.post_content--share--sns-item:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.post_content--share--sns-item:first-child {
  padding-left: 0;
}

.post_content--share--sns-item:last-child {
  padding-right: 0;
}

.post_content--share--sns-item:not(:last-child) {
  border-right: 1px solid #e5e9e3;
}

@media screen and (max-width: 767px) {
  .post_content--share--sns-item:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}

.post_content--share--sns-item_icon {
  width: 36px;
}

.post_content--share--sns-item_text {
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
}

.post_content--pagination {
  display: flex;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .post_content--pagination {
    display: block;
    margin-top: 36px;
  }
}

.post_content--pagination a[rel="prev"], .post_content--pagination a[rel="next"] {
  border: 1px solid #e5e9e3;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  width: 50%;
  color: #333;
  text-decoration: none;
}

.post_content--pagination a[rel="prev"]:hover > span, .post_content--pagination a[rel="next"]:hover > span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="prev"], .post_content--pagination a[rel="next"] {
    width: 100%;
  }
}

.post_content--pagination a[rel="prev"]:hover, .post_content--pagination a[rel="next"]:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.post_content--pagination a[rel="prev"] {
  border-left: none;
  padding: 24px 36px 24px 70px;
}
.post_content--pagination a[rel="prev"] span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="prev"] {
    border-right: none;
    padding: 16px 15px 16px 45px;
  }

  .post_content--pagination a[rel="prev"] span {
    padding: 0;
  }
}

.post_content--pagination a[rel="prev"]::before, .post_content--pagination a[rel="prev"]::after {
  left: 0;
  position: absolute;
}

.post_content--pagination a[rel="prev"]::before {
  color: rgba(133, 147, 139, 0.12);
  content: 'PREV';
  font-size: 6.4rem;
  line-height: .6;
  top: 0;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="prev"]::before {
    font-size: 4.7rem;
  }
}

.post_content--pagination a[rel="prev"]::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 32px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 32px;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="prev"]::after {
    bottom: auto;
    height: 30px;
    top: 0;
    width: 30px;
  }
}

.post_content--pagination a[rel="next"] {
  border-left: none;
  border-right: none;
  padding: 24px 70px 24px 36px;
}

.post_content--pagination a[rel="next"] span{
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="next"] {
    border-top: none;
    padding: 16px 45px 16px 15px;
  }

  .post_content--pagination a[rel="next"] span{
    padding: 0;
  }
}

.post_content--pagination a[rel="next"]::before, .post_content--pagination a[rel="next"]::after {
  position: absolute;
}

.post_content--pagination a[rel="next"]::before {
  color: rgba(133, 147, 139, 0.12);
  content: 'NEXT';
  font-size: 6.4rem;
  line-height: .9;
  right: 0px;
  bottom: -1px;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="next"]::before {
    font-size: 4.7rem;
  }
}

.post_content--pagination a[rel="next"]::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  right: 0;
  top: 0;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .post_content--pagination a[rel="next"]::after {
    bottom: 0;
    height: 30px;
    top: auto;
    width: 30px;
  }
}

.post_content--ad_area {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .post_content--ad_area {
    margin-bottom: 48px;
  }
}

.post_content--ad_area .use--ad:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .post_content--ad_area .use--ad:first-child {
    margin-right: 0;
  }
}

.post_content--related_articles-title {
  border-left: 1px solid #c2c9c5;
  font-size: 3.4rem;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .post_content--related_articles-title {
    font-size: 2.4rem;
    padding-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .post_content--related_articles {
    padding: 0 15px;
  }
}

.post_content--desc {
  border: 10px solid #E5E9E3;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  padding: 26px 38px;
  margin-bottom: 24px;
  color: #3B4E43;
  line-height: 1.6;
}
.post_content--desc::before, .post_content--desc::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  position: absolute;
}
.post_content--desc::before {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_before.png);
  top: 26px;
  left: 38px;
}
.post_content--desc::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_quote_after.png);
  bottom: 26px;
  right: 38px; 
}

@media screen and (max-width: 767px) {
  .post_content--desc {
    font-size: 1.6rem;
  }
  .post_content--desc::before {
    top: 14px;
    left: 11px;
  }
  .post_content--desc::after {
    bottom: 14px;
    right: 14px;
  }
}

.post_content--articles {
  display: flex;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .post_content--articles {
    margin-bottom: 24px;
  }
}

.post_content--articles-thumbnail {
  max-width: 31%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .post_content--articles-thumbnail {
    max-width: 48%;
  }
  .post_content--body h4 + .post_content--articles{
    margin-top: 24px;
  }
}

.post_content--articles-thumbnail img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0;
}

.post_content--articles-thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post_content--articles_cap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .post_content--articles_cap {
    max-width: 48%;
    margin-left: 12px;
  }
}

.post_content--articles_cap a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .post_content--articles_cap a {
    font-size: 1.4rem;
  }
}

.post_content--articles_cap .post_content--articles-readmore {
  font-size: 1.6rem;
  text-align: right;
  border-bottom: 1px solid #c2c9c5;
  margin-left: auto;
  width: 264px;
}

.post_content--articles_cap .post_content--articles-readmore::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  vertical-align: middle;
  width: 32px;
}

.post_content--articles_cap .post_content--articles-readmore:hover {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .post_content--articles_cap .post_content--articles-readmore {
    font-size: 1.4rem;
    width: 114px;
  }
  .post_content--articles_cap .post_content--articles-readmore::after {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .post_content_past {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}

.post_content_past h3{
  font-size: 3.4rem;
  padding-left: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .post_content_past h3 {
    font-size: 2.4rem;
    padding-left: 14px;
    margin-top: 72px;
  }
}

.post_content--buy_button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 56px;
}

.post_content--buy_button_link {
  background-color: #2e6e4d;
  display: inline-block;
  width: 360px;
  padding: 15px 38px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post_content--buy_button_link {
    width: 315px;
  }
}

.post_content--buy_button_link:hover {
  transition: opacity 0.3s ease;
  opacity: 0.6;
}



.post_content--buy_button_link_text {
  color: #fff;
}

.post_content--buy_button_link_text::after {
  content: '';
  display: inline-block;
  background-image:url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_04.png) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 20px;
  right: 15px;
}

/* =====================
  固定ページ
===================== */
.page_content {
  padding-top: 48px;
}

@media screen and (max-width: 767px) {
  .page_content {
    padding: 0 15px;
  }
}

.page_content .post_content--meta {
  border-bottom: none;
}
.page_content .post_content--meta img {
  margin-top: 48px;
}

.page_content .post_content--body {
  border-bottom: none;
}

.page_content .post_content--body p{
  margin-bottom: 24px;
}
.page_content .post_content--body span {
  display: block;
  color: #85938B;
}
.page_content .post_content--body span.use--new {
  color: #fff;
}

/* =====================
  premium_club
===================== */
.premium_club {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .premium_club {
    padding: 0 15px;
  }
}

.premium_club .category_articles--card--thumbnail--img {
  margin: 0;
  width: 260px;
  height: 170px;
}

section .premium_club--body {
  padding-top: 0px;
}

section .premium_club--body h2 {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  section .premium_club--body h2 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  section .premium_club--body {
    padding-top: 0px;
  }
}

.premium_club--button {
  background: #2e6e4d;
  height: 52px;
  transition: opacity 0.3s ease;
}

.premium_club--button:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .premium_club--button {
    height: 48px;
    margin-bottom: 0;
  }
}

.premium_club--button-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .premium_club--button-text {
    font-weight: 600;
  }
}

.premium_club--button-text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_04.png);
  background-size: contain;
  color: #fff;
  content: "";
  height: 18px;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .premium_club--button-text::after {
    top: 16px;
  }
}

/* プレミアム倶楽部右カラム */
.premium_club-side {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/img_letter.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 194px 175px;

}

.premium_club-side .premium_club-side--title {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.premium_club-side--read {
  font-size: 1.6rem;
  margin-bottom: 16px;
}


/* プレミアム倶楽部左カラム */
.premium_club-center {
  background: #f3f5f0;
  border: 10px solid #e5e9e3;
  color: #333;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1200px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.premium_club-center:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .premium_club-center {
    margin: 48px 15px 0;
    width: auto;
  }
}

.premium_club-center--link {
  align-items: center;
  color: #333;
  display: inline-block;
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .premium_club-center--link {
    display: block;
    padding: 26px 20px 0;
  }
}

.premium_club-center--link::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_01.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 22px;
  text-decoration: none;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .premium_club-center--link::after {
    display: none;
    max-width: 285px;
  }
}

.premium_club-center--title {
  color: #333;
}

.premium_club-center--title-sub {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .premium_club-center--title-sub {
    font-size: 1.4rem;
  }
}

.premium_club-center--title-main {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .premium_club-center--title-main {
    display: block;
    font-size: 2.4rem;
    text-align: center;
  }
}

.premium_club-center--read {
  font-size: 1.6rem;
  width: 590px;
  margin-right: 41px;
}

@media screen and (max-width: 767px) {
  .premium_club-center--read {
    margin-bottom: 26px;
    text-align: center;
    width: auto;
    margin-right: 0;
  }
}

.premium_club-center--button {
  margin: 0 auto 20px;
  width: 88%;
}

/* プレミアム倶楽部固定ページ */
.premium_club .post_content--meta {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.premium_club .post_content--meta img {
  margin-top: 20px;
}

.premium_club .post_content--body {
  border-bottom: none;
}

.premium_club .post_content--body p{
  margin-bottom: 24px;
}
.premium_club .post_content--body span {
  display: block;
  color: #85938B;
}
.premium_club .post_content--body span.use--new {
  color: #fff;
}

/* =====================
  rakudatei
===================== */
.rakudatei {
  background: #f3f5f0;
  margin: 36px auto 24px;
  padding: 36px 24px 24px;
}

@media screen and (max-width: 767px) {
  .rakudatei {
    margin: 24px 15px 45px;
    max-width: 100%;
    padding: 24px 15px 36px;
    position: relative;
  }
}

.rakudatei--link {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
}

.rakudatei--link:hover {
  text-decoration: underline;
}

.rakudatei--link:hover .rakudatei--topic--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rakudatei--head {
  align-items: center;
  border-bottom: 1px solid #e5e9e3;
  display: flex;
  padding-bottom: 24px;
  position: relative;
}

.rakudatei--head:hover {
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.rakudatei--head:hover:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .rakudatei--head {
    align-items: flex-start;
    border-bottom: none;
    flex-direction: column;
    padding-bottom: 12px;
  }
}

.rakudatei--head::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_arrow_01.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .rakudatei--head::after {
    height: 30px;
    top: 10%;
    width: 30px;
  }
}

.rakudatei--head--logo {
  max-width: 264px;
}

@media screen and (max-width: 767px) {
  .rakudatei--head--logo {
    margin-bottom: 25px;
    max-width: 53%;
    min-width: 170px;
  }
}

.rakudatei--head--read {
  margin-left: 24px;
  margin-right: 48px;
  max-width: 456px;
}

@media screen and (max-width: 767px) {
  .rakudatei--head--read {
    margin: 0;
    max-width: 100%;
  }
}

.rakudatei--topic {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .rakudatei--topic {
    display: block;
    margin-top: 17px;
  }
}

.rakudatei--topic--thumbnail {
  max-width: 33%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rakudatei--topic--thumbnail {
    margin-bottom: 20px;
    max-width: 100%;
    height: calc( 100vw * .6 );
  }
}

.rakudatei--topic--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 176px;
}

.rakudatei--topic_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 63%;
  position: relative;
}

@media screen and (max-width: 767px) {

  .rakudatei--topic--thumbnail--img {
    height: 100%;
  }

  .rakudatei--topic_content {
    display: block;
    max-width: 100%;
  }
}

.rakudatei--topic--category {
  color: #85938b;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 13px;
}

.rakudatei--topic--category:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .rakudatei--topic--category {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.rakudatei--topic--title {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .rakudatei--topic--title {
    font-size: 1.8rem;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
  }
}

.rakudatei--topic--tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .rakudatei--topic--tag {
    margin-bottom: 12px;
  }
}

.rakudatei--topic--tag--item {
  overflow: hidden;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  margin-right: 4px;
}

.rakudatei--topic--tag--item a {
  color: #333;
  text-decoration: none;
  background: #e5e9e3;
  padding: 0 6px;
  white-space: nowrap;
}

.rakudatei--topic--tag--item a::before {
  color: #2e6e4d;
  content: "# ";
  font-size: 1.2rem;
}

.rakudatei--topic--tag--item a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.rakudatei--topic--date {
  color: #85938b;
  font-size: 1.3rem;
}

.rakudatei--button {
  max-width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .rakudatei--button {
    bottom: -45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
}

.rakudatei--button-text {
  border-bottom: 1px solid #c2c9c5;
  margin-left: auto;
  width: 264px;
  overflow: unset;
}

.rakudatei--button-text:hover {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .rakudatei--button-text {
    font-size: 1.4rem;
    width: 214px;
  }
}

.rakudatei--button-text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  margin-bottom: -1px;
  vertical-align: middle;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .rakudatei--button-text::after {
    height: 30px;
    width: 30px;
  }
}

/* =====================
  ranking
===================== */
.ranking {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .ranking {
    max-width: 100%;
    padding: 0 15px;
  }
}

.ranking--link {
  color: #333;
  text-decoration: none;
  overflow: hidden;
}

.ranking--link:hover {
  text-decoration: underline;
}

.ranking--link:hover .ranking--card--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ranking--card {
  position: relative;
  width: 31.5%;
  margin-bottom: -28px;
}

@media screen and (max-width: 767px) {
  .ranking--card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ranking--card:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.ranking--card-higher {
  margin-bottom: 36px;
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .ranking--card-higher {
    display: block;
  }
}

.ranking--card--wrapper {
  counter-reset: rank;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ranking--card--wrapper {
    margin-top: 24px;
  }
}

.ranking--card--thumbnail {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  max-height: 176px;
  min-height: 176px;
}

@media screen and (max-width: 767px) {
  .ranking--card--thumbnail {
    max-width: 34.8%;
    min-height: initial;
    min-height: auto;
    max-height: initial;
    max-height: auto;
    height: calc( 100vw * .22 );
  }
}

.ranking--card--thumbnail-higher {
  margin-bottom: 24px;
  min-height: 272px;
}

@media screen and (max-width: 767px) {
  .ranking--card--thumbnail-higher {
    margin-bottom: 14px;
    min-width: 100%;
    min-height: initial;
    min-height: auto;
    height: calc( 100vw * .3 );
  }
}

.ranking--card--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 176px;
}

.ranking--card--thumbnail-higher .ranking--card--thumbnail--img {
  height: 272px;
}

@media screen and (max-width: 767px) {
  .ranking--card--thumbnail-higher .ranking--card--thumbnail--img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ranking--card--thumbnail--img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ranking--card--content {
    max-width: 60%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ranking--card--content-higher {
    max-width: 100%;
    margin-left: 0;
  }
}

.ranking--card--category {
  color: #85938b;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .ranking--card--category {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.ranking--card--category-higher {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ranking--card--category-higher {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}

.ranking--card--title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ranking--card--title {
    height: 50px;
    font-weight: 600;
    text-decoration: underline;
  }
}

.ranking--card--title-higher {
  font-size: 2.2rem;
  height: 66px;
}

@media screen and (max-width: 767px) {
  .ranking--card--title-higher {
    font-size: 1.6rem;
    font-weight: 600;
    height: 75px;
  }
}

.ranking--card--title-higher:hover::before {
  text-decoration: underline;
}

.ranking--card--date {
  color: #85938b;
  display: block;
  font-size: 1.3rem;
}

.ranking--card--no {
  border-bottom: 1px solid #c2c9c5;
  bottom: 28px;
  color: #c2c9c5;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: .8;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ranking--card--no {
    font-size: 1.8rem;
    width: 100%;
  }
}

.ranking--card--no::after {
  color: #2e6e4d;
  content: counter(rank);
  counter-increment: rank;
  font-size: 6.4rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .ranking--card--no::after {
    font-size: 4.4rem;
  }
}

.ranking--card--no-higher {
  bottom: 38px;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .ranking--card--no-higher {
    font-size: 1.8rem;
  }
}

.ranking--card--no-higher::after {
  font-size: 8.4rem;
}

@media screen and (max-width: 767px) {
  .ranking--card--no-higher::after {
    font-size: 4.4rem;
  }
}
/* =====================
  search_result
===================== */
.search_result{
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .search_result{
    padding: 0 15px;
  }
}
.search_result--head {
  border-bottom: 1px solid #E5E9E3;
  padding-bottom: 11px;
}

.search_result--head h1 {
  font-size: 3.8rem;
  border-left: 2px solid #E2C007;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .search_result--head h1{
    font-size: 2.8rem;
    padding-left: 13px;
  }
}

.search_result--head-count {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 600;
}

.search_result--head-count_num {
  font-size: 2.2rem;
  margin: 0 6px 0 9px;
}

@media screen and (max-width: 767px) {
  .search_result--head-count_num {
    font-size: 2rem;
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
.search_result--none{
    border-bottom: 1px solid #E5E9E3;
    padding-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.search_result--none-text {
  text-align: center;
  margin-top: 56px;
}

.search_result--none .post_content--cv_button {
  color: #fff;
  position: relative;
}

.search_result--none .post_content--cv_button::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
}

.search_result .use--ad-head{
  margin-bottom: 24px;
}

.search_result .category_articles--card--thumbnail {
  align-items: normal;
}

.search_result .category_articles--tag--item a {
  color: #333;
  background: #e5e9e3;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  padding: 0 6px;
  text-decoration: none;
}

.search_result .category_articles--tag--item a:not(:last-child) {
  margin-right: 4px;
}

.search_result .category_articles--tag--item a::before {
  color: #2e6e4d;
  content: "# ";
  font-size: 1.2rem;
}

.search_result .category_articles--tag--item a:hover {
  text-decoration: underline;
}
/* =====================
  side_articles
===================== */
.side_articles {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .side_articles {
    margin: 36px auto 0;
    width: 100%;
  }
}

.side_articles--link {
  color: #333;
  text-decoration: none;
}

.side_articles--link:hover {
  text-decoration: underline;
}

.side_articles--link:hover .side_articles--card--thumbnail--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.side_articles--title {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .side_articles--title {
    font-size: 2.4rem;
  }
}

.side_articles--title-en {
  color: #85938b;
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .side_articles--title-en {
    font-size: 1.4rem;
  }
}

.side_articles--title-h3 {
  font-size: 1.8rem;
  margin-top: 22px;
}

.side_articles--online_store {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  margin-top: 22px;
  align-items: center;
}

.side_articles--online_store--catalog {
  width: auto;
}

@media screen and (max-width: 767px) {
  .side_articles--online_store--catalog {
    width: auto;
  }
}

.side_articles--online_store--content {
  margin-top: 12px;
  flex: auto;
  width: 100%;
}

.side_articles--online_store--heading {
  color: #707070;
}

.side_articles--online_store--copy {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.side_articles--online_store--button {
  background: #2e6e4d;
  height: 40px;
  position: relative;
  transition: opacity 0.3s ease;
}

.side_articles--online_store--button:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .side_articles--online_store--button {
    font-size: 1.6rem;
    height: 55px;
  }
}

.side_articles--online_store--button::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_new_window.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 14px;
}

@media screen and (max-width: 767px) {
  .side_articles--online_store--button::after {
    top: 23px;
  }
}

.side_articles--online_store--button-text {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.side_articles--online_store--button-text:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .side_articles--online_store--button-text {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}

.side_articles--card {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .side_articles--card {
    margin-top: 24px;
  }
}

.side_articles--card--thumbnail {
  max-width: 43%;
  max-height: 86px;
  width: 43%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .side_articles--card--thumbnail {
    max-width: initial;
    max-height: initial;
    width: 35%;
    height: 22vw;
  }
}

.side_articles--card--thumbnail--img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 128px;
  height: 86px;
}

@media screen and (max-width: 767px) {
  .side_articles--card--thumbnail--img {
    height: 22vw;
  }
}

.side_articles--card--content {
  margin-left: 12px;
  max-width: 53%;
  flex: auto;
}

@media screen and (max-width: 767px) {
  .side_articles--card--content {
    margin-left: 5%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .side_articles--card--category {
    font-size: 1.3rem;
    color: #85938B;
  }
}

.side_articles--card--title {
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .side_articles--card--title {
    font-size: 1.6rem;
    height: 50px;
    text-decoration: underline;
  }
}

.side_articles--card--title:hover::before {
  text-decoration: underline;
}

.side_articles--card--date {
  color: #85938b;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .side_articles--card--date {
    display: block;
    margin-top: 15px;
    line-height: inherit;
  }
}

.side_articles--button {
  margin-top: 20px;
  max-width: 100%;
  text-align: right;
}

.side_articles--button-text {
  border-bottom: 1px solid #c2c9c5;
  font-size: 1.6rem;
  margin-left: auto;
  width: 100%;
  display: block;
}

.side_articles--button-text:hover {
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .side_articles--button-text {
    font-size: 1.4rem;
    width: 114px;
  }
}

.side_articles--button-text::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  margin-bottom: -1px;
  vertical-align: middle;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .side_articles--button-text::after {
    height: 30px;
    width: 30px;
  }
}

.side_articles-horoscope--head--update_date {
  color: #85938b;
  display: block;
  font-size: 1.6rem;
}

.side_articles-horoscope--head--title {
  color: #333;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .side_articles-horoscope--head--title {
    font-size: 2.4rem;
  }
}

.side_articles-horoscope--thumbnail {
  border: 1px solid #e5e9e3;
}

.side_articles-horoscope--title::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .side_articles-horoscope--title::before {
    content: none;
  }
}

.side_articles-archives--title {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .side_articles-archives--title {
    font-size: 2.4rem;
  }
}

.side_articles--rank {
  counter-reset: rank;
}

.side_articles--rank-no {
  border-bottom: 1px solid #c2c9c5;
  color: #c2c9c5;
  display: block;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: .8;
  margin-top: -15px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .side_articles--rank-no {
    margin-top: -20px;
  }
}

.side_articles--rank-no::after {
  color: #2e6e4d;
  content: counter(rank);
  counter-increment: rank;
  font-size: 4.4rem;
}

/* =====================
  sns
===================== */
.sns {
  margin-bottom: 55px;
}

.sns--title {
  font-size: 2.4rem;
}

.sns--read {
  font-size: 1.6rem;
  margin-top: 20px;
}

.sns--media {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 25px;
}

.sns--media-item:not(:last-of-type) {
  margin-right: 16px;
}

.sns--media-link {
  display: block;
  height: 48px;
  line-height: 0;
  width: 48px;
  transition: opacity 0.3s ease;
}

.sns--media-link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* =====================
  special
===================== */
.special {
  background-color: #2c3948;
  margin-left: calc(((100vw - 1200px) / 2) * -1);
  margin-top: 48px;
  width: calc(840px + (100vw - 1200px) /2); /* for IE11 */
}

@media screen and (max-width: 1239px) {
  .special {
    margin-left: -20px;
    width: 860px;
  }
}

@media screen and (max-width: 767px) {
  .special {
    margin-left: 0;
    width: 100%;
  }
}

.special--inner {
  margin: 0;
  padding: 0 0 76px calc(((100vw - 1200px) / 2));
  position: relative;
  width: calc(840px + (100vw - 1200px) / 2);
}

@media screen and (max-width: 1239px) {
  .special--inner {
    margin-left: 0;
    padding-left: 20px;
    width: 860px;
  }
}

@media screen and (max-width: 767px) {
  .special--inner {
    padding: 0 0 90px 16px;
    width: 100%;
  }
}

.special--inner .title--jp-appeal {
  display: flex;
  align-items: center;
}
.special--inner .title--jp-appeal::before {
  content: '';
  display: inline-block;
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/icon_movie.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .special--inner .title--jp-appeal::before {
    width: 36px;
    height: 36px;
    margin-right: 9px;
  }
}

.special--wrapper {
  margin: 4px 0 0 4px;
}

.special--swiper {
  margin-top: 30px;
  /* overflow: visible; */
}

@media screen and (max-width: 767px) {
  .special--swiper {
    margin-top: 40px;
    width: 100%;
  }
}

.special--container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .special--container {
    padding-right: 16px;
  }
}

.special--slide {
  width: 264px;
}

@media screen and (max-width: 767px) {
  .special--slide {
    width: 270px;
  }
}

.special--movie {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.special--movie-img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  height: 176px;
}

.special--movie:hover .special--movie-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .special--movie {
    height: 180px
  }

  .special--movie-img {
    height: 100%;
  }
}

.special--archive {
  transition: opacity 0.3s ease;
  align-items: center;
  border-bottom: 1px #fff solid;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  text-decoration: none;
  top: 98px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .special--archive {
    top: auto;
    right: 15px;
    bottom: 24px;
    width: 114px;
    font-size: 1.4rem;
  }
}

.special--archive:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.special--archive::after {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_arrow_02.png);
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  margin-left: 12px;
  margin-bottom: -1px;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .special--archive::after {
    width: 30px;
    height: 30px;
  }
}

.special--info {
  margin-top: 16px;
}

.special--info_category {
  color: #c2c9c5;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.special--info_category:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .special--info_category {
    font-size: 1.3rem;
  }
}

.special--info_title {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 8px;
  text-decoration: none;
}

.special--info_title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .special--info_title {
    margin-top: 4px;
    text-decoration: underline;
  }
}

.special--info_tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 16px;
}

.special--info_tag-item {
  align-items: center;
  display: flex;
  margin-left: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.special--info_tag-item a {
  transition: opacity 0.3s ease;
  background: #e5e9e3;
  color: #333;
  font-size: 1.3rem;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

.special--info_tag-item a:not(:last-child) {
  margin-right: 8px;
}

.special--info_tag-item a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.special--info_tag-item a::before {
  color: #2e6e4d;
  content: "#";
  margin-right: 5px;
}

.special--info_date {
  color: #c2c9c5;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .special--info_date {
    margin-top: 13px;
  }
}

.special--button-prev, .special--button-next {
  background-image: url(/https/serai.jp/wp-content/themes/serai2020/assets/images/button_pagetop.png);
  height: 48px;
  transition: opacity 0.3s ease;
  width: 48px;
}

.special--button-prev {
  transform: rotateZ(-90deg);
}

.special--button-next {
  transform: rotateZ(90deg);
}
.special--button-prev:hover, .special--button-next:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .special--button-prev, .special--button-next {
    display: none;
  }
}

.special .swiper-button-prev,.special .swiper-button-next{
  background-size: 48px;
  /* margin-top: -88px; */
}
.special--button-prev {
  left: 0;
  top: calc(176px / 2);
}

.special--button-prev::before {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.special--button-prev::after {
  bottom: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.special--button-next {
  right: 0;
  top: calc(176px / 2);
}

.special--button-next::before {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .special--button-next::before {
    top: 17px;
  }
}

.special--button-next::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.special--button-disabled {
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

/* =====================
  title
===================== */
.title-appeal {
  border-left: 1px solid #c2c9c5;
  min-height: 126px;
  position: relative;
  width: auto;
}

@media screen and (max-width: 767px) {
  .title-appeal {
    min-height: 84px;
  }
}

.title-excursion {
  border-left: 1px solid #c2c9c5;
  min-height: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title-excursion {
    min-height: 64px;
  }
}

.title--en-appeal {
  bottom: -5px;
  color: #85938b;
  font-size: 8.4rem;
  font-weight: 400;
  left: 40px;
  opacity: 0.18;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title--en-appeal {
    font-size: 4.8rem;
    left: 24px;
  }
}

.title--en-appeal.use-bg_dark {
  color: #fff;
}

.title--en-excursion {
  bottom: 12px;
  color: #85938b;
  font-size: 6.4rem;
  font-weight: 500;
  left: 36px;
  opacity: 0.12;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title--en-excursion {
    font-size: 4.8rem;
    left: 24px;
  }
}

.title--jp-appeal {
  color: #333;
  bottom: 0;
  font-size: 3.8rem;
  font-weight: 600;
  left: 24px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .title--jp-appeal {
    font-size: 2.8rem;
    left: 14px;
  }
}

.title--jp-appeal.use-bg_dark {
  color: #fff;
  white-space: nowrap;
}

.title--jp-excursion {
  color: #333;
  bottom: 0;
  font-size: 3.4rem;
  font-weight: 600;
  left: 20px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .title--jp-excursion {
    font-size: 2.8rem;
    left: 14px;
  }
}

/* =====================
  use
===================== */
.use--pr {
  background: #e5e9e3;
  bottom: 0;
  color: #85938b;
  display: block;
  font-family: "Noto Sans CJK JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 28px;
}

.use--pr-articles {
  background: #fff;
  border: 1px solid #c2c9c5;
  bottom: auto;
  font-size: 1.3rem;
  top: 3%;
  width: 43px;
}

@media screen and (max-width: 767px) {
  .use--pr-articles {
    top: 1%;
  }
}

.use--new {
  background: #e2c007;
  box-shadow: 2px 2px 1px 0 rgba(133, 147, 139, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  left: -5px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 44px;
  z-index: 1;
}

.use--new-topic {
  font-size: 1.6rem;
  width: 54px;
}

@media screen and (max-width: 767px) {
  .use--new-interview {
    left: 0;
    top: 0;
  }
}

.use--ad {
  align-items: center;
  background: #e2e2e2;
  border: 1px solid #a3a3a3;
  display: flex;
  height: 250px;
  justify-content: center;
  width: 300px;
}

.use--ad-side {
  margin-top: 48px;
  width: 100%;
}

.use--ad-head, .use--ad-footer {
  background: #e2e2e2;
  height: 50px;
  margin: 0 auto;
  width: 320px;
}

.use--ad-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}

/* =====================
  visible
===================== */
@media screen and (max-width: 767px) {
  .visible-pc {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .invisible-tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .visible-tab {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .visible-sp {
    display: none;
  }
}
/* js-copyToSpMenu指定の要素はSPメニューでのみ表示 */
@media screen and (max-width: 767px) {
  .js-copyToSpMenu {
    display: none;
  }
}

/* js-copyToSpMenu指定の要素がスクロールできない問題の解消 */
#sp-menu-bottom {
  height: calc(100vh - 60px);
}


/* SPメニュー内カスタムHTML余白調整用 */
.sp-menu--inner {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .sp-menu--inner {
    padding: 15px;
  }
}

/* =====================
  UZOUエリア 調整
===================== */
@media screen and (max-width: 767px) {
  .uz-4-sarai_sp .__uz__widget .__uz__header-div {
    font-weight: 700;
    padding: 0 0 0 14px;
    box-sizing: border-box;
    border-left: 1px solid #c2c9c5;
    margin-bottom: 16px;
  }
}

/* =====================
  Lazy blocks
===================== */
/* ポイントまとめ */
.point_list_wrap {
  background-color: #eee;
  padding: 1.25em 2.375em;
  line-height: 2.0;
  margin-bottom: 36px;
}
.point_list_title {
  font-size: 1.25em;
  font-weight: bolder;
}
.point_list_content {
  list-style-type: none;
}

/* 計測タグ付き外部リンクボタン */
.wp-block-lazyblock-measurement-button .wp-block-buttons a {
  margin-bottom: 36px;
  transition: all .2s;
  border: 2px solid #fcb900;
}
.wp-block-lazyblock-measurement-button .wp-block-buttons a:hover {
  background-color: #fff;
}