@charset "UTF-8";
/* CSS Document */
body{
	line-height: 2;
	font-size: 16px;
	color: #000;
	text-align: center;
}
#toyopet2022 a {
transition: 0.3s ease-in-out;
	cursor: pointer;
}
#toyopet2022 a:hover{
  opacity:0.6;
}
.fc-yellow{
	color: #fad400;
}
.fc-white{
	color: #ffffff;
}
.fc-blue{
	color: #00479d;
}
.fc-black{
	color: #000000;
}
.fc-red{
	color: #d90000;
}
.fc-green{
	color: #0a7502;
}

.bgc-blue{
	/* background: #00479d; */
	background: #242a48;
}
.bgc-purple{
	background: #6d5d8b
}
.bgc-yellow{
	background: #fad400;
}
.bgc-cyan03{
	background: #aadbdf;
}
.bgc-red{
	background: #e60012;
}
.bgc-cyan{
	background: #cbeeff;
}
.bgc-cyan02{
	background: #94d6f6;
}
.bgc-lemon{
	background: #fff45c;
}
.bgc-white{
	background: #ffffff;
}
.bgc-laven {
	background-color: #dacce5;
}
.bg-stripe{
	background-size: auto auto;
	background-color: #aadbdf;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(170,219,223, 1) 15px, rgba(106,198,208, 1) 30px );
	/*background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(243, 233, 250, 1) 15px, rgba(250, 233, 250, 1) 30px );
*/
}

.bg-laven_grade {
		background: url("../img/bg-kirakira.png"),linear-gradient(#aadbdf,#6ac6d0);
}
.bg-pagegiza{
	background: url("../img/bg-giza-top.png") repeat-x top,url("../img/bg-giza-bottom.png") repeat-x bottom;
	padding: 30px 0;
}
.bg-pagegiza2{
	background: url("../img/bg-giza-top2.png") repeat-x top,url("../img/bg-giza-bottom.png") repeat-x bottom;
	padding: 30px 0;
}

.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs24 {
	font-size: 24px;
}
.fs30 {
	font-size: 30px;
}
.fs36 {
	font-size: 36px;
}
.fs40 {
	font-size: 40px;
}

.bold{
	font-weight: bold;
}
.white{
	color: #fff;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.active {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
.flex{
  display:flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}
.flex-center{
	justify-content: center;
}
.inner-1000{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.inner-1200{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.pc-ipad{
	display: block;
}
.sp{
	display: none;
}
.pc-only{
	display: block;
}
.sp-ipad{
	display: none;
}


/**************** 各コンテンツ *****************/
/**************** @top ********************************/
#contents {
	margin-top: 70px;
}
#main {
//    background: url(../img/main.jpg) no-repeat center top;
    background: url(../img/main-page.jpg) no-repeat center top;
    height: 500px;
    background-size:cover;
}
#main p{
	display: none;
}
.header_area{
    top: 0;
	background: #242a48;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
    position: fixed;
	z-index: 10;
}
.header_area .flex{
	 align-items: center;
	line-height: 1;
}
.header_area .flex li {
    margin: 0;
    padding: 7px 20px;
    border-right: 1px solid #fff;
/*    border-right: 1px solid #fad401;*/
}
.header_area .flex li:first-child {
    margin: 0;
    padding: 7px 20px 7px 0px;
    border-right: 1px solid #fff;
}
.header_area .flex li:last-child {
    margin: 0;
    padding: 7px 0px 7px 20px;
    border-right: 0px solid #fff;
}
.header_area .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.obi01{
	padding: 15px 0;
	line-height: 1.5;
}
.obi02{
	padding: 20px 0;
	line-height: 1.5;
}
/* sec01 *****************/
.sec01{
	padding: 40px 0 50px;
}
.colona{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 6px solid #d90000;
}
.colona p{
	width: 96%;
	margin: 15px auto;
	font-weight: bold;
}
.news{
	border: 4px solid #00479d;
	border-radius: 10px;
	text-align: center;
	max-width: 700px;
	width: 98%;
	margin: 40px auto 40px;
	padding: 30px 0 35px;
}
.news .news-contents{
	background: #fff;
	width: 90%;
	max-width: 500px;
	margin: 20px auto 0;
	padding: 30px 0;
	max-height: 300px;
	overflow: scroll;
}
.news dl{
	width: 94%;
	border-bottom: 1px solid #00479d;
	text-align: left;
	color: #000;
	margin: 0 auto 30px;
}

.news dt{
	font-weight: normal;
}
.news dd{
	margin-left: 30px;
}
/* sec02 *****************/
.sec02{
	margin: -36px auto;
	/* background: url("../img/bg-giza-top.png") repeat-x top,url("../img/bg-giza-bottom.png") repeat-x bottom; */
	padding: 30px 0;
}
.sec02-contents{
	padding: 60px 0 80px;
	/* background: #cbeeff url("../img/bg-kirakira.png") no-repeat top center; */
	background: url("../img/bg-kirakira.png"),linear-gradient(#1c80b0,#7cc3d2,#aed8d8);
}
.sec02-contents .flex .box{
	width: 50%;
	margin-top: 40px;
/*	margin-bottom: 80px;*/
	font-size: 22px;
}
.sec02-contents .flex a img{
	margin-top: 30px;
}
.sec02-contents .youtube{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec02-contents .youtube iframe{
	height: 550px;
}
/* sec03 *****************/
.sec03{
	padding: 100px 0 40px;
}
.sec03 .flex .box{
	width: 49%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.sec03 .flex .btn02{
	margin-top: 20px;
}
.sec03 .flex{
	justify-content: space-between;
	flex-direction: row-reverse;
}
.sec03 .snslink {
    margin: 0 auto;
    padding: 10px 0 15px;
    width: 290px;
    background: #fff;
    border-radius: 10px;
}
.sec03 .snslink ul {
	margin-top: 5px;
    text-align: center;
}
.sec03 .snslink ul li {
    padding: 0 10px;
    display: inline-block;
}

.sec03 .youtube iframe{
	height: 300px;
}
/* sec04 *****************/
.sec04 {
	padding: 60px 0;
}
.share-sns{
	border: 4px solid #00479d;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 700px;
	width: 98%;
	margin: 0 auto;
	padding: 30px 0 35px;
}
/* footer *****************/
footer{
	padding: 40px 0;
}
footer p{
	margin-bottom: 15px;
}
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 110;
}

.modalWrapper02{
	display: none;
}
.lock_navi {
	display: none;
}
/**************** @event ********************************/
#main-page {
    background: url(../img/main-page.jpg) no-repeat center top;
    height: 500px;
    background-size:cover;
}
#main-page p{
	display: none;
}

/* page-nav *****************/
.bg-pagenav{
	background: url("../img/bg-giza-bottom.png") repeat-x bottom;
	padding-bottom: 30px;
}
.page-nav{
	background: #aadbdf;
}
.page-nav .flex{
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1000px;
	width: 96%;
}
/* about *****************/
.bg-about{
	margin: -36px auto;
	background: url("../img/bg-giza-top.png") repeat-x top,url("../img/bg-giza-bottom.png") repeat-x bottom;
	padding: 30px 0;
}
.about{
	padding: 60px 0 80px;
}
.about .about-character{
	width: 96%;
	max-width: 1000px;
	margin: -30px auto 0;
}
.about .about-character p:first-child{
	width: 45%;
}
.about .about-character p:nth-child(2){
	margin-top: 70px;
	width: 55%;
}
.about .about-point{
	width: 96%;
	max-width: 1100px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 10px 5px;
	background: rgba(255,255,255, .7);
	line-height: 3;
}
.about .waku {
	width: 96%;
	max-width: 1000px;
	margin: 60px auto 40px;
	background: #0081cc;
	padding: 30px 0;
	text-align: center;
	border-radius: 15px;
}
/* gaiyo *****************/
.bg-gaiyo {
    margin: -36px auto 0px;
    background: url(../img/bg_ichimatu.png),#aadbdf;
    padding: 30px 0 0px;
}
.gaiyo{
	background-color: #aadbdf;
    padding: 30px 0 60px;
}
.gaiyo table{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 40px;
	border: 4px solid #00479d;
}
.gaiyo table th{
	text-align: left;
	padding: 1em 0 1em 1em;
	color: #fff;
	width: 20%;
	background: #00479d;
	border-bottom: 4px solid #fff;
}
.gaiyo table td{
	text-align: left;
	color: #000;
	padding: 1em 0 1em 1em;
	background: #fff;
	border-bottom: 4px solid #00479d;
}
.gaiyo table th.last{
	border-bottom: 4px solid #00479d!important;
}
.gaiyo .waku {
	width: 96%;
	max-width: 800px;
	margin: 20px auto 0px;
	background: #fff;
	padding: 20px 0;
	text-align: center;
	border: 4px solid #00479d;
	border-radius: 15px;
}
.gaiyo .waku p.hokokujikoku {
	border-bottom: 4px solid #00479d;
	width: 90%;
	margin: 0 auto 20px;
}
.gaiyo .waku .flex {
	justify-content: flex-start;
	margin-left: 60px;
}
.gaiyo .waku .flex p {
	min-width: 22%;
}
.howto{
	padding: 30px 0 60px;
		background: url("../img/bg_ichimatu.png"),linear-gradient(#6d5d8b,#1c80b0,#6ac6d0,#aadbdf);
}
/**************** @story ********************************/
.story {
	background: url("../img/story_bg.png") no-repeat center bottom / cover;

/*			background:linear-gradient(#dedff1,#dacce5);*/
}
.story .inner-1000{
	padding: 80px 0 0;
}
.story .story-text{
	background: url("../img/character-page02.png") no-repeat 120% 20% / 60% auto;
}
.txt_bobder{
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}
/**************** @map ********************************/
.map{
	padding: 80px 0 40px;
	background: url("../img/bg_ichimatu.png"),linear-gradient(#6d5d8b,#1c80b0,#6ac6d0,#aadbdf);

}
.map .waku{
	border: 4px solid #00479d;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 1000px;
	width: 98%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.map .area01{
	color: #00479d;
	font-size: 18px;
	font-weight: bold;
	border: 4px solid #00479d;
	text-align: center;
	max-width: 830px;
	width: 95%;
	margin: 30px auto 20px;
	padding: 10px 0;
}
.map .area02{
	color: #0a7502;
	font-size: 18px;
	font-weight: bold;
	border: 4px solid #0a7502;
	text-align: center;
	max-width: 830px;
	width: 95%;
	margin: 30px auto 20px;
	padding: 10px 0;
}
.map .area03{
	color: #eb6000;
	font-size: 18px;
	font-weight: bold;
	border: 4px solid #eb6000;
	text-align: center;
	max-width: 830px;
	width: 95%;
	margin: 30px auto 20px;
	padding: 10px 0;
}
.map .waku ul.flex{
	justify-content: flex-start;
	max-width: 830px;
	width: 95%;
	margin: 0 auto;
}
.map .waku ul.flex li{
	margin-right: 10px;
	margin-bottom: 15px;
}
.map .waku ul.map01 li:nth-child(4){
	margin-right: 0px;
	margin-bottom: 15px;
}
.map .pdf{
	max-width: 840px;
	width: 98%;
	margin: 40px auto 0;
}
.map .pdf p:first-child{
	width: 27%;
}
.map .pdf p:nth-child(2){
	width: 73%;
}
.map .pdf a{
	text-decoration: underline;
	color: #2b1eb8;
}
.map .dl-text{
	margin-bottom: 40px;
}
.map .waku ul.map02{
	margin-top: 50px;
	margin-bottom: 20px;
}
/**************** @prize ********************************/
.prize {
	padding: 80px 0 60px;
}
.prize .bg-kirakira{
	background: url("../img/bg-kirakira.png") no-repeat center top;
}
.prize .takara-text{
	max-width: 830px;
	width: 96%;
	margin: 0 auto;
}
.prize .shohin-text{
	max-width: 740px;
	width: 96%;
	margin: 0 auto;
}
.prize .waku{
	border: 4px solid #00479d;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 740px;
	width: 98%;
	margin: 30px auto 0;
	padding: 20px 0;
}
.prize .waku ul{
	font-size: 18px;
	text-align: left;
	max-width: 600px;
	width: 98%;
	margin: 0 auto;
}
.prize .waku ul li{
	background: url("../img/list-img.png") no-repeat left center;
	padding-left: 40px;
}
/**************** @FAQ ********************************/
.faq {
	padding: 40px 0 60px;
}
.faq .waku{
	border: 4px solid #00479d;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 800px;
	width: 98%;
	margin: 30px auto 0;
	padding: 20px 0;
}
.faq .waku ul{
	font-size: 16px;
	text-align: left;
	max-width: 730px;
	width: 94%;
	margin: 10px auto 0;
}
.faq .waku ul li{
	background: url("../img/list-img.png") no-repeat left top 5px;
	padding-left: 30px;
	margin-bottom: 1em;
}
.faq .waku ul .cyui{
	background: none;
	padding-left: 0;
	margin-bottom: 0.5em;
}
.faq .waku .flex{
	font-size: 16px;
	text-align: left;
	flex-wrap: nowrap;
	max-width: 730px;
	width: 98%;
	margin: 10px auto 0;
}
.faq .waku .flex h5{
	font-size: 1.1em;
	width: 5em;
	padding-top: 6px;
}

.faq .waku dl{
	font-size: 16px;
	text-align: left;
	max-width: 700px;
	width: 100%;
	margin: 10px auto 0;
}
.faq .waku dt {
    font-size: 16px;
    text-align: left;
    background: #dedff1 url(../img/question.png) no-repeat left top 0px;
    padding-left: 88px;
    padding-top: 20px;
    margin-bottom: 1em;
    min-height: 70px;
    color: #033e85;
}
.faq .waku dd {
    font-size: 16px;
    text-align: left;
    background: url(../img/answer.png) no-repeat left 20px top 8px;
    padding-left: 74px;
    margin-bottom: 1em;
}
