
/*===================

KKAD ページ


フォント
[ DIN 2014 ]
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: italic;

[ Noto Sans CJK JP ]
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400~700;

===================*/

/* 上書き */
.header.under{
    z-index: 5;
}
.header__left{
    z-index: 999;
    top: -13px;
}
h1{
    display: none;
}
 body.fixed .header__left .header-img.-after {
    opacity: 1!important;
}

.ham__lineWrapper span{
    background-color: #fff;
}
.ham.open .ham__lineWrapper span{
    background-color: #294997;
}
.nav__listItem{
    margin-bottom: 35px;
}
.nav__listLink{
    font-size: 24px;
     font-family: noto-sans-cjk-jp, sans-serif;
     font-weight: 700;
     letter-spacing: 0.16em;
}
.header__nav-list--left,.header__nav-list--right{
    display: none;
}
.nav__menu-wrap{
    position: relative;
}
.nav__menu-wrap::after{
    position: absolute;
    content: '';
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../imgs/kkad/head_bg.png);
     background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav__listWrapper{
    position: relative;
    z-index: 2;
}

footer{
    z-index: 2;
}

/* 共通パーツ */
body{
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
}

.sp{
    display: none;
}
.inner-1510{
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sec{
    position: relative;
}
.sec__conts{
    margin-top: -160px;
}
.sec-sub{
    margin-bottom: 30px;
    position: sticky;
    top: 100px;
    left: 45px;
    font-size: 20px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 10;
    opacity: 0;
    transition: opacity 1.6s ease;
}
.sec-sub{
  transform: translateY(10px);
}

.sec-sub.is-show{
  opacity: 1;
  transform: translateY(0);
}

.sec-sub--line{
    margin-top: 15px;
    display: inline-block;
    position: relative;
    width: 1px;
    height: 44px;
    background-color: #fff;
    left: -2px;
}
.sec__head{
    margin-bottom: 30px;
}
.sec__ttl--en{
    font-size: 43px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
}
.sec__ttl--ja{
    font-size: 12px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: center;
}
.bg-navy{
    position: relative;
    background: linear-gradient(
  to bottom,
  #0b2864,
  #092257,
  #071c4a
);
}
.selection__logo{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.6s ease;
  width: 100%;
  height: 20.37vw;
}
.selection__logo img{
  width:100%;
}
/* 表示状態 */
.selection__logo.is-show{
  opacity: 1;
}


.bg-navy::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/kkad/bg-ami03.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}


/*===================

fv
===================*/
.kkad__fv{
    width: 100%;
    position: relative ;
    z-index: 2;
}
.fv-sp{
    display: none;
}
h1.kkad__fvTitle{
    display: block;
    width: 90%;
    width: 718px;
    position: absolute;
    top: 19.2%;
    left: 48.7%;

}
.kkad__fvTxt{
    position: absolute;
    top: 27.4%;
    left: 12.2%;
    width: 53px;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 17px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 2.17;
    letter-spacing: 0.38em; */
}
.kkad__fvBtm{
    position: absolute;
    right: 14%;
    bottom: 9%;
}
.kkad__fvBtm p{
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    color: #fff;
}
.kkad__fvBtm--ttl{
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.75;
    letter-spacing: 0.22em;
}
.kkad__fvBtm--txt{
    font-size: 14px;
    line-height: 2.78;
    letter-spacing: 0.24em;
}



.about{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.about__wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

/*===================

selection
===================*/

.selection{
    padding-top: 80px;
    padding-bottom: 70px;
    background: #0a347c;
    position: relative;
}
.selection::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/kkad/bg-ami01.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.selection .sec__head{
    margin-bottom: 53px;
}
.selection__wrap{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.selection__list{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 30px 60px;
}
.selection__list li{
    width: calc((100% - 120px) / 3);
    position: relative;
}
.selection__list li:after{
    position: absolute;
    content: '';
    top: 48%;
    transform: translateY(-50%);
    right: -15px;
    width: 23px;
    height: 17px;
    background-image: url(../imgs/kkad/selection_itemAnk.svg);
    background-size: contain;
    background-repeat: no-repeat;
   
}
.selection__list li:last-child{
    width: calc((100% - 20px) / 3);
    max-width: 298px;
    margin-top: -26px;
}
.selection__list li:last-child:after{
    display: none;
}
.selection__deco{
    position: absolute;
    right: 8%;
    bottom: -10px;
    width: 194px;
    z-index: 3;
}
.selection__decoWrap{
    position: relative;
}
.selection__decoImg{
    max-width: 131px;
    width: 100%;
}
.selection__decoText{
    position: absolute;
    top: 21%;
    left: -37px;
    font-size: 12px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #d7b86c;
    transform: rotate(-7deg);
}

/* 点滅 */
.blinking{
  animation: blink 5s ease-in-out infinite;
}

@keyframes blink{
  0%   { opacity: 0; }
  10%  { opacity: 1; }  /* ふわっと表示（0.5秒くらい） */

  70%  { opacity: 1; }  /* 表示キープ（約3秒） */

  90%  { opacity: 0; }  /* ふわっと非表示（約1秒） */
  100% { opacity: 0; }  /* 非表示キープ（約1秒） */
}



/*===================

Award
===================*/

.award{
    padding-top: 93px;
    padding-bottom: 140px;
    background: #121242;
    position: relative;
}
.award::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/kkad/bg-ami02.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.award__wrap{
    width: 100%;
    max-width: 1000px;
    margin: 43px auto 0;
    border:1px solid #fff;
    padding: 75px 0 95px;
    position: relative;
    z-index: 2;
}
.award__list{
    width: 100%;
    max-width: 776px;
    padding: 0 20px;
    margin: 0 auto;
}
.award__item{
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.award__item:last-child{
    margin-bottom: 0;
}
.award__item--medal{
    margin-right: 30px;
    width: 119px;
}
.award__itemBox p{
    color: #fff;
}
.award__itemTtl{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.16em;
}
.award__itemTxt{
    font-size:13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    line-height: 1.76;
}
.award__deco{
    width: 19%;
    max-width: 315px;
    position: absolute;
    left: 11%;
    bottom: 0;
    z-index: 3;
}


/*===================

Finalist
===================*/

.finalist{
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
}
.finalis__inner{
    max-width: 1550px;
    width: 100%;
    margin: -160px auto 0;
    padding: 0 20px;
    
}
.finalist__headText{
    padding-top: 10px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 17px;
    line-height: 2.08;
    letter-spacing: 0.12em;
    color: #fff;
}
.finalist__list{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-self: start;
    position: relative;
    z-index: 3;
}
.finalist__item{
    width: 20%;
}
.finalist__item--link{
    pointer-events: none;
}
.finalist__deco{
    position: absolute;
    right: -7.5%;
    bottom: 0;
    width: 9%;
}



.news{
    padding-top:78px;
    padding-bottom: 95px;
    /* padding-left: 20px;
    padding-right: 20px; */
}
.news__inner{
    padding: 0 20px;
}
.news__wrap{
    width: 100%;
    max-width: 1000px;
    height: 710px;
    margin: 0 auto;
    padding: 65px 0;
    border:1px solid #ffffff;
    position: relative;
    z-index: 3;
}
.news__wrap--item01{
    width: 95%;
    max-width: 578px;
    margin: 0 auto 25px;
}
.news__wrap--item02{
    width: 90%;
    max-width: 405px;
    margin: 0 auto 25px;
}
.news__wrap--text{
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0.26em;
    text-align: center;
    color: #fff;
}
.news__deco{
    width: 49%;
    max-width: 484px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.news__bg{
    width: 100%;
    /* height: 334px; */
    position: absolute;
    left: 0;
    bottom: 0;
}




@media screen and (max-width: 1600px) {
.finalis__inner{
    padding: 0 7%;
}
.finalist__deco{
    right: -6%;
    width: 7%;
}
}
@media screen and (max-width: 1405px) {
/*===================
fv
===================*/
h1.kkad__fvTitle{
    width: 50%;
    top: 25%;
    left: 45%;
}
.kkad__fvTxt{
    left: 6.2%;
}
.kkad__fvBtm{
    right: 6%;
    bottom: 4%;
}
.kkad__fvBtm--ttl{
    margin-bottom: 1em;
    font-size: 28px;
}
.kkad__fvBtm--txt{
    line-height: 2.5;
}

.selection__deco{
    width: auto;
    right: 2%;
}
.selection__decoImg{
    max-width: 100px;
}

.award__deco{
    left: 2%;
}
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1200px) {
    .sec-sub {
        left: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 980px) {
.kkad__fv{
    /* padding-bottom: 100%; */
    background:url(../imgs/kkad/fv_bg-sp.jpg) no-repeat center center / cover;
}
.fv-pc{
    display: none;
}
.fv-sp{
    display:block;
}
h1.kkad__fvTitle{
    width: 95%;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.kkad__fvTxt{
    left: auto;
    top: 5.5%;
    right: 5%;;
}
.kkad__fvBtm{
    position: relative;
    padding-top: 115px;
    padding-bottom: 130px;
    padding-left: 60px;
    padding-right: 30px;
    width: 100%;
    right:auto;
    left:auto;
    bottom: auto;
}
.kkad__fvBtm--ttl{
    font-size: 52px;
}
.kkad__fvBtm--txt{
    font-size: 28px;
    line-height: 2.64;
}

.award__item--medal{
    width: 100px;
}

}

@media screen and (max-width: 750px) {
.header__left{
    top: -9px;
}
.nav__listItem {
    margin-bottom: 34px;
}
.nav__listLink{
    font-size: 4.8vw;
}



.pc{
    display: none;
}
.sp{
    display:block;
}
.selection{
    padding-top: 12vw;
}
.sec__conts{
    margin-top: 0;
}
.sec__head{
    margin-bottom: 50px;
}
.sec__ttl--en{
    font-size: 10.13vw;
}
.sec__ttl--ja{
    font-size: 3.2vw;
}
.sec-sub{
    display: none;
}




h1.kkad__fvTitle{
    top: 17.5%;
}
.kkad__fvTxt{
    top: 5%;
    right: 7%;
    width: 10.66vw;
}
.kkad__fvBtm{
    padding-top: 14.13vw;
    padding-bottom: 16vw;
    padding-left: 20px;
    padding-right: 20px;
}
.kkad__fvBtm--ttl{
    margin-bottom: 40px;
    font-size: 6.933vw;
}
.kkad__fvBtm--txt{
    font-size: 3.733vw;
    letter-spacing: 0.12em;
}



.selection{
    padding-bottom: 34.66vw;
}
.selection .sec__head {
    margin-bottom: 8.933vw;
}
.selection__list{
    display: block;
}
.selection__list li{
    width: 69.46vw;
    max-width: 350px;
    margin: 0 auto 10vw;
}
.selection__list li:last-child{
    width: 80vw;
    max-width: 358px;
    margin: 0 auto;
}
.selection__list li:after{
    width: 6.133vw;
    /* height: 35px; */
    top: auto;
    left: 50%;
    right: auto;
    bottom: -3.333vw;
    transform: translateX(-50%) rotate(90deg);
}
.selection__deco{
    right: 6%;
}
.selection__decoImg{
    max-width: 24.53vw;
}
.selection__decoText{
    font-size:4.8vw;
    top: 40%;
    left: -16vw;
}



.award{
    padding-top: 10.66vw;
    padding-bottom: 125px;
}
.award .sec__head{
    margin-bottom: 0;
}
.award__wrap{
    max-width: 640px;
    margin-top: 4.666vw;
    padding-top: 8vw;
    padding-bottom: 500px;
}
.award__itemBox{
  
}
.award__item{
    display: block;
    margin-bottom: 8vw;
}
.award__item:nth-of-type(3){
    margin-bottom: 10.26vw;
}
.award__item:nth-of-type(4){
    margin-bottom: 9.333vw;
}
.award__item:nth-of-type(5){
    margin-bottom: 8.666vw;
}
.award__list{
    max-width: 541px;
    margin: 0 auto;
}
.award__item--medal{
    display: block;
    width: 100%;
    max-width: 24vw;
    margin: 0 auto 4.399vw;
}
.award__itemTtl{
    margin-bottom: 17px;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
}
.award__itemTtl:before{
    content:'【';
    margin-right: 15px;
}
.award__itemTtl:after{
    content:'】';
    margin-left: 15px;
}
.award__itemTxt{
    font-size: 3.733vw;
    text-align: left;
    letter-spacing: 0.12em;
}
.award__itemTxt{
    width: 89%;
    margin: 0 auto;
}
.award__deco{
    width: 47.0vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 126px;
}


.finalist{
    padding-top: 9.333vw;
    padding-bottom: 0;
}
.finalis__inner{
    padding: 0;
    overflow: hidden;
}
.finalist .sec__head{
    margin-bottom: 8.266vw;
}
.finalist .sec__ttl--en{
    margin-bottom: 5px;
}
.finalist__headText{
    padding-top: 0;
    padding-bottom: 6.133vw;
    font-size: 4vw;
    line-height: 1.91;
}
.finalist__list{
    flex-direction: column;
    row-gap:4.666vw;
}
.finalist__item{
    width: 100%;
}

.news{
    padding-top: 10.93vw;
    padding-bottom: 11.066vw;
    overflow: hidden;
}
.news .sec__head{
    margin-bottom:5.333vw;
}
.news__wrap{
    max-width: 640px;
    padding-top: 8.666vw;
    padding-bottom: 0;
    height: auto;
}
.news__wrap--item01 {
    width: 71.6vw;
    max-width: 537px;
    margin-bottom: 5.733vw;
}
.news__wrap--item02 {
    max-width: 520px;
    margin-bottom: 6.4vw;
}
.news__wrap--text{
    font-size: 3.733vw;
    line-height: 1.75;
    text-align: center;
}
.news__deco{
    display: none;
}
.news__bg{
    width: calc(100% + 3.5vw);
    padding-top:5.333vw;
    height: auto;
    position: relative;
}


}


@media screen and (max-width: 480px) {
    .award__wrap{
    padding-bottom: 400px;
}
}
@media screen and (max-width: 375px) {
.award{
    padding-bottom: 60px;
}
.award__wrap{
    padding-bottom: 310px;
}
.award__item{
    margin-bottom: 30px;
}
.award__itemTtl{
    margin-bottom: 10px;
}
.award__item--medal{
    margin-bottom: 16px;
}
.award__item:nth-of-type(3),.award__item:nth-of-type(4),.award__item:nth-of-type(5){
    margin-bottom: 40px;
}
.award__deco{
    bottom: 62px;
}
}