@charset "utf-8";

/* ------------------------------
 l-header
------------------------------ */
.l-header {
  position: fixed;
  top: 35px;
  left: 50px;
  z-index: 1000;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.l-header.is-display {
  opacity: 1;
  visibility: visible;
}

.l-header-wrap {
  display: flex;
}

.l-header__title {
  width: 150px;
}

.l-header__title img {
  filter: drop-shadow(0px 0px 3px #666);
}

.l-header__menu {
  margin-left: 35px;
}

.l-header__list {
  display: flex;
}

.l-header__item {
  width: 56px;
  margin-right: 25px;
}

.l-header__item img {
  filter: drop-shadow(0px 0px 2px #666);
}

@media screen and (min-width: 768px) and ( max-width:1080px) {
  .l-header__title {
    width: 120px;
  }

  .l-header__menu {
    margin-left: 30px;
  }

  .l-header__item {
    width: 46px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header {
    top: 10px;
    left: 20px;
  }

  .l-header__title {
    width: 80px;
  }

  .l-header__menu {
    margin-left: 25px;
  }

  .l-header__item {
    width: 32px;
    margin-right: 15px;
  }
}


/* ------------------------------
 l-main
------------------------------ */
.l-main {
  width: 100%;
  overflow: hidden;
}



/* ------------------------------
 main visual
------------------------------ */
.mv {
  width: 100%;
  height: calc( 100vh - 80px );
  background-image: url("../img/mv.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.mv__logo {
  width: 100%;
  height: 50vh;
  background-image: url("../img/mv-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13vh;
  left: 0;
  z-index: 15;
}

.mv__harissa {
  width: 407px;
  height: 407px;
  position: absolute;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 250px;
}

.mv__harissa a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #711b00;
  padding-top: 265px;
  background-image: url("../img/harissa-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.mv__insta {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 15;
  transform: translateY(-50%);
}

.mv__insta a {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  font-size: 1.8rem;
  color: #ffffff;
}

.mv__insta a span {
  display: inline-block;
  transform: translateX(2px);
}

@media screen and (min-width: 768px) and ( max-width:1080px) {
  .mv__logo {
    height: 40vh;
    top: 18vh;
  }

  .mv__harissa {
    width: 320px;
    height: 320px;
    bottom: -200px;
  }

  .mv__harissa a {
    padding-top: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    height: calc( 100vh - 150px );
    background-image: url("../img/mv-sp.jpg");
  }

  .mv__logo {
    height: 35vh;
    top: 20vh;
  }

  .mv__harissa {
    width: 260px;
    height: 260px;
    bottom: -200px;
    border-radius: 150px;
  }

  .mv__harissa a {
    font-size: 2rem;
    padding-top: 165px;
  }

  .mv__insta {
    right: 8%;
  }

  .mv__insta a {
    font-size: 1.4rem;
  }

  .mv__insta a span {
    transform: translateX(1px);
  }
}



/* ------------------------------
 message
------------------------------ */
.message {
  width: 100%;
  position: relative;
}

.message.relax {
  margin-top: 30px;
}

.message-body {
  display: block;
  position: absolute;
  bottom: 50px;
}

.relax .message-body {
  right: 50px;
}

.music .message-body {
  left: 50px;
}

.message__eng {
  font-size: 1.6rem;
  color: #ffffff;
}

.message__txt {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-top: 15px;
}

@media screen and (min-width: 768px) and ( max-width:1080px) {
  .message__txt {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .message {
    width: 100%;
    position: relative;
  }

  .message.relax {
    margin-top: 140px;
  }

  .message-body {
    bottom: 20px;
  }

  .relax .message-body {
    right: 20px;
  }

  .music .message-body {
    left: 20px;
  }

  .message__eng {
    font-size: 1.2rem;
  }

  .message__txt {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}


/* ------------------------------
 harissa
------------------------------ */
.harissa {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 150px 20px 0 20px;
}

.harissa__logo {
  max-width: 1206px;
  margin: 0 auto;
}

.harissa-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.harissa-img {
  width: 44%;
}

.harissa-body {
  width: 50%;
}

.harissa__eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.harissa__heading {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  margin-top: 15px;
}

.harissa__heading + .harissa__txt {
  margin-top: 60px;
}

.harissa__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
}

.harissa__txt a {
  display: inline-block;
  color: #000000;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and ( max-width:1080px) {
  .harissa__heading {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .harissa {
    padding: 70px 20px 0 20px;
  }

  .harissa__logo {
    max-width: 1206px;
    margin: 0 auto;
  }

  .harissa-wrap {
    margin-top: 30px;
    display: block;
  }

  .harissa-img {
    width: 100%;
  }

  .harissa-body {
    width: 100%;
    margin-top: 30px;
  }

  .harissa__eng {
    font-size: 1.2rem;
  }

  .harissa__heading {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }

  .harissa__heading + .harissa__txt {
    margin-top: 30px;
  }

  .harissa__txt {
    font-size: 1.4rem;
  }

  .harissa__txt a {
    display: inline-block;
    margin-left: 0px;
  }
}



/* ------------------------------
 instagram
------------------------------ */
.instagram {
  max-width: 1000px;
  margin: 30px auto 0 auto;
  padding: 150px 20px 0 20px;
}

.instagram__heading {
  text-align: center;
  font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}

.instagram-body {
  margin-top: 60px;
}

.instagram .jr-insta-thumb ul.thumbnails {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; 
}

.instagram .jr-insta-thumb ul.thumbnails li {
  margin: 0 0 2% 0; 
}

.instagram .jr-insta-thumb ul.thumbnails.jr_col_6 li {
  width: 32% !important; 
}

@media only screen and (max-width: 767px) {
  .instagram {
    margin: 0 auto 0 auto;
    padding: 70px 20px 0 20px;
  }

  .instagram-body {
    margin-top: 40px;
  }
}




/* ------------------------------
 access
------------------------------ */
.access {
  width: 100%;
  padding: 150px 0 0 0;
}

.access__heading {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}

.access-body {
  margin-top: 60px;
}

@media screen and (min-width: 768px) and ( max-width:1080px) {
  .access__heading  {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .access {
    padding: 70px 0 0 0;
  }

  .access__heading {
    font-size: 3rem;
  }

  .access-body {
    margin-top: 40px;
  }
}



/* ------------------------------
 l-footer
------------------------------ */
.l-footer {
  width: 100%;
}

.l-footer__inner {
  width: 100%;
  padding: 100px 20px;
  background-color: #606060;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer-map {
  display: block;
  width: 100%;
  max-width: 371px;
  height: auto;
}

.l-footer-info {
  display: block;
  color: #ffffff;
  margin-left: 35px;
}

.l-footer-info__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.l-footer-info__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.l-footer-info__txt a {
  color: #ffffff !important;
}

.l-footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__inner {
    display: flex;
    flex-direction: column;
  }

  .l-footer-info {
    margin-top: 35px;
    margin-left: 0;
  }

  .l-footer-info__heading {
    font-size: 1.4rem;
  }

  .l-footer-info__txt {
    font-size: 1.4rem;
  }

  .l-footer-info__txt a {
    color: #ffffff !important;
  }

  .l-footer-copyright {
    font-size: 1.2rem;
    padding: 50px 0;
  }
}