@charset "UTF-8";
@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.font_b {
  font-weight: 700;
}

.red {
  font-weight: 700;
  color: #ff3333;
}

.center {
  margin: 2vh 0;
}
@media screen and (min-width: 768px) {
  .center {
    text-align: center;
  }
}

.header {
  background: url(../img/header-bg.jpg) no-repeat 0 -10rem/900px auto;
  width: 100%;
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  .header {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    background-position: 0 -14rem;
    background-size: 1200px auto;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background-position: 0 -15rem;
    background-size: cover;
  }
}
.header_wrapper {
  width: 96%;
  margin: auto;
  padding: 11vh 0;
}
.header_wrapper img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header_wrapper {
    max-width: 1000px;
    padding: 7vh 0 18vh;
  }
}
.header .subVisual {
  position: relative;
}
.header .subVisual img {
  padding-inline: 5%;
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .header .subVisual img {
    margin-top: 0.7rem;
    width: 53rem;
  }
}
.header .subVisual .free {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #ff3333;
  padding: 0.4em 0.5em 0.4em 1em;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  .header .subVisual .free {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    margin: 1rem auto;
  }
}
.header_lead {
  padding: 3vh;
  background-color: rgba(255, 255, 255, 0.616);
  border-radius: 10px;
}
.header_lead p {
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 0.3571, 1.5rem);
  font-weight: 700;
  color: #09192a;
  text-align: center;
  line-height: 1.8;
}
.header_lead span {
  display: inline-block;
}

footer {
  background-color: #ff3333;
  padding-bottom: 1em;
  line-height: 1.4em;
  color: #fffcf7;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
  }
}
footer .contents_width {
  padding-inline: 0.8rem;
}
@media screen and (min-width: 768px) {
  footer .contents_width {
    padding-inline: 18px;
  }
}

#sp-footer {
  display: none;
}
@media (max-width: 768px) {
  #sp-footer {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }
  #sp-footer li {
    padding: 0.8em;
  }
  #sp-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7em;
    font-size: 70%;
  }
  #sp-footer a:hover, #sp-footer a:active {
    background-color: #ee7c74;
    border-radius: 8px;
    text-decoration: none;
  }
}

#pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  #pnkz {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    color: #fffcf7;
    font-size: 96%;
    font-weight: 700;
  }
}

#copyright {
  text-align: center;
  font-size: 0.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #copyright {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0.6rem;
  }
}

html {
  font-family: "M PLUS 2", "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

body {
  background-color: #fffcf7;
  min-width: 340px;
  color: #09192a;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

.section {
  margin: auto;
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
.section .box {
  max-width: 900px;
  margin: 2vh auto 0;
}
.section .grid {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .section .grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .section .grid > div, .section .grid > img, .section .grid > p {
    flex: 1;
  }
  .section .grid > img {
    width: calc(50% - 1rem);
  }
}
.section h2.section_title {
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.2rem) * 0.3571, 2rem);
  font-weight: 700;
  text-align: center;
  position: relative;
  background: #ff3333;
  padding: 0.3em 0 0.4em;
  max-width: 1000px;
  margin: auto;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15);
}
.section h2.section_title:after {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15);
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #fffcf7 0%, #fffcf7 52%, #f9d2cf 54%);
}

.contents_width {
  max-width: 1024px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 18px;
}

.about {
  background-color: rgba(232, 53, 33, 0.2);
  padding-block: 2.3rem 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 2.6rem 0;
  }
}
.about .about_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff3333;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about .about_title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}
.about .about_title span {
  width: 14rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about .about_title span {
    width: 25.5rem;
  }
}
@media screen and (min-width: 956px) {
  .about .about_title span {
    width: auto;
  }
}
.about .about_title::before, .about .about_title::after {
  content: "～";
}
.about .oa {
  text-align: center;
  margin-block: 0.8rem 1.2rem;
  font-size: 80%;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: #006837;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 10rem;
  padding-inline: 1rem;
  padding-block: 0.2rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .about .oa {
    font-size: 100%;
    margin-block: 1.2rem 1.5rem;
    padding-inline: 1.4rem;
  }
}
.about .oa span {
  display: inline-block;
}
.about .oa .doyou {
  font-weight: 500;
  font-size: 140%;
  background: none;
  color: #fff000;
}
.about .about_image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0.5rem 0.5rem 0 #ee7c74;
}
@media screen and (min-width: 768px) {
  .about .about_image {
    height: 24rem;
  }
}

.about .grid.about_grid,
.event .grid.event_grid {
  align-items: flex-start;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about .grid.about_grid,
  .event .grid.event_grid {
    margin-top: 1rem;
  }
}

.about p.about_text,
.event p.event_text {
  font-weight: 500;
  margin-top: 1.5rem;
  color: #09192a;
}
@media screen and (min-width: 768px) {
  .about p.about_text,
  .event p.event_text {
    flex: 1;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .event p.event_text {
    margin-top: 0;
  }
}
.event p.event_text .small {
  font-size: 0.7em;
  display: block;
  line-height: 1.5;
  text-indent: -6em;
  padding-left: 6em;
  margin-top: 0.5em;
}

.about img.about_plane,
.event img.event_plane {
  width: 11rem;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .about img.about_plane,
  .event img.event_plane {
    width: 13rem;
    flex: 1;
    margin-inline: auto;
  }
}

.form {
  background-color: rgba(232, 53, 33, 0.2);
}
.form.upper-form {
  padding-block: 0.3rem 3rem;
}
@media screen and (min-width: 768px) {
  .form.upper-form {
    padding-block: 0.8rem 3.8rem;
  }
}
.form.sub-form {
  padding-block: 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .form.sub-form {
    padding-block: 1rem 4rem;
  }
}
.form .grid {
  gap: 1vh;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .form .grid {
    display: grid;
    align-items: stretch;
  }
}
.form .grid .button {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  background-color: #ff3333;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition-duration: 0.3s;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .form .grid .button {
    font-size: 120%;
  }
}
@media (hover: hover) {
  .form .grid .button:hover {
    opacity: 1;
    background-color: #fff;
    color: #ff3333;
  }
}
@media (hover: none) {
  .form .grid .button:active {
    opacity: 0.8;
  }
}
.form .grid .button:last-child {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form .grid .button:last-child {
    margin-top: 0;
  }
}
.form .deadline {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.form .close {
  margin: 0 auto;
  padding: 0.5em;
  background-color: #09192a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form .close {
    font-size: 120%;
  }
}

.title_h4 {
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  color: #09192a;
}
.title_h4::before, .title_h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.title_h4::after {
  margin-inline: 0.5rem 0;
}

.record {
  text-align: center;
  margin-top: 1.5rem;
  background: rgba(232, 53, 33, 0.2);
  border-radius: 1rem;
  padding: 0.5rem;
  padding-block: 1.1rem;
}
@media screen and (min-width: 768px) {
  .record {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.record_text {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.6rem;
  color: #09192a;
}
.record_text span {
  display: inline-block;
}
.record_day {
  font-weight: 500;
}
.record_grid {
  gap: 1rem;
  grid-template-columns: 2fr 2fr;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .record_grid {
    display: grid;
    align-items: stretch;
  }
}
.record .category.category-02 {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .record .category.category-02 {
    margin-top: 0;
  }
}
.record .category-tit {
  background-color: #ee7c74;
  color: #fff;
  text-align: center;
  padding: 0.25rem;
  margin-bottom: 0;
  border-radius: 1rem 1rem 0 0;
}
.record .category .rank-list {
  border: 2px solid #ee7c74;
  padding: 0.25rem 0;
  background: #fffcf7;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .record .category .rank-list {
    padding: 0.25rem 1rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.record .category .rank-list li {
  text-align: left;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 1.2em;
  font-size: 0.95em;
  max-width: 12.8rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .record .category .rank-list li {
    justify-content: center;
    gap: 1.5em;
    font-size: 1em;
    max-width: unset;
  }
}
.record .category .rank-list span {
  display: inline-block;
}
.record .category .rank-list .tit {
  color: #ff3333;
  width: 3em;
}
.record .category .rank-list .tit-03 {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .record .category .rank-list .tit-03 {
    font-size: 1em;
  }
}
.record .category .rank-list .meters {
  width: calc(100% - 3em - 1em);
  line-height: 1.3;
  padding-block: 0.25em;
}

.instructor {
  margin-top: 1.2rem;
  background: rgba(232, 53, 33, 0.2);
  border-radius: 1rem;
  padding: 0.5rem;
  padding-block: 1.2rem;
}
@media screen and (min-width: 768px) {
  .instructor {
    margin-top: 1.5rem;
    padding: 1rem 2rem 1.3rem;
  }
}
.instructor .grid {
  gap: 0;
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .instructor .grid {
    margin-top: 0;
  }
}
.instructor .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .instructor .item {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}
.instructor .item h3 {
  font-size: clamp(1.3rem, 1.2rem + (1vw - 0.2rem) * 0.3571, 1.7rem);
  margin: 2vh auto;
  border-bottom: solid 1px #09192a;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.instructor .item img {
  display: block;
  margin: auto;
  width: 60%;
  min-width: 230px;
}
.instructor .item .profile {
  text-align: center;
  margin-top: 0.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .instructor .item .profile {
    text-align: left;
  }
}
.instructor .item .profrecord {
  color: #ff3333;
  font-weight: 500;
  line-height: 1.1rem;
  padding-block: 0.3rem;
}
.instructor .item .profrecord span {
  display: inline-block;
}
.instructor .item .profname {
  font-size: clamp(1.3rem, 1.2rem + (1vw - 0.2rem) * 0.3571, 1.7rem);
}
@media screen and (min-width: 768px) {
  .instructor .item .profname {
    font-size: clamp(1.4rem, 3vw, 1.5rem);
    margin-top: 0.5rem;
  }
}

.overview {
  background: rgba(232, 53, 33, 0.2);
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .overview {
    padding: 3.7rem 0 0;
  }
}
.overview h2.section_title::after {
  background: linear-gradient(135deg, #fad5cd 0%, #fad5cd 52%, #fffcf7 54%);
}
.overview dl {
  gap: 2vh;
  grid-template-columns: 1fr 3fr;
  max-width: 900px;
  margin: 2vh auto;
  padding: 2vh;
  background-color: #fffcf7;
}
@media screen and (min-width: 768px) {
  .overview dl {
    display: grid;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .overview dl {
    width: 90%;
    gap: 3vh 2vh;
    padding: 3vh 2vh;
    line-height: 1.5;
  }
}
.overview dl dt {
  font-weight: 500;
  color: #ee7c74;
  line-height: 2rem;
  border-bottom: 1px solid;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .overview dl dt {
    border-right: #ee7c74 1px solid;
    background-color: rgba(255, 255, 255, 0);
    color: #09192a;
    font-size: 1.1rem;
    border-bottom: none;
    padding-inline: 1rem;
  }
}
.overview dl dd {
  margin: 0 auto 2vh;
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  .overview dl dd {
    margin: 0;
  }
}
.overview .grid {
  gap: 1vh;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .overview .grid {
    display: grid;
    align-items: stretch;
  }
}
.overview .grid .button {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  background-color: #ff3333;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .overview .grid .button {
    font-size: 120%;
  }
}
@media (hover: hover) {
  .overview .grid .button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .overview .grid .button:active {
    opacity: 0.8;
  }
}
.overview .deadline {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.overview .close {
  margin: 0 auto;
  padding: 0.5em;
  background-color: #09192a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .overview .close {
    font-size: 120%;
  }
}
.overview .caution {
  font-size: 0.95rem;
  margin: 0 auto;
  font-weight: 500;
  color: #09192a;
}
@media screen and (min-width: 768px) {
  .overview .caution {
    width: 90%;
  }
}
.overview .caution ul {
  padding: 0 0 0 1.7rem;
  line-height: 1.7;
}
.overview .caution li {
  margin-bottom: 0.5rem;
  list-style-type: disclosure-closed;
}

.event h3 {
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ff3333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.1;
  border-bottom: 2px solid #ff3333;
}
@media screen and (min-width: 768px) {
  .event h3 {
    font-size: 2rem;
  }
}
.event h3.grandprix {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .event h3.grandprix {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 0;
  }
}
.event h3.grandprix span {
  display: block;
}
@media screen and (min-width: 768px) {
  .event h3.grandprix span {
    display: inline-block;
  }
}
.event h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .event h3::before {
    font-size: 3rem;
  }
}
.event .box {
  margin: auto;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event .box {
    margin-top: 5rem;
  }
}
.event .box:first-of-type {
  margin-top: 1.5rem;
}
.event .wrap {
  margin-top: 1rem;
}
.event img {
  margin: auto;
}
.event .event_image {
  box-shadow: 0.5rem 0.5rem 0 #ee7c74;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sponsor .box {
  margin: 4vh auto 1vh;
}
.sponsor .box .flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  max-width: 100%;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sponsor .box .flex {
    grid-template-columns: repeat(2, 200px);
  }
}
.sponsor .box .flex li {
  width: -moz-fit-content;
  width: fit-content;
}
.sponsor .box a {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  margin-inline: auto;
  padding-inline: 0.5rem;
}
.sponsor .box img {
  border-radius: 2rem;
}

/* thanksページ ------------------------------------------------------------------- */
.thanks {
  display: flex;
  flex-direction: column;
  min-height: 90dvh;
}
.thanks .header_wrapper {
  padding: 0;
}
.thanks-contents {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 90%;
  margin: 4rem auto 2rem;
  margin: 2rem auto 2rem;
  padding: 2rem;
  text-align: center;
}
.thanks h2 {
  font-size: 1.1em;
  color: #09192a;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .thanks h2 {
    font-size: clamp(1.3rem, 1.5rem + (1vw - 0.2rem) * 0.3571, 1.7rem);
  }
}
.thanks h2 span {
  display: inline-block;
}
.thanks .thanks-btn {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff3333;
  color: #fff;
  margin: 1rem auto 0;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 1.2rem;
  border: 0.2rem solid #ff3333;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .thanks .thanks-btn {
    width: 40%;
  }
}
.thanks .thanks-btn:hover {
  color: #f3422f;
  background-color: #fff;
  opacity: 1;
}
.thanks footer {
  margin-top: auto;
}

/* スライダー ------------------------------------------------------------------- */
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  box-shadow: 0.5rem 0.5rem 0 #ee7c74;
}
.carousel .slides {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.carousel .slides li {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
}
.carousel .slides li:first-child {
  position: relative;
}
.carousel .slides li img {
  width: 100%;
  margin: auto;
}
.carousel .carousel-control {
  height: 5rem;
  width: 2.5rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  z-index: 999;
  transition: all 0.15s;
  border-radius: 0.5rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-control {
    background-color: #f9d2cf;
    opacity: 0.5;
  }
}
.carousel .carousel-control:hover {
  opacity: 1;
}
.carousel .carousel-control:active::after {
  background-color: #ff3333;
}
.carousel .carousel-control::after {
  content: "";
  background-color: #f9d2cf;
  width: 1rem;
  height: 3rem;
  transition: all 0.15s;
  clip-path: polygon(0% 50%, 30px 0%, 30px 50px);
}
@media screen and (min-width: 768px) {
  .carousel .carousel-control::after {
    background-color: #ff3333;
  }
}
.carousel .carousel-control.carousel-control-prev {
  left: 1%;
}
.carousel .carousel-control.carousel-control-next {
  right: 1%;
  transform: translate(0, 50%);
  scale: -1;
  padding-top: 0.2rem;
}
.carousel .indicators {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.carousel .indicators button {
  width: 12px;
  height: 12px;
  background-color: #f9d2cf;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.carousel .indicators button.active {
  background-color: #ff3333;
}
@media screen and (min-width: 768px) {
  .carousel .indicators button:hover {
    opacity: 0.8;
  }
}

/* 紙ヒコーキをフェードで表示 ----------------------------------------------------------------------------------- */
.fadeTrigger {
  opacity: 0;
  transform: translate(40rem, -30rem);
  transition: none;
}

.fade {
  opacity: 0.3;
  transform: translate(0, 0);
  animation: fadeAnime 1s ease-in forwards;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translate(40rem, -30rem);
  }
  to {
    opacity: 0.3;
    transform: translate(0, 0);
  }
}
/* ページトップボタン ----------------------------------------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff3333;
  transition: background-color 0.5s, transform 0.3s, opacity 0.5s, visibility 0.5s, font-size 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  padding: 0 1px 1px 0;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 30px;
    right: 30px;
  }
}

@media (hover: hover) {
  .pagetop:hover {
    transform: scale(1.05);
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .pagetop:hover .fa-paper-plane {
    font-size: 30px;
  }
  .pagetop:hover .fa-paper-plane {
    color: #ff3333;
  }
}
.pagetop:active {
  transform: scale(1.05);
  transform: rotate(-45deg);
  background-color: #fff;
}
.pagetop:active .fa-paper-plane {
  font-size: 30px;
}
.pagetop:active .pagetop:hover .fa-paper-plane {
  color: #ff3333;
}

.pagetop .fa-paper-plane {
  color: #fff;
  font-size: 25px;
}/*# sourceMappingURL=style.css.map */