@charset "UTF-8";

body{
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
a:hover{
    opacity: 0.7;
}
header{
    width: 100%;
    height: 261px;
    background-color: #fff;
background-image: url(img/main-bg-sky.png);
    background-repeat: repeat-x;
    margin: 0 auto;
    margin-bottom: 40px;
	padding-top: 76px;
}

header h1{
    position: relative;
}

h2{
    margin-bottom: 10px;
}
h3{
    margin-bottom: 3px;
}
#header_box{
    width: 1360px;
    margin: 0 auto;
}

#kumalogo{
position: absolute;
top: 0px;
left: 0%;
}

#kumagif{
position: absolute;
top: 18px;
left: 52%;
}

#mainimg,main img{
    width: 100%;
}

#disney_all,#disney_mkfriends,#disney_princess,#disney_pixer,#disney_other{
    margin-bottom: 16px;
}
.flex{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.flexItem img{
    width: 100%;
    /* border-radius: 10px; */
}
.flexItem{
    padding: 6px;
}
main{
    display: block;
    width: 1280px;
    margin: 0 auto;
}

main section{
    margin-bottom: 20px;
}

.flexItem5colempty{
    width: 30%;
}
.col1{
    width: 202px;
    padding-left: 5px;
}

.col1 img{
    width: 100%;
}

.cbnr img{
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.flexItem3colempty{
    width: 33%;
}

footer{
    width: 100%;
    background-image: url(img/footer.png);
    background-repeat: repeat-x;
}
#topBtn{
    padding-top: 32px;
    padding-bottom: 24px;
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}
#topBtn a{ 
    display: inline-block;
    border: 2px solid #23B245;
    border-radius: 30px;
    padding: 10px 60px;
    
    text-decoration: none;
    color: #23B245;
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
}

.fa-caret-right{
    margin-left: 6px;
    font-size:24px;
    position: relative;
    top: 2px;
}

#goto_top {
    position: fixed;
    right: 5%;
    bottom: 10%;
}

#goto_top a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #999999;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 50px;
}


