@charset "UTF-8";

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

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


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  min-width: initial;
}

body::after {
  content:"";
  background: #bbdbf1 url(/special/campaign/2022-0401-jumbo-present/img/bg_sp.jpg) center top;
  background-size: contain;
  position: fixed;
  z-index:-1;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
}

* {
  box-sizing: border-box;
}


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;
}

._mb0 {
  margin-bottom: 0!important;
}

._notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: .25em 0!important;
}

._notice--more {
  color: #e30e0e;
}

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.85;
}

/*========= kv (SP) =========*/
.kv {
  margin-bottom: 4%;
}

.kv-txt {
  display: none;
}

/*========= contents (SP) =========*/
.contents {
  padding: 0 4% 8%;
}

.contents__cp {
  margin-bottom: 6%;
}

.contents__box{
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 7px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
}

.contents__box__inner {
  padding: 4%;
}

.contents__box__present {
  padding: 4%;
  margin-bottom: 6%;
  background: #fbfde0;
  border-radius: 7px;
}

.contents__box__present__box {
  margin-bottom: 10px;
}

.contents__box__present__box:last-child {
  margin-bottom: 0;
}

.contents__box__flow {
  margin-bottom: 4%;
}

.contents__box__flow__box {
  margin: 0 0 1.5em;
}

.contents__box__btn__txt {
  font-size: 1px;
  margin-bottom: 10px;
}

.contents__box__btn__link {
  margin-bottom: 2%;
  display: block;
}

.contents__box__btn__link:last-child {
  margin-bottom: 0;
}

.contents__box__btnmore {
  margin-top: 4%;
  text-align: center;
}

.contents__box__info {
  margin-bottom: 12%;
}




/*========= app (SP) =========*/
.contents__app {
  margin-bottom: 6%;
}

.contents__app__lead {
  margin-bottom: 4%;
}

.contents__app__cal {
  border-radius: 7px;
  overflow: hidden;
  padding: 0 4% 4%;
  background: #e50011;
  color: #fff;
}


.contents__app__cal__slick-thumb {
  width: 100%!important;
  background: #ffd2d5;
  display: flex;
  padding: 2.5%;
  border-radius: 7px;
  margin-bottom: 10px;
}


.contents__app__cal__slick-thumb a {
  background: #000;
  overflow: hidden;
  display: block;
  width: 24.625%!important;
  margin-right: 0.5%!important;
}

.contents__app__cal__slick-thumb a:last-child {
  margin-right: 0!important;
}

.contents__app__cal__slick-thumb img {
  opacity: 0.5;
}

.contents__app__cal__slick-thumb .slick-current img {
  opacity: 1;
}

.contents__app__cal__slick-thumb .slick-track {
  transform:translate3d(0,0,0)!important;
  width: 100%!important;
}

@media all and (-ms-high-contrast: none) {
  .contents__app__cal__slick-thumb .slick-track {
    transform:translate3d(0,0,0);
  }
}

.contents__app__cal__slick{
  display: none;
}

.contents__app__cal__slick.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

.slick-track {
  width:100%;
}


/*========= attention (SP) =========*/
.contents__attention {
  margin-bottom: 6%;
}

.contents__attention__ac__on {
  display: none;
}

.contents__attention__more {
  display: none;
}

.contents__attention__box {
  background: #ffe7e9;
  padding: 4%;
  border-radius: 7px;
  margin-bottom: 4%;
}

.contents__attention__box:last-child {
  margin-bottom: 0;
}

.contents__attention__subtit {
  color: #e30e0e;
  font-weight: bold;
  font-size: 1.4rem;
}

.contents__attention__txt {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .2em;
}

.contents__attention__txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.contents__attention__txt__marker {
  background: yellow;
}


/*========= outline (SP) =========*/
.contents__outline {
  font-size: 1.3rem;
  margin-bottom: 4%;
}

.outline__contents {
  border: 1px solid #ddd;
  padding: 4%;
  overflow-y: scroll;
  height: 300px;
}

.outline__box {
  margin-bottom: 30px;
}

.outline__box:last-child {
  margin-bottom: 0;
}

.outline__box p {
  margin-bottom: 1em;
}

.outline__box__tit-l {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e30e0e;
  margin-bottom: .6em;
  padding-bottom: .4em;
  border-bottom: 2px solid #e30e0e;
  line-height: 1.5;
}

.outline__box__tit-m {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__tit-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__list {
  margin-bottom: 1em;
}
.outline__box__list__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  list-style-type:none;
}

._notice--outline {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.back-cpidx {
  text-align: center;
}

.back-cpidx__link,
.back-cpidx__link:visited {
  color: #000;
  display: inline-block;
  background:#fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
}

.back-cpidx__link i, .back-cpidx__link a:visited i {
  color: #e30e0e;
}

.back-cpidx__link:hover {
  color: #fff;
  background:#e30e0e;
}

.back-cpidx__link:hover  i {
  color: #fff;
}


/*========= footer (SP) =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
}

.footer__logo__img {
  width: 60%;
}

.footer__copyright {
  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: #e30e0e;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #e30e0e;
  color: #fff;
  text-decoration: none;
}



}

/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
body {
  font-size: 1.5rem;
  min-width:900px;
  background: #bbdbf1 url(/special/campaign/2022-0401-jumbo-present/img/bg_pc.jpg) center center repeat-y fixed;
  background-size: cover;
}

body::after {
  display: none;
}

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

._sp {
  display: none!important;
}

._notice {
  font-size: 1.3rem;
}

/*========= kv (PC) =========*/
.kv {
  width: 100%;
  height: 660px;
  position: relative;
  background: #f1ec5f url(/special/campaign/2022-0401-jumbo-present/img/kv_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}

.kv-txt {
  display: block;
  background: #e60012;
  text-align: center;
  padding: 12px 0;
  font-size: 1px;
}

.kv-txt__img {
  width: 300px;
  height: auto;
}

.kv__img {
	width: 945px;
	margin: 0 auto;
  position: relative;
  top:30px;
  max-width: 100%;
}

/* @media all and (min-width: 1200px) {
  .kv {
    height: 740px;
  }
  .kv__img {
    width: 1026px;
    margin: 0 auto;
  }
} */

/*========= contents (PC) =========*/
.contents {
  padding: 0 20px 60px;
  width: 940px;
  max-width: 100%;
  margin: 0px auto;
}

.contents__cp {
  margin-bottom: 70px;
}

.contents__box {
  border-radius: 10px;
}

.contents__box__inner {
  padding: 30px;
}

.contents__box__present {
  padding: 25px 25px 25px;
  margin-bottom: 30px;
}

.contents__box__present__box {
  margin-bottom: 25px;
}

.contents__box__present__box-notice {
  margin-bottom: 0;
}

.contents__box__present__box--sp {
  display: none;
}

.contents__box__flow {
  margin-bottom: 30px;
}

.contents__box__btnmore {
  margin-top: 15px;
}

.contents__box__info {
  margin-bottom: 60px;
}
.contents__box__btn__txt {
  width: 95%;
  margin: 0 auto 15px;
}



/*========= app (PC) =========*/
.contents__app {
  margin-bottom: 40px;
}

.contents__app__lead {
  width: 80%;
  margin:0 auto 20px;
}

.contents__app__cal {
  padding: 0 20px 20px;
}

.contents__app__cal__slick-thumb {
  padding: 15px;
  margin-bottom: 10px;
}

/*========= attention (PC) =========*/
.contents__attention {
  margin-bottom: 40px;
}

.contents__attention__box {
  background: #ffe7e9;
  padding: 20px;
  margin-bottom: 20px;
}

.contents__attention__subtit {
  font-size: 1.6rem;
}


/*========= outline (PC) =========*/
.outline {
  margin-bottom: 20px;
}

.outline__contents {
  padding: 20px;
}

/*========= footer (PC) =========*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer__inner {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.footer__logo {
  float: left;
}

.footer__logo__img {
  width: 260px;
}

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

/*========= pagetop (PC) =========*/
#pagetop a {
  padding: 20px;
}

}
