@charset "utf-8";
#wrapper{
	position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}


body {
	background: #F7E9BA;
}

body.noscroll {
	overflow: hidden;
}
/* ------------------------------

　　　　Navi

------------------------------ */
#container{
  position: relative;
}
@media screen and (min-width:1001px) {
#mainNavi {
  display: none;
}
.headlinkblock {
  display: none;
}
#bg {
  background: url("../images/pattern.png") no-repeat top center/150%;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}
}
@media screen and (max-width:1000px) {
#mainNavi {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 10px 10px 10px 0;
}
/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 63px;
  height: 63px;
  border: none;
  cursor: pointer;
  z-index: 9999; /* メニューを開いている時もクリックできるよう設定 */
  background: url("../images/btn_menu.png") no-repeat top left/contain;
  display: block;
}
.drawer__button.active {
  background: url("../images/btn_close.png") no-repeat top left/contain;
  width: 63px;
  height: 63px;
  position: fixed;
  top: 10px;
  right: 10px;
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/img_garland_modal.png") no-repeat top center/contain,#F7E9BA;
  padding: 110px 0 0;
  margin: 0 0 0 auto;
  overflow-y: scroll;
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
li .drawer__nav__link {
  display: block;
  color: #954e33;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
}
li:last-child .drawer__nav__link {
  border-bottom: none;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
.drawer__nav .btn_campaign{
  margin: 35px auto 0;
}
.drawer__nav .btn_campaign a{
  width: 100%;
  background: url(../images/icon6.png) no-repeat 92% center/16px 16px,#f96d87;
  margin: 0 auto 30px;
  border-radius: 30px;
  height: 60px;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding-right: 16px;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  box-shadow: 0 3px 0px 0px rgba(204,204,204,0.6);
  padding-top: 10px;
}
.drawer__nav .btn_campaign a span{
    font-size: 0.8125em;
    display: block;
}
}
/* ------------------------------

　　　　PC style

------------------------------ */
#pcsize{
    width: 100%;
    height: 10Vh;
    margin: 0 auto;
    background: url(../images/bg_pc.png) repeat top center / 100% auto;
    position: fixed;
    overflow: hidden;
}
#pcsize .innerblock{
  display: flex;
}
.pcleft,
.pcright{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding-bottom: 167px;
        flex: 1;
        flex-shrink: 0;
        overflow: hidden;
        position: sticky;
}
.pcleft .pclogo{
  position: fixed;
}
.pcleft .pclogo img{
  max-width: 635px;
  width: 100%;
}

.pcright .pcmenu{
  position: fixed;
}

.pcright .pcmenu .menublock ul.arealist li a{
  width: 175px;
  margin: 0 auto;
  height: 63px;
  background: #fff;
  border: 4px solid #EFD29D;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  font-size: 1.25em;
  line-height: 52px;
  font-weight: 700;
  color: #6A1B00;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0px 8px 0 #EFD29D;
}
.pcright .pcmenu .menublock ul.linkblock{
    width: 175px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pcright .pcmenu .menublock ul.linkblock li:nth-child(1){
    width: 71px;
}
.pcright .pcmenu .menublock ul.linkblock li:nth-child(2){
    width: 99px;
}
.pcright .pcmenu .menublock ul.linkblock li img{
  width: 100%;
  margin: 10px 0;
}

.pcright .pcmenu .menublock ul.snsblock{
    width: 175px;
    margin: 15px auto 25px;
    display: flex;
    justify-content: space-between;
}
.pcright .pcmenu .menublock ul.snsblock li{
    width: 50px;
    height: 50px;
}
.pcright .pcmenu .menublock ul.snsblock li img{
  width: 100%;
}
.pcright .pcmenu .menublock .pagetop{
    width: 100px;
    margin: 0 auto;
}
.pcright .pcmenu .menublock .pagetop img{
  width: 100%;
}

@media screen and (max-width:1000px) {

  .drawer__nav__inner .menublock ul.arealist li a{
    width: 175px;
    margin: 0 auto;
    height: 63px;
    background: #fff;
    border: 4px solid #EFD29D;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-size: 1.25em;
    line-height: 52px;
    font-weight: 700;
    color: #6A1B00;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 8px 0 #EFD29D;
  }
  .headlinkblock{
    position: fixed;
    top: 0;
    left: 10px;
    z-index: 100000;
  }
  .headlinkblock ul.linkblock{
      width: 175px;
      display: flex;
      justify-content: space-between;
  }
  .headlinkblock ul.linkblock li:nth-child(1){
      width: 71px;
  }
  .headlinkblock ul.linkblock li:nth-child(2){
      width: 99px;
  }
  .headlinkblock ul.linkblock li img{
    width: 100%;
    margin: 10px 0;
  }

  .drawer__nav__inner .menublock ul.snsblock{
      width: 175px;
      margin: 15px auto 25px;
      display: flex;
      justify-content: space-between;
  }
  .drawer__nav__inner .menublock ul.snsblock li{
      width: 50px;
      height: 50px;
  }
  .drawer__nav__inner .menublock ul.snsblock li img{
    width: 100%;
  }
  .drawer__nav__inner .menublock .pagetop{
      width: 100px;
      margin: 0 auto;
  }
  .drawer__nav__inner .menublock .pagetop img{
    width: 100%;
  }
}


#mainVisual h1{
  margin-bottom: 40px;
}
#mainVisual h2{
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 20px;
}
#mainVisual p{
  font-size: 1.125em;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}

#areanList{
  width: 91%;
  margin: 0 auto 50px;
}
#areanList h2{
  margin-bottom: 20px;
}
#areanList .midashi{
  font-size: 1.125em;
  line-height: 28px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

/*add 250801*/
#areanList .open{
  font-size: 1.125em;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

#areanList .open span{
  font-size: 1.375em;
}


/*add 250801*/
#areanList .sub{
  font-size: 1em;
  line-height: 28px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

#areanList .areablock,
#accessBlock{
  margin-top: -61px;
  padding-top: 61px;
}
#areanList .areablock .areaimg{
  margin-bottom: 23px;
}
#areanList .areablock .areatext{
  font-size: 1.125em;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.05px;
}
#areanList .areablock .areatext2{
  font-size: 1.375em;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05px;
}
#areanList .areablock .schedule{
  font-size: 1.125em;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05px;
}
#areanList .areablock .schedule .small{
  font-size: 0.889em;
  font-weight: 400;
}
#areanList .areablock .btn1{
  font-size: 1.25em;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 67px;
  height: 77px;
  color: #fff;
  background: #B4B4B4;
  text-align: center;
  border: 4px solid #A09D9D;
  box-sizing: border-box;
  border-radius: 20px;
}


#accessBlock{
  width: 91%;
  margin: 0 auto 50px;
}
#accessBlock h2{
  margin-bottom: 20px;
}
#accessBlock .map{
  margin-bottom: 50px;
}
#accessBlock .title{
  font-size: 1.375em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
#accessBlock .text{
  font-size: 1.125em;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05px;
}


#snsBlock{
  width: 91%;
  margin: 0 auto 50px;
}
#snsBlock h2{
  margin-bottom: 30px;
}
#snsBlock .fukidashi{
  width: 240px;
  height: 22px;
  margin: 0 auto 25px;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05px;
  text-align: center;
  line-height: 1.0;
  color: #6A1B00;
  background: 
    url(../images/img_vector1.png) no-repeat left center/13px 22px,
    url(../images/img_vector2.png) no-repeat right center/13px 22px;
}
#snsBlock .snslist{
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#snsBlock .snslist li{
  width: 50px;
  height: 50px;
}


#sponsorList{
  width: 91%;
  margin: 0 auto 120px;
}
#sponsorList .title{
  color: #6A1B00;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05px;
  text-align: center;
  margin-bottom: 30px;
}
#sponsorList .title.mb15{
  margin-bottom: 15px;
}
#sponsorList .sponsorlogo1 li:nth-child(1){
  width: 140px;
  margin: 0 auto 15px;
}
#sponsorList .sponsorlogo1 li:nth-child(2){
  color: #6A1B00;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05px;
  text-align: center;
  margin-bottom: 70px;
}


#sponsorList .sponsorlogo2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 335px;
  margin: 0 auto 45px;
}
#sponsorList .sponsorlogo2 li{
  position: relative;
  height: 35px;
  text-align: center;
  width: 48%;
  margin-bottom: 20px;
}
#sponsorList .sponsorlogo2 li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#sponsorList .sponsorlogo2 li:nth-child(1){
  width: 100%;
  margin-bottom: 20px;
}
#sponsorList .sponsorlogo2 li:nth-child(1) img{
  width: 143px;
  margin: 0 auto;
}
#sponsorList .sponsorlogo2 li:nth-child(2){
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
}
#sponsorList .sponsorlogo2 li:nth-child(2) img{
  width: 284px;
  margin: 0 auto;
}
#sponsorList .sponsorlogo2 li:nth-child(3) img{
  width: 140px;
  margin: 0 0 20px;
}
#sponsorList .sponsorlogo2 li:nth-child(4) img{
  width: 173px;
  margin: 0 0 20px;
}
#sponsorList .sponsorlogo2 li:nth-child(5) img{
  width: 139px;
  margin: 0 0 20px;
}
#sponsorList .sponsorlogo2 li:nth-child(6) img{
  width: 165px;
  margin: 0 0 20px;
}


#sponsorList .sponsorlogo3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 342px;
  margin: 0 auto 45px;
}
#sponsorList .sponsorlogo3 li{
  position: relative;
  height: 35px;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}
#sponsorList .sponsorlogo3 li img{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}


#sponsorList .sponsorlogo3 li:nth-child(1){
  width: 45%;
}
#sponsorList .sponsorlogo3 li:nth-child(1) img{
  width: 148px;
  margin: 0 auto;
}
#sponsorList .sponsorlogo3 li:nth-child(2){
  width: 55%;
}

#sponsorList .sponsorlogo3 li:nth-child(2) img{
  width: 200px;
  margin: 0 auto;
}

#sponsorList .sponsorlogo4{
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05px;
}
#sponsorList .sponsorlogo4 li{
  margin: 0 5px;
}





/* ------------------------------

　　　　sp style

------------------------------ */

@media screen and (min-width:1001px) {
#mainVisual{
  padding: 0px 0 0;
}
}
@media screen and (max-width:1000px) {
#mainVisual{
  padding: 15% 0 0;
  background: url("../images/img_garland_sp.png") no-repeat top center/contain;
}
}

#spsize{
  width: 100%;
  max-width: 375px;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
	background: #F7E9BA;
  box-shadow: 0 10px 30px #EFD29D;
}
#spsize img{
  width: 100%;
}
footer{
  background: #6A1B00;
  text-align: center;
  display: block;
  position: relative;
  z-index: 10;
}
footer .innerblock small{
  font-size: 0.875em;
  line-height: 18px;
  display: block;
  color: #fff;
  letter-spacing: 0.05px;
  padding: 25px 0 25px;
  font-weight: 400;
}



@media screen and (max-width:1000px) {
#spsize{
  width: 100%;
  max-width: 100%;
}
.pcright,.pcleft{
  display: none;
}
}

@media screen and (min-width:1001px) {
a:hover{
  opacity: 0.7;
}

#topillust{
position: fixed; /*変更*/
  background: url("../images/img_garland.png") repeat-x top center/1458px 53px;
  width: 100%;
  height: 53px;
}
}
@media screen and (min-width:1001px) {
.sp_only_btn{
  display: none !important;
}
}


/* Taste of Tokyo Animation - Fits inside #spsize container */
.kv-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;  
  overflow: hidden;
}
.kv-animation img {
  position: absolute;
  transform: scale(0.8);
  opacity: 0;
  max-width: 100%;
  height: auto;
}
.kv-animation .map {
  top: 36%;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  width: 95% !important;
  z-index: 1;
}
.kv-animation .copy {
  top: 0%;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  width: 70% !important;
  z-index: 3;
}
.kv-animation .logo {
  top: 12%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  width: 56% !important;
  z-index: 4;
}
.kv-animation .info {
  top: 71%;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  width: 72% !important;
  z-index: 3;
}
.kv-animation .dish {
  width: 18%;
  max-width: 136px;
}
.kv-animation .steak {
  top: 4%;
  left: 0%;
}
.kv-animation .salad {
  top: 4%;
  left: 64%;
}
.kv-animation .kaisendon {
  top: 56%;
  left: 0%;
}

/*add*/
.garlandmap{
  z-index: 1;
  margin-bottom: 40px;
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

@media screen and (max-width: 1000px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
}