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

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

::-webkit-search-decoration {
  display: none;
}
.f-bnr {
   width:100%;
	display:flex;
	flex-wrap:wrap;
	/*padding: 15px 0 50px;*/
	clear:both;
	justify-content:center;
	margin:0 auto ;
    padding-left: 24px;
}
.f-bnr a {
	width:275px;
	margin:0 5px;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #4a4a4a;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.15rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .has-menu {
    position: fixed;
    width: 100%;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: relative;
  z-index: 666;
  border-top: 4px solid #8dc21e;
}
.header-common .wrapper {
  position: relative;
}
.header-common .header-logo {
  display: block;
  margin-bottom: 0;
}
.header-common .header-logo a {
  display: block;
}

@media print, (min-width: 768px) {
  .header-common .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1283px;
    padding-top: 54px;
    padding-bottom: 17px;
  }
  .header-common .wrapper::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
  }
  .header-common .header-logo {
    width: 138px;
    margin: -5px 0 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .wrapper {
    padding-top: 0.09rem;
    padding-bottom: 0.12rem;
  }
  .header-common .header-logo {
    width: 1.14rem;
  }
  .header-common .header-online {
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: 0.59rem;
    height: 0.59rem;
    margin-top: -0.32rem;
    padding-top: 0.26rem;
    border: 2px solid #e5b123;
    border-radius: 100%;
    opacity: 0;
    color: #d98d14;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-size: 0.16rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .wf-active .header-common .header-online {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
  }
  .header-common .header-online::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 0.31rem;
    height: 0.31rem;
    margin-left: -0.155rem;
    background: url("../img/common/menu_icn_07.svg") no-repeat center center/100% auto;
  }
  .header-common .button-menu {
    position: absolute;
    z-index: 990;
    top: 50%;
    right: 0.18rem;
    height: 0.41rem;
    margin-top: -0.2rem;
    padding: 0.1rem 0.28rem 0.1rem 0.08rem;
    border-radius: 0.04rem;
    opacity: 0;
    background: #d98d14;
    color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
  }
  .wf-active .header-common .button-menu {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
  }
  .header-common .button-menu::before, .header-common .button-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.09rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: -0.08rem;
    background: no-repeat center center/100% auto;
  }
  .header-common .button-menu::before {
    background-image: url("../img/common/sp/menu_icn.svg");
  }
  .header-common .button-menu::after {
    display: none;
    background-image: url("../img/common/sp/close_icn.svg");
  }
  .header-common .button-menu .off {
    display: none;
  }
  .header-common .button-menu.is-active {
    background: none;
    color: #e28d03;
  }
  .header-common .button-menu.is-active::after {
    display: block;
  }
  .header-common .button-menu.is-active::before {
    display: none;
  }
  .header-common .button-menu.is-active .on {
    display: none;
  }
  .header-common .button-menu.is-active .off {
    display: block;
  }
}
.navigation .navigation-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navigation .navigation-link {
  display: block;
  position: relative;
  color: #4a4a4a;
  font-weight: 500;
}
.navigation .navigation-icon {
  position: absolute;
}
.navigation .navigation-online a {
  display: block;
  position: relative;
  border: 2px solid #e58d02;
  color: #e58d02;
  font-weight: 500;
}
.navigation .navigation-list {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style: none;
}
.navigation .navigation-list a {
  position: relative;
}
.navigation .navigation-list a::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .navigation .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation .navigation-menu > li {
    border-left: 1px dotted #d0d0d0;
  }
  .navigation .navigation-menu > li:last-child {
    padding-right: 5px;
    padding-left: 19px;
  }
  .navigation .navigation-link {
    min-width: 98px;
    padding-top: 47px;
    font-size: 0.14rem;
    line-height: 1.1428571429;
    text-align: center;
  }
  .navigation .navigation-icon {
    top: 4px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
  .navigation .navigation-online a {
    width: 81px;
    height: 81px;
    padding-top: 42px;
    border-radius: 5px;
    font-size: 0.12rem;
    line-height: 1.1666666667;
    text-align: center;
  }
  .navigation .navigation-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .navigation .navigation-list a {
    display: block;
    padding-left: 19px;
  }
  .navigation .navigation-list a::before {
    top: 4px;
    width: 14px;
    height: 14px;
  }
  .navigation .social-list {
    margin-left: 14px;
  }
  .navigation .social-list > li {
    margin-left: 9px;
  }
  .navigation .social-list a {
    width: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-overlay {
    visibility: hidden;
    position: fixed;
    z-index: -999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    background: rgba(226, 141, 3, 0.53);
    pointer-events: none;
  }
  .navigation {
    visibility: hidden;
    position: fixed;
    z-index: 888;
    top: 0;
    right: 0;
    width: 2.45rem;
    height: 100%;
    padding-top: 0.8rem;
    -webkit-transition-property: opacity, clip-path;
    transition-property: opacity, clip-path;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    background: #fff;
    clip-path: inset(0 0 0 100%);
  }
  .navigation .navigation-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0.22rem 0.24rem 0;
    overflow-y: auto;
    background: #fff;
  }
  .navigation .navigation-menu {
    margin-bottom: 0.69rem;
  }
  .navigation .navigation-menu > li {
    margin-bottom: 0.33rem;
  }
  .navigation .navigation-menu > li:last-child {
    margin-bottom: 0;
  }
  .navigation .navigation-link {
    display: inline-block;
    padding-left: 0.31rem;
    font-size: 0.16rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .navigation .navigation-icon {
    top: 0;
    left: 0;
    width: 0.26rem;
  }
  .navigation .navigation-online {
    padding-top: 0.04rem;
  }
  .navigation .navigation-online a {
    width: 1.36rem;
    min-height: 0.55rem;
    margin-left: 0.02rem;
    padding: 0.1rem 0 0 0.44rem;
    border-radius: 0.05rem;
    font-size: 0.15rem;
    line-height: 1.0666666667;
  }
  .navigation .navigation-online .navigation-icon {
    top: 50%;
    left: 0.07rem;
    width: 0.3rem;
    margin-top: -0.15rem;
  }
  .navigation .navigation-control {
    padding-bottom: 0.5rem;
  }
  .navigation .navigation-list {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .navigation .navigation-list > li {
    margin-bottom: 0.23rem;
  }
  .navigation .navigation-list a {
    display: inline-block;
    padding-left: 0.19rem;
    vertical-align: top;
  }
  .navigation .navigation-list a::before {
    top: 0.04rem;
    width: 0.14rem;
    height: 0.14rem;
  }
  .navigation .social-list {
    margin-right: -0.04rem;
    margin-left: -0.05rem;
    padding: 0.22rem 0 0;
    border-top: 1px solid #e3e3e3;
  }
  .navigation .social-list > li {
    margin-right: 0.12rem;
  }
  .navigation .social-list a {
    width: 0.36rem;
  }
  .has-menu .navigation {
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0%);
  }
  .has-menu .navigation-overlay {
    visibility: visible;
    z-index: 600;
    opacity: 1;
    pointer-events: auto;
  }
}
.footer-common {
  background: #faf8f3;
  color: #000;
}
.footer-common a {
  color: #000;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-copyright {
  display: block;
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.social-list a {
  display: block;
}

@media print, (min-width: 768px) {
  .footer-common {
    padding: 56px 0 15px;
  }
  .footer-common .wrapper {
    max-width: 1262px;
  }
  .footer-common .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
  }
  .footer-common .footer-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
  .footer-common .footer-logo {
    width: 152px;
    margin-right: 28px;
  }
  .footer-common .footer-address {
    font-size: 0.14rem;
    line-height: 1.8571428571;
    margin-bottom: 8px;
  }
  .footer-common .footer-navigation {
    max-width: 600px;
  }
  .footer-common .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 3px;
    padding-left: 54px;
    font-size: 0.14rem;
    line-height: 1.5;
    list-style: none;
  }
  .footer-common .footer-menu > li {
    width: 111px;
    margin: 10px 0 10px 27px;
  }
  .footer-common .footer-menu > li:nth-child(3n+1) {
    width: 158px;
  }
  .footer-common .footer-menu a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .footer-common .footer-menu a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
  }
  .footer-common .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 20px;
    /*margin-top: 34px;*/
    /*padding-top: 14px;*/
    border-top: 1px solid #b4b4b4;
  }
  .footer-common .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-common .footer-copyright {
    margin-right: 19px;
    font-size: 0.12rem;
  }
  .footer-common .footer-links {
    /*display: -webkit-box;*/
    display: -ms-flexbox;
    /*display: flex;*/
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 0.12rem;
    line-height: 1.5;
    list-style: none;
  }
  .footer-common .footer-links > li {
    margin-right: 30px;
  }
  .footer-common .footer-links > li:last-child {
    margin-right: 0;
  }
  .footer-common .footer-links a{
    text-decoration-line: underline;
  }
  .footer-common .link-top{
    display: flex;
    justify-content: end;
    margin: 0 19px 0 0;
  }
  .footer-common .link-top a{
    margin-left: 10px;
  }
  .footer-common .link-bottom{
    margin-top: 5px;
  }
  .footer-common .social-list > li {
    margin-left: 8px;
  }
  .footer-common .social-list > li:first-child {
    margin-left: 0;
  }
  .footer-common .social-list a {
    width: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.3rem 0 0.16rem;
    text-align: center;
  }
  .footer-common .footer-logo {
    width: 1.62rem;
    margin: 0 auto 0.25rem;
  }
  .footer-common .footer-address {
    font-size: 0.13rem;
  }
  .f-bnr a {
    width: 82%;
    margin: 13px 0 0;
  }

  .f-bnr {
      padding: 0; 
    margin: 10px auto 0;
    padding-left: 0;
  }
  .footer-common .footer-copyright {
    margin-top: 0.18rem;
    padding: 0.17rem 0.24rem 0 0;
    border-top: 1px solid #b4b4b4;
    font-size: 0.11rem;
  }
  .footer-common .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.14rem;
  }
  .footer-common .social-list > li {
    margin: 0 0.08rem;
  }
  .footer-common .social-list a {
    width: 0.36rem;
  }
}
.section-common-heading {
  background: #e5b123;
  color: #fff;
  text-align: center;
}
.section-common-heading .heading-title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}
.section-common-heading .title-english {
  display: block;
  opacity: 0;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1;
}
.wf-active .section-common-heading .title-english {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-common-heading {
    padding: 24px 0 19px;
  }
  .section-common-heading .heading-title {
    font-size: 0.16rem;
  }
  .section-common-heading .title-english {
    margin-bottom: 7px;
    font-size: 0.47rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-heading {
    padding: 0.23rem 0 0.19rem;
  }
  .section-common-heading .heading-title {
    font-size: 0.14rem;
  }
  .section-common-heading .title-english {
    margin-bottom: 0.03rem;
    font-size: 0.32rem;
  }
}
.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: #d36101;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.button-common-primary .button-text {
  display: inline-block;
  position: relative;
}
.button-common-primary .button-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/arrow_icn_03.svg") no-repeat center center/100% auto;
}
.button-common-primary.is-button-blank {
  background: #463100;
}
.button-common-primary.is-button-blank .button-text::after {
  background-image: url("../img/common/blank_icn.svg");
}
.button-common-primary.is-button-primary {
  background: #c14f13;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 253px;
    min-height: 54px;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 0.16rem;
  }
  .button-common-primary .button-text {
    padding: 0 27px 0 4px;
  }
  .button-common-primary .button-text::after {
    width: 18px;
    height: 10px;
    margin-top: -5px;
  }
  .button-common-primary.is-button-blank {
    max-width: 230px;
    min-height: 51px;
  }
  .button-common-primary.is-button-blank .button-text {
    padding-bottom: 1px;
    padding-left: 10px;
  }
  .button-common-primary.is-button-blank .button-text::after {
    height: 18px;
    margin-top: -9px;
  }
  .button-common-primary.is-button-primary {
    min-height: 52px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    max-width: 2.4rem;
    min-height: 0.52rem;
    padding: 0.1rem;
    -webkit-box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
    font-size: 0.15rem;
  }
  .button-common-primary .button-text {
    padding: 0 0.27rem 0 0.04rem;
  }
  .button-common-primary .button-text::after {
    width: 0.18rem;
    height: 0.1rem;
    margin-top: -0.06rem;
  }
  .button-common-primary.is-button-blank {
    max-width: 2.12rem;
    min-height: 0.48rem;
    font-size: 0.14rem;
  }
  .button-common-primary.is-button-blank .button-text {
    padding-left: 0.03rem;
  }
  .button-common-primary.is-button-blank .button-text::after {
    height: 0.18rem;
    margin-top: -0.09rem;
  }
  .button-common-primary.is-button-primary {
    min-height: 0.47rem;
  }
}
.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 2.72rem;
  min-height: 0.56rem;
  margin: 0 auto;
  padding: 0.1rem 0.2rem;
  border: none;
  background: #e5b123;
  -webkit-box-shadow: 0.03rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
  box-shadow: 0.03rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.title-common-primary {
  text-align: center;
}
.title-common-primary > span {
  display: block;
}
.title-common-primary .title-english {
  color: #d36100;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.title-common-primary .title-japanese {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.title-common-primary .title-icon {
  display: inline-block;
  position: relative;
}
.title-common-primary .title-icon::before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    margin-bottom: 2px;
    font-size: 0.55rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    margin-bottom: 0.05rem;
    font-size: 0.42rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.14rem;
  }
}
.name-common-category {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.name-common-category > span {
  display: inline-block;
  color: #fff;
}

@media print, (min-width: 768px) {
  .name-common-category {
    margin-bottom: 53px;
    font-size: 0.2rem;
    line-height: 1.45;
  }
  .name-common-category > span {
    min-width: 180px;
    padding: 6px 15px 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .name-common-category {
    margin-bottom: 0.29rem;
    font-size: 0.17rem;
    line-height: 1.4;
  }
  .name-common-category > span {
    min-width: 1.48rem;
    padding: 0.04rem 0.15rem 0.05rem;
  }
}
.list-common {
  padding-left: 0;
  list-style: none;
}

.category-common {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.item-common {
  display: block;
  position: relative;
}
.item-common .item-image {
  position: relative;
  /*background: #fff;*/
}
.item-common .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.item-common .item-title {
  overflow: hidden;
  color: #3b4043;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.item-common .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #cbcbcb;
}
.item-common .item-category {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-common .item-title,
.item-common .item-row {
  opacity: 0;
}
.wf-active .item-common .item-title,
.wf-active .item-common .item-row {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.item-common .item-time {
  color: #3b4043;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}
.item-common .item-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  background: #edbf41;
  color: #fff;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.wf-active .item-common .item-new {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.item-common .item-link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-common .category-common {
  position: relative;
  z-index: 3;
}

@media print, (min-width: 768px) {
  .list-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .list-common > li {
    width: 33.3333333333%;
    margin-bottom: 75px;
    padding: 0 8px;
  }
  .category-common {
    padding: 4px 7px;
    font-size: 0.13rem;
  }
  .is-mac .category-common, .is-firefox .category-common {
    padding-bottom: 5px;
  }
  .is-tablet .category-common {
    padding-bottom: 6px;
  }
  .is-mac.is-safari .category-common {
    padding-bottom: 4px;
  }
  .is-tablet.is-mac.is-safari .category-common {
    padding-bottom: 6px;
  }
  .item-common .item-image {
    padding-top: 65.5063291139%;
  }
  .item-common .item-title {
    margin: 12px 0 0;
    font-size: 0.18rem;
  }
  .item-common .item-row {
    margin-top: 8px;
    padding-top: 11px;
  }
  .item-common .item-category {
    margin-bottom: -4px;
  }
  .item-common .item-category .category-common {
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .item-common .item-time {
    width: 86px;
    margin: 3px 6px 0 0;
  }
  .item-common .item-new {
    top: -18px;
    left: -8px;
    width: 65px;
    height: 65px;
    padding-top: 2px;
    font-size: 0.23rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common {
    margin-bottom: 0;
    padding: 0 0.185rem;
  }
  .list-common > li {
    margin-bottom: 0.36rem;
  }
  .list-common > li:last-child {
    margin-bottom: 0;
  }
  .category-common {
    padding: 0.04rem 0.06rem 0.05rem;
    font-size: 0.12rem;
  }
  .item-common .item-image {
    padding-top: 60.9271523179%;
  }
  .item-common .item-title {
    margin: 0.1rem 0 0;
    font-size: 0.16rem;
  }
  .item-common .item-row {
    margin-top: 0.06rem;
    padding-top: 0.1rem;
  }
  .item-common .item-category {
    margin-bottom: -0.04rem;
  }
  .item-common .item-category .category-common {
    margin-right: 0.04rem;
    margin-bottom: 0.04rem;
  }
  .item-common .item-time {
    width: 0.9rem;
    margin: 0.02rem 0.03rem 0 0;
  }
  .item-common .item-new {
    top: -0.16rem;
    left: -0.16rem;
    width: 0.56rem;
    height: 0.56rem;
    padding-top: 0.02rem;
    font-size: 0.2rem;
  }
}
.decor-common {
  position: relative;
  overflow: hidden;
}
.decor-common::before, .decor-common::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: no-repeat center center/100% auto;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .decor-common::before {
    top: 41px;
    right: 21px;
    width: 292px;
    height: 240px;
    background-image: url("../img/common/decor_01.png");
  }
  .decor-common::after {
    bottom: -56px;
    left: 0;
    width: 586px;
    height: 366px;
    background-image: url("../img/common/decor_02.png");
  }
}
@media only screen and (max-width: 767.98px) {
  .decor-common::before {
    top: 0;
    right: 0.03rem;
    width: 1.73rem;
    height: 1.41rem;
    background-image: url("../img/common/sp/decor_01.svg");
  }
  .decor-common::after {
    display: none;
  }
}
.pagination-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}
.wp-pager .arrow a,
.wp-pager .page-numbers {
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #8e8e8e;
  background: #fff;
  color: #6f6f6f;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .wp-pager .page-numbers:hover {
    border-color: #e58d00;
    background: #e58d00;
    color: #fff;
  }
}
.wp-pager .page-numbers.current {
  border-color: #e58d00;
  background: #e58d00;
  color: #fff;
}
.wp-pager .page-numbers.dots {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.wp-pager .page-numbers.dots:hover {
  background: #fff;
  color: #6f6f6f;
}
.wp-pager .prev {
  left: 0;
}
.wp-pager .next {
  right: 0;
}
.wp-pager .arrow {
  position: absolute;
  top: 0;
  margin: 0;
}
.wp-pager .arrow a {
  background: #fff;
}
.wp-pager .arrow a::before, .wp-pager .arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.wp-pager .arrow a::before {
  background: url("../img/common/next_icn.svg") no-repeat center center/100% auto;
}
.wp-pager .arrow a::after {
  opacity: 0;
  background: url("../img/common/next_icn_on.svg") no-repeat center center/100% auto;
}
@media (hover: hover) {
  .wp-pager .arrow a:hover {
    border-color: #e58d00;
    background: #e58d00;
  }
  .wp-pager .arrow a:hover::after {
    opacity: 1;
  }
  .wp-pager .arrow a:hover::before {
    opacity: 0;
  }
}
.wp-pager .arrow.disable {
  pointer-events: none;
}
.wp-pager .arrow.disable a {
  border-color: #c9c9c9;
}
.wp-pager .arrow.disable a::before {
  opacity: 0.4;
}
.wp-pager .arrow.prev a::before, .wp-pager .arrow.prev a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .wp-pager {
    padding: 0 52px 0 53px;
  }
  .wp-pager > li {
    margin: 0 3px 10px 2px;
  }
  .wp-pager .arrow a,
  .wp-pager .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 9px 5px;
  }
  .wp-pager .arrow a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .wp-pager .arrow a::before, .wp-pager .arrow a::after {
    width: 10px;
    height: 16px;
    margin: -8px 0 0 -5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .wp-pager {
    padding: 0 0.54rem 0 0.55rem;
  }
  .wp-pager > li {
    margin: 0 0.03rem 0.1rem 0.02rem;
  }
  .wp-pager .arrow a,
  .wp-pager .page-numbers {
    min-width: 0.41rem;
    height: 0.41rem;
    padding: 0.1rem 0.05rem 0.05rem;
  }
  .wp-pager .arrow a::before, .wp-pager .arrow a::after {
    width: 0.1rem;
    height: 0.16rem;
    margin: -0.08rem 0 0 -0.05rem;
  }
}
.pager-common .arrow {
  position: absolute;
  border: 2px solid #e58d02;
}
.pager-common .arrow::before, .pager-common .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: no-repeat center center/0.2rem auto;
}
.pager-common .arrow::before {
  opacity: 0;
  background-image: url("../img/common/next_icn_01_on.svg");
}
.pager-common .arrow::after {
  background-image: url("../img/common/next_icn_01.svg");
}
@media (hover: hover) {
  .pager-common .arrow:hover {
    background: #e58d02;
  }
  .pager-common .arrow:hover::before {
    opacity: 1;
  }
  .pager-common .arrow:hover::after {
    opacity: 0;
  }
}
.pager-common .arrow.disable {
  border-color: #d8d8d8;
}
.pager-common .arrow.disable::after {
  background-image: url("../img/common/next_icn_02.svg");
}
.pager-common .next {
  right: 0;
}
.pager-common .prev {
  left: 0;
}
.pager-common .prev::before, .pager-common .prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .pager-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px;
    padding-right: 32px;
  }
  .pager-common .wp-pager {
    padding-right: 85px;
    padding-left: 85px;
  }
  .pager-common .arrow {
    width: 54px;
    height: 54px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pager-common .button-common-primary {
    width: 186px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pager-common {
    margin-top: 0.61rem;
  }
  .pager-common .wp-pager {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .pager-common .arrow {
    width: 0.52rem;
    height: 0.52rem;
  }
  .pager-common .button-common-primary {
    width: 100%;
  }
  .pager-common .button-common-primary .button-text {
    padding-right: 0.3rem;
    padding-left: 0;
  }
}
@media screen and (min-width:768px) and ( max-width:1366px) {
  .f-bnr a {
    width: 220px;
    margin: 0 5px;
  }
  .footer-common .footer-links {
    align-items: baseline;
  }
  .footer-common .footer-links > li {
    margin-right: 18px;
  }
  .footer-common .footer-links a {
    font-size: 0.11rem;
  }
  .footer-common .footer-links > li:last-child {
    margin-right: 0;
  }
  .footer-common .footer-copyright {
    font-size: 0.10rem;
  }
}
/*# sourceMappingURL=common.css.map */