@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;*/
    height: 20px;
    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;
  }
}
.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);
  }
}
.common-text {
  line-height: 1.75;
}

.concept-list li {
  position: relative;
}
.concept-list .common-title {
  font-weight: 300;
}

.concept-info {
  background-color: #fff;
}

.concept-subtext {
  letter-spacing: 0.075em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .keyvisual-common {
    background-image: url(../img/common/concept_bg.jpg);
    height: 228px;
  }
  .keyvisual-common .keyvisual-common-title {
    margin-bottom: 2px;
    padding-top: 18px;
    bottom: -97px;
    margin-right: -479px;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/concept_icn_title.svg);
    /*bottom: -2px;*/
  }

  .section-concept {
    padding: 190px 0 256px;
  }
  .section-concept p {
    margin-bottom:50px;
    line-height:1.9;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    background-image: url(../img/common/sp/concept_bg.jpg);
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -0.96rem;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/sp/concept_icn_title.svg);
    bottom: 0.06rem;
  }
  .section-concept {
    padding: 1.33rem 0 1.4rem;
  }
  .section-concept p {
    margin-bottom:40px;
    line-height:1.9;
  }
  .custom-space {
    content: "";
    display: block;
    margin-top: 22px;
  }
}

@media print, (min-width: 768px) {
  .section-concept-english p {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-concept-english {
    padding-top: 0.72rem;
    padding-bottom: 0.87rem;
  }
}

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