@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400");*/
/*--------------------------*/
* {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.center {
  text-align: center !important; }

body {
  overflow-y: visible;
  overflow-y: initial; }

/*--------------------------*/
#wrapper {
  font-family: "M PLUS 1p", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

/*準備中*/
.nowprinting{
  font-size: 40px;
  text-align: center;
  padding: 30px 0;
}

/*header {
  height: 59px;
  background-color: white;
  width: 1000px;
  text-align: left;
  margin: auto; }

header img {
  display: inline-block; }
*/


section.kv{
  text-align: center;

}
section.kv .kv{
  background:url(../img/bg_title.jpg) no-repeat top center;
  height: 304px;
  padding-top: 20px;
}
section.kv .tit_txt{
  background-color: #323232;
  padding: 8px 0 10px;
}
section.kv .tit_date{
  background-color: #E50012;
  padding: 5px;
  margin-bottom: 30px;
}


section.menu {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 90px 0;
  }

section.menu nav.anks {
  padding: 0 0 0px; }

section.menu nav.anks ul {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
section.menu nav.anks ul li{
  margin: 5px;
}



section {
  /* padding-bottom: 50px; */
  width: 100%;
  margin: auto;
}


section.chirashi {
  text-align: center;
  margin: 0px auto 50px;
  padding-bottom: 40px !important;
}
section.chirashi .inner {
  width:900px !important;
  background:url(../img/chirashi_bg.jpg) no-repeat top center;
  border: 10px solid #E50012;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
section.chirashi .inner h2{
  margin: 0;

}
section.chirashi .btn{
  margin: 20px 0 0 0;

}



/* オンラインショップ */
section.ols {
  background: #EFEFEA;
/*  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;*/
}
section.ols h2{
  padding: 0 0 0 0;
  margin-bottom: 60px;
  background:#B50080;
  text-align: center;
  position: relative;
}
section.ols h2:after{
  content: url(../img/tit_after2.png);
  margin: 0 auto;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
section.ols h3{
  text-align: center;
}
section.ols ul {
  display: flex;
  width: 860px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
section.ols ul li {
  width: 420px;
  margin-bottom: 30px;
}
section.ols ul img,
section.ols ul a {
  width: 100%;
  display: block;
}
section.ols ul li span{
  width:250px;
  display: block;
  margin: 10px auto;
}
section.ols ul li:last-child{
  width: 100%;
}


/*その他の企画*/
section.other {
    padding: 0 0 40px 0;
}
section.other h2{
  background: #B50080;
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}
section.other h2:after{
  content: url(../img/tit_after2.png);
  margin: 0 auto;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
section.other ul{
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.other ul li{
  width: 390px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow:0px 2px 8px 3px #d6d6d6;
  text-align: center;
  padding: 20px;
}
section.other ul li.w100{
  width: 900px;
}
section.other ul li span{
  display: block;
  margin-top: 20px;
}

/*アプリクーポン*/
section.appcoupon{
  padding: 0 0 100px;
}
section.appcoupon .inner{
  width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
}
section.appcoupon h2{
  background: #B50080;
  text-align: center;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
section.appcoupon h2:after{
  content: url(../img/tit_after2.png);
  margin: 0 auto;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
section.appcoupon h3{
  margin-bottom: 30px;
}
section.appcoupon .inner .coupon-box{
  background: #FFF;
  box-shadow:0px 2px 8px 3px #d6d6d6;
  padding: 20px 0;
}
section.appcoupon .inner .coupon-box a{
  margin-top: 10px;
  display: block;
}
section.appcoupon .inner .coupon-box{
  position: relative;
}
section.appcoupon .inner .coupon-box::after{
  width: 459px;
  height: 191px;
  background: url(../img/fin.png);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

section.otherinfo{
}
section.otherinfo .inner{
  margin: 0 auto;
  width: 940px;
}
section.otherinfo h2{
  background: #B50080;
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}
section.otherinfo h2:after{
  content: url(../img/tit_after2.png);
  margin: 0 auto;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

section.otherinfo ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.otherinfo ul li{
  width: 223px;
  margin-bottom: 40px;
}
section.otherinfo ul li.w100{
  width: 940px;
}
section.otherinfo ul li img{
  width: 100%;
}


.att{
  text-align: center;
  margin-bottom: 100px;
}

/*--------------------------*/
#back {
  width: 100%;
  margin: 30px auto 0 auto;
  padding-bottom: 0;
  text-align: center;
  /* overflow:auto; */ }

#back a {
  display: block; }

/*--------------------------*/
/*#to_top {
  clear: both;
  padding: .25em .5em .25em .5em;
  text-align: right; }

.backtotop a,
.backtotop a:hover {
  background: unset !important;
  padding: 0px !important; }

.backtotop a:hover {
  opacity: .5; }
*/
/*終了表示*/
ul.inner li.end_msg {
  position: relative; }

ul.inner li.end_msg::after {
  position: absolute;
  display: block;
  content: "";
  width: 610px;
  height: 155px;
  background: url(../img/apply_fin.png) no-repeat;
  background-size: auto;
  left: 0;
  right: 0;
  margin: auto; }

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

#end{
  margin: auto;
  width: 100%;
  text-align: center;
}
