@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");

/*---------------------------------
 base
---------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: calc(100 / 1200 * 10vw);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100 / 750 * 10vw);
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f6f0e5;
  font-weight: 500;
  color: #222;
}

/*---------------------------------
 common
---------------------------------*/
.section {
  width: 100%;
  max-width: calc(1000px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
}
.section_title {
  font-size: 4.2rem;
  text-align: center;
  font-weight: 700;
  color: #aa190f;
  margin-bottom: 1rem;
}
h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.text {
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.text-c {
  text-align: center;
}
.white {
  color: #fff;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.link_border {
  border-bottom: 1px solid #222;
}
.link_border:hover {
  opacity: 0.7;
  border-bottom: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.pc_none {
  display: none;
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
main {
  overflow-x: hidden;
}

/* noshi */
.noshi_1,
.noshi_2,
.noshi_3 {
  position: relative;
  padding-bottom: 6rem;
}
.noshi_1::after,
.noshi_2::after,
.noshi_3::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.noshi_1::after {
  background-image: url(../img/noshi_red.svg);
}
.noshi_2::after {
  background-image: url(../img/noshi_red2.svg);
}
.noshi_3::after {
  background-image: url(../img/noshi_white.svg);
}

/*---------------------------------
 固定ボタン
---------------------------------*/


/* 固定ボタン */
.apply_button_pc {
  z-index: 999;
  display: flex;
}

.apply_button_pc span {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: center;
}


/* 応募作品紹介中 */
.fixed_button01_pc{
  color: #fff;
  background-color: #c6513d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.5em;
  height: 13.5em;
  border-radius: 50%;
  opacity: 1;
  margin-right: 0.5em;
}
.fixed_button01_pc:hover {
  animation-duration: 0.5s;
  animation-timing-function:ease-out;
  animation-name: buttonanime;
}



.fixed_button02_pc{
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.5em;
  height: 13.5em;
  border-radius: 50%;
  opacity: 1;
}

.fixed_button02_pc:hover {
  background-color: #c6513d;
  animation-duration: 0.5s;
  animation-timing-function:ease-out;
  animation-name: buttonanime;
}




@keyframes buttonanime{
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.7);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }

}


/*---------------------------------
 Anime
---------------------------------*/
#js-logo {
  animation: logoAnime 0.4s ease 0.6s forwards;
  transform: scale(0);
}
@keyframes logoAnime {
  0% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes senryuAnime {
  0% {
    transform: rotate(-10deg) scale(0.6);
  }
  60% {
    transform: rotate(10deg) scale(1.1);
  }
  100% {
    transform: rotate(10deg) scale(1);
  }
}
@keyframes pepopleAnime {
  0% {
    transform: translateX(-50%);
  }
  20% {
    transform: translateX(-50%) translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes onpuAnime {
  0% {

    transform: rotate(0);
  }
  6%,
  18%,
  30%,
  42% {
    opacity: 1;
    transform: rotate(15deg);
  }
  12%,
  24%,
  36% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes kumoAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active {
  animation: kumoAnime 2s ease-out forwards;
}
.kumo_01,
.kumo_03,
.kumo_05 {
  opacity: 0;
  transform: translateX(-8rem);
}
.kumo_02,
.kumo_04,
.kumo_06 {
  opacity: 0;
  transform: translateX(8rem);
}
/* .js-fadein {
  opacity: 0;
  transform: translateY(2rem);
  transition: .6s ease-in-out;
} */
.view {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------
 mv
---------------------------------*/
.mv {
  background-color: #fffdee;
}
.mv_title_logo {
  width: 32.58vw;
  min-width: 275px;
  margin: 0 auto;
  padding: 65px 0 0;
  position: relative;
}
.mv .mv_title_logo::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/senryu_book.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 28%;
  right: -36%;
  width: 35%;
  height: 42%;
  z-index: 10;
  animation: senryuAnime 0.6s ease 1s forwards;
  transform: scale(0);
}
.mv .mv_pepople {
  width: 52vw;
  margin: 1rem auto 0;
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%) translateY(-100px);
  animation: pepopleAnime 0.6s ease-out 1.2s forwards;
  opacity: 0;
}
.mv .mv_onpu_01 {
  position: absolute;
  bottom: 7vw;
  left: 18vw;
  width: 1.6vw;
  animation: onpuAnime 3s ease-out 4s infinite;
  opacity: 0;
}
.mv .mv_onpu_02 {
  position: absolute;
  bottom: 6vw;
  left: 33vw;
  width: 1vw;
  animation: onpuAnime 3s ease-out 3s infinite;
  opacity: 0;
}
.mv .mv_onpu_03 {
  position: absolute;
  bottom: 6vw;
  right: 18vw;
  width: 1.3vw;
  animation: onpuAnime 3s ease-out 5s infinite;
  opacity: 0;
}
.mv .mv_inner {
  position: relative;
  padding-bottom: 10%;
  max-width: 1920px;
  width: 80vw;
  margin: 0 auto;
}
.mv .mv_inner::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/mv_kumo_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0%;
  left: -22%;
  width: 46%;
  height: 71%;
  animation: kumoAnime 2s ease-out 1.4s forwards;
  opacity: 0;
  transform: translateX(-10rem);
}
.mv .mv_inner::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/mv_kumo_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12%;
  right: -19%;
  width: 45%;
  height: 61%;
  animation: kumoAnime 2s ease-out 1.8s forwards;
  opacity: 0;
  transform: translateX(10rem);
}

/* 募集終了 */
.syuryo{
  width: 9%;
  position: absolute;
  top: 55%;
  left: 20%;
  transform: rotate(-11deg);
}

.information_syuryo{
  font-size: 2.4rem;
  font-weight: 900;
  color: #aa190f;
  margin:3em 0;
  text-align: center;
}

/*---------------------------------
 about
---------------------------------*/
.about {
  width: 100%;
  padding: 0 4rem;
  position: relative;
}
.about_inner {
  width: 82%;
  margin: 11% auto 0;
}
.about_text {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin: 0 auto;
  color: #aa190f;
}
.kumo_01 {
  position: absolute;
  top: -33%;
  left: -6%;
  width: 24%;
  z-index: -10;
  animation: kumoAnime 2s ease-out 2.2s forwards;
}
.kumo_02 {
  position: absolute;
  bottom: -24%;
  right: -6%;
  width: 24%;
  z-index: -10;
  animation: kumoAnime 2s ease-out 2.4s forwards;
}

/*---------------------------------
 period
---------------------------------*/
.period_title {
  width: 25%;
  margin: 6rem auto 0;
}
.period_text {
  font-size: 6.2rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.8em 0 0.5em;
  margin-top: -1.8rem;
}
span {
  font-size: 0.5em;
}
.sp_tate {
  font-size: 6.2rem;
}

/*---------------------------------
 information
---------------------------------*/
.information {
  position: relative;
  background-image: repeating-linear-gradient(45deg, #b3311b 25%, transparent 25%, transparent 75%, #b3311b 75%, #b3311b),
    repeating-linear-gradient(45deg, #b3311b 25%, #aa190f 25%, #aa190f 75%, #b3311b 75%, #b3311b);
  background-position: 0 0, 52px 52px;
  background-size: 104px 104px;
  padding: 10rem 4rem;
  margin: 13rem auto;
  z-index: 10;
}
.information .information_inner {
  background-image: url(../img/info_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10rem 7rem;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  aspect-ratio: 1100 / 850;
}
.information .information_inner .noshi_2::after {
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%);
}
.information .information-detail {
  padding: 0 8rem;
  margin-top: 4em;
}
.information .information-detail_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
.information .information-detail_item dt {
  background-color: #aa190f;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 42px;
  font-size: 2rem;
  width: 14rem;
  text-align: center;
  margin-right: 4rem;
}
.information .information-detail_item dd {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

/*---------------------------------
 プレゼント
---------------------------------*/
/* .present {
  position: relative;
}
.present .present_inner {

  width: 90%;
  margin: 10rem auto 0;
}

.present_inner h3{
  text-align: center;
  letter-spacing: 0.05em;
}

.present .present_inner_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;

}
.present .present_text {
  width: 53%;
  margin-right: 5%;
} */

/* .present .kumo_03 {
  position: absolute;
  top: -13%;
  left: -4%;
  width: 24%;
  height: 89%;
  z-index: 10;
}
.present .kumo_04 {
  position: absolute;
  bottom: -29%;
  right: -4%;
  width: 24%;
  height: 89%;
  z-index: -10; */
/* } */


/*---------------------------------
入選作品
---------------------------------*/

.selected{
  text-align: center;
  margin-top: 15rem;
  position: relative;
}
.selected h3{
  color: #aa190f;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.selected_inner{
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.present_img {
  width: 12%;
  display: inline-block;
  margin-right: 2em;
}
.selected_inner .text{
  text-align: left;
}
.prize{
  display: inline-block;
  background-color: #aa190f;
  color: #fff;
  border-radius: 42px;
  padding: 0em 2em;
  font-size: 1.6rem;
}
.prize_text{
  color: #aa190f;
  font-weight: bold;
  font-size: 2rem;
}

.selected::before{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -32%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 25%;
}
.selected::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -34%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 25%;
}
.selected_02{
  position: relative;
}

.selected_02::before{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 25%;
}
.selected_02::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/line02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -28%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 25%;
}

/*---------------------------------
 作品
---------------------------------*/
.work {
  margin-top: 12rem;
  position: relative;
}
.work .senryu_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10rem;
  row-gap: 7rem;
  column-gap:3.5rem;
}
.work .senryu_item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(20% - 3rem);
  height: 100%;
  background-image: url(../img/senryu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 167 / 278;;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
}
.work .senryu_yellow{
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(20% - 3rem);
  height: 100%;
  background-image: url(../img/senryu_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 167 / 278;;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
}
.work .senryu_item::after {
  position: absolute;
  right: -2rem;
  bottom: 2rem;
  content: "";
  display: block;
  width: 7.1rem;
  height: 7.8rem;
  background-image: url(../img/hude.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.work .senryu_text {
  writing-mode: vertical-rl;
  position: relative;
  display: inline;
  -ms-writing-mode: tb-rl;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  padding: 4rem 0;
}
.work .penname {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-align: right;
  margin-right: 1rem;
}
.work .kumo_05 {
  position: absolute;
  top: -16%;
  left: -8%;
  width: 26%;
}
.work .kumo_06 {
  position: absolute;
  bottom: -15%;
  right: -3%;
  width: 20%;
  z-index: -10;
}

/*---------------------------------
 作品紹介
---------------------------------*/

.work_introduction {
  margin-top: 18rem;
  position: relative;
}
.work_introduction .senryu_list_introduction {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8rem;
  row-gap: 6rem;
  column-gap: 8.8rem;
}
.work_introduction .senryu_item_introduction {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(10% - 0rem);
  height: 100%;
  background-image: url(../img/senryu_introduction.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 100 / 440;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
}

.work_introduction .senryu_text_introduction {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  display: inline;
  -ms-writing-mode: tb-rl;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  padding: 2.5rem 0;
}
.work_introduction .penname_introduction {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: right;
  margin-right: 1rem;
}
.work_introduction .kumo_05 {
  position: absolute;
  top: -16%;
  left: -8%;
  width: 26%;
}
.work_introduction .kumo_06 {
  position: absolute;
  bottom: -15%;
  right: -3%;
  width: 20%;
  z-index: -10;
}

.work_small{
    font-size:1.7rem;

}
.tate-chu-yoko{
  font-size: 1.8rem;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;/*Safari */
}

small{
  display: block;
  text-align: right;
  font-size: 1.4em;
  margin-top: 7em;
}

/*---------------------------------
 応募方法
---------------------------------*/
.application {
  background-color: #aa190f;
  opacity: 1;
  background-image: repeating-linear-gradient(45deg, #b3311b 25%, transparent 25%, transparent 75%, #b3311b 75%, #b3311b),
    repeating-linear-gradient(45deg, #b3311b 25%, #aa190f 25%, #aa190f 75%, #b3311b 75%, #b3311b);
  background-position: 0 0, 52px 52px;
  background-size: 104px 104px;
  padding: 10rem 0;
  margin-top: 18rem;
}
.application .application_inner {
  width: 90%;
  margin: 0 auto;
}
.application .application_text {
  text-align: left;
  letter-spacing: 0.05em;
}
.application .application_content {
  margin-top: 10rem;
}
.application .application_method {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6em;
  margin-top: 3em;
}
.application .application_web {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.application .appication_title {
  display: flex;
}
.application .icon {
  margin-right: 2em;
}
.application .application_text p {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.application .application_postcard {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.application .form_button {
  color: #fff;
  background-color: #000;
  padding: 1em 5.5em;
  border-radius: 42px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.application .form_button:hover {
  background-color: #C6513D;
}

.application .form_button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -0.2em;
}
.application .apply_online {
  color: #aa190f;
  position: relative;
}
.application .apply_postcard {
  color: #aa190f;
  position: relative;
}
.application .postcard_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  margin-left: 7rem;
}
.application .postcard_contents p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.application .postcard_contents dt {
  display: inline-block;
  background-color: #aa190f;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 42px;
  font-size: 2rem;
  text-align: center;
  margin-right: 4rem;
}
.application .postcard_contents dd {
  font-size: 2rem;
  margin-top: 1.5em;
  font-weight: 500;
}
.application .postcard_contents li {
  margin-top: 0.75em;
  margin-left: 2.5em;
  text-indent: -2.5em;
  line-height: 1.75;
}
.application .number {
  display: inline-block;
  color: #fff;
  background-color: #aa190f;
  border-radius: 50%;
  font-size: 1em;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  text-indent: 0;
  margin-right: 1em;
  line-height: 1.4em;
}

/*---------------------------------
 応募規約
---------------------------------*/
.terms {
  padding-top: 10rem;
}
.terms .terms_inner {
  width: 90%;
  margin: 10rem auto 0;
}
.terms .terms_item {
  margin-top: 5rem;
}
.terms .terms_title {
  font-size: 2rem;
}
.terms .terms_title::before {
  content: "";
  display: inline-block;
  background-color: #aa190f;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5em;
}
.terms .terms_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
.terms .terms_text li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}

/*---------------------------------
 フッター
---------------------------------*/
footer {
  background-color: #aa190f;
  padding: 8rem 0 2rem 0;
  margin-top: 18rem;
}
footer .footer_inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
footer .footer_inner::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/footer_onpu_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0px;
  left: 16%;
  width: 10%;
  height: 42%;
}
footer .footer_inner::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/footer_onpu_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 27%;
  right: 9%;
  width: 8%;
  height: 47%;
}
footer .footer_seishun_hp {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 5rem;
}
footer .seishun_logo {
  width: 38%;
  min-width: 245px;
  max-width: 390px;
}
footer .footer_text {
  font-size: 2rem;
  color: #aa190f;
  font-weight: 700;
  margin-top: 1.5em;
}
footer .hp_link_button {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #aa190f;
  padding: 1em 3em 1em 2.5em;
  border-radius: 47px;
  margin-top: 1em;
  position: relative;
  transition: 0.4s;
}
footer .hp_link_button:hover {
  opacity: 0.7;
}
footer .hp_link_button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -0.2em;
  transition: 0.4s;
}

footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5vw;
  align-items: flex-end;
}
footer .yamaha_logo {
  width: 15rem;
}
footer .footer_list {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
}
footer .policy {
  text-align: end;
}
footer .footer_list a:nth-child(n + 2) {
  padding-left: 2em;
  position: relative;
}
footer .footer_list a:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  left: 0.75em;
  top: 6px;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
footer small {
  color: #fff;
  font-size: 1.2rem;
}

/* sp */
@media screen and (max-width: 768px) {
  /*---------------------------------
 common
---------------------------------*/
  .section {
    padding: 0;
    width: 90%;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .text {
    font-size: 3.2rem;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 6rem;
  }
  .text-c {
    text-align: left;
  }
  h3 {
    font-size: 4rem;
    line-height: 1.5;
  }
  .noshi_1,
  .noshi_2,
  .noshi_3 {
    padding-bottom: 0;
  }
  .section_title {
    font-size: 4.4rem;
    padding-bottom: 4rem;
  }
  .section_title.noshi_2 {
    padding-bottom: 0;
  }
  /* 固定ボタン */
  .apply_button_pc {
    display: none;
    background-color: #fff;
  }
  .apply_button_sp {
    position: fixed;
    bottom: 0;
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 100;
    background-color: #fffdee;
  }
  .fixed_button01_sp{
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background-color: #c6513d;
    border-radius: 10px;
    padding: 1.2em 0;
    text-align: center;
    width: 95%;
    /* margin-right: 2%; */
  }
  .fixed_button02_sp{
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 1.2em 0;
    text-align: center;
    width: 45%;
  }

  /*---------------------------------
 mv
---------------------------------*/
  .mv .mv_title_logo {
    width: 64vw;
    padding: 16rem 0 0;
  }
  .mv .mv_title_logo::after {
    bottom: -39%;
    right: -12%;
    width: 31%;
    top: unset;
  }
  .mv .mv_inner {
    padding-bottom: 50%;
  }
  .mv .mv_inner::before {
    background-image: url(../img/mv_kumo_left_sp.svg);
    top: -4%;
    left: -3%;
    width: 104%;
    height: 17%;
  }
  .mv .mv_inner::after {
    background-image: url(../img/mv_kumo_right_sp.svg);
    bottom: 17%;
    left: 0%;
    width: 89%;
    height: 14%;
    top: unset;
  }
  .mv .mv_pepople {
    width: 70vw;
    bottom:-1%;
  }
  .mv .mv_onpu_01 {
    bottom: 13rem;
    left: 13rem;
    width: 4rem;
  }
  .mv .mv_onpu_02 {
    bottom: 9rem;
    left: 30rem;
    width: 2rem;
  }
  .mv .mv_onpu_03 {
    bottom: 12rem;
    right: 11rem;
    width: 4rem;
  }
  .syuryo {
    width: 22%;
    top: 56%;
    left: -7%;
    z-index: 10;
  }

  /*---------------------------------
 about
---------------------------------*/
  .about {
    padding: 0;
  }
  .about .kumo_01 {
    width: 32%;
    height: 78%;
  }
  .about .kumo_02 {
    bottom: -20%;
    right: -4%;
    width: 30%;
  }
  .about .about_inner {
    width: 100%;
    margin: 22rem 0;
  }
  .about .about_text {
    font-size: 4rem;
    line-height: 1.5;
  }

  /*---------------------------------
 period
---------------------------------*/
  .period .period_title {
    width: 46%;
    margin: -8rem auto 0;
  }
  .period .period_text {
    font-size: 8.4rem;
    padding: 0.8em 0 0.8em;
  }
  .period .sp_tate {
    writing-mode: tb-rl;
  }

  /*---------------------------------
 応募要項
---------------------------------*/
  .information .information_inner {
    background-image: url(../img/info_back_sp.svg);
    margin: auto;
    width: 100%;
    aspect-ratio: 335 / 820;
  }
  .information .information-detail {
    padding: 0;
    margin-top: 11em;
  }
  .information .information-detail_item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .information .information-detail_item dt {
    padding: 0.5em;
    font-size: 3.2rem;
    width: 22rem;
    text-align: center;
  }
  .information .information-detail_item dd {
    font-size: 3.2rem;
    margin-top: 2rem;
    line-height: 1.5;
  }
  .information_syuryo{
    font-size: 3.2rem;
    margin-bottom: 2em;
  }

  /*---------------------------------
 プレゼント
---------------------------------*/
  .present .kumo_03 {
    top: -7%;
    left: -4%;
    width: 33%;
  }
  .present .kumo_04 {
    bottom: -55%;
    right: -6%;
    width: 34%;
  }

  .present_inner h3{
    text-align: left;
  }
  .present .present_inner {
    width: 100%;    
  }

  .present .present_inner_flex {
    flex-direction: column;
    margin-top: 0px;

  }
  .present .present_text {
    width: 100%;
    margin-right: 0%;
  }
  .present .present_text .text{
    margin-top: 5rem;
  }
  .present .present_img {
    width: 53%;
    margin-top: 4rem;
  }


   /*---------------------------------
 入選作品
---------------------------------*/
  .selected h3{
    font-size: 3.8rem;
  }

  .selected_inner{
    align-items: flex-end;
  }
  .selected_inner .text{
    margin-top: 0rem;
  }

  .present_img {
    width: 28%;
  }
  .prize {
    font-size: 2.6rem
  }
  .prize_text{
    font-size: 3rem;
}
.selected::before {
  width: 85%;
}

.selected::after  {
  width: 85%;
}

.selected_02::before {
  width: 85%;
  top: -65%;
  height: 32%;
}

.selected_02::after  {
  width: 85%;
  bottom: -40%;
  height: 32%;
}
  /*---------------------------------
 作品
---------------------------------*/
  .work {
    margin-top: 16rem;
  }
  .work .kumo_05 {
    top: -13%;
    left: -8%;
    width: 40%;
  }
  .work .kumo_06 {
    bottom: -4%;
    right: -1%;
    width: 34%;
  }
  .work .senryu_list {
    width: 80%;
    margin: 10rem auto 0;
  }
  .work .senryu_item {
    width: calc(50% - 3rem);
  }
  .work .senryu_text {
    font-size: 3.2rem;
    padding: 5rem 0;
  }

  .work .penname{
    font-size: 2.6rem;
  }


  /*---------------------------------
 作品紹介
---------------------------------*/
.work_introduction{
  margin-top: 25rem;
}
.work_introduction .kumo_05 {
  top: -3%;
  left: -8%;
  width: 40%;
}
.work_introduction .kumo_06 {
  bottom: -12%;
  right: -1%;
  width: 34%;
}

.work_introduction .senryu_list_introduction {
  flex-direction: column;
  row-gap: 3rem;
}

.work_introduction .senryu_text_introduction {
  writing-mode: horizontal-tb;
  position: relative;
  display: inline;
  -ms-writing-mode: tb-rl;
  font-size: 2.9rem;
  line-height: 1.5;
  padding: 5rem 0;
  width: 85%;
  letter-spacing: 0.01rem;
}
.work_introduction .senryu_list_introduction {
  width: 100%;
  margin: 8rem auto 0;
}

.work_introduction .senryu_item_introduction {
  background-image: url(../img/senryu_introduction_sp.svg);
  width: 100%;
  aspect-ratio: 335 / 100;
}
.work_introduction .penname_introduction {
  writing-mode: horizontal-tb;
  font-size: 2.8rem;
  margin-top: 0.5em;
}
.tate-chu-yoko{
    font-size: 2.9rem;

}
.work_small{
  font-size: 2.5rem;
}




small{
  text-align-last: left;
  font-size: 2.8em;
  margin-top: 4em;
}

  /*---------------------------------
 応募方法
---------------------------------*/
  .application .application {
    margin-top: 22rem;
  }
  .application .application_web {
    flex-direction: column;
    text-align: left;
  }
  .application .icon {
    margin-right: 3em;
    width: 8rem;
  }
  .application .button_area {
    margin-top: 6rem;
    width: 100%;
  }
  .application .form_button {
    font-size: 3.2rem;
    padding: 1em 0;
    width: 100%;
    text-align: center;
  }
  .application .application_text p {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .application .application_web .icon {
    margin-left: -5rem;
  }
  .application .application_postcard .icon img {
    width: 80%;
  }
  .application .postcard_contents {
    flex-direction: column;
    margin-left: 0;
  }
  .application .postcard_contents dl:nth-child(n + 2) {
    margin-top: 6rem;
  }
  .application .postcard_contents dt {
    font-size: 3.2rem;
    padding: 0.5em;
    width: 22rem;
    text-align: center;
  }
  .application .postcard_contents dd {
    font-size: 3.2rem;
  }
  .application .sp_indent {
    text-indent: -3em;
    margin-left: 3em;
  }

  /*---------------------------------
 応募規約
---------------------------------*/
  .terms {
    padding-top: 10rem;
  }
  .terms .terms_inner {
    width: 100%;
  }
  .terms .terms_item {
    margin-top: 6rem;
  }
  .terms .terms_title {
    font-size: 3.6rem;
  }
  .terms .terms_text {
    font-size: 2.8rem;
    line-height: 1.75;
  }

  /*---------------------------------
 フッター
---------------------------------*/
  footer {
    padding-bottom: 20rem;
  }
  footer .footer_inner {
    width: 90%;
  }
  footer .footer_seishun_hp {
    padding: 10rem 8rem;
    align-items: start;
  }
  footer .footer_inner::before {
    top: -1%;
    left: 4%;
    width: 14%;
    height: 15%;
  }
  footer .footer_inner::after {
    bottom: 21%;
    right: 7%;
    width: 12%;
    height: 109%;
  }
  footer .seishun_logo {
    width: 100%;
  }
  footer .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer_text {
    font-size: 2.8rem;
    line-height: 2;
    margin-top: 5rem;
  }
  footer .hp_link_button {
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
  }
  footer .yamaha_logo {
    width: 23rem;
  }
  footer .footer_bottom {
    margin-top: 10rem;
  }
  footer .policy {
    margin-top: 5rem;
    text-align: left;
  }
  footer .footer_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  footer .footer_list a {
    font-size: 2.8rem;
    padding-top: 1em;
    margin-top: 0.8rem;
  }
  footer .footer_list a:nth-child(-n + 2) {
    padding-right: 0;
    border-right: none;
  }
  footer .footer_list a:nth-child(n + 2) {
    padding-left: 0;
  }
  footer .footer_list a:nth-child(n + 2)::before {
    display: none;
  }
  footer small {
    margin-top: 4rem;
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.5;
  }
}
