@charset "UTF-8";

@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?dlnjoj");
	src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------------------
	店舗情報トップ
 --------------------------------------------------------------------- */
.shopBunner a {
	border: 1px solid #E0E0E0;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	max-width: 540px;
	width: 100%;
}

.shopBunner a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.shopBunner a {
		width: auto;
	}
}

.shopBunner a span {
	position: relative;
	padding: 0 1em;
	background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
	background-size: 5px 9px;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.shopBunner a span::after {
	content: none;
}

.loungeBanner {
	margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
	.loungeBanner {
		margin: 50px 0 0;
	}
}

.loungeBanner img {
	width: 100%;
}

.shopCampaign {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.shopCampaign {
		padding: 0 20px;
		margin: 60px -20px 0;
	}
}

.shopCampaign__imgWrap+.shopCampaign__imgWrap {
	margin-top: 60px;
}

.shopCampaign__bg {
	height: auto;
	width: 100%;
}

.shopCampaign__list {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.shopCampaign__list {
		display: block;
	}
}

.shopCampaign__list li {
	padding: 18px;
	width: 50%;
}

@media screen and (max-width: 768px) {
	.shopCampaign__list li {
		width: auto;
	}
}

.shopCampaign__list li:first-child {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.shopCampaign__list li:first-child {
		text-align: left;
	}
}

.shopNews__list {
	border-bottom: 1px solid #E0E0E0;
}

.shopNews__list>li {
	border-top: 1px solid #E0E0E0;
	padding: 18px 0;
}

.shopNews__listLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	position: relative;
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	.shopNews__listLink {
		text-decoration: none;
	}
}

.shopNews__listLink:hover {
	text-decoration: none;
}

.shopNews__listLink::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 9px;
	background: url(/contents/common/images/bg-link-arrow-next.png) no-repeat left top;
	background-size: 5px 9px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.shopNews__listLink {
		display: block;
		text-decoration: none;
		padding-right: 1em;
	}

	.shopNews__listLink::after {
		right: 0;
	}
}

.shopNews__listLink .shopNews__listTitle {
	padding-left: 0;
	display: block;
	width: 350px;
}

@media screen and (max-width: 768px) {
	.shopNews__listLink .shopNews__listTitle {
		width: auto;
		padding-right: 0;
		background: none;
	}
}

.shopNews__listLink .shopNews__listTitle span {
	margin-right: 10px;
}

.shopNews__listLink .shopNews__listTitle [class*="tag"] {
	margin-right: 0;
	margin-left: 10px;
	vertical-align: 1px;
}

.shopNews__listLink .shopNews__listContent {
	padding-left: 40px;
	width: calc(100% - 390px);
}

@media screen and (max-width: 768px) {
	.shopNews__listLink .shopNews__listContent {
		padding-left: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.shopNews__listLink .shopNews__listContent p {
	margin: 0;
}

.shopService {
	border-top: 1px solid #E0E0E0;
	margin-top: 80px;
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.shopService {
		padding: 0 20px 60px;
		margin: 60px -20px 0;
	}
}

.shopService .h3 {
	margin-bottom: 20px;
}

.shopService .row img {
	margin-bottom: 20px;
	height: auto;
	width: 100%;
}

.shopService .shopService__title {
	font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
	margin-top: 0;
}

.android .shopService .shopService__title {
	font-weight: 700;
}

.shopLink {
	border-top: 1px solid #E0E0E0;
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	.shopLink {
		padding: 60px 20px 0;
		margin: 0 -20px;
	}
}

.shopLink .row img {
	height: auto;
	width: 100%;
}

.shopLink .row .btn {
	width: 100%;
}

.txt--alert + .brandBanner {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.txt--alert + .brandBanner {
		margin-top: 40px;
	}
}

#campaign-orweek {
	max-width: 1280px;
	margin: 40px auto 0;
}

#campaign-orweek p {
	font-feature-settings: "palt";
}

#campaign-orweek .tBold {
	font-weight: bold;
}

#campaign-orweek .tCenter {
	text-align: center;
}

#campaign-orweek .tLeft {
	text-align: left;
}


#campaign-orweek .quasiDrug {
	border: 1px solid #231815;
	padding: 0 6px;
	font-size: 14px;
}

#campaign-orweek .campaignBunner {
	margin: 20px 0;
	display: inline-block;
}

#campaign-orweek .section_content .contentContainer .contentWrap .lp-btnWrap {
	margin: 30px auto 0;
	max-width: 320px;
}

#campaign-orweek .lp-btn {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	border-collapse: separate;
	border: 1px solid #5c5a5a;
	background: #fff;
	width: 320px;
	min-height: 64px;
	color: #231815;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px;
	-webkit-transition: border .4s ease;
	transition: border .4s ease;
	white-space: nowrap;
}

#campaign-orweek .lp-btn .lp-btn__text {
	display: table-cell;
	font-size: 0.9rem;
	vertical-align: middle;
	line-height: 1.366;
	padding: 0 10px;
	position: relative;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.ie #campaign-orweek .lp-btn .lp-btn__text:after {
	top: 20px;
}

#campaign-orweek .lp-btn .lp-btn__text:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #5c5a5a;
	border-bottom: none;
	border-left: none;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#campaign-orweek .lp-btn.lp-btn--down .lp-btn__text:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#campaign-orweek .lp-btn:hover {
	border-color: #999;
	text-decoration: none;
}

#campaign-orweek .lp-btn:hover .lp-btn__text {
	opacity: .6;
}

#campaign-orweek img {
	width: 100%;
	height: auto;
}

#campaign-orweek sup {
	font-size: 70%;
}

#campaign-orweek .bold {
	font-weight: bold;
}

#campaign-orweek .section_topView {
	background: url(/contents/campaign/images/240220/img_kv.jpg) left top no-repeat;
	background-size: 100%;
	padding: 80px 80px 190px;
	margin-bottom: -170px;
}

#campaign-orweek .section_topView .topViewRead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 2.13;
}

#campaign-orweek .section_topView .topViewRead img {
	max-width: 864px;
}

#campaign-orweek .section_topView .campaignTagWrap {
	max-width: 300px;
	white-space: nowrap;
}

#campaign-orweek .section_topView .campaignTag {
	background: #fff;
	border-radius: 42px;
	box-shadow: 0 0 18px -4px #C19500;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	width: 230px;
	margin: 0 0 20px 65px;
}

#campaign-orweek .section_topView .campaignTag .period {
	color: #C19500;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#campaign-orweek .section_topView .campaignTag .date {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#campaign-orweek .section_topView .campaignTag .date>span {
	color: #EF857D;
	font-size: 42px;
	font-weight: bold;
}

#campaign-orweek .section_topView .campaignTag .date>span>span {
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_topView h2 {
	max-width: 826px;
	margin: 0 0 20px 0;
}


#campaign-orweek .section_topView .adviceRead {
	/* max-width: 760px; */
	margin: 0 55px 0 0;
}

#campaign-orweek .section_topView .adviceRead h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#campaign-orweek .section_topView .adviceFigure {
	min-width: 300px;
	display: flex;
	align-items: flex-end;
}

#campaign-orweek .section_topView .adviceFigure figcaption {
	display: flex;
	justify-content: space-between;
	margin: 14px 0 0 0;
}

#campaign-orweek .section_topView .adviceFigure figcaption img {
	margin: 10px 0 0 0;
	max-width: 70px;
}

#campaign-orweek .section_topView .adviceColor {
	color: #C19500;
	font-weight: bold;
}

#campaign-orweek .section_topView .adviceRead h3 {
	max-width: 276px;
	margin-bottom: 20px
}

#campaign-orweek .section_topView .adviceRead h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* #campaign-orweek .section_topView .adviceRead p {
	margin-bottom: 20px;
} */

/* ---------------------------------------------------- */
/* 
#campaign-orweek .section_topView .adviceWrap {
	display: flex;
	background-color: #fff;
	margin: 40px 0;
	padding: 25px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

#campaign-orweek .section_topView h2 {
	max-width: 826px;
	margin: 0 0 20px 0;
}


#campaign-orweek .section_topView .adviceRead {
	max-width: 760px;
	margin: 0 55px 0 0;
}

#campaign-orweek .section_topView .adviceRead h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#campaign-orweek .section_topView .adviceFigure {
	min-width: 300px;
	display: flex;
	align-items: flex-end;
}

#campaign-orweek .section_topView .adviceFigure figcaption {
	display: flex;
	justify-content: space-between;
	margin: 14px 0 0 0;
}

#campaign-orweek .section_topView .adviceFigure figcaption img {
	margin: 10px 0 0 0;
	max-width: 70px;
}

#campaign-orweek .section_topView .adviceColor {
	color: #C19500;
	font-weight: bold;
}

#campaign-orweek .section_topView .adviceRead h3 {
	max-width: 197px;
	margin-bottom: 20px
}

#campaign-orweek .section_topView .adviceRead p {
	margin-bottom: 20px;
} */
/* ---------------------------------------------------- */
#campaign-orweek .tNotes {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.6;

}

#campaign-orweek .col2 .tNotes {
	margin-top: 10px;
}

#campaign-orweek .alert {
	color: #D70014;
}

#campaign-orweek .section_counseling {
	background: #FFFFFF;
	border-top: #707070 1px solid;
	border-bottom: #707070 1px solid;
	margin: 0 80px 50px;
	padding: 30px 0 25px;
}

#campaign-orweek .section_counseling h2 {
	margin: 0 0 20px;
}

#campaign-orweek .section_counseling h3 {
	display: flex;
	align-items: center;
	padding-left: 30px;
	font-size: 35px;
	color: #EF857D;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-weight: bold;
}

#campaign-orweek .section_counseling h3 .icon {
	padding: 8px 9px;
	margin-left: 16px;
	font-size: 20px;
	line-height: 1;
	border: 1px solid #EF857D;
	border-radius: 4px;
	font-weight: bold;
}

#campaign-orweek .section_counseling h3 .icon .tSmall {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

#campaign-orweek .section_counseling h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.5;
	color: #5C5A5A;
}

#campaign-orweek .section_counseling h4 span {
	display: inline-block;
	white-space: nowrap;
}

#campaign-orweek .section_counseling h5 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}

#campaign-orweek .section_counseling h5:before {
	content: "■";
	color: #EF857D;
	position: absolute;
	top: 0;
	left: 0;
}

#campaign-orweek .section_counseling .counselingProduct p {
	padding: 10px 0 0 0;
	text-decoration: underline;
	line-height: 1.5;
}

#campaign-orweek .section_counseling .counselingContainer {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:first-child {
	flex-shrink: 0;
	width: 240px;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:first-child img {
	max-width: 100%;
	object-fit: cover;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:nth-child(2) {
	flex-grow: 1;
	margin-left: 20px;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col p {
	margin-top: 10px;
	letter-spacing: 0.02em;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col .remarks {
  margin-top: 1em;
  font-size: 10px;
}

#campaign-orweek .section_counseling .counselingContainer .list_notes {
	font-size: 10px;
	line-height: 1.7 !important;
	margin-top: 10px;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__title span {
	color: #5C5A5A;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

#campaign-orweek .section_counseling .counselingContainer .counselingContainer__title span:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background: rgba(239, 133, 125, .3);
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}

#campaign-orweek .counselingContainer .slideToggleContent--large__inner {
	position: relative;
	overflow: hidden;
	height: 140px;
	min-height: 120px;
}

#campaign-orweek .counselingContainer .slidebtn {
	text-align: center;
	padding: 10px 0;
}

#campaign-orweek .counselingContainer .slidebtn .link--nextToggle--large {
	font-weight: bold;
}

#campaign-orweek .counselingContainer .slideToggleContent--large__inner::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, #fff), to(#fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 90%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%, #fff 100%);
	transition: all .4s;
	opacity: 1;
}

#campaign-orweek .section_counseling .link--nextToggle--large::before,
#campaign-orweek .section_counseling .link--nextToggle--large::after {
	background-color: #C19500;
}

#campaign-orweek .counselingContainer .slideToggleContent--large__inner.is-open::after {
	opacity: 0;
}

#campaign-orweek .section_counseling .counselingProductWrap {
	display: flex;
	margin-top: 15px;
}

#campaign-orweek .section_counseling .counselingProduct {
	min-width: 210px;
	display: flex;
	text-align: center;
	margin: 0;
}

#campaign-orweek .section_counseling .counselingProduct a {
	margin: 0 20px;
}

#campaign-orweek .section_counseling .counselingProduct a:first-child img {
	max-width: 83px;
	margin-top: 42px;
}

#campaign-orweek .section_counseling .counselingProduct a:nth-child(2) img {
	max-width: 125px;
	margin-top: 8px;
}

#campaign-orweek .section_counseling .counselingProduct a:nth-child(3) img {
	max-width: 240px;
}

#campaign-orweek .section_counseling .img_counseling_career {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

#campaign-orweek .section_counseling .img_counseling_career img {
	width: 84px;
	margin-right: 10px;
}

#campaign-orweek .section_counseling .img_counseling_career_name {
	font-size: 14px;
	font-weight: bold;
}

#campaign-orweek .section_counseling .img_counseling_career_name span {
	color: #C19500;
	font-weight: bold;
}

#campaign-orweek .section_content {
	background: #FAF6EC;
	padding: 35px 50px 20px;
}

#campaign-orweek .section_content .contentTitleWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
}

#campaign-orweek .section_content .contentTitle h3 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	color: #C19500;
	font-weight: 100;
}

#campaign-orweek .section_content .contentTitle p {
	font-size: 18px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentTitleTagWrap {
	text-align: right;
}

#campaign-orweek .section_content .contentTitleTagWrap .tNotes {
	margin: 10px 0 0 0;
}

#campaign-orweek .section_content .contentTitleTag {
	max-width: 400px;
	max-height: 120px;
	background: #C19500;
	color: #fff;
	border-radius: 50px;
	margin: 0 0 0 10px;
	box-shadow: 0 0 18px -4px #C19500;
}

#campaign-orweek .section_content .contentTitleTagInner {
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	margin: 4px;
	padding: 0 28px;
	white-space: nowrap;
}

#campaign-orweek .section_content .contentTitleTagInner .count {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid #a27b04;
	padding: 2px 15px 2px 0px;
	margin: 0 15px 0 0px;
	line-height: 1.0;
}

#campaign-orweek .section_content .contentTitleTagInner .count span {
	font-size: 40px;
	font-weight: 100;
}

#campaign-orweek .section_content .contentTitleTagInner .date {
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentTitleTagInner .date span {
	font-size: 32px;
}

#campaign-orweek .section_content .contentWrap {
	background: #fff;
	display: flex;
	/* justify-content: space-between; */
	padding: 20px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 0 32px -6px #DDCE9D;
	position: relative;
	/* flex-wrap: wrap; */
}

#campaign-orweek .section_content .contentCampaign {
	text-align: center;
	padding-top: 20px;
}

#campaign-orweek .section_content .contentCampaign .contentCampaign--pink {
	color: #EF857D;
}

#campaign-orweek .section_content .contentRead h4 {
	color: #C19500;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	align-items: center;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
}

#campaign-orweek .section_content .contentRead h4 span {
	font-size: 24px;
	margin: 0 0 0 6px;
	vertical-align: sub;
}

#campaign-orweek .section_content .contentRead h5 {
	color: #EF857D;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	line-height: 1;
}


#campaign-orweek .section_content .contentRead h5.mt {
	margin-top: 10px;
}

#campaign-orweek .section_content .contentRead h5 span {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

#campaign-orweek .section_content .contentRead h5 .contentRead__subTitle {
	color: #231815;
	margin-bottom: 10px;
}

#campaign-orweek .section_content .contentRead h5+p {
	margin-top: 10px;
}

#campaign-orweek .col1 .contentWrap .contentRead h5 .font-small {
	color: #ef857d;
}

#campaign-orweek .section_content .col2 .contentWrap .contentRead .colorPink {
	display: inline-block;
	color: #ef857d;
	text-align: center;
}

#campaign-orweek .section_content .col2 .contentWrap .contentRead .font-large {
	display: block;
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 34px;
	line-height: 1.2;
}

#campaign-orweek .section_content .col2 .contentWrap .contentRead .font-large rt {
	font-size: 10px;
	font-feature-settings: "palt";
	text-align: center;
}

#campaign-orweek .section_content .col2 .contentWrap:first-child .contentRead .colorPink {
	margin-top: 10px;
}

#campaign-orweek .section_content .col2 .contentWrap .contentRead .tCenter .colorPink {
	font-size: 20px;
}

#campaign-orweek .section_content .contentRead h5 img {
	max-width: 506px;
	display: block;
	margin: 0 auto 10px;
}

#campaign-orweek .section_content .col2 .contentRead h5 img {
	margin-bottom: 0;
}

#campaign-orweek .section_content .contentRead .contentProduct p {
	color: #231815;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0 0;
	line-height: 1.5;
}

#campaign-orweek .section_content .contentRead .contentProduct .contentBubble {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 6px 0;
	width: 100%;
	background: #EF857D;
}

#campaign-orweek .section_content .contentRead .contentProduct .contentBubble span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 15px;
	height: 8px;
	background: url('/contents/campaign/images/230620/img_arrow.png') center center/contain;
	background-repeat: no-repeat;
}

#campaign-orweek .section_content .contentRead .contentProduct .contentBubble span {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

#campaign-orweek .col2 .contentWrap:first-child .borderYellow {
	margin-bottom: 10px;
	font-size: 16px;
}

#campaign-orweek .section_content .col1 .contentRead .contentReadRow .contentReadRow__col .contentCampaign h5 .colorPink {
	margin-left: -20px;
	margin-top: 2px;
	color: #EF857D;
	font-size: 34px;
	white-space: nowrap;
	display: inline-block;
}

#campaign-orweek .section_content .contentRead .contentProduct .big-txt {
	font-size: 34px;
	color: #EF857D;
	font-weight: bold;
	line-height: 1.2;
}

#campaign-orweek .section_content .contentRead .contentProduct span.fontSize14 {
	font-size: 14px;
}

#campaign-orweek .section_content .contentRead .contentProduct p.colorPink {
	color: #EF857D;
	font-weight: bold;
}

#campaign-orweek .section_content .contentRead .contentProduct span.colorPink {
	color: #EF857D;
}

#campaign-orweek .section_content .contentProduct {
	padding: 15px 0 0;
	text-align: center;
}

#campaign-orweek .contentProduct__orbis-u--01 {
	max-width: 208px;
	margin: 0 auto 15px;
}

#campaign-orweek .contentProduct__orbis-u--02 {
	max-width: 199px;
	margin: 20px auto 15px;
}

#campaign-orweek .section_content .contentProduct h5 {
	font-size: 34px;
	color: #EF857D;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -1.04px;
}

#campaign-orweek .section_content .contentProduct .contentProduct__txt {
	margin-top: 5px !important;
}

#campaign-orweek .section_content .contentRead .contentProduct .contentProductname {
	font-weight: bold;
	font-size: 20px;
}

#campaign-orweek .col1-txt {
	font-size: 20px;
}

#campaign-orweek .section_content .col1 .contentWrap .contentRead .contentProduct .contentProductTxt {
	color: #EF857D;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	margin-top: 6px;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

#campaign-orweek .ttl-txt {
	font-size: 16px !important;
}

#campaign-orweek .section_content .dateWrap {
	display: flex;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0 0 8px;
	position: relative;
}

#campaign-orweek .contentRead .contentReadRow .dateWrap .bigDate {
	display: inline-block;
	position: relative;
	top: -2.5px;
	font-size: 32px;
	font-weight: bold;
}


/* 
#campaign-orweek .section_content .dateInfo {
  background: #EF857D;
  border-radius: 30px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

#campaign-orweek .section_content .dateInfo p {
  color: #fff;
  margin: 0;
}

#campaign-orweek .section_content .dateInfo p span {
  font-size: 19px;
  font-weight: bold;
  color: #FFF183;
}

#campaign-orweek .section_content .dateInfo p span .dateInfo__streng {
  font-size: 26px;
} */

#campaign-orweek .section_content .infoNum {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	position: relative;
	text-align: center;
}

#campaign-orweek .section_content .infoNum::before,
#campaign-orweek .section_content .infoNum::after {
	content: "";
	height: 1px;
	width: 42%;
	position: absolute;
	top: 50%;
	background: #E0E0E0;
}

#campaign-orweek .section_content .infoNum::before {
	left: 0;
}

#campaign-orweek .section_content .infoNum::after {
	right: 0;
}

#campaign-orweek .section_content .infoNum span {
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_content .skinTitle {
	color: #EF857D;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
	line-height: 1.25;
}

#campaign-orweek .section_content .skinTitle__s {
	font-size: 16px;
	color: #231815;
}

#campaign-orweek .section_content .skinTitle .quasiDrug {
	border: 1px solid #231815;
	color: #231815;
}

#campaign-orweek .section_content .itemTxt {
	font-size: 10px;
}

#campaign-orweek .section_content .itemRow {
	display: flex;
	margin: 10px 0;
	align-items: center;
}

#campaign-orweek .section_content .itemRow .itemCol:first-child {
	width: 56%;
}

#campaign-orweek .section_content .itemRow .itemCol:last-child {
	width: 22%;
	padding-left: 30px;
}

#campaign-orweek .section_content .itemRow .itemCol:last-child img {
	max-width: 136px;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList li {
	border-radius: 6px;
	border: 1px solid #EF857D;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.25;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList li span {
	font-size: 10px;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList .itemAlcohol {
	font-size: 14px;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList li .itemList__red {
	color: #EF857D;
	font-weight: bold;
	font-size: 16px;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList li .itemList__red span {
	font-size: 22px;
}

#campaign-orweek .section_content .itemRow .itemCol .itemList+p {
	font-size: 10px;
	margin-top: 10px;
}

#campaign-orweek .section_content .itemRow--02 .itemCol:last-child {
	width: 35%;
}

#campaign-orweek .section_content .itemRow--02 .itemCol:last-child img {
	max-width: none;
}

#campaign-orweek .section_content .infoDesc {
	border-top: 1px solid #E0E0E0;
	padding-top: 16px;
}

#campaign-orweek .section_content .infoDesc dl dt {
	width: 92px;
	text-align: center;
	background: #000000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	float: left;
	line-height: 1.7;
}

#campaign-orweek .section_content .infoDesc dl dd {
	margin-left: 100px;
	line-height: 1.5;
	margin-bottom: 10px;
}

#campaign-orweek .section_content .infoDesc dl dd .infoDescAnnotation {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.5;
	display: inline-block;
}

#campaign-orweek .section_content .infoDesc dl dd .infoDescAnnotation+.infoDescAnnotation {
	margin-top: 0;
}

#campaign-orweek .section_content .contentContainer.col1 .contentWrap {
	display: block;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .tBold {
	margin-top: 5px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell {
	margin: 0;
	position: relative;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCell__icon {
	display: inline-block;
	margin: 10px 0;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #231815;
	border: 1px #231815 solid;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell--full .tNotes {
	margin-top: 10px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellPeriod {
	color: #FFF183;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background-color: #EF857D;
	border-radius: 20px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	padding-top: 6px;
	height: 30px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellPeriod span {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 4px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell span.ProductCellPeriod--large {
	color: #FFF183;
	font-size: 26px;
	margin-right: 0;
}


#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: baseline;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue::before,
#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue::after {
	border-top: 1px solid #E0E0E0;
	content: "";
	flex-grow: 1;
	bottom: 6px;
	position: relative;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue:before {
	margin-right: 1rem;

}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue:after {
	margin-left: 1rem;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue span {
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement {
	display: flex;
	margin-bottom: 20px;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement>div {
	max-width: 200px;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement .ProductCellRead {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement .ProductCellTitle {
	color: #EF857D;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductCellSpec div {
	display: flex;
	font-size: 12px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductCellSpec div dt {
	width: auto;
	white-space: nowrap;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement .ProductCellInfo {
	margin: 0 0 0 0;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement .tNotes {
	margin: 0 0 0 0;
}

#campaign-orweek .section_content .contentContainer.col1 .Productelement figure {
	max-width: 350px;
	margin-left: 20px;
}

#campaign-orweek .section_content .contentContainer.col1 .ProductCellSpec dd span {
	font-size: 10px;
}

#campaign-orweek .contentDefinition {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #E0E0E0;
}

#campaign-orweek .contentDetail {
	margin-top: 15px;
}

#campaign-orweek .contentDefinition>div {
	display: flex;
	margin-bottom: 10px;
}

#campaign-orweek .contentDetail>div {
	display: flex;
}

#campaign-orweek .contentDetail+.tNotes {
	margin-top: 15px;
}

#campaign-orweek .section_counseling .lp-btnWrap .btn--strong {
	transition: opacity .4s ease;
	padding: 0 10px;
	margin: 20px auto 0;
	width: 320px;
	max-width: 320px;
	height: 40px;
	text-align: center;
	background: #5c5a5a;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#campaign-orweek .section_counseling .lp-btnWrap .btn--strong span {
	font-weight: bold;
}

#campaign-orweek .section_counseling .lp-btnWrap .btn--strong .link--nextWhite {
	display: inline-block;
	width: 100%;
	background-image: url(/contents/campaign/images/230620/bg-link-arrow-next-white.png);
	background-size: 5px 9px;
}

#campaign-orweek .col1 .lp-btnWrap .lp-btn {
	margin-top: 20px;
}

#campaign-orweek .contentContainer.col2 .contentDefinition {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#campaign-orweek .contentContainer.col2 .contentDefinition>div {
	flex-direction: column;
	margin-bottom: 0;
}

#campaign-orweek .contentContainer.col2 dt {
	margin-bottom: 6px;
}

#campaign-orweek .contentDefinition dt {
	max-width: 92px;
	min-width: 92px;
	font-weight: bold;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	margin-right: 10px;
}

#campaign-orweek .contentDetail dt {
	max-width: 70px;
	min-width: 70px;
	font-weight: bold;
	height: 100%;
	margin-right: 10px;
	white-space: nowrap;
}

#campaign-orweek .contentDefinitionLink {
	position: relative;
	text-align: right;
}

#campaign-orweek .contentDefinitionLink:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #C19500;
	border-bottom: none;
	border-left: none;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#campaign-orweek .contentDefinitionLink a {
	text-decoration: none !important;
	margin-right: 12px;
}

#campaign-orweek .section_content .contentReadBig {
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	display: inline-flex;
	align-items: flex-end;
}

#campaign-orweek .section_content .contentReadRow {
	display: flex;
	margin-top: 15px;
}

/* #campaign-orweek .section_content .contentReadRow__col:first-child {
	width: 100%;
} */

#campaign-orweek .section_content .contentReadRow__col:last-child {
	/* padding-left: 22px; */
	margin-left: 20px;
	width: 380px;
	flex-shrink: 0;
	align-self: center;
}

#campaign-orweek .section_content .contentReadRow__col .contentReadRow__link-item--01 {
	margin-top: 16px;
}

#campaign-orweek .section_content .contentReadRow__col .contentReadRow__link-item--02 {
	margin-top: 100px;
}

#campaign-orweek .section_content .contentReadRow__col .contentReadRow__link-item--03 {
	margin-top: 52px;
}

#campaign-orweek .section_content .contentReadRow__col .contentReadYellow {
	border: 1px solid #C19500;
	border-radius: 4px;
	color: #C19500;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.5;
	margin-top: 15px;
	max-width: 100%;
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}

#campaign-orweek .contentReadRow__col .contentReadRow__link {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	text-align: center;
}

#campaign-orweek .section_content .contentReadRow__link a {
	display: inline-block;
	max-width: 200px;
	margin: 0;
}

#campaign-orweek .section_content .contentReadRow__link a:nth-child(1) {
	max-width: 115px;
    width: calc(100% / 3);
}

#campaign-orweek .section_content .contentReadRow__link a:nth-child(2) {
    max-width: 115px;
    width: calc(100% / 3);
}

#campaign-orweek .section_content .contentReadRow__link a:nth-child(3) {
	max-width: 128px;
    width: calc(100% / 3);
}

#campaign-orweek .section_content .contentReadRow__link a img {
	width: auto;
	max-width: 100%;
}

#campaign-orweek .section_content .contentReadBig p {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #C19500;
	border-radius: 44px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 14px 50px;
	position: relative;
	white-space: nowrap;
	line-height: 1.35;
}

#campaign-orweek .section_content .contentReadBig p:before {
	content: "";
	display: block;
	border: 1px solid #fff;
	border-radius: 44px;
	width: 96%;
	height: 84%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#campaign-orweek .section_content .ProductCellPrice {
	margin-top: 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitleSp {
	margin-top: 10px;
	font-weight: bold;
	display: inline-block;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle {
	color: #EF857D;
	font-weight: bold;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle--bold {
	font-size: 34px;
	line-height: 1.5;
	display: inline-block;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle--small {
	font-size: 20px;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle__line {
	position: relative;
	font-weight: bold;
}

#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle__line::after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background: rgba(239, 133, 125, .3);
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}

#campaign-orweek .section_content .contentRead .tBold span {
	font-size: 10px;
}

#campaign-orweek .section_content .contentRead .tSmall {
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentRead .contentReadTitle {
	margin-bottom: 0;
}


#campaign-orweek .section_content .contentRead .lp-btnWrap {
	margin: 0 0 0 0;
}

#campaign-orweek .section_content .dateWrap p {
	font-size: 25px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

#campaign-orweek .section_content .dateWrap p .note-txt {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(239, 133, 125, 0.2)));
	background: -webkit-linear-gradient(transparent 70%, rgba(239, 133, 125, 0.2) 70%);
	background: linear-gradient(transparent 70%, rgba(239, 133, 125, 0.2) 70%);
}

#campaign-orweek .section_content .dateWrap .tNotes {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.6;
	font-weight: normal;
}

#campaign-orweek .section_content .dateWrap .ProductCell__note {
	margin-top: 8px;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	line-height: 1.78;
}

#campaign-orweek .section_content .dateWrap span {
	font-size: 14px;
	margin: 0 10px 0 0;
}

#campaign-orweek .section_content .dateWrap .tagBraun,
#campaign-orweek .section_content .dateWrap .tagBlue {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 4px 14px;
	border-radius: 100px;
}

#campaign-orweek .section_content .dateWrap .tagBraun {
	background: #C19500;
	margin: 0;
}

#campaign-orweek .section_content .dateWrap .tagBlue {
	background: #6A94D4;
	margin: 0 0 0 10px;
}

#campaign-orweek .section_content .contentRead__txt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

/* #campaign-orweek .section_content .contentRead__txt.borderBottom {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
} */

#campaign-orweek .section_content .contentRead__txt span {
	color: #EF857D;
	font-size: 34px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentRead__txt span.itemTxt {
	color: #231815;
	font-size: 10px;
	font-weight: 500;
}


#campaign-orweek .section_content .contentContainer.col1 .contentFigure img {
	max-width: 480px;
}

#campaign-orweek .section_content .contentContainer.col1 .contentCenter {
	width: 100%;
}

#campaign-orweek .section_content .contentFigure.mt {
	margin-top: 20px;
}

#campaign-orweek .section_content .contentFigure span {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}

#campaign-orweek .section_content .contentFigure figcaption {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

#campaign-orweek .section_content .contentFigure figcaption .tNotes {
	text-align: right;
}

#campaign-orweek .section_content .txt--left {
	margin-top: 20px;
	letter-spacing: 0.02em;
}

#campaign-orweek .section_content .contentWrap:first-child .txt--left {
	margin-top: 0;
}

#campaign-orweek .section_content .txt--left .tNotes {
	margin-top: 10px;
}

#campaign-orweek .section_content .txt--left .linkAllowWrap {
	margin-top: 20px;
	margin-bottom: 0;
}

#campaign-orweek .section_content .txt--left .linkAllowWrap .linkAllow__02 {
	margin-top: 10px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--2 img {
	width: 280px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--col2 {
	margin: 10px auto;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row .contentFigure--col {
	text-align: center;
	margin: 0 14px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row .contentFigure--col:first-child a img {
	max-width: 160px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row .contentFigure--col:first-child a p {
	margin-left: -40px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row .contentFigure--col:last-child a img {
	max-width: 90px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row {
	display: flex;
	align-items: flex-end;
	margin-top: -80px;
	margin-bottom: -88px;
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure img {
	width: 100%;
	object-fit: cover;
	margin: auto;
	display: block;
	max-width: 440px;
}

#campaign-orweek .section_content .contentContainer .contentWrap--small .contentFigure img {
	max-width: 420px;
	width: auto;
}

#campaign-orweek .linkAllowWrap {
	text-align: right;
	margin-bottom: 6px;
}

#campaign-orweek .linkAllow {
	padding: 0 5px 0 0;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

#campaign-orweek .linkAllow::after {
	content: '';
	display: inline-block;
	background-image: url(/contents/campaign/images/220101/sp/img_icon_allow.png);
	background-size: contain;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin-top: 1px;
	/* position: absolute; */
	/* top: 8px; */
}

#campaign-orweek .linkAllow a {
	text-decoration: none;
}

#campaign-orweek .section_content .contentContainer.col2 {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}

#campaign-orweek .section_content .contentContainer.col2 .contentWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% / 2 - 70px);
	position: relative;
}

#campaign-orweek .section_content .contentContainer.col2 .fadeWrapper {
	margin-top: -2vh;
}

#campaign-orweek .section_content .contentContainer.col2 .presentTxt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentContainer.col2 .presentTxt .label {
	font-size: 28px;
	font-weight: bold;
}

#campaign-orweek .section_content .contentContainer.col2 .presentTxt+.contentFigure {
	margin-top: 18px
}

#campaign-orweek .section_content .contentContainer.col2 .contentFigure+.contentRead {
	margin-top: 20px;
}

/* grayout---------------------------------------------------- */
#campaign-orweek .section_content .contentContainer.col2 .fadeLayer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

#campaign-orweek .section_content .contentContainer.col2 .fadeLayer .fadeLayer__title {
	color: #fff;
	font-size: 20px;

}

#campaign-orweek .section_content .contentRead p.fadeLayer__title {
	text-align: center;
}

/* ---------------------------------------------------- */

#campaign-orweek .section_content .contentProduct .contentProduct_titlewrap {
	display: flex;
	align-items: baseline;
}

#campaign-orweek .section_content .bandPink {
	text-align: center;
	background: #EF857D;
	border-radius: 5px;
	padding: 10px 6px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

#campaign-orweek .section_content .bandPink span {
	color: #fff;
	font-weight: bold;
}

#campaign-orweek .section_content .contentProduct__txt {
	line-height: 1.5;
}

#campaign-orweek .section_content .pink {
	color: #EF857D;
	font-weight: bold;
}

#campaign-orweek .section_content .contentContainer {
	position: relative;
}

#campaign-orweek .contentContainer .grayout {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	top: 0;
	left: 0;
}

#campaign-orweek .contentFun {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 0;
}

#campaign-orweek .section_content .borderYellow {
	text-align: center;
	border: 1px solid #C19500;
	border-radius: 5px;
	margin: 10px 0;
	padding: 6px 10px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .section_content .borderYellow span {
	color: #C19500;
	font-weight: bold;
}

#campaign-orweek .underline {
	line-height: 1.2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(239, 133, 125, 0.2)));
	background: -webkit-linear-gradient(transparent 70%, rgba(239, 133, 125, 0.2) 70%);
	background: linear-gradient(transparent 70%, rgba(239, 133, 125, 0.2) 70%);
}

#campaign-orweek .dateBold,
#campaign-orweek .dateBold span {
	font-size: 20px;
	font-weight: bold;
}

#campaign-orweek .lh1fz {
	line-height: 1;
	font-size: 18px;
	display: inline;
}

#campaign-orweek .colorPink {
	color: #EF857D;
}

#campaign-orweek .banner__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 645px;
	height: 199px;
	text-decoration: none;
	margin: 20px auto 0;
	border: solid 1px #E0E0E0;
	background-color: #fff;
}

#campaign-orweek .h4__banner {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#campaign-orweek .banner {
	margin: 20px auto 40px;
	max-width: 645px;
}

#campaign-orweek .banner__link.banner__link01 {
	background: url(/contents/campaign/images/220101/bg-banner-archives01.jpg) no-repeat left center;
	background-color: #fff;
}

#campaign-orweek .banner__txt {
	padding-right: 20px;
}

#campaign-orweek .banner__shoulder {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.05em;
}

#campaign-orweek .banner__heading {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

#campaign-orweek .h03__border {
	margin: 60px auto 20px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 4px;
	border: solid 1px #231815;
	line-height: 1.2;
	max-width: 75px;
	background-color: #fff;
}

#campaign-orweek .mt0 {
	margin-top: 0;
}

#campaign-orweek .section_content .contentWrap .contentRead .mb0 {
	margin-bottom: 0;
}

#campaign-orweek .section_content .contentRead .contentProduct .contentProductname.borderBottom {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 10px 0;
}

#campaign-orweek .section_content .contentProduct h5.borderBottom {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 10px;
}

#campaign-orweek .section_content .contentProduct__bottom {
	padding-top: 0;
}

#campaign-orweek .section_content .contentProduct p.borderBottom {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 20px;
	margin-bottom: 0 !important;
	font-size: 20px !important;
}

#campaign-orweek .contentList li {
	color: #EF857D;
}

#campaign-orweek .contentList>li {
	font-size: 12px;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}

#campaign-orweek .contentList>li::after {
	content: "■";
	color: #EF857D;
	position: absolute;
	top: 0;
	left: 0;
}

/* @media screen and (max-width: 1426px) {
	#campaign-orweek .section_content .dateWrap {
		display: flex;
		border-top: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		align-items: center;
		justify-content: space-between;
		margin: 10px 0;
		flex-direction: column;
	}
} */

@media screen and (max-width: 768px) {

	/* #campaign-orweek .section_topView .adviceRead h3 {
		max-width: 188px;
		max-width: 335px;
	} */

	#campaign-orweek .section_topView .adviceRead p {
		letter-spacing: -0.03px;
	}

	#campaign-orweek .section_topView h2 {
		max-width: 339px;
		margin-bottom: 20px;
	}

	#campaign-orweek .h4__banner {
		font-size: 18px;
	}

	#campaign-orweek .section_topView {
		background: url(/contents/campaign/images/240220/img_kv.jpg) left -30px top no-repeat;
		background-size: cover;
		height: auto;
		margin: 0 -20px 0;
		padding: 30px 20px 20px;
	}

	#campaign-orweek .section_topView .topViewRead {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		line-height: 2.13;
	}

	#campaign-orweek .section_topView .topViewRead>p {
		font-size: 14px;
	}

	#campaign-orweek .section_topView .adviceFigure figcaption {
		justify-content: center;
		align-items: center;
	}

	#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle--bold {
		font-size: 22px;
	}

	#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle--small {
		font-size: 16px;
	}

	#campaign-orweek .section_content .ProductCellPrice .ProductCellTitleSp {
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
	}

	#campaign-orweek .section_topView .campaignTag .period {
		margin: 0 0 5px 0;
	}

	#campaign-orweek .section_topView .campaignTag {
		max-width: 220px;
		margin: 25px auto 10px;
		padding: 15px 0;
		border-radius: 50px;
	}

	#campaign-orweek .section_topView .adviceRead h4 {
		font-size: 16px;
	}

	#campaign-orweek .section_topView .adviceFigure figure {
		margin: 30px 0 0;
		text-align: center;
	}

	#campaign-orweek .section_topView .adviceFigure figure img {
		text-align: center;
	}

	#campaign-orweek .section_topView .adviceFigure figcaption {
		margin: 14px 0;
		text-align: left;
	}

	#campaign-orweek .section_topView .adviceRead {
		margin: 0 0 0 0;
	}

	#campaign-orweek .section_content .contentTitleTag {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 20px 0 0 0;
	}

	#campaign-orweek .section_content .contentTitleWrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#campaign-orweek .section_content .contentTitleTagInner {
		padding: 8px 28px;
		margin: 5px;
	}

	#campaign-orweek .section_content .contentTitleTagInner .count {
		font-size: 18px;
		padding: 2px 5px 2px 0px;
		margin: 0 5px 0 0px;
		line-height: 1.0;
	}

	#campaign-orweek .section_content .contentTitleTagInner .date span {
		font-size: 25px;
	}

	#campaign-orweek .section_content .contentTitleTagInner .date {
		font-size: 16px;
		line-height: 1.0;
	}

	#campaign-orweek .section_content {
		padding: 20px 14px;
	}

	#campaign-orweek .section_content .contentTitle p {
		font-size: 16px;
	}

	#campaign-orweek .section_counseling h2 {
		text-align: center;
		padding: 0 28px;
	}

	#campaign-orweek .section_counseling h3 {
		display: block;
		margin: 30px auto 0;
		padding-left: 0;
		font-size: 21px;
		line-height: 1.3;
		letter-spacing: 0;
		text-align: center;
		max-width: 285px;
	}

	#campaign-orweek .section_counseling h3 .icon {
		display: inline-block;
		margin-top: 8px;
		margin-left: 30px;
		margin-right: 30px;
		line-height: 1.2;
		font-size: 16px;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:nth-child(2) {
		margin-left: 0;
		margin-bottom: 0;
		width: auto;
		padding-top: 0;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:first-child {
		margin: 0 auto;
		width: 208px;
		/*width: auto; */
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col img {
		max-width: none;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col:last-child {
		margin-top: 15px;
		padding: 0 25px;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__col p {
		margin-top: 15px;
	}

	#campaign-orweek .section_counseling .txt--center .lp-btn {
		margin-top: 30px;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__title {
		margin-top: 15px;
	}

	#campaign-orweek .section_counseling .counselingContainer .counselingContainer__title span {
		font-size: 16px;
	}

	#campaign-orweek .section_content .contentRead h4 {
		text-align: center;
	}

	#campaign-orweek .section_content .contentRead .contentProduct p {
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	#campaign-orweek .section_content .contentRead .contentProduct span {
		font-size: 16px;
	}

	#campaign-orweek .section_content .contentRead .contentProduct .col2-ttl-sb {
		display: inline-block;
		margin-top: 10px;
	}

	#campaign-orweek .section_content .contentRead .tSmall {
		font-size: 14px;
		font-weight: bold;
	}

	#campaign-orweek .section_content .contentProduct {
		text-align: center;
		padding: 15px 0 0;
	}

	#campaign-orweek .contentProduct__orbis-u--01,
	#campaign-orweek .contentProduct__orbis-u--02 {
		max-width: 188px;
	}

	#campaign-orweek .section_content .contentRead .contentProduct .contentBubble span {
		font-size: 16px;
	}

	#campaign-orweek .section_content .contentProduct h5 {
		font-size: 22px;
		text-align: center;
		letter-spacing: -0.3px;
		white-space: nowrap;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell--full .tNotes {
		margin-top: 5px;
	}

	#campaign-orweek .section_content .contentFigure span {
		line-height: 1.5;
	}

	#campaign-orweek .section_content .contentFigure figcaption {
		max-width: 550px;
	}

	#campaign-orweek .section_content .contentFigure figcaption .tNotes {
		margin-bottom: 10px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentFigure--2 img {
		width: 100%;
	}

	#campaign-orweek .section_content .contentContainer.col2 .presentTxt {
		font-size: 16px;
		letter-spacing: 0.04em;
	}

	#campaign-orweek .section_content .contentContainer.col2 .presentTxt .label {
		font-size: 22px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentFigure img {
		max-width: 550px;
	}

	#campaign-orweek .contentFigureWrap .linkAllowWrap {
		text-align: center;
		position: absolute;
		bottom: 0;
	}

	#campaign-orweek .section_content .infoDesc dl dt {
		float: none;
	}

	#campaign-orweek .section_content .infoDesc dl dd {
		margin-left: 0;
		line-height: 1.35;
	}

	#campaign-orweek .section_content .contentContainer .contentWrap--small .contentFigure img {
		width: 100%;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentFigure--row {
		margin: 0;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentWrap .contentProduct h5 {
		letter-spacing: 0;
		padding-bottom: 10px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentWrap .contentProduct h5.tCenter {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#campaign-orweek .col1-txt {
		font-size: 16px;
	}

	#campaign-orweek .ttl-txt {
		font-size: 14px !important;
	}

	#campaign-orweek .section_content .contentRead .col1-txt {
		text-align: center;
	}

	#campaign-orweek .section_content .col1 .contentWrap .contentRead .contentProduct .contentProductTxt {
		font-size: 18px;
		text-align: center;
	}

	#campaign-orweek .section_content .contentRead .contentProduct .big-txt {
		font-size: 21.6px;
		text-align: center;
	}

	#campaign-orweek .section_content .contentWrap {
		flex-direction: column;
		align-items: center;
		padding: 10px 15px 30px;
		border-radius: 5px;
	}

	#campaign-orweek .contentRead .contentReadRow .dateWrap .bigDate {
		top: -0.04em;
		font-size: 25px;
	}

	#campaign-orweek .section_content .dateWrap .tagBraun,
	#campaign-orweek .section_content .dateWrap .tagBlue {
		font-size: 14px;
		padding: 0px 8px;
		margin-top: 5px;
		display: block;
		border-radius: 13px;
	}

	#campaign-orweek .section_content .dateWrap div {
		display: flex;
		justify-content: center;
	}


	#campaign-orweek .section_content .contentContainer.col2 {
		flex-direction: column;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentWrap {
		width: auto;
		margin: 0 0 20px 0;
		padding: 15px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentWrap .txt--left {
		margin-top: 10px;
	}

	#campaign-orweek .section_content .txt--left .tNotes {
		margin-top: 10px;
	}

	#campaign-orweek .section_content .tNotes.tLeft {
		margin-top: 25px;
	}

	#campaign-orweek .section_content .txt--left .linkAllowWrap {
		margin-top: 10px;
	}

	#campaign-orweek .section_content .txt--left .linkAllowWrap .linkAllow__02 {
		margin-top: 5px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .lp-btnWrap {
		margin-top: 15px;
		width: 100%;
	}

	#campaign-orweek .contentFun {
		font-size: 18px;
		margin: 0 0 20px;
	}

	#campaign-orweek .section_content .contentRead__txt {
		margin-top: 10px;
		text-align: center;
	}

	#campaign-orweek .section_content .dateWrap p {
		font-size: 20px;
		margin: 0 0 -7px 0;
	}

	#campaign-orweek .linkAllowWrap {
		text-align: right;
		width: 100%;
	}

	#campaign-orweek .itemTxt+.linkAllowWrap {
		border-bottom: 1px solid #E0E0E0;
	}

	#campaign-orweek .linkAllow {
		text-align: center;
	}

	#campaign-orweek .section_topView .adviceFigure {
		min-width: inherit;
		max-width: 350px;
		margin: 0 auto;
	}

	#campaign-orweek .section_topView .adviceFigure figure img {
		max-width: 280px;
		margin-left: 0;
	}

	#campaign-orweek .section_topView .adviceFigure figure img {
		width: 100%;
	}

	#campaign-orweek .section_topView .adviceFigure figcaption img {
		max-width: 70px;
		margin-left: 10px;
	}

	#campaign-orweek .section_topView .campaignTag .date>span {
		font-size: 42px;
	}

	#campaign-orweek .contentContainer .grayout {
		border-radius: 5px;
		font-size: 16px;
	}

	#campaign-orweek .section_content .bandPink {
		padding: 6px 5px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	#campaign-orweek .section_content .borderYellow {
		padding: 6px 5px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	#campaign-orweek .section_content .contentRead {
		width: 100%;
	}

	#campaign-orweek .section_content .contentRead+.contentRead p {
		margin-top: 25px;
	}

	#campaign-orweek .section_content .contentRead p {
		margin-bottom: 0;
	}

	#campaign-orweek .section_content .contentRead p.dateBold,
	#campaign-orweek .section_content .contentRead p.dateBold span {
		font-size: 16px;
		text-align: center;
	}

	#campaign-orweek .contentList>li {
		font-size: 14px;
	}

	#campaign-orweek .lp-btn {
		margin-top: 10px;
		padding: 12px 10px;
		width: 100%;
		max-width: 320px;
	}

	#campaign-orweek .section_counseling .lp-btnWrap .btn--strong {
		width: auto;
		max-width: 280px;
		line-height: 1.3;
	}

	#campaign-orweek .section_content .contentTitleTagInner .count span {
		font-size: 30px;
	}

	#campaign-orweek .banner {
		max-width: 375px;
	}

	#campaign-orweek .h03__border {
		margin: 30px auto 15px;
	}

	#campaign-orweek .banner__link {
		width: auto;
		max-width: 375px;
		height: 150px;
		line-height: 1.2;
		background-size: auto 100%;
	}

	#campaign-orweek .banner__txt {
		padding-right: 20px;
		padding-left: 169px;
	}

	#campaign-orweek .banner__shoulder {
		margin-bottom: 8px;
		font-size: 10px;
	}

	#campaign-orweek .banner__heading {
		font-size: 14px;
	}

	#campaign-orweek .banner__link.banner__link01 {
		background: url(/contents/campaign/images/220101/bg-banner-archives01.jpg) no-repeat left center;
		background-size: contain;
		background-color: #fff;
	}

	#campaign-orweek .banner__link.banner__link01 .banner__txt,
	#campaign-orweek .banner__link.banner__link02 .banner__txt {
		padding-left: 170px;
	}

	#campaign-orweek .section_content .contentFigure {
		margin-bottom: 10px;
	}

	#campaign-orweek .section_content .contentFigure.mt {
		margin-top: 0;
	}

	#campaign-orweek .section_content .contentFigure .lp-btnWrap {
		margin: 0 0 0 0;
		width: 100%;
	}

	#campaign-orweek .section_content .dateInfo {
		margin-top: 20px;
	}

	#campaign-orweek .itemTxt+.linkAllowWrap {
		padding-bottom: 10px;
	}

	#campaign-orweek .linkAllow__01::after {
		top: 20px;
	}

	#campaign-orweek .contentDefinition>div {
		display: block;
		margin-bottom: 15px;
	}

	#campaign-orweek .contentDefinition dt {
		margin-bottom: 5px;
	}

	#campaign-orweek .contentDetail>div {
		display: block;
	}

	#campaign-orweek .section_counseling .counselingContainer {
		display: block;
		margin-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell {
		width: auto;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .tBold {
		line-height: 1.7;
	}

	#campaign-orweek .tNotes {
		margin-top: 10px;
	}

	#campaign-orweek .section_content .contentReadRow__col:last-child div:first-child p {
		/* padding-top: 10px; */
		/* padding-bottom: 10px; */
		padding-right: 0;
		/* line-height: 1.5; */
	}

	/* #campaign-orweek .section_content .contentContainer.col1 .contentWrap {
		padding-top: 15px;
		padding-bottom: 20px;
	} */
	#campaign-orweek .section_content .contentReadRow__col:first-child {
		width: 100%;
		max-width: 100%;
	}

	#campaign-orweek .section_content .contentReadRow__2col img {
		margin-top: 16px;
		max-width: 160px !important;
	}

	#campaign-orweek .section_content .contentContainer.col1 .Productelement {
		display: block;
	}

	#campaign-orweek .section_content .contentContainer.col1 .Productelement>div {
		max-width: 750px;
	}

	#campaign-orweek .section_content .contentContainer.col1 .Productelement figure {
		margin-left: 0;
		margin: 20px auto 0;
	}

	#campaign-orweek .section_counseling {
		margin: 10px 0 40px;
		padding-top: 0;
	}

	#campaign-orweek .section_counseling h2 img {
		max-width: 270px;
	}

	#campaign-orweek .section_counseling .counselingContainer>div:first-child {
		margin-right: 0;
	}

	#campaign-orweek .section_counseling .counselingContainer>div:last-child {
		padding-top: 0;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentRead+.tBold {
		width: 100%;
		margin: 10px 0;
	}

	#campaign-orweek .section_counseling .counselingProduct {
		flex-wrap: wrap;
		justify-content: center;
	}

	#campaign-orweek .section_counseling .counselingProduct p {
		white-space: nowrap;
	}

	#campaign-orweek .section_content .contentProduct p.borderBottom {
		font-size: 16px !important;
	}

	#campaign-orweek .section_counseling .counselingProduct a {
		width: 100%;
		display: block;
	}

	#campaign-orweek .section_counseling .counselingProduct a:first-child,
	#campaign-orweek .section_counseling .counselingProduct a:nth-child(2) {
		width: 50%;
		margin: 0 0 10px;
	}


	#campaign-orweek .section_counseling .counselingProduct img {
		max-width: 88px;
	}

	#campaign-orweek .section_counseling .counselingContainer>div {
		max-width: 750px;
		margin-top: 20px;
	}

	#campaign-orweek .section_counseling h4 {
		font-size: 16px;
		justify-content: center;
		display: block;
		text-align: center;
		line-height: 1.75;
	}

	#campaign-orweek .section_counseling h4 span {
		line-height: 1.3;
		white-space: nowrap;
	}

	#campaign-orweek .section_counseling h4 span:first-child {
		margin-top: 0;
	}

	#campaign-orweek .section_counseling .counselingProduct {
		margin: 0px 10px;
		min-width: 110px;
	}

	#campaign-orweek .section_content .contentRead h5 {
		margin-top: 15px;
		font-size: 22px;
		text-align: center;
	}

	#campaign-orweek .section_content .contentRead h5 span {
		font-size: 16px;
	}

	#campaign-orweek .section_content .col1 .contentRead .contentReadRow .contentReadRow__col .contentCampaign h5 .colorPink {
		font-size: 34px;
	}

	#campaign-orweek .section_content .contentRead h5+p {
		font-size: 14px;
		/* font-weight: bold; */
		/* border-bottom: 1px solid #E0E0E0; */
	}

	#campaign-orweek .section_content .contentRead .tNotes {
		margin-top: 5px;
		font-size: 10px;
		text-align: left;
	}

	#campaign-orweek .section_content .dateWrap .ProductCell__note {
		margin-top: 8px;
		font-size: 14px;
		text-align: center;
	}

	#campaign-orweek .col1 .contentWrap .contentRead h5 .font-small {
		position: static;
	}

	/* #campaign-orweek .section_content .col2 .contentWrap .contentRead .colorPink {
		font-size: 22px;
	} */

	#campaign-orweek .section_content .col2 .contentWrap .contentRead .font-large {
		margin-top: 5px;
		margin-bottom: 0;
		font-size: 22px;
	}

	#campaign-orweek .section_content .col2 .contentWrap:first-child .contentRead .colorPink {
		margin-top: 5px;
	}

	#campaign-orweek .section_content .col2 .contentWrap:first-child .contentRead .font-small {
		top: -5px;
	}

	#campaign-orweek .section_content .contentRead .contentCampaign__txt {
		margin-top: 15px;
	}

	#campaign-orweek .section_content .contentRead__txt span {
		font-size: 22px;
		line-height: 1.25;
	}

	#campaign-orweek .section_content .contentRead__txt {
		line-height: 1.5;
		padding-bottom: 10px;
	}

	#campaign-orweek .section_counseling .img_counseling_career {
		align-items: flex-start;
		margin-top: 30px;
	}

	#campaign-orweek .section_counseling .img_counseling_career img {
		width: 75px;
	}

	#campaign-orweek .section_content .contentProduct .contentProduct_titlewrap {
		display: block;
	}

	#campaign-orweek .section_content .contentContainer.col1 .Productelement .ProductCellRead {
		text-align: center;
	}

	#campaign-orweek .section_content .contentContainer.col1 .Productelement .ProductCellTitle {
		text-align: center;
	}

	/* 	
	#campaign-orweek .section_content .itemRow {
    flex-direction: column-reverse;
    flex-wrap: wrap;
	}
	
	#campaign-orweek .section_content .itemRow .itemCol:first-child {
  	width: 100%;
	}
	
	#campaign-orweek .section_content .itemRow .itemCol:last-child {
  	width: 100%;
  	padding-left: 0;
  	text-align: center;
	}
	
	#campaign-orweek .section_content .itemRow .itemCol:last-child img {
  	width: 275px;
  	max-width: none;
	}

	#campaign-orweek .section_content .itemRow .itemCol .itemList {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  }

	#campaign-orweek .section_content .itemRow .itemCol .itemList li:first-child {
  	width: 100%;
  }
	
	#campaign-orweek .section_content .itemRow .itemCol .itemList li:nth-child(2),
	#campaign-orweek .section_content .itemRow .itemCol .itemList li:last-child {
  	width: 48%;
	}
	
	#campaign-orweek .section_content .itemRow .itemCol .itemList li:nth-child(2) span {
	}
	
	#campaign-orweek .section_content .itemRow .itemCol .itemList li:nth-child(2) .itemList__red {
  	margin-top: 0;
	}
	
	#campaign-orweek .section_content .itemRow .itemCol .itemList li .itemList__jelly {
    margin-top: 9px;
    display: inline-block;
    line-height: 2;
	} */

	#campaign-orweek .section_content .skinTitle {
		font-size: 20px;
		line-height: 1.5;
	}

	#campaign-orweek .section_content .skinTitle .quasiDrug {
		border: 1px solid #231815;
		font-size: 14px;
	}

	#campaign-orweek .section_content .skinTitle__s {
		font-size: 14px;
	}

	#campaign-orweek .contentDefinition {
		margin-top: 20px;
		padding-top: 20px;
	}

	#campaign-orweek .contentDefinition dd {
		text-align: left;
	}

	#campaign-orweek .contentDefinition dd .tNotes {
		margin-top: 0;
	}

	/* #campaign-orweek .contentDetail {
		margin-top: 20px;
		padding-top: 20px;
	} */

	#campaign-orweek .contentDetail div+div {
		margin-top: 5px;
	}

	#campaign-orweek .contentDetail dd {
		text-align: left;
	}

	#campaign-orweek .contentDetail dd .tNotes {
		margin-top: 0;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellPeriod {
		margin-bottom: 5px;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductCellSpec dd span {
		top: -5px;
		position: relative;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue {
		font-size: 12px;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue span {
		font-size: 16px;
	}

	#campaign-orweek .section_content .contentContainer.col1 .ProductWrap .ProductCell .ProductCellValue {
		max-width: 216px;
		margin: 10px auto;
	}

	#campaign-orweek .section_content .contentReadRow__col .contentReadYellow {
		margin-top: 0;
		padding: 10px 0;
		font-size: 14px;
	}

	#campaign-orweek .section_content .contentReadRow__col .sp-left {
		text-align: left;
	}

	#campaign-orweek .section_content .contentReadBig {
		display: block;
		padding: 14px 0;
		margin: 0 30px;
	}

	#campaign-orweek .section_content .contentReadBig p {
		display: block;
		text-align: center;
		font-size: 14px;
		margin-right: 0;
		padding: 10px;
		line-height: 1.5;
	}

	#campaign-orweek .section_content .infoNum::before {
		left: 12%;
	}

	#campaign-orweek .section_content .infoNum::after {
		right: 12%;
	}

	#campaign-orweek .section_content .infoNum::before,
	#campaign-orweek .section_content .infoNum::after {
		width: 25%;
	}

	#campaign-orweek .section_content .ProductCellPrice {
		font-size: 16px;
		text-align: center !important;
	}

	#campaign-orweek .section_content .ProductCellPrice .ProductCellTitle__line::after {
		bottom: 2px;
		transform: translateX(-50%);
	}


	#campaign-orweek .section_content .contentReadRow__col:last-child {
		padding-left: 0;
		display: block;
		min-width: auto;
		text-align: center;
		margin: 20px auto 0;
		width: 100%;
	}

	#campaign-orweek .section_content .contentWrap:first-child .txt--left {
		margin-top: 15px;
	}

	#campaign-orweek .section_content .contentReadRow {
		display: block;
	}

	#campaign-orweek .section_content .contentReadRow .ProductCell__img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#campaign-orweek .alert {
		text-align: center;
	}

	#campaign-orweek .contentContainer.col2 .contentList {
		font-size: 14px;
	}

	#campaign-orweek .contentReadRow__col .contentReadRow__link {
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 10px;
		align-items: flex-end;
	}

	#campaign-orweek .section_content .contentReadRow__link {
		margin-top: 0;
	}

	#campaign-orweek .section_content .contentCampaign {
		padding-top: 0;
	}

	#campaign-orweek .section_content .contentReadRow__link a:nth-child(1) {
		width: calc(50% - 10px);
	}
	
	#campaign-orweek .section_content .contentReadRow__link a:nth-child(2) {
		width: calc(50% - 10px);
	}

	#campaign-orweek .section_content .contentReadRow__link a:nth-child(3) {
		width: 100%;
	}

	#campaign-orweek .section_content .contentReadRow__link a {
		/*	max-width: calc(50% - 20px);*/
		max-width: none;
		margin: 6px 10px 0;
	}

	#campaign-orweek .section_content .contentReadRow__col .contentReadRow__link-item--02 {
		margin-top: 107px;
	}

	#campaign-orweek .contentFigureWrap {
		width: 100%;
	}

	#campaign-orweek .contentFigureWrap__col {
		/* width: 50%; */
		position: relative;
	}

}

#campaign-orweek .sectionSale {
	margin: 0 auto 90px;
	width: 83.2%;
}

#campaign-orweek .sectionSale .h04 {
	margin-bottom: 5px;
	margin: 15px 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.04em;
}

#campaign-orweek .sectionSale__figure {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#campaign-orweek .sectionSale {
		margin-bottom: 45px;
		width: 335px;
	}

	#campaign-orweek .sectionSale .h04 {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#campaign-orweek .sectionSale__figure {
		text-align: center;
		margin: auto;
	}

	#campaign-orweek .section_content .contentWrap .contentRead .mb0 {
		margin-bottom: 10px;
	}

	#campaign-orweek .contentDefinitionLink {
		margin-top: 10px;
	}

	#campaign-orweek .section_content .contentRead h5 img {
		margin: 0 auto 7px;
	}

	#campaign-orweek .section_content .col2 .contentRead h5 img {
		margin-bottom: 18px;
	}

	#campaign-orweek .section_content .col1 .contentRead .contentReadRow .contentReadRow__col .contentCampaign h5 .colorPink {
		font-size: 20px;
		margin-left: 0;
		margin-top: 2px;
		display: inline-block;
	}

	#campaign-orweek .section_content .contentRead h5 .font-marg {
		margin-top: 20px;
		display: inline-block;
		line-height: 1.5;
	}

	#campaign-orweek .section_content .contentRead h5 .font-small {
		font-size: 14px;
	}

	#campaign-orweek .section_content .contentRead .tBold {
		line-height: 1.45;
	}

	#campaign-orweek .section_content .contentRead .tBold span {
		position: relative;
		top: -2px;
	}

	#campaign-orweek .section_content .dateWrap {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#campaign-orweek .section_content .contentContainer.col2 .contentFigure+.contentRead {
		margin-top: 0
	}

	#campaign-orweek .section_content .contentContainer.col2 .fadeWrapper {
		margin-top: 0;
	}
}

@media screen and (min-width:768px) and (max-width:1300px) {
	#campaign-orweek .section_content .col1 .contentWrap .contentRead .contentProduct .contentProductTxt {
		font-size: 24px;
		display: block;
	}

	#campaign-orweek .section_counseling .counselingProductWrap {
		display: block;
	}

	#campaign-orweek .section_counseling .counselingProduct {
		margin-bottom: 10px;
	}

	#campaign-orweek .section_counseling h3 .icon {
		display: inline-block;
		margin-left: 16px;
	}
}

@media screen and (min-width:608px) and (max-width:768px) {
	#campaign-orweek .section_content .contentReadRow__col:first-child {
		max-width: none;
	}

	#campaign-orweek .section_content .contentReadRow .ProductCell__img img {
		display: block;
		margin: 0 auto;
		max-width: 240px;
	}
}

.detailRemarks {
  width: 600px;
  text-align: left;
  margin: 20px auto 0;
}

.detailRemarks .remarks {
  margin-top: 1em;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .detailRemarks {
    width: 320px;
  }
}




#campaign-orweek .section_content .contentContainer.kitty .contentWrap .lp-btnWrap::before {
	content: '';
	display: block;
	width: 62px;
	height: 38px;
	background: url(/contents/campaign/images/240420/img_programFigure01-04.png) no-repeat center / contain;
	position: absolute;
	right: 20px;
    bottom: 0;
}

#campaign-orweek .kitty .lp-btn {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	border-collapse: separate;
	background: #FFAFC3;
	border: none;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px;
	-webkit-transition: border .4s ease;
	transition: border .4s ease;
	white-space: nowrap;
}

#campaign-orweek .kitty .lp-btn .lp-btn__text:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#campaign-orweek .section_content .kitty .contentWrap {
	padding-top: 26px;
	padding-bottom: 26px;
}

#campaign-orweek .section_content .kitty .contentRead h4 {
	color: #050505;
}


#campaign-orweek .section_content .kitty .contentWrap::before {
    content: "";
    width: 100%;
    height: 15px;
    background: url(/contents/campaign/images/240420/img_program_bg.png) top center / cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
	transform: rotate(180deg);
}

#campaign-orweek .section_content .kitty .contentWrap::after {
    content: "";
    width: 100%;
    height: 15px;
    background: url(/contents/campaign/images/240420/img_program_bg.png) top center / cover;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
}

#campaign-orweek .section_content .kitty .dateWrap::after {
	content: '';
	display: block;
	width: 96px;
	height: 84px;
	background: url(/contents/campaign/images/240420/img_programFigure01-06.png) no-repeat center / contain;
	position: absolute;
	right: 2%;
	bottom: 0;

}

#campaign-orweek .section_content .kitty .ProductWrap .kitty__img01 {
	width: 165px;
	margin: 15px auto;
}

#campaign-orweek .section_content .kitty .ProductWrap .kitty__img02 {
	width: 210px;
	margin: 20px auto 0;
}

#campaign-orweek .section_content .kitty .contentReadRow__col.kitty::after {
	content: '';
	display: block;
	width: 245px;
	height: 134px;
	background: url(/contents/campaign/images/240420/img_programFigure01-05.png) no-repeat center / contain;
	position: absolute;
    left: 23px;
    bottom: 5px;
	z-index: 1;
}

#campaign-orweek .section_content .kitty .ProductCellPrice .ProductCellTitle {
	color: #DC0017;
	font-weight: bold;
	position: relative;
}

#campaign-orweek .section_content .kitty .ProductCellPrice .ProductCellTitle::before {
	content: '';
	display: block;
	width: 190px;
	height: 158px;
	background: url(/contents/campaign/images/240420/img_programFigure01-02.png) no-repeat center / contain;
	position: absolute;
    left: -65%;
    bottom: -51%;
}

#campaign-orweek .section_content .kitty .ProductCellPrice .ProductCellTitle::after {
	content: '';
	display: block;
	width: 50px;
	height: 47px;
	background: url(/contents/campaign/images/240420/img_programFigure01-03.png) no-repeat center / contain;
	position: absolute;
	top: -13%;
    right: -29%;
}

#campaign-orweek .section_content .kitty .kitty__copy {
	margin-top: 30px;
	text-align: center;
}

#campaign-orweek .section_content .kitty .kitty__copy small {
	font-size: 10px;
}

#campaign-orweek .section_content .kitty .contentReadRow {
	margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
	#campaign-orweek .section_content .kitty .dateWrap::after {
		right: -2.5%;
	}

	#campaign-orweek .section_content .contentContainer.kitty .contentWrap .lp-btnWrap::before {
		bottom: -60px;
	}

	#campaign-orweek .section_content .kitty .contentReadRow__col.kitty::after {
		left: 10px;
	}
}

@media screen and (max-width: 768px) {
	#campaign-orweek .section_content .kitty .dateWrap::after {
		display: none;
	}
	
	#campaign-orweek .section_content .kitty .ProductCellPrice .ProductCellTitle::before {
		display: none;
	}

	#campaign-orweek .section_content .kitty .ProductCellPrice .ProductCellTitle::after {
		top: 50%;
		right: -20%;
	}

	#campaign-orweek .section_content .kitty .kitty__copy {
		margin-top: 15px;
	}

	#campaign-orweek .section_content .kitty .contentWrap {
		padding-top: 26px;
	}

	#campaign-orweek .section_content .kitty .contentWrap::before,
	#campaign-orweek .section_content .kitty .contentWrap::after {
		border-radius: 0 0 4px 4px;
	}
	#campaign-orweek .section_content .contentContainer.kitty .contentWrap .lp-btnWrap::before,
	#campaign-orweek .section_content .kitty .contentReadRow__col.kitty::after {
		display: none;
	}

	#campaign-orweek .section_content .kitty .contentReadRow {
		margin-bottom: 0;
	}
}

/* start / SWIM add */


@charset "utf-8";
:root {
	--colorText :#000;
	--colorGold :#b4975f;
	--colorSummerBg :#FAFEE7;
	--colorSummerAccentBg :#76c8f9;
	--colorSummerAccentText :#41ADEE;
	--colorAutumnBg :#FAF4E4;
	--colorAutumnAccentBg :#edba99;
	--colorAutumnAccentText :#D88854;
	--gutterGrid:15px;
	--gutterGridMinus:-15px;
	--cubic:cubic-bezier(.19,1,.22,1);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap');
.oec-contentArea {width:unset !important; padding:0 !importan; }
.io {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 0;
	filter: blur(6px);
	-webkit-transition: 1s;
	transition: 1s;
}
.io.on {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
	filter: blur(0);
}
.grid{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:var(--gutterGridMinus);margin-bottom:var(--gutterGridMinus)}
.grid.grid--reverse{flex-direction:row-reverse}
.grid__item{padding-left:var(--gutterGrid);padding-bottom:var(--gutterGrid);width:100%;min-height:1px}
.grid__item.h100{height:100%}
.grid--no-gutters{margin-left:0;margin-bottom:0}
.grid--no-gutters>.grid__item{padding-left:0;padding-bottom:0}
/*.grid--one-gutters{margin-left:-1px;margin-bottom:-1px;}
.grid--one-gutters>.grid__item{padding-left:1px;padding-bottom:1px}*/
.grid--large-gutters{margin-left:-24px}
.grid--large-gutters>.grid__item{padding-left:24px}
@media screen and (min-width: 769px) {
	.grid--one-gutters{margin-left:-1px;margin-bottom:-1px;}
	.grid--one-gutters>.grid__item{padding-left:1px;padding-bottom:1px}
}
@media only screen and (min-width:1024px){
	.grid--large-gutters{margin-left:-48px}
	.grid--large-gutters>.grid__item{padding-left:48px}
	.grid__item--sticky{ position: sticky; top:80px; }
}
.grid--align-bottom{align-items:flex-end}
.grid--align-center{align-items:center}
.grid--align-top{align-items:flex-start}
.grid--justify-center{justify-content:center}
@media only screen and (max-width:767px){
	.grid-overflow-wrapper{margin:0;padding: 0;overflow:auto;-webkit-overflow-scrolling:touch}
	.grid-overflow-wrapper .grid{white-space:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0;}
	.grid-overflow-wrapper .grid__item{width:180px;-ms-flex:0 0 180px;flex:0 0 180px;white-space:normal;padding-bottom:0;}
	.grid-overflow-wrapper .grid .grid .grid__item:first-child{margin-left:0}
	.grid-overflow-wrapper::-webkit-scrollbar{width:1px;height:1px}
	.grid-overflow-arrow {
		position:relative;
		margin:0 -20px;
	}
	.grid-overflow-arrow:after {
		content:"";
		position:absolute;
		right:10px;
		top:50%;
		width:9px;
		height:18px;
		background:url(/contents/campaign/images/240920/btn_arrow-right-b.svg);
		background-size:cover;
		transform:translateY(-50%);
		pointer-events:none;
	}
}
.one-whole{width:100%}
.one-half{width:50%}
.one-third{width:33.33333%}
.two-thirds{width:66.66667%}
.one-quarter{width:25%}
.two-quarters{width:50%}
.three-quarters{width:75%}
.one-fifth{width:20%}
.two-fifths{width:40%}
.three-fifths{width:60%}
.four-fifths{width:80%}
.one-sixth{width:16.66667%}
.two-sixths{width:33.33333%}
.three-sixths{width:50%}
.four-sixths{width:66.66667%}
.five-sixths{width:83.33333%}
.one-eighth{width:12.5%}
.two-eighths{width:25%}
.three-eighths{width:37.5%}
.four-eighths{width:50%}
.five-eighths{width:62.5%}
.six-eighths{width:75%}
.seven-eighths{width:87.5%}
.one-tenth{width:10%}
.two-tenths{width:20%}
.three-tenths{width:30%}
.four-tenths{width:40%}
.five-tenths{width:50%}
.six-tenths{width:60%}
.seven-tenths{width:70%}
.eight-tenths{width:80%}
.nine-tenths{width:90%}
.one-twelfth{width:8.33333%}
.two-twelfths{width:16.66667%}
.three-twelfths{width:25%}
.four-twelfths{width:33.33333%}
.five-twelfths{width:41.66667%}
.six-twelfths{width:50%}
.seven-twelfths{width:58.33333%}
.eight-twelfths{width:66.66667%}
.nine-twelfths{width:75%}
.ten-twelfths{width:83.33333%}
.eleven-twelfths{width:91.66667%}
.show{display:block!important}
.hide{display:none!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media only screen and (max-width:767px){
	.small--one-whole{width:100%}
	.small--one-half{width:50%}
	.small--one-third{width:33.33333%}
	.small--two-thirds{width:66.66667%}
	.small--one-quarter{width:25%}
	.small--two-quarters{width:50%}
	.small--three-quarters{width:75%}
	.small--one-fifth{width:20%}
	.small--two-fifths{width:40%}
	.small--three-fifths{width:60%}
	.small--four-fifths{width:80%}
	.small--one-sixth{width:16.66667%}
	.small--two-sixths{width:33.33333%}
	.small--three-sixths{width:50%}
	.small--four-sixths{width:66.66667%}
	.small--five-sixths{width:83.33333%}
	.small--one-eighth{width:12.5%}
	.small--two-eighths{width:25%}
	.small--three-eighths{width:37.5%}
	.small--four-eighths{width:50%}
	.small--five-eighths{width:62.5%}
	.small--six-eighths{width:75%}
	.small--seven-eighths{width:87.5%}
	.small--one-tenth{width:10%}
	.small--two-tenths{width:20%}
	.small--three-tenths{width:30%}
	.small--four-tenths{width:40%}
	.small--five-tenths{width:50%}
	.small--six-tenths{width:60%}
	.small--seven-tenths{width:70%}
	.small--eight-tenths{width:80%}
	.small--nine-tenths{width:90%}
	.small--one-twelfth{width:8.33333%}
	.small--two-twelfths{width:16.66667%}
	.small--three-twelfths{width:25%}
	.small--four-twelfths{width:33.33333%}
	.small--five-twelfths{width:41.66667%}
	.small--six-twelfths{width:50%}
	.small--seven-twelfths{width:58.33333%}
	.small--eight-twelfths{width:66.66667%}
	.small--nine-twelfths{width:75%}
	.small--ten-twelfths{width:83.33333%}
	.small--eleven-twelfths{width:91.66667%}
}
@media only screen and (min-width:768px){
	.medium-up--one-whole{width:100%}
	.medium-up--one-half{width:50%}
	.medium-up--one-third{width:33.33333%}
	.medium-up--two-thirds{width:66.66667%}
	.medium-up--one-quarter{width:25%}
	.medium-up--two-quarters{width:50%}
	.medium-up--three-quarters{width:75%}
	.medium-up--one-fifth{width:20%}
	.medium-up--two-fifths{width:40%}
	.medium-up--three-fifths{width:60%}
	.medium-up--four-fifths{width:80%}
	.medium-up--one-sixth{width:16.66667%}
	.medium-up--two-sixths{width:33.33333%}
	.medium-up--three-sixths{width:50%}
	.medium-up--four-sixths{width:66.66667%}
	.medium-up--five-sixths{width:83.33333%}
	.medium-up--one-eighth{width:12.5%}
	.medium-up--two-eighths{width:25%}
	.medium-up--three-eighths{width:37.5%}
	.medium-up--four-eighths{width:50%}
	.medium-up--five-eighths{width:62.5%}
	.medium-up--six-eighths{width:75%}
	.medium-up--seven-eighths{width:87.5%}
	.medium-up--one-tenth{width:10%}
	.medium-up--two-tenths{width:20%}
	.medium-up--three-tenths{width:30%}
	.medium-up--four-tenths{width:40%}
	.medium-up--five-tenths{width:50%}
	.medium-up--six-tenths{width:60%}
	.medium-up--seven-tenths{width:70%}
	.medium-up--eight-tenths{width:80%}
	.medium-up--nine-tenths{width:90%}
	.medium-up--one-twelfth{width:8.33333%}
	.medium-up--two-twelfths{width:16.66667%}
	.medium-up--three-twelfths{width:25%}
	.medium-up--four-twelfths{width:33.33333%}
	.medium-up--five-twelfths{width:41.66667%}
	.medium-up--six-twelfths{width:50%}
	.medium-up--seven-twelfths{width:58.33333%}
	.medium-up--eight-twelfths{width:66.66667%}
	.medium-up--nine-twelfths{width:75%}
	.medium-up--ten-twelfths{width:83.33333%}
	.medium-up--eleven-twelfths{width:91.66667%}
}
@media only screen and (min-width:1024px){
	.large-up--one-whole{width:100%}
	.large-up--one-half{width:50%}
	.large-up--one-third{width:33.33333%}
	.large-up--two-thirds{width:66.66667%}
	.large-up--one-quarter{width:25%}
	.large-up--two-quarters{width:50%}
	.large-up--three-quarters{width:75%}
	.large-up--one-fifth{width:20%}
	.large-up--two-fifths{width:40%}
	.large-up--three-fifths{width:60%}
	.large-up--four-fifths{width:80%}
	.large-up--one-sixth{width:16.66667%}
	.large-up--two-sixths{width:33.33333%}
	.large-up--three-sixths{width:50%}
	.large-up--four-sixths{width:66.66667%}
	.large-up--five-sixths{width:83.33333%}
	.large-up--one-eighth{width:12.5%}
	.large-up--two-eighths{width:25%}
	.large-up--three-eighths{width:37.5%}
	.large-up--four-eighths{width:50%}
	.large-up--five-eighths{width:62.5%}
	.large-up--six-eighths{width:75%}
	.large-up--seven-eighths{width:87.5%}
	.large-up--one-tenth{width:10%}
	.large-up--two-tenths{width:20%}
	.large-up--three-tenths{width:30%}
	.large-up--four-tenths{width:40%}
	.large-up--five-tenths{width:50%}
	.large-up--six-tenths{width:60%}
	.large-up--seven-tenths{width:70%}
	.large-up--eight-tenths{width:80%}
	.large-up--nine-tenths{width:90%}
	.large-up--one-twelfth{width:8.33333%}
	.large-up--two-twelfths{width:16.66667%}
	.large-up--three-twelfths{width:25%}
	.large-up--four-twelfths{width:33.33333%}
	.large-up--five-twelfths{width:41.66667%}
	.large-up--six-twelfths{width:50%}
	.large-up--seven-twelfths{width:58.33333%}
	.large-up--eight-twelfths{width:66.66667%}
	.large-up--nine-twelfths{width:75%}
	.large-up--ten-twelfths{width:83.33333%}
	.large-up--eleven-twelfths{width:91.66667%}
}
@media only screen and (min-width:1200px){
	.widescreen--one-whole{width:100%}
	.widescreen--one-half{width:50%}
	.widescreen--one-third{width:33.33333%}
	.widescreen--two-thirds{width:66.66667%}
	.widescreen--one-quarter{width:25%}
	.widescreen--two-quarters{width:50%}
	.widescreen--three-quarters{width:75%}
	.widescreen--one-fifth{width:20%}
	.widescreen--two-fifths{width:40%}
	.widescreen--three-fifths{width:60%}
	.widescreen--four-fifths{width:80%}
	.widescreen--one-sixth{width:16.66667%}
	.widescreen--two-sixths{width:33.33333%}
	.widescreen--three-sixths{width:50%}
	.widescreen--four-sixths{width:66.66667%}
	.widescreen--five-sixths{width:83.33333%}
	.widescreen--one-eighth{width:12.5%}
	.widescreen--two-eighths{width:25%}
	.widescreen--three-eighths{width:37.5%}
	.widescreen--four-eighths{width:50%}
	.widescreen--five-eighths{width:62.5%}
	.widescreen--six-eighths{width:75%}
	.widescreen--seven-eighths{width:87.5%}
	.widescreen--one-tenth{width:10%}
	.widescreen--two-tenths{width:20%}
	.widescreen--three-tenths{width:30%}
	.widescreen--four-tenths{width:40%}
	.widescreen--five-tenths{width:50%}
	.widescreen--six-tenths{width:60%}
	.widescreen--seven-tenths{width:70%}
	.widescreen--eight-tenths{width:80%}
	.widescreen--nine-tenths{width:90%}
	.widescreen--one-twelfth{width:8.33333%}
	.widescreen--two-twelfths{width:16.66667%}
	.widescreen--three-twelfths{width:25%}
	.widescreen--four-twelfths{width:33.33333%}
	.widescreen--five-twelfths{width:41.66667%}
	.widescreen--six-twelfths{width:50%}
	.widescreen--seven-twelfths{width:58.33333%}
	.widescreen--eight-twelfths{width:66.66667%}
	.widescreen--nine-twelfths{width:75%}
	.widescreen--ten-twelfths{width:83.33333%}
	.widescreen--eleven-twelfths{width:91.66667%}
}
@media only screen and (max-width:767px){
	.small--show{display:block!important}
	.small--hide{display:none!important}
	.small--text-left{text-align:left!important}
	.small--text-right{text-align:right!important}
	.small--text-center{text-align:center!important}
}
@media only screen and (min-width:768px){
	.medium-up--show{display:block!important}
	.medium-up--hide{display:none!important}
	.medium-up--text-left{text-align:left!important}
	.medium-up--text-right{text-align:right!important}
	.medium-up--text-center{text-align:center!important}
}
@media only screen and (max-width:1023px){
	.medium-down--show{display:block!important}
	.medium-down--hide{display:none!important}
	.medium-down--text-left{text-align:left!important}
	.medium-down--text-right{text-align:right!important}
	.medium-down--text-center{text-align:center!important}
}
@media only screen and (min-width:1024px){
	.large-up--show{display:block!important}
	.large-up--hide{display:none!important}
	.large-up--text-left{text-align:left!important}
	.large-up--text-right{text-align:right!important}
	.large-up--text-center{text-align:center!important}
}
@media only screen and (min-width:1200px){
	.widescreen--show{display:block!important}
	.widescreen--hide{display:none!important}
	.widescreen--text-left{text-align:left!important}
	.widescreen--text-right{text-align:right!important}
	.widescreen--text-center{text-align:center!important}
}
.media {
	height: 0;
	line-height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.media--square {
	padding-bottom: 100%;
}
.media--circle {
	padding-bottom: 100%;
	border-radius:100%;
}
.media--banner {
	padding-bottom: 33.3333%;
}
.media--rect {
	padding-bottom: 66.6666%;
}
.media--portrait {
	padding-bottom: 133.3333%;
}
.media--mov {
	padding-bottom: 56.25%;
}
.media--mov.media--movport {
	padding-bottom: 150%;
}
.media img {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: contain;';
}
.io .media:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--colorBg);
	transform-origin: 0 0;
}
.io.on .media:after {
	transition: transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1), background 2s cubic-bezier(0.19, 1, 0.22, 1);
	transform: scaleY(0);
}

.orbisweek-page * {-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.orbisweek-page .container { position:relative; max-width:1180px; }


.ff-en {
	font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

.orbisweek-page--summer {
	--colorBg :var(--colorSummerBg);
	--colorAccentBg :var(--colorSummerAccentBg);
	--colorAccentText :var(--colorSummerAccentText);
}

.orbisweek-page--autumn {
	--colorBg :var(--colorAutumnBg);
	--colorAccentBg :var(--colorAutumnAccentBg);
	--colorAccentText :var(--colorAutumnAccentText);
}

.orbisweek-page {
	position:relative;
	background-color:var(--colorBg);
}
.orbisweek-header {
	position: relative;
	background-image:url(/contents/campaign/images/240920/week_kv.png);
	background-repeat:no-repeat;
	background-position:center 42%;
	background-size:100% auto;
}
@media screen and (max-width: 1280px) {
	.orbisweek-header {
		background-size:1280px auto;
	}
}
@media screen and (max-width: 768px) {
	.orbisweek-header {
		background-size:800px auto;
	}
}
@media screen and (max-width: 480px) {
	.orbisweek-header {
		background-size:680px auto;
		background-position:center 50%;
	}
}

.orbisweek-header:after {
	content:"";
	position: absolute;
	left:0;
	bottom:-50px;
	width:100%;
	height:100px;
	border-radius: 100%;
	background:var(--colorBg);

}

.orbisweek-page__bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	pointer-events:none;
}
.orbisweek-page__bg div {
	position:absolute;
	width:50vw;
	height:40vw;
	background:url(/contents/campaign/images/240920/orbweekbackground.png);
	background-size:cover;
}
.orbisweek-page__bg .bg-1 {
	top:10%;
	right:-10vw;
	transform:rotate(5deg);
}
.orbisweek-page__bg .bg-2 {
	top:28%;
	left:-10vw;
	transform:rotate(35deg);
}
.orbisweek-page__bg .bg-3 {
	top:55%;
	right:-10vw;
	transform:rotate(45deg);
}
.orbisweek-page__bg .bg-4 {
	top:78%;
	left:-10vw;
	transform:rotate(70deg);
}
@media screen and (max-width: 768px) {
	.orbisweek-page__bg div {
		width:70vw;
		height:70vw;
	}
	.orbisweek-page__bg .bg-1 {
		right:-20vw;
	}
	.orbisweek-page__bg .bg-2 {
		left:-20vw;
	}
	.orbisweek-page__bg .bg-3 {
		top:60%;
		right:-20vw;
	}
	.orbisweek-page__bg .bg-4 {
		left:-20vw;
	}
}

.orbisweek-header__inner {
	position:relative;
	padding:90px 0 110px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.orbisweek-header__inner {
		padding:60px 15px 70px;
	}
}
.orbisweek-header .logo {
	display:block;
	margin:0 auto;
}
.orbisweek-header .logo img {
	display:block;
	width:80%;
	max-width: 600px;
	margin:0 auto;
}
.orbisweek-header .logo h1 {
	letter-spacing:0.1em;
	margin-top:30px;
	padding:15px 0;
	border-top:1px solid var(--colorAccentBg);
	border-bottom:1px solid var(--colorAccentBg);
	color:var(--colorText);
	text-shadow:1px 1px 0 #fff;
	font-size:16px;
}
.orbisweek-header .logo h1 strong {
	color:var(--colorAccentText);
}
.orbisweek-header .vollabel {
	position:absolute;
	left:0;
	top:20px;
	background:var(--colorAccentText);
	color:#fff;
	width:140px;
	height:140px;
	border-radius: 100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	line-height: 1;
}
.vollabel__vol {
	font-size:16px;
	letter-spacing:.1em;
}
.vollabel__vol strong {
	font-size:24px;
	font-weight:500;
}
.vollabel__month {
	border-top:1px solid #fff;
	margin-top:10px;
	padding:12px 0 8px;
	font-size:14px;
	letter-spacing:.1em;
}


@media screen and (max-width: 768px) {
	.orbisweek-header {
		margin:0 -20px;
		padding-bottom:20px;
	}
	.orbisweek-header .vollabel {
		left:0;
		top:0;
		width:80px;
		height:80px;
		transform:scale(0.8);
	}
	.vollabel__vol {
		font-size:12px;
	}
	.vollabel__vol strong {
		font-size:20px;
	}
	.vollabel__month {
		font-size:12px;
		letter-spacing:0;
	}
	.orbisweek-header .logo {
		width:100%;
	}
	.orbisweek-header .logo img {
		max-width:200px;
	}
	.orbisweek-header .logo h1 {
		margin-top:20px;
		padding:10px 0;
		font-size:12px;
		letter-spacing:.02em;
	}
}

.orbisweek-foot {
	position:relative;
	padding:0 0 80px;
	text-align:center;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.orbisweek-foot p {
	letter-spacing:0.1em;
	color:var(--colorAccentText);
	font-size:18px;
	font-weight:700;
}
@media screen and (max-width: 768px) {
	.orbisweek-foot p {
		font-size:14px;
	}
}

.orbisweek-comment {
	position:relative;
	max-width:760px;
	margin:60px auto ;
	display:flex;
}
.orbisweek-comment__image {
	width:80px;
	display:block;
}
.orbisweek-comment__image .txt {
	font-size:13px;
	text-align:center;
	margin:10px 0 0;
}
.orbisweek-comment__text {
	position:relative;
	width:calc(100% - 100px);
	margin-left:20px;
	background:#fff;
	border:solid 1px var(--colorAccentBg);
	padding:15px;
	border-radius:10px;
}
.orbisweek-comment__text:before {
	content:"";
	position:absolute;
	left:-7px;
	top:24px;
	width:12px;
	height:12px;
	background:#fff;
	border-top:solid 1px var(--colorAccentBg);
	border-left:solid 1px var(--colorAccentBg);
	transform:rotate(-45deg);
}
.orbisweek-comment__text h3 {
	font-size:20px;
	line-height:1.4;
	font-weight:700;
	color:var(--colorAccentText);
	margin-bottom:5px;
}
.orbisweek-comment__text p {
	margin:0;
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.orbisweek-comment {
		margin:40px auto;
	}
	.orbisweek-comment__image {
		position:relative;
		width:60px;
	}
	.orbisweek-comment__image .txt {
		font-size:11px;
		line-height:1.5;
	}
	.orbisweek-comment__text {
		width:100%;
	}
	.orbisweek-comment__text p {
		font-size:12px;
	}
}

.orbisweek-anchor-btns {
	position: relative;
	margin:-90px 0 30px;
}
.orbisweek-anchor-btns h2 {
	width:50%;
	margin-bottom: 20px;
}
.orbisweek-anchor-btns h2 img {
	display: block;
	width:100%;
}
@media screen and (max-width: 768px) {
	.orbisweek-anchor-btns {
		margin-top:-70px;
	}
	.orbisweek-anchor-btns h2 {
		width:100%;
		margin-bottom: 15px;
	}
}
.orbisweek-btn {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align: center;
	background:#fff;
	text-decoration: none;
	padding: 5px;
	height:120px;
	box-shadow:0 1px 5px rgba(0,0,0,0.05);
	transition:0.4s ease;
}
.orbisweek-btn strong {
	font-size:18px;
	line-height:1.3;
	margin:2px 0 0;
	color:var(--colorAccentText);
}
.orbisweek-btn span {
	font-size:13px;
	line-height:1.5;
	margin:0;
}
.orbisweek-btn .num {
	position: absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--colorAccentText);
	color:#fff;
	font-size: 16px;
	font-style: italic;
	border-radius: 100%;
	transform: translate(-25%,-25%);
}
.orbisweek-btn__acarrow {
	margin:5px auto 2px;
	display:block;
	width:14px;
	height:7px;
	background: url(/contents/campaign/images/240920/btn_arrow-bottom.svg);
	background-size:cover;
	transition: 0.5s;
}
.orbisweek-btn:hover {
	text-decoration: none;
	box-shadow:0 5px 15px rgba(0,0,0,0.15);
}
.orbisweek-btn:hover .orbisweek-btn__acarrow {
	transform:translateY(5px);
}
@media screen and (max-width: 768px) {
	.orbisweek-btn strong {
		font-size:16px;
	}
	.orbisweek-btn span {
		font-size:11px;
	}
	.orbisweek-btn__acarrow {
		width:18px;
		height:9px;
	}
}

p.small-text {
	font-size:11px;
}
.orbisweek-section {
	margin:100px auto;
	padding:4px 0;
	background: #fff;
	border-radius: 40px 0 0 0;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.orbisweek-section__inner {
	max-width:900px;
	margin:0 auto;
	padding:20px 40px 40px;
}
@media screen and (max-width: 768px) {
	.orbisweek-section {
		margin:70px auto;
	}
	.orbisweek-section__inner {
		padding:10px 20px 20px;
	}
}
.orbisweek-section-label {
	position: absolute;
	left:-10px;
	top:-10px;
	width: 120px;
	height:120px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--colorAccentText);
	color:#fff;
	border-radius: 100%;
}
.orbisweek-section-label .num {
	font-size: 30px;
	line-height: 1.2;
	font-style: italic;
	margin:0;
}
.orbisweek-section-label hr {
	width:60px;
	border:0;
	border-top:1px solid #fff;
	box-shadow: 0;
	margin:6px auto;
}
.orbisweek-section-label p {
	margin:0;
	font-size: 16px;
	line-height: 1.4;
}
.orbisweek-section-label--secondary {
	background-color:#fff;
	color:var(--colorAccentText);
	border:solid 1px var(--colorAccentText);
}
.orbisweek-section-label .itsc {
	font-size:14px;
	line-height:1.4;
}
@media screen and (max-width: 768px) {
	.orbisweek-section-label {
		width:90px;
		height:90px;
		left:-20px;
		top:-20px;
		transform:scale(0.9);
	}
	.orbisweek-section-label .num {
		font-size:20px;
	}
	.orbisweek-section-label p {
		font-size:12px;
	}
	.orbisweek-section-label .itsc {
		font-size:12px;
	}
}

.orbisweek-section-title {
	text-align:center;
	padding:20px 0;
}
.orbisweek-section-title h3 {
	font-size:18px;
	line-height:30px;
	margin-bottom:15px;
	color:var(--colorAccentText);
	display: flex;
	align-items: center;
	justify-content: center;
}
.orbisweek-section-title h3 span {
	display:block;
	padding:5px 40px;
	border-top:1px solid var(--colorAccentText);
	border-bottom:1px solid var(--colorAccentText);
}
.orbisweek-section-title h3 span b {
	display:block;
}
.orbisweek-section-title h3 i {
	position:relative;
	width:0;
	display:inline-block;
}
.orbisweek-section-title h3 i:before,
.orbisweek-section-title h3 i:after {
	content:"";
	position:absolute;
	top:0;
	left:20px;
	width:1px;
	height:29px;
	background:var(--colorAccentText);
	display:block;
}
.orbisweek-section-title h3 i:last-child:before,
.orbisweek-section-title h3 i:last-child:after {
	left:-20px;
}
.orbisweek-section-title h3 i:first-child:before {
	transform:translate(-50%,-100%) rotate(-45deg);
	transform-origin:bottom center;
}
.orbisweek-section-title h3 i:first-child:after {
	transform:translate(-50%,0%) rotate(45deg);
	transform-origin:top center;
}
.orbisweek-section-title h3 i:last-child:before {
	transform:translate(-50%,-100%) rotate(45deg);
	transform-origin:bottom center;
}
.orbisweek-section-title h3 i:last-child:after {
	transform:translate(-50%,0%) rotate(-45deg);
	transform-origin:top center;
}

.orbisweek-section-title h2 {
	color:var(--colorAccentText);
	font-size:32px;
	font-weight:700;
	line-height:1.4;
	margin:0;
}
.orbisweek-section-title .date {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin:15px 0;
}
.orbisweek-section-title .date span {
	font-size:16px;
}
.orbisweek-section-title .date em {
	font-size:12px;
	display:inline-block;
	margin-left:10px;
}
.orbisweek-section-title p {
	font-size:16px;
	line-height:1.3;
	margin:0;
}
.orbisweek-section-title p strong {
	margin-top:5px;
	display: inline-block;
	font-size:20px;
	background: linear-gradient(transparent 60%, var(--colorAccentBg) 30%);
}
.orbisweek-section-title p strong i {
	font-size:12px;
	font-style:normal;
}
@media screen and (max-width: 768px) {
	.orbisweek-section-title {
		padding:10px 0;
	}
	.orbisweek-section-title h3 {
		font-size:13px;
		line-height:20px;
		margin-bottom:10px;
	}
	.orbisweek-section-title h3 span {
		padding:5px 20px;
	}
	.orbisweek-section-title h3 i:before,
	.orbisweek-section-title h3 i:after {
		left:15px;
	}
	.orbisweek-section-title h3 i:last-child:before,
	.orbisweek-section-title h3 i:last-child:after {
		left:-15px;
	}
	.orbisweek-section-title h3 i:first-child:before {
		transform:translate(-50%,-100%) rotate(-30deg);
	}
	.orbisweek-section-title h3 i:first-child:after {
		transform:translate(-50%,0%) rotate(30deg);
	}
	.orbisweek-section-title h3 i:last-child:before {
		transform:translate(-50%,-100%) rotate(30deg);
	}
	.orbisweek-section-title h3 i:last-child:after {
		transform:translate(-50%,0%) rotate(-30deg);
	}
	.orbisweek-section-title h2 {
		font-size:20px;
	}
	.orbisweek-section-title .date {
		font-size:18px;
	}
	.orbisweek-section-title .date span {
		font-size:13px;
	}
	.orbisweek-section-title p {
		font-size:13px;
	}
	.orbisweek-section-title p strong {
		font-size:16px;
	}
	.orbisweek-section-title p strong.sm {
		font-size:14px;
	}
}
.orbisweek-section-icatch {
	margin:30px auto;
}
@media screen and (max-width: 768px) {
	.orbisweek-section-icatch {
		margin:20px auto;
	}
}

.orbisweek-section-bodytext {
	margin-bottom:40px;
}
.orbisweek-section-bodytext p {
	font-size:16px;
	line-height:1.6;
	margin:20px 0;
}
.orbisweek-section-bodytext p strong {
	display: inline;
	font-size:18px;
	background: linear-gradient(transparent 70%, var(--colorAccentBg) 20%);
}
@media screen and (max-width: 768px) {
	.orbisweek-section-bodytext {
		margin-bottom:30px;
	}
	.orbisweek-section-bodytext p {
		font-size:13px;
	}
	.orbisweek-section-bodytext p strong {
		font-size:14px;
	}
}
.orbisweek-section-items {
}
.orbisweek-section-items > h3 {
	font-size:20px;
	color:var(--colorAccentText);
	text-align:center;
	margin-bottom:10px;
}
.orbisweek-section-items > h3 span {
	font-size:14px;
	display:block;
}
.orbisweek-section-item {
	display:block;
	text-decoration:none !important;
}
.orbisweek-section-item__text {
	text-align:center;
}
.orbisweek-section-item__text p {
	margin:10px 0;
	text-decoration:underline;
	font-size:14px;
}
.orbisweek-section-item__btn {
	position:relative;
	text-align:center;
	background:var(--colorAccentText);
	color:#fff;
	display:block;
	padding:10px;
	font-size:14px;
}
.orbisweek-btn__arrow {
	position:absolute;
	right:10px;
	top:50%;
	width:9px;
	height:18px;
	background:url(/contents/campaign/images/240920/btn_arrow-right.svg);
	background-size:cover;
	transform:translateY(-50%);
}
@media screen and (max-width: 768px) {
	.orbisweek-section-items > h3 {
		font-size:16px;
	}
	.orbisweek-section-item__text p {
		font-size:11px;
	}
	.orbisweek-section-item__btn {
		font-size:12px;
		padding:5px;
	}
}
.orbisweek-section-cautions {
	margin-top:30px;
}
.orbisweek-section-cautions p {
	margin:0;
	font-size:14px
}
.orbisweek-section-cautions ul {
	margin:10px 0;
}
.orbisweek-section-cautions li {
	position:relative;
	padding-left:15px;
	font-size:12px;
	list-style: none;
}
.orbisweek-section-cautions li:before {
	content:"＊";
	position:absolute;
	left:0;
	top:0;
}
@media screen and (max-width: 768px) {
	.orbisweek-section-cautions li {
		font-size:11px;
		padding-left:12px;
	}
}

.orbisweek-section-btn {
	position:relative;
	text-align:center;
	background:var(--colorAccentText);
	color:#fff;
	display:block;
	padding:10px;
	font-size:14px;
	text-decoration:none !important;
}

.orbisweek-section-bc {
	position:relative;
	display:flex;
	align-items:center;
	margin-bottom:30px;
	box-shadow:0 0 1px var(--colorAccentText);
	padding:15px;
}
.orbisweek-section-bc__image {
	width:120px;
}
.orbisweek-section-bc__text {
	padding-left:20px;
	width:calc(100% - 120px);
}
.orbisweek-section-bc__text h4 {
	font-size:16px;
	font-weight:700;
}
.orbisweek-section-bc__text p {
	margin:0;
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.orbisweek-section-bc {
		display:block;
		align-items:flex-start;
	}
	.orbisweek-section-bc__image {
		width:60px;
	}
	.orbisweek-section-bc__text {
		width:100%;
		padding:10px 0 0;
	}
	.orbisweek-section-bc__text h4 {
		position:absolute;
		left:90px;
		top:30px;
	}
	.orbisweek-section-bc__text p {font-size:12px;}
}



/* end / SWIM add */

