@charset "UTF-8";
/*-----------
common
-----------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #dcdddd;
}

.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.text {
  font-size: 20px;
  line-height: 1.3;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
  * {
    overflow-x: hidden;
  }
  .intro-summary {
    overflow: visible;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .text {
    font-size: clamp(12px, 3.33333vw, 25px);
    line-height: 1.3;
  }
}

/*----------
intro
------------*/
.intro {
  padding: 120px 0 0px;
}

.intro-ttl {
  color: #4d4d4d;
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 40px;
}

.intro-ttl .fz30 {
  display: block;
  padding-bottom: 20px;
  font-size: 30px;
}

.intro-ttl .fz48 {
  font-size: 48px;
}

.intro-ttl img {
  vertical-align: middle;
  display: inline-block;
  padding-right: 10px;
}

.intro-hero {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .intro-ttl {
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 13px 0 0px;
  }
  .intro-ttl {
    font-size: clamp(30px, 8vw, 60px);
    padding-bottom: 15px;
  }
  .intro-ttl .fz30 {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
    padding-left: 12px;
  }
  .intro-ttl .fz48 {
    font-size: clamp(24px, 6.4vw, 48px);
  }
  .intro-ttl img {
    width: 8vw;
    max-width: 60px;
    padding-right: 4px;
  }
}

.hero-ttl {
  display: inline-block;
  padding: 24px 2.66667vw 24px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .hero-ttl {
    padding: 10px 0;
    text-align: center;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.05em;
    top: 45px;
    width: 100%;
  }
}

/*-------------
intro-summary
---------------*/
.intro-summary {
  padding: 36px 130px 0 18px;
  background-color: #fff;
  color: #522d0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-summary h3 {
  font-size: 20px;
  line-height: 1.6;
}

.intro-summary h3 span {
  font-size: 30px;
  vertical-align: middle;
}

.intro-summary .summary_text {
  padding-left: 18px;
  border-bottom: 1px solid #583c09;
  padding-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .intro-summary {
    padding: 60px 2.66667vw 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border-bottom: 1px solid #583c09;
  }
  .intro-summary .summary-time {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28.53333vw;
    max-width: 214px;
  }
  .intro-summary h3 {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
  .intro-summary h3 span {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1;
  }
  .intro-summary .summary_text {
    padding-left: 0;
    width: 68vw;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: clamp(12px, 3.33333vw, 25px);
    border-bottom: 0;
    line-height: 1.44;
  }
}

.intro-no1,
.intro-no2,
.intro-no3 {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro-no1,
  .intro-no2 {
    padding: 14px 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .intro-no2 {
    padding-top: 0px;
  }
  .intro-no3 {
    padding-bottom: 65px;
  }
}

/*-------------
summary-img_list
---------------*/
.summary-img_list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 140px 0 120px;
}

.summary-img_list .list-item:nth-of-type(2) {
  padding: 0 54px;
}

@media screen and (max-width: 767px) {
  .summary-img_list {
    display: none;
  }
}

/*-------------
regulation
---------------*/
.regulation {
  margin-top: 50px;
}

.regulation-ttl {
  background-color: #fff;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 0.05em;
  padding: 18px 20px;
  display: inline-block;
}

.regulation p.text {
  line-height: 1.75;
  padding: 40px 0 28px;
}

.regulation dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 20px;
  line-height: 1.75;
  background-color: #fff;
}

.regulation dt {
  width: 20.66667%;
  padding: 16px 20px;
  border: 1px solid #000;
}

.regulation dd {
  width: 79.5%;
  padding: 16px 20px;
  border: 1px solid #000;
}

.regulation span {
  color: #e95ab2;
}

.regulation a.serif {
  display: block;
  color: #432aff;
  text-decoration: underline;
}

.regulation div.text {
  padding: 16px 0 40px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .regulation {
    padding: 0 2.66667vw;
  }
  .regulation-ttl {
    font-size: clamp(15px, 4vw, 30px);
    padding: 6px 10px;
  }
  .regulation p.text {
    padding: 15px 0 20px;
  }
  .regulation dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(15px, 4vw, 30px);
  }
  .regulation dt {
    width: 100%;
    padding: 10px;
    background-color: #f3e7dd;
  }
  .regulation dd {
    width: 100%;
    padding: 10px;
  }
  .regulation span {
    color: #e95ab2;
  }
  .regulation a.serif {
    display: block;
    color: #432aff;
    text-decoration: underline;
  }
  .regulation div.text {
    padding: 16px 0 40px;
  }
}

.application,
.announcement,
.prize,
.rule {
  background-color: #fff;
}

.application-ttl,
.announcement-ttl,
.prize-ttl,
.rule-ttl {
  font-size: 35px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
}

.application-ttl span,
.announcement-ttl span,
.prize-ttl span,
.rule-ttl span {
  margin-bottom: 10px;
  display: inline-block;
  border-left: 8px solid #866144;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .application-ttl,
  .announcement-ttl,
  .prize-ttl,
  .rule-ttl {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .application-ttl span,
  .announcement-ttl span,
  .prize-ttl span,
  .rule-ttl span {
    margin-bottom: 7px;
    display: inline-block;
    overflow-y: hidden;
  }
}

/*-------------
application
---------------*/
.application {
  padding: 24px 18px 60px;
  margin-top: 100px;
}

.application ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 0 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.application ol li {
  width: 23%;
}

.application figcaption {
  padding: 20px 0 0;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

.application .color {
  color: #901111;
}

@media screen and (max-width: 767px) {
  .application {
    background-color: #fff;
    padding: 24px 2.66667vw;
    margin-top: 50px;
  }
  .application ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0px 0;
  }
  .application ol li {
    width: 50%;
  }
  .application figcaption {
    font-size: clamp(12px, 3.33333vw, 25px);
    letter-spacing: 0;
    padding-bottom: 35px;
  }
}

/*-------------
announcement
---------------*/
.announcement {
  padding: 24px 18px 50px;
  margin-top: 148px;
}

.announcement-text {
  padding: 20px 0 30px 24px;
  font-size: 22px;
  line-height: 1.59091;
}

.announcement ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
}

.announcement ol .text {
  line-height: 1.5;
  padding: 26px 20px 8px;
}

.announcement li {
  width: 32%;
  background-color: #fff;
}

.announcement h3 {
  text-align: center;
  font-size: 20px;
  color: #866144;
  padding: 20px 0 30px;
  font-weight: 500;
}

.announcement h3 span {
  font-size: 25px;
}

.announcement-img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .announcement {
    background-color: #fff;
    padding: 24px 2.66667vw;
    margin-top: 35px;
  }
  .announcement-text {
    padding: 15px 0 40px;
    font-size: clamp(12px, 3.33333vw, 25px);
    letter-spacing: 0;
  }
  .announcement ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .announcement ol .text {
    padding: 15px 0;
    text-align: left;
    padding-left: 3.33333vw;
  }
  .announcement li {
    width: auto;
    text-align: center;
  }
  .announcement h3 {
    text-align: center;
    font-size: clamp(18px, 4.8vw, 36px);
    padding: 35px 0 18px;
  }
  .announcement h3 span {
    font-size: clamp(18px, 4.8vw, 36px);
  }
}

/*-------------
attention
---------------*/
.attention {
  margin-top: 40px;
}

.attention h4 {
  color: white;
  display: inline-block;
  padding: 8px 16px;
  background-color: #866144;
  border-radius: 4px;
  font-size: 27px;
  font-weight: bold;
}

.attention .text {
  padding: 30px 0 0px;
}

.attention .red {
  color: #901111;
}

@media screen and (max-width: 767px) {
  .attention {
    margin-top: 25px;
  }
  .attention h4 {
    padding: 8px 16px;
    font-size: clamp(15px, 4vw, 30px);
  }
  .attention .text {
    font-size: clamp(12px, 3.33333vw, 25px);
    padding: 10px 0 0;
  }
  .attention .red {
    color: #901111;
  }
}

/*-------------
prize
---------------*/
.prize {
  padding: 24px 18px 70px;
}

.prize-text {
  padding: 26px 0 50px 24px;
  line-height: 1.75;
}

.prize-img {
  width: 50%;
}

.prize .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 24px;
}

.prize .w100 {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .prize {
    padding: 24px 2.66667vw;
    margin-top: 25px;
    background-color: #fff;
  }
  .prize-text {
    padding: 15px 0 5px;
  }
  .prize-img {
    width: 100%;
    padding-top: 35px;
  }
  .prize .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .prize .w100 {
    margin: 0px auto;
  }
}

/*-------------
rule
---------------*/
.rule {
  margin-top: 100px;
  padding: 60px 18px 124px;
}

.rule ul {
  font-size: 20px;
  line-height: 1.75;
  color: #313131;
}

.rule ul li {
  padding-top: 34px;
}

@media screen and (max-width: 767px) {
  .rule {
    margin-top: 25px;
    padding: 24px 2.66667vw;
    margin-bottom: 25px;
  }
  .rule ul {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
  .rule ul li {
    padding-top: 10px;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate3d(0px, 30px, 0px);
          transform: translate3d(0px, 30px, 0px);
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

.fadeIn.inView {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

section .fadeIn:nth-child(2) {
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1500ms ease, transform 1000ms ease;
  transition: opacity 1500ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

section .fadeIn:nth-child(3) {
  -webkit-transition: opacity 2000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 2000ms ease, transform 1000ms ease;
  transition: opacity 2000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

section .fadeIn:nth-child(4) {
  -webkit-transition: opacity 2500ms ease, -webkit-transform 1000ms ease;
  transition: opacity 2500ms ease, -webkit-transform 1000ms ease;
  transition: opacity 2500ms ease, transform 1000ms ease;
  transition: opacity 2500ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.8s ease-in-out both;
          animation: scale-in-center 0.8s ease-in-out both;
  overflow: hidden;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-28 20:17:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-29 21:44:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */