<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*キャッチコピー大 */
.catchcopy_l{
	font-size: 3.8em;
	line-height: 1.6em;
	font-feature-settings : "palt" 1;
	color: #fff;
	text-align: center;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 600;
	margin-top: 10px;
}

@media (max-width: 640px) {
.catchcopy_l{
	font-size: 1.8em;
	line-height: 1.4em;
	margin-top: 0px;
}
}
/*キャッチコピー大終わり */


/*キャッチコピー */
.catchcopy{
	font-size: 2.3em;
	line-height: 1.7em;
	font-weight: 500;
	font-feature-settings: "palt";
	color: #fff;
	text-align: center;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
}
@media (max-width: 640px) {
.catchcopy{
	font-size: 1.2em;
	line-height: 1.7em;
}
}
@media screen and (orientation: landscape) {
.catchcopy{
	font-size: 2em;
	line-height: 2em;
}
}
/*キャッチコピー終わり */

/*見出し*/
.midashi{
	font-size: 2em;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
	padding: 20px 0;
}
@media (max-width: 640px) {
.midashi{
	font-size: 1.6em;
}
}
/*見出し*/

/*見出し黒*/
.midashi_bk{
	font-size: 2em;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
	padding: 20px 0;
	color: #000;
}
@media (max-width: 640px) {
.midashi_bk{
	font-size: 1.6em;
}
}
/*見出し黒*/

/*帯_グレー*/
.obi_gy{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #000;
	background: #ccc;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px; 
}
/*帯_グレー*/

/*帯_赤*/
.obi_re{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	background: #ff0000;
	margin: 50px 0 10px;
	padding: 5px 5px 5px 10px; 
	border-radius: 5px; 
}
/*帯_赤*/

/*帯_緑*/
.obi_gr{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	background: #32cd32;
	margin-top: 50px;
	padding: 5px 5px 5px 10px; 
	border-radius: 5px; 
}
/*帯_緑*/


/*選手名 */
.name{
	font-size: 2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	text-align: left;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
}
@media (max-width: 640px) {
.name{
	font-size: 1.5em;
	margin: 7px 0 5px;
}
}
@media (orientation: landscape) and (max-width: 767px){
.name{
	font-size: 2.5em;
	margin: 15px 0 17px;
}
}
/*選手名終わり */

/*製品名黒 */
.name_bk{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #000;
	text-align: left;
	font-family: ;
}

@media (max-width: 640px) {
.name_bk{
	font-size: 1.05em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #000;
	text-align: left;
	font-family: ;
}
}
/*製品名黒終わり */

/*賞*/
.prize{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	text-align: left;
	padding: 5px 0;
}

@media (max-width: 640px) {
.prize{
}
}
/*賞終わり*/

/*限定グッズ名*/
.limited_name{
	font-size: 1.2em;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #fff;
	text-align: left;
	padding: 5px 0;
}

@media (max-width: 640px) {
.limited_name{
}
}
/*限定グッズ名終わり*/

/*スペック */
.spec{
	font-size: ;
	font-weight: ;
	font-feature-settings: "palt";
	color: #fff;
	text-align: left;
	font-family: ;
}
@media (max-width: 640px) {
.spec{
}
}
/*スペック終わり */


/*キャプション */
.caption{
	font-size: 0.7em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}
/*キャプション終わり */


/*ページトップ白 */
.pagetop_wh {
    display: inline-block;
    padding: 0.3em 1em 0.5em 0.2em;
    text-decoration: none !important;
    border-radius: 3px;
    transition: .4s;
    color: #fff !important;
}
.pagetop_wh::before {
	font-family: "Font Awesome 5 Free";
	content:'ページトップ';
}
/*ページトップ白終わり */


/*ページトップ黒 */
.pagetop_bk {
    display: inline-block;
    padding: 0.3em 1em 0.5em 0.2em;
    text-decoration: none !important;
    border-radius: 3px;
    transition: .4s;
    color: #000 !important;
}
.pagetop_bk::before {
	font-family: "Font Awesome 5 Free";
	content:'ページトップ';
}
/*ページトップ黒終わり */


.cell_big {
  margin-top: initial !important;
  margin-bottom: initial !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}

.cont_big_img {
  margin-top: initial !important;
  margin-bottom: initial !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}

.bgcolor_wh {
	background: #ffffff !important;
	color: #000000;
}

.border-gradation {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #000000 0%, #333333 20%, #666666 50%, #333333 80%, #000000 100%);
    border-image-slice: 1;
}

.border-gradation2 {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #fff 0%, #666 20%, #333 50%, #666 80%, #fff 100%);
    border-image-slice: 1;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*メニューバス */
#menu_b{
	text-align: center !important;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 10px 0; 
}
#menu_b li{
	display: inline; 
	width: 20%;
	margin: 0;
	padding: 0 40px; 
}
#menu_b li a{
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .4s;
}
#menu_b li a:hover{
  color: #777;
}
@media only screen and (max-width: 640px) {
#menu_b li{
	padding: 0 2px; 
  }
}
/*メニューバス終わり */


/*メニューSNS */
#menu li a{
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .4s;
}
#menu li a:hover{
  color: #777;
}
/*メニューSNS終わり */

th {
	padding: 7px 0 !important;
	width: 9% !important;
}

td {
	padding: 7px 0 !important;
}

@media only screen and (max-width: 640px) {
th{
	width: 13% !important;
  }
}</pre></body></html>