
@charset "utf-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}

:root {
  --key-color: #d6edf4;
  --main-color: #ffeb5a;
  --font-color: #000;
  --main-lh: 1.5;
  --font-size11: 0.6875em;
}

body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    background: #f2f1ea;
    font-feature-settings: "palt";
}

.en {
font-family: "Outfit", sans-serif;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

img {
  width: 100%;
}
p {
    line-height: 2;
    padding-bottom: 1em;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.circle {
    border-radius: 999px;
    overflow: hidden;
}
.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 1.4vw;
    right: 18px;
    z-index: 6;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transition: .4s;
}


.menu-active .hamburger {
        background:none;

}
.point .aside p {
    font-size: 15px;
    padding-bottom: 36px;
    line-height: 1.9;
}
.mg40 {
  margin-top: 40px;
}

.hamburger span {
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #000;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hamburger span:first-of-type {
    top: 20px;
}
.hamburger span:nth-of-type(2){
  top: 30px;
}
.hamburger span:nth-of-type(3){
  top: 40px;
}
.slide-menu {
background: #ecebe5;
    position: fixed;
    top: 0;
    width: 100%;
    transition: .5s;
    height: 100%;
    z-index: 5;
    opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95) 
}

.hamburger-title {
    font-size: 15px;
    position: absolute;
    top: 48px;
    right: 27px;
    font-weight: 600;
}
.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 0px 0;
}
.slide-menu li{
  color: #000;
  text-align:left;
}
.slide-menu li a{
  text-decoration: underline;
}

.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #000;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #000;
}
.menu-active .hamburger span:nth-of-type(3){
opacity: 0;
}
.menu-active .hamburger-title{
opacity: 0;
}


.menu-active .slide-menu {
 opacity: 0.97;
  pointer-events: auto;
  transform: scale(1, 1) 
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}
.gnav {
    position: absolute;
    top: 3.1vw;
    left: 26.5vw;
}
/*.gnav {
    position: absolute;
    top: 3.6vw;
    width: 100%;
    text-align: center;
}*/
header {
    position: relative;
    height: 9.285vw;
    z-index: 2;
}

header h1 {
    position: absolute;
    width: 17.14vw;
    z-index: 1;
    left: 3.8vw;
    top: 1.8vw;
}

.gnav li {
    display: inline-block;
    padding: 0 1.4vw;
    transition: .4s;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.gnav li a {
  transition: .4s;
}
.gnav li a:hover {
opacity: 0.5;
  transition: .4s;
}
.slide-menu-wrap.flex {
    justify-content: center;
    padding-top: 10%;
}
.slide-menu-nav {
    width: 28vw;
}
.slide-menu-logo {
    width: 80%;
}
.slide-menu-summary {
width: 40vw;
    padding-left: 6vw;
}
.slide-menu-name {
    font-size: 1.4em;
    padding-top: 2em;
}
.slide-menu-subtitle {
    padding-top: 1.8em;
    font-size: 1.8em;
    font-weight: 600;
}
.slide-menu-title {
    font-size: 3em;
    padding-top: 0.2em;
    line-height: 1.3;
    font-weight: 600;
}
.slide-menu li {
    font-size: 1.45em;
    padding-left: 0;
    display: block;
    padding-bottom: 0.4em;
    font-weight: 700;
    line-height: 1.4;
}
.wrap {
    width: 560px;
background: rgb(255,255,255);
background: linear-gradient(159deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(249,245,234,1) 53%, rgba(242,238,231,1) 100%);
    border-radius: 20px 20px 0 0;
    position: absolute;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    left: 0;
    right: 0;
    margin: 5% auto;
}
h1.logo {
    width: 56%;
    margin: 0 auto;
    padding: 15% 0 10%;
}
.hero-time {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.hero-dc.flex {
    align-items: center;
    justify-content: center;
}
.hero-dc-title {
    padding-left: 15px;
    font-weight: 600;
    color: #0068b7;
}




.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}


.inner {
  width: 88%;
  margin: 0 auto;
  position: relative;
}


.inner-mini {
  width: 84%;
  margin: 0 auto;
  position: relative;
}

.l-sec {
    padding:120px 0 0;
}

#about .sec-title {
    font-size: 30px;
    text-align: center;
    background: none;
    border-radius: 0;
    line-height: 1.5em;
    padding: 0;
    border: none;
    margin-top: 24px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.sec-lead {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.sec-title-en.en {
    font-size: 36px;
    font-weight: 900;
}
.sec-title {
    font-size: 20px;
    font-weight: 600;
    padding: 6px 0 36px;
    line-height: 1em;
}
.hero-dc-logo {
    width: 140px;
}
.insta {
    position: fixed;
    right: 43px;
    width: 40px;
    top: 100px;
  z-index: 2;
}
#about .sec-lead p {
text-align: justify;
}
#about .sec-image {
    padding-bottom: 60px;
}
span.marker {
background: linear-gradient(transparent 60%, #fff 60%);
}
#about table {
    margin-top: 36px;
    border-top: #b4b4b4 solid 1px;
    width: 100%;
}
#about th {
font-size: 16px;
  font-weight: 400;
  padding: 14px;
  line-height: 1.5;
    width: 7em;
    border-bottom: #b4b4b4 solid 1px;
}
#about td {
font-size: 16px;
  font-weight: 400;
  padding: 14px;
  line-height: 1.5;
   border-bottom: #b4b4b4 solid 1px;
}
#about td a {
text-decoration: underline;
}

.prize-item {
 
}
.prize-item-title {
    width: 180px;
    display: block;
    background: #d6ca53;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 99px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.prize-item-title.no1 {
    background: #E3C54B;
}
.prize-item-title.no2 {
    background: #A8C6D4;
}
.prize-item-title.no3 {
    background: #D4B7A8;
}
span.prize-no {
    position: absolute;
    right: 18px;
    font-size: 16px;
}
.prize-item p {
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 600;
}
section#flow {
    background: #0068B7;
}
ul.sup li {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 4px;
}
ul.indent li {
    text-indent: -1em;
  padding-left: 1em;
}
ul.indent-h li {
    text-indent: -0.4em;
  padding-left: 0.4em;
}
.prize-items {
    padding-bottom: 20px;
}

.judge-item {
    background: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 10px;    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.judge-item-header {
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
}
.judge-item-name {
    padding-left: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.judge-item-name {
    padding-left: 20px;
    font-weight: 600;
}
span.job {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.accordion-icon {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    background: #b4b4b4;
    border-radius: 99px;
    text-align: center;
    position: absolute;
    right: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}.judge-item-name-en.en {
    text-align: center;
    padding-top: 20px;
}
.judge-item-tmb {
    width: 70px;
}
.judge-item p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 24px;
}
section#judge {
    padding-bottom: 120px;
}
section#flow {
    background: #0068B7;
    padding: 80px 0;
    border-radius: 0 80px 0 80px;
    color: #fff;
}
.flow-item {
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    margin-bottom: 10px;
      display: flex;
    justify-content: flex-start;
}
.flow-item-no.en {
    font-size: 36px;
    font-weight: 900;
    color: #0068b7;
    width: 50px;
}
.flow-item-title {
    padding-top: 5px;
    font-weight: 600;
  font-size: 17px;
}
.flow-item p {
    line-height: 1.4;
    padding: 8px 0 0;
    font-size: 15px;
}
.flow-item p a {
text-decoration: underline;
}
#flow .note {
    padding-top: 24px;
    margin-top: 24px;
    border-top: #fff dotted 1px;
}

.flow3-coution {
    padding-top: 20px;
}
.terms-item-header {
    padding: 20px 20px;
       border-top: #949494 solid 1px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.terms-items p {
    font-size: 16px;
    line-height: 1.8;
}
.terms-items li {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 8px;
}
.terms-item .accordion-icon {
  top: 20px;
}
#policy li {
      font-size: 14px;
    line-height: 1.8;
    padding-bottom: 8px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  transition: .5s;
}
.accordion-content-inner {
      padding: 30px 15px;
}
.accordion.open .accordion-content {
  max-height: 3000px;
  transition: .5s;
}

.accordion-icon {
  transition: transform 0.5s ease;
}

.accordion.open .accordion-icon {
  transform: rotate(45deg);
}
.foot-logo {
    width: 80%;
    margin: 0 auto;
}
.foot-address-name {
    font-size: 15px;
    color: #0068b7;
    padding-top: 8px;
    text-align: center;
    font-weight: 600;
}div#flow04 {
    margin-top: 24px;
}
ul.indent li a{
text-decoration: underline;
}
footer {
    text-align: center;
    padding: 5vw 0;
}
.foot-sumary {
text-align: left;
    display: inline-block;
    line-height: 1.8;
  font-size: 1.218em;
}

.comingsoon {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #0068b7;
}



.copyright {
    width: 100%;
    text-align: center;
    padding-top: 2vw;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto; /* モーダル全体をスクロール可能に */
  padding-top: 5%;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  padding: 70px;
  width: 78%;
  border-radius: 0 100px 100px;
  position: relative;
  text-align: center;
  border: #000 solid 3px;
  margin: 50px auto; /* 上下の余白を追加 */
}


.modal-title {
    position: absolute;
    top: -1em;
    font-size: 1.94em;
    color: #fff;
    background: #000;
    padding: 0.4em 1.8em 0.32em;
    border-radius: 99px;
    font-weight: 600;
    left: -1em;
    letter-spacing: 1.4px;
}
.modal-works-name {
    font-size: 35px;
    font-weight: 600;
    padding-left: 1em;
    margin-top: -0.4em;
}
rt {
    font-size: 13px;
    padding-bottom: 2px;
}

.modal-content-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-works-title {
    font-size: 48px;
    font-weight: 600;
}
.modal-items {
    display: flex;
    justify-content: space-between;
    padding-top: 1.8vw;
}.modal-works-subtitle {
    font-size: 22px;
    text-align: left;
    padding-top: 0.8em;
}
.modal-faq {
    width: 58%;
    text-align: left;
}
.modal-faq dt {
    padding-left: 25px;
    font-size: 19px;
    position: relative;
    margin-bottom: 0.5em;
}
.ico-q {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
}
.ico-a {
   position: absolute;
    left: 0;
    width: 36px;
}
.modal-faq dd p {
    font-size: 15px;
    padding-left: 20px;
}
.modal-faq dd {
padding-bottom: 1em;
}


    
.modal-faq-title {
    width: 20vw;
    margin-bottom: 1.6vw;
}


.modal-faq dd {
    padding-left: 30px;
    font-size: 19px;
    position: relative;
}
.modal-pic {
    width: 40%;
}
.modal-close {
    position: absolute;
    top: -35px;
    right: -35px;
    background: none;
    border: none;
    font-size: 64px;
    cursor: pointer;
}
.pagetop {
    width: 80px;
    position: fixed;
    bottom: 6%;
    right: 2.8%;
  opacity: 0;
  transition: .4s;
}
.sc01 .pagetop {
  opacity: 1;
  transition: .4s;
}
@media screen and (max-width:1200px) {
.hamburger {
    top: 1vw;
} 


  body {
    font-size: 16px;
}

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

}
@media screen and (max-width:800px) {
  .pc {
  display: none;
}
.sp {
  display: block;
}
.wrap {
    width: 100%;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    left: 0;
    right: 0;
    margin: 0;
}.insta {
    position: fixed;
    right: 20px;
    width: 26px;
    top: 56px;
    z-index: 2;
}.hamburger span {
    width: 60%;
    height: 2px;
}#about .sec-title {
    font-size: 22px;
    text-align: center;
    background: none;
    border-radius: 0;
    line-height: 1.5em;
    padding: 0;
    border: none;
    margin-top: 24px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    font-weight: 700;
}.sec-lead {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}#about th {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 8px;
    width: 6em;
}
  #about td {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 8px;
}.l-sec {
    padding: 90px 0 0;
}.sec-title-en.en {
    font-size: 30px;
    font-weight: 900;
}.sec-title {
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0 28px;
    line-height: 1em;
}.prize-item {
    padding: 16px 16px 15px;
    border-radius: 12px;
}.inner {
    width: 90%;
}ul.sup li {
    font-size: 13px;
}.judge-item-tmb {
    width: 60px;
}.judge-item {
    padding: 10px 16px;
    border-radius: 12px;
}span.job {
    font-size: 13px;
}section#judge {
    padding-bottom: 90px;
}section#flow {
    padding: 50px 0;
    border-radius: 0 50px 0 50px;
}.flow-item-title {
    font-size: 15px;
}.flow-item p {
    font-size: 13px;
}.terms-item-header {
    padding: 18px 10px;
    font-weight: 600;
}.accordion-icon {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
    background: #b4b4b4;
    border-radius: 99px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4em;
}.terms-item .accordion-icon {
    top: 15px;
}.terms-items p {
    font-size: 14px;
    line-height: 1.8;
}.terms-items li {
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 8px;
}.accordion-content-inner {
    padding: 20px 5px;
}#policy li {
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 8px;
}footer {
    text-align: center;
    padding: 60px 0;
}.slide-menu-logo {
    width: 70%;
    margin: 0 auto;
}.judge-item p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 24px;
}.prize-item-title {
    width: 160px;
    font-size: 19px;

}.flow-item-detail {
    width: 85%;
}
}

@media screen and (max-width:650px) {
body {
    font-size: 15px;
}.slide-menu ul {
    padding: 20px 0px 0;
}
  .slide-menu-subtitle {
    padding-top: 1.8em;
    font-size: 20px;
    font-weight: 600;
}
  .slide-menu-title {
        font-size: 30px;
        padding-top: 0.2em;
        line-height: 1.3;
        font-weight: 600;
        text-align: left;
}.slide-menu-nav {
    width: 100%;
    padding-top: 0px;
}
  .slide-menu li {
    font-size: 20px;
    padding-left: 0;
    display: block;
    padding-bottom: 12px;
    font-weight: 600;
}.slide-menu-wrap.flex {
    justify-content: center;
    padding-top: 10%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}.slide-menu-summary {
    width: 80%;
    padding-left: 0;
    margin: 20px auto;
}.slide-menu-subtitle {
        padding-top: 36px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
}.slide-menu-nav {
    width: 80%;
    padding-top: 0px;
    margin: 0 auto;
}.modal-content {
    padding: 40px 20px 24px;
    width: 92%;
    margin: 50px auto;
    border-radius: 0 40px 40px;
}.modal-content-head {
    display: block;
}.modal-works-title {
    font-size: 24px;
    text-align: left;
}
 .modal {
      background: rgba(128, 128, 128, 0.8);
}.modal-close {
    position: absolute;
    top: -50px;
    right: 0px;
    background: none;
    border: none;
    font-size: 42px;
    cursor: pointer;
    color: #fff;
}.modal-title {
    font-size: 20px;
    padding: 0.4em 20px 0.5em;
    left: -10px;
}.modal-works-name {
    font-size: 18px;
    text-align: left;
    padding: 0;
}.modal-works-title {
    font-size: 30px;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 15px;
}.modal-works-subtitlec {
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
}.modal-items {
    display: block;
    padding-top: 20px;
}
.hamburger {
width: 50px;
height: 50px;
top: 0;
  right: 8px;
  }.hamburger span:nth-of-type(3) {
    top: 38px;
}.hamburger span:first-of-type {
    top: 22px;
}.hero-copy {
    margin-left: 0.1em;
}rt {
    padding-bottom: 0;
}
.modal-works-subtitle {
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
    line-height: 1.4;
    font-weight: 400;
} .modal-works-name {
    font-size: 17px;
    text-align: left;
    padding: 0;
}.modal-faq-title {
    width: 180px;
    margin-bottom: 12px;
}
  
  .modal-works-title.titlemini {
    font-size: 22px;
}
.hero-dc-logo {
    width: 100px;
}
  .hero-dc-title {
    padding-left: 15px;
    font-weight: 600;
    font-size: 12px;
    color: #0068b7;
}
}

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

}