@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

html {
  font-size: 100%;
}

body {
  color: #24292e;
}

a {
  text-decoration: none;
  color: #24292e;
}
a:hover{
  color:#D1D0D0;
  opacity: 0.7;
}
img {
  max-width: 100%;
}

.ue{
	max-width: none;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}

.site-title {
  width: 150px;
  line-height: 1px;
  padding: 10px 0;
}

.site-title a {
  display: block;
}

.section-title {
  font-family: 'Raleway', Arial, sans-serif;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 80px;
  font-size: 2rem;
  line-height: 30px;
  border-bottom: solid 1px #24292e;
}
#ec .section-title::before {
  content: url(../img/ec_ope.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#ai .section-title::before {
  content: url(../img/illustrator.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#ps .section-title::before{
  content: url(../img/photoshop.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#aips .section-title::before{
  content: url(../img/both.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#genai .section-title::before {
  content: url(../img/firefly.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#extras .section-title::before {
  content: url(../img/extras.jpg);
  vertical-align: middle;
  padding-right: 10px;
}
#header,#header_2 {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 270px;
  margin: 0 auto;
  padding: 0 4%;
}
#footer {
  max-width:100%;
  background:#EEF5FD;
  margin: 0 auto;
  padding: 30px 0;
}
#header ul,#header_2 ul{
  display:flex;
  padding: 10px 0;
  margin: 0 auto;
}
#footer ul {
  display: flex;
  justify-content: center;
	padding-top: 20px;
  margin-bottom: 20px;
}
#footer .site-title{
  margin: 0 auto;	
}
#header li,#header_2 li {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 0.9rem;
  margin-left: 45px;
}
#footer li{
  font-family: 'Raleway', Arial, sans-serif; 
  font-size: 0.7rem;
  margin-left: 20px;
}
#footer li:first-child{
	margin-left: 0;
}

#header li a,
#footer li a,#header_2 a {
	display: block;
 	color: #24292e;
}

#mainvisual {
  margin-bottom: 100px;
}

#mainvisual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}


.about-box {
  text-align: center;
}

#about img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

section p{
  font-family: 'Zen Maru Gothic', serif;
	color: #24292e;
}
#about p{
  text-align: left;
  line-height: 200%;
}

#extras .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#extras img {
  width: 50px;
  height: 50px;
  border-radius: 5%;
  margin-right: 30px;
}
#extras .text {
  line-height: 200%;
  text-align: left;
  width:70%;
}

#extras-ex img{
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#extras-ex .section-title{
 font-size:1.5rem;
}
#extras-ex p{
  margin-top:20px;
  margin-bottom: 110px;
  text-align: center;
  line-height: 200%;
}
#extras-v{
  width:100%;
  height:41px;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.mark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}


.gamen {
  position: relative;
}
.tanmatsu {
  position: absolute;
  left: 0.8%;
}

.box0 {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 100px;
}

.box2 {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 60%;
}
.box2 p {
  line-height: 200%;
}

.cocoen img{
  width:100%;
}

.gallery{
column-count: 4;
padding:0 15px;
margin:0;
}

.gallery li {
	padding-bottom: 20px;
	break-inside:avoid;
    list-style:none;
}
.gallery li:hover{
	filter: brightness(50%);
}


.gallery img{
	width:100%;
	height:auto;
	-webkit-vertical-align: bottom;
	vertical-align: bottom;}

.index1 .ec_pos>a,.index2 .ai_pos>a,.index3 .ps_pos>a,.index4 .aips_pos>a,.index5 .genai_pos>a,.index6 .extras_pos>a{
	font-weight:bold;
	font-size:2rem;
	line-height:130%;
	transform: rotate(-15deg);
	text-shadow:  #f8f8f8 0px -15px;
}

.icon-container{
	max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 20px;
}

.icon-container img {
    width: 100%;
    height: auto;
    display: block;
}

.icon-container img:hover {
  transform: rotate(10deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.Tshirt-container{
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.Tshirt-container img {
    width: 100%;
    height: auto;
    display: block;
}



/*-------------------------------------------
   メディアスクリーン
    -------------------------------------------*/
@media only screen and (max-width: 900px) {
	.gallery{
	column-count: 3;
	}	
}
@media screen and (max-width: 600px) {
  body {
	  font-size:0.7rem;
  }

  .site-title {
    margin-top: 20px;
  }

	#header_2{
	max-width: 100%;
    height: 60px;
    flex-direction: column;
	}

    #header {
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    flex-direction: column;
  }

  #header li,#header_2 li {
    font-size: 0.8rem;
    margin-left: 20px;
  }

  #header li:first-child {
    margin-left: 0;
  }
	

  #extras-v{
    display:none;
  }
	
  .gallery{
    column-count: 2;
  }	

  .ue{
	max-width: none;
  }
	
.push.is-animate{
	border-radius: 20px 20px 20px 20px;
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2);
}
	
.icon-container{
	margin-top: 90px;
    gap: 20px;
}
	
.icon-container img {
    width: 70%;		
}
	
.Tshirt-container{
    flex-direction: column;
}
	
}