@charset "utf-8";

/*-------------------------------------------*/

*{
	margin:0;
	padding:0;
	line-height: 1.8;
}

body{
	font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	letter-spacing:0;
	color:#000;
	-webkit-text-size-adjust: 100%;
	font-size:17px;
	max-width:100%;
	background:#000000;
}


#wrapper{
	width: 100%;
    height: 100%;
    background:url(../images/glitter.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

#wrapper2{
	width: 100%;
    height: 100%;
}

#CDT {
	width: 100%;
	text-align: center;
	font-size: 9rem;
	font-weight: bold;
	color: #ffffff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#ffffff;
}

#particles-js{
	height: 100vh;
	width: 100vw;
	background-color: #000000;
   }

.sp-only{display: none;}
br.spbr{display: none;}
.sp_only{display: none;}
.pc-only{display: inline-block;}

/*-------------------------------------------*/





*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}

a{
	color:#000;
	text-decoration:none;
}

p{
	margin:0;
}

a:hover{
	color:#0000cd;
}

.mincho{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:300;
}

.mincho2{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:500;
}

.mincho3{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:700;
}

.mincho4{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight:900;
}

.gothic1{
	font-family: sans-serif;
	font-weight:300;
}

.gothic2{
	font-family: sans-serif;
	font-weight:400;
}

.gothic3{
	font-family: sans-serif;
	font-weight:700;
}

.gothic4{
	font-family: sans-serif;
	font-weight:800;
}




/*---------------------*/

.header{
	width: 100%;
	margin: 0 auto;
	position:relative;
	padding:1px 0;
	z-index:3;
}

.header2{
	background:url(../images/satomin.png) center center / auto auto no-repeat;
	width: 100%;
	height:560px;
	margin: 0 auto;
	position:relative;
	padding:1px 0;
	z-index:3;
}


.header img{
	max-width: 100%;
}

.reflection{
	display:inline-block;
	position:relative;
	overflow:hidden;
}
 
.reflection:after {
	content:"";
	height:100%;
	width:10%;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2.5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 5.0s ease-in-out infinite alternate;
    -moz-animation:blink 5.0s ease-in-out infinite alternate;
    animation:blink 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



.content{
	width:772px;
	margin:0 auto;
	padding: 1px 1px 1px;
	background:url(../images/border-line.png) repeat-y top center;
	position:relative;
	z-index: 3;
}

.content::before {
	width:100%;
	height: 100%;
	content: " ";
	position: absolute;
	margin: 0 auto 0;
	text-align: center;
	display: block;
	padding-bottom: 1px;
	z-index:4;
	background:url(../images/border-line.png) repeat-y top center;
}

.main{
    width: 769px;
    margin: 0 auto;
	padding: 1px 40px 60px;
    position: relative;
    z-index: 4;
}




.ori_box3 { /*【div】囲み枠部分*/
	position: relative; /*必須*/
	margin: 1rem 1rem; /*外側の余白*/
	padding: 1rem 1rem 1rem; /*内側の余白*/
	border: 3px solid #ff6700; /*枠線*/
	border-radius: 15px 0 15px 0; /*角丸（左上15px 右上0 右下15px 左下0）*/
	background-color:#000000
  }

  .ori_box3 .oribox-title { /*【span】タイトル部分*/
	position: absolute; /*必須*/
	top: 0; /*囲み枠の上にぴったりくっつく*/
	left: 0; /*囲み枠の左にぴったりくっつく*/
	background: #E52020; /*背景色*/
	line-height: 32px; /*行の高さ*/  
	padding: 0; /*左右の余白*/
	border-radius: 12px 0 12px 0; /*角丸（左上12px 右上0 右下12px 左下0）*/
	font-weight: bold; /*フォント太字*/
	font-size: 1.5rem;
  }

  .ori_box3 p { /*【p】本文部分*/
	margin: 0;
	padding: 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:800;
  }








/*-----------------------*/

#footer_n {
	color:#ffffff;
	margin: 0 auto 0 auto;
	padding: 1px 0 15px 0;
	background: #000000;
	width:100%;
	min-width:1050px;
	position:relative;
	z-index:10000000;
}

.footer_n2 {
	width:1050px;
	margin:0 auto;
}

#footer_n p {
	margin: 15px;
}

.footer_bg1 {

	margin: 0 auto;
	border-bottom: 1px solid #FFF;
}

.footer_bg1 p {
	color: #FFF;
	text-align:center;
	font-size: 14px;
}

.footer_bg1 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg1 p a:hover {
	text-decoration: underline;
}

.footer_bg2 {
    max-width: 100%;
    position: relative;
    border-bottom: 1px solid #FFF;
    padding: 15px 240px;
    height: auto
}

.footer_bg2 p {
	color: #FFF;
	text-align:left;
	font-size: 12px;
	line-height: 1.3;
}

.footer_bg2 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg2 p a:hover {
	text-decoration: underline;
}

.footer_bg_p1 {
	top: 10px;
	left: 0;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p2 {
	top: 10px;
	left: 260px;
	width: 360px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p3 {
	top: 10px;
	left: 600px;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

.note {
    font-size: 10px;
    line-height: 1.6;
    color: #FFFFFF;
}

/*-----------------------*/


/*-----フォーム部分-----*/

.v_box{
	background:#e3e3e3;
	width:90%;
	margin:0 auto;
	padding:30px 10px;
	border:2px solid #000;
}

.v_box2{
	background:#FFF;
	width:90%;
	margin:0 auto;
	padding:30px 10px;
	border:2px solid #000;
}

.v_box3{
	background:#000000;
	width:94%;
	margin:0 auto;
	padding:20px 10px;
	border:3px solid #FFCEBC;
	color:#FFF;
}

.v_box4{
	background:#FFC7C7;
	width:90%;
	margin:0 auto;
	padding:20px 10px;
	border:3px solid #000;
	color:#FFF;
}

.v_box6{
	background:#333;
	width:90%;
	margin:0 auto;
	padding:10px 10px;
}

.v_box7{
	background:#FFC443;
	width:90%;
	margin:0 auto;
	padding:10px 10px;
}

.form_box{
	background-color: #FFC443;
	background-size: cover;
	width:90%;
	margin:0 auto;
	padding:30px 10px;
	color:#E63E00;
}

.cp_bgpattern04 {
	width: 100%;
	height: 315px;
	background-color: #616161;
	background-image: repeating-linear-gradient(45deg,
	#424242, #424242 3px,
	transparent 0, transparent 6px);
}

textarea {
	height: 240px;
	padding: 10px 0;
	font-size: 18px;
	width: 90%;
	vertical-align: top;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: solid 1px #000000;
	margin:1rem;
}

button {
    margin: 2rem 1rem;
    width: 85%;
    font-size: 2.9rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    border: none;
    box-shadow: inset 0 -1px 1px rgb(0 0 0 / 90%), inset 0 1px 0 rgb(255 255 255 / 40%);
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 40%), 0 1px 1px rgb(255 255 255 / 50%);
    background: linear-gradient(#ea4945, #fd7e00);
}	

button:hover{
	color: #1A1A1A;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FDD93B), color-stop(1.00, #169900));
background: -webkit-linear-gradient(#FDD93B, #FDD93B);
background: -moz-linear-gradient(#FDD93B, #FDD93B);
background: -o-linear-gradient(#FDD93B, #FDD93B);
background: -ms-linear-gradient(#FDD93B, #FDD93B);
background: linear-gradient(#FDD93B, #FDD93B);
}
	



/*-------------------------------------------*/

.res_bg{
	border:1px solid #5A0201;
	padding:4% 2%;
	background: 
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center top repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center bottom repeat-x ,
	#fbe54a ;
	box-shadow:0 0 10px #999;
	position:relative;
	color:#000000;
	margin:40px auto 0;
	font-weight:300;
	position:relative;
}

.sub_bg_top{
	position:absolute;
	top:-20px;
	right:0;
	left:0;
	margin:auto;
	width:250px;
}

.sub_bg_bottom{
	position:absolute;
	bottom:-20px;
	right:0;
	left:0;
	margin:auto;
	width:250px;
}

.res_bg2{
	background:url(../../../../image/member/project_s/ex_kaiseki_all/letter_bg1.png) top center repeat;
}

.res_bg_mem{
	position:absolute;
	right:20px;
	top:44px;
	width:200px;
}

.res_bg .main_text{
	margin:30px 0 30px;
	line-height:30px;
	text-shadow    : 
	2px  2px 3px #FBFAF6,
	-2px  2px 3px #FBFAF6,
	2px -2px 3px #FBFAF6,
	-2px -2px 3px #FBFAF6,
	2px  0px 3px #FBFAF6,
	0px  2px 3px #FBFAF6,
	-2px  0px 3px #FBFAF6,
	0px -2px 3px #FBFAF6;
}


.res_flex_bg{
	display:flex;
	flex-wrap: wrap;
}

.res_flex_bg2{
	display:flex;
	background:#FFF;
	border: 2px solid #00ffff;
	padding: 5px 0px 2px 22px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 -2px 6px 3px rgba(0,0,0,0.1) inset, 0 2px 8px 1px rgba(0,0,0,0.3);
	color: #444;
	margin:20px auto 0;
}

.res_flex_text p{
	width:400px;
	margin-right:20px;
	padding-right: 0rem;
    padding-left: 0rem;
}

.flex_wrap{
	display:flex;
	justify-content: space-around;
}

.res_flex_list{
	position:relative;
	background:url("../images/letter_bg1.jpg") center center no-repeat;
	display:flex;
	align-items: center;
	padding: 2px 11px;
	margin: 0 auto;
	border:1px solid #999;
	border-radius:2px;
	width:32.333%;
	min-height:121px;
	color:#333;
}

.res_flex_list p{
	padding-right: 0rem;
    padding-left: 0rem;
}

.flex_wrap .res_flex_list{
	width:46%;
	min-height:163px;
}

.res_flex_bg2 .res_flex_list{
	width:187px;
	min-height: fit-content;
}


.res_flex_list:nth-child(3n){
	/* margin: 0 0 1% 0; */
}

.bakenlogo{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index:1;
}

.bakenlogo1 {
    position: absolute;
    right: 1px;
    top: -3px;
    z-index: 1;
}

.bakenlogo2 {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.bakenlogo img{
	width:25px;
}

.bakenlogo1 img{
	width:20px;
}

.bakenlogo2 img{
	width:25px;
}

.bakentekichu{
	position: absolute;
	right:10px;
	margin:0;
	opacity:0.5;
	z-index:1;
}

.bakentekichu img{
	width:100px;
}

.res_flex_list_test1{
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	position:relative;
	width:83px;
	z-index:2;
	padding-right: 0rem;
    padding-left: 0rem;
}



.flex_wrap .res_flex_list_test1{
	font-size:18px;
	width:110px;
}

.res_flex_list_test2{
	width:30px;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	border:1px solid #999;
	padding:10px 2px;
	text-align:center;
	margin-right:5px;
	position:relative;
	z-index:2;
	background:rgba(255, 255, 255, 0.5);
}

.res_flex_list_test3{
	font-size:14px;
	font-weight:bold;
	text-align:right;
	flex-grow: 1;
	position:relative;
	z-index:2;
}

.tensu{
	text-align:left;
}

.kakutoki span {
	font-size:17px;
	letter-spacing:-0.05em;
}
.flex_wrap .kakutoki span {
	font-size:30px;
}

.kakutoki+p {
    text-align: right;
}



.res_flex_bg.kotei{
	display:block;
	font-family:  "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif Arial;
}

.res_flex_bg.kotei .res_flex_list{
	width:300px;
	background:
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center top / auto 5px repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_yoko.png) center bottom / auto 5px repeat-x ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_tate.png) center left / 5px auto repeat-y ,
	url(../../../../image/member/project_s/ex_kaiseki_all/line1_tate.png) center right / 5px auto repeat-y ,
	url("../../../../image/member/project_s/ex_kaiseki_all/baken.jpg") center center no-repeat;
	padding: 34px 20px;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.4);
	margin:10px;
	min-height:175px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test1{
	font-size:18px;
	width:74px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test2{
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test3{
	font-size:18px;
	line-height:1.4;
}

.res_flex_bg.kotei .res_flex_list .res_flex_list_test3 .kakutoki span{
	font-size:24px;
	color:#E52020;
}

.res_flex_bg.kotei .res_flex_list .bakentekichu{
	right: 40px;
	opacity: 0.4;
}

.res_flex_bg.kotei .res_flex_list .bakenlogo{
	right: 10px;
	top: 10px;
}

.kotei_flex{
	display:flex;
	align-items: center;
	background:#FBD10A;
	margin-bottom:20px;
	border-radius:5px;
	
}

.res_flex_list2{
	text-align:center;
	flex-grow: 1;
}

.res_flex_list2 .reviews{
	width:auto;
	height:150px;
}

/*-----------------------*/

.horse_slc{
	table-layout: fixed;
	width:500px;
	margin:0 auto;
}

.horse_slc th{
	border:1px solid #999999;
	font-size:14px;
	background:#555555;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	color:#FFFFFF;
}

.horse_slc th.w1{
	width:220px;
}

.horse_slc th.w2{
	width:180px;
}

.horse_slc td{
	border:1px solid #999999;
	font-size:14px;
	background:#FFFFFF;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.horse_slc td.left{
	text-align:left;
}

.horse_slc td.center{
	text-align:center;
}

.horse_slc td.race{
	width:90px;
}

.horse_slc td.type{
	width:90px;
}
/*
.horse_slc tr td.type:nth-of-type(1){
	background:#FF0000;
}
*/

/*-----------------------*/
.bgline{
	padding: 0.5em 0.5em 0.3em 0.5em;
    display: inline-block;
    line-height: 1;
    margin: 8px 0;
    border: 1px solid #555;
}

/*-------------------------------------------*/


.hadou2{
	animation: hadou2 2s linear infinite;
}

@keyframes hadou2 {
	0% {
	text-shadow: 
	0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
	  text-shadow    : 
	       5px  5px 10px rgba(255, 226, 66, 0.70),
	      -5px  5px 10px rgba(255, 226, 66, 0.70),
	       5px -5px 10px rgba(255, 226, 66, 0.70),
	      -5px -5px 10px rgba(255, 226, 66, 0.70),
	       5px  0px 10px rgba(255, 226, 66, 0.70),
	       0px  5px 10px rgba(255, 226, 66, 0.70),
	      -5px  0px 10px rgba(255, 226, 66, 0.70),
	       0px -5px 10px rgba(255, 226, 66, 0.70);
	}

	100% {
	0 0 0 rgba(0, 0, 0, 0);
	}
}



.box1{
    background: radial-gradient(800px, #ff9e3d, #fd7e00);
}

.box2{
    padding: 1em;
    margin: auto;
    border: solid 4px #ff9e3d;
	width:96%;
}

.box3{
    padding: 1em;
    margin: auto;
    border: solid 4px #ff9e3d;
	background-color: #fcfdb5;
}

.box4{
    padding: 1em;
    margin: auto;
    border: solid 4px #fbff00;
	background-color: #ffe7e7;
	color: #000;
}

.box5{
    margin: auto;
	background-color: #ff7b00;
	border-radius: 40px 40px 40px 40px;
	color: #000;
}

.box6{
    position: relative;
    padding: 8rem 2rem 5rem;
    outline: 2px solid #333;
    outline-offset: -1.5rem;
    border-box: box-sizing;
    background-color: #efefef;
}

.box6::before {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 2px solid #333;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    color: rgb(252, 0, 0);
    font-size: 20px;
    content: attr(data-title);
}

.black-box{
    margin: 1em 1em;
    padding: 1em;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(98,95,95,1) 33%, rgba(113,111,111,1) 66%, rgba(0,0,0,1) 100%);
}

.glad-box{
	--bg-gradient: linear-gradient(135deg, #A0FE65 10%, #FA016D 100%);
    padding: 1rem;
    box-shadow: 0 0 0 10px #222;
    border-radius: 5px;
    background-color: #222;
    background-image:
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
}

.yel-box{
	margin: 1em 1em;
    padding: 1em;
	background: rgb(255,252,0);
	background: linear-gradient(349deg, rgba(255,252,0,1) 0%, rgba(247,249,179,1) 30%, rgba(255,252,0,1) 50%, rgba(247,249,179,0.9951330874146533) 72%, rgba(255,252,0,1) 100%);
}

.blu-box{
	margin: 1em 1em;
    padding: 1em;
	background: rgb(0,5,247);
	background: linear-gradient(349deg, rgba(0,5,247,1) 0%, rgba(76,73,255,1) 30%, rgba(0,5,247,1) 50%, rgba(76,73,255,1) 72%, rgba(0,14,247,1) 100%);
}

.box10{
    background: linear-gradient(#ea4945, #fd7e00);
	padding: 2rem;
}

  
  .normal-box7 p{
	margin: 0;
	padding: 0;
  }


  .flex_test-box {
    background-color: #ffffff;     /* 背景色指定 */            /* 余白指定 */
	margin-left: 5px;
	margin-right: 5px;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  30px;           /* 文字サイズ */
    width: 200px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}
 
.flex_test-item:nth-child(1) {
    background-color:  #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(2) {
    background-color:  #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(3) {
    background-color: #FF2626; /* 背景色指定 */
}
 
.flex_test-item:nth-child(4) {
    background-color:  #FF2626; /* 背景色指定 */
}

.flex_test-item:nth-child(5) {
    background-color:  #FF2626; /* 背景色指定 */
}

.flex_test-item:nth-child(6) {
    background-color:  #FF2626; /* 背景色指定 */
}



.main_text.merit {
    background: #232300;
    border: 5px inset #fd7e00;
    padding: 20px;
}

.main_text {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.v_box12 {
    width: 100%;
    margin: 15px auto 10px;
    padding: 10px 0;
    background: #ff7b00;
    color: #000;
    text-align: center;
}

.main_text.center {
    text-align: center;
}



/*---------------------------------------------------*/

.ng_comment_bg{
	border:1px solid #333333;
	background:
	url(../../../image/member/wakusumi1_1.png) left 5px top 5px no-repeat ,
	url(../../../image/member/wakusumi1_2.png) right 5px top 5px no-repeat ,
	url(../../../image/member/wakusumi1_3.png) left 5px bottom 5px no-repeat ,
	url(../../../image/member/wakusumi1_4.png) right 5px bottom 5px no-repeat;
	/* margin:20px auto 0; */
	overflow: hidden;
	width:100%;
	max-width:743px;
}

#main_slide_bg{
	height:500px;
	margin:10px;
	background-color:
	overflow: hidden;
	overflow-y: scroll;
}

#main_slide_bg_yoco{
	margin:1rem auto;
	background:#111111;
	color:#fcfcfc;
	overflow: hidden;
	border: 4px solid #DFC552;
	border-image: linear-gradient(to right, #DFC552 0%, #FFF0AE 100%);
	border-image-slice: 1;
	padding-bottom:20px;
}

#main_slide{
	height:500px;
	margin:10px;
	background-color:
	overflow: hidden;
	overflow-y: scroll;
}

#main_slide p{
	text-align:left;
	display:flex;
	/*
	width:575px;
	*/
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}
#main_slide2 p{
	text-align:left;
	display:flex;
	/*
	width:575px;
	*/
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}
#main_slide_bg_yoco #main_slide p{
	text-align:left;
	display:flex;
	width:530px;
	border-bottom:1px dotted #999999;
	font-size:15px;
	letter-spacing:0.05em;
	padding:20px 0 0 0;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}

.ng_comment_no{
	background:#333333;
	color:#FFFFFF;
	padding:0 5px 1px;
	font-size:12px;
	margin:0 5px 0 0;
}



.res_upd1_bg{
	display:flex;
	width:100%;
	font-size:16px;
	margin:0 auto 5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #999999;
	align-items: center;
	backface-visibility: hidden;/* animation時のにじみ防止 */
}

.res_upd1_text1{
	background:#fd7e00;
	color:#FFF;
	padding:2px 0;
	margin-right:50px;
	border-radius:3px;
	font-size:12px;
	width:81px;
}

.res_upd1_text1.crsy{
	width:150px;
	padding:2px 10px;
}

.res_upd1_text2{
	margin-right:87px;
	font-size:14px;
	width:164px;
	text-align:left;
}

.res_upd1_text2.crsy{
	width:110px;
}


.res_upd1_text3{
	font-weight:bold;
	color:#FF2626;
	width:260px;
	text-align:left;
	padding:2px 10px;
	border:1px solid #999;
	background: linear-gradient(to right,#DDA242 0%, #FFE791 30%, #F7EAC3 50%, #FFE884 80%, #FFF5C9 100%);
	position:relative;
}

.res_upd1_text3:after{ clear: both; }

.res_upd1_text3 span{
	position:absolute;
	top:5px;
	right:10px;
	color:#ff2e4b;
	font-weight: normal;
	text-align:right;
	font-size:12px;
}

.res_upd1_text4{
	font-size:12px;
	padding:2px 10px;
	border:1px solid #999;
	text-align:center;
	background:#EEE;
}

/*---------------------------------------------------*/


/*---------------baken-----------------------------*/

.baken_flex-box {
    flex-basis: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    justify-content: center;
}

/*--------------------------------------------------*/





/*-------------------way flex box------------------------*/

.way_box{
	width:980px;
	background-color: #2a1001;
	background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
	padding:1rem 0 2rem;
	margin:2rem auto;
	font-family: 'M PLUS 1p', sans-serif;
}


.way_flex-box {
	width:980px;
    /*--background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
    margin:1rem auto;
    justify-content:space-between;
}
 
.way_flex-item {
    color: #fff;
    margin: 5px;
    width: 45%;
    font-size:18px;
    /*background:#301100;*/
}

.way_flex-item p.item{
	padding: 2rem 0;
    font-size: 2.4rem;
    color: #000000;
    font-weight: 800;
    width: 100%;
    text-align: center;

}

.way_flex-item p.text{
    padding:1rem;
    font-size: 4rem;
    /* color: #000000; */
    font-weight:800;
	text-align:center;
}


.way_flex-item span.yellow {
    color: #ffe500;
    font-size:3rem;
}

.way_flex-item span.green {
    color: #9eff67;
}


/*------even-------*/

.way_flex-item:nth-child(even) {
    /*border: solid 1px #ff8d00;*/
}


.way_flex-item:nth-child(even) .item{
	background-color: #ff8d00;
}

.way_flex-item:nth-child(even) .text{
	color: #ff8d00;
}



/*------odd-------*/


.way_flex-item:nth-child(odd) {
    /*border: solid 1px #ff6700;*/
}
 

.way_flex-item:nth-child(odd) .item{
	background-color: #ff6700;
}

.way_flex-item:nth-child(odd) .text{
	color: #ff6700;
}





/*-------------------------------------------*/
/*-------------------------------------------*/




.voice_flex-box {
	width:688px;
    /*--background-color: #eee;     /* 背景色指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
    margin:1rem auto;
    padding:1rem;
    justify-content:space-between;
    border: solid 2px #ff0000;
	background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
	flex-basis: 100%;
}

.tejyun_flex-box {
	width:765px;
    /*--background-color: #eee;     /* 背景色指定 */
    flex-wrap: wrap;            /* 折り返し指定 */
    margin:1rem auto;
    padding:1rem;
    justify-content:space-between;
    border: solid 1px #f25d00;
	background-color: #4d1302;
	flex-basis: 100%;
}

.voice_icon {
    color: #000;
    margin: 5px;
    font-size:18px;
    background:#fff;
    border: solid 1px #f25d00;
    flex-basis:22%;
}

.voice_name {
    color: #000;
    margin: 5px;
    flex-basis:74%;
    font-size:16px;
    background:#f2faea;
    border: solid 1px #f25d00;
}

.voice_name p {
	padding:1rem;
	color:#000;
}

.voice_result {
    color: #000;
    flex-basis:100%;
    font-size:18px;
}


.voice_result p {
	border: solid 3px #f25d00;
    padding: 1rem;
    background: #f2faea;
    margin: 5px;
}

.voice_result span.item {
    padding:5px;
    background: #fac45f;
    font-size: 17px;
    color: #000000;
    font-weight: 800;
}

.voice_text{
    color: #000;
    margin: 5px;
    font-size:16px;
    background:#f2faea;
    border: solid 1px #f25d00;
    flex-basis:100%;
   	padding:1rem;
}



/*--------------------voice02-----------------------*/


.point-box {
	position: relative;
	border: 5px solid #ffa600; /* 枠の太さ・種類・色 */
	border-radius: 4px; /* 枠の丸み */
	margin: 1.8em 1em; /* 枠外の余白 */
	padding: 5px 15px;
	background-color: #ffffff;
  }

.point-box2{
	position: relative;
	border: 5px solid #ffa600; /* 枠の太さ・種類・色 */
	border-radius: 4px; /* 枠の丸み */
	margin: 1.8em 1em; /* 枠外の余白 */
	padding: 5px 15px;
	background: linear-gradient(to right,#DDA242 0%, #FFE791 30%, #F7EAC3 50%, #FFE884 80%, #FFF5C9 100%)
}
  
  .point-title {
	position: absolute;
	padding: 0 0.5em;
	left: -1px;
	top: -19px; /* タイトルの位置を調整 */
	color: #ffffff; /* タイトルの文字色 */
	font-family:  sans-serif;
	font-weight:800;
	font-size:2.5rem; /* タイトルの文字サイズ */
	background-color: #f25d00;
  }

  /*-------------------result flex box------------------------*/

.result_flex-box {
	width:100%;
    /*--background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;            /* 折り返し指定 */
    margin:-1.2rem auto;
    justify-content:center;
	z-index: 10000000;
}
 
.result_flex-item {
    color: #fff;
    margin: 5px;
    width: 180px;
    font-size:18px;
    background:#000000;
}

.result_flex-item p.item{
	padding: 0px 2px;
    font-size: 12px;
    color: #ff2e4b;
    font-weight: 800;
    width: 100%;

}

.result_flex-item p.text{
    padding:1rem;
    font-size: 18px;
    /* color: #000000; */
    font-weight:800;
	text-align:center;
}


.result_flex-item span.yellow {
    color: #fd7e00;
    font-size:3rem;
}

.result_flex-item span.green {
    color: #9eff67;
}


/*------even-------*/

.result_flex-item:nth-child(even) {
    /*border: solid 1px #ff8d00;*/
}


.result_flex-item:nth-child(even) .item{
	background-color: #000000;
	border:2px solid #fd7e00;
}





/*------odd-------*/


.result_flex-item:nth-child(odd) {
    /*border: solid 1px #ff6700;*/
}
 

.result_flex-item:nth-child(odd) .item{
	background-color: #000000;
	border:2px solid #fd7e00;





/*-------------------way flex box------------------------*/


.msr_box1{
	background-color: #ffffff;
	width: 230px;
}

.msr_box01 a{
  background-color: #FFFFFF;
  border: 1px solid #B9B9B9;
  box-sizing: border-box;
  color:#000000;
  display:block;
  padding: 8px;
  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;
}

.msr_box01 img{
  margin:0 0 5px;
}

.msr_box01 .ttl {
  font-size: 16px;
  line-height: 1.6;
}

.msr_box01 p {
  font-size: 13px;
  line-height: 1.6;
}

.msr_box01 a:hover{
  opacity: 0.8;
}

/*-----------------------*/

.horse_slc{
	width:800px;
	margin:0 auto;
}

.horse_slc th{
	border:1px solid #999999;
	font-size:14px;
	background:#555555;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	color:#FFFFFF;
}

.horse_slc th.w1{
	width:220px;
}

.horse_slc th.w2{
	width:180px;
}

.horse_slc td{
	border:1px solid #999999;
	font-size:14px;
	background:#FFFFFF;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.horse_slc td.left{
	text-align:left;
}

.horse_slc td.center{
	text-align:center;
}

.horse_slc td.race{
	width:90px;
}

.horse_slc td.type{
	width:90px;
}
/*
.horse_slc tr td.type:nth-of-type(1){
	background:#FF0000;
}
*/

/*-----------------------*/