@charset "UTF-8";
/*リセットcss*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.txt_red {
  color: #E81C24;
}

.lower_cp + .BackToTop {
  margin: 0;
}

.linethrough {
  text-decoration: line-through;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*--------------------------------------------------
キャンペーン一覧ページ
--------------------------------------------------*/
.lower_cp.cp_page {
  padding-top: 80px;
  border-top: #0B308D 2px solid;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page {
    padding-top: 30px;
    margin-top: 50px;
  }
}
.lower_cp.cp_page .section {
  width: 100%;
}
.lower_cp.cp_page .section .section-inner {
  width: min(1000px, 98vw);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section .section-inner {
    width: 85.33%;
  }
}
.lower_cp.cp_page .section .ttl-h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section .ttl-h2 {
    margin-bottom: 20px;
  }
}
.lower_cp.cp_page .section .cp-list {
  display: flex;
  justify-content: center;
  
}

.lower_cp.cp_page .section.section-open .cp-list {
	gap:24px;
}
	
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section .cp-list {
    flex-direction: column;
  }
  .lower_cp.cp_page .section.section-open .cp-list {
	gap:0;
  }
}
.lower_cp.cp_page .section.section-open .ttl-h2 {
  text-align: center;
}
.lower_cp.cp_page .section.section-open .ttl-h2 .ttl-h2-inner {
  font-size: 36px;
  color: #0B308D;
  background: linear-gradient(transparent 50%, #F9D3E4 0%);
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .ttl-h2 .ttl-h2-inner {
    font-size: 24px;
  }
}
.lower_cp.cp_page .section.section-open .cp-card {
  width: min(480px, 48vw);
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card {
    width: 100%;
    margin-bottom: 25px;
  }
  .lower_cp.cp_page .section.section-open .cp-card:last-child {
    margin-bottom: 0;
  }
}
.lower_cp.cp_page .section.section-open .cp-card a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  border: 2px solid #252F8F;
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-ttl {
  color: #0B308D;
  border-bottom: #666666 1px solid;
  font-size: 20px;
  margin: 10px 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-ttl {
    margin: 5px 0 10px;
    padding-bottom: 5px;
  }
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-subttl {
  color: #0B308D;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-subttl {
    font-size: 14px;
  }
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data + .cp-subttl {
  margin-top: 10px;
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data {
    font-size: 14px;
  }
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data .tag {
  display: inline-block;
  background-color: #0B308D;
  color: #fff;
  border-radius: 13px;
  font-size: 18px;
  width: 93px;
  text-align: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data .tag {
    font-size: 14px;
  }
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .cp-data + .cp-data {
  margin-top: 10px;
}
.lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .caption {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-open .cp-card .cp-card-txt .caption {
    font-size: 11px;
    margin-top: 10px;
  }
}
.lower_cp.cp_page .section.section-end {
  background-color: #F2F2F2;
  padding-top: 50px;
  padding-bottom: 68px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.lower_cp.cp_page .section.section-end .ttl-h2 {
  color: #666666;
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .ttl-h2 {
    font-size: 24px;
  }
}
.lower_cp.cp_page .section.section-end .cp-list {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card {
  width: calc(33.3333333333% - 13px);
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card {
    width: 100%;
    margin: 0 2%;
  }
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt {
  padding: 10px 4% 20px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt {
    padding-bottom: 10px;
  }
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt .cp-ttl {
  color: #0B308D;
  border-bottom: #666666 1px solid;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt .cp-ttl {
    font-size: 20px;
  }
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt .cp-data {
  font-size: 16px;
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card .cp-card-txt .cp-data span {
  display: block;
  background-color: #0B308D;
  color: #fff;
  border-radius: 13px;
  font-size: 14px;
  width: 93px;
  text-align: center;
  margin-bottom: 3px;
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card img {
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}
.lower_cp.cp_page .section.section-end .cp-list .cp-card:nth-child(n+4) {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.section-end .cp-list .cp-card:nth-child(n+2) {
    margin-top: 15px;
  }
}
.lower_cp.cp_page .section .icon-end {
  color: #29ABE2;
  border: #29ABE2 1px solid;
  background: #fff;
  font-size: 25px;
  text-align: center;
  width: 77px;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 10px;
}
.lower_cp.cp_page .section.prev-page {
  background-color: #fff;
  padding: 55px 0 45px;
}
.lower_cp.cp_page .section.prev-page .prev_link {
  text-align: center;
}
.lower_cp.cp_page .section.prev-page .prev_link a {
  color: #0000FF;
  text-decoration: underline;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .lower_cp.cp_page .section.prev-page .prev_link a {
    font-size: 16px;
  }
}

/**CPページ共通 YouTube**/
.lower_cp {
  /**関連記事**/
}
.lower_cp .lower_youtube_wrap {
  border-top: 4px solid #F6C226;
  text-align: center;
  padding-bottom: 5% !important;
}
.lower_cp .lower_youtube_wrap .lower_youtube_inner_bg {
  padding: 20px 0 30px;
  background-color: #FFF9D0;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.lower_cp .lower_youtube_wrap .youtube_wrap_ttl {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .youtube_wrap_ttl {
    width: 74.4vw;
    margin-inline: auto;
  }
}
.lower_cp .lower_youtube_wrap .youtube-flex {
  max-width: 1000px;
  width: 96vw;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .youtube-flex {
    flex-direction: column;
    width: 84.9333333333vw;
    margin-inline: auto;
  }
}
.lower_cp .lower_youtube_wrap .youtube_wrap {
  max-width: 485px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  box-sizing: border-box;
  width: 48.5%;
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .youtube_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .youtube_wrap + .youtube_wrap {
    margin-top: 10px;
  }
}
.lower_cp .lower_youtube_wrap .youtube_wrap iframe {
  width: 100%;
  height: 100%;
}
.lower_cp .lower_youtube_wrap .lower_youtube_txt {
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .lower_youtube_txt {
    font-size: 13px;
    margin: 1em 0;
  }
}
.lower_cp .lower_youtube_wrap .btn_youtube_ohter a {
  max-width: 432px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lower_cp .lower_youtube_wrap .btn_youtube_ohter a {
    width: 51.2vw;
  }
}
.lower_cp .recommend_wrap {
  background-color: #fff;
  text-align: center;
  padding: 20px 0 70px;
}
.lower_cp .recommend_wrap .recommend_ttl {
  font-size: 30px;
}
.lower_cp .recommend_wrap .recommend_bnr {
  max-width: 344px;
  width: 90%;
  margin: 30px auto;
}
.lower_cp .recommend_wrap .prev_link a {
  color: #0000FF;
  text-decoration: underline;
}/*# sourceMappingURL=campaign.css.map */