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

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;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 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-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.is-fadein {
  opacity: 0;
}
.is-fadein.animated {
  animation: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.3s !important;
}
.delay-4 {
  animation-delay: 0.4s !important;
}
.delay-5 {
  animation-delay: 0.5s !important;
}
.delay-6 {
  animation-delay: 0.6s !important;
}
.delay-7 {
  animation-delay: 0.7s !important;
}
.delay-8 {
  animation-delay: 0.8s !important;
}
.delay-9 {
  animation-delay: 0.9s !important;
}
.delay-10 {
  animation-delay: 1s !important;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  line-break: strict;
}
@media screen and (min-width: 641px) {
  body {
    margin-bottom: -80px;
    min-width: 1000px;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

a {
  color: linear-gradient(118deg, #ec1717 27.72%, #bf0000 67.39%);
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .wrap {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1040px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    margin: -1px auto;
    padding: 0 20px;
  }
}

.img {
  margin-top: 2px;
}
.img img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 1;
  padding: 16px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1261px) {
  .header .wrap {
    padding: 0 120px;
    max-width: none;
  }
}
@media screen and (min-width: 641px) {
  .header {
    height: 800px;
    background-image: url(../img/mvback.jpg);
    background-position: center center;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: auto;
    aspect-ratio: 375/720;
    background-image: url(../img/mvback-sp.png);
  }
  .header .btn-01 {
    position: absolute;
    right: 0;
    bottom: 32px;
    left: 0;
    margin: auto;
    max-width: 302px;
  }
}
.header-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header-top {
    padding: 0 20px;
  }
}
@media screen and (min-width: 641px) {
  .header-logo {
    position: relative;
    left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .header-logo {
    width: 127px;
  }
}
@media screen and (min-width: 641px) {
  .header-logo-02 {
    position: relative;
    right: 32px;
  }
}
@media screen and (max-width: 640px) {
  .header-logo-02 {
    width: 82px;
  }
}
.header-logo-02:hover {
  opacity: 0.7;
}
.header-logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .header-ttl {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 0;
    margin-inline: auto;
    max-width: 1101px;
    text-align: center;
    transform: translateX(-40px);
  }
  .header-ttl-img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .header-ttl {
    margin-top: 34px;
    width: 100%;
  }
  .header-ttl-img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 640px) {
  .header-sp {
    margin: 68px 0 62px;
    width: 100%;
  }
}
.header-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .header-list {
    gap: 80px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .header-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 38px;
  }
}
@media screen and (min-width: 641px) {
  .header-list-item {
    width: 604px;
  }
}
@media screen and (max-width: 640px) {
  .header-list-item {
    width: 100%;
  }
}

.footer {
  padding: 104px 0 32px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .footer {
    padding: 104px 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 70px 0 32px;
  }
}
.footer-copy {
  font-size: 1.2rem;
}
.section {
  position: relative;
}
@media screen and (min-width: 641px) {
  .section:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1440/200;
    background: url(../img/triangle02.jpg);
    background-size: contain;
    transform: rotate(180deg);
  }
  .section:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1440/200;
    background: url(../img/triangle03.png);
    background-size: contain;
  }
  .section:nth-of-type(1) {
    padding-top: 56px;
  }
  .section .wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(2) .section-icon {
    width: 104px;
  }
  .section:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 750/104;
    background: url(../img/triangle02_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .section:nth-of-type(1)::after {
    content: "";
    z-index: -2;
    display: block;
    width: 100%;
    aspect-ratio: 750/104;
    background: url(../img/triangle03_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section .wrap {
    padding: 40px 20px;
  }
}
.section-subttl {
  display: flex;
  justify-content: center;
  color: #373737;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 641px) {
  .section-subttl {
    gap: 16px;
    margin-top: 56px;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-subttl {
    align-items: flex-end;
    gap: 8px;
    margin-top: 27px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  .section-subttl::before {
    content: "";
    position: relative;
    top: 6px;
    display: block;
    width: 24px;
    height: 28px;
    background: url(../img/sub_ttl_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .section-subttl::before {
    content: "";
    position: relative;
    top: 0;
    display: block;
    min-width: 18px;
    min-height: 24px;
    background: url(../img/sub_ttl_l_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .section-subttl::after {
    content: "";
    position: relative;
    top: 6px;
    display: block;
    width: 24px;
    height: 28px;
    background: url(../img/sub_ttl_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .section-subttl::after {
    content: "";
    position: relative;
    top: 0;
    display: block;
    min-width: 18px;
    min-height: 24px;
    background: url(../img/sub_ttl_r_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.section.bgblue {
  background: #f2f7fa;
}
.section-num {
  text-align: center;
  scroll-margin-top: 40px;
}
.section-ttl {
  color: #0381b8;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section-ttl {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 641px) {
  .section-icon.secimg {
    position: absolute;
    right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .section-icon.secimg {
    position: relative;
    width: 140px;
  }
}
.section-txterea {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 641px) {
  .section-txt {
    font-weight: 700;
    font-size: 1.8rem;
  }
  .section-txt.ttlmargin {
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  .section-txt {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .section-txt.ttlmargin {
    font-weight: 700;
  }
}
@media screen and (min-width: 641px) {
  .section-txt span {
    margin-left: 20px;
  }
}
.section-txt span a {
  color: #0381b8 !important;
}
.section-note {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 1000px;
  font-size: 1.4rem;
}
.section-note.notemargin {
  margin-top: 8px;
}
.section-caption {
  margin-top: 16px;
  margin-inline: auto;
  max-width: 1000px;
  color: #373737;
  font-size: 1.4rem;
}
.section-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .section-body {
    margin-top: 48px;
    margin-bottom: 32px;
    max-width: 1000px;
  }
  .section-body.sectionbody3 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .section-body {
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 16px;
  }
}
.section-body-txt {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .section-body-txt {
    width: 100%;
  }
}
.section-body-day {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .section-body-day {
    width: 100%;
    margin-top: 16px;
  }
}
.section-entry {
  display: flex;
}
@media screen and (min-width: 641px) {
  .section-entry {
    gap: 16px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .section-entry {
    flex-direction: column;
    gap: 4px;
    margin: 16px 0;
  }
}
.section-entry-ttl {
  display: flex;
  align-items: center;
  padding: 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #f5b326;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-entry-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-entry-ttl {
    font-size: 1.4rem;
  }
}
.section-entry-time {
  font-weight: 700;
  font-size: 1.8rem;
}
.section-list {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .section-list {
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section-list {
    gap: 12px;
  }
}
@media screen and (min-width: 641px) {
  .section-list {
    margin-top: 40px;
    max-width: 1000px;
  }
  .section-list.marginlist {
    margin-top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .section-list {
    flex-direction: column;
    margin-top: 24px;
  }
}
.section-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .section-list-item {
    gap: 24px;
    padding: 40px 28px 48px;
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .section-list-item {
    padding: 37px 28px 37px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .section-list-item {
    padding: 32px 28px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .section-list-item.gaptyousei1 {
    position: relative;
  }
  .section-list-item.gaptyousei1::before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 8px;
    width: 81px;
    height: 84px;
    background: url(../img/gaptyousei_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-list-item.gaptyousei1::after {
    position: absolute;
    right: 8px;
    bottom: 11px;
    width: 81px;
    height: 84px;
    background: url(../img/gaptyousei_img02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .section-list-item.gaptyousei1 {
    position: relative;
    gap: 8px;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .section-list-item.gaptyousei1 {
    padding: 29px 28px 29px;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .section-list-item.gaptyousei1 {
    padding: 32px 28px 22px;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item {
    gap: 12px;
    padding: 20px 14px;
    width: 100%;
    border-radius: 6px;
  }
  .section-list-item.gaptyousei2 {
    gap: 20px;
    padding: 32px 20px;
  }
}
.section-list-item-ttl {
  color: #0381b8;
}
@media screen and (min-width: 641px) {
  .section-list-item-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
  .section-list-item-ttl.ttlmarginleft {
    margin-left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.section-list-item-time {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  line-height: 1.3em;
}
@media screen and (min-width: 641px) {
  .section-list-item-time {
    font-size: 2.8rem;
  }
  .section-list-item-time span.day {
    font-size: 4rem;
  }
  .section-list-item-time span.week {
    font-size: 1.8rem;
  }
  .section-list-item-time span.dots {
    color: #dcd4c5;
  }
  .section-list-item-time span.arrow {
    position: relative;
    top: -18px;
    padding: 0 16px;
  }
  .section-list-item-time span.arrowsmall {
    position: relative;
    top: -18px;
    padding: 0 10px;
  }
  .section-list-item-time span.count {
    color: #0381b8;
    font-size: 4rem;
  }
  .section-list-item-time span.people {
    padding-left: 5px;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
  }
  .section-list-item-time span.days {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-time {
    font-size: 1.8rem;
  }
  .section-list-item-time span.day {
    font-size: 2.8rem;
  }
  .section-list-item-time span.week {
    font-size: 1.6rem;
  }
  .section-list-item-time span.dots {
    color: #dcd4c5;
  }
  .section-list-item-time span.arrow {
    position: relative;
    top: -16px;
    padding: 0 12px;
  }
  .section-list-item-time span.count {
    color: #0381b8;
    font-size: 2.8rem;
  }
  .section-list-item-time span.people {
    padding-left: 2px;
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .section-list-item-time span.days {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.section-list-item-people {
  margin-inline: auto;
  padding: 9px 32px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #d5b069;
  color: #fff;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-list-item-people {
    font-size: 1.8rem;
  }
  .section-list-item-people span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-people {
    font-size: 1.4rem;
  }
  .section-list-item-people span {
    font-size: 2rem;
  }
}
.section-list-item-terms {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-list-item-terms {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-terms {
    font-size: 1.8rem;
  }
}
.section-list-item-txt {
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .section-list-item-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-txt {
    font-size: 1.4rem;
  }
}
.section-list-item-held {
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #dcd4c5;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 641px) {
  .section-list-item-held {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-held {
    font-size: 2rem;
  }
}
.section-list-item-held:last-child {
  border-bottom: none;
}
.section-list-item-held:first-of-type {
  padding-top: 36px;
}
.section-list-item-held .event {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}
.section-list-item-held .day {
  font-size: 4rem;
  line-height: 1;
}
.section-list-item-held .week {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-list-item-held .week {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-held .week {
    font-size: 1.6rem;
  }
}
.section-list-item-img {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-list-item-ex {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-list-item-ex {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-ex {
    font-size: 1.2rem;
  }
}
.section-list-item-record {
  font-size: 3.2rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
.section-list-item-record span {
  font-size: 4rem;
  line-height: 1;
}
.section-list-item-intro-head {
  color: #0381b8;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-head {
    text-align: center;
    font-size: 1.4rem;
  }
}
.section-list-item-intro-point {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point {
    justify-content: space-between;
    width: 300px;
    font-size: 1.6rem;
  }
  .section-list-item-intro-point:first-of-type {
    padding-bottom: 16px;
  }
}
.section-list-item-intro-point .num {
  margin-left: 5px;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: Inter;
}
@media screen and (min-width: 641px) {
  .section-list-item-intro-point .num {
    margin-left: 16px;
  }
}
.section-list-item-intro-point .num sup {
  font-size: 2.4rem;
}
.section-list-item-intro-point .plus {
  margin: 0 20px;
  color: #f5b326;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point .plus {
    margin: 0;
    font-size: 2.4rem;
  }
}
.section-list-item-intro-point .ft40 {
  margin-bottom: 2px;
  margin-left: 6px;
  font-weight: 700;
  font-size: 4rem;
  font-family: Inter;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point .ft40 {
    display: inline-block;
    margin-top: 6px;
    font-size: 3.2rem;
  }
}
.section-list-item-intro-point .ft28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point .ft28 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .section-list-item-intro-point-left {
    line-height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 50%;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 641px) {
  .section-list-item-intro-point-right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-point-right {
    text-align: center;
    font-size: 2rem;
  }
}
.section-list-item-intro-person {
  margin-left: 158px;
  width: 210px;
  height: 41px;
  border-radius: 900px;
  background-color: #f5b326;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5em;
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-person {
    margin: 0 auto;
    width: 157px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
  }
  .section-list-item-intro-person span {
    font-size: 2.4rem;
  }
}
.section-list-item-intro-person span {
  font-weight: 500;
  font-family: Jost;
}
@media screen and (min-width: 641px) {
  .section-list-item-intro-person span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-intro-person span {
    font-size: 2.4rem;
  }
}
.section-list-imgItem {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section-list-imgItem {
    width: 100%;
  }
}
.section-list-imgItem img {
  width: 100%;
}
.section-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 1000px;
  border: 1px solid #dcd4c5;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-date {
    gap: 24px;
    margin-top: 48px;
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-date {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
    padding: 20px;
  }
}
.section-garapon {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #0381b8;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .section-garapon {
    padding: 64px 0 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-garapon {
    position: relative;
    padding: 32px 0 16px;
    text-align: center;
    font-size: 2rem;
  }
}
.section-garapon::after, .section-garapon::before {
  content: "|";
  display: inline-block;
  padding: 0 24px;
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .section-garapon::after, .section-garapon::before {
    position: absolute;
    bottom: 28px;
    font-size: 3.2rem;
  }
}
.section-garapon::before {
  left: -40px;
  transform: rotate(-30deg);
}
.section-garapon::after {
  right: -40px;
  transform: rotate(30deg);
}
.section-garapon-list {
  position: relative;
  display: flex;
  margin-inline: auto;
  max-width: 1000px;
}
@media screen and (min-width: 641px) {
  .section-garapon-list {
    padding: 56px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-garapon-list {
    padding: 32px 0 20px;
  }
}
@media screen and (min-width: 641px) {
  .section-garapon-list {
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .section-garapon-list {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 640px) {
  .section-garapon-list-item {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .section .btn-01,
  .section .btn-02 {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .section .btn-01,
  .section .btn-02 {
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .section-note {
    margin-top: 16px;
    font-weight: 400;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 641px) {
  .section .txt-btn {
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .section .txt-btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(3) .section-icon {
    width: 104px;
  }
}
.section:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 5%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(4) .wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(4) .wrap .section-icon {
    width: 104px;
  }
}
.section:nth-of-type(4) .wrap::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 2%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .section:nth-of-type(4) .wrap::before {
    top: 42%;
    left: 9%;
    z-index: -1;
    width: 35%;
    aspect-ratio: 504/208;
    background-image: url(../img/p1.svg);
  }
}
.section:nth-of-type(4) .wrap::after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.section:nth-of-type(6) {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(6) {
    padding-top: 60px;
  }
}
.section:nth-of-type(6) .section-txt {
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section:nth-of-type(6) .section-icon {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(6) .section-icon {
    width: 135px;
  }
}
@media screen and (min-width: 641px) {
  .section:nth-of-type(6)::before {
    content: "";
    position: absolute;
    right: -5%;
    bottom: 0;
    z-index: -1;
    width: 35%;
    aspect-ratio: 504/208;
    background-image: url(../img/p1.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.section:nth-of-type(6)::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -2;
  display: block;
  width: 100%;
  aspect-ratio: 750/109;
  background: url(../img/triangle03.png);
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (min-width: 641px) {
  .section:nth-of-type(6) .wrap {
    padding-top: 190px;
  }
}
@media screen and (max-width: 640px) {
  .section:nth-of-type(6) .wrap::after {
    content: "";
    position: absolute;
    right: -7%;
    bottom: 4%;
    z-index: -1;
    width: 65%;
    aspect-ratio: 504/208;
    background-image: url(../img/p1.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.section-intoroduction {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline: auto;
  max-width: 1000px;
  border: 1px solid #dcd4c5;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .section-intoroduction {
    gap: 26px;
    margin-top: 24px;
    padding: 32px 28px 32px;
  }
}
@media screen and (min-width: 641px) {
  .section-intoroduction {
    gap: 24px;
    margin-top: 48px;
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-intoroduction {
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
    padding: 20px;
  }
}
.section-intoroduction h3 {
  width: 120px;
  text-align: center;
}
.section-friends {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.section-friends-sub-txt {
  width: 88px;
  height: 64px;
  border-radius: 4px;
  background: #fff;
  color: #0381b8;
  text-align: center;
  font-size: 1.6rem;
  line-height: 64px;
}
.section-listnew {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
@media screen and (min-width: 641px) {
  .section-listnew {
    gap: 10px;
    margin-top: 40px;
    padding: 19px 40px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew {
    gap: 32px;
    margin-top: 32px;
    padding: 32px 20px;
  }
}
.section-listnew-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 641px) {
  .section-listnew-item {
    gap: 64px;
    padding-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
    width: 100%;
  }
}
.section-listnew-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date {
    width: 100%;
    text-align: center;
  }
  .section-listnew-item-date-text {
    width: 100%;
    text-align: center;
  }
}
.section-listnew-item-date-year {
  font-weight: 500;
  font-family: Jost;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-year {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-year {
    font-size: 20px;
  }
}
.section-listnew-item-date-separator {
  font-weight: 500;
  font-family: Jost;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-separator {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-separator {
    font-size: 20px;
  }
}
.section-listnew-item-date-day {
  letter-spacing: -0.72px;
  font-weight: 500;
  font-family: Jost;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-day {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-day {
    font-size: 28px;
  }
}
.section-listnew-item-date-weekday {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-weekday {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-weekday {
    font-size: 16px;
  }
}
.section-listnew-item-date-range {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-range {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-range {
    font-size: 20px;
  }
}
.section-listnew-item-date-endday {
  letter-spacing: -0.72px;
  font-weight: 500;
  font-family: Jost;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-endday {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-endday {
    font-size: 28px;
  }
}
.section-listnew-item-date-endweekday {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-date-endweekday {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-date-endweekday {
    font-size: 16px;
  }
}
.section-listnew-item-title {
  color: #0381b8;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-title {
    width: 368px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-title {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}
.section-listnew-item-content {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-content {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-content {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.section-listnew-item-icon-wrapper {
  margin-top: 5px;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-icon-wrapper {
    width: 36px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-icon-wrapper {
    margin-top: -18px;
    width: 22px;
  }
}
.section-listnew-item-capacity-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .section-listnew-item-capacity-wrapper {
    margin-top: -14px;
  }
}
.section-listnew-item-capacity-prefix {
  color: #0381b8;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-capacity-prefix {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-capacity-prefix {
    font-size: 16px;
  }
}
.section-listnew-item-capacity-number {
  color: #0381b8;
  font-weight: 500;
  font-family: Jost;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-capacity-number {
    margin-top: -1px;
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-capacity-number {
    margin-top: -3px;
    margin-left: 3px;
    font-size: 28px;
  }
}
.section-listnew-item-capacity-suffix {
  margin-top: 2px;
  margin-left: 3px;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .section-listnew-item-capacity-suffix {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-listnew-item-capacity-suffix {
    font-size: 16px;
  }
}

.limited {
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
  .nav .nav-list-item-num {
    margin-bottom: 8px;
  }
  .nav .nav-list-item-txt {
    margin-top: 8px;
  }
  .nav .section-list-item-time {
    font-size: 2rem;
  }
  .nav .section-list-item-time span.day {
    font-size: 2.8rem;
  }
  .nav .section-list-item-time span.week {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item-time {
    line-height: 160%;
  }
}
.section-merit-list-item-caption {
  margin-top: 20px;
  color: #373737;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 640px) {
  .secimg2 {
    margin-top: 12px;
    width: 107px;
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .section-list-item.gaptyousei1 {
    position: relative;
  }
  .section-list-item.gaptyousei1::before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 22px !important;
    width: 81px !important;
    height: 64px !important;
    background: url(../img/gaptyousei_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-list-item.gaptyousei1::after {
    position: absolute;
    right: 8px;
    bottom: 11px;
    width: 81px;
    height: 84px;
    background: url(../img/gaptyousei_img02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .section-list-item.gaptyousei1 {
    position: relative;
  }
  .section-list-item.gaptyousei1::before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 8px;
    width: 70px;
    height: 72px;
    background: url(../img/gaptyousei_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-list-item.gaptyousei1::after {
    position: absolute;
    right: 8px;
    bottom: 11px;
    width: 53px;
    height: 70px;
    background: url(../img/gaptyousei_img02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .section-list-item.paddingitem {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-list-item-caption {
    margin-top: 8px;
    color: #373737;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    font-family: "Noto Sans JP";
    line-height: 1.4;
  }
  .section-list-item-img {
    width: 100%;
  }
  .section-list-item-img img {
    width: 100%;
  }
  .section-list-item-txt {
    margin: 0 auto;
    width: calc((100% + 20px) / 2 - 24px);
  }
}
@media screen and (max-width: 640px) {
  .margintxterea {
    margin-top: 8px !important;
  }
  .section-list-item.paddingitem {
    padding: 0;
  }
  .section-list-item-caption {
    margin-top: 6px;
    color: #373737;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    font-family: "Noto Sans JP";
    line-height: 1.4;
  }
  .section-list-item-img {
    width: 100%;
  }
  .section-list-item-img img {
    width: 100%;
  }
}
.twinbtn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  .twinbtn {
    display: block;
  }
}
.twinbtn .web {
  width: 490px;
}
@media screen and (max-width: 640px) {
  .twinbtn .web {
    width: 280px;
  }
}
@media screen and (min-width: 641px) {
  .twinbtn .web {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .web {
    margin: 24px auto 0;
  }
}
.twinbtn .web dt {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #f5b326;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Sans JP";
  line-height: 140%;
}
@media screen and (max-width: 640px) {
  .twinbtn .web dt {
    font-size: 1.6rem;
  }
}
.twinbtn .web dt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  width: 2px;
  height: 16px;
  background: #f5b326;
  transform: rotate(155deg);
}
.twinbtn .web dt::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -7px;
  width: 2px;
  height: 16px;
  background: #f5b326;
  transform: rotate(25deg);
}
.twinbtn .now {
  width: 490px;
}
@media screen and (max-width: 640px) {
  .twinbtn .now {
    width: 280px;
  }
}
@media screen and (min-width: 641px) {
  .twinbtn .now {
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .now {
    margin: 24px auto 0;
  }
}
.twinbtn .now dt {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #0381b8;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Sans JP";
  line-height: 140%;
}
@media screen and (max-width: 640px) {
  .twinbtn .now dt {
    font-size: 1.6rem;
  }
}
.twinbtn .now dt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  width: 2px;
  height: 16px;
  background: #0381b8;
  transform: rotate(155deg);
}
.twinbtn .now dt::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -7px;
  width: 2px;
  height: 16px;
  background: #0381b8;
  transform: rotate(25deg);
}
.twinbtn .now .note {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .twinbtn .now .note {
    font-size: 1.2rem;
  }
}
.twinbtn .btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
}
.twinbtn .btn-01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  background: linear-gradient(118deg, #41a6d2 27.72%, #0381b8 67.39%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-01 {
    padding: 24px 12px;
    font-size: 2.8rem;
  }
  .twinbtn .btn-01:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-01 {
    padding: 16px 0;
    font-size: 1.6rem;
  }
}
.twinbtn .btn-01::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  aspect-ratio: 1;
  background-image: url(../img/arrow-r02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-01::after {
    top: 31px;
    right: 29px;
    bottom: 0;
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-01::after {
    top: 19px;
    right: 14px;
    width: 20px;
  }
}
.twinbtn .btn-02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  background: linear-gradient(118deg, #f5b326 27.72%, #f09409 67.39%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-02 {
    padding: 24px 0;
    font-size: 2.8rem;
  }
  .twinbtn .btn-02:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-02 {
    padding: 16px 0;
    font-size: 1.6rem;
  }
}
.twinbtn .btn-02::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  aspect-ratio: 1;
  background-image: url(../img/arrow-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-02::after {
    top: 31px;
    right: 29px;
    bottom: 0;
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-02::after {
    top: 19px;
    right: 14px;
    width: 20px;
  }
}
.twinbtn .btn-03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  background: linear-gradient(118deg, #89c931 27.72%, #1eaf25 67.39%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-03 {
    padding: 24px 0;
    font-size: 2.8rem;
  }
  .twinbtn .btn-03:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-03 {
    padding: 16px 0;
    font-size: 1.6rem;
  }
}
.twinbtn .btn-03::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  aspect-ratio: 1;
  background-image: url(../img/arrow-r_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-03::after {
    top: 31px;
    right: 29px;
    bottom: 0;
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-03::after {
    top: 19px;
    right: 14px;
    width: 20px;
  }
}
.twinbtn .btn-04 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  background: linear-gradient(118deg, #e45aca 27.72%, #aa3f96 67.39%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-04 {
    padding: 24px 0;
    font-size: 2.8rem;
  }
  .twinbtn .btn-04:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-04 {
    padding: 16px 0;
    font-size: 1.6rem;
  }
}
.twinbtn .btn-04::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  aspect-ratio: 1;
  background-image: url(../img/arrow-r_purple.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .twinbtn .btn-04::after {
    top: 31px;
    right: 29px;
    bottom: 0;
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .twinbtn .btn-04::after {
    top: 19px;
    right: 14px;
    width: 20px;
  }
}
.twinbtn .end-btn {
  background: #ddd;
  pointer-events: none;
}
.twinbtn .end-btn:after {
  content: none;
}

.txt-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #0381b8;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
}
.txt-btn:hover {
  text-decoration: underline;
}
.txt-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url(../img/target.svg);
  background-size: contain;
}

.topMv {
  display: block;
}/*# sourceMappingURL=style.css.map */