@charset "UTF-8";
.bold {
  font-weight: bold;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.alhover {
  cursor: pointer;
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
/*a:link { color: #212121; } */
a {
  color: #E5006A;
  text-decoration: none;
  border-bottom: 2px dotted #E5006A;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}
body {
  font-family: "FOT-筑紫A丸ゴシック Std R";
  /*min-width: 1200px;*/
  letter-spacing: 0.05em;
  font-size: 13px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}
.spOnly {
  display: none;
}
.pcOnly {
  display: block;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 20px;
}
header h1 {
  width: 60px;
  opacity: 0;
  margin: 0 0 0 20px;
  cursor: pointer;
}
header h1.current {
  cursor: normal;
}
header h1 img {
  width: 60px;
  transition: 0.2s ease-out;
  position: relative;
  z-index: 10;
}
#container {
  width: 100%;
  height: 100vh;
  /*    background: #B2D686;*/
  /*    border: 15px solid #fff;*/
  border-right-width: 0px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
}
#container::-webkit-scrollbar {
  width: 15px;
}
#container::-webkit-scrollbar-track {
  background-color: #fff;
}
#container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 5px solid #fff;
}
.content-area {
  /*	overflow:hidden;*/
  position: relative;
  /*display: none;*/
  margin: 25px 0;
  padding: 50px 0;
}
.backImage {
  opacity: 0;
}
.backVideo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0.6;
}
.backPCImage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover; /*Android4*/
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  transition: 0.3s ease-out;
}
#backTopPCImage {
  opacity: 0;
}
#top h2 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-left: 40px;
  white-space: nowrap;
  color: #fff;
}
.cntTitle {
  font-size: 1.6em;
  line-height: 1.8;
  color: #888;
  margin: 0 0 10px 20px;
  position: absolute;
  bottom: 16px;
}
.cntTitle span {
  color: #000;
}
.speech {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.speech::after {
  content: '';
  position: absolute;
  left: -12px;
  bottom: 4px;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  background: #000;
}
.speech::before {
  content: '';
  position: absolute;
  right: -12px;
  bottom: 4px;
  width: 15px;
  height: 1px;
  transform: rotate(-45deg);
  background: #000;
}
.speechUnder {
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
  transform: rotate(45deg);
}
#talk .speech {
  border-bottom-color: #fff;
}
#talk .speech::before, #talk .speech::after {
  background: #fff;
}
#talk .speechUnder {
  border-bottom-color: #fff;
  border-right-color: #fff;
  background: #6fc6ad;
}
.textArea {
  font-size: 1.08em;
}
#top .textArea {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}
.textArea .char {
  height: 1.5em;
  vertical-align: top;
}
/*contArea*/
.contArea {
  /*background: #eee;*/
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  /*height : -webkit-calc(100% - 400px) ;
	height : calc(100% - 400px) ;*/
  /*overflow: auto;*/
}
.contAreaInner {
  margin: 60px auto 20px;
  width: 900px;
  padding: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
}
/*.contArea .contAreaInner:first-child{
	margin-top: 450px;
}*/
/*.contArea h2 + .contAreaInner{
	margin-top: 400px;
	margin-top: 23vw;
	margin-top : -webkit-calc(10.5vw + 180px) ;
  margin-top : calc(10.5vw + 180px) ;
}*/
.contAreaInner h2 {
  font-family: 'Oleo Script', cursive;
  text-align: center;
  font-size: 220%;
  margin-bottom: 40px;
  padding: 4px 0;
}
h2.h2Large {
  font-family: 'Oleo Script', cursive;
  text-align: center;
  font-size: 300%;
  /*margin-bottom: 40px;*/
  padding: 4px 0;
  margin-top: 150px;
}
.content-area section:first-of-type h2.h2Large:first-of-type {
  margin-top: 400px;
  margin-top: 23vw;
  margin-top: -webkit-calc(10.5vw + 180px);
  margin-top: calc(10.5vw + 100px);
}
.contAreaInner .menuList {
  width: 900px;
}
.contAreaInner .menuList li {
  position: relative;
  border-bottom: 1px dotted #fff;
  width: 100%;
  height: 40px;
  margin-bottom: 50px;
}
.contAreaInner .menuList li .menuTitle {
  position: absolute;
  top: 16px;
  left: 0px;
  width: 350px;
  font-family: 'Oleo Script', cursive;
  font-size: 153.8%;
}
.contAreaInner .menuList li .menuTitle span {
  margin-left: 10px;
  font-size: 60%;
}
.contAreaInner .menuList li .menuParts1, .contAreaInner .menuList li .menuParts2, .contAreaInner .menuList li .menuParts3 {
  position: absolute;
  top: 5px;
  left: 350px;
  width: 150px;
  text-align: center;
  font-size: 93%;
  line-height: 1.8em;
}
.contAreaInner .menuList li .menuParts1 p {
  line-height: 1.3em;
  margin-top: 2px;
}
.contAreaInner .menuList li .menuParts2 {
  left: 500px;
}
.contAreaInner .menuList li .menuParts2:before {
  content: "+";
  position: absolute;
  top: 8px;
  left: 0;
}
.contAreaInner .menuList li .menuParts2:after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 0;
}
.contAreaInner .menuList li .menuParts3 {
  left: 650px;
}
.contAreaInner .menuList li .menuParts1 img, .contAreaInner .menuList li .menuParts2 img, .contAreaInner .menuList li .menuParts3 img {
  height: 30px;
}
.contAreaInner .menuList li .menuParts2 img {
  max-width: 78px;
}
.contAreaInner .menuList li .bagle2 img {
  opacity: 0.5;
}
.contAreaInner .menuList li .menuPrice {
  position: absolute;
  top: 16px;
  left: 800px;
  width: 100px;
  font-family: 'Oleo Script', cursive;
  font-size: 153.8%;
  text-align: right;
}
.contAreaInner h3 {
  font-family: 'Oleo Script', cursive;
  text-align: center;
  font-size: 150%;
  margin-bottom: 30px;
  margin-top: 80px;
  line-height: 30px;
}
.contAreaInner h3 span {
  margin-left: 10px;
  font-size: 75%;
}
.contAreaInner .textArea1 {
  margin: 20px auto;
  display: table;
  font-family: 'Oleo Script', cursive;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  font-size: 138%;
}
.contAreaInner .textArea1 p {
  margin: 1em auto;
  letter-spacing: 0.1em;
}
.contAreaInner .textArea2 {
  margin: 20px auto;
  display: block;
  font-family: 'Oleo Script', cursive, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: 123%;
}
.contAreaInner .textAreaLeft {
  float: left;
  width: 42%;
  margin-left: 4%;
  margin-right: 4%;
}
.contAreaInner .textAreaRight {
  float: left;
  width: 42%;
  margin-left: 4%;
  margin-right: 4%;
}
.contAreaInner .textArea2 span {
  font-size: 75%;
  margin-left: 10px;
}
.contAreaInner .textArea2 .price {
  float: right;
  margin-top: 2px;
  margin-bottom: 0;
}
.contAreaInner .textAreaLeft2 {
  float: left;
  width: 42%;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 120%;
}
.contAreaInner .textAreaRight2 {
  float: left;
  width: 42%;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 120%;
}
.contAreaInner .textAreaLR {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}
.contAreaInner .textAreaLR2 {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 120%;
  line-height: 1.2em;
}
.contAreaInner .textAreaLR2 li {
  margin-bottom: 10px;
}
.contAreaInner .textAreaLeft2 span, .contAreaInner .textAreaRight2 span, .contAreaInner .textAreaLR2 span {
  font-size: 60%;
  margin-left: 6px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contAreaInner .textAreaLR2 .menutext {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 60%;
  margin-left: 6px;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.contAreaInner .textArea3 {
  margin: 0 2em;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: 115%;
  font-weight: 100;
  display: table;
}
.contAreaInner .textArea3 p {
  margin: 2em auto;
}
.contAreaInner .textArea4 {
  margin: 0;
  width: 100%;
  text-align: center;
}
.contAreaInner .textArea4 .snsIcon {
  width: 100px;
}
.contAreaInner .textArea3 p.info {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  padding-top: 1em;
}
.contAreaInner .gmapArea {
  margin: 0 2em 2em;
}
.contAreaInner .gmapArea #gmap {
  height: 400px;
  /*z-index: 9999;*/
}
.contAreaInner .schlist {
  border-bottom: 1px solid #888;
  position: relative;
  margin-bottom: 30px;
}
.contAreaInner .schlist:last-of-type {
  border-bottom: none;
}
.contAreaInner .schlist .cal {
  font-size: 240%;
  letter-spacing: 0.1em;
  margin: 20px 0 30px;
}
.contAreaInner .schlist .cal span {
  font-size: 80%;
  margin-left: 10px;
}
.contAreaInner .schlist h4 {
  font-size: 180%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.contAreaInner .schlist h4 span {
  font-size: 80%;
}
.contAreaInner .schlist .sample {
  margin: 30px 0;
  text-align: center;
}
.contAreaInner .schlist .sample img {
  width: 50%;
}
.contAreaInner .acvlist .sample {
  margin: 30px 0;
  /*float: right;
	width:25%;*/
}
/*.contAreaInner .acvlist .sample img{
	width:80%;
}*/
.contAreaInner .acvlist h4 {
  font-size: 130%;
  margin-bottom: 10px;
}
.contAreaInner .acvlist .cal {
  font-size: 130%;
  margin-bottom: 10px;
}
.contAreaInner .acvlist .comment {
  font-style: italic;
}
#logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -196px;
  margin-left: -151px;
  opacity: 0;
}
.btn {
  border: 4px solid #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Lobster', cursive;
  font-size: 1.23em;
  opacity: 0;
}
#btn1 {
  position: absolute;
  left: 25%;
  bottom: 40px;
  margin-left: -100px;
  /*opacity:0;*/
}
#btn2 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -100px;
  /*opacity:0;*/
}
#btn3 {
  position: absolute;
  left: 75%;
  bottom: 40px;
  margin-left: -100px;
  /*opacity:0;*/
}
#credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: right;
  font-size: 77%;
  letter-spacing: 0.05em;
  /*font-family: 'Lobster', cursive;*/
  opacity: 0;
}
#map {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -229px;
  margin-left: -333px;
  opacity: 0;
}
#atText {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 130px;
  color: #ffffff;
  line-height: 2em;
  opacity: 0;
}
#footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 93%;
  z-index: 200;
  opacity: 0;
  font-family: 'Lobster', cursive;
}
.backVideoArea {
  width: 100%;
  height: 100vh;
  background-image: none !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1s;
}
section .backVideoArea {
  opacity: 0;
}
section .backVideoArea.backcurrent {
  opacity: 1;
}
/*イベント用追加*/
.nql li {
  background-image: url('../img/nql.svg');
  float: left;
}
#top {
  overflow: hidden;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0;
  margin: 60px 60px 60px;
}
#top h3 {
  text-align: center;
  font-size: 10vw;
  line-height: 120px;
  color: #fff;
  margin-top: 30px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  z-index: 10;
}
#top h3 div.date {
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3vw;
}
#topImage::after{
    content: '';
    width: 20vw;
    height: 6vw;
    position: absolute;
    bottom: 9vw;
    left: 50%;
    margin-left: -10vw;
    background: #666;
    background: url(../images/andchuff.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-item::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.005);
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /*  height: 50vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  aspect-ratio: 60 / 31;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*    height:50vh;各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  aspect-ratio: 60 / 31;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
  cursor: pointer;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  /*    top: 42%;*/
  top: 50%;
  margin-top: -17px;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -30px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  border: none;
  padding-inline: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #000; /*ドットボタンの現在地表示の色*/
}

#calender {
  box-sizing: border-box;
  padding: 0;
  margin: 60px 60px 60px;
}
.subTitle{
     font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5vw;
    text-align: center;
}
.subTitle2{
     font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5vw;
    text-align: center;
    margin: 60px auto 30px;
    background: #000;
    color: #fff;
    width: auto;
    display: table;
    padding: 5px 15px;
    border-radius: 20px;
}
.notice{
    text-align: center;
        margin-top: 10px;
}
.calul{
    display: flex;
    width: 100%;
    font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
    
}
.calli{
    width: calc(100% / 7);
    text-align: center;
    margin: 2px;
    box-sizing: border-box;
    padding: 5px 0;
    color: #666;
    position: relative;
    background: #f9f0d7;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.callisat{
     background: #c6d9e6;
}
.callisun{
     background: #efd6d6;
}
.calultitle .calli{
    background: #dcd2b5;
    height: auto;
    color: #000;
}
.calultitle .callisat{
    background: #719ab8;
    color: #fff;
}
.calultitle .callisun{
     background: #b12929;
    color: #fff;
}
.calli .day{
        position: absolute;
    width: calc(100% - 10px);
    text-align: center;
    line-height: 26px;
    font-size: 1.1rem;
    font-weight: 100;
    background: #fff;
    color: #000;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: -4px;
    right: -4px;
    letter-spacing: -0.05em;
}
.calli .shop{
/*    position: absolute;*/
    width: calc(100%  - 10px);
    text-align: left;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    color: #000;
    margin: 10px 0 5px;
/*
    top: 50%;
    transform: translateY(-50%);
*/
}
.calli .shop .date{
    position: relative;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 3px;
    padding-left: 5px;
    margin-left: 4px;
}
.calli .shop .date::before{
    content: '▶';
    position: absolute;
    font-weight: 400;
    font-size: 0.5rem;
        top: 2px;
    left: -4px;
}
.calliPN{
    opacity: 0.6;
}
.calenderSet .calultitle .calli:first-child{
    border-radius: 20px 0 0 0;
}
.calenderSet .calultitle .calli:last-child{
    border-radius: 0 20px 0 0;
}
.calenderSet .calul:last-child .calli:first-child{
    border-radius: 0 0 0 20px ;
}
.calenderSet .calul:last-child .calli:last-child{
    border-radius: 0 0  20px 0;
}
#concept {
  box-sizing: border-box;
  padding: 0;
  margin: 60px 60px 60px;
}
.logo{
    width: 40%;
    margin: 10px 30% 50px;
}
.textArea {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
/*    font-family: "M PLUS 1p", sans-serif;*/
    font-family: "Sawarabi Mincho";
  font-optical-sizing: auto;
font-weight: 300;
    font-style: normal;
    font-size: 1.5vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
}

#top .img1 {
  position: absolute;
  top: -10px;
  left: 30%;
  width: 25%;
  z-index: 0;
}
#top .img2 {
  width: 100%;
  vertical-align: bottom;
}
#topTitle li {
  width: 400px;
  height: 400px;
  transform: rotate(5deg);
  /*transition-duration:0.5s;*/
  /*opacity: 0;*/
}
#topTitle li:nth-child(even) {
  margin-top: 320px;
  transform: rotate(-5deg);
}
#topTitle {
  position: absolute;
  width: 3600px;
  top: 150px;
  left: 50%;
  transform: rotate(5deg) translateX(-50%);
}
.nql li.topBtn {
  display: block;
  background: none;
  position: relative;
  perspective: 500px;
  -webkit-perspective: 500px;
}
.topBtn img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  transition: 0.8s;
}
.topBtn .back {
  transform: scale(1.2) rotate(-45deg);
  -webkit-transform: scale(1.2) rotate(-45deg);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0;
}
.topBtn:hover .front {
  transform: scale(0.8) rotate(45deg);
  -webkit-transform: scale(0.8) rotate(45deg);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0;
}
.topBtn:hover .back {
  transform: scale(1.0) rotate(0deg);
  -webkit-transform: scale(1.0);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}
#moviesTitle {
  position: absolute;
  width: 3240px;
  top: -50px;
  left: 50%;
  transform-origin: center center;
  transform: rotate(-3deg) translateX(-50%);
  z-index: 1;
}
#moviesTitle li {
  width: 120px;
  height: 120px;
  transform: rotate(5deg);
  background-image: url('../img/nqr.svg');
  /*opacity: 0;*/
}
#moviesTitle li:nth-child(even) {
  margin-top: 96px;
  transform: rotate(-5deg);
}
#moviesTitle li.movieChar {
  line-height: 120px;
  font-size: 2.7em;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #ff0;
}
#galryTitle {
  position: absolute;
  width: 3600px;
  top: -50px;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%);
  z-index: 1;
}
#galryTitle li {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  transform: rotate(5deg);
  /*opacity: 0;*/
}
#galryTitle li:nth-child(even) {
  margin-top: 36px;
  transform: rotate(-5deg);
}
#galryTitle li.galryTitle-icon {
  background-image: url('../img/icon_event_gallery.svg');
}
#talkTitle {
  position: absolute;
  width: 4800px;
  top: 250px;
  left: 50%;
  transform-origin: center center;
  transform: rotate(15deg) translateX(-55%);
  z-index: -1;
}
#talkTitle li {
  width: 1500px;
  height: 1500px;
  margin-left: 100px;
  transform: rotate(5deg);
  /*opacity: 0;*/
}
#talkTitle li:nth-child(even) {
  margin-top: 10px;
  transform: rotate(-5deg);
}
#goodsTitle {
  position: absolute;
  width: 2400px;
  top: 400px;
  left: 50%;
  transform-origin: center center;
  transform: rotate(-3deg) translateX(-50%);
}
#goodsTitle li {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transform: rotate(5deg);
  background-image: url('../img/nqr.svg');
  /*opacity: 0;*/
}
#goodsTitle li:nth-child(even) {
  margin-top: 16px;
  transform: rotate(-5deg);
}
#goodsTitle2 {
  position: absolute;
  width: 2400px;
  top: 680px;
  left: 50%;
  transform-origin: center center;
  transform: rotate(8deg) translateX(-50%);
}
#goodsTitle2 li {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transform: rotate(5deg);
  /*opacity: 0;*/
}
#goodsTitle2 li:nth-child(even) {
  margin-top: 16px;
  transform: rotate(-5deg);
}
#cafeTitle {
  position: absolute;
  width: 4000px;
  top: 400px;
  left: 50%;
  transform-origin: center center;
  transform: rotateX(80deg) translateX(-50%);
}
#cafeTitle li {
  width: 160px;
  height: 160px;
  margin-left: 40px;
  transform: rotate(-10deg);
  background-image: url('../img/nqr.svg');
  /*opacity: 0;*/
}
#cafeTitle li:nth-child(even) {
  margin-top: 160px;
  transform: rotate(10deg);
}
#movies {
  background: #fff;
  /*    padding: 15px 0;*/
}
#moviesContents {
  /*width: 1060px;*/
  margin: 0 auto;
  padding-top: 260px;
  position: relative;
  /*	background-image:url('../img/icon_event_movie.svg');
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 20px 360px;
	background-color: #fff;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;*/
}
#moviesMainImage {
  width: 40%;
  float: right;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#moviesMainImage2 {
  max-width: 50%;
  max-height: 350px;
  float: right;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#moviesMainImage3 {
  width: 60%;
  float: right;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#moviesMainImageImage, #moviesMainImage3Image {
  width: 100%;
  margin-bottom: 5px;
}
/*
.date{
    max-width: calc(40% - 80px);
    max-height: 75px;
    margin: 0 15px;
}
*/
.date0 {
  max-width: calc(60% - 80px);
}
.fukuphoto {
  width: 200px;
}
.brookphoto {
  width: 60%;
  margin: 30px auto;
}
.callphoto {
  width: 50%;
  float: left;
  margin-right: 20px;
}
.chuffphoto {
  display: inline-block;
  height: 200px;
  margin: 10px;
  ;
}
.cap {
  text-align: right;
  font-size: 0.7rem;
}
h4 {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 40px;
  letter-spacing: 0.05em;
}
h4 span {
  background: #FFF100;
  padding: 4px 2px;
}
h4 span.price {
  padding: 4px 2px;
  font-size: 90%;
}
.textCnt {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.textCnt1 {
  margin-left: 30px;
}
.textCnt2 {
  margin-left: 60px;
  font-size: 0.8rem;
}
.textCnt3 {
  font-size: 0.7rem;
  line-height: 1.2;
  margin-top: 6px;
}
.textCnt4 {
  margin-left: 300px;
  margin-right: 60px;
  font-size: 0.8rem;
}
.textCnt4 h5 {
  font-weight: 600;
}
.textCnt6 {
  margin-left: 80px;
  margin-right: 80px;
}
.textCnt7 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 0.8rem;
  background: #fff;
  padding: 10px;
}
.textCnt8 {
  margin-top: 70px;
}
.textCnt9 {
  text-align: center;
  font-size: 0.8rem;
  background: #fff;
  width: 60%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
}
.link {
  background: #E5006A;
  padding: 4px;
  color: #fff;
  border-radius: 10px;
  transition-duration: 0.5s;
}
.link:hover {
  background: #eee;
  color: #E5006A;
}
#moviesMainImageMark2, #moviesMainImageMark {
  position: absolute;
  right: -20px;
  top: 520px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: linear-gradient(135deg, #ffb949, #ffff00);
}
#moviesMainImageMark2 {
  top: -60px;
  right: auto;
  left: -60px;
}
#moviesMainImageMark2 p, #moviesMainImageMark p {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  font-size: 1.38em;
  margin: 30px 0;
  line-height: 1.6em;
}
#movies .moviesLead {
  position: relative;
  font-size: 1.53em;
  margin: 100px 120px;
  line-height: 2.0em;
  letter-spacing: 0.05em;
}
#movies .moviesLead2, #movies .moviesLead3 {
  position: relative;
  font-size: 1.08em;
  margin: 30px 0;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
#movies .moviesLead3 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
#movies .moviesLead4 {
  position: relative;
  font-size: 1.23em;
  width: 160px;
  height: 36px;
  border-radius: 5px;
  margin: 30px 0;
  line-height: 36px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}
#movies .moviesLead4 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.btnG {
  /*background:linear-gradient(to right, hsla(37,100%,64%,0.8), hsla(60,100%,50%,0.8));*/
  background: linear-gradient(135deg, #ffb949, #ffff00);
  /*transition-duration:0.5s;*/
  /*background-color: #ffff00;*/
}
a.btnG:hover {
  /*background-color: #ffffff;*/
  animation: spin 2s linear infinite;
}
#moviesMovie {
  margin: 60px 15%;
  width: 70%;
}
#moviesContents2 {
  width: 1060px;
  margin: 100px auto 60px;
  position: relative;
}
/*#moviesMainImage2{
	position: absolute;
	top:0;
	left: 0;
	width: 240px;
}*/
#moviesContents2Left {
  margin-left: 280px;
}
#moviesContents2Left h4, #moviesContents2Left h3 {
  position: relative;
  display: inline-block;
  font-size: 1.53em;
  padding-bottom: 16px;
}
#moviesContents2Left h4 {
  font-size: 1.38em;
}
#moviesContents2Left p {
  margin: 15px 0 40px;
  font-size: 1.23em;
  line-height: 1.6em;
}
.iconTalk {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  right: -70px;
  background-image: url(../img/icon_event_talk.svg);
  background-repeat: no-repeat;
}
#cafeContents .iconTalk {
  right: -60px;
  background-image: url(../img/icon_azukiyomogi.svg);
}
#galry {
  background: #eee;
  padding: 15px 0;
}
#galryContents {
  width: 1060px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
#galryContents h3 {
  position: relative;
  display: table;
  font-size: 2.4em;
  padding-bottom: 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
#galryContents .galryLead {
  width: 70%;
  margin: 40px auto 20px;
  font-size: 1.38em;
  line-height: 2.0em;
  text-align: center;
}
#photoList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
#photoList li {
  width: 313px;
  height: 313px;
  margin: 20px;
  position: relative;
  perspective: 150rem;
  -moz-perspective: 150rem;
}
#photoList li img {
  width: 100%;
  border-radius: 5px;
}
#photoList li .front, #photoList li .back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 1.2s;
  box-sizing: border-box;
  border-radius: 5px;
}
#photoList li .back {
  width: 100%;
  height: 100%;
  background: #6fc6ad;
  color: #fff;
  transform: rotateY(180deg);
  padding: 15px;
}
#photoList li:hover .front {
  transform: rotateY(180deg);
}
#photoList li:hover .back {
  transform: rotateY(0);
}
#photoList li .back h5 {
  text-align: center;
  font-size: 1.538em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 10px;
  font-weight: normal;
}
#photoList li .back h5 span {
  font-size: 70%;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
#photoList li .back p {
  font-size: 1.15em;
  line-height: 1.6em;
  letter-spacing: 0;
}
#photoList li .kamimura {
  background: #aaa;
}
#photoList li .kamimura p {
  font-size: 1.0em;
  line-height: 1.4em;
  letter-spacing: 0;
}
#galryMark {
  position: absolute;
  right: -20px;
  top: 170px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: linear-gradient(135deg, #ffb949, #ffff00);
}
#galryMark p {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  font-size: 1.38em;
  margin: 30px 0;
  line-height: 1.15em;
}
#talk {
  margin-top: 160px;
}
#talkContents {
  width: 1060px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
  color: #fff;
}
#talkContents h3 {
  position: relative;
  display: table;
  font-size: 2.4em;
  padding-bottom: 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 600px;
  line-height: 1.3em;
}
#talkContents .talkLead {
  width: 600px;
  margin: 40px auto 20px;
  margin-left: 440px;
  font-size: 1.38em;
  line-height: 1.8em;
  text-align: left;
}
#talkContents .talkLead2 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
#talkMark {
  position: absolute;
  left: 250px;
  top: 150px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: linear-gradient(135deg, #ffb949, #ffff00);
}
#talkMark p {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  font-size: 1.38em;
  margin: 30px 0;
  line-height: 1.6em;
  color: #000;
}
#talk .talkLead3 {
  position: relative;
  font-size: 1.23em;
  width: 160px;
  height: 36px;
  border-radius: 5px;
  margin: 30px 50px 30px auto;
  line-height: 36px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.talkImg1 {
  position: absolute;
  top: 620px;
  right: 280px;
  width: 240px;
}
.talkImg2 {
  position: absolute;
  top: -50px;
  left: -400px;
  width: 900px;
  z-index: -2;
}
.talkImg3 {
  position: absolute;
  top: 50px;
  right: -800px;
  width: 900px;
  z-index: -2;
}
#talk .iconTalk {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -110px;
  right: 0px;
  background-image: url(../img/icon_event_talk2.svg);
  background-repeat: no-repeat;
  opacity: 0.4;
}
#goods {
  background: #fff;
  padding: 15px 0;
}
#goodsContents {
  width: 1060px;
  margin: 0 auto;
  padding-top: 540px;
  position: relative;
}
#goodsContents h3 {
  position: relative;
  display: table;
  font-size: 2.4em;
  padding-bottom: 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 0;
  transform: rotate(-3deg);
}
#goodsContents .goodsLead {
  width: 700px;
  margin: 10px auto 20px;
  margin-left: 340px;
  font-size: 1.23em;
  line-height: 1.8em;
  text-align: left;
  transform: rotate(8deg);
}
.goodsLead2 {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 150px;
  width: 760px;
  position: relative;
}
.goodsLead3 {
  margin: 320px 160px 0 auto;
  border-right: none;
  border-left: 1px solid #000;
  padding-bottom: 100px;
}
.goodsLead2 h4 {
  position: relative;
  display: table;
  font-size: 1.8em;
  padding: 0 20px 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 0;
  margin-top: -16px;
  background: #fff;
}
.goodsLead3 h4 {
  margin-left: 520px;
  margin-right: -100px;
}
.goodsLead2 p {
  margin: 30px 20px;
  position: relative;
  display: table;
  font-size: 1.23em;
}
.calLead a, .goodsLead2 a {
  border-bottom: 2px solid #ffff00;
  padding: 0 5px 5px;
  transition: .2s;
}
.calLead a:hover, .goodsLead2 a:hover {
  border-bottom: 4px solid #ffb949;
}
.goodsImg1 {
  position: absolute;
  top: -160px;
  width: 120px;
  left: 200px;
}
.goodsImg2 {
  position: absolute;
  top: 120px;
  left: 200px;
  width: 200px;
}
.goodsImg3 {
  position: absolute;
  top: -120px;
  right: -340px;
  width: 480px;
}
.goodsImg4 {
  position: absolute;
  top: 12px;
  width: 300px;
  left: -301px;
}
.goodsImg5 {
  position: absolute;
  top: 120px;
  left: 260px;
  width: 160px;
}
.goodsImg6 {
  position: absolute;
  top: -60px;
  right: -340px;
  width: 300px;
}
#cafe {
  /*background: #eee;*/
  padding: 15px 0;
}
#cafeContents {
  width: 1060px;
  margin: 0 auto;
  padding-top: 540px;
  position: relative;
}
#cafeContents h3 {
  position: relative;
  display: table;
  font-size: 3em;
  padding-bottom: 16px;
  margin: -20px auto 0 200px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 170px;
  margin-top: -64px;
}
#cafeContents .cafeLead {
  width: 700px;
  margin: 10px auto 20px;
  margin-left: 300px;
  font-size: 1.23em;
  line-height: 1.6em;
  text-align: left;
  margin-top: -80px;
}
.cafeLead2 {
  margin-top: 150px;
  position: relative;
}
.cafeLead3 {
  margin-top: 80px;
}
.cafeLead2 h4 {
  position: relative;
  display: table;
  font-size: 1.38em;
  padding: 0 20px 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 0;
  margin-top: -16px;
  background: #fff;
}
.cafeLead2 p {
  margin: 30px 20px;
  position: relative;
  display: table;
  font-size: 1.08em;
  line-height: 1.6em;
  width: 580px;
}
.cafeImg {
  float: right;
  width: 200px;
  margin-right: 60px;
}
.cafeLead4 {
  text-align: center;
}
.cafeLead4 p {
  font-size: 1em;
  margin: 10px auto;
  width: 960px;
  text-align: right;
}
#cal {
  margin-top: 200px;
}
#calContents {
  width: 1060px;
  margin: 0 auto;
  padding-top: 0px;
  position: relative;
  text-align: center;
}
#calContents h3 {
  position: relative;
  display: table;
  font-size: 2.4em;
  padding-bottom: 16px;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
#calContents img {
  width: 984px;
}
img.snsIcon2 {
  width: 60px;
  margin-top: 10px;
}
img.snsIcon {
  width: 20px;
  margin-top: 30px;
}
#calContents .calLead {
  font-size: 1.38em;
  line-height: 1.8em;
}
#calContents .iconTalk {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  right: -60px;
  background-image: url(../img/icon_cafe.svg);
  background-repeat: no-repeat;
}
#gmap {
  margin: 60px auto;
  width: 80%;
  height: 400px;
  border: 5px solid #fff;
}
.copyright {
  margin: 100px auto 40px;
}
.tbl {
  position: relative;
  width: 80%;
  margin: 8px 10%;
  font-size: 0.9rem;
  display: flex;
}
.tblHead {
  display: block;
  width: 200px;
  float: left;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.5;
  align-content: space-evenly;
}
.tblData {
  display: block;
  width: calc(100% - 208px);
  margin-left: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.5;
}
h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
strong {
  font-weight: bold;
}
.layout {
  width: 60%;
  margin: 30px 20%;
}
#notice {
  width: 80%;
  margin: 60px auto 0;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 1.5;
}

#v2 .calli .shop .date ,
#v2 .calultitle .calli ,
#v2 #top h3 div.date,
#v2 .subTitle2,
#v2 .subTitle{
    font-family: "PT Serif","Roboto Mono", monospace;
    font-weight: 400;
    letter-spacing: 0.2em;
}
#v2 #top h3 {
    font-family: "Sawarabi Mincho","PT Serif","Roboto Mono", monospace;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 2px #000;
}
#v2 .calli .shop{
    font-family: "Sawarabi Mincho","PT Serif","Roboto Mono", monospace;
    font-weight: 400;
    font-size: 0.85rem;
}
#v2 .calli .day{
    font-family: "PT Serif","Roboto Mono", monospace;
    color: #777;
}
#v2 .sub-cont{
    margin-top: 50px;
    background: #eee;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    margin: 60px 15%;
    box-sizing: border-box;
}
#v2 .textArea{
    font-size: 1.4vw;
}
#v2 .sub-cont h3{
    font-family: "Sawarabi Mincho","PT Serif","Roboto Mono", monospace;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    display: block;
}
#v2.v2-1 .sub-cont h3{
  font-family: "PT Serif","Roboto Mono", monospace;
  font-size: 2.4rem;
    letter-spacing: 0.3em;
}
#v2 .sub-cont2{
  background: #fff;
  border: 1px dotted #333;
}
#v2.v2-1 .sub-cont2 h3{
   font-family: "Sawarabi Mincho","PT Serif","Roboto Mono", monospace;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
}

#v2 .sub-cont .textArea{
    font-size: 1.0rem;
    margin: 30px 0 0;
}
#v2 .sub-cont img{
    width: 20%;
    margin: 0 40%;
    border-radius: 10px;
    
}
#v2 #concept{
    margin: 0;
}
#v2 .textCnt9{
    width: 70%;
    padding: 0;
}
#v2 #gmap {
    width: 100%;
    border-radius: 10px;
    border: none;
}

@media screen and (max-width: 640px) {


  #top {
    padding-bottom: 0;
    margin: 0;
    border-radius: 0;
  }
    #topImage::after {
        width: 30vw;
        height: 10vw;
        margin-left: -15vw;
    }
/*
  #top h3 {
    color: #000;
  }
*/
  #top .img1 {
    left: 10px;
    top: 52px;
    width: 30%;
  }
    .slider{
        z-index: 100;
        aspect-ratio:1 / 1;
    }
    .slider-item{
        aspect-ratio:1 / 1;
    }
    .subTitle {
        font-size: 3em;
    }
    .subTitle2 {
        font-size: 1.8em;
    }
    .notice{
        font-size:1.2em;
    }
    
    .calli {
        font-size: 1.5em;
    }
    #concept{
        margin: 60px 2px 60px;
    }
    #calender{
        margin: 60px 10px 60px;
    }
    .calli .shop {
        font-size: 0.85rem;
        line-height: 1.3;
        letter-spacing: -0.05em;
    }
    .textArea{
        font-size: 1.6em;
    }
    a{
        display:inline;
        border:none;
    }
  #gmap, .textCnt9 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
              font-size: 1.4em;
  }
  #moviesMovie {
    margin: 60px 10%;
    width: 80%;
  }
  #container {
    border-right-width: 0;
      overflow: initial;
  }
  /*#container::-webkit-scrollbar{
       width: 30px;
    }
    #container::-webkit-scrollbar-track{
       background-color: #fff;

    }
    #container::-webkit-scrollbar-thumb{
       background-color:#B2D686;
        border-radius: 10px;
        border: 5px solid #fff;
    }*/
    #v2 #cafe{
        padding: 0 0 30px 0;
    }
    #v2 #gmap,
    #v2 .textCnt9 {
        width: 100%;
        margin: 0;
        border-radius:0;
    }
    #v2 .gmapArea{
        margin-bottom: 60px;
    }
    #v2 .textArea {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
    #v2 .sub-cont {
        margin: 20px 20px;
        width: calc(100% - 40px);
    }
    #v2 .sub-cont h3 {
        font-size: 1.4rem;
    }
    #v2 .sub-cont .textArea {
        font-size: 1.2rem;
        text-align: left;
    }
}






.sp_only {
  display: none;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}