@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------リセットCSS*/

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;
}

body {
  line-height: 1;
  margin: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: center top 374px;
  font-family: 'Noto Sans JP', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #444444;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------------------*/

header {
  width: 100%;
  height: 82px;
  background-color: #fff;
}

#logo {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#logo div {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 22px;
}

#logo div img {
  width: 150px;
}

main {
  width: 100%;
  margin: auto;
}

h1 {
  color: #444444;
  font-size: 7.75em;
  font-family: anisette-petite, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1>span {
  font-family: 'Noto Sans JP', sans-serif;
}

/*-------------------------------メニューとabout me--*/

#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 110px;
  height: 100%;
  background-color: #ffffff;
  z-index: 40;
}

#menu_wrap {
  width: 100%;
  height: 100%;
  background-color: white;
}

#menu ul {
  transform: rotate(90deg)translateX(80%);
  display: flex;
  margin-top: 20px;
}

#menu ul li {
  display: block;
  position: relative;
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-weight: lighter;
}

#menu ul li a {
  padding: 0 10px;
  color: #444444;
  display: block;
  text-decoration: none;
}
#menu ul li:last-child >a{
  color:#FA2F0A;
  font-weight: 400;
}
#menu ul li a::after {
  position: absolute;
  /* bottom: 12px; */
  bottom: -4px;
  left: 12px;
  content: '';
  width: 65%;
  height: 2px;
  background: #444444;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#menu ul li a:hover::after {
  transform: scale(1, 1);
}

#aboutMe {
  width: 100%;
  /* transform: translateY(90%); */
  /* transform: translateY(124%); */
  transform: translateY(117%);
  transform: translateY(350px);
  display: flex;
  flex-direction: column;
  position: absolute;
}

#profileImg {
  width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 5px;
}

#profileImg img {
  width: 100%;
}

#aboutProfile {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  font-weight: 100;
  font-size: 16px;
  margin: auto;
  margin-top: 20px;
  line-height: 22px;
}

#aboutProfile a {
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.slide-menu-button {
  position: fixed;
  top: 30px;
  right: 35px;
  outline: none;
  border: none;
  color: #2B7396;
  font-size: 20px;
  cursor: pointer;
  z-index: 50;
}

.slide-menu-button .menu-icon {
  display: block;
  float: left;
  cursor: pointer;
}

.slide-menu-button .menu-icon span {
  display: block;
  width: 30px;
  height: 4px;
  background: #444444;
  opacity: 0.5;
  margin-bottom: 4px;
  transition: .5s;
}

.openbtn1.on span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(8px) rotate(-45deg);
  width: 80%;
}

.openbtn1.on span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.on span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-8px) rotate(45deg);
  width: 80%;
}

/*-------------------------------------ファーストビュー動画--*/

#movie {
  width: 100%;
  position: relative;
}

#movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  height: calc(100vh - 82px);
}

/*-------------------------------------ファーストビュー動画--*/

/*------------------------------------ニュース--*/

#news {
  position: absolute;
  bottom: 0%;
  background-color: white;
  border-radius: 0px 12px 0px 0px;
  padding: 15px 10px 20px 10px;
  width: 50%;
}

#news h1 {
  font-size: 2em;
  padding: 0 3.5%;
}

#news>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#news p {
  padding: 0 30px;
}

.newslink {
  padding-left: 4%;
  display: block;
}

.newslink a {
  font-size: 12px;
  border-bottom: 1px #444444 solid;
}

.date {
  border-right: 0;
  padding: 0;
}

.sp_br {
  display: none;
}

.news-text {
  display: inline-block;
  box-sizing: border-box;
}

/*------------------------------------ニュース------------*/

#news_wrap, #philosophy_wrap, #works_wrap, #gallery_wrap, #skills_wrap, #footer_wrap {
  width: 1024px;
  margin: auto;
}

/*------------------------------------philosophy------------*/

#philosophy {
  width: 100%;
  margin: 140px 0;
  background-image: url("../../indexImg/philosophy_back.png");
}

#camera {
  position: absolute;
  bottom: -110px;
  right: 0px;
  width: auto;
  overflow: hidden;
}

#camera img {
  position: relative;
  right: -230px;
}

#philosophy h1 {
  position: relative;
  top: -75px;
}

#philosophy_paragraph {
  position: relative;
  top: 12px;
  right: 0;
  z-index: 10;
  width: 95%;
  margin: auto;
}

#philosophy_paragraph p {
  line-height: 32px;
  overflow-wrap: normal;
}

#philosophy_background {
  background-color: white;
  opacity: 0.75;
  position: relative;
  top: -50px;
  right: 55px;
  width: 100%;
  height: 310px;
  z-index: 5;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------philosophy------------*/

/*------------------------------------works------------*/

#works {
  width: 100%;
  margin-bottom: 250px;
}

#works ul {
  margin-top: 50px;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

#works li {
  height: auto;
  width: 33%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.workitems {
  border-left: 1px solid #444444;
  width: 90%;
  height: 115px;
  margin-top: 20px;
  position: absolute;
  bottom: -120px;
}

.workitems h2 {
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  padding-left: 8px;
  font-size: 1.4em;
  font-weight: 400;
}

#works li a:hover .workitems h2 {
  background-color: #ffd800;
  transition: 1.0s;
}

.hashtag {
  color: #00aced;
  float: left;
  margin-top: 15px;
  margin-left: 8px;
  font-weight: 300;
}

.contents {
  position: relative;
  top: 230px;
  width: 95%;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #444444;
}

.viewall {
  width: 172.56px;
  height: 172.56px;
  background-color: #92fc94;
  border-radius: 170px;
  position: absolute;
  right: 3%;
  bottom: -310px;
  z-index: 10;
  cursor: pointer;
}

.viewall p {
  font-size: 36px;
  text-align: center;
  position: relative;
  top: 40%;
  left: 1%;
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.viewall:hover {
  background-color: #ffeb7f;
  transition: 0.3s;
}

/*------------------------------------works------------*/

/*------------------------------------gallery------------*/

#gallery {
  width: 100%;
  margin-bottom: 290px;
  margin-top: 400px;
}

#gallery ul {
  margin-top: 50px;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

#gallery li {
  position: relative;
}

.active {
  display: none;
  position: absolute;
  top: -3%;
  left: -5%;
}

#gallery li:nth-child(2) .active {
  top: -4%;
  left: -4%;
}

#gallery li a:hover .active {
  display: block;
  transition: 1.0s;
}

.contents02 {
  position: relative;
  top: 130px;
  width: 95%;
}

.line02 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #444444;
}

.viewall02 {
  width: 172.56px;
  height: 172.56px;
  background-color: #92fc94;
  border-radius: 170px;
  position: absolute;
  right: 3%;
  bottom: -210px;
  z-index: 10;
  cursor: pointer;
}

.viewall02 p {
  font-size: 36px;
  text-align: center;
  position: relative;
  top: 40%;
  left: 1%;
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.viewall02:hover {
  background-color: #ffeb7f;
  transition: 0.3s;
}

/*------------------------------------gallery------------*/

/*------------------------------------skills------------*/

#skills {
  width: 100%;
  display: flex;
  background-image: url("../../indexImg/skills_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 70% center;
}

#skills h1 {
  position: relative;
  top: -30px;
}

#skills ul {
  margin-top: 50px;
  list-style: none;
}

#skills_wrap {
  position: relative;
  top: -45px;
  margin-bottom: 100px;
}

#list_wrap {
  width: 100%;
}

.skills_list {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-evenly;
}

.skills_wrap {
  width: 100%;
}

.icon {
  width: 100%;
}

.icon img {
  width: 100%;
}

.frameborder {
  border: 1px #444444 solid;
  padding: 12px;
  margin-bottom: 20px;
  width: 15%;
  cursor: pointer;
}

/*------------------------------------skills------------*/

/*------------------------------------footer------------*/

#footer_wrap p {
  margin: auto;
  text-align: center;
  padding: 50px;
}

footer {
  width: 100%;
  background-color: initial;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 30;
}

#topButton a {
  display: block;
  text-align: center;
  filter: alpha(opacity=50);
}

#topButton a:hover {
  display: block;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: .5s;
}

/*------------------------------------footer------------*/

@media screen and (max-width:1024px) {
  #news {
    width: 75%;
  }
}