@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #fffffb;
  color: #282728; /* RGB */
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 170px;
}
h2{
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.header {
  height: 170px;
  width: 100%;
  background-color: rgba(255, 255, 251, 0.9); 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  letter-spacing: 2px;
}
.header__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: left;
  padding: 65px 20px 0px 35px;
}
.thin {
  height: 100px;
}
.thin-title {
  padding: 35px 20px 0px 35px;
}


a {
  text-decoration: none;
  color: #282728;
}
@media(max-width:959px) {
  .open-button {
    display: block;
    position: absolute;
    right: 35px;
    top: 80px;
    width: 30px;
    height: 21px;
    animation: 0.5s linear slidein;
  }
  .open-button span,
  .open-button span:before,
  .open-button span:after {
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #282728;
    display: block;
    content: "";
    transition: 0.5s ease-in-out;
  }
  .open-button span:before {
    bottom: -6px;
  }
  .open-button span:after {
    bottom: -12px;
  }
  .open-button.on span {
    bottom: calc(50% - 1px);
    transform: rotate(-30deg);
  }
  .open-button.on span:before {
    top: calc(50% - 0.7px);
    transform: rotate(60deg);
  }
  .open-button.on span:after {
    display: none;
  }
  .thin-button {
    top: 47px;
  }
  .header__navigation {
    display: none;
    z-index: 5;
    position:fixed;
    top: 170px;
    left: 0;
    background-color: rgba(229, 229, 225, 0.97);
    width: 70%;
    height: 100%;
    padding: 30px 0 0 30px;
    text-align: left;
    line-height: 6rem;
  }
  .thin-header__navigation {
    display: none;
    top: 100px;
  }
  .header nav li a {
    text-decoration: none;
    color: #282728;
    font-size: 1.5rem;
  }
  .w-toggle-switch {
    position:relative;
    padding: 0;
    font-size: 1.5rem;
  }
  .w-toggle-switch::after {
    content: "+";
    display: inline-block;
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .w-toggle-switch.open::after {
    content: "-";
    display: inline-block;
    transform: scaleX(2);
    padding-left: 16px;
  }
  .w-toggle-contents {
    display: none;
    padding: 5px 11px;
    opacity: 0.7;
  }
  ul.w-toggle-contents li {
    line-height: 1.2rem;
    padding-bottom: 30px;
  }
  ul.w-toggle-contents li a {
    font-size: 1.2rem;
  }
  ul.w-toggle-contents li a span {
    font-size: 1.4rem;
  }
  ul.w-toggle-contents li:last-child a {
    font-size: 1.4rem;
  }
  ul.w-toggle-contents li br {
    display: none;
  }
}
@media(min-width:960px) {
  .header {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
  }
  .header__title {
    padding: 65px 20px 20px 80px;
    width: 25%;
  }
  .thin-title {
  padding: 35px 20px 20px 80px;
}
  .header nav {
    display: block;
  }
  .header nav ul {
    display: flex;
  }
  .header__menu {
    display: block;
    padding: 80px 30px 20px;
  }
  .thin-header__menu {
    padding-top: 45px;
  }
  .header nav li:last-child {
    padding-right: 50px;
  }
  .header nav li a {
    text-decoration: none;
    color: #282728;
    font-size: 1.5rem;
  }
  ul.header__navigation__ddmenu li {
    position: relative;
    font-size: 1.5rem;
  }
  ul.header__navigation__ddmenu li:hover {
    cursor:default;
  }
  ul.header__navigation__ddmenu ul {
    display: none;
    margin: 0;
    padding: 34px 0 25px 25px;
    position: absolute;
    left: -39px;
    text-align: left;
  }
  ul.header__navigation__ddmenu ul li {
    letter-spacing: 1.5px;
    line-height: 1.4rem;
    padding: 0 0 20px 48px;
    background-color: rgba(255, 255, 251, 0.9);
  }
  ul.header__navigation__ddmenu ul li a {
    font-size: 1.2rem;
  }
  ul.header__navigation__ddmenu ul li a span {
    font-size: 1.4rem;
  }
  ul.header__navigation__ddmenu ul li:last-child a {
    font-size: 1.4rem;
  }
  ul.header__navigation__ddmenu ul li:nth-child(2) {
    text-align: center;
    padding: 0 14px 20px 12px;
  }
  ul.header__navigation__ddmenu ul li:last-child {
    padding: 0 44px 35px 43px;
  }
  ul.header__navigation__ddmenu li:hover ul {
    display: block;
  }
}
a:hover {
  opacity: 0.5;
}
.footer {
  height: 74px;
  background-image: url("../images/common/footer_bg_nf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0%;
}
.footer__to-instagram {
  display: block;
  width: 29px;
  padding: 13px 0 0 14.5px;
  text-align: left;
}
.footer__to-instagram img {
  width: 100%;
}
.footer__copyright {
  display: block;
  max-width: 1440px;
}
@media(min-width: 376px) { 
  .footer {
    background-size: cover; 
    max-width: 1440px; 
  }
}
.none {
  display: none;
}
#scroll-top {
  position: fixed;
  bottom: 65px;
  right: 10px;
  padding: 5px 5px 5px 0;
  font-size: 1.8rem;
  text-decoration: none;
  color: #282728;
  cursor: pointer;
}
.fade {
  opacity: 0;
  transition: 2s;
}
.fade-in {
  opacity: 1;
}
.move {
  display: block;
  margin-top:-115px;
  padding-top:115px;
}
.and-more {
  padding: 40px 35px 100px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  max-width: 400px;
  margin: 0 auto;
}
@media(min-width: 960px) {
  .and-more {
    max-width: 1260px;
    padding: 40px 75px 200px;
    margin: 0;
    font-size: 1.5rem;
  }
  .and-more p {
    max-width: 850px;
    margin: 0 auto;
  }
}
@keyframes slidein {
    0% {
      transform: scaleX(0);
      opacity: 0;
    }
    100% {
      transform: scaleX(1);
      opacity: 1;
    }
  }