@charset "utf-8";
/***********************************************************************
LP
************************************************************************/
#main-visual {
  position: relative;
  height: 910px;
  z-index: 2;
}

#main-visual .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: 1440px auto;
}

#main-visual .box{
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
  height: 920px;
}

/*▼修正0714*/
#main-visual .logo {
  width: 270px;
  position: absolute;
  left: 48%;
  top: 7.3%;
  margin-left: -100px;
}

#main-visual .logo img {
  width: 100%;
}
/*▲修正0714*/

#main-visual .ttl {
  width: 885px;
  position: absolute;
  left: 43.5%;
  top: 30.2%;
  margin-left: -345px;
}

#main-visual .parts{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
}

#main-visual .parts img{
  width: 100%;
}


#main-visual .parts1 {
  position: absolute;
  width: 264px;
  left: 50%;
  top: 20.8%;
  margin-left: -132px;
}

#main-visual .parts2 {
  position: absolute;
  width: 260px;
  left: 13.79%;
  top: 12%;
}

#main-visual .parts3 {
  position: absolute;
  width: 281px;
  top: 34.5%;
  left: 7%;
}

#main-visual .parts4 {
  position: absolute;
  width: 273px;
  top: 29%;
  right: 5%;
}

@media only screen and (max-width: 1440px) {

  #main-visual{
    position: relative;
    aspect-ratio: 1440/910;
    height: auto;
  }

  #main-visual .bg {
    background-size: 100%;
  }

  #main-visual .box {
    position: relative;
    aspect-ratio: 1440/910;
    height: auto;
  }

/*▼修正0714*/
  #main-visual .logo {
    width: 17.86%;
    left: 41.5%;
    top: 7.3%;
    margin-left: 0px;
  }
/*▲修正0714*/
	
  #main-visual .ttl {
    width: 61.45%;
    left: 19.5%;
    top: 30.2%;
    margin-left: 0;
  }

  #main-visual .ttl img{
    width: 100%;
  }

  #main-visual .parts1 {
    position: absolute;
    width: 18.33%;
    left: 41%;
    top: 20.8%;
    margin-left: 0;
  }

  #main-visual .parts2 {
    position: absolute;
    width: 18%;
    left: 13.79%;
    top: 12%;
  }

  #main-visual .parts3 {
    position: absolute;
    width: 19.5%;
    top: 34.5%;
    left: 7%;
  }

  #main-visual .parts4 {
    position: absolute;
    width: 18.95%;
    top: 29%;
    right: 5%;
  }
  
}
@media only screen and (max-width: 1024px) {

  #main-visual .logo {
    width: 26%;
    left: 38%;
    top: 5.3%;
    margin-left: 0px;
  }

  #main-visual .logo img{
    max-width: none;
    width: 100%;
  }

 #main-visual {
   position: relative;
   aspect-ratio: 768/972;
   height: auto;
 }

  #main-visual .box {
    position: relative;
    aspect-ratio: 768/972;
    height: auto;
  }

  #main-visual .bg {
    background-size: cover;
  }

  #main-visual .ttl {
    width: 73.17%;
    left: 14.5%;
    top: 43%;
    z-index: 0;
  }
}

.sticky-nav {
  height: 100px;
  position: sticky;
  align-items: center;
  display: flex;
  width: 100%;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  margin-top: -180px;
  padding: 0px 100px;
  pointer-events: none;
}

.sticky-nav.active {
  background: rgba(10, 108, 185, 0.8);
}
@media only screen and (max-width: 1024px) {
  .sticky-nav.active {
      background: transparent;
    }
}

.local-nav {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.local-nav>li {
  margin-right: 1vw;
  width: 17.5%;
}

.local-nav>li:last-child {
  margin-right: 0;
}

.local-nav>li>a {
  font-size: 2.4rem;
  border-radius: 2em;
  text-align: center;
  color: #0066cc;
  display: block;
  background: #fff;
  line-height: 2.5em;
  white-space: nowrap;
  text-decoration: none;
  pointer-events: all;
}

@media only screen and (max-width: 1440px) {
  .sticky-nav {
    height: 100px;
    position: sticky;
    align-items: center;
    display: flex;
    width: 100%;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    margin-top: -16%;
    padding: 0px 100px;
  }

  .local-nav>li>a {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 1024px) {
  .sticky-nav {
    height: auto;
    position: absolute;
    margin-top: 0;
    padding: 0px 4.4%;
    padding-top: 100%;
  }

  .local-nav {
    flex-wrap:wrap;
    gap:2%;
  }

  .local-nav>li{
    width: 32%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .local-nav>li>a {
    font-size: 3vw;
  }
}

/*
about
*/
#introduction{
  position: relative;
  background: url(../img/home/bg2.png);
  z-index: 1;
  margin-top: -2%;
  text-align: center;
  font-weight: 800;
  padding-top: 150px;
  padding-bottom: 78px;
}

#introduction .ttl {
  line-height: 1.6;
}

#introduction .catch {
  line-height: 1.6;
  margin-bottom: 50px;
}

#introduction .inline62{
  width: 120px;
  display: inline-block;
}

#introduction .inline62 em {
  display: inline-block;
  transform: translateY(3px);
}


#introduction .msg{
  font-size: 2.6rem;
  line-height: 1.83;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #introduction {
    padding-top: 22%;
    padding: 40px 4.58% 60px;
  }

  #introduction .inline62 {
    width: auto;
    display: inline-block;
  }

  #introduction .catch {
    margin-bottom: 30px;
  }

  #introduction .msg {
    font-size: 3.3vw;
    margin-bottom: 30px;
    text-align: left;
  }
}

em{
  color:#003399;
}
.marker{
  background: linear-gradient(transparent 60%, #FFF500 60%);
}

.inline24 {
  font-size: 2.4rem;
}
.inline28 {
  font-size: 2.8rem;
}

.inline30 {
  font-size: 3rem;
}
.inline32{
  font-size: 3.2rem;
}
.inline36{
  font-size: 3.6rem;
}

.inline42{
  font-size: 4.2rem;
}
.inline48 {
  font-size: 4.8rem;
}
.inline62{
  font-size: 6.2rem;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1024px) {
  
  .inline24 {
    font-size: 3.1vw
  }
  
    .inline28 {
      font-size:3.6vw;
    }
  
    .inline30 {
      font-size: 3.9vw;
    }
  
    .inline32 {
      font-size: 4.16vw;
    }
  
    .inline36 {
      font-size: 4.1vw;
    }
  
    .inline42 {
      font-size: 5.46vw;
    }

    .inline46 {
      font-size: 5.9vw;
    }
  
    .inline48 {
      font-size: 6.25vw;
    }
  
    .inline62 {
      font-size: 8vw;
    }
}

.movie-box{
  max-width: 438px;
  margin: 0 auto 50px;
}

.movie-box p{
  font-weight: 500;
  color:#0066cc;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .movie-box {
    max-width: 438px;
    margin: 0 auto 20px;
  }
  .movie-box p {
    font-size: 1.8rem;
  }
}

/**********************************
#about-competition
**********************************/

#about-competition{
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../img/home/about-competition_bg.png);
  /* background-attachment: fixed; */
  background-size: 100% auto;
}

#about-competition .msg1 {
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.1em;
}

#about-competition .msg3{
  font-size: 2.1rem;
}

#about-competition .msg4 {
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.1em;
}

.list-msg2{
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  color: #0068b7;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .list-msg2 {
  font-size: 4.5vw;
  line-height: 60px;
  }
}

.list-msg3{
  text-indent: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.8;
  color: #0068b7;
  font-weight: bold;
  margin-top: 20px;
}
/* @media only screen and (max-width: 1024px) {
  .list-msg3 {
  line-height: 60px;
  }
} */


.img-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.img-row .box{
  width: calc((100% - 40px) / 2);
}

@media only screen and (max-width: 1024px) {
  .img-row {
    display: block;
    margin-bottom: 40px;
  }
  .img-row img{
    max-width: none;
    width: 100%;
    max-width: 438px;
    display: block;
    margin: 0 auto;
  }

  .img-row .box1,
  .img-row .box2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-indent: 0;
    padding-left: 0;
  }
}

.wh-box {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding:42px 60px;
  border-radius: 20px;
}

#about-competition .msg1{
  line-height: 48px;
}

#about-competition .list>li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#about-competition .list>li strong{
font-weight: normal;
font-size: 2.1rem;
display: block;
}
@media only screen and (max-width: 1024px) {

  #about-competition .list>li strong {
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
  }

  #about-competition .list>li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #about-competition .list>li .sns-block-list {
    margin-top: 20px;
  }

  #about-competition .inline30 {
    font-size: 2rem;
  }
  #about-competition .inline48 {
    font-size: 4rem;
  }

  #about-competition {
    padding:60px 4.5%;
  }

  .wh-box {
    padding: 10px 5% 20px;
  }
}


/**********************************

**********************************/
#example{
  background-image: url(../img/home/example_bg.png);
  background-size: cover;
  padding: 60px 40px;
}

.example-list{
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
}

.example-list>li:not(:nth-child(2n)){
  margin-right: 208px;
}

.example-list>li p{
  text-align: center;
  font-size: 2.4rem;
  color:#0A6CB9;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  #example {
    padding: 60px 4.48%;
  }
  
  .example-list {
    max-width: 1160px;
    margin: 0 auto;
    display: block
  }

  .example-list>li{
    display: flex;
    justify-content: center;
  }

  .example-list>li img{
    max-width: 100%;
    width: auto;
    margin:  auto;
  }
  
  .example-list>li:not(:nth-child(2n)) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .example-list>li p {
    font-size: 1.8rem;
  }
}
/**********************************
応募方法
**********************************/
#howto-enter {
  position: relative;
  padding: 60px 40px;
  overflow: hidden;
}

#howto-enter .bg{
  position: fixed;
  right: 0;
  top:0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  min-height: 100%;
  z-index: -1;
}

#howto-enter .wrap{
  position: relative;
  z-index: 2;
}

#howto-enter ol>li{
  position: relative;
  padding-bottom: 80px;
}

#howto-enter ol>li .step-head {
  width: 300px;
  line-height: 61px;
  background: transparent;
  border-radius: 30px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 25px;
}

#howto-enter ol>li .msg{
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 38px;
}

#howto-enter ol>li:not(:last-child)>div::after{
  content:'';
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom:-80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 34px 0 34px;
  border-color: #F19149 transparent transparent transparent;
}

@media only screen and (max-width: 1024px) {
  #howto-enter {
    position: relative;
    padding: 60px 4.48% 50px;
    overflow: hidden;
  }

  #howto-enter ol>li .msg {
    margin-bottom: 25px;
  }

  #howto-enter ol>li {
    padding-bottom: 50px;
  }
  
  #howto-enter ol>li:not(:last-child)>div::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: -55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 34px 0 34px;
    border-color: #F19149 transparent transparent transparent;
    transform: scale(0.7);
  }
}


.sns-block-list{
  display: flex;
  max-width: 982px;
  margin: 20px auto 20px;
  justify-content:space-between;
}
.sns-block-list>li{
  width: calc((100% - 45px) / 2);
}
.sns-block-list>li>a{
  display: flex;
  background: #F8F8F8;
  border-radius: 23px;
  padding:28px 20px;
  background-image: url(../svg/tabs.svg);
  background-position:right 40px center;
  background-repeat: no-repeat;
  align-items: center;
  text-indent: 0;
  text-decoration: none;
  color:inherit;
  background-size: 22px;
}

.sns-block-list>li>a .col1{
  width: 60px;
}
.sns-block-list>li>a .col2 {
  width: calc(100% - 60px);
  line-height: 1.2;
  font-size: 2.1rem;
}

@media only screen and (max-width: 1024px) {
  .sns-block-list>li>a {
    border-radius: 23px;
    padding: 10px 20px;
    background-size: 18px;
    border-radius: 10px;
    background-position: right 20px center;
  }

  #about-competition .msg4{
    position: relative;
    padding-left: 100px;
    line-height: 1.8;
  }
  
  #about-competition .msg4 .head{
    position: absolute;
    left:0;
    top:10px;
  }

  #about-competition .msg4  .inline30{
    font-size: 1.6rem;
  }

  #about-competition .msg4  .inline48{
    font-size: 2.8rem;
  }
  
}

#howto-enter ol>li .deco-wrap{
  position: relative;
}

#howto-enter ol>li .deco1 {
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -500px;  
}

#howto-enter ol>li .deco2 {
  position: absolute;
  right: 50%;
  top: -137px;
  margin-right: -552px;
}

#howto-enter ol>li .deco3 {
  position: absolute;
  left: 50%;
  top: -233px;
  margin-left: -511px;
}

#howto-enter ol>li .deco4 {
  position: absolute;
  right: 50%;
  top: 10px;
  margin-right: -475px;
}

#howto-enter ol>li .deco5 {
  position: absolute;
  left: 50%;
  top: -62px;
  margin-left: -511px;
}

#howto-enter ol>li .deco6 {
  position: absolute;
  right: 50%;
  top: 556px;
  margin-right: -475px;
}

@media only screen and (max-width: 1024px) {
  .sns-block-list {
    display: block;
    max-width: 375px;
    margin: 0 auto;
  }
  
  .sns-block-list>li {
    width: 100%;
    margin-bottom: 25px;
  }

  #howto-enter ol>li .step-head {
    width: 220px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 2.1rem;
    margin: 0 auto 25px;
  }

  #howto-enter ol>li .deco1 {
    position: absolute;
    left: 0%;
    top: -83%;
    margin-left: 0px;
    width: 21%;
  }

  #howto-enter ol>li .deco2 {
    position: absolute;
    right: -8%;
    top: -208%;
    margin-right: 0px;
    width: 26%;
  }

  #howto-enter ol>li .deco3 {
    position: absolute;
    left: -5%;
    top: -352%;
    margin-left: 0px;
    width: 21%;
  }

  #howto-enter ol>li .deco4 {
    position: absolute;
    right: -5%;
    top: 0;
    margin-right: 0;
    width: 19%;
  }

  #howto-enter ol>li .deco5 {
    position: absolute;
    left: -5%;
    width: 28%;
    top: -118%;
    margin-left: 0;
  }

  #howto-enter ol>li .deco6 {
    position: absolute;
    right: -6%;
    top: 109%;
    margin-right: 0;
    width: 19%;
  }

  
}


/**********************************
よくあるご質問
**********************************/
#faq {
  padding: 60px 40px 80px;
  background: #EC6941;
}

#faq .c-headline-en{
  color:#FFFFBF;
}
#faq .c-headline-jp{
  color:#fff;
}

#faq .wrap{
  max-width: 1280px;
  margin:0 auto;
}

#faq .toggle-group{
  margin-bottom: 30px;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 3px 8px 0 #C2C3A9;
}

#faq .toggle-head{
  min-height: 75px;
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 1.714;
  text-align: left;
  color: #6b584c;
  text-indent: -2.5em;
  padding-left: 2.5em;
  cursor: pointer;
}

#faq .toggle-body{
  border-top:1px dotted #A7978F;
  padding-top: 15px;
  padding-bottom: 15px;
}

#faq .toggle-body p{
  color: #ce4a19;
  font-weight: bold;
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.428;
  font-size: 2.1rem;
}
#faq .toggle-body p small{
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  #faq {
    padding: 60px 4.48% 40px;
  }
  #faq .toggle-group {
    padding: 10px 15px;
  }

  #faq .toggle-head {
    font-size: 18px;
  }

  #faq .toggle-body p {
    font-size: 18px;
  }
}
/**********************************
審査員紹介
**********************************/
#judges {
  padding: 60px 40px;
  background: #EEF8F6;
}

#judges .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#judges .wrap .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#judges .wrap .row .box {
  width: 45%;
}

#judges .wrap .row .box img {
  margin: 0 auto 30px;
  width: 261px;
  display: block;
}

#judges .wrap .row .box .name {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #0A6CB9;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

#judges .wrap .row .box .name strong {
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: 600;
  padding-left: 18px;
}

#judges .wrap .row .box .txt {
  font-size: 1.8rem;
}

#judges .wrap .other .head {
  position: relative;
  padding: 14px 0;
  padding-left: 82px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: left;
  color: #0a6cb9;
  border-top: 2px dotted #6B584C;
}

#judges .wrap .other .head img {
  width: 78px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#judges .wrap .other .list {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  text-align: left;
  color: #6b584c;

}

#judges .wrap .other .msg {
  font-size: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  #judges .wrap .row {
    display: block;
  }
  
  #judges .wrap .row .box {
    width: 100%;
  }
  #judges .wrap .row .box:first-child {
    margin-bottom: 40px;
  }
}

/**********************************
コンテスト応募規約
**********************************/
/*見出し*/
.rule .ttl-l{
  font-size: 2.1rem;
  margin-bottom: 30px;
}
.rule .ttl-m{
  font-size: 1.8rem;
  font-weight: normal;
}

.rule .msg1 {
  margin-bottom: 40px;
}

.rule .msg1 p{
  margin-bottom: 40px;
}

.rule .c-list,
.rule {
  font-size: 1.8rem;
  line-height: 2;
  color: #6b584c;
}

.rule .list>li{
  display: flex;
}

.rule .list>li>div:nth-child(1){
  white-space: nowrap;
}

.rule .section-wrap{
  display: grid;
  row-gap: 40px;
  grid-auto-columns: 100%;
}

.rule .section{
  padding-top: 50px;
  border-top: 1px solid #6B584C;
  margin-bottom: 0px;
}

.rule .section .group-wrap{
  display: grid;
  row-gap: 40px;
  grid-auto-columns: 100%;
}

.rule .dl {
  display: flex;
}

.rule .dl dt {
  width: 128px;
}

.rule .inline1{
  display: inline-block;
  width: 270px;
}

@media only screen and (max-width: 1024px) {
  .rule .section {
    padding-top: 30px;
    border-top: 1px solid #6B584C;
    margin-bottom: 0px;
  }
  
  .rule .section .group-wrap {
    display: grid;
    row-gap: 30px;
  }

  .rule .section .group-wrap {
    display: grid;
    row-gap: 30px;
    grid-auto-columns: auto;
  }
  .rule .ttl-l {
    font-size:1.8rem;
    margin-bottom: 20px;
  }

  .rule .ttl-m {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .rule .msg1 {
    margin-bottom: 30px;
  }

  .rule .list>li>div>.list>li{
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .rule .list>li>div>.list>li>div {
    display: inline;
    word-break: break-all;
  }

  .rule .c-list,
  .rule {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .rule .dl {
    display: flex;
  }
  .rule .dl dt{
    width: 5em ;
  }

  .rule .inline1 {
    display: block;
    width: 100%;
  }

}

/**********************************
パララックス
**********************************/
.dt_2 {
  transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
}

.dt_3 {
  transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
}

.dt_4 {
  transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
}

.dt_5 {
  transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
}

.dt_6 {
  transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
}

.dt_7 {
  transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
}

.dt_8 {
  transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
}

.dt_9 {
  transition-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
}

.dt_10 {
  transition-delay: 1.0s !important;
  -webkit-transition-delay: 1.0s !important;
}

.dt_11 {
  transition-delay: 1.1s !important;
  -webkit-transition-delay: 1.1s !important;
}

.dt_12 {
  transition-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
}

.dt_14 {
  transition-delay: 1.4s !important;
  -webkit-transition-delay: 1.4s !important;
}

.dt_15 {
  transition-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
}

.dt_16 {
  transition-delay: 1.6s !important;
  -webkit-transition-delay: 1.6s !important;
}

.dt_18 {
  transition-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
}

/*from*/
.init {
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: opacity, transform, filter;
  transition-timing-function: cubic-bezier(.17, .67, .58, 1);
}

/*to*/
.animated .init,
.opening.animated .init {
  opacity: 1;
}

.opening {
  overflow: hidden;
}

.animated .init {
  opacity: 1;
  filter: blur(0);
}

.init.move_up {
  transform: translate3d(0px, 30px, 0);
  transition-duration: 0.7s;
}

.animated .init.move_up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.init.move_right {
  transform: translate3d(-80px, 0px, 0);
}

.animated .init.move_right {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translate3d(0, 0, 0);
}

.init.move_left {
  transform: translate3d(80px, 0px, 0);
}

.animated .init.move_left {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translate3d(0, 0, 0);
}

.init.zoom {
  transform: translate3d(0, 0, 0) scale(0.8);
}

.animated .init.zoom {
  opacity: 1;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(.22, .77, .62, 1.5);
  transform: translate3d(0, 0, 0) scale(1);
}

.init.fade {
  opacity: 0;
}

.animated .init.fade {
  opacity: 1;
  transition-duration: 0.7s, 0.7s;
  transition-timing-function: cubic-bezier(0.600, 0.005, 0.400, 0.970);
}

.init.blur {
  opacity: 0;
  transition-timing-function: ease-in-out;
  filter: blur(20px);
  transform: translate(0px, 0px) scale(1.02, 1.02);
}

.animated .init.blur {
  transition-duration: 1s;
  opacity: 1;
  filter: blur(0);
  transform: scale(1, 1);
}

.init.skew {
  opacity: 0;
  transform-origin: 100% 100%;
  transform: rotateX(75deg);
  transition-duration: cubic-bezier(0.820, 0.080, 0.320, 0.910);
}

.opening.animated .init.skew,
.animated .init.skew {
  transform: rotateX(0);
  width: 100%;
  transition-duration: 1.2s;
  overflow: visible;
  opacity: 1;
}

.init.rotate {
  transform: scale(0.7) rotate(-10deg);
}

.animated .init.rotate {
  transform: translate(0, 0) scale(1, 1) rotate(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out, cubic-bezier(.2, .6, .4, 1);
}

.announce{
  max-width: 960px;
  background: #fff;
  border-radius: 20px;
  margin: 40px auto 0;
  padding: 20px 10px;
  border: 2px solid #ff9d00;
}

.announce p{
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 1080px) {
  .announce{
    padding: 20px 30px;
  }

  .announce p{
    text-align: left;
  }
}

/**********************************
結果発表
**********************************/
.c-wrap{
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .c-wrap{
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-wrap{
    padding: 0 20px;
  }
}


.dot1{
 background-image : linear-gradient(to right, #01479D 4px, transparent 3px);
 background-size: 14px 4px;
 background-repeat: repeat-x; 
 background-position: left 50%;
}

#main-visual .ttl2 {
  position: absolute;
  left: 0%;
  top: 63%;
  z-index: 0;
  width: 100%;
  text-align: center;
}

#main-visual .ttl2 img{
  width: 29.86%;
}

#main-visual .ttl3 {
  position: absolute;
  left: 0%;
  top: 63%;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}


#main-visual .ttl3 a:hover{
  opacity: 0.6;
  display: block;
  transition: 0.5s;
}

/* #main-visual .ttl3 .txt{
  background: #f25e00;
  color: #fff;
  border-radius: 40px;
  font-size: 1.5vw;
  padding: 10px;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  text-align: center;
} */

/* #main-visual .ttl3 .txt a{
  color: #fff;
} */

@media only screen and (max-width: 1024px) {
  #main-visual .ttl2 {
    top: 63%;
  }
  #main-visual .ttl2 img{
    width: 55.98%;
  }
  /* #main-visual .ttl3 {
    padding: 0px 20px;
    margin-top: 40px;
  }
 
  #main-visual .ttl3 .txt{
    font-size: 1.6rem;
  } */
}

@media only screen and (max-width: 840px) {
  /* #main-visual .ttl3 .txt{
    font-size: 1.5rem;
    text-align: left;
    padding: 20px 40px;
  } */
  #main-visual .ttl3 img{
    padding: 0px 16px;
  }
}

/* @media only screen and (max-width: 620px) {
  #main-visual .ttl3 {
    margin-top: 0px;
  }
} */

.result-ttl{
  text-align: center;
  margin-bottom: 50px;
}

.result-ttl img{
  width: 29.86%;
}

@media only screen and (max-width: 1024px) {
  .result-ttl {
    top: 63%;
  }
  .result-ttl img{
    width: 55.98%;
  }
}

#awards-head {
  padding: 50px 0;
  background: #fff;
  margin-top: 4%;
}

#awards-head p{
  font-size: 2.6rem;
  line-height: 1.846;
  text-align: center;
  font-weight: 500;
}

#awards{
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url(../img/results/bg_01.png);
  background-attachment: fixed;
  background-color: #E4FBFF;
}

#awards .result-nav{
  margin-bottom: 50px;
}

.result-nav{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.result-nav>li{
  margin: 0 10px;
}

.result-nav>li>a{
  display: block;
  width: 246px;
  line-height: 61px;
  font-size: 2.8rem;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  color: #6B584C;
  text-decoration: none;
  font-weight: 500;
}

.result-box{
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding:70px 60px;
}

.result-box .head{
  position:absolute;
  width: 100%;
  left:0;
  top:-120px;
  text-align: center;
}

.result-box .head i{
  display: block;
  margin-bottom: 20px;
}

.result-box h3.ttl {
  font-size: 3.8rem;
  line-height: 1.14;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.result-box .name{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.result-box .name span{
  font-size: 3.4rem;
}
.result-box .name small{
  font-size: 2.6rem;
}

#first-prize{
  padding-top: 120px;
}

.result-box .prize-block>a{
  position: relative;
  display: block;
  max-width: 920px;
  margin: 0 auto;
}

#second-prize .result-box .prize-block .group{
  position: relative;
}
#second-prize .result-box .prize-block .group:not(:last-child){
  padding-bottom: 40px;
  margin-bottom: 100px;
}

#second-prize .result-box .prize-block .group:not(:last-child)::after{
  content:'';
  position: absolute;
  display: block;
  width: 640px;
  height: 4px;
  bottom:0;
  left:50%;
  margin-left: -320px;
  background-image : linear-gradient(to right, #DE5600 4px, transparent 3px);
  background-size: 14px 4px;
  background-repeat: repeat-x; 
  background-position: left 50%;
}

#second-prize .result-box .prize-block .group.last .txt{
  margin-bottom: 0;
}

#second-prize .result-box .prize-block .group a {
  position: relative;
  display: block;
  max-width: 640px;
    margin: 0 auto;
}

.result-box .prize-block>a.second{
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

#awards-other{
  background-image: url(../img/results/bg_02.png);
  background-attachment: fixed;
  background-color: #FFFBF8;
  padding-bottom: 80px;
}


.result-box .head {
  position: absolute;
  width: 100%;
  left: 0;
  top: -120px;
  text-align: center;
}

.result-box .prize-block .img{
  margin-bottom: 60px;
  border:8px solid #D4B865;
}
.result-box .prize-block .play{
  position: absolute;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align:center;
}
.result-box .prize-block .play img{
  width: 10.86%;
}

.result-box .prize-block .cap{
  position: absolute;
  text-align: center;
  left:0;
  bottom:0;
  width: 100%;
  margin-bottom: -25px;
  pointer-events: none;
  text-align: center;
}

.result-box .prize-block .txt{
  background: #F7FBFF;
  padding:0px 30px 30px;
  margin-bottom: 50px;
}

.result-box .prize-block h4.ttl2{
  font-size: 2.4rem;
  padding-bottom: 19px;
  margin-bottom: 15px;
  padding-top: 45px;
  line-height: 1.3;
  border-bottom:1px dashed #ACACAC;
  color: #0A6CB9;
}
.result-box .prize-block p.msg{
  margin-bottom: 0px;
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 500;
}

.result-box .prize-block .ttl-dot{
  display: flex;
  text-align: center;
  justify-content: center;
}

.result-box .prize-block .ttl-dot >div{
  display: flex;
  padding: 0 0.5em;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.result-box .prize-block .ttl-dot i{
  width: 30px;
}

.result-box .prize-block .ttl-dot i img{
  vertical-align: middle;
  margin-top: -2px;
}

.result-box .prize-block .ttl-dot span{
  color:#01479D;
  font-size: 3rem;
  padding-left: 8px;
}

#second-prize{
  padding-top: 180px;
}

#second-prize .result-box .head {
  top: -95px;
}

#second-prize .result-box .head i {
  width: 46px;
  margin: 0 auto 20px;
}

.result-box .name {
  text-align: center;
  margin-bottom: 15px;
}

#second-prize .result-box .name span{
  font-size: 3.2rem;
}
#second-prize .result-box .name small{
  font-size: 2.4rem;
}

#second-prize .result-box .name small{
  font-size: 2.4rem;
}

#second-prize .result-box .prize-block .ttl2{
  color:#F25E00;
  display: flex;
  align-items: center;
}

#second-prize .result-box .prize-block .ttl2 i{
  margin-right: 0.2em;
}

#second-prize .result-box .prize-block .txt{
  background: transparent;
  padding:0px 0px 30px;
}

#second-prize .group-ttl{
  position: relative;
  max-width: 683px;
  margin: 0 auto 60px;
}

#second-prize .group-ttl img{
  max-width: none;
  margin: 0 auto;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#second-prize .group-ttl .flex{
  position: relative;
  display: flex;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  padding: 1em 0 ;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

#comment{
  padding: 80px 0;
}

#comment .comment-head {
  margin-top: -20px;
}

#comment .comment-ttl{
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}

#comment .msg{
  font-size: 2.1rem;
  font-weight: 500;
}

.results .pos-r{
  position: relative;
}

.results .chara{
  position: absolute;
}

.results .chara1 {
  right: -16px;
  top: -130px;
}

.results .chara2{
  left:0;
  top:-70px;
}

.results .chara3 {
  right: -71px;
  top: -53px;
}

.results .chara4{
  left:-80px;
  top:0px;
}

.results .chara5 {
  right: -48px;
  top: 0px;
}

.results .chara6 {
    right: 50%;
    top: -82px;
    margin-right: -224px;
    width: 136px;
}

@media only screen and (max-width: 1250px) {
  #awards-head p {
    font-size: 2vw;
  }
  .results .chara1 {
    right: 0%;
    top: -3%;
    width: 24.8%;
  }

  .results .chara2 {
    width: 24.8%;
  }

  .results .chara3 {
    right: -5%;
    top: -19%;
    width: 24.8%;
  }

  .results .chara4 {
    width: 24.8%;
  }

  .results .chara5 {
    right: -15%;
    top: 0px;
    width: 24.8%;
  }

}

@media only screen and (max-width: 1024px) {
  
  .results .chara2 {
    left: 0;
    top: -2.5%;
    width: 24.8%;
  }

  .results .chara5 {
    right: -9%;
    top: -17%;
    width: 24.8%;
  }

  .results .chara4 {
    left: -15%;
    top: -13%;
    width: 24.8%;
  }

  #awards-head {
    padding: 20px 0 40px;
    background: #fff;
    margin-top: 1%;
  }

  #awards-head p {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 30px;
  }

  #second-prize .result-box .prize-block .group:not(:last-child)::after {
    width: 70%;
    height: 4px;
    bottom: 0;
    left: 15%;
    margin-left: 0;
    background-image: linear-gradient(to right, #DE5600 4px, transparent 3px);
    background-size: 14px 4px;
  }

  #second-prize .group-ttl {
    max-width: none;
  }

  #second-prize .group-ttl.sp-ttl .flex {
    top: 13%;
    height: auto;
  }

  #second-prize .group-ttl .flex {
    font-size: 4.8vw;
    top: 28%;
    height: auto;
  }

  #second-prize .group-ttl.sp-ttl .flex {
    font-size: 4.8vw;
    top: 13%;
    height: auto;
}

  .result-box {
    position: relative;
    border-radius: 20px;
    padding: 70px 40px;
  }

  #second-prize .result-box .prize-block .txt {
    margin-bottom: 0px;
  }

  #second-prize .result-box .prize-block .ttl2 {
    padding-top: 0;
  }
  
}

@media only screen and (max-width: 768px) {
  .result-ttl {
    text-align: center;
    margin-bottom: 30px;
  }

  .result-box .head {
    position: absolute;
    width: 100%;
    left: 0;
    top: -107px;
    text-align: center;
  }
  
  .result-ttl img {
    width: 100%;
    max-width: 332px;
    margin: 0 auto;
  }

  .result-box .head .label {
    display: block;
    width: 205px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .results .chara1 {
    right: 50%;
    top: -4.5%;
    width: 124px;
    margin-right: -166px;
  }
  .results .chara2 {
    left: 50%;
    top: -111px;
    width: 100px;
    margin-left: -150px;
  }

  .results .chara3 {
    right: -2%;
    top: -96px;
    width: 100px;
  }

  .results .chara4 {
    left: 3%;
    top: -109px;
    width: 100px;
    margin-left: 0;
  }

  .results .chara5 {
    right: 1%;
    top: -95px;
    width: 100px;
    margin-right: 0;
  }

  .results .chara6 {
    right: 50%;
    top: -61px;
    margin-right: -149px;
    width: 100px;
  }

  #awards{
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #awards .result-nav {
    display: block;
    margin-bottom: 0px;
  }

  #awards .result-nav>li {
    display: block;
    width:100%;
    margin: 0;
    margin-bottom: 14px;
  }

  #awards .result-nav>li>a{
    display: block;
    width: 100%;
  }

  .result-box {
    position: relative;
    border-radius: 20px;
    padding: 60px 10px 40px;
  }

  .result-box h3.ttl {
    font-size: 2.7rem;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .result-box .prize-block h4.ttl2{
    font-size: 2.1rem;
    white-space: nowrap;
    padding-top: 35px;
  }

  #second-prize {
    padding-top: 130px;
  }

  #second-prize .result-box .head {
    top: -84px;
  }

  #second-prize .group-ttl {
    margin: 0px auto 25px;
  }

  #second-prize .result-box .prize-block .group:not(:last-child){
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  #second-prize .result-box .name span,
  .result-box .name span {
    font-size: 2.4rem;
    font-weight: 500;
  }
  #second-prize .result-box .name small,
  .result-box .name small {
    font-size: 1.8rem;
    font-weight: 500;
  }

  #comment .comment-ttl {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .result-box .prize-block p.msg {
    margin-bottom: 0px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .result-box .prize-block .cap img{
    width: 200px;
  }

  .result-box .prize-block .txt{
    width: calc(100% - 20px);
    margin-left:5px;
  }

  .result-box .prize-block .txt {
    padding: 0px 20px 30px;
    margin-bottom: 40px;
  }

  .result-box .prize-block .ttl-dot >div {
    margin-left: -19px;
    padding: 0 10px;
  }
  .result-box .prize-block .ttl-dot span {
    font-size: 2.6rem;
    padding-left: 5px;
  }

  #second-prize .result-box .prize-block .ttl2 i {
    margin-right: 0.2em;
    width: 27px;
  }
  
}
/*トップメイン　ボタン修正*/
.result-btn {
  position: absolute;
  width: 400px;
  line-height: 70px;
  border-radius: 65px;
  background: #0068b7;
  color: #fff;
  font-size: 2.6rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  left: 50%;
  top: 62%;
  margin-left: -200px;
  z-index: 100;
}

.result-btn::after{
  content:'';
  position: absolute;
  top:50%;
  right:25px;
  width: 14px;
  height: 14px;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  transform: translate(0,-50%) rotate(-45deg);
}
@media only screen and (max-width: 1440px) {

  .result-btn {
    position: absolute;
    width: 27.7%;
    line-height: 4.8vw;
    font-size: 2vw;
    left: 50%;
    top: 62%;
    margin-left: -13.8%;
  }

  .result-btn::after{
    top:50%;
    right: 1em;
    width: 1vw;
    height: 1vw;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    transform: translate(0,-50%) rotate(-45deg);
  }
  
}

@media only screen and (max-width: 1024px) {

  .result-btn {
    position: absolute;
    width: 55%;
    line-height: 9vw;
    font-size: 4vw;
    left: 22.5%;
    top: 64%;
    margin-left: 0;
  }

  .result-btn::after {
    top: 50%;
    right: 1em;
    width: 2vw;
    height: 2vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(0,-50%) rotate(-45deg);
  }

}
