@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@media screen and (min-width: 768px) {
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
  }

  article, aside, footer, header, nav, section {
    display: block;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  figcaption, figure, main {
    display: block;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:active, a:hover {
    outline-width: 0;
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  b, strong {
    font-weight: inherit;
    font-weight: bolder;
  }

  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  dfn {
    font-style: italic;
  }

  mark {
    background-color: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  audio, video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  img {
    border-style: none;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button, input {
    overflow: visible;
  }

  button, select {
    text-transform: none;
  }

  [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
  }

  [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }

  progress {
    display: inline-block;
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }

  [type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }

  details, menu {
    display: block;
  }

  summary {
    display: list-item;
  }

  canvas {
    display: inline-block;
  }

  [hidden], template {
    display: none;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  ::-moz-selection, ::selection, ::-moz-selection {
    background: #f0dac7;
  }

  body {
    color: #333;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    word-wrap: break-word;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  label {
    font-weight: 400;
  }

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

  a {
    color: inherit;
    text-decoration: none;
  }

  button, input, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
  }

  input, select, textarea {
    font-size: 16px !important;
  }

  select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
  }

  input::-ms-clear {
    visibility: hidden;
  }
  input[type=number] {
    -moz-appearance: textfield;
    -ms-appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=search] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0 !important;
  }

  .l-container, body {
    min-width: 1060px;
  }

  .l-container {
    width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-container--wrap {
    margin-bottom: 80px;
  }

  .l-container__main {
    width: 650px;
    float: left;
  }

  .l-container__main__inner + .l-container__main__inner {
    margin-top: 60px;
  }

  .l-container__main__inner--slider + .l-container__main__inner {
    margin-top: 104px;
  }
  .l-container__main__inner--slider .c-slider-content {
    min-height: 100px;
  }

  .l-container__side {
    width: 300px;
    float: right;
  }

  .l-container__top_dictionary {
    width: 100%;
    min-width: 1060px;
    margin: 64px auto;
  }

  .l-container__main__wrap {
    margin-top: 40px;
  }
  .l-container__main__wrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .l-container__article {
    margin-top: 40px;
  }

  .l-contaienr__contents--none-title {
    margin-top: 0;
  }

  .l-container__head-ad {
    width: 1060px;
    min-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .l-container__head-ad > * {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .l-header-wrapper {
    padding-bottom: 30px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  body.top .l-header-wrapper {
    padding-bottom: 0;
  }

  .l-header {
    width: 100%;
    height: 160px;
    min-width: 1060px;
    z-index: 5;
    text-align: center;
    position: relative;
  }
  .l-header.is-show-megamenu .l-header__megamenu__inner {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }

  .l-header__inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
  }

  .l-header__logo {
    display: inline-block;
    font-size: 0;
    overflow: hidden;
  }
  .l-header__logo h1 {
    margin: 30px 0;
  }
  .l-header__logo img {
    width: 111px;
  }

  .l-header__nav.is-active .c-nav__item a {
    pointer-events: none;
  }
  .l-header__nav.is-active .l-header__search {
    width: 350px;
    padding-left: 15px;
  }
  .l-header__nav.is-active .c-input-search__wrap--header {
    border: 1px solid #ccc;
  }
  .l-header__nav.is-active .c-input-search__wrap--header .c-input-search {
    padding: 0 40px 0 42px;
  }
  .l-header__nav.is-active .c-input-search {
    visibility: visible;
    padding: 0 40px 0 50px;
  }
  .l-header__nav.is-active .c-input-search::-webkit-input-placeholder, .l-header__nav.is-active .c-input-search:-ms-input-placeholder, .l-header__nav.is-active .c-input-search::-ms-input-placeholder, .l-header__nav.is-active .c-input-search::placeholder {
    color: #ddd;
  }
  .l-header__nav.is-active .c-input-search-clear {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .l-header__nav.is-active .c-input-search-label {
    left: 14px;
    background-image: url("../assets/img/common/icon_search.png");
  }

  .l-header__search {
    text-align: left;
    width: 18px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 3;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .l-header__search form {
    width: 100%;
    height: 100%;
  }

  .l-header__sns {
    position: absolute;
    top: 46px;
    right: 70px;
  }

  .l-header__megamenu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    background-color: #000;
    z-index: 6;
    text-align: left;
  }

  .l-header__megamenu__inner {
    width: 100%;
    max-width: 1060px;
    min-width: 1060px;
    margin: 0 auto;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.5s ease;
    transition: opacity 0.4s ease, visibility 0.5s ease;
  }

  .l-header__megamenu__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
    z-index: 4;
  }
  .l-header__megamenu__bg.is-visible {
    opacity: .7;
    visibility: visible;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .l-header--fixed {
    height: 62px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  .l-header--fixed .l-header__nav.is-active .c-nav {
    opacity: 0;
  }
  .l-header--fixed .l-header__inner {
    max-width: none;
  }
  .l-header--fixed .l-header__inner:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .l-header--fixed .l-header__logo {
    float: left;
  }
  .l-header--fixed .l-header__logo h1 {
    margin: 17px 0 0;
  }
  .l-header--fixed .l-header__logo img {
    width: 80px;
  }
  .l-header--fixed .l-header__sns {
    display: none;
  }
  .l-header--fixed .l-header__nav {
    float: right;
    margin-right: 20px;
  }
  .l-header--fixed .c-nav__item a {
    line-height: 62px;
  }
  .l-header--fixed .l-header__search {
    top: 10px;
  }

  .l-footer {
    background-color: #000;
    margin: 0;
    color: #fff;
  }

  .l-footer__inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 60px 30px 36px;
    position: relative;
    overflow: hidden;
  }

  .l-side-sns {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 2;
  }

  .l-section {
    margin-top: 118px;
  }

  .l-pagetop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 3;
  }
  .l-pagetop.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .l-breadcrumbs {
    opacity: 0;
    margin-top: 0;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    z-index: 8;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .l-index-head {
    min-width: 1060px;
    background-color: #000;
    padding: 0 0 70px;
    margin: 0 0 80px;
  }
  .l-index-head .c-card-title.js-ga-article-title {
    color: #fff;
  }

  .p-index-head-pickup {
    max-width: 1060px;
    min-width: 1060px;
    margin: 40px auto 0;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-index-head-pickup-title {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .l-footer-widget--ranking {
    background-color: #000;
    color: #fff;
    padding: 80px 0 60px;
  }

  .l-footer-widget--instagram {
    background-color: #333;
    color: #fff;
    padding: 80px 0;
  }

  .l-footer-widget--instagram__main {
    padding: 0 0 25px;
  }

  .l-footer-widget__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c-nav {
    font-size: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .c-nav--header {
    pointer-events: none;
  }
  .c-nav--header ul {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-nav--header ul li {
    pointer-events: none;
  }

  .c-nav__item {
    position: relative;
    text-align: center;
  }
  .c-nav__item a {
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    pointer-events: auto;
    position: relative;
    z-index: 8;
  }
  .c-nav__item a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ae7c4f;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .c-nav__item a.is-current, .c-nav__item a.is-current--permanent, .c-nav__item a:hover {
    color: #ae7c4f;
  }
  .c-nav__item a.is-current--permanent:after, .c-nav__item a.is-current:after, .c-nav__item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-nav__item a.is-current--permanent {
    -webkit-transition: none;
    transition: none;
  }
  .c-nav__item a.is-current--permanent:after {
    -webkit-transition: none;
    transition: none;
  }

  .c-nav__sub {
    pointer-events: none;
  }
  .c-nav__sub span {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .c-nav-footer {
    width: 200px;
    float: left;
  }
  .c-nav-footer + .c-nav-footer {
    margin-left: 50px;
  }

  .c-nav-footer__title {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 3px;
  }

  .c-nav-footer-item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    display: block;
  }
  .c-nav-footer-item + .c-nav-footer-item {
    margin-top: 10px;
  }

  .c-nav-footer--row .c-nav-footer__title {
    margin-bottom: 20px;
  }

  .c-nav-footer--col {
    width: 100%;
    overflow: hidden;
  }
  .c-nav-footer--col .c-nav-footer-item, .c-nav-footer--col .c-nav-footer-list {
    display: inline-block;
  }
  .c-nav-footer--col .c-nav-footer__title {
    display: inline-block;
    min-width: 170px;
    line-height: 14px;
    float: left;
  }
  .c-nav-footer--col .c-nav-footer-list {
    width: 83%;
    float: right;
  }
  .c-nav-footer--col .c-nav-footer-item {
    min-height: 24px;
    margin-top: 0;
    vertical-align: top;
    line-height: 14px;
  }
  .c-nav-footer--col .c-nav-footer-item:not(:last-child) {
    margin-right: 20px;
  }
  .c-nav-footer--col + .c-nav-footer--col {
    margin-top: 24px;
    margin-left: 0;
  }

  .c-nav-category {
    width: 100%;
    height: 94px;
    background-color: #fff;
    padding: 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1;
  }

  .c-nav-category-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .c-nav-category-items {
    margin: 0;
    border-top: 1px solid #ddd;
    list-style: none;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .c-nav-category-items:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .c-nav-category-items--news .c-nav-category-item a {
    padding: 10px 21px 30px;
    letter-spacing: 0;
  }

  .c-nav-category-items--voice .c-nav-category-item a {
    padding: 10px 20px 30px;
  }

  .c-nav-category-item {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 17px;
    position: relative;
  }
  .c-nav-category-item:before {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #ae7c4f;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .c-nav-category-item:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 12px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
  }
  .c-nav-category-item a {
    padding: 10px 34px 30px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-nav-category-item.is-current a, .c-nav-category-item:hover a {
    color: #ae7c4f;
  }
  .c-nav-category-item.is-current:before, .c-nav-category-item:hover:before {
    opacity: 1;
  }
  .c-nav-category-item.is-current:after, .c-nav-category-item:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ae7c4f;
  }
  .c-nav-category-item.is-current a, .c-nav-category-item.is-current:after {
    -webkit-transition: none;
    transition: none;
  }

  .c-nav-category-wrap:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .c-nav-category-items {
    border-top: none;
  }
  .c-nav-category-items:after {
    display: none;
  }

  .c-nav-category-wrap--slider {
    overflow: hidden;
    /* padding-left: 40px; */
  }
  .c-nav-category-wrap--slider.c-nav-category-wrap--in-transition {
    -webkit-transition: padding 0.2s ease-out 0s;
    transition: padding 0.2s ease-out 0s;
  }
  .c-nav-category-wrap--slider .c-nav-category-items {
    position: relative;
    height: 100%;
    z-index: 1;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    overflow: visible;
  }
  .c-nav-category-wrap--slider .c-nav-category-item {
    width: auto;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-nav-category-wrap--slider .c-nav-category-item a {
    padding: 10px 24px 30px;
  }
  .c-nav-category-wrap--slider .c-nav-category-button {
    border: none;
    z-index: 8;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-nav-category-wrap--slider .c-nav-category-button .c-nav-category-button__icon {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    width: 100%;
  }
  .c-nav-category-wrap--slider .c-nav-category-button--disabled {
    display: none;
  }
  .c-nav-category-wrap--slider .c-nav-category-button--prev {
    left: 0;
  }
  .c-nav-category-wrap--slider .c-nav-category-button--next {
    right: 0;
  }

  .c-input-search__wrap {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .c-input-search__wrap--header {
    height: 40px;
    border: 1px solid transparent;
  }

  .c-input-search {
    width: 100%;
    height: 40px;
    position: absolute;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 10px;
    right: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s ease;
    transition: visibility 0.4s ease;
    z-index: 0;
  }
  .c-input-search::-webkit-input-placeholder, .c-input-search:-ms-input-placeholder, .c-input-search::-ms-input-placeholder, .c-input-search::placeholder {
    color: transparent;
  }

  .c-input-search-clear {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 14px;
    background-image: url("../assets/img/common/icon_search_close.png");
    background-position: 50% 50%;
    background-size: 10px 10px;
    background-repeat: none;
    text-indent: -999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .c-input-search-label {
    width: 16px;
    height: 16px;
    background-image: url("../assets/img/common/icon_search_white.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px auto;
    position: relative;
    top: 10px;
    left: 0;
    display: block;
    max-width: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .c-input-search-label img {
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .c-heading {
    display: inline-block;
    line-height: 1;
    font-weight: 400;
  }

  .c-heading--02 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .c-heading--03 {
    font-size: 16px;
    font-size: 1rem;
  }

  .c-heading--sub {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .c-heading--account {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ae7c4f;
  }

  .c-link {
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-link:focus, .c-link:hover {
    color: inherit;
    text-decoration: none;
    opacity: .5;
  }

  .c-link--more {
    color: #ae7c4f;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 10px;
  }
  .c-link--more:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: -2px;
    left: -10px;
    background-image: url("../assets/img/common/icon_more.png");
    background-size: 13px 13px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .c-link--search-article {
    color: #ae7c4f;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 10px;
  }
  .c-link--search-article:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 1px;
    left: -10px;
    background-image: url("../assets/img/common/icon_search_gold.png");
    background-size: 13px 13px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .c-link--search {
    color: #ae7c4f;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 10px;
    font-weight: 700;
  }
  .c-link--search:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: -15px;
    background-image: url("../assets/img/common/icon_search_gold.png");
    background-size: 18px 18px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .c-card {
    position: relative;
    display: inline-block;
  }
  .c-card a {
    display: block;
  }
  .c-card a:hover .c-card-overlay span {
    color: #000;
    visibility: visible;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .c-card a:hover .c-card-overlay span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .c-card a:hover .c-card-thum img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .c-card a:hover .c-card-thum:before {
    opacity: .7;
  }
  .c-card .c-card-overlay {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-card .c-card-overlay span {
    display: block;
    line-height: 20px;
    visibility: hidden;
    color: transparent;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
  }
  .c-card .c-card-overlay span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-card .c-card-thum {
    width: 100%;
    position: relative;
    font-size: 0;
    overflow: hidden;
    z-index: 0;
  }
  .c-card .c-card-thum img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-card .c-card-thum:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 1;
  }
  .c-card img {
    width: 100%;
    max-height: 100%;
    height: auto;
  }
  .c-card .c-card-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin: 10px 0;
  }

  .c-card__information {
    margin: 12px 0 14px;
  }
  .c-card__information .c-card-date {
    margin-right: 14px;
  }
  .c-card__information .c-card-category {
    position: relative;
  }
  .c-card__information .c-card-category + .c-card-category:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -13px;
  }

  .c-card-date {
    color: #999;
    line-height: 1;
    margin-bottom: 10px;
  }

  .c-card-category, .c-card-date {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .c-card-category {
    color: #ae7c4f;
    font-weight: 700;
  }

  .c-card-category--sub {
    position: relative;
    margin-left: 20px;
  }

  .c-card--s-thum .c-card__group {
    overflow: hidden;
  }
  .c-card--s-thum .c-card__group .c-card-title {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .c-card--s-thum .c-card__group:hover .c-card-thum img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .c-card--s-thum .c-card__group:hover .c-card-ranking, .c-card--s-thum .c-card__group:hover .c-card-title {
    opacity: .5;
  }
  .c-card--s-thum .c-card-thum {
    max-width: 120px;
    float: left;
  }
  .c-card--s-thum .c-card-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 0 135px;
    border: none;
  }
  .c-card--s-thum .c-card__information {
    margin-top: 12px;
  }

  .c-card-dictionary {
    width: 220px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 10px;
    outline: none;
    vertical-align: top;
  }

  .c-card-dictionary__thum img {
    width: 170px;
    max-width: 100%;
    margin: 0 auto;
  }

  .c-card-dictionary__title {
    width: auto;
    margin-top: 40px;
    text-align: left;
    line-height: 1.2em;
  }
  .c-card-dictionary__title span {
    max-width: 180px;
    display: inline-block;
    line-height: 1.4em;
    margin-top: -2px;
    overflow: hidden;
    vertical-align: top;
    word-break: break-all;
  }

  .c-card-dictionary__title-sub {
    width: auto;
    text-align: center;
    color: #999;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 16px;
  }

  .c-card-dictionary__flag {
    float: left;
    margin-right: 10px;
  }
  .c-card-dictionary__flag img {
    width: 22px;
    height: 14px;
  }

  .c-card-country-name {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    display: inline-block;
  }

  .c-card--magazine {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .c-card--magazine a {
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .c-card--magazine a:hover p {
    opacity: .5;
  }
  .c-card--magazine .c-card-thum {
    width: auto;
    display: inline-block;
    float: left;
  }
  .c-card--magazine .c-card-thum img {
    width: 128px;
  }
  .c-card--magazine .c-card__summary {
    margin-left: 148px;
  }
  .c-card--magazine .c-card__summary p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.58em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .c-card--magazine .c-card__summary .c-card-title, .c-card--magazine .c-card__summary p {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-card--magazine .c-card__summary .c-card-title {
    padding-top: 0;
    padding-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.714em;
    border: none;
  }
  .c-card--magazine .c-card__summary .c-card-magazine-release {
    padding-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }

  .c-card--365 .c-article-date-365 {
    margin-left: 12px;
    width: 86px;
  }
  .c-card--365 .c-card__group {
    background-color: #fff;
    color: #000;
  }
  .c-card--365 .c-card-thum {
    max-width: 130px;
  }
  .c-card--365 .c-card-title {
    clear: both;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-card--brand .c-card-title {
    border: none;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
  }
  .c-card--brand .c-card-title span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4em;
    font-weight: 400;
    display: block;
  }
  .c-card--brand .c-card__information {
    border: none;
    padding-top: 0;
  }
  .c-card--brand .c-card-brand__published {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-card--brand .c-card-brand__country, .c-card--brand .c-card-brand__published {
    display: inline-block;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-card--brand .c-card-brand__country {
    vertical-align: middle;
    margin-left: 15px;
  }
  .c-card--brand .c-card-brand__country img {
    width: 22px;
    height: 14px;
    vertical-align: middle;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-card--brand .c-card-brand__country .c-card-country-name {
    line-height: 14px;
    padding-bottom: 0.2em;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-card--brand .c-card-brand__country:hover {
    position: relative;
  }
  .c-card--brand .c-card-brand__country:hover .c-card-country-name, .c-card--brand .c-card-brand__country:hover img {
    opacity: .5;
  }
  .c-card--brand .c-card-brand__country:hover .c-card-country-name:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url("../assets/img/common/text_border_bottom.jpg");
    background-size: 5px 1px;
    background-position: 0;
    background-repeat: repeat-x;
    opacity: .8;
    bottom: -3px;
  }

  .c-card__group--ranking {
    width: 270px;
  }
  .c-card__group--ranking .c-card-ranking {
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .c-card__group--ranking .c-card-title {
    margin-top: 14px;
    margin-left: 0;
    margin-bottom: 4px;
  }

  .c-sidebar__v-zone__head {
    border: 1px solid #ddd;
    padding: 14px 20px;
    position: relative;
    z-index: 0;
  }

  .c-sidebar__v-zone__content {
    min-height: 369px;
    border: 1px solid #ddd;
    padding: 14px 20px 16px;
    margin-top: 4px;
    position: relative;
    z-index: 0;
  }
  .c-sidebar__v-zone__content:after {
    content: "";
    display: block;
    width: 268px;
    height: 10px;
    background-image: url("../assets/img/pc/v_zone/calendar_spring.png");
    background-repeat: no-repeat;
    background-size: 268px 10px;
    background-position: 50%;
    position: absolute;
    top: -8px;
    left: 16px;
    z-index: 1;
  }

  .c-sidebar__v-zone-message {
    text-align: center;
    margin-bottom: 14px;
  }
  .c-sidebar__v-zone-message img {
    width: 144px;
  }

  .c-sidebar__v-zone-title {
    text-align: center;
  }

  .c-sidebar__v-zone-title--l {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-sidebar__v-zone-title--m {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 6px;
  }

  .c-sidebar__v-zone-title--s {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 1px;
  }

  .c-sidebar__v-zone__date {
    margin-top: 5px;
    position: relative;
  }

  .c-sidebar__v-zone-date, .c-sidebar__v-zone-weekday {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
    position: absolute;
    top: 10px;
  }

  .c-sidebar__v-zone-date {
    left: 0;
  }

  .c-sidebar__v-zone-weekday {
    right: 0;
  }

  .c-sidebar__v-zone-day {
    font-size: 30px;
    font-size: 1.875rem;
    display: block;
    text-align: center;
  }

  .c-sidebar__v-zone__thum {
    display: block;
    margin-top: 14px;
    overflow: hidden;
    font-size: 0;
  }
  .c-sidebar__v-zone__thum img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-sidebar__v-zone__thum:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .c-sidebar__v-zone__thum:hover .c-sidebar__v-zone__image:before {
    opacity: .5;
  }

  .c-sidebar__v-zone__image {
    position: relative;
  }
  .c-sidebar__v-zone__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 1;
  }

  .c-sidebar__v-zone__more {
    margin-top: 14px;
    text-align: center;
  }

  .c-sidebar__v-zone__search {
    margin-top: 15px;
    padding-top: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #ddd;
    text-align: center;
  }

  .c-sidebar__snap__header {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .c-sidebar__snap-title {
    display: inline-block;
  }

  .c-sidebar__snap-title-sub {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 16px;
    color: #999;
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
  }

  .c-sidebar__snap__more {
    float: right;
  }

  .c-sidebar__snap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-sidebar__snap-item {
    width: 98px;
    display: block;
    float: left;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 3px;
  }
  .c-sidebar__snap-item:not(:nth-child(3n)) {
    margin-right: 3px;
  }
  .c-sidebar__snap-item img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-sidebar__snap-item:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .c-sidebar__snap-item:hover .c-sidebar__snap__image:before {
    opacity: .5;
  }

  .c-sidebar__snap__image {
    position: relative;
  }
  .c-sidebar__snap__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 1;
  }

  .c-sidebar__instagram__header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .c-sidebar__instagram-title {
    display: inline-block;
  }

  .c-sidebar__instagram__more {
    float: right;
  }

  .c-sidebar__magazine {
    border: 1px solid #ddd;
    padding: 24px;
    overflow: hidden;
  }

  .c-sidebar__magazine-cover img {
    vertical-align: top;
  }

  .c-sidebar__magazine-data {
    text-align: center;
    position: relative;
    margin-top: 20px;
  }

  .c-sidebar__magazine-logo {
    width: 100px;
    margin-bottom: 24px;
  }

  .c-sidebar__magazine-month {
    position: absolute;
    top: 0;
    right: 0;
  }

  .c-sidebar__magazine-label {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
  }

  .c-sidebar__magazine-label--l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }

  .c-sidebar__magazine-contents {
    clear: both;
    margin-top: 10px;
  }

  .c-sidebar__magazine-item + .c-sidebar__magazine-item {
    margin-top: 12px;
  }

  .c-sidebar__magazine-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 400;
  }

  .c-sidebar__magazine-title-sub {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
    line-height: 16px;
  }

  .c-sidebar__magazine__more {
    margin-top: 15px;
    text-align: center;
  }

  .c-sidebar__banner-item + .c-sidebar__banner-item {
    margin-top: 16px;
  }

  .c-sidebar-banner {
    width: 100%;
    height: 78px;
    display: block;
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .c-sidebar-banner:hover {
    opacity: .5;
  }

  .c-sidebar-banner__label {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-sidebar-banner__label span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-sidebar-banner__label h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .c-megamenu {
    width: 100%;
    padding: 40px 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.5s ease;
    transition: opacity 0.4s ease, visibility 0.5s ease;
  }
  .c-megamenu.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.14s ease;
    transition: opacity 0.14s ease;
  }

  .c-megamenu--brand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-megamenu-item {
    width: 230px;
  }
  .c-megamenu-item + .c-megamenu-item {
    margin-left: 24px;
  }
  .c-megamenu-item a {
    color: #fff;
  }
  .c-megamenu-item .c-card-category a {
    color: #ae7c4f;
  }

  .c-megamenu-item--snap {
    width: 135px;
    height: 205px;
    margin-bottom: 20px;
  }
  .c-megamenu-item--snap + .c-megamenu-item--snap {
    margin-left: 35px;
  }

  .c-megamenu-item--brand {
    width: 310px;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .c-megamenu-item--brand + .c-megamenu-item--brand {
    margin-left: 0;
  }
  .c-megamenu-item--brand .c-card-thum {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
  }
  .c-megamenu-item--brand .c-card-thum img {
    width: 46px;
    height: 46px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-megamenu-item--brand .c-card-title {
    margin-left: 60px;
  }

  .c-side-sns {
    width: 54px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
  }

  .c-side-sns__label {
    margin-bottom: 20px;
  }

  .c-side-sns__item a {
    display: inline-block;
  }

  .c-side-sns__item--fb img, .c-side-sns__item--tw img {
    width: 22px;
    height: 22px;
  }

  .c-side-sns__item--in img {
    width: 20px;
    height: 20px;
  }

  .c-side-sns__item--rs img {
    width: 17px;
    height: 17px;
  }

  .c-side-sns__item + .c-side-sns__item {
    margin-top: 24px;
  }

  .c-header-sns {
    text-align: right;
    font-size: 0;
  }

  .c-header-sns__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
  }
  .c-header-sns__item a {
    display: block;
  }

  .c-header-sns__item--fb img, .c-header-sns__item--tw img {
    width: 22px;
    height: 22px;
  }

  .c-header-sns__item--in img {
    width: 20px;
    height: 20px;
  }

  .c-header-sns__item--rs img {
    width: 17px;
    height: 17px;
  }

  .c-slider {
    opacity: 0;
  }
  .c-slider.slick-slider {
    margin: 0;
  }
  .c-slider .slick-arrow:hover {
    background-color: gray;
  }
  .c-slider .slick-prev {
    width: 40px;
    height: 40px;
    left: 0;
    background-color: #000;
    -webkit-transition: background-color 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: background-color 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    z-index: 1;
  }
  .c-slider .slick-prev:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_prev.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }
  .c-slider .slick-next {
    width: 40px;
    height: 40px;
    right: 0;
    background-color: #000;
    -webkit-transition: background-color 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: background-color 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    z-index: 1;
  }
  .c-slider .slick-next:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_next.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }
  .c-slider .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 11px;
    font-size: 0;
    text-align: center;
    z-index: 1;
  }
  .c-slider .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .c-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  .c-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .c-slider .slick-dots li.slick-active {
    background-color: #fff;
  }

  .c-slider--top .slick-list {
    background-color: #000;
  }
  .c-slider--top .slick-arrow {
    top: 190px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .c-slider--top .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -430px;
  }
  .c-slider--top .slick-arrow.slick-next {
    right: 50%;
    margin-right: -430px;
  }
  .c-slider--top:hover .slick-arrow {
    opacity: 1;
  }
  .c-slider--top .c-slider-item {
    width: 740px;
    padding: 0 20px;
  }
  .c-slider--top .c-slider-item .c-slider-image__overlay {
    position: relative;
  }
  .c-slider--top .c-slider-item .c-slider-image__overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 1;
  }
  .c-slider--top .c-slider-item:hover .c-slider-image__overlay:before {
    opacity: .5;
  }
  .c-slider--top .c-slider-item.slick-active .c-slider-content {
    opacity: 1;
  }
  .c-slider--top .c-slider-content {
    opacity: 0;
    padding: 0;
    margin: 50px 0 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .c-slider--top .c-slider-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.59375;
  }
  .c-slider--top .c-slider-category {
    color: #ae7c4f;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    margin: 0 0 10px;
  }
  .c-slider--top .slick-dots {
    bottom: auto;
    top: 400px;
  }
  .c-slider--top .slick-dots li {
    border: 0;
    background-color: #373737;
  }
  .c-slider--top .slick-dots li.slick-active {
    background-color: #ae7c4f;
  }

  .c-slider-item {
    width: 100%;
    display: block;
    font-size: 0;
    background-color: #000;
    outline: none;
  }
  .c-slider-item img {
    width: 100%;
  }

  .c-slider-content {
    background-color: #000;
    padding: 20px 20px 30px;
  }

  .c-slider-title {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .c-slider-title p {
    margin-bottom: 0 !important;
  }
  .c-slider-title hr {
    margin-bottom: 20px !important;
  }

  .c-slider-sub {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
  }

  .c-slider-photogallery-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.78em;
    font-weight: 700;
  }

  .c-slider--photogallery .slick-next, .c-slider--photogallery .slick-prev {
    width: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 196px;
    margin-top: -20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-slider--photogallery .slick-next:hover, .c-slider--photogallery .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .c-slider--photogallery .slick-next:after {
    background-image: url("../assets/img/common/icon_arrow_next_photo.png");
  }
  .c-slider--photogallery .slick-prev:after {
    background-image: url("../assets/img/common/icon_arrow_prev_photo.png");
  }
  .c-slider--photogallery .c-slider-item {
    background-color: #fff;
  }
  .c-slider--photogallery .c-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .c-slider--photogallery .c-slider-image__wrapper {
    background: #000;
    width: 650px;
    height: 392px;
    position: relative;
  }
  .c-slider--photogallery .c-slider-image {
    width: auto;
    max-width: 650px;
    max-height: 392px;
  }
  .c-slider--photogallery .c-slider-content {
    padding-bottom: 0;
    background-color: #fff;
  }
  .c-slider--photogallery .c-slider-content .c-slider-title {
    color: #000;
  }
  .c-slider--photogallery .slick-dots {
    margin-top: 20px;
    position: relative;
    top: 0;
    text-align: left;
  }
  .c-slider--photogallery .slick-dots a {
    display: block;
    height: 100%;
  }
  .c-slider--photogallery .slick-dots li {
    width: 88px;
    height: 88px;
    margin-left: 0;
    margin-right: 5px;
    border-radius: 0;
  }
  .c-slider--photogallery .slick-dots li:nth-child(7n) {
    margin-right: 0;
  }
  .c-slider--photogallery .slick-dots li:not(:nth-child(-n+7)) {
    margin-top: 5px;
  }
  .c-slider--photogallery .slick-dots li.slick-active {
    border: 4px solid #ae7c4f;
    position: relative;
  }
  .c-slider--photogallery .slick-dots li.slick-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .c-slider--photogallery .c-slick-thumb {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .c-instagram-account {
    overflow: hidden;
  }
  .c-instagram-account + .c-instagram-account {
    margin-top: 15px;
  }

  .c-instagram__thum {
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  .c-instagram__thum img {
    width: 100%;
  }

  .c-instagram__info {
    overflow: hidden;
    padding-bottom: 2px;
  }

  .c-instagram-name {
    margin-top: 3px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-instagram-id, .c-instagram-name {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .c-instagram-id {
    color: #ae7c4f;
    margin-top: 6px;
    display: inline-block;
    padding-bottom: 4px;
  }

  .c-pagetop {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #000;
    position: relative;
  }
  .c-pagetop img {
    width: 11px;
    height: 11px;
    position: relative;
    top: 11px;
    left: 14px;
  }

  .c-breadcrumbs {
    margin: 0 auto;
    padding: 7px 30px;
    list-style: none;
    width: 100%;
    min-width: 1060px;
    min-height: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-breadcrumbs li {
    display: inline-block;
    font-size: 11px;
  }
  .c-breadcrumbs li + li:before {
    content: "\003E";
    display: inline-block;
    margin-right: 5px;
  }
  .c-breadcrumbs li a {
    color: #ae7c4f;
    display: inline-block;
  }

  .c-article-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    word-break: break-all;
  }

  .c-article-title--snap {
    float: left;
  }
  .c-article-title--snap span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    word-break: break-all;
  }

  .c-article-sub-title, .c-article-title--snap span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-article-sub-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    font-weight: 700;
  }

  .c-article-date {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
    padding-right: 12px;
  }

  .c-article-date-365 {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
  }

  .c-article-date-365__year {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-article-date-365__year span {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
  }

  .c-article-date-365__month {
    width: 24px;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
  }
  .c-article-date-365__month span {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .c-article-date-365__day {
    width: 44px;
    position: absolute;
    top: 45px;
    left: 32px;
    text-align: center;
  }
  .c-article-date-365__day span {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
  .c-article-date-365__day:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -30px;
    left: -6px;
  }

  .c-article-tag__label {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .c-article-tag__items li {
    display: inline-block;
  }
  .c-article-tag__items li + li:not(:last-child) {
    margin-right: 5px;
  }
  .c-article-tag__items li a {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #ae7c4f;
    display: inline-block;
  }

  .c-article-footer__container {
    position: relative;
    display: block;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .c-article-footer__container + .c-article-footer__container {
    border-top: 0;
  }

  .c-article-footer__container--brand {
    min-height: 280px;
  }

  .c-article-footer-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1060px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-article-footer-title span {
    display: inline-block;
    margin-left: 10px;
  }

  .c-article-footer-title--inner {
    margin-bottom: 20px;
  }

  .c-article-footer__map {
    margin-top: 20px;
  }

  .c-article-footer__table {
    width: 100%;
    margin: 20px auto 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
  }
  .c-article-footer__table tr {
    border-top: 1px dotted #ddd;
  }
  .c-article-footer__table th {
    width: 100px;
    font-weight: 400;
  }
  .c-article-footer__table td, .c-article-footer__table th {
    text-align: left;
    vertical-align: top;
    padding: 14px 0;
  }

  .c-article-footer__more {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .c-article-footer-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
  }

  .c-article-brand_dictionary-summary {
    width: 300px;
    position: relative;
    z-index: 1;
  }
  .c-article-brand_dictionary-summary .c-article-footer-title {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .c-article-brand_dictionary-summary .c-article-footer-title span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
  }

  .c-article-brand_dictionary-thum {
    width: 350px;
    position: absolute;
    top: -90px;
    right: -20px;
    text-align: center;
    z-index: 0;
  }
  .c-article-brand_dictionary-thum img {
    width: auto;
  }

  .c-article-footer__summary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-article-footer__summary a {
    color: #ae7c4f;
  }

  .c-article-footer__summary--aoyagi, .c-article-footer__summary--fujimura {
    float: left;
    width: 370px;
  }

  .c-article-footer__summary--location + .c-article-footer__summary--location {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
  }

  .c-article-footer__thum--aoyagi {
    width: 160px;
    float: right;
  }

  .c-article-footer__thum--fujimura {
    width: 180px;
    float: right;
  }

  .c-article-footer__cards {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  div:not(.l-container__main) .c-article-footer__cards .c-card {
    width: calc(20% - 16px);
    text-align: left;
    margin: 20px 20px 0 0;
  }
  div:not(.l-container__main) .c-article-footer__cards .c-card:nth-child(-n+5) {
    margin-top: 0;
  }
  div:not(.l-container__main) .c-article-footer__cards .c-card:nth-child(5n) {
    margin-right: 0;
  }

  .c-article-footer__cards--snap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-article-footer__cards--snap .c-card--snap {
    width: 120px;
    margin-top: 30px;
  }
  .c-article-footer__cards--snap .c-card--snap:not(:nth-child(4n)) {
    margin-right: 29px;
  }
  .c-article-footer__cards--snap .c-card--snap:nth-child(-n+4) {
    margin-top: 0;
  }

  .c-article-footer__cards--magazine .c-card {
    width: 100% !important;
    float: none !important;
    margin: 0 0 40px !important;
  }
  .c-article-footer__cards--magazine .c-card:nth-child(-n+5) {
    margin-top: 0;
  }
  .c-article-footer__cards--magazine .c-card:last-child {
    margin-bottom: 0 !important;
  }

  .c-article-footer__cards--365 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-article-footer__cards--365 .c-card {
    width: 162px;
  }
  .c-article-footer__cards--365 .c-card:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .c-article-footer__cards--365 .c-card:nth-child(n+3) {
    margin-top: 0;
  }
  .c-article-footer__cards--365 .c-card:nth-child(n+4) {
    margin-top: 30px;
  }
  .c-article-footer__cards--365 .c-card .c-card-title {
    border: none;
  }

  .c-article-author {
    min-height: 40px;
    display: block;
    margin-bottom: 16px;
  }
  .c-article-author:hover .c-article-author__avatar img {
    opacity: .5;
  }
  .c-article-author:hover .c-article-author__summary {
    position: relative;
    opacity: .5;
  }
  .c-article-author:hover .c-article-author__summary:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url("../assets/img/common/text_border_bottom.jpg");
    background-size: 5px 1px;
    background-position: 0;
    background-repeat: repeat-x;
    opacity: .8;
  }

  .c-article-author__avatar {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .c-article-author__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }

  .c-article-author__summary {
    max-width: 598px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    padding-bottom: 0.2em;
  }

  .c-article-author-name {
    display: inline-block;
  }

  .c-article-snap-stamp {
    width: 60px;
    height: 60px;
    display: block;
  }

  .c-article-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #ae7c4f;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
  }

  .c-pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0;
  }
  .c-pagination .current_page {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .c-pagination-wrap {
    display: inline-block;
    overflow: hidden;
  }

  .c-pagination-item {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin: 0 5px;
  }
  .c-pagination-item a, .c-pagination-item span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .c-pagination-item--num {
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: all 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-pagination-item--num:not(.is-current) {
    border: 1px solid #000;
  }
  .c-pagination-item--num.is-current {
    pointer-events: none;
  }
  .c-pagination-item--num:hover {
    background-color: #000;
    color: #fff;
  }

  .c-pagination-next, .c-pagination-prev {
    background-color: #000;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }

  .c-pagination-next:hover {
    opacity: .5;
  }

  .c-pagination-prev {
    position: relative;
  }
  .c-pagination-prev:hover {
    opacity: .5;
  }
  .c-pagination-prev a:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_prev.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }

  .c-pagination-next {
    position: relative;
  }
  .c-pagination-next a:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_next.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }

  .c-pagination-link {
    width: 180px;
    min-width: 150px;
    height: 44px;
    display: block;
    margin: 0 auto 40px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-pagination-link:hover {
    opacity: .5;
  }

  .c-pagination-link-next {
    width: 180px;
    min-width: 150px;
    height: 44px;
    display: block;
    margin: 0 auto 40px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-pagination-link-next a {
    display: block;
  }
  .c-pagination-link-next:hover {
    opacity: .5;
  }

  .c-pagination-link--brand {
    width: auto;
    display: inline-block;
    padding: 0 40px;
  }

  .c-pagination-link--model {
    opacity: 0;
    display: none;
  }
  .c-pagination-link--model:hover {
    opacity: .5 !important;
  }

  .c-pagination-leader {
    height: 40px;
    float: left;
    line-height: 40px;
    margin: 0 5px;
  }
  .c-pagination-leader img {
    vertical-align: 4px;
  }

  .c-pagination--prev-next a {
    height: 40px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-pagination--prev-next a span {
    display: inline-block;
    vertical-align: top;
  }
  .c-pagination--prev-next a:hover {
    opacity: .5;
  }
  .c-pagination--prev-next .c-pagination-item {
    margin: 0;
  }
  .c-pagination--prev-next .c-pagination-item:hover {
    opacity: 1;
  }
  .c-pagination--prev-next .c-pagination-prev {
    margin-right: 10px;
  }
  .c-pagination--prev-next .c-pagination-prev:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_prev.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }
  .c-pagination--prev-next .c-pagination-next {
    margin-left: 10px;
  }
  .c-pagination--prev-next .c-pagination-next:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_next.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }

  .c-hero-category {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none !important;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #tag-search .c-hero-category {
    min-height: auto;
    color: inherit;
    background: none !important;
  }

  .c-hero-category__title {
    text-align: center;
    margin: 55px 0 0;
  }

  .c-hero-category-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-bottom: 36px;
  }

  .c-hero-category-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.46667;
    margin: 20px 0;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-hero-category-title span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
  }

  .c-hero-category-summary {
    margin: 0 0 30px;
    text-align: center;
  }
  .c-hero-category-summary p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
  }

  .c-form-selectbox {
    display: block;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .c-form-selectbox select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 40px 0 14px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    color: #333;
  }
  .c-form-selectbox select::-ms-expand {
    display: none;
  }

  .c-form-selectbox-arrow {
    height: 40px;
    position: absolute;
    top: -2px;
    right: 16px;
    line-height: 40px;
    pointer-events: none;
    z-index: 1;
  }
  .c-form-selectbox-arrow img {
    width: 11px;
    height: 7px;
  }

  .c-magazine__thum {
    float: left;
    overflow: hidden;
  }
  .c-magazine__thum img {
    width: 325px;
  }

  .c-magazine__summary {
    margin-left: 365px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-magazine-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .c-magazine-sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 10px;
  }

  .c-magazine-release {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-magazine__sns {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-magazine-description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
  }

  .c-magazine__btns {
    margin-top: 20px;
    margin-left: 365px;
  }
  .c-magazine__btns a {
    display: block;
  }
  .c-magazine__btns a + a {
    margin-top: 16px;
  }
  .c-magazine__btns .u-link-btn {
    margin-bottom: 0;
  }

  .c-sitemap-label {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
  }

  .c-sitemap-sub-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #999;
    margin-left: 5px;
  }

  .c-sitemap-links {
    margin-top: 20px;
  }

  .c-sitemap-link {
    width: 190px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    vertical-align: top;
    word-wrap: break-word;
  }

  .c-modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    pointer-events: none;
    z-index: 8;
  }
  .c-modal.is-opened {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
  }

  .c-modal-bg {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    pointer-events: none;
    z-index: 7;
  }
  .c-modal-bg.is-opened {
    pointer-events: auto;
    opacity: .7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
  }

  .c-modal-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-weight: 700;
  }

  .c-modal__container {
    position: relative;
  }

  .c-modal--shop-lists {
    width: 340px;
    height: auto;
    display: block;
    margin: 158px auto 0;
  }
  .c-modal--shop-lists .c-modal__container {
    background-color: #fff;
    padding: 20px;
  }
  .c-modal--shop-lists .c-modal__lists {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-top: 20px;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .c-modal--shop-lists .c-modal__item {
    width: 50%;
    height: 68px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .c-modal--shop-lists .c-modal__item a {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-modal--shop-lists .c-modal__item a span {
    width: 100%;
    display: block;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-modal--shop-lists .c-modal__item a:hover {
    background-color: #ddd;
  }
  .c-modal--shop-lists .c-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url("../assets/img/common/icon_search_close.png");
    background-position: 50% 50%;
    background-size: 14px 14px;
  }

  .c-search-category__lists {
    width: 100%;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .c-search-category__item {
    width: 50%;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .c-search-category__item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .c-search-category__item a {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .c-search-category__item a:hover .c-search-category__thum img {
    opacity: .5;
  }
  .c-search-category__item a:hover .c-search-category__label p {
    position: relative;
    opacity: .5;
  }
  .c-search-category__item a:hover .c-search-category__label p:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url("../assets/img/common/text_border_bottom.jpg");
    background-size: 5px 1px;
    background-position: 0;
    background-repeat: repeat-x;
    opacity: .8;
  }

  .c-search-category__thum {
    float: left;
    display: inline-block;
    height: 44px;
  }
  .c-search-category__thum img {
    width: 44px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }

  .c-search-category__label {
    margin-left: 60px;
  }
  .c-search-category__label p {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
    padding-bottom: 0.2em;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }

  .c-brand-title, .c-search-category__label p {
    font-weight: 700;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-brand-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6em;
  }
  .c-brand-title span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
  }

  [v-cloak] {
    display: none;
  }

  .c-v_zone-search-point {
    position: relative;
    z-index: 3;
    min-height: 74px;
    width: 100%;
  }

  .c-v_zone-search-point--result {
    margin-bottom: 0;
  }

  .c-v_zone-search {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: 74px;
  }
  .c-v_zone-search .c-v_zone-search__close {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 470px;
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__heading {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 0;
    height: 74px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__title span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__label {
    margin-left: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__label.c-v_zone-search__label--is-load {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__link {
    position: relative;
    color: #ae7c4f;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 30px;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__link:hover {
    color: inherit;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__link:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 50%;
    margin-top: -8px;
    background: url("../assets/img/common/icon_search_gold.png") no-repeat;
  }
  .c-v_zone-search .c-v_zone-search-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 74px;
    opacity: 0;
    pointer-events: none;
  }
  .c-v_zone-search .c-v_zone-search-adjust {
    overflow: auto;
    padding-bottom: 30px;
    max-height: calc(100vh - 78px - 70px + 5px);
  }
  .c-v_zone-search .c-v_zone-search-inner {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ddd;
    border: solid #ddd;
    border-width: 0 1px 1px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea {
    width: 1000px;
    padding: 15px 0 0;
    margin: 0 auto;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title {
    padding: 20px 0 0;
    text-indent: 3.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    content: "";
    width: 38px;
    height: 38px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title.c-v_zone-search__checkarea-title--type01:before {
    background: url("../assets/img/common/icon_shutsueshon.png") no-repeat;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title.c-v_zone-search__checkarea-title--type02:before {
    background: url("../assets/img/common/icon_item.png") no-repeat;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist-wrap {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li:last-child {
    border-right: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li a.v_zone-tab-active {
    font-weight: 700;
    border-bottom: none;
    background: #fff;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 25px 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab.v_zone-tab-active {
    display: block;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox] {
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox]:checked + label:before {
    background: #ae7c4f;
    border: 1px solid #3498db;
    opacity: 1;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input:disabled {
    opacity: .5;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input:disabled + label {
    opacity: .5;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
  }
  .c-v_zone-search .c-v_zone-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    min-width: 150px;
    height: 44px;
    display: block;
    margin: 0 auto;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-v_zone-search .c-v_zone-btn a {
    display: block;
  }
  .c-v_zone-search .c-v_zone-btn.disabled, .c-v_zone-search .c-v_zone-btn:hover {
    opacity: .5;
  }

  body.v_zone-active .c-v_zone-search__close {
    display: block;
  }
  body.v_zone-active .c-v_zone-search__link {
    pointer-events: none;
    opacity: 0;
  }
  body.v_zone-active .c-v_zone-search-wrap {
    pointer-events: auto;
    opacity: 1;
  }
  body.v_zone-active .c-v_zone-search__heading {
    border-bottom: 0;
  }
  body.v_zone-active .c-v_zone-search__heading .c-v_zone-search__label {
    opacity: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  body.scroll-fixed .c-v_zone-search-point {
    position: fixed;
    top: 93px;
  }
  body.scroll-fixed .c-v_zone-search__heading .c-v_zone-search__label {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  body.scroll-fixed .p-top__hero {
    margin-bottom: 74px;
  }

  .c-v_search-tag {
    margin-bottom: 30px;
  }

  .c-v_search-tag__title {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }

  .c-v_search-tag__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .c-v_search-tag__list li {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
    letter-spacing: 0.04em;
    margin: 8px 0 0;
  }
  .c-v_search-tag__list li:after {
    content: "×";
    color: #ae7c4f;
    margin: 0 10px;
  }
  .c-v_search-tag__list li:last-child:after {
    display: none;
  }

  body.scroll-fixed .c-v_search-tag {
    padding-top: 0;
  }

  .c-page-title {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 80px 0 50px;
  }

  .c-page-title__title {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0 0 23px;
  }

  .c-page-title__sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
  }

  .p-sidebar-content + .p-sidebar-content {
    margin-top: 40px;
  }

  .p-sidebar__cards {
    background-color: #f3f2f2;
    padding: 20px 15px;
  }

  .p-sidebar__cards__content {
    margin-top: 20px;
  }
  .p-sidebar__cards__content .c-card + .c-card {
    margin-top: 24px;
  }
  .p-sidebar__cards__content.js-ranking {
    display: none;
  }

  .p-sidebar-content--whats_new .p-sidebar__cards {
    min-height: 505px;
  }

  .p-sidebar-content--instagram {
    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;
  }
  .p-sidebar-content--instagram .c-instagram-item {
    width: 98px;
    font-size: 0;
    margin-bottom: 3px;
    overflow: hidden;
  }
  .p-sidebar-content--instagram .c-instagram-item img {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0, 0.6, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .p-sidebar-content--instagram .c-instagram-item:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  .p-sidebar-content__instagram__account {
    margin-top: 16px;
  }

  .p-top__cards {
    width: 100%;
    overflow: hidden;
  }
  .p-top__cards .list-leave-active {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top__cards .list-enter-active {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .p-top__cards .list-enter, .p-top__cards .list-leave-to {
    opacity: 0;
  }

  .p-top__cards--col-2 {
    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;
  }
  .p-top__cards--col-2 .c-card {
    width: 300px;
    margin-bottom: 40px;
    text-align: left;
  }

  .p-top__cards--col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top__cards--col-3 .c-card {
    width: calc(33.33333% - 14px);
    margin: 40px 20px 0 0;
    text-align: left;
  }
  .p-top__cards--col-3 .c-card:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-top__cards--col-3 .c-card:nth-child(3n) {
    margin-right: 0;
  }

  .p-top__cards--col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top__cards--col-5 .c-card {
    width: calc(20% - 16px);
    margin: 40px 20px 0 0;
    text-align: left;
  }
  .p-top__cards--col-5 .c-card:nth-child(-n+5) {
    margin-top: 0;
  }
  .p-top__cards--col-5 .c-card:nth-child(5n) {
    margin-right: 0;
  }

  .p-top__cards--v_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top__cards--v_zone .c-card {
    width: 190px;
    margin-bottom: 40px;
    text-align: left;
  }
  .p-top__cards--v_zone .c-card:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .p-top__cards--v_zone .c-card .c-card-title {
    border-bottom: 0;
  }

  .p-top__cards--snap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top__cards--snap .c-card--snap {
    width: 132px;
    margin-bottom: 40px;
  }
  .p-top__cards--snap .c-card--snap:not(:nth-child(4n)) {
    margin-right: 40px;
  }

  .p-top__cards--1st-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top__cards--1st-large .c-card {
    width: calc(33.33333% - 15px);
    margin: 30px 20px 0 0;
    text-align: left;
  }
  .p-top__cards--1st-large .c-card:first-child {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .p-top__cards--1st-large .c-card:nth-child(3n+1) {
    margin-right: 0;
  }

  .p-top__footer-nav {
    padding-bottom: 35px;
  }
  .p-top__footer-nav + .p-top__footer-nav {
    margin-top: 30px;
  }

  .p-top__footer-nav__wrap {
    padding-bottom: 4px;
    overflow: hidden;
  }
  .p-top__footer-nav__wrap + .p-top__footer-nav__wrap {
    margin-top: 40px;
  }

  .p-top__footer__copy {
    margin-top: 5px;
    text-align: center;
  }
  .p-top__footer__copy small {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .p-top__heading {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  .p-top__heading-sub {
    margin-top: 12px;
  }

  .p-top__link-more {
    position: absolute;
    top: 0;
    right: 0;
  }

  .p-top__sidebar-content + .p-top__sidebar-content {
    margin-top: 40px;
  }

  .p-top__sidebar__ranking {
    background-color: #f3f2f2;
    padding: 20px 15px;
  }

  .p-top__sidebar__ranking__content {
    margin-top: 20px;
  }
  .p-top__sidebar__ranking__content .c-card + .c-card {
    margin-top: 24px;
  }

  .p-top__dictionary {
    text-align: center;
  }

  .p-top__dictionary__link-more {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    top: 0;
    right: 0;
    text-align: right;
  }

  .p-top__pagination {
    margin-top: 40px;
    text-align: center;
  }

  .p-top__pagination--prev-next {
    overflow: hidden;
  }

  .p-top__pagination__prev {
    float: left;
  }

  .p-top__pagination__next {
    float: right;
  }

  .p-top__category {
    position: relative;
    display: none;
    width: 1000px;
    height: 94px;
    margin: 25px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-top__select {
    margin-bottom: 24px;
    text-align: center;
  }
  .p-top__select .c-form-selectbox {
    width: 100%;
  }

  .p-top__search__category {
    margin-top: 50px;
  }
  .p-top__search__category + .p-top__search__category {
    margin-top: 40px;
  }
  .p-top__search__category .c-search-category__lists {
    margin-top: 20px;
  }

  .p-article__header .c-article-title {
    margin-bottom: 20px;
  }

  .p-article__header__inner, .p-article__header__title {
    overflow: hidden;
  }

  .p-article__header__title__inner {
    float: left;
    display: inline-block;
  }
  .p-article__header__title__inner .c-article-sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
  }

  .p-article__header__title__inner--dojo {
    width: 560px;
  }

  .p-article__header__stamp {
    float: right;
  }

  .p-article__header__data {
    display: table;
  }
  .p-article__header__data .c-article-tag {
    display: table;
  }
  .p-article__header__data .c-article-date, .p-article__header__data .c-article-tag__label {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
  }
  .p-article__header__data .c-article-tag__items {
    display: table-cell;
  }

  .p-article__header__sns {
    margin-top: 15px;
  }

  .p-article__header__sns-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-right: 5px;
    margin-top: 5px;
  }
  .p-article__header__sns-item:last-child {
    margin-right: 0;
  }

  .p-article__content {
    margin-top: 40px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .p-article__content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2em;
    margin-bottom: 40px;
  }
  .p-article__content a {
    color: #ae7c4f;
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .p-article__content a:hover {
    opacity: .5;
  }
  .p-article__content a:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url("../assets/img/common/text_border_bottom.jpg");
    background-size: 5px 1px;
    background-position: 0;
    background-repeat: repeat-x;
    opacity: .8;
    bottom: 6px;
  }
  .p-article__content .h2, .p-article__content h2, .p-article__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6em;
    padding: 22px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }
  .p-article__content .h3 {
    border: none;
    padding: 0 0 0 10px;
    border-left: 2px solid #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
    margin-bottom: 40px;
  }
  .p-article__content .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
    margin-bottom: 40px;
    border: none;
    padding: 0;
  }
  .p-article__content .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .p-article__content .small, .p-article__content small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666em;
    display: inline-block;
    margin-bottom: 40px;
    font-style: oblique;
  }
  .p-article__content ul {
    padding: 0;
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 40px;
    list-style-type: disc;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
  }
  .p-article__content ul li + li {
    margin-top: 12px;
  }
  .p-article__content ol {
    padding: 0;
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 40px;
    list-style-type: decimal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
  }
  .p-article__content ol li + li {
    margin-top: 12px;
  }
  .p-article__content figure {
    margin: 0;
  }
  .p-article__content figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666em;
    display: block;
    font-style: oblique;
    text-align: left;
    margin-top: 4px;
  }
  .p-article__content img {
    max-width: 100%;
  }
  .p-article__content .image {
    text-align: center;
    margin-bottom: 40px;
  }
  .p-article__content .image-2 {
    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;
    overflow: hidden;
  }
  .p-article__content .image-2 .image {
    width: 300px;
    text-align: left;
    vertical-align: middle;
  }
  .p-article__content .image-2 .image:nth-child(2n) {
    margin-left: 50px;
  }
  .p-article__content .image-2 img {
    display: block;
    margin: 0 auto;
  }
  .p-article__content .with-image {
    overflow: hidden;
  }
  .p-article__content .with-image p {
    width: 310px;
    float: left;
  }
  .p-article__content .with-image .image {
    width: 300px;
    margin-bottom: 30px;
    float: right;
  }
  .p-article__content .with-image figcaption {
    text-align: left;
  }
  .p-article__content .btn {
    margin-bottom: 40px;
    text-align: center;
  }
  .p-article__content .btn a {
    height: auto;
    display: inline-block;
    padding: 14px 48px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5em;
    text-align: center;
    border: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .p-article__content .btn a:hover {
    border: none;
    opacity: .5;
  }
  .p-article__content .btn a:hover:before {
    content: none;
  }
  .p-article__content hr {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .p-article__content .movie {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .p-article__content .movie iframe {
    width: 100%;
  }
  .p-article__content .instargram {
    margin-bottom: 40px;
  }
  .p-article__content .box, .p-article__content .client-box {
    padding: 40px;
    background-color: #f3f2f2;
    margin-bottom: 40px;
  }
  .p-article__content .box > * + *, .p-article__content .client-box > * + * {
    margin-top: 40px;
  }
  .p-article__content .box p, .p-article__content .client-box p {
    margin-bottom: 0;
  }
  .p-article__content .box ol, .p-article__content .box ul {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__content .client-box ol, .p-article__content .client-box ul {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__content .box .box-title, .p-article__content .client-box .box-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 700;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
  .p-article__content .box .image, .p-article__content .box .movie {
    margin-bottom: 0;
  }
  .p-article__content .client-box .image, .p-article__content .client-box .movie {
    margin-bottom: 0;
  }
  .p-article__content .client-box > * + * {
    margin-top: 0;
  }
  .p-article__content .question {
    position: relative;
    text-indent: 0;
    padding-left: 26px;
  }
  .p-article__content .question:before {
    content: "Q.";
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0;
  }
  .p-article__content .answer {
    margin-left: 40px;
    position: relative;
  }
  .p-article__content .answer:before {
    content: "A.";
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .p-article__content.-magazine .page-next {
    display: none;
  }
  .p-article__content .page-next {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .p-article__content .page-next.-magazineNext {
    display: block;
  }
  .p-article__content .page-next a {
    display: inline-block;
    border-bottom: 0;
    position: relative;
    line-height: 32px;
  }
  .p-article__content .page-next a:before {
    content: "";
    display: inline-block;
    width: 116px;
    height: 32px;
    background-image: url("../assets/img/pc/article_pagination_next_pc.png");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-bottom: 0;
    position: absolute;
    left: 0;
  }
  .p-article__content .page-next a:hover:before {
    bottom: inherit;
  }
  .p-article__content .page-next a span {
    display: inline-block;
    position: relative;
    text-decoration: underline;
    line-height: 1.4em;
    font-weight: 700;
    margin-left: 130px;
  }
  .p-article__content .client-box {
    overflow: hidden;
  }
  .p-article__content .client-box p {
    clear: both;
  }
  .p-article__content .client-box .box-title {
    padding: 0;
    margin-bottom: 20px;
    font-weight: 700;
    border: none;
  }
  .p-article__content .client-box .avatar {
    float: left;
    margin-bottom: 20px;
  }
  .p-article__content .client-box .avatar img {
    width: 40px;
  }
  .p-article__content .client-box .name {
    border: none;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2em;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 20px;
    margin-left: 60px;
  }
  .p-article__content .talk-box {
    word-break: break-all;
    margin-bottom: 40px;
  }
  .p-article__content .talk-box b, .p-article__content .talk-box strong {
    margin-right: 20px;
  }
  .p-article__content .talk-box p {
    text-indent: -50px;
    margin-left: 50px;
    margin-bottom: 24px;
  }
  .p-article__content .advice {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6em;
    padding: 0;
    border: none;
    position: relative;
    margin-left: 90px;
    margin-top: 80px;
  }
  .p-article__content .advice:before {
    content: "";
    display: block;
    width: 125px;
    height: 90px;
    position: absolute;
    top: -53px;
    left: -92px;
    background-image: url("../assets/img/common/mensbeauty/advice.png");
    background-size: 125px 90px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .p-article__content .data-box {
    margin-bottom: 40px;
  }
  .p-article__content .data-box p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
  }
  .p-article__content .data-box .image {
    margin-bottom: 20px;
  }
  .p-article__content .data-box .box-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .p-article__content .data-box .box-sub-title {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .p-article__content--365 {
    overflow: hidden;
  }
  .p-article__content--365 .image {
    width: 325px;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
  }
  .p-article__content--365 .summary {
    margin-left: 365px;
  }

  .p-article__content--snap .image img {
    width: 400px;
  }

  .p-article-old__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
  }

  .p-article__footer {
    border-top: 1px solid #ddd;
  }
  .p-article__footer .c-article-footer__container {
    border-bottom: 1px solid #ddd;
  }

  .l-container__main .p-article__footer {
    margin-top: 105px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .l-container__main .p-article__footer .c-article-footer__container {
    padding: 40px;
  }
  .l-container__main .p-article__footer .c-article-footer-title {
    padding: 0;
    text-align: left;
  }
  .l-container__main .p-article__footer .c-article-footer__cards {
    padding: 0;
  }

  .p-article__footer__ad {
    margin-top: 40px;
  }
  .p-article__footer__ad .p-article__footer__ad-begin > div > div {
    border-bottom: none !important;
  }

  .p-article__footer__sns {
    margin-top: 40px;
  }

  .p-article__photogallery {
    padding: 40px 0;
  }
  .p-article__photogallery .slick-dots {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__photogallery .slick-dots a:hover:before {
    display: none;
  }
  .p-article__photogallery .c-slider-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.6em;
    border: 0;
  }

  .p-article__photogallery__title {
    margin-bottom: 40px;
  }

  .p-magazgine__header {
    position: relative;
    overflow: hidden;
  }

  .p-magazgine__header--sub {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
  .p-magazgine__header--sub .c-magazine__thum img {
    width: 128px;
  }
  .p-magazgine__header--sub .c-magazine__btns, .p-magazgine__header--sub .c-magazine__summary {
    margin-left: 168px;
  }
  .p-magazgine__header--sub .c-magazine-description, .p-magazgine__header--sub .c-magazine-sub-title {
    display: none;
  }
  .p-magazgine__header--sub .c-magazine__btns {
    margin-top: 50px;
    overflow: hidden;
  }
  .p-magazgine__header--sub .c-magazine__btns a {
    width: 230px;
    display: inline-block;
    float: left;
    margin: 0;
  }
  .p-magazgine__header--sub .c-magazine__btns a + a {
    float: right;
  }

  .p-magazgine__header__pagination {
    margin-bottom: 40px;
  }

  .p-magazine__links {
    margin-top: 40px;
    text-align: center;
  }
  .p-magazine__links a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
    margin-bottom: 0;
  }

  .p-mailmagazine-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 34px;
  }

  .p-mailmagazine-btns a {
    width: 280px;
  }

  .p-mailmagazine-textarea {
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.57em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    word-break: break-word;
  }
  .p-mailmagazine-textarea h1, .p-mailmagazine-textarea h2, .p-mailmagazine-textarea h3, .p-mailmagazine-textarea h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .p-mailmagazine-textarea p {
    margin-bottom: 30px;
  }
  .p-mailmagazine-textarea h1 {
    margin: 20px 0;
  }
  .p-mailmagazine-textarea h2 {
    margin-bottom: 5px;
  }
  .p-mailmagazine-textarea h3 {
    margin-bottom: 10px;
  }
  .p-mailmagazine-textarea .c-mailmagazine-label {
    font-weight: 700;
  }

  .p-search_results-form {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .p-search_results-form .c-input-search {
    position: relative;
    visibility: visible;
    margin: 0;
    padding: 0 50px;
    border: 1px solid;
  }
  .p-search_results-form .c-input-search::-webkit-input-placeholder, .p-search_results-form .c-input-search:-ms-input-placeholder, .p-search_results-form .c-input-search::-ms-input-placeholder, .p-search_results-form .c-input-search::placeholder {
    color: #ddd;
  }
  .p-search_results-form .c-input-search-label {
    position: absolute;
    top: 12px;
    left: 15px;
    pointer-events: none;
  }
  .p-search_results-form .c-input-search-label img {
    width: 16px;
  }
  .p-search_results-form .c-input-search-clear {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 20px;
    background-size: 10px 10px;
    opacity: 1;
    pointer-events: auto;
  }

  .p-search_results-label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 30px;
    line-height: 1.57em;
  }
  .p-search_results-label .p-search_results-results-num {
    margin-left: 14px;
  }

  .p-search_results-content .c-card {
    width: 100%;
    display: block;
  }
  .p-search_results-content .c-card + .c-card {
    margin-top: 40px;
  }
  .p-search_results-content .c-card .c-card-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
  }
  .p-search_results-content .c-card-category {
    display: inline-block;
  }
  .p-search_results-content .c-card-category a {
    display: inline-block;
    margin-right: 10px;
  }

  .p-sitemap-contents :first-child {
    padding-top: 0;
  }

  .p-sitemap-content {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
  }

  .p-brand__category {
    position: relative;
    width: 1000px;
    height: 94px;
    margin: 25px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-brand__hero {
    font-size: 0;
    margin-bottom: 40px;
  }
  .p-brand__hero img {
    width: 100%;
  }

  .p-brand__content__sns {
    margin-top: 15px;
  }

  .p-brand__content__select {
    margin-top: 40px;
    text-align: center;
  }

  .p-brand__content__cards {
    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;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  }
  .p-brand__content__cards.is-hide {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }

  .p-brand__content__card {
    margin-top: 40px;
  }
  .p-brand__content__card.is-hide {
    display: none;
  }
  .p-brand__content__card .c-card {
    width: 300px;
  }
  .p-brand__content__card .c-card .c-card-title {
    font-weight: 700;
  }
  .p-brand__content__card .c-card:hover p {
    opacity: .5;
  }
  .p-brand__content__card p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .p-brand__content__card .c-card-title {
    border-bottom: 0;
    padding: 5px 0;
    margin-top: 10px;
  }
  .p-brand__content__card .c-card-title h3 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .p-brand__content__pagination {
    text-align: center;
    margin-top: 60px;
  }
  .p-brand__content__pagination .c-pagination-link {
    margin-bottom: 20px;
  }

  .p-brand__content__pagination-btn {
    text-align: center;
    margin-top: 40px;
  }
  .p-brand__content__pagination-btn .c-pagination-link {
    width: auto;
    padding: 0 40px;
    margin-bottom: 0;
    display: inline-block;
  }

  .u-font--bold {
    font-weight: 700;
  }

  .u-font-color-w {
    color: #fff;
  }

  .u-font--en {
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .u-border--b {
    border-bottom: 1px solid #ddd;
  }

  .u-clearfix {
    overflow: hidden;
  }

  .u-link {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .u-link:hover {
    opacity: .5;
  }
  .u-link:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url("../assets/img/common/text_border_bottom.jpg");
    background-size: 5px 1px;
    background-position: 0;
    background-repeat: repeat-x;
    opacity: .8;
  }

  .u-link-none-border {
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .u-link-none-border:hover {
    opacity: .5;
  }

  .u-link--ex {
    padding-right: 6px;
  }
  .u-link--ex:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    position: relative;
    top: 0;
    left: 5px;
    background-image: url("../assets/img/common/icon_link_ex.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 12px;
  }

  .u-link-btn {
    width: auto;
    height: 44px;
    display: block;
    margin: 0 auto 40px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .u-link-btn:hover {
    opacity: .5;
  }

  .u-bg-main {
    background-image: url("../assets/img/common/bg.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 10px 10px;
  }

  .u-hr {
    width: 100%;
    height: 16px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    margin: 0;
  }

  .u-flag {
    position: relative;
  }
  .u-flag:before {
    position: relative;
    content: "";
    display: block;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    float: left;
    padding-right: 10px;
  }

  .u-flag--usa:before {
    background-image: url("../assets/img/common/icon_flag_usa.png");
  }

  .u-flag--spain:before {
    background-image: url("../assets/img/common/icon_flag_spain.png");
  }

  .u-flag--france:before {
    background-image: url("../assets/img/common/icon_flag_france.png");
  }

  .u-flag--italy:before {
    background-image: url("../assets/img/common/icon_flag_italy.png");
  }

  .u-flag--uk:before {
    background-image: url("../assets/img/common/icon_flag_uk.png");
  }

  .u-hidden {
    display: none;
  }

  .u-display {
    display: block;
  }

  .p-article__follow {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #B4B4B4;
  }
  .p-article__follow .title {
    line-height: 1;
    font-size: 20px;
    color: #4A4A4A;
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .p-article__follow .title small {
    font-size: 12px;
    margin-left: 20px;
    font-weight: normal;
  }
  .p-article__follow .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-article__follow .btns li img {
    width: 106px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
  }

  article, aside, footer, header, nav, section {
    display: block;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  figcaption, figure, main {
    display: block;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:active, a:hover {
    outline-width: 0;
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  b, strong {
    font-weight: inherit;
    font-weight: bolder;
  }

  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  dfn {
    font-style: italic;
  }

  mark {
    background-color: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  audio, video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  img {
    border-style: none;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button, input {
    overflow: visible;
  }

  button, select {
    text-transform: none;
  }

  [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
  }

  [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }

  progress {
    display: inline-block;
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }

  [type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }

  details, menu {
    display: block;
  }

  summary {
    display: list-item;
  }

  canvas {
    display: inline-block;
  }

  [hidden], template {
    display: none;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  ::-moz-selection, ::selection, ::-moz-selection {
    background: #f0dac7;
  }

  body {
    color: #333;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    word-wrap: break-word;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  label {
    font-weight: 400;
  }

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

  a {
    color: inherit;
    text-decoration: none;
  }

  button, input, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
  }

  input, select, textarea {
    font-size: 16px !important;
  }

  select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
  }

  input::-ms-clear {
    visibility: hidden;
  }
  input[type=number] {
    -moz-appearance: textfield;
    -ms-appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=search] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0 !important;
  }

  .l-container {
    width: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-container__main {
    width: 100%;
  }

  .l-container__main--search {
    background-color: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }

  .l-container__contents {
    margin-bottom: 60px;
  }

  .l-container-content {
    padding: 0 20px;
  }

  .l-container__main__slider {
    background-color: #fff;
  }

  .l-container__main__inner {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .l-container__main__inner--brand {
    padding-top: 0;
  }

  .l-container__main__inner--brand-sub {
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-container__main__banner {
    padding: 32px 0;
    background-image: url("../assets/img/common/bg.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 10px 10px;
  }

  .l-container__main__sns {
    background-color: #000;
  }

  .l-container__article .l-container__main {
    margin: 30px 0 0;
  }
  .l-container__article .l-container__main--magazine {
    padding-top: 52px;
  }

  .l-contaienr__contents--none-title, .l-container__article .l-container__main--magazine .p-article__content, .l-container__main__wrap .l-container__main__inner {
    margin-top: 0;
  }

  .l-container__hero {
    margin: 40px 0 35px;
  }
  .l-container__hero + .l-container__main {
    margin-top: 0;
  }

  .l-container__main__page {
    background-color: #fff;
    padding-top: 32px;
  }

  .l-container__main__search {
    background-color: #fff;
    padding: 20px 20px 30px;
  }

  .l-header-wrapper {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 270px;
    overflow: hidden;
  }

  .l-header {
    width: 100%;
    height: 56px;
  }

  .l-header__inner {
    text-align: center;
    position: relative;
  }

  .l-header__menu {
    position: absolute;
    top: 19px;
    right: 15px;
  }

  .l-header--fixed {
    background-color: #000;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .l-footer {
    background-color: #000;
    color: #fff;
  }
  .l-footer .c-accordion {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .l-footer .c-accordion-link, .l-footer .c-accordion-parent {
    background-color: #000;
  }
  .l-footer .c-accordion-link + .c-accordion-link, .l-footer .c-accordion-link + .c-accordion-parent {
    border-top: 1px solid #333;
  }
  .l-footer .c-accordion-parent + .c-accordion-link, .l-footer .c-accordion-parent + .c-accordion-parent {
    border-top: 1px solid #333;
  }
  .l-footer .c-accordion-link a {
    color: #fff;
  }
  .l-footer .c-accordion-parent a {
    color: #fff;
  }
  .l-footer .c-accordion-parent .c-accordion-link {
    background-color: #333;
  }
  .l-footer .c-accordion-parent .c-accordion-link + .c-accordion-link {
    border-top: 1px solid #666;
  }
  .l-footer .c-accordion-parent .c-accordion-link a {
    color: #fff;
    padding-left: 35px;
  }
  .l-footer .c-accordion-parent .c-accordion-link a:before {
    display: none;
  }
  .l-footer .c-accordion-parent .c-accordion__child {
    border-top: 1px solid #666;
  }

  .l-footer__copy {
    text-align: center;
    margin-bottom: 32px;
  }
  .l-footer__copy small {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 15px;
  }

  .l-footer__pagetop {
    width: 100%;
    background-color: #333;
    text-align: center;
  }
  .l-footer__pagetop a {
    height: 44px;
    display: block;
  }
  .l-footer__pagetop img {
    width: 11px;
    margin-top: 16px;
  }

  .l-g-menu {
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
  .l-g-menu .c-nav-footer {
    margin-bottom: 0;
  }
  .l-g-menu .c-accordion {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .l-g-menu .c-accordion-link, .l-g-menu .c-accordion-parent {
    background-color: #000;
  }
  .l-g-menu .c-accordion-link + .c-accordion-link, .l-g-menu .c-accordion-link + .c-accordion-parent {
    border-top: 1px solid #333;
  }
  .l-g-menu .c-accordion-parent + .c-accordion-link, .l-g-menu .c-accordion-parent + .c-accordion-parent {
    border-top: 1px solid #333;
  }
  .l-g-menu .c-accordion-link a {
    color: #fff;
  }
  .l-g-menu .c-accordion-parent a {
    color: #fff;
  }
  .l-g-menu .c-accordion-parent .c-accordion-link {
    background-color: #333;
  }
  .l-g-menu .c-accordion-parent .c-accordion-link + .c-accordion-link {
    border-top: 1px solid #666;
  }
  .l-g-menu .c-accordion-parent .c-accordion-link a {
    color: #fff;
    padding-left: 35px;
  }
  .l-g-menu .c-accordion-parent .c-accordion-link a:before {
    display: none;
  }
  .l-g-menu .c-accordion-parent .c-accordion__child {
    border-top: 1px solid #666;
  }

  .l-g-menu__inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .l-g-menu__search {
    margin: 0 auto 10px;
    padding: 0 10px;
  }
  .l-g-menu__search .c-input--search {
    background-color: #333;
  }
  .l-g-menu__search .c-input--search input {
    color: #fff;
    background-color: transparent;
  }
  .l-g-menu__search .c-input--search-label {
    width: 16px;
    height: 16px;
    background-image: url("../assets/img/common/icon_search_white.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px auto;
  }
  .l-g-menu__search .c-input--search-label img {
    display: none;
  }
  .l-g-menu__search .c-input--search-clear {
    background-image: url("../assets/img/common/icon_search_close_white.png");
  }

  body.menu-opened {
    overflow: hidden;
  }
  body.menu-opened .l-container {
    pointer-events: none;
  }
  body.menu-opened .l-g-menu {
    height: auto;
    opacity: 1;
  }

  .l-g-menu--fixed {
    overflow-x: auto;
  }

  .l-g-menu--fixed__list {
    white-space: nowrap;
  }

  .l-g-menu--fixed__item {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-g-menu--fixed__item a {
    display: block;
    color: #fff;
    padding: 0 15px;
    line-height: 44px;
    position: relative;
  }
  .l-g-menu--fixed__item a:after {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 4px;
    background-color: #ae7c4f;
  }
  .l-g-menu--fixed__item a.is-current--permanent {
    color: #ae7c4f;
  }
  .l-g-menu--fixed__item a.is-current--permanent:after {
    opacity: 1;
  }

  .l-breadcrumbs {
    height: 0;
    background-color: #fff;
    visibility: hidden;
  }

  .l-footer-widget--ranking {
    background-color: #000;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-footer-widget--instagram {
    background-color: #333;
    color: #fff;
  }

  .l-footer-widget--dictionary, .l-footer-widget--instagram {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .l-footer-content {
    border-top: 1px solid #ddd;
  }

  .l-footer-content__inner {
    margin: 20px;
  }

  .c-header-logo {
    display: inline-block;
    margin-top: 10px;
  }
  .c-header-logo img {
    width: 100px;
  }

  .c-menu-btn {
    width: 22px;
    height: 17px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .c-menu-btn.is-active .c-menu-btn-bar--t {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 8px;
  }
  .c-menu-btn.is-active .c-menu-btn-bar--m {
    opacity: 0;
  }
  .c-menu-btn.is-active .c-menu-btn-bar--b {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 8px;
  }

  .c-menu-btn-bar {
    width: 22px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .c-menu-btn-bar--m {
    top: 8px;
  }

  .c-menu-btn-bar--b {
    top: 16px;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .c-nav-footer {
    margin: 30px auto;
    text-align: center;
    color: #fff;
  }

  .c-nav-footer-item {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    margin: 0 15px;
    position: relative;
  }
  .c-nav-footer-item + .c-nav-footer-item:before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -18px;
  }

  .c-nav-category {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1;
  }

  .c-nav-category-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .c-nav-category-items {
    margin: 0;
    list-style: none;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .c-nav-category-items:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .c-nav-category-item {
    display: inline-block;
    padding: 0;
    position: relative;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 80px;
    font-weight: 700;
  }
  .c-nav-category-item:after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .c-nav-category-item:before {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #ae7c4f;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-nav-category-item a {
    padding: 0 20px;
    display: block;
  }
  .c-nav-category-item.is-current {
    color: #ae7c4f;
  }
  .c-nav-category-item.is-current:after {
    background-color: #ae7c4f;
  }
  .c-nav-category-item.is-current:before {
    opacity: 1;
  }
  .c-nav-category-item.is-current a, .c-nav-category-item.is-current:after {
    -webkit-transition: none;
    transition: none;
  }

  .c-nav-category-button--next, .c-nav-category-button--prev {
    display: none;
  }

  .c-input {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 2px;
    text-align: center;
  }
  .c-input input {
    width: 96%;
    height: 38px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 10px;
  }

  .c-input--search input {
    padding: 0 30px;
  }

  .c-input--search-clear {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 12px;
    background-image: url("../assets/img/common/icon_search_close.png");
    background-position: 50% 50%;
    background-size: 10px 10px;
    background-repeat: none;
    text-indent: -999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .c-input--search-clear.is-hide {
    opacity: 0;
    visibility: hidden;
  }
  .c-input--search-clear.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .c-input--search-label {
    width: 16px;
    position: absolute;
    top: 11px;
    left: 10px;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .c-input--search-label img {
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .c-heading {
    display: inline-block;
    line-height: 1;
    font-weight: 400;
  }

  .c-heading--02 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .c-heading--03 {
    font-size: 16px;
    font-size: 1rem;
  }

  .c-heading--sub {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .c-heading--account {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ae7c4f;
  }

  .c-link {
    text-decoration: none;
  }

  .c-link--more {
    height: 44px;
    display: block;
    margin: 0 20px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
  }

  .c-link--search {
    color: #ae7c4f;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 10px;
    font-weight: 700;
  }
  .c-link--search:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -13px;
    left: 50%;
    margin-left: -100px;
    background-image: url("../assets/img/common/icon_search_gold_sp.png");
    background-size: 18px 18px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .c-link--search-article {
    width: 90%;
    min-width: 150px;
    height: 44px;
    display: block;
    margin: 0 auto;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    position: relative;
    text-indent: 1em;
  }
  .c-link--search-article:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 2px;
    left: 50%;
    margin-left: -85px;
    background-image: url("../assets/img/common/icon_search_white_sp.png");
    background-size: 19px 19px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .c-card {
    width: 100%;
  }
  .c-card a {
    display: block;
  }
  .c-card .c-card-thum {
    width: 100%;
    font-size: 0;
  }
  .c-card img {
    width: 100%;
    max-height: 100%;
    height: auto;
  }
  .c-card .c-card-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    margin: 15px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .c-card + .c-card {
    margin-top: 32px;
  }
  .c-card + .c-card--s-thum {
    margin-top: 20px;
  }

  .c-card__information {
    margin: 15px;
    text-align: left;
  }
  .c-card__information .c-card-date {
    margin-right: 14px;
  }

  .c-card-date {
    margin-bottom: 10px;
    color: #999;
    line-height: 1;
  }

  .c-card-category, .c-card-date {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .c-card-category {
    color: #ae7c4f;
    font-weight: 700;
  }

  .c-card-category--sub {
    position: relative;
    margin-left: 20px;
  }

  .c-card--s-thum .c-card__group {
    overflow: hidden;
  }
  .c-card--s-thum .c-card-thum {
    width: 42.857%;
    max-width: 240px;
    margin-right: 15px;
    float: left;
  }
  .c-card--s-thum .c-card-title {
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: none;
  }
  .c-card--s-thum .c-card-ranking, .c-card--s-thum .c-card-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    overflow: hidden;
  }
  .c-card--s-thum .c-card-ranking {
    line-height: 1;
    margin: 0 0 5px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .c-card--s-thum .c-card__information {
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .c-card--s-thum + .c-card--s-thum {
    margin-top: 20px;
  }

  .c-card-dictionary {
    width: 170px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 10px;
    outline: none;
    vertical-align: top;
  }

  .c-card-dictionary__thum img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .c-card-dictionary__title {
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    display: inline-block;
    margin-top: 32px;
  }
  .c-card-dictionary__title span {
    display: block;
    overflow: hidden;
  }

  .c-card-dictionary__title-sub {
    width: auto;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2em;
    color: #999;
    text-align: center;
    margin-top: 5px;
  }

  .c-card-dictionary__flag {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
  }
  .c-card-dictionary__flag img {
    width: 22px;
    height: 14px;
  }

  .c-card-country-name {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 2px;
  }

  .c-card--magazine {
    overflow: hidden;
    margin-bottom: 40px;
    /* padding: 0 20px; */
  }
  .c-card--magazine a {
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .c-card--magazine .c-card-thum {
    width: auto;
    display: inline-block;
    float: left;
  }
  .c-card--magazine .c-card-thum img {
    width: 100px;
  }
  .c-card--magazine .c-card__summary {
    margin-left: 120px;
  }
  .c-card--magazine .c-card__summary p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
  }
  .c-card--magazine .c-card__summary .c-card-title, .c-card--magazine .c-card__summary p {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-card--magazine .c-card__summary .c-card-title {
    margin: 0;
    padding: 0 0 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6em;
    border: none;
  }
  .c-card--magazine .c-card__summary .c-card-magazine-release {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1em;
  }

  .c-card--brand .c-card-title {
    border: none;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
    padding-bottom: 0;
  }
  .c-card--brand .c-card-title span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4em;
    font-weight: 400;
    display: block;
  }
  .c-card--brand .c-card__information {
    border: none;
    padding-top: 2px;
    padding-bottom: 0;
  }
  .c-card--brand .c-card-brand__published {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-card--brand .c-card-brand__country, .c-card--brand .c-card-brand__published {
    display: inline-block;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-card--brand .c-card-brand__country {
    vertical-align: middle;
    margin-left: 8px;
  }
  .c-card--brand .c-card-brand__country img {
    width: 22px;
    height: 14px;
    vertical-align: middle;
  }
  .c-card--brand .c-card-brand__country .c-card-country-name {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    padding-bottom: 0.2em;
    border-bottom: 1px dashed #000;
  }

  .c-card__group--ranking .c-card-title {
    margin-top: 14px;
    margin-bottom: 4px;
  }

  .c-instagram-account {
    overflow: hidden;
  }
  .c-instagram-account + .c-instagram-account {
    margin-top: 20px;
  }

  .c-instagram__thum {
    width: 14.285%;
    max-width: 80px;
    min-width: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .c-instagram__thum img {
    width: 100%;
  }

  .c-instagram__info {
    overflow: hidden;
  }

  .c-instagram-name {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-instagram-id, .c-instagram-name {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }

  .c-instagram-id {
    color: #ae7c4f;
    margin-top: 5px;
    display: block;
  }

  .c-magazine__head {
    overflow: hidden;
  }

  .c-magazine__sns {
    margin-top: 20px;
  }

  .c-magazine-cover img {
    width: 100%;
    max-width: 100%;
  }

  .c-magazine-data {
    position: relative;
    margin: 20px 0 0;
  }

  .c-magazine-logo {
    width: 74%;
    margin: 0 auto 16px;
  }
  .c-magazine-logo img {
    width: 100%;
    max-width: 100%;
  }

  .c-magazine-month {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-magazine-label {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px;
  }

  .c-magazine-label--l {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }

  .c-magazine-contents {
    clear: both;
    margin-top: 10px;
  }

  .c-magazine-item + .c-magazine-item {
    margin-top: 12px;
  }

  .c-magazine-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 400;
  }

  .c-magazine-title-sub {
    font-size: 10px;
    font-size: 0.625rem;
    color: #999;
    line-height: 16px;
  }

  .c-magazine__more {
    margin-top: 32px;
    text-align: center;
  }

  .c-magazine__thum {
    text-align: center;
    margin-bottom: 16px;
  }
  .c-magazine__thum img {
    width: 100%;
  }

  .c-magazine__summary {
    margin-bottom: 32px;
  }

  .c-magazine-sub-title {
    font-weight: 700;
  }

  .c-magazine-description, .c-magazine-sub-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
  }

  .c-magazine-description {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-magazine__btns a + a {
    margin-top: 12px;
  }

  .c-banner-item a {
    display: block;
  }
  .c-banner-item img {
    width: 100%;
    max-width: 100%;
  }
  .c-banner-item + .c-banner-item {
    margin-top: 12px;
  }

  .c-sns__wrapper {
    padding: 32px 0;
  }

  .c-sns-list {
    text-align: center;
  }

  .c-sns-item {
    width: 30px;
    display: inline-block;
    margin: 0 16px;
  }
  .c-sns-item a {
    display: block;
  }

  .c-accordion {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .c-accordion-link, .c-accordion-parent {
    background-color: #fff;
    text-align: left;
    position: relative;
  }

  .c-accordion-link a, .c-accordion-parent a {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 44px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    font-weight: 400;
  }

  .c-accordion-link a:after, .c-accordion-parent a:after {
    content: "";
    width: 7px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../assets/img/common/icon_arrow.png");
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .c-accordion-link span, .c-accordion-parent span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 44px;
    color: #999;
    margin-left: 10px;
  }

  .c-accordion-link + .c-accordion-link, .c-accordion-link + .c-accordion-parent {
    border-top: 1px solid #ddd;
  }

  .c-accordion-parent + .c-accordion-link, .c-accordion-parent + .c-accordion-parent {
    border-top: 1px solid #ddd;
  }
  .c-accordion-parent > h3 a:after {
    margin-top: -4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .c-accordion-parent .is-active a:after {
    -webkit-transform: rotate(275deg);
    transform: rotate(275deg);
  }
  .c-accordion-parent .c-accordion-link {
    color: #000;
  }
  .c-accordion-parent .c-accordion-link a {
    padding-left: 50px;
    position: relative;
  }
  .c-accordion-parent .c-accordion-link a:before {
    content: "";
    width: 6px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../assets/img/common/icon_accordion_link_head.png");
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .c-accordion__child {
    display: none;
    border-top: 1px solid #ddd;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-accordion-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .c-accordion-link--brand {
    overflow: hidden;
  }
  .c-accordion-link--brand a {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .c-accordion-link--brand .c-accordion-link__thum {
    float: left;
    display: inline-block;
    height: 44px;
  }
  .c-accordion-link--brand .c-accordion-link__thum img {
    width: 44px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-accordion-link--brand .c-accordion-link__label {
    margin-left: 60px;
    padding-right: 14px;
    line-height: 1.6em;
    font-weight: 700;
  }
  .c-accordion-link--brand .c-accordion-link__label p {
    margin-top: 13px;
  }

  .c-v_zone__head {
    padding: 14px 20px;
  }

  .c-v_zone__content, .c-v_zone__head {
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
  }

  .c-v_zone__content {
    padding: 14px 20px 20px;
    margin-top: 4px;
  }
  .c-v_zone__content:after {
    content: "";
    display: block;
    width: 90%;
    height: 10px;
    background-image: url("../assets/img/sp/v_zone/calendar_spring_sp.png");
    background-repeat: repeat-x;
    background-size: 22px 10px;
    background-position: 50%;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }

  .c-v_zone-message {
    text-align: center;
    margin-bottom: 10px;
  }
  .c-v_zone-message img {
    width: 133px;
  }

  .c-v_zone-title {
    text-align: center;
  }

  .c-v_zone-title--l {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-v_zone-title--m {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 4px;
  }

  .c-v_zone-title--s {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-left: 1px;
  }

  .c-v_zone__date {
    margin-top: 5px;
    position: relative;
  }

  .c-v_zone-date, .c-v_zone-weekday {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
    position: absolute;
    top: 10px;
  }

  .c-v_zone-date {
    left: 0;
  }

  .c-v_zone-weekday {
    right: 0;
  }

  .c-v_zone-day {
    font-size: 30px;
    font-size: 1.875rem;
    display: block;
    text-align: center;
  }

  .c-v_zone__thum {
    display: block;
    margin-top: 14px;
    overflow: hidden;
    font-size: 0;
  }
  .c-v_zone__thum img {
    width: 100%;
  }

  .c-v_zone__more {
    margin-top: 32px;
    text-align: center;
  }

  .c-v_zone__search {
    margin-top: 20px;
    padding-top: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #ddd;
    text-align: center;
  }

  .c-slider {
    opacity: 0;
  }
  .c-slider.slick-slider {
    margin: 0;
  }
  .c-slider .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 11px;
    font-size: 0;
    text-align: center;
    z-index: 1;
  }
  .c-slider .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .c-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  .c-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .c-slider .slick-dots li.slick-active {
    background-color: #fff;
  }

  .c-slider--top .slick-list {
    background-color: #000;
  }
  .c-slider--top .c-slider-content {
    padding: 50px 20px 1px;
    opacity: 0;
  }
  .c-slider--top .slick-current .c-slider-content {
    opacity: 1;
  }
  .c-slider--top .c-slider-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .c-slider--top.c-slider .slick-dots {
    bottom: auto;
    top: 59.5vw;
  }
  .c-slider--top.c-slider .slick-dots li {
    background-color: #373737;
    border: 0;
  }
  .c-slider--top.c-slider .slick-dots li.slick-active {
    background-color: #ae7c4f;
  }

  .c-slider-item {
    width: 100%;
    display: block;
    font-size: 0;
    background-color: #000;
    outline: none;
  }
  .c-slider-item img {
    width: 100%;
  }

  .c-slider-content {
    background-color: #000;
    padding: 20px 20px 30px;
  }

  .c-slider-category {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1;
    color: #ae7c4f;
    margin: 0 0 10px;
  }

  .c-slider-title {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .c-slider-title p {
    margin-bottom: 0 !important;
  }
  .c-slider-title hr {
    margin-bottom: 20px !important;
  }

  .c-slider-sub {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
  }

  .c-slider--photogallery .slick-next {
    top: 213.25px;
  }
  .c-slider--photogallery .slick-prev {
    top: 213.25px;
    width: 30px;
    height: 54px;
    left: 0;
    z-index: 1;
  }
  .c-slider--photogallery .slick-prev:after {
    content: "";
    display: block;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../assets/img/common/icon_arrow_prev_photo_sp_btn.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 54px;
  }
  .c-slider--photogallery .slick-next {
    width: 30px;
    height: 54px;
    right: 0;
    z-index: 1;
  }
  .c-slider--photogallery .slick-next:after {
    content: "";
    display: block;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../assets/img/common/icon_arrow_next_photo_sp_btn.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 54px;
  }
  .c-slider--photogallery .c-slider-item {
    background-color: #fff;
  }
  .c-slider--photogallery .c-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
  }
  .c-slider--photogallery .c-slider-image__wrapper {
    max-width: auto;
    height: 427px;
    padding-bottom: 66%;
    position: relative;
    background: #000;
  }
  .c-slider--photogallery .c-slider-image {
    width: auto;
    height: auto;
    max-height: 426.5px;
  }
  .c-slider--photogallery .c-slider-content {
    background-color: #fff;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-slider--photogallery .c-slider-content .c-slider-title {
    color: #000;
  }
  .c-slider--photogallery .slick-dots {
    position: relative;
    top: 0;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .c-slider--photogallery .slick-dots a {
    display: block;
    height: 0;
    padding-bottom: 18.57%;
  }
  .c-slider--photogallery .slick-dots li {
    width: 19.2%;
    height: 0;
    padding-bottom: 19.2%;
    margin-left: 0;
    margin-right: 1%;
    border-radius: 0;
  }
  .c-slider--photogallery .slick-dots li:nth-child(5n) {
    margin-right: 0;
  }
  .c-slider--photogallery .slick-dots li:not(:nth-child(-n+5)) {
    margin-top: 1%;
  }
  .c-slider--photogallery .slick-dots li.slick-active {
    border: 2px solid #ae7c4f;
    position: relative;
  }
  .c-slider--photogallery .slick-dots li.slick-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .c-slider--photogallery .c-slick-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .c-article-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4285em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    word-break: break-all;
  }

  .c-article-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 15px;
  }
  .c-article-category a {
    color: #ae7c4f;
  }

  .c-article-title--snap {
    float: left;
  }
  .c-article-title--snap span {
    display: block;
    line-height: 1.6em;
    word-break: break-all;
  }

  .c-article-sub-title, .c-article-title--snap span {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .c-article-sub-title {
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 4px;
  }

  .c-article-date {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    margin: 0 0 15px;
  }

  .c-article-date-365 {
    width: 60px;
    height: 65px;
    display: inline-block;
    position: relative;
  }

  .c-article-date-365__year {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-article-date-365__year span {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
  }

  .c-article-date-365__month {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .c-article-date-365__month span {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .c-article-date-365__day {
    position: absolute;
    top: 40px;
    left: 25px;
  }
  .c-article-date-365__day span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .c-article-date-365__day:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -23px;
    left: -3px;
  }

  .c-article-tag__wrap .c-article-tag {
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .c-article-tag__wrap .c-article-tag:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .c-article-tag {
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .c-article-tag__label {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
    display: inline-block;
  }

  .c-article-tag__items {
    font-size: 0;
  }
  .c-article-tag__items li {
    display: inline-block;
    margin-bottom: 12px;
  }
  .c-article-tag__items li:not(:last-child) {
    margin-right: 12px;
  }
  .c-article-tag__items li a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 12px 6px;
    background-color: #f3f2f2;
    border: 1px solid #ddd;
    display: inline-block;
  }

  .c-article-footer__container {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 20px 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }

  .c-article-footer__container--ad {
    text-align: center;
    padding: 32px 10px;
  }

  .c-article-footer-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-article-footer-title span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6em;
    display: block;
  }

  .c-article-footer-title--inner {
    margin-bottom: 20px;
  }

  .c-article-footer__map {
    margin-top: 20px;
  }

  .c-article-footer__table {
    width: 100%;
    margin: 20px auto 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
  }
  .c-article-footer__table tr {
    border-top: 1px dotted #ddd;
  }
  .c-article-footer__table tr:last-child {
    border-bottom: 1px dotted #ddd;
  }
  .c-article-footer__table th {
    text-align: left;
    vertical-align: top;
    padding: 20px 0 0;
    font-weight: 400;
    display: block;
  }
  .c-article-footer__table td {
    text-align: left;
    vertical-align: top;
    padding: 5px 0 20px;
    display: block;
  }

  .c-article-footer__more {
    margin-top: 32px;
  }

  .c-article-footer-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
    padding: 0 20px;
  }

  .c-article-brand_dictionary-summary {
    width: 100%;
  }
  .c-article-brand_dictionary-summary .c-article-footer-title {
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .c-article-brand_dictionary-summary .c-article-footer-title span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
  }

  .c-article-brand_dictionary-thum {
    width: 59%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .c-article-brand_dictionary-thum img {
    width: 100%;
  }

  .c-article-footer__summary {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    padding: 0 20px;
  }
  .c-article-footer__summary a {
    color: #ae7c4f;
  }
  .c-article-footer__summary .c-article-footer-title {
    padding: 0;
    margin-bottom: 10px;
  }

  .c-article-footer__summary--aoyagi {
    margin-bottom: 20px;
  }

  .c-article-footer__thum--aoyagi {
    padding: 0 20px;
  }
  .c-article-footer__thum--aoyagi img {
    width: 100%;
  }

  .c-article-footer__summary--fujimura {
    margin-bottom: 20px;
  }

  .c-article-footer__thum--fujimura {
    padding: 0 20px;
  }
  .c-article-footer__thum--fujimura img {
    width: 100%;
  }

  .c-article-footer__summary--location + .c-article-footer__summary--location {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
  }

  .c-article-footer__btns {
    margin-top: 32px;
  }
  .c-article-footer__btns a {
    color: #fff;
  }

  .c-article-footer__cards {
    padding: 0 20px;
  }
  .c-article-footer__cards .c-card {
    width: 100%;
  }
  .c-article-footer__cards.js-ranking {
    display: none;
  }
  .c-article-footer__cards.c-article-footer__cards--ranking {
    margin-top: -30px;
  }

  .c-article-footer__cards--snap {
    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;
  }
  .c-article-footer__cards--snap .c-card--snap {
    width: 46.428%;
    margin-bottom: 30px;
  }
  .c-article-footer__cards--snap .c-card--snap + .c-card--snap {
    margin-top: 0;
  }
  .c-article-footer__cards--snap + .c-article-footer__more {
    margin-top: 2px;
  }

  .c-article-footer__cards--magazines .c-card--magazine {
    margin-bottom: 0;
  }

  .c-article-footer__cards--365 {
    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;
  }
  .c-article-footer__cards--365 .c-card {
    width: 46.428%;
    margin: 0;
  }
  .c-article-footer__cards--365 .c-card:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-article-footer__cards--365 .c-card .c-card-title {
    margin: 10px 0 0;
    border: none;
  }

  .c-article-footer__cards--col-2 {
    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;
  }
  .c-article-footer__cards--col-2 .c-card {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
  .c-article-footer__cards--col-2 .c-card:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-article-footer__cards--col-2 .c-card:nth-child(2n) {
    margin-right: 0;
  }
  .c-article-footer__cards--col-2 .c-card__information {
    margin: 10px 0;
  }
  .c-article-footer__cards--col-2 .c-card-title {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .c-article-footer__magazine {
    overflow: hidden;
  }

  .c-article-author {
    min-height: 40px;
    display: block;
    margin-bottom: 16px;
  }

  .c-article-author__avatar {
    display: inline-block;
    vertical-align: middle;
  }
  .c-article-author__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .c-article-author__summary {
    max-width: 80%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    padding-bottom: 0.2em;
    border-bottom: 1px dashed #000;
  }

  .c-article-snap-stamp {
    width: 52px;
    height: 52px;
    display: block;
  }

  .c-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-breadcrumbs li {
    display: inline-block;
    font-size: 11px;
  }
  .c-breadcrumbs li + li:before {
    content: "\003E";
    display: inline-block;
    margin-right: 5px;
  }
  .c-breadcrumbs li a {
    color: #ae7c4f;
    display: inline-block;
  }

  .c-pagination {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0;
  }

  .c-pagination-wrap {
    display: inline-block;
    overflow: hidden;
  }

  .c-pagination-item {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin: 0 4px;
  }
  .c-pagination-item a, .c-pagination-item span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .c-pagination-item--num {
    background-color: #fff;
  }
  .c-pagination-item--num:not(.is-current) {
    border: 1px solid #000;
  }
  .c-pagination-item--num.is-current {
    pointer-events: none;
  }

  .c-pagination-next, .c-pagination-prev {
    width: 30px;
    background-color: #000;
  }

  .c-pagination-next a {
    width: 30px;
  }

  .c-pagination-prev {
    position: relative;
    margin-left: 0;
  }
  .c-pagination-prev a {
    width: 30px;
  }
  .c-pagination-prev a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_prev.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }

  .c-pagination-next {
    position: relative;
    margin-right: 0;
  }
  .c-pagination-next a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_next.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
  }

  .c-pagination-link {
    width: 100%;
    height: 44px;
    display: block;
    margin: 0 auto 20px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c-pagination-link-next {
    width: 100%;
    height: 44px;
    display: block;
    margin: 0 auto 20px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-pagination-link-next a {
    display: block;
  }

  .c-pagination-link--brand {
    height: auto;
    line-height: 1.6em;
    padding: 12px 20px;
  }

  .c-pagination-link--model {
    opacity: 0;
    display: none;
  }

  .c-pagination-leader {
    width: 20px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin: 0 3px;
  }
  .c-pagination-leader img {
    vertical-align: 4px;
  }

  .c-pagination--prev-next a {
    height: 44px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 44px;
    font-weight: 700;
  }
  .c-pagination--prev-next a span {
    display: inline-block;
    vertical-align: top;
  }
  .c-pagination--prev-next .c-pagination-item {
    margin: 0;
  }
  .c-pagination--prev-next .c-pagination-prev {
    margin-right: 10px;
  }
  .c-pagination--prev-next .c-pagination-prev:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_prev.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }
  .c-pagination--prev-next .c-pagination-next {
    margin-left: 10px;
  }
  .c-pagination--prev-next .c-pagination-next:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../assets/img/common/icon_arrow_next.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
  }

  .c-hero-category {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none !important;
  }

  .c-hero-category-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }

  .c-hero-category-title {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  .c-hero-category-title span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em;
    display: block;
    margin-bottom: 4px;
  }

  .c-hero-category-summary {
    padding: 0 40px;
  }
  .c-hero-category-summary p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.58em;
  }

  .c-form-selectbox {
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .c-form-selectbox select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 40px 0 14px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    color: #333;
  }

  .c-form-selectbox-arrow {
    height: 40px;
    position: absolute;
    top: -2px;
    right: 16px;
    line-height: 40px;
    pointer-events: none;
    z-index: 1;
  }
  .c-form-selectbox-arrow img {
    width: 11px;
    height: 7px;
  }

  .c-modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    pointer-events: none;
    z-index: 4;
  }
  .c-modal.is-opened {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
  }

  .c-modal-bg {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 3;
  }
  .c-modal-bg.is-opened {
    pointer-events: auto;
    opacity: .7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .c-modal-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-weight: 700;
  }

  .c-modal__container {
    position: relative;
  }

  .c-modal--shop-lists {
    width: 100%;
    height: auto;
    display: block;
    margin: 15% auto 0;
    padding: 0 20px;
  }
  .c-modal--shop-lists .c-modal__container {
    background-color: #fff;
    padding: 20px;
  }
  .c-modal--shop-lists .c-modal__lists {
    width: 100%;
    display: table;
    margin-top: 20px;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .c-modal--shop-lists .c-modal__item {
    width: 50%;
    height: 55px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .c-modal--shop-lists .c-modal__item a {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    position: relative;
  }
  .c-modal--shop-lists .c-modal__item a span {
    width: 100%;
    display: block;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-modal--shop-lists .c-modal__close {
    position: absolute;
    top: 26px;
    right: 19px;
    width: 10px;
    height: 10px;
    background-image: url("../assets/img/common/icon_search_close.png");
    background-position: 50% 50%;
    background-size: 10px 10px;
  }

  .c-brand-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6em;
    font-weight: 700;
  }

  [v-cloak] {
    display: none;
  }

  .c-v_zone-search-point {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 74px;
  }

  .c-v_zone-search-point--result {
    margin-bottom: 0;
  }

  .c-v_zone-search {
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .c-v_zone-search.c-v_zone-search--bottom {
    padding-bottom: 50px;
  }
  .c-v_zone-search .c-v_zone-search__close {
    position: absolute;
    right: 20px;
    top: 25px;
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__heading {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__title span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__label {
    margin-left: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__label.c-v_zone-search__label--is-load {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__label img {
    width: 120px;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__link {
    position: relative;
    color: #ae7c4f;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
  }
  .c-v_zone-search .c-v_zone-search__heading .c-v_zone-search__link img {
    width: 18px;
  }
  .c-v_zone-search .c-v_zone-search-wrap {
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .c-v_zone-search .c-v_zone-search-inner {
    padding: 0;
  }
  .c-v_zone-search .c-v_zone-search__checkarea {
    margin: auto;
    border-top: 1px solid #ddd;
    padding: 10px 20px 0;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title {
    padding: 20px 0 0;
    text-indent: 3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: "";
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title.c-v_zone-search__checkarea-title--type01:before {
    background: url("../assets/img/common/icon_shutsueshon_sp.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-search__checkarea-title.c-v_zone-search__checkarea-title--type02:before {
    background: url("../assets/img/common/icon_item_sp.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist-wrap {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-right: 1px solid #ddd;
    padding: 15px;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li:last-child {
    border-right: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li.v_zone-tab-active {
    font-weight: 700;
    border-bottom: none;
    background: #fff;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li.v_zone-tab-other {
    border-bottom: 1px solid #ddd;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tablist li a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    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;
    pointer-events: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab.v_zone-tab-active {
    display: block;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li:last-child {
    border-bottom: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox] {
    display: none;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox]:checked + label:before {
    background: #ae7c4f;
    border: 1px solid #3498db;
    opacity: 1;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input:disabled {
    opacity: 0.5;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li input:disabled + label {
    opacity: 0.5;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .c-v_zone-search .c-v_zone-search__checkarea .c-v_zone-tab .c-v_zone-tab__list li label:after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
  }
  .c-v_zone-search .c-v_zone-btn {
    width: 100%;
    min-width: 150px;
    height: 44px;
    display: block;
    margin: 0 auto;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    text-align: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
    transition: opacity 0.5s cubic-bezier(0, 0.6, 0.4, 1);
  }
  .c-v_zone-search .c-v_zone-btn a {
    display: block;
  }
  .c-v_zone-search .c-v_zone-btn.disabled {
    opacity: 0.5;
  }

  body.v_zone-active .c-v_zone-search__close {
    display: block;
  }
  body.v_zone-active .c-v_zone-search__link {
    pointer-events: none;
    opacity: 0;
  }
  body.v_zone-active .c-v_zone-search-wrap {
    pointer-events: auto;
    opacity: 1;
  }
  body.v_zone-active .c-v_zone-search-inner {
    overflow: auto;
    max-height: calc(100vh - 74px - 44px - 44px);
  }
  body.v_zone-active .c-v_zone-search__heading .c-v_zone-search__label {
    opacity: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  body.scroll-fixed .c-v_zone-search-point {
    position: fixed;
    top: 0;
  }
  body.scroll-fixed .c-v_search-tag {
    padding-top: 74px;
  }
  body.scroll-fixed .c-v_zone-search {
    top: 44px;
  }
  body.scroll-fixed .c-v_zone-search__heading .c-v_zone-search__label {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  body.scroll-fixed .c-nav-category {
    margin-bottom: 66px;
  }
  body.scroll-hidden {
    overflow: hidden;
  }
  body.btn-fixed .c-v_zone-btn {
    position: fixed;
    bottom: 0;
  }

  .c-v_search-tag__title {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 20px 8px;
    margin: 0;
  }

  .c-v_search-tag__list {
    list-style: none;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
  }
  .c-v_search-tag__list li {
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    letter-spacing: 0.04em;
    margin: 8px 0 0;
  }
  .c-v_search-tag__list li:after {
    content: "×";
    color: #ae7c4f;
    margin: 0 10px;
  }
  .c-v_search-tag__list li:last-child:after {
    display: none;
  }

  .c-page-title {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 60px 0 65px;
  }

  .c-page-title__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 20px;
  }

  .c-page-title__sub {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
  }

  .p-top .c-card:not(.c-card--col2) {
    padding: 0 10px;
  }
  .p-top .js-ranking {
    display: none;
  }

  .p-top__heading {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }

  .p-top__heading-sub {
    margin-top: 12px;
  }

  .p-top__link-more {
    margin-top: 32px;
  }

  .p-top__snap {
    padding: 0 20px;
    min-width: 320px;
  }
  .p-top__snap .c-snap-item {
    width: 46.428%;
    margin-bottom: 20px;
    display: inline-block;
  }
  .p-top__snap .c-snap-item:nth-child(2n) {
    margin-left: 7.14%;
  }
  .p-top__snap .c-snap-item img {
    width: 100%;
  }
  .p-top__snap + .p-top__link-more {
    margin-top: 12px;
  }

  .p-top__instagram__header {
    margin-top: -12px;
    margin-bottom: 20px;
    text-align: center;
  }

  .p-top__instagram__content {
    width: 100%;
    padding: 0 20px;
  }
  .p-top__instagram__content .c-instagram-item {
    width: 32.142%;
    margin-bottom: 6px;
    font-size: 0;
  }
  .p-top__instagram__content .c-instagram-item img {
    width: 100%;
  }

  .p-top__instagram__account {
    padding: 0 20px;
    margin-top: 20px;
    overflow: hidden;
  }

  .p-top__magazine {
    border: 1px solid #ddd;
    padding: 24px 20px 32px;
    overflow: hidden;
  }

  .p-top__pagination {
    margin-top: 32px;
    padding: 0 20px;
    text-align: center;
  }

  .p-top__pagination__wrap {
    padding-bottom: 32px;
  }

  .p-top__pagination--prev-next {
    overflow: hidden;
  }

  .p-top__pagination__prev {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
  }

  .p-top__pagination__next {
    width: 50%;
    float: right;
  }
  .p-top__pagination__next .c-pagination {
    float: right;
  }

  .p-top__pagination--common {
    margin-top: 32px;
  }

  .p-top__pagination--magazine {
    margin-top: 12px;
  }

  .p-top__category {
    height: 80px;
    position: relative;
    display: none;
    margin-bottom: 40px;
  }

  .p-top__cards--v_zone {
    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: 20px 20px 0;
  }
  .p-top__cards--v_zone .c-card {
    width: 46.428%;
    margin-top: 32px;
    text-align: left;
  }
  .p-top__cards--v_zone .c-card:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-top__cards--v_zone .c-card .c-card-title {
    margin: 10px 0 0;
  }

  .p-top__cards--snap {
    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;
    padding: 0 20px;
  }
  .p-top__cards--snap .c-card {
    width: 46.428%;
    margin-top: 20px;
  }
  .p-top__cards--snap .c-card:nth-child(-n+2) {
    margin-top: 0;
  }

  .p-top__cards--magazines {
    padding: 0 20px;
  }
  .p-top__cards--magazines .c-card {
    margin-bottom: 0;
  }
  .p-top__cards--magazines .c-card + .c-card {
    margin-bottom: 0;
  }

  .p-top__cards--slider .c-card.slick-current .c-card-title, .p-top__cards--slider .c-card.slick-current .c-card__information {
    opacity: 1;
  }
  .p-top__cards--slider .c-card + .c-card {
    margin-top: 0;
  }
  .p-top__cards--slider .c-card-title, .p-top__cards--slider .c-card__information {
    opacity: 0;
  }
  .p-top__cards--slider .c-card-thum {
    margin: 0 0 10px;
  }
  .p-top__cards--slider .c-card-title {
    margin: 0;
  }
  .p-top__cards--slider .c-card__information {
    margin: 15px 0;
  }

  .p-top__select {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .p-top__search {
    margin-top: 12px;
  }

  .p-top__search__title {
    background-color: #fff;
    margin: 32px 20px;
  }

  .p-top__search__category--country .c-accordion-link--brand a {
    padding: 15px 20px;
  }
  .p-top__search__category--country .c-accordion-link__thum {
    height: 14px;
    line-height: 22px;
  }
  .p-top__search__category--country .c-accordion-link__thum img {
    width: 22px;
  }
  .p-top__search__category--country .c-accordion-link__label {
    margin-left: 34px;
  }
  .p-top__search__category--country .c-accordion-link__label p {
    margin-top: -1px;
  }

  .p-top__ad, .p-top__dictionary {
    text-align: center;
  }

  .p-top__ad {
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top__ad:first-child {
    margin-top: 0;
  }
  .p-top__ad:last-child {
    margin-bottom: 0;
  }

  .p-top__footer-ad {
    text-align: center;
    padding: 32px 10px;
    background-color: #fff;
  }

  .p-article__header {
    padding: 0 20px;
  }
  .p-article__header .c-article-title {
    margin-bottom: 20px;
  }

  .p-article__header__inner, .p-article__header__title {
    overflow: hidden;
  }

  .p-article__header__title__inner {
    float: left;
    display: inline-block;
  }
  .p-article__header__title__inner .c-article-sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    margin-top: 4px;
  }

  .p-article__header__title__inner--dojo {
    width: 76.78%;
  }

  .p-article__header__stamp {
    float: right;
  }

  .p-article__header__data .c-article-date {
    display: block;
  }

  .p-article__header__sns {
    margin-top: 15px;
  }

  .p-article__header__sns-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-right: 5px;
    margin-top: 5px;
  }
  .p-article__header__sns-item:last-child {
    margin-right: 0;
  }

  .p-article__content {
    margin-top: 32px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .p-article__content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .p-article__content a {
    color: #ae7c4f;
    padding-bottom: 0.2em;
    border-bottom: 1px dashed #000;
  }
  .p-article__content .h2, .p-article__content h2, .p-article__content h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 20px 32px;
  }
  .p-article__content .h3 {
    border: none;
    padding: 0 0 0 10px;
    border-left: 1px solid #000;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    margin-bottom: 32px;
  }
  .p-article__content .h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    margin-bottom: 32px;
    border: none;
    padding: 0 20px;
  }
  .p-article__content .h5 {
    border: none;
    padding: 0 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    margin-bottom: 32px;
    font-weight: 400;
  }
  .p-article__content .small, .p-article__content small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.58em;
    display: inline-block;
    margin-bottom: 32px;
    padding: 0 20px;
    font-style: oblique;
  }
  .p-article__content ul {
    padding: 0;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 32px;
    list-style-type: disc;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2em;
  }
  .p-article__content ul li + li {
    margin-top: 10px;
  }
  .p-article__content ol {
    padding: 0;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 32px;
    list-style-type: decimal;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2em;
  }
  .p-article__content ol li + li {
    margin-top: 10px;
  }
  .p-article__content figure {
    margin: 0;
  }
  .p-article__content figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.666em;
    font-style: oblique;
    text-align: left;
    padding: 0 20px;
    margin-top: 5px;
  }
  .p-article__content img {
    max-width: 100%;
  }
  .p-article__content .image {
    text-align: center;
    margin-bottom: 32px;
  }
  .p-article__content .image img {
    width: 100%;
  }
  .p-article__content .btn {
    margin: 0 20px 32px;
    text-align: center;
  }
  .p-article__content .btn a {
    min-width: 200px;
    height: auto;
    display: inline-block;
    padding: 14px 24px;
    background-color: #ae7c4f;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5em;
    text-align: center;
    border: none;
  }
  .p-article__content hr {
    margin: 0 20px 32px;
  }
  .p-article__content .movie-box {
    padding: 0 20px;
  }
  .p-article__content .movie {
    height: 0;
    position: relative;
    padding-top: 56.28%;
    margin-bottom: 32px;
    text-align: center;
  }
  .p-article__content .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-article__content .box, .p-article__content .client-box {
    padding: 32px 20px;
    background-color: #f3f2f2;
    margin-bottom: 32px;
  }
  .p-article__content .box > * + *, .p-article__content .client-box > * + * {
    margin-top: 32px;
  }
  .p-article__content .box .box-title, .p-article__content .client-box .box-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 12px;
  }
  .p-article__content .box p, .p-article__content .client-box p {
    margin-bottom: 0;
    padding: 0;
  }
  .p-article__content .box ol, .p-article__content .box ul {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .p-article__content .client-box ol, .p-article__content .client-box ul {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .p-article__content .box hr, .p-article__content .client-box hr {
    margin-left: 0;
    margin-right: 0;
  }
  .p-article__content .box .image, .p-article__content .client-box .image {
    margin-bottom: 0;
  }
  .p-article__content .box .movie {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__content .client-box .movie {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__content .client-box > * + * {
    margin-top: 0;
  }
  .p-article__content .question {
    position: relative;
    text-indent: 0;
    margin-left: 20px;
    padding-left: 20px;
  }
  .p-article__content .question:before {
    content: "Q.";
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
  }
  .p-article__content .answer {
    margin-left: 20px;
    position: relative;
  }
  .p-article__content .answer:before {
    content: "A.";
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-article__content .instargram {
    padding: 0 20px;
    margin-bottom: 32px;
  }
  .p-article__content .instargram iframe {
    margin: auto !important;
  }
  .p-article__content.-magazine .page-next {
    display: none;
  }
  .p-article__content .page-next {
    position: relative;
    padding: 32px 0 0;
    margin: 0 20px;
    border-top: 1px solid #ddd;
  }
  .p-article__content .page-next.-magazineNext {
    display: block;
  }
  .p-article__content .page-next a {
    display: inline-block;
    border-bottom: 0;
    position: relative;
    line-height: 32px;
  }
  .p-article__content .page-next a:before {
    content: "";
    display: inline-block;
    width: 86px;
    height: 24px;
    background-image: url("../assets/img/sp/article_pagination_next_sp.png");
    background-position: 50%;
    background-size: 86px 24px;
    background-repeat: no-repeat;
    border-bottom: 0;
    position: absolute;
    left: 0;
  }
  .p-article__content .page-next a span {
    display: inline-block;
    position: relative;
    text-decoration: underline;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.8em;
    margin-top: 32px;
  }
  .p-article__content .client-box {
    overflow: hidden;
  }
  .p-article__content .client-box p {
    clear: both;
  }
  .p-article__content .client-box .box-title {
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-weight: 700;
    border: none;
  }
  .p-article__content .client-box .avatar {
    float: left;
    margin-bottom: 20px;
  }
  .p-article__content .client-box .avatar img {
    width: 40px;
  }
  .p-article__content .client-box .name {
    border: none;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2em;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 20px;
    margin-left: 60px;
  }
  .p-article__content .talk-box {
    word-break: break-all;
    margin-bottom: 40px;
  }
  .p-article__content .talk-box b, .p-article__content .talk-box strong {
    margin-right: 20px;
  }
  .p-article__content .talk-box p {
    text-indent: -50px;
    margin-left: 50px;
    margin-bottom: 24px;
  }
  .p-article__content .advice {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6em;
    padding: 50px 0 0;
    border: none;
    position: relative;
    margin-top: 80px;
    text-align: center;
  }
  .p-article__content .advice:before {
    content: "";
    display: block;
    width: 123px;
    height: 92px;
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: -61px;
    background-image: url("../assets/img/common/mensbeauty/advice.png");
    background-size: 123px 92px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .p-article__content .data-box {
    margin-bottom: 40px;
  }
  .p-article__content .data-box p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.57em;
  }
  .p-article__content .data-box .image {
    margin-bottom: 20px;
  }
  .p-article__content .data-box .box-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .p-article__content .data-box .box-sub-title {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .p-article-old__content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8em;
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .p-article__content--snap .image {
    padding: 0 20px;
  }

  .p-article__footer {
    margin-top: 32px;
  }
  .p-article__footer .c-article-footer__container {
    margin-top: 12px;
  }

  .p-article__footer--brand {
    margin-top: 12px;
  }

  .p-article__footer__ad {
    padding: 0 20px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .p-article__footer__sns {
    padding: 0 20px;
  }

  .p-article__photogallery {
    padding: 32px 0;
    margin: 0 0 32px;
  }
  .p-article__photogallery .slick-dots {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-article__photogallery .slick-dots a {
    border-bottom: 0;
  }
  .p-article__photogallery .c-slider-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.6em;
    border: 0;
  }

  .p-article__photogallery__title {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
  }

  .p-magazgine__header {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
  }
  .p-magazgine__header .c-magazine-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
  .p-magazgine__header .c-magazine-release, .p-magazgine__header .c-magazine-title {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6em;
  }
  .p-magazgine__header .c-magazine-release {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
  }

  .p-magazgine__header--sub {
    padding-bottom: 52px;
  }
  .p-magazgine__header--sub .c-magazine__thum {
    float: left;
    margin-bottom: 0;
  }
  .p-magazgine__header--sub .c-magazine__thum img {
    width: 100px;
  }
  .p-magazgine__header--sub .c-magazine__btns {
    margin-left: 120px;
  }
  .p-magazgine__header--sub .c-magazine__summary {
    margin-left: 120px;
    margin-bottom: 12px;
  }
  .p-magazgine__header--sub .c-magazine-description, .p-magazgine__header--sub .c-magazine-sub-title {
    display: none;
  }
  .p-magazgine__header--sub .c-magazine__btns {
    overflow: hidden;
  }
  .p-magazgine__header--sub .c-magazine__btns a {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin: 0;
  }
  .p-magazgine__header--sub .c-magazine__btns a + a {
    margin-top: 12px;
  }

  .p-magazgine__header__pagination {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
  }
  .p-magazgine__header__pagination .p-top__pagination--magazine {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .p-magazine__links {
    margin-top: 32px;
    padding: 0 20px;
    text-align: center;
  }
  .p-magazine__links a {
    display: inline-block;
    height: 44px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 44px;
    padding: 0 40px;
    margin-bottom: 0;
  }

  .p-mailmagazine-content {
    padding: 32px 20px;
  }
  .p-mailmagazine-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 32px;
  }

  .p-mailmagazine-btns a {
    width: 100%;
  }

  .p-mailmagazine-textarea {
    padding: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57em;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    word-break: break-word;
  }
  .p-mailmagazine-textarea h1, .p-mailmagazine-textarea h2, .p-mailmagazine-textarea h3, .p-mailmagazine-textarea h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .p-mailmagazine-textarea p {
    margin-bottom: 20px;
  }
  .p-mailmagazine-textarea h1 {
    margin: 10px 0;
  }
  .p-mailmagazine-textarea h2, .p-mailmagazine-textarea h3 {
    margin-bottom: 5px;
  }
  .p-mailmagazine-textarea .c-mailmagazine-label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }

  .p-mailmagazine__footer {
    margin-top: 12px;
  }
  .p-mailmagazine__footer .c-article-footer__container {
    border-top: 0;
    margin-top: 12px;
  }
  .p-mailmagazine__footer .c-article-footer__container:first-child {
    border-top: 0;
  }
  .p-mailmagazine__footer .c-article-footer__container--ad {
    text-align: center;
    padding: 32px 20px;
  }

  .p-search_results-form {
    width: 100%;
    height: 40px;
    margin-bottom: 32px;
    position: relative;
  }
  .p-search_results-form .c-input {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 2px;
    text-align: center;
  }
  .p-search_results-form .c-input input {
    width: 96%;
    height: 38px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 30px;
    border: none;
  }
  .p-search_results-form .c-input-search {
    position: relative;
    visibility: visible;
    margin: 0;
    padding: 0 50px;
    border: 1px solid;
  }
  .p-search_results-form .c-input-search::-webkit-input-placeholder, .p-search_results-form .c-input-search:-ms-input-placeholder {
    color: #ddd;
  }
  .p-search_results-form .c-input-search::-webkit-input-placeholder {
    color: #ddd;
    color: #ddd;
  }
  .p-search_results-form .c-input-search:-ms-input-placeholder, .p-search_results-form .c-input-search::placeholder {
    color: #ddd;
  }
  .p-search_results-form .c-input-search-label {
    position: absolute;
    top: 12px;
    left: 15px;
    pointer-events: none;
  }
  .p-search_results-form .c-input-search-label img {
    width: 16px;
  }
  .p-search_results-form .c-input-search-clear {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 20px;
    background-size: 10px 10px;
    opacity: 1;
    pointer-events: auto;
  }

  .p-search_results-label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 30px;
    line-height: 1.57em;
  }
  .p-search_results-label .p-search_results-results-num {
    margin-left: 12px;
  }

  .p-search_results-content .c-card {
    width: 100%;
    display: block;
  }
  .p-search_results-content .c-card + .c-card {
    margin-top: 32px;
  }
  .p-search_results-content .c-card .c-card-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
  }
  .p-search_results-content .c-card .c-card__information {
    margin: 0 0 10px;
  }
  .p-search_results-content .c-card .c-card-title {
    margin: 10px 0;
  }

  .p-search_results__footer {
    margin-top: 12px;
  }
  .p-search_results__footer .c-article-footer__container {
    border-top: 0;
    margin-top: 12px;
  }
  .p-search_results__footer .c-article-footer__container:first-child {
    border-top: 0;
  }
  .p-search_results__footer .c-article-footer__container--ad {
    text-align: center;
    padding: 32px 20px;
  }

  .p-sitemap-content .c-accordion-link a {
    font-weight: 700;
  }
  .p-sitemap-content .c-accordion-parent > h3 a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .p-sitemap-content .c-accordion-parent a {
    font-weight: 700;
  }
  .p-sitemap-content .c-accordion__child {
    display: block;
  }

  .p-sitemap__footer {
    margin-top: 12px;
  }
  .p-sitemap__footer .c-article-footer__container {
    border-top: 0;
    margin-top: 12px;
  }
  .p-sitemap__footer .c-article-footer__container--ad {
    text-align: center;
    padding: 32px 20px;
  }

  .p-snap__footer {
    margin-top: 12px;
  }
  .p-snap__footer .c-article-footer__container {
    margin-top: 12px;
    padding: 30px 0;
  }
  .p-snap__footer .c-article-footer__container--ad {
    text-align: center;
    padding: 32px 20px;
  }

  .p-brand__category {
    height: 80px;
    position: relative;
  }

  .p-brand__hero {
    font-size: 0;
    position: relative;
    z-index: 2;
  }
  .p-brand__hero img {
    width: 100%;
  }

  .p-brand__content {
    margin: 20px 0 0;
  }

  .p-brand__content__title {
    padding: 0 20px;
  }

  .p-brand__content__select, .p-brand__content__sns {
    margin-top: 20px;
    padding: 0 20px;
  }

  .p-brand__content__select {
    margin-bottom: 20px;
    text-align: center;
  }

  .p-brand__content__cards {
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: all 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  }
  .p-brand__content__cards.is-hide {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }

  .p-brand__content__card:not(:first-child) {
    margin-top: 32px;
  }
  .p-brand__content__card.is-hide {
    display: none;
  }
  .p-brand__content__card p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-brand__content__card .c-card-title {
    border-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .p-brand__content__pagination {
    text-align: center;
    margin-top: 25px;
  }
  .p-brand__content__pagination .c-pagination-link {
    height: auto;
    margin-bottom: 32px;
    padding: 14px 20px;
    line-height: 1.4em;
  }

  .p-brand__content__pagination-btn {
    margin-top: 35px;
    padding: 0 20px;
  }
  .p-brand__content__pagination-btn + .p-brand__content__sns {
    margin-top: 40px;
  }

  .p-brand__content__footer {
    margin-top: 32px;
  }

  .p-brand__content__footer__links .c-accordion-link a {
    font-weight: 700;
  }

  .p-brand__footer__articles .c-article-footer__container {
    border-top: 0;
    margin-top: 12px;
  }

  .p-index-head-pickup {
    background-color: #000;
    padding: 20px 0 25px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-index-head-pickup-title {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .u-font--bold {
    font-weight: 700;
  }

  .u-font-color-w {
    color: #fff;
  }

  .u-font--en {
    font-family: "Josefin Sans", Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  .u-border--b {
    border-bottom: 1px solid #ddd;
  }

  .u-clearfix {
    overflow: hidden;
  }

  .u-bg-main {
    width: 100%;
    height: 100%;
  }

  .u-flag {
    position: relative;
  }
  .u-flag:before {
    position: relative;
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    background-size: 22px 15px;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    float: left;
    margin-top: 4px;
    padding-right: 8px;
  }

  .u-flag--usa:before {
    background-image: url("../assets/img/common/icon_flag_usa.png");
  }

  .u-flag--spain:before {
    background-image: url("../assets/img/common/icon_flag_spain.png");
  }

  .u-flag--france:before {
    background-image: url("../assets/img/common/icon_flag_france.png");
  }

  .u-flag--italy:before {
    background-image: url("../assets/img/common/icon_flag_italy.png");
  }

  .u-flag--uk:before {
    background-image: url("../assets/img/common/icon_flag_uk.png");
  }

  .u-link--ex {
    padding-right: 6px;
  }
  .u-link--ex:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    position: relative;
    top: 0;
    left: 5px;
    background-image: url("../assets/img/common/icon_link_ex.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 12px;
  }

  .u-link-btn {
    width: 100%;
    height: 44px;
    display: block;
    background-color: #ae7c4f;
    color: #fff;
    line-height: 44px;
    text-align: center;
  }

  .u-hidden {
    display: none;
  }

  .u-display {
    display: block;
  }

  .p-article__follow {
    margin: 30px 20px;
    padding: 15px;
    border: 1px solid #B4B4B4;
  }
  .p-article__follow .title {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 17px;
    color: #4A4A4A;
    font-weight: bold;
    text-align: center;
  }
  .p-article__follow .title small {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
  }
  .p-article__follow .facebook {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 12px;
  }
  .p-article__follow .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-article__follow .btns li {
    width: 25%;
    text-align: center;
  }
  .p-article__follow .btns li img {
    display: block;
    width: 42px;
    margin: 0 auto 10px;
  }
  .p-article__follow .btns li a {
    color: #4A4A4A;
    font-size: 12px;
    display: block;
  }

  .jscroll-section-line {
    display: none;
  }
}
/* ここから下は、新規追加分 変更 */
/* .p-article__content .page-next{
  display: none;
} */
.jscroll-section-line, .sp_display {
  display: none;
}

/*　越水追加　*/
@media screen and (min-width: 768px) {
  .c-slider--top .slick-dots {
    top: 415px;
  }
}
@media screen and (max-width: 767px) {
  .sp_display {
    display: block;
  }

  .pc_display {
    display: none;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}
body.is-fixed-nav .l-header--fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.is-fixed-nav .l-breadcrumbs {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  body.is-fixed-nav .l-header--fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-gallery[data-photogallery="0,0"] {
  display: none;
}

.jscroll-section-line {
  display: block !important;
}

.jscroll-section-line:before {
  display: inline-block;
  content: '';
  width: 125px;
  height: 12px;
  background: url(/cs_dir/icon_jscroll_logo.png) 0 0 no-repeat;
  background-size: 125px auto;
}

.p-article__footer__ad--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-article__footer__ad--pc {
    display: none;
  }
}

.p-article__footer__ad--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-article__footer__ad--sp {
    display: block;
  }
}

.photogallery__auto {
  display: none;
}

.is_body_draft .page-next {
  display: none;
}
.is_body_draft .jscroll-section-line {
  margin-bottom: 160px;
}
