@charset "UTF-8";
/* ////////////////////////////////////////////////////////////
	File Name	campaign.css
*/
.Campaign .Campaign__inner {
  color: #343434;
  margin: 30px auto 65px;
}

.Campaign .Campaign__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 0 20px;
}

.Campaign .Campaign__tabList {
  gap: 2.5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1px;
}

.Campaign .Campaign__tabItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  border: 1px solid;
  border-color: #c3002f #e5e5e5 #e5e5e5 #e5e5e5;
  border-top: 2px solid #c3002f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 19px;
}

.Campaign .Campaign__tabItem:after {
  border: 2px solid;
  border-color: #c3002f #c3002f transparent transparent;
  content: "";
  display: block;
  height: 4.5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 4.5px;
}

.Campaign .Campaign__tabItem.-active {
  background-color: #fff;
  border-color: #c3002f #e5e5e5 transparent #e5e5e5;
}

.Campaign .Campaign__tabItem.-active::after {
  border-color: transparent;
}

.Campaign .Campaign__tabItemText1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.Campaign .Campaign__tabItemText2 {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.Campaign .Campaign__listWrap {
  border-top: 1px solid #e5e5e5;
  padding-top: 33px;
}

.Campaign .Campaign__listWrap.-tab01 .Campaign__list.-tab01 {
  display: block;
}

.Campaign .Campaign__listWrap.-tab01 .Campaign__list.-tab01 .Campaign__itemDetailDescription.-area {
  color: #c3002f;
}

.Campaign .Campaign__listWrap.-tab01 .Campaign__list.-tab02 {
  display: none;
}

.Campaign .Campaign__listWrap.-tab02 .Campaign__list.-tab01 {
  display: none;
}

.Campaign .Campaign__listWrap.-tab02 .Campaign__list.-tab02 {
  display: block;
}

.Campaign .Campaign__listWrap.-tab02 .Campaign__list.-tab02 .Campaign__itemDetailDescription.-type {
  color: #c3002f;
}

.Campaign .Campaign__item {
  margin-bottom: 35px;
  padding: 0 20px;
}

.Campaign .Campaign__itemLink {
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  text-decoration: none;
}

.Campaign .Campaign__itemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
}

.Campaign .Campaign__itemImage img {
  width: 100%;
}

.Campaign .Campaign__itemTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 39%) - 15px);
  flex: 0 1 calc((100% - 39%) - 15px);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
}

.Campaign .Campaign__itemDate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 2.14;
  margin-bottom: 1px;
}

.Campaign .Campaign__itemDate::before {
  border-left: 3px solid #c3002f;
  content: "";
  display: block;
  height: 21px;
  padding-right: 8px;
  width: 3px;
}

.Campaign .Campaign__itemDetail {
  gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.Campaign .Campaign__itemDetailTilte {
  background-color: #f4f4f4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.53;
  margin-right: 5px;
  padding: 2px 8px;
}

.Campaign .Campaign__itemDetailDescription {
  font-size: 13px;
  line-height: 1.53;
}

.Campaign .Campaign__btnWrap {
  gap: 2%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.Campaign .Campaign__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.Campaign .Campaign__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 47px;
  min-width: 164px;
  text-decoration: none;
  width: 100%;
}

.Campaign .Campaign__btnLink.-detail {
  background-color: #c3002f;
}

.Campaign .Campaign__btnLink.-type {
  background-color: #fff;
  border: 1px solid #343434;
}

.Campaign .Campaign__btnText {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

.Campaign .Campaign__btnText::after {
  border: 1.5px solid;
  border-color: #343434 #343434 transparent transparent;
  content: "";
  display: block;
  height: 4.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4.5px;
}

.Campaign .Campaign__btnText.-detail {
  color: #fff;
}

.Campaign .Campaign__btnText.-detail::after {
  border-color: #fff #fff transparent transparent;
}

.Campaign .Campaign__btnText.-type {
  color: #343434;
}

@media print, screen and (min-width: 768px) {
  .Campaign {
    max-width: none;
  }
  .Campaign .Campaign__inner {
    margin: 35px auto 130px;
    max-width: 1200px;
    padding: 0px 15px;
  }
  .Campaign .Campaign__title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 65px;
    padding: 0;
  }
  .Campaign .Campaign__tabList {
    gap: 1%;
  }
  .Campaign .Campaign__tabItem {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 100px;
  }
  .Campaign .Campaign__tabItem:after {
    height: 8px;
    margin-left: 15px;
    -webkit-transform: rotate(135deg) translateY(50%);
    transform: rotate(135deg) translateY(50%);
    width: 8px;
  }
  .Campaign .Campaign__tabItemText1 {
    font-size: 18px;
    line-height: 1.17;
  }
  .Campaign .Campaign__tabItemText2 {
    font-size: 18px;
  }
  .Campaign .Campaign__listWrap {
    padding-top: 65px;
  }
  .Campaign .Campaign__listWrap.-tab01 .Campaign__list.-tab01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Campaign .Campaign__listWrap.-tab02 .Campaign__list.-tab02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Campaign .Campaign__list {
    gap: 64px 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Campaign .Campaign__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100%/3 - 3.5%);
    flex: 0 1 calc(100%/3 - 3.5%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
  }
  .Campaign .Campaign__itemLink {
    display: block;
    margin-bottom: 0;
    -webkit-transform: 300ms;
    transform: 300ms;
  }
  .Campaign .Campaign__itemLink:hover {
    opacity: 0.7;
  }
  .Campaign .Campaign__itemImage {
    margin-bottom: 15px;
    width: 100%;
  }
  .Campaign .Campaign__itemImage img {
    width: 100%;
  }
  .Campaign .Campaign__itemTitle {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 6px;
  }
  .Campaign .Campaign__itemDate {
    font-size: 15px;
    line-height: 2.13;
    margin-bottom: 12px;
  }
  .Campaign .Campaign__itemDate::before {
    height: 23px;
    padding-right: 11px;
  }
  .Campaign .Campaign__itemDetail {
    gap: 5px;
    margin-bottom: 3px;
  }
  .Campaign .Campaign__itemDetailTilte {
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 9px;
  }
  .Campaign .Campaign__itemDetailDescription {
    font-size: 14px;
    line-height: 1.5;
  }
  .Campaign .Campaign__btnWrap {
    margin-top: auto;
    padding-top: 10px;
  }
  .Campaign .Campaign__btnLink {
    min-height: 50px;
    min-width: 170px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Campaign .Campaign__btnLink:hover {
    opacity: 0.7;
  }
  .Campaign .Campaign__btnText {
    gap: 3px;
    font-size: 16px;
    line-height: 2;
  }
}

.campaign-detail-main {
	font-family: 'ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	max-width: 1200px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.5;
}

.campaign-detail-body {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.font-weight-bold {
	font-weight: bold;
}

/* kv */
.campaign-detail-kv-img {
	margin: 0 5px 5px;
	padding-bottom: 46px;
}

.campaign-detail-kv-img img {
	width: 100%;
	height: auto;
}

/* title */
.campaign-detail-title .campaign-detail-body {
	padding-bottom: 0;
}

.campaign-detail-title h1 {
	color: #343434;
	text-align: center;
	font-size: 24px;
	padding: 40px 0 40px 0;
}

/* lead */
.campaign-detail-lead-text p {
	margin-bottom: 10px;
}

/* target */
.campaign-detail-target h2 {
	text-align: center;
}

.campaign-detail-target-img {
	margin: 5px;
	padding-top: 30px;
}

/* link btn */
.campaign-detail-link .campaign-detail-body {
	padding-bottom: 86px;
}

.campaign-detail-link-btn {
	margin: 10px;
}

.campaign-detail-link .icon-arrow-right {
	position: absolute;
	right: 20px;
}

.campaign-detail-link-btn a {
	max-width: 620px;
	min-height: 74px;
	display: block;
	background-color: #C30130;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	position: relative;
	text-decoration: none;
	padding: 15px 80px;
	font-weight: bold;
}

.campaign-detail-link-annotation {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

/* description */
.campaign-detail-description-head {
	position: relative;
	padding-top: 20px;
	margin-bottom: 30px;
}

.campaign-detail-description-head h2 {
	display: block;
	word-wrap: break-word;
	padding-bottom: 10px;
	border-bottom: 1px dashed #c1c1c1;
	font-size: 21px;
}

.campaign-detail-description-head h2::before {
	border-top: 6px solid #c3002f;
	content: " ";
	left: 0;
	top: 0;
	position: absolute;
	width: 60px;
}

.campaign-detail-description-text h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.campaign-detail-description-text ul li {
	color: #343434;
	position: relative;
	text-indent: 16px;
}

.campaign-detail-description-text ul li::before {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #343434;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 6px;
}

.campaign-detail-description-text ol {
	list-style: none;
}

.campaign-detail-description-text ol li,
.campaign-detail-description-text p {
	margin-bottom: 10px;
}

.campaign-detail-description-text ul li a,
.campaign-detail-description-text ol li a {
	color: #343434;
}

.campaign-detail-description-text ol li span {
	display: block;
	margin-top: 10px;
}

.campaign-detail-description-text .campaign-detail-description-annotation {
	margin-bottom: 34px;
}

.campaign-detail-description-text .campaign-detail-description-annotation li {
	text-indent: 0;
}

.campaign-detail-description-text .campaign-detail-description-annotation li::before{
	content: none;
}

.campaign-detail-description-img {
	padding: 45px 0 85px;
  text-align: center;
}

.campaign-detail-description-img img {
	width: auto;
	height: auto;
  margin-top: 1em;
}

.campaign-detail-description[data-block='attention'] li {
	margin-bottom: 10px;
}

.campaign-detail-description[data-block='attention'] li:last-child {
	margin-bottom: 44px;
}

.campaign-detail-description[data-block='attention'] ul:last-child li:last-child{
	margin-bottom: 14px;
}

.campaign-detail-description[data-block='attention'] + .campaign-detail-link .campaign-detail-body {
	padding-bottom: 0;
}

.campaign-detail-description[data-block='attention'] + .campaign-detail-link .campaign-detail-body .campaign-detail-link-btn {
	margin: 10px 10px 0;
}

/* description target */
.campaign-detail-description-target {
	margin: 20px 5px;
	display: flex;
	flex-wrap: wrap;
}

.campaign-detail-description-target li {
	max-width: 193px;
}

.campaign-detail-description-target li::before{
	content: none !important;
}

.campaign-detail-description-target-img {
	display: flex;
}

.campaign-detail-description-target-btn {
	max-width: 140px;
	margin: 0 auto;
}

.campaign-detail-description-target-btn a {
	background-color: #C30130;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	padding: 14px 28px 14px 0;
	border-radius: 4px;
}

.campaign-detail-description-target-btn a .icon-arrow-right {
	position: absolute;
	right: 10px;
}

body[data-page="ehime_2510"] .campaign-detail-link-btn a:hover {
	opacity: 0.7;
	transition: none;
}

/* ehime_2510 */
/* kv */
body[data-page="ehime_2510"]  .campaign-detail-kv .campaign-detail-body {
	padding-bottom: 0;
}

body[data-page="ehime_2510"]  .campaign-detail-kv-img {
	padding-bottom: 0;
}

/* lead */
body[data-page="ehime_2510"] .campaign-detail-lead[data-block='lead'] .campaign-detail-lead-text p:first-of-type {
	margin-bottom: 1.2em;
}

/* description */
body[data-page="ehime_2510"] .campaign-detail-description-annotation {
	margin-bottom: 42px;
}

body[data-page="ehime_2510"] .campaign-detail-description-text-column {
	display: flex;
	padding-left: 26px;
}

body[data-page="ehime_2510"] .campaign-detail-description-text-column-item {
	width: 340px;
}

body[data-page="ehime_2510"] .campaign-detail-description-text-column-item p {
	margin-bottom: 0;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="support"] .campaign-detail-description-img {
  max-width: 840px;
  margin-top: 40px;
}

body[data-page="ehime_2510"] .campaign-detail-description-img {
	max-width: 901px;
	margin: 0 auto;
	padding: 0 0 45px 0;
}

body[data-page="ehime_2510"] .campaign-detail-description-img + .campaign-detail-description-text {
	font-size: 18px;
}

/* target */
body[data-page="ehime_2510"] .campaign-detail-target .campaign-detail-body {
	padding-bottom: 26px;
}

body[data-page="ehime_2510"] .campaign-detail-target h3 {
	font-size: 21px;
	text-align: center;
}

body[data-page="ehime_2510"] .campaign-detail-target h3 + p {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

body[data-page="ehime_2510"] .campaign-detail-target-img {
	padding-top: 0;
	display: flex;
	justify-content: space-between;
}

body[data-page="ehime_2510"] .campaign-detail-target[data-block="target"] .campaign-detail-link-btns {
	margin-top: 14px;
}

body[data-page="ehime_2510"] .campaign-detail-target[data-block="store"] {
	margin-top: -6px;
	margin-bottom: 12px;
}

body[data-page="ehime_2510"] .campaign-detail-target[data-block="store"] .campaign-detail-link-btns {
	margin-top: 39px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px 57px;
}

body[data-page="ehime_2510"] .campaign-detail-target[data-block="store"] .campaign-detail-link-btns a {
	background-color: #fff;
	border: 1px solid #C30131;
	border-radius: 4px;
	color: #C30131;
}

body[data-page="ehime_2510"] .campaign-detail-target[data-block="store"] .campaign-detail-link-btns span {
	font-weight: bold;
	margin-bottom: 14px;
}

/* link */
body[data-page="ehime_2510"] .campaign-detail-link .campaign-detail-body {
	padding-bottom: 36px;
}

body[data-page="ehime_2510"] .campaign-detail-link-btns {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

body[data-page="ehime_2510"] .campaign-detail-link-btns[data-type='single'] {
	margin-top: 45px !important;
	justify-content: center;
}

body[data-page="ehime_2510"] .campaign-detail-link-btns[data-type='single'] .campaign-detail-link-btn a {
	min-width: 280px;
	max-width: 280px;
}

body[data-page="ehime_2510"] .campaign-detail-link-btn span {
	display: block;
	text-align: center;
}

body[data-page="ehime_2510"] .campaign-detail-link-btn {
	margin: 0;
}

body[data-page="ehime_2510"] .campaign-detail-link-btn a {
	font-size: 14px;
	min-width: 240px;
	max-width: 240px;
	padding: 15px 30px 15px 20px;
	border-radius: 4px;
	min-height: 56px;
	max-height: 56px;
	text-align: center;
}

body[data-page="ehime_2510"] .campaign-detail-link-btns a .icon-arrow-right {
	right: 10px;
}

/* description anchor */
body[data-page="ehime_2510"] .campaign-detail-anchor {
	margin-bottom: 24px;
}

body[data-page="ehime_2510"] .campaign-detail-anchor ul {
	display: flex;
	justify-content: center;
	margin-right: 18px;
}

body[data-page="ehime_2510"] .campaign-detail-anchor li:not(:first-child) {
	margin-left: 94px;
}

body[data-page="ehime_2510"] .campaign-detail-anchor li a {
	display: flex;
	min-height: 100px;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}

body[data-page="ehime_2510"] .campaign-detail-anchor li a img {
	display: block;
	margin: 0 auto;
}

/* description */
body[data-page="ehime_2510"] .campaign-detail-description[data-block="support"] .campaign-detail-description-text p:not(:first-child),
body[data-page="ehime_2510"] .campaign-detail-description[data-block="support"] .campaign-detail-description-text ol li {
	margin: 0;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="campagin-conditions"] .campaign-detail-description-text ol .campaign-detail-description-annotation,
body[data-page="ehime_2510"] .campaign-detail-description[data-block="campagin-conditions"] .campaign-detail-description-text ol li {
	margin: 0;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="campagin-conditions"] .campaign-detail-description-text ol,
body[data-page="ehime_2510"] .campaign-detail-description[data-block="campagin-conditions"] .campaign-detail-description-text ol + .campaign-detail-description-annotation {
	line-height: 1.6;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="campagin-conditions"] .campaign-detail-description-text ol + .campaign-detail-description-annotation {
	margin-bottom: 24px;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="attention"] .campaign-detail-body {
	padding-bottom: 0;
}

body[data-page="ehime_2510"] .campaign-detail-description[data-block="attention"] .campaign-detail-description-text ul li:last-child {
	margin-bottom: 0;
}
