@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 {
  opacity: 1;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 9.765625vw;
  }
  html.is-tablet {
    font-size: 9.765625vw !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 13.3689839572vw !important;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  line-height: 1.8421052632;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    max-width: 10.24rem;
    margin: 0 auto;
    font-size: 0.26rem;
    font-weight: 500;
  }
  html.is-frozen-windows body {
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.19rem;
    font-weight: 500;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 1.06rem;
  }
}

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

.hidden {
  display: none;
}

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

.load {
  opacity: 0.001;
}
html.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;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    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;
  }
}

.header-common {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
}

.logo-header {
  display: block;
  position: absolute;
  background-color: #fff;
  text-decoration: none;
}
.logo-header img {
  opacity: 0;
}
@media print, (min-width: 768px) {
  .logo-header {
        top: 5px;
    left: 0.41rem;
    width: 150px;
    height: 50px;
    -webkit-mask: url("../img/common/header_logo.svg") 50% 50%/100% auto no-repeat;
    mask: url("../img/common/header_logo.svg") 50% 50%/100% auto no-repeat;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 1;
  }
  .logo-header:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 700.02px) and (max-height: 1200px) {
  .logo-header {
        width: 150px;
        height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 1000.02px) {
  .logo-header {
    width: 18vh;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header {
    top: 50%;
    left: 0.38rem;
    width: 2.6rem;
    height: 0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask: url("../img/common/sp/header_logo.svg") 50% 50%/100% auto no-repeat;
    mask: url("../img/common/sp/header_logo.svg") 50% 50%/100% auto no-repeat;
  }
}

.button-header-burger {
  position: absolute;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.button-header-burger .button-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.button-header-burger .button-text.is-open {
  visibility: visible;
  opacity: 1;
}
.button-header-burger .button-text.is-close {
  visibility: hidden;
  opacity: 0;
}
.button-header-burger .button-text.is-close > span {
  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;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .button-header-burger {
    top: 10px;
    right: 0.5rem;
	width: 150px;
    min-height: 50px;
    padding: 0.05rem 0.2rem;
    -webkit-transition: background 1s ease, color 1s ease, border-color 1s ease, opacity 1s ease;
    transition: background 1s ease, color 1s ease, border-color 1s ease, opacity 1s ease;
	border: 0.1px solid #fff;
    font-size: 25px;
    line-height: 1.2;
  }
  .button-header-burger:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .button-header-burger .button-text.is-close {
    padding-bottom: 0.02rem;
  }
  .button-header-burger .button-text.is-close img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 700.02px) and (max-height: 1200px) {
  .button-header-burger {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 1000.02px) {
  .button-header-burger {
    font-size: 2.5vh;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0;
    right: 0;
    width: 1.15rem;
    height: 1.06rem;
    -webkit-transition: width 2s ease;
    transition: width 2s ease;
    background-color: #231815;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.59rem;
    height: 0.05rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .button-header-burger .button-line:nth-child(3) {
    top: calc(50% - 0.25rem);
  }
  .button-header-burger .button-line:nth-child(5) {
    top: calc(50% + 0.25rem);
  }
}

@media print, (min-width: 768px) {
  .button-header-burger.is-ready .button-text {
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-ready .button-line {
    -webkit-transition: top 1s ease, width 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    transition: top 1s ease, width 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    transition: top 1s ease, transform 1s ease, width 1s ease, opacity 1s ease;
    transition: top 1s ease, transform 1s ease, width 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  }
}

@media print, (min-width: 768px) {
  .button-header-burger.is-active .button-text.is-close {
    visibility: visible;
    opacity: 1;
  }
  .button-header-burger.is-active .button-text.is-open {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-line {
    top: 50%;
    width: 0.7rem;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(4) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media print, (min-width: 768px) {
  .header-common.is-red .logo-header {
    background-color: #d1261a;
  }
  .header-common.is-red .button-header-burger {
    border-color: #d1261a;
    color: #d1261a;
  }
  .header-common.is-red.is-active .logo-header {
    background-color: #fff;
  }
  .header-common.is-red.is-active .button-header-burger {
    border-color: #fff;
    color: #fff;
  }
}

.viewport-header {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .viewport-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 10.24rem;
    height: 1.6rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .viewport-header {
    height: 1.06rem;
    background-color: #231815;
  }
}

.viewport-header.is-static {
  position: relative;
  z-index: 0;
}
@media print, (min-width: 768px) {
  .viewport-header.is-static.is-active + .navigation-header-sitemap.is-ready .button-text.is-open {
    display: none;
  }
}

.viewport-header.is-fixed {
  position: fixed;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: background 2s ease, opacity 2s ease, height 2s ease, -webkit-transform 2s ease;
  transition: background 2s ease, opacity 2s ease, height 2s ease, -webkit-transform 2s ease;
  transition: background 2s ease, transform 2s ease, opacity 2s ease, height 2s ease;
  transition: background 2s ease, transform 2s ease, opacity 2s ease, height 2s ease, -webkit-transform 2s ease;
}
@media print, (min-width: 768px) {
  .viewport-header.is-fixed {
    top: -0.01rem;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .viewport-header.is-fixed .logo-header {
/*    top: 0.14rem;*/
    background-color: #231815;
  }
  .is-tablet .viewport-header.is-fixed .logo-header {
    top: 0.11rem;
  }
  .viewport-header.is-fixed .button-header-burger {
    top: 0;
    border: 0.01rem solid #d1261a;
    background-color: #d1261a;
    color: #fff;
  }
  .viewport-header.is-fixed .button-header-burger:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #d1261a;
  }
}
@media print {
  .viewport-header.is-fixed {
    display: none;
  }
}

.viewport-header.is-fixed.is-active {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
@media print, (min-width: 768px) {
  .viewport-header.is-fixed.is-active {
    top: 0;
  }
  .viewport-header.is-fixed.is-active .button-text.is-close {
    display: none;
  }
  .viewport-header.is-fixed.is-active .logo-header {
    background-color: #231815;
  }
  .viewport-header.is-fixed.is-active .logo-header:hover {
    opacity: 0.6;
  }
}

.button-header-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  background-color: #fff;
  color: #d0230c;
  text-align: center;
}
.button-header-entry .button-english {
  display: block;
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.button-header-entry .button-japanese {
  display: block;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767.98px) {
  .button-header-entry {
    right: 1.15rem;
    width: 1.78rem;
    height: 100%;
    -webkit-transition: right 2s ease;
    transition: right 2s ease;
  }
  .button-header-entry .button-english {
    font-size: 0.33rem;
    line-height: 1.2;
  }
  .button-header-entry .button-japanese {
    margin-top: -0.03rem;
    font-size: 0.17rem;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
}

.navigation-header-sitemap {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  opacity: 0;
  background-color: #4e4b4a;
  overflow-y: auto;
}
.navigation-header-sitemap .navigation-viewport {
  height: 100%;
  overflow: hidden auto;
}
.navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    max-width: 10.24rem;
    margin: 0 auto;
    padding: 130px 0 0;
  }
  .navigation-header-sitemap .navigation-viewport {
    padding: 0 170px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-viewport {
    padding: 1.08rem 0.88rem 1.12rem;
  }
  .navigation-header-sitemap .navigation-wrapper {
    min-height: 10.77rem;
  }
}

.navigation-header-sitemap.is-active {
  visibility: visible;
  opacity: 1;
}

.navigation-header-sitemap.is-ready {
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

.menu-header-sitemap .menu-list,
.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .list-link {
  display: inline-block;
  color: #fff;
}
.menu-header-sitemap .link-english {
  display: block;
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
}
.menu-header-sitemap .link-japanese {
  display: block;
  font-weight: 400;
}
.menu-header-sitemap .element-link {
  color: #fff;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .menu-header-sitemap + .menu-header-sitemap {
/*    margin-top: 0.26rem;*/
  }
  .menu-header-sitemap .menu-list,
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-header-sitemap .list-wrapper {
    width: 40%;
	margin-bottom: 60px;
  }
  .menu-header-sitemap .link-english {
    font-size: 50px;
    line-height: 1.2;
  }
  .menu-header-sitemap .link-japanese {
    margin-top: -0.02rem;
    font-size: 18px;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 700px;
  }
  .menu-header-sitemap .menu-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
        width: 40%;
        margin-bottom: 20px;
        padding-right: 20px;
  }
  .menu-header-sitemap .element-link {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap + .menu-header-sitemap {
    margin-top: 1.31rem;
  }
  .menu-header-sitemap .menu-list {
    max-width: 4.3rem;
    margin: 0 auto 0 0.9rem;
  }
  .is-ios .menu-header-sitemap .menu-list {
    margin-left: 1rem;
  }
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-header-sitemap .list-wrapper {
    margin-bottom: 0.66rem;
  }
  .menu-header-sitemap .link-english {
    font-size: 0.84rem;
    line-height: 1.2;
  }
  .menu-header-sitemap .link-japanese {
    margin-top: -0.02rem;
    font-size: 0.31rem;
    line-height: 1.2;
  }
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-header-sitemap .menu-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0.12rem;
  }
  .menu-header-sitemap .menu-element:nth-child(even) {
    padding-left: 0.3rem;
  }
  .menu-header-sitemap .element-link {
    font-size: 2em;
  }
}

.footer-common {
  position: relative;
  background-color: #231815;
  color: #fff;
}
.footer-common a {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .footer-common {
        padding: 100px 0px 70px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    margin-bottom: -0.01rem;
    padding: 0.94rem 0 0.39rem;
  }
}

.footer-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
@media print, (min-width: 768px) {
  .footer-wrapper {
  }
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list .item-link {
  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;
}
.footer-list .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.01rem;
    border-bottom: 0.1px solid #fff;
}
@media print, (min-width: 768px) {
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.68rem;
	max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .footer-list .list-item {
/*        width: calc(410px - 0.26px);*/
/*    margin-right: 0.52px;
    margin-bottom: 40px;*/
    margin: 20px auto;
  }
  .footer-list .list-item:nth-child(2n) {
/*    margin-right: 0;*/
  }
  .footer-list .item-link {
        min-height: 80px;
        width: 320px;
        padding: 3px 0px;
        -webkit-transition: color 1s ease, background 1s ease, border 1s ease;
        transition: color 1s ease, background 1s ease, border 1s ease;
        border: 0.02px solid #fff;
        border-radius: 16px;
        font-size: 25px;
        line-height: 1.3333333333;
  }
  .footer-list .item-link::after {
     width: 75px;
    -webkit-transition: border-color 1s ease, width 1s ease, right 1s ease;
    transition: border-color 1s ease, width 1s ease, right 1s ease;
  }
  .footer-list .item-link:hover {
    -webkit-transition: color 1s ease, background 1s ease, border 1s ease;
    transition: color 1s ease, background 1s ease, border 1s ease;
    background-color: #fff;
    color: #231815;
  }
  .footer-list .item-link:hover::after {
/*    right: -0.02rem;*/
    width: 75px;
    border-color: #231815;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-list {
    margin-bottom: 1.08rem;
  }
  .footer-list .list-item {
    margin-bottom: 0.38rem;
    padding: 0.02rem 0;
  }
  .footer-list .item-link {
    width: 4.83rem;
    min-height: 1.16rem;
    margin: 0 auto;
    padding: 0.2rem 1.2rem;
    border: 0.02rem solid #fff;
    border-radius: 0.09rem;
    font-size: 0.31rem;
    line-height: 1.3225806452;
  }
  .footer-list .item-link::after {
    width: 1.2rem;
  }
}

.footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation .child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-navigation .child-title {
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
}
.footer-navigation .child-describe,
.footer-navigation .child-detail {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    margin-bottom: 1.76rem;
    padding: 0 0.1rem;*/
        padding: 0 200px;
        margin: 0 auto;
        max-width: 1280px;
  }
  .footer-navigation .child-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-navigation .child-title {
    font-size: 40px;
    line-height: 1;
  }
  .footer-navigation .child-describe,
  .footer-navigation .child-detail {
    font-size: 15px;
    line-height: 1.7777777778;
  }
  .footer-navigation .child-detail {
    margin-top: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation {
    max-width: 3rem;
    margin: 0 auto 0.94rem 2.6rem;
  }
  .is-ios .footer-navigation {
    margin-left: 2.5rem;
  }
  .footer-navigation .child-title {
    margin-bottom: 0.07rem;
    font-size: 0.59rem;
    line-height: 1;
  }
  .footer-navigation .child-describe,
  .footer-navigation .child-detail {
    font-size: 0.26rem;
    line-height: 1.7307692308;
  }
  .footer-navigation .child-detail {
    position: relative;
    margin-top: 0.22rem;
    padding-left: 0.56rem;
  }
/*  .footer-navigation .child-detail::before {
    content: "ー";
    display: inline-block;
    position: absolute;
    left: 0;
  }*/
}

.navigation-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, (min-width: 768px) {
  .navigation-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    margin-right: 0.4rem;*/
    margin-bottom: 0.2rem;
        padding: 0 40px;
  }
  .navigation-child:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-child {
    margin-bottom: 0.6rem;
  }
}

.footer-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	margin: 0px auto;
    max-width: 1280px;
    margin-top: 120px;
}
@media only screen and (max-width: 767.98px) {
  .footer-signature {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-logo {
  display: inline-block;
  height: 0.24rem;
  background-color: #fff;
}
.footer-logo img {
  opacity: 0;
}
@media print, (min-width: 768px) {
  .footer-logo {
    width: 2.03rem;
    margin: 0 0.88rem 0 0.56rem;
    -webkit-mask: url("../img/common/footer_logo.svg") 50% 50%/100% auto no-repeat;
    mask: url("../img/common/footer_logo.svg") 50% 50%/100% auto no-repeat;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 700.02px) and (max-height: 1200px) {
  .footer-logo {
        width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 1000.02px) {
  .footer-logo {
    width: 1.85rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-logo {
    width: 2.08rem;
    margin-left: 0.22rem;
    -webkit-mask: url("../img/common/sp/footer_logo.svg") 50% 50%/100% auto no-repeat;
    mask: url("../img/common/sp/footer_logo.svg") 50% 50%/100% auto no-repeat;
  }
}

.footer-copyright {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .footer-copyright {
        font-size: 15px;
    line-height: 1.75;
    display: block;
/*    padding-left: 1rem;*/
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin: 0 0.17rem 0 0.2rem;
    padding-top: 0.02rem;
    font-size: 0.17rem;
    line-height: 1.7058823529;
  }
}

@media print, (min-width: 768px) {
  .button-common-entry {
    position: fixed;
    z-index: 99998;
    right: 0.34rem;
    bottom: 0.41rem;
  }
  .button-common-entry .button-link {
    display: block;
	width: 135px;
    height: 135px;
    overflow: hidden;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    border-radius: 50%;
  }
  .button-common-entry .button-link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media print {
  .button-common-entry {
    position: absolute;
  }
}

.footer-common.is-white {
  background-color: #fff;
  color: #231815;
}
.footer-common.is-white .item-link::after {
  border-color: #231815;
}
.footer-common.is-white .footer-logo {
  background-color: #231815;
}
@media print, (min-width: 768px) {
  .footer-common.is-white .item-link {
    border: 0.02rem solid #231815;
  }
  .footer-common.is-white .item-link::after {
    background-color: #231815;
  }
  .footer-common.is-white .item-link:hover {
    background-color: #231815;
    color: #fff;
  }
  .footer-common.is-white .item-link:hover::after {
    border-color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common.is-white .item-link {
    border: 0.02rem solid #231815;
  }
}

.footer-common.is-red {
  background-color: #d1261a;
}
@media print, (min-width: 768px) {
  .footer-common.is-red .item-link:hover {
    background-color: #fff;
    color: #d1261a;
  }
  .footer-common.is-red .item-link:hover::after {
    border-color: #d1261a;
  }
}

.section-keyvisual-primary {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.section-keyvisual-primary .keyvisual-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-keyvisual-primary .wrapper {
  position: relative;
  z-index: 1;
}
.section-keyvisual-primary .keyvisual-title {
  opacity: 0.44;
  color: transparent;
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  -webkit-text-stroke: 0.02rem #fff;
}
.section-keyvisual-primary .content-wrap {
  overflow: hidden;
}
.section-keyvisual-primary .keyvisual-content {
  position: relative;
}
.section-keyvisual-primary .content-text,
.section-keyvisual-primary .content-detail {
  display: block;
}
.section-keyvisual-primary .content-text {
  font-weight: bold;
}
.section-keyvisual-primary .content-text span {
  position: relative;
  top: -0.02rem;
}
.section-keyvisual-primary .content-text span:first-child {
  margin-right: 0.07rem;
}
.section-keyvisual-primary .content-text span:last-child {
  margin-left: 0.07rem;
}
.section-keyvisual-primary .content-description {
  margin-bottom: 0;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .section-keyvisual-primary {
    min-height: 7.34rem;
    padding: 2.02rem 0 0.5rem;
  }
  .section-keyvisual-primary .wrapper {
    max-width: 8.8rem;
  }
  .section-keyvisual-primary .keyvisual-title {
    margin-bottom: -0.92rem;
    font-size: 1.43rem;
    line-height: 1.2;
  }
  .section-keyvisual-primary .keyvisual-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -0.06rem;
  }
  .section-keyvisual-primary .content-wrap:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-keyvisual-primary .content-wrap:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-keyvisual-primary .content-wrap:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-keyvisual-primary .content-text {
    margin-bottom: 0.13rem;
    padding-left: 0.14rem;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .section-keyvisual-primary .content-detail {
    margin-bottom: 0.1rem;
    font-size: 0.69rem;
    line-height: 1.2608695652;
  }
  .section-keyvisual-primary .content-description {
    padding-left: 0.11rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-primary {
    padding: 2.64rem 0 2.1rem;
  }
  .section-keyvisual-primary .keyvisual-title-wrapper {
    position: absolute;
    top: -2.34rem;
    right: 0.11rem;
    height: 100%;
  }
  .section-keyvisual-primary .keyvisual-title {
    position: relative;
    margin-bottom: 0;
    font-size: 1.84rem;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .section-keyvisual-primary .keyvisual-content {
    padding-left: 0.3rem;
  }
  .section-keyvisual-primary .content-text {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    line-height: 1.6875;
  }
  .section-keyvisual-primary .content-detail {
    margin-right: -0.1rem;
    margin-bottom: 0.31rem;
    font-size: 0.84rem;
    line-height: 1.5119047619;
  }
  .section-keyvisual-primary .text-spacing {
    letter-spacing: -0.065em;
  }
  .section-keyvisual-primary .content-description {
    font-size: 0.3rem;
    line-height: 1.95;
  }
}

.section-keyvisual-secondary {
  position: relative;
}
.section-keyvisual-secondary .keyvisual-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  border-bottom-right-radius: 0.25rem;
  background-color: #d1261a;
  color: #fff;
  letter-spacing: 0.14rem;
}
.section-keyvisual-secondary .keyvisual-label .label-text {
  position: relative;
}
.section-keyvisual-secondary .keyvisual-banner img {
  border-bottom-right-radius: 0.42rem;
}
@media print, (min-width: 768px) {
  .section-keyvisual-secondary .keyvisual-banner {
    width: 92.08984375%;
	height: 550px;
  }
  .section-keyvisual-secondary .keyvisual-label {
    bottom: -60px;
    min-width: 150px;
    padding: 0.08rem 0.25rem 0.1rem 0.3rem;
    font-size: 60px;
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-secondary .keyvisual-banner {
    width: 6.9rem;
  }
  .section-keyvisual-secondary .keyvisual-label {
    bottom: -0.45rem;
    min-width: 4.6rem;
    padding: 0.03rem 0.1rem 0.07rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .section-keyvisual-secondary .keyvisual-label span {
    display: block;
  }
}

@-webkit-keyframes slider-fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}

@keyframes slider-fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes background-to-right {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}

@keyframes background-to-right {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes background-to-left {
  0% {
    -webkit-transform: scaleX(0) translateX(5%);
    transform: scaleX(0) translateX(5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
@keyframes background-to-left {
  0% {
    -webkit-transform: scaleX(0) translateX(5%);
    transform: scaleX(0) translateX(5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes background-to-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes background-to-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes stroke-max-width {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 0.4rem);
  }
}
@keyframes stroke-max-width {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 0.4rem);
  }
}
.stroke-max-width {
  -webkit-animation-name: stroke-max-width;
  animation-name: stroke-max-width;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes stroke-max-height {
  0% {
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}

@keyframes stroke-max-height {
  0% {
    height: 0;
  }
  100% {
    bottom: 0;
    height: 100%;
  }
}
.stroke-max-height {
  -webkit-animation-name: stroke-max-height;
  animation-name: stroke-max-height;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes stroke-width-pc {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 2.89rem;
    opacity: 1;
  }
}

@keyframes stroke-width-pc {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 2.89rem;
    opacity: 1;
  }
}
@-webkit-keyframes stroke-height-pc {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 1.52rem;
    opacity: 1;
  }
}
@keyframes stroke-height-pc {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 1.52rem;
    opacity: 1;
  }
}
@-webkit-keyframes stroke-width-sp {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 3.18rem;
    opacity: 1;
  }
}
@keyframes stroke-width-sp {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 3.18rem;
    opacity: 1;
  }
}
@-webkit-keyframes stroke-height-sp {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 1.68rem;
    opacity: 1;
  }
}
@keyframes stroke-height-sp {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 1.68rem;
    opacity: 1;
  }
}
.list-common-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-primary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-common-primary li span {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .list-common-primary li > span:first-child {
    top: 0.02rem;
  }
  html.is-ios .list-common-primary li > span:first-child {
    top: 0;
  }
}

@media print, (min-width: 768px) {
  .section-keyvisual-secondary {
    padding-top: 140px;
  }
}

.section-description .description-introduction {
  text-align: center;
}
.section-description .introduction-title {
  color: #584a4d;
  letter-spacing: 0.02em;
}
.section-description .introduction-detail {
  color: #636262;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section-description .description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-description .list-item:last-child {
  margin-bottom: 0;
}
.section-description .content-link {
  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;
}
.section-description .item-content {
  position: relative;
  margin: 0 auto;
  border: 0.02rem solid #595757;
  border-bottom-right-radius: 0.19rem;
  background-color: #fff;
}
.section-description .item-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #5e5c5c;
}
.section-description .content-title {
  position: absolute;
  margin-bottom: 0;
  background-color: #fff;
  color: #de3b38;
  letter-spacing: 0.02em;
}
.section-description .content-detail {
  margin-bottom: 0;
  color: #595757;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section-description .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  border: 0.02rem solid #595757;
  border-radius: 0.06rem;
  background-color: #fff;
  font-weight: bold;
  color: #595757;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.section-description .content-link span {
  position: relative;
}
@media print, (min-width: 768px) {
  .section-description {
   padding: 120px 0 1.81rem;
  }
  .section-description .description-introduction {
    margin-bottom: 1.1rem;
  }
  .section-description .introduction-title {
    margin-bottom: 0.16rem;
    font-size: 50px;
  }
  .section-description .introduction-detail {
    font-size: 20px;
    line-height: 2.45;
  }
  .section-description .item-content {
    left: -0.2rem;
    max-width: 78.125%;
    height: 40px;
    padding: 45px 30px 135px;
  }
  .section-description .item-content::after {
    top: 0.26rem;
    right: -0.25rem;
    width: calc(100% + 0.04rem);
    height: calc(100% + 0.02rem);
    border-bottom-right-radius: 0.19rem;
  }
  .section-description .list-item {
    margin-bottom: 1.15rem;
  }
  .section-description .description-main {
    padding-top: 0.14rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-description .content-title {
    top: -40px;
    padding: 0 0.15rem;
    font-size: 40px;
  }
  .section-description .content-detail {
    width: 100%;
    padding-left: 0.16rem;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.8095238095;
  }
  .section-description .content-link {
    right: -0.65rem;
    bottom: -0.25rem;
    min-width: 30px;
    padding: 0.02rem 0.34rem 0.02rem;
    -webkit-transition: background 2s ease, color 2s ease, border 2s ease;
    transition: background 2s ease, color 2s ease, border 2s ease;
    font-size: 30px;
    line-height: 1.8518518519;
  }
  .section-description .content-link:hover {
    -webkit-transition: background 2s ease, color 2s ease, border 2s ease;
    transition: background 2s ease, color 2s ease, border 2s ease;
    border: 0.02rem solid #fff;
    background-color: #595757;
    color: #fff;
  }
  .section-description .content-link span {
    top: -0.01rem;
  }
}
@media print {
  .section-description {
    page-break-after: always;
  }
  .section-description .introduction-detail {
    page-break-after: always;
  }
  .section-description .list-item:nth-child(3) {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-description {
    padding: 1.2rem 0 2.2rem;
  }
  .section-description .description-introduction {
    margin-bottom: 0.8rem;
  }
  .section-description .introduction-title {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
  }
  .section-description .introduction-detail {
    font-size: 0.14rem;
    line-height: 2.5714285714;
  }
  .section-description .list-item {
    margin-bottom: 1.84rem;
  }
  .section-description .item-content {
    left: -0.14rem;
    max-width: 5.86rem;
    min-height: 1.6rem;
    padding: 0.43rem 0.27rem;
  }
  .section-description .item-content::after {
    top: 0.18rem;
    left: 0.14rem;
    width: calc(100% + 0.04rem);
    height: calc(100% + 0.06rem);
  }
  .section-description .description-main {
    padding-top: 0.1rem;
  }
  .section-description .content-title {
    top: -0.26rem;
    left: 0.17rem;
    padding: 0 0.11rem;
    font-size: 0.25rem;
  }
  .section-description .content-detail {
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
  .section-description .content-link {
    right: -0.46rem;
    bottom: -0.59rem;
    min-width: 2.72rem;
    height: 0.78rem;
    font-size: 0.38rem;
  }
  .section-description .content-link span {
    padding-bottom: 0.03rem;
  }
}

.section-description-detail .detail-inner {
  margin: 0 auto;
  border: 0.02rem solid #d1261a;
}
.section-description-detail .detail-title {
  margin-bottom: 0;
  background-color: #d1261a;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
}
.section-description-detail .information-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d1261a;
  letter-spacing: 0.12em;
}
.section-description-detail .information-title.modify-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section-description-detail .information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #d1261a;
}
.section-description-detail .information-wrapper:last-child {
  border-bottom: none;
}
.section-description-detail .information-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.12em;
}
.section-description-detail .information-content time:first-child {
  margin-right: 0.04rem;
}
.section-description-detail .content-text {
  margin-bottom: 0;
}
.section-description-detail .content-text:first-child {
  margin-top: 0;
}
.section-description-detail .content-link {
  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;
  background-color: #231815;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.section-description-detail .content-link span {
  display: block;
}
@media print, (min-width: 768px) {
  .section-description-detail {
    padding: 120px 0 1.54rem;
        max-width: 900px;
        margin: 0 auto;
  }
  .section-description-detail .detail-inner {
    max-width: 8.59rem;
  }
  .section-description-detail .detail-information {
    padding: 10px 0 0.3rem;
  }
  .section-description-detail .information-wrapper {
    margin: 0.14rem 0.43rem 0;
    padding: 0 0 20px 0;
  }
  .section-description-detail .information-title {
    width: 2rem;
    margin-right: 0.17rem;
    padding: 0.04rem 0.1rem 0.19rem 0.19rem;
    font-size: 20px;
    line-height: 1.380952381;
  }
  .section-description-detail .detail-title {
    padding: 0.04rem 0.3rem 0.08rem;
    font-size: 30px;
  }
  .section-description-detail .information-content {
    font-size: 15px;
    line-height: 1.9333333333;
  }
  .section-description-detail .content-text {
    margin-top: 0.3rem;
  }
  .section-description-detail .content-link {
    min-height: 40px;
    padding: 0.025rem 0.22rem 0.05rem 0.26rem;
    font-size: 20px;
  }
  html.is-tablet .section-description-detail .content-link {
    padding: 0.01rem 0.22rem 0.03rem 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-description-detail {
    padding: 1.24rem 0 1.65rem;
  }
  .section-description-detail .detail-inner {
    max-width: 6.27rem;
  }
  .section-description-detail .detail-information {
    padding: 0.14rem 0 0.32rem;
  }
  .section-description-detail .information-wrapper {
    margin: 0.08rem 0.31rem 0;
    padding: 0.14rem 0 0.24rem;
  }
  .is-ios .section-description-detail .information-wrapper {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .section-description-detail .information-title {
    width: 1.48rem;
    margin-right: 0.1rem;
    padding: 0.04rem 0.1rem 0.1rem 0;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
  .section-description-detail .detail-title {
    padding: 0.02rem 0.3rem 0.05rem;
    font-size: 0.35rem;
  }
  .section-description-detail .information-content {
    font-size: 0.11rem;
    line-height: 1.9090909091;
  }
  .section-description-detail .content-text {
    margin-top: 0.3rem;
  }
  .section-description-detail .content-link {
    min-height: 0.27rem;
    padding: 0.01rem 0.14rem 0.03rem 0.18rem;
    font-size: 0.14rem;
  }
  .is-ios .section-description-detail .content-link {
    padding-bottom: 0.01rem;
  }
}
/*# sourceMappingURL=description.css.map */