@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: #eeefef;
  padding: 50px 0 120px;
}

.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%;
    padding: 20px 0 50px;
  }
  * {
    overflow-x: hidden;
  }
  .intro-summary {
    overflow: visible;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .text {
    font-size: clamp(12px, 3.3333333333vw, 325px);
    line-height: 1.3;
  }
}
/*----------
intro
------------*/
.intro-ttl {
  color: #4d4d4d;
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.intro-ttl .about-text {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 35px;
  /*2023追記*/
  /**/
}
.intro-ttl .about-text .fz30 {
  font-size: 30px;
}
.intro-ttl .about-text .fz24 {
  font-size: 24px;
}
.intro-ttl .about-text .fz20 {
  font-size: 20px;
}
.intro-ttl .about-text .fz48 {
  font-size: 48px;
}
.intro-ttl .serif {
  font-size: 50px;
  margin-left: 35px;
  letter-spacing: 0;
}
.intro-ttl .serif .letter-space {
  letter-spacing: 0.1em;
}
.intro-ttl .serif .fz100 {
  font-size: 100px;
  letter-spacing: 0.1em;
}
.intro-ttl img {
  vertical-align: middle;
  display: inline-block;
  padding-right: 10px;
}
.intro-hero {
  position: relative;
}
.intro-announcement {
  background-color: #fff;
  padding: 40px 110px 194px;
  margin-bottom: 62px;
}
.intro-announcement .award {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro-announcement .award {
    width: 30%;
    margin: 0 auto;
  }
}
.intro-announcement .award:nth-of-type(2) {
  margin-top: 125px;
}
.intro-announcement .award:nth-of-type(3) {
  margin-top: 154px;
}
.intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro li {
  margin: 55px 0 0;
}
.intro ul:first-of-type li {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .intro ul:first-of-type li {
    width: 100%;
    max-width: 400px;
  }
}
.intro ul:nth-of-type(n+2) li:nth-child(n+3) {
  margin: 75px 0 0;
}
.intro li:nth-child(9) img {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 1px 0px 1px rgba(255, 255, 255, 0.02);
}
.intro figcaption {
  display: block;
  margin-top: 20px;
  padding: 10px 18px;
  border-left: 8px solid #866144;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .intro h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .intro-announcement {
    padding: 40px 20px 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .intro-announcement {
    padding: 6vw 4vw;
  }
}
@media screen and (max-width: 1199px) {
  .intro-announcement .award:nth-of-type(n+2) {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 1199px) {
  .intro-ttl {
    letter-spacing: -0.05em;
  }
  .intro-ttl .about-text {
    align-items: center;
    margin-left: 0;
  }
  .intro-ttl .serif {
    font-size: 40px;
  }
  .intro-ttl .serif .fz100 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .intro li {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 600px) {
  .intro li {
    padding: 0;
    width: 100%;
    margin: 8vw 0 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .intro li figure {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .intro ul:first-of-type li {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 600px) {
  .intro ul:first-of-type li {
    max-width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .intro ul:first-of-type li figure {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    font-size: clamp(30px, 8vw, 60px);
    padding-bottom: 15px;
    display: block;
  }
  .intro-ttl .anniversary-text {
    text-align: center;
    margin-bottom: 4.67vw;
  }
  .intro-ttl .anniversary-text img {
    width: 23.2vw;
    max-width: 174px;
  }
  .intro-ttl .about-text {
    margin-left: auto;
    margin-bottom: 2vw;
  }
  .intro-ttl .about-text .text-wrap {
    margin: 0 auto;
    overflow: hidden;
  }
  .intro-ttl .about-text .text-wrap .fz24 {
    font-size: clamp(15px, 4vw, 30px);
  }
  .intro-ttl .about-text .text-wrap .fz20 {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .intro-ttl .about-text .text-wrap .fz30 {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
  }
  .intro-ttl .about-text .text-wrap .fz36 {
    font-size: clamp(14px, 4.8vw, 36px);
  }
  .intro-ttl .about-text .text-wrap .fz48 {
    font-size: clamp(24px, 6.4vw, 48px);
  }
  .intro-ttl .serif {
    font-size: clamp(25px, 6.6666666667vw, 50px);
    margin-left: 0;
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .intro-ttl .serif .fz100 {
    font-size: clamp(50px, 13.3333333333vw, 100px);
    letter-spacing: 0.1em;
  }
  .intro-ttl .serif .letter-space {
    letter-spacing: 0.1em;
  }
  .intro-ttl img {
    width: 8vw;
    max-width: 60px;
    padding-right: 4px;
  }
  .intro figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .intro figcaption {
    font-size: 4vw;
    padding: 2vw 0 2vw 1em;
    border-left: 1.5vw solid #866144;
  }
}
.hero-ttl {
  display: inline-block;
  padding: 24px 2.6666666667vw 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 28px;
  color: #522d0f;
  display: flex;
  align-items: flex-end;
}
.intro-summary h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  padding-bottom: 30px;
}
.intro-summary h3 span {
  font-size: 30px;
  vertical-align: middle;
}
.intro-summary .summary-time {
  margin-bottom: -89px;
}
.intro-summary .summary_text {
  padding-left: 45px;
}
.intro-summary .summary_text h3 {
  color: #583c09;
}
.intro-summary .summary_text h3 .text {
  letter-spacing: -0.05em;
  font-size: 20px;
  line-height: 1.6;
  color: #522d0f;
}
.intro-summary .summary_text h3 .staff {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .intro-summary {
    padding: 6vw 2.6666666667vw 0;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #583c09;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .intro-summary {
    background: #fff;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro-summary .summary-time {
    position: absolute;
    top: 0;
    left: 1.4666666667vw;
    transform: translateY(-50%);
    width: 28.5333333333vw;
    max-width: 214px;
  }
}
@media screen and (max-width: 767px) {
  .intro-summary h3 {
    font-size: clamp(12px, 3.3333333333vw, 25px);
  }
  .intro-summary h3 span {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .intro-summary .summary_text {
    padding-left: 0;
    width: 94.9333333333vw;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: clamp(12px, 3.3333333333vw, 25px);
    border-bottom: 0;
    line-height: 1.44;
    padding-right: 0;
  }
  .intro-summary .summary_text h3 {
    padding: 0 1.5em;
  }
  .intro-summary .summary_text h3 span, .intro-summary .summary_text h3 .text {
    font-size: clamp(12px, 3.33333vw, 25px);
    font-weight: 400;
  }
  .intro-summary .summary_text h3 .staff {
    font-size: clamp(12px, 3.33333vw, 25px);
    font-weight: 400;
  }
}
.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,
  .intro-no3 {
    padding: 14px 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .intro-no2 {
    padding-top: 0px;
  }
  .intro-no3 {
    padding-bottom: 65px;
  }
}
/*summary-logo*/
.summary-logo {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .summary-logo {
    width: 30%;
    margin: 0 auto 5vw;
  }
}

/**/
/*summary*/
.summary {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.summary img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .summary {
    padding: 0 2.66667vw 4.6666666667vw;
  }
  .summary img {
    width: 21.8666666667vw;
  }
}
/**/
/*-------------
summary-img_list
---------------*/
.summary-img_list {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 48px 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;
  }
}
@media screen and (max-width: 767px) {
  .sp-summary-img {
    background-color: #fff;
  }
  .sp-summary-img .list-item {
    margin-bottom: 12.6666666667vw;
  }
}
/*-------------
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: flex;
  width: 100%;
  font-size: 20px;
  line-height: 1.75;
  background-color: #fff;
}
.regulation dt {
  width: 20.6666666667%;
  padding: 16px 20px;
  border: 1px solid #000;
  background-color: #f9f6ef;
}
.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.6666666667vw;
  }
  .regulation-ttl {
    font-size: clamp(15px, 4vw, 30px);
    padding: 6px 10px;
  }
  .regulation p.text {
    padding: 15px 0 20px;
  }
  .regulation dl {
    flex-direction: column;
    font-size: clamp(15px, 4vw, 30px);
  }
  .regulation dt {
    width: 100%;
    padding: 10px;
    background-color: #f3e7dd;
    font-size: clamp(12px, 3.33333vw, 325px);
  }
  .regulation dd {
    width: 100%;
    padding: 10px;
    font-size: clamp(12px, 3.33333vw, 325px);
    line-height: 1.75;
  }
  .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;
  background-color: #f9f6ef;
}
.application ol {
  display: flex;
  padding: 40px 50px 0 24px;
  justify-content: space-between;
}
.application ol li {
  width: 23%;
}
.application figure img {
  background-color: #fff;
}
.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.6666666667vw;
    margin-top: 50px;
  }
  .application ol {
    flex-wrap: wrap;
    padding: 8px 0px 0;
  }
  .application ol li {
    width: 50%;
  }
  .application figcaption {
    font-size: clamp(12px, 3.3333333333vw, 25px);
    letter-spacing: 0;
    padding-bottom: 35px;
  }
}
/*-------------
announcement
---------------*/
.announcement {
  padding: 24px 18px 50px;
  margin-top: 148px;
  background-color: #f9f6ef;
}
.announcement-text {
  padding: 20px 0 30px 24px;
  font-size: 22px;
  line-height: 1.5909090909;
}
.announcement ol {
  display: flex;
  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.6666666667vw;
    margin-top: 35px;
  }
  .announcement-text {
    padding: 15px 0 40px;
    font-size: clamp(12px, 3.3333333333vw, 25px);
    letter-spacing: 0;
  }
  .announcement ol {
    flex-direction: column;
    padding-left: 0;
  }
  .announcement ol .text {
    padding: 15px 0;
    text-align: left;
    padding-left: 3.3333333333vw;
  }
  .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.3333333333vw, 25px);
    padding: 10px 0 0;
  }
  .attention .red {
    color: #901111;
  }
}
/*-------------
prize
---------------*/
.prize {
  padding: 130px 18px 119px;
  background-color: #fff;
}
.prize-text {
  padding: 26px 0 50px 24px;
  line-height: 1.75;
}
.prize-img {
  width: 50%;
}
.prize .text {
  font-size: 35px;
  line-height: 1.42;
  letter-spacing: 0.075em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}
.prize .text .border {
  background-color: #866144;
  height: 2px;
  width: 13%;
  margin-top: 20px;
}
.prize .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 5%;
}
.prize .flex img.pc {
  margin: 0 auto;
}
.prize .w100 {
  margin: 50px auto 0;
}

@media screen and (max-width: 1199px) {
  .prize .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .prize {
    padding: 24px 2.66667vw;
    margin-top: 0;
    background-color: #fff;
  }
  .prize .text {
    margin-bottom: 0;
    font-size: 4.5vw !important;
    text-align: center;
  }
  .prize-text {
    padding: 15px 0 5px;
  }
  .prize-img {
    width: 100%;
    padding-top: 35px;
  }
  .prize .flex {
    flex-direction: column;
    padding-left: 0;
  }
  .prize .w100 {
    margin: 0px auto;
  }
}
.link {
  max-width: 900px;
  margin: 0 auto;
}
.link .insta {
  background-color: #583c09;
  color: #fff;
  font-size: 25px;
  line-height: 1.52;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0;
  margin-top: 134px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .link .insta {
    margin: 15vw 0 5vw;
    font-size: 5vw;
    padding: 2vw 0;
  }
}
.link .flex {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .link .flex {
    flex-direction: column;
  }
}
.link .flex .hibi,
.link .flex .special {
  color: #583c09;
  border: 2px solid #5f410a;
  background-color: #fff;
  font-size: 20px;
  width: 440px;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .link .flex .hibi,
  .link .flex .special {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .link .flex .hibi,
  .link .flex .special {
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.3;
  }
}
.link .flex .hibi:after,
.link .flex .special:after {
  content: "＞";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .link .flex .hibi {
    line-height: 2.6;
  }
  .link .flex .special {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 1199px) {
  .prize .text {
    font-size: 28px;
  }
}
/*-------------
rule
---------------*/
.rule {
  margin-top: 100px;
  padding: 60px 18px 124px;
  background-color: #fff;
}
.rule ul {
  font-size: 20px;
  line-height: 1.75;
  color: #313131;
}
.rule ul li {
  padding: 34px 36px 0 20px;
}

@media screen and (max-width: 767px) {
  .rule {
    margin-top: 15vw;
    padding: 24px 2.66667vw;
    margin-bottom: 25px;
  }
  .rule ul {
    font-size: clamp(12px, 3.3333333333vw, 25px);
  }
  .rule ul li {
    padding: 10px 0 0;
  }
}
.fadeIn {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  transition: opacity 1000ms ease, transform 1000ms ease;
}
.fadeIn.inView {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

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

.scale-in-center {
  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
 * ----------------------------------------
 */
@keyframes scale-in-center {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tracking-in-expand {
  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
 * ----------------------------------------
 */
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=announcement.css.map */