@charset "utf-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;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
	font-size:18px;
	max-width:100%;
	background-color: #fcfcfc;
	line-height:1.8;
}

/*-------------------------------------------*/
#wrapper{
	max-width: 800px;
	width:98%;
	margin: 0 auto;
}
#wrapper2{
	max-width: 740px;
	width:98%;
	margin: 0 auto;
	position:relative;
}
#wrapper_door{
/*	background:url(../../../../images/mypage/top/doorbg.jpg) top center no-repeat;
	background-attachment:100% 100%;*/
	width: 100%;
	margin: 0 auto;
	position:relative;
	background:#F5ECCE;
}
/*-------------------------------------------*/

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

a{
	text-decoration:none;
	cursor:pointer;
}
a img:hover{
	opacity:0.7;
}
.expand img{
transition-duration: 0.5s; /*変化の時間*/
}
.reduce img{
transition-duration: 0.5s; /*変化の時間*/
}
.expand img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.reduce img:hover{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

p{
	margin:0;
}

.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;
}

.mplus{font-family: 'M PLUS Rounded 1c', sans-serif;}
.kiwi{font-family: 'Kiwi Maru', serif;}

.ls0{letter-spacing:0 !important;}0
.lh1{line-height:1 !important;}
.lh1_1{line-height:1.1 !important;}
.lh1_2{line-height:1.2 !important;}
.lh1_3{line-height:1.3 !important;}
.lh1_4{line-height:1.4 !important;}
.lh1_5{line-height:1.5 !important;}
.lh1_6{line-height:1.6 !important;}
.lh1_7{line-height:1.7 !important;}
.lh1_8{line-height:1.8 !important;}
.lh1_9{line-height:1.9 !important;}
.lh2{line-height:2 !important;}

.bold1{font-weight:300;}
.bold4{font-weight:900;}

br{display:inline-block;}

br.blk{display: inline-block;}
br.spbr{display: none;}
br.pcbr{display: inline-block;}

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

.width100{width:100%;}
.width90{width:90%;}
.width80{width:80%;}
.width70{width:70%;}
.width60{width:60%;}
.width50{width:50%;}
.width40{width:40%;}
.width30{width:30%;}
.width20{width:20%;}
.width15{width:15%;}
.width10{width:10%;}
.width8{width:8%;}
.width5{width:5%;}

.white{color:#FFFFFF;}

.black{color:#000000;}

.fs100{font-size:100px !important;}
.fs110{font-size:110px !important;}
.fs120{font-size:120px !important;}
.fs130{font-size:130px !important;}
.fs140{font-size:140px !important;}
.fs150{font-size:150px !important;}

.f-right{float:right;}
.f-left{float:left;}

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

canvas#c{
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	z-index:-9000;
	animation: open_anime 8s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity:0;
}

@keyframes open_anime {
	0% { opacity:1; z-index:10000;}
	60% { opacity:1; z-index:10000;}
	80%{ opacity:0; z-index:10000;}
	100% { opacity:0; z-index:-10000;}
}

/*-------------------------------------------*/
.fixed_chan{
	position:fixed;
	z-index:999999;
	bottom:0;
	right:5rem;
	width:20%;
}
.fixed_chan img{
	width:100%;
	max-width:200px;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.header {
	background:url(../../../../images/project/perfect/header_gk.png) top center no-repeat;
	width: 100%;
	height: 760px;
	margin: 0 auto;
	position:relative;
	padding:1px 0;
	z-index:3;
	/*animation:headerbg3_anime 2s linear infinite;*/
}
/*========= 背景動画設定のCSS ===============*/
#video-area{
    position: absolute;/*h1の中央寄せ配置の起点とするためのrelative*/
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    opacity:.1;
}
.header_line{
    position: absolute;
    z-index:1;
    bottom:0;
    width:100%;
}
.header_sl_top {
	width: 100%;
	max-width:840px;
	margin: 0 auto;
	position:absolute;
	padding:1px 0;
	z-index:0;
	left: 0;
	right: 0;
	padding:0 5% 20% 5%;

/*	background: -moz-linear-gradient(left, rgba(255,250,221,0) 0%, rgba(255,252,237,0.7) 11%, rgba(255,252,237,0.7) 89%, rgba(255,252,237,0.64) 90%, rgba(255,250,221,0) 100%);	background: -webkit-linear-gradient(left, rgba(255,250,221,0) 0%,rgba(255,252,237,0.7) 11%,rgba(255,252,237,0.7) 89%,rgba(255,252,237,0.64) 90%,rgba(255,250,221,0) 100%);
	background: linear-gradient(to right, rgba(255,250,221,0) 0%,rgba(255,252,237,0.7) 11%,rgba(255,252,237,0.7) 89%,rgba(255,252,237,0.64) 90%,rgba(255,250,221,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffadd', endColorstr='#00fffadd',GradientType=1 );*/
}

/*-------------------------------------------*/
.form_wrap {
    z-index: 10;
    position: relative;
    margin: -450px auto 11px;
    max-width: 665px;
    width:100%;
    padding-bottom:6%;
}
.form_wrap2 {
	padding: 1rem;
    z-index: 10;
    margin:0 auto;
    max-width: 850px;
    width:100%;
}
/*-------------------------------------------*/
.subbg{
	width:100%;
	max-width:780px;
	background:#D52916;
	background-color: #d52916;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	margin:0 auto;
	position: relative;
    z-index: 9999;
    padding: 0.8rem;
	border: 4px solid #FDF7E3;
}

.sub_box {
	background-color: #c22823;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    margin: 0 auto;
    padding: 2rem;
    font-size: 6rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
    text-align: center;
	color:#f5eacf;
}
/*-------------------------------------------*/
.subbg2{
	width:100%;
	max-width:780px;
	margin:0 auto;
	position: relative;
    z-index: 9999;
    padding: 0.8rem;
	border: 0.5rem double rgba(247,58,10,0.8);
	background:rgba(255,190,145,0.9);
}

.sub_box2 {
	background-color: #f73a00;
	background-color: #d52916;
	background-image: url("https://www.transparenttextures.com/patterns/p1.png");
    margin: 0 auto;
    padding: 2rem;
    font-size: 6rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
    text-align: center;
/*    background:#f5eacf;
	color:#a70c16;*/
	color:#f5eacf;
}
/*-------------------------------------------*/

.formbox{
	background:rgba(255,255,255,0.9);
	width:100%;
	margin:0 auto;
	padding:1rem;
}
.formbox2{
	background:rgba(255,255,255,0.9);
	width:100%;
	margin:0 auto;
	padding:1rem 2rem;
}
.formbox3{
	background:rgba(253,245,202,0.7);
	width:100%;
	margin:1rem auto 0 auto;
	padding:1rem;
}
/**********************************************/

.fild{
	width:34%;
	font-size:14px;
    padding: 5px;
    font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
    border:#1C1C1C solid 0.1rem;
    background:#E9F5FD;
}

.fild2 {
    width: 22%;
	font-size:14px;
    padding: 5px;
    margin: 0 0 0 5px;
    font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
    border:#1C1C1C solid 0.1rem;
    background:#E9F5FD;
}

/************************************************/
/**********************************************/
.button_bg{
	margin:1rem auto 0 auto;
}

.applicationButton01 {
	width: 100%;
	height: 0;
	padding-bottom:16%;
	text-indent: -9999px;
	background: url(../../../../images/project/perfect/button.png) center top / 78% 100% no-repeat;
	cursor:pointer;
	border: none;
	margin: 1rem auto;
	display:block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:10px;

}

.applicationButton01:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
/**********************************************/
.y-shadow {
	text-shadow: 0px 0px 10px #FFF000;
}

.b-shadow {
	text-shadow:
	0px 0px 10px #000000,
	0px 0px 10px #000000,;
}


/**********************************************/

.movie_waku_top{
	max-width: 750px;
	width:98%;
	margin:0 auto;
	position:relative;
	z-index:99999;
}
.movie_waku{
	background:#000;
	border:1px solid #999;
	margin:0 auto;
	width:684px;
}

/**********************************************/
.content-back{
	position: relative;
	background:#FFEEE8;
	color:#111111;
}
.content-back_n{
	position: relative;
	background:#b8e4d4;
	color:#111111;
}


.main{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}
.container{
	position:relative;
}
.container_door{
	width:100%;
	margin:0 auto;
	max-width:700px;
	background:rgba(255,255,255,0.8);
	padding:2rem;
}
.container_door p{
	padding-right:2rem;
	padding-left:2rem;
}
/*
.main p{
	padding:2rem 3rem;
}
*/

.gradation_text1 {
	background: linear-gradient(to right, #FFFFFF 0%, #f9ef93 25%, #ffe500 50%, #f9ef93 75%, #FFFFFF 100%) 0% center / 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradation_text 4s linear infinite;
}

.gradation_text2 {
	background: linear-gradient(to right, #FFFFFF 0%, #EEEEEE 25%, #999999 50%, #EEEEEE 75%, #FFFFFF 100%) 0% center / 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradation_text 4s linear infinite;
}

.gradation_text3 {
background: linear-gradient(to right, rgba(217,217,217,1) 0%, rgba(157,220,220,1) 10%, rgba(207,207,207,1) 23%, rgba(75,224,224,1) 51%, rgba(193,193,193,1) 61%, rgba(138,231,231,1) 71%, rgba(211,213,213,1) 83%, rgba(228,226,225,1) 100%) 0% center / 200% auto;
background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradation_text 4s linear infinite;
}

.gradation_text4 {
background: linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(186,186,186,1) 14%, rgba(255,255,255,1) 32%, rgba(156,156,156,1) 41%, rgba(235,235,235,1) 52%, rgba(255,255,255,1) 68%, rgba(173,173,173,1) 85%, rgba(255,255,255,1) 100%) 0% center / 200% auto;
background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradation_text 4s linear infinite;
}

.gradation_text5 {
	background: linear-gradient(to right, #82defe 16.6%, #fe8ece 33.2%, #feaba5 49.8%, #fff7a2 66.4%, #63c091 83%, #82defe 100%) 0% center / 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradation_text 4s linear infinite;
}


@keyframes gradation_text {
	to { background-position-x: 200%; }
}

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

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

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

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

.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);
	}
}

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

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

	50% {
	  text-shadow    :
	       5px  5px 10px rgba(233, 72, 5, 0.70),
	      -5px  5px 10px rgba(233, 72, 5, 0.70),
	       5px -5px 10px rgba(233, 72, 5, 0.70),
	      -5px -5px 10px rgba(233, 72, 5, 0.70),
	       5px  0px 10px rgba(233, 72, 5, 0.70),
	       0px  5px 10px rgba(233, 72, 5, 0.70),
	      -5px  0px 10px rgba(233, 72, 5, 0.70),
	       0px -5px 10px rgba(233, 72, 5, 0.70);
	}

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

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

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

	50% {
	  text-shadow    :
	       5px  5px 10px rgba(250, 39, 9, 0.70),
	      -5px  5px 10px rgba(250, 39, 9, 0.70),
	       5px -5px 10px rgba(250, 39, 9, 0.70),
	      -5px -5px 10px rgba(250, 39, 9, 0.70),
	       5px  0px 10px rgba(250, 39, 9, 0.70),
	       0px  5px 10px rgba(250, 39, 9, 0.70),
	      -5px  0px 10px rgba(250, 39, 9, 0.70),
	       0px -5px 10px rgba(250, 39, 9, 0.70);
	}

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

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

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

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

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


/***************************************************/


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

@keyframes hadou_box1 {
	0% {
	box-shadow:
	0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
	  box-shadow    :
	       5px  5px 10px rgba(255, 198, 0, 0.3),
	      -5px  5px 10px rgba(255, 198, 0, 0.3),
	       5px -5px 10px rgba(255, 198, 0, 0.3),
	      -5px -5px 10px rgba(255, 198, 0, 0.3),
	       5px  0px 10px rgba(255, 198, 0, 0.3),
	       0px  5px 10px rgba(255, 198, 0, 0.3),
	      -5px  0px 10px rgba(255, 198, 0, 0.3),
	       0px -5px 10px rgba(255, 198, 0, 0.3);
	}

	100% {
	box-shadow:
	0 0 0 rgba(0, 0, 0, 0);
	}
}


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

@keyframes hadou_box2 {
	0% {
	box-shadow:
	0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
	  box-shadow    :
	       0 30px 20px rgba(0, 255, 255, 0.8);
	}

	100% {
	box-shadow:
	0 0 0 rgba(0, 0, 0, 0);
	}
}


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

@keyframes hadou_box4 {
	0% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow:
			15px 15px 20px rgba(250, 39, 9, 0.70),
			-15px 15px 20px rgba(250, 39, 9, 0.70),
			15px -15px 20px rgba(250, 39, 9, 0.70),
			-15px -15px 20px rgba(250, 39, 9, 0.70),
			15px 0px 20px rgba(250, 39, 9, 0.70),
			0px 15px 20px rgba(250, 39, 9, 0.70),
			-15px 0px 20px rgba(250, 39, 9, 0.70),
			0px -15px 20px rgba(250, 39, 9, 0.70);
	}

	100% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}
}

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

@keyframes hadou_box5 {
	0% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow:
			15px 15px 20px rgba(247, 220, 77, 0.6),
			-15px 15px 20px rgba(247, 220, 77, 0.6),
			15px -15px 20px rgba(247, 220, 77, 0.6),
			-15px -15px 20px rgba(247, 220, 77, 0.6),
			15px 0px 20px rgba(247, 220, 77, 0.6),
			0px 15px 20px rgba(247, 220, 77, 0.6),
			-15px 0px 20px rgba(247, 220, 77, 0.6),
			0px -15px 20px rgba(247, 220, 77, 0.6);
	}

	100% {
		box-shadow:
			0 0 0 rgba(0, 0, 0, 0);
	}
}

.sentou1{
	font-size:30px;
	margin-right:5px;
}

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

#footer{
	width: 100%;
	margin: 0px auto 0 auto;
	font-size: 13px;
	letter-spacing: 3px;
	padding:3rem 0 1rem 0;
}
#footer a:hover{
	opacity:0.6;
}
#footer a{
	padding-right:2rem;
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
textarea {
	width: 100%;
	height:140px;
	font-size: 18px;
	padding: 10px 2% 10px 2%;
	margin:0 auto 0;
}
/*-------------------------------------------*/
button{cursor:pointer;}
/*-------------------------------------------*/
.iframe_wrap{
	position:relative;
	width:100%;
	height:0;
	padding-top:162%;
}
.iframe_wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fm_mt18{margin-top:18rem;}
/*-------------------------------------------*/
input[type="submit"] {
    cursor:pointer;
}
input[type="text"],
input[type="password"]{
    cursor:text;
    width:100%;
}

input[type="text"].doortext,
input[type="password"].doortext{
    max-width:400px;
    height:35px;
    padding:.5rem;
    border:0.15rem solid #444444;
    font-size:2rem;
}
input[type="text"].logintext,
input[type="password"].logintext{
    max-width:400px;
    height:35px;
    padding:.5rem;
    border:0.15rem solid #444444;
    font-size:2rem;
}

input[type="text"].doortext:focus {
	background: #FFECC8;
}

/* radio */
input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.2em;
    cursor:pointer;
}

input[type="radio"] + label{
    cursor:pointer;
}

label{
    cursor:pointer;
}

input[type="radio"]:checked.or_btn + label {
    background: #FBE489;
    border-radius:2rem;
    font-weight: bold;
    padding: .3rem 1.5rem .3rem 0;
}
/******************* 緑の通常ボタン **************/
.place_button_g{
	display:block;
	width:90%;
	background-color: #099831;
	padding:1.5rem 0;
	margin: 0 auto;
	font-size:20px;
	color:#FBF28E;
	position:relative;
	text-align: center;
	border: 0.5rem outset #035E0E;
    /*background: #F5EA00;*/
	 border-radius: 5rem;
	cursor:pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.place_button_g:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	border: 0.5rem outset transparent;
	background:#004808;
}
/******************* 緑の通常ボタン **************/

/******************* オレンジ赤めのボタン **************/
.place_button{
	display:block;
	width:90%;
	background-color: #ed3700;
	background-image: url("https://www.transparenttextures.com/patterns/p6.png");
	padding:1.5rem 0;
	margin: 0 auto;
	font-size:20px;
	color:#FBF28E;
	position:relative;
	text-align: center;
	border: 0.5rem outset #D03008;
    /*background: #F5EA00;*/
	 border-radius: 8rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	cursor:pointer;
}
.place_button:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	border: 0.5rem outset transparent;
	background-color: #D03008;
}
/******************* オレンジ赤めのボタン **************/
/******************* オレンジ赤めのボタン **************/
.place_button2{
	display:block;
	width:85%;
	max-width:600px;
	background-color: #ed3700;
	background-image: url("https://www.transparenttextures.com/patterns/p6.png");
	padding:1.5rem 2rem;
	margin: 0 auto;
	color:#FBF28E;
	position:relative;
	text-align: center;
	border: 0.5rem outset #D03008;
    /*background: #F5EA00;*/
	 border-radius: 8rem;
	 color:#111111;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.place_button2:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	border: 0.5rem outset transparent;
	background-color: #D03008;
}
/******************* オレンジ赤めのボタン **************/

/******************* グレーのシステマチックなボタン **************/
.gray_btn{
	display:block;
	background-color: #EFEFEF;
	padding:1rem;
	color:#474747;
	border: 0.3rem outset #A2A2A1;
	border-radius: 5rem;
	cursor:pointer;
	text-align:center;
	width:100%;
	margin:0 auto;
}
.gray_btn:hover{
	border-right: 0.3rem outset transparent;
	border-left: 0.3rem outset transparent;
	border-top: 0.3rem outset transparent;
	background:#A2A2A1;
}

/******************* グレーのシステマチックなボタン **************/

/*-------------------------------------------*/
.wt_box{
	margin:2rem auto 1rem auto;
	text-align:left;
	background:rgba(252,252,252,0.85);
	padding:1rem 1.5rem;
	border:#dcdcdc groove 0.5rem;
	width:100%;
}
/*-------------------------------------------*/
.wt_box2{
	margin:2rem auto 1rem auto;
	text-align:left;
	background:rgba(252,252,252,0.85);
	padding:1rem 1.5rem;
	width:97%;
}
/*-------------------------------------------*/
.wt_box3{
	margin:0 auto;
	text-align:left;
	background:#fcfcfc;
	padding:1rem;
	max-width:550px;
	border:0.1rem #555 solid;
}
/*-------------------------------------------*/
.wt_box4{
	margin:0 auto;
	text-align:left;
	background:#fcfcfc;
	padding:0rem;
	border:0.1rem #555555 solid;
	width:75%;
}
/*-------------------------------------------*/
.wt_box5{
	margin:0 auto;
	text-align:left;
	background:#fcfcfc;
	padding:0rem;
	border:0.1rem #555555 solid;
	width:90%;
}
/*-------------------------------------------*/
.wt_box5 p{
	padding:1rem;
}
/*-------------------------------------------*/
.y_box{
	margin:0 auto;
	text-align:left;
	background:#FDF9E9;
	padding:2rem 4.5rem;
	border:#444444 solid 0.1rem;
	width:94%;
}
/*-------------------------------------------*/
.choice{
	line-height:1;
}

/*-------------------------------------------*/
/* 吹き出し本体 */
.balloon{
	position: absolute;
	top: 25%;
	right: -9%;
	background-color: #B1FBC5;
	display: inline-block;
	font-size: 1rem;
	padding: 0.5rem;
	border:#008b00 solid 0.2rem;
	width:130px;
}

/* beforeで三角を表現 */
/* アイコンを左に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 5px;
  top: -5px;
  border-bottom: 5px solid #B1FBC5;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 5px;
  top: -6px;
  border-bottom: 5px solid #008b00;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/*-------------------------------------------*/
/* 吹き出し本体 */
.balloon2{
	position: absolute;
	top: 37%;
	right: -9%;
	background-color: #B1FBC5;
	display: inline-block;
	font-size: 1rem;
	padding: 1rem  0.5rem 0.8rem 0.5rem;
	border: #008b00 solid 0.2rem;
	color: #111111;
	width:130px;
	text-align: center;
    height: 8%;
}

/* beforeで三角を表現 */
/* アイコンを左に表示 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -5px;
  top: 5px;
  border-right: 5px solid #B1FBC5;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -6px;
  top: 5px;
  border-right: 5px solid #008b00;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/* 吹き出し本体 */
.balloon3{
	position: relative;
	background-color: #B1FBC5;
	display: block;
	font-size: 16px;
	padding: 0.5rem;
	border: #5ACC48 solid 0.4rem;
	width: 96%;
	border-radius: 3rem;
	margin: 0 auto;
	padding: 2.5rem 2.5rem 1.5rem 2.5rem;
}

/* beforeで三角を表現 */
/* アイコンを左に表示 */
.balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100px;
  top: -15px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.balloon3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100px;
  top: -25px;
  border-bottom: 25px solid #5ACC48;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
/*-------------------------------------------*/
/* 吹き出し本体 */
.balloon4{
	position: relative;
	background-color: #F8D33B;
	display: block;
	font-size: 16px;
	padding: 0.5rem;
	width: 96%;
	margin: 0 auto;
	padding: .5rem 1.5rem;
}

/* beforeで三角を表現 */
/* アイコンを左に表示 */
.balloon4::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100px;
  bottom: -15px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.balloon4::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -13px;
  border-top: 20px solid #F8D33B;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
/*-------------------------------------------*/
/* 吹き出し本体 */
.balloon5{
	position: relative;
	background-color: #FFDF90;
	display: table;
	font-size: 16px;
	padding: 0.5rem;
	margin: 0 auto;
	padding: .5rem 1.5rem;
}

/* beforeで三角を表現 */
/* アイコンを左に表示 */
.balloon5::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100px;
  bottom: -15px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.balloon5::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -13px;
  border-top: 20px solid #FFDF90;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

/* ------------------------------------- */
/*　　　　　　ボックス系　　　　　　　　*/
/* ------------------------------------- */
/*-------------------------------------------*/
.hatena_box{
	margin: 0 auto;
	background:#FFF5DB;
	padding:0.3rem 0;
	border:0.6rem solid #FFDF90;
	border-radius:2rem;
}
.hatena_box p{
	padding:1rem;
	font-weight:normal;
}
/*-------------------------------------------*/
.hatena_box_con{
	margin: 0 auto;
	background:#FFFBE9;
	padding:0.5rem 1rem;
	border:0.1rem solid #FBD953;
	width:95%;
}
/*-------------------------------------------*/
.hatena_box2{
	margin: 2rem 6rem;
	background:#FFF5DB;
	display:inline-block;
	border:0.6rem solid #FFDF90;
	padding:0.5rem 1rem;
}
.hatena_box2 p{
	padding:1rem;
	font-size:16px;
}
/*-------------------------------------------*/
.hatena_box3{
	margin: 0 auto;
	background:#FFF5DB;
	padding:0.5rem 1rem;
	border:0.3rem solid #FFDF90;
	width:100%;
	max-width:650px;
}
.hatena_box3 p{
	padding:1rem;
}
/*-------------------------------------------*/
.hatena_box4{
	margin: 0 auto;
	background:#FFECC8;
	padding:1.5rem 1rem 1rem 1rem;
	border:0.3rem solid #FDD78F;
	width:100%;
	max-width:700px;
	border-radius:2rem 2rem 0 0;
}
.hatena_box4 p{
	padding:1rem;
}
/*-------------------------------------------*/
.hatena_box5{
	background:#FFF5DB;
	border:0.6rem solid #FFDF90;
	padding:0.5rem 1rem;
	display:inline-block;
}
.hatena_box5 p{
	padding:1rem;
	font-size:16px;
}
/*-------------------------------------------*/
.hatena_box6{
	background:#FFF5DB;
	border:0.6rem solid #FFDF90;
	padding:0.5rem 1rem;
	max-width:600px;
	margin:0 auto;
}
.hatena_box6 p{
	padding:1rem;
}

/*-------------------------------------------*/
.emo_box{
	margin: 2rem auto;
	background:#F0F0F0;
	padding:1rem;
	border:0.6rem solid #CACACA;
	width:100%;
	/*max-width:650px;*/
}
.emo_box p{
	padding:1rem 1.3rem;
	font-size:18px;
}
/*-------------------------------------------*/
.emo_box2{
	margin: 2rem 6rem;
	background:#F0F0F0;
	border:0.6rem solid #CACACA;
	display:inline-block;
}
.emo_box2 p{
	padding:2rem;
	font-size:18px;
}
/*-------------------------------------------*/
.emo_box3{
	margin: 0 auto;
	background:#FDE0D4;
	padding:0.5rem 1rem;
	border:0.3rem double #f46052;
	width:100%;
	max-width:590px;
}
.emo_box3 p{
	padding:2rem 6rem;
}
/*-------------------------------------------*/
.emo_box3_sw{
	margin: 0 auto;
	background:#FDE0D4;
	padding:0.5rem 1rem;
	border:0.3rem solid #F68F63;
	width:100%;
	max-width:650px;
}
.emo_box3_sw p{
	padding:1rem;
}
/*-------------------------------------------*/
.emo_box4{
	margin: 0 auto;
	background:#FDFAE3;
	padding:0.5rem 1rem;
	width:100%;
	max-width:590px;
	color:#564E1E;
}
.emo_box4 p{
	padding:2rem 3rem;
}
/*-------------------------------------------*/
.emo_box5{
	margin: 0 auto;
	background:#B21800;
	padding:0.5rem 1rem;
	width:100%;
	max-width:590px;
	color:#fcfcfc;
	border:outset 0.5rem #E52001;
}
.emo_box5 p{
	padding:2rem;
}
/*-------------------------------------------*/
.emo_box6{
	background:#FFE9D5;
	padding:0.5rem 1rem;
	border:0.6rem solid #FDBC80;
	display:inline-block;
}
.emo_box6 p{
	padding:1rem 4rem;
}
/*-------------------------------------------*/
.emo_box7{
	margin: 0 auto;
	background:#80690C;
	padding:0.5rem 1rem;
	width:100%;
	max-width:590px;
	color:#fcfcfc;
	border:solid 0.5rem #B77F26;
}
.emo_box7 p{
	padding:2rem;
}
/*-------------------------------------------*/
.ppl_box_t{
	margin: 0 auto;
	background:#FDDDDB;
	padding:0.5rem 1rem;
	width:100%;
	max-width:630px;
	color:#BC261E;
}
.ppl_box_t th{
	width:20%;
	padding:.5rem;
}
.ppl_box_t p{
	padding:.5rem 2rem;
}
.ppl_box{
	margin: 0 auto;
	background:#fcfcfc;
	padding:0.5rem 1rem;
	width:100%;
	max-width:630px;
	color:#BC261E;
	border:solid 0.5rem #FDDDDB;
}
.ppl_box p{
	padding:1.5rem;
}

/*-------------------------------------------*/
.intro_box{
	margin: 2rem auto;
	background-color: #E7FFD5;
	padding:2rem 1rem;
	border:0.6rem solid #B1FBC5;
	width:100%;
	max-width:700px;
}
.intro_box p{
	padding:1rem 1.3rem;
	font-size:16px;
}
.intro_box_top{
	margin: 0 auto;
	background-color: #E7FFD5;
	border-bottom:0.6rem solid #B1FBC5;
	width:100%;
}
/*-------------------------------------------*/
.intro_box2{
	margin: 2rem auto;
	background-color: #E7FFD5;
	padding:2rem 1rem;
	border:0.6rem solid #B1FBC5;
	width:100%;
	max-width:650px;
}
.intro_box2 p{
	padding:1rem 1.8rem;
	font-size:16px;
}
/*-------------------------------------------*/
.ex_box{
	margin: 2rem auto 0 auto;
	background-color: #1B5112;
	padding:2rem 1rem;
	border:0.6rem solid #23AC0E;
	width:100%;
	max-width:700px;
}
.ex_box p{
	padding:1rem;
	font-size:18px;
}
.ex_box_top{
	margin: 0 auto;
	background-color: #1B5112;
	border-bottom:0.6rem solid #23AC0E;
	width:100%;
}
/*-------------------------------------------*/
.gray_box{
	padding:.5rem 1rem;
	border:#777777 solid 0.1rem;
	background:#fcfcfc;
	word-wrap: break-word;
}
/*-------------------------------------------*/
.gray_box2{
	background:#D1D1D1;
	padding:.5rem 1rem;
	border-radius:.3rem;
	border:#777777 solid 0.1rem;
	display: inline-block;
	font-size:1.3rem;
	word-wrap: break-word;
}
/*-------------------------------------------*/
/*-------------------------------------------*/

/* ------------------------------------- */
/*　　　　　　ボックス系おわり　　　　　　　　*/
/* ------------------------------------- */


/*  ----------ローディング-------------- */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fcfcfc;
  z-index: 9999999999999999999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width:100%;
  max-width:200px;
}
/*  ----------ローディング-------------- */
img.border{border:solid #706F6F 0.1rem;}
.border{border:solid #706F6F 0.1rem;}

.back_button{
	background:#fcfcfc;
	padding:1rem;
	border:solid #cfcfcf 0.3rem;
	border-radius:2rem;
	margin:2rem auto 2rem 2rem;
	display:inline-block;
	cursor:pointer;
}
/* ------------------------------------- */
::placeholder {
   color: #C0BFBF;
}
/* ------------------------------------- */









.top_t{
	margin:0 auto;
	width:100%;
}
.top_t td{
	width:100%;
}

.top_t td.one{
	margin:0 auto;
	width:34%;
	max-width:200px;
}
.top_t td.three{
	margin:0 auto;/*
	display:flex;
	justify-content: flex-end;*/
}

.top_t td.two{
	margin:0 auto;
	width:6%;
	max-width:60px;
	vertical-align:bottom;
}
.top_t td.four{
	margin:0 auto;
	max-width:130px;
	width:45%;
}


.top_banner{
	padding:.5rem 1rem;
}
.top_banner img{
	cursor:pointer;
}
/*-------------------------------------------
.flexbox {
	display: -webkit-flex;
	display: flex;
	align-items:end;
	flex-wrap:wrap;
}
.flex_one {
	margin: 0 10px 0 0;
	-webkit-order: 1;
	order: 1;
	flex-grow: 1;
	max-width:350px;
}
.flex_two {
	margin-right: 10px;
	-webkit-order: 2;
	order: 2;
	flex-grow: 1;
	max-width:80px;
}
.flex_three {
	-webkit-order: 3;
	order: 3;
	flex-grow:3;
}
.flex_four {
	-webkit-order: 3;
	order: 3;
	flex-grow:3;
}
/*************************** Swiper ***************************/
.swiper {
	margin: 0 auto;
}
.swiper-slide {
}
.swiper-button-next, .swiper-button-prev {
	top: 35% !important;
}


.gld_gacha {
/*
background: rgb(239,230,100);
background: -moz-linear-gradient(-45deg, rgba(239,230,100,1) 0%, rgba(252,239,121,1) 29%, rgba(252,247,201,1) 51%, rgba(252,239,121,1) 73%, rgba(239,230,100,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(239,230,100,1) 0%,rgba(252,239,121,1) 29%,rgba(252,247,201,1) 51%,rgba(252,239,121,1) 73%,rgba(239,230,100,1) 100%);
background: linear-gradient(135deg, rgba(239,230,100,1) 0%,rgba(252,239,121,1) 29%,rgba(252,247,201,1) 51%,rgba(252,239,121,1) 73%,rgba(239,230,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe664', endColorstr='#efe664',GradientType=1 ); */
}



.swiper-slide-thumb-active {
   border-bottom: 2px solid rgb(9, 8, 53);
   color: rgb(9, 8, 53) !important;
   font-weight: bold;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:0px !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  margin: auto;
  height: 80px;
  width: 80px;
}


:root {
    --swiper-navigation-size: 11rem !important;
}


/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../../images/mypage/top/arrow_left.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../../images/mypage/top/arrow_right.png);
}

.gacha_btn_t{
	width:100%;
	margin:0 auto;
	max-width:750px;
	padding:0;
}
/*
.gacha_btn_t th{
	width:100%;
}
.gacha_btn_t th img{
	width:100%;
}
*/
.point_box{
	border-radius:2rem;
	border:groove .2rem #E2D81B;
	background:rgba(10,10,10,0.8);
	padding:.2rem 2rem;
	color:#fcfcfc;
	line-height:1.5;
	float:right;
	font-size:1.6rem;
	max-width:200px;
}
.point_box_top{
	border-radius:2rem;
	border:groove .2rem #E2D81B;
	background:rgba(10,10,10,0.8);
	padding: 0.2rem 1rem;
	color: #fcfcfc;
	font-size: 1.6rem;
	width: 28%;
	height: auto;
	display: inline-block;
}

.point_box_top .coin_icon{
	width:30%;
	float:left;
}
.point_num{
	font-size:2rem;
}
.coin_icon{
	width:20%;
}


.btn-container {
    padding:0.3rem .5rem 0 0rem;
    display:inline-table;
}
/*-------------------------------------------
くじのトップ部分
/*-------------------------------------------*/
.flex_line{
	display:flex;
}
.flex_line>div:nth-of-type(1){
    width:40%;
}
.flex_line>div:nth-of-type(2){
    margin-left: auto;
}

.flex_line .btn-container {
    padding: 1.2rem 0.5rem 0 0rem;
}
/*-------------------------------------------
くじのトップ部分
/*-------------------------------------------*/


/*-------------------------------------------
久保メッセージ
/*-------------------------------------------*/
.flex_message{
	display:flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.flex_message a{
	flex-grow:1;
	width:100%;
	flex:1;
	word-wrap: break-word;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;*/
}
.flex_message a:hover{
	/*-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);*/
}
.flex_message div{
	background:#31B404;
	color:#fcfcfc;
	font-size:1.4rem;
	border-radius:2.8rem;
	border:#fcfcfc double 0.6rem;
	text-align:center;
	padding:1rem 0;
}
.flex_message div:hover{
	border:transparent double 0.6rem;
	background:#31805A;
}

.message_wrap{
	width:98%;
	margin:0 auto;
}

.message_wrap .title{
	background:#31B404;
	padding:1rem 1.5rem;
	margin:0.5rem 0 0 0;
	font-weight:bold;
	font-size:2rem;
	color:#EFF4E1;
}
.message_wrap .day{
	font-weight:normal;
	font-size:1.4rem;
	color:#EFF4E1;
	text-align:right;
}
.message_wrap .day .cate{
	background:#EFF4E1;
	color:#098E00;
	padding:.2rem .8rem;
	border-radius:2rem;
	font-size:1.2rem;
}
.message_wrap .day a:hover{
	opacity:0.6;
}
.message_wrap .conts{
	font-size:1.4rem;
	background:#fcfcfc;
}
.message_wrap .conts p{
	padding:1rem 2rem;
}
.message_wrap .past_1{
	text-align:center;
}
.message_wrap .past_1 a{
	color:#2a74d8;
	font-size:1.4rem;
}
.message_wrap .past_1 a:hover{
	opacity:0.6;
}

/***過去記事 最初の3記事*******/
.pastwrap{
	margin:0 auto;
	width:100%;
	display:flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.pastwrap a:hover{
	opacity:0.6;
}
.pastwrap .onimg {
	width:35%;
	max-width:180px;
	position: relative;  /* 帯の表示位置の基準とする */
	float:left;
	margin-bottom:1rem;
}

.pastwrap .onimg p {
	font-size:1.2rem;
	color: #fcfcfc;
	text-align: center;
	padding: 10px 0;
	position: absolute;  /* relativeの要素を基準にする */
	left: 0;             /* 基準からみて左寄せ */
	bottom: 0;           /* 基準からみて下寄せ */
	background: rgba(0,0,0,0.5);  /* 半透明の背景。 */
	width:100%;
}
.pastwrap .past_text{
	background:#fcfcfc;
	padding:1rem;
	font-size:1.2rem;
	min-height:110px;
	margin-bottom:1rem;
	display:flex;
}
/***過去記事 最初の3記事*******/

.category_button{
	position:relative;
	margin:1rem auto;
	background:#fcfcfc;
	width:80%;
	padding:1rem;
}

.category_button .redmark {
    right:0;
}
.category_button .redmark_inner {
    padding-left: 0.3rem;
    font-size:1rem;
}
/*-------------------------------------------
久保メッセージ
/*-------------------------------------------*/

/*-------------------------------------------
久保チャレンジ
/*-------------------------------------------*/
.flex_challenge{
	display:flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.flex_challenge a{
	flex-grow:1;
	width:100%;
	flex:1;
	word-wrap: break-word;
}
.flex_challenge div{
	background:#f46052;
	color:#fcfcfc;
	font-size:1.4rem;
	border-radius:2.8rem;
	border:#fcfcfc double 0.6rem;
	text-align:center;
	padding:1rem 0;
}
.flex_challenge div:hover{
	border:transparent double 0.6rem;
	background:#f46052;
}

.challenge_wrap{
	width:98%;
	margin:0 auto;
}

.challenge_wrap .title{
	background:#f46052;
	padding:1rem 1.5rem;
	margin:0.5rem 0 0 0;
	font-weight:bold;
	font-size:2rem;
	color:#ffe6e0;
}
.challenge_wrap .day{
	font-weight:normal;
	font-size:1.4rem;
	color:#ffe6e0;
	text-align:right;
}
.challenge_wrap .day .cate{
	background:#ffe6e0;
	color:#f46052;
	padding:.2rem .8rem;
	border-radius:2rem;
	font-size:1.2rem;
}
.challenge_wrap .day a:hover{
	opacity:0.6;
}
.challenge_wrap .conts{
	font-size:1.4rem;
	background:#fcfcfc;
}
.challenge_wrap .conts p{
	padding:1rem 2rem;
}
.challenge_wrap .past_1{
	text-align:center;
}
.challenge_wrap .past_1 a{
	color:#2a74d8;
	font-size:1.4rem;
}
.challenge_wrap .past_1 a:hover{
	opacity:0.6;
}

/*-------------------------------------------
久保チャレンジ
/*-------------------------------------------*/





/*************************** コレクションページ ***************************/
/* ===================================================
course  （ここもクリック前の横並びに並べる見映だけ）
=================================================== */

.course-wrapper {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.course-item {
	width: 20%;
	padding:0.5rem;
	position:relative;
}

.course-item img.unlock{
  border:solid .5rem #cccccc;
}

/* 画像の情報 */
.course-item .collection_info{
	width:100%;
}
.course-item .collection_info td{
	font-size:1rem;
	border-radius:1rem;
	text-align:center;
	padding:0;
	border:#808080 solid 0.1rem;
	color:#444444;
}
.course-item .collection_info div{
	color:#444444;
	font-size:1rem;
	border-radius:1rem;
	text-align:center;
	padding:0;
	border:#808080 solid 0.1rem;
	color:#444444;
}
/* 月 */
.course-item .collection_info a{
	cursor:pointer;
}
.course-item .collection_info a:hover{
	opacity:0.7;
}
.course-item .collection_info .jan{
	background:#E51422;
	color:#fcfcfc;
}
.course-item .collection_info .feb{
	background:#EA8C00;
	color:#fcfcfc;
}
.course-item .collection_info .mar{
	background:#B78000;
	color:#fcfcfc;
}
.course-item .collection_info .apr{
	background:#5BAF11;
	color:#fcfcfc;
}
.course-item .collection_info .may{
	background:#009944;
	color:#fcfcfc;
}
.course-item .collection_info .jun{
	background:#009E96;
	color:#fcfcfc;
}
.course-item .collection_info .jul{
	background:#00A0E9;
	color:#fcfcfc;
}
.course-item .collection_info .aug{
	background:#0068B7;
	color:#fcfcfc;
}
.course-item .collection_info .sep{
	background:#1D2088;
	color:#fcfcfc;
}
.course-item .collection_info .oct{
	background:#920783;
	color:#fcfcfc;
}
.course-item .collection_info .nov{
	background:#E4007F;
	color:#fcfcfc;
}
.course-item .collection_info .dec{
	background:#E5004F;
	color:#fcfcfc;
}



/* 絆ポイント */
.course-item .collection_info td.power{
	background:#fcfcfc;
	color:#444444;
	border-radius:0;
}

/*** ★１ ****
.course-item img.star1{
  border:solid .5rem #fcfcfc;
}
.course-item .star_1{
	position:absolute;
	bottom:1rem;
	right:2rem;
	color:#fcfcfc;
	cursor: pointer;
}
/*** ★２ ****
.course-item img.star2{
  border:solid .5rem #15BB2D;
}
.course-item .star_2{
	position:absolute;
	bottom:1rem;
	right:2rem;
	color:#15BB2D;
	cursor: pointer;
}
/*** ★３ ****
.course-item img.star3{
  border:solid .5rem #f46052;
}
.course-item .star_3{
	position:absolute;
	bottom:1rem;
	right:2rem;
	color:#f46052;
	cursor: pointer;
}
*/
.course-item img {
	cursor: pointer;
	padding:0;
}
.course-item img:hover {
	opacity:0.6;
}

/* =====================================================
コース画像拡大モーダル （ここから本PEN のコア）
===================================================== */
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
  height: 70%;
  object-fit: contain;
}
/*************************** コレクションページ ***************************/


/****** タブページ ********/
.ui-tabs-vertical {
	width:100%;
	max-width: 880px;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	margin: 0 -1px 32px 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	border:none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0rem !important;
}
.ui-tabs-vertical .ui-tabs-panel {
	padding: 1rem;
	float:right;
	width:70%;
}

.ui-widget {
	font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif !important;
}

#tabs ul {
	float:left;
	width:30%;
	border:none;
}
#tabs ul li {
	cursor: pointer;/* タブ領域をマウスポインターを手にする */
	position:relative;
}

/** 未読赤丸のマーク **/
.redmark {
  position:absolute;
  right: 0;
  top:0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #FF3232;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  border:0.3rem solid #fcfcfc;
}

.redmark_inner {
  color: #fcfcfc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left:0.1rem;
  font-size:1.4rem;
}

/** 未読赤丸のマーク **/

.ui-widget-header {
    border: none !important;
    background: transparent !important;
    color: #333333;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: transparent !important;
}
.ui-widget-content {
    border: none !important;
    background: transparent !important;
}

.ui-tabs .ui-tabs-panel{
	padding:0 !important;
}

.ui-widget-header {
    font-weight: normal !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: pointer !important;
}
/****** タブページ ********/


/************** 流れるコメント *****************/
.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:0 auto;
	overflow: hidden;
	width:100%;
	max-width:880px;
}
.top_news_bg{
	margin:0 auto;
	overflow: hidden;
	width:100%;
	max-width:880px;
	border: groove 0.2rem #E2D81B;
    background: rgba(10,10,10,0.8);
}

#main_slide_bg{
	height:120px;
	overflow: hidden;
	overflow-y: scroll;
	background:#fcfcfc;
	padding:0;
}
#main_slide2{
	display:block !important;
}
.main #main_slide p{
	text-align:left;
	display:block;
	width:100%;
	max-width:800px;
	border-bottom:1px dotted #999999;
	font-size:12px;
	letter-spacing:0.05em;
	padding:.5rem;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
	line-height:1.8;
	white-space: pre-line;
}
.top_news_bg p{
	display:block;
	/*width:100%;*/
	max-width:800px;
	border-bottom:1px dotted #999999;
	font-size:12px;
	padding:.5rem;
	margin:0 auto;
	backface-visibility: hidden;/* animation時のにじみ防止 */
	line-height:1.8;
	white-space: pre-line;
	color:#fcfcfc;
}
.ng_comment_no{
	background:#f46052;
	border-radius:0.5rem;
	color:#fcfcfc;
	padding:.3rem;
	font-size:8px;
	margin:.3rem;
}
/************** 流れるコメント *****************/

/*************　ポイント購入＋ボタン　*************/
.btn-container button {
  font-size: 18px;
  font-weight: bold;
  /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
  cursor: pointer;
  border-radius:50%;
  background-color:#31B404;
  border: double 0.3rem #E2D81B;
  color:#fcfcfc;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
button:hover {
	opacity: 0.7;
}

.hidden {
  display: none;
}

#mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
#mask1 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal1 {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

#mask2 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal2 {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
#mask3 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal3 {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
#mask4 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal4 {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
#mask5 {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal5 {
  background:#fcfcfc;
  width: 40%;
  padding: 1rem;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

/*************　ポイント購入＋ボタン　*************/



/*************　久保ショップ　*************/
.item-list {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.item-list .item {
  width: 32%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
}
.item-list .item .body {
  padding:1rem;
  display: flex;
  flex-direction: column;
}
.item-list .item .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.item-list .item .image img {
  width: 100%;
}
.item-list .item .description {
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
.item-list .item .footer {
  margin: auto 0 0;
  padding:0 .5rem 1rem .5rem;
}
.item-list .item a {
  display: inline-block;
  text-align: center;
  width:100%;
}

/*************　久保ショップ　*************/



/**************** CSSだけの説明モーダル *************/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding:1rem;
  text-align: center;
}

.modal-button {
    color: #111111;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
	font-weight: bold;
    cursor: pointer;
}
.modal-button2 {
    color: #111111;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
	font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    background-color: #31B404;
    border: double 0.3rem #E2D81B;
    color: #fcfcfc;
    width:4rem;
    height:4rem;
    display:inline-block;
}

/*ボタンを押したとき*/
.modal-button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/
}
.modal-button2:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/
}

/*アイコンを表示
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}*/

/*ラベルホバー時*/
.modal-button:hover {
  opacity:0.6;
}
.modal-button2:hover {
  opacity:0.6;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 600px;
	padding: 10px 30px 25px;
	border-radius: 2px;
	background: #FDEEC7;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal_title {
  font-size: 2rem;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}
*/
.modal_title{
    background-color: #0c8c4e; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 10px; /* 線幅 */
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
/**************** CSSだけの説明モーダル *************/

/*** swiper ***/
.swiper {
    z-index: 0 !important;
}
.swiper-wrapper {
    z-index: 0 !important;
}
/*** swiper ***/

/**************** 絆ランキング *************/
.rank_wrap{
	margin:0 auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7e4b4+0,fefcea+16,fefcea+84,f7e4b4+100 */
background: rgb(247,228,180); /* Old browsers */
background: -moz-linear-gradient(left, rgba(247,228,180,1) 0%, rgba(254,252,234,1) 16%, rgba(254,252,234,1) 84%, rgba(247,228,180,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(247,228,180,1) 0%,rgba(254,252,234,1) 16%,rgba(254,252,234,1) 84%,rgba(247,228,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(247,228,180,1) 0%,rgba(254,252,234,1) 16%,rgba(254,252,234,1) 84%,rgba(247,228,180,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e4b4', endColorstr='#f7e4b4',GradientType=1 ); /* IE6-9 */
	border-radius:3rem 3rem 0 0;
	padding:1rem;
}
.rank_title{
	color:#2D0D00;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
}
.rank_t{
	margin: 0 auto;
	text-align:left;
	width:100%;
	background:rgba(10,10,10,0.7);
	padding:0.6rem;
}
.rank_t td{
	border:0.2rem solid rgba(10,10,10,0.7);
	font-size:1.3rem;
}
.rank_t th{
	border:0.2rem solid rgba(10,10,10,0.7);
	width:12%;
	text-align:right;
	padding:0 1rem 0 2rem;
}

.rank_num1{
	border:0.6rem solid rgba(10,10,10,0.7);
	margin: 0 auto;
	background:rgba(255,255,255,0.95);
	font-size:2rem;
	color:#CEA100;
	font-weight:bold;
	border-radius:3rem 0 0 3rem;
}
.rank_num2{
	border:0.6rem solid rgba(10,10,10,0.7);
	margin: 0 auto;
	background:rgba(255,255,255,0.95);
	font-size:2rem;
	color:#F74E00;
	font-weight:bold;
	border-radius:3rem 0 0 3rem;
}
.rank_num3{
	border:0.5rem solid rgba(10,10,10,0.7);
	margin: 0 auto;
	background:rgba(255,255,255,0.95);
	font-size:2rem;
	color:#00A354;
	font-weight:bold;
	border-radius:3rem 0 0 3rem;
}

.rank_num{
	margin: 0 auto;
	background:rgba(255,255,255,0.95);
	color:#222222;
	font-weight:bold;
	border-radius:3rem 0 0 3rem;
	padding-left:2rem;
	font-size:1.5rem;
}



.rank_name{
	background:rgba(255,255,255,0.95);
	padding-left:1rem;
	width:60%;
}
.rank_icon{
	background:rgba(255,255,255,0.95);
	padding:0.5rem;
	width:9%;
}
.rank_icon img{
	max-width:30px;
}
.rank_t td.rank_power{
	background:rgba(255,255,255,0.95);
	padding:0.5rem;
	font-size:1.5rem;
	text-align:right;
}

/**************** 絆ランキング *************/

/******　マイページ設定　*************/
.setting_t th{
	width:30%;
	text-align:left;
	padding:1rem 0;
}
.setting_t td{
	padding:0 0 0 .5rem;
}

.setting_title{
	background:#f46052;
	border-radius:2rem;
	color:#fcfcfc;
	padding:.6rem 1.5rem;
}

/******　マイページ設定　*************/


/**************** 久保アンケート *************/
.anq_q{
	padding:.5rem 1rem 0 1rem;
	border:#ccc solid 0.1rem;
	background:#fcfcfc;
	font-weight:bold;
	color:#666666;
	margin:1.5rem 0;
	font-size:1.5rem;
	display:inline-block;
}
.anq_num{
	background:#f46052;
	color:#fcfcfc;
	padding:.25rem 1rem;
}
.anq_num_g{
	background:#0c8c4e;
	color:#fcfcfc;
	padding:.25rem 1rem;
}

.per_t{
	margin:0 auto;
	width:100%;
	display:block;
}
.per_t th{
	line-height:.5;
	text-align:center;
	font-size:1.2rem;
	padding:0;
	margin:0;
}
.per_t .bg-r{
	background:#f46052;
	padding:.5rem .7rem;
	line-height:1.6;
	color:#fcfcfc;
}
.per_t .bg-g{
	background:#0c8c4e;
	padding:.5rem .7rem;
	line-height:1.6;
	color:#fcfcfc;
}

/**************** 久保アンケート *************/

/**************** 久保オンライン飲み会 *************/
.responsive {
position: relative;
padding-top: 56.25%;
border:groove 0.5rem #ccc;
}
.responsive iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
/**************** 久保オンライン飲み会 *************/


/* チュートリアル ***************/
/* 久保がしゃべるよ */
.messageView{
	position:fixed;
	z-index:9999999;
	width:98%;
	bottom: 0%;
}

.mv-contents{
	position:relative;
}
.mv-image.character img{
    max-width:150px;
    position:absolute;
    bottom:0;
    z-index:0;
}

.mv-comment {
    background: rgba(245,245,245,.9);
    cursor:pointer;
    padding:3rem;
	position:relative;
	z-index:999;
	max-width:740px;
}

.mv-name {
    background: #f46052;
    color: #fcfcfc;
    text-align: center;
    max-width:50%;
    border-radius:0 2rem 0 0;
	max-width:700px;
}
.main .mv-name p{
    padding:1rem;
}

.pointer {
    cursor:pointer;
    position:absolute;
    bottom:0;
    right:3rem;
}
.pointer img{
	width:10%;
}


/* 久保がしゃべるよ */

/* チュートリアル全画面に半透明のグレー背景 */

#fullOverlay{
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(10, 10, 10, .6);
  z-index: 999999;
}
/* チュートリアル ***************/

