@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;
    background-color: rgba(255, 255, 255, .5);
  }
  .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;
  }
}
.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;
}

/* 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;
}

.header-site {
  /*background: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .container {
    padding-top: 0;
  }
}
.top-title-primary,
.top-title-secondary {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.top-title-primary {
  position: relative;
}
.top-title-primary::after {
  content: "";
  position: absolute;
  background: no-repeat center center;
}

.top-title-secondary {
  position: relative;
}

.container-english .top-title-primary {
  text-align: center;
}
.container-english .top-title-primary:after {
  display: none;
}

@media print, (min-width: 768px) {
  .top-title-primary {
    font-size: 30px;
    line-height: calc(52.5 / 30);
  }
  .top-title-primary::after {
    width: 52px;
    height: 11px;
    bottom: -31px;
  }

  .top-title-secondary {
    font-size: 25px;
    line-height: calc(43.75 / 25);
  }

  .container:not(.container-english) .top-title-primary {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-title-primary,
  .top-title-secondary {
    text-align: center;
    font-size: 0.2rem;
    line-height: calc(35 / 20);
  }

  .top-title-primary::after,
  .top-title-secondary::after {
    width: 0.46rem;
    height: 0.1rem;
    left: 50%;
    margin-left: -0.23rem;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual::before, .section-top-keyvisual::after {
  content: "";
  position: absolute;
  background: no-repeat center center;
}
.section-top-keyvisual .vertical-text {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.section-top-keyvisual .keyvisual-text span {
  position: relative;
}
.section-top-keyvisual .keyvisual-content.is-black {
  color: #000;
}
.section-top-keyvisual .keyvisual-content {
  opacity: 0;
  -ms-transform: opacity 0.26s ease;
      transform: opacity 0.26s ease;
}
.wf-active .section-top-keyvisual .keyvisual-content {
  opacity: 1;
}
.section-top-keyvisual .keyvisual-text,
.section-top-keyvisual .keyvisual-title {
  font-weight: 500;
}
.section-top-keyvisual .keyvisual-title {
  position: relative;
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
}
.section-top-keyvisual .keyvisual-title span {
  letter-spacing: 0.1em;
}
.section-top-keyvisual .slick-list {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.section-top-keyvisual .slick-prev,
.section-top-keyvisual .slick-next,
.section-top-keyvisual .slick-dots {
  display: none !important;
}
.section-top-keyvisual .slick-track {
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
}
.section-top-keyvisual .slider-image img {
  width: 100%;
  display: block;
}

.keyvisual-list:not(.slick-initialized) .list-slider:not(:first-child) {
  display: none;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .keyvisual-content {
    position: absolute;
    top: 247px;
    /*left: 50%;*/
    left: 45%;
    /*margin-left: -583px;*/
    margin-left: -680px;
    color: #fff;
  }
  .section-top-keyvisual .keyvisual-text {
    letter-spacing: 0.075em;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-right: 32px;
    font-size: 17px;
    line-height: calc(29.75 / 17);
  }
  .section-top-keyvisual .keyvisual-text span {
    top: -11px;
  }
  .section-top-keyvisual .keyvisual-title {
    left: 12px;
    top: -9px;
    font-size: 45px;
    line-height: calc(78.75 / 45);
  }
  .section-top-keyvisual .keyvisual-title span {
    margin-top: 3px;
    font-size: 33px;
    line-height: calc(57.75 / 33);
  }
  .section-top-keyvisual .text-shadow .keyvisual-text {
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  }
  .section-top-keyvisual .text-shadow .keyvisual-title {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  }
  .section-top-keyvisual .vertical-text .keyvisual-title {
    min-height: 490px;
  }
  .section-top-keyvisual .slider-image {
    min-height: 650px;
  }

  .top-keyvisual-english .keyvisual-content {
    margin-left: -604px;
    top: 297px;
  }
  .top-keyvisual-english .keyvisual-text {
    margin-right: 0;
  }
  .top-keyvisual-english .position-last {
    font-size:14px !important;
    text-align:left !important;
  }
  .top-keyvisual-english .keyvisual-text + .keyvisual-text {
    margin-top: 30px;
  }
  .top-keyvisual-english .keyvisual-title {
    left: 0;
    line-height: 1.333;
    margin-bottom: 28px;
  }
  .section-top-keyvisual .position-last {
    text-align:right;
    font-size:15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-content {
    margin: 0.6rem auto 0.46rem;
    color: #000;
    min-height: 2.94rem;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-right: 0.25rem;
    font-size: 0.14rem;
    line-height: calc(24.5 / 14);
    letter-spacing: 0.05em;
  }
  .section-top-keyvisual .keyvisual-text span {
    top: -0.05rem;
  }
  .section-top-keyvisual .keyvisual-title {
    left: -0.07rem;
    top: -0.1rem;
    font-size: 0.25rem;
    line-height: calc(45.5 / 26);
  }
  .section-top-keyvisual .keyvisual-title span {
    margin-top: 0.06rem;
    font-size: 0.21rem;
    line-height: calc(36.15 / 21);
    letter-spacing: 0.1em;
  }
  .section-top-keyvisual .position-primary,
  .section-top-keyvisual .position-secondary {
    position: relative;
  }
  .section-top-keyvisual .position-primary {
    left: -0.1rem;
  }
  .section-top-keyvisual .position-secondary {
    left: -0.05rem;
  }
  .section-top-keyvisual .position-last {
    text-align:right;
    font-size:0.11rem;
  }

  .top-keyvisual-english .keyvisual-content {
    padding: 0 0.18rem;
    margin: 0.5rem 0 0.46rem;
  }
  .top-keyvisual-english .keyvisual-text {
    margin-right: 0;
    left: 0;
    letter-spacing: 0;
  }
  .top-keyvisual-english .position-last {
    font-size:12px !important;
    text-align:left !important;
  }
  .top-keyvisual-english .keyvisual-text + .keyvisual-text {
    margin-top: 0.25rem;
  }
  .top-keyvisual-english .keyvisual-title {
    line-height: 1.385;
    margin-bottom: 0.34rem;
    left: 0;
    letter-spacing: 0.03em;
  }
}
.section-top-about {
  position: relative;
}
.section-top-about::after {
  content: "";
  position: absolute;
  background-color: #e8e8e8;
  z-index: -1;
}
.section-top-about .top-about-list a {
  display: block;
}
.section-top-about .top-about-subtitle {
  position: relative;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.section-top-about .top-about-subtitle::after {
  content: "";
  position: absolute;
  background: no-repeat center center;
  top: 50%;
}

@media print, (min-width: 768px) {
  .section-top-about {
    padding: 105px 0 18px;
  }
  .section-top-about::after {
    width: 100%;
    top: 261px;
    bottom: 16px;
  }
  .section-top-about .wrapper {
    width: 1027px;
  }
  .section-top-about .top-about-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin: 0 2px 0 -75px;
  }
  .section-top-about .top-title-primary {
    left: -32px;
  }
  .section-top-about .top-title-primary::after {
    background-image: url(../img/top/top_title_01.svg);
  }
  .section-top-about .top-about-list {
    width: 994px;
    margin: 61px 98px 25px -78px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-about .top-about-list li {
    margin: 0 22px 15px 0;
    width: 309px;
  }
  .section-top-about .top-about-image {
    width: 309px;
    margin-bottom: 22px;
  }
  .section-top-about .top-about-subtitle {
    padding: 0 45px;
    margin-left: -12px;
    font-size: 20px;
    line-height: calc(35 / 20);
  }
  .section-top-about .top-about-subtitle::after {
    background-image: url(../img/top/arrow_icn.svg);
    width: 38px;
    height: 8px;
    right: 6px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    background-color: #eaeaea;
    padding: 0.5rem 0 0.28rem;
  }
  .section-top-about .top-title-primary {
    margin-bottom: 0.66rem;
  }
  .section-top-about .top-title-primary::after {
    background-image: url(../img/top/sp/top_title_01.svg);
    bottom: -0.22rem;
  }
  .section-top-about .top-about-list li {
    width: 2.3rem;
    margin: 0 auto 0.36rem;
  }
  .section-top-about .top-about-image {
    width: 2.3rem;
    margin: 0 auto 0.14rem;
  }
  .section-top-about .top-about-image img {
    width: 100%;
    height: auto;
  }
  .section-top-about .top-about-subtitle {
    font-size: 0.16rem;
    line-height: calc(28 / 16);
  }
  .section-top-about .top-about-subtitle::after {
    background-image: url(../img/top/sp/arrow_icn.svg);
    background-size: 100% 100%;
    width: 0.3rem;
    height: 0.064rem;
    margin-top: -0.06rem;
    right: 0;
  }
}
.section-top-product {
  position: relative;
}
.section-top-product::before, .section-top-product::after {
  content: "";
  position: absolute;
  background: no-repeat center center;
}
.section-top-product .top-product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top-product .top-product-list li a {
  display: inline-block;
}
.section-top-product .product-name {
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.is-mac .section-top-product .product-name {
  letter-spacing: 0.05em;
}
.section-top-product .product-image img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-top-product {
    padding: 100px 0 60px;
  }
  .section-top-product::before, .section-top-product::after {
    width: 366px;
    height: 353px;
  }
  .section-top-product::before {
    background-image: url(../img/top/product_img_01.png);
    right: -70px;
    top: 11px;
  }
  .section-top-product::after {
    background-image: url(../img/top/product_img_02.png);
    left: -98px;
    top: 449px;
  }
  .section-top-product .top-title-primary {
    width: 52px;
    margin: 0 auto 100px;
  }
  .section-top-product .top-title-primary::after {
    background-image: url(../img/top/top_title_02.svg);
  }
  .section-top-product .top-product-list {
    width: 100%;
    padding: 0 46px;
    margin: 0 -46px 45px 0;
  }
  .section-top-product .top-product-list li {
    margin: 0 30px 20px;
    width: 154px;
    text-align:center;
  }
  .section-top-product .top-product-list li:nth-child(3n+0) {
    /*margin-right: -4px;*/
  }
  .section-top-product .top-product-list li:nth-child(4n) {
    /*margin-right: 0;*/
  }
  .section-top-product .product-image {
    margin-bottom: 30px;
    height: 356px;
  }
  .section-top-product .product-name {
    font-size: 18px;
    line-height: calc(31.5 / 18);
  }
	.section-top-product .top-product-list li:nth-child(3) .product-name {
    line-height: 1.2;
	}
  .section-top-product .button-common {
    width: 188px;
    min-height: 58px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-product {
    padding: 0.64rem 0 0.76rem;
  }
  .section-top-product::before, .section-top-product::after {
    width: 1.39rem;
    background-size: 100% auto;
  }
  .section-top-product::before {
    background-image: url(../img/top/sp/product_img_01.png);
    height: 1.34rem;
    right: -0.38rem;
    top: 0.28rem;
  }
  .section-top-product::after {
    background-image: url(../img/top/sp/product_img_02.png);
    height: 1.25rem;
    bottom: 0.92rem;
    left: -0.29rem;
    z-index: -1;
  }
  .section-top-product .top-title-primary {
    margin-bottom: 0.57rem;
  }
  .section-top-product .top-title-primary::after {
    background-image: url(../img/top/sp/top_title_02.svg);
    bottom: -0.2rem;
  }
  .section-top-product .top-product-list {
    position: relative;
    width: 2.85rem;
    margin: 0 auto 0.44rem;
    left: 0.04rem;
  }
  .section-top-product .top-product-list li {
    width: 50%;
    padding: 0 0.08rem 0.17rem;
  }
  .section-top-product .product-image {
    height: 2.6rem;
    margin-bottom: 0.15rem;
  }
  .section-top-product .product-name {
    width: 1.25rem;
    line-height: calc(24.5 / 14);
  }
	.section-top-product .top-product-list li:nth-child(3) .product-name {
    line-height: 1.2;
	}
  .section-top-product .button-common {
    width: 2.6rem;
    min-height: 0.5rem;
  }
}
.section-top-news .top-news {
  display: block;
}
.section-top-news .dealers-text {
  position: relative;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #fff;
  width: 100%;
}
.section-top-news .dealers-text::after {
  content: "";
  position: absolute;
  top: 50%;
}
.section-top-news .top-news-dealers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-top-news .top-title-secondary::after {
  content: "";
  position: absolute;
}
.section-top-news .news-content-list > li {
  border-bottom: 1px solid #000;
}
.section-top-news .content-list-date,
.section-top-news .content-list-info,
.section-top-news .content-list-status {
  font-weight: 500;
  letter-spacing: 0.075em;
}
.section-top-news .content-list-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #000;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 34px 0 70px;
  }
  .section-top-news .top-news-dealers {
    background: url(../img/top/bg_news.jpg) no-repeat center center;
    min-height: 222px;
    background-size:100%;
  }
  .section-top-news .top-news {
    margin-bottom: 120px;
  }
  .section-top-news .top-news-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .section-top-news .dealers-text {
    padding: 0 164px 4px 71px;
    font-size: 25px;
    line-height: calc(37 / 21);
  }
  .section-top-news .dealers-text::after {
    background: url(../img/top/arrow_icn_02.svg) no-repeat center center;
    width: 138px;
    height: 13px;
    right: 25px;
    margin-top: -6px;
  }
  .section-top-news .top-title-secondary {
    margin-bottom: 120px;
    left: -2px;
  }
  .section-top-news .top-title-secondary::after {
    background-image: url(../img/top/top_title_03.svg);
    width: 34px;
    height: 11px;
    left: 2px;
    bottom: -22px;
  }
  .section-top-news .news-content-left {
    width: 163px;
  }
  .section-top-news .news-content-list {
    -ms-flex: 1;
        flex: 1;
    margin-left: 76px;
    border-top: 1px solid #000;
  }
  .section-top-news .news-content-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 23px 27px 21px 24px;
  }
  .section-top-news .button-common {
    position: absolute;
    width: 163px;
    min-height: 50px;
    left: 0;
    bottom: 0;
  }
  .section-top-news .content-list-date {
    width: 90px;
    margin-right: 8px;
    font-size: 13px;
    line-height: calc(23 / 13);
    -ms-flex-order: 0;
        order: 0;
  }
  .section-top-news .content-list-info {
    -ms-flex: 1;
        flex: 1;
    padding-right: 20px;
    font-size: 15px;
    line-height: calc(26.25 / 15);
    -ms-flex-order: 1;
        order: 1;
  }
  .section-top-news .content-list-status {
    min-width: 56px;
    max-width: 130px;
    padding: 1px 3px;
    margin-left: auto;
    font-size: 10px;
    line-height: calc(17 / 10);
    -ms-flex-order: 2;
        order: 2;
  }
  .is-mac .section-top-news .content-list-status {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding-bottom: 1.15rem;
  }
  .section-top-news .top-news-dealers {
    background: url(../img/top/sp/bg_news.jpg) no-repeat center center/100% auto;
    height: 1.62rem;
    padding: 0.2rem 1rem 0.1rem 0.17rem;
  }
  .section-top-news .top-news {
    margin: 0 -0.01rem 0.88rem;
  }
  .section-top-news .dealers-text {
    font-size: 0.16rem;
    line-height: calc(28 / 16);
  }
  .section-top-news .dealers-text::after {
    background-image: url(../img/top/sp/arrow_icn_02.svg);
    background-size: 100% 100%;
    width: 0.82rem;
    height: 0.08rem;
    right: -0.85rem;
    margin-top: -0.03rem;
  }
  .section-top-news .top-title-secondary {
    margin-bottom: 0.49rem;
  }
  .section-top-news .top-title-secondary::after {
    background-image: url(../img/top/sp/top_title_03.svg);
    bottom: -0.17rem;
  }
  .section-top-news .news-content-list {
    margin-bottom: 0.44rem;
  }
  .section-top-news .news-content-list li {
    padding: 0.12rem 0.1rem 0.15rem;
  }
  .section-top-news .button-common {
    width: 2.6rem;
    min-height: 0.5rem;
  }
  .section-top-news .content-list-date,
  .section-top-news .content-list-status {
    font-size: 0.1rem;
    line-height: calc(17.5 / 10);
  }
  .section-top-news .content-list-info {
    font-size: 0.13rem;
    line-height: calc(23 / 13);
  }
  .section-top-news .content-list-status {
    width: 0.56rem;
    min-height: 0.2rem;
    margin: 0 0 0.05rem 0.02rem;
  }
}
.container-english .section-top-about .top-about-subtitle {
  letter-spacing: 0;
}
.container-english .section-top-news .top-title-secondary::after {
  display: none;
}
.container-english .section-top-product .top-title-primary {
  width: auto;
}

@media print, (min-width: 768px) {
  .container-english .top-title-primary {
    font-size: 40px;
    left: auto;
  }
  .container-english .section-top-about {
    padding-top: 65px;
  }
  .container-english .section-top-about:after {
    top: 280px;
  }
  .container-english .section-top-about .top-about-content {
    display: block;
    margin: 0;
  }
  .container-english .section-top-about .top-about-list {
    margin: 52px auto 7px;
  }
  .container-english .top-about-list li {
    margin-left: 11px;
    margin-right: 11px;
  }
  .container-english .section-top-news .top-title-secondary {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container-english .section-top-about {
    padding-top: 0.4rem;
  }
  .container-english .section-top-about .top-title-primary {
    margin-bottom: 0.35rem;
  }
  .container-english .section-top-about .top-about-subtitle {
    letter-spacing: 0.01em;
    padding: 0 0.3rem;
  }
  .container-english .section-top-about .top-about-subtitle:after {
    top: 0.1rem;
    margin-top: 0;
  }
  .container-english .section-top-news .top-news {
    margin-bottom: 0.5rem;
  }
  .container-english .section-top-news .top-title-secondary {
    margin-bottom: 0.15rem;
  }
  .container-english .section-top-news {
    padding-bottom: 0.89rem;
  }
}

/*# sourceMappingURL=top.css.map */