@charset "utf-8";

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, address, img, sub, sup, u, center,
dl, dt, dd, ol, ul, li,
table,tr, th, td {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: 0px;
	display: block;
}
table{
  border-collapse:collapse;
  border-spacing:0;
	border:none;
}
td{
	vertical-align:top;
}
html{
  background-color: #F7F6F0;
}
body{
  -webkit-text-size-adjust: 100%;
	color: #351703;
  font-size: 16px;
  line-height: 1.6;
}
#kotei {
	z-index: 2;
/*    height: 10em;*/
    height: 100px;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
 }
a.anchor1{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#zentai{
  width: 1366px;
  margin: 0px auto;
}
#main{
  margin: 10px 0px 0px 0px;
}
header{
  width: 1366px;
  margin: 0px auto;
	padding: 0px 0px;
	display: flex;
}
#title1{
    padding-top: 12px;
    padding-left: 50px;
    width: 392px;
    height: 84px;
}
#menu{
  margin-left: 280px;
	padding: 0px;
  color: #383665;
	font-size: 20px;
	line-height: 1;
}
#menu ul{
	display: flex;
	margin: 40px 0px;
}
#menu li {
  list-style-type: none;
  padding: 0;
	margin: 0 13px;
  line-height: 1;
}
/*#menu li a {
	text-decoration: none;
  color: #383665;
  padding: 5px 10px;
}*/
#menu .menu_kyozai a{
	background-color: #00651B;
	color: #FFFFFF;
	font-size: 24px;
	border-radius: 8px;
/*	box-shadow: 0px 2px 4px #00000029;*/
	padding: 4px 12px;
}
#menu a:link{
  color: #000000;
  text-decoration: none;
}
#menu a:visited{
  color: #000000;
  text-decoration: none;
}
#menu a:hover{
  color: #000000;
  text-decoration: none;
}
#menu .menu_kyozai a:link{
  color: #FFFFFF;
  text-decoration: none;
}
#menu .menu_kyozai a:visited{
  color: #FFFFFF;
  text-decoration: none;
}
#menu .menu_kyozai a:hover{
  color: #000000;
  background-color: #f0ff43;
  text-decoration: none;
}

footer{
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
#foottxt{
  width: 1100px;
  margin: 0px auto;
	padding: 50px 0px;
	background-color: #FFFFFF;
}
.ftbox{
  vertical-align: top;
  margin-left: 40px;
}
.ftbox div{
  width: 48%;
  display: inline-block;
  vertical-align: top;
	line-height: 1.5;
}

/*** slider ***/
.sliderArea{
/*	background-color: #FFFFFF; */
	padding-bottom: 10px;
}
.sliderWide{
/*	background-color: #FFFFFF; */
}
.slider {
	width: 1366px;
	margin: 0 auto;
/*	background-color: #FFFFFF; */
}
.slider img {
/*  margin: 0px 10px 7px 10px; */
}
.slick-dotted.slick-slider{
    margin-bottom: 16px;
}
.slick-dots{
	background-color: #FFFFFF;
}
/*スライドのドットの色とか*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #C7A3FF;
    font-size: 13px;
    line-height: 1;
    opacity: 1;
}
.slick-dots li button:before{
    color: #D7D7D7;
}

/* 画面幅狭い時 */
@media screen and (max-width:1366px){
	#kotei, .sliderArea, .sliderWide{
  	width: 1366px;
		margin: 0 auto;
	}
}

/*** h2-h4 ***/
h2{
  font-size: 38px;
  line-height: 1;
  margin-bottom: 30px;
	padding: 45px 0px 0px 100px;
	height: 115px;
  background-image: url("img/title01.png");
	background-repeat: no-repeat;
	background-position: top left;
    background-size: contain;
}
h3{
  font-size: 36px;
  margin-bottom: 20px;
    color: #FF3828;
    line-height: 1;
    font-weight: bold;
}
.h3_s1:before {
  content: '';
  display: inline-block;
  width: 79px;
  height: 79px;
  background-image: url("img/title02.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	padding-right: 10px;
}

h4{
  font-size: 24px;
  margin-bottom: 20px;
}
/*** Margin ***/
.mb0 { margin-bottom:0px;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb50 { margin-bottom:50px;}
.mb100 { margin-bottom:100px;}
.mb120 { margin-bottom:120px;}

.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}
.ml70 { margin-left: 70px;}
/*** padding ***/
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}

/*** color ***/
.col_moji{ color: #383664;}
.col_siro{ color: #FFFFFF;}
.col_red{ color: #FF321E;}
.col_blue{ color: #0005FA;}

/*** font ***/
.font12{ font-size: 12px;}
.font14{ font-size: 14px;}
.font16{ font-size: 16px;}
.font16b{ font-size: 16px; font-weight: bold;}
.font18{ font-size: 18px;}
.font18b{ font-size: 18px; font-weight: bold;}
.font20{ font-size: 20px;}
.font20b{ font-size: 20px; font-weight: bold;}
.font22{ font-size: 22px;}
.font22b{ font-size: 22px; font-weight: bold;}
.font24{ font-size: 24px;}
.font24b{ font-size: 24px; font-weight: bold;}
.font26{ font-size: 26px;}
.font26b{ font-size: 26px; font-weight: bold;}
.font28{ font-size: 28px;}
.font28b{ font-size: 28px; font-weight: bold;}
.font30{ font-size: 30px;}
.font30b{ font-size: 30px; font-weight: bold;}
.font32{ font-size: 32px;}
.font32b{ font-size: 32px; font-weight: bold;}
.font38{ font-size: 38px;}
.font38b{ font-size: 38px; font-weight: bold;}

/*** link ***/
.link_s1:link{
  color: #383665;
  text-decoration: none;
}
.link_s1:visited{
  color: #383665;
  text-decoration: none;
}
.link_s1:hover{
  color: #e95e4f;
  text-decoration: none;
}
.link_no:link{
  text-decoration: none;
}
.link_no:visited{
  text-decoration: none;
}
.link_no:hover{
  text-decoration: none;
}

.secbox1{
	padding: 0 123px;
}
.txtbox1{
	margin-left: 70px;
	margin-right: 70px;
}
/*** kyozai point ***/
.kyozaipoint{
	display: flex;
	margin-bottom: 50px;
}
.kyozaipoint div{
	width: 489px;
	padding-right: 47px;
	font-size: 22px;
    line-height: 1.4;
}
/*** rule ***/
.rulewaku{
	border: dotted 6px #64905D;
	padding-top: 24px;
}
.rulewaku div{
	display: flex;
	margin: 0 25px 25px 34px;
}
.rulewaku p{
	margin: auto 0 auto 50px;
	font-size: 30px;
	font-weight: bold;
}
.rulewaku .benshou{
	background-color: #0009F5;
	display: block;
	padding: 30px 30px 20px 45px;
	margin: 0px;
}
.rulewaku .benshou p{
	margin: 0px;
}
.rulewaku .benshou .p1{
	font-size: 32px;
	font-weight: bold;
	color: #FF0E69;
	margin-bottom: 15px;
}
.rulewaku .benshou .p2{
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 90px;
	padding-right: 30px;
}
/*** message ***/
.k_message{
	position: relative;
}
.k_message img{
	position: absolute;
  bottom: 0;
  right: 15px;
}
.fukidasi-left {
  position: relative;
  display: inline-block;
  padding: 30px 40px 10px 40px;
	margin-left: 0px;
	width: 565px;
  font-size: 24px;
  background: #F0FF43;
	border-radius: 6px;
    color: #351703;
    line-height: 1.4;
}
.fukidasi-left:before {
  content: "";
  position: absolute;
  top: 68%;
  left: 642px;
  margin-top: -15px;
/*  border: 25px solid transparent;*/
  border: 30px solid transparent;
  border-left: 45px solid #F0FF43;
}

/*** section 2 ***/
.anipoint{
  width: 1080px;
  vertical-align: top;
}
.anipoint div{
  width: 320px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
	padding: 0 10px;
}
.anipoint img{
  margin-bottom: 15px;
}
.anipoint .naka{
  margin-left: 20px;
  margin-right: 20px;
}
/*** section 3 ***/
.youi{
	display: flex;
}
.youi ul{
	margin-right: 50px;
}
.youi ul li{
	margin-bottom: 45px;
	font-size: 20px;
	line-height: 1.4;
}
.tbl_jnb .td1{
	padding: 20px 0px;
	width: 250px;
	font-size: 16px;
	line-height: 1.5;
}
.tbl_jnb .td2{
	vertical-align: middle;
	padding: 0 5px;
}
.btn_dwlpg1 {
  width: 360px;
  margin: 0 40px 0 auto;
  display: block;
}
/*.btn_dwlpg1 {
	width: 360px;
  margin: 0 40px 0 auto;
	color: #FFFFFF;
	background-color: #4b75ff;
	text-align: center;
	text-decoration: none;
	display: block;
	transition: all 200ms ease-in;
	transform: skew(-45deg);
}
.btn_dwlpg1:hover {
	color: #ffffff;
	background-color: #1013CB;
}
.btn_dwlpg1 .sp1 {
	font-weight: bold;
	font-size: 21px;
	display: inline-block;
	transform: skew(45deg);
	padding: 2px 0 2px 0px;
}
.btn_dwlpg1 .sp2 {
    color: #4b75ff;
    font-weight: bold;
}*/

/*** section 4 ***/
.anipoint{
  width: 1080px;
  vertical-align: top;
}
.anipoint div{
  width: 320px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
	padding: 0 10px;
}
.anipoint img{
  margin-bottom: 15px;
}
.anipoint .naka{
  margin-left: 20px;
  margin-right: 20px;
}
.ruleani{
  width: 980px;
  vertical-align: top;
}
.ruleani div{
  width: 465px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
	font-weight: bold;
	margin-bottom: 45px;
	line-height: 1.2;
}
.ruleani iframe{
  margin-bottom: 10px;
}
.ruleani .anispc{
	margin-right: 40px;
}

/*** section 5 ***/
.q_div{
	display: flex;
}
.q_div p{
	color: #FF3828;
	font-size: 36px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 30px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.q_txt:before {
  content: '';
  display: inline-block;
  width: 85px;
  height: 93px;
	padding-right: 20px;
}
.a_div{
	position: relative;
}
.a_div img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.a_div .a_txt{
	position: relative;
	top: 20px;
	left: 210px;
	width: 770px;
	font-size: 26px;
}
.list_a li{
    margin-bottom: 1em;
}
.btn_kzani {
	width: 358px;
  margin: 0 0 0 auto;
	color: #FFFFFF;
	background-color: #0005FA;
	text-align: center;
	text-decoration: none;
	display: block;
	transition: all 200ms ease-in;
	transform: skew(-45deg);
	box-shadow: 0px 3px 3px #00000029;
}
.btn_kzani:hover {
	color: #ffffff;
	background-color: #0003B7;
}
.btn_kzani span {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	transform: skew(45deg);
}

.kyozai_sita{
	background-color: #64905D;
	padding: 64px 0;
}
.kyozai_sita a{
    display: block;
    width: 546px;
    margin: 0 auto;
}
