@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

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,
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,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  font-family: "M PLUS 2", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
}

button, input, textarea {
  font-family: M PLUS 2, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], textarea, select, input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-contents {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .l-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 3vw;
  }
}

.l-header {
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-header_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 1.6rem auto;
  display: flex;
  gap: 1.6rem;
  justify-content: space-around;
  align-items: center;
}
.l-header_nav_logo {
  width: 14rem;
}
.l-header_nav_list {
  display: flex;
  row-gap: 0.5em;
  flex-wrap: wrap;
  grid-template-columns: repeat(10, auto);
}
.l-header_nav_list .__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.l-header_nav_list a {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  padding: 0 1em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 767px) {
  .l-header_nav {
    margin: 0;
    height: auto;
    display: none;
  }
  .l-header_nav_logo {
    display: none;
  }
  .l-header_nav_list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 70vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    background: #f8b74a;
    padding-top: 5vh;
    margin-top: 0;
    transition: all 0.3s;
  }
  .l-header_nav_list li {
    width: 100%;
    text-align: left;
    padding: 0rem 3.2rem;
  }
  .l-header_nav_list li:not(:last-child):after {
    content: "";
  }
  .l-header_nav_list li:before {
    content: "";
    display: inline-block;
    margin-right: 1em;
  }
  .l-header_nav.open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
  }
}

.l-footer {
  position: relative;
}

.u-listitem {
  display: flex;
}
.u-listitem:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.2em;
}

@media (min-width: 1024px) {
  .p-contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contents {
    padding-inline: 3vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contents {
    overflow: hidden;
  }
}

.p-note_list .__item {
  display: flex;
  gap: 0.2em;
}
.p-note_list .__item:before {
  content: attr(data-icon);
}

.c-image {
  text-align: center;
}
.c-image img {
  max-width: 100%;
}

.c-underline {
  display: inline-block;
  border-bottom: 5px solid #FEEC34;
  padding-bottom: 0.2em;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
.c-underline.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.c-underline_text {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0.5em;
  text-decoration-color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .c-underline_text {
    text-underline-offset: 0.2em;
  }
}
.c-underline_text.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  color: #FEEC34;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.p-introduction {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 2.4rem;
}

.p-theater {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.p-theater_title {
  background: #f3f0de;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-theater_title {
    font-size: calc(3.2rem * 0.8);
  }
}
.p-theater_title:before {
  content: "";
  display: block;
  background: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
.p-theater_list {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 1.6rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  height: 40rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-theater_list {
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-theater_list {
    display: grid;
    height: auto;
  }
}
.p-theater_list .__group {
  width: 50%;
  display: grid;
  grid-template-columns: 5em auto;
  -moz-column-gap: 2em;
       column-gap: 2em;
  position: relative;
  align-items: start;
}
@media (max-width: 767px) {
  .p-theater_list .__group {
    width: 100%;
    grid-template-columns: 5em auto;
  }
}
.p-theater_list .__group:before {
  content: "";
  display: block;
  width: 2px;
  background: #000;
  height: calc(100% + 1.6rem);
  position: absolute;
  top: -1.6rem;
  left: 6em;
}
.p-theater_list .__title {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2;
}
.p-theater_list .__title:after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #000;
  width: 8px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.9em);
  transform: translateY(-50%);
}
.p-theater_list .__inner_item {
  line-height: 2;
  align-items: center;
}
@media (max-width: 767px) {
  .p-theater_list .__inner_item {
    font-size: 1.4rem;
  }
}
.p-theater_list .__inner_item .__point {
  line-height: 1;
  display: inline-block;
  background: #f3f0de;
  padding: 0.2em 0.2em;
  margin-left: 0.5em;
  font-size: 1.2rem;
}
.p-theater_list .__inner_item .__point::first-letter {
  font-size: 1.6rem;
}

.p-howto {
  background: url(../images/bg_howto_pc.png) no-repeat center center/cover;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-howto_title {
    text-align: left;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .p-howto {
    position: relative;
    margin-top: 6.4rem;
  }
  .p-howto_title {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40%;
    transform: translate(-50%, -50%);
  }
  .p-howto_flow {
    padding: 2.4rem 0;
  }
}
.p-howto .p-note_list {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-howto .p-note_list {
    font-size: 1.4rem;
  }
}
.p-howto_stecker {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem 2.4rem;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-howto_stecker {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-howto_stecker {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-howto_stecker {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-howto_stecker {
    grid-template-columns: 1fr;
  }
}
.p-howto_stecker-image {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-howto_stecker-image {
    text-align: right;
  }
  .p-howto_stecker-image img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .p-howto_stecker-image {
    display: none;
  }
}

.p-apply {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-apply {
    overflow: hidden;
  }
}
.p-apply_inner {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 2fr 5fr 3fr;
  grid-template-areas: "title text stamp" "note note stamp";
  position: relative;
}
@media (max-width: 767px) {
  .p-apply_inner {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "text" "note" "stamp";
  }
}
.p-apply_inner .p-note_list {
  font-size: 1.5rem;
}
.p-apply_title {
  grid-area: title;
}
@media (max-width: 767px) {
  .p-apply_title {
    width: 40%;
    margin-inline: auto;
  }
}
.p-apply_text {
  grid-area: text;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-apply_stamp {
  grid-area: stamp;
  position: absolute;
  top: 0;
  right: -4rem;
}
.p-apply_stamp .__caption {
  line-height: 1.2;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .p-apply_stamp {
    position: relative;
    top: unset;
    width: 80%;
    right: -8rem;
  }
  .p-apply_stamp img {
    width: 80%;
  }
  .p-apply_stamp .__caption {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-apply_note {
  grid-area: note;
}
.p-apply_type {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .p-apply_type {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-apply_type {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-apply_type {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-apply_type {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-apply_type-card {
  border: 2px solid #000;
  border-radius: 2.4rem;
  background: #f3f0de;
  padding-bottom: 1.6rem;
}
.p-apply_type-title {
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.5em;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-apply_type-title img {
  width: 80%;
}
.p-apply_type-text {
  padding: 2.4rem;
  font-size: 1.8rem;
}
.p-apply_type-text .p-note_list {
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-apply_type-limit {
  font-size: 1.6rem;
  text-align: center;
}
.p-apply_type-address {
  border: 1px solid #808080;
  background: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6rem;
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-apply_type-address {
    padding: 1.6rem 0.8rem;
  }
}
.p-apply_type-address_title {
  position: relative;
  margin-top: -3.2rem;
}
@media (max-width: 767px) {
  .p-apply_type-address_title {
    margin-top: -4.1rem;
    margin-left: -0.8rem;
  }
}
.p-apply_type-address_text {
  padding-inline: 1em;
}
@media (max-width: 767px) {
  .p-apply_type-address_text {
    padding-inline: 0em;
    font-size: 1.4rem;
  }
}
.p-apply_type-link {
  display: flex;
  justify-content: center;
}
.p-apply_type-link a {
  background-color: #f8b62d;
  padding: 0.5em 2em;
  border: 2px solid transparent;
  border-radius: 1rem;
}
.p-apply_type-link .__disabled {
  pointer-events: none;
  background-color: #808080;
  opacity: 0.5;
}
.p-apply_type-link .__disabled img {
  filter: grayscale(100%);
}

.p-lottery {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-lottery_title {
    text-align: left;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .p-lottery_title {
    width: 40%;
    margin-inline: auto;
  }
}
.p-lottery .p-note_list {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .p-lottery .p-note_list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-lottery .p-note_list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-lottery .p-note_list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-lottery .p-note_list {
    font-size: 1.6rem;
  }
}

.p-precautions {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.p-precautions_title {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-precautions_title:after {
  background-color: #000;
  content: "";
  flex-grow: 1;
  height: 1px;
}
@media (max-width: 767px) {
  .p-precautions_title {
    justify-content: center;
  }
  .p-precautions_title:after {
    display: none;
  }
}
.p-precautions .p-note_list {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .p-precautions .p-note_list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-precautions .p-note_list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-precautions .p-note_list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-precautions .p-note_list .__inner_block {
  padding-inline: 2em;
}
@media (max-width: 767px) {
  .p-precautions .p-note_list {
    font-size: 1.6rem;
    padding-bottom: 4rem;
  }
}

button {
  cursor: pointer;
}

label {
  /* margin-bottom: 1em; */
  display: inline-block;
  display: flex;
  align-items: center;
}

.p-form button, .p-form input, .p-form textarea {
  font-family: M PLUS 2, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-form input[type=text],
.p-form input[type=date],
.p-form input[type=time],
.p-form input[type=password],
.p-form textarea, .p-form select {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 2px solid;
  background-color: #fff;
  border-color: #d7d7d7;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-form input[type=text]:focus,
.p-form input[type=date]:focus,
.p-form input[type=time]:focus,
.p-form input[type=password]:focus,
.p-form textarea:focus, .p-form select:focus {
  border: 2px solid #00b1b3;
}
.p-form input[type=text].__error,
.p-form input[type=date].__error,
.p-form input[type=time].__error,
.p-form input[type=password].__error,
.p-form textarea.__error, .p-form select.__error {
  border: 2px solid #772b35;
}
.p-form textarea {
  height: 10em;
}
.p-form textarea.multi_text {
  height: 4em;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  transform: scale(1.5, 1.5);
  margin-right: 0.5em;
}
.p-form label:has(> input[type=radio]:focus),
.p-form label:has(> input[type=checkbox]:focus) {
  text-decoration: underline;
}
.p-form input[type=time] {
  width: 6em;
}
.p-form .inline_area input[type=text],
.p-form .inline_area input[type=date],
.p-form .inline_area input[type=time],
.p-form .inline_area input[type=password],
.p-form .inline_area textarea,
.p-form .inline_area select {
  display: inline-block;
}
.p-form .inner_list label {
  margin-bottom: 0;
}
.p-form .datetime, .p-form .date_picker, .p-form .time_picker {
  display: inline-flex;
  position: relative;
  width: 15em;
  align-items: center;
  cursor: pointer;
}
.p-form .datetime:after, .p-form .date_picker:after, .p-form .time_picker:after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
  font-size: 2.4rem;
  color: #999;
}
.p-form .__mindate .datetime {
  width: 12em;
}
.p-form .clear_icon {
  position: relative;
}
.p-form .close_icon_block {
  display: none;
}
.p-form .clear_icon .close_icon_block {
  display: block;
  font-size: 1.4rem;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 75%;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
}
.p-form .multi_line {
  vertical-align: top;
  gap: 0.4rem;
}
.p-form .__colum2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum2 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum2 .__colum2_size {
    width: 100%;
  }
}
.p-form .__colum3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum3 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum3 .__colum2_size {
    width: 100%;
  }
}
.p-form .wrap_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-form .wrap_block {
    padding: 0em;
  }
}
.p-form .file_upload_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 1.6rem;
  width: 100%;
}
.p-form .colum2 .file_upload_block {
  width: 49%;
}
.p-form .field_title {
  margin-bottom: 0.5rem;
  display: block !important;
  font-size: 80%;
}
.p-form .file_label {
  width: -moz-fit-content;
  width: fit-content;
  background: #cecece;
  border: 1px solid;
  color: #fff;
}
.p-form .file_label input[type=file] {
  display: none;
}
.p-form input[type=text].__half {
  width: 48%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__half {
    width: 100%;
  }
}
.p-form input[type=text].__small {
  width: 25%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__small {
    width: 30%;
  }
}
.p-form input[type=text].__inline {
  display: inline-block;
}
.p-form .__disabled {
  background: #eee !important;
}

.p-form_main_title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: calc(1.6rem * 1);
  display: flex;
  gap: 0.5em;
}
.p-form_title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: calc(1.6rem * 0.5);
  padding-bottom: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
  border-bottom: 1px solid #000;
}
.p-form_group {
  padding: 1.6rem 0;
}
.p-form_input_block:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-form_input_block_side {
  display: flex;
  gap: 1rem;
}
.p-form_input_label {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: calc(1.6rem * 0.5);
  margin-top: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
}
.p-form.__required:before,
.p-form .__required:before {
  content: "必須";
  color: #fff;
  font-size: 80%;
}
.p-form.__any:before,
.p-form .__any:before {
  content: "任意";
  font-size: 80%;
}
.p-form.__choice:before,
.p-form .__choice:before {
  content: attr(data-title);
  font-size: 80%;
}
.p-form_title_remark {
  padding: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0.5em;
}
.p-form_title_remark:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
}
.p-form_input_confirm {
  background: #f4e7c7;
  padding: 0.5em;
  margin: 0.5em 0;
  width: 100%;
}
.p-form_message {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-form_is_detail .p-form_title_remark {
  display: none;
}
.p-form_is_detail .p-format_add_block,
.p-form_is_detail .p-format_loop_remove {
  display: none;
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  text-align: left;
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-entry {
  position: relative;
  min-height: calc(100vh - 7.7rem);
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-entry {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-entry {
    padding-inline: 5vw;
  }
}
.p-entry_inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .p-entry_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-entry_title {
  font-weight: 700;
  font-size: 2.4rem;
  background: #f3f0de;
  color: #000;
  text-align: center;
  padding: 0.5em 0.5em 0.5em;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .p-entry_title {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.p-entry .__inner_link {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  color: #00b1b3;
}
.p-entry_contents {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-entry_contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-entry_contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-entry_complete {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
.p-entry_complete .__image {
  text-align: center;
}
.p-entry_complete .__image img {
  width: 16rem;
}
.p-entry_complete .__complete_text {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-entry_complete .__complete_text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-entry_close {
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "M PLUS 2", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-entry_close {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_close {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry_close {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-entry_privacy {
  line-height: 1.6;
  padding: 1.6rem;
  border: 1px solid #999;
  max-height: 10em;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 1.4rem;
  display: grid;
  gap: 1em;
}
@media (min-width: 1024px) {
  .p-entry_privacy {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_privacy {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-entry_privacy {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-entry_privacy_title {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.p-entry_privacy_list .__list_title {
  font-weight: 700;
}
.p-entry_privacy_list .__group {
  margin-bottom: 0.5em;
}
.p-entry_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.p-entry_send_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  background: #e60013;
  color: #fff;
  border: 2px solid #e60013;
  padding: 0.5em 1em 0.3em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1rem;
  transition: all 0.1s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-entry_send_btn {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_send_btn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.p-entry_confirm_btn {
  background: #f8b62d;
  color: #fff;
  border: 2px solid #f8b62d;
  cursor: pointer;
}
.p-entry_clear_btn {
  display: flex;
  gap: 0.2em;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  background: #f3f0de;
  color: #000;
  border: 2px solid #000;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1rem;
  transition: all 0.1s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-entry_clear_btn {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-entry_clear_btn:hover {
  background: #999;
  border: 2px solid #999;
  color: #fff;
  opacity: 1;
}

.p-progressbar {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-progressbar .__item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #000;
  font-size: 1.9rem;
  border: 3px solid #000;
}
.p-progressbar .__item:not(:last-child):before, .p-progressbar .__item:not(:last-child):after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 21px solid transparent;
  border-left: 15px solid #F5F5F5;
  margin: auto;
}
.p-progressbar .__item:not(:last-child):before {
  margin-left: 3px;
  border-left-color: #000;
}
.p-progressbar .__item:not(:first-child) {
  border-left: none;
}
.p-progressbar .__item.__active {
  z-index: 1;
  background: #000;
  color: #FFF;
}
.p-progressbar .__item.__active:not(:last-child):after {
  border-left-color: #000;
}

.p-entry_form {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-entry_form_wrap {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry_form_wrap {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-entry_form_wrap {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-entry_form .__group-multi {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.4rem;
}
.p-entry_form .__group-multi .__group {
  align-items: start;
}
@media (max-width: 767px) {
  .p-entry_form .__group-multi {
    grid-template-columns: 1fr;
  }
}
.p-entry_form .__group {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  padding-block: 0 2.4rem;
}
@media (max-width: 767px) {
  .p-entry_form .__group {
    grid-template-columns: 1fr;
  }
}
.p-entry_form .__group.__with_lower_content {
  border-bottom: none;
}
.p-entry_form .__heading {
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #9fa0a0;
}
.p-entry_form .__form_note {
  padding-block: 0.5em;
  line-height: 1.2;
  font-size: 80%;
}
.p-entry_form .__form_required {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_required:before {
  content: "必須";
  background: #ff1d25;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__form_any {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_any:before {
  content: "任意";
  background: #999;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__form_empty {
  display: flex;
  gap: 0.2em;
  align-items: start;
}
.p-entry_form .__form_empty:before {
  content: "空空";
  background: transparent;
  color: transparent;
  padding: 0.2em 0.5em 0.4em;
  font-weight: 400;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.p-entry_form .__confirm_form {
  line-height: 1.6;
}
.p-entry_form .__input_form.__label {
  display: grid;
  gap: 1em 0.8em;
  margin-bottom: 0.5em;
}
.p-entry_form .__input_form.__label_multi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em 1em;
}
.p-entry_form .__input_form.__oneline {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-entry_form .__input_form.__oneline span {
  flex-shrink: 0;
}
.p-entry_form .__input_form .__input_label {
  padding: 0.5em 0;
}
.p-entry_form .__input_form.__lower_cont {
  margin-top: 1em;
}
.p-entry_form .__input_form .__note {
  font-size: 80%;
}
.p-entry_form .__preview_image {
  width: 100%;
}
.p-entry_form .__input_err {
  color: red;
  padding: 0.5em;
  font-weight: 700;
  font-size: 1.6rem;
  border: 1px solid red;
}
.p-entry_form .__input_file_result {
  display: flex;
  gap: 0.4em;
}
.p-entry_form .__input_file_result:before {
  content: "ファイル名:";
  display: block;
}
.p-entry_form .__input_file {
  border: 2px #d8d8d8 dotted;
  position: relative;
  width: 100%;
  padding: 1.6rem;
}
.p-entry_form .__input_file::file-selector-button {
  position: relative;
  min-width: 10rem;
  height: 4rem;
  margin-right: 0.5em;
}

.p-header_inner {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-header_sub {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #009944;
  padding: 0.5em;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "M PLUS 2", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-footer {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  background: url(../images/bg_footer_pc.png) no-repeat center center/cover;
}
.p-footer_inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6rem;
}
@media (max-width: 767px) {
  .p-footer_inner {
    padding-inline: 1.6rem;
  }
}
.p-footer_cont {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-footer_info {
  grid-area: info;
  display: grid;
  gap: 1.6rem;
}
.p-footer_tel {
  grid-area: tel;
}
.p-footer_tel .__tel {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.p-footer_tel .__tel:before {
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  display: block;
}
.p-footer_tel .__tel_time {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: 1.2rem;
}
.p-footer_name {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-footer_desc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-footer_comment {
  display: flex;
  gap: 0.2em;
}
.p-footer_comment:before {
  content: attr(data-icon);
}
.p-footer_nav_wrap {
  grid-area: nav;
}
.p-footer_copyright {
  grid-area: copyright;
  text-align: center;
}
.p-footer .__tel_no {
  color: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-footer .__tel_no {
    color: #fff;
    pointer-events: auto;
  }
}
.p-footer .__link {
  color: #fff;
}
.p-footer .__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-footer_nav_wrap {
  display: grid;
  gap: 1.6rem;
  justify-content: end;
}
@media (max-width: 767px) {
  .p-footer_nav_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-footer_nav_privacy {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0.2em;
  align-items: center;
}
.p-footer_nav_privacy .__link {
  font-size: 1.4rem;
}
.p-footer_nav_privacy:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: 700;
  font-size: 2rem;
}
.p-footer_nav_list {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .p-footer_nav_list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_nav_list {
    justify-content: center;
  }
}
.p-footer_nav_list .__item {
  padding-inline: 0.5em 0;
}
.p-footer_nav_list .__item:not(:first-of-type) {
  border-left: 1px dashed #fff;
}
.p-footer_nav_list .__item:not(:last-of-type) {
  padding-inline: 0.5em;
}
@media (max-width: 767px) {
  .p-footer_nav_list .__item {
    width: 80%;
    padding-bottom: 0.5em;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .p-footer_nav_list .__item:not(:first-of-type) {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_nav_list .__item {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
.p-footer_copyright {
  font-weight: 400;
  font-size: 1.1rem;
  padding-block: 1.6rem 0;
}

.p-pagetop {
  position: fixed;
  right: 10px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
}
.p-pagetop > span {
  display: grid;
  place-content: center;
  text-align: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s;
  cursor: pointer;
  background: #f8b62d;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}
.p-pagetop > span:hover {
  opacity: 0.7;
}
.p-pagetop.upMove {
  animation: UpAnime 0.5s forwards;
}
.p-pagetop.downMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
.h-hide {
  display: none;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}