@charset "UTF-8";
/*
# PC / 主要スタイル
*/
/*
# PC / 定義

- Montserrat : sans-serif
- PT Sans Narrow : sans-serif
- Playfair Display : serif
*/
/*
## フォント
*/
/*
## 幅
*/
/*
## 余白
*/
/*
## 色
*/
/*
## 不透明度
*/
/*
## アニメーション
*/
@keyframes catborder {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}

/*
# PC / 共通
*/
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  min-width: 1300px;
  padding-top: calc(45px + 2rem * 2 + 1.6rem + 1rem * 2 + 4px);
}

img {
  height: auto;
  max-width: 100%;
}

/*
# PC / 基盤 / 広告
*/
.f-ad {
  background-color: #fff;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 0;
  text-align: center;
}

.f-ad + .f-ad {
  padding-top: 0;
}

/*
# PC / 基盤 / コンテンツコンテナー

- 基本は 2 段組で、1 段組にする場合は f-contentContainer-primary を使用
*/
.f-contentContainer {
  margin: 5rem 0;
  padding: 0 50px;
}

.f-contentContainer-wrapper {
  margin: 0 auto;
  width: 1200px;
}

.f-contentContainer-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.f-contentContainer-primary {
  float: left;
  width: 850px;
}

.f-contentContainer-primary > :first-child {
  margin-top: 0;
}

.f-contentContainer-secondary {
  float: right;
  width: 300px;
}

.f-contentContainer-secondary > :first-child {
  margin-top: 0;
}

/*
## 1 段組
*/
.f-contentContainer-primary:last-child {
  float: none;
  width: 100%;
}

/*
# PC / 基盤 / 特集ヘッダー
*/
.f-featureHeader {
  background-color: #000;
  position: relative;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-featureHeader-image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.f-featureHeader-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.f-featureHeader-image img {
  left: 0;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.f-featureHeader-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5rem 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.f-featureHeader-heading {
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  max-width: 700px;
  padding-top: 40px;
  position: relative;
  text-align: left;
}

.f-featureHeader-heading:before {
  content: "SPECIAL";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 103px;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 4px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}

.f-featureHeader-lead {
  margin-top: 2rem;
  max-width: 700px;
  text-align: left;
  font-size: 1.5rem;
}

.f-featureHeader-button {
  margin-top: 3rem;
}

.f-featureHeader-button a {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  font-family: "Belleza", sans-serif;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.f-featureHeader-button a:hover, .f-featureHeader-button a:active, .f-featureHeader-button a:focus {
  color: #fff;
}

.f-featureHeader-button a:hover:before, .f-featureHeader-button a:active:before, .f-featureHeader-button a:focus:before {
  transform: scaleX(1);
}

.f-featureHeader-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / 基盤 / 特集ヘッダー
*/
.f-regularHeader {
  background-color: #000;
  position: relative;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-regularHeader-image {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.f-regularHeader-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.f-regularHeader-image img {
  left: 0;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.f-regularHeader-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5rem 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.f-regularHeader-heading {
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  max-width: 700px;
  padding-top: 40px;
  position: relative;
  text-align: left;
}

.f-regularHeader-heading:before {
  content: "REGULAR";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 118px;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 4px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}

.f-regularHeader-lead {
  margin-top: 2rem;
  max-width: 700px;
  text-align: left;
  font-size: 1.5rem;
}

.f-regularHeader-button {
  margin-top: 3rem;
}

.f-regularHeader-button a {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  font-family: "Belleza", sans-serif;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.f-regularHeader-button a:hover, .f-regularHeader-button a:active, .f-regularHeader-button a:focus {
  color: #fff;
}

.f-regularHeader-button a:hover:before, .f-regularHeader-button a:active:before, .f-regularHeader-button a:focus:before {
  transform: scaleX(1);
}

.f-regularHeader-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / 基盤 / フッター
*/
.f-footer {
  font-size: 1.4rem;
  background-color: #484848;
  padding: 30px 0;
}

.f-footer.-common {
  padding: 0;
}

.f-footer-wrapper {
  margin: 0 auto;
}

.f-footer-upper {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 5rem 0;
}

.f-footer-bottom {
  background-color: #484848;
  margin: 0 auto;
  padding: 5rem 0;
}

/*
## 上部メニュー
*/
.f-footer-logo {
  text-align: center;
}

.f-footer-logo a svg {
  transition: opacity 0.3s ease 0s;
}

.f-footer-logo a:hover svg,
.f-footer-logo a:active svg,
.f-footer-logo a:focus svg {
  opacity: 0.3;
}

.f-footer-upperMenuList {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 900px;
  margin: 30px auto 0;
  font-family: "Belleza", sans-serif;
}

.f-footer-upperMenuItem a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.f-footer-upperMenuItem a:hover, .f-footer-upperMenuItem a:active, .f-footer-upperMenuItem a:focus {
  text-decoration: underline;
}

.f-footer-partnerMediaList {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: 30px auto 0;
}

.f-footer-partnerMediaItem {
  background: #fff;
  padding: 15px 30px;
  margin: 0 10px;
  border: 1px #ccc solid;
}

.f-footer-partnerMediaItem a img {
  width: 150px;
  height: auto;
  transition: opacity 0.3s ease 0s;
}

.f-footer-partnerMediaItem a:hover img,
.f-footer-partnerMediaItem a:active img,
.f-footer-partnerMediaItem a:focus img {
  opacity: 0.3;
}

/*
## メニュー
*/
.f-footer-menuList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-footer-menuItem {
  color: #fff;
  border-left: 1px solid #e9e9e9;
  padding: 0 20px;
}

.f-footer-menuItem:first-child {
  border-left: none;
}

.f-footer-menuItem a {
  color: inherit;
  text-decoration: none;
}

.f-footer-menuItem a:hover, .f-footer-menuItem a:active, .f-footer-menuItem a:focus {
  text-decoration: underline;
}

/*
## メディア
*/
.f-footer-media {
  width: 1200px;
  margin: 4rem auto -2rem;
}

.f-footer-mediaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-footer-mediaItem {
  padding: 0 10px 2rem;
}

.f-footer-mediaItem img {
  transition: opacity 0.3s ease 0s;
  vertical-align: middle;
}

.f-footer-mediaItem a:hover img,
.f-footer-mediaItem a:active img,
.f-footer-mediaItem a:focus img {
  opacity: 0.3;
}

/*
## インフォメーション
*/
.f-footer-info {
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.f-footer-copyright {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.f-footer-companyList {
  align-items: center;
  display: flex;
  justify-content: center;
}

.f-footer-companyItem {
  padding-left: 20px;
}

.f-footer-companyItem img {
  transition: opacity 0.3s ease 0s;
  vertical-align: middle;
}

.f-footer-companyItem a:hover img,
.f-footer-companyItem a:active img,
.f-footer-companyItem a:focus img {
  opacity: 0.3;
}

/*
# PC / 基盤 / ヘッダー

- ログインしていないときは f-header-navNonMember を、ログインしているときは f-header-navMember を使用
- 会員メニューと検索、記事は JavaScript で開閉

- Modifier
  - f-header-nav: -compact
*/
.f-header {
  left: 0;
  min-width: 1300px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*
## ナビゲーション
*/
.f-header-nav {
  background-color: #fff;
  border-bottom: 4px solid #ccc;
  font-size: 1.6rem;
  position: relative;
  border-top: 16px #f2f2f2 solid;
}

.f-header-navWrapper {
  position: relative;
}

.f-header-navLogo {
  background-color: #fff;
  padding: 2.4rem 50px 1.4rem;
  text-align: center;
}

.f-header-navLogo svg {
  transition: opacity 0.3s ease 0s;
}

.f-header-navLogo a:hover svg,
.f-header-navLogo a:active svg,
.f-header-navLogo a:focus svg {
  opacity: 0.3;
}

.f-header-navSns {
  position: absolute;
  right: 58%;
  top: calc(2rem + 45px / 2);
  transform: translate(600px, -50%);
}

.f-header-navSnsList {
  display: flex;
  justify-content: center;
}

.f-header-navSnsItem {
  padding: 16px;
}

.f-header-navSnsItem svg {
  transition: opacity 0.3s ease 0s;
}

.f-header-navSnsItem a:hover svg,
.f-header-navSnsItem a:active svg,
.f-header-navSnsItem a:focus svg {
  opacity: 0.3;
}

.f-header-navNonMember {
  font-family: "Belleza", sans-serif;
  font-size: 1.8rem;
  position: absolute;
  right: 50%;
  top: calc(2rem + 45px / 2);
  transform: translate(600px, -50%);
}

.f-header-navNonMember a {
  color: inherit;
  display: block;
  padding-left: 44px;
  position: relative;
  text-decoration: none;
}

.f-header-navNonMember a:before {
  background: transparent url("../image/f-header-login.png") no-repeat scroll 0 0;
  background-size: cover;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
}

.f-header-navNonMember a:hover, .f-header-navNonMember a:active, .f-header-navNonMember a:focus {
  text-decoration: underline;
}

.f-header-navMember {
  font-family: "PT Sans Narrow", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.8rem;
  position: absolute;
  right: 50%;
  top: calc(2rem + 45px / 2);
  transform: translate(600px, -50%);
}

.f-header-navMemberAction a {
  color: inherit;
  display: block;
  padding-left: 44px;
  position: relative;
  text-decoration: none;
  font-family: "Belleza", sans-serif;
}

.f-header-navMemberAction a:before {
  background: transparent url("../image/f-header-mypage.png") no-repeat scroll 0 0;
  background-size: cover;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
}

.f-header-navMemberAction a:hover, .f-header-navMemberAction a:active, .f-header-navMemberAction a:focus {
  text-decoration: underline;
}

.f-header-navMemberMenuList {
  background-color: #444;
  color: #fff;
  font-size: 1.4rem;
  padding: 3rem 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(100% + 20px);
  width: 8rem;
}

.f-header-navMemberMenuList:before {
  border: 8px solid transparent;
  border-bottom-color: #444;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 2.5rem;
  width: 0;
}

.f-header-navMemberMenuList > :first-child {
  margin-top: 0;
}

.f-header-navMemberMenuList[aria-hidden="true"] {
  display: none;
}

.f-header-navMemberMenuItem {
  margin-top: 2rem;
}

.f-header-navMemberMenuItem a {
  color: inherit;
  text-decoration: none;
}

.f-header-navMemberMenuItem a:hover, .f-header-navMemberMenuItem a:active, .f-header-navMemberMenuItem a:focus {
  text-decoration: underline;
}

.f-header-navCategoryList {
  display: flex;
  font-family: "Belleza", sans-serif;
  font-size: 1.8rem;
  justify-content: center;
  margin-bottom: -4px;
  padding: 0 50px;
}

.f-header-navCategoryItem {
  border-bottom: 4px solid #ccc;
  display: flex;
  padding: 1rem 20px;
  position: relative;
}

.f-header-navCategoryItem a {
  border-bottom: 4px solid #ccc;
  color: inherit;
  display: block;
  margin: -1rem -20px calc(-1rem - 4px);
  padding: 1rem 20px;
  text-decoration: none;
  letter-spacing: 2px;
}

.f-header-navCategoryItem a:hover:after, .f-header-navCategoryItem a:active:after, .f-header-navCategoryItem a:focus:after {
  width: 100%;
  left: 0;
}

.f-header-navCategoryItem a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  display: block;
  right: 0;
  bottom: -4px;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.f-header-navCategoryItem button {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #ccc;
  cursor: pointer;
  font: inherit;
  margin: -1rem -20px calc(-1rem - 4px);
  padding: 1rem 20px;
}

.f-header-navCategoryItem button:hover, .f-header-navCategoryItem button:active, .f-header-navCategoryItem button:focus {
  border-bottom-color: #000;
}

/*
### コンパクト
*/
.f-header-nav.-compact {
  border-top: 16px #f2f2f2 solid;
}

.f-header-nav.-compact .f-header-navWrapper {
  display: flex;
  margin: 0 auto;
  width: 1200px;
}

.f-header-nav.-compact .f-header-navLogo {
  -ms-grid-row-align: center;
  align-self: center;
  order: 0;
  padding: 0 20px 0 0;
}

.f-header-nav.-compact .f-header-navLogo img,
.f-header-nav.-compact .f-header-navLogo svg {
  height: 1.92rem;
  max-width: none;
  width: auto;
}

.f-header-nav.-compact .f-header-navSns {
  -ms-grid-row-align: center;
  align-self: center;
  order: 2;
  position: relative;
  top: 0;
  transform: translate(680px, 0);
}

.f-header-nav.-compact .f-header-navSnsItem {
  padding: 0 11px;
}

.f-header-nav.-compact .f-header-navSnsItem svg {
  max-width: 30px;
  max-height: 20px;
  height: auto;
  width: auto;
}

.f-header-nav.-compact .f-header-navNonMember {
  -ms-grid-row-align: center;
  align-self: center;
  order: 3;
  position: relative;
  top: 0;
  transform: translate(600px, 0);
}

.f-header-nav.-compact .f-header-navNonMember a {
  padding-left: 34px;
}

.f-header-nav.-compact .f-header-navNonMember a:before {
  height: 24px;
  width: 24px;
}

.f-header-nav.-compact .f-header-navMember {
  -ms-grid-row-align: center;
  align-self: center;
  order: 3;
  position: relative;
  top: 0;
  transform: translate(600px, 0);
}

.f-header-nav.-compact .f-header-navMemberAction a {
  padding-left: 34px;
}

.f-header-nav.-compact .f-header-navMemberAction a:before {
  height: 24px;
  width: 24px;
}

.f-header-nav.-compact .f-header-navCategoryList {
  flex-grow: 1;
  justify-content: flex-start;
  order: 1;
  padding: 0;
}

.f-header-nav.-compact .f-header-navCategoryItem {
  padding: 1.6rem 20px;
}

.f-header-nav.-compact .f-header-navCategoryItem a {
  padding: 1.6rem 16px;
  margin: -1.6rem -20px calc(-1.6rem - 4px);
}

.f-header-nav.-compact .f-header-navCategoryItem a:after {
  margin-top: 16px;
}

.f-header-nav.-compact .f-header-navCategoryItem button {
  margin: -1.6rem -20px calc(-1.6rem - 4px);
}

/*
## 検索
*/
.f-header-search {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ccc;
  padding: 3rem 50px;
}

.f-header-search[aria-hidden="true"] {
  display: none;
}

.f-header-searchWrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1200px;
}

.f-header-searchQuery {
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 1.6rem;
  padding: 1rem 10px;
  width: 50rem;
}

.f-header-searchSubmit {
  background-color: #444;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 30px;
}

.f-header-searchSubmit:hover, .f-header-searchSubmit:active, .f-header-searchSubmit:focus {
  cursor: pointer;
}

/*
## 記事
*/
.f-header-post {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1rem 50px;
}

.f-header-post[aria-hidden="true"] {
  display: none;
}

.f-header-postWrapper {
  display: flex;
  margin: 0 auto;
  width: 1200px;
}

.f-header-postImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 80px;
}

.f-header-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.f-header-postImage a:hover img,
.f-header-postImage a:active img,
.f-header-postImage a:focus img {
  opacity: 0.3;
}

.f-header-postMeta {
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 10px;
  position: relative;
}

.f-header-postLabel {
  font-size: 1.2rem;
}

.f-header-postTitle {
  font-weight: bold;
  margin-top: 0.5rem;
}

.f-header-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.f-header-postTitle a:hover, .f-header-postTitle a:active, .f-header-postTitle a:focus {
  color: #003b8c;
}

.f-header-postProperty {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}

/*
## JavaScript 無効
*/
.is-noJs .f-header-navCategoryItem:last-child {
  display: none;
}

.is-noJs .f-header-navMemberMenuList {
  display: none;
}

.is-noJs .f-header-search {
  display: none;
}

.is-noJs .f-header-post {
  display: none;
}

/*
# PC / 基盤 / JavaScript 無効
*/
.f-noScript {
  background-color: #c00;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 2rem 20px;
  text-align: center;
}

/*
# PC / プライマリー / バックナンバー
*/
.p-backnumber {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

/*
## 見出し
*/
.p-backnumber-heading {
  background-color: #000;
  position: relative;
}

.p-backnumber-headingImage {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-backnumber-headingImage:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-backnumber-headingImage img {
  left: 0;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-backnumber-headingLabel {
  color: #fff;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  letter-spacing: 2px;
  padding: 5rem 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/*
## コンテンツ
*/
.p-backnumber-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-backnumber-post {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-backnumber-post:after {
  clear: both;
  content: "";
  display: table;
}

.p-backnumber-postImage {
  background-color: #f2f2f2;
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-backnumber-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-backnumber-postImage a:hover img,
.p-backnumber-postImage a:active img,
.p-backnumber-postImage a:focus img {
  opacity: 0.3;
}

.p-backnumber-postMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-backnumber-postTitle {
  font-weight: bold;
}

.p-backnumber-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-backnumber-postTitle a:hover, .p-backnumber-postTitle a:active, .p-backnumber-postTitle a:focus {
  color: #003b8c;
}

/*
## ボタン
*/
.p-backnumber-button {
  margin-top: 3rem;
  text-align: center;
  letter-spacing: 2px;
}

.p-backnumber-button a {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  padding: 0.7rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
}

.p-backnumber-button a:hover, .p-backnumber-button a:active, .p-backnumber-button a:focus {
  color: #fff;
}

.p-backnumber-button a:hover:before, .p-backnumber-button a:active:before, .p-backnumber-button a:focus:before {
  transform: scaleX(1);
}

.p-backnumber-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / プライマリー / BUY
*/
.p-buy {
  background-color: #e6eae9;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  padding: 4rem 30px;
  position: relative;
}

/*
## 見出し
*/
.p-buy-heading {
  font-family: "Belleza", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

/*
## コンテンツ
*/
.p-buy-list {
  border: 1px solid #ccc;
  display: flex;
  margin: 0 auto;
  width: 755px;
}

.p-buy-item {
  border-left: 1px solid #ccc;
  flex-grow: 1;
  height: 188px;
  width: 188px;
}

.p-buy-item:first-child {
  border-left: none;
}

.p-buy-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-buy-item a .p-buy-image {
  background-color: #f2f2f2;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-buy-item a .p-buy-image img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.p-buy-item a .p-buy-text {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.p-buy-item a:hover .p-buy-text,
.p-buy-item a:active .p-buy-text,
.p-buy-item a:focus .p-buy-text {
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  padding: 3rem 30px;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
# PC / プライマリー / 記事一覧 (カテゴリー)
*/
.p-category {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

/*
## 見出し
*/
.p-category-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-category-headingLabel {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  padding: 7px 20px;
  letter-spacing: 3px;
}

.p-category-headingLabel a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-category-headingLabel a:hover, .p-category-headingLabel a:active, .p-category-headingLabel a:focus {
  text-decoration: underline;
}

/*
## コンテンツ
*/
.p-category-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-category-post {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-category-post:after {
  clear: both;
  content: "";
  display: table;
}

.p-category-postImage {
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-category-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-category-postImage a:hover img,
.p-category-postImage a:active img,
.p-category-postImage a:focus img {
  opacity: 0.3;
}

.p-category-postMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-category-postCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 2px;
}

.p-category-postCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-category-postCategory a:hover:after, .p-category-postCategory a:active:after, .p-category-postCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.p-category-postCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 1px;
  background: #000;
}

.p-category-postDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-category-postTitle {
  font-weight: bold;
}

.p-category-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-category-postTitle a:hover, .p-category-postTitle a:active, .p-category-postTitle a:focus {
  color: #003b8c;
}

.p-category-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 3px;
}

/*
### first-of-type
*/
.p-category-post:first-of-type {
  align-items: center;
  display: flex;
  width: 100%;
}

.p-category-post:first-of-type:after {
  display: none;
}

.p-category-post:first-of-type .p-category-postImage {
  float: none;
  height: 423px;
  width: 564px;
}

.p-category-post:first-of-type .p-category-postMeta {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 3px #fff;
  box-sizing: border-box;
  margin-left: calc(100% - 564px - 320px);
  padding: 35px 30px;
  position: relative;
  width: 360px;
}

.p-category-post:first-of-type .p-latest-postCategory {
  font-size: 1.8rem;
}

.p-category-post:first-of-type .p-latest-postDate {
  font-size: 1.8rem;
}

.p-category-post:first-of-type .p-category-postTitle {
  font-size: 2rem;
}

/*
## ボタン
*/
.p-category-button {
  margin-top: 3rem;
  text-align: center;
}

.p-category-button a {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  padding: 0.7rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.p-category-button a:hover, .p-category-button a:active, .p-category-button a:focus {
  color: #fff;
}

.p-category-button a:hover:before, .p-category-button a:active:before, .p-category-button a:focus:before {
  transform: scaleX(1);
}

.p-category-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / プライマリー / 記事一覧 (特集)
*/
.p-feature {
  background-color: #e6eae9;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  padding: 4rem 30px;
  position: relative;
}

/*
## 見出し
*/
.p-feature-heading {
  font-size: 2.8rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

/*
## コンテンツ
*/
.p-feature-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3rem;
}

.p-feature-post {
  background-color: #fff;
  display: flex;
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-feature-postImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 144px;
  overflow: hidden;
  position: relative;
  width: 192px;
}

.p-feature-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-feature-postImage a:hover img,
.p-feature-postImage a:active img,
.p-feature-postImage a:focus img {
  opacity: 0.3;
}

.p-feature-postMeta {
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding: 2rem 20px;
}

.p-feature-postTitle {
  font-weight: bold;
}

.p-feature-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-feature-postTitle a:hover, .p-feature-postTitle a:active, .p-feature-postTitle a:focus {
  color: #003b8c;
}

.p-feature-postDate {
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 0.5rem;
}

/*
### first-of-type
*/
.p-feature-post:first-of-type {
  width: 100%;
}

.p-feature-post:first-of-type .p-feature-postImage {
  height: 297px;
  width: 396px;
}

.p-feature-post:first-of-type .p-feature-postTitle {
  font-size: 2rem;
}

/*
## ボタン
*/
.p-feature-button {
  margin-top: 4rem;
  text-align: center;
}

.p-feature-button a {
  background-color: #444;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 50px;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
}

.p-feature-button a:hover, .p-feature-button a:active, .p-feature-button a:focus {
  background-color: #003b8c;
}

/*
# PC / プライマリー / 見出し
*/
.p-heading {
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 5rem;
  letter-spacing: 2px;
  background-color: #f2f2f2;
}

.p-heading-label {
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
}

/*
# PC / プライマリー / 記事一覧 (索引)

- Modifier
  - p-index-postCategory: -health | -home | -food
*/
.p-index {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

.p-index > :first-child {
  margin-top: 0;
}

.p-index-post {
  margin-top: 3rem;
}

.p-index-post:after {
  clear: both;
  content: "";
  display: table;
}

.p-index-postImage {
  background-color: #f2f2f2;
  float: left;
  height: 144px;
  overflow: hidden;
  position: relative;
  width: 192px;
}

.p-index-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-index-postImage a:hover img,
.p-index-postImage a:active img,
.p-index-postImage a:focus img {
  opacity: 0.3;
}

.p-index-postMeta {
  padding-left: calc(190px + 30px / 2);
}

.p-index-postCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  margin-right: 15px;
  position: relative;
  letter-spacing: 2px;
}

.p-index-postCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-index-postCategory a:hover:after, .p-index-postCategory a:active:after, .p-index-postCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.p-index-postCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 1px;
  background: #000;
}

.p-index-postDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-index-postTitle {
  font-size: 2rem;
  font-weight: bold;
}

.p-index-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-index-postTitle a:hover, .p-index-postTitle a:active, .p-index-postTitle a:focus {
  color: #003b8c;
}

.p-index-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
}

/*
# PC / プライマリー / 記事一覧 (新着)

- Modifier
  - p-latest-postCategory: -health | -home | -food
*/
.p-latest {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

/*
## 見出し
*/
.p-latest-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-latest-headingLabel {
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*
## コンテンツ
*/
.p-latest-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-latest-post {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-latest-post:after {
  clear: both;
  content: "";
  display: table;
}

.p-latest-postImage {
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-latest-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-latest-postImage a:hover img,
.p-latest-postImage a:active img,
.p-latest-postImage a:focus img {
  opacity: 0.3;
}

.p-latest-postMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-latest-postCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 2px;
}

.p-latest-postCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-latest-postCategory a:hover:after, .p-latest-postCategory a:active:after, .p-latest-postCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.p-latest-postCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 1px;
  background: #000;
}

.p-latest-postDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-latest-postTitle {
  font-weight: bold;
}

.p-latest-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-latest-postTitle a:hover, .p-latest-postTitle a:active, .p-latest-postTitle a:focus {
  color: #003b8c;
}

.p-latest-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 3px;
}

/*
### first-of-type
*/
.p-latest-post:first-of-type {
  align-items: center;
  display: flex;
  width: 100%;
}

.p-latest-post:first-of-type:after {
  display: none;
}

.p-latest-post:first-of-type .p-latest-postImage {
  float: none;
  height: 423px;
  width: 564px;
}

.p-latest-post:first-of-type .p-latest-postMeta {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 3px #fff;
  box-sizing: border-box;
  margin-left: calc(100% - 564px - 320px);
  padding: 35px 30px;
  position: relative;
  width: 360px;
}

.p-latest-post:first-of-type .p-latest-postCategory {
  font-size: 1.8rem;
}

.p-latest-post:first-of-type .p-latest-postDate {
  font-size: 1.8rem;
}

.p-latest-post:first-of-type .p-latest-postTitle {
  font-size: 2rem;
}

/*
## ボタン
*/
.p-latest-button {
  margin-top: 3rem;
  text-align: center;
}

.p-latest-button a {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  padding: 0.7rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.p-latest-button a:hover, .p-latest-button a:active, .p-latest-button a:focus {
  color: #fff;
}

.p-latest-button a:hover:before, .p-latest-button a:active:before, .p-latest-button a:focus:before {
  transform: scaleX(1);
}

.p-latest-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / プライマリー / エラー
*/
.p-notFound {
  background-color: #f2f2f2;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
  padding: 4rem 0;
}

.p-notFound-heading {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 700px;
}

.p-notFound-content {
  margin: 3rem auto 0;
  width: 700px;
}

.p-notFound-content p {
  margin-top: 1rem;
}

/*
# PC / プライマリー / ページャー
*/
.p-pager {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5rem;
  position: relative;
}

.p-pager:before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.p-pager-prev {
  background: transparent url("../image/p-pager-prev.png") no-repeat scroll 20px center;
  box-sizing: border-box;
  padding: 3rem 20px 3rem 89px;
  position: relative;
  width: 50%;
}

.p-pager-next {
  background: transparent url("../image/p-pager-next.png") no-repeat scroll right 20px center;
  box-sizing: border-box;
  margin-left: 50%;
  padding: 3rem 89px 3rem 20px;
  position: relative;
  width: 50%;
}

.p-pager-prev + .p-pager-next {
  margin-left: 0;
}

/*
## 記事
*/
.p-pager-post:after {
  clear: both;
  content: "";
  display: table;
}

.p-pager-postImage {
  background-color: #f2f2f2;
  float: right;
  height: 93px;
  overflow: hidden;
  position: relative;
  width: 124px;
}

.p-pager-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-pager-postImage a:hover img,
.p-pager-postImage a:active img,
.p-pager-postImage a:focus img {
  opacity: 0.3;
}

.p-pager-postMeta {
  padding-right: 134px;
}

.p-pager-postTitle {
  font-weight: bold;
}

.p-pager-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-pager-postTitle a:hover, .p-pager-postTitle a:active, .p-pager-postTitle a:focus {
  color: #003b8c;
}

/*
# PC / プライマリー / ページネーション
*/
.p-pagination {
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
}

.p-pagination-prev {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1rem 0;
  width: 4.5rem;
}

.p-pagination-prev a {
  background-color: #fff;
  color: inherit;
  display: block;
  margin: -1rem 0;
  padding: 1rem 0;
  text-decoration: none;
}

.p-pagination-prev a:hover, .p-pagination-prev a:active, .p-pagination-prev a:focus {
  text-decoration: underline;
}

.p-pagination-page {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1rem 0;
  width: 4.5rem;
}

.p-pagination-page a {
  background-color: #fff;
  color: inherit;
  display: block;
  margin: -1rem 0;
  padding: 1rem 0;
  text-decoration: none;
}

.p-pagination-page a:hover, .p-pagination-page a:active, .p-pagination-page a:focus {
  text-decoration: underline;
}

.p-pagination-page[aria-current="true"] a {
  background-color: #ccc;
}

.p-pagination-ellipsis {
  display: inline-block;
  padding: calc(1rem + 1px) 1px;
  width: 2.5rem;
}

.p-pagination-next {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1rem 0;
  width: 4.5rem;
}

.p-pagination-next a {
  background-color: #fff;
  color: inherit;
  display: block;
  margin: -1rem 0;
  padding: 1rem 0;
  text-decoration: none;
}

.p-pagination-next a:hover, .p-pagination-next a:active, .p-pagination-next a:focus {
  text-decoration: underline;
}

/*
# PC / プライマリー / 記事一覧 (ピックアップ)
*/
.p-pickup {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

/*
## 見出し
*/
.p-pickup-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-pickup-headingLabel {
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*
## 大コンテンツ
*/
.p-pickup-largePost {
  display: flex;
  margin-top: 3rem;
}

.p-pickup-largePostImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 321px;
  overflow: hidden;
  position: relative;
  width: 428px;
}

.p-pickup-largePostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-pickup-largePostImage a:hover img,
.p-pickup-largePostImage a:active img,
.p-pickup-largePostImage a:focus img {
  opacity: 0.3;
}

.p-pickup-largePostMeta {
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding: 2rem 20px;
}

.p-pickup-largePostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-pickup-largePostTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.p-pickup-largePostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-pickup-largePostTitle a:hover, .p-pickup-largePostTitle a:active, .p-pickup-largePostTitle a:focus {
  color: #003b8c;
}

.p-pickup-largePostLead {
  margin-top: 1rem;
}

.p-pickup-largePostNote {
  color: #666;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 0.5rem;
}

/*
## 小コンテンツ
*/
.p-pickup-smallContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-pickup-smallPost {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-pickup-smallPost:after {
  clear: both;
  content: "";
  display: table;
}

.p-pickup-smallPostImage {
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-pickup-smallPostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-pickup-smallPostImage a:hover img,
.p-pickup-smallPostImage a:active img,
.p-pickup-smallPostImage a:focus img {
  opacity: 0.3;
}

.p-pickup-smallPostMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-pickup-smallPostCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 2px;
}

.p-pickup-smallPostCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-pickup-smallPostCategory a:hover:after, .p-pickup-smallPostCategory a:active:after, .p-pickup-smallPostCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.p-pickup-smallPostCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 1px;
  background: #000;
}

.p-pickup-smallPostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-pickup-smallPostTitle {
  font-weight: bold;
}

.p-pickup-smallPostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-pickup-smallPostTitle a:hover, .p-pickup-smallPostTitle a:active, .p-pickup-smallPostTitle a:focus {
  color: #003b8c;
}

.p-pickup-smallPostNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 3px;
}

/*
# PC / プライマリー / 記事

- 本文内は既存記事があるので命名規則など例外

- Modifier
  - p-post-category: -health | -home | -food
  - p-post-shareItem: -facebook | -twitter
*/
.p-post {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 5rem auto 0;
  width: 640px;
  position: relative;
}

/*
## メタ
*/
.p-post-category {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  position: relative;
  letter-spacing: 2px;
}

.p-post-category:before {
  border-right: 1px solid #ccc;
  content: "";
  height: 1rem;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}

.p-post-category a {
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}

.p-post-category a:hover:after, .p-post-category a:active:after, .p-post-category a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.p-post-category a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #000;
}

.p-post-date {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-post-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-post-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
}

.p-post-image {
  margin-top: 2rem;
  text-align: center;
}

.p-post-image figcaption {
  background-color: #fff;
  color: #989898;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 1rem;
  text-align: left;
}

/*
## 本文
*/
.p-post-content {
  margin-top: 5rem;
  /*
  ### 挿絵ボックス
  */
  /*
  ### 罫線ボックス
  */
  /*
  ### 枠線ボックス
  */
  /*
  ### 塗布ボックス
  */
  /*
  ### 動画ボックス
  */
  /*
  ### 関連記事ボックス
  */
  /*
  ### 購入ボックス
  */
}

.p-post-content h2 {
  clear: both;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3rem 0;
}

.p-post-content h3 {
  border-left: 4px solid #000;
  clear: both;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3rem 0;
  padding-left: 10px;
}

.p-post-content h4 {
  clear: both;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3rem 0;
}

.p-post-content h5 {
  clear: both;
  font-weight: bold;
  margin: 3rem 0;
}

.p-post-content h6 {
  font-weight: bold;
  clear: both;
  margin: 3rem 0;
}

.p-post-content a {
  color: #003b8c;
}

.p-post-content a[target="_blank"]:after {
  content: url("../image/p-post-newWindow.png");
  display: inline;
  margin: 0 5px;
  vertical-align: middle;
}

.p-post-content a:hover, .p-post-content a:active, .p-post-content a:focus {
  text-decoration: none;
}

.p-post-content blockquote {
  /*
    border-left: $WIDTH_BORDER_3 solid $COLOR_BORDER_6;
    clear: both;
    margin: $VSPACE_3X 0;
    padding: $VSPACE_X $HSPACE_2X;
    > :first-child {
      margin-top: 0;
    }
    > :last-child {
      margin-bottom: 0;
    }
    */
  clear: both;
  margin: 1em 0;
  padding: 1em 1em;
  background-image: url(../img/blockquote_l.png), url(../img/blockquote_r.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}

.p-post-content p {
  margin: 3rem 0;
}

.p-post-content .text-left {
  text-align: left;
}

.p-post-content .text-right {
  text-align: right;
}

.p-post-content .text-center {
  text-align: center;
}

.p-post-content .post-image {
  clear: both;
  margin: 3rem 0;
  text-align: center;
}

.p-post-content .post-image figcaption {
  background-color: #fff;
  color: #989898;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 1rem;
  text-align: left;
}

.p-post-content .image-right {
  float: right;
  margin: 0 0 2rem 20px;
  max-width: 320px;
}

.p-post-content .border-box {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  clear: both;
  margin: 4rem 0;
  padding: 3rem 0;
}

.p-post-content .border-box > :first-child {
  margin-top: 0;
}

.p-post-content .border-box > :last-child {
  margin-bottom: 0;
}

.p-post-content .frame-box {
  border: 1px solid #444;
  clear: both;
  margin: 4rem 0;
  padding: 3rem 30px;
}

.p-post-content .frame-box > :first-child {
  margin-top: 0;
}

.p-post-content .frame-box > :last-child {
  margin-bottom: 0;
}

.p-post-content .bgcolor-box {
  background-color: #f2f2f2;
  clear: both;
  margin: 4rem 0;
  padding: 3rem 30px;
}

.p-post-content .bgcolor-box > :first-child {
  margin-top: 0;
}

.p-post-content .bgcolor-box > :last-child {
  margin-bottom: 0;
}

.p-post-content .movie-wrap {
  clear: both;
  height: 0;
  margin: 4rem 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p-post-content .movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post-content .post-innerRelated {
  clear: both;
  line-height: 1.5;
  margin: 4rem 50px;
}

.p-post-content .post-innerRelated .post-innerRelated-post {
  margin-top: 2rem;
  border: 1px solid #ccc;
  padding: 12px 12px;
}

.p-post-content .post-innerRelated .post-innerRelated-post:first-child {
  margin-top: 0;
}

.p-post-content .post-innerRelated .post-innerRelated-post a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}

.p-post-content .post-innerRelated .post-innerRelated-post a:after {
  clear: both;
  content: "";
  display: table;
}

.p-post-content .post-innerRelated .post-innerRelated-post a:hover, .p-post-content .post-innerRelated .post-innerRelated-post a:active, .p-post-content .post-innerRelated .post-innerRelated-post a:focus {
  opacity: 0.3;
}

.p-post-content .post-innerRelated .post-image {
  background-color: #f2f2f2;
  float: left;
  height: 81px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 108px;
}

.p-post-content .post-innerRelated .post-image img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.p-post-content .post-innerRelated .post-info {
  padding-left: 128px;
}

.p-post-content .post-innerRelated .title-related {
  color: #000;
  display: block;
  font-weight: bold;
}

.p-post-content .post-innerRelated .post-owner {
  color: #989898;
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: right;
}

.p-post-content .post-innerRelated .post-innerRelated-post.post-sponsored .post-info:before {
  color: #666;
  content: "Sponsored";
  display: block;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.p-post-content .buy-box {
  border: 4px solid #003b8c;
  clear: both;
  margin: 4rem 50px;
  overflow: hidden;
  padding: 4rem 40px;
  position: relative;
}

.p-post-content .buy-box:before {
  background-color: #003b8c;
  box-sizing: border-box;
  color: #fff;
  content: "Buy";
  display: block;
  font-family: "Belleza", sans-serif;
  font-size: 1.7rem;
  height: 9rem;
  left: -4.5rem;
  padding-top: 6rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -4.5rem;
  transform: rotate(-45deg);
  width: 9rem;
}

.p-post-content .buy-box:after {
  clear: both;
  content: "";
  display: table;
}

.p-post-content .buy-box-image {
  background-color: #f2f2f2;
  float: left;
  text-align: center;
  width: 150px;
}

.p-post-content .buy-box-image img {
  transition: opacity 0.3s ease 0s;
}

.p-post-content .buy-box-image a:hover img,
.p-post-content .buy-box-image a:active img,
.p-post-content .buy-box-image a:focus img {
  opacity: 0.3;
}

.p-post-content .buy-box-detail > :first-child {
  margin-top: 0;
}

.p-post-content .buy-box-detail > :last-child {
  margin-bottom: 0;
}

.p-post-content .buy-box-detail strong {
  font-size: 1.8rem;
}

.p-post-content .buy-box-detail a {
  text-decoration: underline;
}

.p-post-content .buy-box-detail a:hover, .p-post-content .buy-box-detail a:active, .p-post-content .buy-box-detail a:focus {
  text-decoration: none;
}

.p-post-content .buy-box-image + .buy-box-detail {
  padding-left: 180px;
}

.p-post-content .buy-box-order {
  font-size: 1.8rem;
  text-align: center;
}

.p-post-content .buy-box-order a {
  background-color: #003b8c;
  border: 1px solid #003b8c;
  border-radius: 3.42rem;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 30px;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
}

.p-post-content .buy-box-order a:hover, .p-post-content .buy-box-order a:active, .p-post-content .buy-box-order a:focus {
  background-color: #fff;
  color: #003b8c;
  text-decoration: none;
}

.p-post-content:after {
  content: "";
  display: table;
  clear: both;
}

/*
## こちらも読まれています
*/
.p-post-recommend {
  margin-top: 5rem;
}

.p-post-recommendHeading {
  border-left: 4px solid #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
}

.p-post-recommendList {
  margin-top: 2rem;
}

.p-post-recommendItem {
  list-style: disc outside none;
  margin: 0.5rem 0 0 20px;
}

.p-post-recommendItem a {
  color: #003b8c;
}

.p-post-recommendItem a:hover, .p-post-recommendItem a:active, .p-post-recommendItem a:focus {
  text-decoration: none;
}

/*
## いいね
*/
.p-post-like {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  margin-top: 5rem;
  padding: 4rem 40px;
}

.p-post-likeImage {
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 177px;
  overflow: hidden;
  position: relative;
  width: 236px;
}

.p-post-likeImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.p-post-likeMeta {
  flex-grow: 1;
  padding-left: 40px;
  text-align: center;
}

.p-post-likeTitle {
  font-size: 1.6rem;
}

.p-post-likeTitle a {
  color: #003b8c;
}

.p-post-likeTitle a:hover, .p-post-likeTitle a:active, .p-post-likeTitle a:focus {
  text-decoration: none;
}

.p-post-likeButton {
  margin-top: 2rem;
}

.p-post-likeLead {
  margin-top: 2rem;
}

/*
## シェア
*/
.p-post-shareList {
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-top: 5rem;
  text-align: center;
}

.p-post-shareItem {
  background-color: #000;
  width: calc(50% - 20px / 2);
  border-radius: 3px;
  transition: opacity 0.3s ease 0s;
  text-align: left;
}

.p-post-shareItem:hover, .p-post-shareItem:active, .p-post-shareItem:focus {
  opacity: 0.3;
}

.p-post-shareItem span {
  border: none;
  height: 50px;
  margin: 0;
  float: none;
}

.p-post-shareItem span .stButton {
  width: 100%;
}

.p-post-shareItem span .stMainServices, .p-post-shareItem span .stButton_gradient {
  display: none;
}

.p-post-shareItem span .chicklets {
  background-image: none !important;
}

.p-post-shareItem span .stArrow {
  text-decoration: none;
  background: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  margin-top: 16px;
  margin-left: 150px;
}

.p-post-shareItem span .stArrow span {
  color: #fff;
  background: none;
  border-radius: none;
  border: none;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}

.p-post-shareItem.-facebook {
  background: #3b5998 url("../image/p-post-facebook.png") no-repeat scroll 125px center;
}

.p-post-shareItem.-twitter {
  background: #55acee url("../image/p-post-twitter.png") no-repeat scroll 125px center;
}

/*
## タグ
*/
.p-post-tagList {
  font-size: 1.4rem;
  margin: 5rem 0 -1rem;
  text-align: center;
}

.p-post-tagItem {
  display: inline-block;
  margin: 0 5px 1rem;
}

.p-post-tagItem a {
  background-color: #fff;
  border: 1px solid #003b8c;
  border-radius: 2.66rem;
  color: #003b8c;
  display: block;
  padding: 0 20px 0 10px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
}

.p-post-tagItem a:before {
  border: 4px solid transparent;
  border-left-color: #003b8c;
  content: "";
  height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}

.p-post-tagItem a:hover, .p-post-tagItem a:active, .p-post-tagItem a:focus {
  background-color: #003b8c;
  color: #fff;
}

.p-post-tagItem a:hover:before, .p-post-tagItem a:active:before, .p-post-tagItem a:focus:before {
  border-left-color: #fff;
}

/*
## 署名
*/
.p-post-byline {
  margin-top: 5rem;
  text-align: right;
}

.p-post-byline a {
  color: #003b8c;
}

.p-post-byline a:hover, .p-post-byline a:active, .p-post-byline a:focus {
  text-decoration: none;
}

/*
# PC / プライマリー / 記事一覧 (おすすめ)
*/
.p-recommend {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 50px;
}

/*
## 見出し
*/
.p-recommend-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-recommend-headingLabel {
  display: inline-block;
  font-size: 3rem;
  font-family: "Belleza", sans-serif;
  letter-spacing: 2px;
  padding: 7px 0;
}

/*
## コンテンツ
*/
.p-recommend-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-recommend-content .postBlock-item {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-recommend-content .postBlock-item:after {
  clear: both;
  content: "";
  display: table;
}

.p-recommend-content .postBlock-item:nth-of-type(n+7) {
  display: none;
}

.p-recommend-post {
  /*
  margin-top: $VSPACE_3X;
  width: calc(50% - 30px / 2);
  &:after {
    clear: both;
    content: "";
    display: table;
  }
  */
  position: relative;
  overflow: hidden;
}

.p-recommend-postImage {
  background-color: #f2f2f2;
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-recommend-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-recommend-postImage a:hover img,
.p-recommend-postImage a:active img,
.p-recommend-postImage a:focus img {
  opacity: 0.3;
}

.p-recommend-postMeta {
  padding-left: calc(210px + 30px / 2);
  padding-bottom: 1.4rem;
}

.p-recommend-postMeta .post-owner {
  color: #989898;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-recommend-postMeta .post-cxense {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.p-recommend-postTitle {
  font-weight: bold;
}

.p-recommend-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-recommend-postTitle a:hover, .p-recommend-postTitle a:active, .p-recommend-postTitle a:focus {
  color: #003b8c;
}

.p-recommend-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  /*
  .recommend_sponsored {
    position: absolute;
    bottom: 0;
    left: 225px;
  }
  */
}

.p-recommend-postNote .recommend_source {
  display: block;
}

.p-recommend-postNote .recommend_source a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #666;
  text-decoration: none;
  vertical-align: bottom;
}

.p-recommend-postNote .recommend_source img {
  vertical-align: bottom;
}

.p-recommend-postNote .recommend_source_by {
  /*
    position: absolute;
    bottom: 0;
    left: 225px;
    */
}

.p-recommend-byline {
  color: #666;
  margin-top: 3rem;
  text-align: right;
}

.p-recommend-byline a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-recommend-byline a:hover, .p-recommend-byline a:active, .p-recommend-byline a:focus {
  color: #003b8c;
}

.p-recommend-byline img {
  transition: opacity 0.3s ease 0s;
  vertical-align: middle;
}

.p-recommend-byline a:hover img,
.p-recommend-byline a:active img,
.p-recommend-byline a:focus img {
  opacity: 0.3;
}

.p-recommend ._popIn_recommend_container {
  width: 850px;
}

.p-recommend ._popIn_recommend_article {
  width: 50%;
}

.p-recommend ._popIn_recommend_art_img {
  padding-top: 0;
  width: 212px;
  height: 159px;
  float: left;
}

.p-recommend ._popIn_recommend_art_title {
  font-family: "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  padding-top: 0;
}

.p-recommend ._popIn_recommend_art_title a {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}

.p-recommend ._popIn_recommend_art_media {
  width: 212px;
}

.p-recommend ._popIn_recommend_art_category {
  margin-right: 1rem;
}

/*
# PC / プライマリー / 記事一覧 (おすすめ)
*/
.p-recommend-sponsored {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 50px;
}

/*
## 見出し
*/
.p-recommend-sponsored-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-recommend-sponsored-headingLabel {
  display: inline-block;
  font-size: 3rem;
  font-family: "Belleza", sans-serif;
  letter-spacing: 2px;
  padding: 7px 0;
}

/*
## コンテンツ
*/
.p-recommend-sponsored-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-recommend-sponsored-content .postBlock-item {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-recommend-sponsored-content .postBlock-item:after {
  clear: both;
  content: "";
  display: table;
}

.p-recommend-sponsored-post {
  /*
  margin-top: $VSPACE_3X;
  width: calc(50% - 30px / 2);
  &:after {
    clear: both;
    content: "";
    display: table;
  }
  */
  position: relative;
  overflow: hidden;
}

.p-recommend-sponsored-postImage {
  background-color: #f2f2f2;
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-recommend-sponsored-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-recommend-sponsored-postImage a:hover img,
.p-recommend-sponsored-postImage a:active img,
.p-recommend-sponsored-postImage a:focus img {
  opacity: 0.3;
}

.p-recommend-sponsored-postMeta {
  padding-left: calc(210px + 30px / 2);
  padding-bottom: 1.4rem;
}

.p-recommend-sponsored-postMeta .post-owner {
  color: #989898;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-recommend-sponsored-postMeta .post-cxense {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.p-recommend-sponsored-postTitle {
  font-weight: bold;
}

.p-recommend-sponsored-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-recommend-sponsored-postTitle a:hover, .p-recommend-sponsored-postTitle a:active, .p-recommend-sponsored-postTitle a:focus {
  color: #003b8c;
}

.p-recommend-sponsored-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  /*
  .sponsored_sponsored {
    position: absolute;
    bottom: 0;
    left: 225px;
  }
  */
}

.p-recommend-sponsored-postNote .sponsored_source {
  display: block;
}

.p-recommend-sponsored-postNote .sponsored_source a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #666;
  text-decoration: none;
  vertical-align: bottom;
}

.p-recommend-sponsored-postNote .sponsored_source img {
  vertical-align: bottom;
}

.p-recommend-sponsored-postNote .sponsored_source_by {
  /*
    position: absolute;
    bottom: 0;
    left: 225px;
    */
}

.p-recommend-sponsored-byline {
  color: #666;
  margin-top: 3rem;
  text-align: right;
}

.p-recommend-sponsored-byline a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-recommend-sponsored-byline a:hover, .p-recommend-sponsored-byline a:active, .p-recommend-sponsored-byline a:focus {
  color: #003b8c;
}

.p-recommend-sponsored-byline img {
  transition: opacity 0.3s ease 0s;
  vertical-align: middle;
}

.p-recommend-sponsored-byline a:hover img,
.p-recommend-sponsored-byline a:active img,
.p-recommend-sponsored-byline a:focus img {
  opacity: 0.3;
}

.p-recommend-sponsored ._popIn_sponsored_container {
  width: 850px;
}

.p-recommend-sponsored ._popIn_sponsored_article {
  width: 50%;
}

.p-recommend-sponsored ._popIn_sponsored_art_img {
  padding-top: 0;
  width: 212px;
  height: 159px;
  float: left;
}

.p-recommend-sponsored ._popIn_sponsored_art_title {
  font-family: "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  padding-top: 0;
}

.p-recommend-sponsored ._popIn_sponsored_art_title a {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}

.p-recommend-sponsored ._popIn_sponsored_art_media {
  width: 212px;
}

.p-recommend-sponsored ._popIn_sponsored_art_category {
  margin-right: 1rem;
}

/*
# PC / プライマリー / 記事一覧 (連載)
*/
.p-serial {
  background-color: #e6eae9;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  padding: 4rem 30px;
  position: relative;
}

/*
## 見出し
*/
.p-serial-heading {
  font-size: 2.8rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

/*
## コンテンツ
*/
.p-serial-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3rem;
}

.p-serial-post {
  background-color: #8da09c;
  color: #fff;
  display: flex;
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-serial-postImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 144px;
  overflow: hidden;
  position: relative;
  width: 192px;
}

.p-serial-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-serial-postImage a:hover img,
.p-serial-postImage a:active img,
.p-serial-postImage a:focus img {
  opacity: 0.3;
}

.p-serial-postMeta {
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding: 2rem 20px;
}

.p-serial-postTitle {
  font-weight: bold;
}

.p-serial-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-serial-postTitle a:hover, .p-serial-postTitle a:active, .p-serial-postTitle a:focus {
  color: #f2f2f2;
}

.p-serial-postDate {
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 0.5rem;
}

/*
### first-of-type
*/
.p-serial-post:first-of-type {
  width: 100%;
}

.p-serial-post:first-of-type .p-serial-postImage {
  height: 297px;
  width: 396px;
}

.p-serial-post:first-of-type .p-serial-postTitle {
  font-size: 2rem;
}

/*
## ボタン
*/
.p-serial-button {
  margin-top: 4rem;
  text-align: center;
}

.p-serial-button a {
  background-color: #444;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 50px;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
}

.p-serial-button a:hover, .p-serial-button a:active, .p-serial-button a:focus {
  background-color: #003b8c;
}

/*
# PC / プライマリー / 記事一覧 (REGULAR)

*/
.p-regular {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 11rem;
}

/*
## 見出し
*/
.p-regular-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-regular-headingLabel {
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*
## 大コンテンツ
*/
.p-regular-largePost {
  display: flex;
  margin-top: 3rem;
}

.p-regular-largePostImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 321px;
  overflow: hidden;
  position: relative;
  width: 428px;
}

.p-regular-largePostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-regular-largePostImage a:hover img,
.p-regular-largePostImage a:active img,
.p-regular-largePostImage a:focus img {
  opacity: 0.3;
}

.p-regular-largePostMeta {
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding: 2rem 20px;
}

.p-regular-largePostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-regular-largePostTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.p-regular-largePostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-regular-largePostTitle a:hover, .p-regular-largePostTitle a:active, .p-regular-largePostTitle a:focus {
  color: #003b8c;
}

.p-regular-largePostLead {
  margin-top: 1rem;
}

.p-regular-largePostNote {
  color: #666;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 0.5rem;
}

/*
## 小コンテンツ
*/
.p-regular-smallContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-regular-smallPost {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-regular-smallPost:after {
  clear: both;
  content: "";
  display: table;
}

.p-regular-smallPostImage {
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-regular-smallPostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-regular-smallPostImage a:hover img,
.p-regular-smallPostImage a:active img,
.p-regular-smallPostImage a:focus img {
  opacity: 0.3;
}

.p-regular-smallPostMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-regular-smallPostCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 1px;
}

.p-regular-smallPostCategory:before {
  border-right: 1px solid #ccc;
  content: "";
  height: 1rem;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}

.p-regular-smallPostCategory.-health {
  color: #7cb0ca;
}

.p-regular-smallPostCategory.-home {
  color: #e88f8f;
}

.p-regular-smallPostCategory.-food {
  color: #d4a756;
}

.p-regular-smallPostCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-regular-smallPostCategory a:hover, .p-regular-smallPostCategory a:active, .p-regular-smallPostCategory a:focus {
  text-decoration: underline;
}

.p-regular-smallPostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-regular-smallPostTitle {
  font-weight: bold;
}

.p-regular-smallPostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-regular-smallPostTitle a:hover, .p-regular-smallPostTitle a:active, .p-regular-smallPostTitle a:focus {
  color: #003b8c;
}

.p-regular-smallPostNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-top: 3px;
}

/*
## ボタン
*/
.p-regular-button {
  margin-top: 3rem;
  text-align: center;
}

.p-regular-button a {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  padding: 0.7rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.p-regular-button a:hover, .p-regular-button a:active, .p-regular-button a:focus {
  color: #fff;
}

.p-regular-button a:hover:before, .p-regular-button a:active:before, .p-regular-button a:focus:before {
  transform: scaleX(1);
}

.p-regular-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/*
# PC / プライマリー / 記事一覧 (special)

*/
.p-special {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5rem;
}

/*
## 見出し
*/
.p-special-heading {
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
}

.p-special-headingLabel {
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 3rem;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*
## 大コンテンツ
*/
.p-special-largePost {
  display: flex;
  margin-top: 3rem;
}

.p-special-largePostImage {
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 321px;
  overflow: hidden;
  position: relative;
  width: 428px;
}

.p-special-largePostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-special-largePostImage a:hover img,
.p-special-largePostImage a:active img,
.p-special-largePostImage a:focus img {
  opacity: 0.3;
}

.p-special-largePostMeta {
  -ms-grid-row-align: center;
  align-self: center;
  box-sizing: border-box;
  padding: 2rem 20px;
}

.p-special-largePostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-special-largePostTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.p-special-largePostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-special-largePostTitle a:hover, .p-special-largePostTitle a:active, .p-special-largePostTitle a:focus {
  color: #003b8c;
}

.p-special-largePostLead {
  margin-top: 1rem;
}

.p-special-largePostNote {
  color: #666;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-top: 0.5rem;
}

/*
## 小コンテンツ
*/
.p-special-smallContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-special-smallPost {
  margin-top: 3rem;
  width: calc(50% - 30px / 2);
}

.p-special-smallPost:after {
  clear: both;
  content: "";
  display: table;
}

.p-special-smallPostImage {
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 212px;
}

.p-special-smallPostImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.p-special-smallPostImage a:hover img,
.p-special-smallPostImage a:active img,
.p-special-smallPostImage a:focus img {
  opacity: 0.3;
}

.p-special-smallPostMeta {
  padding-left: calc(210px + 30px / 2);
}

.p-special-smallPostCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin-right: 15px;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 1px;
}

.p-special-smallPostCategory:before {
  border-right: 1px solid #ccc;
  content: "";
  height: 1rem;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}

.p-special-smallPostCategory.-health {
  color: #7cb0ca;
}

.p-special-smallPostCategory.-home {
  color: #e88f8f;
}

.p-special-smallPostCategory.-food {
  color: #d4a756;
}

.p-special-smallPostCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-special-smallPostCategory a:hover, .p-special-smallPostCategory a:active, .p-special-smallPostCategory a:focus {
  text-decoration: underline;
}

.p-special-smallPostDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.p-special-smallPostTitle {
  font-weight: bold;
}

.p-special-smallPostTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.p-special-smallPostTitle a:hover, .p-special-smallPostTitle a:active, .p-special-smallPostTitle a:focus {
  color: #003b8c;
}

.p-special-smallPostNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
}

/*
## ボタン
*/
.p-special-button {
  margin-top: 3rem;
  text-align: center;
}

.p-special-button a {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2rem;
  font-family: "Belleza", sans-serif;
  padding: 0.7rem 100px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  letter-spacing: 2px;
}

.p-special-button a:hover, .p-special-button a:active, .p-special-button a:focus {
  color: #fff;
}

.p-special-button a:hover:before, .p-special-button a:active:before, .p-special-button a:focus:before {
  transform: scaleX(1);
}

.p-special-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.contentHeader--authorList {
  width: 1200px;
  background-color: #f0f7f5;
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  line-height: 1.9;
  text-align: center;
  font-size: 4.5rem;
  margin: 0 -50px;
  padding: 50px 50px 55px;
}

.authorSection {
  margin: 0 auto 88px;
}

.authorSection .archive-title {
  font-size: 2.6rem;
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  line-height: 1.2;
  text-align: center;
  display: table;
  width: 1200px;
  margin: 50px auto;
  padding: 10px 15px;
  position: relative;
  box-sizing: border-box;
}

.authorSection .archive-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 550px;
  height: 1px;
  background-color: #000;
  left: 0;
}

.authorSection .archive-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 550px;
  height: 1px;
  background-color: #000;
  right: 0;
}

.authorSection .archive-title.archive-title--writerList:after {
  width: 500px;
}

.authorSection .archive-title.archive-title--writerList:before {
  width: 500px;
}

.authorSection .authorList {
  width: 1200px;
  margin: 40px auto;
}

.authorSection .authorList .author {
  float: left;
  width: 25%;
  height: 170px;
  padding: 0 30px;
  margin: 0 0 40px;
  box-sizing: border-box;
  text-align: center;
}

.authorSection .authorList .author a {
  text-decoration: none;
}

.authorSection .authorList .author .author-photo {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 1em;
  border-radius: 65px;
  overflow: hidden;
}

.authorSection .authorList .author .author-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 65px;
}

.authorSection .authorList .author .author-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo";
  font-size: 1.4rem;
  color: #000;
}

.authorSection .authorList .author .author-title span {
  display: block;
  font-weight: bold;
  line-height: 1.9;
  text-decoration: none;
}

.astrologySection--index {
  padding-bottom: 10px;
}

.astrologySection--index .archive-title--astrology {
  font-size: 2.6rem;
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  line-height: 1.2;
  text-align: center;
  display: table;
  margin: 50px auto 20px;
  width: 770px;
  padding: 10px 15px;
  position: relative;
}

.astrologySection--index .archive-title--astrology:before, .astrologySection--index .archive-title--astrology:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 236px;
  height: 1px;
  background-color: #000;
}

.astrologySection--index .archive-title--astrology:before {
  left: 0;
}

.astrologySection--index .archive-title--astrology:after {
  right: 0;
}

.astrologySection--index .postBlock--astrology {
  width: 800px;
  margin: 0 auto 80px;
  border: none;
}

.astrologySection--index .postBlock--astrology:after {
  content: "";
  clear: both;
  display: table;
}

.astrologySection--index .postBlock--astrology .postBlock-item {
  display: block;
  width: 800px;
  border: none;
  padding-left: 17px;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.astrologySection--index .postBlock--astrology .postBlock-item .post-thmb {
  line-height: 1;
  vertical-align: top;
  overflow: hidden;
  float: left;
  width: 193px;
  height: 193px;
  border-radius: 97px;
  background-color: #d3f7f1;
  background-image: url(../img/thmb_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.astrologySection--index .postBlock--astrology .postBlock-item .post-thmb img {
  border-radius: 97px;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0px;
  vertical-align: bottom;
}

.astrologySection--index .postBlock--astrology .postBlock-item .post-meta {
  position: static;
  display: block;
  width: 590px;
  padding: 0 0 0 70px;
  float: left;
  background-image: none;
  overflow: hidden;
  box-sizing: border-box;
  bottom: 10px;
  left: 0;
}

.astrologySection--index .postBlock--astrology .postBlock-item .post-meta .post-term {
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.9;
}

.astrologySection--index .linkButton {
  clear: both;
  text-align: center;
  margin: 24px auto 0;
}

.astrologySection--index .linkButton a {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  line-height: 1.9;
  width: 200px;
  min-width: 200px;
  padding: 10px 11px;
  box-shadow: none;
  text-decoration: none;
}

.astrologySection--index .linkButton--white a {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.astrologySection--index .linkButton--white a:hover {
  color: #003b8c;
  border-color: #003b8c;
}

.astrologySection .contentHeader--astrology {
  background-color: #f0f7f5;
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  text-align: center;
  color: #000;
  font-size: 4.5rem;
  line-height: 1.9;
  padding: 50px 0 55px;
}

.main--astrologyAuthorTop {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000;
}

.main--astrologyAuthorTop img {
  border: 0px;
  vertical-align: bottom;
}

.main--astrologyAuthorTop .contentHeader--astrology {
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  text-align: center;
  font-size: 4.5rem;
  padding: 30px 0 0;
  background-color: #f0f7f5;
}

.main--astrologyAuthorTop .astrologySection .contentHeader--sub {
  background-color: #f0f7f5;
  padding: 0 0 60px;
}

.main--astrologyAuthorTop .astrologySection .contentHeader--sub .contentHeader--subInner {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000;
  width: 800px;
  margin: 0 auto;
}

.main--astrologyAuthorTop .astrologySection--authorTop .post--article {
  margin: 30px auto;
}

.main--astrologyAuthorTop .astrologySection--authorTop .post--article .post-content {
  font-family: "ゴシックMB101 R","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  font-size: 1.5rem;
  line-height: 1.9;
  width: 530px;
  margin: 0 auto 50px;
}

.main--astrologyAuthorTop .astrologySection--authorTop .post--article .post-content p {
  margin: 1em 0;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author {
  font-family: "ゴシックMB101 R","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  margin: 0 auto;
  padding: 40px 0 40px;
  border-bottom: 1px solid #eaeaea;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author a {
  color: #003b8c;
  text-decoration: underline;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author a:hover {
  text-decoration: none;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author a[target="_blank"]:after {
  content: url(../img/blank_ico.png);
  margin: 0 5px;
  vertical-align: middle;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author-inner {
  width: 800px;
  margin: 0 auto;
  display: table;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author-inner .author-photo {
  display: table-cell;
  vertical-align: middle;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author-inner .author-photo img {
  width: 84px;
  max-width: none;
  height: 84px;
  border-radius: 42px;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author-inner .author-name {
  white-space: nowrap;
  padding: 20px;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}

.main--astrologyAuthorTop .astrologySection--authorTop .author-inner .author-profile {
  display: table-cell;
  vertical-align: middle;
}

.main--astrologyAuthorTop .astrologySection--authorTop .captionIllustrationAuthor {
  color: #9a9a9a;
  font-size: 1.1rem;
  font-style: italic;
  text-align: right;
  display: block;
  width: 1084px;
  margin: 5px auto 0;
}

.main--astrologyAuthorTop .archive-title--astrologyMonthly {
  background: url(/asset/common/img/bg_title_fortune.gif) no-repeat 50% 50%;
  background-size: 1024px 1px;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  display: table;
  width: 994px;
  margin: 50px auto 0;
  padding: 10px 15px;
  position: relative;
}

.main--astrologyAuthorTop .archive-title--astrologyMonthly span {
  background-color: #fff;
  padding: 0 0.5em;
}

.main--astrologyAuthorTop .archive-title--astrologyMonthly + .postBlock--astrology {
  width: 1084px;
  margin: 30px auto 0;
  border: 1px solid #eaeaea;
  border-width: 1px 0 0 1px;
}

.main--astrologyAuthorTop .postBlock--astrology {
  margin: 0 auto;
  width: 1084px;
  border: 1px solid #eaeaea;
  border-width: 0 0 0 1px;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item {
  display: table-cell;
  width: 25%;
  border: 1px solid #eaeaea;
  border-width: 0 1px 1px 0;
  overflow: hidden;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item a {
  display: block;
  padding: 30px;
  position: relative;
  color: #003b8c;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item .post-thmb {
  background: #d3f7f1 url(../img/thmb_bg.png) center center no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item .post-thmb img {
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all, 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item .post-meta {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 20px 0 20px;
  bottom: 10px;
  left: 0;
  background-image: linear-gradient(90deg, rbga(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rbga(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item .post-title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  margin-top: 5px;
}

.main--astrologyAuthorTop .postBlock--astrology .postBlock-item .post-term {
  font-family: Montserrat, Sans-Serif;
  color: #676767;
}

.main--astrologyAuthorTop .postBlock--astrology:after {
  content: "";
  clear: both;
  display: table;
}

.main--astrologyAuthorTop .archive-title--astrology {
  font-size: 2.6rem;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  line-height: 1.2;
  text-align: center;
  display: table;
  width: 994px;
  margin: 50px auto 0;
  padding: 10px 15px;
  position: relative;
}

.main--astrologyAuthorTop .archive-title--astrology + .postBlock {
  margin-top: 30px;
}

.main--astrologyAuthorTop .postBlock--essence {
  margin: 0 auto 40px;
  width: 1132px;
}

.main--astrologyAuthorTop .postBlock--essence .postBlock-item {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
  text-align: center;
  overflow: hidden;
}

.main--astrologyAuthorTop .postBlock--essence .postBlock-item a {
  text-decoration: none;
}

.main--astrologyAuthorTop .postBlock--essence .postBlock-item a:hover {
  text-decoration: underline;
  color: #000;
}

.main--astrologyAuthorTop .postBlock--essence .post-title {
  color: #000;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: 16px;
}

.main--astrologyAuthorTop .postBlock--essence:after {
  content: "";
  clear: both;
  display: table;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther {
  text-align: center;
  display: block;
  margin: 60px auto;
  border-top: 1px solid #eaeaea;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .archive-title {
  font-size: 2.6rem;
  font-family: "Playfair Display", "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", serif;
  line-height: 1.2;
  text-align: center;
  display: table;
  margin: 35px auto;
  padding: 10px 15px;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .archive-title + .postBlock {
  margin-top: 30px;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope {
  border: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 70px auto;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul {
  font-size: 0;
  width: 1200px;
  height: auto;
  margin: 0 auto 50px;
  text-align: center;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 193px;
  height: auto;
  margin: 0 23px;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-thmb {
  border-radius: 97px;
  overflow: visible;
  background: #d3f7f1 url(../img/thmb_bg.png) center center no-repeat;
  position: relative;
  text-align: center;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-thmb a {
  display: inline-block;
  font-size: 1px;
  line-height: 1;
  vertical-align: top;
  position: relative;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-thmb a img {
  width: 193px;
  height: 193px;
  border-radius: 97px;
  font-size: 1px;
  line-height: 1;
  vertical-align: top;
  max-height: 100%;
  transition: all, 0.3s;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-thmb a:hover img {
  opacity: 0.3;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-meta .post-title {
  letter-spacing: -1px;
  margin-top: 15px;
  font-family: "見出ゴMB31", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-meta .post-title a {
  color: #000;
  text-decoration: none;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-meta .post-title a:hover {
  color: #003b8c;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope ul .post .post-meta .post-date {
  color: #999;
  line-height: 1.1;
  vertical-align: top;
  display: inline-block;
  margin-top: 8px;
}

.main--astrologyAuthorTop .astrologySection--authorTopOther .postBlock--horoscope:after {
  content: "";
  clear: both;
  display: table;
}

/*
# PC / セカンダリー / 広告
*/
.s-ad {
  justify-content: center;
  margin-top: 3rem;
  overflow: hidden;
}

.s-adMiddle {
  margin-top: 3rem;
  overflow: hidden;
}

.s-adBottom {
  margin-top: 3rem;
  overflow: hidden;
}

/*
# PC / セカンダリー / 占い

- Modifier
  - s-horoscope-post: -new
*/
.s-horoscope {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3rem;
}

/*
## 見出し
*/
.s-horoscope-heading {
  position: relative;
  background: #f2f2f2;
  font-size: 2.4rem;
  font-family: "Belleza", sans-serif;
  letter-spacing: 3px;
  padding: 7px 0;
  text-align: center;
}

/*
## コンテンツ
*/
.s-horoscope-post {
  align-items: center;
  display: flex;
  margin-top: 2rem;
}

.s-horoscope-postImage {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 74px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 74px;
}

.s-horoscope-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.s-horoscope-postImage a:hover img,
.s-horoscope-postImage a:active img,
.s-horoscope-postImage a:focus img {
  opacity: 0.3;
}

.s-horoscope-postMeta {
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 74px - 20px);
}

.s-horoscope-postTitle {
  font-weight: bold;
}

.s-horoscope-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.s-horoscope-postTitle a:hover, .s-horoscope-postTitle a:active, .s-horoscope-postTitle a:focus {
  color: #003b8c;
}

.s-horoscope-postInfo {
  color: #666;
}

/*
### new
*/
.s-horoscope-post.-new {
  position: relative;
}

.s-horoscope-post.-new:before {
  content: "New!";
  background: #000;
  border-radius: 50%;
  height: 48px;
  color: #fff;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 48px;
  z-index: 1;
  text-align: center;
  line-height: 48px;
  font-family: 'Crimson text', serif;
  font-size: 15px;
}

/*
# PC / セカンダリー / Instagram

- s-instagram-photoList と s-instagram-photoItem は JavaScript で Instagram からデータの取得に成功したら生成
*/
.s-instagram {
  background-color: #cfdbe4;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: calc(3rem + 30px + 1rem + 1.4rem);
  position: relative;
}

.s-instagram-heading {
  left: 0;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100%;
}

.s-instagram-account {
  left: 50%;
  position: absolute;
  top: calc(-30px - 1rem);
  transform: translate(-50%, -50%);
}

.s-instagram-account a {
  color: inherit;
  text-decoration: none;
}

.s-instagram-account a:hover, .s-instagram-account a:active, .s-instagram-account a:focus {
  text-decoration: underline;
}

.s-instagram-photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 0 2rem;
}

.s-instagram-photoItem {
  padding: 0.5rem 5px;
  width: 128px;
}

.s-instagram-photoItem a {
  background-color: #fff;
  border: 4px solid #fff;
  display: block;
}

.s-instagram-photoItem img {
  transition: opacity 0.3s ease 0s;
}

.s-instagram-photoItem a:hover img,
.s-instagram-photoItem a:active img,
.s-instagram-photoItem a:focus img {
  opacity: 0.3;
}

/*
## JavaScript 無効
*/
.is-noJs .s-instagram {
  background-color: transparent;
  height: 30px;
}

/*
# PC / セカンダリー / 新規会員登録
*/
.s-membership {
  background-color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3rem;
  padding: 3rem 30px;
  text-align: center;
}

.s-membership-lead {
  margin-top: 1rem;
}

.s-membership-register {
  margin-top: 1rem;
}

.s-membership-register a {
  background-color: #2fc0a0;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #186050;
  color: #fff;
  display: inline-block;
  padding: 1rem 50px;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}

.s-membership-register a:hover, .s-membership-register a:active, .s-membership-register a:focus {
  opacity: 0.6;
}

.s-membership-snsList {
  margin-top: 1rem;
}

.s-membership-snsLabel {
  margin-bottom: 1rem;
}

.s-membership-snsItem {
  display: inline-block;
  margin: 0 20px;
}

.s-membership-snsItem a {
  display: inline-block;
  width: 26px;
}

.s-membership-snsItem a img {
  transition: opacity 0.3s ease 0s;
}

.s-membership-snsItem a:hover img,
.s-membership-snsItem a:active img,
.s-membership-snsItem a:focus img {
  opacity: 0.3;
}

/*
# PC / セカンダリー / プレゼント
*/
.s-present {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3rem;
  padding: 2rem 0 0;
}

/*
## 見出し
*/
.s-present-heading {
  font-family: "Belleza", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

/*
## コンテンツ
*/
.s-present-post {
  background-color: #fff;
  margin-top: 1rem;
  padding: 0 40px;
}

.s-present-postImage {
  height: 163.5px;
  overflow: hidden;
  position: relative;
  width: 218px;
}

.s-present-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.s-present-postImage a:hover img,
.s-present-postImage a:active img,
.s-present-postImage a:focus img {
  opacity: 0.3;
}

.s-present-postMeta {
  padding: 2rem 0;
  text-align: center;
}

.s-present-postCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  margin: 0 5px 0 0;
  padding: 0 10px;
  letter-spacing: 2px;
  display: none;
}

.s-present-postCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
}

.s-present-postCategory a:hover:after, .s-present-postCategory a:active:after, .s-present-postCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.s-present-postCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 1px;
  background: #000;
}

.s-present-postDate {
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
  display: none;
}

.s-present-postTitle {
  font-weight: bold;
  margin-top: 0.5rem;
}

.s-present-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.s-present-postTitle a:hover, .s-present-postTitle a:active, .s-present-postTitle a:focus {
  color: #003b8c;
}

.s-present-member {
  background: #f2f2f2;
  padding: 3rem 20px;
}

.s-present-memberlead {
  text-align: center;
  font-weight: bold;
}

.s-present-register {
  text-align: center;
  margin-top: 10px;
}

.s-present-register a {
  background-color: #2fc0a0;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #186050;
  color: #fff;
  display: inline-block;
  padding: 1rem 50px;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}

.s-present-register a:hover, .s-present-register a:active, .s-present-register a:focus {
  opacity: 0.6;
}

/*
# PC / セカンダリー / 週間ランキング
*/
.s-ranking {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 3rem;
  padding: 2rem 20px;
}

/*
## 見出し
*/
.s-ranking-heading {
  font-family: "Belleza", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*
## ランキング
*/
.s-ranking-resultList {
  counter-reset: rank;
}

.s-ranking-resultItem {
  margin-top: 2rem;
}

.s-ranking-post {
  align-items: center;
  display: flex;
  position: relative;
}

.s-ranking-post:before {
  content: counter(rank);
  counter-increment: rank;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50px);
}

.s-ranking-postImage {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 80px;
}

.s-ranking-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.s-ranking-postImage a:hover img,
.s-ranking-postImage a:active img,
.s-ranking-postImage a:focus img {
  opacity: 0.3;
}

.s-ranking-postMeta {
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 80px);
}

.s-ranking-postTitle {
  font-weight: bold;
}

.s-ranking-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.s-ranking-postTitle a:hover, .s-ranking-postTitle a:active, .s-ranking-postTitle a:focus {
  color: #003b8c;
}

.s-ranking-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 10px;
}

.s-ranking .ranking-content {
  counter-reset: rank;
}

.s-ranking .ranking-item {
  margin-top: 2rem;
}

.s-ranking .ranking-item .post {
  align-items: center;
  display: flex;
  position: relative;
}

.s-ranking .ranking-item .post:before {
  content: counter(rank);
  counter-increment: rank;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50px);
}

.s-ranking .ranking-item .post .post-thmb {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 80px;
}

.s-ranking .ranking-item .post .post-thmb a {
  background: transparent;
}

.s-ranking .ranking-item .post .post-thmb img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.s-ranking .ranking-item .post .post-thmb a:hover img {
  opacity: 0.3;
}

.s-ranking .ranking-item .post .post-meta {
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 80px);
}

.s-ranking .ranking-item .post .post-title {
  font-weight: bold;
}

.s-ranking .ranking-item .post .post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  background: transparent;
}

.s-ranking .ranking-item .post .post-title a:hover {
  color: #003b8c;
}

.s-ranking .ranking-item .post .postNote,
.s-ranking .ranking-item .post .post-sponsored {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 10px;
}

/*
# PC / セカンダリー / 姉妹メディア
*/
.s-relation {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 3rem;
  padding: 2rem 20px;
  text-align: center;
}

.s-relation-item {
  display: inline-block;
  margin: 1rem 10px;
}

.s-relation-item svg {
  opacity: 0.3;
  transition: opacity 0.3s ease 0s;
}

.s-relation-item a:hover svg,
.s-relation-item a:active svg,
.s-relation-item a:focus svg {
  opacity: 1;
}

.s-relation-item[aria-current="true"] svg {
  opacity: 1;
}

/*
# PC / セカンダリー / 記事一覧
*/
.s-summary {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 3rem;
}

/*
## 見出し
*/
.s-summary-heading {
  background: #f2f2f2;
  font-size: 2.4rem;
  font-family: "Belleza", sans-serif;
  letter-spacing: 3px;
  padding: 7px 0;
  text-align: center;
}

/*
## コンテンツ
*/
.s-summary-post {
  margin-top: 2rem;
}

.s-summary-post:after {
  clear: both;
  content: "";
  display: table;
}

.s-summary-postImage {
  float: left;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.s-summary-postImage img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.s-summary-postImage a:hover img,
.s-summary-postImage a:active img,
.s-summary-postImage a:focus img {
  opacity: 0.3;
}

.s-summary-postMeta {
  padding-left: calc(120px + 20px / 2);
}

.s-summary-postCategory {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-right: 15px;
  position: relative;
  letter-spacing: 2px;
}

.s-summary-postCategory a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.s-summary-postCategory a:hover:after, .s-summary-postCategory a:active:after, .s-summary-postCategory a:focus:after {
  animation: catborder .6s ease 0s 1 normal none running;
}

.s-summary-postCategory a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  right: 0;
  bottom: 0;
  background: #000;
}

.s-summary-postDate {
  color: #000;
  display: inline-block;
  font-family: "Belleza", sans-serif;
  font-size: 1.6rem;
}

.s-summary-postTitle {
  font-weight: bold;
}

.s-summary-postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.s-summary-postTitle a:hover, .s-summary-postTitle a:active, .s-summary-postTitle a:focus {
  color: #003b8c;
}

.s-summary-postNote {
  color: #666;
  font-family: "Montserrat", "Helvetica", "Arial", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 10px;
  margin-top: 3px;
}

/*
# PC / セカンダリー / 連携メディア
*/
.s-partnerMedia {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 3rem;
  padding: 0 20px;
  text-align: center;
}

.s-partnerMedia-item {
  display: inline-block;
  margin: 1rem 10px;
}

.s-partnerMedia-item a {
  display: block;
  border: 1px solid #ccc;
  padding: 2rem 50px;
}

.s-partnerMedia-item img {
  transition: opacity 0.3s ease 0s;
}

.s-partnerMedia-item a:hover img,
.s-partnerMedia-item a:active img,
.s-partnerMedia-item a:focus img {
  opacity: 0.3;
}
