@charset "UTF-8";
/*================================================================================================
function
================================================================================================*/
/*================================================================================================
define
================================================================================================*/
@media print {
  body {
    display: none;
  }
}
/*================================================================================================
css
================================================================================================*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  #vote .vote-form .vote-captcha {
    margin-bottom: 30px;
    padding-top: 10px;
    width: 304px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
#vote input[type=text].parsley-error {
  border-color: #9a0000;
}

#vote .vote-form .form-row .form-col .parsley-errors-list {
  color: #9a0000;
  clear: both;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .parsley-errors-list {
    font-size: 14px;
    margin-left: 40px;
    padding-top: 10px;
    margin-bottom: -10px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  #vote .vote-form .form-row .form-col .parsley-errors-list {
    margin-left: 6vw;
    font-size: 2.93333vw;
    line-height: 1.54545;
    -webkit-transform: translateY(-2vw);
    transform: translateY(-2vw);
  }
  .g-recaptcha.vote-captcha {
    transform: scale(0.8);
    position: relative;
    height: 78px;
  }
  .g-recaptcha.vote-captcha > div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.vote_complete {
  display: none !important;
}

.vote_complete.show {
  display: block !important;
}

#submit_btn:disabled {
  pointer-events: none;
}

#submit_btn.finish {
  background-color: #9a9a9a !important;
  pointer-events: none;
}

body.association .companies .company-list li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px), print {
  body.association #page-title {
    height: 925px;
  }
}

/*
@media only screen and (min-width: 768px) {
  #loading {
    opacity: 1;
    -webkit-transition: none !important;
    transition: none !important;
  }
} */
/* =========================================== */
/* top latest add */
/* =========================================== */
@media (max-width: 768px) and (min-width: 0) {
  #about {
    padding-bottom: 15vw;
    padding-top: 20vw;
  }
}
body.association .companies .company-list li a {
  position: relative;
  display: inline;
}

/*================================================================================================
180726 add
================================================================================================*/
#sponsor .sponsor-list li a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  #sponsor {
    padding: 150px 0 0;
  }
  #sponsor .sponsor-title {
    color: #014b6d;
    font-family: "Vollkorn", sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 64px;
  }
  #sponsor .sponsor-list li {
    background: transparent !important;
    position: relative;
  }
  #sponsor .sponsor-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1180px) {
  #sponsor .sponsor-list li {
    width: 16.66%;
    margin-bottom: 70px;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+5) {
    margin-bottom: 70px;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }
}
@media (max-width: 1180px) {
  #sponsor .sponsor-list li {
    margin-bottom: 7vw;
    width: 50%;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+2) {
    margin-bottom: 7vw;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
#sponsor .sponsor-list li:nth-child(odd) {
  background: transparent;
  position: relative;
}

#sponsor .sponsor-list li:nth-child(even) {
  background: transparent;
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  #sponsor {
    padding-top: 13.3333333333vw;
  }
  #sponsor .sponsor-title {
    margin-bottom: 13.3333333333vw;
  }
  #sponsor .sponsor-list li a {
    height: 13.3333333333vw;
  }
  #sponsor .sponsor-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sponsor .sponsor-list {
    margin-bottom: 14vw;
  }
  .logo_bigshon {
    width: 20.5333333333vw;
  }
  .logo_brappers {
    width: 16.8vw;
  }
  .logo_edwin {
    width: 21.4666666667vw;
  }
  .logo_jbj {
    width: 10vw;
  }
  .logo_kaihara {
    width: 25.7333333333vw;
  }
  .logo_lee {
    width: 14.8vw;
  }
  .logo_levis {
    width: 23.7333333333vw;
  }
  .logo_momotaro {
    width: 16.1333333333vw;
  }
  .logo_right-on {
    width: 24.2666666667vw;
  }
  .logo_something {
    width: 22.4vw;
  }
  .logo_texture-we-made {
    width: 12.5333333333vw;
  }
  .logo_urvin {
    width: 17.6vw;
  }
  .logo_wrangler {
    width: 22.9333333333vw;
  }
  .logo_bettysmith {
    width: 21.3333333333vw;
  }
  .logo_canton {
    width: 24.4vw;
  }
  .logo_warehouse {
    width: 26.8vw;
  }
}
/*================================================================================================
end edit
================================================================================================*/
@media screen and (min-width: 769px), print {
  #vote {
    padding: 200px 100px 180px;
  }
  #vote.end {
    position: relative;
  }
  #vote.end .vote-header {
    position: relative;
    z-index: 2;
    margin-bottom: 94px;
  }
  #vote.end::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #vote .vote_end_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #vote .vote_end {
    position: relative;
    color: #fff;
    font-size: 46px;
    line-height: 71px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
  #vote .vote-header .vote-title {
    background-color: #fff45c;
    color: #00344c;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #vote {
    padding-top: 19.7333333333vw !important;
    padding-bottom: 22.6666666667vw;
  }
  #vote.end {
    position: relative;
  }
  #vote.end .vote-header {
    position: relative;
    z-index: 2;
    margin-bottom: 7.2vw;
  }
  #vote.end .vote-header .vote-title {
    padding: 3.0666666667vw 0;
  }
  #vote.end::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #vote.end .vote_end {
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 1.75;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
}

.br_sp {
  display: none;
}

@media (max-width: 1180px) {
  .vote_end {
    font-size: 5.33333vw;
    letter-spacing: 0.05em;
    padding: 4vw 0;
    display: block;
    margin-bottom: 6.66667vw;
    line-height: 1.5;
  }
  .br_sp {
    display: block;
  }
  #vote .vote-header .vote-title {
    font-size: 5.33333vw;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .vote_end {
    line-height: 8vw;
  }
  .br_sp {
    display: block;
  }
  #vote .vote-header .vote-title {
    width: 100%;
  }
}
/*================================================================================================
0911 add
================================================================================================*/
@media only screen and (min-width: 768px) {
  body.association .companies .company-list li span {
    font-size: 12px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  body.association .companies .company-list li span {
    font-size: 2.2vw;
    display: block;
    line-height: 1.6;
  }
}
/*================================================================================================
1016 add
================================================================================================*/
.name-title-oukan {
  float: left;
  margin: 0.3vw 1vw 0 0;
}

/*================================================================================================
report movie add 181017
================================================================================================*/
.report #report {
  width: 100%;
  position: relative;
  border-top: none;
}
@media screen and (min-width: 769px), print {
  .report #report {
    width: 100%;
    padding-top: 147px;
    margin-bottom: 150px;
    position: relative;
  }
  .report #report h1 {
    font-size: 110px;
    color: #014b6d;
    margin-bottom: 100px;
    padding-left: 5%;
  }
  .report #report .photo_ct {
    overflow: hidden;
    position: relative;
    padding-top: 7.8125vw;
  }
  .report #report .photo_ct:before {
    content: "";
    display: block;
    width: 40vw;
    height: 29.2708333333vw;
    background: url(/images/report_bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .report #report .photo_ct .photo_box,
  .report #report .photo_ct h3 {
    float: right;
  }
  .report #report .photo_ct .photo_box {
    width: 89.9479166667vw;
    height: 48.3333333333vw;
    position: relative;
  }
  .report #report .photo_ct .photo_box .slick-slide {
    width: 89.9479166667vw;
  }
  .report #report .photo_ct .photo_box .slider-items {
    width: 100%;
  }
  .report #report .photo_ct .photo_box .slider-items li {
    width: 100%;
  }
  .report #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  .report #report .photo_ct h3 {
    margin-left: -2px;
    margin-top: 2px;
    width: 3.6979166667vw;
  }
  .report #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  .report #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  .report #report .movie_ct .movie_box,
  .report #report .movie_ct h3 {
    float: left;
  }
  .report #report .movie_ct .movie_box {
    width: 89.9479166667vw;
  }
  .report #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  .report #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 3.6458333333vw;
  }
  .report #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 768px) {
  .report #report {
    width: 100%;
    padding-top: 147px;
    margin-bottom: 150px;
    position: relative;
  }
  .report #report:before {
    content: "";
    display: block;
    width: 40vw;
    height: 54.3636363636vw;
    background: url(/images/report_bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .report #report h1 {
    font-size: 110px;
    color: #014b6d;
    margin-bottom: 100px;
    padding-left: 5%;
  }
  .report #report .photo_ct {
    overflow: hidden;
    padding-top: 7.8125vw;
    position: relative;
  }
  .report #report .photo_ct:before {
    content: "";
    display: block;
    width: 40vw;
    height: 29.2708333333vw;
    background: url(/images/report_bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .report #report .photo_ct .photo_box,
  .report #report .photo_ct h3 {
    float: right;
  }
  .report #report .photo_ct .photo_box {
    width: 89.9479166667vw;
  }
  .report #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  .report #report .photo_ct h3 {
    margin-left: -2px;
    margin-top: 2px;
    width: 3.6979166667vw;
  }
  .report #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  .report #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  .report #report .movie_ct .movie_box,
  .report #report .movie_ct h3 {
    float: left;
  }
  .report #report .movie_ct .movie_box {
    width: 89.9479166667vw;
  }
  .report #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  .report #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 3.6458333333vw;
  }
  .report #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .report #report {
    width: 100%;
    padding-top: 13.3333333333vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
    margin-top: -6.6666666667vw;
    background: #014b6d;
    margin-bottom: 0;
    padding-bottom: 20vw;
  }
  .report #report:before {
    display: none;
  }
  .report #report .photo_ct {
    overflow: hidden;
    padding-top: 7.8125vw;
    position: relative;
  }
  .report #report .photo_ct:before {
    content: "";
    display: block;
    width: 43.4666666667vw;
    height: 42.1333333333vw;
    background: url("/images/report_photoct_bg.png");
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .report #report .photo_ct .photo_box,
  .report #report .photo_ct h3 {
    float: right;
    position: relative;
    z-index: 2;
  }
  .report #report .photo_ct .photo_box {
    width: 93.3333333333vw;
  }
  .report #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  .report #report .photo_ct h3 {
    margin-left: -2px;
    margin-top: 2px;
    width: 4.8vw;
  }
  .report #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  .report #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  .report #report .movie_ct .movie_box,
  .report #report .movie_ct h3 {
    float: left;
  }
  .report #report .movie_ct .movie_box {
    width: 93.3333333333vw;
  }
  .report #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  .report #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 4.8vw;
  }
  .report #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}

/* # =================================================================
# top
# ================================================================= */
@media screen and (min-width: 769px), print {
  #report {
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding-top: 147px;
    margin-bottom: 150px;
    position: relative;
  }
  #report h1 {
    font-size: 110px;
    color: #014b6d;
    margin-bottom: 3vw;
    padding-left: 5%;
  }
  #report .photo_ct {
    overflow: hidden;
    position: relative;
    padding-top: 7.8125vw;
  }
  #report .photo_ct:before {
    content: "";
    display: block;
    width: 40vw;
    height: 29.2708333333vw;
    background: url(/images/report_bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #report .photo_ct .photo_box {
    float: right;
  }
  #report .photo_ct .photo_box {
    width: 89.9479166667vw;
    height: 48.3333333333vw;
    position: relative;
  }
  #report .photo_ct .photo_box .slick-slide {
    width: 89.9479166667vw;
  }
  #report .photo_ct .photo_box .slider-items {
    width: 100%;
  }
  #report .photo_ct .photo_box .slider-items li {
    width: 100%;
  }
  #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  #report .photo_ct h3 {
    margin-left: -2px;
    margin-top: 2px;
    width: 3.6979166667vw;
    position: absolute;
    left: 50%;
    margin-left: -43.5vw;
  }
  #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  #report .movie_ct .movie_box,
  #report .movie_ct h3 {
    float: left;
  }
  #report .movie_ct .movie_box {
    width: 89.9479166667vw;
  }
  #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 3.6458333333vw;
  }
  #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 768px) {
  #report {
    width: 100%;
    padding-top: 7vw;
    margin-bottom: 150px;
    position: relative;
  }
  #report h1 {
    font-size: 110px;
    color: #014b6d;
    margin-bottom: 3vw;
    padding-left: 5%;
  }
  #report .photo_ct {
    overflow: hidden;
    padding-top: 7.8125vw;
    position: relative;
  }
  #report .photo_ct .photo_box {
    float: right;
  }
  #report .photo_ct h3 {
    float: left;
  }
  #report .photo_ct .photo_box {
    width: 89.9479166667vw;
  }
  #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  #report .photo_ct h3 {
    margin-left: -2px;
    margin-top: 2px;
    width: 3.6979166667vw;
  }
  #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  #report .movie_ct .movie_box,
  #report .movie_ct h3 {
    float: left;
  }
  #report .movie_ct .movie_box {
    width: 89.9479166667vw;
  }
  #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 3.6458333333vw;
  }
  #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #report {
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding-top: 20vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  #report h1 {
    color: #014b6d;
    margin-bottom: 10.6666666667vw;
    padding-left: 5%;
    width: 41.8666666667vw;
  }
  #report h1 img {
    width: 100%;
  }
  #report .photo_ct {
    overflow: hidden;
    padding-top: 7.8125vw;
    position: relative;
  }
  #report .photo_ct:before {
    content: "";
    display: block;
    width: 43.7333333333vw;
    height: 36.8vw;
    background: url(/images/report_bg.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #report .photo_ct .photo_box {
    float: right;
  }
  #report .photo_ct h3 {
    float: left;
  }
  #report .photo_ct .photo_box {
    width: 93.3333333333vw;
  }
  #report .photo_ct .photo_box .photo_img {
    width: 100%;
  }
  #report .photo_ct h3 {
    margin-left: 1.8666666667vw;
    margin-top: 2px;
    width: 4.8vw;
  }
  #report .photo_ct h3 .photo_h3 {
    width: 100%;
  }
  #report .movie_ct {
    position: relative;
    overflow: hidden;
  }
  #report .movie_ct .movie_box,
  #report .movie_ct h3 {
    float: left;
  }
  #report .movie_ct .movie_box {
    width: 93.3333333333vw;
  }
  #report .movie_ct .movie_box .movie_img {
    width: 100%;
  }
  #report .movie_ct h3 {
    margin-right: -2px;
    margin-top: 2px;
    width: 4.8vw;
  }
  #report .movie_ct h3 .movie_h3 {
    width: 100%;
  }
}

/*================================================================================================
movie modal
================================================================================================*/
.js-modal-btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.js-modal-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s all;
  z-index: 1;
}
.js-modal-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 138px;
  background: url(/images/play.png);
  -webkit-background-size: cover;
  background-size: cover;
  transition: 0.2s all;
  z-index: 2;
}
.js-modal-btn:hover:after {
  width: 150px;
  height: 150px;
}
.js-modal-btn:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.js-modal-btn .movie_img {
  transition: 0.2s all;
  transform: scale(1, 1);
}
.js-modal-btn:hover .movie_img {
  transform: scale(1.05, 1.05);
}

.modal-video {
  background-color: rgba(9, 81, 114, 0.95);
}

.modal-video-close-btn {
  right: 0 !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-video {
    padding: 3.2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .js-modal-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18.8vw;
    height: 18.8vw;
    background: url(/images/play.png);
    -webkit-background-size: cover;
    background-size: cover;
    transition: 0.2s all;
  }
  .js-modal-btn:hover:after {
    width: 18.8vw;
    height: 18.8vw;
  }
}
/*================================================================================================
header insta / footer insta
================================================================================================*/
@media screen and (min-width: 769px), print {
  .nav_insta {
    margin-top: -6px;
  }
  .footer_nav_insta_link {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 20px;
    transition: 0.3s opacity;
  }
  .footer_nav_insta_link:hover {
    opacity: 0.6;
  }
  .footer_nav_insta_link .footer_nav_insta {
    width: 100%;
  }
  #header #nav-dropdown .header-menu .no_border a {
    transition: 0.3s opacity;
  }
  #header #nav-dropdown .header-menu .no_border a:hover {
    opacity: 0.6;
  }
  #header #nav-dropdown .header-menu .no_border a:before, #header #nav-dropdown .header-menu .no_border a:after {
    display: none;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 768px) {
  #header #nav-dropdown .header-menu .no_border a {
    padding: 0;
    margin: 45px auto;
    display: block;
    width: 85px;
    height: 85px;
    position: relative;
    letter-spacing: 0.025em;
    font-weight: bold;
    font-size: 32px;
    transition: 0.3s opacity;
  }
  #header #nav-dropdown .header-menu .no_border a:hover {
    opacity: 0.6;
  }
  #header #nav-dropdown .header-menu .no_border a:before, #header #nav-dropdown .header-menu .no_border a:after {
    display: none;
  }
  .nav_insta {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #header #nav-dropdown .header-menu .no_border a {
    margin: 10vw auto 6vw;
    padding: 0;
    display: block;
    width: 6.6666666667vw;
    position: relative;
    letter-spacing: 0.025em;
    font-weight: bold;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
  }
  #header #nav-dropdown .header-menu .no_border a:before, #header #nav-dropdown .header-menu .no_border a:after {
    display: none;
  }
  .nav_insta {
    margin-top: 0px;
    width: 6.6666666667vw;
  }
  .footer_nav_insta_link {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    display: block;
    margin: 0 auto 4vw;
  }
  .footer_nav_insta {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 0) {
  #header #nav-dropdown .header-menu {
    margin: 5.66667vw 16vw 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4.26667vw;
    text-align: left;
  }
}
.header-menu a[href="#"] {
  opacity: 0.6;
  pointer-events: none;
}

/*================================================================================================
  slider
  ================================================================================================*/
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*================================================================================================
slider custom
================================================================================================*/
@-webkit-keyframes btn-arrow-photo {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left 83px top 0;
  }
  50.01% {
    background-position: left -83px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}
@keyframes btn-arrow-photo {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left 83px top 0;
  }
  50.01% {
    background-position: left -83px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}
@keyframes btn-arrow-photo-p {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left -83px top 0;
  }
  50.01% {
    background-position: left 83px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}
@-webkit-keyframes btn-arrow-photo-p {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left -83px top 0;
  }
  50.01% {
    background-position: left 83px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}
@media screen and (min-width: 769px), print {
  .slider-dots_02 {
    display: flex;
    position: absolute;
    left: 44px;
    bottom: 32px;
  }
  .slider-dots_02 li {
    width: 21px;
    height: 21px;
    display: block;
    position: relative;
  }
  .slider-dots_02 li::after {
    content: "";
    width: 11px;
    height: 2px;
    background: #fff;
    display: block;
    z-index: 5;
    position: relative;
    position: absolute;
    top: 9px;
    left: 5px;
    pointer-events: none;
  }
  .slider-dots_02 li button {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .slider-dots_02 li.slick-active::after {
    background-color: #014B6D;
  }
  .slick-next {
    margin-left: 6px;
    background-size: auto 9px;
    width: 83px;
    height: 9px;
    top: auto;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 37px;
    right: 49px;
    z-index: 10;
    transition: 0.2s all;
  }
  .slick-next:hover:after {
    width: 103px;
  }
  .slick-next:hover {
    right: 28px;
    width: 103px;
  }
  .slick-next:before {
    display: none;
  }
  .slick-next:after {
    margin-left: 0;
    background-size: auto 9px;
    width: 83px;
    height: 9px;
    top: 0;
    content: "";
    text-indent: -9999px;
    color: transparent;
    display: block;
    position: relative;
    background: url(/images/photo_next.png) right bottom no-repeat transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.2s all;
  }
  .slick-prev {
    margin-left: 6px;
    background-size: auto 9px;
    width: 83px;
    height: 9px;
    top: auto;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 37px;
    right: 191px;
    left: auto;
    z-index: 10;
    transition: 0.2s all;
  }
  .slick-prev:hover:after {
    width: 103px;
  }
  .slick-prev:hover {
    width: 103px;
  }
  .slick-prev:before {
    display: none;
  }
  .slick-prev:after {
    margin-left: 0;
    background-size: auto 9px;
    width: 83px;
    height: 9px;
    top: 0;
    content: "";
    text-indent: -9999px;
    color: transparent;
    display: block;
    position: relative;
    background: url(/images/photo_prev.png) left bottom no-repeat transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.2s all;
  }
}
@media screen and (max-width: 768px) {
  .slider-dots_02 {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 22px;
    bottom: 15px;
    width: 115.5px;
  }
  .slider-dots_02 li {
    width: 10.5px;
    height: 10.5px;
    display: block;
    position: relative;
  }
  .slider-dots_02 li::after {
    content: "";
    width: 5.5px;
    height: 1px;
    background: #fff;
    display: block;
    z-index: 5;
    position: relative;
    position: absolute;
    top: 4.5px;
    left: 2.5px;
    pointer-events: none;
  }
  .slider-dots_02 li button {
    display: block;
    width: 8px;
    height: 8px;
    font-size: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .slider-dots_02 li.slick-active::after {
    background-color: #014B6D;
  }
  .slick-next {
    margin-left: 0px;
    background-size: auto 1.2vw;
    width: 11.0666666667vw;
    height: 1.2vw;
    top: auto;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 4.5333333333vw;
    right: 2.6666666667vw;
    z-index: 10;
  }
  .slick-next:before {
    display: none;
  }
  .slick-next:after {
    margin-left: 0;
    background-size: auto 1.2vw;
    width: 11.0666666667vw;
    height: 1.2vw;
    top: 0;
    content: "";
    text-indent: -9999px;
    color: transparent;
    display: block;
    position: relative;
    background: url(/images/photo_next.png) right bottom no-repeat transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slick-prev {
    margin-left: 0px;
    background-size: auto 1.2vw;
    width: 11.0666666667vw;
    height: 1.2vw;
    top: auto;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 4.5333333333vw;
    right: 21.3333333333vw;
    left: auto;
    z-index: 10;
  }
  .slick-prev:before {
    display: none;
  }
  .slick-prev:after {
    margin-left: 0;
    background-size: auto 1.2vw;
    width: 11.0666666667vw;
    height: 1.2vw;
    top: 0;
    content: "";
    text-indent: -9999px;
    color: transparent;
    display: block;
    position: relative;
    background: url(/images/photo_prev.png) left bottom no-repeat transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/* # =================================================================
# report
# ================================================================= */
@media screen and (max-width: 768px) {
  #report {
    width: 100%;
    padding-top: 20vw;
    margin-bottom: 20vw;
    position: relative;
  }
}
/* # =================================================================
# 190701
# ================================================================= */
@media screen and (min-width: 769px), print {
  #vote .vote-header .note2 {
    line-height: 1.77778;
    letter-spacing: 0.07em;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 0.98px;
    text-align: center;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #vote .vote-header .note2 {
    font-size: 2.4vw;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.168vw;
    text-align: center;
    color: #ffffff;
  }
}
/* # =================================================================
# 190711 add
# ================================================================= */
/*================================================================================================
function
================================================================================================*/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .topics__link {
    display: block;
    max-width: 384px;
    width: 22%;
    margin-bottom: 100px;
    position: relative;
  }
  .topics__link.empty {
    height: 0;
    pointer-events: none;
    margin-bottom: 0;
  }
  .topics__link * {
    color: #000;
  }
  .topics__link .topics__img--mask {
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 49px;
    background: #014b6d;
  }
  .topics__link .topics__img--mask img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s transform, 0.3s opacity;
  }
  .topics__link:hover .topics__img--mask img {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 0.5;
  }
  .topics__link .topics__shadow {
    background: url(/images/topics-thumbnail_background.png);
    width: 100%;
    padding-top: 62.5%;
    height: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 10px;
    background-repeat: repeat;
    background-size: auto;
  }
  .topics__link .topics__cat {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.38px;
    text-align: left;
    color: #00344c;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-bottom: 18px;
  }
  .topics__link .topics__linkttl {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: 0.6px;
    text-align: left;
    color: #222222;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-bottom: 14px;
    margin-top: -8px;
    word-break: break-all;
  }
  .topics__link .topics__date {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.35px;
    text-align: left;
    color: #222222;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .i_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #topics {
    background-color: #014b6d;
    padding-top: 0;
    padding-bottom: 0px;
  }
  #topics .container + .container {
    background: #fff;
    margin-top: -1px;
    padding-bottom: 152px;
  }
  #topics .container .info {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.35px;
    text-align: left;
    color: #014b6d;
    padding-top: 17px;
    margin-bottom: 118px;
  }
  #topics .container .btn {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .topics__link {
    width: 47%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .topics__link {
    display: block;
    width: 100%;
    margin-bottom: 12vw;
    position: relative;
  }
  .topics__link.empty {
    height: 0;
    pointer-events: none;
    margin-bottom: 0;
  }
  .topics__link * {
    color: #000;
  }
  .topics__link .topics__img--mask {
    width: 100%;
    padding-top: 62.5%;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 7.6vw;
    background: #014b6d;
  }
  .topics__link .topics__img--mask img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .topics__link .topics__shadow {
    background: url(/images/topics-thumbnail_background.png);
    width: 100%;
    height: 54.4vw;
    display: block;
    position: absolute;
    z-index: 0;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    background-repeat: repeat;
    background-size: auto;
  }
  .topics__link .topics__cat {
    font-size: 3.2vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.08vw;
    text-align: left;
    color: #00344c;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-bottom: 3.6vw;
  }
  .topics__link .topics__linkttl {
    font-size: 3.7333333333vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.0933333333vw;
    text-align: left;
    color: #222222;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-bottom: 2.9333333333vw;
    margin-top: -2.1333333333vw;
    word-break: break-all;
  }
  .topics__link .topics__date {
    font-size: 2.6666666667vw;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.0666666667vw;
    text-align: left;
    color: #000000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .i_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #topics {
    background-color: #014b6d;
    padding-top: 0;
    padding-bottom: 0px;
  }
  #topics h3 img {
    width: 37.4666666667vw;
  }
  #topics .container + .container {
    background: #fff;
    margin-top: -1px;
    padding-bottom: 20vw;
  }
  #topics .container .info {
    font-size: 2.6666666667vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.0666666667vw;
    text-align: left;
    color: #014b6d;
    padding-top: 2.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  #topics .container .btn {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .new {
    color: #fff45c;
    font-size: 10px;
    display: block;
    margin: auto;
    position: absolute;
    top: -16px;
    left: 0;
    text-align: center;
    right: 0;
  }
  .text-mask {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .new {
    color: #fff45c;
    font-size: 2.6666666667vw;
    margin: auto;
    position: relative;
    margin-left: 2.2666666667vw;
    vertical-align: middle;
  }
  .text-wrapper {
    vertical-align: middle;
  }
}
/* # =================================================================
# 1010 add
# ================================================================= */
@media screen and (min-width: 769px) {
  #mv {
    background: #014b6d;
  }
}
@media screen and (min-width: 769px) {
  #header .header-logo {
    float: left;
    margin-top: 20px;
  }
}
#sponsor {
  border-top: 1px solid #eee;
}

@media screen and (min-width: 769px), print {
  #sponsor .sponsor-list li {
    margin-bottom: 0;
    margin-top: 70px;
  }
  #sponsor .sponsor-list li:nth-of-type(-n + 6) {
    margin-top: 0;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px), print {
  .-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  #page-title {
    height: 605px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 162px;
  }
  #page-title h1 {
    background: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 160%;
    /* ボックスの高さと同一、または77px */
    text-align: center;
    color: #014B6D;
    padding: 4px 57px 4px;
  }
}
@media screen and (max-width: 768px) {
  #page-title {
    height: 86vw;
    background: #00344C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20vw;
  }
  #page-title h1 {
    background: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 160%;
    /* ボックスの高さと同一、または64px */
    text-align: center;
    color: #014B6D;
    padding: 2.9333333333vw 6.6666666667vw;
  }
}

@media screen and (min-width: 769px), print {
  #result {
    margin: 0 auto 150px;
    margin-top: -261px;
    max-width: 1319px;
    width: 68.69791667vw;
  }
  #result .results {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #result .results__title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    margin-left: -110px;
    color: #014B6D;
    background: #FFF45C;
    padding: 16px 30px;
    position: relative;
    position: relative;
    z-index: 5;
  }
  #result .results__title::before {
    content: "";
    inset: 0;
    background: #FFF45C;
    position: absolute;
    z-index: -1;
  }
  #result .results__title::after {
    content: "";
    display: block;
    background: url("/images/background-slash_top.png");
    position: absolute;
    z-index: -2;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
  }
  #result .results__title--lg {
    padding: 32px 45px;
  }
  #result .results__list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(9.53125vw, 183px);
  }
  #result .results + .results {
    margin-top: 120px;
  }
  #result .result {
    flex: 43.06292646% 0 0;
  }
  #result .result__header {
    margin-top: -45px;
    margin-top: max(-45px, -2.34375vw);
    background: #014B6D;
    height: min(90px, 4.6875vw);
    margin-left: min(30px, 1.5625vw);
    margin-right: min(30px, 1.5625vw);
    position: relative;
    z-index: 5;
    padding: min(9px, 0.46875vw) 0 min(9px, 0.46875vw) min(20px, 1.04166667vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #result .result__header.--has-crown {
    padding-left: 102px;
    padding-left: min(102px, 5.3125vw);
  }
  #result .result__header.--has-crown::before {
    content: "";
    position: absolute;
    display: block;
    width: 69px;
    height: 45px;
    background: url("/images/oukan.png") center/contain no-repeat;
    left: 20px;
    top: 22px;
    left: min(20px, 1.04166667vw);
    top: min(22px, 1.14583333vw);
    width: min(69px, 3.59375vw);
    height: min(45px, 2.34375vw);
  }
  #result .result__name {
    font-style: normal;
    font-weight: 700;
    font-size: min(30px, 1.5625vw);
    line-height: 160%;
    /* ボックスの高さと同一、または48px */
    color: #FFFFFF;
    white-space: nowrap;
  }
  #result .result__name small {
    font-size: 24px;
    font-size: min(24px, 1.25vw);
  }
  #result .result__role {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    font-size: min(18px, 0.9375vw);
    line-height: 1;
    /* ボックスの高さと同一、または29px */
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  #result .result__image {
    position: relative;
    aspect-ratio: 1/1;
  }
  #result .result__image img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #result .result__image.--male::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "男性";
    background: #014B6D;
    padding: 2px 19px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
    text-align: center;
  }
  #result .result__image.--female::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "女性";
    background: #9A0000;
    padding: 2px 19px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #result {
    margin: 0 auto 16vw;
    margin-top: -38.2666666667vw;
    width: 86.6666666667vw;
  }
  #result .results {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #result .results__title {
    font-style: normal;
    font-weight: 700;
    font-size: 4vw;
    line-height: 160%;
    text-align: center;
    color: #014B6D;
    background: #FFF45C;
    padding: 2.1333333333vw 4vw;
    position: relative;
    position: relative;
    z-index: 5;
  }
  #result .results__title::before {
    content: "";
    inset: 0;
    background: #FFF45C;
    position: absolute;
    z-index: -1;
  }
  #result .results__title::after {
    content: "";
    display: block;
    background: url("/images/background-slash_top.png");
    position: absolute;
    z-index: -2;
    bottom: -1.3333333333vw;
    right: -1.3333333333vw;
    width: 100%;
    height: 100%;
  }
  #result .results__title--lg {
    padding: 3.4666666667vw 5.3333333333vw;
  }
  #result .results__list {
    width: 100%;
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6.6666666667vw;
  }
  #result .results + .results {
    margin-top: 13.3333333333vw;
  }
  #result .result__header {
    margin-top: -8.8vw;
    background: #014B6D;
    margin-left: 3.3333333333vw;
    margin-right: 3.3333333333vw;
    height: 17.6vw;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.6666666667vw;
  }
  #result .result__header.--has-crown {
    padding-left: 19.6vw;
  }
  #result .result__header.--has-crown::before {
    content: "";
    position: absolute;
    display: block;
    width: 12.2666666667vw;
    height: 8vw;
    background: url("/images/oukan.png") center/contain no-repeat;
    left: 4.6666666667vw;
    top: 4.8vw;
  }
  #result .result__name {
    font-style: normal;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5333333333vw;
    line-height: 160%;
    /* または54px */
    color: #FFFFFF;
  }
  #result .result__name small {
    font-size: 3.4666666667vw;
  }
  #result .result__role {
    font-style: normal;
    font-weight: 500;
    font-size: 2.6666666667vw;
    line-height: 1;
    /* ボックスの高さと同一、または29px */
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  #result .result__image {
    position: relative;
    aspect-ratio: 1/1;
  }
  #result .result__image img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  #result .result__image.--male::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "男性";
    background: #014B6D;
    padding: 0.2666666667vw 2.9333333333vw 0.2666666667vw 3.0666666667vw;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
    text-align: center;
  }
  #result .result__image.--female::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "女性";
    background: #9A0000;
    padding: 0.2666666667vw 2.9333333333vw 0.2666666667vw 3.0666666667vw;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #mv .mv-slider {
    background: #001E2C;
  }
  #mv .mv-slider .slider-items .slick-list .slick-track img {
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) and (min-aspect-ratio: 750/1347) {
  #mv .mv-slider .slider-items .slick-list .slick-track img {
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #result .result__header {
    min-height: 17.6vw;
    height: auto;
    justify-content: flex-start;
    padding-top: 2vw;
  }
  #result .result__header:has(.result__role) {
    padding-top: 3.3333333333vw;
  }
  #result .result__name {
    font-style: normal;
    font-weight: 700;
    font-size: 4.5333333333vw;
    line-height: 150%;
    /* または26px */
  }
  #result .result__role {
    font-style: normal;
    font-weight: 500;
    font-size: 2.6666666667vw;
    line-height: 160%;
    /* ボックスの高さと同一、または32px */
  }
  #result .results__title--min {
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 160%;
    /* ボックスの高さと同一、または40px */
    text-align: center;
    padding: 2.9333333333vw 4vw 2.4vw 4.1333333333vw;
  }
}
@media screen and (min-width: 769px), print {
  #result .result__header {
    height: min(4.6875vw, 90px);
    padding-top: min(0.46875vw, 9px);
    padding-bottom: 0;
    justify-content: flex-start;
  }
  #result .result__header:has(.result__role) {
    padding-top: min(0.7291666667vw, 14px);
  }
  #result .result__name {
    font-style: normal;
    font-weight: 700;
    font-size: min(1.5625vw, 30px);
    line-height: 120%;
  }
  #result .result__role {
    font-style: normal;
    font-weight: 700;
    font-size: min(0.9375vw, 18px);
    line-height: 160%;
    margin-bottom: min(-0.2604166667vw, -5px);
  }
  #result .results__list {
    gap: min(5.2083333333vw, 100px) min(9.53125vw, 183px);
  }
  #result .results__list {
    margin-top: 50px;
  }
  #result .results__title--min {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 160%;
    /* ボックスの高さと同一、または40px */
    text-align: center;
    padding: 22px 30px 18px 31px;
  }
}
@media screen and (min-width: 769px), print {
  #header .header-menu {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p-modalvideo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    transition: opacity 0.2s linear, transform 0.2s ease-out;
    opacity: 0;
  }
  .p-modalvideo.--modal-active {
    opacity: 1;
  }
  .p-modalvideo.--modal-active iframe {
    visibility: visible;
  }
  .p-modalvideo__wrapper {
    position: relative;
    z-index: 5;
    max-width: 1360px;
    width: 100%;
    max-height: calc(100vh - 160px);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .p-modalvideo__wrapper iframe {
    visibility: hidden;
    aspect-ratio: 16/9;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
  }
  .p-modalvideo__container {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
  }
  .p-modalvideo__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 250, 247, 0.6);
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .p-modalvideo__close {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    top: -96px;
    right: -80px;
    background: url(../images/modal--close.svg) center/contain no-repeat;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-modalvideo__close:hover {
    opacity: 0.5;
  }
  .p-modalvideo__close:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-modalvideo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s linear, transform 0.4s ease-out;
    opacity: 0;
  }
  .p-modalvideo.--modal-active {
    opacity: 1;
    transform: translateY(0);
  }
  .p-modalvideo.--modal-active iframe {
    visibility: visible;
  }
  .p-modalvideo__wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s linear, transform 0.4s ease-out;
    transform: translateY(min(0.5208333333vw, 10px));
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .--modal-active .p-modalvideo__wrapper {
    transform: translateY(0);
  }
  .p-modalvideo__wrapper iframe {
    visibility: hidden;
    aspect-ratio: 16/9;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
  }
  .p-modalvideo__container {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
  }
  .p-modalvideo__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .p-modalvideo__close {
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    top: min(-2.5vw, -48px);
    right: min(0.4166666667vw, 8px);
    background: url(../images/modal--close.svg) center/min(2.0833333333vw, 40px) min(2.0833333333vw, 40px) no-repeat;
    transition: background-color 0.4s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}