@charset "UTF-8";
/*==============================
 @ general
==============================*/
/*
 @ Variable
------------------------------*/
/*
 @ UI Parts
------------------------------*/
/*==============================
 @ common
==============================*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #fffdeb;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

/*==============================
 @ site-content
==============================*/
.site-cotent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*==============================
 @ header
==============================*/
.header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background-color: white;
}

.header__mv {
  position: relative;
  width: 100%;
}

.header__lead {
  width: 90.7%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto 5%;

}

.header__lead p {
  margin: 2%;
  padding: 4.5% 3%;
  color: #006f4c;
  font-size: 24px;
  line-height: calc(39/24);
  letter-spacing: 0.04em;
  font-weight: 600;
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  .header {
    max-width: 650px;
  }
  .header__lead {
    width: 88%;
    margin: 0 auto 9%;
  }
  .header__lead p {
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (650 - 320));
    padding: 7.2% 3%;
  }
}



/*==============================
 @ main content
==============================*/
.main {
  position: relative;
  width: 100%;
  background: #fffdeb;
  padding: 0 0 80px;
}
.main::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 100%;
  background: url(../image/_result/bg_ptn1.svg) repeat-y top/100% 997px;
  top: 40px;
  left: calc(50% - 420px);
  transform: translateX(-240px);
  z-index: 0;
}
.main::after {
  position: absolute;
  content: "";
  width: 340px;
  height: 100%;
  background: url(../image/_result/bg_ptn2.svg) repeat-y top/100% 997px;
  top: 40px;
  right: calc(50% - 420px);
  transform: translateX(240px);
  z-index: 0;
}
.main__inn {
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: center;
  padding: 57px 32px 120px;
  margin: 0 auto;
  background-color: white;
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
.main_headline {
  margin-bottom: 32px;
}
@media screen and (max-width: 650px) {
  .main {
    padding: 40px 0 50px;
  }
  .main::before {
    width: 130px;
    background-size: 100% 379px;
    left: 24px;
    top: 72px;
    transform: translateX(-90px);
  }
  .main::after {
    width: 130px;
    background-size: 100% 379px;
    right: 34px;
    transform: translateX(90px);
    top: 72px;
  }
  .main__inn {
    width: 88%;
    padding: 10% 4% 8%;
    border-radius: 16px;
  }
  .main_headline {
    position: absolute;
    width: 100%;
    margin-bottom: 32px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
}



/*==============================
 @ prize
==============================*/

/*
 @ prize1
==============================*/
.prize1 {
  background: url(../image/_result/prize1_4.png) no-repeat top left/100% 100%;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
  padding: 32px 44px 40px;
}
.prize1 h2 {
  width: 374px;
  margin: 0 auto 20px;
}
.prize1 .prize1_2 {
  position: absolute;
  width: 126px;
  height: 124px;
  top: -20px;
  left: -17px;
}
.prize1 .prize1_3 {
  position: absolute;
  width: 78px;
  height: 72px;
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 650px) {
  .prize1 {
    padding: 4% 6% 6%;
    margin-bottom: 4%;
  }
  .prize1 h2 {
    width: 59%;
    margin-bottom: 2.5vw;
  }
  .prize1 .prize1_2 {
    width: 16.5%;
    height: 38.4%;
    top: -7px;
    left: -7px;
  }
  .prize1 .prize1_3 {
    width: 10.4%;
    height: 23%;
  }
}

/*
 @ prize2
==============================*/
.prize2 {
  background: url(../image/_result/prize2_2.png) no-repeat top left/100% 100%;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
  padding: 32px 44px 40px;
}
.prize2 h2 {
  width: 374px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  .prize2 {
    padding: 4% 6% 6%;
    margin-bottom: 4%;
  }
  .prize2 h2 {
    width: 59%;
    margin-bottom: 2.5vw;
  }
}

/*
 @ prize3
==============================*/
.prize3 {
  background: url(../image/_result/prize3_2.png) no-repeat top left/100% 100%;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
  padding: 32px 44px 40px;
}
.prize3 h2 {
  width: 374px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  .prize3 {
    padding: 4% 6% 6%;
    margin-bottom: 4%;
  }
  .prize3 h2 {
    width: 59%;
    margin-bottom: 2.5vw;
  }
}

/*
 @ prize4
==============================*/
.prize4 {
  background: url(../image/_result/prize4_2.png) no-repeat top left/100% 100%;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
  padding: 32px 44px 40px;
}
.prize4 h2 {
  width: 520px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  .prize4 {
    padding: 4% 6% 6%;
    margin-bottom: 4%;
  }
  .prize4 h2 {
    width: 85.5%;
    margin-bottom: 2.5vw;
  }
}

/*
 @ prize5
==============================*/
.prize5 {
  background: url(../image/_result/prize5_2.png) no-repeat top left/100% 100%;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
  padding: 32px 44px 40px;
}
.prize5 h2 {
  width: 374px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 650px) {
  .prize5 {
    padding: 4% 6% 6%;
    margin-bottom: 4%;
  }
  .prize5 h2 {
    width: 59%;
    margin-bottom: 2.5vw;
  }
}

/*==============================
 @ artwork
==============================*/
.artwork li + li {
  margin-top: 38px;
}
.artwork__work {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 22px 0 23px;
  background-color: white;
  border-radius: 6px;
}
.artwork__author {
  color: #333;
  font-size: 24px;
  text-align: right;
  letter-spacing: .05em;
  margin-top: 15px;
}
@media screen and (max-width: 650px) {
  .artwork li + li {
    margin-top: 14px;
  }
  .artwork__work {
    font-size: 3.4vw;
    padding: .7em 0;
  }
  .artwork__author {
    font-size: 3.1vw;
    padding-right: .25em;
    margin-top: .25em;
  }
}

/*==============================
 @ to TOP
==============================*/
.top-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: block;
  width: 94px;
  height: 94px;
  background-color: #cbcbcb;
  border-top-left-radius: 15px;
  background-image: url(../image/icon_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 15px;
}

@media screen and (max-width: 650px) {
  .top-top {
    width: 60px;
    height: 60px;
    border-top-left-radius: 12px;
    background-size: 18px 10px;
  }
}
