@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  background: url("../img/bg_washi.png");
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
  color: #333;
}
@media(max-width:770px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 1.px;
    line-height: 2rem;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*ヘッター*/
.header-area {
  text-align: center;
}
/*サイドバー固定*/
.sidebar {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 20px;
  width: 120px;
  height: auto;
  background-color: #000;
  opacity: 0.8;
  padding-top: 20px;
}
.sidebar-list {
  list-style: none;
  margin: 20px 0px;
}
.sns-link_sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  border: none;
}
.sns-link_sidebar ul li {
  margin: 10px 0px;
}
.sidebar-list li a {
  font-size: 1.4rem;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 4.6rem;
}
.sidebar-list li a {
  position: relative;
  text-decoration: none;
}
.sidebar-list li a:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .2s;
}
.sidebar-list li a:hover:after {
  width: 100%;
}
/* SNSボタン */
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 22px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
}
.flowbtn17.insta_btn {
  font-size: 26px;
}
.flowbtn17:hover {
  text-decoration: none;
}
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flowbtn17.fl_tw:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}
.flowbtn17.insta_btn:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.flowbtn17.fl_yu:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}
ul.snsbtniti {
  padding: 0 !important;
  list-style-type: none !important;
}
.snsbtniti {
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}
.snsbtniti li {
  padding: 5px;
  text-align: center !important;
}
@media (max-width:970px) {
  .sidebar {
    display: none;
  }
}
/*オープンボタン */
.openbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  border: 1px solid #FFF;
  background: #000;
  opacity: 60%;
  transition: all 0.2s ease-out;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
.openbtn:hover {
  background: #000;
  opacity: 80%;
  color: #FFF;
}
.openbtn span:nth-of-type(1), .openbtn span:nth-of-type(3) {
  height: 1px;
  background: #fff;
  width: 62%;
  left: 10px;
}
.openbtn span:nth-of-type(1) {
  top: 13px;
}
.openbtn span:nth-of-type(2) {
  top: 19px;
  left: 9px;
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #fff;
}
.openbtn span:nth-of-type(3) {
  top: 41px;
}
.openbtn.active span:nth-of-type(1) {
  top: 22px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 34px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*ナビゲーション*/
nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
nav.panelactive ul {
  opacity: 1;
}
nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  opacity: 0.9;
  transform: scale(0);
  right: -50px;
  left: calc(50% - 50px);
  transition: all .6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}
nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
nav.panelactive #g-nav-list {
  display: block;
}
/*ナビゲーション*/
nav ul {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
nav li a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  padding: 14px;
}
/* SNSボタン */
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 22px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
}
.flowbtn17.insta_btn {
  font-size: 26px;
}
.flowbtn17:hover {
  text-decoration: none;
}
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flowbtn17.fl_tw:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}
.flowbtn17.insta_btn:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.flowbtn17.fl_yu:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}
ul.snsbtniti2 {
  padding: 0 !important;
  list-style-type: none !important;
}
.snsbtniti2 {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
}
.snsbtniti2 li {
  padding: 5px;
  text-align: center !important;
}
.snsbtniti2 {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:971px) {
  .open-nav {
    display: none;
  }
}
/*全体*/
.section-main-area {
  width: auto;
  margin: auto;
  padding: 0 20px 0 170px;
}
@media(max-width:970px) {
  .section-main-area {
    padding: 10px;
  }
}
/*タイトル*/
.section-title {
  text-align: center;
}
.section-title h1 {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 4.2px;
}
.section-title h2 {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 2.4px;
  padding-top: 8px;
  margin-bottom: 50px;
  color: #8E8E8E;
}
@media(max-width:770px) {
  .section-title h1 {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .section-title h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-top: 3px;
    margin-bottom: 30px;
  }
}
/*more*/
.more-button-link {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.more-button {
  display: inline-block;
  padding: 10px 80px;
  text-decoration: none;
  border: 0.5px solid #000;
  color: #333;
  outline: none;
  transition: all 0.8s ease-out;
  position: relative;
  text-align: center;
}
.more-button:hover {
  background: #000;
  opacity: 70%;
  color: #FFF;
}
@media(min-width:771px) {
  .more-button-link {
    padding-top: 70px;
  }
  .more-button {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 18px 100px;
  }
}
/*footer*/
.footer-area {
  background:url("../img/kodawari_bg.jpg");
  background-size:cover;
  background-position: center;
  width:100%;
  height:300px;
 
  display: flex;
  position: relative;
  z-index: 0;
  justify-content: center;
     
}

.footer-area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
 filter: brightness(30%);
}
.footer-content {
  position: absolute;
  height: auto;
  text-align: center;

  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*sns*/
.sns-btn {
  display: inline-block;
  font-size: 28px;
  text-decoration: none;
  transition: 2s;
  color: #FFF;
}
.sns-btn:hover {
  text-decoration: none;
}
.sns-btn .fa-twitter:hover {
  color: #55acee;
}
.sns-btn .fa-instagram:hover {
  color: #c6529a;
}
.sns-btn .fa-youtube:hover {
  color: #fc0d1c;
}
/* アイコン */
.sns-link {
  padding-top: 30px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
/* ボタン余白 */
.sns-link li {
  list-style-type: none !important;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center !important;
}
.snsbtn-list {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 80%;
  left: 50%;
}
/*プライバシーポリシー*/
.privacy-policy {
  padding-top: 40px;
  font-size: 1.2rem;
}
.privacy-policy a {
  color: #FFFFFF;
}
.copyright p {
  padding: 5px 0;

  text-align: center;
  font-size: 1rem;
}