@charset "utf-8";




.hamburger {
    position: fixed;
    top: 7px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  header {
    position: fixed;
    /* 固定位置 */
    top: -17px;
    /* ページの上部に配置 */
    left: 0;
    margin: 10px auto;
  }

  header img{
    width: 70%;
    margin: 0 auto;
  }

  .topicon{
    width: 20%;
  }

  .top {
    width: 90%;
    margin: 10% auto;
  }
  .top_bottan {
    display: none;
  }

  .about__inner{
    display: block;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 0 20px;
  }
  .abouttext{
    font-family:'Noto Sans JP', sans-serif;
    background: #ffb6c1; 
    border: 1px solid #ffb6c1; 
    padding-left: 20px;
  }
  .abouttexttop{
    font-family:'Noto Sans JP', sans-serif;
    color: white;
    font-size: 2rem;
    position: relative;
    padding-top: 35px;
    font-size: 15px;
    text-align: center;
  }
  
  
  .abouttexttop span {
    position: relative;
    z-index: 2;
    top: -15px;
  }
  
  .abouttexttop::before {
    content: attr(data-en);
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(224,66,114,0.2);
    /* font-size: 3rem; */
    font-style: italic;
  }
  
  .abouttexttop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
  }





  .works__inner{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }

  .column{
    flex-flow: column;
  }

  /* work.html */
.workimg {
  display: block;
  display: flex;
  margin: 10px auto;
  text-align: center;
}


.worktext {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.2rem;
	text-align: center;
}

.worktext span {
	position: relative;
	z-index: 2;
}

.worktext::before {
	content: attr(data-en);
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 1.9rem;
	font-style: italic;
}

.worktext::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}

/* .cherry-blossom-container {
  overflow:hidden;
  position: relative;
} */