@charset "UTF-8";

/* ---------------
共通 色
--------------- */
:root {
  --gn: #438d26;
  --dgn: #3d8123;
  --yl: #ff0;
}

/* ---------------
共通 見出し
--------------- */
h2 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}



/* ---------------
header SP
---------------- */

header {
  position: fixed;
  z-index: 9999;
}

.header-pc {
  display: none;
}
.header-sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-sp h1 {
  margin-left: 1rem;
  z-index: 1000;
}
.header-sp h1 a {
  display: block;
  width: 20rem;
  height: 4.5rem;
  background: url(../img/logo.png) no-repeat left center;
  background-size: contain;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  line-height: 1.2;
  padding: 0.5rem 0 0 5.3rem;
}
.header-sp h1 a span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.gNav-sp {
  z-index: 999;
}
.gNav-sp .gNav-sns {
  display: flex;
  margin: 1.2rem 7rem 0 0;
}
.gNav-sp .gNav-sns li {
  margin-left: 1.5rem;
}
.gNav-sp .gNav-sns img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

/*------------- .gnavBtn -------------*/

/*   ボタンタグ設定   */
.gnavBtn {
  display: block;
  background: #000;
  padding: 0 1.1rem;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 10000;
  outline: none;
  opacity: 0.8;
  transition: 0.5s;
}

/*   ハンバーガーボタン2本線   */
.gnavBtn .bar {
  display: block;
  height: 0.1rem;
  background-color: #fff;
  margin: 0.7rem 0;
  transition: 0.3s;
}

/*  メニューアクティブ時  */
.gnavBtn.active {
  background: #333;
}
.gnavBtn.active .bar {
  width: 2.2rem;
  height: 0.2rem;
} 
.gnavBtn.active .bar1 {
  transform: rotate(45deg) translate(0.2rem, 0.4rem);
}
.gnavBtn.active .bar2 {
  transform: rotate(-45deg) translate(0.2rem, -0.4rem);
}
.gnavBtn.gnavBtn:hover {
  opacity: 0.5;
}
.gNav-ham.active .gNav-menu {
  top: 0;
}


/*------------- .gnavBtn li -------------*/

.gNav-ham .gNav-menu {
  background: #000;
  width: 100%;
  padding: 12rem 3.5rem 8rem;
  position: fixed;
  top: -65rem;
  left: 0;
  transition: 0.5s;
}

.gNav-ham li a {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 2.1rem 0;
  border-bottom: 1px #333 solid;
  transition: 0.5s;
  position: relative;
}
.gNav-ham li a:hover {
  opacity: 0.6;
}
.gNav-ham li a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem #fff solid;
  border-bottom: 0.2rem #fff solid;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.gNav-menu ul.contact {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.gNav-menu ul.contact li {
  width: 49%;
}
.gNav-menu ul.contact li a {
  height: auto;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 1.6rem 0;
  border: 0.1rem #444 solid;
}
.gNav-ham ul.contact li a::after {
  display: none;
}
.gNav-ham ul.contact li a span {
  display: inline-block;
}
.gNav-menu ul.contact li:first-child a span {
  background: url(../img/icon-tel-gr.svg) no-repeat left center;
  background-size: 1.4rem;
  padding: 0 0.5rem 0 2rem;
}
.gNav-menu ul.contact li:last-child a span {
  background: url(../img/icon-mail-gr.svg) no-repeat left center;
  background-size: 1.6rem;
  padding: 0 1rem 0 2.5rem;
}



/* ---------------------------
#event SP
------------------------------*/

.ev-sp {
  background: url(../img/ev-bg_sp.jpg) no-repeat center top;
  background-size: cover;
  padding: 4rem 0 0;
}
 
.ev-pc {
  display: none;
}

.ev-sp h2 {
  color: var(--yl);
  font-size: 2rem;
  text-align: center;
  margin: 6rem auto 2.5rem;
  position: relative;
}
.ev-sp h2::before, .ev-sp h2::after {
  content: "";
  display: block;
  width: calc( 50% - 12rem );
  height: 0.1rem;
  background: var(--yl);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.ev-sp h2::after {
  left: auto;
  right: 2rem;
}

.ev-sp .ev-li figure {
  max-width: 61.5rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.ev-sp .ev-li .ev-li-txt {
  background: #000;
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.ev-sp .ev-li .ev-li-txt-in {
  max-width: 61.5rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  position: relative;
}
.ev-sp .ev-li .ev-li-txt-in h3 {
  width: 20rem;
  background: #000;
  font-family: "Oswald", sans-serif;
  color: #888;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 2rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  top: -4.5rem;
  left: 1.5rem;
}
.ev-sp .ev-li .ev-li-txt-in h3 strong {
  color: var(--yl);
  font-size: 2.1rem;
  padding-right: 1rem;
}
.ev-sp .ev-li .ev-li-txt-in p {
  color: #f1f1f1;
  font-size: 1.4rem;
  padding: 2.5rem 1.5rem;
}
.ev-sp .ev-li .ev-li-txt-in p.btn-menu {
  position: absolute;
  top: -21.2rem;
  right: -0.5rem;
}
.ev-sp .ev-li .ev-li-txt-in p.btn-menu a {
  display: block;
  width: 15rem;
  height: 15rem;
}


/* ----- slick矢印設定 ----- */

.ev-sp .ev-ul .slick-arrow {
  background: none;
  width: 2.3rem;
  height: 0;
  padding-top: 2rem;
  overflow: hidden;
  border: none;
  border-top: 0.3rem #fff solid;
  border-left: 0.3rem #fff solid;
  position: absolute;
  top: 40%;
  z-index: 99;
}
.ev-sp .ev-ul .slick-prev {
  left: 1.5rem;
  transform: rotate(-45deg);
}
.ev-sp .ev-ul .slick-next {
  right: 1.5rem;
  transform: rotate(135deg);
}


.scrollbox {
  display: none;
}


.ev-cta {
  margin: 0 1rem;
  border-top: 0.1rem #888 solid;
  border-bottom: 0.1rem #888 solid;
}
.ev-cta-in {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding: 3.5rem 0;
}

.ev-cta-info {
  max-width: 30rem;
  margin: 0 auto;
}
.ev-cta-info .streaming {
  margin-top: 1.4rem;
}
.ev-cta-info .streaming p {
  color: #f1f1f1;
  font-size: 1.8rem;
}
.ev-cta-info .streaming p strong {
  font-family: "Oswald", sans-serif;
  color: #fdf27e;
  font-size: 2.4rem;
  font-weight: 500;
}
.ev-cta-info .streaming ul {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem auto 1.2rem;
}
.ev-cta-info .streaming li {
  width: 49%;
  background: #222;
  padding: 0.5rem 0 0.7rem;
  border-radius: 0.5rem;
}
.ev-cta-info .streaming li img {
  height: 2.6rem;
}
.ev-cta-info > p {
  font-size: 1.4rem;
  text-align: center;
}
.ev-cta-info > p span {
  color: #ff0;
}

.ev-cta-btn {
  width: 100%;
  margin-top: 2.5rem;
  
}



/* ---------------------------
#about SP
-------------------------------*/

#about {
  background: url(../img/about-bg_sp.jpg) no-repeat center bottom;
}
.about-in {
  padding: 6rem 1.5rem 6.5rem;
}
#about h2 {
  color: #ff0;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 6rem;
}

.about-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.about-txt h3 > span {
  display: block;
  margin-bottom: 1rem;
}
.about-txt h3 span strong {
  font-size: 2rem;
}
.about-txt h3 span span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.about-txt-in {
  padding: 0 2rem;
  margin-bottom: 3.5rem;
}
.about-txt-in p {
  max-width: 50rem;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  line-height: 2.1;
}
.insta-btn {
  max-width: 53rem;
  margin: 0 auto;
}



/* ---------------------------
#CURRY SP
-------------------------------*/

#curry {
  background: #3d8123;
}
#curry .course-wrap {
  background: #438d26;
  padding: 6rem 1.5rem 3rem;
  position: relative;
}
#curry .course-wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3rem transparent solid;
  border-top: 2rem #438d26 solid;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
#curry .course-wrap-in {
  max-width: 143rem;
  margin: 0 auto;
}
#curry h2 {
  background: url(../img/icon-food.svg) no-repeat center top;
  background-size: 2.3rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  padding-top: 4.5rem;
}
#curry h2 + p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 2rem 0 3rem;
}
#curry h2 + p span {
  font-size: 1.6rem;
  margin-right: 1em;
}

/* ----- #curry .course ----- */

.course figure {
  text-align: center;
}
.course-box {
  max-width: 74rem;
  margin: 0 auto;
  text-align: center;
  padding: 3.2rem 1rem 0;
}
.course-box h3 {
  display: inline-block;
  background: #000;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1rem 3.6rem;
  margin-bottom: 3rem;
}
.course-price {
  text-align: right;
  margin-bottom: 3rem;
}
.course-price dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  position: relative;
}
.course-price dl::after {
  content: "";
  width: calc( 100% - 21rem );
  height: 0;
  border-top: 0.1rem #fff dashed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-price dt {
  font-size: 1.4rem;
  padding-left: 1.6rem;
  position: relative;
}
.course-price dt span {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.course-price dt::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #ff0;
  border-radius: 0.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.course-price dd {
  font-size: 1.6rem;
}
.course-price dd span {
  font-family: "Oswald", sans-serif;
  color: #ff0;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.course-price p {
  display: inline-block;
  font-size: 1.4rem;
  text-align: right;
  margin-right: -0.5em;
}
.course-price p span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

.course-note p {
  font-size: 1.4rem;
  text-align: left;
}
.course-note p:last-child {
  color: #ff0;
  text-decoration: underline;
  text-underline-offset:0.5rem;
}
@media screen and (min-width:600px) {
  .course-note p br {
    display: none;
  }
}

/* ----- #curry .menu ----- */

#curry .menu {
  padding: 5rem 1.5rem 1.5rem;
}
#curry .menu > section {
  max-width: 50rem;
  margin: 0 auto 4rem;
}
#curry .menu h3 {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
}
#curry .menu h3 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#curry .menu h3::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #ff0;
  border-radius: 0.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#curry ul.menu-food {
  border: 0.1rem #7fcb61 solid;
  padding: 3rem 3.5rem;
}

#curry .menu-drink {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#curry .menu-drink section {
  width: 46%;
  margin: 3rem 0 0;
}
#curry .menu-drink section:nth-child(3) ul,
#curry .menu-drink section:nth-child(4) ul {
  display: none;
}
#curry .menu-drink h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 1.5rem 0;
  border-top: 0.1rem #bad8ae solid;
  border-bottom: 0.1rem #bad8ae solid;
  margin-bottom: 0.8rem;
}
#curry .menu-drink h4 b {
  font-size: 1.4rem;
}
#curry .menu-drink h4 span {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#curry .menu-drink ul {
  background-color: #3d8123;
  background-image: linear-gradient(180deg, #3d8123 0.1rem, transparent 0.1rem), /* 線0の色と太さ */
                    linear-gradient(90deg, transparent 0%, transparent 50%, #3d8123 50%, #3d8123 100%), /* 点線1の色 */
                    linear-gradient(180deg, #bad8ae 0.1rem, transparent 0.1rem); /* 点線2の色と太さ */
  background-size: 100% 0.1rem, /* 点線0のサイズ */
                   0.8rem 100%, /* 点線1のサイズ */
                   100% 3.7rem; /* 点線2のサイズ */
  background-repeat: no-repeat, repeat, repeat;
}
#curry .menu-drink li, #curry .menu-drink p {
  font-size: 1.3rem;
  line-height: 1.3rem; /* 文字の高さ */
  padding: 1.2rem 0.5rem;
}
#curry .menu-drink p {
  line-height: 1.5;
}



/* ---------------------------
#FLOOR SP
-------------------------------*/

.floor{
  padding: 6rem 3rem;
  background: #28292b;
  position: relative;
}
.floor-bg{
  display: none;
}

.floor section{
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

/* FLOOR テキスト SP --------*/
.floor-text{
  max-width: 140rem;
  margin: 0 auto;
}
.floor-text h2{  
  padding: 0 0 5rem;
  text-align: center;
  font-size: 2.4rem;
  color: #ffffcc;
}

.floor-txt-sp{
  display: block;
  padding: 8rem 0 0;
  color: #f1f1f1;
}
.floor-txt-sp h3 {
  padding: 0 0 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

.floor-txt-sp h3 + p{
  font-size: 1.4rem;
}

/* FLOOR テキスト PC --------*/
.floor-txt-pc{
  display: none;
  color: #f1f1f1;  
}

/* FLOOR スライダー SP 
--------------------*/
.floor-ph{
  width: 100%;
  position: static;
}

.floor-ph .container {
  position: relative;
  width: 100%;
  height: auto;
}
.floor-ph .slick-img img {
  height: auto;
  width: 100%;
}
.floor-ph .slick-prev {
  left: 0;
  z-index: 1;
}
.floor-ph .slick-next {
  right: 0;
}

/* FLOOR スライダーNo SP --------*/
.floor-ph .container .slick-num {
  width: 100%;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  color: #888;
  line-height: 2;
  position: absolute;
  left: 0;
  bottom: -60px;
  text-align: right;
}
.floor-ph .container span.now-count{
  font-size: 2.8rem;
  color: #f1f1f1;
}
.floor-ph .container span.all-count{
  font-size: 2.4rem;
}



/* ---------------------------
#SHOPINFO SP
-------------------------------*/

#shopinfo {
  background: #111;
  padding: 3.5rem 0 4.5rem;
}
#shopinfo .shop-img {
  display: none;
}
.shopinfo-in {
  max-width: 75rem;
  margin: 0 auto;
}
.shopinfo-in h2 {
  color: #ff0;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.shopinfo-in h2 + p {
  color: #c9c9c9;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.shopinfo-in .contact-box {
  margin: 4rem 0 5rem;
}
.shopinfo-in .contact-box ul {
  display: flex;
  justify-content: space-between;
}
.shopinfo-in .contact-box li {
  width: 49%;
}
.shopinfo-in .contact-box li a {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #f1f1f1;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  padding: 1.8rem 0;
  border: 0.1rem #444 solid;
}
.shopinfo-in .contact-box li:first-child a span {
  background: url(../img/icon-tel-gr.svg) no-repeat left center;
  background-size: 1.4rem;
  padding-left: 2.6rem;
}
.shopinfo-in .contact-box li:last-child a span {
  background: url(../img/icon-mail-gr.svg) no-repeat left center;
  background-size: 1.6rem;
  padding-left: 2.8rem;
}

.shopinfo-in .info-box dl {
  display: flex;
  border-bottom: 0.1rem #393939 solid;
}
.shopinfo-in .info-box dt,
.shopinfo-in .info-box dd {
  padding: 2.5rem 1rem;
}
.shopinfo-in .info-box dt {
  width: 40%;
  color: #bbb;
  font-size: 1.6rem;
}
.shopinfo-in .info-box dd {
  width: 60%;
  color: #f1f1f1;
  font-size: 1.4rem;
}

.shopinfo-in .map {
  margin-top: 2rem;
}
.shopinfo-in .map .gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}
.shopinfo-in .map .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}



/* ---------------------------
contact SP
-------------------------------*/


/* ---------------
footer SP
--------------- */

footer {
  padding: 6.5rem 0 10rem;
}
footer .inner-sp {
  max-width: 20rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

footer .f-logo {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  padding: 7rem 0 0 0;
  position: relative;
}
footer .f-logo span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(0deg, #c0f6a5 0%, #fff 80%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ----- ロゴマーク ----- */
footer .f-logo::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/logo.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer .f-info,
footer .f-nav-list {
  display: none;
}

footer .f-nav {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-align: left;
  line-height: 1;
  margin: 4rem 0 2.5rem
}
.f-nav .contact-list li {
  margin-bottom: 2.5rem;
}
.f-nav .contact-list li a {
  font-size: 1.8rem;
  padding-left: 3rem;
}
.f-nav .contact-list li:first-child a {
  background: url(../img/icon-tel-yl.svg) no-repeat left 0.8rem;
  background-size: 1.4rem;
}
.f-nav .contact-list li:last-child a {
  background: url(../img/icon-mail-yl.svg) no-repeat left 0.8rem;
  background-size: 1.6rem;
}

footer .f-sns {
  line-height: 1;
}
footer .f-sns p {
  font-family: "Oswald", sans-serif;
  color: #888;
  font-size: 1.8rem;
}
footer .f-sns ul {
  display: flex;
  justify-content: space-around;
  margin: 2.3rem 0 3.2rem;
}
footer .f-sns li a {
  display: block;
}
footer .f-sns li:nth-child(1) a {
  width: 2rem;
}
footer .f-sns li:nth-child(2) a {
  width: 1.8rem;
}
footer .f-sns li:nth-child(3) a {
  width: 8rem;
}
footer .f-sns p.copyright {
  font-family:  "Noto Sans JP", sans-serif;
  color: #666;
  font-size: 1.6rem;
}


/* ---------------
LINE ボタン追従 SP
--------------- */

.line-btn {
  max-width: 37.5rem;
  width: 100%;
  padding: 0 1.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
}



/*----------------------------------------------------
SP 374- 
----------------------------------------------------*/
@media screen and (max-width:374px) {

}


@charset "UTF-8";

/*----------------------------------------------------
タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* ---------------
  #FLOOR TB
  ---------------- */ 

  .floor-txt-sp h3 {
    padding: 0 0 3rem;
    font-size: 2rem;
  }

  .floor-txt-sp h3 + p{
    font-size: 1.6rem;
  }
 



}



/*----------------------------------------------------
PC / タブレット用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* ---------------
  header TB
  ---------------- */

  .header-sp {
    display: none;
  }
  .header-pc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 3rem 5rem 0;
  }

  .header-pc h1 a {
    display: block;
    width: 38rem;
    background: url(../img/logo.png) no-repeat left center;
    background-size: contain;
    font-family: "Cormorant Garamond", serif;
    font-size: 3.8rem;
    line-height: 1.2;
    padding-left: 7.5rem;
  }
  .header-pc h1 a span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
  }

  .header-pc .gNav-pc ul {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 2rem;
  }
  .header-pc .gNav-pc li {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    text-align: right;
    margin-left: 3rem;
  }
  
  .header-pc .gNav-pc .gNav-sns li img {
    height: 2rem;
  }
  .header-pc .gNav-pc .gNav-sns li {
    margin-left: 2rem;
  }
  .header-pc .gNav-pc .gNav-sns li:first-child {
    margin-left: 0;
  }


  /* ---------------
  #event TB
  ---------------- */ 

  .ev-sp {
    display: none;
  }
  .ev-pc {
    display: block;
    background: url(../img/ev-bg_pc.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
  }
  .ev-pc-in {
    background: linear-gradient(180deg, #0000 0%, #0000 65%, #000f 65%, #000f 100%);
    padding: 11rem 1.5rem 4.5rem;
  }

  .ev-pc h2 {
    font-family: "Oswald", sans-serif;
    color: var(--yl);
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 6rem auto 2.5rem;
    position: relative;
  }
  .ev-pc h2::before, .ev-pc h2::after {
    content: "";
    display: block;
    width: calc( 50% - 15rem );
    height: 0.1rem;
    background: var(--yl);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .ev-pc h2::after {
    left: auto;
    right: 2rem;
  }

  .ev-pc .ev-ul {
    display: flex;
    justify-content: space-between;
  }
  .ev-pc .ev-li {
    width: 33%;
  }
  .ev-pc .ev-li .ev-li-txt {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
  }
  .ev-pc .ev-li .ev-li-txt h3 {
    width: 20rem;
    background: #000;
    font-family: "Oswald", sans-serif;
    color: #888;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 2rem 1.5rem;
    border-radius: 0 1rem 0 0;
    position: absolute;
    top: -4.5rem;
    left: 0;
  }
  .ev-pc .ev-li .ev-li-txt h3 strong {
    color: var(--yl);
    font-size: 3rem;
    padding-right: 1rem;
  }
  .ev-pc .ev-li .ev-li-txt p {
    color: #f1f1f1;
    padding: 2.5rem 1.5rem;
  }
  .ev-pc .ev-li .ev-li-txt p.btn-menu {
    position: absolute;
    top: -16.2rem;
    right: -2rem;
  }
  .ev-pc .ev-li .ev-li-txt p.btn-menu a {
    display: block;
    width: 15rem;
    height: 15rem;
  }

  /* ----- Scroll ----- */
  .scrollbox {
    display: block;
    padding: 0;
    position: absolute;
    top: 30%;
    left: -5%;
  }
  /* Scrollテキストの描写 */
  p.sc-ttl {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    writing-mode: vertical-rl;
  }
  .scrolldown {
    width: 100%;
    position: relative;
    top: 30%;
    left: 0;
  }
  /* 丸の描写 */
  .scrolldown::before {
    content: url(../img/icon-mouse-whgn.svg);
    /* 描画位置 */
    position: absolute;
    top: 3rem;
    left: 0.4rem;
    z-index: 10;
    /* 丸の形状 */
    width: 14px;
    /* 丸の動き1.6秒かけて透過し、永遠にループ */
    animation:
    circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
    animation-iteration-count: 3;
  }

  /* 下からの距離が変化して丸の全体が上から下に動く */
  @keyframes circlemove {
    0% { top: 20px; }
    100% { top: 175px; }
  }

  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide {
    0% { opacity: 0 }
    50% { opacity: 1; }
    80% { opacity: 0.9; }
    100% { opacity: 0; }
  }

  /* 線の描写 750 */
  .scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 2rem;
    left: 1rem;
    /*線の形状*/
    width: 0.1rem;
    height: 18rem;
    background: #fff;
  }
  
  
  .ev-cta {
    max-width: 143rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    border: none;
  }
  .ev-cta-in {
    max-width: none;
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem;
    border: 0.1rem #888 solid;
    border-radius: 1rem;
  }

  .ev-cta-info {
    max-width: none;
    width: 50%;
    padding-right: 4rem;
  }
  .ev-cta-info h3 {
    padding: 0 8rem 0 10rem;
    margin-top: -2.7rem;
    position: relative;
  }
  .ev-cta-info h3::after {
    content: "";
    display: block;
    width: calc( 100% - 2.5rem );
    height: 0.1rem;
    background: #666;
    position: absolute;
    bottom: -1.5rem;
    left: 2.5rem;
  }
  .ev-cta-info .streaming {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
  }
  .ev-cta-info .streaming p {
    color: #f1f1f1;
    font-size: 1.8rem;
  }
  .ev-cta-info .streaming p strong {
    font-family: "Oswald", sans-serif;
    color: #fdf27e;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .ev-cta-info .streaming ul {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 1.2rem;
  }
  .ev-cta-info .streaming li {
    width: auto;
    background: none;
    margin-left: 1.6rem;
    padding: 0;
  }
  .ev-cta-info .streaming li img {
    height: 2rem;
  }
  .ev-cta-info > p {
    font-size: 1.4rem;
  }
  .ev-cta-info > p span {
    color: #ff0;
  }

  .ev-cta-btn {
    width: 50%;
    padding-left: 2rem;
    margin-top: 0;
  }



  /* ---------------------------
  #about PC1000
  -------------------------------*/

  #about {
    background: url(../img/about-bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 8rem 0 19rem;
  }
  .about-in {
    max-width: 155rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
  .about-box {
    max-width: 62rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 8rem 4rem;
  }
  #about h2 {
    font-size: 3.2rem;
    text-align: left;
    padding-left: 0.5rem;
  }

  .about-txt h3 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 3.5rem;
  }
  .about-txt-in {
    padding: 0;
    margin-bottom: 5rem;
  }
  .about-txt-in p {
    max-width: none;
    font-size: 1.6rem;
  }



  /* ---------------------------
  #CURRY PC1000
  -------------------------------*/

  #curry h2 {
    font-size: 4rem;
  }
  #curry h2 + p {
    padding: 2rem 0 6rem;
  }
  #curry h2 + p span {
    font-size: 1.6rem;
  }

  /* ----- #curry .course ----- */

  #curry .course-wrap {
    padding: 10rem 1.5rem 6rem;
  }
  #curry .course {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #curry .course figure {
    width: 52%;
  }
  #curry .course .course-box {
    width: 40%;
    text-align: left;
    padding: 0 1rem 0 0;
    margin-right: 0;
  }
  .course-box h3 {
    padding: 1.2rem 1.6rem;
    margin-bottom: 3.6rem;
  }
  .course-price dl::after {
    width: calc( 100% - 25rem );
  }
  .course-price dt {
    font-size: 1.8rem;
  }
  .course-price dt span {
    font-size: 3rem;
  }
  .course-price dd {
    font-size: 1.8rem;
  }
  .course-price dd span {
    font-size: 3.6rem;
  }
  .course-price p {
    font-size: 1.8rem;
  }
  .course-price p span {
    font-size: 1.6rem;
  }

  /* ----- #curry .menu ----- */

  #curry .menu {
    padding: 8rem 1.5rem 9rem;
  }
  #curry .menu > section {
    max-width: 143rem;
    margin-bottom: 0;
  }
  #curry .menu h3 {
    background: #3d8123;
    display: inline-block;
    text-align: left;
    padding: 0 3rem;
    margin: 0 0 0 1.5rem;
    line-height: 1;
  }
  #curry .menu h3 span {
    display: inline-block;
    font-size: 2.4rem;
    padding-right: 1.3rem;
  }
  #curry .menu h3::before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    top: 0.8rem;
    left: 1rem;
  }

  #curry .menu > section:first-child {
    position: relative;
  }
  #curry .menu > section:first-child h3 {
    position: absolute;
    top: -1.2rem;
    left: 0;
  }
  #curry ul.menu-food {
    display: flex;
    border-left: none;
    border-right: none;
    padding: 5rem 4rem;
    margin-bottom: 5rem;
  }
  #curry ul.menu-food li {
    padding-left: 2rem;
    position: relative;
  }
  #curry ul.menu-food li::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0.7rem;
  }
  #curry ul.menu-food li:first-child:before {
    display: none;
  }
  #curry ul.menu-food li:first-child {
    padding-left: 0;
  }

  #curry .menu-drink section {
    width: 30%;
    margin: 4rem 0 1rem;
  }
  #curry .menu-drink section:nth-child(3) p,
  #curry .menu-drink section:nth-child(4) p {
    display: none;
  }
  #curry .menu-drink section:nth-child(3) ul,
  #curry .menu-drink section:nth-child(4) ul {
    display: block;
  }
  #curry .menu-drink h4 {
    margin-bottom: 0;
  }
  #curry .menu-drink h4 b {
    font-size: 1.8rem;
  }
  #curry .menu-drink h4 span {
    font-size: 1.4rem;
  }
  #curry .menu-drink ul {
    background-size: 100% 0.1rem, /* 点線0のサイズ */
                     0.8rem 100%, /* 点線1のサイズ */
                     100% 4.6rem; /* 点線2のサイズ */
    padding-bottom: 0.1rem;
  }
  #curry .menu-drink li {
    font-size: 1.6rem;
    line-height: 1.6rem; /* 文字の高さ */
    padding: 1.5rem 0;
  }



  /* ---------------------------
  #FLOOR PC1000
  -------------------------------*/

  .floor{
    padding: 10rem 0 22% 1.5rem;
  }
  .floor-bg{
    display: block;
    width: 100%;
    text-align: right;   
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .floor-bg img{
    display: block;
    margin: 0 0 0 auto;
    padding: 0 0 0 30%;
  }

  .floor section{
    max-width:100%;
  }
  .floor-text h2{
    text-align: left;    
  }
  /* FLOOR テキスト PC --------*/
  .floor-txt-pc{
    display: block;
    padding: 3rem 0 0;
    color: #f1f1f1;
  }
  .floor-txt-pc h3 {
    padding: 0 0 2rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
  }
  .floor-txt-pc h3 + p{
    font-size: 1.6rem;
  }
  /* FLOOR テキスト SP --------*/
  .floor-txt-sp{
    display: none;
  }


  /* FLOOR スライダー PC 
  --------------------*/
  .floor-ph{
    width: 61.4%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .floor-ph .container .slick-num {
    position: absolute;
    left: -15%;
    bottom: -10px;
    text-align: left;
  }
  .floor-ph .container span.now-count{
    font-size: 2.8rem;
    color: #f1f1f1;
  }
  .floor-ph .container span.all-count{
    font-size: 2.4rem;
  }



  /* ---------------------------
  #SHOPINFO PC1000
  -------------------------------*/

  #shopinfo {
    padding: 0 0 7rem;
  }
  #shopinfo .inner140 {
    display: flex;
  }
  #shopinfo .shop-img {
    display: block;
    width: 35%;
    padding-right: 7%;
  }
  #shopinfo .shop-img figure {
    margin: 9.5rem 0 3.5rem;
  }
  #shopinfo .shop-img figure img {
    border-radius: 0.5rem;
  }

  .shopinfo-in {
    max-width: none;
    width: 65%;
    padding-top: 1.5rem;
  }
  .shopinfo-in h2 {
    font-size: 4rem;
    text-align: left;
    margin-bottom: 0;
  }
  .shopinfo-in h2 + p {
    text-align: left;
  }
  .shopinfo-in h2 + p br {
    display: none;
  }

  .shopinfo-in .contact-box {
    margin: 4.5rem 0 3.5rem;
  }
  .shopinfo-in .contact-box li {
    width: 48%;
  }
  .shopinfo-in .contact-box li a {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
  .shopinfo-in .contact-box li:first-child a span {
    background-position: left 1.1rem;
    background-size: 1.8rem;
    padding-left: 4rem;
  }
  .shopinfo-in .contact-box li:last-child a span {
    background-position: left 1.1rem;
    background-size: 2rem;
    padding-left: 4.5rem;
  }

  .shopinfo-in .info-box dd {
    font-size: 1.6rem;
  }

  .shopinfo-in .map {
    margin-top: 7rem;
  }


  /* ---------------------------
  contact PC1000
  -------------------------------*/





  /* ---------------
  footer PC1000
  --------------- */

  footer {
    padding: 10rem 0;
  }
  footer .inner-sp {
    max-width: 143rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: left;
  }
  footer .f-logo {
    padding: 0 0 0 7rem;
    margin-bottom: 8rem;
  }
  footer .f-logo span {
    font-size: 4rem;
  }
  footer .f-logo br {
    display: none;
  }
  /* ----- ロゴマーク ----- */
  footer .f-logo::before {
    width: 5.6rem;
    height: 5.6rem;
    background-position: left center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  footer .f-info-wrap {
    display: flex;
    justify-content: space-between;
  }
  footer .f-info {
    display: block;
  }
  footer .f-info p {
    margin-bottom: 1.5rem;
  }

  footer .f-nav {
    margin: 0;
  }
  .f-nav ul {
    display: flex;
  }
  .f-nav .f-nav-list {
    font-size: 2.1rem;
    margin-bottom: 5rem;
  }
  .f-nav .f-nav-list li {
    margin-left: 3.5rem;
  }
  .f-nav .contact-list li a {
    font-size: 2.6rem;
  }
  .f-nav .f-nav-list li:first-child,
  .f-nav .contact-list li:first-child {
    margin-left: 0;
  }
  .f-nav .contact-list li:first-child a {
    background-position: left 1.2rem;
    background-size: 1.8rem;
  }
  .f-nav .contact-list li:last-child a {
    background-position: left 1.2rem;
    background-size: 2rem;
    margin-left: 4.5rem;
  }

  
  .f-sns {
    padding-right: 3rem;
  }
  footer .f-sns li {
    margin-right: 2.5rem;
  }
  .f-sns img {
    height: 2rem;
  }



}



/*----------------------------------------------------
PC 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /* ---------------------------
  #FLOOR PC1260
  -------------------------------*/

  .floor{
    padding: 10rem 0 27% 1.5rem;
  }

  
}



/*----------------------------------------------------
PC 1260- 
----------------------------------------------------*/
@media screen and (min-width:1260px) {

  /* ---------------
  #event PC1260
  ---------------- */ 

  .header-pc h1 a {
    width: 45rem;
    font-size: 4.8rem;
    padding-left: 9rem;
  }
  .header-pc h1 a span {
    font-size: 1.4rem;
  }
  .header-pc .gNav-pc li {
    margin-left: 5rem;
  }


  .ev-cta-info h3 {
    padding: 0 12rem 0 16rem;
  }
  .ev-cta-info .streaming p {
    font-size: 2rem;
  }
  .ev-cta-info .streaming p strong {
    font-size: 2.4rem;
  }
  .ev-cta-info .streaming li img {
    height: 2.rem;
  }
  .ev-cta-info > p br {
    display: none;
  }


  /* ---------------------------
  #CURRY PC1260
  -------------------------------*/

  /* ----- #curry .menu ----- */

  #curry ul.menu-food {
    font-size: 1.8rem;
  }


  /* ---------------------------
  contact PC1260
  -------------------------------*/


}


/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1430px) {

  /* ---------------
  #event PC1430
  ---------------- */ 

  .ev-cta-info .streaming p {
    font-size: 2.4rem;
  }
  .ev-cta-info .streaming p strong {
    font-size: 3rem;
  }
  .ev-cta-info .streaming li img {
    height: 2.6rem;
  }
  .ev-cta-info > p {
    font-size: 1.6rem;
  }



  /* ---------------------------
  #FLOOR PC1430
  -------------------------------*/

  .floor-text h2{
    font-size: 4rem;
  }



  /* ---------------------------
  contact PC1430
  -------------------------------*/


  /* ---------------
  footer PC1430
  --------------- */

  .f-sns {
    padding-right: 10rem;
  }



}



/*----------------------------------------------------
PC用 1600
----------------------------------------------------*/

@media only screen and (min-width: 1600px) {

  /* FLOOR テキスト PC 1600--------*/
  .floor-txt-pc{
    padding: 10rem 0 0;
  }

  .floor-bg img{
    padding: 0 0 0 33%;
  }


}




