@charset "UTF-8";

body {
  background-color: #ffffff;
}

/* html {
  scroll-behavior: smooth;
} */

html {
  font-size: 100%;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#portfolio h2 {
  padding-top: 40px;
  border-bottom: 2px solid #ccc;
}

#broshure h2 {
  padding-top: 40px;
  border-bottom: 2px solid #ccc;
}

#logo h2 {
  padding-top: 40px;
  border-bottom: 2px solid #ccc;
}


ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.en-text-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.title-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

/* <uniquifier>: Use a unique and descriptive class name */
/* .noto-serif-jp-<uniquifier> { */
.text-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
  /* height: 110px; */
  background-color: #fff;
}

.header-title {
  font-size: 70%;
}

.header-logo {
  display: flex;
  align-items: flex-end;
  padding: 15px 0 5px 0;
}

.header-logo img {
  width: 45px;
  height: auto;
}

.cap-titile span {
  display: block;

}

.gnav {
  background: #4B4E60;
  border-bottom: 5px solid #9FA6CC;
}

.gnav ul {
  display: flex;
}

.gnav li {
  width: 25%;
}

.gnav a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

.here {
  border-bottom: 4px solid #4B4E60;
}

.gnav a:hover {
  background: #9FA6CC;
}

.works-nav {
  background: #9FA6CC;
}

.works-nav ul {
  display: flex;
}

.works-nav li {
  width: 50%;
}

.works-nav a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.works-nav a:hover {
  background: #C7CFFF;
  color: #333333;
}

.h3-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
}



.imgL {
  float: left;
}

.clear {
  clear: both;
}


.context {
  width: 90%;
  margin-top: 25px;
  margin-bottom: 25px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.portfolio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.portfolio-list li {
  width: calc((100% - 40px) / 5);
}

.portfolio-list li img {
  margin-bottom: 5px;
}


.portfolio-list li div {
  border: 1px solid #9A9A9A;
  background-color: #ffffff;
  padding: 10px;
  font-size: 90%;
}

.portfolio-list li p:last-child {
  text-align: right;
}

/* img. poster1 {
  width: 80px;
  height: auto;
} */

.portfolio-list li {
  margin-bottom: 15px;
}

.bg-White {
  background-color: #fff;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
}

.bg-White::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #4B4E60;
  opacity: 0.7;
}

.bg-White h2 {
  font-size: 150%;
  /* opacity: 0.7; */
}

.bg-White p {
  font-size: 120%;
  /* opacity: 0.8; */
}

.bg-White img {
  height: 70vh
}

.box {
  position: relative;
  z-index: 0;
}

/* .box {
  background:darkblue;
  position: relative;
  border: 50px solid pink;
  z-index: 10;
  opacity: 1;
  }
  .box p {
  margin:0;
  padding:0;
  } */

.index-title a {
  text-decoration: none;
}

.index-title a:hover {
  /* text-decoration: underline; */
  text-shadow: 0 0 5px black;
}



.index-title {
  text-align: center;
  color: #fff;
  z-index: 20;
}




#privacy-policy {
  width: 80%;
  margin-top: 25px;
  margin-bottom: 50px;
}

.contact {
  margin: 25px;
}

input[required] {
  border: 1px solid #4B4E60;
  width: 250px;
}

.name {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 40%;
}

.email {
  margin-bottom: 30px;
}

textarea {
  border: 1px solid #4B4E60;
  width: 250px;
}

.footer {
  padding: 15px;
  text-align: center;
  background: #4B4E60;
  color: #fff;
}

.privacy {
  margin-bottom: 5px;
}

/* mobaile */
.hamburger-menu {
  display: none;
}

.caution {
  color: red;
}

html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #C7CFFF;
  border: solid 1px #C7CFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 1px solid #4C524C;
  border-right: 1px solid #4C524C;
  transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 768px) {

  /* .header-logo {
    border-bottom: 2px solid #4B4E60 ;
    padding: 9px;
  } */

  .kay {
    display: flex;
  }

  .index-title a {
    text-decoration: underline;
  }

  .hamburger-menu {
    display: block;
  }

  #gnav,
  #works-nav {
    display: none;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #4B4E60;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  /* .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  } */

  .menu-content ul {
    /* padding: 70px 10px 0; */
    padding: 10px 10px 0;
  }

  .work-tilte {
    color: white;
  }

  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }



  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a:hover {
    background-color: #9FA6CC;
    color: black;
  }



  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    /*overflow-y: scroll;縦スクロール*/
    background-color: #4B4E60;
    transition: all 0.5s;
    /*アニメーション設定*/
  }


  #menu-btn-check:checked~.menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }

  .imgL {
    width: 40%;
  }

  .portfolio-list li {
    width: 100%;
  }

}
