@charset "UTF-8";
/* CSS Document */

body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
    margin: 0 auto;
    background-color: #FEEBBE;
    font-weight: bold;
}
/*---------------表情カード、その他-------------------*/
body#other div#wrap,body#hyoujyou div#wrap{
	margin: 0 auto;
	width: 1260px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body#other h2,body#hyoujyou h2 {
    font-size: 3.5em;
    text-align: center;
    font-weight: bold;
    background: #e9e846;
    width: 1260px;
    margin: 30px auto 50px;
}



body#other section.box,body#hyoujyou section.box{
	width: 600px;
	height: 600px;
	background: #2ea7e0;
	margin-bottom: 80px;
}

body#other h3,body#hyoujyou h3{
	background: #fff;
	font-size: 1.6em;
	text-align: center;
	padding: 10px;
	margin: 30px 120px;
	position: relative;
	letter-spacing: 3px;
    font-weight: bold;
}

body#other h3:after,body#hyoujyou h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}

body#other p.video,body#hyoujyou p.video{
	text-align: center;
}

body#other p.text,body#hyoujyou p.text{
	padding: 30px;
	margin: 0 auto;
    line-height: 2;
}

body#other div.text_box,body#hyoujyou div.text_box{
    background: #fff;
    width: 450px;
    height: 170px;
    margin: 20px auto;
}


/*---------------------top------------------------*/

body#top div#wrap{
    width: 1260px;
    margin: 0 auto;
}

body#top h2{
    font-size: 3.5em;
    text-align: center;
    margin: 30px 0 80px 0;
    font-weight: bold;
    background: #e9e846
}

body#top ul {
    display: flex;
    justify-content: space-between;
}

body#top ul li.list {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#top ul li.list:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

body#top ul li.list{
    margin-bottom: 100px;
}


    
