@charset "utf-8";
* {
  margin: 10;
  padding: 0;
}

.app {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
/* サイト全体のフォント指定 */
.source-code-pro-<uniquifier> {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}
  
a {
  text-decoration: none;
  color: #4e3a3e;
}

.header{
  font-family: 'Source Code Pro', Courier, monospace;
  max-width: 1300px;
  height: 50px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 40px;
}
.explanation{
  line-height: 1.7;
}
.container{
  height: 1800px;
  display: flex;
}

.container_1{
height: 1000px;
  display: flex;

}

.aside {
  font-family: 'Source Code Pro', Courier, monospace;font-size: 11px;
  margin-left: 20px;
  margin-top:50px;
  line-height: 1.7;
  width: 30%;
}

.aside ul {
    width: 150px;
	list-style: none;
	margin-left: 10px;
	padding: 0;
}
.aside ul li a {
  display: flex;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #252525;
	text-align: left;
	margin: .2em 0;
}
.aside ul li a:hover {
	background: #eee;
}


.ul {
display: flex;
  list-style: none;
}


.image-container {
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 50%;
  height: 60%;
  display: flex;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: auto;
  flex-wrap: wrap;
}

.item {
  width: 33.33%; /* 5列にするための幅 */
  box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
  padding: 10px; /* 画像間の間隔を調整 */
  text-align: center; /* テキストを中央揃え */
}

.image-item img {
  width: 100%; /* 親要素の幅いっぱいに表示 */
  height: auto; /* アスペクト比を維持 */
}

container {
  width: 1600;
  grid-template-columns: repeat(
    auto-fill,
    minmax(100px,1fr)
    );
    column-gap: px;
    row-gap: 40px;/* 写真と写真の間縦 */
}



.flex-content {
  margin-top: 0px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 1500px; /* 必要に応じて調整 */
}


  flex-direction: row;
  flex-grow: 3;

  /* about.html */

.about-container {
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 5px;
  width: 50%;
  margin-top: 20px;
  margin-left: 30px;
  flex-wrap: wrap;
}

.daimei {
font-size: large;
}
.year{
margin-top: 5px;
}
.setumei{
margin-top: 20px;
margin-bottom: 30px;
}
  /* Name Typography.html */

.clear {
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 50%;
  height: 1000px;
  margin-top: 50px;
  margin-left: 30px;
  margin-bottom: auto;
  flex-wrap: wrap;
}

    .image-container_2 {
      justify-content: space-around; /* 均等配置 */
      align-items: center; /* 縦方向の中央揃え */
    margin-bottom: 40px;
    }
    .image-container img {
      width: 200px; /* 例: 画像の幅 */
    }


  .clear_item2{
    margin-left: 570px;
  }

    .image-container_3 {
      margin-top: 10%;
      justify-content: space-around; /* 均等配置 */
      align-items: center; /* 縦方向の中央揃え */
    }
    .image-container img {
      width: 200px; /* 例: 画像の幅 */
    }


  /*Book Cover.html*/
.container_2{
  height: 1900px;
  display: flex;
}

      /* Bookcover.html */

.clear_2 {
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 45%;
  height: 2200px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;
}

.image-container_4 {
  padding: 20px;
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
    }

.clear2_item1{
  margin-bottom: 40px;
  margin-top: 70px;
}
.clear2_item2{
margin-top: 20px;
}

.clear2_item3{
margin-left: 10px;
  margin-top: 70px;
}
.clear2_item4 {
  margin-top: 70px;
margin-left: 80px;
margin-bottom: 70px;
}


      /* To,me Calendar.html */
.container_5{
  height: 2000px;
  display: flex;
}

 .image-container_5 {
  padding: 20px;
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
    }

.clear5_item1 {
margin-bottom: 20px;

}

.clear5_item2{
margin-left: 12px;
}

.clear5_item3{
margin-left: 12px;
}


.clear5_item4{
margin-left: 12px;

}

 /*CDcover.html*/
.container_5{
  height: 2000px;
  display: flex;
}

.image-container_6 {
  padding: 20px;
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
    }

.clear6_item1 {
margin-left: 10px;
margin-bottom: 20px;
}

.clear6_item2{
  margin-left: 10px;
margin-bottom: 20px;
}

.clear6_item3{
margin-left: 12px;
}


.clear6_item4{
margin-left: 12px;
}

.suchmos_poster{
  text-align: center;
}

 /*dm.html*/
.image-container_dm{
padding: 20px;
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
}
.dm_item1{
margin-left: 10px;
margin-bottom: 20px;
}

.dm_item3{
margin-left: 150px;
margin-bottom: 20px;
}

.dm_item4{
margin-left: 50px;
margin-bottom: 40px;
}

.dm_item5{
margin-left: 50px;
margin-bottom: 40px;
}
.dm_item6{
margin-left: 50px;
margin-bottom: 40px;
}


/*newspaper ad.html*/
.newspaperad{
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 50%;
  height: auto;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;
}
.newspaperad-container{
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
}

.copy{
  margin-bottom: 0px;
}


.poster1{
  text-align: center;
}

/*Video ad.html*/
.kokoa{
margin-top: 20px;

}


 /*Video.html*/
.clear_10{
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 45%;
  height: 2000px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;
}
.image-container_10 {
  margin-top: 50px;
  margin-left: 
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
}
.clear10_item1 {
margin-left: 130px;
}
.clear10_item2 {
  margin-left: 160px;
  margin-top: 60px;
}

.sentimental_love{
font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 45%;
  height: 2400px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;  
}

.sentimentallove_poster{
  text-align: center;
    margin-bottom: 40px;
}

.sentimentallove{
 margin-bottom: 40px;
 margin-top: 40px;
 text-align: center;
}


 /*私が見た韓国.html*/
.setumei{
  margin-bottom: 20px;
}

.SEOUL{
margin-top: 40px;
}
.setumei2{
  margin-bottom: 20px;
}

/*Animation.html*/
.image-container_animetion{
  height: 2600px;
padding: 20px;
  margin-top: 20px;
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */

}
.fizzy{
  margin-bottom: 20px;
margin-top: 50px;
}
.cookie{
margin-bottom: 20px;
margin-top: 50px;
}

/*私が見た韓国.html*/
.clear_10 {
  font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 45%;
  height: 1000px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;
}

.image-container_10 {
  margin-top: 50px;
  margin-left: 
  justify-content: space-around; /* 均等配置 */
  align-items: center; /* 縦方向の中央揃え */
}
.clear10_item1 {
margin-left: 130px;
}
.clear10_item2 {
  margin-left: 160px;
  margin-top: 60px;
}

.illustration_box{
font-family: 'Source Code Pro', Courier, monospace;
  font-size: 11px;
  width: 45%;
  height: 1000px;
  margin-left: 50px;
  margin-bottom: auto;
  flex-wrap: wrap;
}

.illustration-container{

  
}


.illustration{
  text-align: center;
   margin-bottom: 20px;
margin-top: 40px;
}