@charset "UTF-8";
@media screen and (max-width : 1920px ){
}	
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 428px) {
}
            /*----------------------------ハンバーガーメニュー----------------------------*/
.c-header {
  align-items: center;
  background-color: #eeeeee; /* カスタマイズ */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; 
  width: 100%;
}

.c-header__logo {
  color: #000; /* 文字 */
  min-width: 10rem; /* ロゴサイズ */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #000; /* カスタマイズ */
  display: block;
  margin-right: 20px; 
  text-decoration: none;
  padding: 10px 0px; 
}

.c-header__list-link:hover {
  filter: opacity(0.6); 
}
.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee; /* カスタマイズ */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; 
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; 
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズ */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズ */
    height: 32px; /* カスタマイズ */
    justify-content: center;
    width: 32px; /* カスタマイズ */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズ */
  display: block;
  height: 1px; /* カスタマイズ */
  transition: 0.3s; /* カスタマイズ */
  width: 20px; /* カスタマイズ */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズ */
    transform-origin: 0%; /* カスタマイズ */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズ */
    transform-origin: 0%; /* カスタマイズ */
  }
}
      /*-------------------------------------ハンバーガー終わり-------------------------------------------*/
     /*-------------------------------------top戻るボタン-------------------------------------------*/
.top-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color:#969696cc;
}
.yajirushi::before,
.yajirushi::after {
  content: '';
  width: 25px;
  height: 6px;
  background-color: snow;
  position: absolute;
  border-radius: 3px;
}
.yajirushi::before {
  transform: translate(25px, 25px) rotate(45deg);
}
.yajirushi::after {
  transform: translate(10px, 25px) rotate(-45deg);
}
html {
  scroll-behavior: smooth;
}
body {
  height: auto;
}
@keyframes progress {    /*--ボタンを出すタイミング--*/
  0% {　 　　　/*----ページ高さの割合：％をカスタマイズ----*/
    bottom: -120px;
  }
  20% {
    bottom: 0px;
  }
  45% {
    bottom: 20px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
.move-page-top {
  position: fixed;
  right: 20px;
  bottom: -120px;
  animation: progress linear;
  animation-timeline: scroll();
  transition: bottom 1s ease;
  z-index: 2;
}
 /*-----------------------------------------top戻るボタン終わり--------------------------------------*/

body{
	font-family: "Century Gothic",sans-serif,"Anton","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 100%;
}
 
.main_visual{
　width: 100%;
　margin: 0 auto;
}
.main_visual img{
	width: 100%;
	margin-bottom: 0;
}

main{
	margin: 0 auto;
	width: auto;
}

.kyotoOP_inner{   /*インナー*/
	margin: 0 auto 50px;
	padding: 5px;
	width: 60rem;
}
.page_anchorlink_inner{　　　/*アイコンナビここから*/
    width: 90%;
}
.navi_ttl{
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	text-decoration: underline solid #077AD1;
	margin-bottom: 50px;
}
.anchor_list{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.icon{                     /*アイコンナビ終わり*/
	list-style: none;
}

.game_info{
	margin-bottom: 10rem;
}

.accordion-005 {    /*アコーディオンメニュー*/
	margin: 0 auto;
}

.accordion-005:not([open]) {
    margin: 0 0 1.5rem ;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {    /*アコーディオンメニュー終わり*/
    transform: none;
    opacity: 1;
}


.ttl-box{
    position: relative;
    margin: 1.5rem auto;
    padding: 1em 1.5em;
    border-left: 5px solid #077AD1;
    background-color: #f2f2f2;
    color: #333;
}
.ttl-box-text{
	margin-right: 20px;
	color: #333333;
    font-weight: 600;
}
.kyotoOP_heading{
	margin: 50px 0 30px;
    text-align: center;
    line-height: 1.15;
}
.kyotoOP_heading .eng{
	display: block;
    text-transform: uppercase;
    font-size: 6.4rem;
}
.kyotoOP_heading .jap{
    display: block;
    font-weight: 700;
}

.font_Anton {
    font-family: "Anton", "sans-serif";
}
                         
.timeTable {      /*スケジュールここから*/
    margin: 0 auto;
	width: 60rem;
	empty-cells:show;
}
.col2of4 {
    zoom: 1;
}
.tableBox{
    margin: 0 auto ;
}
.color01{
	background:#D8C8AE;
}
.color02{
	background:#EBACAD;
	/*vertical-align: bottom;*/

}
.color03{
	background:#B0B0B0;
}
.none{
	background: #fff;
	/*border: 1px solid #fff;*/
}
.colorA {
    background:#81B899;
}
.colorB{
	background:#819FD5;
	/*vertical-align: middle; */   
}
.line2 {
    height: 30px;
}
.line3 {
    height: 77px;
}
.schedule {
    margin: 0 auto;
	width: 90%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.ts-h .ts-d .none {　　　　　　　　　　/*--------スケジュールth・tdタグ共通--------*/
    border: 1px solid #fff;
}
.ts-h {                      /*--------スケジュールthタグ共通--------*/
    
	font-size:1rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
	border: 1px solid #fff;
}
.ts-d {　　　　　　　　　　　　　/*----------スケジュールtdタグ共通--------*/
    padding:  10px;
    font-size: 1.2rem;
    text-align: center; 
	border: 1px solid #fff;
}     
.ts-d2{                   /*----------準決勝のみ--------*/
	padding:  6px;
    font-size: 1.2rem;
    text-align: center;
	border: none;
}
.borderNone {
    border-bottom: 1px solid #fff;

}
.tableBox .ts-h.just {
    padding: 2;
    box-sizing: border-box;
    
    font-weight: bold;
    line-height: 1;

}
.just {
	border-top: 2px solid #fff;
	font-size: 1.1rem;
}
.time{
	width: 10%;
	font-size: 1.5rem;
	border: 1px solid #fff;
}
.time-A{
	background: #81B899;
	font: 1.5rem;
    color: #000;
	border: 1px solid #fff;
}
.time-B{
	background: #819FD5;
	font: 1.5rem;
	color: #000;
	border: 1px solid #fff;
}
                          /*スケジュールここまで*/

 /*---------------------表彰＞優勝特典---------------*/

.bene{
	border: 1px solid darkgray;
	margin: 0 0 0 30px;
	border-collapse: collapse;
}
.bene-l{
	border: 1px solid darkgray;
	background:#EDE2C2;
	padding: 20px;
}
.bene-r{
	border: 1px solid darkgray;
	background: #FEF9E9;
	padding: 20px;
}

       /*--------------------表彰＞優勝特典ここまで----------------*/

.program {              /*------------開催要項ボタンここから------*/
	margin: 5rem auto;
}

.program a {
	background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 280px;
    padding: 10px 25px;
    color: #077AD1;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
	margin: 0.5rem;
}
.program a:hover{
	background: #077AD1;
    color: #FFF;
}
.program a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #077AD1;
    border-right: 3px solid #077AD1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.program a:hover:after {
    border-color: #FFF;
}　                      /*-----------開催要項ボタン終わり---------*/

entry{
	height: 800px;
}
.entry_btn{
	display: flex;
    justify-content: space-between;
}

.entry_sheet a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 280px;
    padding: 10px 25px;
    color: #077AD1;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
	margin: 0.5rem;
}
.entry_sheet a:hover {
    background: #077AD1;
    color: #FFF;
}
.entry_sheet a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #077AD1;
    border-right: 3px solid #077AD1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.entry_sheet a:hover:after {
    border-color: #FFF;
}
.entry_form a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 280px;
    padding: 10px 25px;
    color: #077AD1;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
	margin: 0.5rem;
}
.entry_form a:hover {
    background: #077AD1;
    color: #FFF;
}
.entry_form a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #077AD1;
    border-right: 3px solid #077AD1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.entry_form a:hover:after {
    border-color: #FFF;
}
.entry_shift a {
	pointer-events: none;/*--クリック無効　発表時にautoにする--*/
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 280px;
    padding: 10px 25px;
    color: #077AD1;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
	margin: 0.5rem;
}
.entry_shift a:hover {
	pointer-events: none;/*--クリック無効　発表時にautoにする--*/
    background: #077AD1;
    color: #FFF;
}
.entry_shift a:after {
	pointer-events: none;/*--クリック無効　発表時にautoにする--*/
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #077AD1;
    border-right: 3px solid #077AD1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.entry_shift a:hover:after {　　　　　　　　/*申込終わり*/
    border-color: #FFF;
}


access{　　　　　　　　　　　　　　/*アクセスここから*/
	padding: 4% 0;
}
.location-wrapper{
	display: flex;
	justify-content: space-between;
}
.location-info{
	width: 40%;
}
.location-info p {
	padding: 12px 10px;
}
.location-map{
	width: 480px;
}
.h-underline{
	font-size: 1.375rem;
	padding: 0 8 8px;
	border-bottom: 2px #077AD1 solid;
	font-weight: normal;
}
.iframe{　　　　　　　　　　　　　　　　　/*アクセス終わり*/
	width: 100%;
}

.winner{
	margin: 0 auto;
}
.resulit-winner{
	margin: 0 auto 2rem;
}
.result-box{
    font-weight: bold;
	font-size: 1.2em;
	border-left: 8px solid #1d3240;
	background: #ffffff;
	margin: 0;
	padding: 1rem;
}
.result-box-text{
	margin-right: 20px;
	color: #333333;

	font-size: 1.5rem;
}
/*----------12/21にシフト表公開--------
.shift:hover{
	background: #077AD1;
}
----------------------------------*/

/*------------------------------------------フッター---------------*/
footer{
	background: #313131;
	text-align: center;
	padding: 26px 0;
}
footer p {
	color: #fff;
	font-size: 0.875rem;
}


/*----------------------------------------------レスポンシブ980以下-------------------------------*/	
@media (max-width: 980px){

	/*--------top画像------------*/
	
.main_visual{
	width: 100%;
}

.icon img{
	width: 70%;
	}
.icon{
	margin: 0px;	
	}
.anchor_list{
	/*display: flex;
	justify-content: center;*/
	}

body{
	font:1.6rem;
	font-family:"Century Gothic", sans-serif;

	}
.kyotoOP_inner{
	width: 90%;

	}
.page_anchorlink_inner{
     width: 100%; 		
	}	
.timeTable{
	width: 100%;
	}
.ts-h{
	font-size: 0.7rem;
	padding: 0px;
	}
.ts-d{
	font-size: 1rem;
	}
.just{
	font-size: 0.9rem;
	
	}
.ts-d{
	font-size: 1rem;
	}
.just{
	font-size: 0.9rem;
	
	}

.shift_p{
	margin: 1.5em 1em 1em;
	font-size:1em;
	}
.kyotoOP_heading{
	margin: 20px 0 30px;
    text-align: center;
    line-height: 1.15;
}
.kyotoOP_heading .eng{
	display: block;
    text-transform: uppercase;
    font-size: 5rem;
}
.kyotoOP_heading .jap{
    display: block;
	font-size: 1.5rem;
    font-weight: 700;
}
.location-wrapper{
	display: flex;
	flex-flow: column;
}
.location-info{
	width: 100%;
}
.location-map{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.location-map iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.result-box{
	font-size: 0.5rem;
	border-left: 4px solid #1d3240;
	margin: 0;
	padding: 0.5rem;
}
.resulit-winner img{
	 width: 100%;
	}
.h-underline{
	font-size: 1.2rem;
	padding: 0 8 8px;
	border-bottom: 2px #1E6DFA solid;
	font-weight: normal;
}
.location-info p{
	font-size: 0.8rem;
	}
} /*---レスポンシブ---*/

/*----------------------------------------------レスポンシブ767以下-------------------------------*/	
@media (max-width: 767px){

	/*--------top画像------------*/
	

.icon img{
	width: 70%;
	}
.icon{
	margin: 0px;	
	}

.entry_btn{
	 display: block;
     justify-content: center;
	 margin: 0 auto;
}	
body{
	font:1.6rem;
	font-family:"Century Gothic", sans-serif;

	}
.kyotoOP_inner{
	width: 90%;

	}
.page_anchorlink_inner{
     width: 100%; 		
	}	
.timeTable{
	width: 100%;
	}
.ts-h{
	font-size: 0.7rem;
	padding: 0px;
	}
.ts-d{
	font-size: 0.9rem;
	}

.kyotoOP_heading .eng{
    font-size: 3rem;
}
.kyotoOP_heading .jap{
	font-size: 1rem;
}
.location-wrapper{
	display: flex;
	flex-flow: column;
}
.location-info{
	width: 100%;
}
.location-map{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.location-map iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.result-box{
	font-size: 0.5rem;
	border-left: 4px solid #1d3240;
	margin: 0;
	padding: 0.5rem;
}
.resulit-winner img{
	 width: 100%;
	}
.h-underline{
	font-size: 1.2rem;
	padding: 0 8 8px;
	border-bottom: 2px #1E6DFA solid;
	font-weight: normal;
}
.location-info p{
	font-size: 0.8rem;
	}
} /*---レスポンシブ---*/

@media (max-width: 428px){     /*-------------------レスポンシブ375------------------*/

	
.page_anchorlink_inner{
	margin: 0 auto;
	width: 90%;
	}
.navi_ttl {
	font-size: 1.2rem;
	}
.anchor_list{
	margin: 0 auto;
	width: 100%;
	flex-wrap: wrap;
	}	
.icon{
    width: 50%;
	}
.icon img{
	width: 90%;
	}	
.kyotoOP_inner{
	width: 95%;
	}
body{
	font-size: 0.7rem;	
	font-family:"Century Gothic", sans-serif;

	}
.kyotoOP_heading{
	margin: 8px 0 10px;
    text-align: center;
    line-height: 1.15;
}
.kyotoOP_heading .eng{
	display: block;
    text-transform: uppercase;
    font-size: 3.5rem;
}
.kyotoOP_heading .jap{
    display: block;
    font-weight: 700;
	font-size: 1rem;
}
.program {              
	margin: 1.5rem auto;
}
.timeTable{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
.ts-h{
	font-size: 0.5rem;
	font-weight: lighter;
	padding: 0;
	}
.ts-d{
	font-size: 0.5rem;
	}
.just{
	font-size: 0.5rem;
	font-weight: lighter;
	padding: 0;
	}
.tableBox .ts-h.just {
    padding: 1px 0;
	font-weight: lighter;
    line-height: 1;
}
.time{
	width: 15%;
}
entry .kyotoOP_inner{
		text-align: center;
	}
.entry_btn{
	display: inline-block;
	}	
	
.location-wrapper{
	display: flex;
	flex-flow: column;
}
.location-info{
	width: 100%;
}
.location-map{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.location-map iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.result-box{
	font-size: 0.4rem;
	border-left: 4px solid #1d3240;
	margin: 0 0 5px;
	padding: 0.5rem;
}
.resulit-winner img{
	 width: 100%;
	}
.h-underline{
	font-size: 1rem;
}
.location-info p{
	font-size: 0.7rem;
	}
}  /*--------------------------------------レスポンシブ375終わり--------------------*/

.result{
	display: block;	
}

                         /*------アーカイブここから

.archive{
	margin: 2em 1.5em;
	
}
.archive a {
    background: #1d3240;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
	margin: 0.5rem;
}
.archive a:hover {
    background: #eee;
    color: #1d3240;
}
.archive a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.archive a:hover:after {
    border-color: #FFF;
}
.youtube_responsive{
	width: 100%;
    aspect-ratio: 16/9;
}　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　アーカイブ終わり-------*/

/* CSS Document */
