@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
  scroll-behavior: smooth;
}

body {
  background-color: whitesmoke;
}

.main {
  width: 1000px;
  margin: auto;
}

.fadein {
    animation: fadeIn 1s ease-in 0s 1 normal;
}

@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0;} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1;} /*アニメーション終了時は不透明度100%*/

}

.fadeoutA {
  transform-style:preserve-3d;
    animation: fadeOutA 1s ease-in-out 0s 1 normal;
    transform-origin: -20% center;
}

@keyframes fadeOutA {
  0% {opacity: 1;  transform: rotateY(0) scaleX(1) translateX(0);}
  100% {opacity: 0;  transform: rotateY(90deg) scaleX(1.5) translateX(-20px);}
}

.fadeoutB {
  transform-style:preserve-3d;
    animation: fadeOutB 1s ease-in-out 0s 1 normal;
    transform-origin: 120% center;
}

@keyframes fadeOutB {
  0% {opacity: 1;  transform:rotateY(0) scaleX(1) translateX(0);}
  100% {opacity: 0;  transform:rotateY(90deg) scaleX(1.5) translateX(20px);}
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 3% 0;
    position: fixed;
    z-index: 999;
    color: 	springgreen;
    top: 0;
}
h1 span {
  font-family: 'Zhi Mang Xing', cursive;
}

h1 a {
  color: 		springgreen;
}



h2 {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

h3 {
    font-weight: 400;
    line-height: 2rem;
}

hr {
    border-width: 1px 0px 0px 0px;
  }

  #arrowA {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    top:calc(50% - 50px/2);
    right: 5%;
    position: fixed;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transform-origin: left center;
    display: none;
  }
    #arrowA:hover {
      transform:rotate(-45deg);
      transition: all 300ms 0s ease;
  }

  button:focus {
    outline: 0;
  }

  #pageTop {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    margin: 3% 0;
    width: 1rem;
    right: 5%;
    position: fixed;
    display: none;
  }
  #pageTop:hover{
    transform:translateY(-5px) scaleX(2.5) scaleY(1.2);
    transition: all 300ms 0s ease;
  }
  #arrowB {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    top:calc(50% - 50px/2);
    left: 5%;
    position: fixed;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transform-origin: right center;
    display: none;
  }
  #arrowB:hover{
    transform:rotate(45deg);
    transition: all 300ms 0s ease;
  }

  .workGenre {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    top:30%;
    left: 7%;
    transform-origin: 0 0;
    transform:rotate(90deg);
    position: fixed;
    display: none;
  }

  .workTitle{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center;
    top:90%;
    right: 7%;
    transform-origin: 100% 100%;
    transform:rotate(90deg);
    position: fixed;
    display: none;
  }

  .first {
    padding-top: 11%;
  }

  .profile {
    font-family: Arial, Helvetica, sans-serif;
    width: 500px;
  }

  .image {
    width: 100px;
    height: 66.6px;
    background-image: url('profile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .profile img {
      width: 100px;;
  }

  .box {
    float: left;
  }

  .top {
      padding: 2% 0;
      overflow: hidden;
      width: 100%;
  }

  .top p {
      padding-top: 1%;

      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-weight: 500;
      font-style: normal;
  }

  .caption {
    width: 400px;
    padding-left: 30px;
  }

  .visual img {
      width: 570px;
  }

  .top tr {
    font-family: a-otf-gothic-bbb-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .top table {
      width: 400px;
      font-size: 0.8rem;
  }








  .index {
    padding: 2% 0 12% 0;
  }

  .line {
    display: flex;
    padding: 1% 0;
  }

  .index h3 {
      width: 200px;
      font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }

  .index p {
    font-family: a-otf-gothic-bbb-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
  }

  .index table {
      line-height: 3rem;
  }

  a {
    text-decoration: none;
    color: black;
  }



  .main_visual img {
    width: 100%;
    padding: 12% 0 6% 0;
  }

  .catch h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 660px;
    font-size: 1.2rem;
    margin: 0 0 0 auto;
    word-break: keep-all;
    font-feature-settings: "palt" 1;
    line-height: 1.6rem;
  }

  _:lang(x)+_:-webkit-full-screen-document, .catch h3 {
    word-break: normal;
    word-wrap: break-all;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .catch h2 {
    width: 280px;
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }

  .textbox {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 315px;
    text-align: justify;
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding-left: 30px;
    padding-top: 6%;
    padding-bottom: 12%;
  }

  .floatbox {
    float: left;
  }

  .content {
    overflow: hidden;
    margin-bottom: 10%;
  }

  .name, .fname {
    padding-top: 6%;
    width: 310px;
  }
  .outlineTitle, .outlineText {
    padding-top: 6%;
  }
  .outlineTitle p, .outlineText p {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 2.3rem;
  }
  .outlineTitle {
    padding-left: 30px;
    width: 120px;
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }




  .sub h3, .sub2 h3, .sub3 h3 {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .sub table {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding-left: 340px;
  }

  .sub, .sub2 {
    padding-bottom: 12%;
  }



  .idea_image {
    width: 180px;
    padding-top: 3%;
  }

  .idea_image img {
    width: 170px;
  }

  .idea_image p {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding-bottom: 6%;
  }

  .sub_text {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 160px;
    padding-top: 2%;
    padding-bottom: 10%;
    width: 660px;
  }

  .sub_text p {
    padding-top: 4%;
    font-size: 0.8rem;
  }

  .sub2 table, .sub3 table, .sub4 table {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .sub_text h2 {
    padding-bottom: 8%;
  }

  .sub3 {
    padding-bottom: 12%;
  }

  .sub4 {
    padding-bottom: 18%;
  }






  .images {
    width: 690px;
    display: flex;
    flex-wrap:wrap;
  }

  .images img {
    width: 315px;
    margin-right: 30px;
  }

  .images p {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    padding-bottom: 30px;
    width: 315px;
  }

  .image_box {
    box-sizing: border-box;
  }

  .references {
    width: 170px;
    padding-left: 140px;
  }

  .references h3 {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .references_img img {
    width: 170px;
  }

  .references p {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
  }

.url {
  width: 170px;
  color: lightgray;
  padding-bottom: 12%;
}

.url p {
  word-break: break-all;
}

.padding {
  padding-bottom: 18%;
}

.hr_deco {
  padding-top: 6%;
  width: 660px;
}

.hr_deco hr {
  width: 660px;
}

.sketch_box {
  width: 315px;
  padding-right: 30px;
  padding-top: 6%;
}

.sketch_box img {
  width: 315px;

}

.sketch {
  display: flex;
  padding-bottom: 12%;
}

.sketch_box p {
  font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-align: justify;
  padding-top: 6%;
}

.mb {
  display: none;
}

.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
margin: 5% 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.prf {
  padding-top: 12%;
}

.pcontent {
  padding: 6% 0 12% 30px;
}

.pcontent tr {
  font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.exBox {
  display: flex;
  flex-wrap: wrap;
  /* align-items: stretch; */
  margin-top: 6%;
  width: 630px;
}

.startBox {
  margin-left: 0px;
  width: 40px;
  height: 20px;
  border-bottom: 1px solid;
}

.borderBox {
  margin-left: 0px;
  width: 40px;
  height: 125px;
  border-bottom: 1px solid;
}

.borderBox:hover {
  transition: all 500ms 0s ease;
}

.borderBoxChild {
  width: 10px;
  height: 24px;
  border-bottom: 1px solid;
}

.dateEnd {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  /* margin-top: 25px; */
  margin-left: 50px;
}

.experiment p {
  font-size: 0.7rem;
}

.exBox img {
  margin-left: 30px;
  margin-bottom: 20px;
  width: 285px;
  width: 100%;
}

.fixed {
  position: fixed;
  top: 100px;
  /* left: 20%; */
  /* width: 100%; */
  z-index: 10;
  display: block;
}

.display {
  /* display: none; */
}

/* .memo-pad {
  width:100%;
  height:100vh;
  background: linear-gradient(0deg, transparent 19px, #666 20px), linear-gradient(90deg,  transparent 19px, #666 20px);
  background-size: 20px 20px;
  background-position: top center;
  border-left: 0.5px solid #666;
  border-right: 0.5px solid #666;
  border-bottom: 0.5px solid #666;
  margin-top: 10%;
} */

#bg {
  /* background: linear-gradient(0deg, transparent 19px, #fff 20px), linear-gradient(90deg,  transparent 19px, #fff 20px); */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffffff calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ffffff calc(100% - 1px));
  background-color: whitesmoke;
  background-size: 20px 20px;
  background-position: top center;
}

.media {
  padding-top: 10%;
  margin-bottom: 50vh;
  min-height: 80vh;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.small {
  max-width: 150px;
  max-height: 150px;
}

.big {
  animation: sizeUp 0.3s steps(1, end) 0s 1 normal forwards;
}

@keyframes sizeUp { /*animetion-nameで設定した値を書く*/

  0% {
    opacity: 0%;
    max-width: 150px;
    max-height: 150px;
    }

  100% {
    opacity: 100%;
    max-width: 500px;
    max-height: 500px;
    } /*アニメーション終了時は不透明度100%*/

}

/* .media img:hover {
  max-width: 500px;
  max-height: 500px;
} */


@media screen and (min-width:601px) and (max-width:1000px) {
  h2 {
    font-size: 1.5rem;
  }
  .main {
      width: 600px;
  }

    .profile {
      width: 600px;
    }

    .image {
      width: 60px;
      height: 39.96px;
    }

    .profile img {
        width: 60px;;
    }

    .caption {
      width: 600px;
      padding-left: 0;
    }

    .caption h2 {
      font-size: 2rem;
      padding-top: 2%;
    }

    .visual img {
        width: 600px;
    }

    .top table {
        width: 600px;
        font-size: 0.6rem;
    }



    .index h3 {
        width: 200px;
      font-size: 1.1rem;
    }

    .index p {
      font-size: 0.6rem;
    }

    .index td p {
      margin-bottom: 5%;
    }

    .index table {
        line-height: 0.9rem;
    }

    .index table td h3 a {
      display: block;
      width: 200px;
      height: 3rem;
    }

    .catch h3 {
      width: 396px;
      font-size: 1.1rem;
      word-break: break-all;
    }

    .catch h2 {
      width: 168px;
      font-size: 1.1rem;
    }

    .textbox {
      width: 189px;
      font-size: 0.6rem;
      line-height: 0.9rem;
      padding-left: 18px;
    }

    .name, .fname {
      width: 186px;
    }




    .sub h3, .sub2 h3, .sub3 h3 {
      font-size: 0.6rem;
      line-height: 0.9rem;
    }

    .sub table {
      font-size: 0.6rem;
      line-height: 0.9rem;
      padding-left: 204px;
    }



    .idea_image {
      width: 108px;
    }

    .idea_image img {
      width: 102px;
    }

    .idea_image p {
      font-size: 0.7rem;
      line-height: 1.1rem;
    }

    .sub_text {
      padding-left: 96px;
      width: 396px;
    }

    .sub_text p {
      padding-top: 4%;
      font-size: 0.6rem;
    }

    .sub2 table, .sub3 table, .sub4 table {
      font-size: 0.6rem;
      line-height: 0.9rem;
    }






    .images {
      width: 414px;
    }

    .images img {
      width: 189px;
      margin-right: 18px;
    }

    .images p {
      font-size: 0.6rem;
      padding-bottom: 18px;
      width: 189px;
    }

    .references {
      width: 102px;
      padding-left: 84px;
    }

    .references h3 {
      font-size: 0.6rem;
      line-height: 0.9rem;
    }

    .references_img img {
      width: 102px;
    }

    .references p {
      font-size: 0.4rem;
      line-height: 0.7rem;
    }

  .url {
    width: 102px;
  }

  .hr_deco {
    width: 396px;
  }

  .hr_deco hr {
    width: 396px;
  }

  .sketch_box {
    width: 189px;
    padding-right: 18px;
  }

  .sketch_box img {
    width: 189px;
  }

  .sketch_box p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .pcontent {
    padding-left: 0;
  }

  .fixed {
    left: 5px;
  }
}






@media screen and (max-width:600px) {
  .main {
      width: 95%;
  }

    .first {
      padding-top: 15%;
    }

    .profile {
      width: 75%;
    }

    .top {
        padding: 2% 0;
        overflow: hidden;
        width: 100%;
    }

    .caption {
      width: 100%;
      padding-left: 0%;
    }

    a h2 {
      padding: 4% 0 1% 0;
    }

    .visual img {
        width: 100%;
    }

    .top tr {
      font-family: a-otf-gothic-bbb-pr6n,sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .top table {
        width: 100%;
        font-size: 0.8rem;
    }

    .index td {
      width: 180px !important;
    }

    .index td h3 {
      line-height: 100%;
    }

    .index td p {
      margin-bottom: 15%;
    }

    .index table td h3 a {
      display: block;
      width: 176px;
      height: 3rem;
    }



    .index {
      padding: 2% 0 12% 0;
    }

    .line {
      display: flex;
      padding: 1% 0;
    }

    .index h3 {
        width: 60%;
    }

    .index table {
        line-height: 1.1rem;
    }

    a {
      text-decoration: none;
      color: black;
    }



    .main_visual img {
      width: 100%;
      padding: 15% 0 6% 0;
    }

    .catch h3 {
      width: 100%;
      font-size: 1.1rem;
      line-height: 1.8rem;
      margin: 0 0 0 auto;
      word-break: break-all;
    }

    .textbox {
      width: 100%;
      padding-left: 0%;
      padding-top: 0%;
      padding-bottom: 12%;
    }

    .name {
      padding: 6% 0 4% 0;
      width: 310px;
    }
    .fname {
      padding: 6% 0 4% 0;
    }
    .fname h2 {
      width: 95vw;
    }
    .outlineTitle {
      padding-top: 25%;
      padding-left: 0;
    }
    .outlineText {
      padding-top: 25%;
    }


    .content {
      margin-bottom: 50%;
    }

    .sub h3, .sub2 h3, .sub3 h3 {
      font-size: 0.8rem;
      line-height: 1.4rem;
    }

    .sub table {
      font-size: 0.8rem;
      line-height: 1.4rem;
      padding-left: 0;
    }

    .sub {
      margin-bottom: 50%;
    }

    .sub2 {
      padding-bottom: 12%;
    }



    .idea_image {
      width: 100%;
      padding-top: 3%;
      padding-left: 0%;
    }

    .idea_image img {
      width: 100%;
    }

    .idea_image p {
      padding-bottom: 6%;
    }

    .sub_text {
      font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
      font-weight: 400;
      font-style: normal;
      padding-left: 0;
      padding-top: 2%;
      width: 100%;
    }

    .sub_text p {
      padding-top: 4%;
      font-size: 0.8rem;
    }

    .sub2 table, .sub3 table, .sub4 table {
      font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.8rem;
      line-height: 1.4rem;
    }

    .sub_text h2 {
      padding-bottom: 8%;
    }

    .sub3 {
      padding-bottom: 12%;
    }

    .sub4 {
      padding-bottom: 18%;
    }






    .images {
      width: 100%;
      display: flex;
      flex-wrap:wrap;
    }

    .images img {
      width: 100%;
      margin-right: 0;
    }

    .images p {
      font-size: 0.8rem;
      line-height: 1.4rem;
      padding-bottom: 30px;
      width: 100%;
    }

    .image_box {
      box-sizing: border-box;
    }

    .references {
      width: 100%;
      padding-left: 0;
    }

    .references h3 {
      font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.8rem;
      line-height: 1.4rem;
    }

    .references_img img {
      width: 100%;
    }


  .url {
    width: 100%;
    color: lightgray;
    padding-bottom: 12%;
  }

  .padding {
    padding-bottom: 18%;
  }

  .hr_deco {
    padding-top: 6%;
    width: 100%;
  }

  .hr_deco hr {
    width: 100%;
  }

  .sketch_box {
    width: 100%;
    padding-right: 0;
    padding-top: 6%;
  }

  .sketch_box img {
    width: 100%;
  }

  .sketch {
    display:block;
    padding-bottom: 12%;
  }

  .sketch_box p {
    font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: justify;
    padding-top: 6%;
  }

  .box_line {
    margin-bottom: 50%;
  }


  .pc {
    display: none;
  }
  .mb {
    display: block;
  }

  .pcontent {
    padding-left: 0;
  }

  .prf{
    padding-top: 18%;
  }

  #pageTop {
    display: none;
  }

  #arrowA {
    right: 0;
    color: springgreen;
    z-index: 100;
    display: block;
  }

  #arrowB {
    left: 0;
    color: springgreen;
    z-index: 100;
    display: block;
  }

  .workGenre {
    top: 10%;
    left: 7%;
    color: springgreen;
    display: block;
  }
  .workTitle {
    top: 90%;
    right: 7%;
    color: springgreen;
    display: block;
  }

  .fixed {
    display: none;
  }

  .exBox {
    margin-top: 6%;
    margin-left: 0;
    width: 100%;
  }

  .m-hide {
    display: none !important;
  }

  .media {
    margin-top: 27%;
  }

  .media img {
    max-width: 100%;
    max-height: 90vh;
  }

  @keyframes sizeUp { /*animetion-nameで設定した値を書く*/

    0% {
      opacity: 100%;
      max-width: 100%;
      max-height: 90vh;
      }

    100% {
      opacity: 100%;
      max-width: 100%;
      max-height: 90vh;
      } /*アニメーション終了時は不透明度100%*/

  }

}

@media screen and (min-width:820px) and (max-width:1000px) {
  #pageTop, #arrowA, #arrowB, .workGenre, .workTitle{
    display: block;
  }
}

@media screen and (min-width:1200px) {
  #pageTop, #arrowA, #arrowB, .workGenre, .workTitle{
    display: block;
  }
}
