@charset "utf-8";
@import url("default.css");

/*==========================================
body
===========================================*/

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

p{
    font-size: 20px;
}

[id] {
  scroll-margin-top: 80px; 
}

/*==========================================
hedaerメニュー
===========================================*/
.header{
background-color: #164096;
  position: fixed;
  z-index: 4000;
  width: 100%;
  box-shadow: 0px 5px 8px #0e005838;
  top:0px;
} 

.header_menu{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: auto;
 }

.header_menu ul{
    display:flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header_menu li {
    position: relative;
    font-weight: bold;
    padding: 1.5rem 0.9rem;
    overflow: hidden; 
    z-index: 0; 
}

.header_menu li a {
    color: white;
    position: relative;
    z-index: 1; 
    text-decoration: none; 
}

.header_menu li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(130deg, #00C6AB,#2B9595);
    transform: scaleX(0);
    transform-origin: left; 
    transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 0; 
}

.header_menu li:hover::before {
    transform: scaleX(1); 
}

.header_menu li:hover {
    cursor: pointer;
}


header {
    width: 100%;
    margin: 15px auto;
}   

header img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0px auto;
    
}

.top {
    margin-top: 60px;
}    

.top img {
    text-align: center;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    position: relative;

    
}    

/* .top img:nth-child(2) {
    width: 250px;
    margin: 0px auto;
    position: absolute;
    top: 60%;
    left: 41%;

} */

.top h1 {
    /* color:  #231f20; */
    color: #fff;
    /* background-color: #00a08c; */
    background-color: #8346E4;
    padding-top: 20px;
    text-align: center;
    font-size: 80px;
    font-family: 'メイリオ', 'Meiryo';
}    

.top h2 {
    color: #231f20;
    /* background-color: #00a08c; */
    background-color: #8346E4;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
    font-size: 40px;
}    



/*==========================================
lead
===========================================*/
.lead {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
    font-size: 23px;
    line-height: 1.5;
}

.nasef {
    text-decoration: underline;
    color: #00f;
}

.lead_1 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.5;
    text-align: center;
}



/*==========================================
prize
===========================================*/

.prize_1 {
    width: 500px;
    height: 80px;
    background-color: #007fff;
    margin: auto;
    border-radius: 10px;
    border-color: #007fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
     border-width: 2px;
}

.prize_1 a {
    font-size: 35px;
    font-weight: bolder;
    color: white;

}

.prize_1:hover {
    opacity: 0.5;
}

/*==========================================
title
===========================================*/

h1.title {
    position: relative;
    padding-top: 1.75em;
    color: #164096;
    width: 1100px;
    margin: 0 auto;
    font-size: 50px;
    margin-bottom: 50px;
}

h1.title:after {
    position: absolute;
    bottom: .5em;
    left: 0;
    z-index: -1;
    color: #bef0e3;
    font-size: 1.5em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}


/*==========================================
title
===========================================*/

h1.title_2 {
    /* border-bottom: solid 3px #a50044; */
    /* border-bottom: solid 3px #00a08c; */
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 35px;
    color: #164096;
    border-left: solid 10px #164096;
    padding-left: 20px;
}

h1.title_2:after {
    position: absolute;
    content: " ";
    display: block;
    /* border-bottom: solid 3px #004d98; */
    /* border-bottom: solid 3px #00a08c; */
    bottom: -3px;
    width: 30%;
}

/*==========================================
entry_2
===========================================*/
.entry_2 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 23px;
}


.entry_2 table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 0px 10px;
    line-height: 1.5;
    font-size: 20px;
}

.entry_2 table th {
    text-align: right;
    width: 19%;
    padding-right: 1%;
}

.entry_2 table td {
    width: 80%;
}
/* 
.entry_2 .redcolore {
    color: #f00;
} */

.entry_2 .regulation {
    text-decoration: underline;
    color: #00f;
}

/* .entry_2 div {
    font-size: 18px;
    padding: 50px;
    border: solid 2px #f00;
    color: #f00;
    line-height: 1.5;
    margin-top: 30px;
} */

.entry_2 div h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.entry_2 div .sheet {
    color: #00f;
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 23px;
}

.entry_2_1 {
    width: 500px;
    height: 80px;
    background-color: #FF0000;
    margin: auto;
    border-radius: 10px;
    border-color: #FF0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 80px;
}

.entry_2_1 a {
    font-size: 35px;
    font-weight: bolder;
    color: white;

}

.entry_2_1:hover {
    opacity: 0.5;
}

.entry_2_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 100px;
    margin: 0 auto;
    border: none;
    border-bottom: solid 5px #a9ede4;
    border-radius: 5px;
    background:linear-gradient(130deg, #00C6AB,#2B9595);
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    transition: .5s ease; 
    margin-top: 100px;
}


.entry_2_2:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

.entry_2_2:after{
    position: absolute;
    bottom: .5em;
    left: 0;
    z-index: -1;
    color: #d9f4ff;
    font-size: 1.5em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}

.entry_2_2.disabled {
  pointer-events: none;   
  opacity: 0.5;         
  cursor: default; 
  border-bottom: solid 5px #d2d2d2;
  border-radius: 5px;
  background: #a3a3a3;
  color: #6d6d6d;
}

.entry_2_3 {
    width: 500px;
    height: 80px;
    background-color: #0072FF;
    margin: auto;
    border-radius: 10px;
    border-color: #0072FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 80px;
}

.entry_2_3 a {
    font-size: 35px;
    font-weight: bolder;
    color: white;

}

.entry_2_3:hover {
    opacity: 0.5;
}


.entry_2 .line {
    text-decoration: line-through 3px solid;
}

.entry_2 .newdate {
    color: #ff0000;
    font-weight: bolder;
}

.entry_3 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.regulation_2 {
    color: #ff0000;
}


/*==========================================
rule
===========================================*/

.rule {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 23px;
    line-height: 1.5;
}

.rule_1 {
    display: flex;
}

.rule_1_1 img {
    width: 100px;
}

.rule_2 {
    border-collapse: collapse;
    width: 1000px;
    table-layout: fixed;
  }

.rule_2 th, .rule_2 td {
    border: 1px solid #333;
    text-align: center;
    width: auto;
  }

.rule a {
    color: blue;  
}


/*==========================================
entry_1
===========================================*/

.entry_1 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.entry_1 table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.entry_1 table th,
.entry_1 table td {
    padding: 10px;
    line-height: 1.3;
}

.entry_1 table th {
    /* background: #231f20; */
    /* background-color: #00a08c; */
    background-color: #231f20;
    vertical-align: middle;
    text-align: left;
    width: 35%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.entry_1 table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #231f20;
    /* border-left-color: #00a08c; */
    /* border-left-color: #231f20; */
    border-width: 10px;
    margin-top: -10px;
}

input[type="radio" i] {
    margin: 7px;
}

/* IE */

@media all and (-ms-high-contrast: none) {
    .entry_1 table tr th:after {
        display: none;
    }
}

.entry_1 table th span {
    color: #E60012;
    /* font-weight: bold; */
}
.entry_1 table td span {
    font-size: 14px;
    color: #E60012;
    /* font-weight: bold; */

}

.entry_1 table td {
    background: #e0e0e0;
    padding-left: 50px;
    vertical-align: middle;
}

.entry_1 table td select {
    padding: 2px 10px;
}

.entry_1 .btn {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    /* background-color: #1a5ef1; */
    background-color: #e4007f;
    color: #fff;
    font-size: 20px;
    padding: 10px 80px;
    border: none;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}

.entry_1 .btn:hover {
    /* background-color: #eb3535; */
    background-color: #00a0e9;
    cursor: pointer;
}


.entry_1 label {
    display: inline-block;
    margin-right: 20px;
}

.entry_1 p:nth-of-type(1) {
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
}

.entry_1 p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

.entry_1 p.entry_1_1 {
    font-size: 14px;
    text-align: left;
}

.entry_1 table td a {
    color: #00f;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 5px;

}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 5px;

}

.entry_2 span {
    color: red;
    font-weight: bold;
}

/*==========================================
entry_1
===========================================*/

.entry_style_1{
    background: linear-gradient(130deg, #e3fafd, #d8e9ff);
    border-left: solid 10px #164096;
    padding: 10px;
    color: #164096;
    margin-bottom: 20px;
    font-weight: bold;
}

.btn_group{
    display: flex;
    width: 1000px;
    margin: auto;
    justify-content: space-between;
    margin-top: 50px; 
}

.btn_title{
    width: 450px;
    height: 80px;
    background-color: #0072FF;
    margin: auto;
    border-radius: 10px;
    border-color: #0072FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
}

.btn_title a {
    font-size: 35px;
    font-weight: bolder;
    color: white;
}

.btn_detail{
    background: linear-gradient(130deg, #00C6AB, #2B9595);
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff; 
    transition: 0.5s ease;
}

.btn_detail:hover{
    opacity: 0.5;
}

/*==========================================
footer
===========================================*/

footer {
    background-color: #231f20;
    /* background-color: #231f20; */
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

footer ul {
    width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}

footer ul li img {
    background-color: #fff;
    height: 100px;
    width: auto;
    vertical-align: bottom;
    padding: 10px;
    margin-left: 50px;
}

/*==========================================
event用
===========================================*/

.event_200309 {
    color: #00f;
    text-decoration: underline;
}

.event_200309:hover {
    opacity: 0.6;
}


/*==========================================
お知らせ
===========================================*/

.box27 {
    position: relative;
    width: 1000px;
    margin: 100px auto;
    padding: 1em;
    border: solid 3px #BA55D3;

}

.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: -3px;
    padding: 10px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    background: #BA55D3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.box27 h2 {
    font-size: 21px;
    line-height: 2;
    font-weight: bold;
}

.box27 p {
    margin: 0; 
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.box27 p a {
    color: #BA55D3;
    text-decoration: underline;
}

.box27 p a:hover{
    color: #BA55D3;
}

/*==========================================
sponsor
===========================================*/
.sponsor{
    padding-top: 100px;
    padding-bottom: 100px;
}

.sponsor .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3rem;
}

.sponsor_1{
    width: 1000px;
    margin: auto;  
}

.sponsor .top{
 display: flex;
 margin: auto;
 gap: 4rem;
 align-items: center;
 justify-content: space-around;
 width:60%;
 margin-bottom: 2rem;
}

.sponsor .top img {
    width: 19rem;
}

.sponsor .bottom img {
    width: 15rem;
}

.sponsor .bottom{
    display: flex;
    margin: auto;
    gap: 4rem;
    align-items: center;
    justify-content: space-around;
}

.sponsor_2{
    width: 100%;
}

.sponsor_2 td{
    padding:10px;
    font-size:20px;
}

.sponsor_1 p{
    padding:10px;
}

.sponsor_1 .middle{
  display: flex;
  margin: auto;
  gap: 4rem;
  align-items: center;
  justify-content: space-around;
  width: 60%;
  margin-bottom: 2rem;
}