@charset "utf-8";
/* CSS Document */
/*common*/
main {
  overflow: hidden;
}
.button-1 {
  text-align: center;
  padding: 40px 0;
}
.button-1 a {
  width: 190px;
  height: 50px;
  margin: 0 2%;
  padding: 10px;
  display: inline-block;
  background: #000;
  transform: skewX(-30deg);
  box-shadow: 5px 5px 10px #111;
}
.button-1 a:hover {
  box-shadow: 5px 5px 10px #333;
}
.button-1 span {
  transform: skewX(30deg);
  display: block;
}

/*mv*/
.mv-pc {
  text-align: center;
  background: url("mv-pc.png") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}
.title-1 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 60px;
}
/*section-items*/
.title-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-left: -100px;
  margin-bottom: 20px;
}
.title-2:before {
  background: url("title-1.png") no-repeat center top;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 100px;
  height: 50px;
}
.section-items .info {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
/*package*/
.package {display: flex; margin-left: 45px; margin-bottom: 50px;}

.section-items table {width: 100%; border-top: 1px solid #000;}
.section-items tr {border-bottom: 1px solid #000;}
.section-items th {
  width: 100px;
	vertical-align: middle;
  background: rgba(000, 000, 000, 0.7);
}
.section-items td {
text-align: left;
  padding: 10px;
  text-shadow: 2px 2px 2px #000;
}
/*section-lineup*/
.title-4 {
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.section-lineup .inner {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 40px 10px;
}
.section-lineup .title-3 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-lineup .title-3 span {
  font-size: 30px;
  display: block;
}
.section-lineup .inner .logo {
  width: 80%;
  margin: 20px auto 30px;
}
.section-lineup h4 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
.section-lineup h4 .num {
  background: url("img-6.png") no-repeat center center;
  background-size: contain;
  padding: 12px;
  line-height: 1.8;
  color: #fff;
  margin-right: 15px;
}
.section-lineup h4 .label {
	font-size: 15px;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

/*section-shops*/
.section-shops .inner {
  width: 960px;
  margin: 0 auto;
}
.section-shops li {margin-bottom: 30px;}

.section-shops h3 {
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.section-shops h4 {
	font-size: 1.5rem;
	font-weight: bold;
	border-left: 10px solid #D70C18;
	padding: 0 15px;
	margin: 38px 0 20px;
}

.section-shops li dl:first-of-type{border-top: 1px solid #ccc;}
.section-shops dl {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.section-shops dt {
	font-weight: bold;
	width: 18%;
	background: #f2f2f2;
}
.section-shops dd {
	width: 78%;
	word-break: keep-all;
}
.section-shops dt, .section-shops dd {
	padding: 15px 20px;
}
.section-shops p {
	margin-bottom: 40px;
}


/*-----------
	slider
----------- */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0;
}
.slick-slide img {
  width: 100%;
}
/*slide-items*/
.slide-items .items ul {
  display: flex;
}
.title-1, .section-items .title-2, .section-items .info {
  color: #fff;
}
/*pc only*/
@media screen and (min-width: 769px) {
  .deco-ball {
    width: 20%;
    position: absolute;
    right: 50px;
    top: -100px;
    z-index: 100;
  }
  .section-lineup {
    position: relative;
    background: url("bg-2.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
  }
  .section-items {
    background: url("bg-2.png") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
  }
}
/*smart phone*/
@media screen and (max-width: 768px) {
  .deco-ball {
    width: 25%;
    position: absolute;
    right: -5px;
    top: -100px;
    z-index: 100;
  }
  .section-lineup {
    position: relative;
    background: url("bg-2.jpg") no-repeat center top;
    background-size: cover;
  }
  .section-items {
    position: relative;
    background: url("sp-bg2.png") no-repeat center top;
    background-size: cover;
  }
	.package {
		margin-left: 0;
	}
  /*common*/
  .button-1 {
    padding: 20px 0;
  }
  .title-1 {
    font-size: 12px;
    letter-spacing: 0;
  }
  /*section-items*/
  .title-2 {
    font-size: 30px;
    margin-left: -40px;
  }
  .title-2:before {
    width: 50px;
    height: 30px;
  }
  .section-items .info {
    width: 96%;
  }

  /*section-lineup*/
  .section-lineup {
    padding: 25px 0;
  }
  .section-lineup .title-3 span {
    font-size: 16px;
  }
  .section-lineup .title-3 {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 1.6;
  }
  .section-lineup .inner {
    width: 96%;
    padding: 10px;
  }
  .section-lineup .inner .logo {
    margin: 10px auto 30px;
  }
  .section-lineup h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .section-lineup h4 .num {
    padding: 8px;
    margin-right: 8px;
  }
/*.section-shops*/
.section-shops .inner {
	width: 90%;	
}
.section-shops dl { display: block;}
.section-shops dt,.section-shops dd  {width: 100%;}
.section-shops h4 {
	font-size: 16px;
}
	
} /*smart phone*/