body {
  font-family: 'Noto san JP', san-serif;
  width: 100%;
}

p {
  font-size: 16px;
}

main {
  width: 100%;
  max-width: 1294px;
  margin: auto;
}

h1 {
  font-family: 'Arvo', serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 4px;
}

.yellow {
  color: #FFD800;
}

h2 {
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 20px;
}

hr {
  width: 5%;
  float: left;
  margin-right: 8px;
  height: 5px;
  background-color: #00ff30;
  border: none;
  position: relative;
  top: 3px;
}

.about-hr {
  width: 3%;
}

.link {
  text-decoration: none;
  background-image: url("../../img_index/arrow_y.png");
  background-repeat: no-repeat;
  background-position: 120px;
  padding: 10px 5% 10px 15px;
  padding-right: 50px;
  transition: .5s;
  color: #131313;
  margin-top: 10px;
  display: block;
  width: 170px;
}

.hover-on:hover .link {
  background-position: 130px;
  background-image: url("../../img_index/arrow_w.png");
  background-color: #FFD800;
  border-radius: 0 40px 40px 0;
  color: #fff;
}

li {
  list-style: none;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(25, 25, 25, 0.8);
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: start;
  background-image: url("../../img_index/arrow_w.png");
  background-repeat: no-repeat;
  background-position: right 200px center;
  transition: .5s;
}

#g-nav li:hover {
  background-image: url("../../img_index/arrow_y.png");
  background-repeat: no-repeat;
  background-position: right 180px center;
}

#g-nav li:hover>a {
  color: #FFD800;
}

#g-nav li:last-child {
  background-image: none;
}

.menu-contact {
  margin-top: 30px;
}

.menu-contact p {
  font-family: 'Noto san JP', san-serif;
  color: #fff;
  padding: 10px;
}

.menu-contact a span {
  padding-left: 45px;
  background-image: url("../img/2021\ Twitter\ logo\ -\ blue.png");
  background-repeat: no-repeat;
  background-position: left 4px bottom 1px;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: .5s;
}

#logo, .openbtn1 {
  position: fixed;
}

#logo {
  top: 20px;
  left: 20px;
  width: 120px;
}

.menu {
  font-family: 'Arvo', serif;
  font-size: 24px;
}

.openbtn1 {
  z-index: 9999;
  top: 10px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 7px;
  height: 3px;
  border-radius: 2px;
  background-color: #131313;
  width: 78%;
}

.openbtn1 span:nth-of-type(1) {
  top: 9px;
}

.openbtn1 span:nth-of-type(2) {
  top: 18px;
  font-size: 10px;
  background-color: initial;
  letter-spacing: 3px;
  color: #131313;
}

.openbtn1 span:nth-of-type(3) {
  top: 39px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 65%;
  background-color: #fff;
}

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

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 65%;
  background-color: #fff;
}

/* MV・header・news ===================================================== */

header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

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

.sp-mv {
  display: none!important;
}

#catchcopy {
  position: absolute;
  top: 30%;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  z-index: 100;
}

.copytext {
  padding: 10px;
  background-color: #131313;
  color: #fff;
  letter-spacing: 3px;
  padding-left: 2rem;
  font-weight: 100;
  font-family: 'Noto san JP', san-serif;
  transition-delay: 1s;
  transition: .3s;
}

.copytext:first-child {
  padding-left: 3rem;
  margin-bottom: 20px;
  width: fit-content;
  width: -moz-fit-content;
  padding-right: 2rem;
}

.yellowtext {
  color: #FFD800;
  font-weight: bold;
}

.mv-slide {
  width: 75%;
  float: right;
  margin: 0;
}

.item img {
  width: 100%;
}

#news {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  padding-left: 0.5vw;
}

#news h1 {
  font-size: 20px;
}

.bx-wrapper {
  border: none!important;
  position: relative!important;
  box-shadow: none!important;
  background-color: rgba(255, 255, 255, 0)!important;
  margin: 0!important;
  max-width: 50%!important;
}

.news-slider {
  margin: 0;
  background-color: transparent;
}

.news-slider li {
  border-bottom: none!important;
}

.news-slider a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #131313;
}

.news_link a {
  text-decoration: none;
  color: #131313;
  font-size: 14px;
}

.newstext {
  font-family: 'Noto san JP', san-serif;
}

.news-slider span {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #777;
}

@media screen and (max-width:768px) {
  .news-slider {
    padding: 20px;
  }
  .news-slider li {
    border-bottom: 1px dashed #ccc;
  }
  .news-slider li:last-child {
    border-bottom: none;
  }
  .news-slider span {
    display: block;
    padding-bottom: 10px;
  }
}

/* about Cmono ===================================================== */

#aboutCmono {
  background-image: url("../../img_index/2x/about_bg@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  margin-right: calc(50% - 49vw);
  margin-left: calc(50% - 49vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

#about_outer {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 110px 0;
}

.about_inner {
  width: 50%;
}

/* left area ---------------------- */

.about_inner h2 {
  margin-top: 28px;
  margin-bottom: 16px;
}



.detail:nth-child(3)>ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /* justify-content: center; */
}


.detail:nth-child(3)>ul li {
  /* width: calc(10% - 0%); */
  max-width: 72px;
  margin: 1px;
  /* padding: 10px; */
  padding: 0.25rem;
  color: #FFF;
}

.detail span {
  font-size: 14px
}

.detail:nth-child(4)>span a {
  background-image: url("../../img_index/2021\ Twitter\ logo\ -\ blue.png");
  background-repeat: no-repeat;
  padding-left: 40px;
  text-decoration: none;
  padding-bottom: 5px;
  transition: .3s;
  color: #131313;
}

.detail:nth-child(4)>span a:hover {
  border-bottom: 1px #131313 solid;
  transform: scale(0, 1);
}

/* right area ---------------------- */

.about_inner:nth-child(2) p {
  margin-bottom: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
  font-family: 'Noto san JP', san-serif;
  font-size: 17px;
}

/* works ===================================================== */

#works h1 {
  margin-right: calc(50% - 49vw);
  margin-left: calc(50% - 49vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/* web area -------------------- */

#web {
  width: 100%;
  position: relative;
  margin-bottom: 110px;
  display: flex;
  padding-top: 40px;
}

.web_wrap {
  width: 50%;
  z-index: -1;
  top: -20vh;
}

.textbox {
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 10;
  width: 570px;
  padding: 72px 37px;
  top: 17%;
  left: 2%;
  filter: drop-shadow(0px 0px 10px rgba(105, 125, 125, 0.5));
}

.textbox p {
  margin: 15px 0;
  font-family: 'Noto san JP', san-serif;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgb(255, 255, 255);
  width: 570px;
  padding: 72px 37px;
  top: 17%;
  filter: drop-shadow(0px 0px 10px rgba(105, 125, 125, 0.5));
  height: 310px;
  margin: 30px 0;
}

.weblist {
  padding: 0;
  width: 100%;
}

.weblist li {
  margin-right: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.side-img {
  width: 100%;
  max-width: initial;
  margin-bottom: 10px;
}

.web_name {
  font-family: 'Noto san JP', san-serif;
  margin-left: 1rem;
}

/* graphic area -------------------- */

#graphic {
  position: relative;
  margin-bottom: 80px;
}

.slider-outer {
  width: 100%;
  position: relative;
}

.slider-inner {
  height: 100%;
  overflow: hidden;
}

.slider-inner ul {
  padding: 0;
  margin: 30px 0;
}

.slider-inner ul li {
  display: flex!important;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
  margin-left: 30px;
  width: 400px;
  height: 400px;
}

/* jQuery area -------------------- */

#jquery {
  width: 100%;
  margin-bottom: 130px;
}

.jquery_inner {
  width: 900px;
  margin: auto;
  position: relative;
}

#slide {
  margin: 0 auto;
  position: relative;
  padding-bottom: 45%;
}

.jquery_item {
  width: 400px;
  height: 400px;
}

.textbox-add {
  top: 8%;
  left: 36%;
  display: inline-block;
}

/* gallery ========================================================= */

#gallery {
  background-image: url("../../img_index/gallery_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: calc(50% - 49vw);
  margin-left: calc(50% - 49vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: rgba(249, 249, 249, 0.5);
  background-blend-mode: lighten;
}

#gallery_inner {
  cursor: pointer;
  padding: 10% 0;
}

#gallery_inner div {
  width: fit-content;
}

#gallery_inner div p {
  margin: 20px 0;
  text-align: initial;
}

/* contact ======================================================== */

#contact {
  width: 100%;
  margin-top: 120px;
}

.contact_wrap {
  text-align: center;
}

.contact_wrap button {
  background-color: #131313;
  border: none;
  padding: 10px 25px;
  transition: .3s;
  border: 1px solid #131313;
}

.contact_wrap button a {
  padding-left: 10px;
  background-image: url("../../img_index/2021\ Twitter\ logo\ -\ blue.png");
  background-repeat: no-repeat;
  padding-left: 40px;
  text-decoration: none;
  color: #fff;
  font-family: 'Arvo', serif;
  font-size: 35px;
  background-position: left top 12px;
  transition: .3s;
}

.contact_wrap button:hover {
  background-color: #fff;
}

.contact_wrap button a:hover {
  color: #131313;
}

.contact_wrap p {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}

/* footer ========================================================= */

footer {
  text-align: center;
  width: 100%;
  margin-top: 160px;
}

footer span {
  font-family: 'Arvo', serif;
  font-size: 20px;
  padding: 16px 0;
}

@media screen and (max-width:1024px) {
  #aboutCmono,#gallery,#works h1{
    margin: 0;
  }
  .onlysp {
    width: 50%;
  }
  .sticky {
    top: 0;
    left: 0;
  }
  .textbox {
    width: 40%;
    padding: 5% 5%;
    top: 0%;
  }
  .textbox-sp {
    top: 7%;
  }
  .jquery_inner {
    width: 100%;
    margin: auto;
  }
}