@charset "UTF-8";

/*----------------------------
  default
----------------------------*/
@import '//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese';

/*----------------------------
  reset
----------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
sup {
  font-size: 12px;
  vertical-align: super;
}
div {
  line-height: 0;
}
ul li {
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}
main {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}
html,
body,
input,
textarea,
select,
button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
  font-weight: 400;
}
p{
  color: #fff;
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.214;
  color: #262626;
  background: #000;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
  color: #fff;
}

/*----------------------------
 responsible-contents
--*/
/*----------------------------
  responsible-contents  only-pc
-- */
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/*--
End-responsible-contents  only-pc
----------------------------*/
/*----------------------------
  responsible-contents  tablet
--*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*--
  End-responsible-contents  tablet
----------------------------*/
/*----------------------------
  responsible-contents  sp
--*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*--
  End-responsible-contents  sp
----------------------------*/
@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*----------------------------
  layout
----------------------------*/
.all-wrap {
  overflow: hidden;
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.main_visual{
  position: relative;
  margin-bottom: 50px;
}
.main_visual video{
  width: 100%;
}

.outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.outer.on .inner {
  transform: translateX(0);
}
.outer.on .inner:after {
  width: 0;
}
.inner {
  display: inline-block;
  padding: 4px 0;
  transform: translateX(-101%);
  transition: transform .75s;
  position: relative;
  margin-left: 0;
}
.inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: width .65s .3s;
}

.intro h2{
  max-width: 163px;
}
.intro{
  margin-bottom: 50px;
}
.intro .text01{
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.intro .text02 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro .text02 .time{
  font-size: 36px;
  font-weight: normal;
}
.intro .text02 .day{
  font-size: 30px;
  font-weight: normal;
}
.intro .text02 .red{
  color: #ff0000;
}
.intro .text03 {
  font-size: 18px;
  line-height: 1.6;
}
.intro .list01{
  margin-bottom: 100px;
}
.intro .text04 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.intro .text05 {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.intro .list02{
  margin-bottom: 60px;
}
.intro .lists li{
  vertical-align: top;
  display: inline-block;
  width: 14%;
  margin-right: 2%;
}
.intro .lists li:last-child{
  width: 82%;
  margin-right: auto;
}
.intro .lists li .image{
  max-width: 600px;
  margin: 20px auto;
}
.intro .mini {
  font-size: 12px;
  line-height: 1.5;
}

.btns li{
  display: block;
  width: 48.6%;
  margin: auto;
  text-align: center;
}
.btns01 li{
  display: inline-block;
  width: 45.6%;
  margin-right: 8%;
  text-align: center;
}
.btns01 li:last-child{
  margin-right: auto;
}
.btns a{
  display: block;
  background: #959595;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 16px 0 18px;
  border-radius: 10px;
}
.btn-mini a{
  display: block;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0 22px;
  max-width: 300px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.shiny-btn2 {
  display: block;
  position: relative;
  background: #e4007f;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btn2:hover {
  text-decoration: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation : shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*.slider img{
      height: auto;
      width: 100%;
  }
  .slick-prev:before,
  .slick-next:before {
      color: #000;
  }
.images {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.images .slider{
  margin: auto;
  width: 100%;
}
.images .tit{
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.images .slides {
  width: 100%;
  margin: auto;
  position: relative;
}
.images .slide {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
  margin: 0 auto 90px;
}
.images .slide.current {
  opacity: 1;
}
.images .bg {
  margin: auto;
  width: 100%;
}
.images .point{
  margin: 50px auto;
}*/

.all{
  margin-bottom: 50px;
}
.all .mv{
  width: 100%;
}
.all .lead{
  max-width: 760px;
  width: 90%;
  margin: 40px auto;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.pictures {
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.pictures .lists {
  position: relative;
  width: 400vw;
  animation: lipc 23s linear infinite;
}
.pictures .lists li {
  width: 25vw;
  float: left;
  position: relative;
}
@keyframes lipc {
  0% {
    left: 0vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes lisp {
  0% {
    left: 0vw;
  }
  100% {
    left: -400vw;
  }
}
@media screen and (max-width:768px) {
  .pictures .lists {
    width: 800vw;
    animation: lisp 23s linear infinite;
  }
  .pictures .lists li {
    width: 50vw;
    float: left;
    position: relative;
  }
}

.campaign{
  margin-bottom: 50px;
}
.campaign .mv{
  width: 100%;
}
.campaign .lead{
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.stores h2{
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.stores h2 .mini{
  font-size: 24px;
}
.stores h2 .mark{
  font-size: 14px;
}
.store-list{
  margin-bottom: 40px;
}
.store-list li{
  vertical-align: text-top;
  display: inline-block;
  width: 29.2%;
  margin-right: 2%;
}
.store-list li:nth-child(2){
  width: 36.2%;
}
.store-list li:last-child{
  margin-right: auto;
}
.store-list .btn-mini a{
  margin: 0;
}
.store-list li .btn-sp{
  display: none;
}
.store-list .name{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
.store-list .add{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.store-list h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.store-list h2 img{
  max-width: 50px;
  margin-right: 15px;
}
.store-list .text{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 60%; /* = height ÷ width × 100 */
  margin-top: 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box{
  margin: 50px auto 0;
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.box .comment{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.annotation{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
  .main_visual{
    margin-bottom: 20px;
  }
  
  .intro .text01{
    font-size: 24px;
  }
  .intro .text02 {
    font-size: 30px;
  }
  .intro .text02 .time{
    font-size: 22px;
  }
  .intro .text02 .day{
    font-size: 18px;
  }
  .intro .text03 {
    font-size: 16px;
  }
  .intro .list01{
    margin-bottom: 40px;
  }
  .intro .text04 {
    font-size: 18px;
  }
  .intro .text05 {
    font-size: 26px;
  }
  .intro .list02{
    margin-bottom: 20px;
  }
  .intro .lists li{
    display: block;
    width: 40%;
    margin-bottom: 10px;
  }
  .intro .lists li:last-child{
    width: 100%;
    margin: auto;
  }
  .intro .lists li .image{
    max-width: 600px;
    margin: 20px auto;
  }
  
  .btns a {
    font-size: 26px;
    padding: 23px 0 20px;
  }

  .all .lead{
    margin: 20px auto;
    font-size: 16px;
  }
  .campaign .lead{
    margin: 20px auto;
    font-size: 16px;
  }
    
  .stores h2{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .stores h2 .mini{
    font-size: 18px;
  }
  .stores h2 .mark{
    font-size: 13px;
  }
  .store-list li{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .store-list li:nth-child(2){
    width: 80%;
  }
  .store-list .btn-mini a{
    margin: auto;
  }
  .store-list li .btn-pc{
    display: none;
  }
  .store-list li .btn-sp{
    display: inherit;
    margin-top: 10px;
  }
  .store-list h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list h2 img{
    max-width: 40px;
  }
  .box{
    margin: 20px auto;
    padding: 20px;
  }
  .box .comment{
    font-size: 16px;
  }
}


@media screen and (max-width:768px) {
  .intro h2{
    max-width: inherit;
  }
  .intro h2 img{
    display: inline-block;
  }
  .intro h2 img.logo{
    width: 30%;
  }
  .intro h2 img.img{
    width: 68%;
  }
  .intro .lists li{
    width: 100%;
  }
  .btns li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btns a{
    font-size: 18px;
    padding: 20px 0 17px;
  }
  .comment{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn-mini a{
    font-size: 18px;
    padding: 23px 0 20px;
    width: 100%;
    margin: auto;
  }
  .list{
    margin-bottom: 30px;
  }
  .list li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .list li:last-child{
    width: 100%;
  }

  .store-list{
    margin-bottom: 20px;
  }
  .store-list li{
    width: 100%;
  }
  .store-list li:nth-child(2){
    width: 100%;
  }
  .store-list .name{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list .add{
    font-size: 14px;
  }
  .store-list .btn-mini {
    margin-bottom: 30px;
  }
}

footer {
  width: 100%;
  margin:1rem 0 0;
  text-align: center;
}
footer .image{
  max-width: 283px;
  margin: auto;
}

@media screen and (max-width:425px) {
  footer{
    width:70%;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}



