@charset "UTF-8";
html{ scroll-behavior: smooth;}
body {
	width: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height:2em;
}
h1,h4{font-weight: 300;}


.container_pc {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: auto;
  min-height: 1600px;
}
#body_smp img {
  max-width: 100%;
  height: auto;
  float: none;
}
#body_smp .cp {
  height: 20px;
  width: 100px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px auto;
  padding-bottom: 5px;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.carousel-item img {
  max-width: 100% !important;
}
#foot {
  padding-top: 100px;
  margin-bottom: 30px;
}
.largest {
  font-size: 200%;
}
.large {
  font-size: 150%;
}
.larger {
  font-size: 120%;
}
.smaller {
  font-size: 80%;
}
.small {
  font-size: 60%;
  line-height: 5px !important;
}
.bold {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mr10 {
  margin-right: 10px;
}
.mr20{
	margin-right:20px
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.pcpt50 {
  padding-top: 50px;
}
.pcpt80 {
  padding-top: 80px;
}

.br50 {
  display: block;
  margin-bottom: 40px;
}
.br100 {
  display: block;
  margin-bottom: 100px;
}
.tp100 {
  opacity: 1 !important;
  filter: alpha(opacity=100)!important;
  -ms-filter: "alpha(opacity=100)"!important;
}

.tp30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}
.tp40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}	
.tp50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.tp60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.w100 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
h2.special {
  color: #EB6DA5;
}

h4.themecolor {
	color: #333;
    font-size:1.3em;
	border-bottom: 2px solid rgba(0,0,0,1.00);
	padding-bottom: 5px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.sp_menu {
  list-style-position: outside;
  list-style-type: none;
}
.sp_menu_a {
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin-bottom: 50px;
}
.sp_menu_a li {
  padding-bottom: 20px;
}
.sp_menu_a li {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  padding-top: 10px;
}
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #3b3b3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page-top p:hover {
  background: #8b8b8b;
}
#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#primalindex .six {
  width: 45% !important;
  margin-right: 7%;
}
#primalindex .six .last {
  margin-right: 0px !important;
}
.waku {
  margin-bottom: 20px;
}
.waku img {
  margin-top: 20px;
}
.coverbase {
  position: relative;
}
.cover {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  color: #666;
  text-align: center;
}
.coversw {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 100%;
  color: #aaa;
  font-size: 90%;
}
.btn {
  border: 1px solid #000000;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background-color: #fcfcfc;
}
.btn:hover {
  background-color: rgba(200,200,200,1);
    border:1px solid #999999;
}
.red {
  color: red;
}
	.swborder{border-top:1px solid rgba(30,30,30,1); margin:30px 0;}
	
	
	/*2025　テーマカラーの線*/
	body.oc .swborder{color:#92457d;border-top:1px solid #92457d; margin:30px 0;}			
	body.oc h3,body.oc h5{color:#92457d;}
	body.od .swborder{color:#061566;border-top:1px solid #061566; margin:30px 0;}			
	body.od h3,body.od h5{color:#061566;}
	body.sw .swborder{color:#163d00;border-top:1px solid #163d00; margin:30px 0;}			
	body.sw h3,body.sw h5{color:#163d00;}
	body.de .swborder{color:#73160f;border-top:1px solid #73160f; margin:30px 0;}			
	body.de h3,body.de h5{color:#73160f;}
	body.ms .swborder{color:#62320f;border-top:1px solid #62320f; margin:30px 0;}			
	body.ms h3,body.ms h5{color:#62320f;}
	body.st .swborder{color:#420a73;border-top:1px solid #420a73; margin:30px 0;}			
	body.st h3{color:#420a73;}
	
	
	
	

/*dessingtop*/
#primalindex h1 a {
  text-shadow: none !important;
}
body#dessin .btn {
  border: 1px solid white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background-color: #009FE8;
  color: white;
}
body#dessin .btn:hover {
  opacity: 0.7;
}
body#dessin table, td, th {
  border-bottom: 4px solid #009FE8;
}
body#dessin table {
  border-collapse: collapse;
}
body#dessin0306 .waku {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #4D7A13;
  color: #4D7A13;
}
body#dessin0306 .lunch {
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(167, 203, 104, 0.76);
}
body#dessin0306 .emcolor {
  color: #4D7A13;
}

/*画像トリミング*/
img.pattern1{border-radius:42% 58% 61% 39% / 38% 54% 46% 62% }
img.pattern2{border-radius:66% 34% 44% 56% / 55% 44% 56% 45% }
img.pattern3{border-radius:41% 59% 27% 73% / 56% 33% 67% 44% }
img.pattern4{border-radius:41% 59% 54% 46% / 33% 58% 42% 67% }
img.pattern5{border-radius:57% 43% 54% 46% / 43% 64% 36% 57% }
img.pattern6{border-radius:30% 70% 63% 37% / 35% 44% 56% 65% }


body.ocpage hr {
  border: 1px solid #400809;
}
body.swpage hr {
  border: 1px solid #fff;
}
.venue {
  border: 3px solid #C90;
  padding: 10px;
  border-radius: 10px;
}
.border {
  border: 1px solid #fff;
}
.eventdate {
  font-size: 1.4em;
  border-bottom: 2px solid #400809;
}
						
															
.eventdate span {
  font-size: 0.6em;
}
.eventdate a {
  text-decoration: none;
}
.eventdate a:hover {
  opacity: 0.6;
}
.eventdate-blue	{border-bottom: 2px solid #00ccff;}
.eventdate-green{border-bottom: 2px solid #00e735;}
.eventdate-pink	{border-bottom: 2px solid #fdb3d4;}							
.eventdate-orange{border-bottom: 2px solid #fb5b00;}
.eventdate-yellow{border-bottom: 2px solid #ffd600;}
.eventdate-purple{border-bottom: 2px solid #9b00ff;}								
							
/*btn_pageside ページサイド追従ボタン*/							
.btn_pageside{width:302px;height:136px;
	position:fixed;bottom:1%;right:1%;
	z-index:1000;
	animation: fade-in 2s;
	animation-fill-mode: forwards;
	display:flex;flex-flow: column;
	}
keyframes fade-in {
  from {
	opacity: 0;
	transform: translateX(50px);
  }
  to {
	opacity: 1;
	transform: translateX(0px);
  }
}
.btn_pageside img{width:100%;margin:0 auto;}

							
@media screen and (min-width: 0px) and (max-width: 780px) {
.btn_pageside{width:151px;height:68px;}
}							
											
							
							
							
/*SW*/
#titlebox {
  padding-top: 150px;
}
.swpage h2 {
  font-size: 0.7em;
}
.swpage .waku {
  border: 0px solid #fff;
  padding: 0 40px 10px 20px;
  margin-bottom: 20px;
}
.swpage footer {
  background-color: rgba(255, 255, 255, 1);
}
/*SW end*/
#tt dl {
  float: left;
}
#tt dt {
  float: left;
  width: 150px;
  display: block;
  clear: left;
}
#tt dd {
  float: left;
  display: block;
}
.footerbtn {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
}
.footerbtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footerbtn a {
  text-decoration: none;
}
.footerbtn a:hover {
  font-weight: bold;
}
.pcimg {
  display: inline;
}
.smpimg {
  display: none;
}
.tip {
  border-radius: 5px;
  font-size: 10px;
  background-color: red;
  padding: 2px 6px;
  color: white;
}
#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -100;
}
#oclogo {
  max-width: 430px;
  vertical-align: middle;
  height: auto;
  padding: 15px 0;
}
div.topgrad {
  margin-top: -200px;
						}
						
#bottom-slide{width:60%;margin:50px auto;}						
						
@media screen and (min-width: 480px) and (max-width: 800px) {
  #primalindex .six {
    width: 100% !important;
    margin-right: 0px;
  }
  #pcslide {
    display: none;
  }
  .pcimg {
    display: none;
  }
  .smpimg {
    display: block;
  }
  .smpsmall {
    width: 35%;
  }
  div.topgrad {
    margin-top: 10px;
							}
#bottom-slide{width:100%;margin:50px auto;}		
}
#visual_header .logobox {
  position: relative;
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
}
.chara{height:200px;}							
@media screen and (min-width: 0px) and (max-width: 780px) {
  #titlebox {
    padding-top: 50px;
  }
  .pcpt50 {
    padding-top: 20px;
  }
  .pcpt80 {
    padding-top: 20px;
  }
  .smp {
    font-weight: 500;
    color: #009FE8;
    font-size: 110%;
    display: block;
  }
  #oclogo {
    max-width: 75%;
    vertical-align: middle;
    height: auto;
    padding: 10px 0;
  }
  div.topgrad {
    margin-top: 10px;
  }
  #ocevent .smaller {
    font-size: 1em;
}
#bottom-slide{width:100%;margin:50px auto;}		.chara{height:180px;}	
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  #foot {
    background-image: none !important;
    padding-top: 150px;
    margin-bottom: 30px;
  }
  #pcslide {
    display: none;
  }
  .pcimg {
    display: none;
  }
  .smpimg {
    display: block;
  }
  #primalindex .six {
    width: 100% !important;
    margin-right: 0px;
  }
  .smpsmall {
    width: 35%;
  }
  h3.themecolor {
    font-size: 120%;
  }
  #oclogo {
    max-width: 80%;
    vertical-align: middle;
    height: auto;
    padding: 15px 0 0 0;
  }
  div.topgrad {
    margin-top: 10px;
  }
  #ocevent .smaller {
    font-size: 1em;
}#bottom-slide{width:100%;margin:50px auto;}		
}
.rdcircle {
  border-radius: 40% 60% 57% 43% / 42% 50% 50% 58%;
}
.rdcircle2 {
  border-radius: 40% 60% 57% 50% / 42% 65% 80% 68%;
}
.rdcircle3 {
  border-radius: 80% 40% 87% 70% / 40% 55% 50% 60%;
}
						
					
						
.anime-yure{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(2deg);
  }
  50%{
      transform: rotate(-2deg);
  }
}						
.anime-yure-slow{
    transform-origin: center bottom;
    animation: yurayura-slow 4s linear infinite;
}
@keyframes yurayura-slow {
  0% , 100%{
      transform: rotate(-4deg);
  }
  50%{
      transform: rotate(2deg);
  }
							}	
							
.anime-yure-yurari{
    transform-origin: center bottom;
    animation: yurari 5s linear infinite;
}
@keyframes yurari {
  0% , 100%{
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}							
							
							
.anime {
  display: inline-block;
  animation: animefuru 3s infinite;
}
@keyframes animefuru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(0px, 1px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 1px) rotateZ(0deg)
  }
  75% {
    transform: translate(1px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
#primalindex .owl-item > div {
  padding: 20px 0;
}

.specialnews{background-color:rgba(241,237,200,0.7);border-radius: 5%;padding:1em;}
