@charset "UTF-8";
/* --------------------------------------------------
    COMMON
-------------------------------------------------- */
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important; }
.border { border-width: 2px !important; }
.bg-lightblue {	background: #48c3e2; }

/* 半円背景各種
-------------------------------------------------- */
/* 半月（背景白） */
.half-white:after { background-color: #fff; }
/* 半月（背景薄青） */
.half-lightblue:after { background: #48c3e2; }
/* 半月（背景黄色） */
.half-yellow:after { background: #feff00; }
/* 半月（背景緑） */
.half-info:after { background: #ffff00; }
/* 共通 */
.half {
    width: 120%;
    height: 150px;
    border-top-left-radius: 29% 120px;
    position: absolute;
    top: 0;
    left: -10%;
}
.half:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;    
}

.half2 {
    width: 120%;
    height: 200px;
    border-top-left-radius: 29% 120px;
    position: absolute;
    top: 0;
    left: -10%;
}
.half2:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;    
}
/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f185";/*アイコンのユニコード*/
	font-size: 1.2rem;/*サイズ*/
	color: #ffc107;
	padding: 0 10px;
	vertical-align: middle;
}
/* --------------------------------------------------
    header
-------------------------------------------------- */
header .container-fluid {
	height: 80vh;
	width: 100%;
	
	
}
/*    グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #fff;
}
/* --------------------------------------------------
    トップページ
-------------------------------------------------- */
.balloon {
	width: 130px;
	height: 130px;
	top: -50px;
	z-index: 10;
	left: -20px;
	font-size: 15px;
}
.balloon-s {
	width: 110px;
	height: 110px;
	top: -20px;
	z-index: 10;
	left: -20px;
	font-size: 14px;
}

table tr:last-child {
	border-bottom: 1px solid #dee2e6;
}
table tr:nth-child(even) {
	background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #E4E9EF;
}
/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */
.season {
	width: 70px;
	height: 70px;
	left: 10px;
	padding: 0.34em;
}
.season div {
	display: block;
	width: 100%;
	height: 100%;
	border: 2.4px dotted #fff;
}
.title {
	border-bottom: 2px solid #17a2b8;
}
.stripe {
	background: repeating-linear-gradient(90deg, #fff 0, #fff 40%, #17a2b8 40%, #17a2b8 60%, #fff 60%, #fff 70%);
}

.bg-info {
    background-color: #feff00!important;

}
/* --------------------------------------------------
    add style
-------------------------------------------------- */
.rounded-circle {
    border-radius: 8%!important;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn-primary,.btn-primary:visited {
    background: #ffffff;
    color: #ff7801;
    border: 3px solid #ff7801;
}

.btn-primary:hover {
    background: #ffffff;
    color: #f9ff00;
    border: 3px solid #f9ff00;
}

.btn-primary2,.btn-primary2:visited  {
    background: white;
    color: #ff0018;
    border: 3px solid #ff0000;
}

.btn-primary2:hover {
    background: white;
    color: #f9ff00;
    border: 3px solid #f9ff00;
}

.btn-primary3,.btn-primary3:visited  {
    background: white;
    color: #28a745;
    border: 2px solid #28a745;
}

.btn-primary3:hover {
    background: white;
    color: #28a745;
    border: 2px solid #15ffa6;
}

.btn2 {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0px 19px;
}

.btn-primary4,.btn-primary4:visited  {
    background: white;
    color: #007bff;
    border: 2px solid #007bff;
}

.btn-primary4:hover {
    background: white;
    color: #007bff;
    border: 2px solid #09e0ff;
}


.linkbox {
    background-color: transparent;
    border: 2px solid #ffc107;
    color: #ffc107;
    line-height: 50px;
    padding: 5px;
    font-size: 18px;
    width: 60%;
    text-align: center;
    margin: auto;
}

a:hover {
    text-decoration:none;
    color: #ff0000;
}

.btn-info {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.bg-info2 {
    background-color: #ffc500!important;
}

.main-logo{
    bottom: -9px;
    position: absolute!important;
    z-index: 99999;
}
.main-logo img{
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}

.main-logo-s,.main-logo-b {
    color: #333;
    text-shadow: 0 20px 10px rgba(0, 0, 0, .5);
    text-align: center;
}
.main-logo-s{
    margin-top: 20px;
}
.main-logo-area {
    height: 170px;
}
.navbar {
    padding: 0.2rem 0.2rem;
}

.marquee {
    margin-left: 10px;
    color: #856404;
    width:80%;
    padding:0em 0.1em;
    overflow:hidden;
    position:relative;
}

.marquee p:after {
    content:"";
    white-space:nowrap;
    padding-right:50px;
}

.marquee p {
    margin:0;
    padding-left:400px;
    display:inline-block;
    white-space:nowrap;
    	-webkit-animation-name:marquee;
    	-webkit-animation-timing-function:linear;
    	-webkit-animation-duration:10s;
    	-webkit-animation-iteration-count:infinite;
    	-moz-animation-name:marquee;
    	-moz-animation-timing-function:linear;
    	-moz-animation-duration:10s;
    	-moz-animation-iteration-count:infinite;
    	-ms-animation-name:marquee;
    	-ms-animation-timing-function:linear;
    	-ms-animation-duration:10s;
    	-ms-animation-iteration-count:infinite;
    	-o-animation-name:marquee;
    	-o-animation-timing-function:linear;
    	-o-animation-duration:10s;
    	-o-animation-iteration-count:infinite;
    	animation-name:marquee;
    	animation-timing-function:linear;
    	animation-duration:10s;
    	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

.visit-balloon {
    margin-bottom: 0;
}

.balloon, .balloon-s {
    width: 100px;
    height: 40px;
    top: -7px;
    left: 4px;
    font-size: 14px;
}
#Navbar ul li a {
    font-weight: bold;
    color: #856404 !important;
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box {  
  animation-name:     my-fade-in;
  animation-duration: 3s;
  z-index:9999;
}
.jizen-banner{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.event-d{
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -0.5em;
}
.event-b{
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -0.5em;
}
.white-popup {
  position: relative;
  background: #fb8f04;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup p{
  width: 95%;
  color: #fff;
}
.white-popup h2{
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
.white-popup p img{
  width: 80%;
  border: solid 9px #ffffff;
}
.mainimg{
  text-align: center;
}
.detail{
  font-size: 1em;
  line-height: 1rem !important;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible; }
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #18b3f1;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; 
  }
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.error-message {
  position: relative;
  margin-top: 5px;
}
.error-message p {
  margin: -1px 0 0.5em 0;
  margin-top: 5px;
}
.error-message p:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #d8140c transparent;
}
.error-message p span {
  display: inline-block;
  padding: 1px 6px 0;
  background-color: #ff0000;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(255,255,255,1.0);
  color: #fff;
}
.tInfo3{
  color: #fff;
  background-color: #5f5f5fba;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.tInfo3 p{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.tInfo3 p:before {
  content: '※';
}
.tInfo4{
  color: #fff;
  background-color: #00008b;
  padding: 5px;
  font-size: 20px;
  margin-bottom: 10px;
}
.tInfo4 p{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.tInfo4 p:before {
  content: '※';
}

.tInfo5{
  color: #000;
  background-color: #fffe09;
  padding: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}
.tInfo5 p{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0px;
}

.tInfo5 p a{
  color: red;
}

.tInfo5 p:before {
  content: '※';
}


.inputEvent{
    width: 100%;
}
.charity_logo{
    margin: auto;
}

.pc_type{
    visibility: hidden;
    height:0;
}

.champion_pc{
    text-align: center;
}

@media (min-width: 768px){
	#Navbar ul li a {
	    font-size: 0.6rem;
	}
    .marquee {
        visibility: hidden;
        width: 0;
    }
    .pc_type{
        visibility: visible;
        height: auto;
    }
    .sp_type{
        visibility: hidden;
        height:0;
    }
    .contents_pc
    {
       max-width: 450px!important;
       margin-left: auto;
    }
    .contents_b
    {
       max-width: 450px!important;
       margin: auto;
    }
    .sub_pc{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .main-logo{
        flex: 0 0 100.666667%;
        max-width: 40.666667%;
    }
    
    header .container-fluid {
        height: 120vh;
        width: 100%;
    }
    .top_aera{
        background: url(../img/top/top_pc.jpg)!important;
        background-size: cover!important;
        background-position: 50% top!important;
    }
    .top_aera_k{
        background: url(../25th/main_pc.jpg)!important;
        background-size: cover!important;
        background-position: 50% top!important;
    }

    .champion_pc{
        text-align: left;
    }    
    
}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

