@font-face {
  font-family: 'futura_medium';
  font-display: swap;
  src: url('./font/futuramediumbt.eot');
  src: url('./font/futuramediumbt.ttf') format('truetype'), url('./font/futuramediumbt.woff') format('woff');
}
@font-face {
  font-family: 'futura_medium_condensed';
  font-display: swap;
  src: url('./font/futuramediumcondensedbt.eot');
  src: url('./font/futuramediumcondensedbt.ttf') format('truetype'),
    url('./font/futuramediumcondensedbt.woff') format('woff');
}
@font-face {
  font-family: 'futura_light_bt';
  font-display: swap;
  src: url('./font/futuralightbt.eot');
  src: url('./font/futuralightbt.ttf') format('truetype'), url('./font/futuralightbt.woff') format('woff');
}
@font-face {
  font-family: 'futura_light_italic';
  font-display: swap;
  src: url('./font/FuturaLightItalicfont.eot');
  src: url('./font/FuturaLightItalicfont.ttf') format('truetype'),
    url('./font/FuturaLightItalicfont.woff') format('woff');
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main {
  z-index: 999;
}
.fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-top: 8px solid #000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  top: 0;
}
.fv-logo {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  width: 350px;
}
.fv-text {
  letter-spacing: 12px;
  font-size: 4rem;
  line-height: 68px;
  z-index: 999;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fv-text h1 {
  font-weight: bold;
}
.fv-subtext {
  font-size: 1.8rem;
  letter-spacing: 6px;
  z-index: 999;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about {
  background-image: url('../img/bg-blank.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 68px;
  background-attachment: fixed;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  margin-top: 100vh;
}
.about-logo {
  padding-top: 58px;
  margin: 0 auto;
  max-width: 350px;
}
.about-text {
  color: #fff;
  text-align: center;
  line-height: 3.6rem;
  margin-top: 48px;
}
.header-cart{
  display: block;
  position: absolute;
  left: 40px;
  top: 48px;
  width: 36px;
}
.header-cart-img{
  width: 100%;
}
.fv-bn-link{
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 380px;
}
.fv-bn-link01{
  bottom: 30px;
}
.fv-bn-link02{
  bottom: 170px;
}
.ec__img{
  width: 50%;
}
.ec__dt{
  width: 49%;
}
.ec{
  background-image: url('../img/bg01.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ec__open-txt{
  font-size: 24px;
  font-weight: bold;
}
.ec__open-txt{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
}
.ec__open-sub{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 64px;
}
.ec__open-sub span{
  display: block;
}
.ec__tel-link{
  color: #0A499F !important;
  display: inline-block;
}
.ec__logo{
  width: 320px;
}
.ec__content{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec__dt-inner{
  padding: 40px;
}
.ec__dt-icon{
  margin: 0;
  width: 48px;
}
.ec__dt-ttl{
  font-family: 'futura_light_bt', 'futura_medium', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic',
  'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 80px;
}
.ec02 .ec__dt-ttl{
  margin-top: 120px;
}
.ec__dt-link{
  display: block;
}
.ec__dt-desc{
  margin-top: 64px;
}
.ec__dt-desc2{
  margin-top: 1em;
}
.ec__dt-link{
  display: block;
  color: #0A499F;
  font-size: 24px;
  margin-top: 120px;
}
.ec02{
  background-image: url('../img/open-bg.jpg');
}
.ec03{
  background-image: url('../img/open2-bg.jpg');
}
.content-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #000;
}
.content-left-wrap {
  width: 50%;
  float: left;
  height: 1000px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.snake-bk {
  background-image: url('../img/snake-main.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  margin-left: 5%;
}

.snake,
.symbol {
  background-image: url('../img/bg-grey.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.eye,
.recommend,
.classic {
  background-image: url('../img/bg-blank.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b-ttl {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: 'futura_medium';
}
.right-bk {
  /*
  background-image: url('../img/bg-grey.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  */
}
.left-bk {
  /*
  background-image: url('../img/bg-blank.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  */
}
.content-right-wrap {
  width: 50%;
  float: right;
  height: 1000px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.content-center {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-duration: 1s;
}
.snake-center-item {
  max-width: 200px;
}
.content-ttl {
  padding-top: 64px;
  padding-left: 54px;
  font-size: 4.8rem;
  letter-spacing: 0.4em;
  text-align: left;
  color: #fff;
  font-family: 'futura_medium';
}
.content-text {
  padding-top: 40px;
  padding-left: 54px;
  padding-right: 54px;
  text-align: left;
  color: #fff;
}
.content-img {
  margin-top: 0px;
  margin-left: 100px;
  box-sizing: border-box;
  position: relative;
}
.img1-snake {
  position: absolute;
  top: 0;
  left: 11%;
  max-width: 47%;
}
.img2-snake {
  position: absolute;
  top: 30px;
  left: 0;

  max-width: 18%;
}
.img3-snake {
  position: absolute;
  top: 150px;
  right: 10%;
  max-width: 46%;
}
.img4-snake {
  position: absolute;
  top: 380px;
  left: 13%;
  max-width: 50%;
}
.eye-bk {
  background-image: url('../img/eye-main.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  float: left;
}
.recommend-bk {
  background-image: url('../img/recommend-main.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  float: left;
}
.img1-recommend {
  position: absolute;
  top: 0;
  left: -25%;
  max-width: 55%;
}
.img2-recommend {
  position: absolute;
  top: -20px;
  right: 10%;
  max-width: 35%;
}
.img3-recommend {
  position: absolute;
  top: 200px;
  left: 22%;
  max-width: 21%;
}
.img4-recommend {
  position: absolute;
  top: 400px;
  left: -10%;
  max-width: 27%;
}
.img5-recommend {
  position: absolute;
  top: 450px;
  left: 30%;
  max-width: 27%;
}
.img6-recommend {
  position: absolute;
  top: 420px;
  right: 5%;
  max-width: 27%;
}
.img1-eye {
  position: absolute;
  top: 0;
  left: 0px;
  max-width: 42%;
}
.img2-eye {
  position: absolute;
  top: 30px;
  right: 22%;
  max-width: 19%;
}
.img3-eye {
  position: absolute;
  top: 350px;
  left: 0;
  max-width: 35%;
}
.img4-eye {
  position: absolute;
  top: 330px;
  right: 30%;
  max-width: 27%;
}
.eye-center-item, .recommend-center-item {
  max-width: 130px;
}

.symbol-bk {
  background-image: url('../img/symbol-main.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 45%;
  margin-left: 5%;
}
.img1-symbol {
  position: absolute;
  top: 30px;
  left: 0px;
  max-width: 25%;
}
.img2-symbol {
  position: absolute;
  top: 348px;
  left: 8%;
  max-width: 40%;
}
.img3-symbol {
  position: absolute;
  top: 30px;
  left: 31%;
  max-width: 25%;
}
.img4-symbol {
  position: absolute;
  top: 330px;
  right: 13%;
  max-width: 34%;
}
.img5-symbol {
  position: absolute;
  top: 0;
  right: 6%;
  max-width: 34%;
}

.symbol-center-item {
  max-width: 180px;
}
.classic {
  border-bottom: 8px solid #000;
}
.classic-bk {
  background-image: url('../img/classic-main.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  float: left;
}
.img1-classic {
  position: absolute;
  top: 0;
  left: 3%;
  max-width: 42%;
}
.img2-classic {
  position: absolute;
  top: 30px;
  right: 22%;
  max-width: 24%;
}
.img3-classic {
  position: absolute;
  top: 430px;
  left: 0;
  max-width: 35%;
}
.img4-classic {
  position: absolute;
  top: 400px;
  right: 30%;
  max-width: 27%;
}
.classic-center-item {
  max-width: 180px;
  top: 150%;
}

.store {
  background-image: url('../img/greek-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  background-attachment: fixed;
}

.store-ttl {
  padding-top: 104px;
  font-size: 4rem;
  color: #000;
  text-align: center;
  font-family: 'futura_medium';
  letter-spacing: 0.4em;
}
.greek-pc {
  max-width: 806px;
  margin: 60px auto 0;
}
.store .store-row {
  max-width: 1000px;
}
.store .store-row .store-box{
  width: 45%;
}
.store-row {
  margin: 60px auto 0;
  width: 90%;
  display: flex;
justify-content: space-around;
    flex-wrap: wrap;
}
.store-box {
  width: 47%;
}
.access-sec {
  background-image: url('../img/access_bk.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  background-attachment: fixed;
}
.access-store-name {
  text-align: left;
  font-size: 3.2rem;
  font-family: 'futura_medium';
}
.access-row {
  padding: 20px 0;
  border-bottom: 2px solid #000;
  text-align: left;
  overflow: hidden;
}
.color-fff .access-row {
  border-bottom: 2px solid #fff;
}
.color-fff {
  color: #fff;
}
.access-ttl {
  float: none;
  font-weight: bold;
  width: 100%;
}
.access-detail {
  float: none;
  width: 100%;
  word-wrap: break-word;
}
.insta {
  background-image: url('../img/bg-blank.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  background-attachment: fixed;
}
.insta-ttl {
  font-size: 4rem;
  padding-top: 80px;
  font-family: 'futura_medium';
  letter-spacing: 0.4em;
}
.insta-row {
  max-width: 874px;
  margin: 64px auto 0;
  overflow: hidden;
}
.insta-left {
  float: left;
  max-width: 400px;
}
.insta-right {
  float: right;
  max-width: 400px;
}
.insta-center {
  max-width: 400px;
    margin: 0 auto;
}
.insta-store-name {
  font-size: 2.4rem;
  font-family: 'futura_medium';
  letter-spacing: 0.4em;
  text-align: center;
}
.name-est{
    letter-spacing: 0.3rem !important;
}
.insta-img-row {
  overflow: hidden;
  max-width: 100%;
}
.insta-img-item {
  width: 190px;
  height: 190px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.insta-img-item:nth-child(2n) {
  margin-right: 0;
}
.insta-store-tag {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'futura_medium';
}
.footer {
  background-color: #000;
}
.footer-logo {
  padding-top: 20px;
  max-width: 240px;
  margin: 0 auto;
}
.footer-row {
  max-width: 960px;
    width: 90%;
  margin: 32px auto 0;
  color: #fff;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-box {
  width: 47%;
}
.footer-store-name {
  font-family: 'futura_medium';
  text-align: left;
  padding-bottom: 10px;
}
.footer-store-row {
  overflow: hidden;
  font-size: 1.2rem;
}
.footer-store-row-ttl {
  float: left;
  font-weight: bold;
  width: 20%;
  text-align: left;
}
.footer-store-row-detail {
  float: right;
  text-align: left;
  font-weight: bold;
  width: 75%;
  word-wrap: break-word;
}
.copyright {
  margin-top: 48px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-family: 'futura_light_italic';
  padding-bottom: 20px;
}
.slider-nation {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.nation-item {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 10px;
  transition-property: all;
  transition-duration: 2000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.nation-long {
  height: 60px;
}

.scroll-item {
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 1.8rem;
  bottom: 0%;
  left: 48%;
}
.scroll-bdr {
  height: 100px;
  width: 4px;
  background-color: #fff;
  margin: 30px auto 0;
}
.fv-menu-btn {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 99999;
}
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.btn-trigger span:nth-of-type(3) {
  top: 20px;
}
.btn-trigger span:nth-of-type(4) {
  top: 0;
  left: 10px;
}
.btn-trigger span:nth-of-type(5) {
  top: 10px;
  left: 10px;
}
.btn-trigger span:nth-of-type(6) {
  top: 20px;
  left: 10px;
}
.btn-trigger span:nth-of-type(7) {
  top: 0;
  left: 20px;
}
.btn-trigger span:nth-of-type(8) {
  top: 10px;
  left: 20px;
}
.btn-trigger span:nth-of-type(9) {
  top: 20px;
  left: 20px;
}
#menu-btn.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  width: 100%;
}
#menu-btn.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  width: 100%;
  top: 20px;
}
#menu-btn.active span:nth-of-type(3),
#menu-btn.active span:nth-of-type(4),
#menu-btn.active span:nth-of-type(5),
#menu-btn.active span:nth-of-type(6),
#menu-btn.active span:nth-of-type(7),
#menu-btn.active span:nth-of-type(8),
#menu-btn.active span:nth-of-type(9) {
  opacity: 0;
}
.spbr {
  display: none;
}
.sp-main-img {
  display: none;
}
.greek-sp {
  display: none;
}
.insta-icon {
  width: 20px;
}
.tgl-mt-6 {
  margin-top: 6rem;
}
.move {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
.move2 {
  -webkit-animation: fuwafuwa2 3s infinite linear alternate;
  animation: fuwafuwa2 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}

.move3 {
  -webkit-animation: fuwafuwa3 3s infinite linear alternate;
  animation: fuwafuwa3 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(5px, 0) rotate(5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 5px) rotate(-5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
.menu-logo {
  max-width: 274px;
  margin: 0 auto 76px;
  padding-top: 155px;
}
.menu-row {
  max-width: 285px;
  margin: 0 auto 40px;
}
.menu-row a {
  color: #fff;
  font-family: 'futura_medium';
}
.menu-en {
  font-size: 2rem;
}

.tgl-menu {
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('../img/fv-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.tgl-menu-bkclr {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.popup_content {
  color: #fff;
  max-width: 500px;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.popup_content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.popup_content .popup_img {
  max-width: 180px;
  margin: 0 auto;
}
.popup_content .popup_img img {
  width: 100%;
}
#classic4 .popup_img {
  max-width: 180px;
}
#classic3 .popup_img {
  max-width: 180px;
}
.popup_content h3 {
  font-size: 2.4rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-family: 'futura_medium';
}
.popup_content .popup_text {
  margin-top: 32px;
}

.popup_content .popup_text {
  margin-top: 32px;
  font-size: 12px;
  line-height: 20px;
}
.popup_content .popup_price {
  text-align: right;
  font-size: 2.4rem;
  color: #917c50;
  margin-top: 64px;
  font-family: 'futura_medium';
}
.popup_content .popup_price span {
  font-size: 1.6rem;
  color: #fff;
  margin-left: 10px;
}
.popup_content .popup_price2 {
  margin-top: 20px;
}

.popup_content .snake2_popimg {
  max-width: 60px !important;
}
a[href^='tel:'] {
  color: #fff;
}
.access a[href^='tel:'] {
  color: #000;
}
.pc-none {
  display: none;
}
.symbol_popup {
  width: 90%;
  min-width: 1200px;
}
.symbol_popup_left {
  width: 50%;
  float: left;
  padding-top: 16%;
  padding-right: 100px;
  line-height: 3.8rem;
}
.symbol_popup_left span {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.symbol_popup_right {
  width: 50%;
  float: right;
}
.popup_bland {
  font-size: 1.8rem;
  margin-top: 42px;
  margin-bottom: 10px;
  font-family: 'futura_medium';
}
.popup_category {
  font-size: 1.4rem;
  font-family: 'futura_medium';
}
.popup_text span {
  font-family: 'futura_medium';
  font-size: 1.2rem;
}
#classic0 .popup_img {
  max-width: 120px;
  margin: 0 auto;
}
#classic1 .popup_img {
  max-width: 180px;
  margin: 0 auto;
}
#classic2 .popup_img {
  max-width: 140px;
  margin: 0 auto;
}
  #recommend1 .popup_img {
    max-width: 280px;
  }
#eye2 .popup_img {
  max-width: 90px;
}
#symbol1 .popup_img {
  max-width: 90px;
}
#classic0 .popup_img {
  max-width: 40px;
}
#symbol2 .popup_img {
  max-width: 200px;
}
#symbol1 .popup_img {
  max-width: 140px;
}
#symbol5 .popup_img {
  max-width: 200px;
}
#symbol0 .popup_img {
  max-width: 170px;
}
#snake1 .popup_img {
  max-width: 250px;
}
#snake2 .popup_img {
  max-width: 250px;
}
#snake3 .popup_img {
  max-width: 250px;
}
#snake4 .popup_img {
  max-width: 250px;
}
.event{
  background-image: url('../img/white-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.event-dt-ttl{
  font-family: 'futura_medium';
}
.event-detail{
  margin-right: 48px;
  width: 42%;
}
.event-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-link{
  color: #023776;
  text-align: left;
  display: block;
  font-size: 12px;
  margin: 0;
}
.event-img-main{
  background-image: url('../img/event-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  width: 45%;
}
.event-dt-ttl{
  font-size: 32px;
  letter-spacing: 8px;
  padding-top: 104px;
  text-align: left;
}
.event-dt-desc{
  margin-top: 24px;
  text-align: left;
}
.event-item-desc{
  font-size: 14px;
  text-align: left;
}
.event-item-ttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.event-item-ttl span {
  font-family: 'futura_medium';
  letter-spacing: 2px;
  font-weight: normal;
}
.event-list{
  margin-top: 56px;
}
.event-list-item:not(:last-child){
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.fv-bn{
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 320px;
}
.fv-bn-img{
  width: 100%;
}
.pc-none02{
  display: none;
}
.footer__ec{
  margin-top: 64px;
}
.footer__ec-icon{
  margin-right: 12px;
  width: 24px;
}
.footer__ec-ttl{
  color: #fff;
  font-weight: bold;
}
.footer__ec-link{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.6s;
}
.footer__ec-link:hover{
  opacity: 0.4;
}


@media screen and (max-width: 1024px) {
.ec__open-sub span{
  display: inline;
}
  .ec__content{
    display: block;
  }
  .ec__logo{
    margin: 0 auto;
  }
  .ec{
    padding: 80px 0 56px;
  }
  .ec__dt-link{
    margin-top: 64px;
  }
  .ec__dt-desc{
    font-size: 14px;
    line-height: 28px;
  }
  .ec__dt-desc{
    margin-top: 0;
  }
  .ec__dt{
    width: 100%;
  }
  .ec__dt-link02{
    padding-top: 24px;
    margin-top: 0 !important;
  }
  .ec__dt-ttl{
    font-size: 24px;
    margin-top: 20px;;
  }
  .ec__img{
    margin: 24px auto 0;
  }
  .ec__open-sub{
    margin: 32px auto 20px;
  }
.store-box {
  width: 100%;
    margin-bottom: 2em;
}
  #classic2 .popup_img {
    max-width: 60px;
    margin: 0 auto;
  }
  #classic1 .popup_img {
    max-width: 100px;
  }
  #classic0 .popup_img {
    max-width: 50px;
    margin: 0 auto;
  }
  #symbol1 .popup_img {
    max-width: 70px;
  }
  #eye4 .popup_img {
    max-width: 100px;
  }
  #eye3 .popup_img {
    max-width: 100px;
  }
  #eye2 .popup_img {
    max-width: 100px;
  }
  #eye1 .popup_img {
    max-width: 100px;
  }
  .popup_content .snake2_popimg {
    max-width: 30px !important;
  }
  .popup_bland {
    font-size: 1.4rem;
    margin-top: 28px;
  }
  .popup_category {
    font-size: 1.2rem;
    font-family: 'futura_medium';
  }
  .symbol_popup {
    width: 80%;
    min-width: 100%;
  }
  .symbol_popup_left {
    display: none;
  }
  .symbol_popup_right {
    float: none;
    width: 100%;
  }
  .pc-none {
    display: block;
    letter-spacing: 0.8px;
  }
  .sp-none {
    display: none;
  }
  .access-sec {
    background-attachment: initial;
  }
  .access {
    padding: 0 40px;
  }
  .pcbr {
    display: none;
  }
  .fv-logo {
    max-width: 230px;
  }
  .fv-text {
    font-size: 1.9rem;
    width: 90%;
    line-height: 3.2rem;
    font-weight: bold;
    letter-spacing: 7px;
  }
  .fv-subtext {
    top: 58%;
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
  .nation-item {
    width: 10px;
  }
  .spbr {
    display: block;
  }
  .scroll-item {
    left: 44%;
  }
  .fv-menu-btn {
    position: absolute;
    bottom: 20px;
    top: auto;
    right: 0;
  }

  .about {
    padding: 0 20px 68px;
    background-attachment: initial;
  }
  .about-logo {
    max-width: 250px;
  }
  .about-text {
    letter-spacing: 0.6px;
    line-height: 3.1rem;
  }
  .content-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content-left-wrap {
    float: none;
    height: auto;
    width: 100%;
  }
  .content-right-wrap {
    float: none;
    height: auto;
    width: 100%;
  }
  .snake-bk {
    display: none;
  }
  .eye-bk {
    display: none;
  }
  .recommend-bk {
    display: none;
  }
  .symbol-bk {
    display: none;
  }
  .classic-bk {
    display: none;
  }
  .content-ttl {
    padding-top: 64px;
    padding-left: 0;
    font-size: 3.2rem;
  }
  .content-text {
    padding-left: 0px;
    padding-right: 0;
  }
  .content-img {
    height: 1000px;
    margin-left: 0;
  }
  .snake,
  .symbol,
  .eye,
  .recommend,
  .classic,
  .store,
  .insta {
    background-attachment: initial;
  }
  .img1-snake {
    position: absolute;
    top: 11%;
    left: 35%;
    max-width: 38%;
  }
  .img1-snake img {
    transform: rotate(-15deg);
  }
  .img2-snake {
    position: absolute;
    top: 0px;
    left: 13%;
    max-width: 14%;
  }
  .img2-snake img {
    transform: rotate(15deg);
  }
  .img3-snake {
    position: absolute;
    bottom: 5%;
    right: 6%;
    top: auto;
    max-width: 37%;
  }
  .img4-snake {
    position: absolute;
    top: auto;
    left: 14%;
    bottom: 12%;
    max-width: 43%;
  }
  .sp-main-img {
    display: block;
    margin-left: -20px;
    max-width: 60%;
    margin-top: 40px;
  }
  .content-center {
    top: 1000px;
    left: 40%;
  }
  .snake-center-item {
    max-width: 270px;
    left: 48%;
  }
.img1-recommend {
  top: 0;
  left: -5%;
  max-width: 43%;
}
.img2-recommend {
  top: -20px;
  right: 10%;
  max-width: 29%;
}
.img3-recommend {
  top: 28%;
  left: 30%;
  max-width: 15%;
}
.img4-recommend {
  top: 50%;
  left: 5%;
  max-width: 20%;
}
.img5-recommend {
  top: 53%;
  left: 35%;
  max-width: 20%;
}
.img6-recommend {
  top: 50%;
  right: 5%;
  max-width: 20%;
}
  .eye-center-item, .recommend-center-item {
    max-width: 180px;
    top: 1500px;
    left: 55%;
  }
  .img1-eye {
    position: absolute;
    top: 23%;
    left: 10%;
    max-width: 40%;
  }
  .img2-eye {
    position: absolute;
    top: 3%;
    right: 19%;
    max-width: 26%;
  }
  .img2-eye img {
    transform: rotate(15deg);
  }
  .img3-eye {
    position: absolute;
    top: 47%;
    left: auto;
    max-width: 36%;
    right: 12%;
  }
  .img4-eye {
    position: absolute;
    top: 64%;
    right: auto;
    max-width: 30%;
    left: 180px;
  }
  .eye .content-img {
    height: 1000px;
  }
  .recommend .content-img {
    height: 1000px;
  }
  .symbol-center-item {
    bottom: auto;
    top: 1700px;
    max-width: 180px;
    left: 53%;
  }
  .symbol .content-img {
    height: 1000px;
  }
  .img1-symbol {
    position: absolute;
    top: 3%;
    left: 20px;
    max-width: 28%;
  }
  .img2-symbol {
    position: absolute;
    top: 33%;
    left: 27%;
    max-width: 35%;
  }
  .img3-symbol {
    position: absolute;
    top: 56%;
    left: 20px;
    max-width: 30%;
  }
  .img3-symbol img {
    transform: rotate(-15deg);
  }
  .img4-symbol {
    position: absolute;
    top: 54%;
    right: 80px;
    left: auto;
    max-width: 34%;
  }
  .img5-symbol {
    position: absolute;
    top: 4%;
    right: 6%;
    left: auto;
    max-width: 34%;
  }
  .classic .content-img {
    height: 1200px;
  }
  .classic-center-item {
    max-width: 180px;
    top: 2000px;
    left: 53%;
  }
  .img1-classic {
    position: absolute;
    top: 2%;
    left: 3%;
    max-width: 44%;
  }
  .img2-classic {
    position: absolute;
    top: 13%;
    right: 16%;
    max-width: 30%;
  }
  .img2-classic img {
    transform: rotate(20deg);
  }
  .img3-classic {
    position: absolute;
    top: 49%;
    left: 4%;
    max-width: 40%;
  }
  .img3-classic img {
    transform: rotate(-10deg);
  }
  .img4-classic {
    position: absolute;
    top: 67%;
    right: 100px;
    max-width: 30%;
  }
  .access-store-name {
    font-size: 2rem;
  }
  .access-detail {
    width: 73%;
  }
  .store {
    padding: 0 20px 60px;
    box-sizing: border-box;
  }
  .store-ttl {
    padding-top: 60px;
    font-size: 3rem;
    line-height: 42px;
  }
  .greek-pc {
    display: none;
  }
  .greek-sp {
    display: block;
  }
  .greek-sp img {
    margin-top: 60px;
  }

  .access .store-left,
  .access .store-right {
    border: 1px solid #000000;
    height: 475px;
  }
  .store-left {
    max-width: 48%;

    padding: 24px 12px;
    box-sizing: border-box;
  }
  .store-right {
    margin-top: 0;
    max-width: 48%;

    padding: 24px 12px;
    box-sizing: border-box;
  }
  .access-ttl {
    font-size: 1.4rem;
    width: 26%;
  }
  .insta {
    padding: 0 20px 60px;
    box-sizing: border-box;
  }
  .insta-ttl {
    font-size: 3.2rem;
  }
  .insta-img-item {
    width: 155px;
    height: 155px;
  }
  .insta-right {
    max-width: 330px;
  }
  .insta-left {
    max-width: 330px;
  }
 .insta-center {
    max-width: 330px;
  }
  footer {
    padding: 32px 20px 40px;
  }
  .footer-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-right {
    float: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .greek-sp .mt-16 {
    margin-top: 16px;
  }
  .color-fff .access-row {
    border-bottom: 1px solid #fff;
  }
  .access-row {
    border-bottom: 1px solid #000;
  }

  .insta-store-tag {
    font-family: Futura;
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }
  .menu-logo {
    margin: 0 auto 40px;
    padding-top: 44px;
  }
  .menu-row {
    margin: 0 auto 30px;
  }
  .tgl-menu .footer-left {
    margin: 0 auto;
  }
  .tgl-menu .footer-right {
    margin: 0 auto;
  }
  .tgl-mt-6 {
    margin-top: 3rem;
  }
  .tgl-menu {
    background-position: 46%;
  }
  .event{
    background-attachment: inherit;
  }
}
@media screen and (max-width: 768px) {
.store .store-row {
  width: 100%;
}
.store .store-row .store-box{
  width: 100%;
}
.footer-box {
  width: 100%;
    max-width: 320px;
    margin: 0 auto 2em auto;
}
  .content-img {
    height: 800px;
    margin-left: 0;
  }

  .eye .content-img {
    height: 900px;
  }
  .symbol .content-img {
    height: 900px;
  }
  .classic .content-img {
    height: 1100px;
  }
  #symbol1 .popup_img {
    max-width: 170px;
  }
  #symbol5 .popup_img {
    max-width: 240px;
  }
  #eye1 .popup_img {
    max-width: 240px;
  }
  #eye2 .popup_img {
    max-width: 200px;
  }
  #eye3 .popup_img {
    max-width: 240px;
  }
  #eye4 .popup_img {
    max-width: 240px;
  }
  #snake2 .popup_img {
    max-width: 70px !important;
  }
  #symbol2 .popup_img {
    max-width: 260px;
  }
  #classic0 .popup_img {
    max-width: 180px;
    margin: 0 auto;
  }
  #classic1 .popup_img {
    max-width: 240px;
  }
  #classic2 .popup_img {
    max-width: 200px;
    margin: 0 auto;
  }
  #classic3 .popup_img {
    max-width: 240px;
  }
  .symbol_popup_right {
    max-width: 500px;
    margin: 0 auto;
  }

  .popup_text .popup__weight {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
  }
  .fv-bn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 102px;
    width: 280px;
    left: 0;
    margin: auto;
  }
  .event-img-main{
    width: 51.7%;
  }
  .event-dt-ttl{
    line-height: 40px;
    padding-top: 56px;
  }
  .event-list{
    margin-top: 40px;
  }
  .event-item-ttl{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .event-list-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .event-item-desc{
    font-size: 12px;
  }
  .event-detail{
    margin: 0 auto;
    width: 90%;
  }
  .event-img-main{
    background-image: url('../img/event-bg-sp.jpg');
    height: 300px;
    margin-top: 32px;
    width: 100%;
  }
  .event{
    padding-bottom: 48px;
  }
  .fv-bn-link{
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
  }
  .scroll-item{
    display: none;
  }

}
@media screen and (max-width: 767px) {
  .access-ttl {
    font-size: 1.2rem;
  }
  .store-left {
    float: none;
    max-width: 100%;
  }
  .store-right {
    float: none;
    max-width: 100%;
  }
  .access-detail {
    width: 100%;
  }
  .mt-60 {
    margin-top: 24px;
  }
  .sp-main-img {
    display: block;
    margin-left: -20px;
    max-width: 280px;
    margin-top: 40px;
  }
  .content-center {
    top: 1000px;
    left: 200px;
  }
  .snake-center-item {
    max-width: 170px;
  }
  .content-img {
    height: 500px;
    margin-left: 0;
  }
  .recommend-center-item {
    max-width: 100px;
    top: 1000px;
    left: 260px;
  }
  .recommend .content-img {
    height: 600px;
  }
.img1-recommend {
  top: 0;
  left: -5%;
  max-width: 50%;
}
.img2-recommend {
  top: -20px;
  right: 5%;
  max-width: 32%;
}
.img3-recommend {
  top: 25%;
  left: 38%;
  max-width: 19%;
}
.img4-recommend {
  top: 50%;
  left: 5%;
  max-width: 24%;
}
.img5-recommend {
  top: 53%;
  left: 35%;
  max-width: 24%;
}
.img6-recommend {
  top: 50%;
  right: 5%;
  max-width: 24%;
}
  .eye-center-item {
    max-width: 100px;
    top: 1500px;
    left: 260px;
  }
  .eye .content-img {
    height: 600px;
  }
  .img1-eye {
    position: absolute;
    top: 200px;
    left: 0px;
    max-width: 55%;
  }
  .img2-eye {
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 40%;
  }
  .img3-eye {
    position: absolute;
    top: 300px;
    left: auto;
    max-width: 42%;
    right: 0;
  }
  .img4-eye {
    position: absolute;
    top: 410px;
    right: auto;
    max-width: 40%;
    left: 70px;
  }
  .symbol-center-item {
    bottom: auto;
    top: 1900px;
    max-width: 150px;
  }

  .symbol .content-img {
    height: 500px;
  }
  .classic-center-item {
    max-width: 120px;
    top: 2300px;
  }
  .classic .content-img {
    height: 600px;
  }

  .insta-right {
    float: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .insta-left {
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .insta-center {
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .classic-center-item {
    max-width: 120px;
    top: 2800px;
  }
  .symbol-center-item {
    bottom: auto;
    top: 1900px;
    left: 250px;
    max-width: 120px;
  }
  .img1-snake {
    position: absolute;
    top: 11%;
    left: 44%;
    max-width: 43%;
  }
  .img2-snake {
    position: absolute;
    top: 0px;
    left: 13%;
    max-width: 16%;
  }
  .img3-snake {
    position: absolute;
    bottom: 5%;
    right: 6%;
    top: auto;
    max-width: 44%;
  }
  .img4-snake {
    position: absolute;
    top: auto;
    left: 12%;
    bottom: 21%;
    max-width: 49%;
  }
  .img1-symbol {
    position: absolute;
    top: 3%;
    left: 20px;
    max-width: 32%;
  }
  .img5-symbol {
    position: absolute;
    top: 4%;
    right: 6%;
    left: auto;
    max-width: 40%;
  }
  .img2-symbol {
    position: absolute;
    top: 30%;
    left: 27%;
    max-width: 42%;
  }
  .img3-symbol {
    position: absolute;
    top: 52%;
    left: 20px;
    max-width: 34%;
  }
  .img4-symbol {
    position: absolute;
    top: 54%;
    right: 5%;
    left: auto;
    max-width: 34%;
  }
  .img4-classic {
    position: absolute;
    top: 65%;
    right: 10%;
    max-width: 30%;
  }
  .popup_content .popup_img {
    max-width: 150px;
  }
  .popup_content h3 {
    font-size: 2.5rem;
    padding-bottom: 16px;
  }
  .popup_content .popup_text {
    margin-top: 32px;
  }

  .popup_content .popup_text {
    margin-top: 30px;
    font-size: 12px;
    line-height: 26px;
  }
  #classic0 .popup_price {
    font-size: 14px;
  }
  .popup_content .popup_price {
    margin-top: 58px;
  }
  .popup_content .popup_price2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #snake1 .popup_img {
    max-width: 150px;
  }
  #snake4 .popup_img {
    max-width: 160px;
  }
  #snake3 .popup_img {
    max-width: 180px;
  }
  #recommend0 .popup_img {
    max-width: 100px;
  }
  #recommend1 .popup_img {
    max-width: 160px;
  }
  #recommend2 .popup_img {
    max-width: 100px;
  }
  #recommend3 .popup_img {
    max-width: 100px;
  }
  #recommend4 .popup_img {
    max-width: 100px;
  }
  #recommend5 .popup_img {
    max-width: 100px;
  }
  #recommend6 .popup_img {
    max-width: 100px;
  }
  #eye0 .popup_img {
    max-width: 100px;
  }
  #eye1 .popup_img {
    max-width: 100px;
  }
  #eye2 .popup_img {
    max-width: 100px;
  }
  #eye3 .popup_img {
    max-width: 160px;
  }
  #eye4 .popup_img {
    max-width: 100px;
  }
  #symbol0 .popup_img {
    max-width: 140px;
  }
  #symbol1 .popup_img {
    max-width: 140px;
  }
  #symbol2 .popup_img {
    max-width: 140px;
  }
  #symbol3 .popup_img {
    max-width: 140px;
  }
  #symbol4 .popup_img {
    max-width: 140px;
  }
  #symbol5 .popup_img {
    max-width: 140px;
  }
  #classic4 .popup_img {
    max-width: 120px;
  }
  #classic2 .popup_img {
    max-width: 100px;
  }
  #classic1 .popup_img {
    max-width: 130px;
  }
  #classic0 .popup_img {
    max-width: 40px;
  }
  .access-sec {
    background-image: url('../img/sp-about-bk.jpg');
  }
  .eye,
.recommend,
  .classic {
    background-image: url('../img/sp-black-bg.jpg');
  }
  .snake,
  .symbol {
    background-image: url('../img/sp-bg-grey.jpg');
  }
  .popup_text .popup__weight {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
  }
  .access {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1800px) {
  .content-right-wrap,
  .content-left-wrap {
    height: 1600px;
  }
  .img4-snake {
    top: 560px;
    left: 27%;
  }
  .img2-snake {
    top: 130px;
    left: 100px;
    max-width: 18%;
  }
  .img3-snake {
    top: 180px;
    right: -1%;
    max-width: 46%;
  }
  .img1-snake {
    left: 24%;
  }
  .snake-center-item {
    max-width: 320px;
    left: 41%;
  }
  .symbol-center-item {
    max-width: 280px;
  }
  .img4-eye {
    top: 400px;
  }
  .img3-eye {
    top: 480px;
  }
  .img2-symbol {
    top: 580px;
  }
  .img1-symbol {
    top: 130px;
    left: 56px;
  }
  .img4-symbol {
    top: 520px;
  }
  .img5-symbol {
    top: 80px;
  }
  .img3-classic {
    top: 630px;
  }
  .img4-classic {
    top: 640px;
  }
  .classic-center-item {
    max-width: 280px;
  }
  .eye-center-item {
    max-width: 220px;
  }
  .recommend-center-item {
    max-width: 220px;
  }
}

@media screen and (min-width: 2200px) {
  .img4-snake {
    top: 640px;
  }
  .img4-eye {
    top: 680px;
  }
  .img3-eye {
    top: 640px;
  }
  .img2-symbol {
    top: 660px;
  }
  .img4-symbol {
    top: 650px;
  }
  .img5-symbol {
    top: 120px;
  }
  .img3-classic {
    top: 830px;
  }
  .img4-classic {
    top: 690px;
  }
}

@media screen and (max-width: 480px) {
    .tgl-menu-bkclr .insta-icon{
        display: none;
    }
    .tgl-menu-bkclr .ac{
        display: none;
    }
  .pc-none02{
    display: block;
  }
  .classic-center-item {
    top: 2200px;
  }
  .fv-bn{
    bottom: 135px;
  }
  .event-link{
    margin-top: 12px;
    line-height: 16px;
  }
  .fv-text{
    top: 36%;
    letter-spacing: 6px;
  }
  .fv-subtext{
    top: 48%;
  }
  .header-cart{
    top: auto;
    width: 32px;
    bottom: 110px;
    left: auto;
    right: 24px;
  }
  .fv-bn-link{
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 240px;
  }
  .fv-bn-link01 {
    bottom: 60px;
  }
  .fv-bn-link02 {
    bottom: 156px;
  }
  .scroll-item{
    display: none;
  }
  .ec__img{
    margin: 40px auto 0;
    width: 280px;
  }
  .ec__dt-desc{
    margin-top: 20px;
    width: 100%;
  }
  .ec__dt-inner{
    padding: 0;
  }
  .ec__dt{
    margin: 0 auto;
    width: 90%;
  }
  .ec__content{
    display: block;
  }
  .ec{
    background-attachment: initial;
    padding: 48px 0;
  }
  .ec__dt-link{
    margin-top: 40px;
    font-size: 16px;
  }
  .ec__dt-ttl{
    margin-top: 20px;
  }
  .ec__logo{
    margin: 0 auto;
    width: 240px;
  }
  .ec__open-txt{
    font-size: 24px;;
    line-height: 40px;
    margin-top: 12px;
  }
  .ec__open-sub{
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
  .ec02 .ec__dt-ttl{
    margin-top: 64px;
  }
}

