@charset "UTF-8";
/*
Theme Name: Niau
Version: 1.1.0
Author: FELISSIMO
Text Domain: niau
Domain Path: /languages
*/
/* =======================================================================
  Date: 2021-10-15
  CSS Document ： Niau
  1.フォント設定（SP/PC）
  2.ノーマライズ＆スタイルのリセット（SP/PC）
  3.サイトのベースとなるスタイル（SP/PC）
  4.ヘッダーのスタイル（SP/PC）
  5.フッターのスタイル（SP/PC）
  6.サイドバーのスタイル（SP/PC）
  7.共通パーツのスタイル（SP/PC）
  8.CSSアニメーション設定（SP/PC）
  9.トップページのスタイル（SP/PC）
  10.365コーデページのスタイル（SP/PC）
  11.記事一覧ページ共通のスタイル（SP/PC）
  12.検索結果ページのスタイル（SP/PC）
  13.カテゴリー一覧ページのスタイル（SP/PC）
  14.タグ一覧ページのスタイル（SP/PC）
  15.ランキングページのスタイル（SP/PC）
  16.404ページのスタイル（SP/PC）
======================================================================= */
/* -----------------------------------------------------------------------
## Font #################################################################
----------------------------------------------------------------------- */
/* icon font */
@font-face {
  font-family: "CONDENSEicon";
  src: url("fonts/CONDENSEicon.woff") format("woff"), url("fonts/CONDENSEicon.otf") format("opentype"), url("fonts/CONDENSEicon.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "niau";
  src: url("fonts/niau.eot?50765591");
  src: url("fonts/niau.eot?50765591#iefix") format("embedded-opentype"), url("fonts/niau.woff2?50765591") format("woff2"), url("fonts/niau.woff?50765591") format("woff"), url("fonts/niau.ttf?50765591") format("truetype"), url("fonts/niau.svg?50765591#niau") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

.is-ie body {
  font-family: "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

.wf-din {
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:focus {
  outline: none;
}

button {
  color: #000;
}

button,
input[type=submit] {
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
button:focus,
input[type=submit]:focus {
  outline: none;
}

input[type=text],
input[type=number] {
  -webkit-appearance: none;
  padding: 11px 10px 9px;
  border-radius: 0;
  border: 1px solid #999;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
:root :where(body) {
  padding-top: 60px;
}
:root :where(body).is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cmn-spbr {
  display: inline;
}

.cmn-pcbr {
  display: none;
}

.cmn-spBlock {
  display: block;
}

.cmn-pcBlock {
  display: none;
}

/* ################# パンくずリスト ################# */
.cmn-breadcrumbs {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 6.6666666667vw 11px;
  font-size: 0.625rem;
}
.cmn-breadcrumbs > span {
  position: relative;
  line-height: 1.8;
}
.cmn-breadcrumbs > span:first-child span[property=name] {
  display: inline-block;
}
.cmn-breadcrumbs > span + span {
  padding-left: 16px;
}
.cmn-breadcrumbs > span + span::before {
  position: absolute;
  top: -4px;
  left: 3px;
  content: ">";
}
.cmn-breadcrumbs a {
  color: #000;
}

/* ################# ページネーション ################# */
.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  width: 86.6666666667vw;
  box-sizing: border-box;
  margin: 24px auto 0;
  padding: 30px 35px 0;
  border-top: 1px solid #dcdcd0;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .last {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 7px 7px;
  color: #564c47;
  background: #e4d5cc;
  font-size: 1.0625rem;
}
.wp-pagenavi .current {
  background: #564c47;
  color: #fff;
}
.wp-pagenavi .extend {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 35px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
}
.wp-pagenavi .previouspostslink {
  top: 30px;
  left: 0;
}
.wp-pagenavi .previouspostslink::before {
  content: "\f104";
  color: #a37c68;
  font-family: "niau";
  font-size: 1.5rem;
}
.wp-pagenavi .nextpostslink {
  top: 30px;
  right: 0;
}
.wp-pagenavi .nextpostslink::before {
  content: "\f105";
  color: #a37c68;
  font-family: "niau";
  font-size: 1.5rem;
}

/* ################# 下層レイアウト ################# */
.cmn-contentsWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.cmn-contentsWrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cmn-contentsWrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cmn-contentsWrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cmn-contentsWrapper .cmn-mainContents {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.cmn-contentsWrapper .cmn-sideContents {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.cmn-contentsWrapper .cmn-sideContents_inner {
  display: -ms-grid;
  display: grid;
}
.cmn-contentsWrapper .cmn-sideContents .parts-followUs {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.cmn-contentsWrapper .cmn-sideContents .parts-keywords {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.cmn-contentsWrapper .cmn-sideContents .parts-newArticles {
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.cmn-contentsWrapper .cmn-sideContents .parts-category {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.cmn-contentsWrapper .cmn-bottomContents {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

/* ################# ページトップに戻る ################# */
.cmn-pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 83px;
  background: rgba(255, 255, 255, 0.8);
}
.cmn-pagetop_arrow {
  position: absolute;
  top: 0;
  right: 7px;
  stroke: #564c47;
  stroke-width: 1px;
  fill-rule: evenodd;
  -webkit-transform: translate(0, -12px) scale(0.7);
          transform: translate(0, -12px) scale(0.7);
}
.cmn-pagetop span {
  display: block;
  position: absolute;
  bottom: 31px;
  right: -23px;
  width: 90px;
  height: 28px;
  line-height: 21px;
  box-sizing: border-box;
  padding: 0 0 0 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #564c47;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.1875rem;
  font-weight: bold;
}

/* ################# ページタイトル ################# */
.cmn-pageTitle {
  padding: 0;
  text-align: center;
  font-weight: 300;
}
.cmn-pageTitle_main {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #564c47;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-weight: 400;
  font-size: 2.1875rem;
}
.cmn-pageTitle_sub {
  display: block;
  line-height: 1.5625;
  margin-top: 4px;
  letter-spacing: 0.03em;
  font-size: 1rem;
}

/* ################# セクション見出し ################# */
.cmn-sectionTitle {
  padding: 0;
  text-align: center;
  font-weight: 300;
}
.cmn-sectionTitle_main {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #564c47;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-weight: 400;
  font-size: 2.1875rem;
}
.cmn-sectionTitle_sub {
  display: block;
  line-height: 1.5625;
  margin-top: 4px;
  letter-spacing: 0.03em;
  font-size: 1rem;
}

/* ################# テキストリンク ################# */
.cmn-viewMore {
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
  font-size: 1.25rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
.cmn-viewMore::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.cmn-viewMore.is-show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.cmn-viewMoreBlock_child {
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
.cmn-viewMoreBlock_child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.cmn-viewMoreBlock_child.is-show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

@media screen and (max-width: 374px) {
  :root {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 769px) {
  :root :where(body) {
    padding: 0;
    min-width: 940px;
  }
  :root :where(body).is-sticky {
    padding-top: 162px;
  }
  .cmn-spbr {
    display: none;
  }
  .cmn-pcbr {
    display: inline;
  }
  .cmn-spBlock {
    display: none;
  }
  .cmn-pcBlock {
    display: block;
  }
  /* ################# パンくずリスト ################# */
  .cmn-breadcrumbs {
    width: 920px;
    margin: 0 auto;
    padding: 19px 0 18px;
    font-size: 0.75rem;
  }
  .cmn-breadcrumbs > span {
    position: relative;
    display: inline-block;
  }
  .cmn-breadcrumbs > span:first-child span[property=name] {
    display: inline-block;
  }
  .cmn-breadcrumbs > span + span {
    padding-left: 16px;
  }
  .cmn-breadcrumbs > span + span::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: ">";
  }
  .cmn-breadcrumbs a {
    color: #000;
  }
  .cmn-breadcrumbs a:hover {
    text-decoration: underline;
  }
  /* ################# ページネーション ################# */
  .wp-pagenavi {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 56px auto 0;
    padding: 60px 0 0;
    border-top: 1px solid #dcdcd0;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .last {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px;
    color: #564c47;
    background: #e4d5cc;
    font-size: 1.0625rem;
  }
  .wp-pagenavi .current {
    background: #564c47;
    color: #fff;
  }
  .wp-pagenavi .page {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .wp-pagenavi .page:hover {
    background: #564c47;
    color: #fff;
  }
  .wp-pagenavi .extend {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 35px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    top: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    overflow: hidden;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
    content: "";
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
    background: #564c47;
  }
  .wp-pagenavi .previouspostslink:hover::before, .wp-pagenavi .nextpostslink:hover::before {
    color: #fff;
  }
  .wp-pagenavi .previouspostslink {
    left: 135px;
  }
  .wp-pagenavi .previouspostslink::before {
    content: "\f104";
    color: #a37c68;
    font-family: "niau";
    font-size: 1.25rem;
  }
  .wp-pagenavi .nextpostslink {
    right: 135px;
  }
  .wp-pagenavi .nextpostslink::before {
    content: "\f105";
    color: #a37c68;
    font-family: "niau";
    font-size: 1.25rem;
  }
  /* ################# 下層レイアウト ################# */
  .cmn-contentsWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 640px 240px;
    grid-template-columns: 640px 240px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
  }
  .cmn-contentsWrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cmn-contentsWrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cmn-contentsWrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cmn-contentsWrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cmn-contentsWrapper .cmn-mainContents {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .cmn-contentsWrapper .cmn-mainContents > :last-child {
    padding-bottom: 50px;
  }
  .cmn-contentsWrapper .cmn-mainContents.is-wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .cmn-contentsWrapper .cmn-sideContents {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-bottom: 60px;
  }
  .cmn-contentsWrapper .cmn-sideContents_inner {
    position: relative;
  }
  .cmn-contentsWrapper .cmn-sideContents .parts-followUs {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .cmn-contentsWrapper .cmn-sideContents .parts-keywords {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .cmn-contentsWrapper .cmn-sideContents .parts-newArticles {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .cmn-contentsWrapper .cmn-sideContents .parts-category {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .cmn-contentsWrapper .cmn-bottomContents {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  /* ################# ページトップに戻る ################# */
  .cmn-pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 127px;
    box-sizing: border-box;
    padding-top: 0;
    background: transparent;
    text-align: center;
  }
  .cmn-pagetop_arrow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 15px 0 0;
    stroke: #564c47;
    stroke-width: 1px;
    fill-rule: evenodd;
    -webkit-transform: translate(0, 15px) scale(0.7);
            transform: translate(0, 15px) scale(0.7);
    -webkit-transition: -webkit-transform 0.4s 0s ease;
    transition: -webkit-transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
  }
  .cmn-pagetop span {
    position: relative;
    bottom: -84px;
    right: 19px;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.4375rem;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .cmn-pagetop:hover .cmn-pagetop_arrow {
    -webkit-transform: translate(0, 5px) scale(0.7);
            transform: translate(0, 5px) scale(0.7);
  }
  /* ################# ページタイトル ################# */
  .cmn-pageTitle {
    padding: 0;
    text-align: center;
    font-weight: 300;
  }
  .cmn-pageTitle_main {
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #564c47;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-weight: 400;
    font-size: 3.75rem;
  }
  .cmn-pageTitle_sub {
    display: block;
    line-height: 1.8;
    margin-top: 9px;
    letter-spacing: 0.07em;
    font-size: 1.25rem;
  }
  /* ################# セクション見出し ################# */
  .cmn-sectionTitle {
    padding: 0;
    text-align: center;
    font-weight: 300;
  }
  .cmn-sectionTitle_main {
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #564c47;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-weight: 400;
    font-size: 3.125rem;
  }
  .cmn-sectionTitle_sub {
    display: block;
    line-height: 1.8;
    margin-top: 0;
    letter-spacing: 0.07em;
    font-size: 1.25rem;
  }
  /* ################# テキストリンク ################# */
  .cmn-viewMore {
    position: relative;
    display: inline-block;
    border: 0;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
  .cmn-viewMore::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .cmn-viewMore.is-show::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .cmn-viewMore.is-show:hover::after {
    -webkit-animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
            animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }
  /* ################# View More ################# */
  .cmn-viewMoreBlock_child {
    position: relative;
    display: inline-block;
    border: 0;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
  .cmn-viewMoreBlock_child::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .cmn-viewMoreBlock_child.is-show::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .cmn-viewMoreBlock:hover .cmn-viewMoreBlock_child.is-show::after {
    -webkit-animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
            animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }
}
/* -----------------------------------------------------------------------
## Header ################################################################
----------------------------------------------------------------------- */
.ph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 60px;
  background: #e4d5cc;
  text-align: center;
}

.ph-over {
  position: relative;
  z-index: 2;
}

.ph-siteName {
  display: inline-block;
  padding: 4px 0 0 7px;
}
.ph-siteName a {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #564c47;
  letter-spacing: 0.2em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 2.5rem;
  font-weight: 400;
}
.ph-siteName a span {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 0.625rem;
}

.ph-menuBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 27px 0 0 3px;
  letter-spacing: 0.2em;
  font-size: 0.625rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-weight: 400;
  cursor: pointer;
}
.ph-menuBtn::before {
  position: absolute;
  top: -13px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #564c47;
  content: "";
}
.ph-menuBtn_hamberger::before {
  position: absolute;
  top: -13px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #564c47;
  content: "";
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.ph-menuBtn_hamberger::after {
  position: absolute;
  top: -13px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #564c47;
  content: "";
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.ph-menuBtn.is-open::before {
  opacity: 0;
}
.ph-menuBtn.is-open .ph-menuBtn_hamberger::before {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.ph-menuBtn.is-open .ph-menuBtn_hamberger::after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.ph-searchMenuBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.ph-searchMenuBtn::before {
  content: "\e800";
  font-family: "niau";
  font-size: 1.75rem;
}
.ph-searchMenuBtn_txt {
  display: none;
}
.ph-searchMenuBtn.is-open {
  background: #dbc9bf;
}

.ph-under {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 60px);
  box-sizing: border-box;
  padding: 32px 0 50px;
  background: rgba(228, 213, 204, 0.96);
  overflow: auto;
}

.ph-gNavi {
  text-align: left;
}
.ph-gNavi_item {
  position: relative;
}
.ph-gNavi_item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 86.6666666667vw;
  height: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.ph-gNavi_item .ph-gNavi_link {
  position: relative;
  display: block;
  color: #564c47;
  padding: 29px 6.6666666667vw;
}
.ph-gNavi_item .ph-gNavi_link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.6666666667vw;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  text-align: center;
  content: "\e811";
  color: #a37c68;
  font-family: "niau";
  font-size: 1.25rem;
}
.ph-gNavi_item.is-category .ph-gNavi_link::before, .ph-gNavi_item.is-series .ph-gNavi_link::before {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.ph-gNavi_item.is-category .ph-gNavi_link.is-opened::before, .ph-gNavi_item.is-series .ph-gNavi_link.is-opened::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ph-gNavi_item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 86.6666666667vw;
  height: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.ph-gNavi_main {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}
.ph-gNavi_sub {
  display: block;
  line-height: 1;
  margin-top: 4px;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
}

.ph-gSubNavi {
  display: none;
}
.ph-gSubNavi_title {
  display: none;
}
.ph-gSubNavi_link {
  text-align: center;
}
.ph-gSubNavi_link a {
  color: #564c47;
  text-decoration: underline;
  font-weight: bold;
}
.ph-gSubNavi .parts-categoryList {
  margin-top: 0;
  margin-bottom: 15px;
}
.is-category .ph-gSubNavi {
  padding: 0 6.6666666667vw 25px;
}

.is-series .ph-gSubNavi {
  padding: 0 6.6666666667vw 25px;
}
.is-series .ph-gSubNavi .ph-seriesList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-bottom: 15px;
}
.is-series .ph-gSubNavi .ph-seriesList_item {
  flex-basis: 40vw;
  min-width: 150px;
}
.is-series .ph-gSubNavi .ph-seriesList_item:nth-child(n+2) {
  margin-top: 0;
}
.is-series .ph-gSubNavi .ph-seriesList_item:nth-child(n+3) {
  margin-top: 25px;
}
.is-series .ph-gSubNavi .ph-seriesList_item:nth-child(even) {
  margin-left: 25px;
}

.ph-navigation .cmn-follow {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 66.6666666667vw;
  margin-inline: auto;
  padding: 60px 0 0;
  border-top: 0;
}
.ph-navigation .cmn-follow_title {
  margin: 0 30px 0 0;
  padding-left: 4px;
  letter-spacing: 0.1em;
  color: #564c47;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}
.ph-navigation .cmn-follow_body {
  width: 25px;
  margin: 0 10px;
}
.ph-navigation .cmn-follow_body.to-mailMagazineButton {
  width: 66.6666666667vw;
  margin: 50px auto 0;
}
.ph-navigation .cmn-follow_body.to-mailMagazineButton a {
  display: block;
  padding: 20px 0;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  color: #564c47;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-weight: 700;
}

.ph-corporateTop {
  display: block;
  width: 86.6666666667vw;
  margin: 50px auto;
  padding: 16px 0;
  background: #ccb2a3;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}

.ph-closeMenu {
  display: block;
  width: 66.6666666667vw;
  margin: 50px auto 0;
  padding: 13px 0;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: #564c47;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}

/* ################# Search ################# */
.ph-search {
  display: none;
  position: fixed;
  overflow: auto;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 60px);
  box-sizing: border-box;
  padding: 20px 25px 54px;
  background: rgba(219, 201, 191, 0.96);
  text-align: left;
}
.ph-search .cmn-searchForm_btn {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 0;
  border: 1px solid #564c47;
  border-radius: 5px;
  background: #564c47;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}
.ph-search .cmn-searchForm_btn::before {
  margin-right: 9px;
  content: "\e800";
  font-family: "niau";
  font-size: 1.25rem;
}
.ph-search .cmn-searchForm #cmn-searchKeywords {
  width: 100%;
  box-sizing: border-box;
}

.ph-category {
  margin-top: 50px;
}
.ph-category_title {
  font-size: 1.125rem;
  font-weight: bold;
}
.ph-category .parts-category_more a {
  color: #564c47;
}

.ph-keywords {
  margin-top: 45px;
}
.ph-keywords_title {
  font-size: 1.125rem;
  font-weight: bold;
}
.ph-keywords .parts-keywords_more a {
  color: #564c47;
}

@media screen and (min-width: 769px) {
  .ph {
    position: relative;
    height: 162px;
    box-sizing: border-box;
    border-top: 2px solid #ccb2a3;
  }
  .ph-over {
    z-index: 1;
    max-width: 920px;
    height: 80px;
    margin: 0 auto;
  }
  .ph-siteName {
    display: inline-block;
    padding: 5px 0 0 12px;
  }
  .ph-siteName a {
    display: inline-block;
    line-height: 1;
    color: #564c47;
    letter-spacing: 0.2em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 3.5rem;
    font-weight: 400;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .ph-siteName a:hover {
    opacity: 0.7;
  }
  .ph-siteName a span {
    position: absolute;
    bottom: -12px;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
  }
  .ph-menuBtn {
    display: none;
  }
  .ph-searchMenuBtn {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 140px;
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background 0.2s 0s ease;
    transition: background 0.2s 0s ease;
  }
  .ph-searchMenuBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 17px;
    margin: auto;
    background: #564c47;
    content: "";
    -webkit-transition: background 0.2s 0s ease;
    transition: background 0.2s 0s ease;
  }
  .ph-searchMenuBtn::before {
    position: relative;
    left: -9px;
    margin-right: 0;
    content: "\e800";
    font-family: "niau";
    font-size: 1.125rem;
  }
  .ph-searchMenuBtn_txt {
    display: inline-block;
    padding-right: 6px;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.125rem;
  }
  .ph-searchMenuBtn_txt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    color: #a37c68;
    content: "\e80e";
    font-family: "niau";
    -webkit-transition: -webkit-transform 0.2s 0s ease;
    transition: -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
  }
  .ph-searchMenuBtn.is-open::after {
    background: #dbc9bf;
  }
  .ph-searchMenuBtn:hover {
    background: #dbc9bf;
  }
  .ph-searchMenuBtn:hover .ph-searchMenuBtn_txt::after {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .ph-under {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0 0;
    background: #e4d5cc;
    overflow: visible;
  }
  .ph-gNavi {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
  }
  .ph-gNavi_item {
    position: static;
    flex-basis: 184px;
    text-align: center;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .ph-gNavi_item::before {
    display: none;
  }
  .ph-gNavi_item .ph-gNavi_link {
    position: relative;
    display: block;
    color: #564c47;
    padding: 16px 0;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .ph-gNavi_item .ph-gNavi_link::before {
    display: none;
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 0;
    left: 0;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin: auto;
    text-align: center;
    content: "\e811";
    color: #a37c68;
    font-family: "niau";
    font-size: 16px;
  }
  .ph-gNavi_item .ph-gNavi_link:hover {
    background: #dbc9bf;
  }
  .ph-gNavi_item.is-category .ph-gNavi_link::before, .ph-gNavi_item.is-series .ph-gNavi_link::before {
    display: block;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s 0s ease;
    transition: -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
  }
  .ph-gNavi_item.is-category .ph-gNavi_link.is-opened::before, .ph-gNavi_item.is-series .ph-gNavi_link.is-opened::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .ph-gNavi_item.is-category .ph-gNavi_link:hover::before, .ph-gNavi_item.is-series .ph-gNavi_link:hover::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .ph-gNavi_item.is-opened .ph-gNavi_link {
    background: #dbc9bf;
  }
  .ph-gNavi_item.is-opened .ph-gNavi_link::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .ph-gNavi_main {
    display: block;
    line-height: 1;
    letter-spacing: 0.06em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.375rem;
  }
  .ph-gNavi_sub {
    font-size: 0.75rem;
  }
  .ph-gSubNavi {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(219, 201, 191, 0.96);
  }
  .ph-gSubNavi_inner {
    position: relative;
    max-width: 920px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .ph-gSubNavi_title {
    position: absolute;
    top: 46px;
    left: 20px;
    display: block;
    text-align: left;
    color: #564c47;
  }
  .ph-gSubNavi_title-en {
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 2rem;
  }
  .ph-gSubNavi_title-ja {
    display: block;
    margin-top: 10px;
    letter-spacing: 0.07em;
    font-size: 0.75rem;
  }
  .ph-gSubNavi_link a {
    color: #564c47;
    text-decoration: underline;
    font-weight: bold;
  }
  .is-category .ph-gSubNavi {
    min-height: 220px;
    box-sizing: border-box;
    padding: 0 0 35px 0;
  }
  .is-category .ph-gSubNavi .ph-gSubNavi_inner {
    padding: 50px 0 0 262px;
  }
  .is-category .ph-gSubNavi .parts-categoryList {
    width: 100%;
    margin: 0 auto 15px;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .is-category .ph-gSubNavi .parts-categoryList_item a {
    padding: 6px 16px;
  }
  .is-series .ph-gSubNavi {
    min-height: 220px;
    padding: 0 0 35px;
    box-sizing: border-box;
  }
  .is-series .ph-gSubNavi .ph-gSubNavi_inner {
    padding: 50px 0 0 262px;
  }
  .is-series .ph-gSubNavi .ph-seriesList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 15px;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item {
    flex-basis: 152px;
    max-width: 152px;
    margin-right: 10px;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item:nth-child(n+2) {
    margin-top: 0;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item:nth-child(n+3) {
    margin-top: 0;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item:nth-child(n+5) {
    margin-top: 20px;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item:nth-child(even) {
    margin-left: 0;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item a {
    display: block;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .is-series .ph-gSubNavi .ph-seriesList_item a:hover {
    opacity: 0.75;
  }
  .ph-navigation .cmn-follow {
    position: absolute;
    top: -32px;
    left: 360px;
    right: 0;
    width: 243px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin: auto;
    padding: 0;
    border-top: 0;
  }
  .ph-navigation .cmn-follow::after {
    display: none;
  }
  .ph-navigation .cmn-follow_title {
    display: block;
    margin: 0 11px 0 26px;
    letter-spacing: 0.1em;
    color: #564c47;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.125rem;
  }
  .ph-navigation .cmn-follow_body {
    width: 24px;
    margin: 0 5px;
  }
  .ph-corporateTop {
    position: absolute;
    top: -80px;
    left: 780px;
    right: 0;
    display: block;
    width: 140px;
    margin: auto;
    padding: 4px 0;
    background: #ccb2a3;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1rem;
    -webkit-transition: -webkit-transform 0.2s 0s ease;
    transition: -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
  }
  .ph-corporateTop::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin: auto;
    text-align: center;
    content: "\e811";
    color: #fff;
    font-family: "niau";
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.2s 0s ease;
    transition: -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
  }
  .ph-corporateTop:hover {
    opacity: 0.75;
  }
  .ph-corporateTop:hover::after {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .ph-closeMenu {
    display: none;
  }
  /* ################# Search ################# */
  .ph-search {
    display: none;
    position: absolute;
    overflow: auto;
    top: 78px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    max-height: 90vw;
    box-sizing: border-box;
    padding: 39px 10px 50px;
    background: rgba(219, 201, 191, 0.96);
    text-align: left;
  }
  .ph-search .cmn-searchForm {
    display: -webkit-box;
    display: flex;
    width: 840px;
    margin: 0 auto;
  }
  .ph-search .cmn-searchForm_input {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  .ph-search .cmn-searchForm_btn {
    max-width: 180px;
    min-width: 180px;
    margin: 0 auto;
    padding: 13px 0 12px;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .ph-search .cmn-searchForm_btn:hover {
    background: #fff;
    color: #564c47;
  }
  .ph-search .cmn-searchForm #cmn-searchKeywords {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  .ph-category {
    max-width: 840px;
    margin: 40px auto 0;
  }
  .ph-category_title {
    letter-spacing: 0.12em;
    font-size: 1rem;
    font-weight: bold;
  }
  .ph-category .parts-categoryList {
    margin-top: 21px;
  }
  .ph-category .parts-categoryList_item {
    margin-bottom: 10px;
  }
  .ph-category .parts-category_more {
    margin-top: 10px;
  }
  .ph-category .parts-category_more a {
    color: #564c47;
  }
  .ph-keywords {
    max-width: 840px;
    margin: 35px auto 0;
  }
  .ph-keywords_title {
    letter-spacing: 0.12em;
    font-size: 1rem;
    font-weight: bold;
  }
  .ph-keywords .parts-keywordsList {
    margin-top: 21px;
  }
  .ph-keywords .parts-keywords_more {
    margin-top: 10px;
  }
  .ph-keywords .parts-keywords_more a {
    color: #564c47;
  }
  /* ################# 固定ヘッダー時 ################# */
  .ph.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-top: 0;
    border-bottom: 2px solid #ccb2a3;
  }
  .ph.is-fixed .ph-over {
    text-align: left;
  }
  .ph.is-fixed .ph-under {
    position: absolute;
    right: 0;
    width: 100%;
    height: 70px;
    margin: auto;
    padding: 0 120px;
    background: transparent;
    pointer-events: none;
  }
  .ph.is-fixed .ph-siteName {
    display: inline-block;
    padding: 8px 0 0 12px;
  }
  .ph.is-fixed .ph-siteName a {
    letter-spacing: 0.2em;
    font-size: 2.25rem;
  }
  .ph.is-fixed .ph-searchMenuBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 70px;
    padding: 10px 0;
    border-bottom: 2px solid #ccb2a3;
    cursor: pointer;
    -webkit-transition: background 0.2s 0s ease;
    transition: background 0.2s 0s ease;
  }
  .ph.is-fixed .ph-searchMenuBtn::after {
    display: none;
  }
  .ph.is-fixed .ph-searchMenuBtn::before {
    position: relative;
    left: 0;
    margin-right: 0;
    content: "\e800";
    font-family: "niau";
    font-size: 1.125rem;
  }
  .ph.is-fixed .ph-searchMenuBtn_txt {
    display: inline-block;
    padding-right: 0;
    padding-left: 9px;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.125rem;
  }
  .ph.is-fixed .ph-searchMenuBtn_txt::after {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    color: #a37c68;
    content: "\e80e";
    font-family: "niau";
    font-size: 1rem;
  }
  .ph.is-fixed .ph-searchMenuBtn.is-open {
    border-bottom-color: #dbc9bf;
  }
  .ph.is-fixed .ph-searchMenuBtn.is-open::after {
    background: #dbc9bf;
  }
  .ph.is-fixed .ph-searchMenuBtn:hover {
    background: #dbc9bf;
    border-bottom-color: #dbc9bf;
  }
  .ph.is-fixed .ph-searchMenuBtn:hover .ph-searchMenuBtn_txt::after {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .ph.is-fixed .ph-gNavi {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .ph.is-fixed .ph-gNavi_item {
    max-width: 136px;
    pointer-events: auto;
  }
  .ph.is-fixed .ph-gNavi_item:hover {
    border-bottom-color: #dbc9bf;
  }
  .ph.is-fixed .ph-gNavi_en {
    font-size: 1.25rem;
  }
  .ph.is-fixed .ph-search {
    top: 70px;
  }
  .ph.is-fixed .cmn-follow, .ph.is-fixed .ph-corporateTop {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 940px) {
  .ph-navigation .ph-corporateTop {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .ph-searchMenuBtn::after {
    display: none;
  }
  .ph-navigation .cmn-follow {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .ph.is-fixed .ph-gNavi_en, .ph.is-fixed .ph-searchMenuBtn_txt {
    font-size: 1rem;
  }
  .ph-gNavi_item .ph-gNavi_link {
    padding: 26px 0;
  }
}
/* -----------------------------------------------------------------------
## Footer ################################################################
----------------------------------------------------------------------- */
.pf {
  background: #333;
}

.pf-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  padding: 33px 6.667% 0;
  color: #fff;
}
.pf-inner a {
  color: #fff;
}

/* ################# サイト名 ################# */
.pf-siteName {
  line-height: 1;
  padding-left: 10px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 3.75rem;
  font-weight: 400;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

.pf-siteCatch {
  line-height: 1.5;
  margin-top: 4px;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 0.75rem;
}

/* ################# ローカルナビ ################# */
.pf-localNavi {
  margin-top: 32px;
}

.pf-category {
  padding: 0px 0 37px;
}

.pf-ranking, .pf-series, .pf-article, .pf-words {
  padding: 24px 0 26px;
  border-top: 1px solid #5a5a5a;
}

.pf-words {
  padding-bottom: 25px;
}

.pf-headerLink {
  position: relative;
  display: block;
  color: #fff;
}
.pf-headerLink::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
  text-align: center;
  font-family: "niau";
  font-size: 1.1875rem;
  content: "\e811";
}
.pf-headerLink_en {
  display: block;
  letter-spacing: 0.09em;
  color: #fff;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.5625rem;
}
.pf-headerLink_ja {
  display: block;
  color: #ccc;
  font-size: 0.75rem;
}

.pf-linkList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  font-size: 0.8125rem;
}
.pf-linkList_item {
  flex-basis: 50%;
}
.pf-linkList_item:nth-child(n+3) {
  margin-top: 26px;
}
.pf-linkList_item > a {
  color: #f5f5f5;
}
.pf-linkList_item a {
  text-decoration: underline;
}

/* ################# SNS ################# */
.cmn-follow {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-top: 1px solid #5a5a5a;
}
.cmn-follow_title {
  margin: 0 17px 0 26px;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.25rem;
}
.cmn-follow_body {
  width: 25px;
  margin: 0 10px;
}
.pf .cmn-follow {
  padding: 29px 18px 41px 0;
}

.pf-under {
  background: #fff;
}

/* ################# コーポレートナビ（SP） ################# */
.pf .menu-corp_navi-container .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.4;
  padding: 20px 0 0;
  border-top: 1px solid #000;
  font-size: 0.5625rem;
}
.pf .menu-corp_navi-container .menu-item:nth-child(n+2)::before {
  margin: 0 3px;
  content: "|";
  text-decoration: none;
}
.pf .menu-corp_navi-container .menu-item:nth-child(1) {
  display: none;
}
.pf .menu-corp_navi-container .menu-item:nth-child(2)::before {
  display: none;
}
.pf .menu-corp_navi-container .menu a {
  color: #333;
  text-decoration: underline;
}
.pf .menu-corp_navi-container .menu a:hover {
  text-decoration: underline;
}

/* ################# フッターロゴ（SP） ################# */
.pf-logo {
  text-align: center;
  width: 57px;
  height: 19px;
  margin: 14px auto 0;
}

/* ################# コピーライト（SP） ################# */
.pf-copyrights {
  display: block;
  margin-top: 14px;
  padding-bottom: 20px;
  color: #333;
  text-align: center;
  font-size: 0.5625rem;
}

@media screen and (min-width: 769px) {
  .pf {
    background: #333;
  }
  .pf-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: 0.7fr 0.7fr 82px 1fr;
    grid-template-rows: 0.7fr 0.7fr 82px 1fr;
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 34px 0 60px;
    color: #fff;
  }
  .pf-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pf-inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pf-inner > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pf-inner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .pf-inner > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-inner > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .pf-inner > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .pf-inner > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  /* ################# サイト名 ################# */
  .pf-siteName {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    align-self: flex-end;
    display: inline-block;
    line-height: 1;
    padding-left: 0;
    margin-right: 0;
    letter-spacing: 0.2em;
    text-align: left;
    vertical-align: middle;
    font-size: 5rem;
    font-weight: 400;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
  .pf-siteName a {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .pf-siteName a:hover {
    opacity: 0.7;
  }
  .pf-siteCatch {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    align-self: flex-start;
    position: relative;
    top: 2px;
    display: inline-block;
    line-height: 1.2727272727;
    letter-spacing: 0.065em;
    text-align: left;
    font-size: 0.6875rem;
  }
  /* ################# ローカルナビ ################# */
  .pf-localNavi {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    display: -webkit-box;
    display: flex;
    margin-top: 0;
    padding-top: 12px;
  }
  .pf-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 230px;
    grid-template-columns: 1fr 230px;
    -ms-grid-rows: 70px 70px auto;
    grid-template-rows: 70px 70px auto;
    flex-basis: 672px;
  }
  .pf-links > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pf-links > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pf-links > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pf-links > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .pf-links > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-links > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .pf-linkList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
    font-size: 0.8125rem;
  }
  .pf-linkList_item {
    flex-basis: 23.5%;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .pf-linkList_item:nth-child(n+3) {
    margin-top: 11px;
  }
  .pf-linkList_item > a {
    color: #f5f5f5;
  }
  .pf-linkList_item a {
    text-decoration: underline;
  }
  .pf-category, .pf-ranking, .pf-series, .pf-article, .pf-words {
    padding: 0;
    border-top: 0;
  }
  .pf-category {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    border-top: 0;
    border-right: 1px solid #5a5a5a;
  }
  .pf-category .pf-linkList_item {
    flex-basis: 46%;
  }
  .pf-category .pf-linkList_item:nth-child(n+5) {
    margin-top: 11px;
  }
  .pf-category .pf-linkList_item > a {
    color: #f5f5f5;
  }
  .pf-category .pf-linkList_item a:hover {
    text-decoration: none;
  }
  .pf-ranking {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    align-self: flex-start;
    flex-basis: 230px;
    padding-left: 50px;
  }
  .pf-ranking .pf-headerLink {
    display: block;
  }
  .pf-ranking .pf-linkList_item {
    box-sizing: border-box;
    flex-basis: 50%;
    padding-right: 1em;
  }
  .pf-ranking .pf-linkList_item:nth-child(n+3) {
    margin-top: 11px;
  }
  .pf-series {
    flex-basis: 378px;
    padding-top: 16px;
  }
  .pf-series .pf-linkList_item {
    box-sizing: border-box;
    flex-basis: 50%;
    padding-right: 1em;
  }
  .pf-series .pf-linkList_item:nth-child(n+3) {
    margin-top: 11px;
  }
  .pf-article {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    align-self: flex-start;
    flex-basis: 230px;
    padding-left: 50px;
  }
  .pf-article .pf-headerLink {
    display: block;
  }
  .pf-words {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    align-self: flex-start;
    flex-basis: 230px;
    padding-left: 50px;
  }
  .pf-words .pf-headerLink {
    display: block;
  }
  .pf-headerLink {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .pf-headerLink::after {
    position: absolute;
    top: 5px;
    bottom: auto;
    right: -23px;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    text-align: center;
    font-family: "niau";
    font-size: 1.1875rem;
    content: "\e811";
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .pf-headerLink_en {
    display: block;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.5rem;
  }
  .pf-headerLink_ja {
    display: block;
    margin-top: 4px;
    color: #ccc;
    font-size: 0.75rem;
  }
  .pf-headerLink:hover::after {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  /* ################# SNS ################# */
  .cmn-follow {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin: 37px 0 15px;
    border-top: 0;
  }
  .cmn-follow_title {
    display: none;
  }
  .cmn-follow_body {
    width: 30px;
    margin: 0 0 0 21px;
  }
  .cmn-follow_body a {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .cmn-follow_body a:hover {
    opacity: 0.7;
  }
  .cmn-follow_body:first-of-type {
    margin-left: 0;
  }
  .pf .cmn-follow {
    padding: 0;
  }
  .pf-under {
    background: #fff;
  }
  /* ################# コーポレートナビ（PC） ################# */
  .pf .menu-corp_navi-container .menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: 1.4;
    padding: 20px 0 0;
    border-top: 1px solid #000;
    font-size: 0.5625rem;
  }
  .pf .menu-corp_navi-container .menu-item:nth-child(n+2)::before {
    margin: 0 3px;
    content: "|";
    text-decoration: none;
  }
  .pf .menu-corp_navi-container .menu-item:nth-child(1) {
    display: none;
  }
  .pf .menu-corp_navi-container .menu-item:nth-child(2)::before {
    display: none;
  }
  .pf .menu-corp_navi-container .menu a {
    color: #333;
    text-decoration: underline;
  }
  .pf .menu-corp_navi-container .menu a:hover {
    text-decoration: underline;
  }
  /* ################# フッターロゴ（SP） ################# */
  .pf-logo {
    text-align: center;
    width: 57px;
    height: 19px;
    margin: 14px auto 0;
  }
  /* ################# コピーライト（SP） ################# */
  .pf-copyrights {
    display: block;
    margin-top: 14px;
    padding-bottom: 20px;
    color: #333;
    text-align: center;
    font-size: 0.5625rem;
  }
}
/* -----------------------------------------------------------------------
## Sidebar ################################################################
----------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* ################# sectionTitle ################# */
  .cmn-sideContents .cmn-sectionTitle {
    padding: 0;
  }
  .cmn-sideContents .cmn-sectionTitle .cmn-sectionTitle_main {
    padding-bottom: 12px;
    background: url("/niau/wp-content/themes/niau/img/common/ico_arrow_right_bottom_dot.png") no-repeat right bottom 1px;
    border-bottom: 1px solid #000;
    font-size: 2.5rem;
  }
  .cmn-sideContents .cmn-sectionTitle .cmn-sectionTitle_sub {
    line-height: 1.5714285714;
    margin-top: 16px;
    font-size: 0.875rem;
  }
  /* ################# Keywords ################# */
  .cmn-sideContents .parts-keywords {
    padding: 20px 0 45px;
    background: transparent;
  }
  .cmn-sideContents .parts-keywords_more {
    margin-top: 6px;
  }
  .cmn-sideContents .parts-keywordsList {
    width: 100%;
    margin-top: 24px;
  }
  .cmn-sideContents .parts-keywordsList_item a {
    display: block;
    max-width: 240px;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 0.875rem;
  }
  .cmn-sideContents .parts-keywordsList_item p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* ################# New Article ################# */
  .cmn-sideContents .parts-newArticles {
    padding: 29px 0;
  }
  .cmn-sideContents .parts-newArticles .cmn-sectionTitle_main {
    padding-bottom: 3px;
  }
  .cmn-sideContents .parts-newArticles .cmn-sectionTitle_sub br {
    display: inline;
  }
  .cmn-sideContents .parts-newArticles_more {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #dcdcd0;
  }
  .cmn-sideContents .parts-articleList01 {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }
  .cmn-sideContents .parts-articleList01_item:nth-child(n+2) {
    margin-top: 18px;
    margin-left: 0;
    border-top: 1px solid #dcdcd0;
    padding-top: 20px;
  }
  .cmn-sideContents .parts-articleList01_item .parts-articlesCategory {
    margin-top: 11px;
  }
  .cmn-sideContents .parts-articleList01_item .parts-articlesCategory a {
    font-size: 0.875rem;
  }
  .cmn-sideContents .parts-articleList01_date {
    padding: 0;
  }
  .cmn-sideContents .parts-articleList01_info {
    padding: 0;
  }
  .cmn-sideContents .parts-articleList01_title {
    line-height: 1.4285714286;
    margin-top: 3px;
    letter-spacing: 0.06em;
    font-size: 0.875rem;
  }
  .cmn-sideContents .parts-articleList01_img img {
    width: 240px;
    height: 160px;
  }
  .cmn-sideContents .parts-articlesCategory {
    margin: 0;
  }
  .cmn-sideContents .parts-articlesTags {
    display: none;
  }
  /* ################# category ################# */
  .cmn-sideContents .parts-category {
    padding-top: 45px;
    background: transparent;
  }
  .cmn-sideContents .parts-category_more {
    margin-top: 0;
  }
  .cmn-sideContents .parts-categoryList {
    width: 100%;
    margin: 24px auto 0;
  }
  .cmn-sideContents .parts-categoryList_item {
    margin: 0 3px 14px;
  }
  .cmn-sideContents .parts-categoryList_item a {
    padding: 3px 12px;
    font-size: 0.875rem;
  }
  /* ################# follow us ################# */
  .cmn-sideContents .parts-followUs {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .cmn-sideContents .parts-followUs .cmn-sectionTitle {
    border: 0;
  }
  .cmn-sideContents .parts-followUsList {
    margin-top: 24px;
  }
  .cmn-sideContents .parts-followUsList_item {
    flex-basis: 40px;
    min-width: 40px;
    margin: 0 13px;
  }
  .cmn-sideContents .parts-followUsList_item a {
    -webkit-transition: opacity 0.4s 0s ease;
    transition: opacity 0.4s 0s ease;
  }
  .cmn-sideContents .parts-followUsList_item a:hover {
    opacity: 0.7;
  }
  .cmn-sideContents .parts-mailMagazineButton {
    width: 220px;
    padding: 16px 0;
  }
  .archive .is-coordinate .cmn-sideContents .parts-followUs {
    display: block;
  }
}
/* -----------------------------------------------------------------------
## Parts ################################################################
----------------------------------------------------------------------- */
/* ################# 新着記事一覧 ################# */
.parts-newArticles {
  padding: 55px 0 50px;
}
.parts-newArticles_more {
  margin-top: 30px;
  text-align: center;
}
.parts-newArticles_more a {
  color: #000;
}
.parts-newArticles .cmn-sectionTitle_main br {
  display: none;
}
.parts-newArticles .parts-articlesCategory {
  margin-top: 0;
}

/* ################# 記事一覧（SP：画像、テキスト横並び、PC:画像、テキスト縦並び） ################# */
.parts-articleList01 {
  margin-top: 35px;
  padding: 0 6.6666666667vw;
}
.parts-articleList01_item {
  position: relative;
  display: -webkit-box;
  display: flex;
}
.parts-articleList01_item.is-new {
  min-height: 32vw;
}
.parts-articleList01_item:nth-child(n+2) {
  margin-top: 45px;
}
.parts-articleList01_item:nth-child(n+3) {
  margin-top: 40px;
}
.parts-articleList01_eyecatch {
  flex-basis: 30.6666666667vw;
  min-width: 30.6666666667vw;
}
.parts-articleList01_img {
  position: relative;
}
.parts-articleList01_img a {
  display: block;
}
.parts-articleList01_img img {
  width: 100%;
  height: 46.4vw;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover;object-position: 50% 0";
}
.parts-articleList01_date {
  width: 30.6666666667vw;
  display: inline-block;
  margin-top: 8px;
  color: #999;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  font-size: 0.8125rem;
  font-weight: bold;
}
.is-new .parts-articleList01_date span::after {
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-top: 7px;
  background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}

.parts-articleList01_info {
  padding-left: 10px;
}
.parts-articleList01_title {
  line-height: 1.4;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  font-size: 0.9375rem;
  font-weight: bold;
}
.parts-articleList01_title a {
  display: block;
  color: #000;
}

/* ################# 記事一覧（SP・PCともに左：画像、右：テキストのレイアウト） ################# */
.parts-articleList02 {
  margin-top: 35px;
  padding: 0 6.6666666667vw;
}
.parts-articleList02_item {
  position: relative;
  display: -webkit-box;
  display: flex;
}
.parts-articleList02_item.is-new {
  min-height: 32vw;
}
.parts-articleList02_item:nth-child(n+2) {
  margin-top: 22px;
  padding-top: 29px;
  border-top: 1px solid #dcdcd0;
}
.parts-articleList02_item .parts-articlesCategory {
  margin-top: 0;
}
.parts-articleList02_eyecatch {
  flex-basis: 30.6666666667vw;
  min-width: 30.6666666667vw;
}
.parts-articleList02_img {
  position: relative;
}
.parts-articleList02_img a {
  display: block;
}
.parts-articleList02_img img {
  width: 100%;
  height: 46.4vw;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover;object-position: 50% 0";
}
.parts-articleList02_date {
  width: 30.6666666667vw;
  display: inline-block;
  margin-top: 8px;
  color: #999;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  font-size: 0.8125rem;
  font-weight: bold;
}
.is-new .parts-articleList02_date span::after {
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-top: 7px;
  background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}

.parts-articleList02_info {
  padding-left: 10px;
}
.parts-articleList02_title {
  line-height: 1.4;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  font-size: 0.9375rem;
  font-weight: bold;
}
.parts-articleList02_title a {
  display: block;
  color: #000;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1), body:not(.paged) .is-category .parts-articleList02_item:nth-child(1), body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1), body:not(.paged) .is-home .parts-articleList02_item:nth-child(1), body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) {
  display: block;
  background: #fff;
  box-shadow: 5px 5px 0 #ccb2a3;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_img img {
  height: 57.8666666667vw;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_date {
  margin-top: 25px;
  padding: 0 6.6666666667vw;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_date span, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_date span, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_date span, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_date span, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_date span {
  position: relative;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_info {
  margin-top: 12px;
  padding: 0 6.6666666667vw 21px;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_title {
  margin-top: 7px;
}
body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(2), body:not(.paged) .is-category .parts-articleList02_item:nth-child(2), body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(2), body:not(.paged) .is-home .parts-articleList02_item:nth-child(2), body:not(.paged) .is-author .parts-articleList02_item:nth-child(2) {
  margin-top: 16px;
  border-top: 0;
}

.is-home .parts-articleList02, .is-author .parts-articleList02 {
  margin-top: 5px;
}

.parts-noArticle {
  padding: 100px 0;
  text-align: center;
}

.parts-articlesCategory {
  margin-top: 12px;
  margin-bottom: 2px;
}
.parts-articlesCategory_item {
  display: inline-block;
  margin-bottom: 5px;
}
.parts-articlesCategory_item a {
  display: block;
  padding: 2px 11px;
  background: #935f48;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.parts-childCategories {
  margin-top: 25px;
}
.parts-childCategories dt {
  font-weight: bold;
  font-size: 0.75rem;
}
.parts-childCategories dd .parts-categoryList {
  margin: 10px -4px 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.parts-childCategories dd .parts-categoryList_item {
  margin: 0 4px 8px;
  font-size: 0.75rem;
}
.parts-childCategories dd .parts-categoryList_item a {
  padding: 6px 15px;
}

.parts-articlesTags {
  position: relative;
  margin-top: 7px;
  padding-left: 1em;
}
.parts-articlesTags::before {
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 2.1428571429;
  font-size: 0.8125rem;
  font-family: "CONDENSEicon";
  content: "a";
}
.parts-articlesTags_item {
  display: inline-block;
  margin-right: 15px;
}
.parts-articlesTags_item a {
  display: block;
  line-height: 2.1428571429;
  color: #a37c68;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: bold;
}

/* ################# おすすめ記事 ################# */
.parts-recommend .parts-articleList01_item:nth-child(n+2) {
  margin-top: 22px;
  padding-top: 29px;
  border-top: 1px solid #dcdcd0;
}
.parts-recommend .parts-articleList01_title {
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.parts-recommend .parts-articleList01 .parts-articlesCategory {
  margin-top: 0;
}

/* ################# follow us ################# */
.parts-followUs {
  margin-top: 20px;
  padding: 0 6.6666666667vw 51px;
}
.parts-followUs .cmn-sectionTitle {
  border-top: 1px solid #dcdcd0;
  padding-top: 30px;
}
.parts-followUs .cmn-sectionTitle_en {
  font-size: 1.5625rem;
}
.parts-followUs .cmn-sectionTitle_ja {
  margin-top: 11px;
  font-size: 0.8125rem;
}

.parts-followUsList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 19px;
}
.parts-followUsList_item {
  flex-basis: 9.6vw;
  min-width: 9.6vw;
  margin: 0 15px;
}

.parts-mailMagazineButton {
  display: block;
  width: 66.6666666667vw;
  margin: 20px auto 0;
  padding: 20px 0;
  border: 1px solid #564c47;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: #564c47;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .parts-mailMagazineButton:hover {
    background: #564c47;
    color: #fff;
  }
}

/* ################# 関連するカテゴリー ################# */
.parts-relationCategory {
  position: relative;
  margin-top: 53px;
  padding: 0 6.6666666667vw 60px;
}
.parts-relationCategory_title {
  position: relative;
  text-align: center;
}
.parts-relationCategory_title span {
  display: inline-block;
  max-width: 85%;
  box-sizing: border-box;
  padding: 0 5px;
  background: #fff;
}
.parts-relationCategory_title::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ccb2a3;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  border-bottom: 0;
  content: "";
}
.parts-relationCategory_body {
  margin-top: 0;
  padding: 27px 0 29px;
  border: 1px solid #ccb2a3;
  border-top: 0;
}
.parts-relationCategory_more {
  margin-top: 11px;
  text-align: center;
}
.parts-relationCategory_more a {
  color: #564c47;
}
.parts-relationCategory_more a::after {
  background: #564c47;
}
.parts-relationCategory .parts-categoryList {
  margin-top: 0;
}

/* ################# keyword ################# */
.parts-keywords {
  padding: 47px 6.6666666667vw 50px;
  background: #faf7f5;
}
.parts-keywords_more {
  margin-top: 10px;
  text-align: center;
}
.parts-keywords .cmn-viewMore {
  color: #564c47;
}
.parts-keywords .cmn-viewMore::after {
  background: #564c47;
}

.parts-keywordsList {
  margin-top: 34px;
  text-align: center;
}
.parts-keywordsList_item {
  display: inline-block;
  margin: 0 3px 15px;
  border: 1px solid #a37c68;
  border-radius: 3px;
  background: #fff;
  font-size: 0.8125rem;
}
.parts-keywordsList_item a {
  display: block;
  padding: 8px 15px;
  color: #000;
}

/* ################# category ################# */
.parts-category {
  padding: 45px 6.6666666667vw 50px;
  background: #faf7f5;
}
.parts-category_more {
  margin-top: 9px;
  text-align: center;
}
.parts-category .cmn-viewMore {
  color: #564c47;
}
.parts-category .cmn-viewMore::after {
  background: #564c47;
}

.parts-categoryList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 34px;
}
.parts-categoryList_item {
  margin: 0 5px 10px;
  background: #935f48;
  font-size: 0.875rem;
}
.parts-categoryList_item a {
  display: block;
  padding: 9px 15px 8px;
  color: #fff;
}

/* ################# seriesエリア ################# */
.parts-series {
  padding: 55px 6.6666666667vw 60px;
  background: #e4d5cc;
}
.parts-series a {
  color: #000;
}

.parts-seriesList {
  margin-top: 37px;
}
.parts-seriesList_item:nth-child(n+2) {
  margin-top: 40px;
}
.parts-seriesList_text {
  line-height: 1.5714285714;
  margin-top: 11px;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
}
.parts-seriesList_link {
  margin-top: 6px;
  text-align: right;
  color: #564c47;
}
.parts-seriesList .parts-viewMoreBlock_child::after {
  background: #564c47;
}

/* ################# pickupエリア ################# */
.parts-pickup {
  padding: 55px 6.6666666667vw 44px;
}
.parts-pickup a {
  color: #000;
}

.parts-pickupList {
  margin-top: 34px;
}
.parts-pickupList_item:nth-child(n+2) {
  margin-top: 34px;
}
.parts-pickupList_text {
  line-height: 1.5714285714;
  margin-top: 6px;
  letter-spacing: 0.01em;
  font-size: 0.875rem;
}
.parts-pickupList_text::before {
  padding: 0 7px 0 5px;
  content: "\e811";
  color: #a37c68;
  font-family: "niau";
  font-size: 1rem;
}

/* ################# topicsエリア ################# */
.parts-topics {
  background-color: #e4d5cc;
  margin: 25px 0 0;
  padding: 9.6vw 0 10.6666666667vw;
}
.parts-topics a {
  color: #000;
}

.parts-topicsList {
  margin-top: 6.4vw;
}
.parts-topicsList_item {
  padding: 0 4vw;
}
.parts-topicsList .slick-prev,
.parts-topicsList .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 5.3333333333vw;
  height: 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parts-topicsList .slick-prev::before,
.parts-topicsList .slick-next::before {
  display: block;
  width: 5.3333333333vw;
  height: 10.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.parts-topicsList .slick-prev {
  left: 0;
}
.parts-topicsList .slick-prev::before {
  background-image: url("img/common/img_kv_prev_button.png");
}
.parts-topicsList .slick-next {
  right: 0;
}
.parts-topicsList .slick-next::before {
  background-image: url("img/common/img_kv_next_button.png");
}

@media screen and (min-width: 769px) {
  /* ################# 新着記事一覧 ################# */
  .parts-newArticles {
    padding: 92px 0 78px;
  }
  .parts-newArticles_more {
    margin-top: 30px;
    text-align: center;
  }
  .parts-newArticles_more a {
    color: #000;
  }
  .parts-newArticles .cmn-sectionTitle_sub br {
    display: none;
  }
  /* ################# 記事一覧（SP：画像、テキスト横並び、PC:画像、テキスト縦並び） ################# */
  .parts-articleList01 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 840px;
    margin: 35px auto 0;
    padding: 0 0 86px;
  }
  .parts-articleList01_item {
    position: relative;
    display: block;
    flex-basis: 390px;
    max-width: 390px;
  }
  .parts-articleList01_item:nth-child(2) {
    margin-top: 0;
  }
  .parts-articleList01_item:nth-child(n+3) {
    margin-top: 76px;
  }
  .parts-articleList01_item.is-new {
    min-height: auto;
  }
  .parts-articleList01_item:nth-child(even) {
    margin-left: 60px;
  }
  .parts-articleList01_item .parts-articlesCategory {
    margin-top: 17px;
  }
  .parts-articleList01_eyecatch {
    flex-basis: 100%;
    min-width: 100%;
  }
  .parts-articleList01_img {
    padding-bottom: 0;
  }
  .parts-articleList01_img a {
    display: block;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-articleList01_img a:hover {
    opacity: 0.7;
  }
  .parts-articleList01_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover;object-position: 50% 0";
  }
  .parts-articleList01_date {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 17px;
    color: #999;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .parts-articleList01_date span {
    position: relative;
  }
  .parts-articleList01_date + .parts-articleList01_title {
    margin-top: 15px;
  }
  .is-new .parts-articleList01_date {
    position: relative;
  }
  .is-new .parts-articleList01_date span::after {
    position: absolute;
    top: -4px;
    right: -48px;
    display: inline-block;
    width: 39px;
    height: 19px;
    margin-top: 0;
    background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .parts-articleList01_info {
    padding: 0 10px;
  }
  .parts-articleList01_title {
    line-height: 1.6;
    margin-top: 11px;
    letter-spacing: 0.13em;
    word-wrap: break-word;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .parts-articleList01_title a {
    display: block;
    color: #000;
  }
  .parts-articleList01_title a:hover {
    text-decoration: underline;
  }
  /* ################# 記事一覧 ################# */
  .parts-articleList02 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 35px auto 0;
    padding: 0;
  }
  .parts-articleList02_item {
    position: relative;
    display: -webkit-box;
    display: flex;
  }
  .parts-articleList02_item.is-new {
    min-height: auto;
  }
  .parts-articleList02_item:nth-child(n+2) {
    margin-top: 40px;
    border-top: 1px solid #dcdcd0;
    padding-top: 39px;
  }
  .parts-articleList02_item:nth-child(n+2) .parts-articleList02_date {
    top: 45px;
  }
  .parts-articleList02_item .parts-articlesCategory {
    margin: 0 0 12px;
  }
  .parts-articleList02_eyecatch {
    flex-basis: 290px;
    min-width: 290px;
  }
  .parts-articleList02_img {
    padding-bottom: 0;
  }
  .parts-articleList02_img a {
    display: block;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-articleList02_img a:hover {
    opacity: 0.7;
  }
  .parts-articleList02_img img {
    width: 100%;
    height: 194px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover;object-position: 50% 0";
  }
  .parts-articleList02_date {
    position: absolute;
    top: 4px;
    left: 330px;
    width: auto;
    margin-top: 0;
    color: #999;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  .parts-articleList02_date + .parts-articleList02_title {
    margin-top: 15px;
  }
  .is-new .parts-articleList02_date span::after {
    position: absolute;
    top: -4px;
    right: -48px;
    display: inline-block;
    width: 39px;
    height: 19px;
    margin-top: 0;
    background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .parts-articleList02_info {
    padding: 36px 0 0 40px;
  }
  .parts-articleList02_title {
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
  .parts-articleList02_title a:hover {
    text-decoration: underline;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1), body:not(.paged) .is-category .parts-articleList02_item:nth-child(1), body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1), body:not(.paged) .is-home .parts-articleList02_item:nth-child(1), body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) {
    display: block;
    background: #fff;
    box-shadow: 8px 7px 0 #ccb2a3;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_img img, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_img img {
    height: 427px;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_date, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_date {
    position: static;
    margin-top: 35px;
    padding: 0 40px;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_info, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_info {
    margin-top: 17px;
    padding: 0 40px 24px;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articlesCategory, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articlesCategory, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articlesCategory, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articlesCategory, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articlesCategory {
    margin-top: 0;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-category .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-home .parts-articleList02_item:nth-child(1) .parts-articleList02_title, body:not(.paged) .is-author .parts-articleList02_item:nth-child(1) .parts-articleList02_title {
    margin-top: 7px;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(2), body:not(.paged) .is-category .parts-articleList02_item:nth-child(2), body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(2), body:not(.paged) .is-home .parts-articleList02_item:nth-child(2), body:not(.paged) .is-author .parts-articleList02_item:nth-child(2) {
    margin-top: 48px;
    padding-top: 0;
    border-top: 0;
  }
  body:not(.paged) .is-keyword .parts-articleList02_item:nth-child(2) .parts-articleList02_date, body:not(.paged) .is-category .parts-articleList02_item:nth-child(2) .parts-articleList02_date, body:not(.paged) .is-ranking .parts-articleList02_item:nth-child(2) .parts-articleList02_date, body:not(.paged) .is-home .parts-articleList02_item:nth-child(2) .parts-articleList02_date, body:not(.paged) .is-author .parts-articleList02_item:nth-child(2) .parts-articleList02_date {
    top: 6px;
  }
  .is-home .parts-articleList02, .is-keyword .parts-articleList02, .is-category .parts-articleList02, .is-author .parts-articleList02 {
    margin-top: 5px;
  }
  .parts-articlesCategory {
    margin-top: 21px;
    margin-bottom: 2px;
  }
  .parts-articlesCategory_item {
    display: inline-block;
    margin-bottom: 5px;
  }
  .parts-articlesCategory_item a {
    display: block;
    padding: 3px 11px;
    background: #935f48;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-articlesCategory_item a:hover {
    opacity: 0.7;
  }
  .parts-childCategories dt {
    color: #564c47;
    font-size: 1rem;
  }
  .parts-childCategories dd .parts-categoryList {
    margin: 10px -5px 0;
  }
  .parts-childCategories dd .parts-categoryList_item {
    margin: 0 5px 6px;
    font-size: 0.875rem;
  }
  .parts-childCategories dd .parts-categoryList_item a {
    padding: 8px 15px;
  }
  .parts-articlesTags {
    position: relative;
    margin-top: 20px;
    padding-left: 1em;
  }
  .parts-articlesTags::before {
    position: absolute;
    top: -4px;
    left: 3px;
    line-height: 2.1428571429;
    font-size: 0.8125rem;
    font-family: "CONDENSEicon";
    content: "a";
  }
  .parts-articlesTags_item {
    display: inline-block;
    margin-right: 15px;
  }
  .parts-articlesTags_item a {
    display: block;
    line-height: 1.7;
    color: #a37c68;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .parts-articlesTags_item a:hover {
    text-decoration: none;
  }
  /* ################# おすすめ記事 ################# */
  .parts-recommend .parts-articleList01 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .parts-recommend .parts-articleList01_item {
    flex-basis: 290px;
    max-width: 290px;
  }
  .parts-recommend .parts-articleList01_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 0;
    border-top: 0;
  }
  .parts-recommend .parts-articleList01_item:nth-child(n+3) {
    margin-top: 75px;
  }
  .parts-recommend .parts-articleList01_item:nth-child(odd) {
    margin-left: 0;
  }
  .parts-recommend .parts-articleList01_img img {
    width: 290px;
    height: 194px;
  }
  .parts-recommend .parts-articleList01_info {
    margin-top: 18px;
  }
  .parts-recommend .parts-articleList01_title {
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
  .parts-recommend .parts-articleList01 .parts-articlesTags {
    margin-top: 25px;
  }
  /* ################# 関連するカテゴリー ################# */
  .parts-relationCategory {
    position: relative;
    margin-top: 74px;
    padding: 0 0 120px;
  }
  .parts-relationCategory_title {
    position: relative;
    text-align: center;
  }
  .parts-relationCategory_title span {
    display: inline-block;
    max-width: 85%;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
    font-size: 1.25rem;
  }
  .parts-relationCategory_title::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #ccb2a3;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    border-bottom: 0;
    content: "";
  }
  .parts-relationCategory_body {
    margin-top: 0;
    padding: 39px 40px 29px;
    border: 2px solid #ccb2a3;
    border-top: 0;
  }
  .parts-relationCategory_more {
    margin-top: 6px;
    text-align: center;
  }
  .parts-relationCategory_more a {
    color: #564c47;
  }
  .parts-relationCategory_more a::after {
    background: #564c47;
  }
  .parts-relationCategory .parts-categoryList {
    width: auto;
    margin-top: 0;
  }
  /* ################# keyword ################# */
  .parts-keywords {
    padding: 73px 0 80px;
    background: #faf7f5;
  }
  .parts-keywords_more {
    margin-top: 26px;
    text-align: center;
  }
  .parts-keywords .cmn-viewMore {
    color: #564c47;
  }
  .parts-keywords .cmn-viewMore::after {
    background: #564c47;
  }
  .parts-keywordsList {
    width: 840px;
    margin: 76px auto 0;
    text-align: center;
  }
  .parts-keywordsList_item {
    display: inline-block;
    margin: 0 3px 10px;
    border: 1px solid #a37c68;
    border-radius: 3px;
    background: #fff;
    font-size: 1rem;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .parts-keywordsList_item:hover a {
    background: #935f48;
    color: #fff;
  }
  .parts-keywordsList_item a {
    display: block;
    padding: 10px 20px;
    color: #000;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  /* ################# category ################# */
  .parts-category {
    padding: 70px 0 78px;
  }
  .parts-category_more {
    margin-top: 15px;
  }
  .parts-categoryList {
    max-width: 840px;
    margin: 36px auto 0;
  }
  .parts-categoryList_item {
    margin: 0 5px 15px;
    font-size: 1rem;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-categoryList_item:hover {
    opacity: 0.7;
  }
  .parts-categoryList_item a {
    padding: 11px 20px;
  }
  /* ################# seriesエリア ################# */
  .parts-series {
    overflow: hidden;
    padding: 91px 0 99px;
    background: #e4d5cc;
  }
  .parts-series a {
    color: #000;
  }
  .parts-series .slick-list {
    overflow: visible !important;
  }
  .parts-series .slick-prev, .parts-series .slick-next {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 1;
    overflow: hidden;
    margin: auto;
    padding: 0;
    border: 0;
    background: rgba(163, 124, 104, 0.9);
    cursor: pointer;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .parts-series .slick-prev:hover, .parts-series .slick-next:hover {
    opacity: 0.7;
  }
  .parts-series .slick-prev {
    top: 167px;
    left: -664px;
  }
  .parts-series .slick-prev::before {
    content: "\e814";
    font-size: 0.875rem;
    font-weight: bold;
    font-family: "niau";
  }
  .parts-series .slick-next {
    top: 167px;
    left: 593px;
  }
  .parts-series .slick-next::before {
    content: "\e80f";
    font-size: 0.875rem;
    font-weight: bold;
    font-family: "niau";
  }
  .parts-seriesList {
    width: 580px;
    margin: 79px auto 0;
  }
  .parts-seriesList_item {
    padding: 0 40px;
  }
  .parts-seriesList_item:nth-child(n+2) {
    margin-top: 0;
  }
  .parts-seriesList_item img {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-seriesList_text {
    line-height: 1.5714285714;
    margin-top: 15px;
    padding: 0 10px 0 8px;
    letter-spacing: 0.045em;
    font-size: 1rem;
  }
  .parts-seriesList_link {
    margin-top: 6px;
    text-align: right;
    color: #564c47;
  }
  .parts-seriesList .cmn-viewMoreBlock:hover img {
    opacity: 0.7;
  }
  .parts-seriesList .cmn-viewMoreBlock_child {
    margin-right: 10px;
  }
  .parts-seriesList .cmn-viewMoreBlock_child::after {
    background: #564c47;
  }
  /* ################# pickupエリア ################# */
  .parts-pickup {
    width: 840px;
    margin: 0 auto;
    padding: 93px 0 94px;
  }
  .parts-pickup a {
    color: #000;
  }
  .parts-pickup a:hover span {
    text-decoration: underline;
  }
  .parts-pickupList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 76px;
  }
  .parts-pickupList_item {
    flex-basis: 260px;
  }
  .parts-pickupList_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .parts-pickupList_item:nth-child(n+4) {
    margin-top: 34px;
  }
  .parts-pickupList_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .parts-pickupList_item img {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-pickupList_item:hover img {
    opacity: 0.7;
  }
  .parts-pickupList_text {
    line-height: 1.5714285714;
    margin-top: 6px;
    letter-spacing: 0.01em;
    font-size: 0.875rem;
  }
  .parts-pickupList_text::before {
    padding: 0 7px 0 5px;
    content: "\e811";
    color: #a37c68;
    font-family: "niau";
    font-size: 1rem;
  }
  /* ################# topicsエリア ################# */
  .parts-topics {
    margin: 0 calc((50vw - 460px - 9px) * -1);
    padding: 72px 0 100px;
  }
  .parts-topics_inner {
    width: 920px;
    margin: 0 auto;
  }
  .parts-topics a {
    color: #000;
  }
  .parts-topics a:hover span {
    text-decoration: underline;
  }
  .parts-topicsList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
  }
  .parts-topicsList_item {
    flex-basis: 280px;
    padding: 0;
  }
  .parts-topicsList_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 40px;
  }
  .parts-topicsList_item:nth-child(n+4) {
    margin-top: 34px;
  }
  .parts-topicsList_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .parts-topicsList_item img {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .parts-topicsList_item:hover img {
    opacity: 0.7;
  }
  .parts-topicsList_text {
    line-height: 1.5714285714;
    margin-top: 6px;
    letter-spacing: 0.01em;
    font-size: 0.875rem;
  }
  .parts-topicsList_text::before {
    padding: 0 7px 0 5px;
    content: "\e811";
    color: #a37c68;
    font-family: "niau";
    font-size: 1rem;
  }
}
/* -----------------------------------------------------------------------
## Animation #############################################################
----------------------------------------------------------------------- */
@-webkit-keyframes pageTopArrow {
  0% {
    stroke-dashoffset: 7;
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
  50% {
    stroke-dashoffset: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    stroke-dashoffset: 7;
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}
@keyframes pageTopArrow {
  0% {
    stroke-dashoffset: 7;
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
  50% {
    stroke-dashoffset: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    stroke-dashoffset: 7;
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
/* -----------------------------------------------------------------------
## トップページ ############################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## KV ##################################################
----------------------------------------------------------------------- */
.top-kv {
  margin-bottom: 30px;
  background: #f6f6f6;
  position: relative;
}

.top-kvSlider.slick-slider {
  margin-bottom: 0;
}
.top-kvSlider .slick-list {
  padding-bottom: 3.3333333333vw !important;
}
.top-kvSlider_item img {
  width: 100%;
  height: 66.6666666667vw;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover;object-position: top;";
}
.top-kvSlider_contents {
  position: relative;
  width: 93.3333333333vw;
  box-sizing: border-box;
  margin: -2.6666666667vw auto 0;
  padding: 6vw;
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(147, 95, 72, 0.2);
}
.top-kvSlider_contents .parts-articlesCategory {
  position: absolute;
  top: -6vw;
  left: 6vw;
}
.top-kvSlider_postTitle {
  line-height: 1.3333333333;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
.top-kvSlider_postTitle a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top-kvSlider_postExcerpt {
  line-height: 1.4166666667;
  margin-top: 5.3333333333vw;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.top-kvSliderArrows .slick-prev, .top-kvSliderArrows .slick-next {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.top-kvSliderArrows .slick-prev,
.top-kvSliderArrows .slick-next {
  position: absolute;
  top: 28vw;
  width: 5.3333333333vw;
  height: 10.6666666667vw;
}
.top-kvSliderArrows .slick-prev::before,
.top-kvSliderArrows .slick-next::before {
  display: block;
  width: 5.3333333333vw;
  height: 10.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
}
.top-kvSliderArrows .slick-prev {
  left: 0;
}
.top-kvSliderArrows .slick-prev::before {
  background-image: url("img/common/img_kv_prev_button.png");
}
.top-kvSliderArrows .slick-next {
  right: 0;
}
.top-kvSliderArrows .slick-next::before {
  background-image: url("img/common/img_kv_next_button.png");
}

.top-kvSliderDots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 15px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-kvSliderDots .slick-dots {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: auto;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.top-kvSliderDots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  vertical-align: middle;
}
.top-kvSliderDots .slick-dots li button {
  width: 10px;
  height: 10px;
}
.top-kvSliderDots .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: #e5e5e5;
}
.top-kvSliderDots .slick-dots .slick-active button::before {
  background: #a37c68;
}

/* -----------------------------------------------------------------------
## Ranking ##################################################
----------------------------------------------------------------------- */
.top-ranking {
  position: relative;
  padding: 28px 0 60px;
}
.top-ranking_genre {
  position: relative;
  margin-top: 27px;
  padding-left: 69px;
  letter-spacing: 0.04em;
  font-size: 1.5625rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
.top-ranking_genre::before {
  position: absolute;
  top: -3px;
  left: 15px;
  width: 44px;
  height: 30px;
  background: url("/niau/wp-content/themes/niau/img/ranking/bg_ranking_title_sp.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.top-ranking_genreCaption {
  line-height: 1.6923076923;
  margin-top: 7px;
  padding: 0 6.6666666667vw;
  font-size: 0.8125rem;
}
.top-ranking .parts-articlesCategory {
  margin-top: 0;
}
.top-ranking .parts-articleList01 {
  margin-top: 12px;
}
.top-ranking .parts-articleList01_item {
  min-height: 51.7333333333vw;
}
.top-ranking .parts-articleList01_item.is-new {
  min-height: 57.6vw;
}
.top-ranking .parts-articleList01_item .parts-articleList01_date {
  position: absolute;
  top: 46.4vw;
  left: 0;
}
.top-ranking .parts-articleList01_item .parts-articleList01_date span::after {
  position: absolute;
  top: 1.2em;
  left: 0;
  margin: 0;
}
.top-ranking .parts-articleList01_item:first-child {
  display: block;
  background: #faf7f5;
  box-shadow: 5px 5px 0 #ccb2a3;
}
.top-ranking .parts-articleList01_item:first-child .parts-articleList01_img img {
  height: 57.8666666667vw;
}
.top-ranking .parts-articleList01_item:first-child .parts-articleList01_date {
  position: relative;
  top: 0;
  margin-top: 13px;
  padding: 0 0 12px;
}
.top-ranking .parts-articleList01_item:first-child .parts-articleList01_date span::after {
  position: absolute;
  top: -2px;
  right: -20px;
  margin: 0;
}
.top-ranking .parts-articleList01_item:first-child .parts-articleList01_info {
  margin-top: 12px;
  padding: 0 6.6666666667vw 21px;
}
.top-ranking .parts-articleList01_item:first-child .parts-articleList01_title {
  margin-top: 8px;
}
.top-ranking .parts-articleList01_item:first-child .parts-articlesTags {
  margin-top: 9px;
}
.top-ranking .parts-articleList01_item:nth-child(1)::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.top-ranking .parts-articleList01_item:nth-child(2)::before, .top-ranking .parts-articleList01_item:nth-child(3)::before, .top-ranking .parts-articleList01_item:nth-child(4)::before, .top-ranking .parts-articleList01_item:nth-child(5)::before, .top-ranking .parts-articleList01_item:nth-child(6)::before, .top-ranking .parts-articleList01_item:nth-child(7)::before, .top-ranking .parts-articleList01_item:nth-child(8)::before, .top-ranking .parts-articleList01_item:nth-child(9)::before, .top-ranking .parts-articleList01_item:nth-child(10)::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  content: "";
}
.top-ranking .parts-articleList01_item:nth-child(2)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(3)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(4)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no04.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(5)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no05.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(6)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no06.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(7)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no07.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(8)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no08.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(9)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no09.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking .parts-articleList01_item:nth-child(10)::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no10.png") no-repeat 0 0;
  background-size: cover;
}
.top-ranking_more {
  margin-top: 30px;
  text-align: center;
}
.top-ranking_more a {
  color: #000;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## KV ##################################################
  ----------------------------------------------------------------------- */
  .top-kv {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .top-kvSlider {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
  .top-kvSlider .top-kvSlider_item {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin: 0 20px;
    padding: 30px;
    background: #fff;
  }
  .top-kvSlider .top-kvSlider_item > a {
    display: block;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .top-kvSlider .top-kvSlider_item > a:hover {
    opacity: 0.7;
  }
  .top-kvSlider .top-kvSlider_item img {
    flex-basis: 500px;
    min-width: 500px;
    height: 333px;
    object-fit: cover;
    object-position: top;
    font-family: "object-fit: cover;object-position: top;";
  }
  .top-kvSlider_contents {
    position: static;
    flex-basis: 360px;
    max-width: 360px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 40px 0 0;
    background: #fff;
    box-shadow: none;
  }
  .top-kvSlider_contents .parts-articlesCategory {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: 0;
    pointer-events: none;
  }
  .top-kvSlider_contents .parts-articlesCategory li {
    pointer-events: all;
  }
  .top-kvSlider_postTitle {
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .top-kvSlider_postExcerpt {
    line-height: 1.7142857143;
    margin-top: 40px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .top-kvSlider .slick-list {
    overflow: visible;
    padding-top: 30px !important;
    padding-bottom: 37px !important;
  }
  .top-kvSlider .slick-slide {
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(147, 95, 72, 0.2);
  }
  .top-kvSlider .slick-slide.slick-active {
    opacity: 1;
    box-shadow: 2px 2px 10px 0px rgba(147, 95, 72, 0.2);
  }
  .top-kvSliderArrows .slick-prev, .top-kvSliderArrows .slick-next {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .top-kvSliderArrows .slick-prev,
  .top-kvSliderArrows .slick-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(calc(-50% - 25px));
            transform: translateY(calc(-50% - 25px));
  }
  .top-kvSliderArrows .slick-prev::before,
  .top-kvSliderArrows .slick-next::before {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: "";
  }
  .top-kvSliderArrows .slick-prev {
    left: calc(50% - 530px);
  }
  .top-kvSliderArrows .slick-prev::before {
    background-image: url("img/common/img_kv_prev_button_pc.png");
  }
  .top-kvSliderArrows .slick-next {
    right: calc(50% - 530px);
  }
  .top-kvSliderArrows .slick-next::before {
    background-image: url("img/common/img_kv_next_button_pc.png");
  }
  .top-kvSliderDots {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 17px 15px;
    background: #fff;
  }
  .top-kvSliderDots .slick-prev, .top-kvSliderDots .slick-next, .top-kvSliderDots .slick-dots {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .top-kvSliderDots .slick-prev {
    margin: 0 27px 0 0;
  }
  .top-kvSliderDots .slick-prev::before {
    opacity: 1;
    color: #000;
    content: "ù";
    font-family: "CONDENSEicon";
    font-size: 13px;
  }
  .top-kvSliderDots .slick-prev:hover {
    opacity: 0.7;
  }
  .top-kvSliderDots .slick-next {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 0 0 0 26px;
  }
  .top-kvSliderDots .slick-next::before {
    opacity: 1;
    color: #000;
    content: "ú";
    font-family: "CONDENSEicon";
    font-size: 0.875rem;
  }
  .top-kvSliderDots .slick-next:hover {
    opacity: 0.7;
  }
  .top-kvSliderDots .slick-dots {
    width: auto;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .top-kvSliderDots .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    vertical-align: middle;
  }
  .top-kvSliderDots .slick-dots li:hover {
    opacity: 0.7;
  }
  .top-kvSliderDots .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .top-kvSliderDots .slick-dots li button::before {
    content: "";
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 1000px;
    background: #e5e5e5;
  }
  .top-kvSliderDots .slick-dots .slick-active button::before {
    background: #a37c68;
  }
  /* -----------------------------------------------------------------------
  ## Ranking ##################################################
  ----------------------------------------------------------------------- */
  .top-ranking {
    position: relative;
    padding: 47px 0 60px;
  }
  .top-ranking_inner {
    width: 920px;
    margin: 0 auto;
  }
  .top-ranking_genre {
    position: relative;
    margin-top: 7px;
    padding-left: 64px;
    letter-spacing: 0.04em;
    font-size: 1.875rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
  .top-ranking_genre::before {
    position: absolute;
    top: -6px;
    left: -110px;
    width: 156px;
    height: 140px;
    background: url("/niau/wp-content/themes/niau/img/ranking/bg_ranking_title_pc.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .top-ranking_genreCaption {
    line-height: 1.7142857143;
    margin-top: 9px;
    padding: 0 65px;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
  }
  .top-ranking .parts-articleList01 {
    width: 920px;
    margin-top: 12px;
    padding: 0;
  }
  .top-ranking .parts-articleList01_item {
    flex-basis: 290px;
    max-width: 290px;
    min-height: auto;
  }
  .top-ranking .parts-articleList01_item + .parts-articleList01_item {
    margin-top: 67px;
    margin-left: 25px;
  }
  .top-ranking .parts-articleList01_item + .parts-articleList01_item .parts-articlesCategory {
    margin-top: 17px;
    margin-bottom: 12px;
  }
  .top-ranking .parts-articleList01_item:nth-child(3n+2) {
    margin-left: 0;
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_eyecatch {
    min-width: auto;
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_img img {
    width: 100%;
    height: 194px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover; object-position: 50% 0;";
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_img a {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_img a:hover {
    opacity: 0.7;
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_date {
    position: static;
    width: auto;
    margin-top: 18px;
    padding: 0;
  }
  .top-ranking .parts-articleList01_item.is-new {
    min-height: auto;
  }
  .top-ranking .parts-articleList01_item.is-new .parts-articleList01_date {
    position: static;
  }
  .top-ranking .parts-articleList01_item.is-new .parts-articleList01_date span::after {
    position: absolute;
    top: -4px;
    right: -48px;
    left: auto;
  }
  .top-ranking .parts-articleList01_item .parts-articleList01_title {
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
  .top-ranking .parts-articleList01_item .parts-articlesTags {
    margin-top: 19px;
  }
  .top-ranking .parts-articleList01_item:first-child {
    display: -webkit-box;
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
    background: #faf7f5;
    box-shadow: 8px 8px 0 #ccb2a3;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articleList01_eyecatch {
    flex-basis: 460px;
    min-width: auto;
    max-width: 460px;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articleList01_img img {
    width: 460px;
    height: 307px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover; object-position: 50% 0;";
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articleList01_date {
    margin-top: 0;
    margin-bottom: 17px;
    padding: 0;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articleList01_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: 460px;
    max-width: 460px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 50px 21px;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articleList01_title {
    margin-top: 0;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articlesCategory {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .top-ranking .parts-articleList01_item:first-child .parts-articlesTags {
    margin-top: 13px;
  }
  .top-ranking .parts-articleList01_item:nth-child(1)::before {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 49px;
    height: 49px;
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .top-ranking .parts-articleList01_item:nth-child(2)::before, .top-ranking .parts-articleList01_item:nth-child(3)::before, .top-ranking .parts-articleList01_item:nth-child(4)::before, .top-ranking .parts-articleList01_item:nth-child(5)::before, .top-ranking .parts-articleList01_item:nth-child(6)::before, .top-ranking .parts-articleList01_item:nth-child(7)::before, .top-ranking .parts-articleList01_item:nth-child(8)::before, .top-ranking .parts-articleList01_item:nth-child(9)::before, .top-ranking .parts-articleList01_item:nth-child(10)::before {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    content: "";
  }
  .top-ranking .parts-articleList01_item:nth-child(2)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(3)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(4)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no04.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(5)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no05.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(6)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no06.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(7)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no07.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(8)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no08.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(9)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no09.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking .parts-articleList01_item:nth-child(10)::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no10.png") no-repeat 0 0;
    background-size: cover;
  }
  .top-ranking_more {
    margin-top: 30px;
    text-align: center;
  }
  .top-ranking_more a {
    color: #000;
  }
}
/* -----------------------------------------------------------------------
## 365日コーデ ############################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## 本日の365コーデ ##################################################
----------------------------------------------------------------------- */
.days365-today {
  margin: 0 0;
}
.days365-today_inner {
  margin-top: 14px;
  padding: 25px 6.6666666667vw 14px;
  background: #e4d5cc;
}
.days365-today .parts-365Today {
  position: relative;
  display: block;
}

.days365-365Header {
  padding: 15px 6.6666666667vw 33px;
  background: #e4d5cc;
}
.days365-365Header_title {
  text-align: center;
}
.days365-365Header_title img {
  width: 201px;
  height: auto;
}
.days365-365Header_subTitle {
  margin-top: 15px;
  letter-spacing: 0.04em;
  text-align: center;
}
.days365-365Header_intro {
  margin-top: 13px;
  padding: 0 1.0666666667vw;
  line-height: 1.7142857143;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------------------
## 365コーデ記事一覧 ##################################################
----------------------------------------------------------------------- */
.days365-archive {
  margin-top: 46px;
}
.paged .days365-archive {
  margin-top: 0;
}

.days365-archive_total {
  margin-top: 31px;
  padding: 0 6.6666666667vw;
  text-align: right;
  font-size: 0.6875rem;
}
.days365-archive_total span {
  font-weight: bold;
}
.days365-archive .parts-365List {
  margin-top: 7px;
}

/* -----------------------------------------------------------------------
## 365コーデ詳細 ##################################################
----------------------------------------------------------------------- */
.single-365days_date {
  position: relative;
  display: block;
  margin-top: 3px;
  color: #564c47;
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.25rem;
  font-weight: bold;
}
.single-365days_date.is-new::after {
  position: relative;
  top: 2px;
  left: 3px;
  display: inline-block;
  width: 32px;
  height: 16px;
  background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.single-365days_eyecatch {
  margin-top: 26px;
}
.single-365days_eyecatch img {
  width: 100%;
  height: auto;
}
.single-365days_title {
  line-height: 1.5555555556;
  margin-top: 10px;
  font-size: 1.125rem;
}
.single-365days .parts-articlesCategory {
  margin-top: 9px;
}
.single-365days .single-365daysHeader {
  padding: 0 6.6666666667vw;
}
.single-365days .single-articleBody {
  margin-top: 33px;
  padding: 0 6.6666666667vw;
}
.single-365days .single-365daysFooter {
  padding: 20px 6.6666666667vw 0;
}
.single-365days .parts-keywords {
  margin: 60px 0;
}
.single-365days .parts-keywords_lede {
  margin-top: 21px;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
}
.single-365days .parts-keywords .parts-keywordsList {
  margin-top: 39px;
}
.single-365days .days365-ranking {
  margin-top: 56px;
}
.single-365days .single-wear365 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  padding: 30px 8.8vw 25px;
  background: #f1f1f1;
  letter-spacing: 0.04em;
}
.single-365days .single-wear365_title {
  flex-basis: 100%;
  margin-bottom: 14px;
  font-size: 0.75rem;
  font-weight: bold;
}
.single-365days .single-wear365_item {
  flex-basis: 29.0666666667vw;
  line-height: 1.6666666667;
  font-size: 0.75rem;
}
.single-365days .single-wear365_item:nth-child(odd) {
  margin-left: 10.6666666667vw;
}
.single-365days .single-wear365_item:nth-child(n+4) {
  margin-top: 21px;
}
.single-365days .single-wear365_item a:link, .single-365days .single-wear365_item a:visited, .single-365days .single-wear365_item a:active {
  color: #a37c68;
  text-decoration: none;
}
.single-365days .single-wear365_item a .single-wear365_name {
  text-decoration: underline;
}
.single-365days .single-wear365_img {
  display: block;
  margin-bottom: 5px;
}
.single-365days .single-wear365_img img {
  width: 27.7333333333vw;
  height: 27.7333333333vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.single-365days .single-wear365_name {
  display: inline-block;
}
.single-365days .single-wear365_price {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #000;
}

.single-365week {
  margin-top: 56px;
  padding: 0 6.6666666667vw;
}
.single-365week .slick-prev, .single-365week .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(163, 124, 104, 0.9);
}
.single-365week .slick-prev::before, .single-365week .slick-next::before {
  font-family: "CONDENSEicon";
  font-size: 0.875rem;
}
.single-365week .slick-prev {
  top: 32.5333333333vw;
  left: -12px;
}
.single-365week .slick-prev::before {
  content: "ù";
}
.single-365week .slick-next {
  top: 32.5333333333vw;
  right: -12px;
}
.single-365week .slick-next::before {
  content: "ú";
}
.single-365week .slick-dots {
  bottom: 10px;
}
.single-365week .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.single-365week .slick-dots li button {
  width: 10px;
  height: 10px;
}
.single-365week .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #e5e5e5;
  content: "";
  opacity: 1;
}
.single-365week .slick-dots li.slick-active button::before {
  background: #a37c68;
}

.single-365weekList {
  position: relative;
  margin-top: 32px;
  padding-bottom: 37px;
}
.single-365weekList_item {
  position: relative;
}
.single-365weekList_item a {
  display: block;
  color: #000;
}
.single-365weekList_item + .single-365weekList_item {
  margin-top: 0;
}
.single-365weekList_group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.single-365weekList_img {
  flex-basis: 50%;
}
.single-365weekList_title {
  line-height: 1.5714285714;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 11px;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 0.875rem;
}

.single-365weekDate {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-basis: 50%;
  background: #e4d5cc;
  font-size: 1.0625rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  color: #000;
}
.single-365weekDate_month, .single-365weekDate_date {
  font-size: 1.5625rem;
}
.single-365weekDate_month {
  margin-right: 3px;
}
.single-365weekDate_date {
  margin-left: 3px;
}
.single-365weekDate_weekly {
  display: block;
  margin-top: -2px;
  font-size: 1.25rem;
  text-align: center;
}

.single-365pageNavi {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-top: 40px;
  border-top: 2px solid #564c47;
  border-bottom: 1px solid #564c47;
}
.single-365pageNavi::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #564c47;
  content: "";
}
.single-365pageNavi_item {
  display: block;
  flex-basis: 33.3%;
  max-width: 33.3%;
}
.single-365pageNavi_item a {
  display: block;
  line-height: 0;
  padding: 35px 0 34px;
  text-align: center;
  font-size: 0.875rem;
}
.single-365pageNavi_item.to-prev a, .single-365pageNavi_item.to-next a {
  color: #564c47;
  font-size: 1rem;
  font-weight: bold;
}
.single-365pageNavi_item.to-prev a {
  padding-left: 38px;
}
.single-365pageNavi_item.to-prev a::before {
  position: relative;
  left: -20px;
  content: "\f104";
  color: #a37c68;
  font-family: "niau";
  font-size: 1.25rem;
}
.single-365pageNavi_item.to-back a {
  color: #a37c68;
  text-decoration: underline;
}
.single-365pageNavi_item.to-next a {
  padding-right: 38px;
}
.single-365pageNavi_item.to-next a::after {
  position: relative;
  right: -20px;
  content: "\f105";
  color: #a37c68;
  font-family: "niau";
  font-size: 1.25rem;
}

/* -----------------------------------------------------------------------
## 365コーデランキング ##################################################
----------------------------------------------------------------------- */
.days365-ranking {
  padding-top: 68px;
}
.days365-ranking_lede {
  line-height: 1.7142857143;
  margin-top: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 0.875rem;
}
.days365-ranking_inner {
  padding: 0 6.6666666667vw;
}

.days365-rankingList {
  margin-top: 33px;
}
.days365-rankingList_item {
  position: relative;
}
.days365-rankingList_item a {
  display: block;
}
.days365-rankingList_item + .days365-rankingList_item {
  margin-top: 0;
}
.days365-rankingList_item:nth-child(odd) .days365-rankingList_group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.days365-rankingList_item:nth-child(1) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(2) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(3) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(4) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(5) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(6) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(7) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(8) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(9) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(10) .days365-rankingList_img::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  content: "";
}
.days365-rankingList_item:nth-child(1) .days365-rankingList_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
  background-size: cover;
}
.days365-rankingList_item:nth-child(2) .days365-rankingList_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
  background-size: cover;
}
.days365-rankingList_item:nth-child(3) .days365-rankingList_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
  background-size: cover;
}
.days365-rankingList_item:nth-child(4) .days365-rankingList_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no04.png") no-repeat 0 0;
  background-size: cover;
}
.days365-rankingList_item:nth-child(5) .days365-rankingList_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no05.png") no-repeat 0 0;
  background-size: cover;
}
.days365-rankingList_group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.days365-rankingList_text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-basis: 50%;
  background: transparent;
}
.days365-rankingList_img {
  position: relative;
  flex-basis: 50%;
}
.days365-rankingList_title {
  line-height: 1.6;
  flex-basis: auto;
  max-width: 100%;
  margin-top: 12px;
  padding: 0 2.4vw;
  letter-spacing: 0.03em;
  color: #564c47;
  font-size: 0.8125rem;
  font-weight: normal;
}

.days365-rankingDate {
  font-size: 1.0625rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  color: #564c47;
}
.days365-rankingDate_month, .days365-rankingDate_date {
  font-size: 1.5625rem;
}
.days365-rankingDate_month {
  margin-right: 3px;
}
.days365-rankingDate_date {
  margin-left: 3px;
}
.days365-rankingDate_weekly {
  display: block;
  margin-top: -2px;
  font-size: 1.25rem;
  text-align: center;
}

/* -----------------------------------------------------------------------
## Recommend ##################################################
----------------------------------------------------------------------- */
.is-365days .parts-recommend {
  padding: 68px 0 18px;
}
.is-365days .parts-recommend .parts-articlesCategory {
  margin-top: 0;
}
.is-365days .parts-recommend .parts-articleList_date {
  position: static;
}
.is-365days .parts-recommend .parts-articlesTags_item a {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## 本日の365コーデ ##################################################
  ----------------------------------------------------------------------- */
  .days365-today {
    padding: 13px 0 0;
  }
  .days365-today .cmn-sectionTitle_main {
    font-size: 3.125rem;
  }
  .days365-today_inner {
    margin-top: 22px;
    padding: 35px 120px 33px;
    background: #e4d5cc;
  }
  .days365-365Header {
    display: -webkit-box;
    display: flex;
    padding: 0 40px 37px;
    background: #e4d5cc;
  }
  .days365-365Header_title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-basis: 210px;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;
  }
  .days365-365Header_title img {
    width: 176px;
    height: auto;
  }
  .days365-365Header_group {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .days365-365Header_subTitle {
    margin-top: 15px;
    letter-spacing: 0.04em;
    text-align: left;
    font-size: 1rem;
  }
  .days365-365Header_intro {
    margin-top: 7px;
    padding: 0;
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  /* -----------------------------------------------------------------------
  ## 365コーデ記事一覧 ##################################################
  ----------------------------------------------------------------------- */
  .days365-archive {
    margin-top: 74px;
  }
  .days365-archive_total {
    margin-top: 39px;
    padding: 0;
    text-align: right;
    color: #564c47;
    letter-spacing: 0.035em;
    font-size: 1rem;
  }
  .days365-archive_total span {
    display: inline-block;
    margin-left: 11px;
    font-weight: bold;
  }
  .days365-archive .parts-365List {
    margin-top: 14px;
  }
  .days365-archive .parts-365List_item {
    flex-basis: 300px;
  }
  .days365-archive .parts-365List_item:nth-child(n+3) {
    margin-top: 46px;
  }
  .days365-archive .parts-365List_item:nth-child(odd) {
    margin-left: 0;
  }
  .days365-archive .parts-365List_item:nth-child(even) {
    margin-left: 40px;
  }
  .days365-archive .parts-365List_img {
    flex-basis: 160px;
  }
  .days365-archive .parts-365List_title {
    line-height: 1.43;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 13px;
    padding: 0 16px;
    letter-spacing: 0.04em;
    color: #564c47;
    word-break: break-all;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .days365-archive .parts-365List .parts-365date {
    flex-basis: 140px;
  }
  /* -----------------------------------------------------------------------
  ## 365コーデ詳細 ##################################################
  ----------------------------------------------------------------------- */
  .single-365days_date {
    position: relative;
    display: block;
    margin-top: 3px;
    color: #564c47;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.875rem;
    font-weight: bold;
  }
  .single-365days_date.is-new::after {
    position: relative;
    top: 2px;
    left: 3px;
    display: inline-block;
    width: 39px;
    height: 19px;
    background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .single-365days_eyecatch {
    margin-top: 26px;
    text-align: center;
  }
  .single-365days_eyecatch img {
    width: 100%;
    max-width: 440px;
    height: auto;
  }
  .single-365days_title {
    line-height: 1.4545454545;
    margin-top: 10px;
    font-size: 1.375rem;
  }
  .single-365days .parts-articlesCategory {
    margin-top: 9px;
  }
  .single-365days .single-365daysHeader {
    padding: 0;
  }
  .single-365days .single-articleBody {
    margin-top: 33px;
    padding: 0;
  }
  .single-365days .single-365daysFooter {
    padding: 0;
  }
  .single-365days .parts-keywords {
    margin: 80px 0;
  }
  .single-365days .parts-keywords_lede {
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 1.25rem;
  }
  .single-365days .parts-keywords .parts-keywordsList {
    width: auto;
    margin-top: 28px;
  }
  .single-365days .days365-ranking {
    margin-top: 93px;
  }
  .single-365days .single-wear365 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 60px 30px 56px;
    background: #f1f1f1;
    letter-spacing: 0.04em;
  }
  .single-365days .single-wear365_title {
    flex-basis: 100%;
    margin-bottom: 18px;
    font-size: 1rem;
    font-weight: bold;
  }
  .single-365days .single-wear365_item {
    flex-basis: 180px;
    line-height: 1.6666666667;
    font-size: 0.875rem;
  }
  .single-365days .single-wear365_item:nth-child(odd) {
    margin-left: 0;
  }
  .single-365days .single-wear365_item:nth-child(n+3) {
    margin-left: 20px;
  }
  .single-365days .single-wear365_item:nth-child(n+4) {
    margin-top: 0;
  }
  .single-365days .single-wear365_item:nth-child(n+5) {
    margin-top: 54px;
  }
  .single-365days .single-wear365_item:nth-child(3n+2) {
    margin-left: 0;
  }
  .single-365days .single-wear365_item img {
    max-width: none;
    -webkit-transition: opacity 0.4s 0s ease;
    transition: opacity 0.4s 0s ease;
  }
  .single-365days .single-wear365_item a:link, .single-365days .single-wear365_item a:visited, .single-365days .single-wear365_item a:active {
    color: #a37c68;
    text-decoration: none;
  }
  .single-365days .single-wear365_item a:hover img {
    opacity: 0.7;
  }
  .single-365days .single-wear365_item a:hover .single-wear365_name {
    text-decoration: none;
  }
  .single-365days .single-wear365_item a .single-wear365_name {
    text-decoration: underline;
  }
  .single-365days .single-wear365_img {
    display: block;
    margin-bottom: 16px;
  }
  .single-365days .single-wear365_img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .single-365days .single-wear365_name {
    display: inline-block;
  }
  .single-365days .single-wear365_price {
    display: inline-block;
    margin-top: 2px;
    letter-spacing: 0.1em;
    color: #000;
  }
  .single-365week {
    margin-top: 112px;
    padding: 0;
  }
  .single-365week .slick-prev, .single-365week .slick-next {
    z-index: 2;
    width: 50px;
    height: 50px;
    background: rgba(163, 124, 104, 0.9);
  }
  .single-365week .slick-prev::before, .single-365week .slick-next::before {
    font-family: "CONDENSEicon";
    font-size: 0.875rem;
  }
  .single-365week .slick-prev {
    top: 120px;
    left: 85px;
  }
  .single-365week .slick-prev::before {
    content: "ù";
  }
  .single-365week .slick-next {
    top: 120px;
    right: 85px;
  }
  .single-365week .slick-next::before {
    content: "ú";
  }
  .single-365week .slick-dots {
    bottom: -10px;
  }
  .single-365week .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .single-365week .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .single-365week .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #e5e5e5;
    content: "";
    opacity: 1;
  }
  .single-365week .slick-dots li.slick-active button::before {
    background: #a37c68;
  }
  .single-365weekList {
    position: relative;
    margin-top: 32px;
    padding-bottom: 37px;
  }
  .single-365weekList_item {
    position: relative;
    margin: 0 30px;
  }
  .single-365weekList_item a {
    display: block;
    color: #000;
  }
  .single-365weekList_item a img {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .single-365weekList_item a:hover img {
    opacity: 0.7;
  }
  .single-365weekList_item a:hover .single-365weekList_title {
    text-decoration: underline;
  }
  .single-365weekList_item + .single-365weekList_item {
    margin-top: 0;
  }
  .single-365weekList_group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .single-365weekList_img {
    flex-basis: 50%;
  }
  .single-365weekList_title {
    line-height: 1.57;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding: 0 16px;
    letter-spacing: 0.04em;
    color: #564c47;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .single-365weekDate {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-basis: 50%;
    background: #e4d5cc;
    font-size: 1.0625rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    color: #000;
  }
  .single-365weekDate_month, .single-365weekDate_date {
    font-size: 1.5625rem;
  }
  .single-365weekDate_month {
    margin-right: 3px;
  }
  .single-365weekDate_date {
    margin-left: 3px;
  }
  .single-365weekDate_weekly {
    display: block;
    margin-top: -2px;
    font-size: 1.25rem;
    text-align: center;
  }
  .single-365pageNavi {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-top: 110px;
    border-top: 2px solid #564c47;
    border-bottom: 1px solid #564c47;
  }
  .single-365pageNavi::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #564c47;
    content: "";
  }
  .single-365pageNavi_item {
    display: block;
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .single-365pageNavi_item a {
    display: block;
    line-height: 0;
    padding: 52px 0 49px;
    text-align: center;
    font-size: 1.125rem;
  }
  .single-365pageNavi_item.to-prev a, .single-365pageNavi_item.to-next a {
    color: #564c47;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .single-365pageNavi_item.to-prev a {
    padding-left: 0;
    padding-right: 30px;
  }
  .single-365pageNavi_item.to-prev a::before {
    position: relative;
    left: -20px;
    content: "\f104";
    color: #a37c68;
    font-family: "niau";
    font-size: 1.25rem;
  }
  .single-365pageNavi_item.to-back a {
    color: #a37c68;
    text-decoration: underline;
  }
  .single-365pageNavi_item.to-back a:hover {
    text-decoration: none;
  }
  .single-365pageNavi_item.to-next a {
    padding-left: 47px;
    padding-right: 0;
  }
  .single-365pageNavi_item.to-next a::after {
    position: relative;
    right: -20px;
    content: "\f105";
    color: #a37c68;
    font-family: "niau";
    font-size: 1.25rem;
  }
  /* -----------------------------------------------------------------------
  ## 365コーデランキング ##################################################
  ----------------------------------------------------------------------- */
  .days365-ranking {
    margin-top: 114px;
    padding-top: 0;
  }
  .days365-ranking .cmn-sectionTitle {
    padding: 0;
  }
  .days365-ranking_lede {
    display: none;
  }
  .days365-ranking_inner {
    padding: 0;
  }
  .days365-rankingList {
    margin-top: 30px;
  }
  .days365-rankingList_item {
    position: relative;
  }
  .days365-rankingList_item img {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .days365-rankingList_item a {
    display: block;
  }
  .days365-rankingList_item a:hover img, .days365-rankingList_item a:hover .days365-rankingList_img::before {
    opacity: 0.7;
  }
  .days365-rankingList_item a:hover .days365-rankingList_title {
    text-decoration: underline;
  }
  .days365-rankingList_item + .days365-rankingList_item {
    margin-top: 0;
  }
  .days365-rankingList_item:nth-child(odd) .days365-rankingList_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .days365-rankingList_item:nth-child(odd) .days365-rankingList_text {
    padding: 3px 25px 0 42px;
  }
  .days365-rankingList_item:nth-child(1) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(2) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(3) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(4) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(5) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(6) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(7) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(8) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(9) .days365-rankingList_img::before, .days365-rankingList_item:nth-child(10) .days365-rankingList_img::before {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    width: 49px;
    height: 49px;
    content: "";
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .days365-rankingList_item:nth-child(1) .days365-rankingList_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
    background-size: cover;
  }
  .days365-rankingList_item:nth-child(2) .days365-rankingList_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
    background-size: cover;
  }
  .days365-rankingList_item:nth-child(3) .days365-rankingList_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
    background-size: cover;
  }
  .days365-rankingList_item:nth-child(4) .days365-rankingList_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no04.png") no-repeat 0 0;
    background-size: cover;
  }
  .days365-rankingList_item:nth-child(5) .days365-rankingList_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no05.png") no-repeat 0 0;
    background-size: cover;
  }
  .days365-rankingList_group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .days365-rankingList_text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    box-sizing: border-box;
    flex-basis: 320px;
    max-width: 320px;
    padding: 3px 42px 0 25px;
    background: transparent;
  }
  .days365-rankingList_img {
    position: relative;
    flex-basis: 50%;
    min-width: 50%;
  }
  .days365-rankingList_title {
    line-height: 2;
    flex-basis: auto;
    max-width: 100%;
    margin-top: 17px;
    padding: 0 0;
    letter-spacing: 0.055em;
    color: #564c47;
    font-size: 1rem;
    font-weight: normal;
  }
  .days365-rankingDate {
    font-size: 1.25rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    color: #564c47;
  }
  .days365-rankingDate_month, .days365-rankingDate_date {
    font-size: 1.875rem;
  }
  .days365-rankingDate_month {
    margin-right: 3px;
  }
  .days365-rankingDate_date {
    margin-left: 3px;
  }
  .days365-rankingDate_weekly {
    display: block;
    margin-top: -2px;
    font-size: 1.5rem;
    text-align: center;
  }
  /* -----------------------------------------------------------------------
  ## Recommend ##################################################
  ----------------------------------------------------------------------- */
  .is-365days .parts-recommend {
    padding: 94px 0 95px;
  }
  .is-365days .parts-recommend .cmn-sectionTitle {
    padding: 0;
  }
}
/* -----------------------------------------------------------------------
## 記事一覧ページ（365日コーデ以外）共通########################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## 記事一覧ページ（下層） ##################################################
----------------------------------------------------------------------- */
.under-articles {
  position: relative;
}
.under-articles::before {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 500px;
  background: #e4d5cc;
  content: "";
}
.under-articles_inner {
  position: relative;
  padding: 19px 6.6666666667vw 0;
}
.under-articles .cmn-pageTitle_main {
  font-size: 1.4375rem;
  font-weight: bold;
}
.under-articles_caption {
  line-height: 1.84;
  margin-top: 17px;
  letter-spacing: 0.065em;
  font-size: 0.75rem;
}
.under-articles_total {
  margin-top: 22px;
  text-align: right;
  font-size: 0.6875rem;
}
.under-articles_total span {
  display: inline-block;
}
.under-articles_count {
  font-weight: bold;
}

.archive .is-coordinate .parts-followUs {
  display: none;
}

.paged .under-articles::before {
  display: none;
}

.is-home .cmn-mainContents, .is-author .cmn-mainContents {
  padding-bottom: 67px;
}

.is-home .parts-followUs, .is-author .parts-followUs {
  display: none;
}

.is-home .cmn-sideContents .parts-newArticles {
  display: none;
}

/* -----------------------------------------------------------------------
## 記事詳細ページ（下層共通） #################################################
----------------------------------------------------------------------- */
.single-article_eyecatch img {
  width: 100%;
  height: auto;
}
.single-article_date {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #999;
  text-transform: lowercase;
  font-size: 0.8125rem;
  font-weight: bold;
}
.single-article_date.is-new::after {
  position: relative;
  top: 2px;
  left: 3px;
  display: inline-block;
  width: 32px;
  height: 16px;
  background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.single-article .parts-articlesCategory {
  margin-top: 18px;
}
.single-article_title {
  line-height: 1.5555555556;
  margin-top: 5px;
  font-size: 1.125rem;
}
.single-article_description {
  line-height: 1.84;
  margin-top: 19px;
  letter-spacing: 0.05em;
  color: #564c47;
  font-size: 0.75rem;
}
.single-article #toc_container {
  margin-bottom: 24px;
  padding: 15px;
  background: #f1eae5;
}
.single-article #toc_container .toc_title {
  font-size: 0.75rem;
}
.single-article #toc_container .toc_list {
  margin-top: 5px;
  font-size: 0.8125rem;
}
.single-article #toc_container .toc_list li::before {
  color: #000;
  content: "・";
}
.single-article #toc_container .toc_list li + li {
  margin-top: 1em;
}
.single-article #toc_container .toc_list a {
  color: #a37c68;
}
.single-article #toc_container .toc_accordionButton {
  position: relative;
  display: none;
  width: 100%;
  line-height: 0.5;
  border-radius: 3px;
  font-size: 0.8125rem;
  cursor: pointer;
}
.single-article #toc_container .toc_accordionButton__text {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.single-article #toc_container .toc_accordionButton::before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background: -webkit-linear-gradient(top, transparent 0%, #f1eae5 50%, #f1eae5 100%);
  background: linear-gradient(to bottom, transparent 0%, #f1eae5 50%, #f1eae5 100%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.single-article #toc_container .toc_accordionButton::after {
  display: block;
  color: #999;
  content: "\e80e";
  font-family: "niau";
  font-size: 2rem;
}
.single-article #toc_container .toc_accordionButton[aria-expanded=true]::before {
  pointer-events: none;
  opacity: 0;
}
.single-article #toc_container .toc_accordionButton[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-article #toc_container:has(.toc_list > li:nth-child(4)) .toc_accordionButton {
  display: block;
}
.single-article #toc_container:has(.toc_list > li:nth-child(4)) .toc_accordion {
  overflow: hidden;
}
.single-article #toc_container:has(.toc_list > li:nth-child(4)) .toc_list {
  padding-bottom: 15px;
}
.single-article .single-articleHeader {
  padding: 2px 6.6666666667vw;
}
.single-article .single-articleBody {
  margin-top: 23px;
  padding: 0 6.6666666667vw;
}
.single-article .single-articleFooter {
  padding: 20px 6.6666666667vw 2px;
}
.single-article .single-articleFooter + .parts-recommend {
  margin-top: 46px;
}
.single-article .single-wearItems {
  margin-top: 23px;
  padding: 20px 4vw;
  background: #f1f1f1;
  letter-spacing: 0.04em;
}
.single-article .single-wearItems_title {
  font-size: 0.75rem;
  font-weight: bold;
}
.single-article .single-wearItems_image {
  display: none;
}
.single-article .single-wearItems_text {
  display: none;
}
.single-article .single-wearItems_item {
  line-height: 1.4166666667;
  margin-top: 2.6666666667vw;
  font-size: 0.75rem;
}
.single-article .single-wearItems_item a:visited, .single-article .single-wearItems_item a:active {
  color: #a37c68;
}
.single-article .single-wearItems_name {
  margin-right: 10px;
}
.single-article .single-wearItems_price {
  letter-spacing: 0.1em;
}
.single-article .single-wearItems_detail {
  display: none;
}
.single-article .single-wearItems_felissimoLink {
  margin-top: 4vw;
  color: #666;
  font-size: 0.625rem;
  width: 100%;
  text-align: right;
}
.single-article .single-wearItems.typeB {
  padding: 30px 4vw;
}
.single-article .single-wearItems.typeB .single-wearItems_item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.single-article .single-wearItems.typeB .single-wearItems_item + .single-wearItems_item {
  margin-top: 2.6666666667vw;
}
.single-article .single-wearItems.typeB .single-wearItems_image {
  display: block;
  flex-basis: 18.6666666667vw;
  max-width: 18.6666666667vw;
  margin-right: 4vw;
  padding: 0;
}
.single-article .single-wearItems.typeB .single-wearItems_info {
  flex-basis: 54.6666666667vw;
  max-width: 54.6666666667vw;
}
.single-article .single-wearItems.typeB .single-wearItems_text {
  display: none;
}
.single-article .single-wearItems.typeB .single-wearItems_category {
  display: none;
}
.single-article .single-wearItems.typeB .single-wearItems_name {
  display: block;
}
.single-article .single-wearItems.typeB .single-wearItems_name::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
}
.single-article .single-wearItems.typeB .single-wearItems_price {
  display: block;
}
.single-article .single-wearItems.typeC {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 8.6666666667vw;
}
.single-article .single-wearItems.typeC .single-wearItems_title {
  flex-basis: 100%;
  min-width: 100%;
}
.single-article .single-wearItems.typeC .single-wearItems_item {
  position: relative;
  flex-basis: 29.3333333333vw;
  max-width: 29.3333333333vw;
  margin-top: 4vw;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 12vw;
}
.single-article .single-wearItems.typeC .single-wearItems_item:nth-child(odd) {
  margin-left: 10.6666666667vw;
}
.single-article .single-wearItems.typeC .single-wearItems_image {
  display: block;
}
.single-article .single-wearItems.typeC .single-wearItems_info {
  margin-top: 1.0666666667vw;
}
.single-article .single-wearItems.typeC .single-wearItems_text {
  display: none;
}
.single-article .single-wearItems.typeC .single-wearItems_category {
  display: none;
}
.single-article .single-wearItems.typeC .single-wearItems_name {
  display: block;
}
.single-article .single-wearItems.typeC .single-wearItems_price {
  display: block;
}
.single-article .single-wearItems.typeC .single-wearItems_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 8vw;
  background: #564c47;
  border-radius: 1.0666666667vw;
  box-shadow: 0px 0.8vw 0px 0px rgb(35, 33, 32);
  text-decoration: none;
  color: #fff;
  font-size: 0.625rem;
}
.single-article .single-wearItems.typeC .single-wearItems_felissimoLink {
  margin-top: 0;
}

.single-categoryList {
  margin-top: 20px;
}
.single-categoryList_title {
  display: inline-block;
  margin-bottom: 10px;
  color: #564c47;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.25rem;
}
.single-categoryList_body {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0.875rem;
  font-weight: bold;
}
.single-categoryList_body a {
  display: block;
  padding: 3px 10px 2px;
  background: #935f48;
  color: #fff;
}

.single-tagsList {
  margin-top: -3px;
}
.single-tagsList_title {
  display: block;
  margin-bottom: 10px;
  color: #564c47;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.25rem;
}
.single-tagsList_body {
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #a37c68;
  border-radius: 3px;
  font-size: 0.8125rem;
}
.single-tagsList_body a {
  display: block;
  padding: 5px 9px 4px;
  color: #000;
}

.single-author {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #dcdcd0;
}
.single-author_title {
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 0.9375rem;
  font-weight: normal;
}
.single-author_img {
  text-align: center;
}
.single-author_img img {
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  max-width: 200px;
  border-radius: 1000px;
  overflow: hidden;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.single-authorProfile_name {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 12px;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  font-weight: bold;
}
.single-authorProfile_name a {
  color: #000;
}
.single-authorProfile_name dt {
  line-height: 1;
  padding: 0 4px;
  border-right: 1px solid #bfbfbf;
}
.single-authorProfile_name dd {
  line-height: 1;
  padding: 0 5px;
}
.single-authorProfile_comment {
  line-height: 1.6923076923;
  margin-top: 14px;
  padding: 0 5.8666666667vw;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
}

.single-sns {
  display: -webkit-box;
  display: flex;
  margin-top: 45px;
  border-top: 1px solid #564c47;
  border-bottom: 1px solid #564c47;
  background: url("/niau/wp-content/themes/niau/img/common/bg_slash.png") no-repeat center 0;
  background-size: auto 100%;
}
.single-sns_title {
  flex-basis: 50%;
  max-width: 50%;
  margin-right: 26px;
  padding: 13px 0 12px;
  text-align: center;
  color: #564c47;
  letter-spacing: 0.04em;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-size: 1.25rem;
}
.single-sns_body {
  width: 6.6666666667vw;
  padding: 12px 15px 11px;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## 記事一覧ページ（下層） ##################################################
  ----------------------------------------------------------------------- */
  .under-articles {
    position: relative;
  }
  .under-articles::before {
    display: none;
  }
  .under-articles_inner {
    position: relative;
    padding: 25px 0 0;
  }
  .under-articles .cmn-pageTitle_main {
    color: #564c47;
    font-size: 2rem;
    font-weight: bold;
  }
  .under-articles_caption {
    line-height: 1.7142857143;
    margin-top: 31px;
    padding: 0 40px;
    letter-spacing: 0.055em;
    color: #564c47;
    font-size: 0.875rem;
  }
  .under-articles_total {
    margin-top: 48px;
    text-align: right;
    color: #564c47;
    font-size: 1rem;
  }
  .under-articles_total span {
    font-weight: bold;
  }
  .under-articles .parts-articleList {
    display: block;
    margin-top: 15px;
  }
  .under-articles .parts-articleList_item:first-child {
    display: block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 8px 8px 0 #ccb2a3;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_img {
    padding-bottom: 0;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_img img {
    width: 640px;
    height: 427px;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_date {
    position: relative;
    top: 0;
    width: auto;
    margin-top: 35px;
    padding: 0 0 0 40px;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_date::after {
    position: absolute;
    top: -5px;
    right: -47px;
    width: 40px;
    height: 19px;
    margin: 0;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_info {
    margin-top: 12px;
    padding: 0 40px 21px;
  }
  .under-articles .parts-articleList_item:first-child .parts-articlesCategory {
    margin-top: 18px;
  }
  .under-articles .parts-articleList_item:first-child .parts-articleList_title {
    line-height: 1.6;
    margin-top: 11px;
    letter-spacing: 0.115em;
  }
  .under-articles .parts-articleList_item:first-child .parts-articlesTags {
    margin-top: 15px;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) {
    display: -webkit-box;
    display: flex;
    margin-top: 48px;
    margin-left: 0;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_eyecatch {
    position: relative;
    flex-basis: 290px;
    max-width: 290px;
    min-width: auto;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_img {
    padding-bottom: 0;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_img img {
    width: 290px;
    height: 194px;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_date {
    position: absolute;
    top: 0;
    left: 330px;
    width: 100%;
    margin: 0;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_date::after {
    position: relative;
    top: 3px;
    width: 39px;
    height: 19px;
    margin-top: 4px;
    margin-left: 11px;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_info {
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 310px;
    box-sizing: border-box;
    margin-left: 40px;
    padding-top: 20px;
    padding-left: 0;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articlesCategory {
    margin-top: 17px;
    margin-bottom: 11px;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articleList_title {
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 1rem;
  }
  .under-articles .parts-articleList_item:nth-child(n+2) .parts-articlesTags {
    margin-top: 16px;
  }
  .under-articles .parts-articleList_item:nth-child(n+3) {
    margin-top: 40px;
    border-top: 1px solid #dcdcd0;
    padding-top: 39px;
  }
  .under-articles .parts-articleList_date {
    position: static;
  }
  .archive .is-coordinate .parts-followUs {
    display: none;
  }
  .paged .under-articles::before {
    display: none;
  }
  .paged .under-articles .parts-articleList {
    margin-top: 14px;
  }
  .paged .under-articles .parts-articleList_item:first-child {
    display: -webkit-box;
    display: flex;
    background: #fff;
    box-shadow: none;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_eyecatch {
    position: relative;
    flex-basis: 290px;
    max-width: 290px;
    min-width: auto;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_img {
    padding-bottom: 0;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_img img {
    width: 290px;
    height: 194px;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_date {
    position: absolute;
    top: 0;
    left: 330px;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_date::after {
    position: relative;
    top: 3px;
    right: 0;
    width: 39px;
    height: 19px;
    margin: 4px 0 0 11px;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_info {
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 310px;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 40px;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articlesCategory {
    margin-top: 17px;
    margin-bottom: 11px;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articleList_title {
    margin-top: 8px;
  }
  .paged .under-articles .parts-articleList_item:first-child .parts-articlesTags {
    margin-top: 16px;
  }
  .paged .under-articles .parts-articleList_item:nth-child(n+2) {
    margin-top: 17px;
    border-top: 1px solid #dcdcd0;
    padding-top: 30px;
  }
  .paged .under-articles .parts-articleList_date {
    position: static;
  }
  /* -----------------------------------------------------------------------
  ## 記事詳細ページ（下層共通） #################################################
  ----------------------------------------------------------------------- */
  .single-article_eyecatch img {
    width: 100%;
    height: auto;
  }
  .single-article_date {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: 0;
    color: #999;
    text-transform: lowercase;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .single-article_date::before {
    display: none;
  }
  .single-article_date.is-new::after {
    position: relative;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 39px;
    height: 19px;
    margin-left: 8px;
    background: url("/niau/wp-content/themes/niau/img/common/ico_new.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .single-article_date span {
    display: none;
  }
  .single-article_title {
    line-height: 1.4545454545;
    margin-top: 28px;
    padding-right: 170px;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
  .single-article .parts-articlesCategory + .single-article_title {
    margin-top: 9px;
    padding-right: 0;
  }
  .single-article_description {
    line-height: 1.7142857143;
    margin-top: 39px;
    letter-spacing: 0.05em;
    color: #564c47;
    font-size: 0.875rem;
  }
  .single-article .parts-articleList_item + .parts-articleList_item {
    margin-top: 22px;
    border-top: 1px solid #dcdcd0;
    padding-top: 22px;
  }
  .single-article .parts-articleList_item + .parts-articleList_item .parts-articleList_date {
    top: 25.334vw;
  }
  .single-article .parts-articleList_item:first-child .parts-articlesCategory {
    margin-top: 0;
  }
  .single-article #toc_container {
    margin-bottom: 70px;
    padding: 32px 30px 36px;
    background: #f1eae5;
  }
  .single-article #toc_container .toc_title {
    font-size: 1rem;
  }
  .single-article #toc_container .toc_list {
    line-height: 1.625;
    margin-top: 9px;
    font-size: 1rem;
  }
  .single-article #toc_container .toc_list li + li {
    margin-top: 22px;
  }
  .single-article #toc_container .toc_list li::before {
    color: #000;
    content: "・";
  }
  .single-article #toc_container .toc_list a {
    color: #a37c68;
  }
  .single-article #toc_container:has(.toc_list > li:nth-child(4)) .toc_list {
    padding-bottom: 36px;
  }
  .single-article .single-articleHeader {
    position: relative;
    padding: 2px 0;
  }
  .single-article .single-articleHeader .parts-articlesCategory {
    margin-top: 0;
    padding-right: 170px;
  }
  .single-article .single-articleBody {
    margin-top: 42px;
    margin-bottom: 44px;
    padding: 0 0;
  }
  .single-article .single-articleFooter {
    padding: 2px 0;
  }
  .single-article .single-wearItems {
    margin-top: 50px;
    padding: 40px 40px 35px;
    background: #f1f1f1;
    letter-spacing: 0.06em;
  }
  .single-article .single-wearItems_title {
    font-size: 1rem;
    font-weight: bold;
  }
  .single-article .single-wearItems_title + .single-wearItems_item {
    margin-top: 20px;
  }
  .single-article .single-wearItems_item {
    line-height: 2.1428571429;
    margin-top: 0;
    font-size: 0.875rem;
  }
  .single-article .single-wearItems_item a:visited, .single-article .single-wearItems_item a:active {
    color: #a37c68;
  }
  .single-article .single-wearItems_name {
    margin-right: 4px;
  }
  .single-article .single-wearItems_price {
    letter-spacing: 0.1em;
  }
  .single-article .single-wearItems.typeB {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px 30px;
  }
  .single-article .single-wearItems.typeB .single-wearItems_title {
    flex-basis: 100%;
    min-width: 100%;
  }
  .single-article .single-wearItems.typeB .single-wearItems_item {
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .single-article .single-wearItems.typeB .single-wearItems_item + .single-wearItems_item {
    margin-top: 20px;
  }
  .single-article .single-wearItems.typeB .single-wearItems_image {
    display: block;
    flex-basis: 100px;
    min-width: 100px;
    margin-right: 20px;
    padding: 0;
  }
  .single-article .single-wearItems.typeB .single-wearItems_image img {
    max-width: none;
  }
  .single-article .single-wearItems.typeB .single-wearItems_info {
    padding-right: 20px;
  }
  .single-article .single-wearItems.typeB .single-wearItems_item:nth-of-type(even) {
    padding-left: 20px;
  }
  .single-article .single-wearItems.typeB .single-wearItems_item:nth-of-type(even) .single-wearItems_info {
    padding-right: 0;
  }
  .single-article .single-wearItems.typeB .single-wearItems_text {
    display: none;
  }
  .single-article .single-wearItems.typeB .single-wearItems_category {
    display: none;
  }
  .single-article .single-wearItems.typeB .single-wearItems_name {
    display: block;
  }
  .single-article .single-wearItems.typeB .single-wearItems_name::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
  }
  .single-article .single-wearItems.typeB .single-wearItems_price {
    display: block;
  }
  .single-article .single-wearItems.typeB .single-wearItems_felissimoLink {
    width: 100%;
    margin-top: 0;
  }
  .single-article .single-wearItems.typeC {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px 40px;
  }
  .single-article .single-wearItems.typeC .single-wearItems_title {
    flex-basis: 100%;
    min-width: 100%;
  }
  .single-article .single-wearItems.typeC .single-wearItems_item {
    position: relative;
    flex-basis: 240px;
    max-width: 240px;
    margin: 15px 20px 20px;
    padding-bottom: 50px;
  }
  .single-article .single-wearItems.typeC .single-wearItems_item:nth-child(odd) {
    margin-left: 40px;
  }
  .single-article .single-wearItems.typeC .single-wearItems_image {
    display: block;
  }
  .single-article .single-wearItems.typeC .single-wearItems_image img {
    max-width: 180px;
  }
  .single-article .single-wearItems.typeC .single-wearItems_info {
    margin-top: 15px;
  }
  .single-article .single-wearItems.typeC .single-wearItems_text {
    display: none;
  }
  .single-article .single-wearItems.typeC .single-wearItems_category {
    display: none;
  }
  .single-article .single-wearItems.typeC .single-wearItems_name {
    display: block;
    line-height: 1.7142857143;
  }
  .single-article .single-wearItems.typeC .single-wearItems_price {
    display: block;
  }
  .single-article .single-wearItems.typeC .single-wearItems_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 43px;
    background: #564c47;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px rgb(35, 33, 32);
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
  }
  .single-article .single-wearItems.typeC .single-wearItems_felissimoLink {
    width: 100%;
  }
  .single-article .single-wearItems_felissimoLink {
    color: #666;
    font-size: 0.75rem;
    text-align: right;
    margin-top: 20px;
  }
  .single-categoryList {
    margin-top: 20px;
  }
  .single-categoryList_title {
    display: inline-block;
    color: #564c47;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.5rem;
  }
  .single-categoryList_body {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
  }
  .single-categoryList_body a {
    display: block;
    padding: 3px 10px 2px;
    background: #935f48;
    color: #fff;
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .single-categoryList_body a:hover {
    opacity: 0.7;
  }
  .single-tagsList {
    margin-top: 7px;
  }
  .single-tagsList_title {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -3px;
    color: #564c47;
    letter-spacing: 0.1em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 1.5rem;
  }
  .single-tagsList_body {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #a37c68;
    border-radius: 3px;
    font-size: 0.875rem;
  }
  .single-tagsList_body a {
    display: block;
    padding: 6px 12px 5px;
    color: #000;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .single-tagsList_body a:hover {
    background: #a37c68;
    color: #fff;
  }
  .single-author {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 84px;
    padding-top: 75px;
    border-top: 1px solid #dcdcd0;
  }
  .single-author_title {
    flex-basis: 100%;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 1.25rem;
    font-weight: normal;
  }
  .single-author_img {
    flex-basis: 220px;
    padding: 16px 30px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .single-author_img img {
    width: 160px;
    height: 160px;
    max-width: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .single-author_img a:hover img {
    opacity: 0.7;
  }
  .single-authorProfile {
    flex-basis: 420px;
  }
  .single-authorProfile_name {
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .single-authorProfile_name dt {
    line-height: 1;
    padding: 0 4px;
    border-right: 1px solid #bfbfbf;
  }
  .single-authorProfile_name dd {
    line-height: 1;
    padding: 0 5px;
  }
  .single-authorProfile_name a:hover {
    text-decoration: underline;
  }
  .single-authorProfile_comment {
    line-height: 1.875;
    margin-top: 22px;
    padding: 0 30px 0 0;
    letter-spacing: 0.05em;
    font-size: 1rem;
  }
  .single-sns {
    display: -webkit-box;
    display: flex;
    margin-top: 72px;
    border-top: 1px solid #564c47;
    border-bottom: 1px solid #564c47;
    background: url("/niau/wp-content/themes/niau/img/common/bg_slash.png") no-repeat center 0;
    background-size: auto 100%;
  }
  .single-sns_title {
    flex-basis: 50%;
    margin-right: 90px;
    padding: 20px 0 20px;
    text-align: center;
    color: #564c47;
    letter-spacing: 0.04em;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    font-size: 2.125rem;
  }
  .single-sns_body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 30px;
    padding: 0 20px;
  }
  .single-sns_body a {
    -webkit-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .single-sns_body a:hover {
    opacity: 0.7;
  }
  .single-sns_body img {
    width: 30px;
    height: 30px;
  }
  .is-post .parts-recommend {
    padding: 100px 0;
  }
  .is-post .parts-recommend .parts-articleList_item {
    flex-basis: 290px;
    min-width: 290px;
  }
  .is-post .parts-recommend .parts-articleList_item:first-child .parts-articlesCategory {
    margin-top: 21px;
  }
  .is-post .parts-recommend .parts-articleList_item + .parts-articleList_item {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .is-post .parts-recommend .parts-articleList_item:nth-child(odd) {
    margin-left: 0;
  }
  .is-post .parts-recommend .parts-articleList_item:nth-child(n+3) {
    margin-top: 50px;
  }
  .is-post .parts-recommend .parts-articleList_date {
    position: static;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .is-post .parts-recommend .parts-articleList_eyecatch {
    flex-basis: 290px;
    min-width: 290px;
  }
  .is-post .parts-recommend .parts-articleList_img img {
    height: 194px;
  }
}
/* -----------------------------------------------------------------------
## 検索結果ページ ########################################
----------------------------------------------------------------------- */
.is-results .parts-articles::before {
  display: none;
}

/* -----------------------------------------------------------------------
## カテゴリー一覧ページ ########################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## カテゴリー一覧ページ ##################################################
----------------------------------------------------------------------- */
.is-categorylist .cmn-sideContents {
  margin-top: 60px;
}
.is-categorylist .cmn-sideContents .parts-followUs {
  display: none;
}

.category-parentList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 25px;
}
.category-parentList_item a {
  position: relative;
  display: block;
  margin: 0 5px 15px;
  padding: 12px 17px;
  background: #935f48;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}
.category-parentList_item a::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 7px;
  height: 7px;
  background: url("./img/category/ico_arrow.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}

.category-parent {
  line-height: 1.7222222222;
  background: #f5efeb;
  font-size: 1.125rem;
}
.category-parent:nth-child(n+2) {
  margin-top: 10px;
}
.category-parent a {
  position: relative;
  display: block;
  padding: 10px 0 10px 58px;
  letter-spacing: 0.06em;
  color: #564c47;
  text-decoration: underline;
}
.category-parent a img {
  position: absolute;
  top: 5px;
  left: 22px;
  width: 31px;
  height: 39px;
}

.category-children {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 6.6666666667vw;
}
.category-children_item {
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
  line-height: 1.5384615385;
  font-size: 0.8125rem;
}
.category-children_item:nth-child(odd) {
  padding-right: 13px;
}
.category-children_item:nth-child(even) {
  padding-left: 13px;
}
.category-children_item:nth-child(n+3) {
  margin-top: 21px;
}
.category-children_item a {
  display: block;
  color: #564c47;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## カテゴリー一覧ページ ##################################################
  ----------------------------------------------------------------------- */
  .is-categorylist .cmn-sideContents {
    margin-top: 0;
  }
  .is-categorylist .cmn-sideContents .parts-followUs {
    display: block;
  }
  .category-page {
    padding-bottom: 60px;
  }
  .category-parentList {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    margin: 41px 0 40px;
  }
  .category-parentList_item a {
    position: relative;
    display: block;
    margin: 0 5px 20px;
    padding: 10px 22px;
    background: #935f48;
    border: 1px solid #935f48;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .category-parentList_item a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 7px;
    height: 7px;
    background: url("./img/category/ico_arrow.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .category-parentList_item a:hover {
    background: #fff;
    color: #564c47;
  }
  .category-parent {
    line-height: 1.7222222222;
    background: #f5efeb;
    font-size: 1.25rem;
  }
  .category-parent:nth-child(n+2) {
    margin-top: 10px;
  }
  .category-parent a {
    position: relative;
    display: block;
    padding: 4px 0 2px 52px;
    letter-spacing: 0;
    color: #564c47;
    text-decoration: underline;
  }
  .category-parent a:hover {
    text-decoration: none;
  }
  .category-parent a img {
    position: absolute;
    top: 5px;
    left: 20px;
    width: auto;
    height: 32px;
  }
  .category-children {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 28px 20px 46px;
  }
  .category-children_item {
    flex-basis: 50%;
    box-sizing: border-box;
    line-height: 1.5384615385;
    font-size: 1rem;
  }
  .category-children_item:nth-child(odd) {
    padding-right: 21px;
  }
  .category-children_item:nth-child(even) {
    padding-left: 21px;
  }
  .category-children_item:nth-child(n+3) {
    margin-top: 21px;
  }
  .category-children_item a {
    display: inline-block;
    color: #564c47;
    text-decoration: underline;
  }
  .category-children_item a:hover {
    text-decoration: none;
  }
}
/* -----------------------------------------------------------------------
## タグ一覧ページ ########################################
----------------------------------------------------------------------- */
.cmn-contentsWrapper.is-keywordList .parts-followUs {
  display: none;
}

.keyword-nameList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
  padding: 0 6.6666666667vw 13px;
}
.keyword-nameList_item {
  min-width: 46%;
  margin-bottom: 26px;
}
.keyword-nameList a {
  color: #564c47;
  text-decoration: underline;
  font-size: 0.8125rem;
}

@media screen and (min-width: 769px) {
  .cmn-contentsWrapper.is-keywordList .parts-followUs {
    display: block;
  }
  .keyword-page {
    padding-top: 3px;
  }
  .keyword-nameList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 0 0 91px;
  }
  .keyword-nameList_item {
    min-width: 50%;
    box-sizing: border-box;
    margin-bottom: 28px;
    padding-left: 20px;
    color: #564c47;
  }
  .keyword-nameList a {
    color: #564c47;
    text-decoration: underline;
    font-size: 1rem;
  }
}
/* -----------------------------------------------------------------------
## ランキングページ ########################################
----------------------------------------------------------------------- */
.is-ranking .parts-articleList02 {
  margin-top: 48px;
  counter-reset: ranking;
}
.is-ranking .parts-articleList02 .parts-articleList02_img {
  position: relative;
  counter-increment: ranking;
}
.is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_img::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.is-ranking .parts-articleList02_item:nth-child(2) .parts-articleList02_img::before, .is-ranking .parts-articleList02_item:nth-child(3) .parts-articleList02_img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  content: "";
}
.is-ranking .parts-articleList02_item:nth-child(2) .parts-articleList02_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
  background-size: cover;
}
.is-ranking .parts-articleList02_item:nth-child(3) .parts-articleList02_img::before {
  background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
  background-size: cover;
}
.is-ranking .parts-articleList02_item:nth-child(n+4) .parts-articleList02_img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background: #fff;
  border-radius: 1000px;
  text-align: center;
  font-size: 3.4666666667vw;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  content: counter(ranking);
}

@media screen and (min-width: 769px) {
  .is-ranking .parts-articleList02 {
    margin-top: 48px;
    counter-reset: ranking;
  }
  .is-ranking .parts-articleList02 .parts-articleList02_img {
    position: relative;
    counter-increment: ranking;
  }
  .is-ranking .parts-articleList02_item:nth-child(1) .parts-articleList02_img::before {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 49px;
    height: 49px;
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no01.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .is-ranking .parts-articleList02_item:nth-child(2) .parts-articleList02_img::before, .is-ranking .parts-articleList02_item:nth-child(3) .parts-articleList02_img::before {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    content: "";
  }
  .is-ranking .parts-articleList02_item:nth-child(2) .parts-articleList02_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no02.png") no-repeat 0 0;
    background-size: cover;
  }
  .is-ranking .parts-articleList02_item:nth-child(3) .parts-articleList02_img::before {
    background: url("/niau/wp-content/themes/niau/img/ranking/ico_no03.png") no-repeat 0 0;
    background-size: cover;
  }
  .is-ranking .parts-articleList02_item:nth-child(n+4) .parts-articleList02_img::before {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    line-height: 1;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.5rem;
    font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    content: counter(ranking);
  }
}
/* -----------------------------------------------------------------------
## ファッションランキングページ ########################################
----------------------------------------------------------------------- */
.cmn-contentsWrapper.is-fashionranking {
  padding-bottom: 130px;
}

.fashionranking-title {
  color: #564c47;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 2.875rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-weight: normal;
}
.fashionranking-title::before {
  display: block;
  height: 5.3333333333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2030%22%3E%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3CclipPath%20id%3D%22a%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201414%22%20fill%3D%22none%22%20d%3D%22M-2.55-.66h54v30h-54z%22%2F%3E%0D%0A%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202781%22%20transform%3D%22translate%282.55%20.66%29%22%20clip-path%3D%22url%28%23a%29%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202783%22%20fill%3D%22%23f6ce01%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013433%22%20d%3D%22M48.12%2012.94a.68.68%200%200%200-.91-.02%2042.87%2042.87%200%200%201-4.13%203.15c-3.8%202.52-5.22%202.27-5.65%202.05-1.84-.95-.8-7.25.54-11.43a.67.67%200%200%200-.4-.82.67.67%200%200%200-.85.35c-1.06%202.36-4.32%208.14-7.27%208.14a2.17%202.17%200%200%201-.52-.07c-2.36-.57-3.59-7.43-3.8-11.61a.67.67%200%200%200-1.35%200c-.23%204.19-1.46%2011.04-3.81%2011.62-3.08.75-6.67-5.58-7.79-8.08a.67.67%200%200%200-.85-.35.67.67%200%200%200-.4.82c1.33%204.18%202.38%2010.48.54%2011.43-.43.22-1.85.47-5.65-2.05a42.86%2042.86%200%200%201-4.13-3.15.68.68%200%200%200-.9.02.66.66%200%200%200-.06.9%2075.86%2075.86%200%200%201%209.8%2014.9.67.67%200%200%200%20.8.33%2044.19%2044.19%200%200%201%2013.1-1.9h.03a44.2%2044.2%200%200%201%2013.1%201.9.67.67%200%200%200%20.8-.32%2075.86%2075.86%200%200%201%209.81-14.91.66.66%200%200%200-.05-.9%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013434%22%20d%3D%22M24.45%200a1.58%201.58%200%201%200%201.58%201.58A1.58%201.58%200%200%200%2024.45%200%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013435%22%20d%3D%22M11.4%204.58A1.58%201.58%200%201%200%2013%206.16a1.58%201.58%200%200%200-1.59-1.58%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013436%22%20d%3D%22M1.24%2011.82a1.58%201.58%200%201%200%201.59%201.58%201.58%201.58%200%200%200-1.59-1.58%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013437%22%20d%3D%22M37.5%204.58a1.58%201.58%200%201%200%201.58%201.58%201.58%201.58%200%200%200-1.58-1.58%22%2F%3E%0D%0A%20%20%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013438%22%20d%3D%22M47.65%2011.82a1.58%201.58%200%201%200%201.59%201.58%201.58%201.58%200%200%200-1.59-1.58%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013439%22%20d%3D%22M24.45%2016.7%2022%2019.76l2.45%203.05%202.45-3.05Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  content: "";
}
.fashionranking-title::after {
  display: block;
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: normal;
  content: attr(data-subtitle);
}

.fashionranking-update {
  display: block;
  line-height: 2.5rem;
  margin-top: 20px;
  color: #fff;
  background-color: #1988A2;
  text-align: center;
  font-size: 1.5rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

.fashionranking-index {
  padding: 45px 6.6666666667vw 45px;
  background-color: #F1F8FA;
}

.fashionranking-indexList_item > a {
  line-height: 1.5555555556;
  font-weight: bold;
  font-size: 1.125rem;
}
.fashionranking-indexList_item:nth-child(n+2) {
  margin-top: 35px;
}
.fashionranking-indexList a {
  letter-spacing: 0.04em;
  text-decoration: underline;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .fashionranking-indexList a:hover {
    text-decoration: none;
  }
}

.fashionranking-indexItemList {
  padding-left: 20px;
}
.fashionranking-indexItemList > li {
  margin-top: 8px;
}
.fashionranking-indexItemList > li a {
  line-height: 1.75;
  font-size: 1rem;
}

.fashionranking-couponBanner {
  display: block;
  max-width: 325px;
  margin: 40px auto 88px;
}
.fashionranking-couponBanner img {
  width: 100%;
  height: auto;
}

.fashionranking-contents {
  padding: 0 25px;
}
.fashionranking-contents_title {
  line-height: 1.4285714286;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #564c47;
  font-size: 2.1875rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
.fashionranking-contents_title::after {
  display: block;
  line-height: 1.5555555556;
  margin-top: 4px;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  font-weight: normal;
  content: attr(data-subtitle);
}
.fashionranking-contents + .fashionranking-contents {
  margin-top: 88px;
}
.fashionranking-contents_inner + .fashionranking-contents_inner {
  margin-top: 92px;
}

.fashionranking-list {
  display: -ms-grid;
  display: grid;
  gap: 40px 17px;
  -ms-grid-columns: calc(50% - 8.5px) 17px calc(50% - 8.5px);
  grid-template-columns: calc(50% - 8.5px) calc(50% - 8.5px);
  -ms-grid-rows: auto 40px auto 40px auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: "no01 no01" "no02 no03" "no04 no05";
}
.fashionranking-list_item a {
  position: relative;
  display: block;
}
.fashionranking-list_item a::before {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  .fashionranking-list_item a:hover img {
    opacity: 0.85;
  }
  .fashionranking-list_item a:hover .fashionranking-list_productName {
    text-decoration: underline;
  }
}
.fashionranking-list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: no01;
}
.fashionranking-list_item:nth-child(1) a::before {
  background-image: url("./img/fashionranking/ico-no01.svg");
}
.fashionranking-list_item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: no02;
}
.fashionranking-list_item:nth-child(2) a::before {
  background-image: url("./img/fashionranking/ico-no02.svg");
}
.fashionranking-list_item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: no03;
}
.fashionranking-list_item:nth-child(3) a::before {
  background-image: url("./img/fashionranking/ico-no03.svg");
}
.fashionranking-list_item:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: no04;
}
.fashionranking-list_item:nth-child(4) a::before {
  background-image: url("./img/fashionranking/ico-no04.svg");
}
.fashionranking-list_item:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: no05;
}
.fashionranking-list_item:nth-child(5) a::before {
  background-image: url("./img/fashionranking/ico-no05.svg");
}
.fashionranking-list_item:nth-child(1) a::before {
  top: -65px;
  left: 0;
  right: 0;
  width: 48px;
  height: 57px;
  margin: auto;
  pointer-events: none;
}
.fashionranking-list_image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 470/705;
  object-fit: cover;
  object-position: center;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}
.fashionranking-list_productName {
  line-height: 2;
  margin-top: 24px;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-weight: bold;
}
.fashionranking-list_price {
  margin-top: 4px;
  color: #A37C68;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.fashionranking-list_price span {
  font-size: 0.75rem;
}

.fashionranking-button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box;
  width: 80vw;
  height: 16.5333333333vw;
  line-height: 1.5;
  margin: 52px auto 0;
  padding: 0 25px;
  background-color: #A37C68;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-weight: bold;
}
.fashionranking-button::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 2.4vw;
  height: 3.7333333333vw;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.83%2014.83%22%3E%0D%0A%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2013476%22%20d%3D%22m1.41%201.41%206%206-6%206%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: right 0.2s 0s ease-out;
  transition: right 0.2s 0s ease-out;
  content: "";
}
.fashionranking-button_inner {
  display: block;
  text-align: center;
}
.fashionranking-button_inner span {
  display: inline-block;
}
.fashionranking-button + .fashionranking-button {
  margin-top: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .fashionranking-button:hover::after {
    right: 15px;
  }
}

.fashionranking-all .fashionranking-contents_inner {
  margin-top: 110px;
}

.fashionranking-category .fashionranking-category_title + .fashionranking-list {
  margin-top: 102px;
}
.fashionranking-category .fashionranking-list:first-child {
  margin-top: 102px;
}

.fashionranking-category_title {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DCDCD0;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  font-weight: bold;
}

.fashionranking-brand .fashionranking-brand_title + .fashionranking-list,
.fashionranking-brand .fashionranking-brand_text + .fashionranking-list {
  margin-top: 102px;
}
.fashionranking-brand .fashionranking-list:first-child {
  margin-top: 102px;
}

.fashionranking-brand_title {
  line-height: 1;
  padding-top: 12px;
  text-align: center;
}
.fashionranking-brand_title::after {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: normal;
  content: attr(data-brandname);
}
.fashionranking-brand_title span {
  display: block;
  height: 22px;
}
.fashionranking-brand_title img {
  width: auto;
  height: 100%;
}

.fashionranking-brand_text {
  line-height: 2;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DCDCD0;
  text-align: center;
  font-size: 0.875rem;
}

.fashionranking-others {
  margin-top: 120px;
  padding: 0 25px;
}
.fashionranking-others_banner a {
  display: block;
  margin-top: 30px;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}
@media (hover: hover) and (pointer: fine) {
  .fashionranking-others_banner a:hover {
    opacity: 0.85;
  }
}
.fashionranking-others_banner img {
  width: 100%;
  height: auto;
}
.fashionranking-others_coupon {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .cmn-contentsWrapper.is-fashionranking {
    max-width: none;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    padding-bottom: 130px;
  }
  .cmn-contentsWrapper.is-fashionranking .cmn-mainContents {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .fashionranking-title {
    font-size: 4.5rem;
  }
  .fashionranking-title::before {
    height: 30px;
  }
  .fashionranking-title::after {
    margin-top: -4px;
    font-size: 1.25rem;
  }
  .fashionranking-update {
    line-height: 68px;
    margin-top: 28px;
    font-size: 3rem;
  }
  .fashionranking-index {
    padding: 52px 40px 68px;
  }
  .fashionranking-indexList {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 840px;
    margin: auto;
    padding-top: 4px;
  }
  .fashionranking-indexList_item {
    max-width: 280px;
  }
  .fashionranking-indexList_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 120px;
  }
  .fashionranking-couponBanner {
    display: block;
    max-width: 840px;
    margin: 70px auto 155px;
  }
  .fashionranking-contents {
    box-sizing: border-box;
    max-width: 920px;
    margin: auto;
    padding: 0 40px;
  }
  .fashionranking-contents_title {
    line-height: 1;
    font-size: 3.125rem;
  }
  .fashionranking-contents_title::after {
    line-height: 1.4;
    margin-top: 12px;
    font-size: 1.25rem;
  }
  .fashionranking-contents_inner + .fashionranking-contents_inner {
    margin-top: 110px;
  }
  .fashionranking-contents + .fashionranking-contents {
    margin-top: 156px;
  }
  .fashionranking-list {
    gap: 60px;
    -ms-grid-columns: 390px 60px 390px;
    grid-template-columns: 390px 390px;
    width: 840px;
    margin: auto;
  }
  .fashionranking-list_item a::before {
    top: 14px;
    left: 14px;
    width: 54px;
    height: 54px;
  }
  .fashionranking-list_item:nth-child(1) {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .fashionranking-list_item:nth-child(1) a::before {
    top: -90px;
    width: 58px;
    height: 74px;
  }
  .fashionranking-list_productName {
    line-height: 1.75;
    margin-top: 25px;
    font-size: 1rem;
  }
  .fashionranking-list_price {
    margin-top: 5px;
    font-size: 1rem;
  }
  .fashionranking-list_price span {
    font-size: 0.875rem;
  }
  .fashionranking-button {
    width: 350px;
    height: 68px;
    line-height: 1.5;
    margin: 72px auto 0;
    padding: 0 45px;
    font-size: 1rem;
  }
  .fashionranking-button::after {
    right: 30px;
    width: 9px;
    height: 14px;
  }
  .fashionranking-button + .fashionranking-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .fashionranking-button:hover::after {
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  .fashionranking-all .fashionranking-contents_inner {
    margin-top: 150px;
  }
  .fashionranking-category .fashionranking-category_title + .fashionranking-list {
    margin-top: 134px;
  }
  .fashionranking-category .fashionranking-list:first-child {
    margin-top: 134px;
  }
  .fashionranking-category_title {
    margin-top: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
  .fashionranking-brand .fashionranking-contents_title {
    margin-bottom: 56px;
  }
  .fashionranking-brand .fashionranking-brand_title + .fashionranking-list,
  .fashionranking-brand .fashionranking-brand_text + .fashionranking-list {
    margin-top: 134px;
  }
  .fashionranking-brand .fashionranking-list:first-child {
    margin-top: 134px;
  }
  .fashionranking-brand_title {
    padding-top: 10px;
  }
  .fashionranking-brand_title::after {
    margin-top: 10px;
    font-size: 0.875rem;
  }
  .fashionranking-brand_title span {
    height: 28px;
  }
  .fashionranking-brand_title img {
    max-width: 100%;
  }
  .fashionranking-brand_text {
    line-height: 1.5;
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 1rem;
  }
  .fashionranking-others {
    max-width: 740px;
    margin: 160px auto 0;
    padding: 0 40px;
  }
  .fashionranking-others_buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .fashionranking-others_buttons .fashionranking-button {
    margin: 0 0 40px 0;
  }
  .fashionranking-others_buttons .fashionranking-button:nth-child(even) {
    margin-left: 40px;
  }
  .fashionranking-others_banner a {
    display: block;
    margin-top: 60px;
  }
  .fashionranking-others_coupon {
    margin-top: 60px;
  }
}
/* -----------------------------------------------------------------------
## 用語辞典 ########################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## 用語辞典一覧ページ（下層） ##################################################
----------------------------------------------------------------------- */
.cmn-contentsWrapper.is-words .under-articles {
  padding: 20px 0 30px;
}
.cmn-contentsWrapper.is-words .under-articles::before {
  display: none;
}
.cmn-contentsWrapper.is-words .cmn-pageTitle_main {
  letter-spacing: 0.04em;
}

.words-tabs {
  display: -webkit-box;
  display: flex;
  width: 86.6666666667vw;
  box-sizing: border-box;
  margin: 40px auto 0;
  border: 1px solid #935f48;
}
.words-tabs_item {
  flex-basis: 50%;
  max-width: 50%;
}

.words-tabButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  cursor: pointer;
}
.words-tabButton[data-tab=kana] {
  font-size: 0.875rem;
}
.words-tabButton[data-tab=alphabet] {
  font-size: 0.8125rem;
}
.words-tabButton.is-active {
  background-color: #935f48;
  color: #fff;
}
.words-tabButton.is-active::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #935f48 transparent transparent transparent;
  content: "";
}

.words-tabContents.is-alphabet {
  display: none;
}

.words-initialList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding: 0 6.6666666667vw;
}
.words-initialList li {
  margin: 3px;
}
.words-initialList a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 70px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ab8e85;
  border-radius: 5px;
  font-size: 1.125rem;
}

.words-wordsList {
  margin-top: 32px;
}

.words-accordionButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 24px;
  border-top: 1px solid #fff;
  background-color: #ccb2a3;
  font-size: 1.125rem;
  cursor: pointer;
}
.words-accordionButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 8px;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2017%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M.56%202.65a2%202%200%200%201%20.59-1.42c.8-.78%202.08-.78%203.13%200l10.53%2010.63L25.58%201.23c.8-.78%202.08-.78%202.88%200%20.8.95.8%202.06%200%203.5l-12.22%2011.4c-.79.78-2.08.78-2.88%200L1.15%204.73c-.4-1.05-.6-1.56-.6-2.08Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s 0s ease-out;
  transition: -webkit-transform 0.4s 0s ease-out;
  transition: transform 0.4s 0s ease-out;
  transition: transform 0.4s 0s ease-out, -webkit-transform 0.4s 0s ease-out;
  content: "";
}
.words-accordionButton.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.words-accordionBody {
  display: none;
}

.words-wordsListTitles {
  font-size: 0.875rem;
}
.words-wordsListTitles li {
  border-bottom: 1px solid #564c47;
}
.words-wordsListTitles li a {
  display: block;
  padding: 12px 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2024%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23DA2D6A%22%20d%3D%22M2.2%2023.53c-.41%200-.82-.16-.54-.06-1.22-1.07-1.22-2.1%200-2.75l7.86-8.12-7.86-9.3C.44%202.65.44%201.62%201.66.97%201.69.33%202.7.33%203.32.97l9.59%209.88c.62.64.62%201.68%200%202.32l-9.59%2010.3c-.2-.1-.72.06-1.13.06Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px auto;
}
.words-wordsListTitles li:last-child {
  border-bottom: 0;
}

/* -----------------------------------------------------------------------
## 用語辞典詳細ページ（下層） ################################################
----------------------------------------------------------------------- */
.single-wordsArticle {
  padding: 28px 0 30px;
}
.single-wordsArticle .cmn-pageTitle {
  margin-bottom: 24px;
  padding: 0 6.6666666667vw;
}
.single-wordsArticle .cmn-pageTitle_main {
  font-size: 1.4375rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
.single-wordsArticle .cmn-pageTitle_main span {
  display: inline-block;
  line-height: 1.4347826087;
}
.single-wordsArticle_footer {
  margin: 60px 0 0;
  padding: 0 6.6666666667vw 50px;
  background-color: #faf7f5;
}
.single-wordsArticle_footer .single-author {
  margin-top: 0;
  border-top: 0;
}

.single-wordsArticleBody_contents {
  padding: 0 6.6666666667vw;
}

.single-coordinateArea {
  padding: 44px 0 0;
  background-color: #faf7f5;
}
.single-coordinateArea + .single-coordinateArea {
  margin-top: 0;
  padding-top: 0;
}
.single-coordinateArea + .single-coordinateArea .single-coordinateArea_title {
  display: none;
}
.single-coordinateArea_title-en {
  display: block;
  color: #564c47;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 2.1875rem;
  font-family: "din-condensed", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  font-weight: normal;
}
.single-coordinateArea_title-ja {
  display: block;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 1rem;
}
.single-coordinateArea .single-coordinateArea_image {
  padding-top: 24px;
}
.single-coordinateArea .single-coordinateArea_image img {
  display: block;
  box-shadow: 5px 5px 0 #ccb2a3;
}
.single-coordinateArea .single-coordinateArea_text {
  line-height: 1.7142857143;
  padding-top: 28px;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.single-coordinateArea .single-wearItems {
  padding: 30px 0 16px;
  border-top: 1px solid #dcdcd0;
  background-color: transparent;
}
.single-coordinateArea .single-wearItems .single-wearItems_item {
  margin-top: 4px;
}
.single-coordinateArea .single-wearItems a {
  color: #564c47;
  text-decoration: underline;
}
.single-coordinateArea .single-wearItems .single-wearItems_info {
  line-height: 2.25;
  font-size: 0.75rem;
}

.single-relatedTerms {
  padding: 55px 0;
}

.single-relatedTermsList {
  width: 86.6666666667vw;
  margin: 35px auto 0;
}
.single-relatedTermsList > li {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcd0;
}
.single-relatedTermsList > li:last-child {
  margin-bottom: 0;
}
.single-relatedTermsList > a {
  display: block;
}
.single-relatedTermsList_title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px 10px;
  background-color: #935f48;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.single-relatedTermsList_text {
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.single-relatedTermsList_text em {
  padding: 2px;
  background-color: #ff6;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## 用語辞典一覧ページ（下層） ##################################################
  ----------------------------------------------------------------------- */
  .cmn-contentsWrapper.is-words .under-articles {
    padding: 20px 0 120px;
  }
  .words-tabs {
    width: 920px;
    margin: 56px auto 0;
  }
  .words-tabButton {
    height: 60px;
    -webkit-transition: background-color 0.2s 0s linear;
    transition: background-color 0.2s 0s linear;
  }
  .words-tabButton[data-tab=kana] {
    font-size: 1.25rem;
  }
  .words-tabButton[data-tab=alphabet] {
    font-size: 1.25rem;
  }
  .words-tabButton:hover {
    background-color: #faf7f5;
  }
  .words-tabButton.is-active {
    background-color: #935f48;
    color: #fff;
  }
  .words-tabButton.is-active::after {
    position: absolute;
    bottom: -8px;
    border-width: 10px 10px 0 10px;
    border-color: #935f48 transparent transparent transparent;
  }
  .words-initialList {
    margin-top: 55px;
    padding: 0 50px;
  }
  .words-initialList li {
    margin: 5px;
  }
  .words-initialList a {
    width: 70px;
    height: 60px;
    font-size: 1.25rem;
    -webkit-transition: background-color 0.2s 0s linear;
    transition: background-color 0.2s 0s linear;
  }
  .words-initialList a:hover {
    background-color: #faf7f5;
  }
  .words-wordsList {
    margin-top: 25px;
  }
  .words-accordionButton {
    height: 50px;
    margin-top: -1px;
    padding: 0 20px;
    font-size: 1.25rem;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .words-accordionButton::after {
    right: 20px;
    width: 19px;
    height: 11px;
  }
  .words-accordionButton:hover {
    opacity: 0.8;
  }
  .words-wordsListTitles {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .words-wordsListTitles li {
    flex-basis: 50%;
    min-width: 50%;
    box-sizing: border-box;
  }
  .words-wordsListTitles li a {
    padding: 16px 20px;
    background-color: #faf7f5;
    background-position: right 20px center;
    background-size: 8px auto;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .words-wordsListTitles li a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .words-wordsListTitles li:nth-child(odd) {
    border-right: 1px solid #564c47;
  }
  /* -----------------------------------------------------------------------
  ## 用語辞典詳細ページ（下層） ################################################
  ----------------------------------------------------------------------- */
  .single .cmn-contentsWrapper.is-words {
    display: block;
    max-width: none;
    overflow: hidden;
  }
  .single .cmn-contentsWrapper.is-words .parts-recommend {
    margin-top: 20px;
  }
  .single .cmn-contentsWrapper.is-words .parts-articleList01 {
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 840px;
    padding: 0;
  }
  .single .cmn-contentsWrapper.is-words .parts-articleList01_item {
    flex-basis: 390px;
    max-width: 390px;
  }
  .single .cmn-contentsWrapper.is-words .parts-articleList01_img img {
    width: 390px;
    height: 260px;
  }
  .single .cmn-contentsWrapper.is-words .cmn-bottomContents {
    padding-bottom: 0;
  }
  .single-wordsArticle {
    max-width: 840px;
    margin: 0 auto;
    padding: 50px 0 112px;
  }
  .single-wordsArticle .cmn-pageTitle {
    padding: 0;
  }
  .single-wordsArticle .cmn-pageTitle_main {
    font-size: 2rem;
  }
  .single-wordsArticle .cmn-pageTitle_main span {
    display: block;
    line-height: 1.4375;
  }
  .single-wordsArticle_footer {
    margin: 100px calc((100vw - 840px) / -2) 0;
    padding: 0 0 80px;
    background-color: #faf7f5;
  }
  .single-wordsArticle_footer .single-author {
    width: 640px;
    margin: 0 auto;
    padding-top: 44px;
  }
  .single-wordsArticle_footer .single-sns {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-wordsArticle .parts-recommend {
    padding-top: 95px;
  }
  .single-wordsArticleBody_contents {
    padding: 0;
  }
  .single-coordinateArea {
    padding: 70px 0 44px;
    background-color: #faf7f5;
  }
  .single-coordinateArea + .single-coordinateArea {
    margin-top: 0;
    padding-top: 0;
  }
  .single-coordinateArea + .single-coordinateArea .single-coordinateArea_title {
    display: none;
  }
  .single-coordinateArea_title-en {
    font-size: 3.125rem;
  }
  .single-coordinateArea_title-ja {
    line-height: 1.8;
    font-size: 1.25rem;
  }
  .single-coordinateArea .single-coordinateAreaGroup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    max-width: 840px;
    margin: 32px auto 0;
  }
  .single-coordinateArea .single-coordinateAreaGroup > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single-coordinateArea .single-coordinateAreaGroup > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .single-coordinateArea .single-coordinateAreaGroup > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .single-coordinateArea .single-coordinateAreaGroup > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .single-coordinateArea .single-coordinateArea_image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding-top: 0;
  }
  .single-coordinateArea .single-coordinateArea_image img {
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: 10px 10px 0 #ccb2a3;
  }
  .single-coordinateArea .single-coordinateArea_image + .single-wearItems {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: 0;
    border-top: 0;
  }
  .single-coordinateArea .single-coordinateArea_text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    line-height: 1.875;
    margin-top: auto;
    padding: 0 0 0 40px;
    font-size: 1rem;
  }
  .single-coordinateArea .single-coordinateArea_text:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-left: 0;
  }
  .single-coordinateArea .single-coordinateArea_text:first-child + .single-wearItems {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
  }
  .single-coordinateArea .single-wearItems {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 450px;
    margin-left: auto;
    padding: 30px 0 16px;
    border-top: 1px solid #dcdcd0;
    background-color: transparent;
  }
  .single-coordinateArea .single-wearItems .single-wearItems_item {
    margin-top: 4px;
  }
  .single-coordinateArea .single-wearItems a {
    color: #564c47;
    text-decoration: underline;
  }
  .single-coordinateArea .single-wearItems .single-wearItems_info {
    line-height: 2.1428571429;
    font-size: 0.875rem;
  }
  .single-coordinateArea .single-wearItems:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    margin-top: 0;
    padding: 0t;
    border-top: 0;
  }
  .single-relatedTerms {
    padding: 95px 0 0;
  }
  .single-relatedTermsList {
    width: 840px;
    margin: 35px auto 0;
  }
  .single-relatedTermsList > li {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .single-relatedTermsList a:hover .single-relatedTermsList_text {
    text-decoration: underline;
  }
  .single-relatedTermsList_title {
    margin-bottom: 12px;
    padding: 2px 10px;
    font-size: 1rem;
  }
  .single-relatedTermsList_text {
    line-height: 1.875;
    font-size: 1rem;
  }
  .single-relatedTermsList_text em {
    padding: 2px;
  }
}
/* -----------------------------------------------------------------------
## 404ページ ##################################################################
----------------------------------------------------------------------- */
.none-posts {
  padding: 30px 0 60px;
}
.none-posts .cmn-whiteBtn {
  width: 78%;
  margin: 23px auto 0;
}

.none-lede {
  line-height: 1.85;
  margin-top: 26px;
  padding: 0 6.8%;
  text-align: center;
  font-size: 0.8125rem;
}
.none-lede p {
  margin-top: 1em;
}

.none-backtotop {
  margin-top: 56px;
  text-align: center;
}
.none-backtotop .cmn-viewMore {
  color: #564c47;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .cmn-contentsWrapper.is-404 {
    max-width: none;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .none-posts {
    padding: 80px 0 100px;
  }
  .none-posts .cmn-whiteBtn {
    width: 300px;
    margin: 80px auto 0;
  }
  .none-lede {
    line-height: 2.25;
    margin-top: 56px;
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }
  .none-lede p {
    margin-top: 1em;
  }
  .none-backtotop {
    margin-top: 56px;
    text-align: center;
  }
  .none-backtotop .cmn-viewMore {
    color: #564c47;
    font-size: 1.25rem;
    font-weight: bold;
  }
}