@charset "utf-8";
@media screen and (max-width: 680px) { 

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

*{
	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: none;
}

#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: inline-block;}
br.spbr{display: inline-block;}
.sp_only{display: none;}
.pc-only{display: none;}

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





*, *: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;}

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: 'M PLUS 1p', sans-serif;
	font-weight:300;
}

.gothic2{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:400;
}

.gothic3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:700;
}

.gothic4{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:800;
}




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

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


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


.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:95%;
	margin:0 auto;
	padding: 1px 1px 60px;
	background: #000000;
	/*border:1px solid #00c3c3;*/
	border-right:#FFC443 solid 1px;
	border-left:#FFC443 solid 1px;
	/*box-shadow:0 0 3px 2px #030093 , 0 0 20px 1px #00e1ff;*/
	box-shadow:0 0 3px 2px #FDF4C2 , 0 0 20px 1px #FFC443;
	position:relative;
	z-index:3;
}

.main{
    width: 94%;
    margin: 0 auto;
    position: relative;
	padding: 1px 13px 60px;
    z-index: 4;
	background-color: #ffffff;
}



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







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

.footer_n2 {
	width:100%;
}

#footer_n {
	margin: 0 auto 0 auto;
	padding: 1px 0 1px 0;
	min-width:100%;
}

#footer_n p {
	margin: 15px;
}

.footer_bg1 {
	width: 100%;
	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 {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: static;
	height: 100%;
}

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

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

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

.footer_bg2 table{
	display:block;
}

.footer_bg2 table tbody{
	display:block;
}

.footer_bg2 table tr{
	display:block;
}

.footer_bg2 table td{
	display:block;
	text-align:center;
}

.footer_bg2 table{
	width:90%;
	margin:0 auto;
	color: #FFF;
	font-size: 12px;
	line-height: 1.3;
}

.footer_bg2 table td.text{
	vertical-align:top;
	padding:10px 0 0;
	text-align:center;
}

.footer_bg2 table td.info_mark{
	display:none;
}

.footer_bg2 table td.sp_off{
	display:none;
}




.footer_bg_p1 {
	top: 20px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	position: static;
}

.footer_bg_p1 p {
	text-align:center;
}

.footer_bg_p2 {
	top: 10px;
	left: 290px;
	width: 100%;
	margin: 0 auto;
	position: static;
}

.footer_bg_p3 {
	top: 10px;
	left: 650px;
	width: 100%;
	margin: 0 auto;
	position: static;
}

.ficon2{
	float:left;
	padding-right: 10px;
	width:50px;
}

.note{
	font-size:10px;
	line-height:1.6;
	text-align:left;
}

.fcoll{
	font-size:16px;
	font-weight:bold;
	line-height:1.6;
}

.fmail{
	font-size:16px;
	font-weight:bold;
	line-height:1.6;
}

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


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

.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:100%;
	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.5rem;
    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_flex_bg{
	display:block;
	margin:0 auto;
}

.res_flex_bg2{
	display:block;
	padding: 10px;
	margin:20px auto 0;
}

.res_flex_text{
	width:100%;
}

.res_flex_text p{
	width:240px;
}

.res_flex_list{
	width: 50%;
	max-width:220px;
	margin:10px auto;
	padding: 0px 0px;
}

.res_flex_list_test1 p{
	padding: 0;
}

.res_flex_list_test2 p{
	padding: 0;
}

.res_flex_list_test3 p{
	padding: 0;
}

.res_flex_list:nth-child(3n){
	margin:10px auto;
}


.res_flex_bg2 .res_flex_list{
	width: 100%;
	max-width:220px;
}

.bakentekichu img {
    width: 79px;
}

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

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

.bakenlogo2 {
    position: absolute;
    right: 71%;
    top: -2px;
    z-index: 1;
}
/*---------------------------------------------------*/


.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{
	width:100%;
	margin: 1em 0em;
	background: radial-gradient(800px, #ff9e3d, #fd7e00);
  }

.box3{
	width:100%;
}

.box6::before {
	width:90%;
	font-size:16px;
	text-align: center;

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


  .flex_test-box {
    background-color: #ffffff;     /* 背景色指定 */
    padding:  54px;             /* 余白指定 */
    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;
	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{
	margin:0 auto;
}

#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_flex_list_test1{
	width:74px;
}

.res_upd1_bg{
	display:block;
	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{
	margin-right: 0px;
	margin-left: 112px;
	display: inline-block;
}

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

.res_upd1_text2 {
    margin-right: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.res_upd1_text2.crsy{
	width:110px;
}


.res_upd1_text3 {
    width: 100%;
    text-align: left;
    margin-top: 3px;
}

.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:0;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    justify-content: center;
}

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

.horse_slc{
	width:284px;
}




/*-------------------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:100%;
}

.tejyun_flex-box {
	width:100%;
}

.voice_icon {
    flex-basis:40%;
}

.voice_name {
    flex-basis:100%;
}

.voice_name p {
	padding:1rem;
}

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


.voice_result p {
    padding: 1rem;
    margin: 5px;
}

.voice_result span.item {
    font-size: 13px;
}

.voice_text{
	width:90%;
   	padding:0 auto;
}

.point-title{
	left: -3px;
	top: -13px;
	font-size: 1.5rem;
}




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

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

.result_flex-box {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    justify-content: center;
}
 
.result_flex-item {
    color: #fff;
    margin:2px;
    width: 30%;
    font-size: 18px;
}

.result_flex-item p.text {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
}





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


