@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .freeLayout a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer; }
    .freeLayout a:hover {
      opacity: .5; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* animation / hover
-----------------------------------------------------------------*/
/* button
-----------------------------------------------------------------*/
.c-articleContent_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* title
-----------------------------------------------------------------*/
/* c-share
-----------------------------------------------------------------*/
/* c-staffCredit
-----------------------------------------------------------------*/
/* c-pager-archive
-----------------------------------------------------------------*/
/* c-postList-other
-----------------------------------------------------------------*/
/* c-postList-archive
-----------------------------------------------------------------*/
/* c-articlePostList
-----------------------------------------------------------------*/
/* c-articleMv  ( article singleページで使用 )
-----------------------------------------------------------------*/
.c-articleMvImg, .c-articleMv_movieWrap {
  margin-left: auto; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvImg, .c-articleMv_movieWrap {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvImg, .c-articleMv_movieWrap {
      width: 100%; } }

/* c-articleContent  ( article singleページで使用 )
-----------------------------------------------------------------*/
.c-articleMv {
  position: relative; }

.c-articleMvBg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvBg {
      width: calc( 100% - 25px);
      height: calc( 100% - 25px); } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvBg {
      width: 90.625%;
      height: calc( 100% - 9.375vw); } }

.c-articleMvImg img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .c-articleMvText_inner {
    margin: 0 50px 0 25px;
    padding: 35px 0 30px; } }

@media print, screen and (min-width: 768px) {
  .c-articleMvText_inner {
    max-width: 750px;
    width: 81.25%;
    padding: 73px 0;
    margin: 0 auto 0; } }

.c-articleMvText_category {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvText_category {
      line-height: 1.5;
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvText_category {
      line-height: 1;
      font-size: 20px; } }

.c-articleMvText_category_inner {
  position: relative;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvText_category_inner {
      display: block; } }
  .c-articleMvText_category_inner span {
    position: absolute;
    display: block;
    height: 1px;
    background-color: #aaa; }
    @media print, screen and (max-width: 767px) {
      .c-articleMvText_category_inner span {
        bottom: -12px; } }
    @media print, screen and (min-width: 768px) {
      .c-articleMvText_category_inner span {
        bottom: -14px; } }
    html.ie .c-articleMvText_category_inner span {
      bottom: 0; }
    @media print, screen and (max-width: 767px) {
      .c-articleMvText_category_inner span _:-ms-lang(x)::backdrop, .c-articleMvText_category_inner span {
        bottom: -6px; } }
    @media print, screen and (min-width: 768px) {
      .c-articleMvText_category_inner span _:-ms-lang(x)::backdrop, .c-articleMvText_category_inner span {
        bottom: -8px; } }
    .c-articleMvText_category_inner span:nth-child(1) {
      left: 0;
      width: 22%; }
      .c-articleMvText_category_inner span:nth-child(1)::after {
        position: absolute;
        content: '';
        display: block;
        height: 1px;
        background-color: #aaa;
        -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        transform: rotate(41deg);
        right: -20px;
        bottom: -8px;
        width: 23px; }
    .c-articleMvText_category_inner span:nth-child(2) {
      right: 0;
      width: calc( 100% - 22% - 19px); }

.c-articleMvText_detail {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'title title' 'date pr';
  grid-auto-columns: auto 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvText_detail {
      margin-top: 45px;
      gap: 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvText_detail {
      margin-top: 27px;
      gap: 7px; } }

.c-articleMvText_title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
  width: 100%;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .12em;
  word-break: break-word; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvText_title {
      line-height: 1.5;
      font-size: 24px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvText_title {
      line-height: 1.7;
      font-size: 40px; } }

.c-articleMvText_date {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: date;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  line-height: 1.5;
  font-style: italic;
  font-size: 13px;
  color: #aaa; }

.c-articleMvText_pr {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: pr;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  line-height: 1;
  font-style: italic;
  font-size: 13px;
  color: #aaa;
  border: 1px solid;
  padding: 2px 7px;
  margin-left: 10px; }

.c-articleMvText_lead {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .08em;
  line-height: 2; }
  @media print, screen and (max-width: 767px) {
    .c-articleMvText_lead {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleMvText_lead {
      margin-top: 22px; } }

.c-articleMv_movieWrap {
  position: relative;
  aspect-ratio: 16 / 9; }
  .c-articleMv_movieWrap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-articleMv_movieInner {
  width: 100%;
  height: 100%; }

.c-articleMv_movieCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

/*  タイトル
  -------------------------- */
.c-articleContent_title {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_title {
      margin: 64px 25px 0;
      line-height: 1.4;
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_title {
      margin: 78px auto 0;
      width: 87.2093%;
      max-width: 750px;
      line-height: 1.7;
      font-size: 28px; } }

/*  キャプション
  -------------------------- */
.c-articleContent_caption {
  font-size: 17px;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_caption {
      margin: 64px 25px 0;
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_caption {
      margin: 96px auto 0;
      width: 87.2093%;
      max-width: 750px;
      line-height: 1.7; } }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_title + .c-articleContent_caption,
    .articleSingleSection-buyer_director .c-articleContent_caption {
      margin: 24px 25px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_title + .c-articleContent_caption,
    .articleSingleSection-buyer_director .c-articleContent_caption {
      margin: 32px auto 0; } }

/*  テキスト
  -------------------------- */
.c-articleContent_lead {
  letter-spacing: .08em;
  line-height: 1.8;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_lead {
      margin: 64px 25px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_lead {
      margin: 96px auto 0;
      width: 87.2093%;
      max-width: 750px; } }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_title + .c-articleContent_lead,
    .articleSingleSection-buyer_director .c-articleContent_lead {
      margin: 24px 25px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_title + .c-articleContent_lead,
    .articleSingleSection-buyer_director .c-articleContent_lead {
      margin: 32px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_caption + .c-articleContent_lead {
      margin: 8px 25px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_caption + .c-articleContent_lead {
      margin: 16px auto 0; } }

/*  アイテムクレジットボックス
  -------------------------- */
.c-creditBox-column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .c-creditBox-column-1 {
      margin: 48px 25px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-creditBox-column-1 {
      margin: 80px auto 0;
      width: 87.2093%;
      max-width: 750px; } }
  .c-creditBox-column-1 .c-creditBox_img {
    text-align: center; }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-1.is-img-full {
    margin: 48px 0 0; } }

.c-creditBox-column-1.is-img-full .c-creditBox_img img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-1.is-img-full .c-creditBox_title,
  .c-creditBox-column-1.is-img-full .c-creditBox_description {
    padding: 0 25px; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-1.is-img-full .c-creditBox_creditList {
    padding: 0 25px; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-2,
  .c-creditBox-column-2both {
    margin: 48px 25px 0; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-2,
  .c-creditBox-column-2both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 87.2093%;
    max-width: 750px; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-2 .c-creditBox,
  .c-creditBox-column-2both .c-creditBox {
    width: calc( ( 100% - 38px ) / 2); } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-2 .c-creditBox + .c-creditBox,
  .c-creditBox-column-2both .c-creditBox + .c-creditBox {
    margin-left: 38px; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-2 .c-creditBox + .c-creditBox {
    margin-top: 46px; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-2both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 48px 25px 0; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-2both .c-creditBox {
    width: calc( ( 100% - 25px ) / 2); } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-2both .c-creditBox + .c-creditBox {
    margin-left: 25px; } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-3 {
    margin: 48px 25px 0; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 87.2093%;
    max-width: 750px; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-3 .c-creditBox {
    width: calc( ( 100% - 76px ) / 3); } }

@media print, screen and (max-width: 767px) {
  .c-creditBox-column-3 .c-creditBox + .c-creditBox {
    margin-top: 46px; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox-column-3 .c-creditBox + .c-creditBox {
    margin-left: 38px; } }

@media print, screen and (min-width: 768px) {
  .c-creditBox {
    margin-top: 46px; } }

.c-creditBox_img {
  pointer-events: none;
  text-align: center; }
  .c-creditBox_img img {
    height: auto; }

.c-creditBox_title {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: 15px; }
  @media print, screen and (max-width: 767px) {
    .c-creditBox_title {
      margin-top: 25px;
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) {
    .c-creditBox_title {
      margin-top: 18px;
      line-height: 1.7; } }
  @media print, screen and (min-width: 768px) {
    .c-creditBox_title + .c-creditBox_creditList {
      margin-top: 17px; } }

.c-creditBox_description {
  letter-spacing: .08em;
  line-height: 1.8;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .c-creditBox_description {
      margin-top: 25px; } }
  @media print, screen and (min-width: 768px) {
    .c-creditBox_description {
      margin-top: 18px; } }
  .c-creditBox_title + .c-creditBox_description {
    margin-top: 8px; }
  @media print, screen and (min-width: 768px) {
    .c-creditBox_description + .c-creditBox_creditList {
      margin-top: 17px; } }

.c-creditBox_creditList {
  margin-top: 24px; }
  @media print, screen and (min-width: 768px) {
    .c-creditBox_creditList {
      max-width: 500px; } }

.c-creditBox_creditList_node.is-comment {
  pointer-events: none; }
  .c-creditBox_creditList_node.is-comment .c-creditBox_creditList_spec_brand,
  .c-creditBox_creditList_node.is-comment .c-creditBox_creditList_bd,
  .c-creditBox_creditList_node.is-comment .c-creditBox_creditList_button {
    display: none; }

.c-creditBox_creditList_node + .c-creditBox_creditList_node {
  margin-top: 15px; }

.c-creditBox_creditList_node.soldout {
  pointer-events: none; }
  .c-creditBox_creditList_node.soldout .c-creditBox_creditList_bd,
  .c-creditBox_creditList_node.soldout .c-creditBox_creditList_button {
    display: none; }

.c-creditBox_creditList_node.soldout-link .c-creditBox_creditList_bd,
.c-creditBox_creditList_node.soldout-link .c-creditBox_creditList_button {
  display: none; }

.c-creditBox_creditList_nodeLink {
  letter-spacing: .08em;
  line-height: 1.3;
  font-size: 12px; }

@media print, screen and (min-width: 1025px) {
  a.c-creditBox_creditList_nodeLink:hover .c-creditBox_creditList_button {
    color: #1A1A1A;
    background-color: #fff;
    border: 1px solid #1A1A1A; } }

.c-creditBox_creditList_nodeHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 19px; }

.c-creditBox_creditList_spec {
  max-width: calc( 100% - 80px);
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic; }
  .is-main .c-creditBox_creditList_spec {
    font-weight: bold; }

.c-creditBox_creditList_specInfo {
  display: block; }

.c-creditBox_creditList_spec_tax {
  font-size: 10px; }

.c-creditBox_creditList_spec_brand {
  display: block;
  padding-top: 6px;
  color: #555;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  margin-right: 80px;
  font-size: 10px; }

.c-creditBox_creditList_bd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #e2e2e2 1px, transparent 2px);
  background-image: -o-linear-gradient(left, #e2e2e2 1px, transparent 2px);
  background-image: linear-gradient(to right, #e2e2e2 1px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 12px; }

.c-creditBox_creditList_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 17px;
  font-size: 12px;
  color: #fff;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: .12em;
  line-height: 1;
  background-color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media print, screen and (min-width: 1025px) {
    .c-creditBox_creditList_button {
      -webkit-transition: background-color .3s ease, color .3s ease;
      -o-transition: background-color .3s ease, color .3s ease;
      transition: background-color .3s ease, color .3s ease; } }

/*  My Favorite
  -------------------------- */
@media print, screen and (max-width: 767px) {
  .c-section-favorite {
    margin-top: 64px;
    padding: 50px 25px; } }

@media print, screen and (min-width: 768px) {
  .c-section-favorite {
    margin-top: 120px;
    padding: 78px 0; } }

.c-section-favorite .c-title {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-section-favorite .c-title {
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .c-section-favorite .c-title {
      font-size: 28px; } }

@media print, screen and (min-width: 768px) {
  .c-section-favorite_inner {
    margin: 0 auto;
    max-width: 750px;
    width: 87.2093%; } }

@media print, screen and (max-width: 767px) {
  .c-section-favorite-buyer {
    margin-top: 55px;
    padding: 48px 25px; } }

@media print, screen and (min-width: 768px) {
  .c-section-favorite-buyer {
    margin-top: 80px;
    padding: 85px 0 80px; } }

.c-section-favorite-buyer .c-title {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-section-favorite-buyer .c-title {
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .c-section-favorite-buyer .c-title {
      font-size: 28px; } }

@media print, screen and (max-width: 767px) {
  .c-column {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px; } }

@media print, screen and (min-width: 768px) {
  .c-column_content_img {
    width: 36.97674%; } }

.c-column_content_img img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .c-column_content_text {
    margin-top: 33px; } }

@media print, screen and (min-width: 768px) {
  .c-column_content_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 63.02326%; } }

@media print, screen and (min-width: 768px) {
  .c-column_content_img + .c-column_content_text {
    padding-left: 42px; } }

.c-column_content_text_title {
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .c-column_content_text_title {
      line-height: 1.8;
      letter-spacing: .08em; } }
  @media print, screen and (min-width: 768px) {
    .c-column_content_text_title {
      margin-bottom: 28px;
      line-height: 1.7;
      letter-spacing: .12em; } }

.c-column_content_text_description {
  letter-spacing: .08em;
  line-height: 2;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .c-column_content_text_description {
      margin-top: 9px; } }

.c-column-buyer {
  position: relative;
  border: 1px solid #aaa; }
  @media print, screen and (max-width: 767px) {
    .c-column-buyer {
      margin-top: 50px;
      padding: 18px 16px 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-column-buyer {
      margin: 72px auto 0;
      padding: 26px 32px;
      width: 53.125%;
      max-width: 680px; } }

.c-column-buyer_q {
  position: absolute;
  top: 0;
  letter-spacing: .12em;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media print, screen and (max-width: 767px) {
    .c-column-buyer_q {
      left: 5px;
      padding: 0 8px; } }
  @media print, screen and (min-width: 768px) {
    .c-column-buyer_q {
      left: 16px;
      padding: 0 15px; } }

.c-column-buyer_a {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  line-height: 2;
  font-size: 13px; }

@media print, screen and (max-width: 767px) {
  .c-column_profile {
    margin: 40px 0; } }

@media print, screen and (min-width: 768px) {
  .c-column_profile {
    margin: 64px 0; } }

@media print, screen and (max-width: 767px) {
  .c-column_profile + .c-column_profile {
    margin: 0 0 40px; } }

@media print, screen and (min-width: 768px) {
  .c-column_profile + .c-column_profile {
    margin: 0 0 64px; } }

.c-column_profile + .c-column_profile .c-column_profile_content {
  border-top: 0;
  padding-top: 0; }

.c-column_profile_content {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_content {
      margin: 0 25px;
      padding: 40px 0; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_content {
      margin: 0 auto;
      padding: 65px 0;
      width: 87.2093%;
      max-width: 750px; } }

.c-column_profile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_inner {
      margin: 0 auto;
      width: 79.06977%;
      max-width: 680px; } }

@media print, screen and (max-width: 767px) {
  .c-column_profile_img {
    width: calc( ( 100% - 25px ) / 2); } }

@media print, screen and (min-width: 768px) {
  .c-column_profile_img {
    width: 20.58824%; } }

@media print, screen and (max-width: 767px) {
  .c-column_profile_text {
    width: calc( ( 100% - 25px ) / 2); } }

@media print, screen and (min-width: 768px) {
  .c-column_profile_text {
    padding-left: 40px;
    width: 79.41176%; } }

@media print, screen and (max-width: 767px) {
  .c-column_profile_text_inner {
    width: calc( ( 100% - 25px ) / 2); } }

.c-column_profile_name-jp {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .2em; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_name-jp {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 1.3; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_name-jp {
      font-size: 20px;
      line-height: 1; } }

.c-column_profile_name-en {
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  font-size: 12px;
  font-style: italic; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_name-en {
      display: block;
      margin-top: 3px;
      text-align: center;
      line-height: 1.3; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_name-en {
      margin-left: 8px;
      line-height: 1; } }

.c-column_profile_title {
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  font-style: italic;
  font-size: 12px;
  color: #aaa; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_title {
      margin-top: 10px;
      line-height: 1.3;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_title {
      margin-top: 12px;
      line-height: 1; } }

.c-column_profile_description {
  letter-spacing: .08em;
  line-height: 1.8;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile_description {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile_description {
      margin-top: 10px; } }

.c-column_profile_instagram-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px; }
  @media print, screen and (min-width: 1025px) {
    .c-column_profile_instagram-url:hover .c-column_profile_instagram-name {
      text-decoration: none; } }

.c-column_profile_instagram-svg {
  margin-right: 9px;
  width: 15px;
  height: 15px; }

.c-column_profile_instagram-name {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  color: #555;
  font-size: 12px;
  text-decoration: underline; }

@media print, screen and (max-width: 767px) {
  .c-column_profile-buyer {
    margin-top: 33px; } }

@media print, screen and (min-width: 768px) {
  .c-column_profile-buyer {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .c-column_profile-buyer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 53.125%;
    max-width: 680px; } }

.c-column_profile-buyer_name-jp {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .12em; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile-buyer_name-jp {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 1.7; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile-buyer_name-jp {
      font-size: 18px;
      line-height: 1; } }

.c-column_profile-buyer_name-en {
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  font-size: 12px;
  font-style: italic; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile-buyer_name-en {
      display: block;
      text-align: center;
      line-height: 1.3; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile-buyer_name-en {
      margin-left: 16px;
      line-height: 1; } }

.c-column_profile-buyer_description {
  letter-spacing: .08em;
  line-height: 1.8;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .c-column_profile-buyer_description {
      margin-top: 18px; } }
  @media print, screen and (min-width: 768px) {
    .c-column_profile-buyer_description {
      margin-top: 10px; } }

.c-column_profile-buyer_instagram-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px; }
  @media print, screen and (min-width: 1025px) {
    .c-column_profile-buyer_instagram-url:hover .c-column_profile-buyer_instagram-name {
      text-decoration: none; } }

.c-column_profile-buyer_instagram-svg {
  margin-right: 9px;
  width: 15px;
  height: 15px; }

.c-column_profile-buyer_instagram-name {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  color: #555;
  font-size: 12px;
  text-decoration: underline; }

/*  EC ボタン
  -------------------------- */
.c-articleContent_button {
  position: relative;
  letter-spacing: .12em;
  font-weight: bold;
  border: 1px solid #aaa; }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_button {
      margin: 64px auto 0;
      width: calc( 100% - 50px);
      max-width: 440px;
      height: 70px;
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_button {
      margin: 120px auto 0;
      width: 440px;
      height: 80px; } }
  @media print, screen and (min-width: 1025px) {
    .c-articleContent_button {
      -webkit-transition: color .3s ease, background-color .3s ease;
      -o-transition: color .3s ease, background-color .3s ease;
      transition: color .3s ease, background-color .3s ease; }
      .c-articleContent_button:hover {
        color: #fff;
        background-color: #1A1A1A; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-flexible .c-articleContent_button {
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-flexible .c-articleContent_button {
      margin: 0 auto; } }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_button + .c-articleContent_button {
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_button + .c-articleContent_button {
      margin-top: 60px; } }

.c-articleContent_button_svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_button_svg {
      right: 27px;
      width: 4px;
      height: 9px; } }
  @media print, screen and (min-width: 768px) {
    .c-articleContent_button_svg {
      right: 40px;
      width: 6px;
      height: 13px; } }

@media print, screen and (min-width: 768px) {
  .c-articlePostList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 81.25%;
    max-width: 1040px; } }

.c-articlePostList .c-button-more {
  margin-top: 20px; }

@media print, screen and (min-width: 768px) {
  .c-articlePostList_node {
    width: calc( ( 100% - 40px ) / 2); } }

@media print, screen and (max-width: 767px) {
  .c-articlePostList_node + .c-articlePostList_node {
    margin-top: 45px; } }

@media print, screen and (min-width: 768px) {
  .c-articlePostList_node:nth-child(n+3) {
    margin-top: 48px; } }

.c-articlePostList_img {
  position: relative; }

.c-articlePostList_category {
  line-height: 1.8;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-size: 12px;
  margin-top: 16px; }

@media print, screen and (max-width: 767px) {
  .c-articlePostList_text {
    padding: 25px 25px 0; } }

@media print, screen and (min-width: 768px) {
  .c-articlePostList_text {
    margin-top: 24px; } }

.c-articlePostList_text_title {
  display: block;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .12em;
  font-weight: 600;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .c-articlePostList_text_title {
      margin-top: 10px; } }
  @media print, screen and (min-width: 768px) {
    .c-articlePostList_text_title {
      margin-top: 12px; } }

.c-articlePostList_text_lead {
  margin-top: 5px;
  letter-spacing: .08em;
  line-height: 1.8;
  color: #555;
  font-size: 13px; }

.c-articlePostList_textHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-articlePostList_text_date {
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1;
  color: #aaa; }

.c-articlePostList_pr {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Times New Roman", Times, Georgia, serif;
  letter-spacing: .12em;
  line-height: 1;
  font-style: italic;
  font-size: 13px;
  color: #aaa;
  border: 1px solid;
  padding: 2px 7px;
  margin-left: 10px; }

.c-articlePostButton {
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-articlePostButton {
      margin-top: 45px; } }
  @media print, screen and (min-width: 768px) {
    .c-articlePostButton {
      margin-top: 78px; } }

.c-staffCredit {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  color: #555;
  font-size: 12px; }
  @media print, screen and (max-width: 767px) {
    .c-staffCredit {
      margin: 40px 25px 40px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) {
    .c-staffCredit {
      margin: 64px 0;
      line-height: 2;
      text-align: center; } }

@media print, screen and (max-width: 767px) {
  .c-postList-other {
    margin-top: 80px; } }

@media print, screen and (min-width: 768px) {
  .c-postList-other {
    margin-top: 120px; } }

.c-postList-other .c-title {
  text-align: center; }

@media print, screen and (max-width: 767px) {
  .c-postList-other .c-articlePostList {
    margin: 48px 0 0; } }

@media print, screen and (min-width: 768px) {
  .c-postList-other .c-articlePostList {
    margin-top: 83px; } }

@media print, screen and (max-width: 767px) {
  .c-postList-other .c-articlePostList_text {
    padding: 24px 25px 0; } }

@media print, screen and (max-width: 767px) {
  .c-postList-archive {
    margin-top: 80px; } }

@media print, screen and (min-width: 768px) {
  .c-postList-archive {
    margin-top: 120px; } }

.c-postList-archive .c-title {
  text-align: center; }

@media print, screen and (max-width: 767px) {
  .c-postList-archive .c-articlePostList {
    padding-bottom: 12px;
    margin-top: 40px;
    white-space: nowrap;
    overflow-x: auto; } }

@media print, screen and (min-width: 768px) {
  .c-postList-archive .c-articlePostList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px; } }

@media print, screen and (max-width: 767px) {
  .c-postList-archive .c-articlePostList_node {
    display: inline-block;
    width: 80vw;
    margin-top: 0;
    white-space: normal;
    vertical-align: top; } }

@media print, screen and (min-width: 768px) {
  .c-postList-archive .c-articlePostList_node {
    width: calc( ( 100% - 84px ) / 3); } }

@media print, screen and (max-width: 767px) {
  .c-postList-archive .c-articlePostList_node + .c-articlePostList_node {
    margin-left: 25px; } }

@media print, screen and (min-width: 768px) {
  .c-postList-archive .c-articlePostList_node + .c-articlePostList_node {
    margin-left: 40px; } }

@media print, screen and (min-width: 768px) {
  .c-postList-archive .c-articlePostList_node:nth-child(3) {
    margin-top: 0; } }

.c-postList-archive .c-articlePostList_category {
  max-width: 300x; }
  @media print, screen and (min-width: 768px) {
    .c-postList-archive .c-articlePostList_category {
      bottom: 25px;
      line-height: 1.8; } }

@media print, screen and (max-width: 767px) {
  .c-postList-archive .c-articlePostList_text {
    padding: 24px 25px 0; } }

.c-title {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-size: 20px; }
  @media print, screen and (max-width: 767px) {
    .c-title {
      padding: 0 20px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .c-title {
      line-height: 1; } }
  @media print, screen and (max-width: 320px) {
    .c-title {
      padding: 0; } }

.c-share {
  border-top: 1px solid #E2E2E2; }
  @media print, screen and (max-width: 767px) {
    .c-share {
      margin: 40px 25px 0;
      padding-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .c-share {
      margin: 120px auto 0;
      padding-top: 64px;
      width: 87.2093%;
      max-width: 750px; } }
  @media print, screen and (min-width: 768px) {
    .c-staffCredit + .c-share {
      margin: 64px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .c-articleContent_button + .c-share {
      margin: 64px 25px 0; } }
  .c-column_profile + .c-share {
    border-top: 0; }
    @media print, screen and (max-width: 767px) {
      .c-column_profile + .c-share {
        margin: 0 25px; } }
    @media print, screen and (min-width: 768px) {
      .c-column_profile + .c-share {
        margin: 0 auto;
        padding-top: 0; } }

@media print, screen and (max-width: 767px) {
  .articleSingleSection-flexible .c-share + .c-staffCredit {
    margin: 40px auto 0; } }

.c-shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-shareList_node-title {
  font-family: "Hind Vadodara", sans-serif;
  letter-spacing: .2em;
  line-height: 1;
  font-size: 10px; }
  @media print, screen and (max-width: 767px) {
    .c-shareList_node-title {
      margin-right: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-shareList_node-title {
      margin-right: 28px; } }

.c-shareList_node-sns + .c-shareList_node-sns {
  margin-left: 24px; }

.c-shareList_svg {
  color: #555;
  -webkit-transition: color .3s ease, fill .3s ease;
  -o-transition: color .3s ease, fill .3s ease;
  transition: color .3s ease, fill .3s ease; }

.c-shareList_svg-facebook {
  width: 9px;
  height: 18px; }
  @media print, screen and (min-width: 1025px) {
    .c-shareList_link:hover .c-shareList_svg-facebook {
      color: #3b5998; } }

.c-shareList_svg-twitter {
  margin-top: 1px;
  width: 18px;
  height: 18px;
  fill: #555; }
  @media print, screen and (min-width: 1025px) {
    .c-shareList_link:hover .c-shareList_svg-twitter {
      fill: #000; } }

.c-shareList_svg-line {
  width: 18px;
  height: 18px; }

.c-button {
  position: relative;
  display: inline-block;
  height: 22px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .08em;
  line-height: 1;
  color: #555;
  font-size: 12px;
  overflow: hidden; }
  .c-button::before, .c-button::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #aaa; }
  .c-button::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media print, screen and (min-width: 1025px) {
      .c-button::before {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .anm-hover-link:hover .c-button::before {
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%); } }
  .c-button::after {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%); }
    @media print, screen and (min-width: 1025px) {
      .c-button::after {
        -webkit-transition: -webkit-transform .3s .5s;
        transition: -webkit-transform .3s .5s;
        -o-transition: transform .3s .5s;
        transition: transform .3s .5s;
        transition: transform .3s .5s, -webkit-transform .3s .5s; }
        .anm-hover-link:hover .c-button::after {
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.c-button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  font-size: 13px;
  color: #aaa; }

.c-button-more_line {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 1px;
  overflow: hidden; }
  .c-button-more_line::before, .c-button-more_line::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #aaa; }
  .c-button-more_line::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media print, screen and (min-width: 1025px) {
      .c-button-more_line::before {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .anm-hover-link:hover .c-button-more_line::before {
          -webkit-transform: translateY(-50%) translateX(100%);
          -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%); } }
  .c-button-more_line::after {
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%); }
    @media print, screen and (min-width: 1025px) {
      .c-button-more_line::after {
        -webkit-transition: -webkit-transform .3s .5s;
        transition: -webkit-transform .3s .5s;
        -o-transition: transform .3s .5s;
        transition: transform .3s .5s;
        transition: transform .3s .5s, -webkit-transform .3s .5s; }
        .anm-hover-link:hover .c-button-more_line::after {
          -webkit-transform: translateY(-50%) translateX(0);
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0); } }

@media print, screen and (min-width: 1025px) {
  .anm-img-scale {
    overflow: hidden; }
    .anm-img-scale .anm-img-scale_inner {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
      .anm-hover-link:hover .anm-img-scale .anm-img-scale_inner {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }

@media print, screen and (max-width: 767px) {
  .c-articlePostList_text {
    padding: 25px 0 0; } }

[data-font-theme="theme1"] .c-creditBox_creditList_spec,
[data-font-theme="theme1"] .c-creditBox_creditList_button,
[data-font-theme="theme1"] .c-creditBox_creditList_spec_brand,
[data-font-theme="theme1"] .c-column_profile_name-en,
[data-font-theme="theme1"] .c-column_profile_title,
[data-font-theme="theme1"] .c-column_profile_instagram-name {
  font-family: adobe-garamond-pro, yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-style: normal; }

[data-font-theme="theme2"] .c-creditBox_creditList_nodeLink {
  font-size: 13px; }

[data-font-theme="theme2"] .c-creditBox_creditList_spec,
[data-font-theme="theme2"] .c-creditBox_creditList_button,
[data-font-theme="theme2"] .c-creditBox_creditList_spec_brand,
[data-font-theme="theme2"] .c-column_profile_name-en,
[data-font-theme="theme2"] .c-column_profile_title,
[data-font-theme="theme2"] .c-column_profile_instagram-name {
  font-family: futura-pt, sans-serif;
  font-style: normal; }

[data-font-theme="theme2"] .c-creditBox_creditList_spec_brand {
  font-size: 10px; }

[data-font-theme="theme2"] .is-main .c-creditBox_creditList_spec {
  font-weight: 500; }

[data-font-theme="theme3"] .c-articleMvText_category,
[data-font-theme="theme3"] .c-articleContent_title,
[data-font-theme="theme3"] .c-articleMvText_lead,
[data-font-theme="theme3"] .c-articleContent_caption,
[data-font-theme="theme3"] .c-section-favorite .c-title,
[data-font-theme="theme3"] .freeLayout h3,
[data-font-theme="theme3"] .freeLayout h4,
[data-font-theme="theme3"] .c-column_profile_name-jp,
[data-font-theme="theme3"] .c-creditBox_title {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

[data-font-theme="theme3"] .c-creditBox_creditList_spec,
[data-font-theme="theme3"] .c-creditBox_creditList_button,
[data-font-theme="theme3"] .c-creditBox_creditList_spec_brand,
[data-font-theme="theme3"] .c-column_profile_name-en,
[data-font-theme="theme3"] .c-column_profile_title,
[data-font-theme="theme3"] .c-column_profile_instagram-name {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal; }

[data-font-theme="theme3"] .c-articleMvText_title {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold; }

[data-font-theme="theme4"] .c-articleMvText_category,
[data-font-theme="theme4"] .c-articleContent_title,
[data-font-theme="theme4"] .c-articleMvText_lead,
[data-font-theme="theme4"] .c-articleContent_caption,
[data-font-theme="theme4"] .c-section-favorite .c-title,
[data-font-theme="theme4"] .freeLayout h3,
[data-font-theme="theme4"] .freeLayout h4,
[data-font-theme="theme4"] .c-column_profile_name-jp,
[data-font-theme="theme4"] .c-creditBox_title {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

[data-font-theme="theme4"] .c-creditBox_creditList_spec,
[data-font-theme="theme4"] .c-creditBox_creditList_button,
[data-font-theme="theme4"] .c-creditBox_creditList_spec_brand,
[data-font-theme="theme4"] .c-column_profile_name-en,
[data-font-theme="theme4"] .c-column_profile_title,
[data-font-theme="theme4"] .c-column_profile_instagram-name {
  font-family: futura-pt, sans-serif;
  font-style: normal; }

[data-font-theme="theme4"] .c-articleMvText_title {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold; }

[data-font-theme="theme4"] .is-main .c-creditBox_creditList_spec {
  font-weight: 500; }

@media print, screen and (max-width: 767px) {
  .articleSingleSection {
    padding-bottom: 80px; } }

@media print, screen and (min-width: 768px) {
  .articleSingleSection {
    padding-bottom: 114px; } }

/* --------------------------------------------------
  buyer director
 --------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .articleSingleSection-buyer_director .pickupTitle, .articleSingleSection-case_study .pickupTitle, .articleSingleSection-staffs_eye .pickupTitle {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  .articleSingleSection-buyer_director .pickupTitle, .articleSingleSection-case_study .pickupTitle, .articleSingleSection-staffs_eye .pickupTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 120px auto 0;
    width: 81.25%;
    max-width: 1040px; } }

@media print, screen and (max-width: 767px) {
  .articleSingleSection-buyer_director .pickupTitle_img, .articleSingleSection-case_study .pickupTitle_img, .articleSingleSection-staffs_eye .pickupTitle_img {
    margin: 0 auto 30px;
    width: 180px; } }

@media print, screen and (min-width: 768px) {
  .articleSingleSection-buyer_director .pickupTitle_img, .articleSingleSection-case_study .pickupTitle_img, .articleSingleSection-staffs_eye .pickupTitle_img {
    margin-right: 40px;
    width: 140px; } }

.articleSingleSection-buyer_director .pickupTitle_img img, .articleSingleSection-case_study .pickupTitle_img img, .articleSingleSection-staffs_eye .pickupTitle_img img {
  border-radius: 50%; }

.articleSingleSection-buyer_director .pickupTitle_title, .articleSingleSection-case_study .pickupTitle_title, .articleSingleSection-staffs_eye .pickupTitle_title {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  font-size: 12px;
  color: #aaa; }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-buyer_director .pickupTitle_title, .articleSingleSection-case_study .pickupTitle_title, .articleSingleSection-staffs_eye .pickupTitle_title {
      line-height: 1.25;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-buyer_director .pickupTitle_title, .articleSingleSection-case_study .pickupTitle_title, .articleSingleSection-staffs_eye .pickupTitle_title {
      line-height: 1; } }
  .articleSingleSection-buyer_director .pickupTitle_title + .pickupTitle_name, .articleSingleSection-case_study .pickupTitle_title + .pickupTitle_name, .articleSingleSection-staffs_eye .pickupTitle_title + .pickupTitle_name {
    margin-top: 15px; }

.articleSingleSection-buyer_director .pickupTitle_name-jp, .articleSingleSection-case_study .pickupTitle_name-jp, .articleSingleSection-staffs_eye .pickupTitle_name-jp {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-buyer_director .pickupTitle_name-jp, .articleSingleSection-case_study .pickupTitle_name-jp, .articleSingleSection-staffs_eye .pickupTitle_name-jp {
      display: block;
      font-size: 22px;
      line-height: 1.4;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-buyer_director .pickupTitle_name-jp, .articleSingleSection-case_study .pickupTitle_name-jp, .articleSingleSection-staffs_eye .pickupTitle_name-jp {
      line-height: 1;
      font-size: 28px; } }

.articleSingleSection-buyer_director .pickupTitle_name-en, .articleSingleSection-case_study .pickupTitle_name-en, .articleSingleSection-staffs_eye .pickupTitle_name-en {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  letter-spacing: .12em;
  font-size: 12px; }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-buyer_director .pickupTitle_name-en, .articleSingleSection-case_study .pickupTitle_name-en, .articleSingleSection-staffs_eye .pickupTitle_name-en {
      display: block;
      margin-top: 5px;
      line-height: 1.3;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-buyer_director .pickupTitle_name-en, .articleSingleSection-case_study .pickupTitle_name-en, .articleSingleSection-staffs_eye .pickupTitle_name-en {
      margin-left: 8px;
      line-height: 1; } }

.articleSingleSection-buyer_director .pickupTitle_text_text, .articleSingleSection-case_study .pickupTitle_text_text, .articleSingleSection-staffs_eye .pickupTitle_text_text {
  display: block;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-buyer_director .pickupTitle_text_text, .articleSingleSection-case_study .pickupTitle_text_text, .articleSingleSection-staffs_eye .pickupTitle_text_text {
      margin-top: 20px;
      font-size: 18px;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-buyer_director .pickupTitle_text_text, .articleSingleSection-case_study .pickupTitle_text_text, .articleSingleSection-staffs_eye .pickupTitle_text_text {
      margin-top: 20px;
      font-size: 28px; } }

/* --------------------------------------------------
  staff
 --------------------------------------------------*/
.articleSingleSection-staff, .articleSingleSection-staffs_eye {
  /* --------------------------
    staffIntroduction
  ------------------------- */
  /*  staffSlide
  -------------------------- */
  /*  staffProfile
  -------------------------- */
  /* --------------------------
    staffContents
  ------------------------- */ }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSection, .articleSingleSection-staffs_eye .staffSection {
      margin-top: 64px; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-staff .staffSection, .articleSingleSection-staffs_eye .staffSection {
      margin: 120px auto 0;
      max-width: 750px;
      width: 87.2093%; } }
  @media print, screen and (min-width: 768px) {
    .articleSingleSection-staff .staffIntroduction, .articleSingleSection-staffs_eye .staffIntroduction {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .articleSingleSection-staff .staffSlide, .articleSingleSection-staffs_eye .staffSlide {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffSlide, .articleSingleSection-staffs_eye .staffSlide {
        width: calc( ( 100% - 40px ) / 2); } }
    .articleSingleSection-staff .staffSlide .slick-arrow, .articleSingleSection-staffs_eye .staffSlide .slick-arrow {
      margin-top: -18px;
      width: 44px;
      height: 44px;
      background-image: url("../svg/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 5px 11px; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffSlide .slick-prev, .articleSingleSection-staffs_eye .staffSlide .slick-prev {
        left: 0;
        -webkit-transform: translateY(-50%) scale(-1, 1);
        -ms-transform: translateY(-50%) scale(-1, 1);
        transform: translateY(-50%) scale(-1, 1); } }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffSlide .slick-prev, .articleSingleSection-staffs_eye .staffSlide .slick-prev {
        left: 22px;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(-1, 1);
        -ms-transform: translateY(-50%) translateX(-50%) scale(-1, 1);
        transform: translateY(-50%) translateX(-50%) scale(-1, 1); } }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffSlide .slick-next, .articleSingleSection-staffs_eye .staffSlide .slick-next {
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffSlide .slick-next, .articleSingleSection-staffs_eye .staffSlide .slick-next {
        right: 22px;
        -webkit-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%); } }
    .articleSingleSection-staff .staffSlide .slick-dots, .articleSingleSection-staffs_eye .staffSlide .slick-dots {
      counter-reset: number; }
      .articleSingleSection-staff .staffSlide .slick-dots li, .articleSingleSection-staffs_eye .staffSlide .slick-dots li {
        position: relative;
        margin: 0 16px; }
        @media print, screen and (min-width: 1025px) {
          .articleSingleSection-staff .staffSlide .slick-dots li:hover::after, .articleSingleSection-staffs_eye .staffSlide .slick-dots li:hover::after {
            color: #1A1A1A; } }
        .articleSingleSection-staff .staffSlide .slick-dots li::after, .articleSingleSection-staffs_eye .staffSlide .slick-dots li::after {
          position: absolute;
          top: 50%;
          left: 50%;
          counter-increment: number;
          content: counter(number);
          display: block;
          font-family: "Times New Roman", Times, Georgia, serif;
          font-style: italic;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1;
          color: #aaa;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .articleSingleSection-staff .staffSlide .slick-dots li.slick-active::after, .articleSingleSection-staffs_eye .staffSlide .slick-dots li.slick-active::after {
          color: #1A1A1A;
          -webkit-transition: color .3s ease;
          -o-transition: color .3s ease;
          transition: color .3s ease; }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList, .articleSingleSection-staffs_eye .staffSlideNumberList {
      counter-reset: number;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 24px; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_arrow-prev, .articleSingleSection-staffs_eye .staffSlideNumberList_arrow-prev {
      margin-right: 40px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_arrow-next, .articleSingleSection-staffs_eye .staffSlideNumberList_arrow-next {
      margin-left: 40px; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_arrow_svg, .articleSingleSection-staffs_eye .staffSlideNumberList_arrow_svg {
      width: 5px;
      height: 11px;
      color: #555; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_node, .articleSingleSection-staffs_eye .staffSlideNumberList_node {
      position: relative;
      width: 8px;
      height: 16px; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_node + .staffSlideNumberList_node, .articleSingleSection-staffs_eye .staffSlideNumberList_node + .staffSlideNumberList_node {
      margin-left: 32px; } }
  @media print, screen and (max-width: 767px) {
    .articleSingleSection-staff .staffSlideNumberList_node::after, .articleSingleSection-staffs_eye .staffSlideNumberList_node::after {
      position: absolute;
      top: 50%;
      left: 50%;
      counter-increment: number;
      content: counter(number);
      display: block;
      font-family: "Times New Roman", Times, Georgia, serif;
      font-style: italic;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1;
      color: #aaa;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .articleSingleSection-staff .staffSlideNumberList_node.is-current::after, .articleSingleSection-staffs_eye .staffSlideNumberList_node.is-current::after {
    color: #1A1A1A;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  .articleSingleSection-staff .staffProfile, .articleSingleSection-staffs_eye .staffProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffProfile, .articleSingleSection-staffs_eye .staffProfile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc( ( 100% - 40px ) / 2); } }
    .articleSingleSection-staff .staffProfile .c-button, .articleSingleSection-staffs_eye .staffProfile .c-button {
      font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
      font-style: normal; }
      @media print, screen and (max-width: 767px) {
        .articleSingleSection-staff .staffProfile .c-button, .articleSingleSection-staffs_eye .staffProfile .c-button {
          margin-top: 22px; } }
      @media print, screen and (min-width: 768px) {
        .articleSingleSection-staff .staffProfile .c-button, .articleSingleSection-staffs_eye .staffProfile .c-button {
          margin-top: 32px; } }
  .articleSingleSection-staff .staffProfile_nameWrap, .articleSingleSection-staffs_eye .staffProfile_nameWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffProfile_nameWrap, .articleSingleSection-staffs_eye .staffProfile_nameWrap {
        margin-top: 22px; } }
  .articleSingleSection-staff .staffProfile_name-jp, .articleSingleSection-staffs_eye .staffProfile_name-jp {
    font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
    letter-spacing: .12em; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffProfile_name-jp, .articleSingleSection-staffs_eye .staffProfile_name-jp {
        line-height: 1.7;
        font-size: 24px; } }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffProfile_name-jp, .articleSingleSection-staffs_eye .staffProfile_name-jp {
        line-height: 1;
        font-size: 26px; } }
  @media print, screen and (min-width: 1025px) {
    .articleSingleSection-staff .staffProfile_instagram a:hover .staffProfile_instagram_svg, .articleSingleSection-staffs_eye .staffProfile_instagram a:hover .staffProfile_instagram_svg {
      color: #1A1A1A; } }
  .articleSingleSection-staff .staffProfile_instagram_svg, .articleSingleSection-staffs_eye .staffProfile_instagram_svg {
    margin-top: 4px;
    margin-left: 15px;
    width: 13px;
    height: 13px;
    color: #aaa; }
    @media print, screen and (min-width: 1025px) {
      .articleSingleSection-staff .staffProfile_instagram_svg, .articleSingleSection-staffs_eye .staffProfile_instagram_svg {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; } }
  .articleSingleSection-staff .staffProfile_name-en, .articleSingleSection-staffs_eye .staffProfile_name-en {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    letter-spacing: .12em;
    color: #555;
    font-size: 12px; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffProfile_name-en, .articleSingleSection-staffs_eye .staffProfile_name-en {
        display: block;
        margin-top: 10px;
        line-height: 1.3; } }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffProfile_name-en, .articleSingleSection-staffs_eye .staffProfile_name-en {
        margin-top: 23px;
        line-height: 1; } }
  .articleSingleSection-staff .staffProfile_title, .articleSingleSection-staffs_eye .staffProfile_title {
    font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
    letter-spacing: .12em;
    line-height: 2;
    color: #aaa;
    font-size: 12px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffProfile_title, .articleSingleSection-staffs_eye .staffProfile_title {
        margin-top: 14px; } }
    @media print, screen and (min-width: 768px) {
      .articleSingleSection-staff .staffProfile_title, .articleSingleSection-staffs_eye .staffProfile_title {
        margin-top: 20px; } }
  .articleSingleSection-staff .staffContents, .articleSingleSection-staffs_eye .staffContents {
    /*================================================================
*FILE					:_single-content.scss
*DESCRIPTION   :詳細ページパーツ カスタムCSS
*AUTHOR				:
*--------------------------------------------------------------
*(C)
=================================================================*/
    /*詳細ページパーツ component
-----------------------------------------------------------------*/
    /*詳細ページパーツ style
-----------------------------------------------------------------*/
    /* 詳細ページ本文
-----------------------------------------------------------------*/
    /* 画像の配置
-----------------------------------------------------------------*/
    /* c-staff-styleContents  ( article staff-style singleページで使用 )
-----------------------------------------------------------------*/ }
    .articleSingleSection-staff .staffContents ul, .articleSingleSection-staffs_eye .staffContents ul {
      padding-left: 0; }
    .articleSingleSection-staff .staffContents li, .articleSingleSection-staffs_eye .staffContents li {
      list-style-type: none; }
    .articleSingleSection-staff .staffContents p, .articleSingleSection-staff .staffContents h4, .articleSingleSection-staff .staffContents dd, .articleSingleSection-staffs_eye .staffContents p, .articleSingleSection-staffs_eye .staffContents h4, .articleSingleSection-staffs_eye .staffContents dd {
      margin: 0; }
    .articleSingleSection-staff .staffContents img, .articleSingleSection-staffs_eye .staffContents img {
      height: auto; }
    .articleSingleSection-staff .staffContents .aligncenter, .articleSingleSection-staffs_eye .staffContents .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .articleSingleSection-staff .staffContents img.alignright, .articleSingleSection-staffs_eye .staffContents img.alignright {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: 0; }
    .articleSingleSection-staff .staffContents img.alignleft, .articleSingleSection-staffs_eye .staffContents img.alignleft {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    @media print, screen and (max-width: 767px) {
      .articleSingleSection-staff .staffContents, .articleSingleSection-staffs_eye .staffContents {
        padding: 0 25px; } }
    .articleSingleSection-staff .staffContents h3, .articleSingleSection-staffs_eye .staffContents h3 {
      font-weight: bold;
      letter-spacing: .08em;
      line-height: 1.8; }
      @media print, screen and (max-width: 767px) {
        .articleSingleSection-staff .staffContents h3, .articleSingleSection-staffs_eye .staffContents h3 {
          margin-top: 32px;
          font-size: 15px; } }
      @media print, screen and (min-width: 768px) {
        .articleSingleSection-staff .staffContents h3, .articleSingleSection-staffs_eye .staffContents h3 {
          margin-top: 40px;
          font-size: 16px; } }
    .articleSingleSection-staff .staffContents p, .articleSingleSection-staffs_eye .staffContents p {
      margin-top: 12px;
      letter-spacing: .08em;
      font-size: 13px;
      line-height: 1.8; }
      @media print, screen and (min-width: 768px) {
        .articleSingleSection-staff .staffContents p, .articleSingleSection-staffs_eye .staffContents p {
          max-width: 860px;
          width: 82.69231%; } }
      .articleSingleSection-staff .staffContents p img, .articleSingleSection-staffs_eye .staffContents p img {
        padding-top: 20px; }
    .articleSingleSection-staff .staffContents > img, .articleSingleSection-staffs_eye .staffContents > img {
      margin-top: 32px; }

/* --------------------------------------------------
  ec
 --------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .ecContent {
    margin: 40px 0; } }

@media print, screen and (min-width: 768px) {
  .ecContent {
    margin: 64px 0; } }

/* --------------------------------------------------
  freeLayout
 --------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .freeLayout {
    margin: 64px 25px 0; } }

@media print, screen and (min-width: 768px) {
  .freeLayout {
    margin: 78px auto 0;
    max-width: 750px;
    width: 87.2093%; } }

.freeLayout > * {
  letter-spacing: .08em;
  line-height: 1.8;
  font-size: 13px; }
  .freeLayout > * + * {
    margin-top: 15px; }

.freeLayout h3 {
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .freeLayout h3 {
      line-height: 1.4;
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .freeLayout h3 {
      line-height: 1.7;
      font-size: 28px; } }

.freeLayout h4 {
  font-size: 15px;
  font-family: yu-mincho-pr6n, MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: .12em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .freeLayout h4 {
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) {
    .freeLayout h4 {
      line-height: 1.7; } }

.freeLayout hr {
  border-bottom: 1px solid #E2E2E2; }

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

.freeLayout iframe {
  max-width: 100%; }

.freeLayout a {
  color: #aaa; }

/* youtube
-----------------------------------------------------------------*/
.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  @media print, screen and (max-width: 767px) {
    .youtube_box {
      margin: 24px 0; } }
  @media print, screen and (min-width: 768px) {
    .youtube_box {
      margin: 24px 0; } }
  .youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/* --------------------------------------------------
  モーダル
 --------------------------------------------------*/
.baseModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto; }
  @media print, screen and (max-width: 767px) {
    .baseModal {
      padding-bottom: 100px; } }
  @media print, screen and (min-width: 768px) {
    .baseModal {
      padding: 40px 40px; } }
  .baseModal .c-creditBox_img {
    text-align: center; }
    .baseModal .c-creditBox_img::before, .baseModal .c-creditBox_img::after {
      content: none; }
    @media print, screen and (max-width: 767px) {
      .baseModal .c-creditBox_img {
        margin: auto; } }
  @media print, screen and (max-width: 767px) {
    .baseModal .c-creditBox_info {
      padding: 0 25px; } }

.baseModal_inner {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .baseModal_inner {
      padding-bottom: 80px; } }
  @media print, screen and (min-width: 768px) {
    .baseModal_inner {
      padding: 60px 0; } }

@media print, screen and (min-width: 768px) {
  .baseModal_contents .c-creditBox_inner.column3,
  .baseModal_contents .c-creditBox_inner.column2,
  .baseModal_contents .c-creditBox_inner.column2both,
  .baseModal_contents .c-creditBox_inner.column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 768px) {
  .baseModal_contents .c-creditBox_inner.column3 .c-creditBox_img,
  .baseModal_contents .c-creditBox_inner.column2 .c-creditBox_img,
  .baseModal_contents .c-creditBox_inner.column2both .c-creditBox_img,
  .baseModal_contents .c-creditBox_inner.column1 .c-creditBox_img {
    width: 41%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 75px; } }

.baseModal_close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../svg/icon_close.svg);
  background-size: 20px;
  background-position: center;
  z-index: 20; }
  @media print, screen and (max-width: 767px) {
    .baseModal_close {
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 768px) {
    .baseModal_close {
      top: 0;
      right: 0; } }

.is-modal .c-creditBox_info {
  display: none; }

.is-modal .c-creditBox_img {
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  .is-modal .c-creditBox_img:before, .is-modal .c-creditBox_img:after {
    content: '';
    display: inline-block;
    position: absolute; }
    @media print, screen and (min-width: 1025px) {
      .is-modal .c-creditBox_img:before, .is-modal .c-creditBox_img:after {
        opacity: 0;
        -webkit-transition: .3s opacity ease, .3s transform ease;
        -o-transition: .3s opacity ease, .3s transform ease;
        transition: .3s opacity ease, .3s transform ease; } }
  .is-modal .c-creditBox_img:before {
    background-image: url(../svg/icon_closs.svg);
    z-index: 20;
    background-repeat: no-repeat;
    background-position: center; }
    @media print, screen and (max-width: 1024px) {
      .is-modal .c-creditBox_img:before {
        bottom: 10px;
        right: 10px;
        width: 9px;
        height: 9px;
        background-size: 9px; } }
    @media print, screen and (min-width: 1025px) {
      .is-modal .c-creditBox_img:before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
        width: 50px;
        height: 50px;
        background-size: 50px; } }
  .is-modal .c-creditBox_img:after {
    z-index: 10; }
    @media print, screen and (max-width: 1024px) {
      .is-modal .c-creditBox_img:after {
        display: block;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        background-color: #000; } }
    @media print, screen and (min-width: 1025px) {
      .is-modal .c-creditBox_img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff; } }
  @media print, screen and (min-width: 1025px) {
    .is-modal .c-creditBox_img:hover:before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
      opacity: 1; }
    .is-modal .c-creditBox_img:hover:after {
      opacity: .5; } }

/* --------------------------------------------------
  ショップリスト
 --------------------------------------------------*/
.shoplist {
  max-width: 800px;
  padding: 0 25px; }
  @media print, screen and (max-width: 767px) {
    .shoplist {
      margin: 40px 0; } }
  @media print, screen and (min-width: 768px) {
    .shoplist {
      margin: 64px auto; } }

.shoplistIcon {
  position: relative;
  width: 10px;
  height: 10px; }
  .shoplistIcon span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #000; }
    .shoplistIcon span:nth-child(2) {
      rotate: 90deg;
      -webkit-transition: rotate .3s;
      -o-transition: rotate .3s;
      transition: rotate .3s; }
  .is-open .shoplistIcon span:nth-child(2) {
    rotate: 0deg; }

.shoplistHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .shoplistHead {
      gap: 12px;
      height: 54px;
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .shoplistHead {
      gap: 20px;
      height: 94px;
      font-size: 14px; } }

.shoplistBody {
  display: none; }

.shoplistBlock {
  display: none;
  margin-top: 20px; }
  .shoplistBlock:has(.shoplist_listInner > li) {
    display: block; }

.shoplistBlock_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #aaa;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .shoplistBlock_head {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .shoplistBlock_head {
      font-size: 14px; } }

.shoplist_list {
  display: none; }

@media print, screen and (max-width: 767px) {
  .shoplist_listInner {
    margin-top: 4px; } }

@media print, screen and (min-width: 768px) {
  .shoplist_listInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-top: 10px; } }

.shoplist_listInner li {
  border-bottom: 1px solid #E2E2E2; }
  @media print, screen and (min-width: 768px) {
    .shoplist_listInner li {
      width: calc(50% - 40px / 2); } }
  .shoplist_listInner li a {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media print, screen and (max-width: 767px) {
      .shoplist_listInner li a {
        padding: 12px 20px 12px 0;
        font-size: 12px; } }
    @media print, screen and (min-width: 768px) {
      .shoplist_listInner li a {
        padding: 15px 40px 15px 0;
        font-size: 14px; } }
    @media print, screen and (min-width: 768px) {
      .shoplist_listInner li a:hover {
        opacity: .7; } }
    .shoplist_listInner li a::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 8px;
      height: 8px;
      margin-top: auto;
      margin-left: auto;
      margin-bottom: auto;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      rotate: 45deg; }
      @media print, screen and (max-width: 767px) {
        .shoplist_listInner li a::after {
          margin-right: 0; } }
      @media print, screen and (min-width: 768px) {
        .shoplist_listInner li a::after {
          margin-right: 20px; } }
