

/*--------------------------------------------
トップイメージ
--------------------------------------------*/
.l-topiamge {
  width: 100%;
  position: relative;
  background: url(../img/bk_topimage.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 20px 10px;
  text-align: center;
}

.l-topiamge__logo {
  width: 90%;
  max-width: 476px;
  margin: 0 auto;
}

.l-topiamge__ttl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-topiamge__explanation {
  width: 80%;
  max-width: 520px;
  margin: 10px auto 0;
}

/*--------------------------------------------
コンテンツ
--------------------------------------------*/
.l-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-campaign {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content：flex-start;
  width: 100%;
}


.l-campaign::after{
  content:"";
  display: block;
  width: 33.33%;
}

.l-campaign li {
  width: 33.33%;
  min-height: 300px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-campaign li {
    width: 50%;
    min-height: 240px;
  }
}

.bnr-campaign__ico {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: #de0000;
  color: #fff;
}

.bnr-campaign__new {
  color: #fef263;
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}

.bnr-campaign__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px;
}

.bnr-campaign__img {
  width: 100%;
  height: 100%;
}

.bnr-campaign__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .modal_inner {
    max-height: 90%;
    overflow: auto;
  }
}

.modal_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2rem;
  color: #fff;
}

.modal_img {
  width: 100%;
  height: 240px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .modal_img {
    height: 180px;
  }
}

.modal_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal_catch {
  width: 100%;
  padding: 20px;
  background-color: #ec6d71;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .modal_catch {
     padding: 10px;
  }
}

.modal_txt {
  width: 100%;
  padding: 20px 20px 50px 20px;
  color: #000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .modal_txt {
     padding: 10px 10px 20px;
  }
}

.modal_ico {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: #de0000;
  color: #fff;
}

/*
リンク
*/
.l-link {
  width: 85%;
  margin: 30px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-link {
    margin: 15px auto 0 auto;
  }
}

.l-link a {
  background: url(../img/ic_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: solid 2px #2a4073;
  padding-bottom: 0.2em;
  color: #2a4073;
  display: block;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-link a {
  background: url(../img/ic_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 12px;
  border-bottom: solid 1px #2a4073;
 }
}

/*--------------------------------------------
フッター
--------------------------------------------*/
.l-footer {
 padding: 30px 0 30px;
 background-color: #de0000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer {
    padding: 20px 0 15px 0;
  }
}

.l-footer__logo {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}

/*
コピーライト
*/
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 10px;
    margin-top: 10px;
  }
}

