@charset "UTF-8";
body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-size:16px;
}

.clearfix:after{
content:"";
clear:both;
display:block;}

*{box-sizing:border-box;}

ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}

.bld{font-weight:bold;}
.mrg5{margin:5px;}
.mrg-t20{margin-top:20px;}
.mrg-t30{margin-top:30px;}
.mrg-t80{margin-top:80px;}

.mrg-b50{margin-bottom:50px;}
.center{
font-style: normal;
text-align:center;
font-size: 1em;
line-height: 1.3em;
color:#fff;}

.event-text{
	font-size:0.8em;
	color:#696969;
}

.top-space{margin-top:1.5em;}

/*----------------------------------------------------------*/
.title {
text-align:center;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom:1em;
    color:#001748;
}
.title span{
    font-size:0.5em;
    font-weight: normal;
    display:block;
	opacity:0.8;
}

.title_h0 {
font-family:'Fredericka the Great', cursive;
text-align:center;
    font-size: 2em;
    line-height:1.5em;
    margin:1em;
    color:#001748;
}

.title_h1 {
font-family:'Fredericka the Great', cursive;
text-align:center;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom:0.5em;
    color:#001748;
}

.title_h1 span{
    font-size:0.4em;
    font-weight: normal;
    display:block;
	opacity:0.7;
}

.title_p {
font-style: normal;
text-align:center;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom:0.5em;
    color:#cd5c5c;
}

.pickup_title{
  background-color:#000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:0.8em;
  font-weight:bold;
  padding: 8px;
  margin:8px;
  width:50%;
  height:30px;
  margin-left: auto
  display: inline-block;
}
@media (max-width: 768px) {
.pickup_title{
width:100%;
  display:block;
}
}

/*line-------------------------------------------------*/
.pickup_line{
background:#fff;
border:1px solid ;
border-color:#f5f5f5;
}

/*dotted----------------------------------------------*/
.dotted{
	display: flex;
	align-items: center;
}
.dotted:before, .dotted:after {
	content: "";
	flex-grow: 1;
	border-top: 8px dotted #f8f8f8;
	display: block;
}
.dotted:before {
	margin-right: 1em;
}
.dotted:after {
	margin-left: 1em;
}

/*Font Awesome----------------------------------------------*/
.fas,.far{
	margin-right:0.5em;
}
/*top_img-----------------------------------------------------*/
.top_img{
text-align:center;
padding-bottom:2em;}

/*ボタン01----------------------------------------------------*/
.btn-border01 {
	display: block;
	margin: 30px auto 0 auto;
	max-width: 55%;
	text-align: center;
	border: 1px solid #6E6E6E;
	font-size:0.9em;
	color: #6E6E6E;
	text-decoration: none;
	padding: 15px;
	border-radius: 2px;
	transition: .2s;
}

.btn-border01:hover {
	background-color:#ccc;
	border-color: #ccc;
	color: #FFF;
}

/*ボタン02----------------------------------------------------*/
.btn-border02 {
	display: block;
	margin: 5px auto 0 auto;
	/*max-width: 55%;*/
	text-align: center;
	border: 1px solid #6E6E6E;
	font-size:0.9em;
	color: #6E6E6E;
	text-decoration: none;
	padding: 15px;
	border-radius: 2px;
	transition: .2s;
}

.btn-border02:hover {
	background-color:#ccc;
	border-color: #ccc;
	color: #FFF;
}
/*カラーボタン----------------------------------------------------*/
.btn-border_color{
	display: block;
	margin: 5px auto 0 auto;
	/*max-width: 55%;*/
	text-align: center;
	border: 1px solid #ee827c;
	font-size:0.9em;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	border-radius: 2px;
	transition: .2s;
	background-color:#f0908d;
}

.btn-border_color:hover {
	background-color:#ee827c;
	border-color: #f0908d;
	color: #FFF;
}
/*ボタン--------------------------------------------------*/
.btn-border {
  display: block;
  /*max-width: 180px;*/
  text-align: center;
  border: 1px solid #6E6E6E;
  font-size:0.8em;
  color: #fff;
  background:#708090;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 10px;
  transition: .2s;
}

.btn-border:hover {
  background-color:#ccc;
  border-color: #ccc;
  color: #FFF;
}

/*お知らせ--------------------------------------------------*/
.msr_newslist {
  border-top: 5px solid #000000;
  width: 100%;
  margin-top: 10px;
}
.msr_newslist li {
  border-bottom: 1px solid #ccc;
  font-size:0.9em;
}
.msr_newslist li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 20px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
.msr_newslist li div {
  padding-bottom: 10px;
  width: 144px;
}
.msr_newslist li p {
  vertical-align: middle;
}
/* 時間の設定 */
.msr_newslist li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
/* カテゴリの設定 */
.msr_newslist li .cat01, .msr_newslist li .cat02 {
  background-color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}

.cat-p{
  background-color:#f08080;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:10px;
  padding: 2px;
  text-align: center;
  width:80%;
  display: inline-block;
}

.cat-p2{
  background-color:#c7dc68;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:10px;
  padding: 2px;
  text-align: center;
  width:80%;
  display: inline-block;
}

.cat-p3{
  background-color:#ec6d51;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:10px;
  padding: 2px;
  text-align: center;
  width:80%;
  display: inline-block;
}

.cat-p01{
  background-color:#c7dc68;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:0.7em;
  padding: 2px;
  margin-right:0.4em;
  text-align: center;
  width:45%;
  display: inline-block;
}
.cat-p02{
  background-color:#e6b422;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:0.7em;
  padding: 2px;
  margin-right:0.4em;
  text-align: center;
  width:45%;
  display: inline-block;
}
.cat-p03{
  background-color:#ec6d51;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:0.7em;
  padding: 2px;
  margin-right:0.4em;
  text-align: center;
  width:45%;
  display: inline-block;
}

.cat-p04{
  background-color:#2a4073;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  font-size:0.7em;
  padding: 2px;
  margin-right:0.4em;
  text-align: center;
  width:45%;
  display: inline-block;
}
@media (max-width: 768px) {
	.cat-p01,.cat-p02,.cat-p03,.cat-p04{
		width:95%;
	}
}

.cat-p_text{
font-size:0.8em;
color:#708090;
font-weight:bold;
margin-top:2px;
}
/*ランキング--------------------------------------------------*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #f3f3f3;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding-top: 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
	.cp_tab {
		font-size: 1em;
	}
	.cp_tab label {
		padding: 0.8em;
	}
}

/*new--------------------------------------------------*/
.cp_tab0 *, .cp_tab0 *:before, .cp_tab0 *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab0 {
	margin: 1em;
}
.cp_tab0 > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab0 .cp_tabpanel0 {
display: none;
}
.cp_tab0 > input:first-child:checked ~ .cp_tabpanels0 > .cp_tabpanel0:first-child,
.cp_tab0 > input:nth-child(3):checked ~ .cp_tabpanels0 > .cp_tabpanel0:nth-child(2),
.cp_tab0 > input:nth-child(5):checked ~ .cp_tabpanels0 > .cp_tabpanel0:nth-child(3),
.cp_tab0 > input:nth-child(7):checked ~ .cp_tabpanels0 > .cp_tabpanel0:nth-child(4),
.cp_tab0 > input:nth-child(9):checked ~ .cp_tabpanels0 > .cp_tabpanel0:nth-child(5),
.cp_tab0 > input:nth-child(11):checked ~ .cp_tabpanels0 > .cp_tabpanel0:nth-child(6) {
	display: block;
}
.cp_tab0 > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab0 > label:hover,
.cp_tab0 > input:focus + label {
	color: #0066cc;
}
.cp_tab0 > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #f3f3f3;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab0 .cp_tabpanel0 {
	padding-top: 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
	.cp_tab0 {
		font-size: 1em;
	}
	.cp_tab0 label {
		padding: 0.8em;
	}
}
/*--category--------------------------------------------------*/
.cp_tab1 *, .cp_tab1 *:before, .cp_tab1 *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab1 {
	margin: 1em;
}
.cp_tab1 > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab1 .cp_tabpanel1 {
display: none;
}
.cp_tab1 > input:first-child:checked ~ .cp_tabpanels1 > .cp_tabpanel1:first-child,
.cp_tab1 > input:nth-child(3):checked ~ .cp_tabpanels1 > .cp_tabpanel1:nth-child(2),
.cp_tab1 > input:nth-child(5):checked ~ .cp_tabpanels1 > .cp_tabpanel1:nth-child(3),
.cp_tab1 > input:nth-child(7):checked ~ .cp_tabpanels1 > .cp_tabpanel1:nth-child(4),
.cp_tab1 > input:nth-child(9):checked ~ .cp_tabpanels1 > .cp_tabpanel1:nth-child(5),
.cp_tab1 > input:nth-child(11):checked ~ .cp_tabpanels1 > .cp_tabpanel1:nth-child(6) {
	display: block;
}
.cp_tab1 > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab1 > label:hover,
.cp_tab1 > input:focus + label {
	color: #0066cc;
}
.cp_tab1 > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #f3f3f3;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab1 .cp_tabpanel1 {
	padding-top: 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
	.cp_tab1 {
		font-size: 1em;
	}
	.cp_tab1 label {
		padding: 0.8em;
	}
}
/*------------------------------------*/
@media (max-width: 768px) {
#category li{
font-size: 0.7em;
}
}

/*--------------animation------------------------------------*/

.fadein_bottom_to_top {
    display: block;
    opacity: 0;
    transform: translateY(25%);
}

.fadein_top_to_bottom {
    display: block;
    opacity: 0;
    transform: translateY(-25%);
}

.fadein_right_to_left{
    display: block;
    opacity: 0;
    transform: translateX(25%);
}

.fadein_left_to_right{
    display: block;
    opacity: 0;
    transform: translateX(-25%);
}
.fadein_migisita{
    display: block;
    opacity: 0;
    transform: translate(-25%,25%);
}

.fadein_hidarisita{
    display: block;
    opacity: 0;
    transform: translate(25%,25%);
	
}
.fadein_hidariue{
    display: block;
    opacity: 0;
    transform: translate(25%,-25%);
}

.fadein_bottom_to_top2 {
    display: block;
    opacity: 0;
    transform: translateY(30%);
}
.fadein_fuwa {
    display: block;
    opacity: 0;
    transform: translateY(0);
}



.anime_end,.fade_end {
    display: block;
				opacity: 1;
    transform: translate(0,0);
}


#top-space{margin-top:1.2em;}


<!--★topic------------------------------------------------------>
.c-top{
font-weight:bold;
text-align:center;
margin:25px;
}
.cp-get{
font-size:1.5em;
color:red;
margin-top:15px;
}
<!--★メニュー------------------------------------------------------>
#gnav > ul {
  display: table;
/*padding-left: 50px;*/
  margin:  0 auto;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 1em;
}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #19192b;
}
#gnav > ul > li:hover > a {
  color: #fff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 9999;
}
#gnav > ul > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(25,25,43,0.9);
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0.5em;
}
#gnav > ul .menu a {
  color: #fff;
}
