@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright c THE ONE All Rights Reserved.

HTML CSS Selectors style

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
:root {
  --min-width:1280px;
  --font-jp: 'M PLUS 1p', sans-serif;
  --font-en: 'Poppins', sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html,body {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: var(--font-jp);
  font-size: 12px;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
  margin: 0px;
  padding: 0px;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
}
em {
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0px;
  padding: 0px;
}
p,dd,li {
  list-style: none;
}
em,strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}

img {
  vertical-align:top;
  max-width: 100%;
  height: auto;
}
.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a img {
  border: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a {
	transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

.none {
  display: none!important;
}

.nolink {
  pointer-events: none;
}

.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.pc {
  display: block;
}
br.pc,
span.pc,
img.pc {
  display: inline;
}
.sp {
  display: none!important;
}
.anchor {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  br.sp,
  span.sp,
  img.sp {
    display: inline!important;
  }
  a:hover {
    opacity: 1;
  }
  .anchor {
    top: -20px;
  }
}

.fv-effect {
  opacity: 0;
}
.loaded .fv-effect {
  opacity: 1;
  transform: translate(0,0);
  transition : all 500ms 300ms ease-out;
}
/* 画面外にいる状態 */
.effect,.fade-effect,.d-effect {
  opacity : 0;
}
.fade-drop {
  transform: translate(0,-50px);
}
.fade-rize {
  transform: translate(0,50px);
}
.fade-left-in {
  transform: translate(-50px,0);
}
.fade-right-in {
  transform: translate(50px,0);
}
.fade-in {
  transform: translate(0,0);
}

/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
  transform: translate(0,0px)!important;
  transition : all 500ms 300ms ease-out;
}

.loaded .delay1 {
  transition-delay:500ms;
}
.loaded .delay2 {
  transition-delay:700ms;
}
.loaded .delay3 {
  transition-delay:900ms;
}
.loaded .delay4 {
  transition-delay:1100ms;
}


/*---------------------------------------------------------------------------------
背景　+　ヘッダー
--------------------------------------------------------------------------------- */
.bg-box {
  width: 100%;
  height: 100%;
  background-image: url("../img/main_bg.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#header-wrapper {
  width: 100%;
  min-width: var(--min-width);
  height: 80px;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#header-wrapper::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content:"";
}
#header-wrapper::after {
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content:"";
}
.header-logo {
  width: 62px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74px;
  margin: auto;
}
.nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 890px;
  padding-top: 28px;
  margin: 0 auto;
  color: #fff;
}
.nav-header a {
  margin: 0 33px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.nav-header a .en {
  display: block;
  padding-bottom: 8px;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}

.header-is {
  width: 160px;
  height: 79px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}
.header-is a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  background: url("../img/bg_is.jpg");
  background-size: cover;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.header-is img {
  width: 24px;
  margin-right: 10px;
}

.btn-entry {
  width: 160px;
  height: 185px;
  position: fixed;
  right: 30px;
  bottom: 32px;
  z-index: 20;
}
.btn-entry a {
  display: flex;
  justify-content: center;
/*  align-items: center;
  align-content: center;*/
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.btn-entry .txt1 {
  font-size: 20px;
  padding-bottom: 3px;
}
.btn-entry .txt2 {
  font-size: 16px;
}
.btn-entry .en {
  width: 92px;
  padding-top: 8px;
  background: url("../img/entry_pc_arrow.svg") no-repeat;
  margin-top: 5px;
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.1em;
}
.btn-entry__bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/btn_enter_bg-pc.svg");
  position: absolute;
  top: 0;
  left: 0;
  animation: 21s linear infinite rotation;
  transform-origin: 50px center;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.wrapper {
  position: relative;
  z-index: 2;
  overflow:hidden;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

@media only screen and (max-width: 768px) {
  #header-wrapper {
    min-width: 100%;
    height: 50px;
  }
  .header-logo {
    width: 36px;
    height: 40px;
    left: 15px;
  }
  .nav-header {
    width: 100%;
    padding-top: 13px;
  }
  .nav-header a {
    margin: 0 48px;
    font-size: 11px;
  }
  .nav-header a .en {
    padding-bottom: 4px;
    font-size: 8px;
  }
  .header-past {
    display: flex!important;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .header-past a {
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  
  .header-is {
    width: 38%;
    /*width: 100%;*/
    height: 80px;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #fff;
  }
  .header-is.wide {
    width: 100%;
  }
  .header-is a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-left: none;
    background: url("../img/bg_is.jpg");
    background-size: cover;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .header-is img {
    width: 2.px;
    margin-right: 10px;
  }
  
  .btn-entry {
    width: 62%;
    height: 80px;
    border-top: 1px solid #fff;
    border-right: none;
    position: fixed;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 20;
  }
  .btn-entry a {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;

    background-color: #A70045;
  }

  .btn-entry .txt1 {
    font-size: 16px;
    line-height: 1;
  }
  .btn-entry .txt2 {
    width: auto;
    padding-left: 5px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
  .btn-entry .en {
    width: 100%;
    padding-top: 8px;
    background: url("../img/entry_sp_arrow.svg") no-repeat;
    margin-top: 5px;
    padding-left: 5px;
    font-family: var(--font-en);
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .btn-entry__bg {
    display: none;
  }

}

/*---------------------------------------------------------------------------------
fv
--------------------------------------------------------------------------------- */
.fv-area {
  padding-top: 267px;
  padding-bottom: 330px;
  position: relative;
  z-index: 2;
}
.fv-thanks {
  width: fit-content;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 167px;
  right: 0;
  left: 0;
  margin: auto;
}
.fv-catchphrase {
  width: 880px;
  margin: 0 auto 113px;
}
.fv-catchphrase span {
  display: block;
}
.fv-catchphrase .txt1 {
  width: 439px;
  margin-bottom: 98px;
}
.fv-catchphrase .txt2 {
  width: 474px;
  margin-left: auto;
}
.fv-ttl {
  width: 799px;
  margin: 0 auto 132px;
}
.fv-read {
  padding-bottom: 300px;
  font-family: var(--font-en);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
.fv-read em {
  display: block;
  padding-bottom: 8px;
  font-size: 21px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .fv-area {
    height: 100vh;
    padding: 102px 0 148px;
  }
  .fv-thanks {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: static;
    top: 0;
    right: 0;
    left: 0;
    margin:0 auto 76px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
  }
  .fv-catchphrase {
    width: 312px;
    margin: 0 auto 54px;
  }
  .fv-catchphrase span {
    display: block;
  }
  .fv-catchphrase .txt1 {
    width:204px;
    margin-bottom: 18px;
  }
  .fv-catchphrase .txt2 {
    width: 204px;
    margin-left: auto;
  }
  .fv-ttl {
    width: min(87%, 328px);
    margin: 0 auto 29px;
  }
  .fv-read {
    padding-bottom: 0; 
    font-family: var(--font-en);
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
  }
  .fv-read em {
    display: block;
    padding-bottom: 7px;
    font-size: 11px;
    font-weight: 400;
  }

}

/*---------------------------------------------------------------------------------
受賞者
--------------------------------------------------------------------------------- */
.winner {
  padding: 110px 0 145px;
  background-color: #000;
  position: relative;
}
.winner::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.8vw 0 0 100vw;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: calc(calc(7.8vw - 1px) * -1);
  right: 0;
  content:"";
}
.winner-ttl {
  margin-bottom: 82px;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
.winner-category {
  width: 994px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.winner-category-ttl {
  margin-bottom: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #D6006C;
  text-align: center;
}
.winner-category-ttl.st {
  color: #4098D5;
}
.winner-category-ttl.spe {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}

.winner-category-ttl .en {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.winner-category-ttl {
  margin-bottom: 90px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.winner-category-ttl em {
  display: block;
  padding-bottom: 18px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 200;
  text-align: center;
}
.winner-category-list {
  padding-bottom: 50px;
  margin-bottom: 100px;
  position: relative;
}
.winner-category-list::after {
  width: 800px;
  height: 1px;
  background-color: #D6006C;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.winner-category-list:last-of-type::after {
  content:none;
}
.winner-category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
}
.winner-category-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 422px;
}
.winner-category-list-img img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.winner-category-list-img.big-photo {
  padding: 0 6px;
}
.winner-category-list.st .winner-category-list-img.big-photo ,
.winner-category-list.spe .winner-category-list-img.big-photo {
  padding: 0 65px;
}
.winner-category-list-img.small-photo {
  padding: 0 106px;
}
.winner-category-list-img.small-photo2 {
  padding: 0 59px;
}
.winner-category-list-img.small-movie {
  padding: 0 63px;
}
.winner-category-list-inner {
  width: 50%;
}
.winner-category-list-inner__ttl {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.winner-category-list-inner__name {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.winner-category-list-inner dt {
  padding: 15px 0 14px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}
.winner-category-list-inner dd {
  font-size: 14px;
  line-height: 1.42;
}

.winner-juges {
  width: 855px;
  padding: 100px 0 0;
  margin: 0 auto;
}
.winner-juges-ttl {
  margin-bottom: 112px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
.winner-juges-list {
  margin-bottom: 170px;
}
.winner-juges-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.winner-juges-list__img {
  width: 210px;
  font-family:'M PLUS 1p', 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.winner-juges-list__img img {
  display: block;
  width: 174px;
  height: 174px;
  margin: 0 auto 10px;
}
.winner-juges-list__img .name {
  display: block;
  padding-top: 7px;
  font-size: 14px;
}
.winner-juges-list__comment {
  width: 600px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
}
.winner-link {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.winner-link a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .winner {
    padding: 95px 0 145px;
  }
  .winner::before {
    content:none;
  }
  .winner-ttl {
    margin-bottom: 53px;
  }
  .winner-category {
    width: 100%;
  }
  .winner-category-ttl {
    margin-bottom: 60px;
    font-size: 12px;
  }
  .winner-category-ttl.st {
    color: #4098D5;
  }
  .winner-category-ttl.spe {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
  }
  .winner-category-ttl .en {
    margin-bottom: 8px;
    font-size: 30px;
  }
  .winner-category-list {
    padding-bottom: 40px;
    margin-bottom: 80px;
    position: relative;
  }
  .winner-category-list::after {
    width: 80vw;
  }
  .winner-category-list li {
    display: block;
    padding-top: 66px;
  }
  .winner-category-list-img {
    width: 85.3%;
    margin: 0 auto 40px;
  }
  .winner-category-list-img.big-photo {
    padding: 0;
  }
  .winner-category-list.st .winner-category-list-img.big-photo ,
  .winner-category-list.spe .winner-category-list-img.big-photo {
    width: 60%;
    padding: 0;
  }
  .winner-category-list-img.small-photo {
    width: 49%;
    padding: 0;
  }
  .winner-category-list-img.small-photo2 {
    width: 69.6%;
    padding: 0;
  }
  .winner-category-list-img.small-movie {
    width: 69.3%;
    padding: 0;
  }
  .winner-category-list-inner {
    width: 79.2%;
    margin: 0 auto;
  }
  .winner-category-list-inner__ttl {
    width: 100%;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .winner-category-list-inner__ttl span {
    display: none;
  }
  .winner-category-list li:first-child .winner-category-list-inner__ttl span,
  .winner-category-list.st .winner-category-list-inner__ttl span{
    display: inline;
  }
  .winner-category-list-inner__name {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
  .winner-category-list-inner dt {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
  }
  .winner-category-list-inner dd {
    padding-bottom: 40px;
  }
  .winner-category-list-inner dd.absence {
    text-align: center;
    font-weight: 400;
  }
  .winner-category-list-inner dd:last-of-type {
    padding-bottom: 0;
  }

  .winner-juges {
    width: 79.2%;
    padding: 0px 0 0;
    margin: 0 auto;
  }
  .winner-juges-ttl {
    margin-bottom: 75px;
    font-size: 32px;
  }
  .winner-juges-list {
    margin-bottom: 110px;
  }
  .winner-juges-list li {
    display: block;
    margin-bottom: 80px;
  }
  .winner-juges-list__img {
    width: 100%;
    font-size: 11px;
  }
  .winner-juges-list__img img {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
  }
  .winner-juges-list__img .name {
    display: block;
    padding-top: 5px;
    font-size: 16px;
  }
  .winner-juges-list__comment {
    padding-top: 20px;
    width: 100%;
  }
  .winner-link {
    font-size: 20px;
  }
}

/*---------------------------------------------------------------------------------
イベント概要
--------------------------------------------------------------------------------- */
.about {
  padding: 134px 0 92px;
  position: relative;
  background-color: #000;
}
.about::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}
.about::after {
  border-width:  0 100vw 2.5vw 0;
  border-color:  transparent #000000 transparent transparent;
  bottom: calc(calc(2.5vw - 1px) * -1);
  left: 0;
}

/*.about-vol2 {
  margin-bottom: 320px;
  line-height: 1;
}
.about-vol2__ttl {
  width: 491px;
  margin: 0 auto 52px;
}
.about-vol2__txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
.about-vol2 span.date01 {
  font-family: var(--font-en);
  font-size: 96px;
  font-weight: 200;
  position: relative;
  top: 10px;
}
.about-vol2 span.date02 {
  padding: 0 16px;
  font-size: 24px;
}
.about-vol2 span.date03 {
  font-size: 86px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.about-vol2-txt {
  margin-bottom: 207px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
*/
.about-inner {
  width: 836px;
  margin: 0 auto;
}
.about-inner-ttl {
  margin-bottom: 107px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.about-read {
  /*width: 590px;*/
  width: 634px;
  /*height: 255px;*/
  height: 282px;
  background-image: url("../img/about_read-pc.svg");
  background-size: 100% auto;
  margin: 0 auto 65px;
}
.about-read h2,
.about-read p {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.about-notice {
  margin-bottom: 115px;
}
.about-notice p {
  margin: 0 auto;
}
.about-notice .txt01 {
  width: 471px;
  margin-bottom: 30px;
}
.about-notice .txt02 {
  width: 271px;
}

.about-ttl {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.about-category {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 64px;
}
.about-category-ttl {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.about-category-ttl .en {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.professional .about-category-ttl {
  color: #D6006C;
}
.student .about-category-ttl {
  color: #4098D5;
}
.about-category-detail {
  width: 380px;
  padding-top: 40px;
  margin: 0 19px 30px;
  position: relative;
}
.about-category-detail.new::after {
  width: 76px;
  height: 72px;
  background: url("../img/icon_new.svg") no-repeat;
  position: absolute;
  top: 17px;
  right: 23px;
  content:"";
}
.about-category-detail dt {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.about-category-detail dd {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'M PLUS 1p', 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
.about-category-detail dd em {
  display: inline-block;
  padding: 0 5px;
  font-size: 36px;
  font-weight: 700;
}
.about-category-detail dd em.gp {
  font-size: 48px;
}
.about-category-detail dd span.gp {
  font-size: 18px;
}
.about-category-detail dd span {
  font-size: 12px;
}
.about-category-note {
  width: 100%;
  padding-top: 0px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .about {
    padding: 84px 0 44px;
  }
  .about::after {
    content:none;
  }
  .about-inner {
    width: 100%;
  }
  
/*  .about-vol2 {
    margin-bottom: 174px;
  }
  .about-vol2__ttl {
    width: 207px;
    margin: 0 auto 18px;
  }
  .about-vol2__txt {
  }
  .about-vol2 span.date01 {
    font-size: 40px;
    top: 5px;
  }
  .about-vol2 span.date02 {
    padding: 0 10px;
    font-size: 10px;
  }
  .about-vol2 span.date03 {
    font-size: 36px;
    top: 3px;
  }
  .about-vol2-txt {
    font-size: 24px;
    margin-bottom: 68px;
  }*/
  .about-read {
    width: min(91%, 340px);
    height: min(68vw, 256px);
    background: url("../img/about_read-sp.svg") no-repeat;
    background-size: 100% auto;
    margin: 0 auto 34px;
  }
  
  .about-notice {
    margin-bottom: 115px;
  }
  .about-notice p {
    margin: 0 auto;
  }
  .about-notice .txt01 {
    width: 329px;
    margin-bottom: 30px;
  }
  .about-notice .txt02 {
    width: 190px;
  }

  .about-ttl {
    font-size: 32px;
  }
  .about-category {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .about-category-ttl {
    width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
  }
  .about-category-ttl .en {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .about-category-detail {
    width: 100%;
    padding-top: 5px;
    margin: 0 0 10px;
  }
  .about-category-detail dt {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .about-category-detail dd {
    padding: 20px 0;
    font-size: 16px;
  }
  .about-category-detail dd em {
    display: inline-block;
    padding: 0 5px;
    font-size: 40px;
    font-weight: 700;
  }
  .about-category-detail dd em.gp {
    font-size: 48px;
  }
  .about-category-detail dd span.gp {
    font-size: 18px;
  }
  .about-category-detail dd span {
    font-size: 14px;
  }
  .about-category-note {
    width: 100%;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
  }
}


/*---------------------------------------------------------------------------------
JUDGES
--------------------------------------------------------------------------------- */
.judges {
  padding: 200px 0 257px;
  background-color: #fff;
  color: #000;
}
.judges-ttl {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.judges-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
  color: #4098D5;
}
.judges-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.judges-list li {
  width: 160px;
  margin: 0 15px;
  font-family: 'Poppins', 'M PLUS 1p',  sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.judges-list li:nth-of-type(5n+2).effect-on {
  transition-delay:400ms;
}
.judges-list li:nth-of-type(5n+3).effect-on {
  transition-delay:500ms;
}
.judges-list li:nth-of-type(5n+4).effect-on {
  transition-delay:600ms;
}
.judges-list li:nth-of-type(5n).effect-on {
  transition-delay:700ms;
}
.judges-list__salon {
  height: 24px;
  font-size: 11px;
  padding-top: 13px;
}
.judges-list__job {
  height: 37px;
  padding: 5px 0 10px;
  font-size: 11px;
}
.judges-list__name {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .judges {
    padding: 130px 0 75px;
  }
  .judges-ttl {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
  .judges-ttl .en {
    display: block;
    font-family: var(--font-en);
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
  }
  .judges-list {
    display: block;
    width: 43%;
    margin: 0 auto;
  }
  .judges-list li {
    width: 100%;
    margin: 0 0 40px;
  }
  .judges-list li:nth-of-type(5n+2).effect-on {
    transition-delay:300ms;
  }
  .judges-list li:nth-of-type(5n+3).effect-on {
    transition-delay:300ms;
  }
  .judges-list li:nth-of-type(5n+4).effect-on {
    transition-delay:300ms;
  }
  .judges-list li:nth-of-type(5n).effect-on {
    transition-delay:300ms;
  }
  .judges-list__job {
    height: auto;
  }
}


/*---------------------------------------------------------------------------------
GUIDELINE
--------------------------------------------------------------------------------- */
.guideline {
  padding: 80px 0 20px;
  background-color: #000000;
  position: relative;
}
.guideline::before,
.guideline::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}
.guideline::before {
  border-width: 0 0 2.5vw 100vw;
  border-color: transparent transparent #000000 transparent;
  top: calc(calc(2.5vw - 1px) * -1);
  right: 0;
}
.guideline::after {
  border-width: 6.4vw 100vw 0 0;
  border-color: #000 transparent transparent transparent;
  bottom: calc(calc(6.4vw - 1px) * -1);
  left: 0;
}
.guideline-inner {
  width: 800px;
  margin: 0 auto;
}
.guideline-ttl {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #D6006C;
}
.guideline-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
}
.guideline-list {
  border-top: 1px solid #DE8BA5;
}
.guideline-list > li {
  padding: 40px 10px;
  border-bottom: 1px solid #DE8BA5;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
}
.guideline-list__ttl {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}
.guideline-list__txt {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.guideline-list h4 {
  font-size: 14px;
}
.guideline-list ul {
  margin-bottom: 60px;
}
.guideline-list ul li::before {
  content:"●";
}
.guideline-list .txtBig {
  font-size: 18px;
  margin-bottom: 0;
}
.guideline-list .note {
  font-size: 12px;
  margin-bottom: 20px;
}
.guideline-screen dt {
  padding: 70px 0 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.guideline-screen dd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.guideline-screen dd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn-guide {
  width: 240px;
  margin: 0 auto;
}
.btn-guide a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  background-color: #EB86A5;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.btn-guide a img {
  width: 23px;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .guideline {
    padding: 110px 0 50px;
  }
  .guideline::before {
    border-width: 10vw 0 0 100vw;
    border-color: transparent transparent transparent #000000;
    top: calc(calc(10vw - 1px) * -1);
    right: 0;
  }
  .guideline::after {
    border-width: 10vw 100vw 0 0;
    border-color: #000 transparent transparent transparent;
    bottom: calc(calc(10vw - 1px) * -1);
    left: 0;
  }
  .guideline-inner {
    width: 90%;
    margin: 0 auto;
  }
  .guideline-ttl {
    padding-bottom: 40px;
    font-size: 14px;
  }
  .guideline-ttl .en {
    font-size: 36px;
  }
  .guideline-list__txt {
    padding-bottom: 50px;
  }
  .guideline-list ul {
    margin-bottom: 50px;
  }
  .guideline-screen dt {
    padding: 50px 0 20px;
    line-height: 1.44;
  }
}

/*---------------------------------------------------------------------------------
ENTRY
--------------------------------------------------------------------------------- */
.entry {
  padding: 200px 0 260px;
  background-color: #8D8D8D;
}
.entry-ttl {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.entry-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
  color: #4098D5;
}
.entry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
.entry-list li {
  width: 380px;
  padding: 30px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  font-weight: 500;
}
.entry-list li:first-child {
  width: 100%;
  border-bottom: none;
}
.entry-list h3 {
  padding-bottom: 10px;
  font-size: 20px;
}
.entry-list p {
  font-size: 16px;
}
.entry-list a {
  text-decoration: underline;
}
.entry-list .note {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .entry {
    padding: 110px 0 130px;
  }
  .entry-ttl {
    padding-bottom: 40px;
  }
  .entry-ttl .en {
    font-size: 36px;
  }
  .entry-list {
    width: 90%;
  }
  .entry-list li {
    width: 100%;
    padding: 40px 10px;
  }
}

/*---------------------------------------------------------------------------------
AWARD
--------------------------------------------------------------------------------- */
.award {
  padding: 140px 0 160px;
  background-color: #000;
  position: relative;
  z-index: 2;
}
.award::before,
.award::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}
.award::before {
  border-width: 7.8vw 0 0 100vw;
  border-color: transparent transparent transparent #000000;
  top: calc(calc(7.8vw - 1px) * -1);
  right: 0;
}
.award::after {
  border-width: 7.8vw 100vw 0 0;
  border-color: #000000 transparent transparent transparent;
  bottom: calc(calc(7.8vw - 1px) * -1);
  left: 0;
}
.award-ttl {
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.award-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
}
.award p {
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.award .date {
  padding-bottom: 15px;
  font-size: 24px;
}
.award .place {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
}
.award .place span {
  font-size: 12px;
  line-height: 1;
}
.award .map {
  font-size: 13px;
}
.award .map img {
  width: 24px;
  margin-bottom: 10px;
}
.award-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
.award-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 60px;
  padding: 0 27px;
  background-color: #A70045;
  border-radius: 5px;
  margin: 0 25px;
  font-size: 22px;
  line-height: 1;
  color: #fff!important;
}

@media only screen and (max-width: 768px) {
  .award {
    padding: 115px 0 130px;
  }
  .award::before {
    top: -7.75vw;
  }
  .award::after {
    bottom: -7.75vw;
  }
  .award-ttl {
    padding-bottom: 40px;
  }
  .award-ttl .en {
    font-size: 36px;
  }
  .award .place {
    font-size: 16px;
  }
  .award-btn {
    padding-top: 34px;
  }
  .award-btn a {
    width: 82%;
    margin: 0 auto 14px;
    font-size: 18px;
  }
}

/*---------------------------------------------------------------------------------
SUPPORT
--------------------------------------------------------------------------------- */
.support {
  padding: 210px 0 65px;
  background-color: #fff;
  position: relative;
}
.support-ttl {
  padding-bottom: 53px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.support-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
}
.support-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 732px;
  margin: 0 auto;
}
.support-list li {
  width: 180px;
  margin: 0 32px 30px;
}
.support-list li:nth-of-type(3n+2) {
  transition-delay:500ms;
}
.support-list li:nth-of-type(3n) {
  transition-delay:700ms;
}


@media only screen and (max-width: 768px) {
  .support {
    padding: 140px 0 115px;
  }
  .support::after {
    bottom: -7.75vw;
  }
  .support-ttl {
    padding-bottom: 48px;
  }
  .support-ttl .en {
    font-size: 36px;
  }
  .support-list {
    width: 78%;
    justify-content: space-between;
  }
  .support-list li {
    width: 34vw;
    margin: 0 0 15px;
  }
  .support-list li:nth-of-type(3n+2) {
    transition-delay:300ms;
  }
  .support-list li:nth-of-type(3n) {
    transition-delay:300ms;
  }
  .support-list li:nth-of-type(2n) {
    transition-delay:500ms;
  }
}

/*---------------------------------------------------------------------------------
最終ノミネート作品
--------------------------------------------------------------------------------- */
.nominee-wrap {
  padding: 116px 0 100px;
  margin-top: 80px;
  background-color: #000;
}
.nominee-wrap__logo {
  width: 405px;
  margin: 0 auto 110px;
}
.nominee-wrap__sub-ttl {
  margin-bottom: 95px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.nominee-wrap__sub-ttl em {
  display: block;
  padding-bottom: 10px;
  font-family: var(--font-en);
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 800;
}
.nominee-section {
  margin-bottom: 110px;
}
.nominee-section-ttl {
  width: 380px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
.nominee-section-ttl em {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}
.nominee-section-ttl-note {
  margin: 0 auto 110px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.nominee-section li {
  display: block;
  line-height: 1;
  text-align: center;
}
.nominee-section li .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.nominee-section li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  /*border: 1px solid #fff;*/
  position: absolute;
  top: 0;
  left: 0;
}
.nominee-section li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.nominee-section li span {
  display: block;
}
.nominee-section li .name {
  padding: 14px 0 5px;
  font-size: 14px;
}
.nominee-section li .salon {
  font-size: 10px;
}

.nominee-photo-list {
  display: flex;
  flex-wrap: wrap;
  width: 1010px;
  margin: 0 auto;
}
.nominee-photo-list li {
  width: 194px;
  margin: 0 4px 56px;
}
.nominee-movie-list {
  display: flex;
  flex-wrap: wrap;
  width: 951px;
  margin: 0 auto;
}
.nominee-movie-list li {
  width: 285px;
  margin: 0 16px 26px;
}

@media only screen and (max-width: 768px) {
  .nominee-wrap {
    padding: 90px 0 60px;
    margin-top: 50px;
  }
  .nominee-wrap__logo {
    width: 316px;
    margin: 0 auto 94px;
  }
  .nominee-wrap__sub-ttl {
    margin-bottom: 55px;
    font-size: 9px;
  }
  .nominee-wrap__sub-ttl em {
    display: block;
    padding-bottom: 5px;
    font-size: 32px;
  }
  .nominee-section {
    margin-bottom: 72px;
  }
  .nominee-section-ttl {
    width: 90%;
  }
  .nominee-section-ttl em {
    font-size: 14px;
  }
.nominee-section-ttl-note {
  margin: 0 auto 64px;
  font-size: 12px;
}
  .nominee-section li .name {
    padding: 8px 0 4px;
    font-size: 14px;
  }
  .nominee-section li .salon {
    font-size: 10px;
  }

  .nominee-photo-list {
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
  }
  .nominee-photo-list li {
    width: 49%;
    margin: 0 0 20px;
  }
  .nominee-movie-list {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  .nominee-movie-list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
.footer {
  padding: 154px 0 30px;
  background-color: #d9d9d9;

}
.copyright {
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 84px 0 120px;
  }
}

/*---------------------------------------------------------------------------------
審査員総評
--------------------------------------------------------------------------------- */
.judge-comment {
  width: 855px;
  margin: 0 auto 40px;
}
.judge-comment-ttl {
  margin-bottom: 110px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
.judge-comment-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.judge-comment-list dt {
  width: 174px;
  margin-bottom: 125px;
  text-align: center;
}
.judge-comment-list__img {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  overflow:hidden;
  margin-bottom: 10px;
}
.judge-comment-list__salon {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.judge-comment-list__name {
  font-size: 17px;
}

.judge-comment-list dd {
  width: 600px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .judge-comment {
    width: 80%;
    margin: 0 auto 100px;
  }
  .judge-comment-ttl {
    margin-bottom: 96px;
  }
  .judge-comment-list {
    display: block;
  }
  .judge-comment-list dt {
    width: 100%;
    margin: 0 auto 25px;
  }
  .judge-comment-list__img {
    width: 45vw;
    height: 45vw;
    border-radius: 50%;
    overflow:hidden;
    margin: 0 auto 10px;
    margin-bottom: 10px;
  }
  .judge-comment-list__salon {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }
  .judge-comment-list__name {
    font-size: 16px;
    text-align: center;
  }

  .judge-comment-list dd {
    width: 100%;
    margin-bottom: 96px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 500;
  }
}
/*---------------------------------------------------------------------------------
JS
--------------------------------------------------------------------------------- */
.fv-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  background-color: rgba(60,60,60,0.69);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.fv-movie-in {
  width: 606px;
  position: relative;
}
.fv-movie-close {
  width: 46px;
  height: 46px;
  background-image: url("../img/btn_close.svg");
  position: absolute;
  top: -46px;
  right: 0;
  cursor: pointer;
}
.fv-movie-in .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.fv-movie-in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  .fv-movie-in {
    width: 90%;
  }
  .fv-movie-close {
    width: 26px;
    height: 26px;
    background-size: 100% auto;
    top: -26px;
  }
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}


/*modal-video*/

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}


