@charset "UTF-8";
/* ===============================>>>>> _HTML5_Doctor_Reset_CSS <<<<<=============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-position: inside;
}

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

/* ===============================>>>>> _HTML5_Doctor_Reset_CSS <<<<<=============================== */
/* ================================================================================================= */
/* ================================================================================================= */
/* ==================================>>>>> _basicElementStyle <<<<<================================= */
:root {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-weight: 400;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.background-image.top {
  background-image: url(../images/back_black.jpg);
}
.background-image.top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 20%, rgba(255, 0, 0, 0) 100%);
}

.header {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background-color: #450D47;
  z-index: 1;
}

.main {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}

.footer {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
}

.bWrapper {
  display: block;
  width: 100%;
}
.bWrapper.bw_pd {
  padding-top: 10px !important;
  padding-top: calc(10px + (20 - 10) * (100vw - 320px) / (1280 - 320)) !important;
  padding-top: max( 10px , min( calc( 10px + ( ( 20 - 10 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 20px ) ) !important;
  padding-top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1280 - 320)), 20px) !important;
  padding-right: 20px !important;
  padding-right: calc(20px + (60 - 20) * (100vw - 320px) / (1280 - 320)) !important;
  padding-right: max( 20px , min( calc( 20px + ( ( 60 - 20 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 60px ) ) !important;
  padding-right: clamp(20px, calc(20px + (60 - 20) * (100vw - 320px) / (1280 - 320)), 60px) !important;
  padding-bottom: 10px !important;
  padding-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1280 - 320)) !important;
  padding-bottom: max( 10px , min( calc( 10px + ( ( 20 - 10 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 20px ) ) !important;
  padding-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1280 - 320)), 20px) !important;
  padding-left: 20px !important;
  padding-left: calc(20px + (60 - 20) * (100vw - 320px) / (1280 - 320)) !important;
  padding-left: max( 20px , min( calc( 20px + ( ( 60 - 20 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 60px ) ) !important;
  padding-left: clamp(20px, calc(20px + (60 - 20) * (100vw - 320px) / (1280 - 320)), 60px) !important;
}
.bWrapper.bw_mg {
  margin-top: 150px;
}
.bWrapper.bw_mg:nth-of-type(2) {
  margin-top: 50px;
}

.bOuter {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: hidden;
}
.bOuter.maxwidthLL {
  max-width: 960px;
}
.bOuter.maxwidthL {
  max-width: 600px;
}
.bOuter.maxwidthM {
  max-width: 385px;
}
.bOuter.overflowVisible {
  overflow: visible;
}

.h1 {
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.7em;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}
.h1 span.min {
  font-size: 22px;
  font-weight: 500;
}

.h2 {
  color: rgb(255, 255, 255);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.7em;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}
.h2 span.min {
  font-size: 22px;
  font-weight: 500;
}
.h2.border_bottom_dotted_black {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #000;
}
.h2.border_bottom_dotted_white {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #fff;
}

.h3 {
  font-size: 22px;
  line-height: 1.7em;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}
.h3.donburi {
  padding-top: 32px;
  line-height: 1.5em;
  position: relative;
}
.h3.donburi::before {
  content: "";
  opacity: 0.6;
  background-image: url(../images/image_deco_h3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7em;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}

.h5 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7em;
  color: #9D0404;
  font-weight: bold;
  font-weight: 700;
  margin-left: 0.7em;
  position: relative;
}
.h5::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translate(0%, -50%) scale(0.4);
}

.h6 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7em;
  color: #9D0404;
  font-weight: bold;
  font-weight: 700;
}

.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

.p {
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7em;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.p > .wordBreakKeepAll {
  word-break: keep-all;
}
.p em {
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
.p strong {
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
.p ins {
  font-style: normal;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.p a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.a, .button, input[type=submit].input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: 0.6s;
}
.a, .a.lg, .button, .button.lg, input[type=submit].input, input[type=submit].input.lg {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}
.a:hover, .a.lg:hover, .button:hover, .button.lg:hover, input[type=submit].input:hover, input[type=submit].input.lg:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgb(0, 0, 0);
}
.a.xl, .button.xl, input[type=submit].input.xl {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.a.xl:hover, .button.xl:hover, input[type=submit].input.xl:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgb(0, 0, 0);
}
.a.md, .button.md, input[type=submit].input.md {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.a.md:hover, .button.md:hover, input[type=submit].input.md:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.a.sm, .button.sm, input[type=submit].input.sm {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.a.sm:hover, .button.sm:hover, input[type=submit].input.sm:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hr {
  margin-top: 10px !important;
  margin-top: calc(10px + (20 - 10) * (100vw - 320px) / (1980 - 320)) !important;
  margin-top: max( 10px , min( calc( 10px + ( ( 20 - 10 ) * ( 100vw - 320px ) ) / ( 1980 - 320 ) ) , 20px ) ) !important;
  margin-top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1980 - 320)), 20px) !important;
  margin-bottom: 10px !important;
  margin-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1980 - 320)) !important;
  margin-bottom: max( 10px , min( calc( 10px + ( ( 20 - 10 ) * ( 100vw - 320px ) ) / ( 1980 - 320 ) ) , 20px ) ) !important;
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1980 - 320)), 20px) !important;
}

.blockquote {
  font-size: 12px;
  line-height: 1.25em;
  padding: 40px;
  font-style: italic;
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.blockquote::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pre {
  white-space: pre;
  font-size: 12px;
  padding: 40px;
  font-size: 12px;
  line-height: 1.25em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}

.code {
  font-size: 13px;
  font-size: calc(13px + (16 - 13) * (100vw - 500px) / (1280 - 500));
  font-size: max( 13px , min( calc( 13px + ( ( 16 - 13 ) * ( 100vw - 500px ) ) / ( 1280 - 500 ) ) , 16px ) );
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 500px) / (1280 - 500)), 16px);
  min-height: 0vw;
  line-height: 1.2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: rgb(0, 0, 0);
}

.b_anchor_01, .b_button_01 {
  display: inline-block;
  background-color: #9D0404;
  color: #79607c;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #9D0404;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 5px 20px;
  margin: 0 auto;
  transition: color 0.2s, background-color 0.6s;
}

.b_anchor_01:hover, .b_button_01:hover {
  background-color: #450D47;
  color: #9D0404;
}

.ul, .ol {
  margin-top: 60px;
  font-size: 14px;
  font-size: calc(14px + (20 - 14) * (100vw - 500px) / (1280 - 500));
  font-size: max( 14px , min( calc( 14px + ( ( 20 - 14 ) * ( 100vw - 500px ) ) / ( 1280 - 500 ) ) , 20px ) );
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 500px) / (1280 - 500)), 20px);
  min-height: 0vw;
  color: rgb(0, 0, 0);
}
.ul .li, .ol .li {
  font-size: 16px;
  padding-left: 0.5em;
  line-height: 1.5em;
  vertical-align: baseline;
  margin-top: 24px;
}
.ul .li:first-child, .ol .li:first-child {
  margin-top: 0;
}

.ul.alt {
  list-style: none;
}
.ul.alt > .li {
  padding-left: 0em;
}
.ul.alt > .li:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0);
  line-height: 2em;
}
.ul.icons {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.ul.icons .li {
  list-style: none;
}

.ol {
  counter-reset: list-count;
  list-style: none;
}
.ol > li::before {
  content: counter(list-count) ". ";
  counter-increment: list-count;
  font-weight: bold;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1980 - 320));
  font-size: max( 20px , min( calc( 20px + ( ( 30 - 20 ) * ( 100vw - 320px ) ) / ( 1980 - 320 ) ) , 30px ) );
  font-size: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1980 - 320)), 30px);
  min-height: 0vw;
}
.icon .label {
  display: none;
}
.icon.brands {
  font-family: "Font Awesome 5 Brands" !important;
}
.icon.brands::before {
  color: #9D0404;
}
.icon.brands.alt::before {
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 0 #59195B, -1px 0 0 #59195B, 0 1px 0 #59195B, 0 -1px 0 #59195B;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mt_120 {
  margin-top: 120px !important;
}

.mt_20-10 {
  margin-top: 10px !important;
  margin-top: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 10px , min( calc( 10px + ( ( 20 - 10 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 20px ) ) !important;
  margin-top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320)), 20px) !important;
}

.mt_40-20 {
  margin-top: 20px !important;
  margin-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 20px , min( calc( 20px + ( ( 40 - 20 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 40px ) ) !important;
  margin-top: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320)), 40px) !important;
}

.mt_60-30 {
  margin-top: 30px !important;
  margin-top: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 30px , min( calc( 30px + ( ( 60 - 30 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 60px ) ) !important;
  margin-top: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320)), 60px) !important;
}

.mt_80-40 {
  margin-top: 40px !important;
  margin-top: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 40px , min( calc( 40px + ( ( 80 - 40 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 80px ) ) !important;
  margin-top: clamp(40px, calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320)), 80px) !important;
}

.mt_100-50 {
  margin-top: 50px !important;
  margin-top: calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 50px , min( calc( 50px + ( ( 100 - 50 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 100px ) ) !important;
  margin-top: clamp(50px, calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320)), 100px) !important;
}

.mt_120-60 {
  margin-top: 60px !important;
  margin-top: calc(60px + (120 - 60) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 60px , min( calc( 60px + ( ( 120 - 60 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 120px ) ) !important;
  margin-top: clamp(60px, calc(60px + (120 - 60) * (100vw - 320px) / (1200 - 320)), 120px) !important;
}

.tac {
  text-align: center;
}

.mt_attention_120, .mt_attention_120:first-child {
  margin-top: 90px !important;
  margin-top: calc(90px + (120 - 90) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 90px , min( calc( 90px + ( ( 120 - 90 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 120px ) ) !important;
  margin-top: clamp(90px, calc(90px + (120 - 90) * (100vw - 320px) / (1200 - 320)), 120px) !important;
}

.mt_attention_44, .mt_attention_44:first-child {
  margin-top: 33px !important;
  margin-top: calc(33px + (44 - 33) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 33px , min( calc( 33px + ( ( 44 - 33 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 44px ) ) !important;
  margin-top: clamp(33px, calc(33px + (44 - 33) * (100vw - 320px) / (1200 - 320)), 44px) !important;
}

.mt_attention_32, .mt_attention_32:first-child {
  margin-top: 24px !important;
  margin-top: calc(24px + (32 - 24) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 24px , min( calc( 24px + ( ( 32 - 24 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 32px ) ) !important;
  margin-top: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1200 - 320)), 32px) !important;
}

.mt_attention_24, .mt_attention_24:first-child {
  margin-top: 18px !important;
  margin-top: calc(18px + (24 - 18) * (100vw - 320px) / (1200 - 320)) !important;
  margin-top: max( 18px , min( calc( 18px + ( ( 24 - 18 ) * ( 100vw - 320px ) ) / ( 1200 - 320 ) ) , 24px ) ) !important;
  margin-top: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1200 - 320)), 24px) !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_120 {
  margin-bottom: 120px !important;
}

.mg0a {
  margin: 0 auto;
}

.maxWidth300 {
  max-width: 300px;
}

.maxWidth500 {
  max-width: 500px;
}

.maxWidth960 {
  max-width: 960px;
}

.table-wrapper {
  width: 100%;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 500px) / (1280 - 500));
  font-size: max( 16px , min( calc( 16px + ( ( 16 - 16 ) * ( 100vw - 500px ) ) / ( 1280 - 500 ) ) , 16px ) );
  font-size: clamp(16px, calc(16px + (16 - 16) * (100vw - 500px) / (1280 - 500)), 16px);
  min-height: 0vw;
}
.table-wrapper tr {
  border-right: solid 1px rgb(0, 0, 0);
  border-top: solid 1px rgb(0, 0, 0);
}
.table-wrapper th, .table-wrapper td {
  color: rgb(0, 0, 0);
  border-bottom: solid 1px rgb(0, 0, 0);
  border-left: solid 1px rgb(0, 0, 0);
  padding: 15px;
}
.table-wrapper th:nth-child(1), .table-wrapper td:nth-child(1) {
  width: 35%;
}
.table-wrapper th {
  font-weight: bold;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 577px) {
  .dl-wrapper {
    border-collapse: collapse;
    display: table;
    border-right: solid 1px rgb(0, 0, 0);
    width: 100%;
    font-size: 16px;
  }
  .dl-wrapper dl {
    display: table-row;
    color: rgb(0, 0, 0);
    width: 100%;
    border-top: solid 1px rgb(0, 0, 0);
  }
  .dl-wrapper dt, .dl-wrapper dd {
    display: table-cell;
    border-bottom: solid 1px rgb(0, 0, 0);
    border-left: solid 1px rgb(0, 0, 0);
    padding: 15px;
    flex-grow: 1;
    color: rgb(0, 0, 0);
  }
  .dl-wrapper dt {
    font-weight: bold;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgb(0, 0, 0);
    width: 35%;
  }
}
@media screen and (max-width: 576px) {
  .dl-wrapper {
    border-right: solid 1px rgb(0, 0, 0);
    border-top: solid 1px rgb(0, 0, 0);
    width: 100%;
    font-size: 16px;
  }
  .dl-wrapper dl {
    width: 100%;
  }
  .dl-wrapper dt, .dl-wrapper dd {
    border-bottom: solid 1px rgb(0, 0, 0);
    border-left: solid 1px rgb(0, 0, 0);
    padding: 15px;
    flex-grow: 1;
  }
  .dl-wrapper dt {
    font-weight: bold;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320));
  font-size: max( 14px , min( calc( 14px + ( ( 16 - 14 ) * ( 100vw - 320px ) ) / ( 960 - 320 ) ) , 16px ) );
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320)), 16px);
  min-height: 0vw;
}
::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320));
  font-size: max( 14px , min( calc( 14px + ( ( 16 - 14 ) * ( 100vw - 320px ) ) / ( 960 - 320 ) ) , 16px ) );
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320)), 16px);
  min-height: 0vw;
}

input[type=text], input[type=password], input[type=email], select, textarea {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (960 - 320));
  font-size: max( 14px , min( calc( 14px + ( ( 14 - 14 ) * ( 100vw - 320px ) ) / ( 960 - 320 ) ) , 14px ) );
  font-size: clamp(14px, calc(14px + (14 - 14) * (100vw - 320px) / (960 - 320)), 14px);
  min-height: 0vw;
  padding: 1em;
  text-decoration: none;
  width: 100%;
}

input[type=submit].input {
  width: 100%;
}

.selectContainer {
  position: relative;
}
.selectContainer::after {
  content: "＞";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.selectContainer .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectContainer .select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

input[type=text], input[type=password], input[type=email], select {
  font-size: 14px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320));
  font-size: max( 14px , min( calc( 14px + ( ( 16 - 14 ) * ( 100vw - 320px ) ) / ( 960 - 320 ) ) , 16px ) );
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (960 - 320)), 16px);
  min-height: 0vw;
  min-height: 3em;
}

.dammyBorder {
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 15px;
  position: relative;
}
.dammyBorder > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta.bWrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.cta.bWrapper .bOuter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 60px !important;
  padding-top: calc(60px + (100 - 60) * (100vw - 320px) / (1280 - 320)) !important;
  padding-top: max( 60px , min( calc( 60px + ( ( 100 - 60 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 100px ) ) !important;
  padding-top: clamp(60px, calc(60px + (100 - 60) * (100vw - 320px) / (1280 - 320)), 100px) !important;
  padding-bottom: 60px !important;
  padding-bottom: calc(60px + (100 - 60) * (100vw - 320px) / (1280 - 320)) !important;
  padding-bottom: max( 60px , min( calc( 60px + ( ( 100 - 60 ) * ( 100vw - 320px ) ) / ( 1280 - 320 ) ) , 100px ) ) !important;
  padding-bottom: clamp(60px, calc(60px + (100 - 60) * (100vw - 320px) / (1280 - 320)), 100px) !important;
}
.cta.bWrapper .bOuter .cta {
  width: 80%;
  max-width: 300px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0 auto;
  border: 1px solid rgb(255, 255, 255);
  border-radius: calc(1em + 20px);
  transition: 0.6s;
}
.cta.bWrapper .bOuter .cta:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.fit > img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .hideInPc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hideInSp {
    display: none;
  }
}
.clearfix::after {
  display: table;
  float: none;
  clear: both;
}

/* ==================================>>>>> _basicElementStyle <<<<<================================= */
/* ================================================================================================= */
.div__img {
  overflow: hidden;
  width: 100%;
}
.div__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.b_pkb_a_bk, .b_pkb_pc_a_bk {
  display: block;
}

.b_pkb_a_il, .b_pkb_pc_a_il {
  display: inline;
}

@media screen and (max-width: 960px) {
  .b_pkb_a_bk, .b_pkb_pc_a_bk {
    display: none;
  }
  .b_pkb_a_il, .b_pkb_pc_a_il {
    display: none;
  }
}
.b_pkb_b_bk, .b_pkb_pc_b_bk {
  display: none;
}

.b_pkb_b_il, .b_pkb_pc_b_il {
  display: none;
}

@media screen and (max-width: 960px) {
  .b_pkb_b_bk, .b_pkb_pc_b_bk {
    display: block;
  }
  .b_pkb_b_il, .b_pkb_pc_b_il {
    display: inline;
  }
}
.b_pkb_sp_a_bk {
  display: block;
}

.b_pkb_sp_a_il {
  display: inline;
}

@media screen and (max-width: 768px) {
  .b_pkb_sp_a_bk {
    display: none;
  }
  .b_pkb_sp_a_il {
    display: none;
  }
}
.b_pkb_sp_b_bk {
  display: none;
}

.b_pkb_sp_b_il {
  display: none;
}

@media screen and (max-width: 768px) {
  .b_pkb_sp_b_bk {
    display: block;
  }
  .b_pkb_sp_b_il {
    display: inline;
  }
}
.clearfix::after {
  display: table;
  float: none;
  clear: both;
}

a.block {
  margin: auto;
  display: block;
  background-color: #740003;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: 3px solid #740003;
  white-space: nowrap;
  position: relative;
}
a.block.black {
  background-color: #000;
  color: #fff;
  border: 3px solid #000;
}
a.block.L {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  width: calc(100vw - 60px);
  max-width: 320px;
}
a.block.M {
  padding: 15px 1em;
  font-size: 22px;
  font-weight: 700;
  width: 60%;
  min-width: 210px;
  max-width: 320px;
}
a.block.M.w100 {
  width: 100%;
}
a.block.M.external {
  position: relative;
}
a.block.M.external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 100;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/externalLink.svg);
}

/* ================================================================================================= */
/* ====================================>>>>> _globalNavi_01_002 <<<<<=================================== */
#globalNavi_01_002 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  z-index: 5000;
  max-width: 600px;
  border-collapse: collapse;
  background-color: rgb(0, 0, 0);
}
#globalNavi_01_002 .globalNavi_01_002 {
  display: block;
  height: 100%;
  width: 100%;
}
#globalNavi_01_002 .globalNavi_01_002 .globalNavi_01_002_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  width: 100%;
}
#globalNavi_01_002 .globalNavi_01_002 .globalNavi_01_002_ul .globalNavi_01_002_li {
  display: block;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
#globalNavi_01_002 .globalNavi_01_002 .globalNavi_01_002_ul .globalNavi_01_002_li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 10px solid #9D0404;
  border-left: 10px solid #9D0404;
  border-bottom: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
}
#globalNavi_01_002 .globalNavi_01_002 .globalNavi_01_002_ul .globalNavi_01_002_li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#globalNavi_01_002 .globalNavi_01_002 .globalNavi_01_002_ul .globalNavi_01_002_li a p {
  align-self: center;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

/* ====================================>>>>> _globalNavi_01_002 <<<<<=================================== */
/* ================================================================================================= */
.footer {
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.footer__background-image__fire {
  background-image: url(../images/img_footer_fire.svg);
  position: absolute;
  z-index: -1;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  mix-blend-mode: normal;
  background-size: contain;
}
.footer__background-image__purple {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__background-image__purple__front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
}
.footer__background-image__purple__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer__outer {
  mix-blend-mode: normal;
  margin: auto;
  max-width: 960px;
}
.footer__logo {
  mix-blend-mode: normal;
  width: 40%;
  max-width: 300px;
  margin: auto;
}
.footer__h2 {
  mix-blend-mode: normal;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}
.footer__h2 .drive {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.footer__h3 {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #945722;
  border-bottom: 1px solid #945722;
}
.footer__p_L {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
}
.footer__p_M {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}
.footer__logoPart {
  mix-blend-mode: normal;
  margin: 0 auto;
}
.footer__Facebook {
  mix-blend-mode: normal;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  color: var(--zn_cmp_clr_01);
  font-weight: 700;
  text-align: center;
}
.footer__Facebook .a01, .footer__Facebook .a02 {
  margin: 0 auto;
}
.footer__SnsContainer {
  mix-blend-mode: normal;
  margin: auto;
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__SnsContainer__sns {
  mix-blend-mode: normal;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 551px) {
  .footer__Facebook .a01 {
    display: none;
  }
  .footer__Facebook .a02 {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .footer__Facebook .a01 {
    display: block;
  }
  .footer__Facebook .a02 {
    display: none;
  }
}
.header__index {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.header__index__fv {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.header__index__fv__bg {
  position: relative;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.header__index__fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .header__index__fv__logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header__index__fv__logo {
    width: 60%;
  }
}
.header__index__fv__logo img {
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 769px) {
  .header__index__fv__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .header__index__fv__logo img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.index_bOuter_wb {
  background-color: #fff;
}
.index_bOuter_wb_section {
  max-width: 960px;
  padding: 0 20px;
}

.index_koujou {
  margin: auto;
  padding: 0 20px;
}
.index_koujou__description {
  width: 100%;
}
.index_koujou__description__p_2023 {
  text-align: center;
  font-weight: 800;
}
.index_koujou__description__p_2023.fs32 {
  font-size: 32px;
  line-height: 1.5em;
}
.index_koujou__description__p_2023.fs22 {
  font-size: 22px;
  line-height: 1.7em;
}
.index_koujou .h2, .index_koujou .p {
  color: #000;
}

.index_kaisaigaiyou {
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 100;
  background-color: #000;
}
.index_kaisaigaiyou * {
  color: #fff;
}
.index_kaisaigaiyou p.h3 {
  line-height: 1.7em;
}

.index_original_zoni {
  margin: 0 auto;
  padding: 0 20px;
}
.index_original_zoni .h2, .index_original_zoni .p {
  color: #000;
}

.index_touhyou {
  margin: auto;
  padding: 80px 20px;
  position: relative;
  z-index: 100;
  background-color: #000;
}

.index_garapon {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 100;
}
.index_garapon * {
  color: #000;
}/*# sourceMappingURL=styles__index.css.map */