@charset "UTF-8";

/************************************************************
DEFAULT
************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@700&display=swap');

/* =========================================================
 * reset　　　    /*リセット
========================================================= */

blockquote,
body,
div,
dl,
dt,
dd,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
span,
textarea,
td,
th,
ul,
figure,
figcaption { margin: 0px;  padding: 0px; }

fieldset,img{border:0;}

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }

ol,
ul,
ul li { list-style-type: none; }

img { border: none; vertical-align: bottom; }

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

caption, th { text-align:left; }

iframe { border: none; max-width: 100%;}

a:focus { outline: none;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li img{
  line-height:0;
  font-size:0;
  vertical-align:top;
}

/* IE */
* html ul li dl,
* html ol li dl { display: inline; }

*:first-child+html ul li dl,
*:first-child+html ol li dl {display: inline; }


/* =========================================================
 * default settings　　　    /*デフォルトセッティング
========================================================= */
html{
  font-size: 62.5%;
}
*{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  word-break: break-all;
}
p{
  line-break: strict;
}
a{
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover{
  opacity:0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
body {
  font-size: 1.4rem;
  font: inherit;
  font-family:'Roboto','Noto Sans JP',sans-serif;
  line-height: 1.6;
  background:#fff;
  -webkit-text-size-adjust: 100%;
  color:#5F5653;
}
#wrapper{
  width:100%;
}
.pc{
  display:block;
}
.sp{
  display:none;
}
img{
  max-width: 100%;
}
hr.line {
  border: dashed 1.5px #E4002B;
}
.c-social-btn,
.l-simple-footer {
  position: relative;
  z-index: 10;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/bg-pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
.logo-pc {
  width: 100%;
  max-width: 410px;
  position: fixed;
  top: 335px;
  left: calc(50% - 660px);
}
.logo-pc img {
  width: 100%;
}
.menu-pc {
  position: fixed;
  top: 250px;
  right: calc(50% - 500px);
}
.menu-pc li {
  margin-bottom: 13px;
}
.menu-pc li:nth-child(1) {
  max-width: 115px;
  position: relative;
  left: 3px;
}
.menu-pc li:nth-child(2) {
  max-width: 165px;
}
.menu-pc li:nth-child(3) {
  max-width: 205px;
  margin-bottom: 23px;
  position: relative;
  left: 9px;
}
.menu-pc li:nth-child(4) {
  max-width: 138px;
  margin-bottom: 18px;
  position: relative;
  left: 5px;
}
.menu-pc li:nth-child(5) {
  max-width: 157px;
}
@media screen and (max-width: 460px) {
  .logo-pc {
    display: none;
  }
}
.wrapper {
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  padding-top: 60px;
  scroll-padding-top: 60px;
}
@media screen and (max-width: 768px) {
  a{
    -webkit-transition: none;
    transition:none;
  }
  a:hover{
    opacity:1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);  /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  body {
    -webkit-text-size-adjust: 100%;
    background:#fff;
    min-width:100%;
  }
  img{
    width:100%;
  }
  .pc{
    display:none;
  }
  .sp{
    display:block;
  }
}
/*font-family*/
.roboto{
  font-family:'Roboto',sans-serif;
}
.font-noto{
  font-family:'Noto Sans JP',sans-serif;
}

.container {
  width: 100%;
  height: 100vh;
}
.main-content {
  max-width: 390px;
  background-color: #fff;
  border-left: solid 4px #E4002B;
  border-right: solid 4px #E4002B;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  main {
    background-image: none;
    background-color: #fff;
  }
  .main-content {
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
}
.back-top {
  max-width: 150px;
  cursor: pointer;
  margin: 0 auto;
}
#page-top {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #E4002B;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
#page-top::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #E4002B;
  border-right: solid 1px #E4002B;
  transform: rotate(-45deg);
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
}


/************************************************************
ヘッダー
************************************************************/
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#header .header-inner {
  max-width: 1240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto;
}
#header .logo {
  max-width: 165px;
}

#header .hamburger {
  width: 40px;
  height: 40px;
  background-color: #E4002B;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  top: 11px;
  right: 20px;
  z-index: 30;
}
#header .hamburger span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
}
#header .hamburger span:nth-of-type(1) {
  top: 14px; 
}
#header .hamburger span:nth-of-type(2) {
  top: 20px;
}
#header .hamburger span:nth-of-type(3) {
  top: 26px;
}
#header .hamburger.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(-45deg);
}
#header .hamburger.active span:nth-of-type(2) {
  display: none;
}
#header .hamburger.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(45deg);
}
#header .navi {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 80px 0 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
#header .navi.active {
  transition: all 0.6s;
  opacity: 1;
  visibility: visible;
}
#header .navi {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#header .navi .menu {
  max-width: 390px;
  padding: 0 10px;
  margin: 0 auto;
}
#header .navi .menu li {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
}
#header .navi .menu li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-left: solid 3px #E4002B;
  border-bottom: solid 3px #E4002B;
  transform: rotate(-135deg);
  position: absolute;
  top: 4.5px;
  left: 5px;
}
#header .navi .menu li.logo-event {
  max-width: 330px;
  padding-left: 0;
  margin: 0 auto 60px;
  text-align: center;
}
#header .navi .menu li.logo-event::before {
  content: none;
}
#header .navi .menu li.logo-event img {
  width: 100%;
}
#header .navi .menu li a {
  color: #E4002B;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
#header .navi .menu li a img {
  width: auto;
  height: 20px;
}
#header .navi .menu li.kewpie-100th {
  border-bottom: none;
  padding: 10px 20px;
  text-align: center;
}
#header .navi .menu li.kewpie-100th::before {
  content: none;
}
#header .navi .menu li.kewpie-100th .menu-banner {
  max-width: 400px;
  margin: 0 auto;
}
#header .navi .menu li.kewpie-100th .menu-text {
  display: none;
}


/************************************************************
MV
************************************************************/


/************************************************************
MV下テキスト
************************************************************/
.head-text-area {
  background-color: #FFF0C7;
  padding: 30px 0;
  margin-bottom: 15px;
  text-align: center;
}
.head-text-area .head-text {
  max-width: 280px;
  margin: 0 auto;
}

/************************************************************
ABOUT
************************************************************/
#about {
  padding: 0 20px;
  margin-bottom: 60px;
}
#about .section-title {
  max-width: 280px;
  padding-bottom: 2px;
  position: relative;
  left: 11%;
}
#about .about-img {
  margin-bottom: 40px;
}
#about .about-title {
  margin-bottom: 20px;
  text-align: center;
}
#about .about-title img {
  height: 20px;
}
#about .about-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}
#about .about-address {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}
#about .about-address .icon {
  max-width: 16px;
  margin: 0 3px 1px 0;
}
#about .map {
  margin-bottom: 40px;
}
#about .map iframe {
  height: 300px;
}
#about .note {
  color: #231815;
  font-size: 13px;
  margin: 3px 0 40px;
}
#about .about-price-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

/************************************************************
PROGRAM
************************************************************/
#program {
  padding: 0 20px;
  margin: 50px 0 45px;
}
#program .section-title {
  max-width: 150px;
  padding-top: 20px;
  margin: 0 auto 10px;
}

#program .map-area .map-title {
  max-width: 250px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  left: 1%;
}
#program .map-area .program-map {
  margin-bottom: 40px;
}
#program .map-area .map-list li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
#program .map-area .map-list li:last-child {
  margin-bottom: 0;
}
#program .map-area .map-list li a {
  display: flex;
  align-items: flex-start;
  color: #E4002B;
  text-decoration: none;
}
#program .map-area .map-list li img {
  width: 22px;
  margin-right: 8px;
}
#program .map-area .map-list li .stamp {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  margin-top: 4px;
}
#program .map-area .map-list li .stamp img {
  width: 19px;
  margin-right: 4px;
}
#program .map-area .map-list li .note {
  font-size: 13px;
}
#program .map-area .check-area {
  background-color: #FFFBED;
  border-radius: 18px;
  padding: 20px;
  margin: 20px 0;
}
#program .map-area .check-area .check-title {
  border-bottom: dashed 2px #E4002B;
  color: #E4002B;
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 2px;
  margin-bottom: 10px;
  text-align: center;
}
#program .map-area .check-area .check-area-title {
  display: flex;
  align-items: flex-start;
  color: #E4002B;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px;
}
#program .map-area .check-area .check-area-title img {
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 4px;
}
#program .map-area .check-area .check-text {
  display: flex;
  align-items: flex-start;
  color: #E4002B;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

#program .event-title {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  left: -5%;
}
#program .food-title {
  max-width: 275px;
  margin: 30px auto -10px;
}
#program .food-text {
  color: #E4002B;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 7px;
  text-align: center;
}
#program .food-text-sub {
  color: #E4002B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: center;

}
#program .area-box {
  border: solid 2.5px #E4002B;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
#program .area-box-yl {
  background-color: #FFFBED;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
#program .area-box .zone-title {
  margin-bottom: 18px;
}
#program .area-box .map-list + .zone-title {
  margin-top: 25px;
}
#program .zone-title img {
  width: 100%;
}
#program .title-zone-abc,
#program .title-stage,
#program .title-404-notfound {
  margin-bottom: 15px;
  text-align: left;
}
#program .title-zone-abc img {
  width: auto;
  height: 36px;
}
#program .title-stage img {
  width: auto;
  height: 36px;
}
#program .title-404-notfound img {
  width: auto;
  height: 37px;
}
#program .border-title {
  width: 234px;
  background-color: #fff;
  border: solid 2px #E4002B;
  border-radius: 20px;
  color: #E4002B;
  font-size: 13.5px;
  font-weight: bold;
  padding: 3px 0 1px;
  margin: 0 auto -15px;
  text-align: center;
}
#program .zone-content-title {
  color: #E4002B;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
#program p + .zone-content-title {
  margin-top: 20px;
}
#program .zone-content-title .sub-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
}
#program .zone-content-text {
  color: #E4002B;
  font-size: 14.5px;
  font-weight: bold;
  margin: 12px 0 8px;
  text-align: center;
}
#program .content-img {
  margin-bottom: 15px;
}
#program .content-img.mb15 {
  margin-bottom: 15px;
}
#program .content-img-text {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
#program .content-img-text.mb15 {
  margin-bottom: 15px;
}
#program .content-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#program .content-flex .text {
  width: 40%;
}
#program .content-flex .banner {
  width: 55%;
  display: block;
}
#program .stamp-menu-title {
  color: #E4002B;
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0 8px;
  text-align: center;
}
#program .stamp-menu-list {
  border-bottom: dashed 1.5px #5F5653;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#program .stamp-menu-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
#program .stamp-menu-list li img {
  width: 22px;
  margin-right: 6px;
}
#program .box-yl {
  background-color: #FFFBED;
  border-radius: 12px;
  font-size: 14px;
  padding: 10px;
  margin: 8px 0 25px;
  line-height: 1.8;
}
#program .box-yl:last-child {
  margin-bottom: 0;
}


#program p.border-bottom {
  border-bottom: dashed 1.5px #5F5653;
  padding-bottom: 10px;
  margin-bottom: 15px;
}


/************************************************************
SPECIAL SITE
************************************************************/
#special {
  background-color: #FFF0C7;
  padding: 20px 0 50px;
  overflow-x: hidden;
}
#special .special-inner {
  padding: 0 20px
}
#special .section-title {
  max-width: 370px;
  margin: 0 auto 15px;
  position: relative;
  left: 1.5%;
}
#special .site-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}
#special .site-list li {
  width: calc((100% - 15px) / 2);
  text-align: center;
}
#special .site-list li a {
  text-decoration: none;
}
#special .site-list li .site-name {
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #E4002B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

/************************************************************
BASE
************************************************************/

body{
  background-color:#fff;
  /* animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal; */
}
/* @keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
} */