@charset "UTF-8";

/* ==================================================
  for PC
================================================== */

body {
  background: url("../images/sec02_bg.png") center top repeat;
  background-size: 1366px auto;
}
body * {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
h1 {
  display: none;
}
.forsp {
  display: none !important;
}
.w640 {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}


/* inview
-------------------------------------------------- */
.all_wrap {
  width: 100%;
  overflow: hidden;
}
.inview,
.inview2 {
  transform: scale(3);
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.5s;
}
.inview.visible,
.inview2.visible {
  transform: scale(1);
  opacity: 1;
}


/* main_visual
-------------------------------------------------- */
.main_visual_date {
  background: url("../images/mv_date_bg__pc.png") center top repeat-y #fff100;
  text-align: center;
}
.main_visual_date_inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.main_visual_date_inner > img {
  margin-top: -30px;
}
.mv_date__4days {
  position: absolute;
  top: 88px;
  left: 235px;
}


/* section01
-------------------------------------------------- */
.section01 {
  background: url("../images/sec01_bg__pc.png") center top repeat-y #f00;
}
.section01_inner {
  position: relative;
  width: 603px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.sec01_mark01 {
  position: absolute;
  top: 150px;
  left: -30px;
}
.sec01_mark02 {
  position: absolute;
  top: 150px;
  right: -30px;
  transition-delay: 1s;
}


/* section02
-------------------------------------------------- */
.section02_title {
  padding-top: 2em;
  text-align: center;
}
.section02_button {
  padding-top: 1.5em;
  text-align: center;
}
.section02_accordion {
  width: 700px;
  margin: 0 auto;
}
.section02_accordion dt {
  position: relative;
  margin-top: 1em;
}
.section02_accordion dt > * {
  display: block;
  width: 100%;
  text-align: center;
}
.section02_accordion dt > small {
  position: absolute;
  bottom: 3px;
  padding-top: 60px;
  opacity: 1;
  cursor: pointer;
}
.section02_accordion dt.opened > small {
  opacity: 0;
}
.section02_accordion dd {
  display: none;
  width: 526px;
  margin: -10px auto 0;
  background: #fff;
  cursor: pointer;
}
.section02_banner {
  width: 584px;
  margin: 0 auto;
  padding: 2em 0;
}
.section02_banner_image {
  position: relative;
  display: block;
}
.sec02_banner02 {
  position: absolute;
  top: 0;
  left: 0;
}
.section02_banner a img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.section02_banner_notes {
  margin-top: 0.5em;
  text-align: center;
  color: #fff;
}


/* section03
-------------------------------------------------- */
.section03 {
  padding-bottom: 2em;
  background: url("../images/sec03_bg__pc.png") center top repeat-y #f00;
}
.section03_title {
  margin-bottom: 1em;
  text-align: center;
}
.section03_photo {
  width: 80%;
  margin: 0 auto;
}
.section03_cassette a {
  display: block;
  padding: 20% 0;
  transition: 0.3s;
}
.section03_cassette a img {
  display: block;
  max-width: 100%;
  border: solid 5px #f00;
}
.section03_cassette a:hover {
  opacity: 1;
}
.section03_photo .slick-center a {
  transform: scale(1.5);
}


/* section04
-------------------------------------------------- */
.section04 {
  background: url("../images/sec04_bg.png") center top repeat;
  background-size: 1366px auto;
}
.section04_inner {
  width: 580px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
.section04_title {
  margin-bottom: 1em;
}
.section04_shoplist li {
  display: inline-block;
  height: 20vw;
  max-height: 113px;
}
.section04_shoplist li img {
  width: auto;
  max-height: 100%;
}
.section04_shoplist_notes small {
  display: inline-block;
  margin: 1em 0;
  line-height: 1.4;
  font-size: 0.9em;
  color: #fff;
}
.section04_bannerlist li {
  margin-top: 1em;
}
.section04_notes {
  padding: 0.75em 1em;
  background: #FCCF00;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #111C76;
}





























