<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0;
}

.headerbox{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: palegoldenrod;
  overflow: hidden;
}
.headerbox img{
  position: absolute;/*�糸���������*/
  width: auto;
  height: 100vh;
  left: calc((100vw - 1500px)/2.0);
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: cover; /* �糸���鋇㊤ぎ�с������ */
}
.top1{
  animation: bounceIn;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.top2{
  animation: bounceIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.top3{
  animation: bounceIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.heading{/*�帥�ゃ����*/
  position: absolute;
  top: 40vh;
  left: calc((100vw - 516px)/2.0);
  font-family: "Darumadrop One", sans-serif;
  /* font-family: "Cherry Bomb One", system-ui; */
  text-align: center;
}

.heading h1{
  -webkit-text-stroke: 0.5px black;
  font-size: 90px;
  color: rgb(218, 131, 26);
  animation: zoomIn;
  animation-duration: 1s;
  animation-delay: 3.5s;
  animation-fill-mode: both;
}

.heading p{
  animation: fadeInDown;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: both;
  color: #6c5642;
  font-weight: bold;
  /* border-bottom: dashed 2px #6c5642 */
}

/* ���荐㊤��若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�� */
body{
  align-items: center;
  overflow: hidden;/*�鴻��������羔�����������������羔��������ゅ�ャ�����������冴������������Ή��罘��純����*/
}
h2{
  text-align: center;
  padding-top: 30px;
  font-family: "Darumadrop One", sans-serif;
  font-size: 60px;
  color: #fff;
  -webkit-text-stroke: 1px black;
}
p{
  font-family: 'Kiwi Maru', serif;

}
/* ���荐㊤�腟�����弝�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�若�� */

/* .navbar{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2000;
} */

/* ��劻���若���若�＜���ャ�若�若�若�若�若�若�若�若�若�� */
.hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  /* z-index: 2000; */
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #54844d;
  cursor: pointer;
  border-radius: 15%;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  left: 15px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 5px;
}
.hamburger span::before {
  top: -13px;
  left: 0px;
}
.hamburger span::after {
  bottom: -13px;
  left: 0px;
}
.hamburger.open span {
  background-color: transparent;
}
.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav li{
  font-family: 'Kiwi Maru', serif;
}


/* ===============================================
�＜���ャ�若���鴻�帥�ゃ���潟��
=============================================== */
.nav {
  position: fixed;
  /* z-index: 1000; */
  width: 25%;
  height: 100vh;
  top: 80px;
  right: -100%;/*����������*/
  background-color: #83a77e;
  padding: 50px 0;
  transition: all 0.5s;
  border-radius:  2% 0%;
}
.nav__list{
  padding: 0;
  list-style: none;
}
.nav__item a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  list-style: none;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
}
.nav__item a:hover {
  color: #54844d;
  background-color: #fff;
}
.nav.open {
  right: var(--scrollbar-width); /* �鴻���㏍�若�����若��������� */
}


/* ��劻���若���若�＜���ャ�若������弝�若�若�若�若�� */

.sectionbox{
  position: relative;
  width: 100%;
  height: 100vh;
}

#about .sectionbox{
  background-image: url(back1.jpg);
  background-size: cover;
  background-position: center;  
  background-attachment: fixed;
}
.contents2{/*膰������潟�潟���潟����*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  padding: 10px;
}
#about p{
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#character .sectionbox{
  background-image: url(back2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/* �㏍�ｃ�����帥��flex�������鴻�若�若�若�若�若�若�若�若�� */
.contents{/*罔������潟�潟���潟����*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.select{
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  margin-right: 50px;
}
.charali{
  display: flex;
  flex-direction: row;
  margin: 10px;
}
.icon{
  cursor: pointer;
}
.icon img:hover{
  opacity: 0.6;
  animation: pulse;
  animation-duration: 0.5s;
}
#charabox{
  display: flex;
  flex-direction: column;
  margin: 5px;
  background-color: hsl(0, 100%, 100%,0.7);
  border-radius: 50px;
  height: 375px;
  width: 375px;
  margin-top: 10px;
}

.detail{/*��絖�*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail h3{
  font-family: "Darumadrop One", sans-serif;
  font-size: 40px;
}
.detail p{
  text-align: center;
  font-weight: bolder;
  color: #6c5642;
}
#character img{
  margin: 10px 10px 0px 10px;
}
.chara{
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
}



#chara2,#chara3,#chara4,#chara5,#chara6{
  opacity: 0;
}


/* �㏍�ｃ�����帥��flex�������合�����弝�若�若�若�若�若�若�若�� */

#illust .sectionbox{
  background-image: url(back3.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#illust p{
  text-align: center;
}

.ilsm{
  display: flex;
  flex-direction: row;
  margin-top: 20vh;
}
.ilsm img{
  width: 180px;
  border-radius: 20px;
  border: 3px solid;
}

.thumbbox{
  cursor: pointer;
  transition-duration: 0.5s;
  margin: 0px 15px;
  
}
.thumbbox img:hover{
  transform:scale(1.1);
	transition:0.3s;
}
/* ����茵�ず�������� */
.photoframe{
  position: fixed;
  top: 0px;
  left: -100vw;
  width: 100%;
  height: 100vh;
  background-color:hsla(0, 0%, 0%, 0.7);
  z-index: 2000;
}
.works{
  position: absolute;
  top: calc((100vh - 500px)/2.0);
  left: calc((100vw - 500px)/2.0);
  z-index: 500;
  transition: opacity 0.5s, visibility 0.5s;
}
.works img{
  width: 500px;
  height: 500px;
}
#works1,#works2,#works3,#works4,#works5,#works6{
  opacity: 0;
}

/*���帥�潟����*/
#prevbutton {
  position: absolute;
  top:50vh;
  right: calc(500px + 30px + ( 100vw - 500px )/2.0);
  color: white;
  font-size: 30px;
  cursor: pointer;
  }
  #nextbutton {
  position: absolute;
  top:50vh;
  left: calc(500px + 30px + ( 100vw - 500px )/2.0);
  color: white;
  font-size: 30px;
  cursor: pointer;
  }

  #prevbutton:hover{
    color: rgb(255, 79, 79);
  }
  #nextbutton:hover{
    color: rgb(255, 79, 79);
  }
  


.close{
  position: absolute;
  left: calc(500px + 30px + ( 100vw - 500px )/2.0);
  top: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  /* font-weight: bold; */
}
.close:hover{
  color: rgb(255, 79, 79);
}


/* �≪���＜�若�激�с�� */
#animation .sectionbox{
  background-image: url(back4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
video{
  margin-top: 10px;
  width: 50%;
}

#contact .sectionbox{
  background-image: url(back5.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.form{
  top: 25vh;
  left: calc((100vh - 150px)/2.0);
  width: 1000px;
  height: 35vh;
  background-color: rgb(255, 252, 225);
  border-radius: 30px;
  padding: 10px 0px;
  margin-top: 10px;
}
.form p{
  text-align: center;
  padding-top: 15px;
}
input,textarea{
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
textarea{
  height: 80px;
  vertical-align: middle
}
input[type="submit"]{
  background-color: #ed9838;
  border: none;
  border-radius: 50px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 300px;
  transition-duration: 0.1s;
  -webkit-appearance:none;
}

input[type="submit"]:hover{
  cursor: pointer;
  background-color: #e93b3b;
  color: #fff;
}

.contact img{
  position: absolute;
  bottom: 50px;
  margin: 0;
  padding: 0;
  height: 25%;
}


.contact footer{
  position: absolute;
  background-color: #b17a46;
  /* background-color: #b38050; */
  color: #ffffff;
  padding: 5px 0px 23px 0px;
  text-align: center;
  margin: 0px;
  bottom: 0px;
  width:100vw;
}

/* �ゃ���鴻��茵�ず�鴻���㏍�若��┃絎� */
body.noscroll {
  overflow: hidden;
}

/* �鴻���㏍�若���鴻������荐㊤� */
.container {
  height: 100vh;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
}
.area {
  scroll-snap-align: start;
  height: 100vh;
}

/* 菴遵�� */
.container {
  height: 100vh;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  }

.hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: calc(100vw - 100%);
  right: var(--scrollbar-width); /* �鴻���㏍�若�����若��������� */
  z-index: 1000;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #54844d;
  cursor: pointer;
  border-radius: 15%;
}

/* width1280篁ヤ� */
@media (max-width:1280px){
  .ilsm img{
    width: 150px;
  }  
  .works{
    position: absolute;
    top: calc((100vh - 400px)/2.0);
    left: calc((100vw - 400px)/2.0);
  }
  .works img{
    width: 400px;
    height: 400px;
  }
  .close{
    left: calc(400px + 30px + ( 100vw - 400px )/2.0);
    top: 60px;
  }
} 

/* height650篁ヤ� */
@media (max-height:650px){
  .nav__item a {
    font-size: 18px;
    }
  #about img{
    width: 330px;
    height: 330px;
    }  
  #charabox{
    display: flex;
    flex-direction: column;
    margin: 5px;
    background-color: hsl(0, 100%, 100%,0.7);
    border-radius: 50px;
    height: 290px;
    width: 290px;
    margin-top: 10px;
  }
  #charabox img{
    width: 270px;
    height: 270px;
  }  
  .icon img{
    width: 120px;
    }
    .works{
      position: absolute;
      top: calc((100vh - 400px)/2.0);
      left: calc((100vw - 400px)/2.0);
    }
    .works img{
      width: 400px;
      height: 400px;
    }
    .close{
      left: calc(400px + 30px + ( 100vw - 400px )/2.0);
      top: 60px;
    }
  
  textarea{
    height: 50px;
  }
  .form{
    top: 25vh;
    left: calc((100vh - 150px)/2.0);
    width: 1000px;
    height: 32vh;
  }  
  .form p{
    padding-top: 10px;
  }
}
</pre></body></html>