@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;600&display=swap');
html {
  font-size: 62.5%;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s;
}
a[href^="tel:"] {
  cursor: default;
}
a:link {
  color: #1d9bf0;
  text-decoration: underline;
}
a:visited {
  color: #1d9bf0;
  text-decoration: underline;
}
a:hover {
  color: #44ACF3;
  text-decoration: none;
}
button:focus {
  outline: 1px solid #24d9ec;
  outline: 2px solid transparent;
  box-shadow: 0 0 0 1px #24d9ec;
}
button {
  cursor: pointer;
}
input:focus, select:focus {
  outline: 2px solid transparent;
  border: 1px solid #24d9ec;
}
input::placeholder {
  color: #999999;
}
/* IE */
input:-ms-input-placeholder {
  color: #999999;
}
/* Edge */
input::-ms-input-placeholder {
  color: #999999;
}
.txt_large {
  font-weight: bold;
  font-size: 2.6rem;
}
.txt_large span {
  font-size: 2rem;
}
.txt_midium {
  font-size: 2.4rem;
}
.txt_small {
  font-size: 1.4rem;
}
.center {
  text-align: center;
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 86%;
  margin-top: 15px;
}
.maB50 {
  margin-bottom: 50px;
}
.maT20 {
  margin-top: 20px;
}
body {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  background-color: #fafde0;
}
/* header
------------------------------------------------- */
.main_bg {
  background-image: url("../img/main_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  xbackground-color: #63e7fa;
  max-width: 1920px;
  margin: auto;
}
picture {
  display: block;
  text-align: center;
}
picture img {
  max-width: 100%;
  height: auto;
}
/* コンテンツ
------------------------------------------------- */
.bg_yellow {
  padding: 50px 0 50px;
  text-align: center;
}
.bg_blue {
  background-color: #f0fafa;
}
.contents {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 4% 40px;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
}
.dott {
  border-top: dashed 5px #7bbc42;
  padding-top: 50px;
}
h1.result {
  font-size: 5rem;
  color: #1d9bf0;
  line-height: 1.8;
  padding-bottom: 40px;
  background-image: url("../img/hanahubuki.svg");
  background-repeat: no-repeat;
  background-size: 730px;
  display: inline-block;
  min-width: 730px;
  background-position: 10px center;
}
h1.result span {
  display: inline-block;
  position: relative;
  height: 60px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 2px 100px 0; /*横の大きさ*/
  font-size: 40px; /*文字の大きさ*/
  background: #d90000; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  box-sizing: border-box;
  margin: 20px;
}
h1.result span:before, h1.result span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
h1.result span:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fafde0;
  border-style: solid;
}
h1.result span:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fafde0 transparent transparent;
  border-style: solid;
}
h1.kazoku {
  text-align: center;
  font-size: 3rem;
  color: #401d86;
  font-weight: 600;
  margin: 30px 0 0;
  line-height: 1.8;
  padding-bottom: 10px;
  border-radius: 7px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
h1.kazoku img {
  display: block;
  margin: 0 auto 20px;
}
h2.hukidashi {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-size: 4rem;
  color: #000;
  margin-bottom: 50px;
}
h2.hukidashi.white {
  color: #FFF;
  margin-bottom: 30px;
  font-weight: 500;
}
h2.hukidashi span {
  font-size: 6rem;
  color: #308315;
  font-family: 'Zen Maru Gothic', sans-serif;
}
h2.hukidashi:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
h2.hukidashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.hukidashi.white:before {
  background-color: #FFF;
}
h2.hukidashi.white:after {
  background-color: #FFF;
}
h2.hukidashi:before {
  left: 0;
}
h2.hukidashi:after {
  right: 0;
}
.maru {
  line-height: 1.8;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.maru span {
  font-size: 3rem;
  font-weight: bold;
  color: #308315;
}
.maru img {
  display: block;
  margin: auto;
}
dl.day {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
  color: #401d86;
  xbackground-color: #401d86;
  border-radius: 10px;
  padding: 0 0 10px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  align-items: center;
}
dl.day dt {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 20px 0 0;
  background-color: #7bbc42;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 10px;
}
dl.day dt span {
  display: block;
  font-size: 1.8rem;
}
dl.day dd {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
dl.day dd span.large {
  font-size: 5.4rem;
}
dl.day dd span.small {
  font-size: 2rem;
}
.green_bg {
  position: relative;
  padding: 150px 0;
  background-color: #7bbc42;
  text-align: center;
}
.green_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/green_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 150px;
  content: "";
}
.green_bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/green_bg2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 150px;
  content: "";
  background-color: #fafde0;
  ;
}
h1.white {
  text-align: center;
  font-size: 5rem;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 2;
  padding-bottom: 10px;
}
.step_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.step_wrap article {
  width: 48%;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
  padding: 4%;
}
.step_wrap h2 {
  background-color: #1d9bf0;
  border-radius: 10px;
  padding: 15px 15px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.2;
}
.step_wrap h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1d9bf0;
}
.step_wrap h2 strong {
  font-size: 5rem;
  font-weight: bold;
  margin-right: 10px;
}
.step_wrap dl {
  position: relative;
  border-bottom: solid 4px #ddd;
  margin-bottom: 30px;
}
.step_wrap dl span.marker {
  background: linear-gradient(transparent 70%, #fdff41 70%);
}
.step_wrap dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.step_wrap dl:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.step_wrap dl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ddd;
  z-index: 1;
}
.step_wrap dl:last-child:before, .step_wrap dl:last-child:after {
  content: none;
}
.step_wrap dt {
  color: #7bbc42;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.step_wrap dd span.step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.step_wrap dd {
  padding-bottom: 30px;
}
.step_wrap dl:last-child dd {
  padding-bottom: 0;
}
.step_wrap dd a {
  display: inline-block;
  background-color: #1d9bf0;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s;
}
.step_wrap dd a:hover {
  background-color: #50b9ff;
}
.step_wrap dd ol {
  list-style: none;
  margin-bottom: 15px;
}
.step_wrap dd ol li {
  margin-left: 3rem;
  text-indent: -3rem;
}
.oubo_area {
  position: relative;
  margin: 100px 0;
}
.btn_oubo {
  display: inline-block;
  margin: 30px 0 50px;
}
.btn_oubo a {
  display: block;
  background-color: #1d9bf0;
  border-radius: 100px;
  color: #FFF;
  text-decoration: none;
  font-size: 3rem;
  padding: 20px 50px;
  border: solid 5px #FFF;
}
.btn_oubo a:hover {
  background-color: #44ACF3;
}
.btn_return {
  display: inline-block;
  margin: 30px 0 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.btn_return a {
  display: block;
  background-color: #1d9bf0;
  border-radius: 100px;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  padding: 20px 50px;
  border: solid 5px #FFF;
}
.btn_return a:hover {
  background-color: #44ACF3;
}
.oubo_area .oubosadakichi {
  position: absolute;
  left: 4%;
  top: -50px;
}
.oubo_area .ouboseiun {
  position: absolute;
  right: 4%;
  top: -50px;
}
.kiyaku {
  max-width: 800px;
  margin: auto;
  padding: 4%;
  height: 500px;
  overflow-y: auto;
  background-color: #FFF;
  border: solid 5px #DDD;
  text-align: left;
}
.kiyaku p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
}
h1.blue {
  text-align: center;
  font-size: 5rem;
  color: #401d86;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 30px 0 40px;
  line-height: 1.8;
  padding-bottom: 60px;
  border-radius: 7px;
  background-image: url("../img/hanahubuki.svg");
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 600px;
  display: inline-block;
  min-width: 600px;
}
h1.blue.win {
  margin: 0;
  padding-bottom: 30px;
}
h1.blue span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.shohin {
  border-radius: 20px;
  border: dotted 5px #7bbc42;
  padding: 60px 30px 40px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  background-color: #FFF;
}
.shohin i {
  font-style: normal;
  background-color: #FF2629;
  font-size: 30px;
  color: #FFF;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  display: block;
  margin: 10px auto;
}
.shohin h2 {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.shohin h2 strong {
  color: #FFF;
  font-size: 3rem;
  background-color: #FF2629;
  padding: 0px 30px 20px;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.shohin h2 span {
  font-size: 80px;
  display: inline-block;
  margin: 0 5px;
  color: #fdff41;
}
.shohin div {
  width: 50%;
}
.shohin div span {
  color: #401d86;
  font-size: 5rem;
  padding: 0 10px;
  font-weight: bold;
  background: linear-gradient(transparent 67%, #fdff41 70%);
}
.shohin div:last-child {
  padding: 0 0 0 30px;
  width: 50%;
  box-sizing: border-box;
}
.shohin img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.shohin .hukidashi {
  position: absolute;
  top: -80px;
  right: -30px;
}
.shohin .kaori {
  position: absolute;
  bottom: -50px;
  right: 30px;
  width: 150px;
}
.shohin .sadakichi {
  position: absolute;
  bottom: -80px;
  right: 0px;
  width: 150px;
}
.shohin .hukidashi span {
  font-size: 1.6rem;
}
ul.shohin_flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
ul.shohin_flex li {
  width: 48%;
  margin-bottom: 100px;
}
.shohin.half {
  font-size: 2rem;
  background-image: none;
  flex-direction: column;
  background-color: #FFF;
  margin-bottom: 0;
  height: 100%;
}
.shohin.half h2 strong {
  font-size: 2.6rem;
}
.shohin h2 span {
  font-size: 60px;
}
.shohin.half div span {
  font-size: 4rem;
}
.shohin.half div {
  width: 100%
}
.shohin.half div:last-child {
  padding: 20px 0 0 0;
}
.pickup {
  font-size: 2.3rem;
  margin-bottom: 10px;
  margin-top: -20px;
}
.rangetsu {
  background-color: #000;
  padding: 4%;
  color: #FFF;
  line-height: 2;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-top: 100px;
}
.rangetsu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.rangetsu ul li {
  width: 50%;
  box-sizing: border-box;
}
.rangetsu ul li:last-child {
  padding-left: 50px;
  text-align: left;
}
.rangetsu ul li:last-child img {
  margin-bottom: 30px;
  display: block;
}
.rangetsu ul li img {
  max-width: 100%;
  height: auto;
}
.rangetsu h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4rem;
  margin-bottom: 10px;
}
.sadakichisho {
  background-color: #ef9a2c;
  display: inline-block;
  padding: 5px 40px;
  color: #FFF;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 3rem;
}
.youtube {
  border: solid 5px #DDD;
  display: inline-block;
}
h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 50px 0 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.kakukaku {
  animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.seiun {
  position: absolute;
  top: -100px;
  left: 0;
}
.huwahuwa {
  animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fluffy {
  animation: fluffy1 2s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-15px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-15px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
.fluffy2 {
  animation: fluffy2 2s ease infinite;
  animation-delay: 1s;
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-15px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-15px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
.circle {
  width: 80px;
  height: 80px;
  background: #7fffbf;
  border-radius: 50%;
  animation: purupuru_anim 1s infinite alternate;
}
.buruburu {
  display: inline-block;
  animation: hurueru .1s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
.tweet_bg {
  position: relative;
  padding: 150px 0;
  background-color: #7bbc42;
  text-align: center;
}
.tweet_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/green_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 150px;
  content: "";
}
h3.tweet {
  margin-bottom: 30px;
}
h3.tweet span {
  color: #FFF;
  padding: 10px;
  font-size: 5rem;
  line-height: 1.2;
  x-webkit-text-stroke: 8px #FFF;
  position: relative;
  margin: 0;
  display: block;
  letter-spacing: 0.2em;
}
h3.tweet span.txt1::before {
  content: "Xからの応募作品";
  -webkit-text-stroke: 0;
  position: absolute;
}
h3.tweet span.txt2::before {
  content: "Instagramからの応募作品";
  -webkit-text-stroke: 0;
  position: absolute;
}
.seiun3 {
  position: absolute;
  right: 8%;
  top: -50px;
}
.tweet_frame {
  padding: 4% 2%;
  height: 700px;
  overflow-y: auto;
  background-color: #44ACF3;
  xbackground-color: #E8E8E8;
  border: solid 5px #FFF;
  text-align: left;
  width: 80%;
  margin: auto;
}
.tweet_frame_noscroll {
  margin: auto;
  padding: 4% 2%;
  background-color: #44ACF3;
  border: solid 5px #FFF;
  text-align: left;
  width: 80%;
}
h4.tweet_ttl {
  font-size: 4rem;
  font-weight: 500;
  margin: 20px 0 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  color: #FFF;
}
ul.toukou {
  list-style: none;
}
ul.toukou_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
ul.toukou li, ul.toukou_flex li {
  background-color: #FFF;
  padding: 30px 2%;
  width: 29.333%;
  box-sizing: border-box;
  margin: 2%;
  background-image: url("../../../common/img/twitter.svg");
  background-position: top 30px right 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}
ul.toukou li.noicon, ul.toukou_flex li.noicon {
  background-image: none;
}
ul.toukou li p, ul.toukou_flex li p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
ul.toukou li p:last-child, ul.toukou_flex li p:last-child {
  margin-bottom: 0;
}
ul.toukou li .name, ul.toukou_flex li .name {
  font-size: 1.5rem;
  position: relative;
  padding: 0 40px;
}
ul.toukou li .name:before, ul.toukou_flex li .name:before {
  position: absolute;
  background-color: #ccc;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "";
}
ul.toukou li .sadakichi:before, ul.toukou_flex li .sadakichi:before {
  position: absolute;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../../../common/img/icon_sadakichi.jpg");
  background-size: 30px;
}
ul.toukou li .kaori:before, ul.toukou_flex li .kaori:before {
  position: absolute;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../../../common/img/icon_kaori.jpg");
  background-size: 30px;
}
ul.toukou li .seiunkun:before, ul.toukou_flex li .seiunkun:before {
  position: absolute;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../img/icon_seiun.jpg");
  background-size: 30px;
}
ul.toukou li .photo, ul.toukou_flex li .photo {
  font-size: 1.4rem;
  border-radius: 10px;
  border: solid 1px #ddd;
}
ul.toukou li .photo span, ul.toukou_flex li .photo span {
  display: block;
  padding: 10px 15px;
  background-color: #FFF;
  margin-top: -10px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
ul.toukou li img, ul.toukou_flex li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
ul.toukou li img + img, ul.toukou_flex li img + img {
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}
.btn_rangetsu {
  max-width: 500px;
  margin: 30px auto 0;
}
.btn_rangetsu a {
  display: block;
  border: solid 1px #FFF;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.btn_rangetsu a:hover {
  background-color: #454545;
}
/* footer
------------------------------------------------- */
footer {
  padding: 30px 0 0;
  background-color: #401d86;
  color: #FFF;
  margin: auto;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
}
address {
  font-style: normal;
  font-size: 1.3rem;
}
#page-top {
  position: fixed;
  bottom: 50px;
  right: 4%;
}
#page-top a {
  color: #FFFFFF;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #401d86;
  border-radius: 50px;
}
#page-top a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  width: 25px;
  height: 25px;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer p span {
  font-size: 3.6rem;
  margin-right: 15px;
  display: inline-block;
}
dl.time {
  display: flex;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li a:link {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px 20px;
}
footer ul li a:visited {
  color: #FFF;
}
footer ul li a:hover {
  text-decoration: underline;
}
.copy {
  padding: 30px 0;
}
.btn {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 20px 12px 1px 12px;
  background-color: #1d9bf0;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer;
  font-size: 2rem;
}
.h3_kiyaku {
  color: #1d9bf0;
  font-family: 'Zen Maru Gothic', sans-serif;
}
ul.kiyakuatt {
  list-style: none;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
ul.kiyakuatt li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
ul.kiyakulist {
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-left: 20px;
}
ul.kiyakulist li {
  margin-bottom: 5px;
}
ul.kiyakulist ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
dl.kiyakudl {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 5px;
}
dl.kiyakudl dt {
  display: inline-block;
  padding: 1px 10px;
  color: #1d9bf0;
  border-radius: 50px;
  background-color: #d2edff;
  margin-bottom: 5px;
}
dl.kiyakudl dd {
  margin-bottom: 20px;
}
.end {
  display: inline-block;
  background-color: #1d9bf0;
  color: #FFF;
  border-radius: 200px;
  padding: 30px 20px;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 50px;
}
.end:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 30px solid #1d9bf0;
}
.trio {
  margin-bottom: 100px;
}
.end a {
  color: #FFF;
  text-decoration: underline;
}
ul.toukou li .resultname {
  font-size: 1.5rem;
  position: relative;
  padding: 0 40px;
}
.phrase {
  position: relative;
  padding: 0 30px;
  font-size: 4rem;
  color: #401d86;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px !important;
}
.phrase:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #7bbc42;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.phrase:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #7bbc42;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.phrase:before {
  left: 0;
}
.phrase:after {
  right: 0;
}
.ribbon {
  position: relative;
  xheight: 45px;
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  margin-bottom: 30px;
}
.ribbon:before { /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: 0;
  z-index: 1;
  border: 20px solid #f24e4e;
  border-left-color: transparent; /*山形に切り抜き*/
}
.ribbon:after { /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: 0;
  z-index: 1;
  border: 20px solid #f24e4e;
  border-right-color: transparent; /*山形に切り抜き*/
}
.ribbon h3 {
  position: relative;
  margin: 0 35px;
  padding: 7px 10px;
  color: #FFF;
  z-index: 10;
  background: #2196F3; /*真ん中の背景色*/
  background-color: #d90000;
  font-weight: 400;
  line-height: 1.4;
}
.ribbon h3 span {
  font-size: 1.5rem;
}
.ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #7f2b2b; /*左の折り返し部分*/
}
.ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #7f2b2b; /*右の折り返し部分*/
}
ul.index {
  margin-top: 100px;
  list-style: none;
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
}
ul.index li {
  background-color: #1d9bf0;
  border-right: 2px dotted #FFF;
  flex: 1;
}
ul.index li:first-child {
  border-radius: 50px 0 0 50px;
}
ul.index li:last-child {
  border-radius: 0 50px 50px 0;
  border-right: none;
}
ul.index li a {
  color: #FFF;
  text-decoration: none;
  padding: 15px 40px 25px;
  font-size: 2.4rem;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ul.index li a:before {
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  bottom: 12px;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  position: absolute;
}
ul.index li:hover {
  background-color: #44ACF3;
}
.arrow-bottom {
  border: 0;
}
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 */
  display: block;
  margin: auto;
}
/* 概要 */
article.outline {
  margin: 100px 0 20px;
  font-size: 2rem;
}
article.outline p {
  margin-bottom: 20px;
  line-height: 2;
}
article.outline strong {
  font-size: 2.6rem;
}
.marker {
  background: linear-gradient(transparent 70%, #fdff41 70%);
}
.flex_photo1 {
  display: flex;
  text-align: left;
  align-items: center;
  margin: 50px 0 0 10%;
  font-size: 20px;
}
.flex_photo1 dt {
  width: 200px;
  margin-right: 10px;
  position: relative;
}
.flex_photo1 dt:before {
  content: "";
  width: 150px;
  height: 150px;
  background-color: #FFF;
  display: block;
  position: absolute;
  right: -50px;
  top: -100px;
  border-radius: 100%;
  z-index: -1;
}
.flex_photo1 dd img {
  width: 250px;
  height: auto;
  border-radius: 100%;
}
.flex_photo2 {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  align-items: center;
  margin: -150px 6% 0 0;
  font-size: 20px;
}
.flex_photo2 dt {
  width: 200px;
  margin-left: 10px;
  position: relative;
}
.flex_photo2 dt:before {
  content: "";
  width: 180px;
  height: 180px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: -50px;
  top: -100px;
  border-radius: 100%;
  z-index: -1;
}
.flex_photo2 dd img {
  width: 270px;
  height: auto;
  border-radius: 100%;
}
.flex_photo3 {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  margin: -20px 10% 50px 0;
  font-size: 20px;
}
.flex_photo3 dt {
  width: 150px;
  margin-right: 10px;
  position: relative;
}
.flex_photo3 dt:before {
  content: "";
  width: 150px;
  height: 150px;
  background-color: #FFF;
  display: block;
  position: absolute;
  right: -50px;
  bottom: 0;
  border-radius: 100%;
  z-index: -1;
}
.flex_photo3 dd img {
  width: 250px;
  height: auto;
  border-radius: 100%;
}
dl.about {
  text-align: left;
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}
dl.about dd {
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
}
/* 受賞者発表2024
------------------------------------------------- */
header .ttl {
  text-align: center;
}
ul.award {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
ul.award li {
  text-align: center;
}
ul.award li:first-child {
  width: 30%;
  box-sizing: border-box;
}
ul.award li:nth-child(2) {
  width: 40%;
}
ul.award li:last-child {
  width: 30%;
  box-sizing: border-box;
}
ul.award li img {
  display: block;
  margin: 10px auto 0;
}
ul.award li.voice {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
ul.award li.voice:before {
  content: '';
  position: absolute;
  top: 10%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
ul.award li.voice:after {
  content: '';
  position: absolute;
  top: 10%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
ul.award li.voice:before {
  left: 0;
}
ul.award li.voice:after {
  right: 0;
}
.thanks {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
  line-height: 1.8;
}
.thanks span {
  font-size: 3.6rem;
  margin: 0 10px;
}
.sticky {
  position: sticky;
  top: -10px;
  z-index: 999;
}
ul.award_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 0 4% 0;
}
ul.award_menu li {
  width: 14.285%;
}
ul.award_menu li:first-child a {
  border-radius: 10px 0 0 0;
}
ul.award_menu li:last-child a {
  border-radius: 0 10px 0 0;
  border-right: none;
}
ul.award_menu li a {
  background-color: #1d9bf0;
  color: #FFF;
  text-decoration: none;
  padding: 12px 5px 10px;
  font-size: 1.8rem;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: dotted 2px #FFF;
}
ul.award_menu li a:hover {
  background-color: #44ACF3;
}
ul.award_menu li.current a {
  color: #1d9bf0;
  background-color: #FFF;
  border-bottom: 2px solid #1d9bf0;
  border-right: dotted 2px #1d9bf0;
}
ul.award_menu li:last-child.current a {
  border-right: none;
}
.award_wrap {
  background-color: #FFF;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px;
  box-sizing: border-box;
}
.award_wrap article {
  padding-bottom: 50px;
  border-bottom: dashed 1px #ddd;
  xwidth: 80%;
  margin: 0 auto 50px;
}
.award_wrap article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
h2.award {
  font-size: 40px;
  xfont-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 600;
  color: #7bbc42;
  margin-bottom: 30px;
}
.award_photo img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 768px;
  max-width: 100%;
  width: auto;
}
dl.award_name {
  margin: 30px 0;
}
dl.award_name dt {
  font-size: 1.6rem;
  color: #666666;
}
dl.award_name dd {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Zen Maru Gothic', sans-serif;
}
dl.award_name dd span {
  font-size: 2rem;
  margin-left: 10px;
}
.comment {
  font-size: 1.6rem;
  text-align: left;
  margin: auto;
  line-height: 1.8;
  max-width: 768px;
}
.comment p {
  margin-bottom: 20px;
}
.shimekiri {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
}
ul.mascot {
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.mascot li:first-child {
  position: absolute;
  top: 50px;
  left: 20%;
}
.btn_small {
  text-align: center;
}
.btn_small {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.btn_small a {
  display: inline-block;
  background-color: #1d9bf0;
  border-radius: 100px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 10px 40px 10px 30px;
  border: solid 5px #FFF;
  position: relative;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.btn_small a:hover {
  background-color: #44ACF3;
}
.btn_small a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}