@charset "UTF-8";
@font-face {
  font-family: "Butler_Medium";
  src: url("../fonts/Butler_Medium.woff") format("woff");
}

@media screen and (min-width: 640px) {
  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .pc_br {
    display: none;
  }
}

.spimg {
  display: none;
}

@media (max-width: 1100px) {
  .spimg {
    display: block;
  }
}

.pcimg {
  width: 360px;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .pcimg {
    display: none;
  }
}

/* animation */
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  animation: tracking-in-expand 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-9-17 17:21:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: 0.15em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: 0.15em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.fade {
  animation: fadeIn 2s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

.fade2 {
  animation: fadeIn2 3s ease-in-out 0s 1 normal;
}

@keyframes fadeIn2 {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

/* scroll effects */
#menu[trigger].invisible, #menu[trigger].visible {
  opacity: 0.2;
  filter: brightness(1.3);
  transform: translateY(20px);
  transition: all 3s ease-in-out;
}

#menu[trigger].visible {
  opacity: 1.0;
  transform: translateY(0px);
  filter: brightness(1);
}

#intro[trigger].invisible, #intro[trigger].visible {
  opacity: 0.7;
  transform: scale(1.1);
  filter: brightness(1.4);
  transform: translateY(20px);
  transition: all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#intro[trigger].visible {
  opacity: 1.0;
  transform: scale(1);
  filter: brightness(1);
  transform: translateY(0px);
}

#news h2[trigger].invisible, #news h2[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#news h2[trigger].visible {
  transform: translateY(0px);
}

#news li[trigger].invisible, #news li[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#news li[trigger].visible {
  transform: translateY(0px);
}

#access img[trigger].invisible, #access img[trigger].visible {
  opacity: 0.0;
  transition: all 3s ease-in-out;
}

#access img[trigger].visible {
  opacity: 1.0;
}

#access h2[trigger].invisible, #access h2[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#access h2[trigger].visible {
  transform: translateY(0px);
}

#access p[trigger].invisible, #access p[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#access p[trigger].visible {
  transform: translateY(0px);
}

#media h2[trigger].invisible, #media h2[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#media h2[trigger].visible {
  transform: translateY(0px);
}

#media ul[trigger].invisible, #media ul[trigger].visible {
  opacity: 0.3;
  filter: brightness(3);
  transform: translateY(20px);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#media ul[trigger].visible {
  opacity: 1.0;
  transform: translateY(0px);
  filter: brightness(1);
}

#review h2[trigger].invisible, #review h2[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#review h2[trigger].visible {
  transform: translateY(0px);
}

#review p[trigger].invisible, #review p[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#review p[trigger].visible {
  transform: translateY(0px);
}

#recruit h2[trigger].invisible, #recruit h2[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#recruit h2[trigger].visible {
  transform: translateY(0px);
}

#recruit p[trigger].invisible, #recruit p[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#recruit p[trigger].visible {
  transform: translateY(0px);
}

#recruit h3[trigger].invisible, #recruit h3[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#recruit h3[trigger].visible {
  transform: translateY(0px);
}

#recruit li[trigger].invisible, #recruit li[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#recruit li[trigger].visible {
  transform: translateY(0px);
}

#recruit small[trigger].invisible, #recruit small[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#recruit small[trigger].visible {
  transform: translateY(0px);
}

#messages h3[trigger].invisible, #messages h3[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease-in-out;
}

#messages h3[trigger].visible {
  transform: translateY(0px);
}

#messages p[trigger].invisible, #messages p[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#messages p[trigger].visible {
  transform: translateY(0px);
}

#messages small[trigger].invisible, #messages small[trigger].visible {
  transform: translateY(20px);
  transition: all 2s ease;
}

#messages small[trigger].visible {
  transform: translateY(0px);
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2 {
  font-family: "Butler_Medium", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}

body {
  background-color: #E5E2DD;
  line-height: 1;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

@media (min-width: 640px) {
  body {
    background-image: url(../img/bg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

p {
  font-size: 14px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #9A7226;
}

a.noborder {
  text-decoration: none;
}

small {
  font-family: Asap, sans-serif;
  color: gray;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.centering {
  display: block;
  text-align: center;
}

.wrapper {
  overflow: hidden;
}

.wrapper a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.wrapper .spView {
  background: #F9F9F6;
  right: 11%;
  position: absolute;
  width: 375px;
  z-index: 100;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .wrapper .spView {
    width: 100vw;
    right: 0;
  }
}

.wrapper .spView .mv_inner {
  position: relative;
}

.wrapper .spView .mv_inner .filter {
  position: fixed;
  mix-blend-mode: multiply;
}

.wrapper .spView .mv_inner ul {
  font-family: Asap, sans-serif;
  letter-spacing: 0.05em;
}

.wrapper .spView .mv_inner ul a {
  color: #1C1C1C;
  text-decoration: none;
}

.wrapper .spView .mv_inner ul li {
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .wrapper .spView .mv_inner .menu-btn {
    position: fixed;
    top: 10px;
    right: 4%;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .wrapper .spView .mv_inner .menu-btn span,
  .wrapper .spView .mv_inner .menu-btn span:before,
  .wrapper .spView .mv_inner .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
  }
  .wrapper .spView .mv_inner .menu-btn span:before {
    bottom: 8px;
  }
  .wrapper .spView .mv_inner .menu-btn span:after {
    top: 8px;
  }
  .wrapper .spView .mv_inner #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  .wrapper .spView .mv_inner #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .wrapper .spView .mv_inner #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

.wrapper .spView .mv_inner #menu-btn-check {
  display: none;
}

.wrapper .spView .mv_inner .menu-content ul {
  padding: 40px 10% 0;
}

.wrapper .spView .mv_inner .menu-content ul li {
  list-style: none;
}

.wrapper .spView .mv_inner .menu-content ul li h1 a {
  margin-bottom: 30px;
  font-size: 20px;
}

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

.wrapper .spView .mv_inner .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.wrapper .spView .mv_inner .menu-content {
  width: 300px;
  height: 350px;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 80;
  background-color: #C2CCDD;
  transition: all 0.5s;
  /*アニメーション設定*/
  -webkit-transition: -webkit-transform all 0.5s;
}

@media (max-width: 640px) {
  .wrapper .spView .mv_inner .menu-content {
    width: 100%;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    background-color: rgba(229, 226, 221, 0.8);
  }
}

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

.wrapper .spView .mv_inner .single-item .slick-slide img {
  height: 88vh;
}

.wrapper .spView .mv_inner .single-item .slick-dots {
  bottom: 20px;
  left: 10%;
  width: 130%;
}

.wrapper .spView .mv_inner .single-item .slick-dots li {
  width: 13px;
}

.wrapper .spView .mv_inner .single-item .slick-dots li button:before {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
}

.wrapper .spView .mv_inner #fvContents {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.wrapper .spView .mv_inner #fvContents h1 {
  margin-bottom: 60px;
  font-size: 30px;
  color: #1C1C1C;
}

.wrapper .spView #menu {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: 63% top;
}

.wrapper .spView #menu img {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrapper .spView #menu a {
  text-decoration: none;
  margin-bottom: 10px;
}

.wrapper .spView #menu #top_menulink {
  font-family: "Butler_Medium", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.wrapper .spView #menu #top_menulink span {
  font-size: 20px;
  border-bottom: none;
  border-bottom: 1px solid #9A7226;
}

.wrapper .spView #intro {
  padding: 70px 5% 30px;
  background-image: url(../img/intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% top;
}

.wrapper .spView #intro p {
  color: white;
  margin-bottom: 15px;
  line-height: 2;
}

.wrapper .spView #news {
  padding: 50px 10% 30px;
  background: #E5E2DD;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left  top;
  color: #1C1C1C;
}

.wrapper .spView #news h2 {
  margin-bottom: 15px;
}

.wrapper .spView #news li {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 14px;
}

.wrapper .spView #news li span {
  display: block;
}

.wrapper .spView #access {
  padding: 0px 0;
  background-image: url(../img/haikei.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left  top;
  color: #1C1C1C;
}

.wrapper .spView #access img {
  max-width: 100%;
  height: auto;
}

.wrapper .spView #access div {
  padding: 50px 5%;
  line-height: 2;
}

.wrapper .spView #access div h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.wrapper .spView #access div p {
  margin-bottom: 20px;
  font-size: 14px;
}

.wrapper .spView #access div p span {
  font-size: 14px;
}

.wrapper .spView #access div a {
  color: #1C1C1C;
}

.wrapper .spView #media {
  padding: 70px 7% 70px;
  color: #1C1C1C;
}

.wrapper .spView #media h2 {
  margin-bottom: 50px;
}

.wrapper .spView #media ul {
  display: flex;
  overflow-x: scroll;
  margin: 0;
  padding: 0;
}

.wrapper .spView #media ul li {
  min-width: 45%;
  padding: 0;
  list-style: none;
}

.wrapper .spView #media ul li img {
  max-width: 90%;
}

.wrapper .spView #media ul .webMedia {
  text-align: center;
  padding-top: 25px;
  margin-right: 60px;
}

.wrapper .spView #media ul .webMedia img {
  max-width: 130%;
}

.wrapper .spView #media ul .webMedia a {
  text-decoration: none;
}

.wrapper .spView #media ul .webMedia p {
  width: 130%;
  margin-top: 10px;
  font-size: 12px;
}

.wrapper .spView #review {
  background: white;
  padding: 70px 7% 70px;
  color: #707070;
}

.wrapper .spView #review h2 {
  margin-bottom: 50px;
}

.wrapper .spView #review p {
  line-height: 2;
}

.wrapper .spView #review a {
  display: block;
  text-align: center;
  margin-top: 60px;
}

.wrapper .spView #recruit {
  padding: 30px 7% 50px;
  background-image: url(../img/aurora2.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left  top;
  color: #707070;
}

.wrapper .spView #recruit h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}

.wrapper .spView #recruit h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.wrapper .spView #recruit ul {
  margin-bottom: 45px;
  list-style: none;
  font-size: 14px;
}

.wrapper .spView #recruit li {
  line-height: 2;
  margin-bottom: 15px;
}

.wrapper .spView #recruit p {
  line-height: 2;
}

.wrapper .spView #recruit p:last-of-type {
  margin-top: 85px;
  text-align: center;
}

.wrapper .spView #recruit a {
  font-family: Asap, sans-serif;
}

.wrapper #messages {
  color: #707070;
  padding: 80px 7% 50px;
  text-align: center;
  background: url(../img/light.jpeg);
}

.wrapper #messages h3 {
  font-size: 23px;
  margin-bottom: 70px;
  font-weight: 400;
}

.wrapper #messages p {
  margin-bottom: 70px;
  line-height: 2;
}

.wrapper #messages p:last-of-type {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}

.wrapper #messages ul {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  height: 320px;
  margin-bottom: 20px;
}

.wrapper #messages ul li img {
  height: 320px;
}

#menupage {
  background-color: white;
  color: #707070;
  background: white;
}

#menupage a {
  font-family: Asap, sans-serif;
}

#menupage p {
  line-height: 2;
}

#menupage h1 a {
  font-family: "Butler_Medium", serif;
}

#menupage #menu_intro {
  padding: 70px 7%;
}

#menupage #menu_intro p span {
  background-color: #FFF3DE;
  font-weight: 600;
}

#menupage #menu_intro h2 {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

#menupage #menu_intro ul {
  text-align: left;
  line-height: 2;
  margin-top: 50px;
  display: block;
  margin-left: 20px;
}

#menupage #menu_intro ul li {
  margin-bottom: 10px;
  display: block;
}

#menupage #artists .member {
  text-align: left;
  padding: 80px 7%;
}

#menupage #artists .member_odd {
  background-color: #F9F9F6;
}

#menupage #artists .inline {
  display: inline;
}

#menupage #artists h3 {
  font-size: 19px;
  letter-spacing: 0.1em;
}

#menupage #artists a {
  font-size: 14px;
}

#menupage #artists div {
  text-align: center;
}

#menupage #artists img {
  width: 100%;
  border-radius: 3px;
}

#menupage #artists .circle {
  border-radius: 50%;
  width: 50%;
  height: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

#menupage #artists h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 19px;
}

#menupage #artists h4:nth-of-type(odd) {
  margin-top: 40px;
}

#menupage #artists p {
  margin: 10px 0;
}

#menupage #artists ul {
  display: flex;
  overflow-x: scroll;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#menupage #artists ul li:first-of-type {
  margin-right: 0;
}

#menupage #artists ul li {
  min-width: 60%;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
}

#menupage #artists ul .galleryicon {
  margin: 0 auto;
  min-width: 30%;
  padding-top: 22%;
  text-align: center;
}

#menupage #artists ul .galleryicon img {
  width: 45px;
}

#menupage #artists input {
  display: none;
}

#menupage #artists .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  text-align: left;
}

#menupage #artists .hidden_show p {
  padding: 0 0%;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#menupage #artists input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

#menupage #artists .menu_list {
  width: 100%;
  border: #E5E2DD solid 1px;
  background-color: white;
  padding: 13px 0;
}

#menupage #artists .sankaku {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 16px 0 16px;
  border-color: #E5E2DD transparent transparent transparent;
}

#menupage #artists h5 {
  padding: 20px 3%;
  font-size: 18px;
  margin-top: 30px;
}

@media (max-width: 400px) {
  #menupage #artists h5 {
    padding: 20px 0;
  }
}

#menupage #artists h5:first-of-type {
  margin-top: 0;
}

#menupage #artists h6 {
  padding: 15px 3%;
  margin-top: 15px;
}

@media (max-width: 400px) {
  #menupage #artists h6 {
    padding: 15px 0;
  }
}

#menupage #artists dl {
  line-height: 2;
  padding: 0 3%;
  font-size: 14px;
}

@media (max-width: 400px) {
  #menupage #artists dl {
    padding: 0 0;
  }
}

#menupage #artists dl dt {
  float: left;
  width: 78%;
}

#menupage #artists dl dt span {
  font-size: 12px;
}

#menupage #artists dl dd {
  padding-left: 78%;
  text-align: right;
}

#menupage #artists button {
  display: block;
  margin: 0 auto;
  border: none;
  background-color: #9A7226;
  color: white;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 16px;
  border-radius: 20px;
  font-family: "Butler_Medium", serif;
  margin-top: 20px;
}

#menupage #staff {
  margin-top: 10px;
}

#menupage small {
  margin-top: 100px;
}
