@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: 2.03rem;
    height: 0.23rem;
    -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: 25px;
  }
}
@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 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s 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 {
  margin: 0 auto;
    max-width: 1280px;
}
@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 {
        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: 0.86rem;
    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;
        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-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: 1.56rem;
  }
}
@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: 0.1rem;
    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: 1rem;
    height: 1rem;
    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;
  }
}

.title-common-primary {
  opacity: 0.75;
  color: #fff;
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 1.64rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 1.19rem;
  }
}

.title-common-secondary {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    padding: 0 0.28rem;
    font-size: 0.6rem;
    line-height: 1.25;
  }
  .title-common-secondary .title-wrapper {
    padding-left: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .title-common-secondary .title-wrapper .title-text {
    position: relative;
    top: 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.45rem;
    line-height: 1.25;
  }
}

.title-animation .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-animation .title-content {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #231815;
  font-weight: 500;
}
.title-animation.animated .title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: background-to-right 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: background-to-right 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #fff 0%, #fff 50%, #fff 100%);
}
.title-animation.is-light.animated .title-wrapper::before {
  -webkit-animation: background-to-right 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: background-to-right 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: -webkit-gradient(linear, left top, right top, from(#231815), color-stop(50%, #231815), to(#231815));
  background: linear-gradient(to right, #231815 0%, #231815 50%, #231815 100%);
}
.title-animation.is-light .title-content {
  color: #fff;
}
@media print, (min-width: 768px) {
  .title-animation .title-wrapper {
    margin-top: 0.08rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-animation .title-wrapper {
    margin-top: 0.06rem;
  }
}
@media print {
  .title-animation .title-wrapper {
    background-color: #fff;
  }
  .title-animation.is-light .title-wrapper {
    background-color: #231815;
  }
}

@-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;
  }
}
.button-common-primary {
  display: inline-block;
  position: relative;
  border: 0.01rem solid #fff;
  border-radius: 0.17rem;
  color: #fff;
  font-weight: 400;
}
.is-ios .button-common-primary {
  border: 0.015rem solid #fff;
}
.button-common-primary span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-common-primary.is-red {
  border: 0.01rem solid #df2513;
  background-color: #df2513;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  background: url("../img/common/arrow_icn_01.svg") center center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 2.43rem;
    min-height: 0.66rem;
    padding: 0.13rem 0.48rem 0.12rem 0.26rem;
    font-size: 0.2rem;
  }
  .button-common-primary::after {
    top: calc(50% - 0.23rem);
    right: 0.22rem;
    width: 0.45rem;
    height: 0.45rem;
  }
  .button-common-primary .button-wrapper {
    margin-right: 0.36rem;
  }
  .button-common-primary:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 2.3rem;
    min-height: 0.63rem;
    padding: 0.2rem 0.72rem 0.19rem 0.25rem;
    font-size: 0.19rem;
  }
  .button-common-primary span {
    line-height: 1;
  }
  .button-common-primary::after {
    top: calc(50% - 0.21rem);
    right: 0.2rem;
    width: 0.42rem;
    height: 0.42rem;
  }
}

.button-common-tertiary {
  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;
  border: 0.01rem solid #d1261a;
    border-radius: 10px;
  background-color: #d1261a;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .button-common-tertiary {
        width: 270px;
        min-height: 40px;
        padding: 3px 3px 3px 3px;
        -webkit-transition: color 2s ease, background 2s ease, opacity 2s ease;
        transition: color 2s ease, background 2s ease, opacity 2s ease;
        font-size: 20px;
        text-align: center;
  }
  .button-common-tertiary:hover {
    background-color: #fff;
    color: #d1261a;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-tertiary {
    width: 2.2rem;
    min-height: 0.61rem;
    font-size: 0.21rem;
    padding: 0.02rem 0.02rem 0.05rem;
  }
}

.button-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-common-quaternary .button-wrapper {
  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;
  -webkit-transition: border-color 2s ease, opacity 2s ease;
  transition: border-color 2s ease, opacity 2s ease;
  border: 0.0075rem solid #231815;
  border-radius: 0.09rem;
  color: #231815;
  font-weight: 300;
  line-height: 1.2;
  font-family: yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  cursor: pointer;
}
.button-common-quaternary .button-wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.01rem);
  height: 0.01rem;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
  border-bottom: 0.0075rem solid #231815;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .button-common-quaternary .button-wrapper {
    min-width: 3.06rem;
    min-height: 1.14rem;
    padding: 0.1rem 0.5rem;
    font-size: 0.38rem;
  }
  .button-common-quaternary .button-wrapper::after {
    left: 2.64rem;
    width: 0.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-quaternary .button-wrapper {
    min-width: 2.24rem;
    min-height: 0.83rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.28rem;
  }
  .button-common-quaternary .button-wrapper::after {
    left: 1.93rem;
    width: 0.59rem;
  }
}

.error {
  color: #d1261a;
  display: inline-block;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .error {
    font-size: 0.16rem;
  }
}

.regulations-wrapper {
  overflow-y: auto;
  background-color: #fff;
}
.regulations-wrapper::-webkit-scrollbar {
  width: 0.13rem;
}
.regulations-wrapper::-webkit-scrollbar-track {
  background: #dbdcdc;
}
.regulations-wrapper::-webkit-scrollbar-thumb {
  background: #9c9c9d;
}
.regulations-wrapper .regulations-content {
  display: block;
  font-weight: 400;
}
.regulations-wrapper .regulations-content:last-child {
  margin-bottom: 0;
}
.regulations-wrapper .regulations-title {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .regulations-wrapper {
    height: 300px;
    padding: 20px 25px 20px 25px;
  }
  .regulations-wrapper .regulations-title {
    margin-bottom: 0.02rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .regulations-wrapper {
    height: 1.18rem;
    padding: 0.06rem 0.21rem 0.1rem;
  }
  .regulations-wrapper .regulations-title {
    margin-bottom: 0.02rem;
    font-size: 0.15rem;
  }
}

.regulations-content {
  display: block;
  font-weight: 400;
  margin-bottom: 1em;
}
.regulations-content time,
.regulations-content address,
.regulations-content a {
  display: inline-block;
}
.regulations-content p {
  margin-bottom: 0;
}
.regulations-content a {
  text-decoration: none;
}
.regulations-content .list-number,
.regulations-content .list-dots {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.regulations-content .list-dots > li {
  position: relative;
}
.regulations-content .list-dots > li::before {
  content: "・";
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .regulations-content {
    font-size: 12px;
    line-height: 1.7507309942;
  }
}
@media only screen and (max-width: 767.98px) {
  .regulations-content {
    font-size: 0.7em;
  }
}

.form-common {
  margin: 0 auto;
}
.form-common .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-common .form-head p {
  margin-bottom: 0;
}
.form-common .text-required {
  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;
  border-radius: 0.02rem;
  background-color: #d1261a;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
}
.form-common .text-required span {
  display: block;
  line-height: 1;
}
.form-common .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-common .form-input {
  border-radius: 0.04rem;
  background-color: #fff;
}
.form-common .form-input::-webkit-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-common .form-input::-moz-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-common .form-input:-ms-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-common .form-input::-ms-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-common .form-input::placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-common .form-content {
	width: 480px;
}
.form-common .content-input {
  display: block;
}
.form-common .form-content.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-common .form-content.is-flex .content-input:nth-child(2n) {
  margin-right: 0;
}
.form-common .form-input {
  width: 100%;
}
@media print, (min-width: 768px) {
  .form-common {
	max-width: 1000px;
        margin: 0 auto;
/*        margin-left: 25%;*/
  }
  .form-common .form-main {
		margin: 0 auto;
        margin-bottom: 80px;
  }
  .form-common .form-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	width: 365px;
    margin-top: 0.03rem;
    padding-right: 0.3rem;
  }
  .form-common .form-head p {
        margin-right: 0.1rem;
        font-size: 18px;
  }
  .is-mac .form-common .form-head p {
    padding-top: 0.01rem;
  }
  .form-common .text-required {
    width: 70px;
    height: 25px;
    margin-top: 5px;
/*    padding: 0.01rem 0.05rem 0.01rem 0.07rem;*/
    font-size: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-common .text-required span {
/*    padding: 0.02rem 0 0.04rem;*/
  }
  .is-tablet .form-common .text-required, .is-firefox .form-common .text-required {
    margin-top: 0.11rem;
  }
  .form-common .form-content {
    font-size: 18px;
  }
  .form-common .form-row {
        margin-bottom: 30px;
  }
  .form-common .form-row.is-policy .form-content {
    padding-top: 0.05rem;
  }
  .form-common .form-row.is-policy .checkbox-common {
    margin-bottom: 0.2rem;
  }
  .form-common .form-row.is-policy .checkbox-common .checkbox-field {
    margin-bottom: 0;
  }
  .form-common .content-input {
    width: 100%;
  }
  .form-common .form-input {
    height: 40px;
    padding: 20px 20px;
  }
  .form-common .form-content.is-flex .content-input {
		margin-right: 15px;
        width: 200px;
  }
  .form-common .form-input.is-phone {
        width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common {
    max-width: 6.1rem;
    padding-right: 0.25rem;
  }
  .form-common .form-main {
    margin-bottom: 0.65rem;
  }
  .form-common .form-head {
    width: 2.34rem;
    margin-top: 0.03rem;
    padding-right: 0.15rem;
    font-size: 0.17rem;
  }
  .form-common .form-head p {
    margin-right: 0.09rem;
  }
  .form-common .form-head span {
    padding: 0 0.02rem;
    font-size: 0.11rem;
  }
  .form-common .form-row {
    margin-bottom: 0.32rem;
  }
  .form-common .form-input {
    height: 0.42rem;
    padding: 0.04rem 0.14rem 0.06rem;
  }
  .form-common .form-content.is-flex .content-input {
    margin-right: 0.14rem;
  }
  .form-common .form-content.is-flex .form-input {
    width: 1.67rem;
    font-size: 0.17rem;
  }
  .form-common .text-required {
    min-width: 0.35rem;
    height: 0.19rem;
    margin-top: 0.07rem;
  }
  .form-common .text-required span {
    padding: 0.02rem 0 0.03rem;
  }
  html.is-ios .form-common .text-required span {
    top: 0.005rem;
    padding-bottom: 0.01rem;
  }
  .form-common .form-input.is-phone {
    width: 2.2rem;
  }
}
@media only screen and (max-width: 375.02px) {
  .form-common {
    padding-right: 0;
  }
  .form-common .form-head {
    width: 2.5rem;
  }
}

.entry-confirm {
  background-color: #dbdcdc;
}
.entry-confirm .form-main {
  position: relative;
  z-index: 1;
}
.entry-confirm .form-main::before, .entry-confirm .form-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.entry-confirm .form-main::before {
  left: 0;
  background-color: #bcbdbd;
}
.entry-confirm .form-main::after {
  background-color: #fff;
}
.entry-confirm .form-common .form-head {
  margin-top: 0;
}
.entry-confirm .confirm-title {
  color: #d1261a;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media print, (min-width: 768px) {
  .entry-confirm {
    padding: 50px 0 1.34rem;
  }
  .entry-confirm .wrapper {
    max-width: 1280px;
  }
  .entry-confirm .confirm-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .entry-confirm .form-main {
        padding-top: 40px;
        padding-bottom: 40px;
  }
  .entry-confirm .form-main::before {
    width: 460px;
  }
  .entry-confirm .form-main::after {
    right: 25px;
    width: 800px;
	z-index: -10;
  }
  .entry-confirm .form-common {
    max-width: 1280px;
    padding-right: 0;
  }
  .entry-confirm .form-common .form-head {
    width: 500px;
    padding-right: 0.1rem;
  }
  .entry-confirm .form-common .form-row {
        margin-bottom: 20px;
        padding: 30px 30px 10px 85px;
  }
  .entry-confirm .form-common .form-content {
/*    padding-left: 0.68rem;*/
  }
  .entry-confirm .form-common .form-content.is-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .entry-confirm .form-common .content-input {
    line-height: 1.7391304348;
  }
  .entry-confirm .form-common .form-content.is-flex .content-input {
    width: unset;
/*    min-width: 0.8rem;*/
  }
  .entry-confirm .form-common .form-content.is-flex .content-input {
/*    margin-right: 0.22rem;*/
  }
  .entry-confirm .form-submit .button-common-tertiary {
    margin: 0 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .entry-confirm {
    padding: 0.92rem 0.25rem 0.72rem;
  }
  .entry-confirm .confirm-title {
    margin-bottom: 0.14rem;
    font-size: 0.31rem;
  }
  .entry-confirm .form-common {
    max-width: 100%;
    margin: 0 0.17rem;
    padding-right: 0;
  }
  .entry-confirm .form-common .form-head {
    padding-right: 0;
  }
  .entry-confirm .form-common .form-row {
    margin-bottom: 0.27rem;
    padding: 0.47rem 0.2rem 0 0.42rem;
  }
  .entry-confirm .form-common .form-content {
    padding-left: 0.41rem;
    font-size: 0.17rem;
    line-height: 1.7501494322;
  }
  .entry-confirm .form-common .form-content.is-flex .content-input {
    margin-right: 0.41rem;
  }
  .entry-confirm .form-common .form-main {
    margin-bottom: 0.79rem;
    padding-bottom: 0.28rem;
  }
  .entry-confirm .form-common .form-main::before {
    width: 2.65rem;
  }
  .entry-confirm .form-common .form-main::after {
    right: 0;
    width: 3.99rem;
  }
  .entry-confirm .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry-confirm .form-submit .button-common-tertiary {
    width: 2.43rem;
    min-height: 0.68rem;
    margin-bottom: 0.41rem;
  }
}
@media only screen and (max-width: 375.02px) {
  .entry-confirm .form-common .form-main::before {
    width: 2.76rem;
  }
  .entry-confirm .form-common .form-main::after {
    width: 3.88rem;
  }
}

.section-entry {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .section-entry {
        padding-top: 120px;
  }
}
.entry-introduction {
  background-color: #d1261a;
  color: #fff;
}
.entry-introduction .entry-title {
  margin-bottom: 0;
}
.entry-introduction .title-english {
  font-family: "Impact", "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.entry-introduction .title-japanese {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .entry-introduction {
        padding: 10px 0 2px 0;
  }
  .entry-introduction .wrapper {
    max-width: 9.2rem;
  }
  .entry-introduction .title-english {
    font-size: 80px;
  }
  .entry-introduction .title-japanese {
        font-size: 30px;
        line-height: 1.7352941176;
        margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .entry-introduction {
    padding: 0.24rem 0.17rem 0.14rem;
  }
  .entry-introduction .title-english {
    font-size: 0.67rem;
  }
  .entry-introduction .title-japanese {
    font-size: 0.25rem;
  }
}

.entry-main {
  background-color: #dbdcdc;
}
@media print, (min-width: 768px) {
  .entry-main {
        padding: 100px 0px 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .entry-main {
    padding: 0.38rem 0 1.13rem;
  }
}

.checkbox-common .checkbox-field {
  display: block;
}
.checkbox-common .checkbox-field:last-child {
  margin-bottom: 0;
}
.checkbox-common label {
  cursor: pointer;
}
.checkbox-common .checkbox-text {
  display: block;
  position: relative;
}
.checkbox-common .checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
}
.checkbox-common input {
  display: none;
}
@media print, (min-width: 768px) {
  .checkbox-common .checkbox-field {
        margin-bottom: 20px;
  }
  .checkbox-common .checkbox-text {
    padding-left: 60px;
  }
  .checkbox-common .checkbox-text::before {
		width: 30px;
        height: 30px;
  }
  .checkbox-common input:checked + .checkbox-text::before {
    background: #fff url("../img/entry/icon_checkbox.svg") no-repeat center 7px/18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common .checkbox-field {
    margin-bottom: 0.23rem;
  }
  .checkbox-common .checkbox-text {
    top: 0.03rem;
    padding-left: 0.45rem;
    font-size: 0.17rem;
  }
  .checkbox-common .checkbox-text::before {
    top: 0.03rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  .checkbox-common input:checked + .checkbox-text::before {
    background: #fff url("../img/entry/icon_checkbox.svg") no-repeat center 0.03rem/0.2rem;
  }
}

.form-textarea {
  border: 0;
  border-radius: 0.04rem;
  background-color: #fff;
}
.form-textarea::-webkit-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-textarea::-moz-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-textarea:-ms-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-textarea::-ms-input-placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
.form-textarea::placeholder {
  color: #dbdcdc;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .form-textarea {
        height: 300px;
        width: 500px;
	  padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-textarea {
    width: 3.53rem;
    height: 1.55rem;
    padding: 0.05rem 0.14rem;
  }
}

.checkbox-regulations {
  overflow: hidden;
  border: 0.01rem solid #babbbb;
}
@media print, (min-width: 768px) {
  .checkbox-regulations {
    width: 87.2210953347%;
    margin-left: auto;
    border-radius: 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-regulations {
    width: 3.05rem;
    margin-left: auto;
    border-radius: 0.05rem;
  }
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-submit .button-common-tertiary[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
.form-submit .button-common-tertiary:focus {
  outline: 0.03rem solid #231815;
}
.form-submit.is-entry .button-common-tertiary {
  opacity: 0.7;
  pointer-events: none;
}
.form-submit.is-entry .button-common-tertiary.is-active {
  opacity: 1;
  pointer-events: auto;
}

.entry-complete {
  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;
  background-color: #dbdcdc;
}
.entry-complete .complete-content {
  margin: 0 auto;
  text-align: center;
}
.entry-complete .content-text {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .entry-complete {
    min-height: 10.63rem;
  }
  .entry-complete .complete-content {
    max-width: 7.2rem;
  }
  .entry-complete .content-text {
    font-size: 30px;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 767.98px) {
  .entry-complete {
    min-height: 7.91rem;
  }
  .entry-complete .complete-content {
    max-width: 5.5rem;
  }
  .entry-complete .content-text {
    font-size: 0.31rem;
    line-height: 1.7096774194;
  }
}

.button-common-entry {
  display: none;
}

@media print, (min-width: 768px) {
  .section-entry.is-complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
  }
  .section-entry.is-complete .entry-complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: unset;
  }
}
/*# sourceMappingURL=entry.css.map */