@charset "UTF-8";
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

@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, html.wf-active {
  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: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}
body.is-menu-open .overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 97px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.59rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

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;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  opacity: 0.001;
}
.is-visible .load, .wf-active .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100dvh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

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

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

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.13rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-viewport {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
}
.header-common .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 96px;
  }
  .header-common .header-navigation {
    position: relative;
  }
  .header-common .header-viewport {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1280px;
    min-height: 96px;
    padding: 33px 50px 34px 53px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .header-common .navigation-viewport,
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-contact {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }
  .header-common .button-header-instagram,
  .header-common .logo-header-common,
  .header-common .button-header-contact,
  .header-common .label-header-primary,
  .header-common .label-header-secondary {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media print {
  .header-common .header-viewport {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: fixed;
    min-height: 0.58rem;
  }
  .header-common .header-viewport {
    min-height: 0.58rem;
    padding: 0.2rem 0.55rem 0.2rem 0.2rem;
    -webkit-box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
    box-shadow: 0 0.03rem 0.03rem rgba(50, 50, 50, 0.15);
  }
  .header-common .navigation-viewport {
    position: fixed;
    z-index: 999;
    top: 0.58rem;
    right: -100%;
    width: calc(100vw - 0.7rem);
    height: calc(100% - 0.58rem);
    padding: 0.2rem 0.19rem 0.5rem;
    overflow: hidden auto;
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease;
    background-color: #fff;
    pointer-events: none;
  }
  .header-common .navigation-viewport::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .header-common .header-viewport.is-active .navigation-viewport {
    right: 0;
    pointer-events: all;
  }
  .header-common .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, (min-width: 768px) {
  .header-common.is-top-page {
    color: #fff;
  }
  .header-common.is-top-page .button-header-instagram,
  .header-common.is-top-page .logo-header-common,
  .header-common.is-top-page .label-header-primary,
  .header-common.is-top-page .label-header-secondary {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .header-viewport {
    background-color: transparent;
  }
  .header-common.is-top-page .button-header-contact {
    border-color: #fff;
  }
  .header-common.is-top-page .button-header-contact::after {
    background-color: #fff;
  }
  .header-common.is-top-page .button-header-contact img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-common.is-top-page .button-header-contact:hover img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-top-page .navigation-list {
    background-color: transparent;
  }
  .header-common.is-top-page .navigation-list::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media print, (min-width: 768px) {
  .header-common.is-scrolled .header-viewport {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .header-common.is-scrolled .button-header-instagram,
  .header-common.is-scrolled .logo-header-common,
  .header-common.is-scrolled .button-header-contact,
  .header-common.is-scrolled .label-header-primary,
  .header-common.is-scrolled .label-header-secondary,
  .header-common.is-scrolled .navigation-list::before {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact {
    border-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact::after {
    background-color: #323232;
  }
  .header-common.is-scrolled .button-header-contact img {
    -webkit-filter: unset;
    filter: unset;
  }
  .header-common.is-scrolled .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.logo-header-common {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-common {
    width: 257px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-common {
    width: 2rem;
  }
}

.button-header-instagram {
  display: block;
}
@media print, (min-width: 768px) {
  .button-header-instagram {
    width: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-instagram {
    width: 0.35rem;
  }
}

.label-header-primary,
.label-header-secondary {
  cursor: pointer;
}
.label-header-primary img,
.label-header-secondary img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary img,
  .label-header-secondary img {
    height: 0.16rem;
  }
}

.label-header-primary {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    height: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary {
    width: 100%;
    padding: 0.15rem 0.1rem;
  }
  .label-header-primary.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media print, (min-width: 768px) {
  .label-header-secondary {
    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;
    height: 26px;
    margin: 0 1px;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
  }
  .label-header-secondary img {
    height: 14px;
  }
  .label-header-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-secondary {
    display: inline-block;
    padding: 0.1rem 0;
  }
}

.button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #323232;
  line-height: 1.3;
}
.button-header-contact img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 112px;
    min-height: 25px;
    padding: 1px 10px;
  }
  .button-header-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    background: #323232;
  }
  .button-header-contact:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .button-header-contact:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    padding: 0.05rem 0.42rem 0.06rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-header-sitemap .navigation-list,
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  position: relative;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    margin-right: 27px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    gap: 27px;
  }
  .navigation-header-sitemap .navigation-list {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 25px;
    width: 56px;
    padding-top: 11px;
    padding-bottom: 1px;
    -webkit-transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s;
    transition: opacity 0.3s, pointer-events 0.3s, visibility 0.3s, filter 0.3s, -webkit-filter 0.3s;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-list .list-item {
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
  }
  .navigation-header-sitemap .navigation-list .list-item:last-child {
    margin-bottom: 0;
  }
  .navigation-header-sitemap .navigation-list::after, .navigation-header-sitemap .navigation-list::before {
    content: "";
    position: absolute;
  }
  .navigation-header-sitemap .navigation-list::after {
    top: -25px;
    right: -4px;
    left: 0;
    height: 100%;
  }
  .navigation-header-sitemap .navigation-list::before {
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/board_img_01.svg") top left/100% 100% no-repeat;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-item.is-submenu {
    cursor: pointer;
  }
  .navigation-header-sitemap .navigation-item.is-submenu:hover .navigation-list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.8rem;
  }
  .navigation-header-sitemap .navigation-item.is-submenu .label-header-primary::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.19rem;
    right: 0.1rem;
    width: 0.16rem;
    height: 0.09rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/arrow_icn_07.svg") no-repeat 0 0/auto 100%;
  }
  .navigation-header-sitemap .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navigation-header-sitemap .navigation-list {
    display: none;
    padding: 0 0.2rem;
  }
  .navigation-header-sitemap .navigation-item {
    width: 100%;
    border-bottom: 1px solid #323232;
  }
}

.button-header-menu {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .button-header-menu {
    position: absolute;
    z-index: 999;
    top: -0.02rem;
    right: 0;
    width: 0.5rem;
    height: 0.6rem;
    background-color: #fff;
  }
  .button-header-menu .button-wrapper {
    position: absolute;
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.1rem);
    width: 0.19rem;
    height: 0.15rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .button-header-menu .button-line {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.09rem);
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #707070;
  }
  .button-header-menu .button-line:nth-of-type(1) {
    top: 0;
  }
  .button-header-menu .button-line:nth-of-type(2) {
    top: 0.08rem;
  }
  .button-header-menu .button-line:nth-of-type(3) {
    top: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-menu.is-active .button-wrapper {
    left: calc(50% - 0.08rem);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(1) {
    top: 0.06rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(2) {
    opacity: 0;
  }
  .button-header-menu.is-active .button-line:nth-of-type(3) {
    top: 0.06rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.footer-common {
  position: relative;
  z-index: 9999;
  background-color: #f3f3f3;
}
.footer-common .information-logo {
  display: block;
  margin-bottom: 0.15rem;
}
.footer-common .information-company {
  font-size: 0.19rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.footer-common .information-address {
  font-size: 0.15rem;
}
.footer-common .information-contact {
  display: inline-block;
  color: #00aedc;
  line-height: 1;
  pointer-events: none;
}
.footer-common .information-contact .contact-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.footer-common .information-contact .contact-note {
  position: relative;
  left: -0.04rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.footer-common .navigation-column .navigation-wrapper,
.footer-common .navigation-column .navigation-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .direct-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.19rem;
}
.footer-common .direct-link .item-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
  font-size: 0.13rem;
}
.footer-common .direct-link .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0.09rem;
  left: 0;
  width: 0.07rem;
  height: 0.06rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.footer-common .navigation-item.is-social .navigation-link {
  display: block;
}
.footer-common .direct-logo-wrapper {
  display: block;
  margin-bottom: 0.09rem;
}
.footer-common .direct-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  min-height: 0.44rem;
  padding: 0.11rem 0.65rem 0.12rem 0.16rem;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #004097;
  border-radius: 0.05rem;
  background-color: #004097;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.footer-common .direct-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.16rem;
  bottom: 0;
  width: 0.21rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer-common .direct-contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
}
.footer-common .direct-contact:hover {
  color: #004097;
}
.footer-common .direct-contact:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-common .direct-contact:hover::before {
  -webkit-filter: unset;
  filter: unset;
}
.footer-common .navigation-item {
  color: #717071;
}
.footer-common .navigation-item:last-child {
  margin-bottom: 0;
}
.footer-common .navigation-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-common .sub-item {
  padding: 0.02rem 0 0.02rem 0.18rem;
}
.footer-common .sub-link {
  display: inline-block;
  position: relative;
  padding-left: 0.1rem;
}
.footer-common .sub-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.07rem;
  height: 0.09rem;
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
.footer-common .footer-copyright {
  display: block;
  font-size: 0.13rem;
}
.footer-common .contact-note {
  font-size: 0.16rem;
}
.footer-common .footer-main {
  margin-bottom: 0.42rem;
}
.footer-common .direct-product {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 120px 0 80px;
  }
  .footer-common .information-logo {
    width: 276px;
  }
  .footer-common .contact-text {
    font-size: 0.34rem;
  }
  .footer-common .direct-logo-wrapper {
    width: 363px;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct,
  .footer-common .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .footer-main,
  .footer-common .footer-direct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-common .navigation-column {
    padding: 7px 32px;
    border-left: 1px solid #878788;
  }
  .footer-common .navigation-column:last-child {
    border-right: 1px solid #878788;
  }
  .footer-common .navigation-column.is-first {
    width: 233px;
  }
  .footer-common .navigation-column.is-second {
    width: 225px;
  }
  .footer-common .information-contact {
    margin-top: -3px;
  }
  .footer-common .footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 311px;
    margin-right: 30px;
  }
  .footer-common .footer-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-common .navigation-item.is-social {
    margin-right: -18px;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 26px;
    margin-left: auto;
  }
  .footer-common .direct-contact {
    min-width: 279px;
    margin-right: 61px;
    margin-bottom: 12px;
  }
  .footer-common .direct-wrapper {
    margin-left: auto;
    padding-top: 19px;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.03rem;
    font-size: 0.13rem;
  }
  .footer-common .footer-copyright {
    text-align: right;
  }
  .footer-common .sub-link::before {
    top: 7px;
  }
  html.is-firefox .footer-common .sub-link::before, html.is-tablet .footer-common .sub-link::before {
    top: 8px;
  }
  .footer-common .direct-product {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0;
  }
  .footer-common .information-logo {
    width: 2.4rem;
  }
  .footer-common .information-address {
    margin-bottom: 0.2rem;
  }
  .footer-common .contact-text {
    font-size: 0.3rem;
  }
  .footer-common .information-contact {
    margin-bottom: 0.25rem;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.07rem;
    font-size: 0.15rem;
  }
  .footer-common .navigation-column {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #878788;
  }
  .footer-common .navigation-column:nth-child(2) {
    padding-right: 0;
  }
  .footer-common .navigation-column:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-common .navigation-item.is-social .navigation-link {
    width: 0.32rem;
    margin: 0 auto;
  }
  .footer-common .direct-contact {
    margin-bottom: 0.15rem;
  }
  .footer-common .direct-link {
    margin-bottom: 0.2rem;
  }
  .footer-common .direct-logo {
    width: 100%;
  }
  .footer-common .footer-copyright {
    text-align: center;
  }
  .footer-common .sub-link::before {
    top: 0.1rem;
  }
  .footer-common .direct-product {
    margin: 0 auto;
  }
  .footer-common .direct-wrapper {
    margin-bottom: 0.2rem;
  }
}

.button-to-top {
  pointer-events: none;
}
.button-to-top .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.button-to-top.is-active {
  pointer-events: all;
}
.button-to-top.is-active .button-viewport {
  opacity: 1;
}
.button-to-top .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .button-to-top .button-wrapper:hover {
    opacity: 0.7;
  }
}
@media print, (min-width: 768px) {
  .button-to-top .button-icon {
    width: 51px;
  }
  .button-to-top .button-viewport {
    position: fixed;
    right: 0;
    bottom: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px;
    border-radius: 50%;
  }
  .button-to-top.is-stuck .button-viewport {
    position: absolute;
    top: -51px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top .button-viewport {
    position: fixed;
    right: 0.05rem;
    bottom: 0.05rem;
    width: 0.45rem;
    height: 0.45rem;
    background-color: #323232;
  }
  .button-to-top .button-icon {
    width: 0.45rem;
  }
}

.section-common-keyvisual .keyvisual-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.section-common-keyvisual .keyvisual-background {
  width: 100%;
}
.section-common-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.section-common-keyvisual .title-wrapper {
  display: block;
}
.section-common-keyvisual .title-wrapper img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 92.1875%;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 6px);
  }
  .section-common-keyvisual .title-wrapper {
    height: 100px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-wrapper {
    width: 89.3333%;
  }
  .section-common-keyvisual .keyvisual-background {
    height: 3rem;
  }
  .section-common-keyvisual .keyvisual-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-common-keyvisual .keyvisual-title {
    top: calc(50% + 0.05rem);
  }
  .section-common-keyvisual .title-wrapper {
    height: 0.6rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}

@keyframes fade-color {
  0% {
    color: #c8c8c9;
  }
  100% {
    color: #004097;
  }
}
.fade-color {
  -webkit-transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-name: fade-color;
  animation-name: fade-color;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #323232;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-common-secondary .title-wrapper img {
  width: auto;
  height: 100%;
}
.title-common-secondary .title-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0.1rem;
  background: #fff;
}
.title-common-secondary.is-traditional .title-wrapper::before {
  background: #f3f3f3;
}
@media print, (min-width: 768px) {
  .title-common-secondary::before {
    top: 18px;
  }
  .title-common-secondary .title-wrapper {
    height: 72px;
  }
  .title-common-secondary .title-wrapper::before {
    top: 13px;
    left: -48px;
    width: calc(100% + 95px);
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary::before {
    top: 0.11rem;
  }
  .title-common-secondary .title-wrapper {
    height: 0.46rem;
  }
  .title-common-secondary .title-wrapper::before {
    top: 0.06rem;
    left: -0.2rem;
    width: calc(100% + 0.4rem);
  }
}

.title-common-simple {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3793103448;
}
.title-common-simple.is-center {
  text-align: center;
}
.title-common-simple .title-note {
  position: relative;
  top: 0.01rem;
  vertical-align: super;
}
@media print, (min-width: 768px) {
  .title-common-simple {
    font-size: 0.29rem;
  }
  .title-common-simple .title-note {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-simple {
    font-size: 0.2rem;
  }
  .title-common-simple .title-note {
    font-size: 0.12rem;
  }
}

.text-common-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.text-common-status .text-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .text-common-status {
    padding: 70px 0 20px;
  }
  .text-common-status .text-wrapper {
    width: 414px;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-common-status {
    padding: 0.5rem 0;
  }
  .text-common-status .text-wrapper {
    width: 2.5rem;
  }
}

.block-common-article .sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-article .item-label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.block-common-article .item-label:hover {
  opacity: 0.8;
}
.block-common-article .block-content {
  width: 100%;
}
.block-common-article .article-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .block-common-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-common-article .block-content {
    max-width: 753px;
  }
  .block-common-article .heading-common {
    margin-bottom: 27px;
  }
  .block-common-article .list-common-news {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-article .block-content {
    margin-bottom: 0.6rem;
  }
  .block-common-article .list-common-news {
    margin-bottom: 0.5rem;
  }
}

.heading-common {
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #323232;
}
.heading-common .heading-date {
  display: inline-block;
  margin-bottom: 0.05rem;
}
.heading-common .heading-title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media print, (min-width: 768px) {
  .heading-common .heading-date {
    font-size: 0.12rem;
  }
  .heading-common .heading-title {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common .heading-date {
    font-size: 0.15rem;
  }
  .heading-common .heading-title {
    font-size: 0.24rem;
  }
}

.block-common-direct .direct-title {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.block-common-direct .direct-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-common-direct .direct-item {
  position: relative;
}
.block-common-direct .direct-item:nth-child(1) .direct-button {
  border: 1px solid #004097;
}
.block-common-direct .direct-item:nth-child(1) .image-button {
  width: 0.73rem;
  margin-top: 1px;
}
.block-common-direct .direct-item:nth-child(2) .direct-button {
  border: 1px solid #00aedc;
}
.block-common-direct .direct-item:nth-child(2) .image-button {
  width: 0.95rem;
}
.block-common-direct .direct-item:nth-child(3) .direct-button {
  border: 1px solid #4aaaa7;
}
.block-common-direct .direct-item:nth-child(3) .image-button {
  width: 0.48rem;
}
.block-common-direct .direct-item.is-active {
  pointer-events: none;
}
.block-common-direct .direct-item.is-active .direct-subtitle::after, .block-common-direct .direct-item.is-active .direct-subtitle::before {
  border-color: #b4b4b4;
}
.block-common-direct .direct-item.is-active .direct-link .is-hover {
  opacity: 1;
}
.block-common-direct .direct-item.is-active .direct-link .is-default {
  opacity: 0;
}
.block-common-direct .direct-item.is-active .direct-button {
  border-color: #b4b4b4;
  background-color: #b4b4b4;
}
.block-common-direct .direct-link:hover .image-main {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-common-direct .direct-link:hover .is-hover {
  opacity: 1;
}
.block-common-direct .direct-link:hover .is-default {
  opacity: 0;
}
.block-common-direct .direct-item:nth-child(1) .direct-link:hover .direct-button {
  background-color: #004097;
}
.block-common-direct .direct-item:nth-child(2) .direct-link:hover .direct-button {
  background-color: #00aedc;
}
.block-common-direct .direct-item:nth-child(3) .direct-link:hover .direct-button {
  background-color: #4aaaa7;
}
.block-common-direct .direct-image {
  overflow: hidden;
  border-radius: 0.05rem;
}
.block-common-direct .image-main {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block-common-direct .direct-button {
  position: absolute;
  left: 50%;
  width: 1.3rem;
  height: 0.29rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 0.2rem;
  background-color: #fff;
}
.block-common-direct .direct-button .image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block-common-direct .is-hover {
  opacity: 0;
}
.block-common-direct .is-default {
  opacity: 1;
}
.block-common-direct .direct-subtitle {
  position: relative;
  width: 100%;
  min-height: 0.26rem;
  margin: 0 auto;
}
.block-common-direct .direct-subtitle .image-subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.86rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block-common-direct .direct-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.61rem;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: 1px solid #323232;
}
.block-common-direct .direct-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.61rem;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: 1px solid #323232;
}
@media print, (min-width: 768px) {
  .block-common-direct {
    padding: 118px 0 130px;
  }
  .block-common-direct .direct-title {
    margin-bottom: 50px;
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .block-common-direct .direct-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  .block-common-direct .direct-item {
    max-width: 245px;
  }
  .block-common-direct .direct-button {
    top: 96px;
  }
  .block-common-direct .direct-image {
    width: 245px;
    height: 110px;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-direct {
    padding: 0.6rem 0;
  }
  .block-common-direct .direct-title {
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
  }
  .block-common-direct .direct-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .block-common-direct .direct-item {
    width: 100%;
  }
  .block-common-direct .direct-button {
    top: 1.35rem;
  }
  .block-common-direct .direct-image {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .block-common-direct .direct-subtitle::before, .block-common-direct .direct-subtitle::after {
    width: 1.1rem;
  }
}

.block-common-gallery .block-gallery {
  overflow: visible;
  position: relative;
}
.block-common-gallery .block-preview .swiper-slide-prev img,
.block-common-gallery .block-preview .swiper-slide-active img,
.block-common-gallery .block-preview .swiper-slide.is-current img,
.block-common-gallery .block-preview .swiper-slide-next img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-name: slider-zoom-in;
  animation-name: slider-zoom-in;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.block-common-gallery .block-preview.is-paused .swiper-slide img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.block-common-gallery .gallery-wrapper {
  position: relative;
}
.block-common-gallery .swiper-button-next.swiper-button-lock,
.block-common-gallery .swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
@-webkit-keyframes slider-zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes slider-zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.block-common-gallery .slider-image {
  overflow: hidden;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-gallery .slider-image img {
  width: auto;
}
.block-common-gallery .slider-thumbnail {
  cursor: pointer;
}
.block-common-gallery .swiper-slide-thumb-active .slider-thumbnail {
  position: relative;
}
.block-common-gallery .swiper-slide-thumb-active .slider-thumbnail::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.02rem solid #9e9e9f;
}
@media print, (min-width: 768px) {
  .block-common-gallery .slider-image {
    width: 1000px;
    height: 570px;
  }
  .block-common-gallery .slider-thumbnail {
    width: 118px;
    height: 78px;
  }
  .block-common-gallery .block-preview {
    margin-bottom: 50px;
  }
  .block-common-gallery .block-gallery::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -5px;
    left: calc(50% - 1503px);
    width: 2000px;
    height: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .block-gallery::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -5px;
    left: calc(50% + 1502px);
    width: 2000px;
    height: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .preview-slider {
    width: 1000px;
    height: 570px;
  }
  .block-common-gallery .gallery-slider {
    width: 118px;
    height: 78px;
  }
  .block-common-gallery .swiper-button-prev,
  .block-common-gallery .swiper-button-next {
    display: block;
    top: 43px;
  }
  .block-common-gallery .swiper-button-prev::after,
  .block-common-gallery .swiper-button-next::after {
    color: #9e9e9f;
    font-size: 0.36rem;
  }
  .block-common-gallery .swiper-button-prev {
    left: -33px;
  }
  .block-common-gallery .swiper-button-next {
    right: -42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-gallery .gallery-slider {
    width: 0.7rem;
  }
  .block-common-gallery .block-gallery {
    padding: 0 0.15rem;
  }
  .block-common-gallery .block-gallery::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -0.05rem;
    left: -0.7rem;
    width: 50%;
    height: calc(100% + 0.1rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .block-gallery::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -0.05rem;
    right: -2.36rem;
    width: 50%;
    height: calc(100% + 0.1rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .block-common-gallery .swiper-button-prev,
  .block-common-gallery .swiper-button-next {
    display: block;
    top: 0.33rem;
  }
  .block-common-gallery .swiper-button-prev::after,
  .block-common-gallery .swiper-button-next::after {
    padding: 0.05rem;
    color: #9e9e9f;
    font-size: 0.1rem;
  }
  .block-common-gallery .swiper-button-prev {
    left: 0;
  }
  .block-common-gallery .swiper-button-next {
    right: -0.13rem;
  }
  .block-common-gallery .block-preview {
    margin-bottom: 0.4rem;
  }
  .block-common-gallery .slider-image {
    width: 3.35rem;
    height: 2.34rem;
  }
  .block-common-gallery .slider-thumbnail {
    width: 0.7rem;
    height: 0.53rem;
  }
}

.block-common-information {
  width: 100%;
}
.block-common-information .block-heading {
  position: relative;
  margin-bottom: 0.33rem;
  overflow: hidden;
  background: url("../img/common/decoration_img_01.svg") top left/7.44rem 100% no-repeat;
  font-size: 0.14rem;
}
.block-common-information .block-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block-common-information .heading-title {
  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;
  padding: 0.12rem 0.1rem 0.03rem;
  font-family: "Roboto", sans-serif;
}
.block-common-information .heading-label {
  position: absolute;
  top: 0.08rem;
  right: 0;
  font-family: yugothic, "Yu Gothic", "メイリオ", "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.block-common-information .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #323232;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.block-common-information .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.35rem;
  padding: 0.15rem 0.1rem;
  background-color: #dcdcdc;
}
.block-common-information .content-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.15rem 0 0.15rem 0.28rem;
}
html.is-mac .block-common-information .content-detail, html.is-tablet .block-common-information .content-detail, html.is-firefox .block-common-information .content-detail {
  padding: 0.15rem 0 0.15rem 0.25rem;
}
.block-common-information .block-content p {
  font-size: 0.15rem;
  line-height: 2.3333333333;
}
@media print, (min-width: 768px) {
  .block-common-information .block-heading {
    min-height: 25px;
  }
  .block-common-information .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
  }
  .block-common-information .heading-title {
    width: 133px;
  }
  .block-common-information .block-wrapper {
    margin-bottom: 67px;
  }
  .block-common-information .block-content p {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-information .heading-title {
    width: 1.34rem;
  }
  .block-common-information .block-content {
    margin-bottom: 0.2rem;
  }
  .block-common-information .block-content:last-child {
    margin-bottom: 0;
  }
  .block-common-information .block-wrapper {
    margin-bottom: 0.4rem;
  }
  .block-common-information .block-heading {
    min-height: 0.41rem;
  }
}

.block-common-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-actions .button-common-primary {
  margin-bottom: 0.46rem;
}

.block-contact-information {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.block-contact-information .block-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.block-contact-information .block-phone,
.block-contact-information .block-datetime {
  display: inline-block;
}
.block-contact-information .block-datetime {
  position: relative;
  line-height: 1.2142857143;
}
@media print, (min-width: 768px) {
  .block-contact-information .block-title {
    margin-bottom: 2px;
    padding: 1px 4px;
    font-size: 0.19rem;
  }
  .block-contact-information .block-datetime {
    bottom: 2px;
    font-size: 0.14rem;
  }
  .block-contact-information .block-phone {
    width: 286px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-contact-information {
    text-align: center;
  }
  .block-contact-information .block-phone {
    width: 2.4rem;
    margin: 0 auto;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 2em;
  line-height: 2.0625;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content > div {
  margin-bottom: 2em;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.post-content .wp-block-table thead,
.post-content .wp-block-table tbody,
.post-content .wp-block-table tfoot {
  border: none;
}
.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-column {
  margin: 0 1em;
}
.post-content .wp-block-column:first-child {
  margin-left: 0;
}
.post-content .wp-block-column:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .post-common {
    overflow: hidden;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-news .item-date {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.95rem;
  padding-right: 0.1rem;
  font-size: 0.15rem;
  line-height: 1;
}
.list-common-news .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1px 0;
  border-top: 1px solid #969696;
}
.list-common-news .list-item:last-child {
  border-bottom: 1px solid #969696;
}
.list-common-news .item-title {
  font-size: 0.16rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-common-news .item-title,
.list-common-news .item-date {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.list-common-news .item-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.list-common-news .item-wrapper:hover {
  background-color: #f7f7f7;
}
.list-common-news .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.1rem;
  bottom: 0;
  background: url("../img/common/arrow_icn_05.svg") center/100% auto no-repeat;
  pointer-events: none;
}
.list-common-news .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.list-common-news .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .list-common-news .item-wrapper {
    padding: 20px 50px 21px 11px;
  }
  .list-common-news .item-wrapper::after {
    width: 0.29rem;
  }
  .list-common-news .category-common {
    margin-right: 0.17rem;
  }
  .list-common-news .item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news .item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-common-news .item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.1rem;
    line-height: 1.3;
  }
  .list-common-news .item-wrapper {
    padding: 0.13rem 0.37rem 0.14rem 0.05rem;
  }
  .list-common-news .item-wrapper::after {
    width: 0.2rem;
  }
}

.list-common-voice .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-voice .item-title {
  margin-bottom: 0;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.639;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-common-voice .item-location {
  margin-bottom: 0.06rem;
  color: #717071;
  font-size: 0.14rem;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-common-voice .item-image {
  width: 3rem;
  height: 2.03rem;
  margin-bottom: 0.1rem;
}
@media print, (min-width: 768px) {
  .list-common-voice .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px 50px;
  }
  .list-common-voice .list-item {
    width: 33.3333333333%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-voice .list-item {
    margin-bottom: 0.6rem;
  }
  .list-common-voice .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-common-works .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-works .item-title,
.list-common-works .item-location {
  text-align: center;
}
.list-common-works .item-title {
  min-height: 0.59rem;
  margin-bottom: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.5;
}
.list-common-works .item-location {
  color: #717071;
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-size: 0.12rem;
  font-weight: 300;
}
.list-common-works .item-inner {
  margin-bottom: 0.04rem;
  border-bottom: 1px solid #323232;
}
.list-common-works .item-image {
  position: relative;
  margin-bottom: 0.11rem;
}
.list-common-works .item-image .image-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 0.29rem;
  padding: 0.02rem 0.1rem 0;
  background-color: rgba(130, 130, 130, 0.6);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
html.is-mac .list-common-works .item-image .image-caption, html.is-tablet .list-common-works .item-image .image-caption {
  padding: 0.01rem 0.1rem;
}
.list-common-works .item-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .list-common-works .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 65px 40px;
  }
  .list-common-works .list-item {
    width: 33.3333333333%;
    max-width: 220px;
  }
  .list-common-works .item-image {
    width: 220px;
    height: 190px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-works {
    max-width: 3rem;
    margin: 0 auto;
  }
  .list-common-works .list-item {
    margin-bottom: 0.5rem;
  }
  .list-common-works .list-item:last-child {
    margin-bottom: 0;
  }
  .list-common-works .item-image {
    width: 3rem;
    height: 2.11rem;
  }
}

.list-common-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dots .list-child {
  position: relative;
  color: #717071;
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-size: 0.13rem;
  line-height: 1.6153846154;
}
.list-common-dots .list-child::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.05rem;
  left: 0;
  width: 2px;
  height: 2px;
  margin-right: 0.05rem;
  border-radius: 50%;
  background-color: #717071;
}
.list-common-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.05rem 0.04rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-keyword .list-wrapper {
  line-height: 1.2;
}
.keyword-common {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.03rem 0.19rem 1px;
  border-radius: 9.99rem;
  background-color: #999;
  color: #fff;
  font-family: yugothic, "Yu Gothic", "メイリオ", "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", meiryo, sans-serif;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.is-mac .keyword-common, .is-firefox .keyword-common {
  padding-bottom: 0.02rem;
}
.keyword-common .keyword-text {
  display: inline-block;
  position: relative;
  padding-left: 0.08rem;
}
.keyword-common .keyword-text::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0.08rem;
  height: 0.1rem;
  background: url("../img/common/keyword_icn_01.svg") 100%/auto no-repeat;
}
@media print, (min-width: 768px) {
  .is-safari .keyword-common {
    padding-top: 0.04rem;
  }
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  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;
  min-width: 1.82rem;
  padding: 0.15rem 0.35rem 0.15rem 0.44rem;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #323232;
  border-radius: 9.99rem;
  background: #fff;
  color: #323232;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button-common-primary .button-text {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.button-common-primary .button-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.06rem;
  margin-top: 0.02rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_04.svg") center/100% auto no-repeat;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: #323232;
}
.button-common-primary:hover {
  color: #fff;
}
.button-common-primary:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.button-common-primary:hover .button-text::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-height: 0.53rem;
  }
  .button-common-primary .button-text::before {
    margin-top: 2px;
  }
  html.is-mac .button-common-primary .button-text::before,
  .button-common-primary .button-text::before html.is-tablet {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.46rem;
  }
}

.pagination-common-tertiary .wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-common-tertiary .arrow {
  position: relative;
  font-family: "Hiragino Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
html.is-android .pagination-common-tertiary .arrow {
  font-weight: 700;
}
.pagination-common-tertiary .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.08rem;
  margin-top: -0.02rem;
  background: url("../img/common/arrow_icn_06.svg") center/100% auto no-repeat;
  pointer-events: none;
}
html.is-safari .pagination-common-tertiary .arrow::before {
  margin-top: -0.03rem;
}
.pagination-common-tertiary .arrow.prev {
  margin-right: auto;
}
.pagination-common-tertiary .arrow.prev a {
  padding-left: 0.3rem;
}
.pagination-common-tertiary .arrow.prev::before {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination-common-tertiary .arrow.next {
  margin-left: auto;
}
.pagination-common-tertiary .arrow.next a {
  padding-right: 0.3rem;
}
.pagination-common-tertiary .arrow.next::before {
  right: 0;
}
@media print, (min-width: 768px) {
  .pagination-common-tertiary .wp-pager {
    width: 1.92rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-tertiary {
    width: 100%;
  }
}

.pagination-common-secondary .wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-common-secondary .arrow {
  position: relative;
  font-size: 0.14rem;
}
.pagination-common-secondary .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.pagination-common-secondary .page-numbers.current {
  background-color: #323232;
  color: #fff;
}
.pagination-common-secondary .page-numbers.current, .pagination-common-secondary .page-numbers.dots {
  cursor: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .pagination-common-secondary .page-numbers:hover {
    background-color: #323232;
    color: #fff;
  }
}
.pagination-common-secondary .arrow.prev,
.pagination-common-secondary .arrow.next {
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination-common-secondary .arrow.prev::before,
.pagination-common-secondary .arrow.next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.08rem;
  margin-top: 0.02rem;
  background: url("../img/common/arrow_icn_06.svg") center/100% auto no-repeat;
  pointer-events: none;
}
.pagination-common-secondary .arrow.prev {
  left: 0;
}
.pagination-common-secondary .arrow.prev a {
  padding-left: 0.22rem;
}
.pagination-common-secondary .arrow.prev::before {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination-common-secondary .arrow.next {
  right: 0;
}
.pagination-common-secondary .arrow.next a {
  padding-right: 0.22rem;
}
.pagination-common-secondary .arrow.next::before {
  right: 0;
}
@media print, (min-width: 768px) {
  .pagination-common-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination-common-secondary .wp-pager {
    min-width: 426px;
    padding: 0 88px;
    gap: 12px;
  }
  .pagination-common-secondary .page-numbers {
    width: 40px;
    height: 40px;
    padding: 5px 5px 6px;
  }
  .pagination-common-secondary .page-numbers.dots {
    padding: 4px 5px 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-secondary {
    width: 100%;
  }
  .pagination-common-secondary .wp-pager {
    padding: 0 0.7rem;
    gap: 0.08rem;
  }
  .pagination-common-secondary .page-numbers {
    width: 0.3rem;
    height: 0.3rem;
    padding: 0.05rem 0.05rem 0.07rem;
  }
  .pagination-common-secondary .page-numbers.dots {
    padding: 0.04rem 0.05rem 0.17rem;
  }
}

.block-lineup-introduction .link-english,
.block-lineup-introduction .link-japanese {
  display: block;
  position: relative;
}
.block-lineup-introduction .link-english img,
.block-lineup-introduction .link-japanese img {
  width: auto;
  height: 100%;
}
.block-lineup-introduction .link-english img.is-default, .block-lineup-introduction .link-english img.is-hover,
.block-lineup-introduction .link-japanese img.is-default,
.block-lineup-introduction .link-japanese img.is-hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.block-lineup-introduction .link-english img.is-hover,
.block-lineup-introduction .link-japanese img.is-hover {
  opacity: 0;
}
.block-lineup-introduction .introduction-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-lineup-introduction .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-lineup-introduction .anchor-link::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #b4b4b4;
}
.block-lineup-introduction .anchor-link:hover .is-default {
  opacity: 0;
}
.block-lineup-introduction .anchor-link:hover .is-hover {
  opacity: 1;
}
.block-lineup-introduction .introduction-title {
  margin-bottom: 0;
}
.block-lineup-introduction .link-english {
  width: 100%;
  margin-bottom: 0.25rem;
}
@media print, (min-width: 768px) {
  .block-lineup-introduction {
    padding-top: 111px;
    margin-bottom: 62px;
  }
  .block-lineup-introduction .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
  .block-lineup-introduction .introduction-title {
    width: 254px;
    margin-left: 3px;
  }
  .block-lineup-introduction .introduction-anchor {
    -webkit-column-gap: 57px;
    -moz-column-gap: 57px;
    column-gap: 57px;
  }
  .block-lineup-introduction .anchor-link {
    width: 253px;
  }
  .block-lineup-introduction .anchor-link::before {
    top: 45px;
  }
  .block-lineup-introduction .link-english {
    height: 35px;
  }
  .block-lineup-introduction .link-japanese {
    width: 91px;
    height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-lineup-introduction {
    padding-top: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .block-lineup-introduction .introduction-title {
    width: 1.5rem;
    margin: 0 auto 0.4rem;
  }
  .block-lineup-introduction .introduction-anchor {
    -webkit-column-gap: 0.24rem;
    -moz-column-gap: 0.24rem;
    column-gap: 0.24rem;
  }
  .block-lineup-introduction .anchor-link {
    width: 2.5rem;
  }
  .block-lineup-introduction .anchor-link::before {
    top: 0.35rem;
  }
  .block-lineup-introduction .link-english {
    height: 0.24rem;
  }
  .block-lineup-introduction .link-japanese {
    height: 0.14rem;
  }
}

.block-lineup-information .block-image {
  overflow: hidden;
  border-radius: 0.1rem;
}
.block-lineup-information .content-title {
  margin-bottom: 0.32rem;
  color: #000;
}
@media print, (min-width: 768px) {
  .block-lineup-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
  }
  .block-lineup-information .block-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 490px;
    height: 341px;
  }
  .block-lineup-information .content-title {
    width: 342px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-lineup-information {
    margin-bottom: 0.5rem;
  }
  .block-lineup-information .block-image {
    margin-bottom: 0.3rem;
  }
  .block-lineup-information .content-title {
    width: 3rem;
  }
}

@media print, (min-width: 768px) {
  .section-lineup-fullorder {
    margin-bottom: 64px;
    padding-top: 120px;
  }
  .section-lineup-fullorder .block-lineup-information {
    margin-bottom: 71px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-lineup-fullorder {
    padding: 0.6rem 0 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .section-common-keyvisual#full-order {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding-top: 0.6rem;
  }
}

.section-common-keyvisual#pre-designed {
  background-color: #f3f3f3;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual#pre-designed {
    padding-top: 120px;
  }
}

.list-lineup-fullorder {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-lineup-fullorder .item-image {
  margin-bottom: 0.23rem;
}
.list-lineup-fullorder .item-title {
  margin-bottom: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.list-lineup-fullorder .detail-note {
  display: block;
  padding-top: 0.03rem;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  text-align: end;
}
.list-lineup-fullorder .item-detail {
  color: #000;
}
.list-lineup-fullorder .item-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-lineup-fullorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    border: 1px solid #323232;
    border-width: 0 1px;
  }
  .list-lineup-fullorder .list-item {
    max-width: 3.75rem;
  }
  .list-lineup-fullorder .item-title {
    font-size: 0.23rem;
  }
  .list-lineup-fullorder .item-image {
    width: 375px;
    height: 242px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-lineup-fullorder .item-title {
    font-size: 0.2rem;
  }
  .list-lineup-fullorder .list-item {
    margin-bottom: 0.6rem;
  }
  .list-lineup-fullorder .list-item:last-child {
    margin-bottom: 0;
  }
  .list-lineup-fullorder .item-image {
    width: 100%;
  }
}

.section-lineup-predesigned {
  background-color: #f3f3f3;
}
@media print, (min-width: 768px) {
  .section-lineup-predesigned {
    padding-top: 120px;
  }
  .section-lineup-predesigned .block-lineup-information {
    margin-bottom: 71px;
  }
  .section-lineup-predesigned .block-lineup-information .content-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-lineup-predesigned {
    padding-top: 0.6rem;
  }
}

.section-lineup-quality {
  background-color: #f3f3f3;
}
.section-lineup-quality .title-common-secondary {
  margin-bottom: 0.33rem;
}
.section-lineup-quality .title-common-simple {
  margin-bottom: 0.39rem;
}
@media print, (min-width: 768px) {
  .section-lineup-quality {
    padding: 93px 0 111px;
  }
  .section-lineup-quality .title-common-simple {
    font-size: 0.25rem;
  }
  .section-lineup-quality .title-common-secondary::before {
    top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-lineup-quality {
    padding: 0.6rem 0 0.8rem;
  }
}

.list-lineup-quality {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-lineup-quality .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.list-lineup-quality .item-title {
  width: 1.52rem;
  height: 0.52rem;
  background-color: #00aedc;
}
.list-lineup-quality .item-title .title-wrapper {
  height: 0.19rem;
}
.list-lineup-quality .item-content {
  background-color: #dee5f1;
}
.list-lineup-quality .item-content .content-wrapper {
  height: 0.68rem;
}
.list-lineup-quality .item-title,
.list-lineup-quality .item-content {
  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%;
}
.list-lineup-quality .item-title img,
.list-lineup-quality .item-content img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .list-lineup-quality {
    max-width: 940px;
    margin: 0 auto;
    gap: 30px;
  }
  .list-lineup-quality .item-wrapper {
    width: 164px;
    height: 164px;
    border-radius: 999px;
  }
  .list-lineup-quality .item-title {
    padding: 0.15rem 0.4rem 0;
  }
  .list-lineup-quality .list-item {
    max-width: 1.64rem;
  }
  .list-lineup-quality .item-content {
    padding: 16px 10px 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-lineup-quality {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.16rem 0.09rem;
  }
  .list-lineup-quality .item-wrapper {
    width: 1.61rem;
    height: 1.27rem;
    border-radius: 0.05rem;
  }
  .list-lineup-quality .item-title {
    padding: 0.09rem 0.4rem 0.08rem;
    width: 100%;
    height: auto;
  }
  .list-lineup-quality .item-content {
    padding: 0.11rem 0.1rem;
  }
  .list-lineup-quality .list-item:first-child .item-wrapper {
    width: 3.31rem;
    height: 0.96rem;
  }
  .list-lineup-quality .list-item:first-child .content-wrapper {
    width: 2.47rem;
    height: 0.34rem;
  }
  .list-lineup-quality .list-item:first-child .item-content {
    padding: 0.13rem 0.1rem;
  }
}

.block-lineup-design .block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-lineup-design .item-wrapper {
  position: relative;
  pointer-events: none;
}
.block-lineup-design .item-image {
  width: 3.28rem;
  height: 2.41rem;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.block-lineup-design .list-item {
  max-width: 3.28rem;
}
.block-lineup-design .list-item.is-lineup {
  position: relative;
}
.block-lineup-design .list-item.is-lineup::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../img/lineup/design_label_01.svg") 100%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .block-lineup-design:hover .item-image.is-default {
    opacity: 0;
  }
  .block-lineup-design:hover .item-image.is-active {
    opacity: 1;
  }
  .block-lineup-design .item-image.is-default {
    opacity: 1;
  }
  .block-lineup-design .item-image.is-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .block-lineup-design .block-list {
    gap: 8px;
  }
  .block-lineup-design .list-item.is-lineup::after {
    right: 2px;
    bottom: -31px;
    width: 86px;
    height: 86px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-lineup-design {
    position: relative;
    padding-top: 2.5rem;
  }
  .block-lineup-design .block-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-lineup-design .list-item {
    margin-bottom: 0.2rem;
    padding-bottom: 0.05rem;
    overflow: hidden;
  }
  .block-lineup-design .list-item.is-lineup {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: unset;
  }
  .block-lineup-design .list-item.is-lineup::after {
    right: 0;
    bottom: -0.25rem;
    width: 0.66rem;
    height: 0.66rem;
  }
  .block-lineup-design .list-item.is-lineup .item-wrapper {
    min-width: unset;
  }
  .block-lineup-design .list-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .block-lineup-design .list-item:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .block-lineup-design .list-item:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-lineup-design .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.1rem;
    min-width: 6.66rem;
  }
}
/*# sourceMappingURL=lineup.css.map */