*{margin: 0px; 
    padding: 0px; 
}
html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body > div {
  width: 100%;
}

h2 {
  text-align: center;
  font-size: 80px;
  margin: 0;
  width: 100%;
}


/* BLOCK 1*/
.header {
  background-image: url("../img/kaguya_head_02.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  height:auto;
}

.header h1 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-family: impact;
  text-shadow: 0 0 50px #000;
  position: absolute;
  width: 100%;
  top: 35%;
}

.header:before {
  content: "";
  position: absolute;
  height: 450px;
  width: 200%;
  background: #000;
  bottom: -300px;
  left: -100%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}


/* BLOCK1 */
.block1 {
  position: relative;
  height: 700px;
  background: #000;
}

/* BLOCK2 */
.block2 {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  height:auto;
  background: #ffd300;
}
.block2:before {
  content: "";
  position: absolute;
  height: 350px;
  width: 200%;
  background: #000;
  bottom: -200px;
  left: -100%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* BLOCK3 */
.block3 {
  background-image: url("../img/kaguya_03_back.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top:150px;
}
.block3:before {
  content: "";
  position: absolute;
  height: 550px;
  width: 300%;
  background: #000;
  top: -400px;
  left: -100%;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
/* BLOCK4 */
.block4 {
  background: #eb90b2;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.block4:before {
  content: "";
  position: absolute;
  height: 400px;
  width: 300%;
  background: #000;
  bottom: -200px;
  left: -100%;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.contents_box{
  display: flex;
  justify-content: space-between;
}
.contents_box-img {
  padding: 0;
}
.contents_box .item {
  width: 45%;
  margin-top:3%;
	padding-bottom:50px;
}
.contents_box .item2 {
  width: 55%;
  margin-top:3%;
  text-align:center;
}
.title_box{
  display: flex;
  height:320px;
}
.title_box .item2 {
  width: 100%;
  text-align:center;
}
.section_box{
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.comic_container{
	max-width:1050px;
	margin:0 auto;
	text-align:center;
	background:none;
}
.comic_box{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.comic_box-img {
  padding: 0;
}
.comic_box .item {
  width: 33.333333%;
}
.comic_box .item2 {
  width: 50%;
  text-align:right;
}
.connection_box{
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.connection-img {
  padding: 0;
}
.connection .item {
  width: 100%;
  margin-top:1000px;
}
.connection .item2 {
  width: 50%;
  text-align:right;
}
.connection_box h1 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-family: impact;
  text-shadow: 0 0 50px #000;
  position: relative;
  width: 100%;
}
.copyright {
	margin:0 auto;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	background:#000;
	height:30px;
	width:auto;
}
.copyright section {
	text-align:center;
	height:30px;
	color:#fff;
}
.col_container{
	max-width:1080px;
	margin:0 auto;
	text-align:center;
	background:none;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	margin-top:20px;
	padding: 0px;
	font-size:16px;
}
csshover1 img {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
csshover1:hover img {
    opacity: .5;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* レスポンシブで画像を切り替える（CSS） */
@media only screen and (max-width: 679px) {
.col_container{
	max-width:100%;
	margin:0 auto;
	text-align:center;
	background:none;}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 100%;
	margin-top:20px;
	padding: 0px;
	font-size:16px;
}
.contents_box {
    display: flex;
  flex-direction: column;
  }
.contents_box .item {
  width: 100%;
}
.contents_box .item img {
  width: 85%; 
  margin-bottom:20px;
}	
.contents_box .item2 {
  
	padding-top:20px;
  width: 100%;
  text-align:center;
}
.contents_box .item2 img {
  width: 80%; 
}
.contents_box .item2 div {
  width: 100%;
  margin:0 auto;
  margin-top:25px;
}
.title_box{
  height:200px;
	margin:0 auto;
}
.title_box .item2 {
  width: 100%;
  text-align:center;
}
.title_box .item2 img{
  width: 90%;
  text-align:center;
}
.comic_box .item {
  width: 50%;
}
.comic_box .item img {
  width: 80%;
}
.connection_box{
	margin-bottom: 100px;
	display: flex;
}
.connection_box img {
	margin-bottom:10px;
	margin-top:10px;
	padding: 0px;

}
.block1 {
  position: relative;
  height: auto;
  background: #000;
}
.block2 {
  position: relative;
  height: 300px;
  background: #ffd300;
}
.block2:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 200%;
  background: #000;
  bottom: -200px;
  left: -100%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.block3 {
  position: relative;
  padding-top:100px;
background-image: url("../img/kaguya_03_back.jpg");
background-size: contain;
}
.block3:before {
  content: "";
  position: absolute;
  height: 600px;
  width: 300%;
  background: #000;
  top: -550px;
  left: -100%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.header {
  background-image: url("../img/kaguya_sp_head.jpg");
  position: relative;
  height: auto;
	background-size: contain;
}
.header:before {
  content: "";
  position: absolute;
  height: 250px;
  width: 300%;
  background: #000;
  bottom: -200px;
  left: -100%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

}


