@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");


/*=================[すべてに適用]=================*/
@media all {

html {
  font-size: 62.5%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background:#ee001e;
  color: #000;
}


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  background:#ee001e url(/special/campaign/2019-1120/img/bg.png) repeat-y center top;
  background-size: 120%;
  font-size: 1.4rem;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

.pc {
  display: none!important;
}

.sp {
  display: inline-block!important;
}

* {
  box-sizing: border-box;
}



/*a*/
a, a img {
  color: #e30e0e;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #be1111;
}

a:hover {
  color: #e27314;
  text-decoration: none;
}

a:active {
  color: #e27314;
}

a:hover img {
  opacity: 0.8;
}


/*========= common (SP) =========*/
.contents {
  padding: 0 4%;
}

h2 {
  padding: 3px;
}

.box {
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.t {
  margin: 0 auto;
  padding: 4%;
}


.box-inner {
  padding: 4%;
}

.box-present {
  padding: 4%;
  border-radius: 2px;
  margin-bottom: 6%;
}

.box-flow {
  margin-bottom: 6%;
}

.box-flow p {
  margin: 1em auto;
}

.flow-entry {
  width: 50%;
  margin: 1em auto!important;
}

.box-shohin {
  padding: 4%;
  border-radius: 5px;
  margin-bottom: 6%;
  line-height: 1.4;
}

.box-shohin p {
  font-weight: bold!important;
}

.box-notice {
  margin-bottom: 6%;
}

.box-fig {
  margin-bottom: 6%;
}

.box-btnmore {
  margin-top: 4%;
  text-align: center;
}

.present-img {
  margin-bottom: 4%;
}

.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: .25em 0!important;
}

.closed {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  border-radius: 2px;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
}

.closed p {
  color: #fff;
  font-weight: bold;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.4;
}

.closed img {
	width: 85%;
}

/*========= nav (SP) =========*/
.nav {
  padding:3% 4%;
 }

.nav ul {
  display: flex;
  justify-content : space-between;
}

.nav ul li {
  width: 32%;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li a {
  position: relative;
  display: block;
}

.nav .closed {
  border-radius: 2px;
}

.nav .closed p {
  font-size: 1rem;
}


/*========= kv (SP) =========*/
.kv-kazari,
.kv-kazari-l,
.kv-kazari-r {
  display: none;
}


.kv {
  background: url(/special/campaign/2019-1120/img/kv_bg.jpg) repeat-x scroll;
  background-size: cover;
}

/*========= new (a) =========*/
.new {
  padding: 4% 0 15%;
}

.new .box-present,
.new .box-shohin {
  background: #ffecee;
}

.new a,
.new .box-shohin strong {
  color: #e70017;
}


/*========= debut (b) =========*/
.debut {
  padding: 5% 0;
}

.debut a {
  color: #fc6500;
}

.debut .box-present,
.debut .box-shohin {
  background: #f9efe4;
}

.debut a {
  color: #e70017;
}

.debut .box-shohin strong {
  color: #c0874a;
}

/*========= premium (c)  =========*/
.premium {
  padding: 5% 0;
}

.premium .box-present,
.premium .box-shohin {
  background: #fbf7e8;
}

.premium a {
  color: #e70017;
}

.premium .box-shohin strong {
  color: #927c2b;
}

.premium-present02,
.premium-present03 {
  padding-top: 10px;
}

/*========= outline =========*/
.outline {
  font-size: 1.3rem;
  padding: 5% 0;
}

.outline-box {
  margin-bottom: 30px;
}

.outline h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #b17d1e;
  margin-bottom: .5em;
}

.outline h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline ul {
  margin-bottom: 1em;
}

.outline ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: .5em;
}

.outline p {
  margin-bottom: 1em;
}

.outline p.notice {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.box-outline {
  border: 1px solid #ddd;
  padding: 4%;
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 6%;
}

.box-btn p:first-child {
  margin-bottom: 3%;
}

.outline-fig {
  margin-top: 30px;
}



/*========= footer =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
  
  /*position: absolute;
  bottom: 0;*/
}

.footer-logo img {
  width: 60%;
}

.footer small {
  font-size: 0.8rem;
}


/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #ee001e;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #a70010;
  color: #fff;
  text-decoration: none;
}


}

/*@media  only screen and (orientation:landscape) {
  article {
    padding-bottom: 120px;
  }
}
*/

/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
  
body {
  font-size: 1.5rem;
  background-size: 1200px;
}

.pc {
  display: inline-block!important;
}

.sp {
  display: none!important;
}

/*========= kv (PC) =========*/
.kv {
  background: url(/special/campaign/2019-1120/img/kv_bg.jpg) repeat-x fixed;
  height: 700px;
  padding:0;
  position: relative;
}

.kv-kazari {
  background: url(/special/campaign/2019-1120/img/kv_bg_kazari.png) repeat-x center top;
  background-size: contain;
  height: 100px;
  display: block;
}

.kv-kazari-l {
  position: absolute;
  left:0;
  top:110px;
  display: block;
}

.kv-kazari-r {
  position: absolute;
  right:0;
  top:110px;
  text-align: right;
  display: block;
}

.kv-kazari-l img,
.kv-kazari-r img {
  width: 60%;
  height: auto;
}

.kv-img {
  position: relative;
  z-index: 2;
}


.kv h1 {
  width: 830px;
  margin: 0 auto;
}


/*========= common (PC) =========*/
.box {
  width: 830px;
}

.closed img {
	width: 70%;
}


.t {
  width: 700px;
  padding: 80px 0;
}


.box-inner {
  padding: 30px;
}

.contents {
  padding: 0;
  background-size: 40px;
}

.box-inner {
  padding: 30px;
}

.box-present {
  padding: 15px;
  margin-bottom: 30px;
}

.box-flow {
  margin-bottom: 30px;
}

.box-shohin {
  padding: 15px;
  margin-bottom: 20px;
}

.box-notice {
  margin-bottom: 30px;
}

.box-btnmore {
  margin-top: 15px;
}

.present-img {
  margin-bottom: 20px;
}

.notice {
  font-size: 1.4rem;
}

.flow-entry {
  width: 33%;
}

#pagetop a {
  padding: 20px;
}


/*========= nav (PC) =========*/
.nav {
  padding:25px 0 0;
}

.nav ul {
  width: 830px;
  margin: 0 auto;
}

.nav a {
  top: 0;
}

.nav a:hover {
  top: 3px;
}

.nav a:hover img {
  opacity: 1;
}

.nav .closed {
  border-radius: 5px;
}

.nav .closed p {
  font-size: 2rem;
}


/*========= new (a) (PC) =========*/
.new {
  padding: 40px 0 80px;
}



/*========= debut (b) (PC) =========*/
.debut {
  padding: 40px 0 40px;
}



/*========= premium (c) (PC) =========*/
.premium {
  padding: 40px 0 40px;
}


.premium-present02 img {
  width: 540px;
}

.premium-present02,
.premium-flow02 {
  padding-top: 30px;
}

/*========= outline (PC) =========*/
.outline {
  padding: 40px 0 80px;
}


.box-outline {
  padding: 20px;
  height: 300px;
  margin-bottom: 30px;
}

.box-btn p:first-child {
  margin-bottom: 15px;
}

/*========= footer (PC) =========*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
}

.footer-logo img {
  width: 260px;
}

.footer-logo {
  float: left;
}

.footer small {
  font-size: 1.2rem;
  display: inline-block;
  padding: 30px 0 0 0;
}



}	
