@charset "UTF-8";
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 0.75em;
  line-height: 180%;
  color: #908f85;
  margin: 0 auto;
  padding: 0;
  background-image: url(../asset/img/tree_mv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

a {
  text-decoration: none;
  color: #908f85; }
  a:hover {
    color: #484843; }

p {
  margin: 0 auto;
  padding: 0; }

ul {
  margin: 0 auto;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0 auto;
    padding: 0; }

.sp {
  display: none; }

/*loader
-----------------------------------------------*/
#loaderBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 7; }
  #loaderBg .loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 80px;
    z-index: 8; }
    #loaderBg .loader img {
      width: 100%;
      height: 100%; }

/*sidesns
-----------------------------------------------*/
#snsSide {
  position: fixed;
  bottom: 20px;
  right: 0;
  background: #908f85;
  border-radius: 10px 0 0 10px;
  opacity: 0.7;
  z-index: 100; }
  #snsSide ul li {
    padding: 10px; }
    #snsSide ul li a {
      display: block; }
      #snsSide ul li a img {
        vertical-align: middle;
        width: 20px;
        height: 20px; }
  #snsSide ul .sideTop {
    cursor: pointer;
    width: 20px;
    height: 20px; }
    #snsSide ul .sideTop::after {
      position: absolute;
      left: 50%;
      content: '';
      width: 15px;
      height: 15px;
      margin-top: 6px;
      margin-left: -7px;
      padding: 0;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-radius: 1px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

/*header
-----------------------------------------------*/
header {
  position: relative;
  top: 0;
  width: 100%; }
  header h1.logo {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0; }
  /*  header h1.logo::after {
      position: absolute;
      bottom: 60px;
      left: 50%;
      content: '';
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-radius: 1px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-animation: sdb 1.5s infinite;
              animation: sdb 1.5s infinite;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    header h1.logo img {
      width: 380px;
      margin-top: 30%;
      margin-left: 50%; } */

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

/*content
-----------------------------------------------*/
#content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  #content h2 {
    font-family: 'Forum', cursive;
    font-size: 3em;
    text-align: center;
    color: #484843;
    margin: 0 auto 50px;
    padding: 0;
    letter-spacing: 0.1em; }
    #content h2 span {
      display: block;
      font-size: 0.4em;
      margin-top: 15px; }
  #content h3 {
    font-family: 'Forum', cursive;
    font-size: 2.5em;
    color: #484843;
    text-align: center;
    margin: 0 auto;
    padding: 70px 0 0;
    letter-spacing: 0.1em; }
    #content h3 span {
      display: block;
      font-size: 0.4em;
      margin-top: 15px; }
  #content .concept {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 60px; }
    #content .concept p {
      text-align: center; }
      #content .concept p strong {
        font-family: serif;
        font-size: 1.2em; }
  #content .shop {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 150px; }
    #content .shop .shopList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      letter-spacing: -1em;
      padding: 50px 60px 70px; }
    #content .shop .shopBox {
      display: inline-block;
      background: #fff;
      box-shadow: 0px 0px 5px 0px #eae8e6;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear;
      width: 48%; }
      li.shopBox {
        margin: 0;
      }
      #content .shop .shopBox:hover {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
      #content .shop .shopBox .shop__image {
        position: relative;
        overflow: hidden; }
        #content .shop .shopBox .shop__image .shop__image__inner {
          padding-top: 56.25%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
      #content .shop .shopBox ul {
        display: block;
        letter-spacing: normal;
        text-align: center;
        vertical-align: top;
        width: 100%;
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        #content .shop .shopBox ul li:not(.open-li) {
          text-align: left; }
        #content .shop .shopBox ul li h4 {
          font-family: 'Forum', cursive;
          font-size: 1.8em;
          margin: 0 auto 30px; }
          #content .shop .shopBox ul li h4 span {
            font-family: serif;
            font-size: .85em;
            font-weight: normal; }
            #content .shop .shopBox ul li h4 span.shopName {
              font-size: .6em; }
        #content .shop .shopBox ul li.open-li {
          display: inline-block;
          text-align: center; }
          #content .shop .shopBox ul li.open-li:nth-of-type(2) {
            margin-left: 20px; }
          #content .shop .shopBox ul li.open-li a {
            display: block;
            font-family: 'Forum', cursive;
            font-size: 1.8em;
            text-align: center;
            background-color: #908f85;
            border-radius: 7px;
            color: #fff;
            margin: 30px 10px 0;
            padding: 7px 23px 5px;
            -webkit-transition: .2s linear;
            transition: .2s linear; }
            #content .shop .shopBox ul li.open-li a:hover {
              background-color: rgba(144, 143, 133, 0.7); }
            #content .shop .shopBox ul li.open-li a span {
              display: block;
              font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
              font-size: .8rem;
              font-weight: normal;
              -webkit-font-smoothing: antialiased; }
    #content .shop .lastBox {
      margin-right: 0; }
    #content .shop .comingBox {
      position: relative; }
      #content .shop .comingBox::before {
        position: absolute;
        top: 50%;
        content: "OPENING SOON";
        letter-spacing: normal;
        font-family: 'Forum', cursive;
        font-size: 2.5em;
        text-align: center;
        color: #fff;
        width: 100%;
        z-index: 1; }
      #content .shop .comingBox::after {
        position: absolute;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(144, 143, 133, 0.9); }
    #content .shop .openBox {
      position: relative; }
      #content .shop .openBox::before {
        position: absolute;
        top: 50%;
        content: "7/28 OPEN";
        letter-spacing: normal;
        font-family: 'Forum', cursive;
        font-size: 2.5em;
        text-align: center;
        color: #fff;
        width: 100%;
        z-index: 1; }
      #content .shop .openBox::after {
        position: absolute;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(144, 143, 133, 0.7); }
  #content .artist {
    letter-spacing: -1em;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 150px;
    padding: 0 60px 70px; }
    #content .artist .artistBox {
      background: #fff;
      -webkit-box-shadow: 0px 0px 5px 0px #eae8e6;
              box-shadow: 0px 0px 5px 0px #eae8e6;
      margin-top: 50px;
      padding: 50px; }
      #content .artist .artistBox .artistThumb {
        display: inline-block;
        width: 35%;
        height: 350px;
        margin-right: 5%;
        vertical-align: top; }
        #content .artist .artistBox .artistThumb .thumbImg {
          background-image: url(../asset/img/ceo.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: top center;
          width: 100%;
          height: 100%; }
    #content .artist .artistDesc {
      display: inline-block;
      width: 60%;
      vertical-align: top; }
      #content .artist .artistDesc h4 {
        font-family: 'Forum', cursive;
        font-size: 1.8em;
        color: #484843;
        letter-spacing: normal;
        margin: 20px auto; }
        #content .artist .artistDesc h4 span {
          display: block;
          font-size: .5em;
          margin-top: 10px; }
      #content .artist .artistDesc p {
        letter-spacing: normal;
        margin-bottom: 40px; }
      #content .artist .artistDesc ul {
        margin-top: 10px; }
        #content .artist .artistDesc ul li {
          display: inline-block; }
          #content .artist .artistDesc ul li a {
            display: block;
            letter-spacing: normal;
            border: 1px solid #908f85;
            border-radius: 5px;
            padding: 5px 10px;
            -webkit-transition: .2s;
            transition: .2s; }
            #content .artist .artistDesc ul li a:hover {
              border: 1px solid #484843;
              color: #484843; }
            #content .artist .artistDesc ul li a i {
              font-size: 1.7em;
              vertical-align: middle; }
            #content .artist .artistDesc ul li a i.icon-line-square {
              font-size: 1.5em; }
            #content .artist .artistDesc ul li a p {
              display: inline-block;
              vertical-align: middle;
              margin: 0 auto 0 10px; }
        #content .artist .artistDesc ul li:nth-child(1) {
          margin-right: 10px; }
      #content .artist .artistDesc ul.officialBtn {
        margin-top: 10px; }
        #content .artist .artistDesc ul.officialBtn li {
          display: inline-block; }
          #content .artist .artistDesc ul.officialBtn li a {
            position: relative;
            display: block;
            letter-spacing: normal;
            border: 1px solid #908f85;
            border-radius: 5px;
            padding: 5px 10px;
            overflow: hidden;
            -webkit-transition: .2s;
            transition: .2s;
            z-index: 0; }
            #content .artist .artistDesc ul.officialBtn li a::after {
              position: absolute;
              -webkit-transition: .2s;
              transition: .2s;
              -webkit-transform: skewX(15deg);
                      transform: skewX(15deg);
              content: '';
              width: 0;
              left: -10%;
              bottom: 0;
              height: 120%;
              background: #908f85;
              z-index: -1; }
            #content .artist .artistDesc ul.officialBtn li a:hover {
              border: 1px solid #908f85;
              color: #fff; }
              #content .artist .artistDesc ul.officialBtn li a:hover::after {
                width: 120%; }

/*footer
	-----------------------------------------------*/
footer {
  width: 100%; }
  footer h3 {
    font-family: 'Forum', cursive;
    font-size: 2.5em;
    color: #484843;
    text-align: center;
    margin: 0 auto;
    padding: 70px 0;
    letter-spacing: 0.1em; }
    footer h3 span {
      display: block;
      font-size: 0.4em;
      margin-top: 15px; }
  footer .share {
    margin-bottom: 60px; }
    footer .share ul {
      text-align: center; }
      footer .share ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
      footer .share ul .sc-tw {
        height: 20px; }
  footer .copy {
    color: #484843;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px; }
