@charset "UTF-8";

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}

/*
** ベース
*/
html,
body {
  margin: 0 auto;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  overflow-x: hidden;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  html.is-active-drawer {
    height: 100%;
    overflow: hidden;
  }
}

button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

br.is--pc {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  br.is--pc {
    display: none !important;
  }
}
br.is--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  br.is--sp {
    display: inline !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none) {
  img {
    width: 100%;
  }
}
img.is--pc {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  img.is--pc {
    display: none !important;
  }
}
img.is--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  img.is--sp {
    display: inline !important;
  }
}

p.is--pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  p.is--pc {
    display: none !important;
  }
}
p.is--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  p.is--sp {
    display: block !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:before, a:after {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover {
  color: #a38543;
}
a:hover:before, a:hover:after {
  color: #a38543;
}

*[lang=en] {
  text-transform: uppercase;
  font-family: "copperplate", "Copperplate Gothic Bold ", sans-serif;
}

.display_space {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .display_space {
    display: none;
  }
}

.display_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display_sp {
    display: block;
  }
}

.display_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

.display_pc_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .display_pc_inline {
    display: none;
  }
}

.display_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

.bg_Image__center {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.moreRead {
  text-decoration: underline;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.moreRead:after {
  content: ">";
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -15px;
  margin: auto 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .moreRead:after {
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .moreRead--archive:after {
    top: 0;
  }
}

/************************************/
.wrapper {
  overflow: hidden;
}

/*
** コンテナー中央揃え
*/
.container__full {
  width: 94.6666667%;
  max-width: 1100px;
  margin: 0 auto;
}

/*
** メガメニュー オーバーレイ
*/
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is-active-overlay.slide_overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(44, 51, 49, 0.8);
  z-index: 1;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}

.slide_overlay {
  display: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

/*
** メディア 横並び共通
*/
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
** ヘッダー
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}

.headerLogo {
  text-align: center;
  padding: 36px 0 30px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .headerLogo {
    padding: 18px 0 17px;
  }
}
.headerLogo svg {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 190px;
}
@media screen and (max-width: 768px) {
  .headerLogo svg {
    width: 111.67px;
    height: 25px;
    width: 111.67px;
  }
}

.is-active-logo .headerLogo {
  padding: 10px 0 10px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.is-active-logo .headerLogo svg {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.header__megaNav {
  position: relative;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__info {
    display: none;
  }
}

/**
** パンくず
*/
.headerBreadcrumb {
  background-color: #e6e6e6;
  margin-top: 143px;
}
@media screen and (max-width: 768px) {
  .headerBreadcrumb {
    display: none;
  }
}
.headerBreadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.headerBreadcrumb__item {
  font-size: 10px;
  display: inline-block;
  padding: 11px 0;
}
.headerBreadcrumb__arrow {
  display: inline-block;
  margin: 0 11px;
}

/*
** グローバルナビゲーション
*/
.gNav {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .gNav {
    display: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .gNav > a {
    border-bottom: none;
    padding: 0;
  }
}
.gNav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gNav__wrapper {
    display: block;
  }
}
.gNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gNav__list {
    display: block;
  }
}
.gNav__item {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gNav__item {
    font-size: 14px;
  }
}
.gNav__item.has-child {
  visibility: visible;
  opacity: 1;
}
.gNav__item > a {
  display: inline-block;
  padding: 0 26px 0 25px;
  border-left: 1px solid #b3b3b3;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .gNav__item > a {
    position: relative;
    border: none;
    display: block;
    padding: 25px 0;
    font-size: 14px;
    border-bottom: 1px solid #b3b3b3;
  }
}
.gNav .gNavSlow > a:hover .blank::after {
  opacity: 1;
}
.gNav .gNavSlow > a:hover .blank img {
  opacity: 0;
}
.gNav .gNavSlow > a .blank {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  vertical-align: middle;
}
.gNav .gNavSlow > a .blank::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../img/ico_new_window_hov.svg");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gNav .gNavSlow > a .blank img {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gNavLastDisplay > a {
  border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .gNavLastDisplay > a {
    border-right: none;
  }
}
.gNavChild {
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gNavChild {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.gNavChild__background {
  padding: 13px 0 38px;
  background-color: #fff;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .gNavChild__background {
    padding: 0;
    border-top: none;
  }
}
.gNavChild__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: -10px;
}
.gNavChild__list.c-cate__list {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .gNavChild__list.container__full {
    width: 100%;
  }
}
.gNavChild__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .gNavChild__item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .gNavChild__item:nth-child(3n+1) {
    border-left: 1px solid #b3b3b3;
  }
}
.gNavChild__item .c-cate__item:before, .gNavChild__item .c-cate__item:after {
  display: none;
}
.gNavChild__item > a {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gNavSearch, .gNavRecommended, .gNavExpert, .gNavPresent, .gNavNew, .gNavNews, .gNavHealth, .gNavSns {
  display: none;
}
@media screen and (max-width: 768px) {
  .gNavSearch, .gNavRecommended, .gNavExpert, .gNavPresent, .gNavNew, .gNavNews, .gNavHealth, .gNavSns {
    display: block;
  }
}
.gNavHasChild > a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .gNavContents {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 24px 0 29px;
    vertical-align: top;
    margin: 0;
  }
  .gNavContents > a {
    border-bottom: none;
  }
  .gNavContents--new {
    position: relative;
  }
  .gNavContents--new:before {
    content: "";
    display: inline-block;
    height: 96%;
    width: 1px;
    margin-left: 5px;
    background-color: #b3b3b3;
    position: absolute;
    top: 7%;
    left: -8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gNavContents__thumbnail {
    margin: 21px auto 0;
    width: 86%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gNavContents__body {
    min-height: 90px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gNavContents__text {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gNavContents__title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gNavContents__date {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.gNavSns {
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .gNavSns__text {
    text-align: center;
    margin-top: 34px;
  }
}

.is-active-drawer .gNav {
  overflow-y: scroll;
  height: calc(100vh - 61px);
}

.is-active-drawer .gNav__wrapper {
  margin-top: 10px;
}

.is-active-accordion.gNavChild__term {
  border-bottom: none;
}

.is-active-accordion.gNavChild__term:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/**
* メール登録
*/
.mail {
  letter-spacing: 0.8px;
  font-size: 12px;
}
.mail:before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/ico_mail.svg);
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.mail__link {
  border-bottom: 1px solid #1a1a1a;
}

/**
* 検索フォーム
*/
.search__form {
  margin-top: -11px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search__form {
    margin-left: 0;
  }
}
.search__input {
  border-bottom: 1px solid #1a1a1a;
  width: 250px;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .search__input {
    width: 100%;
  }
}
.search__input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
}
.search__input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
}
.search__input:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
}
.search__input::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
}
.search__input::placeholder {
  color: rgba(26, 26, 26, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
}
.search__button {
  position: absolute;
  top: 2px;
  right: 5px;
}

/*
** セクション
*/
.sectionButton {
  text-align: center;
  margin-top: 2.5rem;
}
.sectionButton__Text {
  display: inline-block;
  font-size: 0.75rem;
  color: #849992;
  margin-bottom: 0.3125rem;
  position: relative;
}
.sectionButton__Text:before, .sectionButton__Text:after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #849992;
  position: absolute;
  top: 2px;
}
.sectionButton__Text:before {
  left: -5px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.sectionButton__Text:after {
  right: -5px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

/*
** 全体の枠
*/
.contents__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 77px;
  }
}

.main {
  width: 69.0909090909%;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}

/*
** 見出し
*/
.ad {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .ad {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ad_full {
    width: 100vw;
    position: relative;
    left: -2.66666665vw;
  }
}
.ad_mgn {
  margin: 30px auto !important;
}
@media screen and (max-width: 768px) {
  .ad_mgn {
    margin: 20px auto !important;
  }
}
.ad > div {
  max-width: 100% !important;
}
.ad > div > div {
  max-width: 100% !important;
}
.ad iframe {
  max-width: 100%;
}

.headline__title {
  position: relative;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #999;
}
.headline__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: inherit;
  border-bottom: 1px solid #cfb970;
}
.headline__title .text {
  display: block;
  padding: 10px 0 12px;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .headline__title .text {
    font-size: 18px;
  }
}
.headline__title--en {
  display: inline-block;
  font-size: 26px;
}
.headline__title--en img {
  vertical-align: baseline;
  width: auto;
}
@media screen and (max-width: 768px) {
  .headline__title--en {
    display: block;
    text-align: center;
  }
}
.headline__title--en.article {
  width: 179px;
}
.headline__title--en.experts {
  width: 100px;
}
.headline__title--en.recipe {
  width: 95px;
}
.headline__title--en.recommend {
  width: 288px;
}
@media screen and (max-width: 768px) {
  .headline__title--en.recommend {
    width: 322px;
  }
}
.headline__title--en.recommendations {
  width: 381px;
}
@media screen and (max-width: 768px) {
  .headline__title--en.recommendations {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .headline__title--en.recommendations img {
    display: block;
    width: 100%;
    max-width: 381px;
    margin-left: auto;
    margin-right: auto;
  }
}
.headline__title--en.gift {
  width: 120px;
}
.headline__title--en.ranking {
  width: 120px;
}
.headline__title--en.newmagazine {
  width: 206px;
}
.headline__title--en.news {
  width: 77px;
}
.headline__title--en.social {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .headline__title--en.article, .headline__title--en.experts, .headline__title--en.recipe, .headline__title--en.recommend, .headline__title--en.gift, .headline__title--en.ranking, .headline__title--en.newmagazine, .headline__title--en.news, .headline__title--en.social {
    margin: 0 auto;
  }
}
.headline__title--ja {
  display: inline-block;
  font-size: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .headline__title--ja {
    display: block;
    text-align: center;
    margin: 8px 0 6px;
  }
}
.headline__title--ja--expert {
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .headline__title--ja--expert {
    margin: 5px 0 5px;
  }
}
.headline__title--ja--topRecommended {
  font-size: 10px;
  margin-left: 11px;
  letter-spacing: 0.8px;
}
.headline__title--ja--sns {
  display: inline-block;
  font-size: 10px;
  margin-left: 10px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .headline__title--ja--sns {
    text-align: center;
    display: block;
  }
}

.headline__title.popular__title {
  margin-bottom: 0.625rem;
}

.headline__title--bg {
  background-color: #FCF5DC;
}

.headline__head {
  padding: 3px 0;
  border-top: 1px double #cfb970;
  border-bottom: 1px double #cfb970;
}
.headline__head .text {
  display: block;
  padding: 20px 0 22px;
  border-top: 1px double #cfb970;
  border-bottom: 1px double #cfb970;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .headline__head .text {
    font-size: 18px;
  }
}

/*
** 共通の記事関連
*/
.c-article {
  width: 31.5789473684%;
  position: relative;
  margin-top: 40px;
}
.c-article__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-title {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.98px;
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.66667;
  }
}
.c-title a {
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-title a {
    padding-top: 0;
  }
}
.c-title--topics {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 1.666667;
  letter-spacing: 0.7px;
}

.c-category__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-category {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 0 20px;
  border-right: 1px solid #b3b3b3;
  letter-spacing: 0.96px;
}
.c-category.--sidebar {
  border-left: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .c-category {
    padding: 0 15px;
  }
}

.c-cate__list {
  border-left: 1px solid #b3b3b3;
  margin-top: 7px;
}
.c-cate__list.--menu {
  margin-top: -11px;
}
@media screen and (max-width: 768px) {
  .c-cate__list.--menu {
    border-left: none;
  }
}

.c-cate__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cate__item {
    margin-top: 10px;
  }
}
.c-cate__item:before, .c-cate__item:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.c-cate__item:before {
  top: -10px;
}
.c-cate__item:after {
  top: 100%;
}
@media screen and (max-width: 768px) {
  .c-cate__item:after {
    top: 12px;
  }
}
.c-cate__item.--menu {
  border: 1px solid #B3B3B3;
  margin-right: 10px;
  border-radius: 4px;
  padding: 0 15px;
  line-height: 24px;
}
.c-cate__item.--menu:hover {
  color: #fff;
  background-color: #a38543;
  border: 1px solid #a38543;
}

.c-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-label {
    width: 34px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    top: 20px;
  }
}
.c-label--ranking {
  background-color: #666;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "copperplate", "Copperplate Gothic Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-label--ranking {
    top: 20px;
  }
}

.c-tag {
  display: inline-block;
  font-size: 12px;
  margin-right: 0.5rem;
}
.c-tag__wrapper {
  margin-top: 16px;
}
.c-tag__wrapper.popularTag__wrapper {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .c-tag__wrapper.popularTag__wrapper {
    margin-top: 0;
  }
}
.c-tag__link {
  text-decoration: underline;
}

.c-thumbnail {
  position: relative;
  overflow: hidden;
}
.c-thumbnail--circle {
  border-radius: 50%;
  z-index: 1;
}
.c-thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.c-thumbnail img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-date {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-date {
    margin-top: 5px;
  }
}
.c-date:before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/ico_date.svg);
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-date--topics {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
}

/**
** カテゴリー横並び
*/
/*
** サイドバー
*/
.sidebar {
  width: 27.2727272727%;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .section.ranking {
  margin: 40px auto 0;
}

.sidebar .banner {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .sidebar .banner {
    margin-top: 61px;
    margin-bottom: 0;
  }
}

/*
** プレゼント
*/
.present {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .present {
    margin-top: 64px;
    margin-bottom: 0;
  }
}
.present__title {
  text-align: left;
}
.present__body {
  margin-top: 24px;
  /*
  background-color: #fff;
  padding: 13px 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .16);
  */
  /*
  &:before,
  &:after {
    content: '';
    display: block;
    width: 98%;
    height: 1px;
    background-color: #b3b3b3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  &:before {
    top: 5px;
  }

  &:after {
    bottom: 5px;
  }
  */
}
@media screen and (max-width: 768px) {
  .present__body {
    padding: 13px 5px;
  }
}
.present__text {
  font-size: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.present__name {
  letter-spacing: 1.28px;
}
.present__date {
  margin-top: 13px;
  font-size: 10px;
  letter-spacing: 0.8px;
}

/*
** ランキング
*/
@media screen and (max-width: 768px) {
  .ranking {
    margin-top: 64px;
  }
}
.rankingArticle {
  position: relative;
}
@media screen and (max-width: 768px) {
  .rankingArticle {
    padding: 20px 0;
  }
}
.rankingArticle__thumbnail {
  width: 26.6666666667%;
}
@media screen and (max-width: 768px) {
  .rankingArticle__thumbnail {
    width: 34%;
    height: 34%;
  }
}
.rankingArticle__wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .rankingArticle__wrapper {
    margin-top: 0;
  }
}
.rankingArticle__body {
  width: 73.3333333333%;
}
@media screen and (max-width: 768px) {
  .rankingArticle__body {
    width: 63%;
  }
}
.rankingArticle__title {
  font-size: 0.75rem;
  line-height: 1.6667;
}
@media screen and (max-width: 768px) {
  .rankingArticle__title {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.5;
  }
}
.rankingArticle__title a {
  padding-left: 10px;
  display: block;
}
.rankingArticle:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .rankingArticle:before {
    top: 20px;
  }
}
.rankingArticle:nth-child(1):before {
  background-image: url(../img/top/ico_ranking_01@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(1):before {
    background-image: url(../img/top/ico_ranking_sp_01@2x.png);
  }
}
.rankingArticle:nth-child(2):before {
  background-image: url(../img/top/ico_ranking_02@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(2):before {
    background-image: url(../img/top/ico_ranking_sp_02@2x.png);
  }
}
.rankingArticle:nth-child(3):before {
  background-image: url(../img/top/ico_ranking_03@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(3):before {
    background-image: url(../img/top/ico_ranking_sp_03@2x.png);
  }
}
.rankingArticle:nth-child(4):before {
  background-image: url(../img/top/ico_ranking_04@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(4):before {
    background-image: url(../img/top/ico_ranking_sp_04@2x.png);
  }
}
.rankingArticle:nth-child(5):before {
  background-image: url(../img/top/ico_ranking_05@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(5):before {
    background-image: url(../img/top/ico_ranking_sp_05@2x.png);
  }
}
.rankingArticle:nth-child(6):before {
  background-image: url(../img/top/ico_ranking_06@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(6):before {
    background-image: url(../img/top/ico_ranking_sp_06@2x.png);
  }
}
.rankingArticle:nth-child(7):before {
  background-image: url(../img/top/ico_ranking_07@2x.png);
}
@media screen and (max-width: 768px) {
  .rankingArticle:nth-child(7):before {
    background-image: url(../img/top/ico_ranking_sp_07@2x.png);
  }
}
.rankingArticle + .rankingArticle {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .rankingArticle + .rankingArticle {
    margin-top: 0;
    border-top: 1px solid #b3b3b3;
  }
}
.ranking__button {
  text-align: center;
  margin-top: 32px;
}
.ranking__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*
** 最新号
*/
.message {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 59px;
  }
}
.messageArticle {
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .messageArticle {
    margin-top: 30px;
  }
}
.messageArticle__thumbnail {
  width: 100%;
  margin: 0 auto;
}
.messageArticle__thumbnail img {
  width: 100%;
}
.messageArticle__body {
  margin-top: 20px;
}
.messageArticle__text {
  font-size: 10px;
  text-decoration: underline;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .messageArticle__text {
    font-size: 12px;
  }
}
.messageArticle__title {
  font-size: 16px;
  margin-top: 13px;
  letter-spacing: 0.8px;
}
.messageArticle__date {
  font-size: 10px;
  margin-top: 16px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .messageArticle__date {
    font-size: 12px;
  }
}
.messageArticle__title--ja {
  display: block;
}

/*
** からだにいいこととは？
*/
.description {
  position: relative;
  padding-bottom: 34px;
  margin: 62px 0 40px;
}
.description__body {
  background-color: #fff;
  padding: 13px 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.description__body:before, .description__body:after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.description__body:before {
  top: 5px;
}
.description__body:after {
  bottom: 5px;
}
.description__title {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.4825;
}
.description__thumbnail img {
  width: 100%;
}

/*
** 編集部からのお知らせ
*/
.topics {
  margin-top: 40px;
}
.topicsArticle {
  padding: 16px 0 20px;
}
.topicsArticle__tag {
  margin-top: 10px;
}
.topicsArticle + .topicsArticle {
  border-top: 1px solid #B3B3B3;
}

/*
** SNS (サイドバー)
*/
.contentsSns {
  margin-top: 44px;
  padding-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .contentsSns {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.contentsSns__wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contentsSns__wrapper {
    margin-top: 15px;
  }
}
.contentsSns__title {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contentsSns__title--ja--sns {
    margin: 3px 0 6px;
  }
}
.contentsSns__text {
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
  letter-spacing: 0.8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsSns__text {
    margin-top: 30px;
    font-size: 12px;
  }
}
.contentsSns__text:before, .contentsSns__text:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #1a1a1a;
  position: absolute;
  top: 0px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsSns__text:before, .contentsSns__text:after {
    height: 10px;
  }
}
.contentsSns__text:before {
  left: 74px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .contentsSns__text:before {
    left: 116px;
  }
}
.contentsSns__text:after {
  right: 80px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .contentsSns__text:after {
    right: 120px;
  }
}

/*
** SNS
*/
.sns {
  text-align: center;
  margin-right: 20px;
}
.sns__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__item + .sns__item {
  margin-left: 33px;
}
@media screen and (max-width: 768px) {
  .sns__item + .sns__item {
    margin-left: 30px;
  }
}
.sns_item a {
  fill: #a38543;
}
.sns__item path {
  height: 22px;
}
@media screen and (max-width: 768px) {
  .sns__item path {
    height: 30px;
  }
}
.sns__item path:hover {
  fill: #a38543;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sns__item--line, .sns__item--insta, .sns__item--facebook {
  width: 30px;
}
.sns__item--twitter {
  width: 37px;
}

.footerSns {
  text-align: center;
  margin-right: 20px;
}
.footerSns__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerSns__item + .footerSns__item {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footerSns__item + .footerSns__item {
    margin-left: 30px;
  }
}
.footerSns__item g:hover {
  color: #333;
}

.section.promotion {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section.promotion {
    margin-top: 0;
  }
}

/*
* フッター
*/
.footer {
  position: relative;
  background-color: #333;
  color: #fff;
  margin-top: 130px;
  padding: 63.5px 0 12px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 82px;
    padding: 52px 0 12px;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    display: none;
  }
}
.footer__logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  width: 189.97px;
}
.footerNav, .footerInfo {
  text-align: center;
}
.footerNav__list, .footerInfo__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footerNav__list, .footerInfo__list {
    display: block;
  }
}
.footerNav__item a:hover, .footerInfo__item a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footerNav__item a {
  padding: 0 20px;
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 12px;
  color: #fff;
}
.footerNav__item a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footerNav__item a:hover img {
  opacity: 0.6;
}
.footerNav__item a img {
  width: 13px;
  height: 13px;
  margin-left: 4px;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footerNav__item:last-of-type a {
  border-right: 1px solid #fff;
}
.footerInfo {
  margin-bottom: 12px;
}
.footerInfo__item a {
  padding: 0 10px;
  display: inline-block;
  font-size: 10px;
  color: #ccc;
}
.footerInfo__item + .footerInfo__item a {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .footerInfo__item + .footerInfo__item a {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .footerInfo__item + .footerInfo__item {
    margin-top: 6px;
  }
}
.footerButton__Top {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer__copyright {
  font-size: 0.5rem;
  color: #ccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 31px;
  }
}

.footerSns__item path:hover {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  fill: rgba(255, 255, 255, 0.6);
}

/*
** ボタン
*/
.sectionButton:after {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  right: 18px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button__primary {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 300px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
  letter-spacing: 1.12px;
  font-size: 14px;
}
.button__primary--narrow {
  height: 40px;
  line-height: 40px;
}
.button__primary--form {
  width: 300px;
  height: 56px;
  background-color: rgba(26, 26, 26, 0.6);
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button__primary--form {
    height: 48px;
  }
}
.button__primary--back {
  width: 300px;
  height: 56px;
  background-color: rgba(26, 26, 26, 0.6);
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .button__primary--back {
    height: 48px;
  }
}
.button__primary--submit {
  width: 300px;
  height: 56px;
  line-height: 56px;
  background-color: #1a1a1a;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button__primary--submit {
    height: 48px;
    line-height: 48px;
  }
}
.button__primary:hover {
  background-color: #a38543;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .button__primary {
    font-size: 12px;
    width: 260px;
  }
}

.button__top {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(179, 179, 179, 0.8);
  text-align: center;
  font-size: 12px;
  padding-top: 23px;
}
.button__top:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 50%;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: translate(-50%, 100%) rotate(-45deg);
      -ms-transform: translate(-50%, 100%) rotate(-45deg);
          transform: translate(-50%, 100%) rotate(-45deg);
}
.button__top:hover {
  color: #1a1a1a;
}

/* Hamburger Button */
.button-hamburger {
  position: fixed;
  top: 17px;
  left: 9px;
  z-index: 3;
  cursor: pointer;
  height: 32px;
}

.button-hamburger__line {
  display: block;
  height: 2px;
  width: 28px;
  border-radius: 1px;
  background-color: #1a1a1a;
}

.button-hamburger__line--1 {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.button-hamburger__line--2 {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.button-hamburger__text {
  color: #1a1a1a;
  font-size: 12px;
  font-family: "copperplate", "Copperplate Gothic Bold", sans-serif;
}
.button-hamburger__text img {
  width: 28px;
  vertical-align: -2px;
}

.is-active-drawer .button-hamburger__line--1 {
  -webkit-transform: translateY(2px) rotate(45deg);
      -ms-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-active-drawer .button-hamburger__line--2 {
  -webkit-transform: translateY(0px) rotate(-45deg);
      -ms-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-active-drawer .button-hamburger__text {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.grad-trigger::after {
  content: "";
  /*クリック前のボタンのラベル*/
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 80px;
  /*隠した後の高さ*/
}
@media screen and (max-width: 768px) {
  .grad-item.is-hide {
    height: 67px;
  }
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
}

.grad-trigger.is-show {
  bottom: -2em;
}

.grad-trigger.is-show::after {
  content: "";
  /*クリック後にボタンのラベルを変える*/
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .cate-trigger::after {
    content: "";
    /*クリック前のボタンのラベル*/
  }
}

@media screen and (max-width: 768px) {
  .cate-item {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .cate-item.is-cate-hide {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cate-item.is-cate-hide:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 20px;
    z-index: 1;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
}

@media screen and (max-width: 768px) {
  .cate-trigger.is-show {
    bottom: -2em;
  }
}

@media screen and (max-width: 768px) {
  .cate-trigger.is-show::after {
    content: "";
    /*クリック後にボタンのラベルを変える*/
  }
}

@media screen and (max-width: 768px) {
  .cate-trigger.is-cate-show + .cate-item::before {
    display: none;
  }
}

.toggle__button--simple {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.toggle__button--simple:before, .toggle__button--simple:after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: -12px;
  background-color: #1a1a1a;
}
.toggle__button--simple:hover:before, .toggle__button--simple:hover:after {
  background-color: #a38543;
}
.toggle__button--simple:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-active-accordion .toggle__button--simple:after {
  display: none;
}

.is-active-accordion .toggle__button--simple:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
** タグボタンのプラスボタン
*/
.button__innerLink {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 300px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #1a1a1a;
  letter-spacing: 1.12px;
  font-size: 14px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.button__innerLink:hover {
  color: #a38543;
  border: 1px solid #a38543;
}
@media screen and (max-width: 768px) {
  .button__innerLink {
    font-size: 12px;
    width: 260px;
  }
}
.button__innerLink:before, .button__innerLink:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  background-color: #1a1a1a;
}
.button__innerLink:hover:before, .button__innerLink:hover:after {
  background-color: #a38543;
}
.button__innerLink:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.gradation__button.is-show .button__innerLink:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.gradation__button.is-show .button__innerLink:after {
  display: none;
}

/*
** ページ区切り
*/
.pagination {
  margin-bottom: 0px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 38px;
  }
}
.pagination ol {
  counter-reset: none;
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.pagination li:before {
  content: none;
}
.pagination li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.pagination__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 403px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination__inner {
    width: 298px;
  }
}
.paginationList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .paginationList__item--narrow {
    letter-spacing: -1.4px;
    margin-right: 0px;
    text-indent: -3.4px;
  }
}
.paginationList__item + .paginationList__item {
  margin-left: 15px;
}
.paginationList__item.current {
  pointer-events: none;
}
.paginationList__item > a {
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.paginationList__item > a:hover {
  color: #a38543;
  border: 1px solid #a38543;
}
@media screen and (max-width: 768px) {
  .paginationList__item > a {
    font-size: 16px;
    font-weight: 500;
  }
}
.paginationList__item.current a {
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}
.paginationList__item--dots > a {
  color: #b3b3b3;
  border: none;
  width: auto;
}
.pagination__button {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination__button {
    margin-bottom: 40px;
  }
}
.pagination--prev {
  margin-right: 5px;
}
.pagination--prev path:hover {
  stroke: #a38543;
}
.pagination--next {
  margin-left: 5px;
}
.pagination--next path:hover {
  stroke: #a38543;
}
@media screen and (max-width: 768px) {
  .pagination--prev svg, .pagination--next svg {
    width: 25px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bannerArea {
    margin-top: 60px;
    text-align: center;
  }
}
.bannerArea .banner__pic {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bannerArea .banner__pic:hover {
  opacity: 0.7;
}
.bannerArea--big {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bannerArea--big {
    margin-bottom: 60px;
  }
}
.bannerArea--small {
  margin-bottom: 20px;
}
.bannerArea--small:last-child {
  margin-bottom: 40px;
}

/**
** ポップアップバナー
*/
.popupBanner {
  display: none;
  position: fixed;
  width: 300px;
  height: 200px;
  right: 19px;
  bottom: 27px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .popupBanner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 20px;
  }
}
.popupBanner__pic {
  cursor: pointer;
}
.popupBanner__close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .popupBanner__close {
    right: -3px;
  }
}