@charset "utf-8";

/* ---------------------------------------------------------------
Overwrite
--------------------------------------------------------------- */
/* stylelint-disable selector-class-pattern  */
.contents__inr {
	width: 100%;
}
/* stylelint-enable selector-class-pattern */
#brandfesta-shiseido * {
	box-sizing: border-box;
}
#brandfesta-shiseido a:link {
	text-decoration: none;
}

/* ---------------------
　common
---------------------- */
#brandfesta-shiseido .page-bg-loading {
	display: inline-block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-shiseido .section-container {
	padding-bottom: 40px;
}
#brandfesta-shiseido [data-section-color='theme-01'] {
	background: #f2f2f2;
}
#brandfesta-shiseido [data-section-color='theme-02'] {
	background: #f5f5f5;
}
#brandfesta-shiseido [data-section-color='theme-03'] {
	background: linear-gradient(#222 0%, #666 100%);
}
#brandfesta-shiseido .section-inner {
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-shiseido .title-lv2-wrap {
	padding: 20px 0;
	background: #222;
	color: #fff;
	text-align: center;
}
#brandfesta-shiseido .title-lv2-nars-wrap {
	padding: 20px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
#brandfesta-shiseido .title-lv2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
#brandfesta-shiseido .title-lv2-nars-wrap .title-lv2 {
	margin-bottom: 16px;
}
#brandfesta-shiseido .title-lv3-wrap {
	margin: 32px 0 20px;
	padding: 22px;
	background: #000;
	color: #fff;
	text-align: center;
}
#brandfesta-shiseido .section-cledepeau .title-lv3-wrap {
	margin-bottom: 24px;
	background: #081f2c;
}
#brandfesta-shiseido .section-shiseido .title-lv3-wrap {
	background: #d6091d;
}
#brandfesta-shiseido .section-elixir .title-lv3-wrap {
	background: #542c22;
}
#brandfesta-shiseido .section-maquillage .title-lv3-wrap {
	background: #01a9c5;
}
#brandfesta-shiseido .section-container + .section-container > .title-lv3-wrap {
	margin-top: 0;
}
#brandfesta-shiseido .title-lv3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#brandfesta-shiseido .title-product {
	margin-top: 4px;
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-shiseido .title-note {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.4;
}
#brandfesta-shiseido .title-lv3-wrap .title-note {
	font-size: 10px;
}
#brandfesta-shiseido .text-bold {
	color: initial;
	font-weight: bold;
}
#brandfesta-shiseido .button-container:not(:last-child) {
	margin-bottom: 40px;
}
#brandfesta-shiseido [class^='button-type'] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 50px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#brandfesta-shiseido .button-type-normal {
	border: 1px solid #666;
	color: #222;
}
#brandfesta-shiseido [data-link-icon='arrow-b'],
#brandfesta-shiseido [data-link-icon='arrow-r'] {
	position: relative;
}
#brandfesta-shiseido [data-link-icon='arrow-b']::before {
	position: absolute;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	transform: rotate(45deg) translateX(-50%);
	content: '';
}
#brandfesta-shiseido a[data-link-icon='arrow-r']::before {
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#brandfesta-shiseido .list-type-disc:not(:last-child),
#brandfesta-shiseido .list-type-asterisk:not(:last-child) {
	margin-bottom: 20px;
}
#brandfesta-shiseido .list-type-disc,
#brandfesta-shiseido .list-type-asterisk {
	line-height: 1.714;
}
#brandfesta-shiseido #brandfesta-shiseido-nav [data-link-icon='arrow-d'] {
	position: relative;
}
#brandfesta-shiseido #brandfesta-shiseido-nav [data-link-icon='arrow-d']::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #d60a1c;
	border-right: solid 1px #d60a1c;
	transform: translateY(-50%) rotate(135deg);
	content: '';
}

/* ---------------------
　.floating-wrapper
---------------------- */
#brandfesta-shiseido .floating-wrapper {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
#brandfesta-shiseido .floating-wrapper .section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 576px;
}
#brandfesta-shiseido .floating-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 161px;
	height: 38px;
	background-color: #000;
}
#brandfesta-shiseido .floating-title::after {
	position: absolute;
	top: 50%;
	left: 161px;
	width: 0;
	height: 0;
	border-width: 6.5px 0 6.5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-shiseido .floating-message {
	display: flex;
	align-items: center;
	padding-left: 24px;
}

/* ---------------------
　.keyvisual
---------------------- */
#brandfesta-shiseido .keyvisual-image {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/src/static/campaign/brandfesta-shiseido/img/2604/bg_kv_pc.png) repeat-x 0 0;
}

/* ---------------------
　.lead
---------------------- */
#brandfesta-shiseido .campaign-intro {
	padding: 24px;
}
#brandfesta-shiseido .lead {
	padding-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-shiseido .lead-title {
	margin-bottom: 6px;
	color: #d60a1c;
	font-size: 18px;
}

/* ---------------------
　.campaign-close
---------------------- */
#brandfesta-shiseido .section-container.campaign-close {
	padding: 24px 0 30px;
}
#brandfesta-shiseido .campaign-close {
	text-align: center;
}
#brandfesta-shiseido .campaign-close-text {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.7;
}
#brandfesta-shiseido .campaign-close .button-type-normal {
	width: 480px;
	font-size: 16px;
}

/* ---------------------------------------------------------------
　#brandfesta-shiseido-nav
--------------------------------------------------------------- */
#brandfesta-shiseido-nav .section-inner {
	max-width: initial;
}
#brandfesta-shiseido-nav .page-nav {
	max-width: 980px;
	margin: 0 auto 24px;
}
#brandfesta-shiseido-nav .page-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	box-shadow: 0 2px 10px #0000001a;
	background: #fff;
}
#brandfesta-shiseido-nav .page-nav-list-item {
	width: calc(100% / 4);
	height: 65px;
	text-align: center;
}
#brandfesta-shiseido-nav .page-nav-list-item:not(:first-child) {
	border-left: solid 1px #ccc;
}
#brandfesta-shiseido-nav .page-nav-link {
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#brandfesta-shiseido-nav .page-nav-link:hover {
	opacity: 0.7;
}
#brandfesta-shiseido-nav .page-nav-link-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
}
#brandfesta-shiseido-nav .page-nav-list-item-large .page-nav-link-text {
	padding-bottom: 0;
}
#brandfesta-shiseido-nav .page-nav-list-item-large [data-link-icon='arrow-d']::after {
	right: 20px;
	bottom: auto;
	left: auto;
}
#brandfesta-shiseido-nav .page-mini-nav-list {
	display: flex;
	justify-content: center;
	font-size: 16px;
	gap: 20px;
}
#brandfesta-shiseido-nav .page-mini-nav-list .page-nav-link {
	padding-right: 20px;
	border-bottom: 1px solid #666;
	font-weight: normal;
}
#brandfesta-shiseido-nav .page-mini-nav-list [data-link-icon='arrow-b']::before {
	top: 9px;
	right: 0;
}

/* ---------------------
　.floating-nav
---------------------- */
#brandfesta-shiseido .floating-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	box-shadow: 0 2px 4px #0003;
	background: transparent linear-gradient(82deg, #000 0%, #3c3c3c 50%, #000 100%) 0% 0% no-repeat padding-box;
	transition: transform 0.3s;
}
#brandfesta-shiseido .js-floating-nav {
	transform: translateY(-100%);
}
#brandfesta-shiseido .js-floating-nav.active {
	transform: translateY(0);
}
#brandfesta-shiseido .floating-nav-list {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 980px;
	height: 64px;
	margin: 0 auto;
}
#brandfesta-shiseido .floating-nav-list-item {
	position: relative;
	width: 246px;
}
#brandfesta-shiseido .floating-nav-list-item .floating-nav-link-text {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#brandfesta-shiseido .floating-nav-list-item + .floating-nav-list-item::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 24px;
	background: #888;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-shiseido .floating-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	padding-bottom: 3px;
	cursor: pointer;
}
#brandfesta-shiseido .floating-nav-list [data-link-icon='arrow-b']::before {
	bottom: 7px;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#brandfesta-shiseido .floating-nav-list-item .floating-nav-link.current::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-bottom: 4px solid #d60a1c;
	content: '';
}

/* ---------------------
　Swiper
---------------------- */
/* stylelint-disable selector-class-pattern */
#brandfesta-shiseido .section-inner[data-section-color='theme-01'],
#brandfesta-shiseido .section-inner[data-section-color='theme-02'] {
	max-width: initial;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .section-inner,
#brandfesta-shiseido #brandfesta-shiseido-bestseller .section-inner {
	max-width: initial;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .mod-productSlider:first-child {
	position: relative;
	max-width: initial;
	padding: 50px 0 73px;
	background: #d6091d;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .mod-productSlider:nth-child(2) {
	margin-bottom: 40px;
	padding: 40px 0 46px;
	background: #f2f2f2;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .mod-productSlider:nth-child(3) {
	margin-bottom: 20px;
}
#brandfesta-shiseido .section-elixir .mod-productSlider {
	margin-bottom: 40px;
}
#brandfesta-shiseido #brandfesta-shiseido-bestseller .mod-productSlider:first-child {
	padding: 40px 0 46px;
	background: #f2f2f2;
}
#brandfesta-shiseido .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
}
#brandfesta-shiseido #brandfesta-shiseido-bestseller .mod-productSlider {
	padding: 40px 0;
}
#brandfesta-shiseido .mod-productSlider .mod-productSlider-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 720px;
	margin: 0 auto;
}
#brandfesta-shiseido .mod-productSlider-container {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	width: 720px;
}
#brandfesta-shiseido .mod-productSlider-prevbutton {
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	width: 26px;
	height: 39px;
	margin-right: 21px;
}
#brandfesta-shiseido .productSlider-prev,
#brandfesta-shiseido .productSlider-next {
	position: relative;
	cursor: pointer;
}
#brandfesta-shiseido .productSlider-prev::after,
#brandfesta-shiseido .productSlider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#brandfesta-shiseido .productSlider-prev::after {
	left: -58px;
	background: url(/src/static/campaign/brandfesta-shiseido/img/2604/icon_arrow_gray.svg) no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}
#brandfesta-shiseido .productSlider-next::after {
	right: -58px;
	background: url(/src/static/campaign/brandfesta-shiseido/img/2604/icon_arrow_gray.svg) no-repeat center center;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .mod-productSlider:first-child .productSlider-icon::after {
	background: url(/src/static/campaign/brandfesta-shiseido/img/2604/icon_arrow_white.svg) no-repeat center center;
}
#brandfesta-shiseido .mod-product-list {
	display: flex;
	justify-content: center;
}
#brandfesta-shiseido .mod-product-list.swiper-wrapper {
	justify-content: flex-start;
}
#brandfesta-shiseido .mod-product-list > li {
	flex-grow: 0;
	flex-shrink: 0;
	width: 232px;
	height: auto;
	padding: 20px;
	background: #fff;
}
#brandfesta-shiseido #brandfesta-shiseido-limited .mod-productSlider:first-child .swiper-slide {
	padding: 0;
}
#brandfesta-shiseido .swiper-pagination {
	bottom: auto;
	margin-top: 20px;
}
#brandfesta-shiseido .swiper-pagination-bullet-active {
	background: #fff;
}
#brandfesta-shiseido .mod-product-item {
	display: flex;
	flex-direction: column;
}
#brandfesta-shiseido .mod-item-image {
	width: 180px;
	margin: 0 auto 16px;
	text-align: center;
}
#brandfesta-shiseido .mod-item-product-link {
	display: inline-block;
}
#brandfesta-shiseido .mod-product-link {
	display: inline-block;
	width: 180px;
	height: 180px;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#brandfesta-shiseido .mod-item-product-image {
	width: 100%;
	height: 100%;
}
#brandfesta-shiseido .mod-product-status {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
#brandfesta-shiseido .mod-product-status-label {
	margin-bottom: 6px;
	padding: 5px;
	border-radius: 2px;
	background: #999;
	color: #fff;
	font-size: 10px;
}
#brandfesta-shiseido .mod-product-status-label:not(:last-child) {
	margin-right: 5px;
}
#brandfesta-shiseido .mod-product-status-label.text-red {
	background: #e7e7e7;
	color: #f33;
}
#brandfesta-shiseido .mod-item-brandname {
	margin-bottom: 6px;
}
#brandfesta-shiseido .mod-item-catchphrase {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
#brandfesta-shiseido .mod-item-itemname {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 6px;
	font-size: 13px;
}
#brandfesta-shiseido .mod-item-price {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
#brandfesta-shiseido .mod-item-price-small {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#brandfesta-shiseido .product__wrap-rating {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}
/* stylelint-enable selector-class-pattern */

/* ---------------------
  schedule-box
---------------------- */
#brandfesta-shiseido .schedule {
	margin-top: 32px;
}
#brandfesta-shiseido .section-maquillage .schedule {
	margin-bottom: 24px;
}
#brandfesta-shiseido .schedule-box {
	border: 1px solid #888;
}
#brandfesta-shiseido .schedule-title {
	padding: 10px 0;
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#brandfesta-shiseido .schedule-body {
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.666;
	text-align: center;
}
#brandfesta-shiseido .product-text {
	margin-bottom: 15px;
}
#brandfesta-shiseido .date-text {
	color: #e60012;
}
#brandfesta-shiseido .schedule-notes {
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 1.666;
	text-align: left;
}

/* ---------------------
  banner-area
---------------------- */
#brandfesta-shiseido .banner-area {
	margin-top: 24px;
}
#brandfesta-shiseido .banner-area a {
	display: inline-block;
}
#brandfesta-shiseido .banner-area-image {
	width: 720px;
	height: 150px;
}

/* ---------------------
  #brandfesta-shiseido-presale
---------------------- */
#brandfesta-shiseido .title-lv2-nars-wrap .image-logo-item {
	background: #000;
}
#brandfesta-shiseido .novelty-list {
	margin-top: 30px;
}
#brandfesta-shiseido .novelty-item {
	border: solid 1px #d9d9d9;
	background: #fff;
}
#brandfesta-shiseido .novelty-item:not(:last-child) {
	margin-bottom: 16px;
}
#brandfesta-shiseido .novelty-link {
	display: flex;
	align-items: center;
}
#brandfesta-shiseido .novelty-link[disable] {
	pointer-events: none;
}
#brandfesta-shiseido .novelty-img {
	display: block;
}
#brandfesta-shiseido .novelty-link[disable] .novelty-img {
	opacity: 0.2;
}
#brandfesta-shiseido .novelty-text-wrap {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-shiseido .novelty-text-sub {
	display: inline-block;
	position: relative;
	margin-top: 8px;
	padding-right: 20px;
	font-weight: bold;
}
#brandfesta-shiseido .novelty-item-no-link .novelty-text-sub {
	padding-right: 0;
}
#brandfesta-shiseido .novelty-link[disable] .novelty-text-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 28px;
	margin: 8px auto 0;
	padding: 0;
	background: #f4f4f4;
	color: #666;
	font-weight: normal;
}
#brandfesta-shiseido .novelty-text-sub::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#brandfesta-shiseido .novelty-item-no-link .novelty-text-sub::after,
#brandfesta-shiseido .novelty-link[disable] .novelty-text-sub::after {
	display: none;
}

/* ---------------------
  #brandfesta-shiseido-newarrival
---------------------- */
#brandfesta-shiseido #brandfesta-shiseido-newarrival.section-container {
	padding-bottom: 0;
}
#brandfesta-shiseido .image-logo {
	margin-bottom: 32px;
	padding-top: 40px;
	text-align: center;
}
#brandfesta-shiseido .section-cledepeau .image-logo-item {
	background: #f5f5f5;
}
#brandfesta-shiseido .image-logo-item {
	display: inline-block;
}
#brandfesta-shiseido .image-products {
	margin-bottom: 24px;
}
#brandfesta-shiseido .image-products-title {
	padding: 12px;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-shiseido .image-products-title-main {
	font-weight: bold;
}
#brandfesta-shiseido .products-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#brandfesta-shiseido .section-cledepeau .button-type-normal {
	background: #f5f5f5;
}
#brandfesta-shiseido .giftcollection-list {
	display: flex;
	justify-content: space-between;
}
#brandfesta-shiseido .giftcollection-item {
	width: 232px;
	background: #e4eaf6;
}
#brandfesta-shiseido .mod-giftcollection {
	padding: 16px;
}
#brandfesta-shiseido .mod-detail {
	text-align: center;
}
#brandfesta-shiseido .mod-detail span {
	display: inline-block;
	position: relative;
	margin-top: 16px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}
#brandfesta-shiseido .mod-detail span::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}

/* ---------------------
　#brandfesta-shiseido-brandlist
---------------------- */
#brandfesta-shiseido #brandfesta-shiseido-brandlist.section-container {
	padding-top: 32px;
}
#brandfesta-shiseido #brandfesta-shiseido-brandlist .title-lv2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
#brandfesta-shiseido .brand-logo-list-main {
	margin-bottom: 20px;
	padding: 20px 0;
	background: rgb(255 255 255 / 40%);
}
#brandfesta-shiseido .brand-logo-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -6px;
	margin-bottom: -8px;
}
#brandfesta-shiseido .brand-logo-list-item {
	width: calc(100% / 3 - 6px);
	margin-right: 6px;
	margin-bottom: 8px;
}
#brandfesta-shiseido .brand-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	background: #fff;
}
#brandfesta-shiseido .brand-logo-list-item.nars .brand-logo-link {
	background: #000;
}

/* ---------------------
　#brandfesta-shiseido-caution
---------------------- */
#brandfesta-shiseido #brandfesta-shiseido-caution.section-container {
	padding-top: 36px;
	padding-bottom: 0;
}
#brandfesta-shiseido #brandfesta-shiseido-caution .section-inner {
	max-width: 843px;
}
#brandfesta-shiseido #brandfesta-shiseido-caution .title-lv2 {
	margin-bottom: 23px;
}
#brandfesta-shiseido .caution-list-item {
	display: flex;
	padding: 24px 0;
	border-top: 1px solid #f2f2f2;
}
#brandfesta-shiseido .caution-list-item:last-child {
	padding-bottom: 0;
}
#brandfesta-shiseido .caution-list-name {
	min-width: 150px;
	font-weight: bold;
}
#brandfesta-shiseido .caution-list-detail {
	font-size: 13px;
}
#brandfesta-shiseido .caution-text:not(:last-child) {
	margin-bottom: 20px;
}
#brandfesta-shiseido .caution-text + .list-type-asterisk {
	margin-top: -20px;
}
#brandfesta-shiseido #brandfesta-shiseido-caution a {
	text-decoration: underline;
}
#brandfesta-shiseido .caution-pointback-list {
	margin-bottom: 20px;
}
#brandfesta-shiseido .caution-pointback-list dt {
	margin-top: 20px;
}

/* ---------------------
　.karte-shiseido-brandfesta
---------------------- */
#brandfesta-shiseido .karte-shiseido-brandfesta1 {
	text-align: center;
}
#brandfesta-shiseido .karte-shiseido-brandfesta1 a {
	display: inline-block;
	margin-top: 24px;
}
#brandfesta-shiseido .karte-shiseido-brandfesta2 a {
	display: inline-block;
	margin-bottom: 8px;
}
#brandfesta-shiseido .karte-shiseido-brandfesta3 a {
	display: inline-block;
	margin: 10px 0 28px;
}
