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

HTML CSS Selectors style

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

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
:root {
  --min-width:1280px;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-M: '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;
  background-color: #000;
  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; /* フォントサイズ自動調整 */
}

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;
  transition : all 500ms 300ms ease-out;
}
.loaded .fv-effect {
  opacity: 1;
}
/* 画面外にいる状態 */
.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;
}


/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */

#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:"";
}
.loaded #header-wrapper {
  transform: translate(0,0);
}
.header-logo {
  width: 121px;
  height: 44px;
  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,
.header-past {
  margin: 0 33px;
  font-family: var(--font-M);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.header-past {
  width: 140px;
  text-align: center;
}
.nav-header a .en,
.header-past .en {
  display: block;
  padding-bottom: 8px;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}
.menuSub {
  display: none;
  width: 140px;
  position: absolute;
  top: 51px;
  left: 0;
}
.menuSub li {
  width: 100%;
  border-top: 1px solid #fff;
}
.menuSub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  background-color: rgba(0,0,0,0.25);
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.menuSub li a::after {
  margin-left: 20px;
  content:"＞";
}

#custom_trans_bar {
  display: flex;
  flex-direction: column;
  width: 110px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 350px;
  overflow:hidden;
}
#custom_trans_bar a {
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 30px;
  background-color: #fff;
  color: #000;
  position: relative;
}
#custom_trans_bar a:nth-of-type(1) {
  order:2;
}
#custom_trans_bar a:nth-of-type(2) {
  order:3;
}
#custom_trans_bar a:nth-of-type(3) {
  order:4;
}
#custom_trans_bar a:nth-of-type(4) {
  order:5;
}
#custom_trans_bar a[data-stt-active] {
  display: flex;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  order: 1!important;
}
#custom_trans_bar a[data-stt-active]::before {
  width: 12px;
  height: 12px;
  background: url("../img/icon_lang.svg") no-repeat center;
  background-size: 100% auto;
  content:"";
  margin-right: 5px;
}
#custom_trans_bar a[data-stt-active]::after {
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content:"";
}

#custom_trans_bar.lang_open a {
  display: flex;
}
#custom_trans_bar a:hover {
  opacity: 1;
  background-color: #DEDEDE;
}

.header-line {
  width: 160px;
  height: 79px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}
.header-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #00B900;
}
.header-line img {
  width: 34px;
  margin-right: 8px;
}

.btn-entry {
  /*width: calc(50% + 180px);*/
  width: calc(100% - 375px);
  height: 90px;
  position: fixed;
  left: 0;
  bottom:0;
  z-index: 20;
}
.btn-entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: #D6006C;
  font-family: var(--font-M);
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.btn-entry .txt1 {
  font-size: 20px;
  line-height: 1.375;
  letter-spacing: 0.06em;
  padding-bottom: 3px;
}
.btn-entry .txt1 em {
  font-size: 28px;
}
.btn-entry .txt2 {
  font-size: 24px;
}

.wrapper {
  width: 375px;
  /*margin-left: calc(50% + 180px);*/
  margin-left: auto;
  position: relative;
  z-index: 2;
  overflow:hidden;
}


@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: 23px;
  }
  .nav-header a {
    margin: 0 12px;
    font-size: 11px;
  }
  .nav-header a .en {
    display: none;
  }
  .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-line {
    width: 140px;
    height: 80px;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #fff;
  }
  .header-line.wide {
    width: 100%;
  }
  .header-line a {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }
  .header-line img {
    width: 34px;
    margin-right: 8px;
  }
  
  .btn-entry {
    width: calc(100% - 140px);
    height: 80px;
    border-top: 1px solid #fff;
    border-right: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
  }
  .btn-entry .txt1 {
    font-size: 12px;
    line-height: 1;
  }
  .btn-entry .txt1 em {
    font-size: 18px;
  }
  .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;
  }
  
  #custom_trans_bar {
    width: 62px;
    position: absolute;
    top: 60px;
    left: auto;
    right: 23px;
    margin-left: 0;
    overflow:hidden;
    font-size: 12px;
  }
  #custom_trans_bar a {
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 25px;
    background-color: #fff;
    color: #000;
    position: relative;
  }
  #custom_trans_bar a:nth-of-type(1) {
    order:2;
  }
  #custom_trans_bar a:nth-of-type(2) {
    order:3;
  }
  #custom_trans_bar a:nth-of-type(3) {
    order:4;
  }
  #custom_trans_bar a:nth-of-type(4) {
    order:5;
  }
  #custom_trans_bar a[data-stt-active] {
    display: flex;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    order: 1!important;
  }
  #custom_trans_bar a[data-stt-active]::before {
    background: url("../img/icon_lang_b.svg") no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
  }
  #custom_trans_bar a[data-stt-active]::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }

  #custom_trans_bar.lang_open a {
    display: flex;
  }
  #custom_trans_bar a:hover {
    opacity: 1;
    background-color: #DEDEDE;
  }

  .wrapper {
    width: 100%;
    margin-left: 0;
  }
}

/*---------------------------------------------------------------------------------
fv
--------------------------------------------------------------------------------- */
.fv-area {
  width: 600px;
  height: 510px;
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto 0 auto -490px;
}
.fv-area__read {
  margin-bottom: 82px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  transition-delay:700ms;
}
.fv-area__ttl {
  width: 326px;
  margin: 0 auto;
  transition-delay:1000ms;
}
.fv-area__img {
  position: absolute;
  left: 50%;
  transform-origin: center;
}
.fv-area__img01 {
  width: 110px;
  top: 284px;
  margin-left: -283px;
  transform: rotate(-7deg);
  transition-delay:1300ms;
}
.fv-area__img02 {
  width: 133px;
  top: 371px;
  margin-left: -166px;
  transform: rotate(4deg);
  transition-delay:1400ms;
}
.fv-area__img03 {
  width: 105px;
  top: 305px;
  margin-left: -42px;
  transform: rotate(-5deg);
  transition-delay:1500ms;
}
.fv-area__img04 {
  width: 150px;
  top: 389px;
  margin-left: 50px;
  transform: rotate(9deg);
  transition-delay:1600ms;
}
.fv-area__img05 {
  width: 85px;
  top: 314px;
  margin-left: 203px;
  transform: rotate(-4deg);
  transition-delay:1700ms;
}
.fv-area a {
  display: block;
  position: fixed;
  top: 131px;
  left: 50%;
  margin-left: -570px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .fv-area {
    width:100%;
    height: 100vh;
    padding: 155px 0 0;
    margin-bottom: 96px;
    position: static;
    left: 0;
    margin-left: 0;
    overflow:hidden;
  }
  .fv-area__read {
    margin-bottom: 72px;
    font-size: 20px;
  }
  .fv-area__ttl {
    width: 77.6%;
    max-width: 291px;
    margin: 0 auto;
  }
  .fv-area__img01 {
    width: 89px;
    top: 405px;
    margin-left: -116px;
    transform: rotate(-10deg);
  }
  .fv-area__img02 {
    width: 118px;
    top: 555px;
    margin-left: -40px;
    transform: rotate(10deg);
  }
  .fv-area__img03 {
    width: 88px;
    top: 562px;
    margin-left: -162px;
    transform: rotate(-5deg);
  }
  .fv-area__img04 {
    width: 120px;
    top: 405px;
    margin-left: 3px;
    transform: rotate(4deg);
  }
  .fv-area__img05 {
    width: 70px;
    top:  503px;
    margin-left: 90px;
    transform: rotate(-4deg);
  }

  .fv-area a {
    position: absolute;
    top: 84px;
    margin-left: -44vw;
    font-size: 12px;
  }
}

/*---------------------------------------------------------------------------------
イベント概要
--------------------------------------------------------------------------------- */
.about {
  padding: 340px 0 910px;
}

.about-inner {
  width: 84%;
  margin: 0 auto;
}
.about-inner__ttl {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.82;
  font-weight: 700;
}
.about-inner__txt {
  margin-bottom: 116px;
  font-size: 12px;
  line-height: 2.16;
}
.about-inner__txt em {
  font-weight: 700;
}
.about-photo {
  width: 100%;
  position: relative;
}
.about-photo img {
  display: block;
  position: absolute;
  left: 50%;
}
.about-photo .img01 {
  width: 113px;
  top: 0;
  margin-left: 64px;
  transform: rotate(-4deg);
}
.about-photo .img02 {
  width: 129px;
  top: 67px;
  margin-left: -126px;
  transform: rotate(-9deg);
}
.about-photo .img03 {
  width: 143px;
  top: 226px;
  margin-left: 30px;
  transform: rotate(8deg);
}
.about-photo .img04 {
  width: 191px;
  top: 370px;
  margin-left: -140px;
  transform: rotate(6deg);
}
.about-photo .img05 {
  width: 199px;
  top: 522px;
  margin-left: -26px;
  transform: rotate(-6deg);
}

@media only screen and (max-width: 768px) {
  .about {
    padding: 0 0 800px;
  }

  .about-inner {
    width: 84%;
    margin: 0 auto;
  }
  .about-inner__ttl {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 1.82;
    font-weight: 700;
  }
  .about-inner__txt {
    margin-bottom: 53px;
    font-size: 12px;
    line-height: 2.16;
  }
  .about-photo {
    width: 100%;
    position: relative;
  }
  .about-photo img {
    display: block;
    position: absolute;
  }
  .about-photo .img01 {
    margin-left: 44px;
  }
  .about-photo .img02 {
    margin-left: -146px;
  }
  .about-photo .img03 {
    margin-left: 10px;
  }
  .about-photo .img04 {
    margin-left: -160px;
  }
  .about-photo .img05 {
    margin-left: -46px;
  }

}

/*---------------------------------------------------------------------------------
ENTRY
--------------------------------------------------------------------------------- */
.entry {
  padding: 0 0 122px;
  font-family: var(--font-M);
  font-weight: 500;
}
.entry-ttl {
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #A70045;
}
.entry-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
.entry-list {
  width: 77.3%;
  margin: 0 auto 65px;
}
.entry-list li {
  font-family: var(--font-M);
  font-weight: 500;
}
.entry-list__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
}
.entry-list__ttl span {
  font-size: 24px;
}
.entry-list__type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #fff;
  margin-bottom: 62px;
}
.entry-list__type div {
  width: 100%;
  padding: 6px 0;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.entry-list__type span {
  width: 50%;  
  height: 40px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.entry-list__type span:nth-of-type(2) {
  border-left: 1px solid #fff;
}
.entry-list-in {
  height: 200px;
  padding: 36px 16px 0;
  background-color: #fff; 
  text-align: center;
  color: #000;
  position: relative;
}
.entry-list-in::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 26px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  content:"";
}
.entry-list-in__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1;
}
.entry-list-in__ttl img {
  width: 44px;
  margin-right: 7px;
}
.entry-list-in__ttl em {
  display: block;
  margin-right: 5px;
  font-size: 30px;
}
.entry-list-in__ttl span {
  width: 100%;
  padding-top: 5px;
  font-size: 18px;
}
.entry-list-in__txt {
  width: 100%;
  padding-top: 13px;
  border-top: 1px solid #00B900;
  font-size: 14px;
  line-height: 1.57;
}



.entry-data {
  width: 90%;
  margin: 0 auto 120px;
  border-top: 1px solid #fff;
}
.entry-data div {
  padding: 30px 0 34px;
  border-bottom: 1px solid #fff;
}
.entry-data dt {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1;
}
.entry-data dd {
  font-size: 16px;
  line-height: 1;
}
.entry-data .small {
  font-size: 14px;
  line-height: 1;
}
.entry-data dd a {
  text-decoration: underline;
}
.entry-data ol {
  padding-bottom: 10px;
}
.entry-data li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}


@media only screen and (max-width: 768px) {
  .entry {
    padding: 0 0 130px;
  }
  .entry-ttl {
    padding-bottom: 70px;
  }
  .entry-ttl .en {
    font-size: 36px;
  }

  .entry-list {
    display: block;
    width: 77.3%;
    padding-bottom: 2px;
    margin: 0 auto 20px;
  }
  .entry-list li {
    width: 100%;
    margin-bottom: 38px;
  }

  .entry-data {
    width: 90%;
  }
  .entry-data div {
    padding: 30px 0px 34px;
  }
  .entry-data dt {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1;
  }
  .entry-data dd {
    font-size: 16px;
    line-height: 1.625;
  }
  .entry-data dd a {
    text-decoration: underline;
  }
  .entry-data dd .small {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.28;
  }
  
  .entry-fee {
    width: 90%;
    line-height: 1;
  }
  .entry-fee caption {
    padding: 36px 0 26px;
  }
  .entry-fee tbody {
    display: block;
    border: 1px solid #A70045;
    border-bottom: none;
  }
  .entry-fee tr {
    display: block;
    border-top: none;
    border-bottom: 1px solid #A70045;
  }
  .entry-fee th {
    display: block;
    width: calc(100% - 56px);
    padding: 16px 10px 8px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    text-align: center;
    background-image : linear-gradient(to right, #D9D8D8 2px, transparent 4px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left bottom;
  }
  .entry-fee th span {
    display: block;
  }
  .entry-fee td {
    display: block;
    width: calc(100% - 56px);
    padding: 14px 10px 25px;
    margin: 0 auto;
    border: none;
  }
}

/*---------------------------------------------------------------------------------
PRIZE
--------------------------------------------------------------------------------- */
.prize {}

.prize-ttl {
  margin-bottom: 58px;
  font-family: var(--font-M);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.prize-sub-ttl {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 38px;
  border-bottom: 1px solid #fff;
  font-family: var(--font-M);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.prize-sub-ttl .en {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.prize-in {
  background-color: #D6006C;
  position: relative;
}
.prize-in::before,
.prize-in::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}
.prize-in::before {
  border-width: 0 0 6.4vw 100vw;
  border-color: transparent transparent #D6006C transparent;
  top: calc(calc(6.4vw - 1px) * -1);
  right: 0;
}
.prize-in::after {
  border-width: 6.4vw 100vw 0 0;
  border-color: #D6006C transparent transparent transparent;
  bottom: calc(calc(6.4vw - 1px) * -1);
  left: 0;
}
.prize-in-in {
  width: 88%;
  margin: 0 auto;
}
.prize-in-data {
  font-family: var(--font-M);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.prize-in-data li:first-child {
  margin-bottom: 20px;
}
.prize-in-data em {
  display: inline-block;
  margin: 10px 5px 0 10px;
  font-weight: 700;
}
.prize-in-data em.prize01 {
  font-size: 40px;
}
.prize-in-data em.prize02 {
  font-size: 30px;
}
.prize-in-data span {
  font-size: 18px;
  font-weight: 700;
}
.prize-in__fee {
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin: 20px 0 50px;
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.prize-in__note {
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .prize-ttl {
    margin-bottom: 60px;
  }
  .prize-sub-ttl {
    width: 100%;
    font-size: 20px;
  }
  .prize-sub-ttl .en {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .prize-in {
    padding: 80px 0 85px;
  }
  .prize-in-in {
    width: 88%;
  }
  .prize-in-data {
    font-family: var(--font-M);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
  }

  .prize-in-data li:first-child {
    margin-bottom: 15px;
  }
  .prize-in-data li:last-child {
    margin-bottom: 30px;
  }
  .prize-in-data em {
    display: inline-block;
    margin: 0 5px 0 10px;
    font-weight: 700;
  }
  .prize-in-data em.prize01 {
    font-size: 40px;
    margin-top: 14px;
  }
  .prize-in-data em.prize02 {
    font-size: 30px;
    margin-top: 14px;
  }
  .prize-in-data span {
    font-size: 18px;
    font-weight: 700;
  }

  .prize-in-type__desc {
    height: auto;
  }
  .prize-in__fee {
    margin: 10px 0 20px;
    font-size: 14px;
  }

  .prize-student {
    padding: 90px 0 95px;
  }

  .prize-student-in {
    width: 88%;
  }
  .prize-student-data {
    padding-bottom: 25px;
  }
  .prize-student-data dt {
    padding-bottom: 4px;
    font-size: 18px;
  }
  .prize-student-data dd {
    font-size: 18px;
    line-height: 1.42;
    font-weight: 700;
  }
  .prize-student-data dd span {
    font-size: 14px;
  }
  .prize-student__fee {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  .prize-student__note {
    font-size: 14px;
    font-weight: 500;
  }
}
/*---------------------------------------------------------------------------------
JUDGES
--------------------------------------------------------------------------------- */
.judges {
  padding: 180px 0 175px;
  background-color: #fff;
  color: #000;
}
.judges-ttl {
  padding-bottom: 40px;
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.judges-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  color: #D6006C;
}
.judges-list {
  width: 43%;
  margin: 0 auto;
}
.judges-list li {
  width: 100%;
  margin: 0 0 40px;
  font-family: 'Poppins', 'M PLUS 1p',  sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.judges-list li img {
  width: 160px;
  margin: 0 auto;
}
.judges-list__salon {
  height: 24px;
  font-size: 11px;
  padding-top: 13px;
}
.judges-list__salon2 {
  height: 24px;
  font-size: 12px;
  padding-top: 6px;
  transform: scale(0.6);
  transform-origin: center;
  white-space: nowrap;
  margin-left: -30px;
}

.judges-list__job {
  padding: 5px 0 10px;
  font-size: 11px;
  line-height: 1.3;
}
.judges-list__name {
  font-size: 16px;
}
.judges-list__name span {
  display: block;
  padding-top: 7px;
  font-size: 8px;
}

@media only screen and (max-width: 768px) {
  .judges {
    padding: 110px 0 75px;
  }
  .judges-list {
    width: 80%;
  }
  .judges-list__salon2 {
    margin-left: 0;
  }
}


/*---------------------------------------------------------------------------------
GUIDELINE
--------------------------------------------------------------------------------- */
.guideline {
  padding: 0px 0 180px;
  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 6.4vw 100vw;
  border-color: transparent transparent #000000 transparent;
  top: calc(calc(6.4vw - 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: 88%;
  margin: 0 auto;
}
.guideline-ttl {
  padding-bottom: 40px;
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #D6006C;
}
.guideline-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
.guideline-list {
  border-top: 1px solid #D6006C;
}
.guideline-list > li {
  padding: 30px 0;
  border-bottom: 1px solid #D6006C;
  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: 18px;
}
.guideline-list ul {
  margin-bottom: 1.5em;
}
.guideline-list ul li::before {
  content:"●";
}
.guideline-list dt {
  margin-bottom: 1.5em;
}
.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: 30px auto 0;
}
.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-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;
  }
}



/*---------------------------------------------------------------------------------
AWARD
--------------------------------------------------------------------------------- */
.award {
  padding: 40px 0 0px;
  background-color: #D6006C;
  position: relative;
  z-index: 2;
}
.award::before,
.award::after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}
.award::before {
  border-width: 0 0 6.4vw 100vw;
  border-color: transparent transparent #D6006C transparent;
  top: calc(calc(6.4vw - 1px) * -1);
  right: 0;
}
.award::after {
  border-width: 7.8vw 100vw 0 0;
  border-color: #D6006C transparent transparent transparent;
  bottom: calc(calc(7.8vw - 1px) * -1);
  left: 0;
}
.award-ttl {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.award-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 36px;
  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: 16px;
  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: 150px;
}
.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-ttl {
    padding-bottom: 40px;
  }
  .award-ttl .en {
    font-size: 36px;
  }
  .award .place {
    font-size: 16px;
  }
  .award-btn {
    padding-top: 57px;
  }
  .award-btn a {
    width: 82%;
    margin: 0 auto 20px;
    font-size: 18px;
  }
}


/*---------------------------------------------------------------------------------
SUPPORT
--------------------------------------------------------------------------------- */
.support {
  padding: 180px 0 45px;
  background-color: #fff;
  position: relative;
}
.support-ttl {
  padding-bottom: 42px;
  font-family: var(--font-M);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.support-ttl .en {
  display: block;
  font-family: var(--font-en);
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
.support-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 72%;
  margin: 0 auto 60px;
}
.support-list li {
    width: 45%;
    margin: 0 0 35px;
}
.support-list li:nth-of-type(odd) {
  transition-delay:300ms;
}
.support-list li:nth-of-type(2n) {
  transition-delay:500ms;
}
.support-special-ttl {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
}
.support-special-banner {
  width: 150px;
  margin: 0 auto 25px;
  transition-delay:700ms;
}


@media only screen and (max-width: 768px) {
  .support {
    padding: 60px 0 140px;
  }
  .support-list {
    width: 78%;
    justify-content: space-between;
  }
  .support-list li {
    width: 34vw;
  }
}

/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
.footer {
  background-color: #fff;
  color: #000;
}
.copyright {
  font-size: 11px;
  line-height: 1;
  text-align: center;
  
}
