@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;
  }
}
.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;
}

.dropdown {
  position: relative;
  margin: 0 auto;
}

.select-category {
  display: block;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  width: 100%;
  background: url(../img/common/icon_arrow_01.svg) no-repeat right 10px center/10px auto;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: none;
  outline: none !important;
  box-shadow: none;
  text-align: center;
  text-align-last: center;
}
.select-category option {
  text-align: left;
}
.select-category::-ms-expand {
  display: none;
}

@media print, (min-width: 768px) {
  .dropdown {
    width: 285px;
  }

  .select-category {
    height: 46px;
    padding: 0 25px 2px;
    font-size: 13px;
    line-height: calc(23 / 13);
  }
}
@media only screen and (max-width: 767.98px) {
  .dropdown {
    width: 2.8rem;
  }

  .select-category {
    min-height: 0.4rem;
    font-size: 0.12rem;
    line-height: calc(21 / 12);
    padding: 0 0.2rem;
    white-space: nowrap;
    background-position: right 0.1rem center;
    background-size: 0.1rem auto;
  }
}

.list-pager {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.list-pager a {
  transition: all 0.25s;
}
.list-pager a:hover {
  background-color: #7b734f;
  color: #fff;
}
.list-pager a:hover::before {
  border-color: #fff;
}
.list-pager .pager-arrows,
.list-pager .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #7b734f;
  letter-spacing: 0.075em;
  font-weight: 500;
  position: relative;
  border: 1px solid rgba(123, 115, 79, 0.5);
}
.list-pager .pager-arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-right: 1px solid rgba(123, 115, 79, 0.5);
  border-bottom: 1px solid rgba(123, 115, 79, 0.5);
}
.list-pager .pager-prev::before {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.list-pager .pager-next::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.list-pager .current {
  background-color: #7b734f;
  color: #fff;
}
.list-pager .dots {
  border: none !important;
  background: #fff !important;
  color: #7b734f !important;
}

@media print, (min-width: 768px) {
  .list-pager {
    padding: 0 174px;
  }
  .list-pager > li {
    margin-right: 5px;
  }
  .list-pager .pager-arrows,
  .list-pager .page-numbers {
    line-height: calc(25 / 14);
  }
  .is-mac .list-pager .pager-arrows, .is-mac
  .list-pager .page-numbers {
    padding-top: 1px;
  }
  .list-pager .pager-arrows {
    width: 152px;
    min-height: 45px;
    padding: 2px 12px 0;
  }
  .list-pager .pager-arrows::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .list-pager .pager-prev::before {
    left: 10px;
  }
  .list-pager .pager-next::before {
    right: 10px;
  }
  .list-pager .pager-prev {
    margin-right: 18px;
    padding-left: 17px;
  }
  .list-pager .pager-next {
    margin-left: 18px;
    padding-right: 17px;
  }
  .list-pager .page-numbers {
    width: 45px;
    min-height: 45px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    margin: 0 -0.02rem;
  }

  .list-pager {
    margin: 0 -0.1rem;
  }
  .list-pager li {
    margin-bottom: 0.05rem;
  }
  .list-pager li:not(:last-child) {
    margin-right: 0.05rem;
  }
  .list-pager .pager-arrows,
  .list-pager .page-numbers {
    width: 0.45rem;
    min-height: 0.45rem;
  }
  .list-pager .pager-prev::before,
  .list-pager .pager-next::before {
    width: 0.08rem;
    min-height: 0.08rem;
    margin-top: -0.04rem;
  }
  .list-pager .pager-prev {
    margin-right: 0.24rem;
  }
  .list-pager .pager-prev::before {
    left: 50%;
    margin-left: -0.02rem;
  }
  .list-pager .pager-next {
    margin-left: 0.24rem;
  }
  .list-pager .pager-next::before {
    right: 50%;
    margin-right: -0.02rem;
  }
  .list-pager .dots {
    margin: 0 -0.04rem;
    padding-bottom: 0.05rem;
  }
}
.post-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.post-pagination .list-pagination {
  position: relative;
}
.post-pagination .pagination-text {
  background: #7b734f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
}
.post-pagination .pagination-arrows {
  border: 1px solid #7b734f;
  position: absolute;
  top: 50%;
}
.post-pagination .pagination-arrows:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #7b734f;
  border-right: 1px solid #7b734f;
}
.post-pagination .pagination-prev {
  left: 0;
}
.post-pagination .pagination-prev:before {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.post-pagination .pagination-next {
  right: 0;
}
.post-pagination .pagination-next:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media print, (min-width: 768px) {
  .post-pagination {
    margin-top: 112px;
  }
  .post-pagination .list-pagination {
    padding: 0 101px;
  }
  .post-pagination .pagination-text {
    min-width: 156px;
    padding: 5px;
  }
  .post-pagination .pagination-text,
  .post-pagination .pagination-arrows {
    min-height: 45px;
  }
  .post-pagination .pagination-arrows {
    width: 45px;
    margin-top: -22px;
  }
  .post-pagination .pagination-arrows:before {
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }
  .post-pagination .pagination-prev:before {
    margin-left: -1px;
  }
  .post-pagination .pagination-next:before {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-pagination {
    margin-top: 0.7rem;
  }
  .post-pagination .list-pagination {
    padding: 0 0.82rem;
  }
  .post-pagination .pagination-text {
    min-width: 1.75rem;
    padding: 0 0.05rem;
  }
  .post-pagination .pagination-text,
  .post-pagination .pagination-arrows {
    min-height: 0.45rem;
  }
  .post-pagination .pagination-arrows {
    width: 0.45rem;
    margin-top: -0.225rem;
  }
  .post-pagination .pagination-arrows:before {
    width: 0.07rem;
    height: 0.07rem;
    margin-top: -0.03rem;
  }
  .post-pagination .pagination-prev:before {
    margin-left: -0.01rem;
  }
  .post-pagination .pagination-next:before {
    margin-left: -0.04rem;
  }
}
@media print, (min-width: 768px) {
  .post-aside {
    padding-top: 38px;
    padding-right: 3px;
  }
  .post-aside,
  .post-aside .aside-text {
    -ms-flex: 1;
        flex: 1;
  }
  .post-aside .aside-row:not(:last-child) {
    margin-bottom: 49px;
  }
  .post-aside .aside-title {
    padding-left: 1px;
    padding-bottom: 11px;
    font-size: 18px;
  }
  .post-aside .aside-title,
  .post-aside .aside-item,
  .post-aside .list-arrow {
    border-bottom: 1px solid #000;
  }
  .post-aside .item-link {
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
  }
  .post-aside .aside-image {
    width: 80px;
    /*height: 80px;*/
    margin-right: 13px;
  }
  /*.post-aside .aside-image img {
    height: 100%;
  }*/
  .post-aside .aside-text {
    padding-top: 2px;
    font-size: 11px;
  }
  .post-aside .aside-name {
    padding-top: 1px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .post-aside .list-arrow {
    margin-top: 9px;
    padding-bottom: 15px;
  }
  .post-aside .aside-link {
    padding: 5px 25px;
    display: block;
    position: relative;
    font-size: 15px;
  }
  .post-aside .aside-link:before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    left: 10px;
    top: 13px;
  }
  .is-ipad .post-aside .aside-link:before {
    top: 15px;
  }
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    background-image: url(../img/common/news_bg_v3.jpg);
  }
  .keyvisual-common .keyvisual-common-title {
    margin-bottom: 2px;
    padding-top: 20px;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/news_icn_title.svg);
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    background-image: url(../img/common/sp/news_bg_v3.jpg);
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -0.18rem;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/sp/news_icn_title.svg);
    bottom: -0.06rem;
  }
}
.section-detail * {
  letter-spacing: 0.075em;
  font-weight: 500;
}
.section-detail .post-title {
  letter-spacing: 0.05em;
}
.section-detail .post-time,
.section-detail .post-notice {
  display: inline-block;
}
.section-detail .post-notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-detail .notice-tag {
  background: #e5e5e5;
}

@media print, (min-width: 768px) {
  .section-detail {
    padding: 101px 0 124px;
  }
  .section-detail .wrapper {
    width: 965px;
    display: -ms-flexbox;
    display: flex;
  }
  .section-detail .detail-inner {
    width: 645px;
    margin-right: 68px;
  }
  .section-detail .post-time {
    margin-bottom: 5px;
  }
  .section-detail .post-title {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .section-detail .notice-tag {
    margin: 0 4px 4px 0;
    padding: 1px 6px 0;
    font-size: 10px;
  }
  .section-detail .post-notice {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-detail {
    padding: 0.73rem 0 1.03rem;
  }
  .section-detail .wrapper {
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }
  .section-detail .post-time {
    margin-bottom: 0.07rem;
    font-size: 0.12rem;
  }
  .section-detail .post-title {
    margin-bottom: 0.11rem;
    font-size: 0.18rem;
  }
  .section-detail .post-notice {
    margin-bottom: 0.22rem;
  }
  .section-detail .notice-tag {
    margin: 0 0.04rem 0.04rem 0;
    padding: 0.02rem 0.07rem 0.01rem;
    font-size: 0.1rem;
  }
}
.post-content {
  line-height: 1.75;
  overflow: hidden;
}
.post-content * {
  letter-spacing: 0.075em;
  font-weight: 500;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1.5;
  font-weight: 500;
}
.post-content h5,
.post-content h6 {
  font-size: 1em;
}
.post-content img {
  display: block;
  max-width: 100%;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8;
}
.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;
  color: #231815;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content p + p {
  margin-top: 0.8125em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 3em;
  padding-left: 1.8em;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.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 table {
  margin-bottom: 2em;
}
.post-content table th {
  background: #f8f8f8;
}
.post-content table th, .post-content table td {
  border: 1px solid #ccc;
  padding: 5px 5px 7px;
}
.post-content .block-column img {
  margin-bottom: 0;
}
.post-content .block-column p {
  padding-left: 0;
  margin-top: 0;
}
.post-content .block-column p:not(:last-child) {
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 14px;
  }
  .post-content img {
    margin-bottom: 27px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 27px 0 26px;
  }
  .post-content h1 {
    font-size: 27px;
  }
  .post-content h2 {
    margin-bottom: 26px;
    font-size: 25px;
  }
  .post-content h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .post-content h4 {
    font-size: 18px;
  }
  .post-content p {
    margin-bottom: 1em;
  }
  .post-content p + h1,
  .post-content p + h2,
  .post-content p + h3,
  .post-content p + h4,
  .post-content p + h5,
  .post-content p + h6 {
    margin-top: 50px;
  }
  .post-content p + p {
    margin-top: 1em;
  }

  .block-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .block-column:not(:last-child) {
    margin-bottom: 16px;
  }
  .block-column .block-info {
    -ms-flex: 1;
        flex: 1;
  }
  .block-column .block-image {
    width: 300px;
  }
  .block-column .block-image + .block-info {
    margin-left: 35px;
  }
  .block-column .block-info + .block-image {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.14rem;
  }
  .post-content img {
    width: 100%;
    margin-bottom: 0.37rem;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 0.37rem 0 0.28rem;
  }
  .post-content h1 {
    font-size: 0.24rem;
  }
  .post-content h2 {
    font-size: 0.2rem;
  }
  .post-content h3 {
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
  }
  .post-content h4 {
    font-size: 0.16rem;
  }
  .post-content h5,
  .post-content h6 {
    font-size: 1em;
  }
  .post-content p + h1,
  .post-content p + h2,
  .post-content p + h3,
  .post-content p + h4,
  .post-content p + h5,
  .post-content p + h6 {
    margin-top: 0.68rem;
  }
  .post-content p {
    margin-bottom: 0.3rem;
  }
  .post-content p + p {
    margin-top: 0.3rem;
  }

  .block-column:not(:last-child) {
    margin-bottom: 0.52rem;
  }
  .block-column .block-image + .block-info {
    margin-top: 0.26rem;
  }
  .block-column .block-info + .block-image {
    margin-top: 0.38rem;
  }
}

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