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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html.is-loading {
  transition: opacity 0.3s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
body.is-has-modal {
  position: fixed !important;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1300px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}
/* COMMON HEADER
 * ----------------------------------------------- */
.header-site {
  width: 100%;
  z-index: 2000;
  position: relative;
}
.header-site .logo-image,
.header-site .logo-image a {
  display: block;
}
.header-site .has-sub .menu-item {
  position: relative;
}
.header-site .has-sub .menu-item::after {
  content: "";
  position: absolute;
}
.header-site .button-language {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.025em;
  border: 1px solid #000;
}
.header-site .button-language span {
  position: relative;
  opacity: 0;
  transition: opacity 0.26s ease;
}
.wf-active .header-site .button-language span {
  opacity: 1;
}
.header-site .button-language::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}

.navigation-menu {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1300px;
  }
  .header-site .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1366px;
    padding: 15px 17px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .logo-image {
    margin-right: 108px;
    position: relative;
    z-index: 10;
  }
  .header-site .header-navigation {
    display: block !important;
    height: auto !important;
  }
  .header-site .button-language {
    min-width: 83px;
    min-height: 24.5px;
    margin: auto -1px auto auto;
    padding: 0 15px;
    top: -1px;
    border-radius: 2px;
    z-index: 10;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-site .button-language span {
    left: 3px;
    top: -1px;
  }
  .is-mac .header-site .button-language span {
    top: 0;
  }
  .header-site .button-language::after {
    left: 10px;
    margin-top: -4px;
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  .is-mac .header-site .button-language::after {
    margin-top: -5px;
  }
  .header-site .navigation-inner {
    opacity: 0;
    transition: opacity 0.26s ease;
  }
  .wf-active .header-site .navigation-inner {
    opacity: 1;
  }

  .container-english .header-site .logo-image {
    width: 220px;
    margin-right: 87px;
  }
  .container-english .header-site .logo-image img {
    display: block;
    width: 100%;
  }
  .container-english .navigation-menu > li {
    margin-right: 45px;
  }

  html:not(.is-ipad) .has-sub:hover .mega,
  .is-has-sub.has-sub .mega {
    opacity: 1;
    visibility: visible;
  }
  html:not(.is-ipad) .has-sub:hover .menu-item:after,
  .is-has-sub.has-sub .menu-item:after {
    -ms-transform: rotate(225deg) !important;
        transform: rotate(225deg) !important;
    margin-top: 0 !important;
  }

  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    font-size: 16px;
    line-height: calc(28 / 16);
  }
  .navigation-menu > li {
    margin-right: 34px;
    padding-bottom: 10px;
  }
  .navigation-menu .menu-item {
    position: relative;
    z-index: 10;
    cursor: pointer;
  }
  .navigation-menu .has-sub .menu-item {
    padding-right: 17px;
  }
  .navigation-menu .has-sub .menu-item::after {
    top: 50%;
    margin-top: -3px;
    right: 5px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: 0.26s ease;
  }
  .is-mac .navigation-menu .has-sub .menu-item::after {
    margin-top: -5px;
  }

  .mega {
    position: absolute;
    top: 52px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 45px 0 38px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s ease, visibility 0.26s ease;
  }
  .mega:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -56px;
    background: #fff;
    pointer-events: none;
  }
  .mega .list-mega {
    width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 5;
  }
  .mega .list-mega > li {
    width: 33.333%;
    margin-top: 25px;
    padding-right: 20px;
  }
  .mega .mega-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .mega .mega-photo {
    width: 106px;
  }
  .mega .mega-text {
    -ms-flex: 1;
        flex: 1;
    padding: 0 0 4px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    padding: 0.11rem 0 0.08rem;
  }
  .header-site .logo-image {
    position: relative;
    width: 1.56rem;
    margin: 0 auto;
    left: -0.1rem;
    z-index: 100;
  }
  .header-site .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-site .header-navigation {
    position: fixed;
    padding-top: 0.11rem;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 200;
    display: none;
  }
  .header-site .header-navigation .logo-image {
    margin-bottom: 0.1rem;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .header-site .navigation-menu {
    padding: 0.06rem 0.18rem 1.2rem;
    background-color: #fff;
  }
  .header-site .navigation-menu li {
    border-bottom: 1px solid #afafaf;
  }
  .header-site .navigation-menu .has-sub {
    border-bottom: none;
  }
  .header-site .navigation-menu a {
    padding: 0.15rem;
    display: block;
  }
  .header-site .navigation-menu .button-common {
    width: 2.2rem;
    min-height: 0.45rem;
    margin-top: 0.4rem;
  }
  .header-site .list-mega > li {
    border-bottom: 1px solid #afafaf;
  }
  .header-site .menu-contact {
    border-bottom: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0.53rem;
  }
  .header-site .menu-contact .menu-item {
    width: 2.2rem;
    margin: 0 auto;
    background: #7b734f;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.15rem;
    letter-spacing: 0.075em;
    text-align: center;
    padding-top: 0.09rem;
    padding-bottom: 0.1rem;
  }
  .header-site .button-menu {
    position: fixed;
    width: 0.48rem;
    height: 0.48rem;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 205;
  }
  .header-site .button-menu span {
    width: 0.215rem;
    height: 1px;
    margin-left: -0.1rem;
    left: 50%;
    background: #000;
    position: absolute;
    display: block;
    transition: ease 0.26s;
  }
  .header-site .button-menu span:first-child {
    top: 0.16rem;
  }
  .header-site .button-menu span:nth-child(2) {
    top: 0.235rem;
  }
  .header-site .button-menu span:last-child {
    top: 0.31rem;
  }
  .header-site .button-menu.is-active span {
    top: 0.24rem;
  }
  .header-site .button-menu.is-active span:first-child {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translate(0) scale(0);
        transform: translate(0) scale(0);
  }
  .header-site .button-menu.is-active span:last-child {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .header-site .button-language {
    position: absolute;
    padding: 0.01rem 0.07rem 0.03rem 0.15rem;
    left: 0.13rem;
    top: 0.15rem;
    font-size: 0.12rem;
    line-height: 1.3;
    z-index: 100;
  }
  .header-site .button-language:after {
    border-left: 0.04rem solid #000;
    border-bottom: 0.04rem solid transparent;
    border-top: 0.04rem solid transparent;
    left: 0.06rem;
    margin-top: -0.04rem;
  }
  .is-safari.is-iphone .header-site .button-language {
    padding-bottom: 0.01rem;
  }
  .is-chrome.is-android .header-site .button-language {
    padding-bottom: 0;
    padding-top: 0.02rem;
  }

  .container-english .header-site .logo-image {
    width: 1.8rem;
    left: auto;
  }
  .container-english .navigation-menu > li:not(.has-sub) .menu-item {
    text-transform: lowercase;
  }
  .container-english .navigation-menu > li:not(.has-sub) .menu-item::first-letter {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-menu li:not(.has-sub) {
    transition: opacity 0.5s ease, top 0.25s ease;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .navigation-menu li:not(.has-sub).is-animated {
    opacity: 1;
    top: 0;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-site .wrapper {
  text-align: center;
}
.footer-site .footer-description,
.footer-site .footer-address,
.footer-site .footer-link,
.footer-site .footer-copyright {
  letter-spacing: 0.075em;
}
.footer-site .footer-description,
.footer-site .footer-link {
  font-family: dnp-shuei-mincho-pr6n, serif;
}
.footer-site .footer-address,
.footer-site .footer-link,
.footer-site .footer-copyright {
  font-weight: 500;
}
.footer-site .footer-description {
  font-weight: bold;
}
.footer-site .footer-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}
.footer-site .footer-link:hover {
  text-decoration: none;
}
.footer-site .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer-site .footer-social li {
  background-color: #000;
  border-radius: 50%;
}
.footer-site .footer-social a {
  display: block;
  position: relative;
}
.footer-site .footer-social a::before {
  content: "";
  position: absolute;
  background-size: 100% auto;
  left: 50%;
}
.footer-site .footer-copyright {
  display: block;
}

.button-top {
  position: fixed;
  z-index: 50;
  display: none;
  cursor: pointer;
}
.button-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #323232;
  background: #fff url(../img/common/btn_top.svg) no-repeat center center/20px auto;
  transition: opacity 0.26s ease;
  border-radius: 100%;
}
.button-top:hover {
  opacity: 0.8;
}

.container-english .footer-description,
.container-english .footer-address,
.container-english .footer-link,
.container-english .footer-copyright {
  letter-spacing: 0.01em;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 60px 0 28px;
  }
  .footer-site .footer-logo {
    margin-bottom: 20px;
  }
  .footer-site .footer-description {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: calc(44 / 25);
  }
  .footer-site .footer-address {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: calc(25 / 14);
  }
  .footer-site .footer-address span {
    margin: 0 4px 0 -1px;
  }
  .footer-site .footer-link {
    font-size: 13px;
  }
  .footer-site .footer-copyright {
    margin-top: 73px;
    font-size: 10px;
    line-height: calc(18 / 10);
  }
  .footer-site .footer-social {
    margin-bottom: 38px;
  }
  .footer-site .footer-social li {
    margin: 0 10px;
  }
  .footer-site .footer-social a {
    width: 35px;
    height: 35px;
  }
  .footer-site .footer-social a::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    top: 6px;
  }
  .footer-site .social-twitter::before {
    background-image: url(../img/common/social_icn_01.png);
  }
  .footer-site .social-instagram::before {
    background-image: url(../img/common/social_icn_02.png);
  }
  .footer-site .button-common {
    width: 215px;
    min-height: 45px;
    margin-bottom: 15px;
  }

  .button-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.6rem 0 0.31rem;
  }
  .footer-site .footer-logo {
    margin-bottom: 0.17rem;
  }
  .footer-site .footer-description {
    margin-bottom: 0.23rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
  .footer-site .footer-address {
    margin-bottom: 0.35rem;
    font-size: 0.12rem;
    line-height: calc(21 / 12);
  }
  .footer-site .footer-address span {
    margin-right: 0.03rem;
  }
  .footer-site .footer-link,
  .footer-site .footer-copyright {
    font-size: 0.1rem;
    line-height: calc(17.5 / 10);
  }
  .footer-site .footer-link {
    text-underline-offset: 0.02rem;
  }
  .footer-site .footer-social {
    margin-bottom: 0.22rem;
  }
  .footer-site .footer-social li {
    margin: 0 0.1rem;
  }
  .footer-site .footer-social a {
    width: 0.39rem;
    height: 0.39rem;
  }
  .footer-site .footer-social a::before {
    width: 0.24rem;
    height: 0.24rem;
    top: 50%;
  }
  .footer-site .footer-social img {
    width: 100%;
    height: auto;
  }
  .footer-site .social-twitter::before {
    margin: -0.11rem 0 0 -0.11rem;
    background-image: url(../img/common/sp/social_icn_01.png);
  }
  .footer-site .social-instagram::before {
    margin: -0.12rem 0 0 -0.12rem;
    background-image: url(../img/common/sp/social_icn_02.png);
  }
  .footer-site .footer-copyright {
    margin-top: 0.93rem;
  }
  .footer-site .button-common {
    width: 2.2rem;
    min-height: 0.45rem;
    font-size: 0.13rem;
    line-height: calc(23 / 13);
    margin-bottom: 0.18rem;
  }

  .button-top {
    right: 0.1rem;
    bottom: 0.14rem;
    width: 0.49rem;
    height: 0.49rem;
  }
}
.section-picker-common .picker-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-picker-common .picker-list .picker-item {
  position: relative;
  display: block;
}
.section-picker-common .picker-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.section-picker-common .picker-title > span {
  position: relative;
}
.section-picker-common .picker-title > span::after {
  content: "";
  position: absolute;
  background: url(../img/common/picker_icon.svg) no-repeat center center/100% auto;
  left: 50%;
}

@media print, (min-width: 768px) {
  .section-picker-common {
    padding-top: 72px;
  }
  .section-picker-common .picker-list {
    margin: 0 -2px 20px 0;
  }
  .section-picker-common .picker-list li {
    width: 25%;
    padding: 0 2px 2px 0;
  }
  .section-picker-common .picker-list li:nth-child(4n+0) {
    margin-right: 0;
  }
  .section-picker-common .picker-list img {
    width: 100%;
    height: auto;
  }
  .section-picker-common .picker-title {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: calc(31.5 / 18);
  }
  .section-picker-common .picker-title > span::after {
    width: 22px;
    height: 22px;
    margin-left: -10px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-picker-common .picker-subtitle {
    font-family: dnp-shuei-mincho-pr6n, serif;
    margin-bottom: 0.16rem;
    text-align: center;
    font-size: 0.24rem;
    letter-spacing: 0.01em;
    line-height: calc(42 / 24);
    font-weight: bold;
  }
  .section-picker-common .picker-list {
    margin-right: -1px;
  }
  .section-picker-common .picker-list li {
    width: 50%;
    padding: 0 1px 1px 0;
  }
  .section-picker-common .picker-list img {
    width: 100%;
    display: block;
    height: auto;
  }
  .section-picker-common .picker-title {
    width: 1.87rem;
    line-height: calc(25 / 14);
    padding-bottom: 0.1rem;
  }
  .section-picker-common .picker-title > span::after {
    width: 0.21rem;
    height: 0.21rem;
    margin-left: -0.105rem;
    bottom: -0.28rem;
  }
}
.keyvisual-common {
  position: relative;
  background: no-repeat 0 0/cover;
  width: 100%;
}
.keyvisual-common .keyvisual-common-title {
  position: absolute;
  font-family: dnp-shuei-mincho-pr6n, serif;
  background-color: #fff;
  letter-spacing: 0.075em;
  font-weight: bold;
  opacity: 0;
  transition: 0.26s ease;
}
.wf-active .keyvisual-common .keyvisual-common-title {
  opacity: 1;
}
.keyvisual-common .keyvisual-common-title .is-center {
  position: relative;
}
.keyvisual-common .keyvisual-common-title::before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% auto;
  left: 50%;
  bottom: 0;
}
.keyvisual-common .common-background {
  width: 100%;
}

@media print, (min-width: 768px) {
  .keyvisual-common {
    height: 250px;
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -64px;
    right: 50%;
    font-size: 25px;
    line-height: calc(44 / 25);
    margin-right: -478px;
    padding: 25px 13px 33px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .keyvisual-common .keyvisual-common-title .is-center {
    right: -0.15em;
    bottom: 5px;
  }
  .is-mac .keyvisual-common .keyvisual-common-title .is-center, .is-safari .keyvisual-common .keyvisual-common-title .is-center {
    right: auto;
  }
  .keyvisual-common .keyvisual-common-title::before {
    width: 62px;
    height: 15px;
    margin-left: -31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    height: 1.8rem;
    background-size: 100% auto;
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -0.57rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 0.12rem 0.09rem 0.28rem;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .keyvisual-common .keyvisual-common-title .is-center {
    left: 0.02rem;
    top: -0.02rem;
  }
  .keyvisual-common .keyvisual-common-title::before {
    width: 0.42rem;
    height: 0.14rem;
    margin-left: -0.21rem;
  }
}
.container-english .keyvisual-common .keyvisual-common-title {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.container-english .keyvisual-common .keyvisual-common-title::before {
  display: none;
}

@media print, (min-width: 768px) {
  .container-english .keyvisual-common .keyvisual-common-title {
    bottom: -52px;
    margin-right: -625px;
    padding: 10px 17px 33px;
    letter-spacing: 0.03em;
  }
  .container-english .keyvisual-common .keyvisual-common-title::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .container-english .keyvisual-common .keyvisual-common-title {
    bottom: -0.14rem;
    margin-right: 0;
    right: 0;
    left: auto;
    padding: 0.07rem 0.13rem 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
    letter-spacing: 0;
  }
}
.list-brand li {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.list-brand .item-brand {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.list-brand .brand-info {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  margin: auto 0;
}
.list-brand .brand-image {
  margin: auto 0;
}
.list-brand .brand-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-brand .brand-classify,
.list-brand .brand-title {
  font-weight: 500;
  letter-spacing: 0.075em;
}
.list-brand .brand-title span {
  display: block;
}

@media print, (min-width: 768px) {
  .list-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-brand li {
    width: 232px;
    height: 179px;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .list-brand .item-brand {
    padding: 7px;
  }
  .list-brand .brand-info {
    top: 3px;
    left: 7px;
    padding-right: 5px;
  }
  .list-brand .brand-image {
    width: 98px;
    height: 165px;
  }
  .list-brand .brand-title {
    /*font-size: 19px;*/
    font-size: 17px;
    line-height: calc(24 / 19);
  }
  .list-brand .brand-title br.top-p {
	  display:none;
	}
  .list-brand .brand-title span {
    font-size: 11px;
    line-height: calc(17 / 11);
  }
  .list-brand .brand-classify {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: calc(18 / 10);
  }
}
@media only screen and (max-width: 767.98px) {
  .list-brand:not(:last-child) {
    margin-bottom: 0.66rem;
  }
  .list-brand li {
    width: 100%;
    margin-bottom: 0.08rem;
    border-radius: 0.1rem;
  }
  .list-brand .item-brand {
    min-height: 0.74rem;
  }
  .list-brand .brand-info {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.1rem;
  }
  .list-brand .brand-image {
    width: 0.6rem;
    height: 0.66rem;
  }
  .list-brand .brand-title {
    font-size: 0.17rem;
    line-height: 1.2;
  }
  .list-brand .brand-title br.top-p {
	  display:none;
	}
  .list-brand .brand-classify,
  .list-brand .brand-title span {
    font-size: 0.09rem;
    line-height: calc(16 / 9);
  }
  .list-brand .brand-classify {
    margin: auto 0;
    padding-left: 0.11rem;
  }
}
.list-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-product a {
  display: block;
}
.list-product .product-title {
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.list-product .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .list-product li {
    width: 173px;
    margin-bottom: 66px;
  }
  .list-product .product-image {
    height: 293px;
    margin-bottom: 20px;
  }
  .list-product .product-title {
    font-size: 17px;
    margin: 0 -10px;
    line-height: calc(30 / 17);
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product li {
    display: block;
    width: 49.855%;
    margin-bottom: 0.78rem;
  }
  .list-product .product-image {
    margin-bottom: 0.24rem;
    height: 2.93rem;
  }
  .list-product .product-title {
    font-size: 0.15rem;
    line-height: calc(26 / 15);
  }
}
.container-english .list-brand .brand-title {
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .container-english .list-brand .brand-image {
    width: 80px;
  }
}
.button-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  background-color: #7b734f;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.common-text {
  font-weight: 500;
  letter-spacing: 0.075em;
}

.common-title {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  font-weight: bold;
  opacity: 0;
  transition: 0.26s ease;
}
.wf-active .common-title {
  opacity: 1;
}

.container-english .common-title,
.container-english .common-text {
  letter-spacing: 0.01em;
}

@media print, (min-width: 768px) {
  .common-title {
    font-size: 25px;
    line-height: calc(44 / 25);
  }

  .common-text {
    font-size: 14px;
    line-height: calc(25 / 14);
  }
}
@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 0.2rem;
    line-height: calc(35 / 20);
  }

  .common-text {
    font-size: 0.12rem;
    line-height: calc(21 / 12);
  }
}
/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots > li:first-child:last-child {
	display: none;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
	.slick-dots li button:before {
		font-size: 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.slick-dots li button:before {
		font-size:35px;
	}
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.section-detail .common-title {
  text-align: center;
}

.post-information {
  letter-spacing: 0.075em;
  font-weight: 500;
}
.post-information,
.post-information td,
.post-information .common-title {
  font-weight: 500;
}
.post-information .post-title {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  opacity: 0;
  transition: opacity 0.26s ease;
}
.wf-active .post-information .post-title {
  opacity: 1;
}
.wf-active .post-information .post-title br {
  display:none;
}
.post-information .post-title,
.post-information th {
  font-weight: 600;
}
.post-information tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.post-information tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.post-information .post-label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.post-information .slick-prev {
  -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
}
.post-information .slick-next {
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
}
.post-information .slick-arrow {
  border-top: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.26s ease;
  display: inline-block;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  top: 50%;
  position: absolute;
  z-index: 10;
}
.post-information .slick-arrow:hover {
  opacity: 0.8;
}

.post-slide:not(.slick-initialized) .slide-item:not(:first-child) {
  display: none;
}

.post-information .slide-item img,
.post-list .post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.post-label:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.post-list .post-year {
  text-align: center;
}
.post-list .post-link {
  display: block;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .section-detail {
    padding: 39px 0 27px;
  }
  .section-detail .detail-product {
    margin-bottom: 11px;
  }
  .section-detail .detail-product .common-title {
    margin-bottom: 42px;
  }
  .section-detail .list-product {
    -ms-flex-pack: center;
        justify-content: center;
  }
  /*.section-detail .list-product > li:not(:nth-child(3n)) {
    margin-right: 23px;
  }*/
  .section-detail .list-product .product-title {
    margin: 0 8px;
  }
  .section-detail .detail-brand {
    padding: 11px 0 20px;
  }
  .section-detail .detail-brand:not(:last-child) {
    margin-bottom: 60px;
  }
  .section-detail .detail-brand .common-title {
    margin-bottom: 37px;
  }
  .section-detail .list-brand {
    padding: 0 76px;
  }
  .section-detail .list-brand > li:not(:nth-child(3n)) {
    margin-right: 56px;
  }

  .post-information {
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  align-items:flex-start;
  }
  .post-information:not(:last-child) {
    margin-bottom: 172px;
  }
  .post-information .post-slide {
    width: 375px;
    margin-right: 68px;
    padding-top: 13px;
  }
  .post-information .slide-item {
    height: 533px;
  }
  .post-information .post-text {
    -ms-flex: 1;
        flex: 1;
  }
  .post-information .post-title {
    /*margin-bottom: 19px;*/
    margin-bottom: 5px;
    font-size: 25px;
  }
  .post-information .post-description {
    margin-bottom: 31px;
  }
  .post-information .text-limited {
    font-size: 15px;
    border:1px solid #000;
    padding:2px 10px;
    display:inline-block;
    text-align:center;
    margin-bottom:15px;
  }
  .post-information .text-yomigana {
    font-size:16px;
    margin-bottom:30px;
  }
 /*.post-information .post-description > p:last-child {
    margin-top: 53px;
    font-size: 13px;
  }*/
  .post-information .post-capacity {
    margin-bottom: 31px;
    font-size: 13px;
  }
  .post-information .post-data {
    width: 380px;
    margin-left: 2px;
  }
  .post-information th {
    width: 178px;
  }
  .post-information th,
  .post-information td {
    padding: 9px 12px 7px 13px;
  }
  .post-information .post-label {
    padding: 72px 0 8px;
    margin-bottom: 41px;
  }
  .post-information .slick-arrow {
    width: 13px;
    height: 13px;
    margin-top: 6px;
  }
  .post-information .slick-prev {
    left: 5px;
  }
  .post-information .slick-next {
    right: 5px;
  }

  .post-label:not(:last-child) {
    padding-bottom: 7px;
    margin-bottom: 80px;
  }
  .post-label .common-title {
    margin-bottom: 20px;
    font-weight: 500;
  }
	.post-label .item-info {
    font-size:12px;
    text-align:center;
    margin-bottom: 30px;
  }
	
  .post-list {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 -15px;
  }
  .post-list .post-item {
    width: 173px;
    margin: 0 12px 66px;
  }
  .post-list .post-year {
    font-size: 17px;
  }
  .post-list .post-image {
    height: 310px;
    margin-bottom: 11px;
  }
  .post-list .year-number {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-detail {
    padding: 0.1rem 0 0.27rem;
  }
  .section-detail .detail-product {
    padding: 0.18rem 0;
  }
  .section-detail .detail-product .common-title {
    margin-bottom: 0.54rem;
  }
  .section-detail .list-product {
    -ms-flex-pack: unset;
        justify-content: unset;
  }
  .section-detail .list-product > li {
    margin-bottom: 0.67rem;
  }
  .section-detail .detail-brand {
    padding: 0.32rem 0;
  }
  .section-detail .detail-brand .common-title {
    margin-bottom: 0.31rem;
  }
  .section-detail .brand-title br {
    /*display: none;*/
  }

  .post-information {
    padding: 0.17rem 0 0.2rem;
  }
  .post-information .post-slide {
    margin: 0.13rem 0 0.5rem;
  }
  .post-information .slide-item {
    height: 2.92rem;
  }
  .post-information .post-text {
    padding: 0.23rem 0;
  }
  .post-information .post-title {
    /*margin-bottom: 0.13rem;*/
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .post-information .post-description {
    margin-bottom: 0.5rem;
  }
  .post-information .text-limited {
    font-size: 14px;
    border:1px solid #000;
    padding:2px 10px;
    display:inline-block;
    text-align:center;
    margin-bottom:15px;
  }
  .post-information .text-yomigana {
    font-size: 16px;
    margin-bottom:40px;
  }
  .post-information .post-description > p:last-child {
    margin-top: 0.4rem;
    font-size: 0.13rem;
  }
  .post-information .post-capacity {
    margin-bottom: 0.5rem;
    font-size: 0.13rem;
  }
  .post-information .post-data {
    width: 100%;
  }
  .post-information tr {
    border-color: #afafaf !important;
  }
  .post-information th {
    width: 1.54rem;
  }
  .post-information th,
  .post-information td {
    padding: 0.09rem 0.11rem 0.08rem;
  }
  .post-information .slick-arrow {
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.07rem;
  }
  .post-information .slick-prev {
    left: 0.02rem;
  }
  .post-information .slick-next {
    right: 0.02rem;
  }

  .post-label {
    padding: 0.17rem 0 0.54rem;
    margin-bottom: 0.4rem;
  }
  .post-label .common-title {
    margin-bottom: 0.1rem;
  }
	.post-label .item-info {
    font-size:10px;
    text-align:center;
    margin-bottom: 0.9em;
  }
  .post-list {
    margin: 0 -0.07rem;
  }
  .post-list .post-item {
    width: 33.33%;
    padding: 0 0.07rem;
    margin-bottom: 0.21rem;
  }
  .post-list .post-image {
    height: 2.65rem;
    margin-bottom: 0.09rem;
  }
  .post-list .year-number {
    margin-right: 0.03rem;
  }

  .list-product .product-title {
    padding: 0 0.15rem;
  }
}
.post-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90992;
  background: rgba(0, 0, 0, 0.4);
}
.post-modal .modal-cell {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-modal .modal-inner {
  position: relative;
  margin: auto 0;
}
.post-modal .modal-window {
  overflow-y: auto;
  background: #fff;
  margin: 0 auto;
}
.post-modal .modal-close {
  background: url(../img/common/icon_modal_close.svg) no-repeat center;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.post-modal .modal-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.post-modal .modal-text {
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media print, (min-width: 768px) {
  .post-modal .modal-cell {
    padding: 50px 20px;
  }
  .post-modal .modal-body {
    padding: 59px 92px 70px;
  }
  .post-modal .modal-window {
    width: 960px;
    min-height: 400px;
    max-height: 80vh;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
  .post-modal .modal-window::-webkit-scrollbar {
    width: 8px;
  }
  .post-modal .modal-window::-webkit-scrollbar-track {
    background: none;
  }
  .post-modal .modal-window::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .is-ipad .post-modal .modal-window {
    -webkit-overflow-scrolling: touch;
    max-height: 60vmin;
  }
  .post-modal .modal-close {
    width: 30px;
    height: 30px;
    background-size: 23px;
    top: 30px;
    right: 32px;
  }
  .post-modal .modal-image {
    height: 651px;
    margin-bottom: 38px;
  }
  .post-modal .post-image {
    /*margin-bottom: 30px;*/
    margin-top: 30px;
  }
  .post-modal .post-image img {
    height:500px;
    width:auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-modal {
    width: 100%;
    /*padding: 0.5rem 0;*/
  }
  .post-modal .modal-window {
    /*min-height: 2rem;
    max-height: 70vh;*/
    max-height: 100vh;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .post-modal .modal-inner {
    width: 100%;
  }
  .post-modal .modal-body {
    padding: 0.66rem 0.16rem 0.32rem;
  }
  .post-modal .modal-close {
    width: 0.2rem;
    height: 0.2rem;
    background-size: 0.16rem;
    top: 0.19rem;
    right: 0.17rem;
  }
  .post-modal .modal-image {
    margin-bottom: 0.38rem;
  }
  .post-modal .post-image {
    /*margin-bottom: 0.2rem;*/
    margin-top: 0.2rem;
    height: 3.6rem;
  }
  .post-modal .post-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.post-content {
  *zoom: 1;
  word-break: break-word;
  line-height: 1.75;
  font-weight: 500;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}
.post-content > *:last-child {
  margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1.6;
  /*font-weight: bold;*/
  font-weight: 600;
  margin: 1.5em 0 0.8em;
}
.post-content h1 {
  font-size: 1.5em;
}
.post-content h2 {
  font-size: 1.4em;
}
.post-content h3 {
  font-size: 1.3em;
}
.post-content h4 {
  font-size: 1.2em;
}
.post-content h5,
.post-content h6 {
  font-size: 1.1em;
}
.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  display: block;
  max-width: 100%;
}
.post-content img:not(:last-child) {
  margin-bottom: 1em;
}
.post-content > h2:first-child {
  margin-top: 0;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  background: #f8f8f8;
  position: relative;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content a {
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content blockquote {
  margin-bottom: 1em;
}
.post-content blockquote p {
  margin-bottom: 0;
}
.post-content blockquote p + p {
  margin-top: 1em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.8em;
}
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content ul > li,
.post-content ol > li {
  position: relative;
}
.post-content ul > li:before,
.post-content ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.post-content ol {
  counter-reset: number;
}
.post-content ol > li {
  padding-left: 1.82em;
}
.post-content ol > li:before {
  counter-increment: number;
  content: counter(number) ".";
}
.post-content ol ul {
  margin-left: -1em;
}
.post-content ol table {
  width: 100%;
  margin-bottom: 0;
}
.post-content ol th,
.post-content ol td {
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.post-content ol th {
  background: none;
}
.post-content ul > li {
  padding-left: 1em;
}
.post-content ul > li:before {
  content: "・";
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content figcaption,
.post-content small,
.post-content cite {
  font-size: 0.9em;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content hr {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  *zoom: 1;
}
.post-content hr:after {
  content: "";
  display: table;
  clear: both;
}
.post-content table {
  margin-bottom: 1em;
}
.post-content th,
.post-content td {
  text-align: center;
  border: 1px solid #d5d5d5;
  padding: 0.2em 0.3em;
}
.post-content th {
  background: #f2f2f2;
}
.post-content .box-block:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 14px;
  }
  .post-content > img:first-child {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.14rem;
  }
  .post-content > img:first-child {
    margin-bottom: 0.4rem;
  }
}

/*# sourceMappingURL=detail-item.css.map */